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,44 @@
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
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
14
+ if (k2 === undefined) k2 = k;
15
+ var desc = Object.getOwnPropertyDescriptor(m, k);
16
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
17
+ desc = { enumerable: true, get: function() { return m[k]; } };
18
+ }
19
+ Object.defineProperty(o, k2, desc);
20
+ }) : (function(o, m, k, k2) {
21
+ if (k2 === undefined) k2 = k;
22
+ o[k2] = m[k];
23
+ }));
24
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
25
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
26
+ }) : function(o, v) {
27
+ o["default"] = v;
28
+ });
29
+ var __importStar = (this && this.__importStar) || function (mod) {
30
+ if (mod && mod.__esModule) return mod;
31
+ var result = {};
32
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
33
+ __setModuleDefault(result, mod);
34
+ return result;
35
+ };
36
+ Object.defineProperty(exports, "__esModule", { value: true });
37
+ exports.FSWinTreasureSvg = void 0;
38
+ var jsx_runtime_1 = require("react/jsx-runtime");
39
+ var styles = __importStar(require("./TreasureSvg.module.css"));
40
+ var FSWinTreasureSvg = function (props) {
41
+ var _a = props.width, width = _a === void 0 ? '273' : _a, _b = props.height, height = _b === void 0 ? '175' : _b;
42
+ return ((0, jsx_runtime_1.jsxs)("svg", __assign({ width: width, height: height, fill: "none", viewBox: "0 0 273 175", className: styles.treasureSvg }, { children: [(0, jsx_runtime_1.jsx)("g", __assign({ filter: "url(#filter0_f_91_3602)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M63.0909 164C107.893 162.176 198.399 158.528 202 158.528L183.302 111.667L77.6678 106L11 120.591L63.0909 164Z", fill: "url(#paint0_linear_91_3602)" }) })), (0, jsx_runtime_1.jsx)("path", { d: "M172.783 106.492L161.068 106.48L161.065 108.912L172.78 108.924L172.783 106.492Z", fill: "url(#paint1_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M161.422 106.48L160.799 106.479L160.796 108.911L161.419 108.912L161.422 106.48Z", fill: "url(#paint2_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M113.185 106.429L101.47 106.417L101.467 108.849L113.182 108.861L113.185 106.429Z", fill: "url(#paint3_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M113.455 106.43L112.831 106.429L112.829 108.861L113.452 108.862L113.455 106.43Z", fill: "url(#paint4_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M84.8189 143.605C83.6565 143.604 82.5915 143.21 81.906 142.427C81.2206 141.645 81.434 140.408 81.6949 139.42L89.1435 112.032L89.1438 110.494C89.3122 109.858 89.7129 109.21 90.541 108.736C91.3721 108.275 92.3076 108.034 93.2582 108.037L181.251 108.125C182.259 108.144 183.252 108.379 184.161 108.815C185.145 109.28 185.533 110.081 185.935 110.706L204.294 139.468C204.955 140.505 205.697 141.677 205.286 142.49C204.875 143.303 203.903 143.726 202.678 143.726L84.8189 143.605Z", fill: "url(#paint5_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M180.935 110.191C181.795 110.206 182.641 110.408 183.415 110.782C184.186 111.149 184.802 111.638 185.104 112.125L202.441 140.004L203.027 140.493C203.348 141.009 203.593 141.523 203.583 141.934C203.579 142.118 203.184 142.286 203.113 142.427C202.872 142.879 202.23 143.137 201.35 143.137L142.242 143.129L142.276 110.15L180.935 110.191Z", fill: "url(#paint6_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M142.24 143.129L85.9965 143.318C85.067 143.318 84.2872 143.021 83.7976 142.48C83.4807 142.127 83.2527 142.152 83.2455 141.675C83.2654 141.32 83.3118 140.968 83.3842 140.62L89.9869 114.063L90.5573 111.835C90.6622 111.425 91.0471 111.001 91.6221 110.676C92.3051 110.296 93.0745 110.099 93.856 110.103L142.276 110.152L143.361 121.341L142.24 143.129Z", fill: "url(#paint7_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M180.298 112.637C181.144 112.654 181.977 112.857 182.736 113.232C183.493 113.599 184.099 114.088 184.397 114.575L201.44 142.454L202.017 142.944C202.333 143.46 202.574 143.974 202.564 144.386C202.56 144.57 202.177 144.735 202.1 144.882C201.864 145.333 201.232 145.591 200.364 145.593L142.262 145.584L142.289 112.599L180.298 112.637Z", fill: "url(#paint8_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M142.259 145.577L86.969 145.765C86.0558 145.765 85.2886 145.467 84.8111 144.928C84.499 144.576 84.2741 144.6 84.2693 144.121C84.2901 143.766 84.3365 143.414 84.408 143.066L90.8925 116.509L91.4521 114.281C91.5556 113.871 91.9398 113.45 92.4985 113.121C93.1681 112.742 93.9253 112.544 94.6949 112.548L142.289 112.599L143.355 123.787L142.259 145.577Z", fill: "url(#paint9_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M143.149 153.732L89.5018 153.677C88.4509 153.676 87.481 153.277 86.8433 152.485C86.2057 151.694 86.0324 150.687 86.2455 149.686L92.7273 119.218C92.8729 118.535 93.3442 117.865 94.108 117.358C94.8558 116.867 95.7307 116.605 96.6252 116.605L143.189 116.649L143.149 153.732Z", fill: "url(#paint10_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M178.292 116.686C179.128 116.687 180.082 116.934 180.963 117.428C181.844 117.922 182.501 118.585 182.831 119.25L198.24 149.585C198.765 150.64 198.88 151.708 198.45 152.532C198.02 153.356 197.11 153.783 196.004 153.782L143.15 153.729L143.188 116.649L178.292 116.686Z", fill: "url(#paint11_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M87.3831 150.479C87.3735 150.926 87.5184 151.363 87.7935 151.717C88.1747 152.19 88.7809 152.451 89.5 152.452L196.005 152.563C196.397 152.564 197.096 152.487 197.366 151.97C197.453 151.793 197.495 151.598 197.491 151.401C197.491 151.026 197.371 150.589 197.146 150.135L181.738 119.807C181.502 119.33 181.003 118.857 180.364 118.498C179.702 118.127 178.946 117.913 178.289 117.913L96.6227 117.827C95.9701 117.829 95.3318 118.02 94.7843 118.375C94.3199 118.685 94.0057 119.086 93.9239 119.472L87.4417 149.94C87.4033 150.117 87.3836 150.298 87.3831 150.479Z", fill: "url(#paint12_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M138.212 152.504L92.671 125.356L92.8275 124.621L139.604 152.505L138.212 152.504ZM144.386 152.51L93.3641 122.095L93.2076 122.83L142.993 152.508L144.386 152.51ZM134.823 152.5L92.2928 127.143L92.1363 127.878L133.43 152.494L134.823 152.5ZM149.168 152.515L93.9024 119.571L93.7459 120.306L147.777 152.512L149.168 152.515ZM158.731 152.524L100.53 117.831L99.1383 117.827L157.338 152.52L158.731 152.524ZM153.949 152.52L95.8902 117.91C95.5911 117.976 95.3022 118.083 95.0314 118.226L152.558 152.519L153.949 152.52ZM163.513 152.529L105.313 117.836L103.921 117.835L162.121 152.527L163.513 152.529ZM130.041 152.495L91.7534 129.672L91.5969 130.407L128.649 152.494L130.041 152.495ZM96.571 152.46L87.9947 147.347L87.8371 148.082L95.179 152.459L96.571 152.46ZM101.352 152.465L88.5308 144.822L88.375 145.557L99.9601 152.463L101.352 152.465ZM125.26 152.489L91.2167 132.196L91.0609 132.931L123.871 152.484L125.26 152.489ZM91.7883 152.456L87.4559 149.874L87.4417 149.941C87.4025 150.118 87.3823 150.3 87.3815 150.482C87.3812 150.546 87.3905 150.607 87.3959 150.67L90.3947 152.458L91.7883 152.456ZM115.699 152.482L90.1393 137.245L89.9828 137.98L114.302 152.477L115.699 152.482ZM110.917 152.477L89.6078 139.773L89.4513 140.507L109.529 152.476L110.917 152.477ZM106.135 152.472L89.0701 142.299L88.9132 143.035L104.744 152.471L106.135 152.472ZM120.48 152.487L90.6811 134.723L90.5246 135.458L119.088 152.485L120.48 152.487ZM188.619 133.349L162.692 117.894L161.3 117.893L189.222 134.537L188.619 133.349ZM190.691 137.43L157.91 117.889L156.518 117.888L191.294 138.618L190.691 137.43ZM192.763 141.511L153.129 117.884L151.737 117.883L193.367 142.698L192.763 141.511ZM186.546 129.268L167.473 117.899L166.083 117.897L187.148 130.459L186.546 129.268ZM168.293 152.534L110.093 117.841L108.703 117.839L166.902 152.532L168.293 152.534ZM177.039 117.913L175.647 117.912L183.006 122.298L182.404 121.111L177.039 117.913ZM184.477 125.191L172.257 117.908L170.866 117.906L185.08 126.379L184.477 125.191ZM194.838 145.597L148.347 117.883L146.955 117.882L195.441 146.784L194.838 145.597ZM177.861 152.545L119.661 117.852L118.27 117.851L176.469 152.544L177.861 152.545ZM173.08 152.54L114.88 117.847L113.488 117.846L171.688 152.538L173.08 152.54ZM182.642 152.55L124.443 117.857L123.051 117.855L181.251 152.548L182.642 152.55ZM196.781 152.441L138.788 117.871L137.396 117.87L195.596 152.563L196.006 152.563C196.268 152.566 196.529 152.524 196.777 152.44L196.781 152.441ZM187.42 152.555L129.22 117.862L127.829 117.861L186.029 152.553L187.42 152.555ZM196.909 149.674L143.567 117.873L142.176 117.872L197.4 150.792C197.337 150.564 197.251 150.343 197.145 150.132L196.909 149.674ZM192.201 152.56L134.006 117.867L132.614 117.866L190.814 152.559L192.201 152.56Z", fill: "url(#paint13_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M85.1143 142.892L199.837 143.111L205.281 142.49L202.662 154.793C202.584 155.159 202.428 155.505 202.206 155.806L83.1874 155.685C82.85 155.213 82.6436 154.661 82.5894 154.084L81.3965 141.593L85.1143 142.892Z", fill: "url(#paint14_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M172.785 152.029C172.785 152.029 172.58 151.206 172.542 150.805C172.505 150.405 172.612 148.498 172.641 147.843C172.66 147.434 172.799 146.919 173.82 146.919C174.84 146.919 179.513 146.905 180.149 146.926C180.785 146.947 181.65 147.441 181.724 148.524C181.798 149.606 172.785 152.029 172.785 152.029Z", fill: "url(#paint15_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M104.94 148.748C104.806 148.67 104.921 148.022 104.959 147.64C104.989 147.354 105.175 147.249 105.599 147.215C105.578 146.98 105.6 146.493 105.596 145.746C107.007 145.76 109.846 147.206 111.335 147.207C112.007 147.209 113.174 147.221 113.272 147.225C113.673 147.245 113.968 147.6 114.015 148.143C114.073 148.793 114.072 149.414 114.072 150.073C114.071 150.781 113.818 151.474 113.668 151.889L104.94 148.748Z", fill: "url(#paint16_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M93.0957 154.623L92.2897 146.06L85.664 145.543L85.858 155.227L93.0957 154.623Z", fill: "url(#paint17_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M193.659 154.215L194.584 145.857L200.701 145.813L199.061 154.578L193.659 154.215Z", fill: "url(#paint18_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M199.211 152.749L86.1104 152.63L86.1089 154.007L199.209 154.126L199.211 152.749Z", fill: "url(#paint19_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M201.307 147.629L85.5557 147.507L85.5552 147.965L201.306 148.088L201.307 147.629Z", fill: "url(#paint20_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M201.978 147.916L86.2458 148.417L86.2478 148.877L201.98 148.375L201.978 147.916Z", fill: "url(#paint21_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M201.304 150.075L85.5531 149.953L85.5526 150.411L201.304 150.534L201.304 150.075Z", fill: "url(#paint22_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M201.987 150.356L86.2545 150.857L86.2565 151.317L201.989 150.815L201.987 150.356Z", fill: "url(#paint23_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M201.302 152.522L85.5505 152.399L85.5501 152.858L201.301 152.98L201.302 152.522Z", fill: "url(#paint24_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M82.8698 152.941C83.4876 153.492 84.2876 153.795 85.1158 153.792L201.142 153.617C201.754 153.618 202.347 153.41 202.825 153.029C202.919 152.952 203.008 152.868 203.091 152.778L202.663 154.791C202.651 154.847 202.636 154.901 202.62 154.958C202.396 155.384 202.059 155.741 201.647 155.991C201.235 156.24 200.762 156.372 200.28 156.372L85.6686 156.549C85.3027 156.603 84.9296 156.582 84.5724 156.485C84.2152 156.389 83.8817 156.221 83.5926 155.99C83.3036 155.759 83.0653 155.471 82.8926 155.144C82.7199 154.817 82.6165 154.457 82.5888 154.089L82.4327 152.459C82.5623 152.633 82.7087 152.795 82.8698 152.941Z", fill: "#6B7782" }), (0, jsx_runtime_1.jsx)("path", { d: "M83.0714 153.45C83.6859 154.001 84.4833 154.304 85.3089 154.301L200.945 154.127C201.34 154.128 201.731 154.04 202.089 153.871C202.447 153.702 202.762 153.456 203.012 153.149L202.663 154.79C202.538 155.38 202.214 155.91 201.746 156.29C201.278 156.67 200.694 156.878 200.091 156.88L85.8627 157.054C85.0454 157.056 84.2569 156.752 83.6517 156.203C83.0465 155.654 82.6683 154.898 82.591 154.085L82.4596 152.716C82.6271 152.989 82.8332 153.236 83.0714 153.45Z", fill: "url(#paint25_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M198.189 153.622L198.272 154.131L197.747 156.882L197.603 156.881L198.131 154.131L198.045 153.622L198.189 153.622Z", fill: "url(#paint26_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M87.7326 157.052L88.0031 157.051L87.8212 154.298L88.0001 153.787L87.7356 153.788L87.5288 154.299L87.7326 157.052Z", fill: "url(#paint27_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M85.4069 142.918L200.131 143.136L205.575 142.515L204.949 145.454C204.787 145.71 204.582 145.936 204.344 146.123C203.856 146.506 203.254 146.713 202.634 146.712L84.7521 146.884C83.913 146.889 83.1014 146.586 82.4704 146.033C82.3261 145.904 82.1927 145.764 82.0718 145.613L81.6912 141.619L85.4069 142.918Z", fill: "url(#paint28_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M105.467 146.855C105.403 146.457 105.365 146.056 105.353 145.653C105.354 145.338 105.712 145.252 105.961 145.272C106.21 145.291 106.435 145.271 106.328 144.889C106.271 144.653 106.23 144.414 106.205 144.172C106.166 143.91 106.144 143.742 106.332 143.628L108.766 143.616L108.382 146.915L105.467 146.855Z", fill: "url(#paint29_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M181.248 108.126L93.2556 108.038C92.3044 108.036 91.3685 108.277 90.5372 108.739C89.7087 109.214 89.3084 109.861 89.14 110.497L88.5059 112.431L81.314 139.671C81.0548 140.655 81.2293 141.655 81.9062 142.427C82.583 143.199 83.6566 143.604 84.819 143.605L202.671 143.728C203.897 143.729 204.864 143.315 205.28 142.493C205.695 141.671 205.48 140.627 204.819 139.591L186.277 110.517C185.879 109.9 185.143 109.282 184.16 108.817C183.25 108.38 182.257 108.144 181.248 108.126ZM181.305 109.044C182.173 109.06 183.028 109.264 183.81 109.643C184.589 110.013 185.211 110.507 185.514 110.997L202.754 138.677L203.569 139.595C203.894 140.116 204.304 140.735 204.291 141.148C204.285 141.337 204.239 141.834 204.163 141.977C203.92 142.432 203.142 142.689 202.251 142.688L199.321 142.294L85.1882 142.272C84.2482 142.272 83.4604 141.972 82.9688 141.427C82.652 141.082 82.4766 140.63 82.4772 140.161C82.476 139.955 82.5019 139.749 82.5541 139.549L89.9509 110.702C90.0593 110.285 90.4493 109.861 91.0238 109.53C91.7153 109.146 92.4942 108.947 93.2851 108.952L181.305 109.044Z", fill: "url(#paint30_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M86.9796 146.887L86.7363 143.607L86.9744 142.278L87.2095 142.279L86.9725 143.607L87.2051 146.881L86.9796 146.887Z", fill: "#F6F9FD" }), (0, jsx_runtime_1.jsx)("path", { d: "M199.695 146.69L200.264 143.718L199.328 142.299L199.181 142.299L200.111 143.718L199.543 146.69L199.695 146.69Z", fill: "#F6F9FD" }), (0, jsx_runtime_1.jsx)("path", { d: "M186.057 111.713L203.002 138.871L202.849 138.985L185.904 111.751L186.057 111.713Z", fill: "#CBD2D2" }), (0, jsx_runtime_1.jsx)("path", { d: "M187.145 111.879L187.22 111.996L186.138 111.995L185.657 113.021L185.602 112.931L186.066 111.878L187.145 111.879Z", fill: "#CBD5D7" }), (0, jsx_runtime_1.jsx)("path", { d: "M204.242 138.681L204.149 138.535L202.668 138.534L202.337 139.842L202.438 140.006L204.242 138.681Z", fill: "#CBD5D7" }), (0, jsx_runtime_1.jsx)("path", { d: "M181.243 108.917L94.5829 108.944L94.4289 109.211L181.166 109.261L181.243 108.917Z", fill: "url(#paint31_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M95.1043 110.104L95.2625 110.104L95.143 108.995L95.2523 108.039L95.1063 108.039L94.9773 108.956L95.1043 110.104Z", fill: "#C2CED0" }), (0, jsx_runtime_1.jsx)("path", { d: "M180.694 110.191L180.835 109.044L180.581 108.127L180.45 108.126L180.695 109.044L180.579 110.19L180.694 110.191Z", fill: "#CBD5D7" }), (0, jsx_runtime_1.jsx)("path", { d: "M82.8162 138.824L89.6858 112.188L89.4569 112.034L82.5873 138.748L82.8162 138.824Z", fill: "#E0E4E5" }), (0, jsx_runtime_1.jsx)("path", { d: "M81.6943 138.232L82.8991 138.233L83.1675 141.621L82.842 141.732L81.6372 138.446L81.6943 138.232Z", fill: "#DCE4E8" }), (0, jsx_runtime_1.jsx)("path", { d: "M89.919 114.34L89.3797 112.723L88.4305 112.722L88.5076 112.432L89.5534 112.036L89.987 114.064L89.919 114.34Z", fill: "#DCE4E8" }), (0, jsx_runtime_1.jsx)("path", { d: "M198.273 154.13L198.189 153.622L199.477 146.69L199.751 146.69L198.807 154.029L198.273 154.13Z", fill: "#24252D" }), (0, jsx_runtime_1.jsx)("path", { d: "M200.454 143.034C200.848 143.127 202.978 142.991 203.434 142.721C204.508 142.094 205.002 140.553 204.287 139.467C204.105 139.193 203.906 138.93 203.693 138.679L204.239 138.679L205.039 139.965C205.7 141.001 205.736 141.803 205.543 142.76C205.35 143.717 203.276 153.215 202.718 155.002C202.582 155.503 202.287 155.945 201.876 156.262C201.388 156.657 200.671 156.877 200.088 156.877L197.925 156.881L197.824 156.8L200.334 143.717L200.401 143.02C200.419 143.024 200.436 143.03 200.454 143.034Z", fill: "url(#paint32_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M198.015 156.298C198.015 156.298 200.079 156.185 200.5 156.185C200.92 156.185 202.334 156.072 202.718 154.468C203.102 152.863 205.253 143.461 205.253 143.461C205.253 143.461 204.716 144.339 203.341 144.414C201.965 144.488 200.284 144.445 200.284 144.445L198.015 156.298Z", fill: "url(#paint33_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M200.264 143.718L200.461 143.723L197.925 156.882L197.747 156.882L200.264 143.718Z", fill: "#6F7879" }), (0, jsx_runtime_1.jsx)("path", { d: "M203.626 139.114L204.848 142.762L203.159 142.759C203.222 142.124 203.215 141.543 203.054 141.202C202.714 140.471 202.437 140.005 202.437 140.005L202.757 138.679L203.626 139.114Z", fill: "url(#paint34_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M199.448 142.327L199.52 142.299L201.938 142.299C202.829 142.299 203.478 142.039 203.721 141.584C203.8 141.43 203.842 141.261 203.843 141.089C203.853 140.674 203.679 140.159 203.355 139.637L202.758 138.679L204.239 138.684L204.818 139.592C205.48 140.628 205.69 141.681 205.279 142.494C204.868 143.307 203.896 143.73 202.671 143.729L200.41 143.722L200.273 143.674L199.448 142.327Z", fill: "url(#paint35_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M199.328 142.299L199.52 142.299L200.461 143.722L200.323 143.77L200.264 143.718L199.328 142.299Z", fill: "#4C5153" }), (0, jsx_runtime_1.jsx)("path", { d: "M204.242 138.681C204.606 139.394 205.083 140.056 205.26 140.817C205.36 141.184 205.378 141.568 205.312 141.943C205.244 142.308 205.062 142.642 204.791 142.896C204.248 143.412 203.441 143.583 202.67 143.611L201.472 143.652C201.073 143.677 200.859 143.692 200.457 143.729C200.857 143.765 201.071 143.78 201.47 143.806L202.668 143.849C203.472 143.874 204.357 143.717 205 143.121C205.313 142.82 205.522 142.427 205.594 141.999C205.657 141.582 205.62 141.155 205.484 140.756C205.354 140.368 205.173 139.999 204.945 139.659C204.713 139.327 204.485 139 204.242 138.681Z", fill: "url(#paint36_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M202.758 138.679C202.939 139.079 203.136 139.467 203.333 139.856C203.53 140.244 203.742 140.619 203.76 141.031C203.777 141.228 203.732 141.425 203.63 141.595C203.517 141.763 203.362 141.897 203.181 141.985C202.806 142.172 202.37 142.243 201.939 142.299C202.374 142.328 202.824 142.305 203.25 142.132C203.471 142.047 203.662 141.899 203.799 141.705C203.93 141.502 203.992 141.261 203.974 141.02C203.957 140.79 203.9 140.565 203.805 140.354C203.708 140.156 203.599 139.963 203.479 139.778C203.253 139.402 203.019 139.03 202.758 138.679Z", fill: "url(#paint37_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M94.977 108.957L95.1044 110.104L93.7783 110.128C93.0549 110.115 92.3423 110.305 91.7207 110.675C91.1495 111.003 90.7622 111.426 90.6555 111.835L89.9863 114.063L89.5053 112.435L89.6671 110.1L91.8407 108.625L94.977 108.957Z", fill: "url(#paint38_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M94.977 108.957L93.2845 108.955C92.4936 108.95 91.7148 109.148 91.0232 109.532C90.4435 109.865 90.0542 110.289 89.9504 110.704L89.5113 112.434L88.5112 112.433L89.0276 110.477C89.1949 109.842 89.7259 109.096 90.5535 108.623C91.3812 108.15 92.3391 108.037 93.2577 108.039L95.11 108.041L94.977 108.957Z", fill: "url(#paint39_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M89.5077 112.432C89.6335 111.833 89.8393 111.253 90.1196 110.708C90.4043 110.182 90.8048 109.692 91.3563 109.491C91.9078 109.29 92.5338 109.212 93.1393 109.13C93.7448 109.049 94.3646 109.008 94.9757 108.959C94.3584 108.922 93.7393 108.925 93.1224 108.968C92.5045 109.013 91.8842 109.083 91.2805 109.292C90.6568 109.528 90.2321 110.074 89.9712 110.638C89.7112 111.204 89.5542 111.812 89.5077 112.432Z", fill: "url(#paint40_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M184.453 109.379L185.929 110.705L186.065 111.877L185.601 112.93L185.102 112.128C184.799 111.641 184.183 111.151 183.413 110.784C182.784 110.483 182.11 110.291 181.417 110.216C181.347 110.209 180.763 110.194 180.693 110.191L180.834 109.043L182.16 108.637L184.453 109.379Z", fill: "url(#paint41_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M184.16 108.818C185.143 109.283 185.881 109.897 186.277 110.518L187.145 111.88L186.063 111.876L185.52 111.001C185.213 110.509 184.591 110.015 183.816 109.647C183.052 109.285 181.935 109.053 180.839 109.047L180.586 108.129L181.258 108.131C182.263 108.15 183.253 108.384 184.16 108.818Z", fill: "url(#paint42_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M180.835 109.044C181.871 109.157 182.907 109.334 183.818 109.804C184.274 110.038 184.692 110.337 185.06 110.693C185.426 111.06 185.763 111.456 186.066 111.878C185.829 111.407 185.53 110.971 185.178 110.579C184.819 110.185 184.392 109.858 183.918 109.614C183.442 109.376 182.933 109.212 182.407 109.13C181.888 109.043 181.361 109.015 180.835 109.044Z", fill: "url(#paint43_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M87.5289 154.299L87.7357 153.788L87.2623 146.887L86.9313 146.881L85.9908 150.055L87.5289 154.299Z", fill: "#313335" }), (0, jsx_runtime_1.jsx)("path", { d: "M82.8895 142.113C83.7771 142.867 85.315 143.056 86.5842 143L87.5388 156.707L87.462 157.053L85.4731 157.215C84.6843 157.216 84.1553 156.775 83.5251 156.203C82.9839 155.712 82.6471 155.186 82.5325 154.422C82.4179 153.657 81.2853 144.031 81.1306 142.582C80.9512 140.924 80.9547 140.441 81.1586 139.703C81.2771 139.269 81.4374 138.848 81.6372 138.446L82.0197 138.459C81.8678 139.682 81.8757 141.251 82.8895 142.113Z", fill: "url(#paint44_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M87.7325 157.052L87.4618 157.056L86.4047 143.607L86.7361 143.607L87.7325 157.052Z", fill: "#808A8B" }), (0, jsx_runtime_1.jsx)("path", { d: "M82.8446 138.447C82.8446 138.447 82.8668 140.307 83.0505 141.511C83.1409 142.176 83.5761 142.235 83.9414 142.636L81.6676 141.27L82.8446 138.447Z", fill: "url(#paint45_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M81.9062 142.427C81.2293 141.655 81.0548 140.656 81.314 139.671L81.6373 138.446L82.8446 138.447L82.5611 139.556C82.5089 139.755 82.4831 139.961 82.4842 140.168C82.4836 140.637 82.659 141.088 82.9758 141.434C83.4674 141.978 84.254 142.281 85.1952 142.279L86.6857 142.279L86.8715 142.388L86.6825 143.401L86.4041 143.607L84.8175 143.604C83.6566 143.604 82.5917 143.21 81.9062 142.427Z", fill: "url(#paint46_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M86.9743 142.278L86.7362 143.607L86.568 143.731L86.4048 143.607L86.6856 142.279L86.9743 142.278Z", fill: "#404345" }), (0, jsx_runtime_1.jsx)("path", { d: "M82.8446 138.447C82.7298 138.728 82.6277 139.011 82.5381 139.297C82.4302 139.588 82.3752 139.896 82.3757 140.207C82.3823 140.524 82.4723 140.834 82.6365 141.105C82.8002 141.369 83.0308 141.585 83.305 141.731C82.8671 141.311 82.5942 140.774 82.5894 140.2C82.5883 139.909 82.6252 139.619 82.6991 139.338C82.7614 139.046 82.8099 138.749 82.8446 138.447Z", fill: "#899A9C" }), (0, jsx_runtime_1.jsx)("path", { d: "M86.4041 143.606C86.0274 143.569 85.6502 143.548 85.2768 143.521C84.9053 143.517 84.5345 143.487 84.1671 143.432C83.4474 143.312 82.7514 143.022 82.2267 142.533C81.692 142.043 81.3665 141.366 81.3179 140.643C81.2941 140.275 81.3288 139.906 81.4206 139.55C81.4927 139.18 81.5751 138.812 81.6381 138.439C81.5101 138.795 81.3996 139.155 81.2796 139.513C81.1552 139.88 81.0916 140.265 81.0914 140.652C81.0904 141.047 81.1735 141.438 81.3351 141.799C81.4143 141.981 81.5144 142.154 81.6333 142.314C81.7479 142.474 81.8783 142.622 82.0226 142.756C82.6036 143.297 83.37 143.594 84.1356 143.679C84.5162 143.71 84.8987 143.711 85.2796 143.683C85.652 143.664 86.0286 143.643 86.4041 143.606Z", fill: "url(#paint47_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M105.51 148.081C105.426 148.08 105.343 148.097 105.265 148.13C105.188 148.163 105.118 148.211 105.06 148.272C104.938 148.399 104.809 148.93 104.819 149.091L105.045 151.777C105.053 151.935 105.121 152.084 105.236 152.192C105.352 152.301 105.505 152.362 105.664 152.362L113.07 152.369C113.236 152.371 113.342 152.592 113.467 152.464C113.593 152.335 113.713 151.881 113.712 151.718L113.613 148.668C113.607 148.509 113.54 148.359 113.425 148.249C113.309 148.138 113.155 148.077 112.995 148.077L105.51 148.081Z", fill: "url(#paint48_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M105.426 148.545C105.343 148.545 105.261 148.562 105.184 148.595C105.107 148.628 105.038 148.676 104.981 148.736C104.924 148.797 104.879 148.868 104.85 148.946C104.821 149.024 104.809 149.108 104.813 149.191L104.965 152.244C104.972 152.402 105.041 152.552 105.156 152.661C105.271 152.77 105.423 152.83 105.582 152.83L112.907 152.837C112.991 152.837 113.075 152.82 113.154 152.787C113.232 152.754 113.302 152.706 113.361 152.645C113.421 152.584 113.467 152.512 113.497 152.433C113.528 152.354 113.542 152.269 113.539 152.185L113.437 149.131C113.433 148.972 113.366 148.821 113.251 148.712C113.195 148.657 113.129 148.613 113.056 148.584C112.983 148.554 112.905 148.54 112.827 148.54L105.426 148.545Z", fill: "url(#paint49_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M109.033 152.651C109.033 152.651 108.998 150.81 109.693 149.391C109.693 149.391 106.555 148.735 106.14 148.771C105.725 148.807 105.119 148.799 105.134 149.386C105.149 149.972 105.234 151.86 105.257 152.075C105.316 152.59 105.45 152.629 106.091 152.649C106.732 152.668 109.033 152.651 109.033 152.651Z", fill: "url(#paint50_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M112.904 152.835C113.033 152.837 113.16 152.799 113.267 152.728C113.375 152.656 113.458 152.554 113.506 152.434C113.55 152.311 113.565 152.179 113.55 152.049L113.544 151.667L113.523 150.144L113.506 149.381C113.508 149.25 113.5 149.119 113.483 148.989C113.45 148.851 113.375 148.726 113.268 148.633C113.161 148.539 113.028 148.482 112.886 148.468C112.747 148.461 112.629 148.464 112.5 148.462L111.735 148.454L105.64 148.431C105.504 148.423 105.367 148.432 105.233 148.459C105.09 148.499 104.962 148.583 104.868 148.698C104.773 148.815 104.717 148.958 104.708 149.109C104.707 149.259 104.72 149.369 104.723 149.502L104.804 151.024L104.845 151.785L104.864 152.166C104.861 152.309 104.899 152.45 104.972 152.574C105.048 152.699 105.162 152.798 105.297 152.855C105.427 152.905 105.568 152.925 105.707 152.912L106.47 152.905L109.517 152.879L112.565 152.829L109.522 152.773L106.475 152.739L105.711 152.73C105.597 152.742 105.481 152.727 105.374 152.686C105.274 152.642 105.19 152.569 105.134 152.475C105.079 152.378 105.051 152.266 105.056 152.154L105.038 151.773L105.004 151.013L104.936 149.492C104.931 149.37 104.919 149.227 104.922 149.123C104.929 149.018 104.968 148.918 105.034 148.836C105.101 148.752 105.193 148.692 105.296 148.665C105.411 148.648 105.527 148.644 105.643 148.655L111.738 148.626L112.501 148.617C112.626 148.617 112.762 148.613 112.875 148.616C112.989 148.625 113.097 148.669 113.184 148.743C113.271 148.816 113.333 148.915 113.36 149.026C113.378 149.147 113.387 149.27 113.387 149.392L113.421 150.154L113.495 151.677L113.514 152.057C113.532 152.18 113.522 152.306 113.485 152.425C113.441 152.544 113.362 152.647 113.258 152.72C113.154 152.794 113.031 152.834 112.904 152.835Z", fill: "url(#paint51_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M106.323 149.965C106.464 149.967 106.602 150.011 106.718 150.091C106.835 150.172 106.925 150.284 106.977 150.416C107.03 150.547 107.043 150.691 107.014 150.829C106.985 150.967 106.915 151.094 106.815 151.193C106.714 151.292 106.586 151.359 106.447 151.386C106.308 151.413 106.165 151.398 106.034 151.343C105.904 151.288 105.793 151.196 105.715 151.079C105.636 150.961 105.595 150.823 105.595 150.681C105.596 150.587 105.615 150.493 105.652 150.405C105.689 150.318 105.743 150.239 105.811 150.172C105.878 150.106 105.958 150.053 106.046 150.018C106.134 149.982 106.228 149.964 106.323 149.965Z", fill: "url(#paint52_radial_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M111.908 149.971C112.049 149.973 112.187 150.017 112.303 150.097C112.42 150.177 112.51 150.29 112.562 150.421C112.615 150.553 112.628 150.696 112.599 150.835C112.57 150.973 112.5 151.1 112.4 151.199C112.299 151.298 112.171 151.365 112.032 151.392C111.893 151.419 111.75 151.404 111.619 151.349C111.489 151.294 111.378 151.202 111.3 151.085C111.221 150.967 111.18 150.829 111.18 150.687C111.181 150.592 111.2 150.499 111.237 150.411C111.274 150.324 111.328 150.245 111.396 150.178C111.463 150.112 111.543 150.059 111.631 150.024C111.719 149.988 111.813 149.97 111.908 149.971Z", fill: "url(#paint53_radial_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M112.588 149.619L111.591 149.618L111.787 148.54L112.463 148.541L112.588 149.619Z", fill: "url(#paint54_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M112.003 150.113C111.862 150.115 111.724 150.159 111.607 150.239C111.491 150.319 111.4 150.432 111.348 150.563C111.295 150.694 111.282 150.838 111.311 150.977C111.34 151.115 111.409 151.242 111.51 151.341C111.611 151.44 111.739 151.507 111.878 151.534C112.017 151.561 112.16 151.546 112.291 151.491C112.421 151.436 112.533 151.344 112.611 151.226C112.689 151.108 112.73 150.97 112.73 150.828C112.728 150.637 112.651 150.454 112.515 150.32C112.378 150.186 112.194 150.112 112.003 150.113Z", fill: "url(#paint55_radial_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M106.403 150.107C106.262 150.109 106.124 150.152 106.008 150.233C105.891 150.313 105.801 150.425 105.748 150.557C105.696 150.688 105.683 150.832 105.712 150.97C105.741 151.109 105.81 151.235 105.911 151.335C106.012 151.434 106.14 151.501 106.278 151.528C106.417 151.554 106.561 151.539 106.691 151.484C106.822 151.43 106.933 151.338 107.011 151.22C107.089 151.102 107.131 150.963 107.131 150.822C107.129 150.631 107.051 150.448 106.915 150.314C106.779 150.18 106.594 150.105 106.403 150.107Z", fill: "url(#paint56_radial_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M112.3 150.065L106.143 150.059C106.033 150.059 105.856 149.729 105.856 149.322C105.855 148.915 106.035 148.586 106.144 148.586L112.301 148.592L112.3 150.065Z", fill: "url(#paint57_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M106.327 149.237C106.316 149.398 106.327 149.559 106.359 149.718L107.911 149.72L107.865 149.009L106.327 149.237Z", fill: "url(#paint58_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M111.566 149.248L111.557 149.723L110.329 149.722L110.329 149.06L111.566 149.248Z", fill: "url(#paint59_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M112.299 148.596C112.191 148.596 112.101 148.925 112.101 149.332C112.101 149.738 112.189 150.069 112.299 150.069C112.408 150.069 112.493 149.737 112.497 149.333C112.501 148.928 112.409 148.592 112.299 148.596Z", fill: "url(#paint60_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M112.463 148.541L112.715 148.541C112.726 148.655 112.732 148.769 112.731 148.883C112.731 149.29 112.669 149.616 112.587 149.619C112.506 149.622 112.445 149.289 112.444 148.882C112.444 148.768 112.451 148.654 112.463 148.541Z", fill: "url(#paint61_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M112.38 148.777C112.314 148.778 112.262 149.026 112.261 149.332C112.26 149.638 112.313 149.887 112.379 149.887C112.445 149.887 112.497 149.638 112.497 149.333C112.498 149.027 112.444 148.778 112.38 148.777Z", fill: "#697F8C" }), (0, jsx_runtime_1.jsx)("path", { d: "M112.553 148.541L112.717 148.541C112.726 148.634 112.731 148.728 112.73 148.821C112.73 149.127 112.688 149.373 112.634 149.375C112.58 149.377 112.538 149.126 112.539 148.821C112.538 148.728 112.543 148.634 112.553 148.541Z", fill: "url(#paint62_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M110.488 149.33C110.488 149.736 110.576 150.066 110.686 150.067L107.881 150.065C107.772 150.065 107.683 149.735 107.684 149.329C107.684 148.922 107.773 148.592 107.883 148.592L110.686 148.595C110.58 148.595 110.488 148.923 110.488 149.33Z", fill: "url(#paint63_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M111.801 148.669L111.61 146.873C111.602 146.81 111.578 146.75 111.542 146.698C111.507 146.645 111.459 146.602 111.404 146.57C111.243 146.452 110.842 146.484 110.842 146.484C110.755 146.485 110.668 146.462 110.593 146.417C110.563 146.399 110.537 146.375 110.518 146.346C110.499 146.316 110.488 146.283 110.484 146.248L110.23 143.032C110.222 142.964 110.198 142.899 110.16 142.842C110.122 142.785 110.071 142.738 110.011 142.705C109.861 142.615 109.688 142.569 109.512 142.573L107.996 142.57C107.828 142.568 107.663 142.617 107.523 142.711C107.393 142.805 107.171 143.346 107.181 143.457L107.667 146.209C107.668 146.246 107.66 146.282 107.642 146.315C107.625 146.347 107.599 146.375 107.568 146.394C107.49 146.448 107.398 146.476 107.303 146.475L106.995 146.475C106.811 146.472 106.631 146.527 106.48 146.633C106.337 146.741 106.125 147.313 106.14 147.439L106.496 148.816C106.496 148.816 110.615 148.588 111.566 149.244C111.63 148.669 111.801 148.669 111.801 148.669Z", fill: "url(#paint64_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M111.566 149.25L111.384 147.351C111.377 147.29 111.355 147.232 111.321 147.18C111.288 147.128 111.243 147.085 111.19 147.053C111.061 146.973 110.912 146.932 110.76 146.935L110.498 146.934C110.413 146.936 110.329 146.913 110.258 146.868C110.229 146.85 110.204 146.826 110.186 146.797C110.168 146.768 110.156 146.736 110.153 146.702L109.935 143.527C109.928 143.461 109.906 143.397 109.87 143.341C109.834 143.285 109.785 143.239 109.728 143.205C109.585 143.118 109.421 143.073 109.254 143.076L107.805 143.073C107.643 143.072 107.485 143.121 107.352 143.213C107.297 143.246 107.253 143.294 107.222 143.35C107.191 143.406 107.176 143.469 107.177 143.533L107.465 146.665C107.466 146.702 107.457 146.737 107.441 146.769C107.424 146.801 107.399 146.828 107.368 146.848C107.294 146.901 107.206 146.929 107.116 146.927L106.821 146.927C106.644 146.925 106.471 146.98 106.328 147.084C106.268 147.122 106.219 147.176 106.186 147.239C106.153 147.302 106.138 147.373 106.14 147.444L106.326 149.238L108.91 148.892L111.566 149.25Z", fill: "url(#paint65_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M109.115 143.344C109.115 143.344 108.119 145.999 108.077 148.752L106.311 148.663C106.311 148.663 106.24 147.702 106.243 147.373C106.245 147.045 106.61 146.963 107.013 146.96C107.415 146.958 107.548 146.936 107.511 146.477C107.473 146.019 107.287 144.145 107.287 143.877C107.288 143.609 107.459 143.317 107.766 143.337C108.072 143.356 109.115 143.344 109.115 143.344Z", fill: "url(#paint66_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M111.566 149.248L111.485 148.39L106.243 148.435L106.327 149.237L107.686 149.24L109.1 149.011L110.49 149.246L111.566 149.248Z", fill: "url(#paint67_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M107.806 143.072C107.643 143.059 107.48 143.098 107.341 143.184C107.266 143.228 107.205 143.292 107.163 143.368C107.124 143.447 107.11 143.536 107.123 143.623L107.182 144.561C107.217 145.189 107.272 145.815 107.327 146.442L107.349 146.677C107.347 146.694 107.341 146.71 107.332 146.724C107.322 146.738 107.31 146.749 107.295 146.757C107.271 146.774 107.245 146.787 107.217 146.796C107.19 146.804 107.161 146.809 107.132 146.81L106.9 146.813C106.725 146.807 106.551 146.844 106.394 146.922C106.308 146.962 106.232 147.021 106.173 147.095C106.114 147.169 106.074 147.256 106.055 147.349C106.052 147.436 106.059 147.522 106.076 147.607L106.108 147.841L106.174 148.308C106.227 148.619 106.271 148.93 106.331 149.239C106.325 148.923 106.306 148.61 106.294 148.296L106.262 147.825L106.246 147.59C106.238 147.52 106.237 147.449 106.241 147.379C106.262 147.319 106.295 147.265 106.338 147.219C106.381 147.174 106.434 147.138 106.493 147.115C106.621 147.057 106.762 147.033 106.902 147.046L107.142 147.047C107.191 147.046 107.241 147.038 107.288 147.025C107.335 147.01 107.38 146.988 107.422 146.962C107.475 146.931 107.52 146.886 107.55 146.832C107.58 146.778 107.594 146.717 107.592 146.655L107.571 146.421C107.511 145.795 107.45 145.17 107.371 144.545L107.248 143.608C107.228 143.54 107.23 143.467 107.254 143.401C107.278 143.334 107.323 143.276 107.382 143.237C107.505 143.143 107.652 143.086 107.806 143.072Z", fill: "url(#paint68_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M110.487 149.244C110.487 149.244 110.327 148.752 110.489 148.397L107.675 148.421C107.675 148.421 107.46 148.758 107.684 149.238L110.487 149.244Z", fill: "url(#paint69_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M111.566 149.25C111.558 148.875 111.534 148.501 111.518 148.127L111.483 147.568C111.475 147.467 111.477 147.39 111.46 147.28C111.432 147.168 111.367 147.068 111.274 146.999C111.104 146.875 110.895 146.815 110.685 146.831C110.597 146.833 110.51 146.829 110.422 146.819C110.39 146.813 110.359 146.801 110.331 146.784C110.337 146.793 110.303 146.76 110.29 146.751C110.277 146.742 110.281 146.74 110.277 146.728C110.272 146.719 110.269 146.71 110.268 146.7C110.265 146.688 110.265 146.656 110.263 146.636L110.255 146.496L110.239 146.216L110.206 145.657L110.117 144.539L110.073 143.979L110.051 143.7C110.047 143.598 110.031 143.497 110.004 143.398C109.957 143.301 109.888 143.216 109.801 143.152C109.714 143.087 109.612 143.045 109.505 143.03C109.301 142.988 109.114 143.018 108.928 143.017C108.555 143.037 108.181 143.048 107.807 143.075C108.181 143.102 108.553 143.115 108.929 143.137C109.114 143.15 109.307 143.135 109.469 143.18C109.63 143.226 109.786 143.326 109.827 143.462L109.962 145.673L110.006 146.233L110.028 146.512L110.041 146.653C110.045 146.679 110.043 146.693 110.049 146.728C110.054 146.765 110.065 146.801 110.083 146.833C110.101 146.866 110.125 146.897 110.152 146.923C110.173 146.941 110.195 146.958 110.219 146.972C110.271 147.004 110.329 147.024 110.39 147.033C110.488 147.044 110.587 147.046 110.686 147.042C110.852 147.025 111.019 147.063 111.162 147.15C111.224 147.189 111.27 147.247 111.293 147.316C111.313 147.388 111.319 147.496 111.329 147.582L111.4 148.139C111.454 148.511 111.504 148.879 111.566 149.25Z", fill: "url(#paint70_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M181.278 148.329C181.361 148.329 181.444 148.346 181.521 148.38C181.597 148.413 181.666 148.463 181.722 148.525C181.838 148.655 181.928 149.193 181.906 149.358L181.483 152.043C181.462 152.202 181.383 152.348 181.261 152.452C181.138 152.559 180.982 152.618 180.82 152.619L173.401 152.611C173.235 152.609 173.12 152.83 172.999 152.703C172.878 152.577 172.774 152.129 172.785 151.966L173.003 148.908C173.015 148.745 173.089 148.593 173.21 148.483C173.331 148.371 173.49 148.309 173.655 148.309L181.278 148.329Z", fill: "url(#paint71_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M180.056 148.799L179.788 148.326L173.848 148.32L173.93 148.783L180.056 148.799Z", fill: "url(#paint72_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M181.329 148.803C181.412 148.802 181.494 148.819 181.57 148.852C181.646 148.886 181.714 148.935 181.768 148.998C181.823 149.06 181.864 149.133 181.888 149.213C181.911 149.292 181.918 149.376 181.906 149.458L181.529 152.504C181.508 152.663 181.43 152.808 181.309 152.913C181.189 153.019 181.034 153.078 180.874 153.079L173.549 153.072C173.465 153.072 173.383 153.056 173.306 153.023C173.229 152.99 173.159 152.942 173.102 152.882C173.045 152.822 173.001 152.75 172.974 152.672C172.946 152.593 172.935 152.51 172.942 152.428L173.158 149.383C173.171 149.221 173.245 149.069 173.364 148.959C173.483 148.849 173.64 148.787 173.802 148.786L181.329 148.803Z", fill: "url(#paint73_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M173.828 149.519L175.302 149.597L176.001 150.928L174.854 153.071L173.547 153.073C173.464 153.073 173.381 153.057 173.304 153.024C173.227 152.992 173.158 152.944 173.1 152.883C173.043 152.823 173 152.751 172.972 152.673C172.945 152.595 172.934 152.511 172.94 152.429L173.089 150.374L173.828 149.519Z", fill: "url(#paint74_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M173.816 149.978L175.114 149.979L175 148.786L173.931 148.783L173.816 149.978Z", fill: "url(#paint75_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M173.816 149.978C173.736 149.978 173.67 149.648 173.672 149.242C173.671 149.091 173.682 148.942 173.704 148.793C173.737 148.787 173.771 148.784 173.805 148.784L173.932 148.784C173.955 148.936 173.966 149.089 173.965 149.242C173.961 149.651 173.897 149.978 173.816 149.978Z", fill: "url(#paint76_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M173.758 149.736C173.71 149.736 173.671 149.488 173.671 149.182C173.67 149.052 173.679 148.922 173.697 148.793C173.732 148.786 173.768 148.783 173.803 148.783L173.82 148.783C173.839 148.915 173.848 149.049 173.846 149.182C173.847 149.487 173.807 149.736 173.758 149.736Z", fill: "url(#paint77_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M174.358 150.273C174.499 150.275 174.637 150.319 174.753 150.399C174.87 150.479 174.96 150.592 175.013 150.723C175.066 150.854 175.078 150.998 175.049 151.137C175.021 151.275 174.951 151.402 174.851 151.501C174.75 151.6 174.622 151.668 174.483 151.694C174.344 151.721 174.201 151.706 174.07 151.651C173.94 151.597 173.828 151.505 173.75 151.387C173.672 151.269 173.63 151.131 173.631 150.989C173.631 150.895 173.651 150.801 173.688 150.714C173.724 150.626 173.778 150.547 173.846 150.481C173.913 150.414 173.993 150.362 174.081 150.326C174.169 150.291 174.263 150.273 174.358 150.273Z", fill: "url(#paint78_radial_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M180.055 150.144C180.196 150.146 180.334 150.19 180.45 150.27C180.567 150.35 180.657 150.463 180.709 150.594C180.762 150.726 180.775 150.869 180.746 151.008C180.717 151.146 180.647 151.273 180.546 151.372C180.446 151.471 180.318 151.538 180.179 151.565C180.04 151.592 179.896 151.577 179.766 151.522C179.636 151.467 179.524 151.375 179.446 151.257C179.368 151.139 179.327 151.001 179.327 150.86C179.328 150.765 179.347 150.671 179.384 150.584C179.421 150.496 179.475 150.417 179.542 150.351C179.61 150.284 179.69 150.232 179.778 150.196C179.866 150.161 179.96 150.143 180.055 150.144Z", fill: "url(#paint79_radial_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M174.454 150.349C174.595 150.351 174.733 150.394 174.85 150.474C174.966 150.554 175.057 150.667 175.109 150.798C175.162 150.93 175.175 151.073 175.146 151.212C175.117 151.35 175.048 151.477 174.947 151.576C174.846 151.676 174.718 151.743 174.58 151.769C174.441 151.796 174.297 151.781 174.167 151.727C174.036 151.672 173.925 151.58 173.847 151.462C173.768 151.344 173.727 151.206 173.727 151.065C173.728 150.97 173.747 150.876 173.784 150.789C173.821 150.702 173.875 150.622 173.942 150.556C174.01 150.489 174.09 150.437 174.177 150.401C174.265 150.366 174.359 150.348 174.454 150.349Z", fill: "url(#paint80_radial_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M174.695 151.543C174.695 151.543 174.755 150.801 174.001 150.774C174.069 150.666 174.166 150.579 174.281 150.523C174.396 150.466 174.524 150.442 174.651 150.453L174.937 151.463L174.695 151.543Z", fill: "url(#paint81_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M180.055 150.353C180.196 150.355 180.334 150.399 180.45 150.479C180.567 150.559 180.657 150.672 180.71 150.803C180.763 150.934 180.775 151.078 180.746 151.217C180.718 151.355 180.648 151.482 180.548 151.581C180.447 151.68 180.319 151.747 180.18 151.774C180.041 151.801 179.898 151.786 179.767 151.731C179.637 151.677 179.525 151.585 179.447 151.467C179.369 151.349 179.327 151.211 179.328 151.069C179.329 150.878 179.407 150.695 179.543 150.561C179.679 150.427 179.863 150.352 180.055 150.353Z", fill: "url(#paint82_radial_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M173.102 152.88C173.011 152.779 172.958 152.649 172.951 152.513C172.95 152.381 172.973 152.243 172.983 152.109L173.059 151.298L173.197 149.676C173.203 149.543 173.216 149.411 173.236 149.281C173.269 149.162 173.339 149.056 173.435 148.979C173.529 148.901 173.646 148.856 173.769 148.85L174.172 148.851L175.799 148.862L179.057 148.853L180.686 148.836L181.093 148.828C181.226 148.816 181.36 148.821 181.492 148.843C181.622 148.88 181.735 148.961 181.81 149.073C181.885 149.185 181.918 149.321 181.902 149.455C181.923 149.317 181.895 149.176 181.822 149.058C181.749 148.939 181.636 148.85 181.504 148.807C181.369 148.778 181.231 148.766 181.093 148.771L180.686 148.761L179.058 148.735L175.804 148.711L174.174 148.715L173.763 148.718C173.612 148.727 173.468 148.784 173.352 148.881C173.236 148.977 173.153 149.106 173.115 149.252C173.095 149.39 173.083 149.529 173.079 149.669L172.988 151.297L172.949 152.11C172.945 152.246 172.929 152.38 172.936 152.518C172.948 152.654 173.007 152.782 173.102 152.88Z", fill: "url(#paint83_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M174.159 150.256L180.317 150.262C180.426 150.262 180.606 149.933 180.605 149.526C180.604 149.119 180.428 148.79 180.319 148.789L178.578 148.787L177.144 148.962L175.774 148.785L174.161 148.783L174.159 150.256Z", fill: "url(#paint84_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M174.856 149.853C174.894 149.667 174.909 149.477 174.9 149.288L176.136 149.29L176.174 149.977L174.856 149.853Z", fill: "url(#paint85_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M180.099 149.861C180.099 149.861 180.179 149.691 180.135 149.295L178.662 149.296L178.654 149.94L180.099 149.861Z", fill: "url(#paint86_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M174.161 148.783C174.27 148.783 174.359 149.113 174.358 149.519C174.358 149.926 174.269 150.256 174.159 150.256C174.05 150.256 173.962 149.926 173.962 149.519C173.962 149.113 174.052 148.783 174.161 148.783Z", fill: "url(#paint87_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M174.081 148.966C174.146 148.966 174.199 149.214 174.201 149.516C174.202 149.819 174.147 150.07 174.082 150.071C174.017 150.071 173.965 149.822 173.962 149.52C173.96 149.217 174.016 148.965 174.081 148.966Z", fill: "#697F8C" }), (0, jsx_runtime_1.jsx)("path", { d: "M175.972 149.522C175.972 149.929 175.883 150.258 175.774 150.259L178.578 150.261C178.686 150.261 178.776 149.932 178.776 149.525C178.777 149.119 178.688 148.788 178.579 148.789L175.775 148.786C175.883 148.785 175.972 149.114 175.972 149.522Z", fill: "url(#paint88_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M174.592 150.256L175.028 153.003C175.056 153.175 175.143 153.331 175.275 153.444C175.408 153.557 175.576 153.619 175.75 153.619L176.03 153.619C176.127 153.619 176.221 153.654 176.295 153.718C176.368 153.781 176.417 153.869 176.431 153.965L177.149 158.808C177.179 159.003 177.277 159.182 177.427 159.311C177.576 159.44 177.767 159.511 177.964 159.512L179.436 159.511C179.525 159.511 179.614 159.491 179.695 159.453C179.777 159.415 179.849 159.36 179.906 159.291C180.028 159.146 180.2 158.814 180.185 158.53L179.303 154.015C179.287 153.922 179.158 153.812 179.225 153.733C179.256 153.696 179.295 153.666 179.339 153.645C179.383 153.625 179.431 153.614 179.48 153.614L179.794 153.615C179.889 153.615 179.983 153.594 180.069 153.553C180.155 153.513 180.231 153.454 180.291 153.38C180.419 153.226 180.644 152.818 180.59 152.529L180.069 150.239C180.069 150.239 175.501 150.152 174.853 149.852C174.743 150.371 174.592 150.256 174.592 150.256Z", fill: "url(#paint89_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M174.856 149.853L175.285 152.621C175.31 152.791 175.394 152.946 175.522 153.061C175.646 153.173 175.806 153.235 175.974 153.236L176.241 153.236C176.334 153.236 176.424 153.271 176.493 153.334C176.564 153.399 176.61 153.487 176.624 153.582L177.31 158.421C177.336 158.615 177.429 158.793 177.574 158.925C177.714 159.053 177.897 159.125 178.087 159.125L179.6 159.127C179.687 159.126 179.772 159.107 179.849 159.069C179.927 159.031 179.995 158.977 180.048 158.909C180.104 158.839 180.144 158.758 180.166 158.672C180.188 158.585 180.191 158.495 180.176 158.407L179.363 153.633C179.354 153.585 179.355 153.536 179.366 153.489C179.377 153.441 179.399 153.397 179.428 153.358C179.457 153.321 179.494 153.292 179.537 153.271C179.579 153.25 179.625 153.239 179.672 153.239L179.972 153.239C180.064 153.239 180.154 153.218 180.236 153.177C180.318 153.137 180.39 153.078 180.446 153.006C180.505 152.931 180.546 152.845 180.569 152.753C180.591 152.662 180.593 152.566 180.576 152.473L180.092 149.859L177.403 150.143L174.856 149.853Z", fill: "url(#paint90_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M178.411 157.094C178.411 157.094 178.25 157.72 178.211 157.873C178.173 158.025 178.173 158.131 178.211 158.399C178.249 158.667 178.334 159.125 178.334 159.125L178.792 159.126L178.962 158.634L178.698 158.489L178.614 158.728C178.614 158.728 178.475 158.215 178.507 157.993C178.54 157.77 178.686 157.183 178.686 157.183L178.411 157.094Z", fill: "url(#paint91_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M178.411 157.094C178.41 157.133 178.424 157.17 178.45 157.199C178.475 157.228 178.51 157.246 178.549 157.249C178.587 157.253 178.625 157.242 178.656 157.219C178.686 157.196 178.707 157.162 178.714 157.124L178.73 157.044L178.86 157.874C178.877 157.946 178.871 158.021 178.844 158.089L178.832 158.134C178.817 158.184 178.698 158.49 178.698 158.49C178.683 158.527 178.684 158.569 178.701 158.606C178.709 158.625 178.72 158.641 178.735 158.655C178.749 158.669 178.766 158.68 178.785 158.687C178.803 158.695 178.823 158.698 178.843 158.698C178.864 158.698 178.883 158.693 178.902 158.685C178.92 158.677 178.937 158.666 178.951 158.651C178.965 158.637 178.975 158.62 178.983 158.601C179.032 158.474 179.116 158.256 179.127 158.212L179.139 158.168C179.18 158.053 179.186 157.928 179.157 157.809L178.955 156.516C178.952 156.463 178.929 156.413 178.892 156.376C178.854 156.338 178.805 156.315 178.752 156.311C178.696 156.31 178.559 156.333 178.51 156.575L178.415 157.064C178.413 157.074 178.412 157.084 178.411 157.094Z", fill: "url(#paint92_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M180.295 150.933L175.035 151.006L174.856 149.853L175.949 149.855L177.274 150.084L178.753 149.904L180.096 149.858L180.295 150.933Z", fill: "url(#paint93_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M174.856 149.853C174.914 150.379 174.984 150.904 175.048 151.429L175.154 152.215L175.21 152.611C175.227 152.756 175.281 152.894 175.367 153.012C175.41 153.07 175.461 153.123 175.519 153.168C175.578 153.215 175.643 153.254 175.714 153.282C175.85 153.326 175.993 153.343 176.136 153.332C176.195 153.328 176.254 153.33 176.312 153.34C176.359 153.352 176.402 153.377 176.435 153.412C176.525 153.502 176.532 153.575 176.547 153.723L176.76 155.296L177.231 158.434C177.253 158.577 177.309 158.713 177.394 158.83C177.48 158.947 177.592 159.042 177.721 159.107C177.851 159.167 177.994 159.195 178.137 159.187L178.533 159.18L179.326 159.156C179.46 159.158 179.593 159.149 179.726 159.131C179.856 159.095 179.97 159.016 180.049 158.907C179.964 159.006 179.846 159.073 179.717 159.096C179.587 159.106 179.455 159.106 179.325 159.097L178.531 159.072L178.134 159.063C178.011 159.067 177.889 159.039 177.78 158.982C177.674 158.925 177.583 158.842 177.516 158.742C177.448 158.642 177.406 158.527 177.392 158.408L176.971 155.261L176.739 153.692C176.731 153.62 176.719 153.548 176.701 153.478C176.675 153.402 176.632 153.333 176.575 153.277C176.517 153.216 176.443 153.172 176.361 153.151C176.288 153.137 176.214 153.132 176.14 153.137C175.867 153.157 175.661 153.103 175.498 152.904C175.425 152.81 175.377 152.698 175.36 152.58L175.292 152.189L175.156 151.406C175.053 150.893 174.962 150.372 174.856 149.853Z", fill: "#FDFDFD" }), (0, jsx_runtime_1.jsx)("path", { d: "M178.753 149.904C178.753 149.904 179.051 150.451 178.773 150.954L176.053 150.991C176.053 150.991 176.237 150.35 175.951 149.855L178.753 149.904Z", fill: "url(#paint94_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M178.88 158.132C178.92 158.063 178.947 157.987 178.962 157.909C178.971 157.83 178.971 157.749 178.961 157.67C178.949 157.515 178.926 157.361 178.91 157.206L178.838 156.744C178.829 156.664 178.81 156.586 178.783 156.511C178.765 156.482 178.735 156.418 178.677 156.444C178.649 156.475 178.632 156.514 178.629 156.555C178.639 156.519 178.659 156.488 178.687 156.463C178.711 156.454 178.732 156.496 178.744 156.53C178.761 156.604 178.77 156.679 178.771 156.755C178.784 156.91 178.805 157.063 178.822 157.219L178.894 157.681C178.932 157.829 178.928 157.986 178.88 158.132Z", fill: "#E4EBEC" }), (0, jsx_runtime_1.jsx)("path", { d: "M81.4994 138.446L82.8446 138.447L83.0214 137.742L82.1447 136.457L81.4994 138.446Z", fill: "#889597" }), (0, jsx_runtime_1.jsx)("path", { d: "M81.6455 137.996L82.9703 137.997L83.0224 136.458L82.0987 136.609L81.6455 137.996Z", fill: "#4F5456" }), (0, jsx_runtime_1.jsx)("path", { d: "M82.8445 138.448L83.0214 137.742L83.7519 139.228C83.7519 139.228 83.2848 140.813 83.2537 141.671C83.2537 141.671 83.052 141.511 83.0401 141.428C83.0282 141.345 82.7865 139.833 82.8445 138.448Z", fill: "#A1ADB1" }), (0, jsx_runtime_1.jsx)("path", { d: "M83.5104 140.139C83.5104 140.139 83.421 140.549 83.3789 140.734L84.4335 142.202L85.0061 140.408L83.2924 137.999L82.9488 137.998L83.5104 140.139Z", fill: "#4F5456" }), (0, jsx_runtime_1.jsx)("path", { d: "M90.2301 33.0976C89.5101 33.0911 88.7964 33.2331 88.1338 33.5148C87.4711 33.7964 86.8736 34.2117 86.3786 34.7347C85.336 35.8343 85.4837 37.259 85.5686 38.6612L89.2013 101.252L89.1514 103.673C89.2074 104.596 89.5421 105.187 90.2668 105.866C90.9916 106.545 91.731 107.316 92.6552 107.316L181.414 107.409C182.501 107.409 183.491 106.643 184.383 105.884C185.275 105.126 185.59 104.157 185.762 103.083L195.918 39.7886C196.133 38.4567 196.091 37.1031 195.153 35.9899C194.215 34.8768 193.062 33.8971 191.714 33.8857L90.2301 33.0976Z", fill: "url(#paint95_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M190.557 34.4722C191.663 34.4825 192.87 34.8766 193.588 35.7253C194.17 36.4128 194.333 37.3804 194.336 38.2789C194.337 38.4815 194.322 38.6839 194.291 38.8841L184.481 102.15C184.343 103.04 183.894 103.852 183.213 104.443C182.536 105.029 181.67 105.351 180.775 105.35L140.313 105.309L140.387 34.0743L190.557 34.4722Z", fill: "url(#paint96_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M140.314 105.308L95.5812 105.262L93.2026 105.595C92.4887 105.595 91.8025 105.319 91.2882 104.824C90.7697 104.326 90.4609 103.649 90.4248 102.932L90.4616 100.892L87.1142 38.1979C87.1093 38.1095 87.1071 38.0217 87.1078 37.9337C87.1171 36.8424 87.159 35.5695 87.9128 34.7769C88.7355 33.9143 90.2214 33.6786 91.4078 33.688L140.387 34.0743L141.069 93.6107L140.314 105.308Z", fill: "url(#paint97_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M188.476 32.0582C189.54 32.0679 190.7 32.4626 191.392 33.3114C191.951 33.9976 192.109 34.9661 192.112 35.8631C192.113 36.0657 192.099 36.268 192.069 36.4684L182.631 99.7341C182.503 100.617 182.072 101.427 181.412 102.027C180.769 102.609 179.934 102.933 179.066 102.935L140.152 102.895L140.224 31.6615L188.476 32.0582Z", fill: "url(#paint98_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M140.152 102.895L97.129 102.851L94.8409 103.186C94.4983 103.185 94.1593 103.116 93.8434 102.984C93.5274 102.851 93.2407 102.658 92.9997 102.414C92.4972 101.909 92.2012 101.234 92.1695 100.522L92.2047 98.4826L88.9905 35.7845C88.9857 35.6962 88.9839 35.6076 88.9846 35.5196C88.9927 34.4286 89.0336 33.156 89.7583 32.3637C90.5531 31.5011 91.9782 31.2643 93.1196 31.2751L140.224 31.6614L140.877 91.2006L140.152 102.895Z", fill: "url(#paint99_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M181.637 27.1206C182.319 27.1237 182.992 27.274 183.61 27.5612C184.229 27.8485 184.778 28.2659 185.22 28.785C185.673 29.3077 186.011 29.9196 186.213 30.5812C186.415 31.2428 186.476 31.9393 186.392 32.6259L179.25 92.465C179.119 93.5877 178.59 94.6263 177.758 95.3916C176.941 96.1402 175.872 96.554 174.764 96.5506L137.906 96.5127L137.977 27.0902L181.637 27.1206Z", fill: "url(#paint100_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M137.906 96.5127L99.1703 96.4738C98.7064 96.4719 98.2474 96.3777 97.8202 96.1967C97.393 96.0156 97.0061 95.7514 96.682 95.4193C96.0022 94.726 95.6018 93.8065 95.5573 92.8365L92.7874 32.5264C92.7481 31.8277 92.8484 31.1282 93.0824 30.4687C93.3163 29.8091 93.6793 29.2028 94.15 28.685C94.6071 28.1768 95.1656 27.7699 95.7895 27.4906C96.4133 27.2113 97.0888 27.0658 97.7723 27.0634L137.977 27.0902L137.906 96.5127Z", fill: "url(#paint101_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M94.0025 32.2368C94.0026 32.3118 94.0093 32.3888 94.0093 32.4609L96.7776 92.7835C96.8087 93.4497 97.0839 94.0811 97.5508 94.5572C97.7614 94.7745 98.0131 94.9477 98.2913 95.0666C98.5695 95.1856 98.8686 95.248 99.1711 95.2501L174.766 95.3273C175.569 95.3288 176.343 95.0288 176.935 94.4868C177.549 93.9173 177.939 93.1475 178.036 92.3159L185.177 32.4813C185.242 31.9634 185.197 31.4377 185.045 30.9385C184.893 30.4393 184.637 29.9779 184.294 29.5845C183.967 29.1988 183.56 28.8881 183.102 28.6735C182.644 28.459 182.145 28.3456 181.639 28.3412L97.7722 28.2853C97.2586 28.2872 96.7512 28.3974 96.2831 28.6086C95.8149 28.8198 95.3965 29.1272 95.0552 29.5109C94.3765 30.2564 94.0011 31.2287 94.0025 32.2368Z", fill: "url(#paint102_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M96.2445 81.1619L156.616 28.3259L158.008 28.3272L96.2985 82.3354L96.2445 81.1619ZM97.2017 94.1154L172.359 28.3373L170.967 28.336L96.8359 93.2143C96.903 93.5341 97.0269 93.8393 97.2017 94.1154ZM95.9297 74.2795L148.441 28.32L147.05 28.3191L95.8746 73.1063L95.9297 74.2795ZM95.7402 70.2496L143.656 28.3147L142.263 28.3141L95.6895 69.0788L95.7402 70.2496ZM95.5579 66.2238L138.873 28.316L137.481 28.3147L95.5047 65.0507L95.5579 66.2238ZM96.4825 86.3632L162.793 28.3279L161.398 28.3286L96.4293 85.1901L96.4825 86.3632ZM96.6677 90.3906L167.575 28.334L166.183 28.3327L96.6162 89.2195L96.6677 90.3906ZM96.113 78.3068L153.225 28.3239L151.833 28.3226L96.0594 77.1344L96.113 78.3068ZM95.375 62.1958L134.09 28.315L132.698 28.3137L95.3217 61.0293L95.375 62.1958ZM94.2642 38.0274L105.391 28.2897L103.999 28.2888L94.2109 36.8561L94.2642 38.0274ZM94.6341 46.083L114.958 28.2969L113.566 28.2956L94.5815 44.9121L94.6341 46.083ZM94.0798 34.0004L100.607 28.2864L99.2141 28.2896L94.0224 32.8344L94.0798 34.0004ZM94.449 42.0555L110.175 28.2934L108.783 28.2921L94.3954 40.8831L94.449 42.0555ZM94.8192 50.1123L119.739 28.2985L118.353 28.3017L94.7664 48.9385L94.8192 50.1123ZM95.1848 58.1654L129.307 28.3066L127.915 28.3053L95.1355 56.9955L95.1848 58.1654ZM95.0001 54.1372L124.521 28.301L123.134 28.3015L94.95 52.9669L95.0001 54.1372ZM100.684 95.2487L177.141 28.3408L175.749 28.3421L99.296 95.25L100.684 95.2487ZM180.126 74.7804L156.676 95.3085L158.067 95.3094L179.966 76.1446L180.126 74.7804ZM180.684 70.1013L151.894 95.3036L153.285 95.3056L180.525 71.4659L180.684 70.1013ZM181.242 65.4232L147.112 95.2986L148.503 95.3006L181.083 66.7879L181.242 65.4232ZM178.455 88.8196L171.022 95.3239L172.413 95.3255L178.292 90.1803L178.455 88.8196ZM181.803 60.748L142.331 95.294L143.722 95.2956L181.643 62.11L181.803 60.748ZM179.011 84.1396L166.238 95.3181L167.63 95.3194L178.85 85.5007L179.011 84.1396ZM179.57 79.4616L161.457 95.3135L162.848 95.3151L179.408 80.8226L179.57 79.4616ZM182.92 51.392L132.768 95.2819L134.16 95.2839L182.76 52.7502L182.92 51.392ZM182.361 56.0707L137.548 95.2904L138.939 95.292L182.199 57.4325L182.361 56.0707ZM185.154 32.6777L113.642 95.2631L115.032 95.2647L184.992 34.0388L185.154 32.6777ZM184.115 29.3974L108.857 95.2624L110.249 95.2644L184.679 30.1253C184.566 29.935 184.436 29.7551 184.292 29.5877C184.237 29.519 184.175 29.4587 184.115 29.3974ZM184.596 37.3558L118.422 95.2695L119.813 95.2711L184.434 38.7176L184.596 37.3558ZM181.64 28.3408L180.535 28.3399L104.077 95.2557L105.468 95.2573L181.909 28.3568C181.819 28.3499 181.728 28.3438 181.64 28.3408ZM184.039 42.0316L123.204 95.2745L124.595 95.2761L183.874 43.3977L184.039 42.0316ZM183.476 46.7108L127.985 95.279L129.377 95.2811L183.317 48.0743L183.476 46.7108Z", fill: "url(#paint103_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M195.506 35.8016L189.517 29.1299C188.857 28.2751 187.866 27.4344 186.701 26.8031C185.553 26.1792 184.441 25.8665 183.557 25.859L93.3273 25.1379C92.4421 25.1314 91.4203 25.4311 90.4664 26.0456C89.4963 26.6697 88.7659 27.5077 88.375 28.3633L85.2007 36.7158L88.4294 33.5923L192.481 34.4628L195.506 35.8016Z", fill: "url(#paint104_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M161.137 28.762C161.137 28.762 161.194 30.3993 161.239 30.9362C161.312 31.7934 161.645 32.2524 162.971 32.3049C164.296 32.3575 183.23 32.7995 183.613 32.8C183.995 32.8005 184.066 32.2974 183.934 31.7056C183.802 31.1138 161.137 28.762 161.137 28.762Z", fill: "url(#paint105_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M121.866 31.9183L117.842 28.9075L117.843 26.9705L121.055 26.9733L125.586 31.9226L121.866 31.9183Z", fill: "url(#paint106_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M190.266 32.8045L185.99 27.3968L180.648 27.2166L183.232 32.6949L190.266 32.8045Z", fill: "url(#paint107_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M90.9776 32.3972L92.5141 25.9762L99.1407 25.3717L98.2157 32.4046L90.9776 32.3972Z", fill: "url(#paint108_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M118.636 30.8837L118.512 31.9999L97.0043 31.9778L97.0884 30.8622L118.636 30.8837Z", fill: "url(#paint109_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M188.897 31.3901L91.4143 30.8276L91.4117 31.286L188.894 31.8484L188.897 31.3901Z", fill: "url(#paint110_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M188.308 29.9474L91.3335 29.5293L91.3315 29.9861L188.306 30.4042L188.308 29.9474Z", fill: "url(#paint111_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M188.822 28.9957L91.3391 28.4844L91.3367 28.9436L188.819 29.4549L188.822 28.9957Z", fill: "url(#paint112_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M187.124 27.6101L91.3706 27.1973L91.3686 27.6541L187.122 28.0669L187.124 27.6101Z", fill: "url(#paint113_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M92.9674 25.6724L184.113 26.3949C185.005 26.4015 186.13 26.714 187.288 27.3382C187.848 27.6409 188.377 27.9971 188.867 28.402C189.053 28.5851 189.228 28.7774 189.394 28.9784C189.347 28.9511 189.302 28.9243 189.249 28.898C188.053 28.2758 186.891 27.9641 185.968 27.9558L91.736 27.2292C90.8114 27.2227 89.7454 27.5223 88.7484 28.1365C88.6139 28.2199 88.4865 28.3076 88.3618 28.3987L88.375 28.3632C88.474 28.1495 88.5889 27.9436 88.7186 27.747C89.1122 27.2941 89.5698 26.9009 90.0767 26.5798C91.0421 25.9654 92.0736 25.6656 92.9674 25.6724Z", fill: "#6B7782" }), (0, jsx_runtime_1.jsx)("path", { d: "M88.5432 28.0343C89.015 27.2263 89.6747 26.5441 90.4664 26.0455C91.4203 25.4311 92.4442 25.1326 93.3273 25.1379L183.558 25.8582C184.441 25.8658 185.554 26.1785 186.701 26.8023C187.574 27.2727 188.367 27.8769 189.053 28.5929C188.919 28.514 188.784 28.4347 188.644 28.3621C187.458 27.7386 186.309 27.4275 185.396 27.4161L92.107 26.6907C91.192 26.684 90.1364 26.984 89.1499 27.5985C88.9395 27.7322 88.737 27.8777 88.5432 28.0343Z", fill: "url(#paint114_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M185.14 27.9525L185.121 27.5161L183.72 25.8632L183.558 25.8582L184.919 27.4977L184.957 27.9475L185.14 27.9525Z", fill: "url(#paint115_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M93.2587 26.7034L93.6867 25.1381L93.8833 25.1421L93.4432 26.7051L93.5055 27.2424L93.3079 27.2417L93.2587 26.7034Z", fill: "url(#paint116_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M87.8687 32.447C88.9129 31.8327 90.272 31.5331 91.2384 31.5421L189.938 32.2681C190.816 32.2742 191.905 32.5366 193.035 33.0512L195.5 35.7982L194.798 35.4819L193.268 34.4567L105.19 33.7325L88.4295 33.5923L88.2752 33.5931L85.5177 36.4068L85.1993 36.7149L86.2528 33.9386C86.7468 33.1579 87.2784 32.7944 87.8687 32.447Z", fill: "url(#paint117_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M157.688 32.04L159.378 33.264L121.712 32.9383L123.549 31.7737L157.688 32.04Z", fill: "url(#paint118_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M90.2301 33.0972C89.5101 33.0915 88.7966 33.2339 88.134 33.5156C87.4714 33.7974 86.8738 34.2123 86.3783 34.7348C85.8829 35.2572 85.5002 35.876 85.254 36.5527C85.0078 37.2293 84.9034 37.9493 84.9473 38.668L88.7988 102.075L89.4031 102.656C89.459 103.579 89.4632 105.337 90.1898 106.021C90.9165 106.705 91.7319 107.324 92.6548 107.323L181.413 107.416C182.54 107.416 183.63 107.015 184.488 106.284C185.345 105.554 185.914 104.541 186.093 103.429L196.409 39.4479C196.519 38.7655 196.48 38.0675 196.295 37.4016C196.11 36.7357 195.783 36.1177 195.337 35.5898C194.891 35.0619 194.336 34.6366 193.71 34.343C193.084 34.0494 192.403 33.8945 191.712 33.8889L90.2301 33.0972ZM90.7075 34.5252L190.649 35.3141L191.643 35.1433C192.766 35.1517 193.791 35.7317 194.521 36.5815C195.112 37.2714 195.18 38.242 195.181 39.1411C195.182 39.3444 195.166 39.5475 195.135 39.7484L194.93 41.0788L185.181 103.285C185.042 104.182 184.585 104.999 183.896 105.589C183.206 106.179 182.328 106.502 181.42 106.501L92.6579 106.406C91.9346 106.407 91.2387 106.129 90.714 105.631C90.1893 105.133 89.8758 104.453 89.8382 103.731L86.3502 39.0535C86.345 38.9658 86.3431 38.8772 86.3439 38.7892C86.3592 37.6461 86.827 36.5556 87.6447 35.7567C88.4624 34.9577 89.5635 34.5154 90.7067 34.5266L90.7075 34.5252Z", fill: "url(#paint119_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M181.245 106.305L94.5853 106.331L94.4314 106.599L181.169 106.648L181.245 106.305Z", fill: "url(#paint120_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M95.1069 107.326L95.2656 107.326L95.2663 106.456L95.8092 105.263L95.5808 105.262L94.698 106.387L95.1069 107.326Z", fill: "#C2CED0" }), (0, jsx_runtime_1.jsx)("path", { d: "M180.582 107.413L180.451 107.412L180.583 106.519L180.195 105.348L180.329 105.348L180.697 106.495L180.582 107.413Z", fill: "#CBD5D7" }), (0, jsx_runtime_1.jsx)("path", { d: "M185.506 102.372L195.048 40.9125L194.896 40.6069L185.199 102.626L185.506 102.372Z", fill: "#CBD2D2" }), (0, jsx_runtime_1.jsx)("path", { d: "M186.287 102.224L185.34 102.223L184.639 101.13L184.666 100.957L185.404 102.027L186.312 102.067L186.287 102.224Z", fill: "#CBD5D7" }), (0, jsx_runtime_1.jsx)("path", { d: "M196.138 41.1256L196.114 41.2741L194.903 41.1984L194.166 39.692L194.198 39.4839L194.946 41.0274L196.138 41.1256Z", fill: "#CBD5D7" }), (0, jsx_runtime_1.jsx)("path", { d: "M190.442 35.3112L190.263 35.3081L190.264 33.8768L188.896 32.2639L189.143 32.2631L190.519 33.8873L190.442 35.3112Z", fill: "url(#paint121_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M91.7341 34.533L91.7353 33.0987L92.1245 31.5404L91.9355 31.5448L91.5081 33.1075L91.5061 34.5318L91.7341 34.533Z", fill: "url(#paint122_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M89.9257 102.249L86.5107 40.1272L86.1278 40.2032L89.658 102.44L89.9257 102.249Z", fill: "#E0E4E5" }), (0, jsx_runtime_1.jsx)("path", { d: "M85.0886 40.9924L85.0836 41.2596L86.4689 41.2608L87.1647 39.1232L87.14 38.6627L86.1295 38.6615L85.0886 40.9924Z", fill: "#DDEBF0" }), (0, jsx_runtime_1.jsx)("path", { d: "M90.4596 100.894L90.4467 100.644L89.7291 101.81L88.7859 101.847L88.7988 102.075L89.77 102.361L90.4596 100.894Z", fill: "#DCE4E8" }), (0, jsx_runtime_1.jsx)("path", { d: "M90.5507 102.596C90.5868 103.314 90.8959 103.991 91.4148 104.489C91.9289 104.984 92.6152 105.261 93.3292 105.26L95.5812 105.262L95.1086 106.409L93.5382 106.955L91.5175 106.686L89.8866 105.461L89.3896 103.492L89.7492 102.076L90.4604 100.894L90.5507 102.596Z", fill: "url(#paint123_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M89.7484 102.075L89.8382 103.731C89.8758 104.453 90.1893 105.133 90.714 105.631C91.2387 106.129 91.9345 106.407 92.6578 106.406L95.1082 106.409L95.1069 107.326L92.6547 107.323C91.6972 107.322 90.7762 106.956 90.0792 106.299C89.3822 105.643 88.9617 104.745 88.9032 103.789L88.7988 102.075L89.7484 102.075Z", fill: "url(#paint124_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M95.1082 106.409C94.4124 106.37 93.7172 106.349 93.0286 106.286C92.6847 106.251 92.3417 106.208 92.0053 106.145C91.6689 106.081 91.3333 105.989 91.0631 105.814C90.5232 105.441 90.2315 104.775 90.0563 104.123C89.8683 103.46 89.7946 102.767 89.7484 102.075C89.6953 102.775 89.7415 103.479 89.8858 104.166C89.9631 104.513 90.0837 104.849 90.2448 105.167C90.404 105.498 90.6478 105.781 90.9515 105.988C91.2718 106.186 91.6246 106.264 91.9701 106.331C92.3161 106.391 92.6661 106.427 93.0172 106.438C93.7142 106.464 94.4122 106.455 95.1082 106.409Z", fill: "url(#paint125_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M180.776 105.349C181.671 105.349 182.537 105.027 183.214 104.441C183.894 103.851 184.344 103.038 184.481 102.148L184.638 101.132L185.341 102.227L185.403 104.337L183.897 106.477L181.956 106.959L180.695 106.499L180.327 105.352L180.776 105.349Z", fill: "url(#paint126_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M180.697 106.496L181.413 106.497C182.32 106.498 183.199 106.175 183.888 105.585C184.578 104.995 185.034 104.178 185.174 103.281L185.339 102.225L186.286 102.225L186.091 103.432C185.912 104.544 185.342 105.556 184.484 106.286C183.626 107.016 182.536 107.417 181.41 107.416L180.583 107.411L180.697 106.496Z", fill: "url(#paint127_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M180.697 106.496C181.293 106.552 181.895 106.517 182.48 106.389C183.079 106.255 183.627 105.952 184.059 105.517C184.476 105.075 184.791 104.546 184.981 103.969C185.174 103.404 185.295 102.817 185.341 102.222C185.216 102.798 185.045 103.363 184.829 103.911C184.602 104.45 184.31 104.959 183.908 105.368C183.501 105.779 182.995 106.077 182.438 106.235C181.878 106.399 181.288 106.452 180.697 106.496Z", fill: "url(#paint128_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M194.923 41.0746L194.199 39.4844C194.199 39.4844 194.733 37.3701 193.319 35.4179L195.229 36.3369L195.914 39.2047L194.923 41.0746Z", fill: "url(#paint129_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M185.12 27.417L185.14 27.9526L188.896 32.2645L189.389 32.2646L189.258 31.2104L185.12 27.417Z", fill: "#24252D" }), (0, jsx_runtime_1.jsx)("path", { d: "M190.647 33.8807L183.796 25.8683L184.32 25.9326C185.154 26.0926 185.958 26.386 186.7 26.8015C186.907 26.9135 187.107 27.0347 187.304 27.1565L187.418 27.2292C187.613 27.3572 187.802 27.4899 187.982 27.6272L188.004 27.6402C188.193 27.786 188.374 27.9352 188.544 28.0894L188.559 28.0982C188.667 28.195 188.771 28.2938 188.868 28.391C188.928 28.4522 188.994 28.5176 189.053 28.5814L189.137 28.6721L189.145 28.6763C189.278 28.8228 189.405 28.9688 189.519 29.1162C189.519 29.1162 193.616 33.5317 194.7 34.6669C195.763 35.7814 196.2 36.9369 196.336 37.5357L190.647 33.8807Z", fill: "url(#paint130_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M194.061 34.1843C194.061 34.1843 192.788 32.9342 190.319 33.519L184.079 26.1713C184.079 26.1713 187.414 27.0402 189.123 28.9806C190.753 30.834 194.061 34.1843 194.061 34.1843Z", fill: "url(#paint131_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M191.304 33.8859L191.712 33.8889C192.403 33.8946 193.084 34.0495 193.71 34.343C194.336 34.6366 194.891 35.0619 195.337 35.5898C195.783 36.1177 196.11 36.7358 196.295 37.4016C196.48 38.0675 196.519 38.7656 196.409 39.4479L196.138 41.1256L194.923 41.0746L195.128 39.7442C195.213 39.1988 195.179 38.6413 195.028 38.1103C194.877 37.5793 194.612 37.0876 194.252 36.6692C193.891 36.2484 193.444 35.9098 192.941 35.6762C192.438 35.4426 191.891 35.3195 191.336 35.3151L191.169 35.3132L190.515 35.3077L190.643 33.8778L191.304 33.8859Z", fill: "url(#paint132_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M194.923 41.0748C195.053 40.62 195.148 40.1557 195.207 39.6862C195.273 39.2096 195.256 38.7251 195.158 38.2541C195.05 37.7806 194.838 37.3373 194.536 36.9569C194.241 36.5838 193.889 36.2583 193.495 35.9917C193.831 36.3159 194.135 36.6714 194.403 37.0534C194.661 37.4311 194.847 37.8542 194.949 38.3006C195.042 38.7517 195.074 39.2133 195.044 39.673C195.024 40.1409 194.964 40.6046 194.923 41.0748Z", fill: "url(#paint133_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M190.647 33.8808C191.166 33.9225 191.686 33.943 192.195 34.0267C192.7 34.0996 193.193 34.2382 193.662 34.4392C194.127 34.6451 194.556 34.9252 194.932 35.2685C195.308 35.6212 195.641 36.0186 195.921 36.452C195.708 35.9714 195.414 35.5316 195.05 35.1524C194.681 34.7697 194.241 34.4627 193.754 34.2485C193.267 34.0378 192.749 33.9082 192.221 33.865C191.697 33.8218 191.17 33.8271 190.647 33.8808Z", fill: "url(#paint134_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M190.736 33.8881L183.888 25.8804L183.72 25.8635L190.519 33.888L190.736 33.8881Z", fill: "#6F7879" }), (0, jsx_runtime_1.jsx)("path", { d: "M190.645 35.3121L190.736 33.8879L190.519 33.8878L190.442 35.3118L190.645 35.3121Z", fill: "#6F7879" }), (0, jsx_runtime_1.jsx)("path", { d: "M93.3077 27.2416L93.2662 26.6723L90.947 29.9443L91.8427 31.5439L92.1246 31.5402L93.3077 27.2416Z", fill: "#4B5356" }), (0, jsx_runtime_1.jsx)("path", { d: "M85.721 39.4256L85.1974 39.5709L84.952 38.0245C84.9535 36.3212 85.7935 34.4961 86.1194 33.6791C86.4453 32.8622 88.2122 28.4306 88.2122 28.4306C88.71 27.3388 89.2837 26.455 90.3517 25.7951C91.3323 25.2024 92.4885 24.9696 93.622 25.1365L91.4131 33.1052C84.9592 34.9299 85.721 39.4256 85.721 39.4256Z", fill: "url(#paint135_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M86.4539 40.9819L87.1426 38.6632C87.1426 38.6632 86.9146 35.7775 88.54 34.774L86.0315 36.2634L85.5689 39.5721L86.4539 40.9819Z", fill: "#5D676A" }), (0, jsx_runtime_1.jsx)("path", { d: "M90.7074 34.5252C89.5642 34.514 88.4632 34.9563 87.6455 35.7553C86.8278 36.5542 86.36 37.6447 86.3446 38.7878C86.3439 38.8758 86.3457 38.9644 86.351 39.052L86.4539 40.9819L85.089 40.9917L84.9473 38.668C84.9034 37.9493 85.0078 37.2293 85.2539 36.5527C85.5001 35.876 85.8828 35.2573 86.3783 34.7348C86.8737 34.2123 87.4713 33.7974 88.1339 33.5156C88.7966 33.2339 89.5101 33.0915 90.2301 33.0973L91.4069 33.1049L91.4583 34.5297L90.7074 34.5252Z", fill: "url(#paint136_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M86.4539 40.9822C86.4594 40.3866 86.4456 39.7931 86.462 39.2021C86.4784 38.611 86.5173 38.0225 86.6618 37.4605C86.7964 36.8964 87.0766 36.3776 87.4743 35.9556C87.8736 35.5326 88.3737 35.2063 88.8869 34.9069C88.3238 35.118 87.8055 35.4332 87.3591 35.836C86.913 36.2606 86.5994 36.8053 86.4565 37.4043C86.3229 37.9925 86.2704 38.5962 86.3006 39.1986C86.3197 39.7955 86.3708 40.3908 86.4539 40.9822Z", fill: "url(#paint137_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M91.4069 33.105C90.7275 33.0404 90.0427 33.0579 89.3675 33.157C88.6799 33.2518 88.0151 33.4705 87.4055 33.8024C86.7941 34.144 86.2729 34.6265 85.8851 35.2097C85.6976 35.5001 85.5366 35.8066 85.4039 36.1258C85.2762 36.4411 85.1721 36.7656 85.0926 37.0964C85.3702 36.4779 85.6746 35.8743 86.0811 35.3507C86.4827 34.8293 86.9858 34.3946 87.56 34.0728C88.1411 33.7591 88.7643 33.5308 89.4105 33.3947C90.0692 33.2563 90.736 33.1596 91.4069 33.105Z", fill: "url(#paint138_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M91.3027 33.1071L93.4952 25.1383L93.6865 25.1382L91.5081 33.1075L91.3027 33.1071Z", fill: "#808A8B" }), (0, jsx_runtime_1.jsx)("path", { d: "M91.5492 34.5322L91.5081 33.1076L91.4095 33.0218L91.3027 33.1071L91.3301 34.5304L91.5492 34.5322Z", fill: "#A4AEAF" }), (0, jsx_runtime_1.jsx)("path", { d: "M161.762 27.9872C161.542 27.9865 161.366 27.1777 161.243 27.3816C161.014 27.7633 161.085 28.7496 161.191 28.9436L162.461 31.281C162.573 31.487 162.738 31.6594 162.939 31.78C163.14 31.9006 163.37 31.9652 163.605 31.967L183.377 32.1255C183.486 32.1265 183.593 32.0964 183.685 32.039C183.777 31.9815 183.851 31.899 183.898 31.801C183.997 31.5944 184.211 30.7592 184.075 30.5929L181.723 28.6158C181.587 28.4489 181.415 28.3142 181.22 28.2213C181.025 28.1284 180.813 28.0797 180.597 28.0784L161.762 27.9872Z", fill: "url(#paint139_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M161.806 27.07C161.693 27.0692 161.582 27.0975 161.484 27.1521C161.385 27.2067 161.302 27.2858 161.243 27.3817C161.185 27.4769 161.154 27.5857 161.151 27.6971C161.149 27.8086 161.176 27.9186 161.23 28.0161L162.509 30.3269C162.622 30.5313 162.788 30.7013 162.989 30.8192C163.192 30.9389 163.422 31.0027 163.658 31.0043L183.558 31.1611C183.667 31.162 183.774 31.1324 183.866 31.0756C183.959 31.0189 184.034 30.9373 184.082 30.8401C184.129 30.7435 184.148 30.6352 184.135 30.5284C184.122 30.4216 184.078 30.3209 184.009 30.2385L181.893 27.6911C181.755 27.5241 181.582 27.3896 181.386 27.2973C181.189 27.205 180.975 27.1567 180.757 27.1557L161.806 27.07Z", fill: "url(#paint140_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M167.041 27.6064C167.041 27.6064 167.159 29.7722 168.923 30.5059L167.984 28.6668L167.041 27.6064Z", fill: "url(#paint141_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M170.424 30.1487L170.667 30.5785L168.861 30.5771L166.905 27.6062L167.041 27.6065L170.424 30.1487Z", fill: "url(#paint142_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M169.961 27.6089C169.961 27.6089 170.355 29.6921 171.844 30.5087L171.029 29.0027L169.961 27.6089Z", fill: "url(#paint143_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M173.346 30.1795L173.563 30.5823L171.804 30.58L169.848 27.6024L169.961 27.6093L173.346 30.1795Z", fill: "url(#paint144_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M172.871 27.6138C172.871 27.6138 173.439 29.9198 174.752 30.5128L174.206 28.8339L172.871 27.6138Z", fill: "url(#paint145_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M176.131 30.0112L176.449 30.5843L174.722 30.5828L172.788 27.6122L172.866 27.613L176.131 30.0112Z", fill: "url(#paint146_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M181.811 30.3388L181.625 31.1458L177.487 31.1129C177.487 31.1129 176.905 30.2534 176.708 29.9994C176.512 29.7454 176.37 29.2413 176.427 29.0055C176.484 28.7697 176.606 28.0851 176.606 28.0851L181.811 30.3388Z", fill: "url(#paint147_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M161.243 27.3817C161.171 27.4947 161.136 27.6271 161.143 27.7609C161.155 27.8946 161.199 28.0234 161.271 28.1362L161.639 28.8327L162.376 30.2265C162.488 30.481 162.669 30.6988 162.9 30.8551C163.135 31.011 163.41 31.0947 163.692 31.0958L165.271 31.1286L171.584 31.2137L177.893 31.2355L181.05 31.2175L182.629 31.195L183.418 31.1847C183.552 31.1943 183.687 31.1725 183.811 31.1208C183.93 31.0608 184.027 30.9624 184.084 30.8413C184.021 30.9568 183.921 31.0476 183.8 31.0993C183.678 31.1424 183.547 31.1554 183.418 31.1375L182.628 31.114L181.051 31.0671L177.898 31.0018L171.585 30.9166L165.269 30.9019L163.691 30.9096C163.442 30.9151 163.196 30.8471 162.984 30.7139C162.773 30.5808 162.606 30.3884 162.503 30.1608L161.709 28.7969L161.312 28.1148C161.229 28.013 161.179 27.8891 161.166 27.7586C161.154 27.6281 161.181 27.4969 161.243 27.3817Z", fill: "#E7ECEE" }), (0, jsx_runtime_1.jsx)("path", { d: "M176.612 28.2723C176.612 28.0973 176.744 27.2284 176.744 27.2284L177.993 27.2728L178.037 27.804L179.822 27.8055L180.841 29.0763L182.034 29.2856C182.034 29.2856 181.87 30.3286 181.775 30.5258C181.75 30.5794 181.71 30.6247 181.66 30.6564C181.61 30.6882 181.552 30.7051 181.493 30.7052L178.678 30.7023C178.537 30.7024 178.399 30.6696 178.274 30.6063C178.147 30.5434 178.036 30.452 177.95 30.3393L176.736 28.7384C176.653 28.5973 176.61 28.4361 176.612 28.2723Z", fill: "#6C7F8E" }), (0, jsx_runtime_1.jsx)("path", { d: "M164.886 30.1382L163.472 27.7811L164.641 27.7827L166.047 30.1399L164.886 30.1382Z", fill: "url(#paint148_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M164.874 30.0479L163.567 27.8711L164.582 27.8723L165.88 30.0492L164.874 30.0479Z", fill: "url(#paint149_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M165.446 30.0496L164.385 28.3181L163.835 28.3171L164.874 30.0482L165.446 30.0496Z", fill: "url(#paint150_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M168.923 30.5062L170.526 30.5077C170.332 29.7424 169.982 29.0251 169.5 28.4C168.914 27.6416 168.532 27.6089 168.532 27.6089L167.041 27.6068L168.923 30.5062Z", fill: "url(#paint151_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M171.844 30.5091L173.447 30.5105C173.447 30.5105 173.091 29.1624 172.456 28.3907C171.821 27.619 171.391 27.6097 171.391 27.6097L169.962 27.6078L171.844 30.5091Z", fill: "url(#paint152_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M174.748 30.5116L176.351 30.513C176.351 30.513 175.908 29.1405 175.165 28.2782C174.623 27.6548 174.2 27.6159 174.2 27.6159L172.871 27.614L174.748 30.5116Z", fill: "url(#paint153_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M176.61 28.0879C176.611 27.9122 176.744 27.0425 176.744 27.0425L178.002 27.0876L178.046 27.6188L179.846 27.6183L180.869 28.8891L182.071 29.099C182.071 29.099 181.905 30.1407 181.81 30.3387C181.785 30.3924 181.744 30.4377 181.694 30.4695C181.643 30.5013 181.585 30.5181 181.525 30.5182L178.69 30.5151C178.548 30.5145 178.409 30.4817 178.283 30.4193C178.155 30.3567 178.044 30.2655 177.958 30.153L176.74 28.5551C176.655 28.4141 176.61 28.2525 176.61 28.0879Z", fill: "url(#paint154_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M178.221 29.0635C178.31 29.1652 178.419 29.2463 178.542 29.301C178.67 29.3561 178.807 29.3844 178.946 29.3843L181.736 29.3888C181.798 29.3901 181.858 29.3749 181.912 29.3448C181.966 29.3147 182.01 29.2708 182.041 29.2176C182.069 29.1668 182.079 29.1084 182.072 29.0509C182.064 28.9935 182.039 28.9399 181.999 28.8979L180.647 27.2178C180.544 27.1034 180.417 27.0131 180.275 26.9535C180.13 26.8921 179.975 26.8605 179.817 26.8606L177.055 26.7937C176.998 26.7924 176.942 26.8062 176.892 26.8337C176.842 26.8611 176.8 26.9012 176.771 26.9499C176.745 26.9965 176.734 27.0501 176.74 27.1032C176.745 27.1562 176.767 27.2063 176.803 27.2463L178.221 29.0635Z", fill: "url(#paint155_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M178.582 28.6017C178.646 28.6764 178.727 28.7358 178.817 28.7754C178.911 28.8162 179.012 28.8373 179.114 28.8374L181.164 28.8396C181.209 28.8408 181.254 28.8297 181.293 28.8074C181.333 28.7851 181.365 28.7525 181.387 28.7131C181.408 28.6758 181.415 28.6331 181.41 28.591C181.404 28.549 181.386 28.5098 181.357 28.4788L180.364 27.245C180.288 27.1623 180.195 27.097 180.092 27.0535C179.985 27.0082 179.871 26.9848 179.755 26.9848L177.725 26.9345C177.683 26.9337 177.642 26.944 177.606 26.9643C177.569 26.9846 177.539 27.0143 177.518 27.0502C177.498 27.0842 177.49 27.1235 177.494 27.1624C177.499 27.2013 177.515 27.2378 177.541 27.2669L178.582 28.6017Z", fill: "url(#paint156_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M174.748 30.511C174.748 30.511 174.391 29.0325 173.756 28.2121C173.202 27.5019 172.867 27.612 172.867 27.612L174.748 30.511Z", fill: "#637485" }), (0, jsx_runtime_1.jsx)("path", { d: "M169.961 27.6093L171.844 30.5091C171.844 30.5091 171.627 29.2417 170.979 28.3626C170.438 27.6313 169.961 27.6093 169.961 27.6093Z", fill: "#637485" }), (0, jsx_runtime_1.jsx)("path", { d: "M168.923 30.5062C168.923 30.5062 168.671 29.2395 168.071 28.4222C167.472 27.605 167.04 27.6059 167.04 27.6059L168.923 30.5062Z", fill: "#637485" }), (0, jsx_runtime_1.jsx)("path", { d: "M176.124 30.3083C176.124 30.3083 175.373 28.149 174.215 27.7459L173.447 27.7439C173.447 27.7439 174.234 28.1369 174.844 30.3105L176.124 30.3083Z", fill: "url(#paint157_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M173.267 30.3628C173.267 30.3628 172.724 28.3081 171.451 27.7412L170.526 27.7406C170.526 27.7406 171.481 28.1438 171.985 30.3618L173.267 30.3628Z", fill: "url(#paint158_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M170.343 30.3582C170.343 30.3582 169.79 28.4749 168.558 27.738L167.596 27.7393C167.596 27.7393 168.753 28.4184 169.084 30.3596L170.343 30.3582Z", fill: "url(#paint159_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M97.8555 27.4296L97.0379 29.3525C96.9741 29.5822 97.0049 30.8557 97.1614 31.059C97.2347 31.1571 97.3297 31.2369 97.4389 31.2922C97.5482 31.3475 97.6687 31.3768 97.7912 31.3779L117.948 31.5653C118.038 31.5662 118.128 31.5493 118.211 31.5155C118.295 31.4817 118.371 31.4316 118.435 31.3683C118.499 31.305 118.549 31.2296 118.584 31.1465C118.619 31.0634 118.637 30.9743 118.637 30.8843L118.639 28.5298C118.639 28.2782 118.54 28.0368 118.363 27.8582C118.186 27.6795 117.945 27.578 117.694 27.5759L97.8555 27.4296Z", fill: "url(#paint160_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M98.6113 26.4452C98.3946 26.4433 98.1832 26.5128 98.0099 26.6429C97.8366 26.773 97.7109 26.9566 97.6522 27.1652L97.0391 29.3552C97.0058 29.4761 97.0008 29.6029 97.0243 29.726C97.0478 29.8491 97.0993 29.9651 97.1747 30.0652C97.2502 30.1652 97.3477 30.2466 97.4596 30.303C97.5715 30.3594 97.6948 30.3894 97.8201 30.3905L117.907 30.5751C118.003 30.5762 118.098 30.5582 118.186 30.5223C118.275 30.4864 118.356 30.4332 118.424 30.3658C118.492 30.2984 118.546 30.2182 118.583 30.1298C118.619 30.0414 118.638 29.9466 118.638 29.8509L118.64 27.3057C118.639 27.1165 118.564 26.935 118.431 26.801C118.297 26.6669 118.116 26.5911 117.927 26.5901L98.6113 26.4452Z", fill: "url(#paint161_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M112.281 29.8413C112.281 29.8413 112.71 28.1847 112.524 26.9443L112.149 28.0745L112.281 29.8413Z", fill: "url(#paint162_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M110.612 29.4997L110.604 29.9257L112.357 29.9275L112.572 26.9443L112.524 26.9444L110.612 29.4997Z", fill: "url(#paint163_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M103.433 27.3569C103.433 27.3569 103.414 28.3847 103.4 28.9351C103.387 29.4332 103.343 30.4396 102.933 30.4391L99.3954 30.4073C99.1629 30.4053 99.1012 29.8164 99.1109 29.4184C99.1207 29.0204 103.433 27.3569 103.433 27.3569Z", fill: "url(#paint164_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M97.037 29.3538C97.0014 29.469 96.9914 29.5905 97.0076 29.7099C97.0238 29.8293 97.0658 29.9437 97.1308 30.0452C97.1976 30.1487 97.2861 30.2364 97.3902 30.3022C97.4944 30.368 97.6116 30.4103 97.7337 30.4262C98.2157 30.4516 98.6836 30.4601 99.1583 30.4783L102.001 30.5473C103.898 30.5912 105.789 30.6049 107.683 30.6356C109.578 30.6404 111.472 30.6584 113.367 30.6524L116.209 30.6351L117.629 30.6138C117.749 30.61 117.865 30.6144 117.986 30.6033C118.17 30.5833 118.339 30.4949 118.459 30.3558C118.58 30.2167 118.644 30.0372 118.639 29.853C118.633 30.0282 118.564 30.1953 118.443 30.3222C118.322 30.449 118.158 30.5266 117.983 30.5399C117.869 30.5449 117.747 30.5341 117.63 30.5325L116.207 30.4823L113.365 30.4126C111.468 30.3694 109.576 30.3545 107.682 30.3253C105.79 30.3249 103.896 30.3046 102.002 30.3115L99.1606 30.3288C98.6884 30.3341 98.2098 30.3472 97.7436 30.3455C97.2809 30.3265 96.9094 29.8248 97.037 29.3538Z", fill: "#E7ECEE" }), (0, jsx_runtime_1.jsx)("path", { d: "M115.815 29.6208L115.929 27.2203L114.764 27.2376L114.652 29.62L115.815 29.6208Z", fill: "url(#paint165_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M115.768 29.5085L115.872 27.3321L114.865 27.3489L114.763 29.5076L115.768 29.5085Z", fill: "url(#paint166_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M109.678 26.9414C109.678 26.9414 109.862 27.9146 109.309 29.8377C109.309 29.8377 109.371 28.8337 109.44 28.2702C109.508 27.7068 109.678 26.9414 109.678 26.9414Z", fill: "url(#paint167_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M109.678 26.9418L109.727 26.9418L109.342 29.9244L107.671 29.9232L107.69 29.6748L109.678 26.9418Z", fill: "url(#paint168_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M109.309 29.8379L107.705 29.8365C107.705 29.8365 107.595 29.0823 107.777 27.9351C107.912 27.0886 108.122 26.94 108.122 26.94L109.678 26.9416L109.44 28.2704L109.309 29.8379Z", fill: "url(#paint169_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M106.404 29.8354C106.786 28.9212 106.941 27.9277 106.854 26.9404C106.854 26.9404 106.624 27.8771 106.555 28.2681C106.486 28.6591 106.404 29.8354 106.404 29.8354Z", fill: "url(#paint170_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M104.79 29.7077L104.761 29.919L106.462 29.9215L106.905 26.9383L106.851 26.9384L104.79 29.7077Z", fill: "url(#paint171_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M112.281 29.8413L110.626 29.8387C110.626 29.8387 110.553 28.6628 110.672 27.8233C110.761 27.1948 110.917 26.9427 110.917 26.9427L112.524 26.9439L112.357 28.2256L112.281 29.8413Z", fill: "url(#paint172_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M106.403 29.8352L104.801 29.8331C104.768 29.1826 104.827 28.5307 104.976 27.8967C105.158 27.0749 105.33 26.9368 105.33 26.9368L106.85 26.9382L106.593 28.3579L106.403 29.8352Z", fill: "url(#paint173_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M102.995 29.6698C102.973 29.779 102.911 29.8763 102.823 29.9442C102.733 30.0151 102.623 30.0535 102.509 30.0531L99.5752 30.05C99.497 30.0502 99.4198 30.0329 99.3492 29.9994C99.2786 29.9659 99.2163 29.9171 99.1669 29.8565C99.0659 29.7289 99.0523 28.7732 99.0681 28.5941L99.6734 27.2636L103.166 27.2672C103.244 27.2669 103.34 26.5236 103.404 26.6379C103.443 26.71 103.447 27.5042 103.43 27.5758L102.995 29.6698Z", fill: "#6C7F8E" }), (0, jsx_runtime_1.jsx)("path", { d: "M102.994 29.4519C102.97 29.561 102.909 29.6586 102.821 29.7274C102.732 29.7961 102.622 29.833 102.509 29.8323L99.5778 29.8298C99.4996 29.8302 99.4223 29.813 99.3516 29.7795C99.281 29.746 99.2187 29.697 99.1695 29.6362C99.0688 29.5098 99.0549 28.553 99.0707 28.3739L99.6756 27.0441L103.169 27.0469C103.246 27.0474 103.342 26.303 103.407 26.4181C103.446 26.4891 103.449 27.2828 103.434 27.3553L102.994 29.4519Z", fill: "url(#paint174_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M103.009 28.474C102.983 28.601 102.912 28.7145 102.809 28.7937C102.706 28.8758 102.578 28.9204 102.447 28.9201L99.594 28.9166C99.5137 28.917 99.4344 28.8993 99.362 28.8647C99.2896 28.8302 99.2259 28.7797 99.1757 28.7172C99.1263 28.6567 99.092 28.5853 99.0758 28.5089C99.0597 28.4325 99.062 28.3534 99.0827 28.2781L99.5616 26.5408C99.5942 26.4221 99.6662 26.3179 99.7658 26.2455C99.8673 26.1699 99.9904 26.129 100.117 26.1287L103.045 26.1321C103.099 26.1317 103.153 26.1432 103.202 26.1658C103.252 26.1884 103.296 26.2215 103.331 26.2629C103.366 26.303 103.392 26.3507 103.405 26.4023C103.418 26.4539 103.42 26.5079 103.408 26.5601L103.009 28.474Z", fill: "url(#paint175_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M102.505 27.9952C102.484 28.0938 102.429 28.1815 102.348 28.2425C102.266 28.3058 102.164 28.3398 102.06 28.3393L99.8121 28.3372C99.749 28.3373 99.6868 28.3235 99.6297 28.2968C99.5726 28.2701 99.5221 28.2311 99.4818 28.1827C99.4431 28.136 99.4164 28.0807 99.4038 28.0214C99.3912 27.9621 99.3932 27.9007 99.4096 27.8423L99.786 26.5024C99.8125 26.4102 99.8695 26.3298 99.9477 26.2744C100.028 26.2167 100.124 26.1858 100.223 26.1859L102.529 26.1868C102.572 26.1865 102.615 26.1954 102.654 26.2129C102.694 26.2304 102.729 26.2562 102.758 26.2884C102.784 26.319 102.804 26.3555 102.814 26.3949C102.824 26.4343 102.825 26.4755 102.817 26.5153L102.505 27.9952Z", fill: "url(#paint176_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M115.848 27.8293L114.983 27.8286L114.885 29.5042L115.768 29.5083L115.848 27.8293Z", fill: "url(#paint177_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M112.281 29.8414C112.25 29.1461 112.277 28.4495 112.361 27.7585C112.46 26.9516 112.524 26.9444 112.524 26.9444L112.281 29.8414Z", fill: "#637485" }), (0, jsx_runtime_1.jsx)("path", { d: "M109.309 29.8378C109.297 29.2279 109.331 28.6179 109.411 28.0132C109.543 27.0104 109.678 26.9415 109.678 26.9415L109.309 29.8378Z", fill: "#637485" }), (0, jsx_runtime_1.jsx)("path", { d: "M106.85 26.9385C106.85 26.9385 106.704 27.01 106.546 27.8765C106.433 28.523 106.385 29.1792 106.403 29.8352L106.85 26.9385Z", fill: "#637485" }), (0, jsx_runtime_1.jsx)("path", { d: "M112.124 29.6599C112.124 29.6599 112.001 28.2614 112.327 27.0637L110.989 27.0627C110.989 27.0627 110.642 28.0985 110.781 29.6586L112.124 29.6599Z", fill: "url(#paint178_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M109.122 29.6574C109.122 29.6574 109.03 27.9694 109.443 27.058L108.162 27.0568C107.881 27.8916 107.766 28.7734 107.824 29.6524L109.122 29.6574Z", fill: "url(#paint179_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M106.217 29.654C106.217 29.654 106.154 28.1243 106.626 27.0683L105.333 27.0666C105.333 27.0666 104.804 28.4862 104.908 29.653L106.217 29.654Z", fill: "url(#paint180_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M123.867 20.9332C123.87 20.3495 123.997 19.7731 124.238 19.2415C124.479 18.7099 124.829 18.2351 125.266 17.8477C126.197 17.0018 127.358 16.6152 128.926 16.6173C130.494 16.6193 133.498 17.9753 141.196 17.9822C148.895 17.9891 151.137 17.0746 152.474 17.0763C153.811 17.078 155.084 17.5312 155.947 18.364C156.354 18.7475 156.677 19.2112 156.895 19.7258C157.113 20.2404 157.222 20.7947 157.215 21.3536C157.215 21.3536 157.271 24.6364 157.128 26.1796C156.985 27.7229 155.302 27.9796 155.302 27.9796L157.204 31.6029C160.384 31.4613 160.395 27.0366 160.395 27.0366C160.395 27.0366 160.302 20.3739 160.256 19.5245C160.158 17.7636 159.463 16.2244 158.449 15.1656C156.614 13.249 152.919 12.4356 140.235 12.2636C126.058 12.0698 124.384 12.9842 122.392 14.5898C121.202 15.5506 120.458 17.3354 120.35 19.1749C120.168 22.235 119.888 24.3777 120.137 27.4832C120.358 30.2083 122.106 31.3114 123.572 31.3054C125.039 31.2995 124.775 27.7958 124.775 27.7958C124.775 27.7958 123.56 28.013 123.561 25.9151C123.561 23.8172 123.867 20.9332 123.867 20.9332Z", fill: "url(#paint181_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M157.315 31.5989C158.653 31.4082 159.776 29.8808 159.88 27.587C159.984 25.2932 159.849 20.6684 159.738 19.3699C159.636 18.2088 158.631 15.4936 155.269 14.3178C151.906 13.1419 146.579 13.4803 140.667 13.4236C134.754 13.3669 127.647 13.3352 125.452 13.943C123.257 14.5508 121.283 15.7351 120.858 18.984C120.443 22.1659 120.405 26.2065 120.594 27.89C120.847 30.1328 123.088 31.4095 124.263 31.463L124.026 26.9023C124.026 26.9023 123.075 27.7031 123.109 25.7546C123.15 23.6141 123.299 21.7706 123.573 20.1738C123.842 18.6074 124.827 17.1565 126.673 16.6218C127.859 16.2794 129.192 16.1374 132.637 16.819C136 17.4848 141.262 17.7585 144.985 17.5598C148.881 17.3483 151.855 16.254 153.74 16.7652C155.626 17.2764 157.357 18.4508 157.609 20.9997C157.916 24.104 157.654 27.116 156.737 27.3194L157.315 31.5989Z", fill: "url(#paint182_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M122.392 14.5896C124.384 12.984 126.058 12.0696 140.235 12.2634C140.522 12.265 140.806 12.2722 141.087 12.2763C141.316 13.9977 141.353 15.6795 141.006 17.9795C133.447 17.9501 130.479 16.6166 128.926 16.6171C127.373 16.6176 125.706 17.0584 124.913 18.186C123.65 19.9818 123.747 22.7294 123.583 24.8208C123.258 28.964 124.775 27.7956 124.775 27.7956C124.775 27.7956 125.039 31.2997 123.572 31.3052C122.105 31.3108 120.358 30.2089 120.137 27.483C119.888 24.3775 120.168 22.2349 120.348 19.1739C120.458 17.3352 121.202 15.5504 122.392 14.5896Z", fill: "url(#paint183_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M123.376 25.345C123.402 24.6059 123.481 22.874 123.531 22.264C123.581 21.654 124.093 19.1336 124.503 18.468C124.913 17.8024 125.527 16.5591 124.734 16.9648C123.94 17.3705 122.974 18.2884 122.564 20.5304C122.154 22.7723 122.074 25.6012 122.481 26.9524C122.888 28.3035 123.376 25.345 123.376 25.345Z", fill: "url(#paint184_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M157.545 30.8715C157.545 30.8715 158.807 30.4149 158.963 27.3567C159.119 24.2985 159.288 21.1011 158.628 19.1121C157.834 16.7236 155.929 15.7972 153.535 15.4371C151.14 15.077 144.87 15.0716 141.609 15.0665C138.348 15.0615 133.555 14.9054 129.429 14.6433C125.814 14.4167 123.771 15.4028 122.343 17.1337C120.915 18.8646 120.959 24.3701 120.957 26.1027C120.955 27.8353 121.308 29.9247 123.806 30.8967L123.859 29.3169C123.859 29.3169 121.872 28.9593 121.875 25.4412C121.879 21.058 122.494 18.7139 123.616 17.4918C124.918 16.0753 127.442 15.5599 129.428 15.8673C131.415 16.1748 136.308 16.9443 140.742 16.898C145.176 16.8517 150.987 15.9932 152.772 16.2472C154.556 16.5012 156.861 16.9519 157.521 19.3993C158.181 21.8468 158.419 26.4729 156.939 27.6565L157.545 30.8715Z", fill: "url(#paint185_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M157.005 26.7155C157.071 26.5437 157.113 26.363 157.127 26.1792C157.14 26.0444 157.151 25.8958 157.16 25.7382C157.609 25.9564 158.489 26.5287 158.489 27.6715C158.487 29.1998 158.742 29.7356 159.379 29.8127C159.379 29.8127 158.906 31.265 157.485 31.5769C157.463 31.5798 157.437 31.5803 157.414 31.5828L157.005 26.7155Z", fill: "url(#paint186_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M123.561 25.9148C123.56 28.0127 124.775 27.7955 124.775 27.7955C124.775 27.7955 124.996 31.8662 123.574 31.5118C122.224 31.1793 121.562 30.1335 121.002 29.2666C121.964 28.6288 122.056 27.4536 122.279 26.21C122.442 25.3077 123.111 24.9568 123.583 24.82C123.571 25.194 123.56 25.5662 123.561 25.9148Z", fill: "url(#paint187_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M160.251 26.7086C160.251 26.7086 160.204 21.6113 160.208 20.4356C160.211 19.26 159.716 17.1492 158.684 15.8989C157.525 14.4949 156.086 13.653 152.672 13.2416C149.257 12.8302 144.722 12.6327 142.377 12.6195C139.523 12.6036 132.387 12.5072 130.348 12.6585C128.309 12.8097 124.996 13.1118 123.261 14.4865C121.526 15.8613 120.863 17.0827 120.656 19.7332C120.449 22.3838 120.345 26.1558 120.345 26.1558C120.345 26.1558 120.864 18.5613 122.037 16.83C123.21 15.0987 124.385 14.0295 127.748 13.6246C131.112 13.2197 136.414 13.1238 142.224 13.3846C148.034 13.6454 151.841 13.7786 153.932 14.1862C156.022 14.5939 157.816 15.5923 158.529 16.6118C159.331 17.7358 159.806 19.0595 159.901 20.4366C160.001 21.9676 160.251 26.7086 160.251 26.7086Z", fill: "url(#paint188_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M156.678 18.8296C156.199 18.1998 155.596 17.6743 154.906 17.2854C154.557 17.0905 154.182 16.9447 153.793 16.8518C153.401 16.7709 153.002 16.734 152.602 16.7419C151.018 16.7725 149.461 16.9697 147.898 17.0891C146.335 17.2085 144.775 17.3341 143.216 17.3688C141.658 17.4034 140.092 17.3603 138.533 17.2444C136.973 17.1431 135.42 16.979 133.866 16.7657C133.09 16.661 132.316 16.5438 131.541 16.4225C130.766 16.3012 129.989 16.1534 129.185 16.133C128.384 16.0992 127.583 16.1786 126.804 16.3689C126.032 16.5684 125.263 16.9364 124.733 17.5694C124.227 18.2111 123.943 18.9655 123.728 19.7234C123.52 20.4832 123.391 21.2627 123.345 22.0492C123.441 21.2718 123.608 20.5048 123.844 19.7579C124.085 19.0207 124.407 18.2897 124.904 17.7158C125.402 17.1419 126.132 16.82 126.875 16.6509C127.629 16.4885 128.401 16.4335 129.17 16.4875C129.555 16.5108 129.939 16.5567 130.319 16.6248L131.479 16.8155C132.253 16.9446 133.03 17.069 133.808 17.182C135.365 17.4069 136.932 17.591 138.501 17.7033C141.648 17.9173 144.813 17.794 147.935 17.4423C149.497 17.2801 151.054 17.0417 152.609 16.9685C152.994 16.944 153.38 16.9627 153.761 17.0243C154.14 17.0972 154.507 17.2219 154.852 17.395C155.547 17.7528 156.166 18.2396 156.678 18.8296Z", fill: "url(#paint189_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M123.734 28.0342L123.55 31.7712L157.688 32.0396C157.688 32.0396 157.8 30.4849 157.88 29.7689C157.915 29.4662 157.843 28.6429 157.695 28.3145C157.489 27.863 156.757 27.5993 156.757 27.5993L123.734 28.0342Z", fill: "url(#paint190_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M157.207 32.0274C157.207 32.0274 157.201 30.8704 157.204 30.2951C157.206 29.7198 156.364 29.6445 155.293 29.6808C154.222 29.7171 152.389 29.4104 151.086 30.1343C149.783 30.8583 144.663 31.2752 142.331 31.3105C140 31.3458 133.543 31.079 131.895 30.6923C130.248 30.3056 129.183 28.8938 128.303 28.8542C127.424 28.8146 125.436 28.775 124.94 28.7746C124.443 28.7742 124.252 29.4999 124.251 30.3413C124.25 31.1827 124.975 31.7855 124.975 31.7855L157.207 32.0274Z", fill: "url(#paint191_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M141.89 27.9088C148.965 27.4312 150.313 25.4431 150.313 25.4431L155.274 25.3549C155.529 25.3557 155.778 25.4285 155.993 25.5651C156.214 25.7049 156.394 25.9015 156.513 26.1343L157.693 28.3137L141.895 28.1826C141.893 28.091 141.891 27.9999 141.89 27.9088Z", fill: "url(#paint192_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M137.2 28.1438L123.734 28.0346L123.736 26.3057C123.735 26.0485 123.831 25.8004 124.007 25.6121C124.09 25.5218 124.192 25.4495 124.304 25.3999C124.417 25.3503 124.538 25.3244 124.661 25.3238L129.547 25.329C129.547 25.329 131.861 27.379 137.201 27.8808C137.2 27.9706 137.199 28.0568 137.2 28.1438Z", fill: "url(#paint193_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M151.432 28.2597C151.432 28.2597 150.361 30.2914 140.485 30.2815C130.124 30.2706 129.543 28.0807 129.543 28.0807L129.545 25.3313C129.545 25.3313 132.894 27.1897 140.492 27.1973C148.091 27.2049 150.313 25.4429 150.313 25.4429L151.432 28.2597Z", fill: "url(#paint194_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M151.432 28.2599C151.432 28.2599 149.903 30.5579 139.608 30.5444C129.313 30.5308 129.544 28.078 129.544 28.078C129.544 28.078 129.977 29.5643 139.609 29.574C149.241 29.5838 151.432 28.2599 151.432 28.2599Z", fill: "url(#paint195_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M150.313 25.4429C150.313 25.4429 148.225 27.3321 140.365 27.3255C132.504 27.3188 129.545 25.3313 129.545 25.3313C129.545 25.3313 133.751 27.0625 140.362 27.0689C146.973 27.0753 150.313 25.4429 150.313 25.4429Z", fill: "url(#paint196_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M156.937 27.661C156.79 27.3899 156.27 26.3793 156.155 26.1876C156.039 25.9959 155.811 25.6525 155.257 25.6519C154.703 25.6514 151.74 25.6668 151.377 25.6862C151.014 25.7055 150.804 25.7523 150.956 26.2214C151.108 26.6905 151.397 27.362 151.495 27.5952C151.593 27.8284 151.816 27.9266 152.485 27.9468C153.155 27.9671 156.174 27.9502 156.52 27.9512C156.865 27.9522 157.035 27.8396 156.937 27.661Z", fill: "url(#paint197_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M129.083 26.1985C129.083 25.8612 129.133 25.6237 128.422 25.6245L125.185 25.6215C124.675 25.6209 124.064 25.7763 124.064 26.1942L124.063 27.15C124.062 27.4082 124.113 27.8069 125.132 27.8083C126.151 27.8097 127.885 27.7784 128.343 27.7791C128.801 27.7799 129.083 27.6236 129.083 27.225C129.084 26.8264 129.084 26.4976 129.083 26.1985Z", fill: "url(#paint198_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M150.515 27.8357C150.515 27.8357 150.415 27.1041 150.018 26.7542C149.798 26.5573 149.293 26.3992 148.375 26.7378C147.457 27.0764 145.596 27.8081 141.136 27.8036C136.676 27.7992 131.93 26.6208 131.168 26.3242C130.406 26.0277 129.907 25.9372 129.872 27.3135C129.872 27.3135 129.985 26.3025 131.25 26.7771C132.515 27.2517 136.117 28.3102 141.137 28.3145C146.156 28.3188 147.611 27.5022 148.567 27.2523C149.523 27.0024 149.878 27.2812 150.515 27.8357Z", fill: "url(#paint199_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M150.183 28.0479C150.183 28.0479 149.903 27.5127 149.139 27.4868C148.654 27.4694 147.609 27.8671 146.285 28.1182C144.39 28.4921 142.457 28.6441 140.525 28.5711C138.13 28.4661 134.486 28.0805 133.187 27.6203C131.887 27.1601 130.41 26.5724 129.999 27.6711C129.999 27.6711 130.561 27.0599 131.784 27.5202C133.006 27.9804 136.318 29.041 140.498 29.0325C144.626 29.0239 146.36 28.4011 147.582 28.0982C148.805 27.7953 149.088 27.6394 150.183 28.0479Z", fill: "url(#paint200_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M151.306 26.8007C151.306 26.8007 151.051 26.1638 151.179 26.0112C151.307 25.8586 151.765 25.8583 152.326 25.8589C152.887 25.8596 154.645 25.8105 155.104 25.8618C155.563 25.9132 155.893 26.1175 156.071 26.3981C156.25 26.6787 156.478 27.3417 156.478 27.3417C156.478 27.3417 156.02 26.6785 155.919 26.5257C155.817 26.3728 155.409 26.1937 154.925 26.1675C154.442 26.1412 152.454 26.0618 152.045 26.0882C151.637 26.1145 151.306 26.0109 151.306 26.8007Z", fill: "url(#paint201_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M156.325 27.5444C156.325 27.5444 156.02 26.9576 155.868 26.8047C155.715 26.6517 155.511 26.473 154.772 26.4217C154.033 26.3704 152.582 26.318 152.171 26.32C151.76 26.3221 151.405 26.4471 151.533 27.2619C151.533 27.2619 151.508 26.6257 152.273 26.6007C153.037 26.5756 154.465 26.5767 154.999 26.7302C155.534 26.8836 155.867 27.0343 156.325 27.5444Z", fill: "url(#paint202_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M128.93 26.9571C128.93 26.9571 128.981 26.1413 128.905 26.04C128.829 25.9386 128.523 25.8348 127.988 25.834C127.453 25.8333 125.416 25.7012 125.108 25.7298C124.8 25.7585 124.293 26.0854 124.216 26.3912C124.139 26.697 124.215 27.1304 124.215 27.1304C124.215 27.1304 124.318 26.5949 124.65 26.2893C124.982 25.9836 125.363 26.0093 125.924 25.9858C126.485 25.9623 127.453 26.038 127.937 26.0895C128.421 26.1411 128.727 26.2431 128.93 26.9571Z", fill: "url(#paint203_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { d: "M128.675 27.1855C128.675 27.1855 128.573 26.7522 128.369 26.5478C128.166 26.3435 127.759 26.241 127.325 26.2163C126.892 26.1915 125.695 26.1123 125.363 26.1628C125.032 26.2133 124.547 26.6205 124.419 27.2066C124.419 27.2066 124.853 26.4427 125.541 26.3921C126.229 26.3415 127.147 26.4194 127.633 26.574C128.119 26.7286 128.395 26.8542 128.675 27.1855Z", fill: "url(#paint204_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { style: { mixBlendMode: "multiply" }, d: "M184.595 98.0315C183.978 102.337 182.752 105.055 179.49 105.052L114.655 104.988C101.198 105.654 93.6575 103.607 93.8524 100.147C94.0474 96.6868 92.6723 78.6782 92.6723 78.6782L187.467 78.7747C187.467 78.7747 185.209 93.7295 184.595 98.0315Z", fill: "url(#paint205_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { style: { mixBlendMode: "multiply" }, d: "M121.276 110.105L122.391 117.14L118.608 128.35L109.582 132.163L101.009 141.787C101.009 141.787 95.3492 141.933 91.8597 142.284L90.1709 142.282L87.5517 142.282L96.2393 111.785L121.276 110.105Z", fill: "url(#paint206_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { style: { mixBlendMode: "multiply" }, d: "M158.153 35.2694L158.898 53.0082C154.616 53.7684 147.271 58.0422 147.271 58.0422L145.727 74.5545L126.135 95.3278L125.522 96.55L122.301 105.415L121.61 107.718L98.4443 108.451L98.2895 99.4787L95.3075 35.0513L158.153 35.2694Z", fill: "url(#paint207_linear_91_3602)" }), (0, jsx_runtime_1.jsx)("path", { style: { mixBlendMode: "multiply" }, d: "M87.5249 119.245L83.3386 134.775C83.3386 134.775 79.8375 142.272 86.6856 142.279C93.5336 142.286 200.858 142.101 200.858 142.101L189.566 119.348L87.5249 119.245Z", fill: "url(#paint208_linear_91_3602)" }), (0, jsx_runtime_1.jsxs)("defs", { children: [(0, jsx_runtime_1.jsxs)("filter", __assign({ id: "filter0_f_91_3602", x: "0.3125", y: "95.3125", width: "212.375", height: "79.375", 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: "5.34375", result: "effect1_foregroundBlur_91_3602" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint0_linear_91_3602", x1: "11", y1: "115", x2: "202", y2: "135", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#858585", stopOpacity: "0" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.720588", stopColor: "#1F1F1F" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint1_linear_91_3602", x1: "166.925", y1: "108.914", x2: "166.928", y2: "106.481", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#C8D2D4" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.73", stopColor: "#5B6F7A" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#3F4B54" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint2_linear_91_3602", x1: "160.747", y1: "108.911", x2: "160.75", y2: "106.479", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#C8D2D4" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.73", stopColor: "#20252A" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#3F4B54" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint3_linear_91_3602", x1: "107.33", y1: "108.857", x2: "107.332", y2: "106.424", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#C8D2D4" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.73", stopColor: "#5B6F7A" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#3F4B54" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint4_linear_91_3602", x1: "114.442", y1: "108.854", x2: "114.445", y2: "106.423", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#C8D2D4" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.73", stopColor: "#20252A" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#3F4B54" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint5_linear_91_3602", x1: "203.724", y1: "126.059", x2: "81.5965", y2: "126.589", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { offset: "0.01", stopColor: "#7A898E" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.51", stopColor: "#A8B8BC" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.92", stopColor: "#9AABB1" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.95", stopColor: "#E0EBF0" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.99", stopColor: "#D1DCDE" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#D1DCDE" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint6_linear_91_3602", x1: "203.135", y1: "139.857", x2: "140.785", y2: "120.509", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#0A0B0D" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.38", stopColor: "#08080A" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.4", stopColor: "#0D0D0F" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.46", stopColor: "#1B1C1D" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.5", stopColor: "#202122" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.99", stopColor: "#282A2B" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint7_linear_91_3602", x1: "142.583", y1: "121.081", x2: "80.5633", y2: "136.21", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { offset: "0.01", stopColor: "#282A2B" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.72", stopColor: "#2E3031" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.82", stopColor: "#464A4C" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.91", stopColor: "#555B5D" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#666E70" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint8_linear_91_3602", x1: "202.202", y1: "142.112", x2: "140.76", y2: "123.045", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#171818" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.38", stopColor: "#09090A" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.41", stopColor: "#121314" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.46", stopColor: "#202123" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.5", stopColor: "#252628" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.99", stopColor: "#2E3031" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint9_linear_91_3602", x1: "142.663", y1: "123.616", x2: "81.5737", y2: "138.518", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { offset: "0.01", stopColor: "#2E3031" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.72", stopColor: "#353739" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.82", stopColor: "#515658" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.9", stopColor: "#606769" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#778082" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint10_linear_91_3602", x1: "145.846", y1: "122.837", x2: "90.3106", y2: "149.681", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#5D6466" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.71", stopColor: "#5A6062" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.76", stopColor: "#95A0A0" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#919C9C" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint11_linear_91_3602", x1: "138.882", y1: "124.521", x2: "190.771", y2: "150.287", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#5D6466" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.21", stopColor: "#53595B" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.59", stopColor: "#464A4C" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.66", stopColor: "#333537" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#333537" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint12_linear_91_3602", x1: "192.487", y1: "135.422", x2: "87.8159", y2: "135.876", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#252628" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#4A4E50" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint13_linear_91_3602", x1: "194.932", y1: "135.411", x2: "87.9725", y2: "135.875", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#212223" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#474B4D" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint14_linear_91_3602", x1: "199.782", y1: "148.897", x2: "86.3255", y2: "149.389", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { offset: "0.01", stopColor: "#B7C2C8" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.29", stopColor: "#BBC6CB" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.45", stopColor: "#9BAAB3" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.61", stopColor: "#C1CBD1" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#C7D1D7" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint15_linear_91_3602", x1: "176.995", y1: "152.362", x2: "176.974", y2: "147.608", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#829197" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.89", stopColor: "#808E92" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#A9B6B9" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint16_linear_91_3602", x1: "104.853", y1: "149.461", x2: "114.026", y2: "149.421", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#829197" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.89", stopColor: "#808E92" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#A9B6B9" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint17_linear_91_3602", x1: "86.7357", y1: "151.068", x2: "92.3399", y2: "150.738", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#95A3AA" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.33", stopColor: "#95A4AA" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#C6D0D6" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint18_linear_91_3602", x1: "198.542", y1: "150.315", x2: "193.953", y2: "149.876", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#95A3AA" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.23", stopColor: "#95A4AA" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.61", stopColor: "#A9B5BB" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#B8C3C8" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint19_linear_91_3602", x1: "194.334", y1: "153.428", x2: "90.7371", y2: "153.319", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#8595A0" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.45", stopColor: "#9BAAB3" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#8696A0" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint20_linear_91_3602", x1: "200.134", y1: "147.853", x2: "87.2728", y2: "147.733", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#909FA8" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.07", stopColor: "#CCD6DC" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.32", stopColor: "#CFD8DE" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.49", stopColor: "#BBC8CF" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.66", stopColor: "#D3DDE4" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.95", stopColor: "#D7E0E8" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#95A5B1" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint21_linear_91_3602", x1: "200.808", y1: "148.145", x2: "87.9639", y2: "148.635", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#909FA8" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.07", stopColor: "#CCD6DC" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.32", stopColor: "#CFD8DE" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.49", stopColor: "#BBC8CF" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.66", stopColor: "#D3DDE4" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.95", stopColor: "#D7E0E8" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#95A5B1" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint22_linear_91_3602", x1: "200.132", y1: "150.299", x2: "87.2702", y2: "150.18", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#909FA8" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.07", stopColor: "#CCD6DC" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.32", stopColor: "#CFD8DE" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.49", stopColor: "#BBC8CF" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.66", stopColor: "#D3DDE4" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.95", stopColor: "#D7E0E8" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#95A5B1" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint23_linear_91_3602", x1: "200.816", y1: "150.585", x2: "87.9726", y2: "151.075", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#909FA8" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.07", stopColor: "#CCD6DC" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.32", stopColor: "#CFD8DE" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.49", stopColor: "#BBC8CF" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.66", stopColor: "#D3DDE4" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.95", stopColor: "#D7E0E8" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#95A5B1" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint24_linear_91_3602", x1: "200.129", y1: "152.745", x2: "87.2677", y2: "152.626", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#909FA8" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.07", stopColor: "#CCD6DC" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.32", stopColor: "#CFD8DE" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.49", stopColor: "#BBC8CF" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.66", stopColor: "#D3DDE4" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.95", stopColor: "#D7E0E8" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#95A5B1" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint25_linear_91_3602", x1: "142.632", y1: "157.485", x2: "142.62", y2: "154.704", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "white" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.05", stopColor: "#F7F9FB" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.13", stopColor: "#E3EBF1" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.48", stopColor: "#CAD5D9" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.81", stopColor: "#B8C4C7" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.87", stopColor: "#E3E8E9" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.91", stopColor: "white" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#556873" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint26_linear_91_3602", x1: "197.828", y1: "157.034", x2: "197.814", y2: "153.774", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#F6F9FD" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.71", stopColor: "#F8FBFF" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.79", stopColor: "#C7D0D2" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#8C99A0" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint27_linear_91_3602", x1: "87.6722", y1: "157.787", x2: "87.658", y2: "154.523", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#F6F9FD" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.77", stopColor: "#F8FBFF" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.84", stopColor: "#C7D0D2" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#8C99A0" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint28_linear_91_3602", x1: "143.475", y1: "147.382", x2: "143.46", y2: "144.052", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "white" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.09", stopColor: "#F7F9FB" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.22", stopColor: "#E3EBF1" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.53", stopColor: "#CAD5D9" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.82", stopColor: "#B8C4C7" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.83", stopColor: "#C4CED1" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.87", stopColor: "#E4E9EA" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.9", stopColor: "#F8F9F9" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.92", stopColor: "white" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.93", stopColor: "#F6F8F8" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.95", stopColor: "#DEE5E6" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.98", stopColor: "#B6C5C7" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#99AEB1" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint29_linear_91_3602", x1: "107.709", y1: "146.756", x2: "107.771", y2: "143.523", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#78858E" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#B8C5C7" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint30_linear_91_3602", x1: "205.645", y1: "126.05", x2: "80.8367", y2: "126.591", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { offset: "0.01", stopColor: "#99AEB1" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.31", stopColor: "#ABBFC4" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.9", stopColor: "#97ACB1" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#99ACB1" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint31_linear_91_3602", x1: "180.756", y1: "109.353", x2: "93.9545", y2: "109.73", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { offset: "0.01", stopColor: "#CBD5D7" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#D3DDDE" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint32_linear_91_3602", x1: "199.138", y1: "147.557", x2: "204.341", y2: "148.605", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { offset: "0.01", stopColor: "#191A1B" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.35", stopColor: "#252628" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.45", stopColor: "#2B2C2E" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.58", stopColor: "#3A3D3F" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.74", stopColor: "#545A5B" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.91", stopColor: "#788182" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#8F9A9A" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint33_linear_91_3602", x1: "199.099", y1: "149.499", x2: "203.46", y2: "150.436", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { offset: "0.01", stopColor: "#191A1B" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.35", stopColor: "#252628" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.45", stopColor: "#2B2C2E" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.58", stopColor: "#3B3D3F" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.73", stopColor: "#555A5B" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.89", stopColor: "#798182" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#949F9F" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint34_linear_91_3602", x1: "203.933", y1: "141.604", x2: "202.054", y2: "140.217", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", {}), (0, jsx_runtime_1.jsx)("stop", { offset: "0.34", stopColor: "#131314" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.7", stopColor: "#202123" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#252628" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint35_linear_91_3602", x1: "202.289", y1: "143.855", x2: "202.267", y2: "138.81", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#131414" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.47", stopColor: "#282A2B" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#3C3F41" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint36_linear_91_3602", x1: "200.279", y1: "141.401", x2: "205.482", y2: "141.378", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#313335" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.14", stopColor: "#36383A" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.3", stopColor: "#434648" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.47", stopColor: "#595C5E" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.65", stopColor: "#787D7F" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.83", stopColor: "#A0A5A7" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#CBD2D4" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint37_linear_91_3602", x1: "203.28", y1: "140.221", x2: "201.197", y2: "141.683", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#313335" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.29", stopColor: "#3E4244" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.6", stopColor: "#494D50" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.71", stopColor: "#404346" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.88", stopColor: "#27292A" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#131414" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint38_linear_91_3602", x1: "94.742", y1: "112.05", x2: "89.0039", y2: "112.075", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { offset: "0.01", stopColor: "#191A1B" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.4", stopColor: "#2B2D2E" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.51", stopColor: "#313334" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.66", stopColor: "#404445" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.83", stopColor: "#5A6162" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#798384" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint39_linear_91_3602", x1: "94.8143", y1: "110.941", x2: "88.2757", y2: "110.97", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#131414" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.47", stopColor: "#282A2B" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#3C3F41" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint40_linear_91_3602", x1: "88.738", y1: "112.485", x2: "94.1499", y2: "108.907", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#A4AEAF" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.23", stopColor: "#7E8687" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.59", stopColor: "#494D4E" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.86", stopColor: "#282A2B" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#1C1D1E" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint41_linear_91_3602", x1: "183.039", y1: "113.164", x2: "183.02", y2: "108.874", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { offset: "0.01", stopColor: "#191A1B" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.4", stopColor: "#2B2D2E" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.51", stopColor: "#313334" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.66", stopColor: "#404445" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.83", stopColor: "#5A6162" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#798384" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint42_linear_91_3602", x1: "183.517", y1: "112.109", x2: "183.5", y2: "108.363", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#131414" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.47", stopColor: "#282A2B" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#3C3F41" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint43_linear_91_3602", x1: "185.945", y1: "111.64", x2: "180.557", y2: "108.885", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#27292A" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.18", stopColor: "#333637" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.53", stopColor: "#54595A" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.99", stopColor: "#889293" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#899394" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint44_linear_91_3602", x1: "86.7399", y1: "148.238", x2: "81.5786", y2: "148.824", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { offset: "0.01", stopColor: "#191A1B" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.32", stopColor: "#252628" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.52", stopColor: "#2A2C2E" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.8", stopColor: "#3A3D3E" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#494F4F" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint45_linear_91_3602", x1: "82.6358", y1: "143.399", x2: "82.6177", y2: "139.211", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { offset: "0.01", stopColor: "#191A1B" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.4", stopColor: "#2B2D2E" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.51", stopColor: "#313334" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.66", stopColor: "#404445" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.83", stopColor: "#5A6162" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#798384" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint46_linear_91_3602", x1: "83.8715", y1: "144.362", x2: "83.8492", y2: "139.206", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#131414" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.47", stopColor: "#282A2B" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#3C3F41" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint47_linear_91_3602", x1: "85.2835", y1: "145.28", x2: "80.4834", y2: "140.102", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#1C1D1E" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.19", stopColor: "#464B4B" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.45", stopColor: "#7B8484" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.57", stopColor: "#8F9A9A" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.92", stopColor: "#8A9495" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#889293" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint48_linear_91_3602", x1: "113.561", y1: "152.728", x2: "104.804", y2: "148.943", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#E0E8E9" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.09", stopColor: "#AABABF" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.26", stopColor: "#B4C2C7" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.69", stopColor: "#889EA6" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.74", stopColor: "#ADBCC1" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.97", stopColor: "#98ABB2" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#C5D0D3" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint49_linear_91_3602", x1: "109.055", y1: "153.455", x2: "109.036", y2: "149.16", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#C4D5D8" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.44", stopColor: "#E8F1F4" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#BDCCD3" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint50_linear_91_3602", x1: "109.307", y1: "151.338", x2: "105.09", y2: "151.356", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#CAD8DD" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#829CA4" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint51_linear_91_3602", x1: "109.013", y1: "153.545", x2: "108.993", y2: "149.065", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#DFE6E8" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.85", stopColor: "#E7ECEE" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#CED7DB" })] })), (0, jsx_runtime_1.jsxs)("radialGradient", __assign({ id: "paint52_radial_91_3602", cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(106.358 151.415) rotate(-90.2483) scale(0.898346 0.898344)" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#FDFDFD" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.84", stopColor: "#889DA5" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#C5D0D2" })] })), (0, jsx_runtime_1.jsxs)("radialGradient", __assign({ id: "paint53_radial_91_3602", cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(111.943 151.391) rotate(-90.2484) scale(0.898341)" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#FDFDFD" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.84", stopColor: "#889DA5" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#C5D0D2" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint54_linear_91_3602", x1: "111.955", y1: "150.226", x2: "111.95", y2: "149.147", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#C7D2D4" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.22", stopColor: "#B1C0C4" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.59", stopColor: "#687E8A" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#A0B1B7" })] })), (0, jsx_runtime_1.jsxs)("radialGradient", __assign({ id: "paint55_radial_91_3602", cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(112.066 151.513) rotate(-90.2482) scale(0.89337 0.893367)" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#FDFDFD" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.84", stopColor: "#9DAEB5" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#B9C6CA" })] })), (0, jsx_runtime_1.jsxs)("radialGradient", __assign({ id: "paint56_radial_91_3602", cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(106.467 151.555) rotate(-90.2484) scale(0.934807)" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#FDFDFD" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.84", stopColor: "#9DAEB5" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#B9C6CA" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint57_linear_91_3602", x1: "108.944", y1: "150.689", x2: "108.938", y2: "149.215", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "white" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.08", stopColor: "#F7F9F9" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.2", stopColor: "#E1E7E9" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.26", stopColor: "#D5DEE0" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.66", stopColor: "#94A8AF" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.89", stopColor: "#CAD3D6" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.94", stopColor: "#BDC9CD" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#B6C4C8" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint58_linear_91_3602", x1: "106.984", y1: "150.343", x2: "106.981", y2: "149.704", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#D6DEE1" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.57", stopColor: "#899EA6" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.78", stopColor: "#5A6E79" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint59_linear_91_3602", x1: "110.813", y1: "150.328", x2: "110.81", y2: "149.731", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#D6DEE1" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.57", stopColor: "#899EA6" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.78", stopColor: "#5A6E79" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint60_linear_91_3602", x1: "112.165", y1: "150.675", x2: "112.159", y2: "149.203", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#CFD8DB" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.16", stopColor: "#AEBDC2" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.36", stopColor: "#A5B5BB" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.63", stopColor: "#90A3AB" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.73", stopColor: "#A0B1B7" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.88", stopColor: "#B4C2C7" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#CED7DB" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint61_linear_91_3602", x1: "112.299", y1: "149.686", x2: "112.595", y2: "149.684", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#BBC8CC" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#DCE4E5" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint62_linear_91_3602", x1: "112.394", y1: "149.563", x2: "112.595", y2: "149.562", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#A8B8BE" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#CFD8DB" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint63_linear_91_3602", x1: "109.053", y1: "150.688", x2: "109.046", y2: "149.215", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#DCE4E6" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.06", stopColor: "#D4DCDE" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.15", stopColor: "#BDC6C9" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.27", stopColor: "#99A2A7" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.4", stopColor: "#677178" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.5", stopColor: "#3E4952" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.59", stopColor: "#293037" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.88", stopColor: "#9DAEB5" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.9", stopColor: "#97A8B0" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.96", stopColor: "#8397A1" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#7C919B" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint64_linear_91_3602", x1: "112.135", y1: "148.396", x2: "105.344", y2: "145.021", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#D2DBDD" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.17", stopColor: "#D5DEE0" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.3", stopColor: "#94A8AF" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.55", stopColor: "#C8D2D4" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.62", stopColor: "#889DA5" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#C5D0D2" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint65_linear_91_3602", x1: "108.716", y1: "149.87", x2: "108.689", y2: "143.698", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#C4D5D8" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.44", stopColor: "#E8F1F4" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#BDCCD3" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint66_linear_91_3602", x1: "108.797", y1: "146.672", x2: "106.139", y2: "146.683", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#CAD4D7" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#AABABF" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint67_linear_91_3602", x1: "108.768", y1: "149.87", x2: "108.764", y2: "149.012", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#798F99" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.41", stopColor: "#A6B8BD" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#D8E0E2" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint68_linear_91_3602", x1: "106.788", y1: "149.873", x2: "106.761", y2: "143.705", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#879CA4" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.02", stopColor: "#97A9B0" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.06", stopColor: "#B4C1C7" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.1", stopColor: "#CBD4D8" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.15", stopColor: "#DBE2E4" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.2", stopColor: "#E4EAEC" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.27", stopColor: "#E7ECEE" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.45", stopColor: "#C8D2D4" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.56", stopColor: "#E7ECEE" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.82", stopColor: "#E7ECEE" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#CBD4D7" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint69_linear_91_3602", x1: "108.901", y1: "149.868", x2: "108.897", y2: "149.021", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#4A5964" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.34", stopColor: "#80969F" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#D5DEE0" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint70_linear_91_3602", x1: "109.547", y1: "149.866", x2: "109.52", y2: "143.626", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#B7C5C9" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.05", stopColor: "#CBD5D8" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.11", stopColor: "#DBE2E4" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.18", stopColor: "#E4EAEC" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.27", stopColor: "#E7ECEE" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.83", stopColor: "#E7ECEE" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.9", stopColor: "#E1E7E9" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#CFD8DB" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint71_linear_91_3602", x1: "172.645", y1: "152.622", x2: "181.687", y2: "148.774", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#C5D0D3" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.03", stopColor: "#98ABB2" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.26", stopColor: "#ADBCC1" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.31", stopColor: "#889EA6" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.74", stopColor: "#B4C2C7" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.91", stopColor: "#AABABF" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#E0E8E9" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint72_linear_91_3602", x1: "176.803", y1: "149.066", x2: "176.801", y2: "148.627", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#889EA6" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#AEBEC2" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint73_linear_91_3602", x1: "177.297", y1: "153.335", x2: "177.279", y2: "149.048", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#D2DCDE" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.44", stopColor: "#E7ECEE" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#CED7DB" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint74_linear_91_3602", x1: "173.23", y1: "153.315", x2: "174.658", y2: "150.417", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#D2DBDD" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#BFCBCE" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint75_linear_91_3602", x1: "174.323", y1: "150.256", x2: "174.318", y2: "149.061", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#C7D2D4" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.22", stopColor: "#B1C0C4" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.59", stopColor: "#687E8A" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#A0B1B7" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint76_linear_91_3602", x1: "173.837", y1: "149.66", x2: "173.518", y2: "149.662", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#BBC8CC" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#F6F7F7" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint77_linear_91_3602", x1: "173.717", y1: "149.54", x2: "173.515", y2: "149.541", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#A8B8BE" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#D5DEE0" })] })), (0, jsx_runtime_1.jsxs)("radialGradient", __assign({ id: "paint78_radial_91_3602", cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(174.386 151.361) rotate(-90.2483) scale(0.898345 0.898343)" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#FDFDFD" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.84", stopColor: "#889DA5" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#C5D0D2" })] })), (0, jsx_runtime_1.jsxs)("radialGradient", __assign({ id: "paint79_radial_91_3602", cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(179.967 151.203) rotate(-90.2484) scale(0.72431)" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#FDFDFD" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.84", stopColor: "#697F8C" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#C5D0D2" })] })), (0, jsx_runtime_1.jsxs)("radialGradient", __assign({ id: "paint80_radial_91_3602", cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(174.534 151.551) rotate(-90.2484) scale(1.00442)" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#FDFDFD" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.84", stopColor: "#9DAEB5" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#B9C6CA" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint81_linear_91_3602", x1: "174.884", y1: "151.272", x2: "173.809", y2: "151.276", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#D5DEE0" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.46", stopColor: "#A0B1B7" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#9DAEB5" })] })), (0, jsx_runtime_1.jsxs)("radialGradient", __assign({ id: "paint82_radial_91_3602", cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(180.095 151.47) rotate(-90.2484) scale(0.885915)" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#FDFDFD" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.84", stopColor: "#9DAEB5" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#B9C6CA" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint83_linear_91_3602", x1: "177.293", y1: "153.145", x2: "177.275", y2: "148.975", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#DFE6E8" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.85", stopColor: "#E7ECEE" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#CED7DB" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint84_linear_91_3602", x1: "177.241", y1: "150.521", x2: "177.235", y2: "149.048", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "white" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.08", stopColor: "#F7F9F9" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.2", stopColor: "#E1E7E9" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.26", stopColor: "#D5DEE0" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.66", stopColor: "#94A8AF" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.89", stopColor: "#CAD3D6" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.94", stopColor: "#BDC9CD" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#B6C4C8" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint85_linear_91_3602", x1: "175.373", y1: "150.134", x2: "175.371", y2: "149.542", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#788E98" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.03", stopColor: "#778D97" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#95A8B0" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint86_linear_91_3602", x1: "179.256", y1: "150.117", x2: "179.253", y2: "149.537", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#788E98" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.03", stopColor: "#778D97" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#95A8B0" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint87_linear_91_3602", x1: "174.019", y1: "150.534", x2: "174.013", y2: "149.061", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#CFD8DB" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.16", stopColor: "#AEBDC2" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.36", stopColor: "#A5B5BB" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.63", stopColor: "#90A3AB" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.73", stopColor: "#A0B1B7" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.88", stopColor: "#B4C2C7" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#CED7DB" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint88_linear_91_3602", x1: "177.133", y1: "150.521", x2: "177.126", y2: "149.048", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#DCE4E6" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.03", stopColor: "#D4DCDE" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.08", stopColor: "#BDC6C9" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.14", stopColor: "#99A2A7" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.21", stopColor: "#677178" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.26", stopColor: "#3E4952" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.66", stopColor: "#52626D" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.88", stopColor: "#9DAEB5" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.9", stopColor: "#97A8B0" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.96", stopColor: "#8397A1" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#7C919B" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint89_linear_91_3602", x1: "181.364", y1: "156.302", x2: "173.562", y2: "152.71", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#FDFDFD" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.04", stopColor: "#D2DBDD" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.08", stopColor: "#D2DCDE" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.23", stopColor: "#F3F7F7" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.3", stopColor: "#D5DEE0" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.65", stopColor: "#94A8AF" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.71", stopColor: "#C8D2D4" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.79", stopColor: "#889DA5" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#C5D0D2" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint90_linear_91_3602", x1: "177.623", y1: "159.384", x2: "177.583", y2: "150.115", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#C4D5D8" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.44", stopColor: "#E8F1F4" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#BDCCD3" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint91_linear_91_3602", x1: "178.725", y1: "158.311", x2: "178.071", y2: "158.464", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#AEBDC2" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#CED7DB" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint92_linear_91_3602", x1: "179.011", y1: "157.683", x2: "178.4", y2: "157.826", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#FDFDFD" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.88", stopColor: "#ADBCC2" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#9FB0B7" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint93_linear_91_3602", x1: "177.438", y1: "151.269", x2: "177.433", y2: "150.116", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#C8D2D4" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.73", stopColor: "#7B909A" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#596B77" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint94_linear_91_3602", x1: "177.283", y1: "151.254", x2: "177.278", y2: "150.118", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#C8D2D4" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.73", stopColor: "#5B6F7A" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#3F4B54" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint95_linear_91_3602", x1: "195.029", y1: "70.4896", x2: "85.955", y2: "70.9624", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { offset: "0.01", stopColor: "#7A898E" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.51", stopColor: "#A8B8BC" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.92", stopColor: "#9AABB1" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.95", stopColor: "#E0EBF0" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.99", stopColor: "#D1DCDE" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#D1DCDE" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint96_linear_91_3602", x1: "130.498", y1: "84.7798", x2: "200.23", y2: "50.5308", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { offset: "0.01", stopColor: "#282A2B" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.44", stopColor: "#202122" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.49", stopColor: "#171819" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.54", stopColor: "#060607" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.9", stopColor: "#0B0B0D" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#232425" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint97_linear_91_3602", x1: "146.13", y1: "85.2349", x2: "76.6862", y2: "51.2146", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { offset: "0.01", stopColor: "#282A2B" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.48", stopColor: "#2A2C2D" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.52", stopColor: "#373B3C" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.58", stopColor: "#525759" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.93", stopColor: "#494D4F" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.95", stopColor: "#505456" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.97", stopColor: "#63696B" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#879192" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint98_linear_91_3602", x1: "130.152", y1: "82.0605", x2: "198.244", y2: "48.6167", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { offset: "0.01", stopColor: "#2E3031" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.44", stopColor: "#252628" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.49", stopColor: "#1D1D1F" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.54", stopColor: "#0C0C0D" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.9", stopColor: "#171818" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#2A2C2D" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint99_linear_91_3602", x1: "146.208", y1: "82.4905", x2: "78.3674", y2: "49.2564", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { offset: "0.01", stopColor: "#2E3031" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.48", stopColor: "#313335" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.51", stopColor: "#3E4244" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.58", stopColor: "#5F6668" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.93", stopColor: "#555B5D" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.94", stopColor: "#5C6264" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.96", stopColor: "#707779" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.99", stopColor: "#8F999A" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#9FA9AA" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint100_linear_91_3602", x1: "129.135", y1: "83.5132", x2: "185.722", y2: "39.4783", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#5D6466" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.14", stopColor: "#53595B" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.4", stopColor: "#464A4C" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.49", stopColor: "#3A3D3F" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#333537" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint101_linear_91_3602", x1: "147.683", y1: "82.6165", x2: "86.657", y2: "41.7549", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#5D6466" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.45", stopColor: "#5A6062" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.51", stopColor: "#95A0A0" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#919C9C" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint102_linear_91_3602", x1: "184.276", y1: "62.0763", x2: "92.9839", y2: "62.472", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#252628" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#4A4E50" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint103_linear_91_3602", x1: "185.192", y1: "62.0719", x2: "92.7204", y2: "62.4728", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#212223" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#474B4D" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint104_linear_91_3602", x1: "188.881", y1: "31.2363", x2: "90.6095", y2: "31.6623", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { offset: "0.01", stopColor: "#9DAAB0" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.29", stopColor: "#A2AEB4" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.45", stopColor: "#82909B" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.61", stopColor: "#A7B4BA" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#AEBAC0" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint105_linear_91_3602", x1: "171.802", y1: "33.1414", x2: "171.786", y2: "29.4147", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#829197" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.89", stopColor: "#808E92" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#A9B6B9" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint106_linear_91_3602", x1: "120.953", y1: "32.5557", x2: "120.934", y2: "27.9646", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#829197" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.89", stopColor: "#808E92" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#A9B6B9" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint107_linear_91_3602", x1: "185.902", y1: "30.0518", x2: "181.929", y2: "30.6806", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#7C8990" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.33", stopColor: "#7C8A90" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#ADB9BF" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint108_linear_91_3602", x1: "91.8828", y1: "29.2724", x2: "98.3649", y2: "30.1534", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#7C8990" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.33", stopColor: "#7C8A90" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#ADB9BF" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint109_linear_91_3602", x1: "107.062", y1: "32.6508", x2: "107.057", y2: "31.6133", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#829197" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.89", stopColor: "#808E92" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#A9B6B9" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint110_linear_91_3602", x1: "188.082", y1: "31.5636", x2: "93.2892", y2: "31.0167", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#77848F" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.07", stopColor: "#B3BFC4" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.32", stopColor: "#B6C2C7" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.49", stopColor: "#A2B0B8" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.66", stopColor: "#B9C5CA" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.95", stopColor: "#BCC7CC" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#7C8B98" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint111_linear_91_3602", x1: "187.265", y1: "30.2365", x2: "92.9657", y2: "29.8299", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#77848F" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.07", stopColor: "#B3BFC4" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.32", stopColor: "#B6C2C7" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.49", stopColor: "#A2B0B8" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.66", stopColor: "#B9C5CA" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.95", stopColor: "#BCC7CC" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#7C8B98" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint112_linear_91_3602", x1: "187.925", y1: "29.2099", x2: "93.1324", y2: "28.7126", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#77848F" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.07", stopColor: "#B3BFC4" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.32", stopColor: "#B6C2C7" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.49", stopColor: "#A2B0B8" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.66", stopColor: "#B9C5CA" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.95", stopColor: "#BCC7CC" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#7C8B98" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint113_linear_91_3602", x1: "186.25", y1: "27.8232", x2: "93.1377", y2: "27.4217", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#77848F" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.07", stopColor: "#B3BFC4" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.32", stopColor: "#B6C2C7" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.49", stopColor: "#A2B0B8" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.66", stopColor: "#B9C5CA" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.95", stopColor: "#BCC7CC" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#7C8B98" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint114_linear_91_3602", x1: "138.022", y1: "27.4904", x2: "138.027", y2: "26.0252", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#8C99A0" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.09", stopColor: "#F8FBFF" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.15", stopColor: "#DCE2E4" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.19", stopColor: "#CBD2D4" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.71", stopColor: "#DDE3E6" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.87", stopColor: "#E4E9EC" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.95", stopColor: "#F7F8F9" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "white" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint115_linear_91_3602", x1: "183.559", y1: "28.1938", x2: "183.55", y2: "26.1013", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#CCD6DC" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#F6F9FD" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint116_linear_91_3602", x1: "92.7889", y1: "27.9655", x2: "92.7798", y2: "25.8614", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#CCD6DC" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#F6F9FD" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint117_linear_91_3602", x1: "139.62", y1: "33.9393", x2: "139.624", y2: "32.247", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#99AEB1" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.02", stopColor: "#B6C5C7" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.05", stopColor: "#DEE5E6" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.07", stopColor: "#F6F8F8" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.08", stopColor: "white" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.1", stopColor: "#F8F9F9" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.13", stopColor: "#E4E9EA" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.17", stopColor: "#C4CED1" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.18", stopColor: "#B8C4C7" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.47", stopColor: "#CAD5D9" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.78", stopColor: "#E3EBF1" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.91", stopColor: "#F7F9FB" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "white" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint118_linear_91_3602", x1: "139.789", y1: "33.7377", x2: "139.783", y2: "32.386", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#BDC9CC" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.91", stopColor: "#808E92" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#829197" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint119_linear_91_3602", x1: "196.39", y1: "70.4833", x2: "84.1227", y2: "70.97", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { offset: "0.01", stopColor: "#B8C5C7" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.31", stopColor: "#C3CFD2" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.82", stopColor: "#B9C6C8" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.9", stopColor: "#B7C4C7" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#B8C4C7" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint120_linear_91_3602", x1: "180.745", y1: "106.741", x2: "93.9431", y2: "107.117", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { offset: "0.01", stopColor: "#CBD5D7" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#D3DDDE" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint121_linear_91_3602", x1: "188.954", y1: "35.5234", x2: "188.941", y2: "32.4762", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#CCD6DC" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#F6F9FD" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint122_linear_91_3602", x1: "91.0725", y1: "35.2643", x2: "91.0596", y2: "32.2726", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#CCD6DC" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#F6F9FD" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint123_linear_91_3602", x1: "94.558", y1: "107.443", x2: "88.6524", y2: "103.06", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { offset: "0.01", stopColor: "#191A1B" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.4", stopColor: "#2B2D2E" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.51", stopColor: "#313334" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.66", stopColor: "#404445" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.83", stopColor: "#5A6162" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#798384" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint124_linear_91_3602", x1: "94.7646", y1: "105.407", x2: "88.2823", y2: "105.435", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#131414" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.47", stopColor: "#282A2B" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#3C3F41" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint125_linear_91_3602", x1: "94.0663", y1: "107.979", x2: "88.647", y2: "103.722", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#1C1D1E" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.14", stopColor: "#282A2B" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.41", stopColor: "#494D4E" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.77", stopColor: "#7E8687" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#A4AEAF" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint126_linear_91_3602", x1: "185.439", y1: "102.703", x2: "180.515", y2: "106.903", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { offset: "0.01", stopColor: "#191A1B" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.4", stopColor: "#2B2D2E" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.53", stopColor: "#313334" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.7", stopColor: "#404445" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.89", stopColor: "#5A6062" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#6B7375" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint127_linear_91_3602", x1: "186.335", y1: "102.945", x2: "180.521", y2: "107.888", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#1C1D1E" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.33", stopColor: "#28292B" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#3C3F41" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint128_linear_91_3602", x1: "185.457", y1: "103.069", x2: "180.698", y2: "107.37", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#27292A" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.18", stopColor: "#333637" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.53", stopColor: "#54595A" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.99", stopColor: "#889293" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#899394" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint129_linear_91_3602", x1: "193.893", y1: "41.2597", x2: "193.869", y2: "35.607", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { offset: "0.01", stopColor: "#191A1B" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.4", stopColor: "#2B2D2E" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.53", stopColor: "#313334" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.7", stopColor: "#404445" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.89", stopColor: "#5A6062" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#6B7375" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint130_linear_91_3602", x1: "188.603", y1: "32.5792", x2: "190.431", y2: "30.8384", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { offset: "0.01", stopColor: "#191A1B" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.35", stopColor: "#252628" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.45", stopColor: "#2B2C2E" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.58", stopColor: "#3A3D3F" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.74", stopColor: "#545A5B" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.91", stopColor: "#788182" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#8F9A9A" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint131_linear_91_3602", x1: "187.412", y1: "31.1954", x2: "189.063", y2: "29.6915", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { offset: "0.01", stopColor: "#191A1B" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.35", stopColor: "#252628" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.45", stopColor: "#2B2C2E" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.58", stopColor: "#3B3D3F" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.73", stopColor: "#555A5B" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.89", stopColor: "#798182" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#949F9F" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint132_linear_91_3602", x1: "192.769", y1: "41.3151", x2: "192.738", y2: "34.0762", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#131414" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.47", stopColor: "#282A2B" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#3C3F41" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint133_linear_91_3602", x1: "193.646", y1: "41.2609", x2: "193.624", y2: "36.18", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#27292A" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.18", stopColor: "#333637" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.53", stopColor: "#54595A" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.99", stopColor: "#889293" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#899394" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint134_linear_91_3602", x1: "195.412", y1: "36.154", x2: "189.998", y2: "33.6291", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#CBD2D4" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.17", stopColor: "#A0A5A7" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.35", stopColor: "#787D7F" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.53", stopColor: "#595C5E" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.7", stopColor: "#434648" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.86", stopColor: "#36383A" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#313335" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint135_linear_91_3602", x1: "90.5766", y1: "33.8374", x2: "86.3779", y2: "32.2263", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { offset: "0.01", stopColor: "#191A1B" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.32", stopColor: "#252628" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.52", stopColor: "#2A2C2E" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.8", stopColor: "#3A3D3E" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#494F4F" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint136_linear_91_3602", x1: "91.23", y1: "37.164", x2: "83.5141", y2: "38.4207", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#131414" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.47", stopColor: "#282A2B" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#3C3F41" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint137_linear_91_3602", x1: "86.879", y1: "41.737", x2: "86.8527", y2: "35.66", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#A4AEAF" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.23", stopColor: "#7E8687" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.59", stopColor: "#494D4E" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.86", stopColor: "#282A2B" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#1C1D1E" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint138_linear_91_3602", x1: "90.3208", y1: "33.1396", x2: "83.6878", y2: "37.3733", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#1C1D1E" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.19", stopColor: "#464B4B" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.45", stopColor: "#7B8484" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.57", stopColor: "#8F9A9A" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.92", stopColor: "#8A9495" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#889293" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint139_linear_91_3602", x1: "183.372", y1: "29.9911", x2: "160.395", y2: "30.0907", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#CED7DB" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.03", stopColor: "#AEBBC2" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.26", stopColor: "#BCC8CC" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.7", stopColor: "#C1CBD0" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.85", stopColor: "#9EADB6" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.94", stopColor: "#BAC6CB" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#E7ECEE" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint140_linear_91_3602", x1: "171.873", y1: "31.4557", x2: "171.855", y2: "27.3842", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#C4D3D8" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.44", stopColor: "#E8F1F4" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#BDCCD3" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint141_linear_91_3602", x1: "167.139", y1: "29.4252", x2: "166.781", y2: "29.6646", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#778A97" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.06", stopColor: "#7A8D99" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.11", stopColor: "#8496A1" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.15", stopColor: "#94A5AE" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.17", stopColor: "#A4B4BB" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#D2DBDD" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint142_linear_91_3602", x1: "168.011", y1: "30.9007", x2: "167.998", y2: "27.9323", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "white" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#D0D8DC" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint143_linear_91_3602", x1: "170.126", y1: "29.3679", x2: "169.838", y2: "29.5597", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#778A97" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.06", stopColor: "#7A8D99" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.11", stopColor: "#8496A1" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.15", stopColor: "#94A5AE" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.17", stopColor: "#A4B4BB" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#D2DBDD" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint144_linear_91_3602", x1: "170.93", y1: "30.8889", x2: "170.917", y2: "27.9129", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "white" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#D0D8DC" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint145_linear_91_3602", x1: "173.052", y1: "29.3424", x2: "172.704", y2: "29.566", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#778A97" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.1", stopColor: "#7A8D99" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.17", stopColor: "#8496A1" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.24", stopColor: "#94A5AE" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.28", stopColor: "#A4B4BB" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#D2DBDD" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint146_linear_91_3602", x1: "173.843", y1: "30.8762", x2: "173.83", y2: "27.9078", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "white" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#CBD4D7" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint147_linear_91_3602", x1: "178.317", y1: "28.3762", x2: "178.349", y2: "31.3951", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#778A97" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.28", stopColor: "#7A8D99" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.49", stopColor: "#8496A1" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.69", stopColor: "#94A5AE" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.8", stopColor: "#A2B2B9" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#ABB9BF" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint148_linear_91_3602", x1: "165.454", y1: "29.8338", x2: "162.351", y2: "28.721", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { offset: "0.01", stopColor: "#E5EBEE" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "white" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint149_linear_91_3602", x1: "165.277", y1: "29.7837", x2: "162.471", y2: "28.7765", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#4F5C69" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.64", stopColor: "#7E909E" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.68", stopColor: "#A2B1B8" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#CFD7DB" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint150_linear_91_3602", x1: "163.864", y1: "30.3943", x2: "163.856", y2: "28.6639", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#39414B" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#4F5C69" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint151_linear_91_3602", x1: "168.008", y1: "30.8298", x2: "167.996", y2: "27.9326", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#889BA5" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#E7ECEE" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint152_linear_91_3602", x1: "170.928", y1: "30.8167", x2: "170.915", y2: "27.9203", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#889BA5" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#E7ECEE" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint153_linear_91_3602", x1: "173.833", y1: "30.8044", x2: "173.82", y2: "27.9081", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#889BA5" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#E7ECEE" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint154_linear_91_3602", x1: "181.142", y1: "29.7963", x2: "175.609", y2: "28.6957", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#C5CFD3" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.03", stopColor: "#98A9B2" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.26", stopColor: "#ADBBC1" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.58", stopColor: "#B2C0C5" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.71", stopColor: "#8699A3" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.91", stopColor: "#AAB8BF" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#E0E6E9" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint155_linear_91_3602", x1: "178.624", y1: "29.653", x2: "178.613", y2: "27.0641", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#BCC8CC" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#E7ECEE" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint156_linear_91_3602", x1: "178.667", y1: "29.1052", x2: "178.659", y2: "27.2041", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#CBD4D7" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "white" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint157_linear_91_3602", x1: "174.01", y1: "30.5991", x2: "173.999", y2: "28.0383", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#7E909E" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#CFD7DB" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint158_linear_91_3602", x1: "171.121", y1: "30.6687", x2: "171.11", y2: "28.0508", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#7E909E" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#CFD7DB" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint159_linear_91_3602", x1: "168.192", y1: "30.6811", x2: "168.18", y2: "28.0624", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#7E909E" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#CFD7DB" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint160_linear_91_3602", x1: "117.953", y1: "30.2319", x2: "96.1151", y2: "30.0208", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#CED7DB" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.03", stopColor: "#AEBBC2" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.26", stopColor: "#BCC8CC" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.95", stopColor: "#BAC6CB" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#E7ECEE" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint161_linear_91_3602", x1: "107.056", y1: "31.2124", x2: "107.038", y2: "27.1011", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#C4D3D8" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.44", stopColor: "#E8F1F4" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#BDCCD3" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint162_linear_91_3602", x1: "111.621", y1: "29.0154", x2: "111.76", y2: "29.0255", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#778A97" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.1", stopColor: "#7A8D99" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.17", stopColor: "#8496A1" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.24", stopColor: "#94A5AE" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.28", stopColor: "#A4B4BB" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#D2DBDD" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint163_linear_91_3602", x1: "110.818", y1: "30.5537", x2: "110.805", y2: "27.5712", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "white" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#D3DCDE" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint164_linear_91_3602", x1: "100.482", y1: "28.0827", x2: "100.515", y2: "31.095", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#778A97" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.28", stopColor: "#7A8D99" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.49", stopColor: "#8496A1" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.69", stopColor: "#94A5AE" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.8", stopColor: "#A2B2B9" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#ABB9BF" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint165_linear_91_3602", x1: "115.274", y1: "28.9689", x2: "113.607", y2: "29.117", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { offset: "0.01", stopColor: "#E5EBEE" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "white" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint166_linear_91_3602", x1: "115.206", y1: "28.9768", x2: "113.75", y2: "29.1066", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#4F5C69" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.64", stopColor: "#7E909E" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.68", stopColor: "#A2B1B8" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#CFD7DB" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint167_linear_91_3602", x1: "108.725", y1: "29.0294", x2: "108.873", y2: "29.0478", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#778A97" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.1", stopColor: "#7A8D99" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.17", stopColor: "#8496A1" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.24", stopColor: "#94A5AE" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.28", stopColor: "#A4B4BB" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#D2DBDD" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint168_linear_91_3602", x1: "107.929", y1: "30.5664", x2: "107.917", y2: "27.5838", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "white" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#D3DCDE" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint169_linear_91_3602", x1: "107.904", y1: "30.4801", x2: "107.892", y2: "27.5837", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#889BA5" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#E7ECEE" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint170_linear_91_3602", x1: "105.861", y1: "29.042", x2: "106.052", y2: "29.0719", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#778A97" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.1", stopColor: "#7A8D99" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.17", stopColor: "#8496A1" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.24", stopColor: "#94A5AE" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.28", stopColor: "#A4B4BB" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#D2DBDD" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint171_linear_91_3602", x1: "105.063", y1: "30.5783", x2: "105.05", y2: "27.5949", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "white" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#D3DCDE" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint172_linear_91_3602", x1: "110.793", y1: "30.4676", x2: "110.781", y2: "27.5712", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#889BA5" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#E7ECEE" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint173_linear_91_3602", x1: "105.05", y1: "30.4924", x2: "105.038", y2: "27.5952", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#889BA5" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#E7ECEE" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint174_linear_91_3602", x1: "102.707", y1: "28.8801", x2: "98.3048", y2: "28.6994", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#E0E6E9" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.06", stopColor: "#AAB8BF" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.15", stopColor: "#8699A3" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.29", stopColor: "#B2C0C5" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.74", stopColor: "#ADBBC1" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.93", stopColor: "#98A9B2" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#C5CFD3" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint175_linear_91_3602", x1: "100.466", y1: "29.6", x2: "100.454", y2: "26.8147", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#BCC8CC" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#E7ECEE" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint176_linear_91_3602", x1: "100.333", y1: "29.0212", x2: "100.324", y2: "26.8699", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#CBD4D7" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "white" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint177_linear_91_3602", x1: "115.091", y1: "30.0313", x2: "114.11", y2: "28.5455", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#39414B" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#4F5C69" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint178_linear_91_3602", x1: "110.765", y1: "30.2871", x2: "110.754", y2: "27.6907", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#7E909E" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#CFD7DB" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint179_linear_91_3602", x1: "107.854", y1: "30.2996", x2: "107.843", y2: "27.7032", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#7E909E" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#CFD7DB" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint180_linear_91_3602", x1: "104.99", y1: "30.3123", x2: "104.979", y2: "27.7259", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#7E909E" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#CFD7DB" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint181_linear_91_3602", x1: "139.497", y1: "32.4434", x2: "139.258", y2: "12.6699", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#B9C6CA" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#D1D9DE" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint182_linear_91_3602", x1: "139.432", y1: "32.0575", x2: "139.353", y2: "13.877", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#8C9EA6" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.23", stopColor: "#91A2AA" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.48", stopColor: "#9EAEB4" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.75", stopColor: "#B5C1C6" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#D0D8DC" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint183_linear_91_3602", x1: "140.249", y1: "22.2539", x2: "119.01", y2: "22.346", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#96A6AD" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#8B9DA4" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint184_linear_91_3602", x1: "122.873", y1: "27.2086", x2: "122.831", y2: "17.6783", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { offset: "0.01", stopColor: "#8E9FA6" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.46", stopColor: "#A0AFB5" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#B1BEC3" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint185_linear_91_3602", x1: "138.884", y1: "31.3734", x2: "139.799", y2: "14.3173", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#738590" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.78", stopColor: "#4F5B66" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.83", stopColor: "#525E69" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.87", stopColor: "#5D6973" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.92", stopColor: "#6E7B84" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.96", stopColor: "#86939B" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.99", stopColor: "#A5B3B8" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#ABB9BE" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint186_linear_91_3602", x1: "155.301", y1: "30.4927", x2: "157.992", y2: "27.8822", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#262C32" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.26", stopColor: "#343C43" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.77", stopColor: "#58666F" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#6A7B86" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint187_linear_91_3602", x1: "124.229", y1: "29.5557", x2: "121.007", y2: "27.8309", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#262C32" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.26", stopColor: "#343C43" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.77", stopColor: "#58666F" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#6A7B86" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint188_linear_91_3602", x1: "159.733", y1: "20.0246", x2: "119.269", y2: "20.2001", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#F8FBFD" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.45", stopColor: "#F0F4F7" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#DFE6EB" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint189_linear_91_3602", x1: "156.01", y1: "19.5038", x2: "122.477", y2: "19.6492", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#F8FBFD" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#FDFFFF" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint190_linear_91_3602", x1: "139.957", y1: "32.4959", x2: "139.942", y2: "28.9896", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", {}), (0, jsx_runtime_1.jsx)("stop", { offset: "0.08", stopColor: "#07080A" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.18", stopColor: "#0E1013" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.26", stopColor: "#1F2225" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.44", stopColor: "#4D5256" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.68", stopColor: "#949EA2" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.8", stopColor: "#B9C5C9" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.92", stopColor: "#A3B2B9" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#9BABB3" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint191_linear_91_3602", x1: "139.966", y1: "32.5511", x2: "139.955", y2: "29.8984", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", {}), (0, jsx_runtime_1.jsx)("stop", { offset: "0.03", stopColor: "#060608" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.12", stopColor: "#181B20" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.18", stopColor: "#1F2229" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.3", stopColor: "#30343B" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.55", stopColor: "#5D646A" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.91", stopColor: "#A5B1B5" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#B9C6CA" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint192_linear_91_3602", x1: "149.009", y1: "28.7282", x2: "148.997", y2: "25.7771", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#9BABB3" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.02", stopColor: "#A1B0B7" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.09", stopColor: "#B9C4C9" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.14", stopColor: "#C2CCD0" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.87", stopColor: "#EFF3F5" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.9", stopColor: "#DDE4E7" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.98", stopColor: "#AFBCC2" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#A4B3B9" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint193_linear_91_3602", x1: "129.685", y1: "28.5563", x2: "129.674", y2: "25.9301", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#9BABB3" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.02", stopColor: "#A1B0B7" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.09", stopColor: "#B9C4C9" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.14", stopColor: "#C2CCD0" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.87", stopColor: "#EFF3F5" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.9", stopColor: "#DDE4E7" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.98", stopColor: "#AFBCC2" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#A4B3B9" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint194_linear_91_3602", x1: "150.802", y1: "28.3266", x2: "128.582", y2: "28.2704", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#ACBBC0" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.62", stopColor: "#C3CFD1" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.79", stopColor: "#CBD6D8" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#DDE4E6" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint195_linear_91_3602", x1: "150.55", y1: "29.7467", x2: "128.715", y2: "29.8413", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#BFCBCF" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.62", stopColor: "white" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.76", stopColor: "#F7F8F9" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.98", stopColor: "#E0E6E8" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#DDE4E6" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint196_linear_91_3602", x1: "149.421", y1: "26.7654", x2: "128.706", y2: "26.8552", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#E2E9EC" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.62", stopColor: "white" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "white" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint197_linear_91_3602", x1: "153.148", y1: "28.3557", x2: "153.138", y2: "26.0535", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#C9D2D6" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.38", stopColor: "#DDE4E7" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#FAFDFF" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint198_linear_91_3602", x1: "125.79", y1: "28.3575", x2: "125.781", y2: "26.1713", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#C3CFD2" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.01", stopColor: "#C3CFD2" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.41", stopColor: "#E1E8EB" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.75", stopColor: "#F3F8FA" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#FAFDFF" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint199_linear_91_3602", x1: "150.213", y1: "27.7677", x2: "128.791", y2: "27.713", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#5D6D78" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.62", stopColor: "#A2B1B7" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.95", stopColor: "#AAB9BF" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#ACBBC0" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint200_linear_91_3602", x1: "149.303", y1: "28.4772", x2: "129.171", y2: "28.5644", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#5D6D78" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.62", stopColor: "#A2B1B7" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.95", stopColor: "#AAB9BF" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#ACBBC0" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint201_linear_91_3602", x1: "155.816", y1: "26.9883", x2: "150.271", y2: "26.9742", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#5D6D78" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.62", stopColor: "#A2B1B7" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.95", stopColor: "#AAB9BF" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#ACBBC0" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint202_linear_91_3602", x1: "155.652", y1: "27.338", x2: "150.649", y2: "27.3249", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#5D6D78" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.62", stopColor: "#A2B1B7" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.95", stopColor: "#AAB9BF" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#ACBBC0" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint203_linear_91_3602", x1: "128.269", y1: "26.9974", x2: "123.326", y2: "26.9849", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#5D6D78" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.62", stopColor: "#A2B1B7" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.95", stopColor: "#AAB9BF" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#ACBBC0" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint204_linear_91_3602", x1: "127.99", y1: "27.242", x2: "123.574", y2: "27.2304", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#5D6D78" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.62", stopColor: "#A2B1B7" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.95", stopColor: "#AAB9BF" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#ACBBC0" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint205_linear_91_3602", x1: "139.667", y1: "105.09", x2: "139.562", y2: "80.7251", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { offset: "0.01", stopColor: "#575757" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.19", stopColor: "#787876" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.75", stopColor: "#D7D9D0" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#FDFFF4" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint206_linear_91_3602", x1: "99.8327", y1: "122.349", x2: "110.666", y2: "133.608", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { offset: "0.01", stopColor: "#2C2D20" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#FDFFF4" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint207_linear_91_3602", x1: "120.294", y1: "68.0852", x2: "141.244", y2: "80.1901", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { offset: "0.01", stopColor: "#2C2D20" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#FDFFF4" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint208_linear_91_3602", x1: "141.469", y1: "142.332", x2: "141.377", y2: "121.087", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { offset: "0.01", stopColor: "#A3A3A3" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.28", stopColor: "#C5C6C2" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.58", stopColor: "#E4E5DD" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.83", stopColor: "#F6F8EE" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#FDFFF4" })] }))] })] })));
43
+ };
44
+ exports.FSWinTreasureSvg = FSWinTreasureSvg;