react-gldn-kit 0.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (586) hide show
  1. package/Readme.md +12 -0
  2. package/dist/019a0906020876234aeea55bdffda84f.svg +3 -0
  3. package/dist/146c476d14957bf48f72f2624fca70a6.svg +4 -0
  4. package/dist/19a58eb7c3630d4b07306a6c3220d970.svg +4 -0
  5. package/dist/319df1f071ee5d8a40e6abfdc5033808.svg +4 -0
  6. package/dist/495b0365b1bec48e3ed4d6b5050ab787.svg +4 -0
  7. package/dist/4c94314336076d6fec16041ab32c7af5.svg +4 -0
  8. package/dist/4f5309751f47792d5ed9a10bb49b99c4.svg +83 -0
  9. package/dist/65721e7993374bcc4145e083b5f42af2.svg +47 -0
  10. package/dist/7ec6f5f3bcbce4cd53ca73cb7e054566.svg +48 -0
  11. package/dist/9be020560a317c79c0b3851ea0d60317.svg +76 -0
  12. package/dist/a7dae2f8305ee0edacaf65eefff21778.svg +3 -0
  13. package/dist/a9758afe3827a85948f984caf2428242.svg +4 -0
  14. package/dist/f1ecca5e9239e78b5053dc90f83a3edf.svg +3 -0
  15. package/dist/index.js +2 -0
  16. package/dist/index.js.LICENSE.txt +35 -0
  17. package/dist/lib/components/Banners/components/BannerTemplate/index.d.ts +13 -0
  18. package/dist/lib/components/Banners/components/BannerTemplate/index.js +52 -0
  19. package/dist/lib/components/Banners/components/BannerTemplate/types.d.ts +6 -0
  20. package/dist/lib/components/Banners/components/BannerTemplate/types.js +0 -0
  21. package/dist/lib/components/Banners/components/BattleBanner/index.d.ts +3 -0
  22. package/dist/lib/components/Banners/components/BattleBanner/index.js +59 -0
  23. package/dist/lib/components/Banners/components/BattleBanner/types.d.ts +15 -0
  24. package/dist/lib/components/Banners/components/BattleBanner/types.js +2 -0
  25. package/dist/lib/components/Banners/components/PromotionMobileApp/components/ElonAppBanner/index.d.ts +2 -0
  26. package/dist/lib/components/Banners/components/PromotionMobileApp/components/ElonAppBanner/index.js +65 -0
  27. package/dist/lib/components/Banners/components/PromotionMobileApp/components/JabiAppBanner/index.d.ts +2 -0
  28. package/dist/lib/components/Banners/components/PromotionMobileApp/components/JabiAppBanner/index.js +53 -0
  29. package/dist/lib/components/Banners/components/PromotionMobileApp/constants.d.ts +6 -0
  30. package/dist/lib/components/Banners/components/PromotionMobileApp/constants.js +9 -0
  31. package/dist/lib/components/Banners/components/PromotionMobileApp/index.d.ts +2 -0
  32. package/dist/lib/components/Banners/components/PromotionMobileApp/index.js +54 -0
  33. package/dist/lib/components/Banners/components/PromotionMobileApp/types.d.ts +12 -0
  34. package/dist/lib/components/Banners/components/PromotionMobileApp/types.js +2 -0
  35. package/dist/lib/components/Banners/index.d.ts +2 -0
  36. package/dist/lib/components/Banners/index.js +52 -0
  37. package/dist/lib/components/Banners/types.d.ts +18 -0
  38. package/dist/lib/components/Banners/types.js +2 -0
  39. package/dist/lib/components/BattlesCard/index.d.ts +2 -0
  40. package/dist/lib/components/BattlesCard/index.js +69 -0
  41. package/dist/lib/components/BattlesCard/types.d.ts +25 -0
  42. package/dist/lib/components/BattlesCard/types.js +2 -0
  43. package/dist/lib/components/HOCs/HOCErrorBoundary/index.d.ts +13 -0
  44. package/dist/lib/components/HOCs/HOCErrorBoundary/index.js +107 -0
  45. package/dist/lib/components/HOCs/HOCErrorBoundary/types.d.ts +7 -0
  46. package/dist/lib/components/HOCs/HOCErrorBoundary/types.js +2 -0
  47. package/dist/lib/components/HOCs/HOCImageLoader/index.d.ts +2 -0
  48. package/dist/lib/components/HOCs/HOCImageLoader/index.js +17 -0
  49. package/dist/lib/components/HOCs/HOCImageLoader/types.d.ts +6 -0
  50. package/dist/lib/components/HOCs/HOCImageLoader/types.js +2 -0
  51. package/dist/lib/components/HOCs/HOCOutsideClick/index.d.ts +2 -0
  52. package/dist/lib/components/HOCs/HOCOutsideClick/index.js +25 -0
  53. package/dist/lib/components/HOCs/HOCOutsideClick/types.d.ts +11 -0
  54. package/dist/lib/components/HOCs/HOCOutsideClick/types.js +8 -0
  55. package/dist/lib/components/Jackpots/JackpotWidget/components/Jackpot/index.d.ts +6 -0
  56. package/dist/lib/components/Jackpots/JackpotWidget/components/Jackpot/index.js +77 -0
  57. package/dist/lib/components/Jackpots/JackpotWidget/components/JackpotCounter/components/Digit/index.d.ts +6 -0
  58. package/dist/lib/components/Jackpots/JackpotWidget/components/JackpotCounter/components/Digit/index.js +50 -0
  59. package/dist/lib/components/Jackpots/JackpotWidget/components/JackpotCounter/index.d.ts +6 -0
  60. package/dist/lib/components/Jackpots/JackpotWidget/components/JackpotCounter/index.js +57 -0
  61. package/dist/lib/components/Jackpots/JackpotWidget/index.d.ts +2 -0
  62. package/dist/lib/components/Jackpots/JackpotWidget/index.js +52 -0
  63. package/dist/lib/components/Jackpots/JackpotWidget/types.d.ts +13 -0
  64. package/dist/lib/components/Jackpots/JackpotWidget/types.js +2 -0
  65. package/dist/lib/components/Jackpots/JackpotWidget/utils.d.ts +13 -0
  66. package/dist/lib/components/Jackpots/JackpotWidget/utils.js +48 -0
  67. package/dist/lib/components/LastBigWinners/components/LastBigWinner/LastBigWinner.d.ts +3 -0
  68. package/dist/lib/components/LastBigWinners/components/LastBigWinner/LastBigWinner.js +53 -0
  69. package/dist/lib/components/LastBigWinners/components/LastBigWinner/types.d.ts +15 -0
  70. package/dist/lib/components/LastBigWinners/components/LastBigWinner/types.js +2 -0
  71. package/dist/lib/components/LastBigWinners/index.d.ts +2 -0
  72. package/dist/lib/components/LastBigWinners/index.js +122 -0
  73. package/dist/lib/components/LastBigWinners/types.d.ts +9 -0
  74. package/dist/lib/components/LastBigWinners/types.js +2 -0
  75. package/dist/lib/components/Layouts/BonusCardLayout/index.d.ts +2 -0
  76. package/dist/lib/components/Layouts/BonusCardLayout/index.js +53 -0
  77. package/dist/lib/components/Layouts/BonusCardLayout/types.d.ts +11 -0
  78. package/dist/lib/components/Layouts/BonusCardLayout/types.js +2 -0
  79. package/dist/lib/components/Layouts/DrawerLayout/index.d.ts +2 -0
  80. package/dist/lib/components/Layouts/DrawerLayout/index.js +56 -0
  81. package/dist/lib/components/Layouts/DrawerLayout/types.d.ts +10 -0
  82. package/dist/lib/components/Layouts/DrawerLayout/types.js +2 -0
  83. package/dist/lib/components/Layouts/ModalLayout/index.d.ts +2 -0
  84. package/dist/lib/components/Layouts/ModalLayout/index.js +53 -0
  85. package/dist/lib/components/Layouts/ModalLayout/types.d.ts +8 -0
  86. package/dist/lib/components/Layouts/ModalLayout/types.js +2 -0
  87. package/dist/lib/components/Payments/DepositQrForm/index.d.ts +2 -0
  88. package/dist/lib/components/Payments/DepositQrForm/index.js +49 -0
  89. package/dist/lib/components/Payments/DepositQrForm/types.d.ts +14 -0
  90. package/dist/lib/components/Payments/DepositQrForm/types.js +2 -0
  91. package/dist/lib/components/Payments/DepositSkelet/components/Default/index.d.ts +11 -0
  92. package/dist/lib/components/Payments/DepositSkelet/components/Default/index.js +38 -0
  93. package/dist/lib/components/Payments/DepositSkelet/components/WellexPay/NagadAndBKash/index.d.ts +9 -0
  94. package/dist/lib/components/Payments/DepositSkelet/components/WellexPay/NagadAndBKash/index.js +43 -0
  95. package/dist/lib/components/Payments/DepositSkelet/constants.d.ts +2 -0
  96. package/dist/lib/components/Payments/DepositSkelet/constants.js +15 -0
  97. package/dist/lib/components/Payments/DepositSkelet/index.d.ts +2 -0
  98. package/dist/lib/components/Payments/DepositSkelet/index.js +59 -0
  99. package/dist/lib/components/Payments/DepositSkelet/types.d.ts +87 -0
  100. package/dist/lib/components/Payments/DepositSkelet/types.js +81 -0
  101. package/dist/lib/components/Payments/Methods/components/Content/index.d.ts +2 -0
  102. package/dist/lib/components/Payments/Methods/components/Content/index.js +58 -0
  103. package/dist/lib/components/Payments/Methods/components/Content/types.d.ts +27 -0
  104. package/dist/lib/components/Payments/Methods/components/Content/types.js +2 -0
  105. package/dist/lib/components/Payments/Methods/components/PaymentList/index.d.ts +3 -0
  106. package/dist/lib/components/Payments/Methods/components/PaymentList/index.js +61 -0
  107. package/dist/lib/components/Payments/Methods/components/PaymentList/types.d.ts +12 -0
  108. package/dist/lib/components/Payments/Methods/components/PaymentList/types.js +2 -0
  109. package/dist/lib/components/Payments/Methods/constants.d.ts +5 -0
  110. package/dist/lib/components/Payments/Methods/constants.js +14 -0
  111. package/dist/lib/components/Payments/Methods/index.d.ts +2 -0
  112. package/dist/lib/components/Payments/Methods/index.js +60 -0
  113. package/dist/lib/components/Payments/Methods/types.d.ts +10 -0
  114. package/dist/lib/components/Payments/Methods/types.js +8 -0
  115. package/dist/lib/components/ReferralTable/components/EmptyTreasure/index.d.ts +2 -0
  116. package/dist/lib/components/ReferralTable/components/EmptyTreasure/index.js +22 -0
  117. package/dist/lib/components/ReferralTable/components/EmptyTreasure/types.d.ts +4 -0
  118. package/dist/lib/components/ReferralTable/components/EmptyTreasure/types.js +2 -0
  119. package/dist/lib/components/ReferralTable/components/InvitedTableHead/index.d.ts +2 -0
  120. package/dist/lib/components/ReferralTable/components/InvitedTableHead/index.js +46 -0
  121. package/dist/lib/components/ReferralTable/components/InvitedTableHead/types.d.ts +3 -0
  122. package/dist/lib/components/ReferralTable/components/InvitedTableHead/types.js +2 -0
  123. package/dist/lib/components/ReferralTable/components/List/index.d.ts +2 -0
  124. package/dist/lib/components/ReferralTable/components/List/index.js +47 -0
  125. package/dist/lib/components/ReferralTable/components/List/types.d.ts +4 -0
  126. package/dist/lib/components/ReferralTable/components/List/types.js +2 -0
  127. package/dist/lib/components/ReferralTable/index.d.ts +2 -0
  128. package/dist/lib/components/ReferralTable/index.js +66 -0
  129. package/dist/lib/components/ReferralTable/types.d.ts +15 -0
  130. package/dist/lib/components/ReferralTable/types.js +2 -0
  131. package/dist/lib/components/Scratch/index.d.ts +2 -0
  132. package/dist/lib/components/Scratch/index.js +118 -0
  133. package/dist/lib/components/Scratch/types.d.ts +14 -0
  134. package/dist/lib/components/Scratch/types.js +8 -0
  135. package/dist/lib/components/SignUp/CountrySelector/constants.d.ts +7 -0
  136. package/dist/lib/components/SignUp/CountrySelector/constants.js +815 -0
  137. package/dist/lib/components/SignUp/CountrySelector/index.d.ts +2 -0
  138. package/dist/lib/components/SignUp/CountrySelector/index.js +23 -0
  139. package/dist/lib/components/SignUp/CountrySelector/types.d.ts +10 -0
  140. package/dist/lib/components/SignUp/CountrySelector/types.js +2 -0
  141. package/dist/lib/components/SignUp/CurrencySelector/index.d.ts +2 -0
  142. package/dist/lib/components/SignUp/CurrencySelector/index.js +27 -0
  143. package/dist/lib/components/SignUp/CurrencySelector/types.d.ts +11 -0
  144. package/dist/lib/components/SignUp/CurrencySelector/types.js +2 -0
  145. package/dist/lib/components/SignUp/DocsCheckBox/index.d.ts +9 -0
  146. package/dist/lib/components/SignUp/DocsCheckBox/index.js +39 -0
  147. package/dist/lib/components/SignUp/OneClick/constants.d.ts +10 -0
  148. package/dist/lib/components/SignUp/OneClick/constants.js +13 -0
  149. package/dist/lib/components/SignUp/OneClick/index.d.ts +31 -0
  150. package/dist/lib/components/SignUp/OneClick/index.js +86 -0
  151. package/dist/lib/components/SignUp/PromoCode/index.d.ts +2 -0
  152. package/dist/lib/components/SignUp/PromoCode/index.js +63 -0
  153. package/dist/lib/components/SignUp/PromoCode/types.d.ts +6 -0
  154. package/dist/lib/components/SignUp/PromoCode/types.js +2 -0
  155. package/dist/lib/components/Text/index.d.ts +6 -0
  156. package/dist/lib/components/Text/index.js +11 -0
  157. package/dist/lib/components/Wheel/index.d.ts +2 -0
  158. package/dist/lib/components/Wheel/index.js +131 -0
  159. package/dist/lib/components/Wheel/types.d.ts +54 -0
  160. package/dist/lib/components/Wheel/types.js +2 -0
  161. package/dist/lib/components/ui/AccordionGroup/Accordion.d.ts +21 -0
  162. package/dist/lib/components/ui/AccordionGroup/Accordion.js +70 -0
  163. package/dist/lib/components/ui/AccordionGroup/index.d.ts +6 -0
  164. package/dist/lib/components/ui/AccordionGroup/index.js +53 -0
  165. package/dist/lib/components/ui/Bonuses/AvailableBonusesSlider/index.d.ts +8 -0
  166. package/dist/lib/components/ui/Bonuses/AvailableBonusesSlider/index.js +80 -0
  167. package/dist/lib/components/ui/Buttons/AppSwitcher/index.d.ts +12 -0
  168. package/dist/lib/components/ui/Buttons/AppSwitcher/index.js +74 -0
  169. package/dist/lib/components/ui/Buttons/ArrowButton/index.d.ts +7 -0
  170. package/dist/lib/components/ui/Buttons/ArrowButton/index.js +41 -0
  171. package/dist/lib/components/ui/Buttons/BaseButton/index.d.ts +2 -0
  172. package/dist/lib/components/ui/Buttons/BaseButton/index.js +65 -0
  173. package/dist/lib/components/ui/Buttons/BaseButton/types.d.ts +30 -0
  174. package/dist/lib/components/ui/Buttons/BaseButton/types.js +2 -0
  175. package/dist/lib/components/ui/Buttons/CasinoCategoryButton/index.d.ts +2 -0
  176. package/dist/lib/components/ui/Buttons/CasinoCategoryButton/index.js +68 -0
  177. package/dist/lib/components/ui/Buttons/CasinoCategoryButton/types.d.ts +21 -0
  178. package/dist/lib/components/ui/Buttons/CasinoCategoryButton/types.js +2 -0
  179. package/dist/lib/components/ui/Buttons/CasinoSubCategoriesButton/index.d.ts +2 -0
  180. package/dist/lib/components/ui/Buttons/CasinoSubCategoriesButton/index.js +51 -0
  181. package/dist/lib/components/ui/Buttons/CasinoSubCategoriesButton/types.d.ts +13 -0
  182. package/dist/lib/components/ui/Buttons/CasinoSubCategoriesButton/types.js +2 -0
  183. package/dist/lib/components/ui/Buttons/CloseButton/index.d.ts +2 -0
  184. package/dist/lib/components/ui/Buttons/CloseButton/index.js +49 -0
  185. package/dist/lib/components/ui/Buttons/CloseButton/types.d.ts +4 -0
  186. package/dist/lib/components/ui/Buttons/CloseButton/types.js +2 -0
  187. package/dist/lib/components/ui/Buttons/DepositButton/index.d.ts +10 -0
  188. package/dist/lib/components/ui/Buttons/DepositButton/index.js +57 -0
  189. package/dist/lib/components/ui/Buttons/DrawerButton/index.d.ts +2 -0
  190. package/dist/lib/components/ui/Buttons/DrawerButton/index.js +63 -0
  191. package/dist/lib/components/ui/Buttons/DrawerButton/types.d.ts +4 -0
  192. package/dist/lib/components/ui/Buttons/DrawerButton/types.js +2 -0
  193. package/dist/lib/components/ui/Buttons/GameActions/index.d.ts +0 -0
  194. package/dist/lib/components/ui/Buttons/GameActions/index.js +0 -0
  195. package/dist/lib/components/ui/Buttons/JivoButton/index.d.ts +2 -0
  196. package/dist/lib/components/ui/Buttons/JivoButton/index.js +154 -0
  197. package/dist/lib/components/ui/Buttons/JivoButton/types.d.ts +30 -0
  198. package/dist/lib/components/ui/Buttons/JivoButton/types.js +2 -0
  199. package/dist/lib/components/ui/Buttons/ProviderName/index.d.ts +2 -0
  200. package/dist/lib/components/ui/Buttons/ProviderName/index.js +54 -0
  201. package/dist/lib/components/ui/Buttons/ProviderName/types.d.ts +6 -0
  202. package/dist/lib/components/ui/Buttons/ProviderName/types.js +2 -0
  203. package/dist/lib/components/ui/Buttons/index.d.ts +4 -0
  204. package/dist/lib/components/ui/Buttons/index.js +7 -0
  205. package/dist/lib/components/ui/CountDown/index.d.ts +2 -0
  206. package/dist/lib/components/ui/CountDown/index.js +65 -0
  207. package/dist/lib/components/ui/CountDown/types.d.ts +19 -0
  208. package/dist/lib/components/ui/CountDown/types.js +2 -0
  209. package/dist/lib/components/ui/Docs/index.d.ts +2 -0
  210. package/dist/lib/components/ui/Docs/index.js +72 -0
  211. package/dist/lib/components/ui/Docs/types.d.ts +14 -0
  212. package/dist/lib/components/ui/Docs/types.js +2 -0
  213. package/dist/lib/components/ui/Footer/index.d.ts +2 -0
  214. package/dist/lib/components/ui/Footer/index.js +46 -0
  215. package/dist/lib/components/ui/Footer/types.d.ts +13 -0
  216. package/dist/lib/components/ui/Footer/types.js +2 -0
  217. package/dist/lib/components/ui/Headers/PopUpHeader/index.d.ts +2 -0
  218. package/dist/lib/components/ui/Headers/PopUpHeader/index.js +52 -0
  219. package/dist/lib/components/ui/Headers/PopUpHeader/types.d.ts +17 -0
  220. package/dist/lib/components/ui/Headers/PopUpHeader/types.js +2 -0
  221. package/dist/lib/components/ui/Headers/index.d.ts +2 -0
  222. package/dist/lib/components/ui/Headers/index.js +5 -0
  223. package/dist/lib/components/ui/Icons/ArrowSvg.d.ts +5 -0
  224. package/dist/lib/components/ui/Icons/ArrowSvg.js +20 -0
  225. package/dist/lib/components/ui/Icons/Base/AvatarSvg.d.ts +2 -0
  226. package/dist/lib/components/ui/Icons/Base/AvatarSvg.js +20 -0
  227. package/dist/lib/components/ui/Icons/Base/BonusGiftSvg.d.ts +2 -0
  228. package/dist/lib/components/ui/Icons/Base/BonusGiftSvg.js +20 -0
  229. package/dist/lib/components/ui/Icons/Base/BurgerSvg.d.ts +2 -0
  230. package/dist/lib/components/ui/Icons/Base/BurgerSvg.js +20 -0
  231. package/dist/lib/components/ui/Icons/Base/CalendarSvg.d.ts +2 -0
  232. package/dist/lib/components/ui/Icons/Base/CalendarSvg.js +20 -0
  233. package/dist/lib/components/ui/Icons/Base/CashSvg.d.ts +5 -0
  234. package/dist/lib/components/ui/Icons/Base/CashSvg.js +52 -0
  235. package/dist/lib/components/ui/Icons/Base/CloseEyeSvg.d.ts +2 -0
  236. package/dist/lib/components/ui/Icons/Base/CloseEyeSvg.js +20 -0
  237. package/dist/lib/components/ui/Icons/Base/CoinSvg.d.ts +2 -0
  238. package/dist/lib/components/ui/Icons/Base/CoinSvg.js +20 -0
  239. package/dist/lib/components/ui/Icons/Base/CoinsSvg.d.ts +2 -0
  240. package/dist/lib/components/ui/Icons/Base/CoinsSvg.js +20 -0
  241. package/dist/lib/components/ui/Icons/Base/CopySvg.d.ts +2 -0
  242. package/dist/lib/components/ui/Icons/Base/CopySvg.js +20 -0
  243. package/dist/lib/components/ui/Icons/Base/DocSvg.d.ts +2 -0
  244. package/dist/lib/components/ui/Icons/Base/DocSvg.js +20 -0
  245. package/dist/lib/components/ui/Icons/Base/DownloadSvg.d.ts +2 -0
  246. package/dist/lib/components/ui/Icons/Base/DownloadSvg.js +20 -0
  247. package/dist/lib/components/ui/Icons/Base/DrawerTogglerSvg.d.ts +2 -0
  248. package/dist/lib/components/ui/Icons/Base/DrawerTogglerSvg.js +20 -0
  249. package/dist/lib/components/ui/Icons/Base/FavoritesSvg.d.ts +2 -0
  250. package/dist/lib/components/ui/Icons/Base/FavoritesSvg.js +20 -0
  251. package/dist/lib/components/ui/Icons/Base/GoogleSvg.d.ts +2 -0
  252. package/dist/lib/components/ui/Icons/Base/GoogleSvg.js +20 -0
  253. package/dist/lib/components/ui/Icons/Base/GrowSvg.d.ts +2 -0
  254. package/dist/lib/components/ui/Icons/Base/GrowSvg.js +20 -0
  255. package/dist/lib/components/ui/Icons/Base/InfoLotterySvg.d.ts +2 -0
  256. package/dist/lib/components/ui/Icons/Base/InfoLotterySvg.js +20 -0
  257. package/dist/lib/components/ui/Icons/Base/LotterySvg.d.ts +2 -0
  258. package/dist/lib/components/ui/Icons/Base/LotterySvg.js +20 -0
  259. package/dist/lib/components/ui/Icons/Base/OpenEyeSvg.d.ts +2 -0
  260. package/dist/lib/components/ui/Icons/Base/OpenEyeSvg.js +20 -0
  261. package/dist/lib/components/ui/Icons/Base/PlusSvg.d.ts +2 -0
  262. package/dist/lib/components/ui/Icons/Base/PlusSvg.js +20 -0
  263. package/dist/lib/components/ui/Icons/Base/ProfileSvg.d.ts +2 -0
  264. package/dist/lib/components/ui/Icons/Base/ProfileSvg.js +20 -0
  265. package/dist/lib/components/ui/Icons/Base/ProvidersBlocksSvg.d.ts +2 -0
  266. package/dist/lib/components/ui/Icons/Base/ProvidersBlocksSvg.js +20 -0
  267. package/dist/lib/components/ui/Icons/Base/SearchSvg.d.ts +2 -0
  268. package/dist/lib/components/ui/Icons/Base/SearchSvg.js +20 -0
  269. package/dist/lib/components/ui/Icons/Base/SelectedSvg.d.ts +2 -0
  270. package/dist/lib/components/ui/Icons/Base/SelectedSvg.js +20 -0
  271. package/dist/lib/components/ui/Icons/Base/SettingsSvg.d.ts +2 -0
  272. package/dist/lib/components/ui/Icons/Base/SettingsSvg.js +20 -0
  273. package/dist/lib/components/ui/Icons/Base/ShareSvg.d.ts +2 -0
  274. package/dist/lib/components/ui/Icons/Base/ShareSvg.js +20 -0
  275. package/dist/lib/components/ui/Icons/Base/StarSvg.d.ts +2 -0
  276. package/dist/lib/components/ui/Icons/Base/StarSvg.js +20 -0
  277. package/dist/lib/components/ui/Icons/Base/SupportSvg.d.ts +2 -0
  278. package/dist/lib/components/ui/Icons/Base/SupportSvg.js +20 -0
  279. package/dist/lib/components/ui/Icons/Base/ThreeDotsSvg.d.ts +2 -0
  280. package/dist/lib/components/ui/Icons/Base/ThreeDotsSvg.js +20 -0
  281. package/dist/lib/components/ui/Icons/Base/TrashSvg.d.ts +2 -0
  282. package/dist/lib/components/ui/Icons/Base/TrashSvg.js +20 -0
  283. package/dist/lib/components/ui/Icons/Base/WalletSvg.d.ts +2 -0
  284. package/dist/lib/components/ui/Icons/Base/WalletSvg.js +20 -0
  285. package/dist/lib/components/ui/Icons/Bonuses/FirstBonusSvg.d.ts +2 -0
  286. package/dist/lib/components/ui/Icons/Bonuses/FirstBonusSvg.js +20 -0
  287. package/dist/lib/components/ui/Icons/Bonuses/SecondBonusSvg.d.ts +2 -0
  288. package/dist/lib/components/ui/Icons/Bonuses/SecondBonusSvg.js +20 -0
  289. package/dist/lib/components/ui/Icons/Bonuses/ThirdBonusSvg.d.ts +2 -0
  290. package/dist/lib/components/ui/Icons/Bonuses/ThirdBonusSvg.js +20 -0
  291. package/dist/lib/components/ui/Icons/Bonuses/VipClub/BronzeSvg.d.ts +2 -0
  292. package/dist/lib/components/ui/Icons/Bonuses/VipClub/BronzeSvg.js +20 -0
  293. package/dist/lib/components/ui/Icons/Bonuses/VipClub/DiamondSvg.d.ts +2 -0
  294. package/dist/lib/components/ui/Icons/Bonuses/VipClub/DiamondSvg.js +20 -0
  295. package/dist/lib/components/ui/Icons/Bonuses/VipClub/GoldSvg.d.ts +2 -0
  296. package/dist/lib/components/ui/Icons/Bonuses/VipClub/GoldSvg.js +20 -0
  297. package/dist/lib/components/ui/Icons/Bonuses/VipClub/GreenSvg.d.ts +2 -0
  298. package/dist/lib/components/ui/Icons/Bonuses/VipClub/GreenSvg.js +20 -0
  299. package/dist/lib/components/ui/Icons/Bonuses/VipClub/PlatinumOneSvg.d.ts +2 -0
  300. package/dist/lib/components/ui/Icons/Bonuses/VipClub/PlatinumOneSvg.js +20 -0
  301. package/dist/lib/components/ui/Icons/Bonuses/VipClub/PlatinumSvg.d.ts +2 -0
  302. package/dist/lib/components/ui/Icons/Bonuses/VipClub/PlatinumSvg.js +20 -0
  303. package/dist/lib/components/ui/Icons/Bonuses/VipClub/SilverSvg.d.ts +2 -0
  304. package/dist/lib/components/ui/Icons/Bonuses/VipClub/SilverSvg.js +20 -0
  305. package/dist/lib/components/ui/Icons/Bonuses/VipClubSvg.d.ts +2 -0
  306. package/dist/lib/components/ui/Icons/Bonuses/VipClubSvg.js +20 -0
  307. package/dist/lib/components/ui/Icons/Casino/CoinSvg.d.ts +2 -0
  308. package/dist/lib/components/ui/Icons/Casino/CoinSvg.js +20 -0
  309. package/dist/lib/components/ui/Icons/Casino/DefaultImgSvg.d.ts +2 -0
  310. package/dist/lib/components/ui/Icons/Casino/DefaultImgSvg.js +20 -0
  311. package/dist/lib/components/ui/Icons/Casino/ProvidersSvg.d.ts +2 -0
  312. package/dist/lib/components/ui/Icons/Casino/ProvidersSvg.js +20 -0
  313. package/dist/lib/components/ui/Icons/Casino/RecommendedSvg.d.ts +2 -0
  314. package/dist/lib/components/ui/Icons/Casino/RecommendedSvg.js +20 -0
  315. package/dist/lib/components/ui/Icons/Casino/TournamentWagerSvg.d.ts +2 -0
  316. package/dist/lib/components/ui/Icons/Casino/TournamentWagerSvg.js +20 -0
  317. package/dist/lib/components/ui/Icons/Categories/Icons/CasinoSvg.d.ts +2 -0
  318. package/dist/lib/components/ui/Icons/Categories/Icons/CasinoSvg.js +20 -0
  319. package/dist/lib/components/ui/Icons/Categories/Icons/CrashSvg.d.ts +2 -0
  320. package/dist/lib/components/ui/Icons/Categories/Icons/CrashSvg.js +20 -0
  321. package/dist/lib/components/ui/Icons/Categories/Icons/HotSvg.d.ts +2 -0
  322. package/dist/lib/components/ui/Icons/Categories/Icons/HotSvg.js +20 -0
  323. package/dist/lib/components/ui/Icons/Categories/Icons/InstantSvg.d.ts +2 -0
  324. package/dist/lib/components/ui/Icons/Categories/Icons/InstantSvg.js +20 -0
  325. package/dist/lib/components/ui/Icons/Categories/Icons/OtersSvg.d.ts +2 -0
  326. package/dist/lib/components/ui/Icons/Categories/Icons/OtersSvg.js +20 -0
  327. package/dist/lib/components/ui/Icons/Categories/Icons/PopularSvg.d.ts +2 -0
  328. package/dist/lib/components/ui/Icons/Categories/Icons/PopularSvg.js +20 -0
  329. package/dist/lib/components/ui/Icons/Categories/Icons/ProviderSvg.d.ts +2 -0
  330. package/dist/lib/components/ui/Icons/Categories/Icons/ProviderSvg.js +20 -0
  331. package/dist/lib/components/ui/Icons/Categories/Icons/ScratchSvg.d.ts +2 -0
  332. package/dist/lib/components/ui/Icons/Categories/Icons/ScratchSvg.js +20 -0
  333. package/dist/lib/components/ui/Icons/Categories/Icons/SlotsSvg.d.ts +2 -0
  334. package/dist/lib/components/ui/Icons/Categories/Icons/SlotsSvg.js +20 -0
  335. package/dist/lib/components/ui/Icons/Categories/Icons/TableSvg.d.ts +2 -0
  336. package/dist/lib/components/ui/Icons/Categories/Icons/TableSvg.js +20 -0
  337. package/dist/lib/components/ui/Icons/Categories/Icons/TurboSvg.d.ts +2 -0
  338. package/dist/lib/components/ui/Icons/Categories/Icons/TurboSvg.js +20 -0
  339. package/dist/lib/components/ui/Icons/Categories/Icons/VSportSvg.d.ts +2 -0
  340. package/dist/lib/components/ui/Icons/Categories/Icons/VSportSvg.js +20 -0
  341. package/dist/lib/components/ui/Icons/Categories/Icons/WagerSvg.d.ts +2 -0
  342. package/dist/lib/components/ui/Icons/Categories/Icons/WagerSvg.js +20 -0
  343. package/dist/lib/components/ui/Icons/Categories/index.d.ts +3 -0
  344. package/dist/lib/components/ui/Icons/Categories/index.js +50 -0
  345. package/dist/lib/components/ui/Icons/CheckBoxSvg.d.ts +2 -0
  346. package/dist/lib/components/ui/Icons/CheckBoxSvg.js +18 -0
  347. package/dist/lib/components/ui/Icons/CloseSvg.d.ts +2 -0
  348. package/dist/lib/components/ui/Icons/CloseSvg.js +20 -0
  349. package/dist/lib/components/ui/Icons/Deposit/DepositSvg.d.ts +2 -0
  350. package/dist/lib/components/ui/Icons/Deposit/DepositSvg.js +20 -0
  351. package/dist/lib/components/ui/Icons/Deposit/ErrorSvg.d.ts +2 -0
  352. package/dist/lib/components/ui/Icons/Deposit/ErrorSvg.js +20 -0
  353. package/dist/lib/components/ui/Icons/Deposit/SuccessSvg.d.ts +2 -0
  354. package/dist/lib/components/ui/Icons/Deposit/SuccessSvg.js +20 -0
  355. package/dist/lib/components/ui/Icons/Deposit/WaitingSvg.d.ts +2 -0
  356. package/dist/lib/components/ui/Icons/Deposit/WaitingSvg.js +20 -0
  357. package/dist/lib/components/ui/Icons/Deposit/WithdrawSvg.d.ts +2 -0
  358. package/dist/lib/components/ui/Icons/Deposit/WithdrawSvg.js +20 -0
  359. package/dist/lib/components/ui/Icons/FlagIcons/AzeSvg.d.ts +2 -0
  360. package/dist/lib/components/ui/Icons/FlagIcons/AzeSvg.js +20 -0
  361. package/dist/lib/components/ui/Icons/FlagIcons/BnSvg.d.ts +2 -0
  362. package/dist/lib/components/ui/Icons/FlagIcons/BnSvg.js +20 -0
  363. package/dist/lib/components/ui/Icons/FlagIcons/BsSvg.d.ts +2 -0
  364. package/dist/lib/components/ui/Icons/FlagIcons/BsSvg.js +20 -0
  365. package/dist/lib/components/ui/Icons/FlagIcons/ChSvg.d.ts +2 -0
  366. package/dist/lib/components/ui/Icons/FlagIcons/ChSvg.js +20 -0
  367. package/dist/lib/components/ui/Icons/FlagIcons/DeSvg.d.ts +2 -0
  368. package/dist/lib/components/ui/Icons/FlagIcons/DeSvg.js +20 -0
  369. package/dist/lib/components/ui/Icons/FlagIcons/EnSvg.d.ts +2 -0
  370. package/dist/lib/components/ui/Icons/FlagIcons/EnSvg.js +20 -0
  371. package/dist/lib/components/ui/Icons/FlagIcons/EsSvg.d.ts +2 -0
  372. package/dist/lib/components/ui/Icons/FlagIcons/EsSvg.js +20 -0
  373. package/dist/lib/components/ui/Icons/FlagIcons/FrSvg.d.ts +2 -0
  374. package/dist/lib/components/ui/Icons/FlagIcons/FrSvg.js +20 -0
  375. package/dist/lib/components/ui/Icons/FlagIcons/HiSvg.d.ts +2 -0
  376. package/dist/lib/components/ui/Icons/FlagIcons/HiSvg.js +20 -0
  377. package/dist/lib/components/ui/Icons/FlagIcons/ItSvg.d.ts +2 -0
  378. package/dist/lib/components/ui/Icons/FlagIcons/ItSvg.js +20 -0
  379. package/dist/lib/components/ui/Icons/FlagIcons/KoSvg.d.ts +2 -0
  380. package/dist/lib/components/ui/Icons/FlagIcons/KoSvg.js +20 -0
  381. package/dist/lib/components/ui/Icons/FlagIcons/KzSvg.d.ts +2 -0
  382. package/dist/lib/components/ui/Icons/FlagIcons/KzSvg.js +20 -0
  383. package/dist/lib/components/ui/Icons/FlagIcons/NoSvg.d.ts +2 -0
  384. package/dist/lib/components/ui/Icons/FlagIcons/NoSvg.js +20 -0
  385. package/dist/lib/components/ui/Icons/FlagIcons/PtSvg.d.ts +2 -0
  386. package/dist/lib/components/ui/Icons/FlagIcons/PtSvg.js +20 -0
  387. package/dist/lib/components/ui/Icons/FlagIcons/RoSvg.d.ts +2 -0
  388. package/dist/lib/components/ui/Icons/FlagIcons/RoSvg.js +20 -0
  389. package/dist/lib/components/ui/Icons/FlagIcons/RuSvg.d.ts +2 -0
  390. package/dist/lib/components/ui/Icons/FlagIcons/RuSvg.js +20 -0
  391. package/dist/lib/components/ui/Icons/FlagIcons/TrSvg.d.ts +2 -0
  392. package/dist/lib/components/ui/Icons/FlagIcons/TrSvg.js +20 -0
  393. package/dist/lib/components/ui/Icons/FlagIcons/UkrSvg.d.ts +2 -0
  394. package/dist/lib/components/ui/Icons/FlagIcons/UkrSvg.js +20 -0
  395. package/dist/lib/components/ui/Icons/FlagIcons/UzSvg.d.ts +2 -0
  396. package/dist/lib/components/ui/Icons/FlagIcons/UzSvg.js +20 -0
  397. package/dist/lib/components/ui/Icons/InHouse/ElonHouseSvg.d.ts +2 -0
  398. package/dist/lib/components/ui/Icons/InHouse/ElonHouseSvg.js +20 -0
  399. package/dist/lib/components/ui/Icons/InHouse/FSWinHouseSvg.d.ts +2 -0
  400. package/dist/lib/components/ui/Icons/InHouse/FSWinHouseSvg.js +20 -0
  401. package/dist/lib/components/ui/Icons/InHouse/JabiInHouseSvg.d.ts +2 -0
  402. package/dist/lib/components/ui/Icons/InHouse/JabiInHouseSvg.js +20 -0
  403. package/dist/lib/components/ui/Icons/InfoSvg.d.ts +2 -0
  404. package/dist/lib/components/ui/Icons/InfoSvg.js +20 -0
  405. package/dist/lib/components/ui/Icons/LockSvg.d.ts +2 -0
  406. package/dist/lib/components/ui/Icons/LockSvg.js +20 -0
  407. package/dist/lib/components/ui/Icons/Navigation/NavBettingLiveSvg.d.ts +2 -0
  408. package/dist/lib/components/ui/Icons/Navigation/NavBettingLiveSvg.js +20 -0
  409. package/dist/lib/components/ui/Icons/Navigation/NavBettingSvg.d.ts +2 -0
  410. package/dist/lib/components/ui/Icons/Navigation/NavBettingSvg.js +20 -0
  411. package/dist/lib/components/ui/Icons/Navigation/NavBonusesSvg.d.ts +2 -0
  412. package/dist/lib/components/ui/Icons/Navigation/NavBonusesSvg.js +20 -0
  413. package/dist/lib/components/ui/Icons/Navigation/NavCasinoSvg.d.ts +2 -0
  414. package/dist/lib/components/ui/Icons/Navigation/NavCasinoSvg.js +20 -0
  415. package/dist/lib/components/ui/Icons/Navigation/NavMyBetsSvg.d.ts +2 -0
  416. package/dist/lib/components/ui/Icons/Navigation/NavMyBetsSvg.js +20 -0
  417. package/dist/lib/components/ui/Icons/Navigation/NavReferralSvg.d.ts +2 -0
  418. package/dist/lib/components/ui/Icons/Navigation/NavReferralSvg.js +20 -0
  419. package/dist/lib/components/ui/Icons/Navigation/NavTournamentSvg.d.ts +2 -0
  420. package/dist/lib/components/ui/Icons/Navigation/NavTournamentSvg.js +20 -0
  421. package/dist/lib/components/ui/Icons/NotFound/BonusesSvg.d.ts +2 -0
  422. package/dist/lib/components/ui/Icons/NotFound/BonusesSvg.js +20 -0
  423. package/dist/lib/components/ui/Icons/Notifications/ErrorSvg.d.ts +2 -0
  424. package/dist/lib/components/ui/Icons/Notifications/ErrorSvg.js +20 -0
  425. package/dist/lib/components/ui/Icons/Notifications/SuccessSvg.d.ts +2 -0
  426. package/dist/lib/components/ui/Icons/Notifications/SuccessSvg.js +20 -0
  427. package/dist/lib/components/ui/Icons/Notifications/WarningSvg.d.ts +2 -0
  428. package/dist/lib/components/ui/Icons/Notifications/WarningSvg.js +20 -0
  429. package/dist/lib/components/ui/Icons/PlaySvg.d.ts +2 -0
  430. package/dist/lib/components/ui/Icons/PlaySvg.js +20 -0
  431. package/dist/lib/components/ui/Icons/ReferralTreasures/ElonTreasureSvg.d.ts +2 -0
  432. package/dist/lib/components/ui/Icons/ReferralTreasures/ElonTreasureSvg.js +44 -0
  433. package/dist/lib/components/ui/Icons/ReferralTreasures/FSWinTreasureSvg.d.ts +2 -0
  434. package/dist/lib/components/ui/Icons/ReferralTreasures/FSWinTreasureSvg.js +44 -0
  435. package/dist/lib/components/ui/Icons/ReferralTreasures/JabibetTreasureSvg.d.ts +2 -0
  436. package/dist/lib/components/ui/Icons/ReferralTreasures/JabibetTreasureSvg.js +44 -0
  437. package/dist/lib/components/ui/Icons/SocialMedia/FacebookSvg.d.ts +2 -0
  438. package/dist/lib/components/ui/Icons/SocialMedia/FacebookSvg.js +20 -0
  439. package/dist/lib/components/ui/Icons/SocialMedia/InstagramSvg.d.ts +2 -0
  440. package/dist/lib/components/ui/Icons/SocialMedia/InstagramSvg.js +20 -0
  441. package/dist/lib/components/ui/Icons/SocialMedia/TelegramSvg.d.ts +2 -0
  442. package/dist/lib/components/ui/Icons/SocialMedia/TelegramSvg.js +20 -0
  443. package/dist/lib/components/ui/Icons/Sports/AmericanFootballSvg.d.ts +2 -0
  444. package/dist/lib/components/ui/Icons/Sports/AmericanFootballSvg.js +20 -0
  445. package/dist/lib/components/ui/Icons/Sports/AussieRulesSvg.d.ts +2 -0
  446. package/dist/lib/components/ui/Icons/Sports/AussieRulesSvg.js +20 -0
  447. package/dist/lib/components/ui/Icons/Sports/BadmintonSvg.d.ts +2 -0
  448. package/dist/lib/components/ui/Icons/Sports/BadmintonSvg.js +20 -0
  449. package/dist/lib/components/ui/Icons/Sports/BaseballSvg.d.ts +2 -0
  450. package/dist/lib/components/ui/Icons/Sports/BaseballSvg.js +20 -0
  451. package/dist/lib/components/ui/Icons/Sports/Basketball3x3Svg.d.ts +2 -0
  452. package/dist/lib/components/ui/Icons/Sports/Basketball3x3Svg.js +20 -0
  453. package/dist/lib/components/ui/Icons/Sports/BasketballSvg.d.ts +2 -0
  454. package/dist/lib/components/ui/Icons/Sports/BasketballSvg.js +20 -0
  455. package/dist/lib/components/ui/Icons/Sports/BeachSoccerSvg.d.ts +2 -0
  456. package/dist/lib/components/ui/Icons/Sports/BeachSoccerSvg.js +20 -0
  457. package/dist/lib/components/ui/Icons/Sports/BoxingSvg.d.ts +2 -0
  458. package/dist/lib/components/ui/Icons/Sports/BoxingSvg.js +20 -0
  459. package/dist/lib/components/ui/Icons/Sports/ChessSvg.d.ts +2 -0
  460. package/dist/lib/components/ui/Icons/Sports/ChessSvg.js +20 -0
  461. package/dist/lib/components/ui/Icons/Sports/CricketSvg.d.ts +2 -0
  462. package/dist/lib/components/ui/Icons/Sports/CricketSvg.js +20 -0
  463. package/dist/lib/components/ui/Icons/Sports/DartsSvg.d.ts +2 -0
  464. package/dist/lib/components/ui/Icons/Sports/DartsSvg.js +20 -0
  465. package/dist/lib/components/ui/Icons/Sports/EFifaSvg.d.ts +2 -0
  466. package/dist/lib/components/ui/Icons/Sports/EFifaSvg.js +20 -0
  467. package/dist/lib/components/ui/Icons/Sports/ENbaSvg.d.ts +2 -0
  468. package/dist/lib/components/ui/Icons/Sports/ENbaSvg.js +20 -0
  469. package/dist/lib/components/ui/Icons/Sports/ENhlSvg.d.ts +2 -0
  470. package/dist/lib/components/ui/Icons/Sports/ENhlSvg.js +20 -0
  471. package/dist/lib/components/ui/Icons/Sports/EsportSvg.d.ts +2 -0
  472. package/dist/lib/components/ui/Icons/Sports/EsportSvg.js +20 -0
  473. package/dist/lib/components/ui/Icons/Sports/FieldHockeySvg.d.ts +2 -0
  474. package/dist/lib/components/ui/Icons/Sports/FieldHockeySvg.js +20 -0
  475. package/dist/lib/components/ui/Icons/Sports/FutsalSvg.d.ts +2 -0
  476. package/dist/lib/components/ui/Icons/Sports/FutsalSvg.js +20 -0
  477. package/dist/lib/components/ui/Icons/Sports/IceHockeySvg.d.ts +2 -0
  478. package/dist/lib/components/ui/Icons/Sports/IceHockeySvg.js +20 -0
  479. package/dist/lib/components/ui/Icons/Sports/KabaddiSvg.d.ts +2 -0
  480. package/dist/lib/components/ui/Icons/Sports/KabaddiSvg.js +20 -0
  481. package/dist/lib/components/ui/Icons/Sports/MmaSvg.d.ts +2 -0
  482. package/dist/lib/components/ui/Icons/Sports/MmaSvg.js +20 -0
  483. package/dist/lib/components/ui/Icons/Sports/RugbySvg.d.ts +2 -0
  484. package/dist/lib/components/ui/Icons/Sports/RugbySvg.js +20 -0
  485. package/dist/lib/components/ui/Icons/Sports/SnookerSvg.d.ts +2 -0
  486. package/dist/lib/components/ui/Icons/Sports/SnookerSvg.js +20 -0
  487. package/dist/lib/components/ui/Icons/Sports/SoccerSvg.d.ts +2 -0
  488. package/dist/lib/components/ui/Icons/Sports/SoccerSvg.js +20 -0
  489. package/dist/lib/components/ui/Icons/Sports/SquashSvg.d.ts +2 -0
  490. package/dist/lib/components/ui/Icons/Sports/SquashSvg.js +20 -0
  491. package/dist/lib/components/ui/Icons/Sports/TableTennisSvg.d.ts +2 -0
  492. package/dist/lib/components/ui/Icons/Sports/TableTennisSvg.js +20 -0
  493. package/dist/lib/components/ui/Icons/Sports/TennisSvg.d.ts +2 -0
  494. package/dist/lib/components/ui/Icons/Sports/TennisSvg.js +20 -0
  495. package/dist/lib/components/ui/Icons/Sports/VolleyballSvg.d.ts +2 -0
  496. package/dist/lib/components/ui/Icons/Sports/VolleyballSvg.js +20 -0
  497. package/dist/lib/components/ui/Icons/types.d.ts +8 -0
  498. package/dist/lib/components/ui/Icons/types.js +2 -0
  499. package/dist/lib/components/ui/Inputs/AmountInput/index.d.ts +3 -0
  500. package/dist/lib/components/ui/Inputs/AmountInput/index.js +123 -0
  501. package/dist/lib/components/ui/Inputs/AmountInput/types.d.ts +20 -0
  502. package/dist/lib/components/ui/Inputs/AmountInput/types.js +2 -0
  503. package/dist/lib/components/ui/Inputs/BaseInput/BaseInputUi.d.ts +2 -0
  504. package/dist/lib/components/ui/Inputs/BaseInput/BaseInputUi.js +72 -0
  505. package/dist/lib/components/ui/Inputs/BaseInput/constant.d.ts +2 -0
  506. package/dist/lib/components/ui/Inputs/BaseInput/constant.js +7 -0
  507. package/dist/lib/components/ui/Inputs/BaseInput/index.d.ts +2 -0
  508. package/dist/lib/components/ui/Inputs/BaseInput/index.js +52 -0
  509. package/dist/lib/components/ui/Inputs/BaseInput/types.d.ts +37 -0
  510. package/dist/lib/components/ui/Inputs/BaseInput/types.js +2 -0
  511. package/dist/lib/components/ui/Inputs/CheckBox/index.d.ts +12 -0
  512. package/dist/lib/components/ui/Inputs/CheckBox/index.js +52 -0
  513. package/dist/lib/components/ui/Leaderboard/components/User/index.d.ts +4 -0
  514. package/dist/lib/components/ui/Leaderboard/components/User/index.js +56 -0
  515. package/dist/lib/components/ui/Leaderboard/constants.d.ts +1 -0
  516. package/dist/lib/components/ui/Leaderboard/constants.js +4 -0
  517. package/dist/lib/components/ui/Leaderboard/index.d.ts +2 -0
  518. package/dist/lib/components/ui/Leaderboard/index.js +70 -0
  519. package/dist/lib/components/ui/Leaderboard/types.d.ts +17 -0
  520. package/dist/lib/components/ui/Leaderboard/types.js +2 -0
  521. package/dist/lib/components/ui/Loaders/CircularLoader/index.d.ts +5 -0
  522. package/dist/lib/components/ui/Loaders/CircularLoader/index.js +48 -0
  523. package/dist/lib/components/ui/Loaders/MainLoader/index.d.ts +2 -0
  524. package/dist/lib/components/ui/Loaders/MainLoader/index.js +52 -0
  525. package/dist/lib/components/ui/Loaders/MainLoader/types.d.ts +6 -0
  526. package/dist/lib/components/ui/Loaders/MainLoader/types.js +2 -0
  527. package/dist/lib/components/ui/Loaders/SkeletLoader/index.d.ts +5 -0
  528. package/dist/lib/components/ui/Loaders/SkeletLoader/index.js +47 -0
  529. package/dist/lib/components/ui/Logos/index.d.ts +2 -0
  530. package/dist/lib/components/ui/Logos/index.js +101 -0
  531. package/dist/lib/components/ui/Logos/types.d.ts +13 -0
  532. package/dist/lib/components/ui/Logos/types.js +2 -0
  533. package/dist/lib/components/ui/Pagination/index.d.ts +2 -0
  534. package/dist/lib/components/ui/Pagination/index.js +76 -0
  535. package/dist/lib/components/ui/Pagination/types.d.ts +10 -0
  536. package/dist/lib/components/ui/Pagination/types.js +2 -0
  537. package/dist/lib/components/ui/Section/index.d.ts +4 -0
  538. package/dist/lib/components/ui/Section/index.js +48 -0
  539. package/dist/lib/components/ui/Selector/index.d.ts +2 -0
  540. package/dist/lib/components/ui/Selector/index.js +135 -0
  541. package/dist/lib/components/ui/Selector/types.d.ts +43 -0
  542. package/dist/lib/components/ui/Selector/types.js +2 -0
  543. package/dist/lib/components/ui/ShowAll/index.d.ts +7 -0
  544. package/dist/lib/components/ui/ShowAll/index.js +50 -0
  545. package/dist/lib/components/ui/Step/index.d.ts +2 -0
  546. package/dist/lib/components/ui/Step/index.js +44 -0
  547. package/dist/lib/components/ui/Step/types.d.ts +5 -0
  548. package/dist/lib/components/ui/Step/types.js +2 -0
  549. package/dist/lib/components/ui/Tabs/index.d.ts +2 -0
  550. package/dist/lib/components/ui/Tabs/index.js +109 -0
  551. package/dist/lib/components/ui/Tabs/types.d.ts +15 -0
  552. package/dist/lib/components/ui/Tabs/types.js +2 -0
  553. package/dist/lib/components/ui/TournamentCard/index.d.ts +2 -0
  554. package/dist/lib/components/ui/TournamentCard/index.js +58 -0
  555. package/dist/lib/components/ui/TournamentCard/types.d.ts +16 -0
  556. package/dist/lib/components/ui/TournamentCard/types.js +2 -0
  557. package/dist/lib/hooks/useCountDown.d.ts +8 -0
  558. package/dist/lib/hooks/useCountDown.js +25 -0
  559. package/dist/lib/hooks/useElementResize.d.ts +5 -0
  560. package/dist/lib/hooks/useElementResize.js +41 -0
  561. package/dist/lib/hooks/useInView.d.ts +2 -0
  562. package/dist/lib/hooks/useInView.js +27 -0
  563. package/dist/lib/hooks/useOutsideClick.d.ts +5 -0
  564. package/dist/lib/hooks/useOutsideClick.js +22 -0
  565. package/dist/lib/hooks/useSwipe.d.ts +9 -0
  566. package/dist/lib/hooks/useSwipe.js +69 -0
  567. package/dist/lib/hooks/useTranslate.d.ts +6 -0
  568. package/dist/lib/hooks/useTranslate.js +46 -0
  569. package/dist/lib/index.d.ts +189 -0
  570. package/dist/lib/index.js +411 -0
  571. package/dist/lib/service/validation.d.ts +72 -0
  572. package/dist/lib/service/validation.js +190 -0
  573. package/dist/lib/types/ui.d.ts +14 -0
  574. package/dist/lib/types/ui.js +16 -0
  575. package/dist/lib/utils/date.d.ts +1 -0
  576. package/dist/lib/utils/date.js +11 -0
  577. package/dist/lib/zustandStore/languages/constants.d.ts +2 -0
  578. package/dist/lib/zustandStore/languages/constants.js +14 -0
  579. package/dist/lib/zustandStore/languages/selectors.d.ts +22 -0
  580. package/dist/lib/zustandStore/languages/selectors.js +31 -0
  581. package/dist/lib/zustandStore/languages/store.d.ts +2 -0
  582. package/dist/lib/zustandStore/languages/store.js +115 -0
  583. package/dist/lib/zustandStore/languages/types.d.ts +18 -0
  584. package/dist/lib/zustandStore/languages/types.js +2 -0
  585. package/dist/main.css +3950 -0
  586. package/package.json +66 -0
@@ -0,0 +1,20 @@
1
+ "use strict";
2
+ var __assign = (this && this.__assign) || function () {
3
+ __assign = Object.assign || function(t) {
4
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
5
+ s = arguments[i];
6
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
7
+ t[p] = s[p];
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
13
+ Object.defineProperty(exports, "__esModule", { value: true });
14
+ exports.FirstBonusSvg = void 0;
15
+ var jsx_runtime_1 = require("react/jsx-runtime");
16
+ var FirstBonusSvg = function (props) {
17
+ var _a = props.width, width = _a === void 0 ? '50' : _a, _b = props.height, height = _b === void 0 ? '40' : _b, classes = props.classes;
18
+ return ((0, jsx_runtime_1.jsxs)("svg", __assign({ width: width, height: height, viewBox: "0 0 50 40", fill: "none", className: classes }, { children: [(0, jsx_runtime_1.jsxs)("g", __assign({ filter: "url(#filter0_d_2194_10108)" }, { children: [(0, jsx_runtime_1.jsx)("ellipse", { cx: "24.9999", cy: "19.0175", rx: "14.3116", ry: "14.0566", fill: "url(#paint0_linear_2194_10108)" }), (0, jsx_runtime_1.jsx)("ellipse", { cx: "24.9999", cy: "19.0175", rx: "14.3116", ry: "14.0566", fill: "url(#paint1_radial_2194_10108)" })] })), (0, jsx_runtime_1.jsx)("ellipse", { cx: "24.9998", cy: "19.0176", rx: "13.204", ry: "12.9688", fill: "url(#paint2_linear_2194_10108)" }), (0, jsx_runtime_1.jsx)("g", __assign({ filter: "url(#filter1_f_2194_10108)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M38.2038 19.0176C38.2038 26.18 32.2921 31.9863 24.9998 31.9863", stroke: "url(#paint3_linear_2194_10108)", strokeWidth: "0.894251" }) })), (0, jsx_runtime_1.jsx)("g", __assign({ filter: "url(#filter2_f_2194_10108)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M19.8187 7.08891C26.5262 4.27846 34.2834 7.3408 37.1448 13.9288", stroke: "url(#paint4_linear_2194_10108)", strokeWidth: "0.894251" }) })), (0, jsx_runtime_1.jsx)("ellipse", { cx: "0.523576", cy: "0.480368", rx: "0.523576", ry: "0.480368", transform: "matrix(0.713434 -0.700723 0.713434 0.700723 31.8763 8.25)", fill: "url(#paint5_radial_2194_10108)" }), (0, jsx_runtime_1.jsx)("ellipse", { cx: "0.820856", cy: "0.802438", rx: "0.820856", ry: "0.802438", transform: "matrix(0.713434 -0.700723 0.713434 0.700723 31.4349 8.23242)", fill: "url(#paint6_radial_2194_10108)" }), (0, jsx_runtime_1.jsx)("g", __assign({ filter: "url(#filter3_d_2194_10108)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M41.6637 16.2093C40.104 17.1186 37.1841 16.9932 35.53 17.0067C35.4418 17.2022 35.3761 17.7384 35.5559 17.8027C36.2679 18.0571 38.036 18.8678 39.9604 18.9083C41.7186 18.9453 43.0236 17.5858 42.3833 16.3219C42.2205 16.087 41.9128 16.0641 41.6637 16.2093Z", fill: "url(#paint7_linear_2194_10108)" }) })), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M42.5199 17.2735C41.1699 18.2466 39.05 18.2878 36.4684 17.6564C36.3808 17.4323 36.3097 17.2156 36.2532 17.0065C37.9388 17.0088 40.3116 16.9978 41.6632 16.2098C41.9123 16.0646 42.22 16.0875 42.3828 16.3225C42.5444 16.6414 42.5821 16.9663 42.5199 17.2735Z", fill: "url(#paint8_linear_2194_10108)" }), (0, jsx_runtime_1.jsx)("g", __assign({ filter: "url(#filter4_d_2194_10108)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M42.0538 12.5663C40.4899 14.2624 37.9592 15.9266 35.9526 16.5419C35.9169 16.8171 35.9073 17.3884 36.1485 17.3754C38.341 17.2568 39.4667 17.338 41.6717 16.8629C43.8572 16.392 44.2114 13.7874 42.9702 12.4461C42.6862 12.2126 42.3036 12.2954 42.0538 12.5663Z", fill: "url(#paint9_linear_2194_10108)" }) })), (0, jsx_runtime_1.jsx)("g", __assign({ filter: "url(#filter5_f_2194_10108)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M42.9733 12.4437C44.2027 13.7724 43.8668 16.3406 41.7361 16.8467C41.6968 16.8572 41.6747 16.8606 41.6747 16.8606C41.6954 16.8561 41.7158 16.8515 41.7361 16.8467C41.9717 16.7838 42.8272 16.4658 43.2738 15.0948C43.7949 13.4949 42.9733 12.4437 42.9733 12.4437Z", fill: "url(#paint10_radial_2194_10108)" }) })), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M43.6077 13.6775C43.5038 13.2219 43.2898 12.7921 42.9698 12.4462C42.6858 12.2127 42.3032 12.2955 42.0534 12.5664C40.4895 14.2625 37.9589 15.9268 35.9522 16.542C35.9353 16.6723 35.9243 16.8688 35.9429 17.0384C39.1808 16.8041 42.8539 15.6221 43.6077 13.6775Z", fill: "url(#paint11_linear_2194_10108)" }), (0, jsx_runtime_1.jsx)("g", __assign({ filter: "url(#filter6_d_2194_10108)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M40.3305 9.80448C39.3225 12.179 37.2975 14.7529 35.7535 16.1427C35.8351 16.4126 36.0561 16.9358 36.273 16.8363C38.1992 15.9532 40.4409 14.9801 42.2929 13.5517C43.9801 12.2502 42.7427 9.90793 41.4442 9.21999C40.9141 8.93917 40.5169 9.36529 40.3305 9.80448Z", fill: "url(#paint12_linear_2194_10108)" }) })), (0, jsx_runtime_1.jsx)("g", __assign({ filter: "url(#filter7_f_2194_10108)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M41.3855 9.24446C42.6841 9.9324 43.9215 12.2747 42.2342 13.5761C41.5483 14.1052 40.809 14.5718 40.052 14.9945C40.0274 15.0084 40.0142 15.0155 40.0142 15.0155C40.0268 15.0085 40.0394 15.0015 40.052 14.9945C40.3356 14.8332 42.1317 13.755 42.62 12.0478C43.1508 10.1924 41.3855 9.24446 41.3855 9.24446Z", fill: "#FF969C" }) })), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M42.1743 9.78555C41.948 9.54749 41.6986 9.35197 41.4469 9.21861C40.9168 8.9378 40.5197 9.36392 40.3332 9.8031C39.3252 12.1776 37.3002 14.7515 35.7562 16.1413C35.795 16.2697 35.8654 16.4553 35.9518 16.6041C39.8486 14.2168 41.5394 11.9141 42.1743 9.78555Z", fill: "url(#paint13_linear_2194_10108)" }), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M40.0436 13.3671C41.1799 12.1323 41.8291 10.9342 42.1714 9.78659C41.9451 9.54862 41.6958 9.35317 41.4441 9.21985C40.9141 8.93903 40.5169 9.36515 40.3305 9.80434C40.0362 10.4975 39.6553 11.2077 39.2249 11.9004L40.0436 13.3671Z", fill: "url(#paint14_linear_2194_10108)" }), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M41.2861 11.747C41.6986 11.0785 41.9846 10.4233 42.1753 9.78388C41.9491 9.54586 41.6997 9.35036 41.448 9.21702C40.9179 8.93621 40.5208 9.36233 40.3343 9.80151C40.3063 9.86762 40.2774 9.93389 40.2478 10.0003L41.2861 11.747Z", fill: "url(#paint15_linear_2194_10108)" }), (0, jsx_runtime_1.jsx)("g", __assign({ filter: "url(#filter8_d_2194_10108)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M38.2045 14.2739C38.2996 15.8498 37.1059 17.5213 36.6468 17.5055C36.0586 17.4853 36.876 17.523 36.6636 16.3934C36.4102 15.0461 35.5708 14.2563 36.6924 12.9863C38.5172 10.9198 39.2259 7.61197 39.1135 6.45876C38.9891 5.18297 40.3681 5.7159 41.0644 6.64546C42.9118 9.11182 41.573 10.4399 40.5758 11.7551C39.2821 13.3515 38.5516 13.8993 38.2045 14.2739Z", fill: "url(#paint16_linear_2194_10108)" }) })), (0, jsx_runtime_1.jsx)("path", { d: "M37.9502 14.146C38.0453 15.7219 36.8516 17.3934 36.3926 17.3776C35.8043 17.3573 36.6218 17.3951 36.4093 16.2655C36.1559 14.9182 35.3166 14.1284 36.4381 12.8584C38.2629 10.7918 38.9716 7.48404 38.8592 6.33083C38.7348 5.05504 40.1138 5.58797 40.8101 6.51753C42.6575 8.98389 41.3188 10.312 40.3215 11.6271C39.0278 13.2236 38.2973 13.7714 37.9502 14.146Z", fill: "url(#paint17_linear_2194_10108)" }), (0, jsx_runtime_1.jsx)("g", __assign({ filter: "url(#filter9_f_2194_10108)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M36.3925 17.3782C36.8516 17.394 38.0453 15.7225 37.9501 14.1466C38.2973 13.772 39.0278 13.2242 40.3215 11.6278C41.3187 10.3126 42.6575 8.98451 40.8101 6.51815", stroke: "url(#paint18_linear_2194_10108)", strokeWidth: "0.410524" }) })), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M39.2094 5.58963C38.9652 5.64513 38.8142 5.86997 38.8591 6.33063C38.9715 7.48384 38.2798 10.7666 36.455 12.8331C35.6891 13.7005 35.8298 14.3556 36.0767 15.1129C40.6671 10.4727 40.2148 7.05215 39.2094 5.58963Z", fill: "white", fillOpacity: "0.2" }), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M39.8704 12.1699C39.7912 12.2623 39.7145 12.3504 39.6403 12.4343L38.9529 11.3161C39.0147 11.1965 39.0729 11.0783 39.1276 10.9615L39.8704 12.1699ZM41.1249 10.5523C40.9473 10.8203 40.7479 11.0769 40.5512 11.33C40.4737 11.4296 40.3967 11.5287 40.3216 11.6277C40.2198 11.7534 40.1214 11.8726 40.0265 11.9857L39.2405 10.7109C39.5968 9.89064 39.782 9.14331 39.8454 8.47703L41.1249 10.5523Z", fill: "url(#paint19_linear_2194_10108)" }), (0, jsx_runtime_1.jsx)("g", __assign({ filter: "url(#filter10_d_2194_10108)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M41.8438 24.7204C39.4516 24.488 36.4347 22.1017 34.658 20.8401C34.4076 20.9808 33.9087 21.5025 34.0492 21.7098C34.6058 22.5307 35.8451 24.7602 37.8672 26.2879C39.7146 27.6837 42.1948 27.239 42.522 25.3958C42.5361 25.0194 42.2259 24.7575 41.8438 24.7204Z", fill: "url(#paint20_linear_2194_10108)" }) })), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M41.9074 26.5167C39.6881 26.5141 37.392 24.9228 35.141 22.2573C35.2267 21.9505 35.324 21.6642 35.431 21.3974C37.2286 22.7002 39.7705 24.5188 41.8434 24.7202C42.2255 24.7573 42.5357 25.0192 42.5216 25.3956C42.4391 25.8607 42.2194 26.2368 41.9074 26.5167Z", fill: "url(#paint21_linear_2194_10108)" }), (0, jsx_runtime_1.jsx)("g", __assign({ filter: "url(#filter11_d_2194_10108)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M45.1734 21.1312C42.1475 21.7355 38.1151 21.56 35.4808 20.6688C35.2227 20.9351 34.7555 21.5376 35.0235 21.7098C37.459 23.2746 38.5958 24.2297 41.3296 25.4234C44.0394 26.6066 46.5002 24.0993 46.2478 21.7098C46.1313 21.2414 45.6567 21.0347 45.1734 21.1312Z", fill: "url(#paint22_linear_2194_10108)" }) })), (0, jsx_runtime_1.jsx)("g", __assign({ filter: "url(#filter12_f_2194_10108)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M46.253 21.71C46.5031 24.077 44.0908 26.5595 41.4114 25.4561C41.3611 25.437 41.3348 25.4236 41.3348 25.4236C41.3604 25.4348 41.3859 25.4456 41.4114 25.4561C41.7133 25.5707 42.8808 25.8912 44.4539 24.772C46.2896 23.4661 46.253 21.71 46.253 21.71Z", fill: "url(#paint23_radial_2194_10108)" }) })), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M45.9445 23.5159C46.1978 22.9495 46.313 22.3258 46.248 21.7099C46.1315 21.2415 45.6568 21.0348 45.1735 21.1313C42.1477 21.7356 38.1153 21.5601 35.481 20.6689C35.3589 20.7949 35.1899 20.9962 35.0742 21.1915C38.7185 23.4392 43.5851 25.0107 45.9445 23.5159Z", fill: "url(#paint24_linear_2194_10108)" }), (0, jsx_runtime_1.jsx)("g", __assign({ filter: "url(#filter13_d_2194_10108)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M45.5423 16.8538C42.5674 18.6111 38.3473 19.7968 35.5876 20.0894C35.4589 20.4406 35.2765 21.1696 35.5876 21.2308C38.3501 21.7738 41.5214 22.4643 44.6408 22.3679C47.4827 22.2801 48.0347 18.825 47.1985 17.0889C46.8572 16.3802 46.0925 16.5287 45.5423 16.8538Z", fill: "url(#paint25_linear_2194_10108)" }) })), (0, jsx_runtime_1.jsx)("g", __assign({ filter: "url(#filter14_f_2194_10108)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M47.1167 17.0693C47.9529 18.8055 47.4009 22.2606 44.5589 22.3484C43.3844 22.3847 42.2025 22.3094 41.0378 22.1724", stroke: "url(#paint26_linear_2194_10108)", strokeWidth: "0.670689" }) })), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M47.5256 18.2554C47.4745 17.8267 47.3645 17.4255 47.2024 17.0889C46.8611 16.3802 46.0963 16.5287 45.5461 16.8538C42.5713 18.6111 38.3512 19.7968 35.5915 20.0894C35.5303 20.2565 35.4569 20.509 35.4303 20.7345C41.4993 21.1919 45.1457 20.038 47.5256 18.2554Z", fill: "url(#paint27_linear_2194_10108)" }), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M42.3864 20.4364C44.5872 19.9948 46.2385 19.2164 47.5217 18.2553C47.4705 17.8266 47.3606 17.4255 47.1985 17.0889C46.8572 16.3802 46.0924 16.5287 45.5422 16.8538C44.6736 17.3669 43.6988 17.8313 42.6853 18.2389L42.3864 20.4364Z", fill: "url(#paint28_linear_2194_10108)" }), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M45.0087 19.6651C45.9837 19.2696 46.813 18.7908 47.528 18.2553C47.4768 17.8266 47.3669 17.4254 47.2048 17.0889C46.8635 16.3802 46.0988 16.5287 45.5485 16.8538C45.4656 16.9027 45.3818 16.9513 45.297 16.9993L45.0087 19.6651Z", fill: "url(#paint29_linear_2194_10108)" }), (0, jsx_runtime_1.jsx)("g", __assign({ filter: "url(#filter15_d_2194_10108)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M39.6989 19.9851C38.5403 21.7408 35.9293 22.6045 35.4519 22.2335C34.8401 21.758 35.6826 22.4289 36.3591 21.0591C37.1659 19.4253 36.9014 17.9347 39.1143 17.444C42.7149 16.6456 46.1166 13.661 46.9188 12.3431C47.8062 10.8852 48.8521 12.5179 48.8522 14.0474C48.8522 18.1055 46.361 18.4906 44.2447 19.1253C41.587 19.8316 40.369 19.853 39.6989 19.9851Z", fill: "url(#paint30_linear_2194_10108)" }) })), (0, jsx_runtime_1.jsx)("path", { d: "M39.5294 19.653C38.3707 21.4088 35.7598 22.2724 35.2823 21.9014C34.6705 21.426 35.5131 22.0969 36.1895 20.7271C36.9964 19.0933 36.7319 17.6027 38.9448 17.112C42.5454 16.3135 45.9471 13.329 46.7492 12.0111C47.6366 10.5532 48.6826 12.1858 48.6826 13.7153C48.6826 17.7735 46.1914 18.1586 44.0751 18.7933C41.4175 19.4996 40.1995 19.5209 39.5294 19.653Z", fill: "url(#paint31_linear_2194_10108)" }), (0, jsx_runtime_1.jsx)("g", __assign({ filter: "url(#filter16_f_2194_10108)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M35.2821 21.9016C35.7596 22.2726 38.3706 21.409 39.5292 19.6532C40.1993 19.5211 41.4173 19.4998 44.075 18.7935C46.1912 18.1588 48.6825 17.7737 48.6824 13.7156", stroke: "url(#paint32_linear_2194_10108)", strokeWidth: "0.544088" }) })), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M47.7163 11.4907C47.4111 11.3614 47.0699 11.4848 46.7494 12.0114C45.9472 13.3292 42.5838 16.3002 38.9831 17.0987C37.4717 17.4339 37.0982 18.2418 36.7561 19.2409C45.3677 17.8284 47.6201 13.8277 47.7163 11.4907Z", fill: "white", fillOpacity: "0.2" }), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M43.1606 19.0237C43.0021 19.0613 42.8499 19.0962 42.7035 19.1285L42.8639 17.4047C43.0254 17.3247 43.1821 17.2434 43.3339 17.1609L43.1606 19.0237ZM45.7933 18.2646C45.3893 18.4138 44.9711 18.5339 44.5587 18.6523C44.3963 18.699 44.2349 18.7454 44.0755 18.7931C43.8664 18.8487 43.6662 18.9001 43.4745 18.9475L43.6548 16.9808C44.691 16.3799 45.4863 15.7249 46.0868 15.0625L45.7933 18.2646Z", fill: "url(#paint33_linear_2194_10108)" }), (0, jsx_runtime_1.jsx)("g", __assign({ filter: "url(#filter17_f_2194_10108)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M47.1373 17.0879C47.9817 18.8677 47.3575 22.378 44.4008 22.4268C43.1989 22.4466 41.9911 22.3564 40.8011 22.2049C40.7622 22.2002 40.7417 22.1973 40.7417 22.1973C40.7615 22.1998 40.7813 22.2023 40.8011 22.2049C41.2494 22.2585 44.1366 22.537 46.1194 21.0917C48.2743 19.5211 47.1373 17.0879 47.1373 17.0879Z", fill: "#FF96AF" }) })), (0, jsx_runtime_1.jsx)("g", __assign({ filter: "url(#filter18_d_2194_10108)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M8.33668 16.2103C9.89637 17.1196 12.8162 16.9942 14.4704 17.0077C14.5585 17.2031 14.6243 17.7394 14.4445 17.8036C13.7325 18.0581 11.9643 18.8688 10.04 18.9093C8.28174 18.9463 6.97681 17.5868 7.61703 16.3229C7.77986 16.0879 8.08756 16.065 8.33668 16.2103Z", fill: "url(#paint34_linear_2194_10108)" }) })), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.47992 17.2744C8.8299 18.2476 10.9499 18.2888 13.5314 17.6573C13.619 17.4333 13.6902 17.2166 13.7466 17.0075C12.061 17.0098 9.68818 16.9988 8.33666 16.2109C8.08754 16.0656 7.77983 16.0885 7.61701 16.3235C7.45548 16.6423 7.41777 16.9673 7.47992 17.2744Z", fill: "url(#paint35_linear_2194_10108)" }), (0, jsx_runtime_1.jsx)("g", __assign({ filter: "url(#filter19_d_2194_10108)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M7.94656 12.5673C9.51046 14.2634 12.0411 15.9276 14.0478 16.5429C14.0834 16.818 14.0931 17.3894 13.8519 17.3764C11.6593 17.2578 10.5336 17.339 8.32871 16.8639C6.14315 16.393 5.78898 13.7884 7.03018 12.447C7.31419 12.2135 7.69677 12.2964 7.94656 12.5673Z", fill: "url(#paint36_linear_2194_10108)" }) })), (0, jsx_runtime_1.jsx)("g", __assign({ filter: "url(#filter20_f_2194_10108)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M7.02711 12.4447C5.79763 13.7734 6.13354 16.3416 8.26426 16.8477C8.30358 16.8582 8.32564 16.8616 8.32564 16.8616C8.30501 16.8571 8.28455 16.8525 8.26426 16.8477C8.02865 16.7848 7.17318 16.4668 6.72658 15.0957C6.20544 13.4959 7.02711 12.4447 7.02711 12.4447Z", fill: "url(#paint37_radial_2194_10108)" }) })), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.39238 13.6781C6.49628 13.2226 6.71021 12.7929 7.03015 12.4472C7.31416 12.2137 7.69674 12.2965 7.94653 12.5674C9.51043 14.2635 12.0411 15.9277 14.0478 16.543C14.0646 16.6732 14.0757 16.8698 14.0571 17.0393C10.819 16.805 7.14577 15.6228 6.39238 13.6781Z", fill: "url(#paint38_linear_2194_10108)" }), (0, jsx_runtime_1.jsx)("g", __assign({ filter: "url(#filter21_d_2194_10108)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M9.6701 9.80545C10.6781 12.1799 12.7031 14.7538 14.2471 16.1436C14.1655 16.4136 13.9445 16.9368 13.7276 16.8373C11.8014 15.9542 9.55971 14.9811 7.70774 13.5526C6.0205 12.2512 7.25788 9.9089 8.55644 9.22096C9.0865 8.94015 9.48366 9.36627 9.6701 9.80545Z", fill: "url(#paint39_linear_2194_10108)" }) })), (0, jsx_runtime_1.jsx)("g", __assign({ filter: "url(#filter22_f_2194_10108)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M8.61458 9.24543C7.31602 9.93337 6.07864 12.2757 7.76588 13.5771C8.45178 14.1062 9.19114 14.5727 9.94812 14.9954C9.97273 15.0094 9.98595 15.0165 9.98595 15.0165C9.97334 15.0095 9.96073 15.0025 9.94812 14.9954C9.66449 14.8342 7.86846 13.756 7.3801 12.0487C6.84936 10.1934 8.61458 9.24543 8.61458 9.24543Z", fill: "#FF969C" }) })), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.82635 9.78641C8.0526 9.5484 8.30199 9.35291 8.55368 9.21957C9.08374 8.93876 9.4809 9.36488 9.66734 9.80406C10.6753 12.1786 12.7004 14.7524 14.2444 16.1423C14.2055 16.2706 14.1352 16.4563 14.0488 16.605C10.1521 14.2177 8.46126 11.915 7.82635 9.78641Z", fill: "url(#paint40_linear_2194_10108)" }), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9.95641 13.3691C8.82001 12.1343 8.17077 10.9361 7.82847 9.78844C8.05472 9.55041 8.30412 9.35492 8.55582 9.22157C9.08588 8.94076 9.48304 9.36688 9.66948 9.80606C9.96377 10.4993 10.3447 11.2096 10.7751 11.9024L9.95641 13.3691Z", fill: "url(#paint41_linear_2194_10108)" }), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.71402 11.7493C8.30143 11.0807 8.01534 10.4255 7.82457 9.78596C8.05086 9.54787 8.30032 9.35231 8.55208 9.21894C9.08214 8.93813 9.4793 9.36425 9.66574 9.80343C9.69384 9.86963 9.72273 9.93597 9.75237 10.0024L8.71402 11.7493Z", fill: "url(#paint42_linear_2194_10108)" }), (0, jsx_runtime_1.jsx)("g", __assign({ filter: "url(#filter23_d_2194_10108)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M11.7957 14.2749C11.7005 15.8508 12.8942 17.5223 13.3533 17.5065C13.9416 17.4863 13.1241 17.524 13.3365 16.3944C13.5899 15.0471 14.4293 14.2573 13.3078 12.9873C11.4829 10.9207 10.7742 7.61294 10.8866 6.45973C11.011 5.18395 9.63204 5.71687 8.93575 6.64644C7.08831 9.11279 8.42708 10.4409 9.4243 11.756C10.718 13.3525 11.4485 13.9003 11.7957 14.2749Z", fill: "url(#paint43_linear_2194_10108)" }) })), (0, jsx_runtime_1.jsx)("path", { d: "M12.0501 14.1469C11.9549 15.7229 13.1486 17.3944 13.6077 17.3786C14.196 17.3583 13.3785 17.3961 13.5909 16.2665C13.8443 14.9192 14.6837 14.1294 13.5622 12.8593C11.7373 10.7928 11.0286 7.48501 11.141 6.3318C11.2654 5.05602 9.88644 5.58894 9.19014 6.51851C7.34271 8.98486 8.68147 10.313 9.6787 11.6281C10.9724 13.2245 11.7029 13.7724 12.0501 14.1469Z", fill: "url(#paint44_linear_2194_10108)" }), (0, jsx_runtime_1.jsx)("g", __assign({ filter: "url(#filter24_f_2194_10108)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M13.6077 17.3792C13.1487 17.395 11.955 15.7235 12.0501 14.1476C11.703 13.773 10.9725 13.2252 9.67875 11.6287C8.68152 10.3136 7.34276 8.98549 9.19019 6.51913", stroke: "url(#paint45_linear_2194_10108)", strokeWidth: "0.410524" }) })), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10.7904 5.59055C11.0347 5.64597 11.1859 5.87081 11.141 6.3316C11.0286 7.48481 11.7202 10.7676 13.5451 12.8341C14.3111 13.7016 14.1703 14.3567 13.9233 15.1141C9.33263 10.4737 9.78502 7.05307 10.7904 5.59055Z", fill: "white", fillOpacity: "0.2" }), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10.1296 12.17C10.2088 12.2624 10.2855 12.3505 10.3597 12.4345L11.0471 11.3161C10.9854 11.1965 10.9272 11.0783 10.8725 10.9615L10.1296 12.17ZM8.87511 10.5524C9.0527 10.8205 9.25218 11.0771 9.44888 11.3302C9.52633 11.4299 9.60335 11.529 9.67843 11.628C9.78024 11.7536 9.87855 11.8727 9.97347 11.9858L10.7594 10.711C10.4032 9.89071 10.218 9.14334 10.1547 8.47703L8.87511 10.5524Z", fill: "url(#paint46_linear_2194_10108)" }), (0, jsx_runtime_1.jsx)("g", __assign({ filter: "url(#filter25_d_2194_10108)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M8.15607 24.7204C10.5483 24.488 13.5652 22.1017 15.3418 20.8401C15.5923 20.9808 16.0912 21.5025 15.9506 21.7098C15.3941 22.5307 14.1548 24.7602 12.1327 26.2879C10.2853 27.6837 7.80505 27.239 7.47785 25.3958C7.4638 25.0194 7.77398 24.7575 8.15607 24.7204Z", fill: "url(#paint47_linear_2194_10108)" }) })), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.09249 26.5167C10.3117 26.514 12.6077 24.9227 14.8586 22.2573C14.773 21.9505 14.6756 21.6643 14.5687 21.3975C12.7711 22.7003 10.2293 24.5188 8.15643 24.7202C7.77433 24.7573 7.46416 25.0191 7.4782 25.3955C7.56077 25.8607 7.78046 26.2368 8.09249 26.5167Z", fill: "url(#paint48_linear_2194_10108)" }), (0, jsx_runtime_1.jsx)("g", __assign({ filter: "url(#filter26_d_2194_10108)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M4.82639 21.1312C7.85223 21.7355 11.8847 21.56 14.5189 20.6688C14.777 20.9351 15.2442 21.5376 14.9763 21.7098C12.5408 23.2746 11.404 24.2297 8.67017 25.4234C5.96038 26.6066 3.49953 24.0993 3.75194 21.7098C3.86842 21.2414 4.34309 21.0347 4.82639 21.1312Z", fill: "url(#paint49_linear_2194_10108)" }) })), (0, jsx_runtime_1.jsx)("g", __assign({ filter: "url(#filter27_f_2194_10108)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M3.74684 21.71C3.49682 24.077 5.90908 26.5595 8.58843 25.4561C8.63881 25.437 8.66507 25.4236 8.66507 25.4236C8.6395 25.4348 8.61396 25.4456 8.58843 25.4561C8.2866 25.5707 7.11905 25.8912 5.54593 24.772C3.71023 23.4661 3.74684 21.71 3.74684 21.71Z", fill: "url(#paint50_radial_2194_10108)" }) })), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.05483 23.5157C3.80161 22.9494 3.68644 22.3257 3.75149 21.7099C3.86797 21.2415 4.34264 21.0348 4.82594 21.1313C7.85178 21.7356 11.8842 21.5601 14.5185 20.6689C14.6406 20.795 14.8096 20.9963 14.9253 21.1917C11.2809 23.4394 6.4141 25.0109 4.05483 23.5157Z", fill: "url(#paint51_linear_2194_10108)" }), (0, jsx_runtime_1.jsx)("g", __assign({ filter: "url(#filter28_d_2194_10108)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M4.45787 16.8538C7.43273 18.6111 11.6528 19.7968 14.4125 20.0894C14.5412 20.4406 14.7236 21.1696 14.4125 21.2308C11.65 21.7738 8.47874 22.4643 5.35935 22.3679C2.51743 22.2801 1.96539 18.825 2.80158 17.0889C3.1429 16.3802 3.90764 16.5287 4.45787 16.8538Z", fill: "url(#paint52_linear_2194_10108)" }) })), (0, jsx_runtime_1.jsx)("g", __assign({ filter: "url(#filter29_f_2194_10108)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M2.88293 17.0693C2.04674 18.8055 2.59878 22.2606 5.4407 22.3484C6.61524 22.3847 7.79713 22.3094 8.96179 22.1724", stroke: "url(#paint53_linear_2194_10108)", strokeWidth: "0.670689" }) })), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.4739 18.2551C2.5251 17.8265 2.63502 17.4254 2.7971 17.0889C3.13842 16.3802 3.90316 16.5287 4.45339 16.8538C7.42825 18.6111 11.6483 19.7968 14.408 20.0894C14.4692 20.2565 14.5426 20.509 14.5692 20.7345C8.50014 21.1918 4.85378 20.0378 2.4739 18.2551Z", fill: "url(#paint54_linear_2194_10108)" }), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.6133 20.4364C5.41257 19.9948 3.76122 19.2164 2.47804 18.2553C2.52923 17.8266 2.63916 17.4255 2.80126 17.0889C3.14258 16.3802 3.90732 16.5287 4.45755 16.8538C5.32614 17.3669 6.30089 17.8313 7.31444 18.2389L7.6133 20.4364Z", fill: "url(#paint55_linear_2194_10108)" }), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.99136 19.665C4.01649 19.2696 3.18726 18.7908 2.47231 18.2554C2.5235 17.8266 2.63343 17.4255 2.79554 17.0889C3.13686 16.3802 3.9016 16.5287 4.45183 16.8538C4.53462 16.9027 4.61837 16.9512 4.70303 16.9992L4.99136 19.665Z", fill: "url(#paint56_linear_2194_10108)" }), (0, jsx_runtime_1.jsx)("g", __assign({ filter: "url(#filter30_d_2194_10108)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M10.3011 19.9851C11.4597 21.7408 14.0707 22.6045 14.5481 22.2335C15.1599 21.758 14.3174 22.4289 13.6409 21.0591C12.8341 19.4253 13.0986 17.9347 10.8857 17.444C7.28507 16.6456 3.88337 13.661 3.08123 12.3431C2.19384 10.8852 1.14785 12.5179 1.14784 14.0474C1.1478 18.1055 3.63904 18.4906 5.7553 19.1253C8.41299 19.8316 9.63097 19.853 10.3011 19.9851Z", fill: "url(#paint57_linear_2194_10108)" }) })), (0, jsx_runtime_1.jsx)("path", { d: "M10.4705 19.653C11.6291 21.4088 14.2401 22.2724 14.7175 21.9014C15.3294 21.426 14.4868 22.0969 13.8104 20.7271C13.0035 19.0933 13.268 17.6027 11.0551 17.112C7.4545 16.3135 4.0528 13.329 3.25067 12.0111C2.36327 10.5532 1.31728 12.1858 1.31727 13.7153C1.31723 17.7735 3.80847 18.1586 5.92473 18.7933C8.58243 19.4996 9.80041 19.5209 10.4705 19.653Z", fill: "url(#paint58_linear_2194_10108)" }), (0, jsx_runtime_1.jsx)("g", __assign({ filter: "url(#filter31_f_2194_10108)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M14.7177 21.9016C14.2403 22.2726 11.6293 21.409 10.4707 19.6532C9.8006 19.5211 8.58262 19.4998 5.92492 18.7935C3.80866 18.1588 1.31742 17.7737 1.31746 13.7156", stroke: "url(#paint59_linear_2194_10108)", strokeWidth: "0.544088" }) })), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.28398 11.4907C2.58914 11.3614 2.93037 11.4848 3.25091 12.0114C4.05304 13.3292 7.41649 16.3002 11.0171 17.0987C12.5285 17.4339 12.9021 18.2418 13.2441 19.241C4.63257 17.8284 2.38016 13.8277 2.28398 11.4907Z", fill: "white", fillOpacity: "0.2" }), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.83985 19.0239C6.99834 19.0615 7.15061 19.0964 7.29694 19.1288L7.13657 17.4048C6.97502 17.3247 6.81839 17.2434 6.66657 17.161L6.83985 19.0239ZM4.20672 18.2647C4.61069 18.4139 5.02888 18.534 5.44125 18.6525C5.60362 18.6991 5.76508 18.7455 5.92442 18.7933C6.13355 18.8488 6.33377 18.9002 6.52551 18.9477L6.34524 16.981C5.30895 16.38 4.51363 15.725 3.9132 15.0625L4.20672 18.2647ZM6.17646 15.1397C6.16821 15.1329 6.15997 15.1262 6.15174 15.1195L6.15138 15.1194L6.17648 15.1398L6.17646 15.1397Z", fill: "url(#paint60_linear_2194_10108)" }), (0, jsx_runtime_1.jsx)("g", __assign({ filter: "url(#filter32_f_2194_10108)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M2.86303 17.0879C2.01866 18.8677 2.6429 22.378 5.59955 22.4268C6.80149 22.4466 8.00927 22.3564 9.19923 22.2049C9.23812 22.2002 9.25866 22.1973 9.25866 22.1973C9.23885 22.1998 9.21904 22.2023 9.19923 22.2049C8.75092 22.2585 5.8638 22.537 3.88095 21.0917C1.72608 19.5211 2.86303 17.0879 2.86303 17.0879Z", fill: "#FF96AF" }) })), (0, jsx_runtime_1.jsxs)("g", __assign({ filter: "url(#filter33_d_2194_10108)" }, { children: [(0, jsx_runtime_1.jsx)("ellipse", { cx: "25", cy: "19.1529", rx: "12.1526", ry: "11.9361", fill: "url(#paint61_linear_2194_10108)" }), (0, jsx_runtime_1.jsx)("ellipse", { cx: "25", cy: "19.1529", rx: "12.1526", ry: "11.9361", fill: "url(#paint62_radial_2194_10108)" })] })), (0, jsx_runtime_1.jsx)("ellipse", { cx: "24.9998", cy: "19.1525", rx: "10.0433", ry: "9.86441", fill: "url(#paint63_linear_2194_10108)" }), (0, jsx_runtime_1.jsx)("g", __assign({ filter: "url(#filter34_i_2194_10108)" }, { children: (0, jsx_runtime_1.jsx)("ellipse", { cx: "25.0001", cy: "19.1525", rx: "9.4776", ry: "9.30875", fill: "url(#paint64_linear_2194_10108)" }) })), (0, jsx_runtime_1.jsx)("g", __assign({ filter: "url(#filter35_f_2194_10108)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M34.7716 19.1134C34.7716 24.4066 30.4014 28.7058 25.0003 28.7058C19.5991 28.7058 15.229 24.4066 15.229 19.1134C15.229 13.8203 19.5991 9.52107 25.0003 9.52107C30.4014 9.52107 34.7716 13.8203 34.7716 19.1134Z", stroke: "url(#paint65_linear_2194_10108)", strokeWidth: "0.544088" }) })), (0, jsx_runtime_1.jsx)("path", { d: "M27.7738 31.5928C29.1684 31.1393 29.5976 29.2926 29.0789 28.0366C28.3568 28.382 26.3674 29.9263 27.7738 31.5928Z", fill: "url(#paint66_linear_2194_10108)" }), (0, jsx_runtime_1.jsx)("path", { d: "M27.7738 31.5928C26.3674 29.9263 28.3568 28.382 29.0789 28.0366C29.0789 28.0366 28.8937 28.9292 28.4983 30.0911C28.1028 31.253 27.7738 31.5928 27.7738 31.5928Z", fill: "url(#paint67_linear_2194_10108)" }), (0, jsx_runtime_1.jsx)("path", { d: "M30.1569 29.9571C30.8234 29.1998 30.8223 28.0065 30.3537 27.2062C29.9166 27.5896 28.8325 29.0618 30.1569 29.9571Z", fill: "url(#paint68_linear_2194_10108)" }), (0, jsx_runtime_1.jsx)("path", { d: "M30.1569 29.9571C28.8325 29.0618 29.9166 27.5896 30.3537 27.2062C30.3537 27.2062 30.1994 27.8539 30.1569 28.7466C30.1143 29.6393 30.1569 29.9571 30.1569 29.9571Z", fill: "url(#paint69_linear_2194_10108)" }), (0, jsx_runtime_1.jsx)("g", __assign({ filter: "url(#filter36_f_2194_10108)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M30.157 29.9569C30.157 29.9569 30.1144 29.6339 30.157 28.7412C30.1995 27.8484 30.3538 27.2061 30.3538 27.2061", stroke: "url(#paint70_linear_2194_10108)", strokeWidth: "0.272044" }) })), (0, jsx_runtime_1.jsx)("path", { d: "M31.1809 28.9471C31.8824 28.4977 31.9869 26.9078 31.7086 26.461C31.3053 26.7606 30.2348 27.9792 31.1809 28.9471Z", fill: "url(#paint71_linear_2194_10108)" }), (0, jsx_runtime_1.jsx)("path", { d: "M31.1809 28.9471C30.2348 27.9792 31.3053 26.7606 31.7086 26.461C31.7086 26.461 31.4975 27.034 31.3434 27.8432C31.1892 28.6524 31.1809 28.9471 31.1809 28.9471Z", fill: "url(#paint72_linear_2194_10108)" }), (0, jsx_runtime_1.jsx)("g", __assign({ filter: "url(#filter37_f_2194_10108)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M31.1804 28.947C31.1804 28.947 31.1895 28.6476 31.3436 27.8383C31.4977 27.0291 31.7081 26.4609 31.7081 26.4609", stroke: "url(#paint73_linear_2194_10108)", strokeWidth: "0.272044" }) })), (0, jsx_runtime_1.jsx)("path", { d: "M29.8828 30.4255C29.6922 28.3984 32.9551 27.0794 33.5705 27.1623C33.5704 28.7103 33.0015 30.9426 29.8828 30.4255Z", fill: "url(#paint74_linear_2194_10108)" }), (0, jsx_runtime_1.jsx)("path", { d: "M29.8825 30.4263C33.0012 30.9435 33.5704 28.7483 33.5702 27.1631C33.5702 27.1631 32.3366 28.5525 31.798 29.0428C31.2594 29.533 29.8825 30.4263 29.8825 30.4263Z", fill: "url(#paint75_linear_2194_10108)" }), (0, jsx_runtime_1.jsx)("path", { d: "M28.4144 31.0344C29.3017 29.0075 31.7835 29.7389 33.2903 30.1219C32.989 31.4801 30.8083 33.0648 28.4144 31.0344Z", fill: "url(#paint76_linear_2194_10108)" }), (0, jsx_runtime_1.jsx)("path", { d: "M28.4144 31.0344C30.8083 33.0648 32.989 31.4801 33.2903 30.1219C33.2903 30.1219 31.502 30.6818 30.7827 30.8267C30.0633 30.9717 28.4144 31.0344 28.4144 31.0344Z", fill: "url(#paint77_linear_2194_10108)" }), (0, jsx_runtime_1.jsx)("g", __assign({ filter: "url(#filter38_f_2194_10108)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M28.4145 31.0346C28.4145 31.0346 30.0634 30.9718 30.7828 30.8269C31.5021 30.682 33.2904 30.1221 33.2904 30.1221", stroke: "url(#paint78_linear_2194_10108)", strokeWidth: "0.272044" }) })), (0, jsx_runtime_1.jsx)("path", { d: "M29.5452 31.2008C27.8016 30.2918 26.1607 31.9364 25.7376 32.2638C27.6518 35.0674 30.703 32.9778 30.7034 31.6218C30.446 31.5855 30.0967 31.5364 29.5452 31.2008Z", fill: "url(#paint79_linear_2194_10108)" }), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M25.7414 32.2604C27.7981 32.7667 29.8563 32.0779 30.7016 31.6211C30.4444 31.5849 30.0954 31.5353 29.5451 31.2004C27.9747 30.3817 26.4876 31.6344 25.8985 32.1307C25.8356 32.1837 25.7828 32.2281 25.7414 32.2604Z", fill: "url(#paint80_linear_2194_10108)" }), (0, jsx_runtime_1.jsx)("g", __assign({ filter: "url(#filter39_f_2194_10108)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M25.7415 32.2604C27.7981 32.7665 29.8561 32.0778 30.7014 31.6211", stroke: "url(#paint81_linear_2194_10108)", strokeWidth: "0.272044" }) })), (0, jsx_runtime_1.jsx)("ellipse", { cx: "0.427991", cy: "0.392671", rx: "0.427991", ry: "0.392671", transform: "matrix(-0.713434 -0.700723 -0.713434 0.700723 29.1279 30.0186)", fill: "url(#paint82_radial_2194_10108)" }), (0, jsx_runtime_1.jsx)("ellipse", { cx: "0.303966", cy: "0.278881", rx: "0.303966", ry: "0.278881", transform: "matrix(-0.713434 -0.700723 -0.713434 0.700723 30.7462 27.6328)", fill: "url(#paint83_radial_2194_10108)" }), (0, jsx_runtime_1.jsx)("ellipse", { cx: "0.210882", cy: "0.278881", rx: "0.210882", ry: "0.278881", transform: "matrix(-0.938251 -0.364416 -0.371026 0.921535 31.9084 26.6152)", fill: "url(#paint84_radial_2194_10108)" }), (0, jsx_runtime_1.jsx)("ellipse", { cx: "0.680599", cy: "0.624433", rx: "0.680599", ry: "0.624433", transform: "matrix(-1.00503 0.0871968 0.0887785 0.987128 30.551 31.3545)", fill: "url(#paint85_radial_2194_10108)" }), (0, jsx_runtime_1.jsx)("path", { d: "M22.2338 31.5928C20.8393 31.1393 20.41 29.2926 20.9288 28.0366C21.6509 28.382 23.6403 29.9263 22.2338 31.5928Z", fill: "url(#paint86_linear_2194_10108)" }), (0, jsx_runtime_1.jsx)("path", { d: "M22.2338 31.5928C23.6403 29.9263 21.6509 28.382 20.9288 28.0366C20.9288 28.0366 21.114 28.9292 21.5094 30.0911C21.9049 31.253 22.2338 31.5928 22.2338 31.5928Z", fill: "url(#paint87_linear_2194_10108)" }), (0, jsx_runtime_1.jsx)("path", { d: "M19.8506 29.9571C19.184 29.1998 19.1851 28.0065 19.6538 27.2062C20.0908 27.5896 21.1749 29.0618 19.8506 29.9571Z", fill: "url(#paint88_linear_2194_10108)" }), (0, jsx_runtime_1.jsx)("path", { d: "M19.8506 29.9571C21.1749 29.0618 20.0908 27.5896 19.6538 27.2062C19.6538 27.2062 19.808 27.8539 19.8506 28.7466C19.8932 29.6393 19.8506 29.9571 19.8506 29.9571Z", fill: "url(#paint89_linear_2194_10108)" }), (0, jsx_runtime_1.jsx)("g", __assign({ filter: "url(#filter40_f_2194_10108)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M19.8505 29.9569C19.8505 29.9569 19.8931 29.6339 19.8505 28.7412C19.8079 27.8484 19.6537 27.2061 19.6537 27.2061", stroke: "url(#paint90_linear_2194_10108)", strokeWidth: "0.272044" }) })), (0, jsx_runtime_1.jsx)("path", { d: "M18.8267 28.9461C18.1252 28.4967 18.0206 26.9068 18.299 26.46C18.7023 26.7596 19.7728 27.9782 18.8267 28.9461Z", fill: "url(#paint91_linear_2194_10108)" }), (0, jsx_runtime_1.jsx)("path", { d: "M18.8267 28.9461C19.7728 27.9782 18.7023 26.7596 18.299 26.46C18.299 26.46 18.5101 27.033 18.6642 27.8422C18.8183 28.6515 18.8267 28.9461 18.8267 28.9461Z", fill: "url(#paint92_linear_2194_10108)" }), (0, jsx_runtime_1.jsx)("g", __assign({ filter: "url(#filter41_f_2194_10108)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M18.827 28.946C18.827 28.946 18.8179 28.6466 18.6638 27.8374C18.5097 27.0281 18.2993 26.46 18.2993 26.46", stroke: "url(#paint93_linear_2194_10108)", strokeWidth: "0.272044" }) })), (0, jsx_runtime_1.jsx)("path", { d: "M20.1245 30.4255C20.3151 28.3984 17.0522 27.0794 16.4368 27.1623C16.4369 28.7103 17.0058 30.9426 20.1245 30.4255Z", fill: "url(#paint94_linear_2194_10108)" }), (0, jsx_runtime_1.jsx)("path", { d: "M20.1248 30.4263C17.0061 30.9435 16.4369 28.7483 16.4371 27.1631C16.4371 27.1631 17.6707 28.5525 18.2094 29.0428C18.748 29.533 20.1248 30.4263 20.1248 30.4263Z", fill: "url(#paint95_linear_2194_10108)" }), (0, jsx_runtime_1.jsx)("path", { d: "M21.5935 31.0344C20.7062 29.0075 18.2245 29.7389 16.7176 30.1219C17.0189 31.4801 19.1996 33.0648 21.5935 31.0344Z", fill: "url(#paint96_linear_2194_10108)" }), (0, jsx_runtime_1.jsx)("path", { d: "M21.5935 31.0344C19.1996 33.0648 17.0189 31.4801 16.7176 30.1219C16.7176 30.1219 18.5059 30.6818 19.2253 30.8267C19.9446 30.9717 21.5935 31.0344 21.5935 31.0344Z", fill: "url(#paint97_linear_2194_10108)" }), (0, jsx_runtime_1.jsx)("g", __assign({ filter: "url(#filter42_f_2194_10108)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M21.5934 31.0346C21.5934 31.0346 19.9445 30.9718 19.2252 30.8269C18.5058 30.682 16.7175 30.1221 16.7175 30.1221", stroke: "url(#paint98_linear_2194_10108)", strokeWidth: "0.272044" }) })), (0, jsx_runtime_1.jsx)("path", { d: "M20.4622 31.2008C22.2058 30.2918 23.8468 31.9364 24.2698 32.2638C22.3556 35.0674 19.3045 32.9778 19.3041 31.6218C19.5615 31.5855 19.9108 31.5364 20.4622 31.2008Z", fill: "url(#paint99_linear_2194_10108)" }), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M24.2664 32.2604C22.2097 32.7666 20.1515 32.0779 19.3062 31.6211C19.5634 31.5849 19.9124 31.5352 20.4627 31.2004C22.0331 30.3817 23.5202 31.6344 24.1093 32.1307C24.1722 32.1837 24.2249 32.2281 24.2664 32.2604Z", fill: "url(#paint100_linear_2194_10108)" }), (0, jsx_runtime_1.jsx)("g", __assign({ filter: "url(#filter43_f_2194_10108)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M24.2662 32.2604C22.2096 32.7665 20.1516 32.0778 19.3063 31.6211", stroke: "url(#paint101_linear_2194_10108)", strokeWidth: "0.272044" }) })), (0, jsx_runtime_1.jsx)("ellipse", { cx: "0.427991", cy: "0.392671", rx: "0.427991", ry: "0.392671", transform: "matrix(0.713434 -0.700723 0.713434 0.700723 20.8794 30.0176)", fill: "url(#paint102_radial_2194_10108)" }), (0, jsx_runtime_1.jsx)("ellipse", { cx: "0.303966", cy: "0.278881", rx: "0.303966", ry: "0.278881", transform: "matrix(0.713434 -0.700723 0.713434 0.700723 19.2612 27.6318)", fill: "url(#paint103_radial_2194_10108)" }), (0, jsx_runtime_1.jsx)("ellipse", { cx: "0.210882", cy: "0.278881", rx: "0.210882", ry: "0.278881", transform: "matrix(0.938251 -0.364416 0.371026 0.921535 18.099 26.6143)", fill: "url(#paint104_radial_2194_10108)" }), (0, jsx_runtime_1.jsx)("ellipse", { cx: "0.680599", cy: "0.624433", rx: "0.680599", ry: "0.624433", transform: "matrix(1.00503 0.0871968 -0.0887785 0.987128 19.4564 31.3535)", fill: "url(#paint105_radial_2194_10108)" }), (0, jsx_runtime_1.jsx)("g", __assign({ filter: "url(#filter44_d_2194_10108)" }, { children: (0, jsx_runtime_1.jsx)("ellipse", { cx: "25.0068", cy: "31.1337", rx: "2.10972", ry: "2.07213", fill: "url(#paint106_linear_2194_10108)" }) })), (0, jsx_runtime_1.jsx)("g", __assign({ filter: "url(#filter45_d_2194_10108)" }, { children: (0, jsx_runtime_1.jsx)("ellipse", { cx: "25.0067", cy: "31.1344", rx: "1.61331", ry: "1.58457", fill: "url(#paint107_radial_2194_10108)" }) })), (0, jsx_runtime_1.jsxs)("g", __assign({ filter: "url(#filter46_d_2194_10108)" }, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M25 11.0859L26.9134 12.1402L29.1072 12.1669L30.2276 14.0195L32.1139 15.12L32.1411 17.2747L33.2145 19.1541L32.1411 21.0334L32.1139 23.1881L30.2276 24.2886L29.1072 26.1412L26.9134 26.1679L25 27.2222L23.0865 26.1679L20.8928 26.1412L19.7723 24.2886L17.8861 23.1881L17.8589 21.0334L16.7855 19.1541L17.8589 17.2747L17.8861 15.12L19.7723 14.0195L20.8928 12.1669L23.0865 12.1402L25 11.0859Z", fill: "url(#paint108_linear_2194_10108)" }), (0, jsx_runtime_1.jsx)("path", { d: "M25 11.0859L26.3394 14.2443L29.1072 12.1669L28.6593 15.5599L32.1139 15.12L29.9988 17.8385L33.2145 19.1541L29.9988 20.4696L32.1139 23.1881L28.6593 22.7482L29.1072 26.1412L26.3394 24.0638L25 27.2222L23.6606 24.0638L20.8928 26.1412L21.3406 22.7482L17.8861 23.1881L20.0012 20.4696L16.7855 19.1541L20.0012 17.8385L17.8861 15.12L21.3406 15.5599L20.8928 12.1669L23.6606 14.2443L25 11.0859Z", fill: "url(#paint109_linear_2194_10108)" }), (0, jsx_runtime_1.jsx)("path", { d: "M26.339 14.243L28.6584 15.5586L29.9973 17.8376L29.9969 20.4694L28.6574 22.7488L26.3377 24.065L23.6594 24.0653L21.34 22.7497L20.0012 20.4707L20.0015 17.8389L21.341 15.5595L23.6607 14.2433L26.339 14.243Z", fill: "url(#paint110_linear_2194_10108)" }), (0, jsx_runtime_1.jsx)("path", { d: "M29.9972 17.8375L28.6584 15.5584L21.34 22.7495L23.6594 24.0651L26.3377 24.0648L28.6574 22.7486L29.9969 20.4693L29.9972 17.8375Z", fill: "url(#paint111_linear_2194_10108)" }), (0, jsx_runtime_1.jsx)("g", __assign({ filter: "url(#filter47_f_2194_10108)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M23.6603 14.2437L25.0003 11.084L23.6058 13.9311L20.9006 12.1955L23.6603 14.2437Z", fill: "white" }) })), (0, jsx_runtime_1.jsx)("g", __assign({ filter: "url(#filter48_f_2194_10108)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M19.9963 20.4874V17.8223L20.1637 20.4216L21.4535 22.6426L23.6645 24.0657L21.3446 22.766L19.9963 20.4874Z", fill: "white" }) })), (0, jsx_runtime_1.jsx)("g", __assign({ filter: "url(#filter49_f_2194_10108)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M32.1065 15.124L28.6624 15.5621L31.8574 15.268L30.0045 17.855L32.1065 15.124Z", fill: "white" }) }))] })), (0, jsx_runtime_1.jsxs)("defs", { children: [(0, jsx_runtime_1.jsxs)("filter", __assign({ id: "filter0_d_2194_10108", x: "5.32285", y: "0.48968", width: "39.3542", height: "38.8443", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [(0, jsx_runtime_1.jsx)("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), (0, jsx_runtime_1.jsx)("feColorMatrix", { in: "SourceAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }), (0, jsx_runtime_1.jsx)("feOffset", { dy: "0.894251" }), (0, jsx_runtime_1.jsx)("feGaussianBlur", { stdDeviation: "2.68275" }), (0, jsx_runtime_1.jsx)("feComposite", { in2: "hardAlpha", operator: "out" }), (0, jsx_runtime_1.jsx)("feColorMatrix", { type: "matrix", values: "0 0 0 0 0.116875 0 0 0 0 0.1292 0 0 0 0 0.425 0 0 0 1 0" }), (0, jsx_runtime_1.jsx)("feBlend", { mode: "multiply", in2: "BackgroundImageFix", result: "effect1_dropShadow_2194_10108" }), (0, jsx_runtime_1.jsx)("feBlend", { mode: "normal", in: "SourceGraphic", in2: "effect1_dropShadow_2194_10108", result: "shape" })] })), (0, jsx_runtime_1.jsxs)("filter", __assign({ id: "filter1_f_2194_10108", x: "24.1836", y: "18.2014", width: "15.2834", height: "15.0483", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [(0, jsx_runtime_1.jsx)("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), (0, jsx_runtime_1.jsx)("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), (0, jsx_runtime_1.jsx)("feGaussianBlur", { stdDeviation: "0.408066", result: "effect1_foregroundBlur_2194_10108" })] })), (0, jsx_runtime_1.jsxs)("filter", __assign({ id: "filter2_f_2194_10108", x: "18.8244", y: "4.78445", width: "19.549", height: "10.1332", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [(0, jsx_runtime_1.jsx)("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), (0, jsx_runtime_1.jsx)("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), (0, jsx_runtime_1.jsx)("feGaussianBlur", { stdDeviation: "0.408066", result: "effect1_foregroundBlur_2194_10108" })] })), (0, jsx_runtime_1.jsxs)("filter", __assign({ id: "filter3_d_2194_10108", x: "34.0924", y: "15.4434", width: "9.80573", height: "5.48993", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [(0, jsx_runtime_1.jsx)("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), (0, jsx_runtime_1.jsx)("feColorMatrix", { in: "SourceAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }), (0, jsx_runtime_1.jsx)("feOffset", { dy: "0.674729" }), (0, jsx_runtime_1.jsx)("feGaussianBlur", { stdDeviation: "0.674729" }), (0, jsx_runtime_1.jsx)("feComposite", { in2: "hardAlpha", operator: "out" }), (0, jsx_runtime_1.jsx)("feColorMatrix", { type: "matrix", values: "0 0 0 0 0.131464 0 0 0 0 0.123177 0 0 0 0 0.5375 0 0 0 0.3 0" }), (0, jsx_runtime_1.jsx)("feBlend", { mode: "normal", in2: "BackgroundImageFix", result: "effect1_dropShadow_2194_10108" }), (0, jsx_runtime_1.jsx)("feBlend", { mode: "normal", in: "SourceGraphic", in2: "effect1_dropShadow_2194_10108", result: "shape" })] })), (0, jsx_runtime_1.jsxs)("filter", __assign({ id: "filter4_d_2194_10108", x: "34.5841", y: "11.6348", width: "10.4465", height: "7.76532", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [(0, jsx_runtime_1.jsx)("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), (0, jsx_runtime_1.jsx)("feColorMatrix", { in: "SourceAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }), (0, jsx_runtime_1.jsx)("feOffset", { dy: "0.674729" }), (0, jsx_runtime_1.jsx)("feGaussianBlur", { stdDeviation: "0.674729" }), (0, jsx_runtime_1.jsx)("feComposite", { in2: "hardAlpha", operator: "out" }), (0, jsx_runtime_1.jsx)("feColorMatrix", { type: "matrix", values: "0 0 0 0 0.55 0 0 0 0 0.09625 0 0 0 0 0.177925 0 0 0 0.3 0" }), (0, jsx_runtime_1.jsx)("feBlend", { mode: "normal", in2: "BackgroundImageFix", result: "effect1_dropShadow_2194_10108" }), (0, jsx_runtime_1.jsx)("feBlend", { mode: "normal", in: "SourceGraphic", in2: "effect1_dropShadow_2194_10108", result: "shape" })] })), (0, jsx_runtime_1.jsxs)("filter", __assign({ id: "filter5_f_2194_10108", x: "41", y: "11.7686", width: "3.35898", height: "5.76645", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [(0, jsx_runtime_1.jsx)("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), (0, jsx_runtime_1.jsx)("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), (0, jsx_runtime_1.jsx)("feGaussianBlur", { stdDeviation: "0.337364", result: "effect1_foregroundBlur_2194_10108" })] })), (0, jsx_runtime_1.jsxs)("filter", __assign({ id: "filter6_d_2194_10108", x: "34.9324", y: "9.12988", width: "9.0011", height: "9.36085", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [(0, jsx_runtime_1.jsx)("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), (0, jsx_runtime_1.jsx)("feColorMatrix", { in: "SourceAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }), (0, jsx_runtime_1.jsx)("feOffset", { dy: "0.821048" }), (0, jsx_runtime_1.jsx)("feGaussianBlur", { stdDeviation: "0.410524" }), (0, jsx_runtime_1.jsx)("feComposite", { in2: "hardAlpha", operator: "out" }), (0, jsx_runtime_1.jsx)("feColorMatrix", { type: "matrix", values: "0 0 0 0 0.491667 0 0 0 0 0.253454 0 0 0 0 0.178229 0 0 0 0.25 0" }), (0, jsx_runtime_1.jsx)("feBlend", { mode: "normal", in2: "BackgroundImageFix", result: "effect1_dropShadow_2194_10108" }), (0, jsx_runtime_1.jsx)("feBlend", { mode: "normal", in: "SourceGraphic", in2: "effect1_dropShadow_2194_10108", result: "shape" })] })), (0, jsx_runtime_1.jsxs)("filter", __assign({ id: "filter7_f_2194_10108", x: "38.6539", y: "7.88392", width: "5.76011", height: "8.49192", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [(0, jsx_runtime_1.jsx)("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), (0, jsx_runtime_1.jsx)("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), (0, jsx_runtime_1.jsx)("feGaussianBlur", { stdDeviation: "0.68011", result: "effect1_foregroundBlur_2194_10108" })] })), (0, jsx_runtime_1.jsxs)("filter", __assign({ id: "filter8_d_2194_10108", x: "35.3025", y: "5.7041", width: "7.50403", height: "13.4439", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [(0, jsx_runtime_1.jsx)("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), (0, jsx_runtime_1.jsx)("feColorMatrix", { in: "SourceAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }), (0, jsx_runtime_1.jsx)("feOffset", { dy: "0.821048" }), (0, jsx_runtime_1.jsx)("feGaussianBlur", { stdDeviation: "0.410524" }), (0, jsx_runtime_1.jsx)("feComposite", { in2: "hardAlpha", operator: "out" }), (0, jsx_runtime_1.jsx)("feColorMatrix", { type: "matrix", values: "0 0 0 0 0.525 0 0 0 0 0.177187 0 0 0 0 0.218925 0 0 0 0.25 0" }), (0, jsx_runtime_1.jsx)("feBlend", { mode: "normal", in2: "BackgroundImageFix", result: "effect1_dropShadow_2194_10108" }), (0, jsx_runtime_1.jsx)("feBlend", { mode: "normal", in: "SourceGraphic", in2: "effect1_dropShadow_2194_10108", result: "shape" })] })), (0, jsx_runtime_1.jsxs)("filter", __assign({ id: "filter9_f_2194_10108", x: "35.9757", y: "5.98694", width: "6.37293", height: "12.0056", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [(0, jsx_runtime_1.jsx)("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), (0, jsx_runtime_1.jsx)("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), (0, jsx_runtime_1.jsx)("feGaussianBlur", { stdDeviation: "0.205262", result: "effect1_foregroundBlur_2194_10108" })] })), (0, jsx_runtime_1.jsxs)("filter", __assign({ id: "filter10_d_2194_10108", x: "32.2363", y: "19.9456", width: "12.0747", height: "9.84458", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [(0, jsx_runtime_1.jsx)("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), (0, jsx_runtime_1.jsx)("feColorMatrix", { in: "SourceAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }), (0, jsx_runtime_1.jsx)("feOffset", { dy: "0.894251" }), (0, jsx_runtime_1.jsx)("feGaussianBlur", { stdDeviation: "0.894251" }), (0, jsx_runtime_1.jsx)("feComposite", { in2: "hardAlpha", operator: "out" }), (0, jsx_runtime_1.jsx)("feColorMatrix", { type: "matrix", values: "0 0 0 0 0.5375 0 0 0 0 0.123177 0 0 0 0 0.197755 0 0 0 0.3 0" }), (0, jsx_runtime_1.jsx)("feBlend", { mode: "normal", in2: "BackgroundImageFix", result: "effect1_dropShadow_2194_10108" }), (0, jsx_runtime_1.jsx)("feBlend", { mode: "normal", in: "SourceGraphic", in2: "effect1_dropShadow_2194_10108", result: "shape" })] })), (0, jsx_runtime_1.jsxs)("filter", __assign({ id: "filter11_d_2194_10108", x: "33.1547", y: "19.7747", width: "14.8994", height: "8.63365", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [(0, jsx_runtime_1.jsx)("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), (0, jsx_runtime_1.jsx)("feColorMatrix", { in: "SourceAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }), (0, jsx_runtime_1.jsx)("feOffset", { dy: "0.894251" }), (0, jsx_runtime_1.jsx)("feGaussianBlur", { stdDeviation: "0.894251" }), (0, jsx_runtime_1.jsx)("feComposite", { in2: "hardAlpha", operator: "out" }), (0, jsx_runtime_1.jsx)("feColorMatrix", { type: "matrix", values: "0 0 0 0 0.508333 0 0 0 0 0.116493 0 0 0 0 0.187024 0 0 0 0.3 0" }), (0, jsx_runtime_1.jsx)("feBlend", { mode: "normal", in2: "BackgroundImageFix", result: "effect1_dropShadow_2194_10108" }), (0, jsx_runtime_1.jsx)("feBlend", { mode: "normal", in: "SourceGraphic", in2: "effect1_dropShadow_2194_10108", result: "shape" })] })), (0, jsx_runtime_1.jsxs)("filter", __assign({ id: "filter12_f_2194_10108", x: "40.4406", y: "20.8157", width: "6.72454", height: "5.8051", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [(0, jsx_runtime_1.jsx)("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), (0, jsx_runtime_1.jsx)("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), (0, jsx_runtime_1.jsx)("feGaussianBlur", { stdDeviation: "0.447126", result: "effect1_foregroundBlur_2194_10108" })] })), (0, jsx_runtime_1.jsxs)("filter", __assign({ id: "filter13_d_2194_10108", x: "34.328", y: "16.583", width: "14.3149", height: "7.9703", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [(0, jsx_runtime_1.jsx)("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), (0, jsx_runtime_1.jsx)("feColorMatrix", { in: "SourceAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }), (0, jsx_runtime_1.jsx)("feOffset", { dy: "1.08818" }), (0, jsx_runtime_1.jsx)("feGaussianBlur", { stdDeviation: "0.544088" }), (0, jsx_runtime_1.jsx)("feComposite", { in2: "hardAlpha", operator: "out" }), (0, jsx_runtime_1.jsx)("feColorMatrix", { type: "matrix", values: "0 0 0 0 0.491667 0 0 0 0 0.253454 0 0 0 0 0.178229 0 0 0 0.25 0" }), (0, jsx_runtime_1.jsx)("feBlend", { mode: "normal", in2: "BackgroundImageFix", result: "effect1_dropShadow_2194_10108" }), (0, jsx_runtime_1.jsx)("feBlend", { mode: "normal", in: "SourceGraphic", in2: "effect1_dropShadow_2194_10108", result: "shape" })] })), (0, jsx_runtime_1.jsxs)("filter", __assign({ id: "filter14_f_2194_10108", x: "40.1044", y: "16.0296", width: "8.59807", height: "7.55706", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [(0, jsx_runtime_1.jsx)("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), (0, jsx_runtime_1.jsx)("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), (0, jsx_runtime_1.jsx)("feGaussianBlur", { stdDeviation: "0.447126", result: "effect1_foregroundBlur_2194_10108" })] })), (0, jsx_runtime_1.jsxs)("filter", __assign({ id: "filter15_d_2194_10108", x: "34.1521", y: "11.7754", width: "15.7883", height: "12.7193", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [(0, jsx_runtime_1.jsx)("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), (0, jsx_runtime_1.jsx)("feColorMatrix", { in: "SourceAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }), (0, jsx_runtime_1.jsx)("feOffset", { dy: "1.08818" }), (0, jsx_runtime_1.jsx)("feGaussianBlur", { stdDeviation: "0.544088" }), (0, jsx_runtime_1.jsx)("feComposite", { in2: "hardAlpha", operator: "out" }), (0, jsx_runtime_1.jsx)("feColorMatrix", { type: "matrix", values: "0 0 0 0 0.525 0 0 0 0 0.177187 0 0 0 0 0.239794 0 0 0 0.25 0" }), (0, jsx_runtime_1.jsx)("feBlend", { mode: "normal", in2: "BackgroundImageFix", result: "effect1_dropShadow_2194_10108" }), (0, jsx_runtime_1.jsx)("feBlend", { mode: "normal", in: "SourceGraphic", in2: "effect1_dropShadow_2194_10108", result: "shape" })] })), (0, jsx_runtime_1.jsxs)("filter", __assign({ id: "filter16_f_2194_10108", x: "34.5708", y: "13.1708", width: "14.9278", height: "9.63212", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [(0, jsx_runtime_1.jsx)("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), (0, jsx_runtime_1.jsx)("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), (0, jsx_runtime_1.jsx)("feGaussianBlur", { stdDeviation: "0.272044", result: "effect1_foregroundBlur_2194_10108" })] })), (0, jsx_runtime_1.jsxs)("filter", __assign({ id: "filter17_f_2194_10108", x: "39.3815", y: "15.7277", width: "9.46189", height: "8.06224", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [(0, jsx_runtime_1.jsx)("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), (0, jsx_runtime_1.jsx)("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), (0, jsx_runtime_1.jsx)("feGaussianBlur", { stdDeviation: "0.68011", result: "effect1_foregroundBlur_2194_10108" })] })), (0, jsx_runtime_1.jsxs)("filter", __assign({ id: "filter18_d_2194_10108", x: "6.1022", y: "15.4444", width: "9.80573", height: "5.48993", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [(0, jsx_runtime_1.jsx)("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), (0, jsx_runtime_1.jsx)("feColorMatrix", { in: "SourceAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }), (0, jsx_runtime_1.jsx)("feOffset", { dy: "0.674729" }), (0, jsx_runtime_1.jsx)("feGaussianBlur", { stdDeviation: "0.674729" }), (0, jsx_runtime_1.jsx)("feComposite", { in2: "hardAlpha", operator: "out" }), (0, jsx_runtime_1.jsx)("feColorMatrix", { type: "matrix", values: "0 0 0 0 0.131464 0 0 0 0 0.123177 0 0 0 0 0.5375 0 0 0 0.3 0" }), (0, jsx_runtime_1.jsx)("feBlend", { mode: "normal", in2: "BackgroundImageFix", result: "effect1_dropShadow_2194_10108" }), (0, jsx_runtime_1.jsx)("feBlend", { mode: "normal", in: "SourceGraphic", in2: "effect1_dropShadow_2194_10108", result: "shape" })] })), (0, jsx_runtime_1.jsxs)("filter", __assign({ id: "filter19_d_2194_10108", x: "4.96976", y: "11.6358", width: "10.4465", height: "7.76532", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [(0, jsx_runtime_1.jsx)("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), (0, jsx_runtime_1.jsx)("feColorMatrix", { in: "SourceAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }), (0, jsx_runtime_1.jsx)("feOffset", { dy: "0.674729" }), (0, jsx_runtime_1.jsx)("feGaussianBlur", { stdDeviation: "0.674729" }), (0, jsx_runtime_1.jsx)("feComposite", { in2: "hardAlpha", operator: "out" }), (0, jsx_runtime_1.jsx)("feColorMatrix", { type: "matrix", values: "0 0 0 0 0.55 0 0 0 0 0.09625 0 0 0 0 0.177925 0 0 0 0.3 0" }), (0, jsx_runtime_1.jsx)("feBlend", { mode: "normal", in2: "BackgroundImageFix", result: "effect1_dropShadow_2194_10108" }), (0, jsx_runtime_1.jsx)("feBlend", { mode: "normal", in: "SourceGraphic", in2: "effect1_dropShadow_2194_10108", result: "shape" })] })), (0, jsx_runtime_1.jsxs)("filter", __assign({ id: "filter20_f_2194_10108", x: "5.64143", y: "11.7696", width: "3.35898", height: "5.76645", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [(0, jsx_runtime_1.jsx)("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), (0, jsx_runtime_1.jsx)("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), (0, jsx_runtime_1.jsx)("feGaussianBlur", { stdDeviation: "0.337364", result: "effect1_foregroundBlur_2194_10108" })] })), (0, jsx_runtime_1.jsxs)("filter", __assign({ id: "filter21_d_2194_10108", x: "6.06714", y: "9.13086", width: "9.0011", height: "9.36085", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [(0, jsx_runtime_1.jsx)("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), (0, jsx_runtime_1.jsx)("feColorMatrix", { in: "SourceAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }), (0, jsx_runtime_1.jsx)("feOffset", { dy: "0.821048" }), (0, jsx_runtime_1.jsx)("feGaussianBlur", { stdDeviation: "0.410524" }), (0, jsx_runtime_1.jsx)("feComposite", { in2: "hardAlpha", operator: "out" }), (0, jsx_runtime_1.jsx)("feColorMatrix", { type: "matrix", values: "0 0 0 0 0.491667 0 0 0 0 0.253454 0 0 0 0 0.178229 0 0 0 0.25 0" }), (0, jsx_runtime_1.jsx)("feBlend", { mode: "normal", in2: "BackgroundImageFix", result: "effect1_dropShadow_2194_10108" }), (0, jsx_runtime_1.jsx)("feBlend", { mode: "normal", in: "SourceGraphic", in2: "effect1_dropShadow_2194_10108", result: "shape" })] })), (0, jsx_runtime_1.jsxs)("filter", __assign({ id: "filter22_f_2194_10108", x: "5.58607", y: "7.8849", width: "5.76011", height: "8.49192", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [(0, jsx_runtime_1.jsx)("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), (0, jsx_runtime_1.jsx)("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), (0, jsx_runtime_1.jsx)("feGaussianBlur", { stdDeviation: "0.68011", result: "effect1_foregroundBlur_2194_10108" })] })), (0, jsx_runtime_1.jsxs)("filter", __assign({ id: "filter23_d_2194_10108", x: "7.1936", y: "5.70508", width: "7.50403", height: "13.4439", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [(0, jsx_runtime_1.jsx)("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), (0, jsx_runtime_1.jsx)("feColorMatrix", { in: "SourceAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }), (0, jsx_runtime_1.jsx)("feOffset", { dy: "0.821048" }), (0, jsx_runtime_1.jsx)("feGaussianBlur", { stdDeviation: "0.410524" }), (0, jsx_runtime_1.jsx)("feComposite", { in2: "hardAlpha", operator: "out" }), (0, jsx_runtime_1.jsx)("feColorMatrix", { type: "matrix", values: "0 0 0 0 0.525 0 0 0 0 0.177187 0 0 0 0 0.218925 0 0 0 0.25 0" }), (0, jsx_runtime_1.jsx)("feBlend", { mode: "normal", in2: "BackgroundImageFix", result: "effect1_dropShadow_2194_10108" }), (0, jsx_runtime_1.jsx)("feBlend", { mode: "normal", in: "SourceGraphic", in2: "effect1_dropShadow_2194_10108", result: "shape" })] })), (0, jsx_runtime_1.jsxs)("filter", __assign({ id: "filter24_f_2194_10108", x: "7.65161", y: "5.98791", width: "6.37293", height: "12.0056", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [(0, jsx_runtime_1.jsx)("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), (0, jsx_runtime_1.jsx)("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), (0, jsx_runtime_1.jsx)("feGaussianBlur", { stdDeviation: "0.205262", result: "effect1_foregroundBlur_2194_10108" })] })), (0, jsx_runtime_1.jsxs)("filter", __assign({ id: "filter25_d_2194_10108", x: "5.68891", y: "19.9456", width: "12.0747", height: "9.84458", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [(0, jsx_runtime_1.jsx)("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), (0, jsx_runtime_1.jsx)("feColorMatrix", { in: "SourceAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }), (0, jsx_runtime_1.jsx)("feOffset", { dy: "0.894251" }), (0, jsx_runtime_1.jsx)("feGaussianBlur", { stdDeviation: "0.894251" }), (0, jsx_runtime_1.jsx)("feComposite", { in2: "hardAlpha", operator: "out" }), (0, jsx_runtime_1.jsx)("feColorMatrix", { type: "matrix", values: "0 0 0 0 0.5375 0 0 0 0 0.123177 0 0 0 0 0.197755 0 0 0 0.3 0" }), (0, jsx_runtime_1.jsx)("feBlend", { mode: "normal", in2: "BackgroundImageFix", result: "effect1_dropShadow_2194_10108" }), (0, jsx_runtime_1.jsx)("feBlend", { mode: "normal", in: "SourceGraphic", in2: "effect1_dropShadow_2194_10108", result: "shape" })] })), (0, jsx_runtime_1.jsxs)("filter", __assign({ id: "filter26_d_2194_10108", x: "1.94563", y: "19.7747", width: "14.8994", height: "8.63365", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [(0, jsx_runtime_1.jsx)("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), (0, jsx_runtime_1.jsx)("feColorMatrix", { in: "SourceAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }), (0, jsx_runtime_1.jsx)("feOffset", { dy: "0.894251" }), (0, jsx_runtime_1.jsx)("feGaussianBlur", { stdDeviation: "0.894251" }), (0, jsx_runtime_1.jsx)("feComposite", { in2: "hardAlpha", operator: "out" }), (0, jsx_runtime_1.jsx)("feColorMatrix", { type: "matrix", values: "0 0 0 0 0.508333 0 0 0 0 0.116493 0 0 0 0 0.187024 0 0 0 0.3 0" }), (0, jsx_runtime_1.jsx)("feBlend", { mode: "normal", in2: "BackgroundImageFix", result: "effect1_dropShadow_2194_10108" }), (0, jsx_runtime_1.jsx)("feBlend", { mode: "normal", in: "SourceGraphic", in2: "effect1_dropShadow_2194_10108", result: "shape" })] })), (0, jsx_runtime_1.jsxs)("filter", __assign({ id: "filter27_f_2194_10108", x: "2.83475", y: "20.8157", width: "6.72454", height: "5.8051", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [(0, jsx_runtime_1.jsx)("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), (0, jsx_runtime_1.jsx)("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), (0, jsx_runtime_1.jsx)("feGaussianBlur", { stdDeviation: "0.447126", result: "effect1_foregroundBlur_2194_10108" })] })), (0, jsx_runtime_1.jsxs)("filter", __assign({ id: "filter28_d_2194_10108", x: "1.35726", y: "16.583", width: "14.3149", height: "7.9703", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [(0, jsx_runtime_1.jsx)("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), (0, jsx_runtime_1.jsx)("feColorMatrix", { in: "SourceAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }), (0, jsx_runtime_1.jsx)("feOffset", { dy: "1.08818" }), (0, jsx_runtime_1.jsx)("feGaussianBlur", { stdDeviation: "0.544088" }), (0, jsx_runtime_1.jsx)("feComposite", { in2: "hardAlpha", operator: "out" }), (0, jsx_runtime_1.jsx)("feColorMatrix", { type: "matrix", values: "0 0 0 0 0.491667 0 0 0 0 0.253454 0 0 0 0 0.178229 0 0 0 0.25 0" }), (0, jsx_runtime_1.jsx)("feBlend", { mode: "normal", in2: "BackgroundImageFix", result: "effect1_dropShadow_2194_10108" }), (0, jsx_runtime_1.jsx)("feBlend", { mode: "normal", in: "SourceGraphic", in2: "effect1_dropShadow_2194_10108", result: "shape" })] })), (0, jsx_runtime_1.jsxs)("filter", __assign({ id: "filter29_f_2194_10108", x: "1.29715", y: "16.0296", width: "8.59807", height: "7.55706", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [(0, jsx_runtime_1.jsx)("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), (0, jsx_runtime_1.jsx)("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), (0, jsx_runtime_1.jsx)("feGaussianBlur", { stdDeviation: "0.447126", result: "effect1_foregroundBlur_2194_10108" })] })), (0, jsx_runtime_1.jsxs)("filter", __assign({ id: "filter30_d_2194_10108", x: "0.0596516", y: "11.7754", width: "15.7883", height: "12.7193", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [(0, jsx_runtime_1.jsx)("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), (0, jsx_runtime_1.jsx)("feColorMatrix", { in: "SourceAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }), (0, jsx_runtime_1.jsx)("feOffset", { dy: "1.08818" }), (0, jsx_runtime_1.jsx)("feGaussianBlur", { stdDeviation: "0.544088" }), (0, jsx_runtime_1.jsx)("feComposite", { in2: "hardAlpha", operator: "out" }), (0, jsx_runtime_1.jsx)("feColorMatrix", { type: "matrix", values: "0 0 0 0 0.525 0 0 0 0 0.177187 0 0 0 0 0.239794 0 0 0 0.25 0" }), (0, jsx_runtime_1.jsx)("feBlend", { mode: "normal", in2: "BackgroundImageFix", result: "effect1_dropShadow_2194_10108" }), (0, jsx_runtime_1.jsx)("feBlend", { mode: "normal", in: "SourceGraphic", in2: "effect1_dropShadow_2194_10108", result: "shape" })] })), (0, jsx_runtime_1.jsxs)("filter", __assign({ id: "filter31_f_2194_10108", x: "0.501322", y: "13.1708", width: "14.9278", height: "9.63212", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [(0, jsx_runtime_1.jsx)("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), (0, jsx_runtime_1.jsx)("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), (0, jsx_runtime_1.jsx)("feGaussianBlur", { stdDeviation: "0.272044", result: "effect1_foregroundBlur_2194_10108" })] })), (0, jsx_runtime_1.jsxs)("filter", __assign({ id: "filter32_f_2194_10108", x: "1.15699", y: "15.7277", width: "9.46189", height: "8.06224", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [(0, jsx_runtime_1.jsx)("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), (0, jsx_runtime_1.jsx)("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), (0, jsx_runtime_1.jsx)("feGaussianBlur", { stdDeviation: "0.68011", result: "effect1_foregroundBlur_2194_10108" })] })), (0, jsx_runtime_1.jsxs)("filter", __assign({ id: "filter33_d_2194_10108", x: "7.4819", y: "2.74554", width: "35.0363", height: "34.6031", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [(0, jsx_runtime_1.jsx)("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), (0, jsx_runtime_1.jsx)("feColorMatrix", { in: "SourceAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }), (0, jsx_runtime_1.jsx)("feOffset", { dy: "0.894251" }), (0, jsx_runtime_1.jsx)("feGaussianBlur", { stdDeviation: "2.68275" }), (0, jsx_runtime_1.jsx)("feComposite", { in2: "hardAlpha", operator: "out" }), (0, jsx_runtime_1.jsx)("feColorMatrix", { type: "matrix", values: "0 0 0 0 0.425 0 0 0 0 0.116875 0 0 0 0 0.135362 0 0 0 1 0" }), (0, jsx_runtime_1.jsx)("feBlend", { mode: "multiply", in2: "BackgroundImageFix", result: "effect1_dropShadow_2194_10108" }), (0, jsx_runtime_1.jsx)("feBlend", { mode: "normal", in: "SourceGraphic", in2: "effect1_dropShadow_2194_10108", result: "shape" })] })), (0, jsx_runtime_1.jsxs)("filter", __assign({ id: "filter34_i_2194_10108", x: "15.5225", y: "9.84375", width: "18.9552", height: "18.6172", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [(0, jsx_runtime_1.jsx)("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), (0, jsx_runtime_1.jsx)("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), (0, jsx_runtime_1.jsx)("feColorMatrix", { in: "SourceAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }), (0, jsx_runtime_1.jsx)("feOffset", {}), (0, jsx_runtime_1.jsx)("feGaussianBlur", { stdDeviation: "2.72044" }), (0, jsx_runtime_1.jsx)("feComposite", { in2: "hardAlpha", operator: "arithmetic", k2: "-1", k3: "1" }), (0, jsx_runtime_1.jsx)("feColorMatrix", { type: "matrix", values: "0 0 0 0 0.4625 0 0 0 0 0.0366146 0 0 0 0 0.138827 0 0 0 1 0" }), (0, jsx_runtime_1.jsx)("feBlend", { mode: "normal", in2: "shape", result: "effect1_innerShadow_2194_10108" })] })), (0, jsx_runtime_1.jsxs)("filter", __assign({ id: "filter35_f_2194_10108", x: "14.4128", y: "8.70494", width: "21.1748", height: "20.8167", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [(0, jsx_runtime_1.jsx)("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), (0, jsx_runtime_1.jsx)("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), (0, jsx_runtime_1.jsx)("feGaussianBlur", { stdDeviation: "0.272044", result: "effect1_foregroundBlur_2194_10108" })] })), (0, jsx_runtime_1.jsxs)("filter", __assign({ id: "filter36_f_2194_10108", x: "29.7292", y: "26.9037", width: "1.02968", height: "3.34389", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [(0, jsx_runtime_1.jsx)("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), (0, jsx_runtime_1.jsx)("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), (0, jsx_runtime_1.jsx)("feGaussianBlur", { stdDeviation: "0.136022", result: "effect1_foregroundBlur_2194_10108" })] })), (0, jsx_runtime_1.jsxs)("filter", __assign({ id: "filter37_f_2194_10108", x: "30.7779", y: "26.1332", width: "1.32375", height: "3.09389", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [(0, jsx_runtime_1.jsx)("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), (0, jsx_runtime_1.jsx)("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), (0, jsx_runtime_1.jsx)("feGaussianBlur", { stdDeviation: "0.136022", result: "effect1_foregroundBlur_2194_10108" })] })), (0, jsx_runtime_1.jsxs)("filter", __assign({ id: "filter38_f_2194_10108", x: "28.1363", y: "29.7211", width: "5.4684", height: "1.72085", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [(0, jsx_runtime_1.jsx)("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), (0, jsx_runtime_1.jsx)("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), (0, jsx_runtime_1.jsx)("feGaussianBlur", { stdDeviation: "0.136022", result: "effect1_foregroundBlur_2194_10108" })] })), (0, jsx_runtime_1.jsxs)("filter", __assign({ id: "filter39_f_2194_10108", x: "25.4369", y: "31.2289", width: "5.60122", height: "1.61733", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [(0, jsx_runtime_1.jsx)("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), (0, jsx_runtime_1.jsx)("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), (0, jsx_runtime_1.jsx)("feGaussianBlur", { stdDeviation: "0.136022", result: "effect1_foregroundBlur_2194_10108" })] })), (0, jsx_runtime_1.jsxs)("filter", __assign({ id: "filter40_f_2194_10108", x: "19.2486", y: "26.9037", width: "1.02968", height: "3.34389", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [(0, jsx_runtime_1.jsx)("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), (0, jsx_runtime_1.jsx)("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), (0, jsx_runtime_1.jsx)("feGaussianBlur", { stdDeviation: "0.136022", result: "effect1_foregroundBlur_2194_10108" })] })), (0, jsx_runtime_1.jsxs)("filter", __assign({ id: "filter41_f_2194_10108", x: "17.9058", y: "26.1323", width: "1.32375", height: "3.09389", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [(0, jsx_runtime_1.jsx)("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), (0, jsx_runtime_1.jsx)("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), (0, jsx_runtime_1.jsx)("feGaussianBlur", { stdDeviation: "0.136022", result: "effect1_foregroundBlur_2194_10108" })] })), (0, jsx_runtime_1.jsxs)("filter", __assign({ id: "filter42_f_2194_10108", x: "16.4032", y: "29.7211", width: "5.4684", height: "1.72085", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [(0, jsx_runtime_1.jsx)("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), (0, jsx_runtime_1.jsx)("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), (0, jsx_runtime_1.jsx)("feGaussianBlur", { stdDeviation: "0.136022", result: "effect1_foregroundBlur_2194_10108" })] })), (0, jsx_runtime_1.jsxs)("filter", __assign({ id: "filter43_f_2194_10108", x: "18.9695", y: "31.2289", width: "5.60122", height: "1.61733", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [(0, jsx_runtime_1.jsx)("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), (0, jsx_runtime_1.jsx)("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), (0, jsx_runtime_1.jsx)("feGaussianBlur", { stdDeviation: "0.136022", result: "effect1_foregroundBlur_2194_10108" })] })), (0, jsx_runtime_1.jsxs)("filter", __assign({ id: "filter44_d_2194_10108", x: "19.6326", y: "25.797", width: "10.7485", height: "10.6736", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [(0, jsx_runtime_1.jsx)("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), (0, jsx_runtime_1.jsx)("feColorMatrix", { in: "SourceAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }), (0, jsx_runtime_1.jsx)("feOffset", {}), (0, jsx_runtime_1.jsx)("feGaussianBlur", { stdDeviation: "1.63226" }), (0, jsx_runtime_1.jsx)("feComposite", { in2: "hardAlpha", operator: "out" }), (0, jsx_runtime_1.jsx)("feColorMatrix", { type: "matrix", values: "0 0 0 0 0.395833 0 0 0 0 0.128646 0 0 0 0 0.128646 0 0 0 0.6 0" }), (0, jsx_runtime_1.jsx)("feBlend", { mode: "multiply", in2: "BackgroundImageFix", result: "effect1_dropShadow_2194_10108" }), (0, jsx_runtime_1.jsx)("feBlend", { mode: "normal", in: "SourceGraphic", in2: "effect1_dropShadow_2194_10108", result: "shape" })] })), (0, jsx_runtime_1.jsxs)("filter", __assign({ id: "filter45_d_2194_10108", x: "22.3053", y: "28.4616", width: "5.40304", height: "5.3453", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [(0, jsx_runtime_1.jsx)("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), (0, jsx_runtime_1.jsx)("feColorMatrix", { in: "SourceAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }), (0, jsx_runtime_1.jsx)("feOffset", {}), (0, jsx_runtime_1.jsx)("feGaussianBlur", { stdDeviation: "0.544088" }), (0, jsx_runtime_1.jsx)("feComposite", { in2: "hardAlpha", operator: "out" }), (0, jsx_runtime_1.jsx)("feColorMatrix", { type: "matrix", values: "0 0 0 0 0.416667 0 0 0 0 0.416667 0 0 0 0 0.416667 0 0 0 1 0" }), (0, jsx_runtime_1.jsx)("feBlend", { mode: "normal", in2: "BackgroundImageFix", result: "effect1_dropShadow_2194_10108" }), (0, jsx_runtime_1.jsx)("feBlend", { mode: "normal", in: "SourceGraphic", in2: "effect1_dropShadow_2194_10108", result: "shape" })] })), (0, jsx_runtime_1.jsxs)("filter", __assign({ id: "filter46_d_2194_10108", x: "11.3446", y: "5.64311", width: "27.3107", height: "27.0195", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [(0, jsx_runtime_1.jsx)("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), (0, jsx_runtime_1.jsx)("feColorMatrix", { in: "SourceAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }), (0, jsx_runtime_1.jsx)("feOffset", {}), (0, jsx_runtime_1.jsx)("feGaussianBlur", { stdDeviation: "2.72044" }), (0, jsx_runtime_1.jsx)("feComposite", { in2: "hardAlpha", operator: "out" }), (0, jsx_runtime_1.jsx)("feColorMatrix", { type: "matrix", values: "0 0 0 0 0.708333 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0" }), (0, jsx_runtime_1.jsx)("feBlend", { mode: "normal", in2: "BackgroundImageFix", result: "effect1_dropShadow_2194_10108" }), (0, jsx_runtime_1.jsx)("feBlend", { mode: "normal", in: "SourceGraphic", in2: "effect1_dropShadow_2194_10108", result: "shape" })] })), (0, jsx_runtime_1.jsxs)("filter", __assign({ id: "filter47_f_2194_10108", x: "20.3565", y: "10.5399", width: "5.18778", height: "4.24833", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [(0, jsx_runtime_1.jsx)("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), (0, jsx_runtime_1.jsx)("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), (0, jsx_runtime_1.jsx)("feGaussianBlur", { stdDeviation: "0.272044", result: "effect1_foregroundBlur_2194_10108" })] })), (0, jsx_runtime_1.jsxs)("filter", __assign({ id: "filter48_f_2194_10108", x: "19.4523", y: "17.2782", width: "4.75639", height: "7.33134", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [(0, jsx_runtime_1.jsx)("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), (0, jsx_runtime_1.jsx)("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), (0, jsx_runtime_1.jsx)("feGaussianBlur", { stdDeviation: "0.272044", result: "effect1_foregroundBlur_2194_10108" })] })), (0, jsx_runtime_1.jsxs)("filter", __assign({ id: "filter49_f_2194_10108", x: "28.1183", y: "14.5799", width: "4.53239", height: "3.81962", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [(0, jsx_runtime_1.jsx)("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), (0, jsx_runtime_1.jsx)("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), (0, jsx_runtime_1.jsx)("feGaussianBlur", { stdDeviation: "0.272044", result: "effect1_foregroundBlur_2194_10108" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint0_linear_2194_10108", x1: "16.792", y1: "8.64407", x2: "35.7545", y2: "29.3119", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#DBA1B3" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.473958", stopColor: "#FFC9D6" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#DC95A6" })] })), (0, jsx_runtime_1.jsxs)("radialGradient", __assign({ id: "paint1_radial_2194_10108", cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(19.3945 7.67028) rotate(56.6601) scale(18.9412 19.0791)" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "white" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "white", stopOpacity: "0" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint2_linear_2194_10108", x1: "18.3016", y1: "8.1265", x2: "31.9761", y2: "30.217", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#DB646B" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.479167", stopColor: "#F1A8B9" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#FFD7E0" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint3_linear_2194_10108", x1: "38.3787", y1: "19.678", x2: "26.4167", y2: "32.7215", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "white", stopOpacity: "0" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.463219", stopColor: "white" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "white", stopOpacity: "0" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint4_linear_2194_10108", x1: "19.6501", y1: "6.70087", x2: "36.0718", y2: "12.5855", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { offset: "0.0732354", stopColor: "white", stopOpacity: "0" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.463219", stopColor: "white" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "white", stopOpacity: "0" })] })), (0, jsx_runtime_1.jsxs)("radialGradient", __assign({ id: "paint5_radial_2194_10108", cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(0.523576 0.480368) rotate(90) scale(0.480368 0.523576)" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "white" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "white", stopOpacity: "0" })] })), (0, jsx_runtime_1.jsxs)("radialGradient", __assign({ id: "paint6_radial_2194_10108", cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(0.820856 0.802438) rotate(90) scale(0.802438 0.820856)" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "white" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "white", stopOpacity: "0" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint7_linear_2194_10108", x1: "42.5427", y1: "17.3434", x2: "38.637", y2: "19.0664", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#F9768E" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#FFD3D9" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint8_linear_2194_10108", x1: "41.9904", y1: "15.2585", x2: "39.1631", y2: "17.6575", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#FFD0D9" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#FFF4F6" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint9_linear_2194_10108", x1: "43.6526", y1: "13.8078", x2: "39.4498", y2: "16.8311", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#FFD0D9" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#E88E99" })] })), (0, jsx_runtime_1.jsxs)("radialGradient", __assign({ id: "paint10_radial_2194_10108", cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(43.9813 14.935) rotate(-169.184) scale(1.03253 9.55714)" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "white" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "white", stopOpacity: "0" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint11_linear_2194_10108", x1: "43.6862", y1: "12.5623", x2: "39.7213", y2: "16.4786", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#FFD0D9" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#FFF4F7" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint12_linear_2194_10108", x1: "38.6705", y1: "15.4173", x2: "42.9216", y2: "10.8999", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#C95A67" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#FFCED4" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint13_linear_2194_10108", x1: "39.8649", y1: "12.4219", x2: "37.8366", y2: "14.7087", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#FFA7B7" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "white" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint14_linear_2194_10108", x1: "40.9781", y1: "10.8874", x2: "39.5746", y2: "12.7227", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#FF8197" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "white" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint15_linear_2194_10108", x1: "41.6525", y1: "9.08553", x2: "40.4292", y2: "10.9054", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#FFC1CC" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "white" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint16_linear_2194_10108", x1: "36.0655", y1: "17.5938", x2: "39.8742", y2: "5.00314", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { offset: "0.308652", stopColor: "#BA012D" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#FF9EB6" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint17_linear_2194_10108", x1: "35.8112", y1: "17.4659", x2: "39.6199", y2: "4.87521", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { offset: "0.308652", stopColor: "#FF6A85" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "white" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint18_linear_2194_10108", x1: "40.9694", y1: "6.71008", x2: "37.9798", y2: "16.3481", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "white", stopOpacity: "0" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.439457", stopColor: "white" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "white", stopOpacity: "0" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint19_linear_2194_10108", x1: "38.4619", y1: "9.07478", x2: "40.6216", y2: "11.7295", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#FF576B" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#FF576B", stopOpacity: "0" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint20_linear_2194_10108", x1: "41.8754", y1: "26.6092", x2: "36.3549", y2: "25.3204", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#F9768E" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#FFD3D9" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint21_linear_2194_10108", x1: "42.9531", y1: "23.9571", x2: "38.0119", y2: "24.2616", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#FFD0D9" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#FFF4F6" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint22_linear_2194_10108", x1: "45.8875", y1: "23.69", x2: "38.9854", y2: "23.555", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#FFD0D9" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#E88E99" })] })), (0, jsx_runtime_1.jsxs)("radialGradient", __assign({ id: "paint23_radial_2194_10108", cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(45.3371 25.1472) rotate(-133.164) scale(1.35621 12.7811)" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "white" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "white", stopOpacity: "0" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint24_linear_2194_10108", x1: "46.9198", y1: "22.3861", x2: "39.5422", y2: "23.4138", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#FFD0D9" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#FFF4F8" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint25_linear_2194_10108", x1: "39.2819", y1: "21.5653", x2: "47.4492", y2: "20.1164", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#E16178" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#FFC8D2" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint26_linear_2194_10108", x1: "47.8028", y1: "18.6707", x2: "43.4529", y2: "22.3829", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "white", stopOpacity: "0" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.463716", stopColor: "white" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "white", stopOpacity: "0" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint27_linear_2194_10108", x1: "42.9521", y1: "19.2883", x2: "38.9493", y2: "20.123", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#FFA7B7" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "white" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint28_linear_2194_10108", x1: "45.3673", y1: "18.5097", x2: "42.3945", y2: "19.3636", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#FF8197" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "white" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint29_linear_2194_10108", x1: "47.5279", y1: "17.1061", x2: "44.7616", y2: "18.0907", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#FFC1CC" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "white" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint30_linear_2194_10108", x1: "34.7607", y1: "21.8792", x2: "48.8176", y2: "11.2736", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { offset: "0.308652", stopColor: "#BA012D" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#FF9EB6" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint31_linear_2194_10108", x1: "34.5911", y1: "21.5472", x2: "48.648", y2: "10.9415", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { offset: "0.308652", stopColor: "#FF6A85" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "white" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint32_linear_2194_10108", x1: "48.699", y1: "14.0434", x2: "37.8568", y2: "22.1023", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "white", stopOpacity: "0" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.439457", stopColor: "white" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "white", stopOpacity: "0" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint33_linear_2194_10108", x1: "44.1319", y1: "14.6335", x2: "44.3859", y2: "19.1291", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#FF576B" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#FF576B", stopOpacity: "0" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint34_linear_2194_10108", x1: "7.45763", y1: "17.3444", x2: "11.3634", y2: "19.0674", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#F9768E" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#FFD3D9" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint35_linear_2194_10108", x1: "8.00956", y1: "15.2596", x2: "10.8369", y2: "17.6584", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#FFD0D9" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#FFF4F6" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint36_linear_2194_10108", x1: "6.34772", y1: "13.8088", x2: "10.5506", y2: "16.832", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#FFD0D9" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#E88E99" })] })), (0, jsx_runtime_1.jsxs)("radialGradient", __assign({ id: "paint37_radial_2194_10108", cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(6.01904 14.9359) rotate(-10.8161) scale(1.03253 9.55714)" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "white" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "white", stopOpacity: "0" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint38_linear_2194_10108", x1: "6.31413", y1: "12.5632", x2: "10.2789", y2: "16.4796", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#FFD0D9" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#FFF4F7" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint39_linear_2194_10108", x1: "11.3301", y1: "15.4182", x2: "7.079", y2: "10.9008", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#C95A67" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#FFCED4" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint40_linear_2194_10108", x1: "10.1356", y1: "12.4228", x2: "12.1639", y2: "14.7097", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#FFA7B7" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "white" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint41_linear_2194_10108", x1: "9.02195", y1: "10.8892", x2: "10.4256", y2: "12.7248", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#FF8197" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "white" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint42_linear_2194_10108", x1: "8.34783", y1: "9.08747", x2: "9.57121", y2: "10.9073", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#FFC1CC" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "white" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint43_linear_2194_10108", x1: "13.9346", y1: "17.5948", x2: "10.1259", y2: "5.00411", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { offset: "0.308652", stopColor: "#BA012D" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#FF9EB6" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint44_linear_2194_10108", x1: "14.189", y1: "17.4668", x2: "10.3803", y2: "4.87619", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { offset: "0.308652", stopColor: "#FF6A85" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "white" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint45_linear_2194_10108", x1: "9.03085", y1: "6.71105", x2: "12.0205", y2: "16.3491", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "white", stopOpacity: "0" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.439457", stopColor: "white" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "white", stopOpacity: "0" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint46_linear_2194_10108", x1: "11.5382", y1: "9.07477", x2: "9.37847", y2: "11.7296", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#FF576B" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#FF576B", stopOpacity: "0" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint47_linear_2194_10108", x1: "8.12449", y1: "26.6092", x2: "13.645", y2: "25.3204", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#F9768E" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#FFD3D9" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint48_linear_2194_10108", x1: "7.04657", y1: "23.9571", x2: "11.9877", y2: "24.2616", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#FFD0D9" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#FFF4F6" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint49_linear_2194_10108", x1: "4.11229", y1: "23.69", x2: "11.0143", y2: "23.555", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#FFD0D9" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#E88E99" })] })), (0, jsx_runtime_1.jsxs)("radialGradient", __assign({ id: "paint50_radial_2194_10108", cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(4.66281 25.1472) rotate(-46.8357) scale(1.35621 12.7811)" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "white" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "white", stopOpacity: "0" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint51_linear_2194_10108", x1: "3.07973", y1: "22.3861", x2: "10.4573", y2: "23.4138", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#FFD0D9" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#FFF4F8" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint52_linear_2194_10108", x1: "10.7183", y1: "21.5653", x2: "2.55088", y2: "20.1164", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#E16178" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#FFC8D2" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint53_linear_2194_10108", x1: "2.19684", y1: "18.6707", x2: "6.54673", y2: "22.3829", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "white", stopOpacity: "0" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.463716", stopColor: "white" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "white", stopOpacity: "0" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint54_linear_2194_10108", x1: "7.04737", y1: "19.2883", x2: "11.0502", y2: "20.123", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#FFA7B7" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "white" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint55_linear_2194_10108", x1: "4.6326", y1: "18.5097", x2: "7.6055", y2: "19.3637", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#FF8197" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "white" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint56_linear_2194_10108", x1: "2.47236", y1: "17.1061", x2: "5.23848", y2: "18.0906", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#FFC1CC" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "white" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint57_linear_2194_10108", x1: "15.2393", y1: "21.8792", x2: "1.1824", y2: "11.2736", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { offset: "0.308652", stopColor: "#BA012D" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#FF9EB6" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint58_linear_2194_10108", x1: "15.4087", y1: "21.5472", x2: "1.35183", y2: "10.9415", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { offset: "0.308652", stopColor: "#FF6A85" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "white" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint59_linear_2194_10108", x1: "1.30083", y1: "14.0434", x2: "12.1431", y2: "22.1023", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "white", stopOpacity: "0" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.439457", stopColor: "white" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "white", stopOpacity: "0" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint60_linear_2194_10108", x1: "5.86835", y1: "14.6334", x2: "5.6144", y2: "19.1293", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#FF576B" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#FF576B", stopOpacity: "0" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint61_linear_2194_10108", x1: "24.1111", y1: "7.2168", x2: "32.7365", y2: "26.5711", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { offset: "0.291667", stopColor: "#FFE8F0" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#E4949D" })] })), (0, jsx_runtime_1.jsxs)("radialGradient", __assign({ id: "paint62_radial_2194_10108", cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(15.4514 10.6525) rotate(36.531) scale(18.1994 18.107)" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "white" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "white", stopOpacity: "0" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint63_linear_2194_10108", x1: "17.6486", y1: "12.2208", x2: "30.3046", y2: "27.7261", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#E7BDC7" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.479167", stopColor: "#FFE0E9" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#D09098" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint64_linear_2194_10108", x1: "18.3968", y1: "12.9015", x2: "34.1575", y2: "30.8176", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { offset: "0.234375", stopColor: "#751B21" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.802083", stopColor: "#FFD8DA" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint65_linear_2194_10108", x1: "20.0204", y1: "10.535", x2: "31.5251", y2: "27.6279", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "white" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.70441", stopColor: "white", stopOpacity: "0" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "white" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint66_linear_2194_10108", x1: "28.6625", y1: "30.9763", x2: "27.2188", y2: "29.3319", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#960012" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.802083", stopColor: "#FFD9D9" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint67_linear_2194_10108", x1: "28.475", y1: "30.8103", x2: "27.1971", y2: "29.395", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#960012" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.802083", stopColor: "#FFD9D9" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint68_linear_2194_10108", x1: "30.5487", y1: "29.2991", x2: "29.3066", y2: "28.5124", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#960012" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.802083", stopColor: "#FFD9D9" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint69_linear_2194_10108", x1: "30.4907", y1: "29.2711", x2: "29.3062", y2: "28.5289", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#960012" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.802083", stopColor: "#FFD9D9" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint70_linear_2194_10108", x1: "30.3648", y1: "27.2114", x2: "31.2966", y2: "27.6891", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "white", stopOpacity: "0" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.870298", stopColor: "white" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint71_linear_2194_10108", x1: "31.6146", y1: "28.4142", x2: "30.8952", y2: "27.2961", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#960012" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.802083", stopColor: "#FFD9D9" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint72_linear_2194_10108", x1: "31.5418", y1: "28.3596", x2: "30.6091", y2: "27.6508", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#960012" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.802083", stopColor: "#FFD9D9" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint73_linear_2194_10108", x1: "31.7163", y1: "26.4671", x2: "32.4489", y2: "26.9367", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "white", stopOpacity: "0" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.870298", stopColor: "white" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint74_linear_2194_10108", x1: "30.9318", y1: "27.0837", x2: "33.1173", y2: "28.6508", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#960012" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.802083", stopColor: "#FFD9D9" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint75_linear_2194_10108", x1: "31.2004", y1: "27.2114", x2: "33.1965", y2: "28.5939", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#960012" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.942708", stopColor: "#FFD9D9" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint76_linear_2194_10108", x1: "27.6436", y1: "30.1574", x2: "31.3858", y2: "32.7188", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#960012" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.802083", stopColor: "#FFD9D9" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint77_linear_2194_10108", x1: "29.5699", y1: "30.3161", x2: "31.3405", y2: "32.5177", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#960012" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.802083", stopColor: "#FFD9D9" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint78_linear_2194_10108", x1: "33.2784", y1: "30.104", x2: "32.2702", y2: "28.56", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "white", stopOpacity: "0" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.870298", stopColor: "white" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint79_linear_2194_10108", x1: "25.7375", y1: "32.5076", x2: "30.855", y2: "31.5521", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#960012" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.802083", stopColor: "#FFD9D9" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint80_linear_2194_10108", x1: "25.7214", y1: "31.8677", x2: "30.2968", y2: "29.4284", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { offset: "0.078125", stopColor: "#960012" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.802083", stopColor: "#FFEDEE" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint81_linear_2194_10108", x1: "30.6437", y1: "31.6211", x2: "25.8142", y2: "32.2618", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "white", stopOpacity: "0" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.870298", stopColor: "white" })] })), (0, jsx_runtime_1.jsxs)("radialGradient", __assign({ id: "paint82_radial_2194_10108", cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(0.427991 0.392671) rotate(90) scale(0.392671 0.427991)" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "white" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "white", stopOpacity: "0" })] })), (0, jsx_runtime_1.jsxs)("radialGradient", __assign({ id: "paint83_radial_2194_10108", cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(0.303966 0.278881) rotate(90) scale(0.278881 0.303966)" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "white" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "white", stopOpacity: "0" })] })), (0, jsx_runtime_1.jsxs)("radialGradient", __assign({ id: "paint84_radial_2194_10108", cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(0.210882 0.278881) rotate(90) scale(0.278881 0.210882)" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "white" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "white", stopOpacity: "0" })] })), (0, jsx_runtime_1.jsxs)("radialGradient", __assign({ id: "paint85_radial_2194_10108", cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(0.680599 0.624433) rotate(90) scale(0.624433 0.680599)" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "white" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "white", stopOpacity: "0" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint86_linear_2194_10108", x1: "21.3452", y1: "30.9763", x2: "22.7888", y2: "29.3319", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#960012" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.802083", stopColor: "#FFD9D9" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint87_linear_2194_10108", x1: "21.5327", y1: "30.8103", x2: "22.8106", y2: "29.395", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#960012" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.802083", stopColor: "#FFD9D9" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint88_linear_2194_10108", x1: "19.4588", y1: "29.2991", x2: "20.7008", y2: "28.5124", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#960012" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.802083", stopColor: "#FFD9D9" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint89_linear_2194_10108", x1: "19.5167", y1: "29.2711", x2: "20.7012", y2: "28.5289", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#960012" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.802083", stopColor: "#FFD9D9" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint90_linear_2194_10108", x1: "19.6426", y1: "27.2114", x2: "18.7109", y2: "27.6891", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "white", stopOpacity: "0" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.870298", stopColor: "white" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint91_linear_2194_10108", x1: "18.393", y1: "28.4133", x2: "19.1123", y2: "27.2952", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#960012" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.802083", stopColor: "#FFD9D9" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint92_linear_2194_10108", x1: "18.4658", y1: "28.3587", x2: "19.3984", y2: "27.6498", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#960012" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.802083", stopColor: "#FFD9D9" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint93_linear_2194_10108", x1: "18.2911", y1: "26.4661", x2: "17.5586", y2: "26.9357", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "white", stopOpacity: "0" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.870298", stopColor: "white" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint94_linear_2194_10108", x1: "19.0755", y1: "27.0837", x2: "16.89", y2: "28.6508", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#960012" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.802083", stopColor: "#FFD9D9" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint95_linear_2194_10108", x1: "18.8069", y1: "27.2114", x2: "16.8108", y2: "28.5939", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#960012" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.942708", stopColor: "#FFD9D9" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint96_linear_2194_10108", x1: "22.3643", y1: "30.1574", x2: "18.6222", y2: "32.7188", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#960012" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.802083", stopColor: "#FFD9D9" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint97_linear_2194_10108", x1: "20.438", y1: "30.3161", x2: "18.6674", y2: "32.5177", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#960012" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.802083", stopColor: "#FFD9D9" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint98_linear_2194_10108", x1: "16.7295", y1: "30.104", x2: "17.7377", y2: "28.56", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "white", stopOpacity: "0" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.870298", stopColor: "white" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint99_linear_2194_10108", x1: "24.2699", y1: "32.5076", x2: "19.1524", y2: "31.5521", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#960012" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.802083", stopColor: "#FFD9D9" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint100_linear_2194_10108", x1: "24.2859", y1: "31.8677", x2: "19.7107", y2: "29.4284", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { offset: "0.078125", stopColor: "#960012" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.802083", stopColor: "#FFEDEE" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint101_linear_2194_10108", x1: "19.364", y1: "31.6211", x2: "24.1935", y2: "32.2618", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "white", stopOpacity: "0" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.870298", stopColor: "white" })] })), (0, jsx_runtime_1.jsxs)("radialGradient", __assign({ id: "paint102_radial_2194_10108", cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(0.427991 0.392671) rotate(90) scale(0.392671 0.427991)" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "white" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "white", stopOpacity: "0" })] })), (0, jsx_runtime_1.jsxs)("radialGradient", __assign({ id: "paint103_radial_2194_10108", cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(0.303966 0.278881) rotate(90) scale(0.278881 0.303966)" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "white" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "white", stopOpacity: "0" })] })), (0, jsx_runtime_1.jsxs)("radialGradient", __assign({ id: "paint104_radial_2194_10108", cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(0.210882 0.278881) rotate(90) scale(0.278881 0.210882)" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "white" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "white", stopOpacity: "0" })] })), (0, jsx_runtime_1.jsxs)("radialGradient", __assign({ id: "paint105_radial_2194_10108", cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(0.680599 0.624433) rotate(90) scale(0.624433 0.680599)" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "white" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "white", stopOpacity: "0" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint106_linear_2194_10108", x1: "24.4927", y1: "28.8526", x2: "25.6241", y2: "33.2158", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#FFC6C9" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.3125", stopColor: "white" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.5", stopColor: "#FFC6C9" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.78125", stopColor: "white" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#FFC6C9" })] })), (0, jsx_runtime_1.jsxs)("radialGradient", __assign({ id: "paint107_radial_2194_10108", cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(25.1462 30.704) rotate(84.2812) scale(1.19929 1.22061)" }, { children: [(0, jsx_runtime_1.jsx)("stop", { offset: "0.135417", stopColor: "white" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#E80E0E" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint108_linear_2194_10108", x1: "16.7855", y1: "13.68", x2: "32.2319", y2: "24.269", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#FF2929" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.270833", stopColor: "#FFD2D2" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.5625", stopColor: "#FF5454" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "white" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint109_linear_2194_10108", x1: "25", y1: "11.0859", x2: "25", y2: "27.2222", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#FF2929" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.270833", stopColor: "#FFD2D2" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.5625", stopColor: "#EC1B1B" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#FFD2D2" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint110_linear_2194_10108", x1: "20.147", y1: "17.4969", x2: "27.9183", y2: "17.0876", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#FF4848" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#FF8585" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint111_linear_2194_10108", x1: "28.9239", y1: "16.9703", x2: "24.6372", y2: "23.4598", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#FF4848" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#FF8585" })] }))] })] })));
19
+ };
20
+ exports.FirstBonusSvg = FirstBonusSvg;
@@ -0,0 +1,2 @@
1
+ import { IconProps } from '../types';
2
+ export declare const SecondBonusSvg: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,20 @@
1
+ "use strict";
2
+ var __assign = (this && this.__assign) || function () {
3
+ __assign = Object.assign || function(t) {
4
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
5
+ s = arguments[i];
6
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
7
+ t[p] = s[p];
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
13
+ Object.defineProperty(exports, "__esModule", { value: true });
14
+ exports.SecondBonusSvg = void 0;
15
+ var jsx_runtime_1 = require("react/jsx-runtime");
16
+ var SecondBonusSvg = function (props) {
17
+ var _a = props.width, width = _a === void 0 ? '54' : _a, _b = props.height, height = _b === void 0 ? '37' : _b, classes = props.classes;
18
+ return ((0, jsx_runtime_1.jsxs)("svg", __assign({ width: width, height: height, viewBox: "0 0 54 37", fill: "none", className: classes }, { children: [(0, jsx_runtime_1.jsx)("ellipse", { cx: "26.9986", cy: "17.5244", rx: "15.8248", ry: "14.4755", fill: "url(#paint0_linear_0_1)" }), (0, jsx_runtime_1.jsx)("ellipse", { cx: "26.9986", cy: "17.5244", rx: "15.8248", ry: "14.4755", fill: "url(#paint1_radial_0_1)" }), (0, jsx_runtime_1.jsx)("ellipse", { cx: "26.9986", cy: "17.5242", rx: "14.6001", ry: "13.3553", fill: "url(#paint2_linear_0_1)" }), (0, jsx_runtime_1.jsx)("ellipse", { cx: "26.9986", cy: "17.5242", rx: "14.6001", ry: "13.3553", fill: "url(#paint3_linear_0_1)", fillOpacity: "0.2" }), (0, jsx_runtime_1.jsx)("g", __assign({ filter: "url(#filter0_f_0_1)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M41.5982 17.5244C41.5982 24.9003 35.0615 30.8797 26.998 30.8797", stroke: "url(#paint4_linear_0_1)", strokeWidth: "0.929965" }) })), (0, jsx_runtime_1.jsx)("g", __assign({ filter: "url(#filter1_f_0_1)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M21.2692 5.24022C28.6859 2.34601 37.2633 5.49961 40.4273 12.284", stroke: "url(#paint5_linear_0_1)", strokeWidth: "0.929965" }) })), (0, jsx_runtime_1.jsx)("path", { d: "M43.4622 22.4029C40.3044 22.1172 36.3221 19.1835 33.9768 17.6324C33.6463 17.8054 32.9876 18.4468 33.1732 18.7017C33.9079 19.7109 35.5438 22.4517 38.2129 24.3299C40.6516 26.0458 43.9256 25.4991 44.3575 23.2331C44.376 22.7704 43.9666 22.4485 43.4622 22.4029Z", fill: "url(#paint6_linear_0_1)" }), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M43.5448 24.6118C40.6153 24.6085 37.5845 22.6522 34.6133 19.3754C34.7263 18.9982 34.8548 18.6463 34.9959 18.3184C37.3688 19.92 40.7242 22.1557 43.4604 22.4032C43.9647 22.4489 44.3742 22.7707 44.3557 23.2335C44.2467 23.8053 43.9567 24.2677 43.5448 24.6118Z", fill: "url(#paint7_linear_0_1)" }), (0, jsx_runtime_1.jsx)("g", __assign({ filter: "url(#filter2_d_0_1)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M47.8555 17.9908C43.8613 18.7337 38.5384 18.5179 35.0611 17.4224C34.7204 17.7498 34.1037 18.4905 34.4574 18.7021C37.6723 20.6258 39.1729 21.8 42.7816 23.2675C46.3586 24.7221 49.607 21.6397 49.2738 18.7021C49.1201 18.1263 48.4935 17.8722 47.8555 17.9908Z", fill: "url(#paint8_linear_0_1)" }) })), (0, jsx_runtime_1.jsx)("g", __assign({ filter: "url(#filter3_f_0_1)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M49.2808 18.7022C49.6109 21.612 46.4266 24.6641 42.8898 23.3076C42.8233 23.2841 42.7886 23.2676 42.7886 23.2676C42.8224 23.2813 42.8561 23.2947 42.8898 23.3076C43.2882 23.4484 44.8294 23.8424 46.906 22.4665C49.3291 20.861 49.2808 18.7022 49.2808 18.7022Z", fill: "url(#paint9_radial_0_1)" }) })), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M48.8748 20.922C49.209 20.2258 49.361 19.4591 49.2751 18.702C49.1214 18.1262 48.4948 17.8721 47.8568 17.9908C43.8626 18.7337 38.5397 18.5179 35.0624 17.4224C34.9012 17.5773 34.6782 17.8248 34.5254 18.065C39.3361 20.8283 45.7605 22.7602 48.8748 20.922Z", fill: "url(#paint10_linear_0_1)" }), (0, jsx_runtime_1.jsx)("g", __assign({ filter: "url(#filter4_d_0_1)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M48.3433 12.7323C44.4164 14.8928 38.8458 16.3504 35.2029 16.7101C35.0331 17.1419 34.7923 18.0381 35.2029 18.1133C38.8494 18.7809 43.0357 19.6297 47.1533 19.5113C50.9047 19.4033 51.6334 15.1557 50.5297 13.0213C50.0791 12.1501 49.0696 12.3327 48.3433 12.7323Z", fill: "url(#paint11_linear_0_1)" }) })), (0, jsx_runtime_1.jsx)("g", __assign({ filter: "url(#filter5_f_0_1)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M50.4207 12.9976C51.5245 15.1319 50.7958 19.3796 47.0444 19.4875C45.494 19.5321 43.9339 19.4396 42.3965 19.2712", stroke: "url(#paint12_linear_0_1)", strokeWidth: "0.648991" }) })), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M50.9623 14.4554C50.8947 13.9283 50.7496 13.4351 50.5356 13.0213C50.085 12.1501 49.0756 12.3327 48.3492 12.7323C44.4223 14.8928 38.8518 16.3504 35.2089 16.7101C35.1281 16.9155 35.0313 17.2259 34.9961 17.5031C43.0073 18.0654 47.8207 16.6468 50.9623 14.4554Z", fill: "url(#paint13_linear_0_1)" }), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M44.1777 17.1367C47.0826 16.5938 49.2624 15.6369 50.9562 14.4554C50.8886 13.9284 50.7435 13.4351 50.5295 13.0213C50.0789 12.1501 49.0695 12.3327 48.3432 12.7323C47.1967 13.3631 45.9101 13.9339 44.5722 14.435L44.1777 17.1367Z", fill: "url(#paint14_linear_0_1)" }), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M47.6387 16.1884C48.9255 15.7023 50.0202 15.1138 50.9639 14.4554C50.8964 13.9284 50.7512 13.4351 50.5373 13.0213C50.0867 12.1501 49.0772 12.3327 48.3509 12.7323C48.2416 12.7924 48.131 12.852 48.0193 12.911L47.6387 16.1884Z", fill: "#E9F8FF" }), (0, jsx_runtime_1.jsx)("path", { d: "M10.5378 22.4029C13.6956 22.1172 17.6779 19.1835 20.0232 17.6324C20.3537 17.8054 21.0124 18.4468 20.8268 18.7017C20.0921 19.7109 18.4562 22.4517 15.7871 24.3299C13.3484 26.0458 10.0744 25.4991 9.64251 23.2331C9.62397 22.7704 10.0334 22.4485 10.5378 22.4029Z", fill: "url(#paint15_linear_0_1)" }), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10.4551 24.6119C13.3846 24.6087 16.4154 22.6523 19.3867 19.3755C19.2737 18.9983 19.1451 18.6464 19.004 18.3184C16.6311 19.92 13.2757 22.1558 10.5394 22.4033C10.0351 22.449 9.62563 22.7708 9.64417 23.2336C9.75317 23.8054 10.0432 24.2678 10.4551 24.6119Z", fill: "url(#paint16_linear_0_1)" }), (0, jsx_runtime_1.jsx)("g", __assign({ filter: "url(#filter6_d_0_1)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M6.14447 17.9908C10.1387 18.7337 15.4616 18.5179 18.9389 17.4224C19.2796 17.7498 19.8963 18.4905 19.5426 18.7021C16.3277 20.6258 14.8271 21.8 11.2184 23.2675C7.64137 24.7221 4.39299 21.6397 4.72617 18.7021C4.87994 18.1263 5.50651 17.8722 6.14447 17.9908Z", fill: "url(#paint17_linear_0_1)" }) })), (0, jsx_runtime_1.jsx)("g", __assign({ filter: "url(#filter7_f_0_1)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M4.71918 18.7022C4.38914 21.612 7.5734 24.6641 11.1102 23.3076C11.1767 23.2841 11.2114 23.2676 11.2114 23.2676C11.1776 23.2813 11.1439 23.2947 11.1102 23.3076C10.7118 23.4484 9.17058 23.8424 7.09403 22.4665C4.67086 20.861 4.71918 18.7022 4.71918 18.7022Z", fill: "url(#paint18_radial_0_1)" }) })), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.12524 20.922C4.79103 20.2258 4.63902 19.4591 4.72489 18.702C4.87865 18.1262 5.50522 17.8721 6.14319 17.9908C10.1374 18.7337 15.4603 18.5179 18.9376 17.4224C19.0988 17.5773 19.3218 17.8248 19.4746 18.0649C14.6638 20.8283 8.2395 22.7602 5.12524 20.922Z", fill: "url(#paint19_linear_0_1)" }), (0, jsx_runtime_1.jsx)("g", __assign({ filter: "url(#filter8_d_0_1)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M5.6567 12.7323C9.5836 14.8928 15.1542 16.3504 18.7971 16.7101C18.9669 17.1419 19.2077 18.0381 18.7971 18.1133C15.1506 18.7809 10.9643 19.6297 6.84668 19.5113C3.09526 19.4033 2.36656 15.1557 3.47035 13.0213C3.92091 12.1501 4.93038 12.3327 5.6567 12.7323Z", fill: "url(#paint20_linear_0_1)" }) })), (0, jsx_runtime_1.jsx)("g", __assign({ filter: "url(#filter9_f_0_1)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M3.57926 12.9976C2.47547 15.1319 3.20417 19.3796 6.95559 19.4875C8.506 19.5321 10.0661 19.4396 11.6035 19.2712", stroke: "url(#paint21_linear_0_1)", strokeWidth: "0.648991" }) })), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.03772 14.4555C3.10529 13.9284 3.25041 13.4351 3.46441 13.0213C3.91496 12.1501 4.92444 12.3327 5.65075 12.7323C9.57765 14.8928 15.1482 16.3504 18.7911 16.7101C18.8719 16.9155 18.9687 17.2259 19.0039 17.5031C10.9927 18.0654 6.17933 16.6469 3.03772 14.4555Z", fill: "url(#paint22_linear_0_1)" }), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9.82227 17.1367C6.91738 16.5938 4.73762 15.637 3.04381 14.4555C3.11138 13.9284 3.25649 13.4351 3.47049 13.0213C3.92105 12.1501 4.93053 12.3327 5.65684 12.7323C6.80333 13.3631 8.08993 13.9339 9.42776 14.435L9.82227 17.1367Z", fill: "url(#paint23_linear_0_1)" }), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.36133 16.1883C5.07448 15.7023 3.97987 15.1137 3.03612 14.4554C3.10369 13.9283 3.2488 13.4351 3.46279 13.0213C3.91335 12.1501 4.92282 12.3327 5.64914 12.7323C5.75842 12.7924 5.86897 12.852 5.98072 12.911L6.36133 16.1883Z", fill: "#E9F8FF" }), (0, jsx_runtime_1.jsx)("g", __assign({ filter: "url(#filter10_d_0_1)" }, { children: (0, jsx_runtime_1.jsx)("ellipse", { cx: "27.0001", cy: "17.5243", rx: "13.4376", ry: "12.2919", fill: "url(#paint24_linear_0_1)" }) })), (0, jsx_runtime_1.jsx)("ellipse", { cx: "26.9998", cy: "17.5241", rx: "11.1053", ry: "10.1584", fill: "url(#paint25_linear_0_1)" }), (0, jsx_runtime_1.jsx)("g", __assign({ filter: "url(#filter11_f_0_1)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M37.8222 17.5241C37.8222 22.955 33.0011 27.3996 26.9998 27.3996C20.9985 27.3996 16.1774 22.955 16.1774 17.5241C16.1774 12.0932 20.9985 7.64863 26.9998 7.64863C33.0011 7.64863 37.8222 12.0932 37.8222 17.5241Z", stroke: "url(#paint26_linear_0_1)", strokeWidth: "0.565817" }) })), (0, jsx_runtime_1.jsx)("g", __assign({ filter: "url(#filter12_i_0_1)" }, { children: (0, jsx_runtime_1.jsx)("ellipse", { cx: "26.9993", cy: "17.5242", rx: "10.4797", ry: "9.58619", fill: "url(#paint27_linear_0_1)" }) })), (0, jsx_runtime_1.jsx)("ellipse", { cx: "2.92588", cy: "0.258467", rx: "2.92588", ry: "0.258467", transform: "matrix(0.737863 -0.674951 0.737863 0.674951 15.4141 9.37646)", fill: "url(#paint28_radial_0_1)" }), (0, jsx_runtime_1.jsx)("ellipse", { cx: "4.19415", cy: "0.258467", rx: "4.19415", ry: "0.258467", transform: "matrix(0.737863 0.674951 -0.737863 0.674951 14.8594 4.5708)", fill: "url(#paint29_radial_0_1)" }), (0, jsx_runtime_1.jsx)("ellipse", { cx: "1.25152", cy: "1.14824", rx: "1.25152", ry: "1.14824", transform: "matrix(0.737863 -0.674951 0.737863 0.674951 15.9922 7.646)", fill: "url(#paint30_radial_0_1)" }), (0, jsx_runtime_1.jsx)("ellipse", { cx: "1.96213", cy: "1.9181", rx: "1.96213", ry: "1.9181", transform: "matrix(0.737863 -0.674951 0.737863 0.674951 14.9004 7.60596)", fill: "url(#paint31_radial_0_1)" }), (0, jsx_runtime_1.jsxs)("g", __assign({ filter: "url(#filter13_d_0_1)" }, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M21.7915 24.7624L22.8166 19.2974L27.1572 18.0077L21.7915 24.7624Z", fill: "url(#paint32_linear_0_1)" }), (0, jsx_runtime_1.jsx)("path", { d: "M27.1586 18.0081L18.4773 15.4278L22.8181 19.2977L27.1586 18.0081Z", fill: "url(#paint33_linear_0_1)" }), (0, jsx_runtime_1.jsx)("path", { d: "M27.1603 18.0083L21.7925 24.7619L27.1598 22.183L27.1603 18.0083Z", fill: "url(#paint34_linear_0_1)" }), (0, jsx_runtime_1.jsx)("path", { d: "M32.5258 24.7639L27.1605 22.1833L27.161 18.0086L32.5258 24.7639Z", fill: "url(#paint35_linear_0_1)" }), (0, jsx_runtime_1.jsx)("path", { d: "M35.8388 15.4276L31.4988 19.2984L27.1591 18.007L35.8388 15.4276Z", fill: "url(#paint36_linear_0_1)" }), (0, jsx_runtime_1.jsx)("path", { d: "M32.5209 24.7636L31.4981 19.2982L27.158 18.007L32.5209 24.7636Z", fill: "url(#paint37_linear_0_1)" }), (0, jsx_runtime_1.jsx)("path", { d: "M27.1597 9.6574L29.842 14.6299L27.1591 18.007L27.1597 9.6574Z", fill: "url(#paint38_linear_0_1)" }), (0, jsx_runtime_1.jsx)("path", { d: "M27.1592 18.0069L35.8406 15.4266L29.8421 14.6298L27.1592 18.0069Z", fill: "url(#paint39_linear_0_1)" }), (0, jsx_runtime_1.jsx)("path", { d: "M27.1822 18.0331V9.64551L24.5078 14.6402L27.1822 18.0331Z", fill: "url(#paint40_linear_0_1)" }), (0, jsx_runtime_1.jsx)("path", { d: "M18.4902 15.4295L24.4965 14.6255L27.1821 18.0329L18.4902 15.4295Z", fill: "url(#paint41_linear_0_1)" }), (0, jsx_runtime_1.jsx)("g", __assign({ filter: "url(#filter14_f_0_1)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M18.5078 15.4399L24.0477 17.1", stroke: "url(#paint42_linear_0_1)", strokeWidth: "0.282909" }) })), (0, jsx_runtime_1.jsx)("g", __assign({ filter: "url(#filter15_f_0_1)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M21.793 24.7588L25.0967 20.6356", stroke: "url(#paint43_linear_0_1)", strokeWidth: "0.282909" }) })), (0, jsx_runtime_1.jsx)("g", __assign({ filter: "url(#filter16_f_0_1)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M32.5273 24.7705L28.6847 19.8872", stroke: "url(#paint44_linear_0_1)", strokeWidth: "0.282909" }) })), (0, jsx_runtime_1.jsx)("g", __assign({ filter: "url(#filter17_f_0_1)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M35.8398 15.4365L31.5802 16.6962", stroke: "url(#paint45_linear_0_1)", strokeWidth: "0.282909" }) })), (0, jsx_runtime_1.jsx)("path", { d: "M27.1917 13.1885L28.7218 16.0958L32.2668 16.5424L29.7003 18.823L30.4 22.1386L27.1641 20.6457L23.9197 22.1406L24.4917 18.8518L21.9941 16.5271L25.5588 16.1625L27.1917 13.1885Z", fill: "url(#paint46_linear_0_1)" }), (0, jsx_runtime_1.jsx)("g", __assign({ filter: "url(#filter18_f_0_1)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M21.9941 16.5274L24.4896 18.8541L22.4259 16.6635L25.753 16.3128L27.1953 13.7369L28.7208 16.0933L27.1953 13.1812L25.5728 16.0329L21.9941 16.5274Z", fill: "white" }) })), (0, jsx_runtime_1.jsx)("g", __assign({ filter: "url(#filter19_f_0_1)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M30.4216 22.1388L27.1699 20.6515L30.078 21.6711L29.7093 18.8193L30.4216 22.1388Z", fill: "white" }) })), (0, jsx_runtime_1.jsx)("g", __assign({ filter: "url(#filter20_f_0_1)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M23.918 22.1387L24.5048 18.8652L24.1107 21.9087L27.1529 20.6591L23.918 22.1387Z", fill: "white" }) }))] })), (0, jsx_runtime_1.jsxs)("defs", { children: [(0, jsx_runtime_1.jsxs)("filter", __assign({ id: "filter0_f_0_1", x: "26.4322", y: "16.9586", width: "16.1961", height: "14.9519", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [(0, jsx_runtime_1.jsx)("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), (0, jsx_runtime_1.jsx)("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), (0, jsx_runtime_1.jsx)("feGaussianBlur", { stdDeviation: "0.282909", result: "effect1_foregroundBlur_0_1" })] })), (0, jsx_runtime_1.jsxs)("filter", __assign({ id: "filter1_f_0_1", x: "20.5064", y: "3.14659", width: "20.9207", height: "9.87236", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [(0, jsx_runtime_1.jsx)("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), (0, jsx_runtime_1.jsx)("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), (0, jsx_runtime_1.jsx)("feGaussianBlur", { stdDeviation: "0.282909", result: "effect1_foregroundBlur_0_1" })] })), (0, jsx_runtime_1.jsxs)("filter", __assign({ id: "filter2_d_0_1", x: "32.6209", y: "16.557", width: "18.4066", height: "9.67857", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [(0, jsx_runtime_1.jsx)("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), (0, jsx_runtime_1.jsx)("feColorMatrix", { in: "SourceAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }), (0, jsx_runtime_1.jsx)("feOffset", { dy: "0.865322" }), (0, jsx_runtime_1.jsx)("feGaussianBlur", { stdDeviation: "0.865322" }), (0, jsx_runtime_1.jsx)("feComposite", { in2: "hardAlpha", operator: "out" }), (0, jsx_runtime_1.jsx)("feColorMatrix", { type: "matrix", values: "0 0 0 0 0.123177 0 0 0 0 0.512641 0 0 0 0 0.5375 0 0 0 0.3 0" }), (0, jsx_runtime_1.jsx)("feBlend", { mode: "normal", in2: "BackgroundImageFix", result: "effect1_dropShadow_0_1" }), (0, jsx_runtime_1.jsx)("feBlend", { mode: "normal", in: "SourceGraphic", in2: "effect1_dropShadow_0_1", result: "shape" })] })), (0, jsx_runtime_1.jsxs)("filter", __assign({ id: "filter3_f_0_1", x: "41.9237", y: "17.8368", width: "8.24627", height: "6.66814", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [(0, jsx_runtime_1.jsx)("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), (0, jsx_runtime_1.jsx)("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), (0, jsx_runtime_1.jsx)("feGaussianBlur", { stdDeviation: "0.432661", result: "effect1_foregroundBlur_0_1" })] })), (0, jsx_runtime_1.jsxs)("filter", __assign({ id: "filter4_d_0_1", x: "32.8133", y: "10.6688", width: "20.35", height: "11.4497", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [(0, jsx_runtime_1.jsx)("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), (0, jsx_runtime_1.jsx)("feColorMatrix", { in: "SourceAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }), (0, jsx_runtime_1.jsx)("feOffset", { dy: "0.432661" }), (0, jsx_runtime_1.jsx)("feGaussianBlur", { stdDeviation: "1.08165" }), (0, jsx_runtime_1.jsx)("feComposite", { in2: "hardAlpha", operator: "out" }), (0, jsx_runtime_1.jsx)("feColorMatrix", { type: "matrix", values: "0 0 0 0 0.132378 0 0 0 0 0.427604 0 0 0 0 0.520833 0 0 0 0.6 0" }), (0, jsx_runtime_1.jsx)("feBlend", { mode: "multiply", in2: "BackgroundImageFix", result: "effect1_dropShadow_0_1" }), (0, jsx_runtime_1.jsx)("feBlend", { mode: "normal", in: "SourceGraphic", in2: "effect1_dropShadow_0_1", result: "shape" })] })), (0, jsx_runtime_1.jsxs)("filter", __assign({ id: "filter5_f_0_1", x: "41.496", y: "11.9833", width: "10.5842", height: "8.70525", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [(0, jsx_runtime_1.jsx)("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), (0, jsx_runtime_1.jsx)("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), (0, jsx_runtime_1.jsx)("feGaussianBlur", { stdDeviation: "0.432661", result: "effect1_foregroundBlur_0_1" })] })), (0, jsx_runtime_1.jsxs)("filter", __assign({ id: "filter6_d_0_1", x: "2.97248", y: "16.557", width: "18.4066", height: "9.67857", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [(0, jsx_runtime_1.jsx)("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), (0, jsx_runtime_1.jsx)("feColorMatrix", { in: "SourceAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }), (0, jsx_runtime_1.jsx)("feOffset", { dy: "0.865322" }), (0, jsx_runtime_1.jsx)("feGaussianBlur", { stdDeviation: "0.865322" }), (0, jsx_runtime_1.jsx)("feComposite", { in2: "hardAlpha", operator: "out" }), (0, jsx_runtime_1.jsx)("feColorMatrix", { type: "matrix", values: "0 0 0 0 0.123177 0 0 0 0 0.512641 0 0 0 0 0.5375 0 0 0 0.3 0" }), (0, jsx_runtime_1.jsx)("feBlend", { mode: "normal", in2: "BackgroundImageFix", result: "effect1_dropShadow_0_1" }), (0, jsx_runtime_1.jsx)("feBlend", { mode: "normal", in: "SourceGraphic", in2: "effect1_dropShadow_0_1", result: "shape" })] })), (0, jsx_runtime_1.jsxs)("filter", __assign({ id: "filter7_f_0_1", x: "3.82999", y: "17.8368", width: "8.24627", height: "6.66814", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [(0, jsx_runtime_1.jsx)("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), (0, jsx_runtime_1.jsx)("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), (0, jsx_runtime_1.jsx)("feGaussianBlur", { stdDeviation: "0.432661", result: "effect1_foregroundBlur_0_1" })] })), (0, jsx_runtime_1.jsxs)("filter", __assign({ id: "filter8_d_0_1", x: "0.836696", y: "10.6688", width: "20.35", height: "11.4497", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [(0, jsx_runtime_1.jsx)("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), (0, jsx_runtime_1.jsx)("feColorMatrix", { in: "SourceAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }), (0, jsx_runtime_1.jsx)("feOffset", { dy: "0.432661" }), (0, jsx_runtime_1.jsx)("feGaussianBlur", { stdDeviation: "1.08165" }), (0, jsx_runtime_1.jsx)("feComposite", { in2: "hardAlpha", operator: "out" }), (0, jsx_runtime_1.jsx)("feColorMatrix", { type: "matrix", values: "0 0 0 0 0.132378 0 0 0 0 0.427604 0 0 0 0 0.520833 0 0 0 0.6 0" }), (0, jsx_runtime_1.jsx)("feBlend", { mode: "multiply", in2: "BackgroundImageFix", result: "effect1_dropShadow_0_1" }), (0, jsx_runtime_1.jsx)("feBlend", { mode: "normal", in: "SourceGraphic", in2: "effect1_dropShadow_0_1", result: "shape" })] })), (0, jsx_runtime_1.jsxs)("filter", __assign({ id: "filter9_f_0_1", x: "1.91983", y: "11.9833", width: "10.5842", height: "8.70525", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [(0, jsx_runtime_1.jsx)("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), (0, jsx_runtime_1.jsx)("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), (0, jsx_runtime_1.jsx)("feGaussianBlur", { stdDeviation: "0.432661", result: "effect1_foregroundBlur_0_1" })] })), (0, jsx_runtime_1.jsxs)("filter", __assign({ id: "filter10_d_0_1", x: "7.98271", y: "0.582595", width: "38.0346", height: "35.7431", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [(0, jsx_runtime_1.jsx)("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), (0, jsx_runtime_1.jsx)("feColorMatrix", { in: "SourceAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }), (0, jsx_runtime_1.jsx)("feOffset", { dy: "0.929965" }), (0, jsx_runtime_1.jsx)("feGaussianBlur", { stdDeviation: "2.7899" }), (0, jsx_runtime_1.jsx)("feComposite", { in2: "hardAlpha", operator: "out" }), (0, jsx_runtime_1.jsx)("feColorMatrix", { type: "matrix", values: "0 0 0 0 0.116875 0 0 0 0 0.35105 0 0 0 0 0.425 0 0 0 1 0" }), (0, jsx_runtime_1.jsx)("feBlend", { mode: "multiply", in2: "BackgroundImageFix", result: "effect1_dropShadow_0_1" }), (0, jsx_runtime_1.jsx)("feBlend", { mode: "normal", in: "SourceGraphic", in2: "effect1_dropShadow_0_1", result: "shape" })] })), (0, jsx_runtime_1.jsxs)("filter", __assign({ id: "filter11_f_0_1", x: "15.3287", y: "6.79991", width: "23.3426", height: "21.4485", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [(0, jsx_runtime_1.jsx)("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), (0, jsx_runtime_1.jsx)("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), (0, jsx_runtime_1.jsx)("feGaussianBlur", { stdDeviation: "0.282909", result: "effect1_foregroundBlur_0_1" })] })), (0, jsx_runtime_1.jsxs)("filter", __assign({ id: "filter12_i_0_1", x: "16.5195", y: "7.93799", width: "20.959", height: "20.1023", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [(0, jsx_runtime_1.jsx)("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), (0, jsx_runtime_1.jsx)("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), (0, jsx_runtime_1.jsx)("feColorMatrix", { in: "SourceAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }), (0, jsx_runtime_1.jsx)("feOffset", { dy: "0.929965" }), (0, jsx_runtime_1.jsx)("feGaussianBlur", { stdDeviation: "3.48737" }), (0, jsx_runtime_1.jsx)("feComposite", { in2: "hardAlpha", operator: "arithmetic", k2: "-1", k3: "1" }), (0, jsx_runtime_1.jsx)("feColorMatrix", { type: "matrix", values: "0 0 0 0 0.117431 0 0 0 0 0.173179 0 0 0 0 0.370833 0 0 0 0.4 0" }), (0, jsx_runtime_1.jsx)("feBlend", { mode: "normal", in2: "shape", result: "effect1_innerShadow_0_1" })] })), (0, jsx_runtime_1.jsxs)("filter", __assign({ id: "filter13_d_0_1", x: "9.97368", y: "1.15825", width: "34.4003", height: "32.1772", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [(0, jsx_runtime_1.jsx)("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), (0, jsx_runtime_1.jsx)("feColorMatrix", { in: "SourceAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }), (0, jsx_runtime_1.jsx)("feOffset", {}), (0, jsx_runtime_1.jsx)("feGaussianBlur", { stdDeviation: "4.24363" }), (0, jsx_runtime_1.jsx)("feComposite", { in2: "hardAlpha", operator: "out" }), (0, jsx_runtime_1.jsx)("feColorMatrix", { type: "matrix", values: "0 0 0 0 0.0583333 0 0 0 0 0.2615 0 0 0 0 0.5 0 0 0 0.5 0" }), (0, jsx_runtime_1.jsx)("feBlend", { mode: "normal", in2: "BackgroundImageFix", result: "effect1_dropShadow_0_1" }), (0, jsx_runtime_1.jsx)("feBlend", { mode: "normal", in: "SourceGraphic", in2: "effect1_dropShadow_0_1", result: "shape" })] })), (0, jsx_runtime_1.jsxs)("filter", __assign({ id: "filter14_f_0_1", x: "18.178", y: "15.0237", width: "6.20058", height: "2.49257", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [(0, jsx_runtime_1.jsx)("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), (0, jsx_runtime_1.jsx)("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), (0, jsx_runtime_1.jsx)("feGaussianBlur", { stdDeviation: "0.141454", result: "effect1_foregroundBlur_0_1" })] })), (0, jsx_runtime_1.jsxs)("filter", __assign({ id: "filter15_f_0_1", x: "21.3929", y: "20.2737", width: "4.10488", height: "4.84658", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [(0, jsx_runtime_1.jsx)("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), (0, jsx_runtime_1.jsx)("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), (0, jsx_runtime_1.jsx)("feGaussianBlur", { stdDeviation: "0.141454", result: "effect1_foregroundBlur_0_1" })] })), (0, jsx_runtime_1.jsxs)("filter", __assign({ id: "filter16_f_0_1", x: "28.2835", y: "19.5267", width: "4.64394", height: "5.60439", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [(0, jsx_runtime_1.jsx)("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), (0, jsx_runtime_1.jsx)("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), (0, jsx_runtime_1.jsx)("feGaussianBlur", { stdDeviation: "0.141454", result: "effect1_foregroundBlur_0_1" })] })), (0, jsx_runtime_1.jsxs)("filter", __assign({ id: "filter17_f_0_1", x: "31.2503", y: "15.0203", width: "4.91933", height: "2.09218", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [(0, jsx_runtime_1.jsx)("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), (0, jsx_runtime_1.jsx)("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), (0, jsx_runtime_1.jsx)("feGaussianBlur", { stdDeviation: "0.141454", result: "effect1_foregroundBlur_0_1" })] })), (0, jsx_runtime_1.jsxs)("filter", __assign({ id: "filter18_f_0_1", x: "21.7112", y: "12.8982", width: "7.29238", height: "6.23867", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [(0, jsx_runtime_1.jsx)("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), (0, jsx_runtime_1.jsx)("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), (0, jsx_runtime_1.jsx)("feGaussianBlur", { stdDeviation: "0.141454", result: "effect1_foregroundBlur_0_1" })] })), (0, jsx_runtime_1.jsxs)("filter", __assign({ id: "filter19_f_0_1", x: "26.887", y: "18.5364", width: "3.81777", height: "3.88515", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [(0, jsx_runtime_1.jsx)("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), (0, jsx_runtime_1.jsx)("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), (0, jsx_runtime_1.jsx)("feGaussianBlur", { stdDeviation: "0.141454", result: "effect1_foregroundBlur_0_1" })] })), (0, jsx_runtime_1.jsxs)("filter", __assign({ id: "filter20_f_0_1", x: "23.6351", y: "18.5823", width: "3.80019", height: "3.83925", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [(0, jsx_runtime_1.jsx)("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), (0, jsx_runtime_1.jsx)("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), (0, jsx_runtime_1.jsx)("feGaussianBlur", { stdDeviation: "0.141454", result: "effect1_foregroundBlur_0_1" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint0_linear_0_1", x1: "35.8", y1: "30.223", x2: "21.0466", y2: "3.87965", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#B9EEFF" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.523284", stopColor: "#61A2D0" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#FEFEFF" })] })), (0, jsx_runtime_1.jsxs)("radialGradient", __assign({ id: "paint1_radial_0_1", cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(27.6027 -0.646729) rotate(81.657) scale(8.53734 9.30102)" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "white" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "white", stopOpacity: "0" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint2_linear_0_1", x1: "25.9307", y1: "4.16895", x2: "26.8244", y2: "30.8853", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#61A2D0" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#E8F4FF" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint3_linear_0_1", x1: "18.5333", y1: "28.0362", x2: "26.5466", y2: "12.29", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#3F698F" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#3F518F", stopOpacity: "0" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint4_linear_0_1", x1: "41.7916", y1: "18.2045", x2: "29.579", y2: "32.5031", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "white", stopOpacity: "0" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.463219", stopColor: "white" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "white", stopOpacity: "0" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint5_linear_0_1", x1: "21.0828", y1: "4.84061", x2: "38.9303", y2: "11.7077", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { offset: "0.0732354", stopColor: "white", stopOpacity: "0" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.463219", stopColor: "white" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "white", stopOpacity: "0" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint6_linear_0_1", x1: "41.832", y1: "23.6764", x2: "41.1684", y2: "25.5834", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#8DCBDE" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#EEFEFF" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint7_linear_0_1", x1: "44.3563", y1: "23.7822", x2: "38.6143", y2: "21.663", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#D3FCFF" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "white" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint8_linear_0_1", x1: "48.7982", y1: "21.1365", x2: "39.6878", y2: "20.9453", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#8DDED9" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#EEFCFF" })] })), (0, jsx_runtime_1.jsxs)("radialGradient", __assign({ id: "paint9_radial_0_1", cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(48.0717 22.9278) rotate(-135.201) scale(1.72592 16.2983)" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "white" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "white", stopOpacity: "0" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint10_linear_0_1", x1: "50.1617", y1: "19.5333", x2: "40.4514", y2: "20.9858", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#DCFBFF" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "white" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint11_linear_0_1", x1: "40.2068", y1: "16.6315", x2: "48.8284", y2: "19.428", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#DEF5FF" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#8DCFDD" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint12_linear_0_1", x1: "51.3264", y1: "14.9663", x2: "45.932", y2: "19.9093", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "white", stopOpacity: "0" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.463716", stopColor: "white" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "white", stopOpacity: "0" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint13_linear_0_1", x1: "45.9184", y1: "14.4269", x2: "39.7242", y2: "15.7578", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#B9EAFF" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#F7FEFF" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint14_linear_0_1", x1: "48.0658", y1: "14.7681", x2: "44.2068", y2: "15.614", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#ACE0EC" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "white" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint15_linear_0_1", x1: "12.168", y1: "23.6764", x2: "12.8316", y2: "25.5834", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#8DCBDE" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#EEFEFF" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint16_linear_0_1", x1: "9.64373", y1: "23.7822", x2: "15.3857", y2: "21.663", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#D3FCFF" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "white" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint17_linear_0_1", x1: "5.20184", y1: "21.1365", x2: "14.3122", y2: "20.9453", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#8DDED9" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#EEFCFF" })] })), (0, jsx_runtime_1.jsxs)("radialGradient", __assign({ id: "paint18_radial_0_1", cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(5.92828 22.9278) rotate(-44.7989) scale(1.72592 16.2983)" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "white" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "white", stopOpacity: "0" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint19_linear_0_1", x1: "3.83835", y1: "19.5333", x2: "13.5486", y2: "20.9858", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#DCFBFF" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "white" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint20_linear_0_1", x1: "13.7932", y1: "16.6315", x2: "5.17163", y2: "19.428", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#DEF5FF" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#8DCFDD" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint21_linear_0_1", x1: "2.6736", y1: "14.9663", x2: "8.06799", y2: "19.9093", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "white", stopOpacity: "0" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.463716", stopColor: "white" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "white", stopOpacity: "0" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint22_linear_0_1", x1: "8.08163", y1: "14.4269", x2: "14.2758", y2: "15.7578", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#B9EAFF" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#F7FEFF" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint23_linear_0_1", x1: "5.93425", y1: "14.768", x2: "9.79316", y2: "15.614", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#ACE0EC" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "white" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint24_linear_0_1", x1: "26.0172", y1: "5.23242", x2: "26.8398", y2: "29.8215", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#9DE2FF" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#C8E9F8" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint25_linear_0_1", x1: "26.1875", y1: "7.36572", x2: "26.8674", y2: "27.687", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#8BD6E0" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#6FB6DD" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint26_linear_0_1", x1: "21.4934", y1: "8.68999", x2: "33.0034", y2: "27.0516", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "white" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.70441", stopColor: "white", stopOpacity: "0" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "white" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint27_linear_0_1", x1: "19.4659", y1: "9.47108", x2: "31.4037", y2: "27.036", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { offset: "0.25", stopColor: "#306583" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.708333", stopColor: "#98DAFF" })] })), (0, jsx_runtime_1.jsxs)("radialGradient", __assign({ id: "paint28_radial_0_1", cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(2.92588 0.258467) rotate(90) scale(0.258467 2.92588)" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "white" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "white", stopOpacity: "0" })] })), (0, jsx_runtime_1.jsxs)("radialGradient", __assign({ id: "paint29_radial_0_1", cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(4.19415 0.258467) rotate(90) scale(0.258467 4.19415)" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "white" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "white", stopOpacity: "0" })] })), (0, jsx_runtime_1.jsxs)("radialGradient", __assign({ id: "paint30_radial_0_1", cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(1.25152 1.14824) rotate(90) scale(1.14824 1.25152)" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "white" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "white", stopOpacity: "0" })] })), (0, jsx_runtime_1.jsxs)("radialGradient", __assign({ id: "paint31_radial_0_1", cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(1.96213 1.9181) rotate(90) scale(1.9181 1.96213)" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "white" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "white", stopOpacity: "0" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint32_linear_0_1", x1: "24.3813", y1: "20.6381", x2: "22.1846", y2: "20.6903", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#81E1FF" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#00DCEA" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint33_linear_0_1", x1: "23.7614", y1: "18.2358", x2: "20.7704", y2: "19.1491", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#81F7FF" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#00C0EA" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint34_linear_0_1", x1: "28.3936", y1: "27.191", x2: "25.6805", y2: "27.8991", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#81FFF7" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#00CEEA" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint35_linear_0_1", x1: "29.9702", y1: "21.3811", x2: "28.5704", y2: "23.2831", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#81FFF7" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#00CEEA" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint36_linear_0_1", x1: "34.4588", y1: "17.7112", x2: "28.968", y2: "17.5024", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#81E8FF" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.555463", stopColor: "#00A4EA" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint37_linear_0_1", x1: "32.3098", y1: "20.5946", x2: "29.6258", y2: "19.771", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#81F0FF" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#00C0EA" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint38_linear_0_1", x1: "28.9192", y1: "17.4929", x2: "26.2135", y2: "16.9778", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#4FFFEA" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#00C0EA" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint39_linear_0_1", x1: "33.1223", y1: "15.527", x2: "29.9486", y2: "14.2514", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#88EAFF" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#00DCEA" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint40_linear_0_1", x1: "25.8994", y1: "15.1349", x2: "24.3519", y2: "12.608", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#D9FDFF" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#31CEFF" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint41_linear_0_1", x1: "23.0128", y1: "16.8556", x2: "22.9054", y2: "15.4522", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#D9FDFF" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#31CEFF" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint42_linear_0_1", x1: "18.6764", y1: "14.9692", x2: "24.1134", y2: "16.9163", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#00D1FF", stopOpacity: "0" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.464381", stopColor: "white" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.752807", stopColor: "white" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "white", stopOpacity: "0" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint43_linear_0_1", x1: "21.3777", y1: "24.4803", x2: "24.3094", y2: "20.1077", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#00D1FF", stopOpacity: "0" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.464381", stopColor: "white" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.752807", stopColor: "white" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "white", stopOpacity: "0" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint44_linear_0_1", x1: "32.1097", y1: "25.0455", x2: "28.7047", y2: "19.874", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#00D1FF", stopOpacity: "0" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.464381", stopColor: "white" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.752807", stopColor: "white" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "white", stopOpacity: "0" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint45_linear_0_1", x1: "36.0065", y1: "15.9079", x2: "31.8241", y2: "17.3861", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#00D1FF", stopOpacity: "0" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.464381", stopColor: "white" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.752807", stopColor: "white" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "white", stopOpacity: "0" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint46_linear_0_1", x1: "25.0794", y1: "14.7978", x2: "29.3073", y2: "21.77", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#3CDCFF" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#98F9FF" })] }))] })] })));
19
+ };
20
+ exports.SecondBonusSvg = SecondBonusSvg;
@@ -0,0 +1,2 @@
1
+ import { IconProps } from '../types';
2
+ export declare const ThirdBonusSvg: (props: IconProps) => import("react/jsx-runtime").JSX.Element;