@redneckz/wildless-cms-uni-blocks 0.7.4 → 0.7.5

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 (335) hide show
  1. package/bundle/blocks.schema.json +1 -1
  2. package/bundle/bundle.umd.js +144 -31
  3. package/bundle/bundle.umd.min.js +1 -1
  4. package/bundle/components/Calculator/BusinessDepositCalculatorForm.d.ts +5 -0
  5. package/bundle/components/Calculator/CalculatorContent.d.ts +14 -1
  6. package/bundle/components/Calculator/EmbeddableCalcBlocks.d.ts +3 -1
  7. package/bundle/components/Calculator/Rate.d.ts +2 -0
  8. package/bundle/components/Calculator/UnknownRate.d.ts +4 -0
  9. package/bundle/components/Calculator/constants.d.ts +10 -0
  10. package/bundle/components/Calculator/renderDaysInput.d.ts +8 -0
  11. package/bundle/components/Calculator/renderInterestPayment.d.ts +2 -0
  12. package/bundle/components/Calculator/useBusinessDepositCalculatorParams.d.ts +27 -0
  13. package/bundle/components/SwipeListControlBlock/SwipeListControlBlockContent.d.ts +2 -5
  14. package/bundle/icons/IconName.d.ts +4 -2
  15. package/bundle/ui-kit/Checkbox/CheckboxProps.d.ts +1 -0
  16. package/bundle/ui-kit/SwipeListControl/SwipeListContainer.d.ts +2 -1
  17. package/bundle/ui-kit/SwipeListControl/SwipeListControlContent.d.ts +15 -0
  18. package/bundle/ui-kit/SwipeListControl/SwipeListControlDots.d.ts +1 -1
  19. package/bundle/ui-kit/SwipeListControl/SwipeListControlProps.d.ts +2 -9
  20. package/cosmos-static/icons/PercentIcon.svg +1 -0
  21. package/dist/components/Calculator/BonusCalculatorForm.js +2 -1
  22. package/dist/components/Calculator/BonusCalculatorForm.js.map +1 -1
  23. package/dist/components/Calculator/BusinessDepositCalculatorForm.d.ts +5 -0
  24. package/dist/components/Calculator/BusinessDepositCalculatorForm.js +48 -0
  25. package/dist/components/Calculator/BusinessDepositCalculatorForm.js.map +1 -0
  26. package/dist/components/Calculator/CalculatorContent.d.ts +14 -1
  27. package/dist/components/Calculator/CalculatorValueBlock.js +3 -1
  28. package/dist/components/Calculator/CalculatorValueBlock.js.map +1 -1
  29. package/dist/components/Calculator/CreditCalculatorForm.js +2 -1
  30. package/dist/components/Calculator/CreditCalculatorForm.js.map +1 -1
  31. package/dist/components/Calculator/DepositCalculatorForm.js +5 -15
  32. package/dist/components/Calculator/DepositCalculatorForm.js.map +1 -1
  33. package/dist/components/Calculator/EmbeddableCalcBlocks.d.ts +3 -1
  34. package/dist/components/Calculator/EmbeddableCalcBlocks.js +2 -0
  35. package/dist/components/Calculator/EmbeddableCalcBlocks.js.map +1 -1
  36. package/dist/components/Calculator/Rate.d.ts +2 -0
  37. package/dist/components/Calculator/Rate.js +3 -1
  38. package/dist/components/Calculator/Rate.js.map +1 -1
  39. package/dist/components/Calculator/UnknownRate.d.ts +4 -0
  40. package/dist/components/Calculator/UnknownRate.js +9 -0
  41. package/dist/components/Calculator/UnknownRate.js.map +1 -0
  42. package/dist/components/Calculator/constants.d.ts +10 -0
  43. package/dist/components/Calculator/constants.js +21 -1
  44. package/dist/components/Calculator/constants.js.map +1 -1
  45. package/dist/components/Calculator/renderCalculatorBlock.js +1 -1
  46. package/dist/components/Calculator/renderCalculatorBlock.js.map +1 -1
  47. package/dist/components/Calculator/renderDaysInput.d.ts +8 -0
  48. package/dist/components/Calculator/renderDaysInput.js +16 -0
  49. package/dist/components/Calculator/renderDaysInput.js.map +1 -0
  50. package/dist/components/Calculator/renderFootnote.js +2 -1
  51. package/dist/components/Calculator/renderFootnote.js.map +1 -1
  52. package/dist/components/Calculator/renderInterestPayment.d.ts +2 -0
  53. package/dist/components/Calculator/renderInterestPayment.js +22 -0
  54. package/dist/components/Calculator/renderInterestPayment.js.map +1 -0
  55. package/dist/components/Calculator/useBusinessDepositCalculatorParams.d.ts +27 -0
  56. package/dist/components/Calculator/useBusinessDepositCalculatorParams.js +49 -0
  57. package/dist/components/Calculator/useBusinessDepositCalculatorParams.js.map +1 -0
  58. package/dist/components/Calculator/useDepositCalculatorParams.js +1 -1
  59. package/dist/components/Calculator/useDepositCalculatorParams.js.map +1 -1
  60. package/dist/components/SwipeListControlBlock/SwipeListControlBlock.js +2 -2
  61. package/dist/components/SwipeListControlBlock/SwipeListControlBlock.js.map +1 -1
  62. package/dist/components/SwipeListControlBlock/SwipeListControlBlockContent.d.ts +2 -5
  63. package/dist/icons/IconName.d.ts +4 -2
  64. package/dist/icons/IconName.js +3 -1
  65. package/dist/icons/IconName.js.map +1 -1
  66. package/dist/ui-kit/Checkbox/Checkbox.js +5 -5
  67. package/dist/ui-kit/Checkbox/Checkbox.js.map +1 -1
  68. package/dist/ui-kit/Checkbox/CheckboxProps.d.ts +1 -0
  69. package/dist/ui-kit/SwipeListControl/SwipeListContainer.d.ts +2 -1
  70. package/dist/ui-kit/SwipeListControl/SwipeListContainer.js.map +1 -1
  71. package/dist/ui-kit/SwipeListControl/SwipeListControlContent.d.ts +15 -0
  72. package/dist/ui-kit/SwipeListControl/SwipeListControlContent.js +2 -0
  73. package/dist/ui-kit/SwipeListControl/SwipeListControlContent.js.map +1 -0
  74. package/dist/ui-kit/SwipeListControl/SwipeListControlDots.d.ts +1 -1
  75. package/dist/ui-kit/SwipeListControl/SwipeListControlDots.js +1 -1
  76. package/dist/ui-kit/SwipeListControl/SwipeListControlDots.js.map +1 -1
  77. package/dist/ui-kit/SwipeListControl/SwipeListControlProps.d.ts +2 -9
  78. package/dist/utils/addSpacesBetweenNumbers.js +1 -1
  79. package/dist/utils/addSpacesBetweenNumbers.js.map +1 -1
  80. package/lib/common.css +1 -1
  81. package/lib/components/Calculator/BonusCalculatorForm.js +2 -1
  82. package/lib/components/Calculator/BonusCalculatorForm.js.map +1 -1
  83. package/lib/components/Calculator/BusinessDepositCalculatorForm.d.ts +5 -0
  84. package/lib/components/Calculator/BusinessDepositCalculatorForm.js +46 -0
  85. package/lib/components/Calculator/BusinessDepositCalculatorForm.js.map +1 -0
  86. package/lib/components/Calculator/Calculator.fixture.d.ts +1 -0
  87. package/lib/components/Calculator/CalculatorContent.d.ts +14 -1
  88. package/lib/components/Calculator/CalculatorValueBlock.js +3 -1
  89. package/lib/components/Calculator/CalculatorValueBlock.js.map +1 -1
  90. package/lib/components/Calculator/CreditCalculatorForm.js +2 -1
  91. package/lib/components/Calculator/CreditCalculatorForm.js.map +1 -1
  92. package/lib/components/Calculator/DepositCalculatorForm.js +5 -15
  93. package/lib/components/Calculator/DepositCalculatorForm.js.map +1 -1
  94. package/lib/components/Calculator/EmbeddableCalcBlocks.d.ts +3 -1
  95. package/lib/components/Calculator/EmbeddableCalcBlocks.js +2 -0
  96. package/lib/components/Calculator/EmbeddableCalcBlocks.js.map +1 -1
  97. package/lib/components/Calculator/Rate.d.ts +2 -0
  98. package/lib/components/Calculator/Rate.js +3 -1
  99. package/lib/components/Calculator/Rate.js.map +1 -1
  100. package/lib/components/Calculator/UnknownRate.d.ts +4 -0
  101. package/lib/components/Calculator/UnknownRate.js +7 -0
  102. package/lib/components/Calculator/UnknownRate.js.map +1 -0
  103. package/lib/components/Calculator/constants.d.ts +10 -0
  104. package/lib/components/Calculator/constants.js +20 -0
  105. package/lib/components/Calculator/constants.js.map +1 -1
  106. package/lib/components/Calculator/renderCalculatorBlock.js +1 -1
  107. package/lib/components/Calculator/renderCalculatorBlock.js.map +1 -1
  108. package/lib/components/Calculator/renderDaysInput.d.ts +8 -0
  109. package/lib/components/Calculator/renderDaysInput.js +13 -0
  110. package/lib/components/Calculator/renderDaysInput.js.map +1 -0
  111. package/lib/components/Calculator/renderFootnote.js +2 -1
  112. package/lib/components/Calculator/renderFootnote.js.map +1 -1
  113. package/lib/components/Calculator/renderInterestPayment.d.ts +2 -0
  114. package/lib/components/Calculator/renderInterestPayment.js +19 -0
  115. package/lib/components/Calculator/renderInterestPayment.js.map +1 -0
  116. package/lib/components/Calculator/useBusinessDepositCalculatorParams.d.ts +27 -0
  117. package/lib/components/Calculator/useBusinessDepositCalculatorParams.js +46 -0
  118. package/lib/components/Calculator/useBusinessDepositCalculatorParams.js.map +1 -0
  119. package/lib/components/Calculator/useDepositCalculatorParams.js +1 -1
  120. package/lib/components/Calculator/useDepositCalculatorParams.js.map +1 -1
  121. package/lib/components/SwipeListControlBlock/SwipeListControlBlock.fixture.d.ts +1 -0
  122. package/lib/components/SwipeListControlBlock/SwipeListControlBlock.js +2 -2
  123. package/lib/components/SwipeListControlBlock/SwipeListControlBlock.js.map +1 -1
  124. package/lib/components/SwipeListControlBlock/SwipeListControlBlockContent.d.ts +2 -5
  125. package/lib/icons/IconName.d.ts +4 -2
  126. package/lib/icons/IconName.js +3 -1
  127. package/lib/icons/IconName.js.map +1 -1
  128. package/lib/ui-kit/Checkbox/Checkbox.js +5 -5
  129. package/lib/ui-kit/Checkbox/Checkbox.js.map +1 -1
  130. package/lib/ui-kit/Checkbox/CheckboxProps.d.ts +1 -0
  131. package/lib/ui-kit/SwipeListControl/SwipeListContainer.d.ts +2 -1
  132. package/lib/ui-kit/SwipeListControl/SwipeListContainer.js.map +1 -1
  133. package/lib/ui-kit/SwipeListControl/SwipeListControlContent.d.ts +15 -0
  134. package/lib/ui-kit/SwipeListControl/SwipeListControlContent.js +2 -0
  135. package/lib/ui-kit/SwipeListControl/SwipeListControlContent.js.map +1 -0
  136. package/lib/ui-kit/SwipeListControl/SwipeListControlDots.d.ts +1 -1
  137. package/lib/ui-kit/SwipeListControl/SwipeListControlDots.js +1 -1
  138. package/lib/ui-kit/SwipeListControl/SwipeListControlDots.js.map +1 -1
  139. package/lib/ui-kit/SwipeListControl/SwipeListControlProps.d.ts +2 -9
  140. package/lib/utils/addSpacesBetweenNumbers.js +1 -1
  141. package/lib/utils/addSpacesBetweenNumbers.js.map +1 -1
  142. package/mobile/bundle/bundle.umd.js +2 -2
  143. package/mobile/bundle/bundle.umd.min.js +1 -1
  144. package/mobile/bundle/components/Calculator/BusinessDepositCalculatorForm.d.ts +5 -0
  145. package/mobile/bundle/components/Calculator/CalculatorContent.d.ts +14 -1
  146. package/mobile/bundle/components/Calculator/EmbeddableCalcBlocks.d.ts +3 -1
  147. package/mobile/bundle/components/Calculator/Rate.d.ts +2 -0
  148. package/mobile/bundle/components/Calculator/UnknownRate.d.ts +4 -0
  149. package/mobile/bundle/components/Calculator/constants.d.ts +10 -0
  150. package/mobile/bundle/components/Calculator/renderDaysInput.d.ts +8 -0
  151. package/mobile/bundle/components/Calculator/renderInterestPayment.d.ts +2 -0
  152. package/mobile/bundle/components/Calculator/useBusinessDepositCalculatorParams.d.ts +27 -0
  153. package/mobile/bundle/components/SwipeListControlBlock/SwipeListControlBlockContent.d.ts +2 -5
  154. package/mobile/bundle/icons/IconName.d.ts +4 -2
  155. package/mobile/bundle/ui-kit/Checkbox/CheckboxProps.d.ts +1 -0
  156. package/mobile/bundle/ui-kit/SwipeListControl/SwipeListContainer.d.ts +2 -1
  157. package/mobile/bundle/ui-kit/SwipeListControl/SwipeListControlContent.d.ts +15 -0
  158. package/mobile/bundle/ui-kit/SwipeListControl/SwipeListControlDots.d.ts +1 -1
  159. package/mobile/bundle/ui-kit/SwipeListControl/SwipeListControlProps.d.ts +2 -9
  160. package/mobile/dist/components/Calculator/BonusCalculatorForm.js +2 -1
  161. package/mobile/dist/components/Calculator/BonusCalculatorForm.js.map +1 -1
  162. package/mobile/dist/components/Calculator/BusinessDepositCalculatorForm.d.ts +5 -0
  163. package/mobile/dist/components/Calculator/BusinessDepositCalculatorForm.js +48 -0
  164. package/mobile/dist/components/Calculator/BusinessDepositCalculatorForm.js.map +1 -0
  165. package/mobile/dist/components/Calculator/CalculatorContent.d.ts +14 -1
  166. package/mobile/dist/components/Calculator/CalculatorValueBlock.js +3 -1
  167. package/mobile/dist/components/Calculator/CalculatorValueBlock.js.map +1 -1
  168. package/mobile/dist/components/Calculator/CreditCalculatorForm.js +2 -1
  169. package/mobile/dist/components/Calculator/CreditCalculatorForm.js.map +1 -1
  170. package/mobile/dist/components/Calculator/DepositCalculatorForm.js +5 -15
  171. package/mobile/dist/components/Calculator/DepositCalculatorForm.js.map +1 -1
  172. package/mobile/dist/components/Calculator/EmbeddableCalcBlocks.d.ts +3 -1
  173. package/mobile/dist/components/Calculator/EmbeddableCalcBlocks.js +2 -0
  174. package/mobile/dist/components/Calculator/EmbeddableCalcBlocks.js.map +1 -1
  175. package/mobile/dist/components/Calculator/Rate.d.ts +2 -0
  176. package/mobile/dist/components/Calculator/Rate.js +3 -1
  177. package/mobile/dist/components/Calculator/Rate.js.map +1 -1
  178. package/mobile/dist/components/Calculator/UnknownRate.d.ts +4 -0
  179. package/mobile/dist/components/Calculator/UnknownRate.js +9 -0
  180. package/mobile/dist/components/Calculator/UnknownRate.js.map +1 -0
  181. package/mobile/dist/components/Calculator/constants.d.ts +10 -0
  182. package/mobile/dist/components/Calculator/constants.js +21 -1
  183. package/mobile/dist/components/Calculator/constants.js.map +1 -1
  184. package/mobile/dist/components/Calculator/renderCalculatorBlock.js +1 -1
  185. package/mobile/dist/components/Calculator/renderCalculatorBlock.js.map +1 -1
  186. package/mobile/dist/components/Calculator/renderDaysInput.d.ts +8 -0
  187. package/mobile/dist/components/Calculator/renderDaysInput.js +16 -0
  188. package/mobile/dist/components/Calculator/renderDaysInput.js.map +1 -0
  189. package/mobile/dist/components/Calculator/renderFootnote.js +2 -1
  190. package/mobile/dist/components/Calculator/renderFootnote.js.map +1 -1
  191. package/mobile/dist/components/Calculator/renderInterestPayment.d.ts +2 -0
  192. package/mobile/dist/components/Calculator/renderInterestPayment.js +22 -0
  193. package/mobile/dist/components/Calculator/renderInterestPayment.js.map +1 -0
  194. package/mobile/dist/components/Calculator/useBusinessDepositCalculatorParams.d.ts +27 -0
  195. package/mobile/dist/components/Calculator/useBusinessDepositCalculatorParams.js +49 -0
  196. package/mobile/dist/components/Calculator/useBusinessDepositCalculatorParams.js.map +1 -0
  197. package/mobile/dist/components/Calculator/useDepositCalculatorParams.js +1 -1
  198. package/mobile/dist/components/Calculator/useDepositCalculatorParams.js.map +1 -1
  199. package/mobile/dist/components/SwipeListControlBlock/SwipeListControlBlock.js +2 -2
  200. package/mobile/dist/components/SwipeListControlBlock/SwipeListControlBlock.js.map +1 -1
  201. package/mobile/dist/components/SwipeListControlBlock/SwipeListControlBlockContent.d.ts +2 -5
  202. package/mobile/dist/icons/IconName.d.ts +4 -2
  203. package/mobile/dist/icons/IconName.js +3 -1
  204. package/mobile/dist/icons/IconName.js.map +1 -1
  205. package/mobile/dist/ui-kit/Checkbox/Checkbox.js +5 -5
  206. package/mobile/dist/ui-kit/Checkbox/Checkbox.js.map +1 -1
  207. package/mobile/dist/ui-kit/Checkbox/CheckboxProps.d.ts +1 -0
  208. package/mobile/dist/ui-kit/SwipeListControl/SwipeListContainer.d.ts +2 -1
  209. package/mobile/dist/ui-kit/SwipeListControl/SwipeListContainer.js.map +1 -1
  210. package/mobile/dist/ui-kit/SwipeListControl/SwipeListControlContent.d.ts +15 -0
  211. package/mobile/dist/ui-kit/SwipeListControl/SwipeListControlContent.js +2 -0
  212. package/mobile/dist/ui-kit/SwipeListControl/SwipeListControlContent.js.map +1 -0
  213. package/mobile/dist/ui-kit/SwipeListControl/SwipeListControlDots.d.ts +1 -1
  214. package/mobile/dist/ui-kit/SwipeListControl/SwipeListControlDots.js +1 -1
  215. package/mobile/dist/ui-kit/SwipeListControl/SwipeListControlDots.js.map +1 -1
  216. package/mobile/dist/ui-kit/SwipeListControl/SwipeListControlProps.d.ts +2 -9
  217. package/mobile/dist/utils/addSpacesBetweenNumbers.js +1 -1
  218. package/mobile/dist/utils/addSpacesBetweenNumbers.js.map +1 -1
  219. package/mobile/lib/components/Calculator/BonusCalculatorForm.js +2 -1
  220. package/mobile/lib/components/Calculator/BonusCalculatorForm.js.map +1 -1
  221. package/mobile/lib/components/Calculator/BusinessDepositCalculatorForm.d.ts +5 -0
  222. package/mobile/lib/components/Calculator/BusinessDepositCalculatorForm.js +46 -0
  223. package/mobile/lib/components/Calculator/BusinessDepositCalculatorForm.js.map +1 -0
  224. package/mobile/lib/components/Calculator/CalculatorContent.d.ts +14 -1
  225. package/mobile/lib/components/Calculator/CalculatorValueBlock.js +3 -1
  226. package/mobile/lib/components/Calculator/CalculatorValueBlock.js.map +1 -1
  227. package/mobile/lib/components/Calculator/CreditCalculatorForm.js +2 -1
  228. package/mobile/lib/components/Calculator/CreditCalculatorForm.js.map +1 -1
  229. package/mobile/lib/components/Calculator/DepositCalculatorForm.js +5 -15
  230. package/mobile/lib/components/Calculator/DepositCalculatorForm.js.map +1 -1
  231. package/mobile/lib/components/Calculator/EmbeddableCalcBlocks.d.ts +3 -1
  232. package/mobile/lib/components/Calculator/EmbeddableCalcBlocks.js +2 -0
  233. package/mobile/lib/components/Calculator/EmbeddableCalcBlocks.js.map +1 -1
  234. package/mobile/lib/components/Calculator/Rate.d.ts +2 -0
  235. package/mobile/lib/components/Calculator/Rate.js +3 -1
  236. package/mobile/lib/components/Calculator/Rate.js.map +1 -1
  237. package/mobile/lib/components/Calculator/UnknownRate.d.ts +4 -0
  238. package/mobile/lib/components/Calculator/UnknownRate.js +7 -0
  239. package/mobile/lib/components/Calculator/UnknownRate.js.map +1 -0
  240. package/mobile/lib/components/Calculator/constants.d.ts +10 -0
  241. package/mobile/lib/components/Calculator/constants.js +20 -0
  242. package/mobile/lib/components/Calculator/constants.js.map +1 -1
  243. package/mobile/lib/components/Calculator/renderCalculatorBlock.js +1 -1
  244. package/mobile/lib/components/Calculator/renderCalculatorBlock.js.map +1 -1
  245. package/mobile/lib/components/Calculator/renderDaysInput.d.ts +8 -0
  246. package/mobile/lib/components/Calculator/renderDaysInput.js +13 -0
  247. package/mobile/lib/components/Calculator/renderDaysInput.js.map +1 -0
  248. package/mobile/lib/components/Calculator/renderFootnote.js +2 -1
  249. package/mobile/lib/components/Calculator/renderFootnote.js.map +1 -1
  250. package/mobile/lib/components/Calculator/renderInterestPayment.d.ts +2 -0
  251. package/mobile/lib/components/Calculator/renderInterestPayment.js +19 -0
  252. package/mobile/lib/components/Calculator/renderInterestPayment.js.map +1 -0
  253. package/mobile/lib/components/Calculator/useBusinessDepositCalculatorParams.d.ts +27 -0
  254. package/mobile/lib/components/Calculator/useBusinessDepositCalculatorParams.js +46 -0
  255. package/mobile/lib/components/Calculator/useBusinessDepositCalculatorParams.js.map +1 -0
  256. package/mobile/lib/components/Calculator/useDepositCalculatorParams.js +1 -1
  257. package/mobile/lib/components/Calculator/useDepositCalculatorParams.js.map +1 -1
  258. package/mobile/lib/components/SwipeListControlBlock/SwipeListControlBlock.js +2 -2
  259. package/mobile/lib/components/SwipeListControlBlock/SwipeListControlBlock.js.map +1 -1
  260. package/mobile/lib/components/SwipeListControlBlock/SwipeListControlBlockContent.d.ts +2 -5
  261. package/mobile/lib/icons/IconName.d.ts +4 -2
  262. package/mobile/lib/icons/IconName.js +3 -1
  263. package/mobile/lib/icons/IconName.js.map +1 -1
  264. package/mobile/lib/ui-kit/Checkbox/Checkbox.js +5 -5
  265. package/mobile/lib/ui-kit/Checkbox/Checkbox.js.map +1 -1
  266. package/mobile/lib/ui-kit/Checkbox/CheckboxProps.d.ts +1 -0
  267. package/mobile/lib/ui-kit/SwipeListControl/SwipeListContainer.d.ts +2 -1
  268. package/mobile/lib/ui-kit/SwipeListControl/SwipeListContainer.js.map +1 -1
  269. package/mobile/lib/ui-kit/SwipeListControl/SwipeListControlContent.d.ts +15 -0
  270. package/mobile/lib/ui-kit/SwipeListControl/SwipeListControlContent.js +2 -0
  271. package/mobile/lib/ui-kit/SwipeListControl/SwipeListControlContent.js.map +1 -0
  272. package/mobile/lib/ui-kit/SwipeListControl/SwipeListControlDots.d.ts +1 -1
  273. package/mobile/lib/ui-kit/SwipeListControl/SwipeListControlDots.js +1 -1
  274. package/mobile/lib/ui-kit/SwipeListControl/SwipeListControlDots.js.map +1 -1
  275. package/mobile/lib/ui-kit/SwipeListControl/SwipeListControlProps.d.ts +2 -9
  276. package/mobile/lib/utils/addSpacesBetweenNumbers.js +1 -1
  277. package/mobile/lib/utils/addSpacesBetweenNumbers.js.map +1 -1
  278. package/mobile/src/components/Calculator/BonusCalculatorForm.tsx +2 -1
  279. package/mobile/src/components/Calculator/BusinessDepositCalculatorForm.tsx +133 -0
  280. package/mobile/src/components/Calculator/CalculatorContent.ts +18 -0
  281. package/mobile/src/components/Calculator/CalculatorValueBlock.tsx +17 -5
  282. package/mobile/src/components/Calculator/CreditCalculatorForm.tsx +2 -1
  283. package/mobile/src/components/Calculator/DepositCalculatorForm.tsx +8 -21
  284. package/mobile/src/components/Calculator/EmbeddableCalcBlocks.tsx +6 -0
  285. package/mobile/src/components/Calculator/Rate.tsx +34 -12
  286. package/mobile/src/components/Calculator/UnknownRate.tsx +24 -0
  287. package/mobile/src/components/Calculator/constants.ts +23 -1
  288. package/mobile/src/components/Calculator/renderCalculatorBlock.tsx +1 -1
  289. package/mobile/src/components/Calculator/renderDaysInput.tsx +36 -0
  290. package/mobile/src/components/Calculator/renderFootnote.tsx +7 -1
  291. package/mobile/src/components/Calculator/renderInterestPayment.tsx +40 -0
  292. package/mobile/src/components/Calculator/useBusinessDepositCalculatorParams.ts +109 -0
  293. package/mobile/src/components/Calculator/useDepositCalculatorParams.ts +1 -1
  294. package/mobile/src/components/SwipeListControlBlock/SwipeListControlBlock.tsx +2 -2
  295. package/mobile/src/components/SwipeListControlBlock/SwipeListControlBlockContent.ts +2 -5
  296. package/mobile/src/icons/IconName.ts +5 -5
  297. package/mobile/src/icons/PercentIcon.svg +373 -0
  298. package/mobile/src/ui-kit/Checkbox/Checkbox.tsx +37 -29
  299. package/mobile/src/ui-kit/Checkbox/CheckboxProps.ts +1 -0
  300. package/mobile/src/ui-kit/SwipeListControl/SwipeListContainer.tsx +2 -1
  301. package/mobile/src/ui-kit/SwipeListControl/SwipeListControlContent.ts +17 -0
  302. package/mobile/src/ui-kit/SwipeListControl/SwipeListControlDots.tsx +3 -2
  303. package/mobile/src/ui-kit/SwipeListControl/SwipeListControlProps.ts +2 -9
  304. package/mobile/src/utils/addSpacesBetweenNumbers.ts +1 -1
  305. package/package.json +1 -1
  306. package/src/components/Calculator/BonusCalculatorForm.tsx +2 -1
  307. package/src/components/Calculator/BusinessDepositCalculatorForm.tsx +133 -0
  308. package/src/components/Calculator/Calculator.fixture.tsx +29 -0
  309. package/src/components/Calculator/CalculatorContent.ts +18 -0
  310. package/src/components/Calculator/CalculatorValueBlock.tsx +17 -5
  311. package/src/components/Calculator/CreditCalculatorForm.tsx +2 -1
  312. package/src/components/Calculator/DepositCalculatorForm.tsx +8 -21
  313. package/src/components/Calculator/EmbeddableCalcBlocks.tsx +6 -0
  314. package/src/components/Calculator/Rate.tsx +34 -12
  315. package/src/components/Calculator/UnknownRate.tsx +24 -0
  316. package/src/components/Calculator/constants.ts +23 -1
  317. package/src/components/Calculator/renderCalculatorBlock.tsx +1 -1
  318. package/src/components/Calculator/renderDaysInput.tsx +36 -0
  319. package/src/components/Calculator/renderFootnote.tsx +7 -1
  320. package/src/components/Calculator/renderInterestPayment.tsx +40 -0
  321. package/src/components/Calculator/useBusinessDepositCalculatorParams.ts +109 -0
  322. package/src/components/Calculator/useDepositCalculatorParams.ts +1 -1
  323. package/src/components/SwipeListControlBlock/SwipeListControlBlock.fixture.tsx +18 -1
  324. package/src/components/SwipeListControlBlock/SwipeListControlBlock.tsx +2 -2
  325. package/src/components/SwipeListControlBlock/SwipeListControlBlockContent.ts +2 -5
  326. package/src/icons/IconName.ts +5 -1
  327. package/src/icons/PercentIcon.svg +373 -0
  328. package/src/ui-kit/Checkbox/Checkbox.tsx +37 -29
  329. package/src/ui-kit/Checkbox/CheckboxProps.ts +1 -0
  330. package/src/ui-kit/SwipeListControl/SwipeListContainer.tsx +2 -1
  331. package/src/ui-kit/SwipeListControl/SwipeListControlContent.ts +17 -0
  332. package/src/ui-kit/SwipeListControl/SwipeListControlDots.tsx +3 -2
  333. package/src/ui-kit/SwipeListControl/SwipeListControlProps.ts +2 -9
  334. package/src/utils/addSpacesBetweenNumbers.ts +1 -1
  335. package/tailwind.config.cjs +1 -0
@@ -0,0 +1,109 @@
1
+ import {
2
+ BUSINESS_DEPOSIT_CALC_DEFAULT_DIR,
3
+ BUSINESS_OPERATING_MAX_DAYS,
4
+ BUSINESS_OPERATING_MIN_DAYS,
5
+ BUSINESS_RATE_MIN_DAYS,
6
+ DEFAULT_BUSINESS_DEPOSIT_CALCULATOR_PARAMS,
7
+ } from './constants';
8
+ import { useCalculatorParams } from './useCalculatorParams';
9
+ import type { CommonDepositParams } from './useDepositCalculatorParams';
10
+
11
+ export interface BusinessCommonDepositParams extends CommonDepositParams {
12
+ isReplenished: boolean;
13
+ isPartialWithdrawal: boolean;
14
+ isSmallBusiness: boolean;
15
+ }
16
+ export interface BusinessDepositCalculatorSourceBookParams extends BusinessCommonDepositParams {
17
+ minSum: number;
18
+ maxSum: number;
19
+ minDays: number;
20
+ maxDays: number;
21
+ depositeName: string;
22
+ rate: number;
23
+ }
24
+
25
+ export interface BusinessDepositCalculatorUserInputParams extends BusinessCommonDepositParams {
26
+ moneyValue: number;
27
+ daysValue: number;
28
+ }
29
+
30
+ export interface BusinessDepositCalculatorParams
31
+ extends BusinessDepositCalculatorSourceBookParams,
32
+ BusinessDepositCalculatorUserInputParams {
33
+ income?: number;
34
+ finalSum?: number;
35
+ isDisabledOperatingDeposit?: boolean;
36
+ }
37
+
38
+ export type BusinessDepositCalculatorData = {
39
+ rows: BusinessDepositCalculatorSourceBookParams[];
40
+ };
41
+
42
+ export const useBusinessDepositCalculatorParams = (
43
+ userInputParams: BusinessDepositCalculatorUserInputParams,
44
+ sourceBookDir?: string,
45
+ ): BusinessDepositCalculatorParams => {
46
+ const {
47
+ daysValue,
48
+ moneyValue,
49
+ isPartialWithdrawal,
50
+ isReplenished,
51
+ isSmallBusiness,
52
+ isMonthlyInterestPayment,
53
+ } = userInputParams;
54
+ const data = useCalculatorParams<BusinessDepositCalculatorData>(
55
+ sourceBookDir || BUSINESS_DEPOSIT_CALC_DEFAULT_DIR,
56
+ );
57
+
58
+ const isOperatingDeposit = isReplenished || isPartialWithdrawal;
59
+ const isDisabledOperatingDeposit =
60
+ daysValue < BUSINESS_OPERATING_MIN_DAYS || daysValue > BUSINESS_OPERATING_MAX_DAYS;
61
+
62
+ if (daysValue <= BUSINESS_RATE_MIN_DAYS) {
63
+ return {
64
+ ...DEFAULT_BUSINESS_DEPOSIT_CALCULATOR_PARAMS,
65
+ ...userInputParams,
66
+ isDisabledOperatingDeposit,
67
+ rate: 0,
68
+ };
69
+ }
70
+ const businessDepositCalculatorSourceBookParams =
71
+ data?.rows?.find((_) => {
72
+ return (
73
+ isMonthlyInterestPayment === _.isMonthlyInterestPayment &&
74
+ isSmallBusiness === _.isSmallBusiness &&
75
+ (isOperatingDeposit
76
+ ? _.isReplenished && _.isPartialWithdrawal
77
+ : !_.isReplenished && !_.isPartialWithdrawal)
78
+ );
79
+ }) || DEFAULT_BUSINESS_DEPOSIT_CALCULATOR_PARAMS;
80
+
81
+ const { rate } = businessDepositCalculatorSourceBookParams;
82
+
83
+ const income = getDepositIncome(rate, userInputParams);
84
+ const finalSum = moneyValue + income;
85
+
86
+ return {
87
+ ...businessDepositCalculatorSourceBookParams,
88
+ ...userInputParams,
89
+ isDisabledOperatingDeposit,
90
+ income,
91
+ finalSum,
92
+ };
93
+ };
94
+
95
+ const getDepositIncome = (
96
+ rate: number,
97
+ userInputParams: BusinessDepositCalculatorUserInputParams,
98
+ ) => {
99
+ const { isMonthlyInterestPayment, moneyValue, daysValue } = userInputParams;
100
+
101
+ /*
102
+ Приблизительный расчёт, не учитывающий разницу в количестве дней в месяцах. Месяц принят за 30 дней, год за 365 дней.
103
+ */
104
+ if (isMonthlyInterestPayment) {
105
+ return Math.round(moneyValue * Math.pow((1200 + rate) / 1200, daysValue / 30) - moneyValue);
106
+ } else {
107
+ return Math.round((moneyValue * rate * daysValue) / 365 / 100);
108
+ }
109
+ };
@@ -39,7 +39,7 @@ export const useDepositCalculatorParams = (
39
39
  );
40
40
 
41
41
  const depositCalculatorSourceBookParams =
42
- data?.rows.find((_) => isMonthlyInterestPayment === _.isMonthlyInterestPayment) ||
42
+ data?.rows?.find((_) => isMonthlyInterestPayment === _.isMonthlyInterestPayment) ||
43
43
  DEFAULT_DEPOSIT_CALCULATOR_PARAMS;
44
44
 
45
45
  const { rate } = depositCalculatorSourceBookParams;
@@ -9,7 +9,7 @@ const options = {
9
9
 
10
10
  export default {
11
11
  default: (
12
- <div className="container grid grid-cols-12">
12
+ <div className="container grid grid-cols-12 p-4">
13
13
  <SwipeListControlBlock
14
14
  className="col-span-12"
15
15
  block={{
@@ -24,4 +24,21 @@ export default {
24
24
  />
25
25
  </div>
26
26
  ),
27
+ secondary: (
28
+ <div className="container grid grid-cols-12 p-4">
29
+ <SwipeListControlBlock
30
+ className="col-span-12"
31
+ block={{
32
+ type: 'SwipeListControlBlock',
33
+ blocks: [
34
+ { type: 'ProductTile', content: { ...PRODUCT_TILE, version: '' } },
35
+ { type: 'ProductTile', content: { ...PRODUCT_TILE, version: '' } },
36
+ ],
37
+ }}
38
+ listType="vertical-list"
39
+ options={options}
40
+ version="secondary"
41
+ />
42
+ </div>
43
+ ),
27
44
  };
@@ -8,10 +8,10 @@ import type { SwipeListControlBlockContent } from './SwipeListControlBlockConten
8
8
  interface SwipeListControlBlockProps extends SwipeListControlBlockContent, UniBlockProps {}
9
9
 
10
10
  export const SwipeListControlBlock: JSXBlock<SwipeListControlBlockProps> =
11
- JSX<SwipeListControlBlockProps>(({ gap, listType, padding, showDots, options, ...rest }) => {
11
+ JSX<SwipeListControlBlockProps>(({ listType, showDots, options, ...rest }) => {
12
12
  return (
13
13
  <BlockWrapper {...rest}>
14
- <SwipeListControl gap={gap} listType={listType} padding={padding} showDots={showDots}>
14
+ <SwipeListControl listType={listType} showDots={showDots}>
15
15
  {renderChildren({ ...rest, options })}
16
16
  </SwipeListControl>
17
17
  </BlockWrapper>
@@ -1,6 +1,3 @@
1
- import type { SwipeListControlProps } from '../../ui-kit/SwipeListControl/SwipeListControlProps';
1
+ import type { SwipeListControlContent } from '../../ui-kit/SwipeListControl/SwipeListControlContent';
2
2
 
3
- /**
4
- * @title Swipe-контроллер
5
- */
6
- export type SwipeListControlBlockContent = SwipeListControlProps;
3
+ export type SwipeListControlBlockContent = SwipeListControlContent;
@@ -30,6 +30,7 @@ export const IconsWithoutInversion = new Set([
30
30
  'OfficeIcon',
31
31
  'PackA4Icon',
32
32
  'PassSendIcon',
33
+ 'PercentIcon',
33
34
  'PowerIcon',
34
35
  'PumpkinIcon',
35
36
  'SignDocsIcon',
@@ -113,6 +114,7 @@ export enum IconMap {
113
114
  PassSendIcon = 'PassSendIcon',
114
115
  PercentageRoundIcon = 'PercentageRoundIcon',
115
116
  PercentageSquareIcon = 'PercentageSquareIcon',
117
+ PercentIcon = 'PercentIcon',
116
118
  PersonalCardIcon = 'PersonalCardIcon',
117
119
  PlayMarketIcon = 'PlayMarketIcon',
118
120
  PlusIcon = 'PlusIcon',
@@ -215,6 +217,7 @@ export enum IconTitleMap {
215
217
  PassSendIcon = 'Бизнес',
216
218
  PercentageRoundIcon = 'Проценты (круг.)',
217
219
  PercentageSquareIcon = 'Проценты',
220
+ PercentIcon = 'PercentIcon',
218
221
  PersonalCardIcon = 'Персональная карта',
219
222
  PlayMarketIcon = 'Лого «PlayMarket»',
220
223
  PlusIcon = 'Плюс',
@@ -249,7 +252,7 @@ export enum IconTitleMap {
249
252
  * @title Иконка
250
253
  * @enumNames [
251
254
  * "",
252
- * 'Деньги', 'Самолёт', 'Лого «Apple»', 'Стрелка \'Вниз\'', 'Стрелка \'Влево\'', 'Стрелка \'Вправо\'', 'Стрелка \'Вверх-право\'', 'Стрелка \'Вверх\'', 'Банкомат', 'Банк', 'Здание с деревом', 'Бургер', 'Календарь 2', 'Скруглённый календарь', 'Календарь', 'Календарь с галочкой', 'Машина2', 'Кред. карта', 'Кред. карта под наклоном', 'Кред. карта с галочкой', 'Карта с драгоценностями', 'Машина', 'Деньги внутри кошелька', 'Кинотеатр', 'Часы', 'Крестик', 'Кресло', 'Кредитные карты', 'Скидка', 'Скачать документ', 'Документ', 'Документ (одноцветный)', 'Документы', 'Документы-2', 'Документ с текстом', 'Доллар', 'Зелёная \'галочка\' в круге', 'Зелёная \'галочка\'', 'Земля', 'Пустой кошелёк с возвратом', 'Пустой кошелёк', 'Евро', 'FullScreenIcon', 'Геолокация', 'Зеркало', 'Глобус', 'Gps', 'Сетка (белая)', 'Сердце', 'Лого «Huawei»', 'Диаграмма роста', 'Скидка', 'JCB', 'Logo', 'Лупа', 'Маркер карты', 'Маркер карты РСХБ', 'MasterCard', 'Лого Метро', 'Минус', 'МИР', 'Деньги', 'Денежное страхование', 'Купюры', 'Монитор и мобильный', 'Новый документ', 'Офис', 'Лого «Одноклассники»', 'Пачка бумаги А4', 'Бизнес', 'Проценты (круг.)', 'Проценты', 'Персональная карта', 'Лого «PlayMarket»', 'Плюс', 'Щит', 'Профиль, 2 персоны', 'Профиль', 'Тыква', 'Рубль (круг.)', 'Сейф', 'Безопасность', 'Подписанные документы', 'Маленькие часы', 'Звук', 'Ящик с замочной скважиной', 'Лого «Telegram»', 'UnionPay', 'UserGeoLocationIcon', 'Пользователь в рамке', 'Пользователь', 'Visa', 'Лого «VK»', 'Пополнение карты', 'Кошелёк с плюсом', 'Кошелёк', 'Кошелёк с деньгами', 'Добавить продукт', 'Лого «Youtube»'
255
+ * 'Деньги', 'Самолёт', 'Лого «Apple»', 'Стрелка \'Вниз\'', 'Стрелка \'Влево\'', 'Стрелка \'Вправо\'', 'Стрелка \'Вверх-право\'', 'Стрелка \'Вверх\'', 'Банкомат', 'Банк', 'Здание с деревом', 'Бургер', 'Календарь 2', 'Скруглённый календарь', 'Календарь', 'Календарь с галочкой', 'Машина2', 'Кред. карта', 'Кред. карта под наклоном', 'Кред. карта с галочкой', 'Карта с драгоценностями', 'Машина', 'Деньги внутри кошелька', 'Кинотеатр', 'Часы', 'Крестик', 'Кресло', 'Кредитные карты', 'Скидка', 'Скачать документ', 'Документ', 'Документ (одноцветный)', 'Документы', 'Документы-2', 'Документ с текстом', 'Доллар', 'Зелёная \'галочка\' в круге', 'Зелёная \'галочка\'', 'Земля', 'Пустой кошелёк с возвратом', 'Пустой кошелёк', 'Евро', 'FullScreenIcon', 'Геолокация', 'Зеркало', 'Глобус', 'Gps', 'Сетка (белая)', 'Сердце', 'Лого «Huawei»', 'Диаграмма роста', 'Скидка', 'JCB', 'Logo', 'Лупа', 'Маркер карты', 'Маркер карты РСХБ', 'MasterCard', 'Лого Метро', 'Минус', 'МИР', 'Деньги', 'Денежное страхование', 'Купюры', 'Монитор и мобильный', 'Новый документ', 'Офис', 'Лого «Одноклассники»', 'Пачка бумаги А4', 'Бизнес', 'Проценты (круг.)', 'Проценты', 'PercentIcon', 'Персональная карта', 'Лого «PlayMarket»', 'Плюс', 'Щит', 'Профиль, 2 персоны', 'Профиль', 'Тыква', 'Рубль (круг.)', 'Сейф', 'Безопасность', 'Подписанные документы', 'Маленькие часы', 'Звук', 'Ящик с замочной скважиной', 'Лого «Telegram»', 'UnionPay', 'UserGeoLocationIcon', 'Пользователь в рамке', 'Пользователь', 'Visa', 'Лого «VK»', 'Пополнение карты', 'Кошелёк с плюсом', 'Кошелёк', 'Кошелёк с деньгами', 'Добавить продукт', 'Лого «Youtube»'
253
256
  * ]
254
257
  */
255
258
  export type IconName =
@@ -326,6 +329,7 @@ export type IconName =
326
329
  | 'PassSendIcon'
327
330
  | 'PercentageRoundIcon'
328
331
  | 'PercentageSquareIcon'
332
+ | 'PercentIcon'
329
333
  | 'PersonalCardIcon'
330
334
  | 'PlayMarketIcon'
331
335
  | 'PlusIcon'
@@ -0,0 +1,373 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="95" height="88" fill="none">
2
+ <g filter="url(#a)">
3
+ <path fill="url(#b)" d="M92.249 84.398c0-.8-20.147-1.449-44.998-1.449-24.852 0-44.999.649-44.999 1.45 0 .8 20.147 1.449 44.998 1.449 24.852 0 44.999-.65 44.999-1.45Z"/>
4
+ <path fill="url(#c)" d="M92.249 84.398c0-.8-20.147-1.449-44.998-1.449-24.852 0-44.999.649-44.999 1.45 0 .8 20.147 1.449 44.998 1.449 24.852 0 44.999-.65 44.999-1.45Z"/>
5
+ </g>
6
+ <path fill="#050304" d="M53.314 84.397c0-.481-10.846-.871-24.226-.871-13.38 0-24.226.39-24.226.87 0 .482 10.847.872 24.226.872 13.38 0 24.226-.39 24.226-.871Z"/>
7
+ <path fill="url(#d)" d="M53.314 84.397c0-.481-10.846-.871-24.226-.871-13.38 0-24.226.39-24.226.87 0 .482 10.847.872 24.226.872 13.38 0 24.226-.39 24.226-.871Z"/>
8
+ <mask id="e" width="77" height="77" x="7" y="8" maskUnits="userSpaceOnUse" style="mask-type:alpha">
9
+ <path fill="#fff" d="M12.064 39.77c-3.044-3.342-4.566-7.665-4.566-12.969 0-5.298 1.522-9.616 4.566-12.942 3.043-3.325 6.96-4.988 11.769-4.988 4.836 0 8.759 1.652 11.769 4.966 3.004 3.309 4.51 7.632 4.51 12.97 0 5.298-1.506 9.621-4.51 12.97-3.004 3.342-6.927 5.016-11.77 5.016-4.807-.006-8.73-1.68-11.768-5.022ZM15.237 83.1l26.52-37.838 22.896-35.009h11.791L49.282 48.783 27.136 83.1H15.237ZM28.601 34.06c1.195-1.815 1.787-4.233 1.787-7.26 0-3.095-.586-5.53-1.758-7.31-1.173-1.782-2.774-2.667-4.803-2.667s-3.641.89-4.83 2.666c-1.195 1.782-1.787 4.216-1.787 7.311 0 3.027.603 5.445 1.815 7.26 1.212 1.815 2.813 2.722 4.802 2.722 1.99 0 3.585-.907 4.774-2.722Zm27.112 45.278c-3.01-3.325-4.51-7.66-4.51-12.992 0-5.264 1.5-9.56 4.51-12.885 3.005-3.326 6.91-4.989 11.713-4.989 4.876 0 8.816 1.652 11.82 4.966 3.004 3.309 4.509 7.615 4.509 12.914 0 5.338-1.505 9.666-4.51 12.992-3.01 3.326-6.943 4.988-11.82 4.988-4.801-.005-8.707-1.668-11.712-4.994Zm16.493-5.681c1.19-1.815 1.787-4.25 1.787-7.311 0-3.094-.581-5.524-1.736-7.282-1.156-1.759-2.768-2.644-4.831-2.644-2.03 0-3.63.89-4.802 2.666-1.173 1.781-1.759 4.2-1.759 7.26 0 3.06.597 5.496 1.787 7.31 1.19 1.816 2.784 2.723 4.774 2.723 1.99 0 3.585-.913 4.78-2.722Z"/>
10
+ </mask>
11
+ <g mask="url(#e)">
12
+ <g filter="url(#f)">
13
+ <path fill="#226D23" d="M12.064 39.77c-3.044-3.342-4.566-7.665-4.566-12.969 0-5.298 1.522-9.616 4.566-12.942 3.043-3.325 6.96-4.988 11.769-4.988 4.836 0 8.759 1.652 11.769 4.966 3.004 3.309 4.51 7.632 4.51 12.97 0 5.298-1.506 9.621-4.51 12.97-3.004 3.342-6.927 5.016-11.77 5.016-4.807-.006-8.73-1.68-11.768-5.022ZM15.237 83.1l26.52-37.838 22.896-35.009h11.791L49.282 48.783 27.136 83.1H15.237ZM28.601 34.06c1.195-1.815 1.787-4.233 1.787-7.26 0-3.095-.586-5.53-1.758-7.31-1.173-1.782-2.774-2.667-4.803-2.667s-3.641.89-4.83 2.666c-1.195 1.782-1.787 4.216-1.787 7.311 0 3.027.603 5.445 1.815 7.26 1.212 1.815 2.813 2.722 4.802 2.722 1.99 0 3.585-.907 4.774-2.722Zm27.112 45.278c-3.01-3.325-4.51-7.66-4.51-12.992 0-5.264 1.5-9.56 4.51-12.885 3.005-3.326 6.91-4.989 11.713-4.989 4.876 0 8.816 1.652 11.82 4.966 3.004 3.309 4.509 7.615 4.509 12.914 0 5.338-1.505 9.666-4.51 12.992-3.01 3.326-6.943 4.988-11.82 4.988-4.801-.005-8.707-1.668-11.712-4.994Zm16.493-5.681c1.19-1.815 1.787-4.25 1.787-7.311 0-3.094-.581-5.524-1.736-7.282-1.156-1.759-2.768-2.644-4.831-2.644-2.03 0-3.63.89-4.802 2.666-1.173 1.781-1.759 4.2-1.759 7.26 0 3.06.597 5.496 1.787 7.31 1.19 1.816 2.784 2.723 4.774 2.723 1.99 0 3.585-.913 4.78-2.722Z"/>
14
+ </g>
15
+ <g filter="url(#g)">
16
+ <path fill="url(#h)" d="M77.91 79.891c-4.078 4.02-9.747 4.224-12.071 3.824 2.774-.125 8.382-.597 12.072-4.71 3.69-4.111 4.715-8.128 5.282-13.105-.11 4.458-1.203 9.972-5.282 13.991Z"/>
17
+ <path fill="url(#i)" d="M77.91 79.891c-4.078 4.02-9.747 4.224-12.071 3.824 2.774-.125 8.382-.597 12.072-4.71 3.69-4.111 4.715-8.128 5.282-13.105-.11 4.458-1.203 9.972-5.282 13.991Z"/>
18
+ </g>
19
+ <g filter="url(#j)">
20
+ <path fill="#226D23" d="M12.064 39.77c-3.044-3.342-4.566-7.665-4.566-12.969 0-5.298 1.522-9.616 4.566-12.942 3.043-3.325 6.96-4.988 11.769-4.988 4.836 0 8.759 1.652 11.769 4.966 3.004 3.309 4.51 7.632 4.51 12.97 0 5.298-1.506 9.621-4.51 12.97-3.004 3.342-6.927 5.016-11.77 5.016-4.807-.006-8.73-1.68-11.768-5.022ZM28.6 34.06c1.195-1.814 1.787-4.232 1.787-7.259 0-3.095-.586-5.53-1.758-7.31-1.173-1.782-2.774-2.667-4.803-2.667s-3.641.89-4.83 2.666c-1.195 1.782-1.787 4.216-1.787 7.311 0 3.027.603 5.445 1.815 7.26 1.212 1.815 2.813 2.722 4.802 2.722 1.99 0 3.585-.907 4.774-2.722Z"/>
21
+ <path fill="url(#k)" d="M12.064 39.77c-3.044-3.342-4.566-7.665-4.566-12.969 0-5.298 1.522-9.616 4.566-12.942 3.043-3.325 6.96-4.988 11.769-4.988 4.836 0 8.759 1.652 11.769 4.966 3.004 3.309 4.51 7.632 4.51 12.97 0 5.298-1.506 9.621-4.51 12.97-3.004 3.342-6.927 5.016-11.77 5.016-4.807-.006-8.73-1.68-11.768-5.022ZM28.6 34.06c1.195-1.814 1.787-4.232 1.787-7.259 0-3.095-.586-5.53-1.758-7.31-1.173-1.782-2.774-2.667-4.803-2.667s-3.641.89-4.83 2.666c-1.195 1.782-1.787 4.216-1.787 7.311 0 3.027.603 5.445 1.815 7.26 1.212 1.815 2.813 2.722 4.802 2.722 1.99 0 3.585-.907 4.774-2.722Z"/>
22
+ </g>
23
+ <g filter="url(#l)">
24
+ <path fill="url(#m)" d="M59.095 51.63c-4.673 3.444-6.354 8.865-6.61 11.145.59-2.126 2.344-7.34 6.918-10.722 4.333-3.205 10.095-2.883 12.567-2.152-2.344-.859-8.201-1.715-12.875 1.729Z"/>
25
+ </g>
26
+ <g filter="url(#n)">
27
+ <path fill="url(#o)" d="M15.095 11.995c-4.673 3.444-6.354 8.865-6.61 11.146.59-2.127 2.345-7.341 6.918-10.723 4.333-3.204 10.095-2.882 12.567-2.152-2.344-.859-8.201-1.714-12.874 1.73Z"/>
28
+ </g>
29
+ <g filter="url(#p)">
30
+ <path fill="url(#q)" d="M72.854 74.715c1.254-1.913 1.883-4.479 1.883-7.705 0-3.261-.611-5.822-1.83-7.675-1.217-1.854-2.916-2.786-5.09-2.786h-.063c2.104.018 3.751.934 4.935 2.735 1.196 1.82 1.797 4.334 1.797 7.536 0 3.167-.619 5.687-1.85 7.565-1.236 1.872-2.886 2.817-4.945 2.817-2.06 0-3.71-.94-4.94-2.817-1.219-1.86-1.837-4.348-1.85-7.47v.095c0 3.226.63 5.792 1.884 7.705 1.253 1.913 2.934 2.87 5.032 2.87 2.097 0 3.778-.963 5.037-2.87Z"/>
31
+ </g>
32
+ <g filter="url(#r)">
33
+ <path fill="url(#s)" d="M29.258 34.86c1.253-1.913 1.883-4.48 1.883-7.705 0-3.262-.612-5.822-1.83-7.675-1.218-1.854-2.917-2.787-5.091-2.787h-.063c2.105.018 3.752.934 4.936 2.736 1.195 1.82 1.796 4.333 1.796 7.536 0 3.166-.618 5.686-1.849 7.564-1.236 1.873-2.887 2.817-4.946 2.817-2.059 0-3.71-.939-4.94-2.817-1.218-1.859-1.837-4.348-1.849-7.47v.096c0 3.226.63 5.792 1.883 7.705 1.254 1.913 2.935 2.87 5.032 2.87s3.778-.963 5.038-2.87Z"/>
34
+ </g>
35
+ <g filter="url(#t)">
36
+ <path fill="#050304" d="M29.965 78.542c9.142 0 16.553-7.41 16.553-16.552s-7.41-16.553-16.553-16.553c-9.141 0-16.552 7.411-16.552 16.553 0 9.142 7.41 16.552 16.552 16.552Z"/>
37
+ <path fill="url(#u)" d="M29.965 78.542c9.142 0 16.553-7.41 16.553-16.552s-7.41-16.553-16.553-16.553c-9.141 0-16.552 7.411-16.552 16.553 0 9.142 7.41 16.552 16.552 16.552Z"/>
38
+ </g>
39
+ <g filter="url(#v)">
40
+ <path fill="url(#w)" fill-opacity=".5" d="M28.447 81.074C37.59 81.074 45 73.663 45 64.52c0-9.142-7.411-16.552-16.553-16.552-9.141 0-16.552 7.41-16.552 16.552s7.41 16.553 16.552 16.553Z"/>
41
+ </g>
42
+ <g filter="url(#x)">
43
+ <path fill="url(#y)" d="M31.645 74.67c.66-1.5 21.944-32.967 32.017-47.913l-.825-1.425c-1.275 2.224-6.044 9.868-14.322 22.644C40.238 60.753 31.67 71.096 28.42 74.67c.8.625 2.565 1.5 3.225 0Z"/>
44
+ </g>
45
+ <g filter="url(#z)">
46
+ <path fill="url(#A)" fill-opacity=".45" d="M80.948 18.62c0 8.07-6.543 14.613-14.614 14.613-8.071 0-14.614-6.542-14.614-14.613S58.263 4.006 66.334 4.006c8.07 0 14.614 6.543 14.614 14.614Z"/>
47
+ </g>
48
+ <g filter="url(#B)">
49
+ <path fill="url(#C)" d="M34.246 40.567c-4.079 4.019-9.747 4.224-12.072 3.824 2.775-.125 8.383-.597 12.072-4.71 3.69-4.111 4.716-8.128 5.282-13.105-.11 4.457-1.203 9.972-5.282 13.99Z"/>
50
+ </g>
51
+ </g>
52
+ <mask id="D" width="34" height="34" x="4" y="39" maskUnits="userSpaceOnUse" style="mask-type:alpha">
53
+ <path fill="#fff" d="M21.415 72.884c9.142 0 16.552-7.41 16.552-16.552s-7.41-16.553-16.552-16.553S4.862 47.19 4.862 56.332c0 9.141 7.411 16.552 16.553 16.552Z"/>
54
+ </mask>
55
+ <g mask="url(#D)">
56
+ <path fill="#050304" d="M21.415 72.884c9.142 0 16.552-7.41 16.552-16.552s-7.41-16.553-16.552-16.553S4.862 47.19 4.862 56.332c0 9.141 7.411 16.552 16.553 16.552Z"/>
57
+ <path fill="url(#E)" d="M21.415 72.884c9.142 0 16.552-7.41 16.552-16.552s-7.41-16.553-16.552-16.553S4.862 47.19 4.862 56.332c0 9.141 7.411 16.552 16.553 16.552Z"/>
58
+ <path fill="url(#F)" d="M21.415 72.884c9.142 0 16.552-7.41 16.552-16.552s-7.41-16.553-16.552-16.553S4.862 47.19 4.862 56.332c0 9.141 7.411 16.552 16.553 16.552Z"/>
59
+ <path fill="#FA552D" fill-rule="evenodd" d="M32.887 52.24h6.449v-.222h-6.449v.222Zm0 .83h6.449v-.222h-6.449v.223Zm6.449.83h-6.449v-.222h6.449v.223Zm-6.449.83h6.449v-.222h-6.449v.223Zm6.449.831h-6.449v-.223h6.449v.223Zm-6.449.83h6.449v-.222h-6.449v.222Zm6.449.83h-6.449V57h6.449v.223Zm-6.449.83h6.449v-.222h-6.449v.223Zm6.449.831h-6.449v-.223h6.449v.223Zm-6.449.83h6.449v-.223h-6.449v.223Zm6.449.83h-6.449v-.222h6.449v.222Zm-6.449.83h6.449v-.222h-6.449v.223Zm6.449.83h-6.449v-.222h6.449v.223Zm-6.449.831h6.449v-.223h-6.449v.223Zm6.449.83h-6.449v-.222h6.449v.222Zm-6.449.83h6.449v-.222h-6.449v.222Z" clip-rule="evenodd"/>
60
+ </g>
61
+ <mask id="G" width="34" height="34" x="2" y="39" maskUnits="userSpaceOnUse" style="mask-type:alpha">
62
+ <path fill="#91BD65" d="M19.297 72.884c9.142 0 16.552-7.41 16.552-16.552s-7.41-16.553-16.552-16.553S2.745 47.19 2.745 56.332c0 9.141 7.41 16.552 16.552 16.552Z"/>
63
+ </mask>
64
+ <g mask="url(#G)">
65
+ <path fill="#FFCA42" d="M19.297 72.884c9.142 0 16.552-7.41 16.552-16.552s-7.41-16.553-16.552-16.553S2.745 47.19 2.745 56.332c0 9.141 7.41 16.552 16.552 16.552Z"/>
66
+ <path fill="url(#H)" d="M19.297 72.884c9.142 0 16.552-7.41 16.552-16.552s-7.41-16.553-16.552-16.553S2.745 47.19 2.745 56.332c0 9.141 7.41 16.552 16.552 16.552Z"/>
67
+ <path fill="#FFCA42" d="m12.91 51.118-7.384-8.17-2.827 1.635 6.255 6.713 3.956-.178Z"/>
68
+ <path fill="#fff" d="m12.91 51.118-7.384-8.17-2.827 1.635 6.255 6.713 3.956-.178Z"/>
69
+ <mask id="I" width="28" height="28" x="5" y="42" maskUnits="userSpaceOnUse" style="mask-type:alpha">
70
+ <path fill="#91BD65" d="M19.297 69.941c7.517 0 13.61-6.093 13.61-13.61 0-7.517-6.093-13.61-13.61-13.61-7.517 0-13.61 6.093-13.61 13.61 0 7.517 6.093 13.61 13.61 13.61Z"/>
71
+ </mask>
72
+ <g mask="url(#I)">
73
+ <path fill="#FA552D" d="M19.297 69.941c7.517 0 13.61-6.093 13.61-13.61 0-7.517-6.093-13.61-13.61-13.61-7.517 0-13.61 6.093-13.61 13.61 0 7.517 6.093 13.61 13.61 13.61Z"/>
74
+ <path fill="url(#J)" d="M19.297 69.941c7.517 0 13.61-6.093 13.61-13.61 0-7.517-6.093-13.61-13.61-13.61-7.517 0-13.61 6.093-13.61 13.61 0 7.517 6.093 13.61 13.61 13.61Z"/>
75
+ <path fill="url(#K)" d="M19.297 69.941c7.517 0 13.61-6.093 13.61-13.61 0-7.517-6.093-13.61-13.61-13.61-7.517 0-13.61 6.093-13.61 13.61 0 7.517 6.093 13.61 13.61 13.61Z"/>
76
+ <path fill="#FFCA42" d="M4.385 72.586h29.363L31.45 60.785a3.147 3.147 0 0 0-3.086-2.543H9.77a3.147 3.147 0 0 0-3.087 2.543l-2.3 11.801Z"/>
77
+ <path fill="url(#L)" d="M4.385 72.586h29.363L31.45 60.785a3.147 3.147 0 0 0-3.086-2.543H9.77a3.147 3.147 0 0 0-3.087 2.543l-2.3 11.801Z"/>
78
+ </g>
79
+ <path fill="#FFCA42" d="M15.522 50.905c2.39-1.986.944-5.06-2.476-2.72-3.824 2.621-.532 5.222 2.476 2.72Z"/>
80
+ <path fill="url(#M)" d="M15.522 50.905c2.39-1.986.944-5.06-2.476-2.72-3.824 2.621-.532 5.222 2.476 2.72Z"/>
81
+ <path fill="#FA552D" d="M19.833 44.328c-7.516 0-13.61 6.094-13.61 13.61 0 1.203.156 2.37.449 3.482a13.568 13.568 0 0 1-.985-5.089c0-7.516 6.094-13.61 13.61-13.61 6.313 0 11.62 4.302 13.161 10.132-2.019-4.998-6.91-8.525-12.625-8.525Z"/>
82
+ <path fill="url(#N)" d="M19.833 44.328c-7.516 0-13.61 6.094-13.61 13.61 0 1.203.156 2.37.449 3.482a13.568 13.568 0 0 1-.985-5.089c0-7.516 6.094-13.61 13.61-13.61 6.313 0 11.62 4.302 13.161 10.132-2.019-4.998-6.91-8.525-12.625-8.525Z"/>
83
+ <path fill="#fff" d="M2.745 56.5c.094-9.08 7.485-16.413 16.587-16.413 7.936 0 14.57 5.573 16.203 13.018-1.5-7.597-8.2-13.326-16.238-13.326-9.142 0-16.552 7.411-16.552 16.553v.168Z"/>
84
+ <path fill="#fff" d="M32.908 56.333c0 7.516-6.094 13.61-13.61 13.61a13.598 13.598 0 0 1-11.341-6.082 13.6 13.6 0 0 0 11.47 6.281c7.517 0 13.61-6.093 13.61-13.61 0-2.784-.835-5.372-2.27-7.528a13.547 13.547 0 0 1 2.14 7.329Z"/>
85
+ <path fill="#fff" d="M28.56 66.247c-.428-.442-.199-1.708-.692-1.708v-.004c-.394 0-.286 1.326-.748 1.772-.443.428-1.708.199-1.708.69 0 .489 1.268.263 1.708.691.462.447.354 1.772.748 1.772v-.004c.493 0 .264-1.267.692-1.707.445-.462 1.771-.354 1.771-.749 0-.394-1.326-.29-1.771-.753Z"/>
86
+ </g>
87
+ <path fill="#fff" d="M17.286 40.18a.577.577 0 1 1 1.11-.314.577.577 0 0 1-1.11.314ZM21.844 41.45a.375.375 0 1 1 .721-.203.375.375 0 0 1-.721.204Z"/>
88
+ <path fill="#fff" d="M12.231 38.276c.02-.063 2.592.675 5.746 1.648 3.154.974 5.696 1.813 5.677 1.875-.02.063-2.592-.676-5.747-1.649-3.154-.973-5.695-1.812-5.676-1.874Z"/>
89
+ <path fill="#fff" d="M16.025 41.995c-.032-.03.818-.957 1.9-2.068 1.081-1.111 1.984-1.987 2.016-1.956.032.031-.819.957-1.9 2.069-1.082 1.11-1.984 1.986-2.016 1.955Z"/>
90
+ <path fill="#FA552D" d="M38.511 76.61H4.936a.827.827 0 0 1-.824-.825v-2.213c0-.453.371-.824.824-.824h33.575c.453 0 .824.37.824.824v2.213c0 .453-.37.824-.824.824Z"/>
91
+ <path fill="url(#O)" d="M38.511 76.61H4.936a.827.827 0 0 1-.824-.825v-2.213c0-.453.371-.824.824-.824h33.575c.453 0 .824.37.824.824v2.213c0 .453-.37.824-.824.824Z"/>
92
+ <path fill="#050304" d="M16.05 75.48h-.598v.552h.598v-.552Zm1.195-.42h-.598v.972h.598v-.973Zm1.195-.644h-.598v1.616h.598v-1.616Zm1.195.26h-.598v1.356h.598v-1.356Zm1.19-1.356h-.597v2.436h.598V73.32Zm1.196 0h-.598v2.712h.598V73.32Zm1.195 0h-.598v2.712h.598V73.32Zm1.195 0h-.598v2.712h.598V73.32Zm1.19 0h-.597v2.712h.598V73.32Zm1.196 0h-.598v2.712h.598V73.32Zm1.194 0h-.597v2.712h.598V73.32Zm1.195 0h-.597v1.904h.597V73.32Zm1.191 0h-.597v2.712h.597V73.32Zm1.195 0h-.597v2.712h.597V73.32Zm1.195 0h-.597v2.712h.597V73.32Zm1.195 0h-.597v2.712h.597V73.32Zm1.191 0h-.597v2.712h.597V73.32Zm1.195 0h-.597v2.712h.597V73.32Zm1.195 0h-.597v2.712h.597V73.32Zm1.195 0h-.597v2.712h.597V73.32Z"/>
93
+ <path fill="#050304" d="M38.511 76.61h-8.546v-3.862h8.542c.453 0 .824.37.824.824v2.213a.82.82 0 0 1-.82.824Z"/>
94
+ <path fill="url(#P)" d="M38.511 76.61h-8.546v-3.862h8.542c.453 0 .824.37.824.824v2.213a.82.82 0 0 1-.82.824Z"/>
95
+ <path fill="#FA552D" d="M37.752 76.61H36.37v-3.862h1.383v3.861Z"/>
96
+ <path fill="#FA552D" d="M42.593 80.47H9.023a.827.827 0 0 1-.824-.824v-2.213c0-.453.37-.824.824-.824h33.574c.454 0 .825.371.825.825v2.212a.83.83 0 0 1-.829.824Z"/>
97
+ <path fill="#050304" d="M42.593 80.47H28.91l-20.71-2.175v-.862c0-.453.37-.824.824-.824h33.574c.454 0 .825.371.825.825v2.212a.83.83 0 0 1-.829.824Z"/>
98
+ <path fill="url(#Q)" d="M42.593 80.47H28.91l-20.71-2.175v-.862c0-.453.37-.824.824-.824h33.574c.454 0 .825.371.825.825v2.212a.83.83 0 0 1-.829.824Z"/>
99
+ <path fill="url(#R)" d="M42.593 80.47H28.91l-20.71-2.175v-.862c0-.453.37-.824.824-.824h33.574c.454 0 .825.371.825.825v2.212a.83.83 0 0 1-.829.824Z"/>
100
+ <path fill="#050304" d="M40.92 84.33H7.346a.827.827 0 0 1-.824-.824v-2.213c0-.453.37-.824.824-.824H40.92c.454 0 .825.37.825.824v2.213c0 .457-.371.824-.825.824Z"/>
101
+ <path fill="url(#S)" d="M40.92 84.33H7.346a.827.827 0 0 1-.824-.824v-2.213c0-.453.37-.824.824-.824H40.92c.454 0 .825.37.825.824v2.213c0 .457-.371.824-.825.824Z"/>
102
+ <path fill="#050304" d="M40.92 84.33H32.38v-3.861h8.541c.454 0 .825.37.825.824v2.213c0 .457-.371.824-.825.824Z"/>
103
+ <path fill="url(#T)" d="M40.92 84.33H32.38v-3.861h8.541c.454 0 .825.37.825.824v2.213c0 .457-.371.824-.825.824Z"/>
104
+ <path fill="#FA552D" d="M12.492 81.07h-.597v2.658h.597V81.07Zm1.195.334h-.597v1.99h.597v-1.99Zm1.191.614h-.598v.762h.598v-.762Zm1.195.56h-.598v1.15h.598v-1.15Zm1.195-1.137h-.598v.956h.598v-.956Zm2.386.383h-.598v1.15h.598v-1.15Z"/>
105
+ <path fill="url(#U)" d="M82.18 14.69c0 8.07-6.544 14.614-14.615 14.614-8.07 0-14.613-6.543-14.613-14.614 0-8.071 6.542-14.614 14.613-14.614S82.18 6.62 82.18 14.69Z"/>
106
+ <mask id="V" width="30" height="30" x="52" y="0" maskUnits="userSpaceOnUse" style="mask-type:alpha">
107
+ <path fill="#fff" d="M81.853 14.69c0 8.07-6.543 14.614-14.614 14.614-8.07 0-14.614-6.543-14.614-14.614C52.625 6.619 59.168.076 67.24.076c8.071 0 14.614 6.543 14.614 14.614Z"/>
108
+ </mask>
109
+ <g mask="url(#V)">
110
+ <path fill="url(#W)" d="M81.853 14.69c0 8.07-6.543 14.614-14.614 14.614-8.07 0-14.614-6.543-14.614-14.614C52.625 6.619 59.168.076 67.24.076c8.071 0 14.614 6.543 14.614 14.614Z"/>
111
+ <path fill="#F8B690" d="M67.402.077c-7.996.087-14.45 6.596-14.45 14.613s6.454 14.525 14.45 14.613h-.163c-8.07 0-14.614-6.542-14.614-14.613S59.168.076 67.24.076l.163.001Z"/>
112
+ <g filter="url(#X)">
113
+ <path fill="url(#Y)" d="M1.606 44.428c-3.64-3.997-5.46-9.168-5.46-15.51 0-6.337 1.82-11.5 5.46-15.478C5.246 9.463 9.93 7.475 15.68 7.475c5.783 0 10.475 1.975 14.075 5.938 3.592 3.957 5.392 9.127 5.392 15.511 0 6.336-1.8 11.507-5.393 15.51-3.592 3.998-8.284 6-14.074 6-5.75-.007-10.442-2.009-14.075-6.006ZM5.4 96.245l31.716-45.252 27.38-41.867H78.6l-32.484 46.08L19.63 96.245H5.4Zm15.982-58.646c1.43-2.17 2.137-5.062 2.137-8.682 0-3.7-.7-6.613-2.103-8.743-1.402-2.13-3.316-3.188-5.743-3.188-2.427 0-4.355 1.065-5.777 3.188-1.429 2.13-2.137 5.043-2.137 8.743 0 3.62.721 6.512 2.17 8.682 1.45 2.171 3.364 3.256 5.744 3.256s4.287-1.085 5.71-3.256Zm32.424 54.15c-3.6-3.977-5.393-9.161-5.393-15.538 0-6.296 1.793-11.433 5.393-15.41 3.593-3.977 8.264-5.965 14.007-5.965 5.831 0 10.543 1.975 14.136 5.938 3.593 3.957 5.392 9.107 5.392 15.444 0 6.383-1.8 11.56-5.392 15.537-3.6 3.977-8.305 5.966-14.136 5.966-5.743-.007-10.414-1.995-14.007-5.972Zm19.724-6.795c1.422-2.17 2.136-5.083 2.136-8.743 0-3.7-.694-6.606-2.076-8.71-1.382-2.102-3.31-3.16-5.777-3.16-2.426 0-4.34 1.064-5.743 3.188-1.402 2.13-2.103 5.022-2.103 8.682s.714 6.572 2.137 8.743c1.422 2.17 3.33 3.256 5.71 3.256 2.379 0 4.287-1.092 5.716-3.256Z"/>
114
+ </g>
115
+ <g filter="url(#Z)">
116
+ <path fill="url(#aa)" d="m71.16 29.38-3.92-14.69 19.366 7.042L71.16 29.38Z"/>
117
+ </g>
118
+ <path fill="url(#ab)" fill-rule="evenodd" d="M67.239 28.36c7.55 0 13.67-6.12 13.67-13.67S74.79 1.02 67.24 1.02s-13.67 6.12-13.67 13.67 6.12 13.67 13.67 13.67Zm0 .224c7.673 0 13.893-6.22 13.893-13.894 0-7.673-6.22-13.893-13.893-13.893-7.673 0-13.893 6.22-13.893 13.893 0 7.673 6.22 13.894 13.893 13.894Zm0-1.048c7.094 0 12.846-5.751 12.846-12.846 0-7.094-5.751-12.846-12.846-12.846S54.393 7.596 54.393 14.69c0 7.095 5.751 12.846 12.846 12.846Zm0 .223c7.218 0 13.069-5.851 13.069-13.069 0-7.217-5.852-13.068-13.07-13.068-7.217 0-13.068 5.85-13.068 13.068S60.021 27.76 67.24 27.76Zm12.02-13.069c0 6.64-5.381 12.021-12.02 12.021-6.64 0-12.021-5.382-12.021-12.02 0-6.64 5.382-12.022 12.02-12.022 6.64 0 12.022 5.382 12.022 12.021Zm.224 0c0 6.762-5.482 12.244-12.244 12.244S54.995 21.452 54.995 14.69 60.477 2.446 67.24 2.446 79.483 7.928 79.483 14.69Zm-12.244 7.357a7.357 7.357 0 1 0 0-14.713 7.357 7.357 0 0 0 0 14.713Zm0 .223a7.58 7.58 0 1 0 0-15.16 7.58 7.58 0 0 0 0 15.16Zm6.607-7.58a6.607 6.607 0 1 1-13.214 0 6.607 6.607 0 0 1 13.214 0Zm.223 0a6.83 6.83 0 1 1-13.66 0 6.83 6.83 0 0 1 13.66 0Zm-6.83 2.033a2.033 2.033 0 1 0 0-4.066 2.033 2.033 0 0 0 0 4.066Zm0 .223a2.256 2.256 0 1 0 0-4.512 2.256 2.256 0 0 0 0 4.512Zm1.224-2.256a1.224 1.224 0 1 1-2.448 0 1.224 1.224 0 0 1 2.448 0Zm.222 0a1.446 1.446 0 1 1-2.892 0 1.446 1.446 0 0 1 2.892 0Z" clip-rule="evenodd"/>
119
+ <path fill="url(#ac)" fill-rule="evenodd" d="M67.239 28.36c7.55 0 13.67-6.12 13.67-13.67S74.79 1.02 67.24 1.02s-13.67 6.12-13.67 13.67 6.12 13.67 13.67 13.67Zm0 .224c7.673 0 13.893-6.22 13.893-13.894 0-7.673-6.22-13.893-13.893-13.893-7.673 0-13.893 6.22-13.893 13.893 0 7.673 6.22 13.894 13.893 13.894Zm0-1.048c7.094 0 12.846-5.751 12.846-12.846 0-7.094-5.751-12.846-12.846-12.846S54.393 7.596 54.393 14.69c0 7.095 5.751 12.846 12.846 12.846Zm0 .223c7.218 0 13.069-5.851 13.069-13.069 0-7.217-5.852-13.068-13.07-13.068-7.217 0-13.068 5.85-13.068 13.068S60.021 27.76 67.24 27.76Zm12.02-13.069c0 6.64-5.381 12.021-12.02 12.021-6.64 0-12.021-5.382-12.021-12.02 0-6.64 5.382-12.022 12.02-12.022 6.64 0 12.022 5.382 12.022 12.021Zm.224 0c0 6.762-5.482 12.244-12.244 12.244S54.995 21.452 54.995 14.69 60.477 2.446 67.24 2.446 79.483 7.928 79.483 14.69Zm-12.244 7.357a7.357 7.357 0 1 0 0-14.713 7.357 7.357 0 0 0 0 14.713Zm0 .223a7.58 7.58 0 1 0 0-15.16 7.58 7.58 0 0 0 0 15.16Zm6.607-7.58a6.607 6.607 0 1 1-13.214 0 6.607 6.607 0 0 1 13.214 0Zm.223 0a6.83 6.83 0 1 1-13.66 0 6.83 6.83 0 0 1 13.66 0Zm-6.83 2.033a2.033 2.033 0 1 0 0-4.066 2.033 2.033 0 0 0 0 4.066Zm0 .223a2.256 2.256 0 1 0 0-4.512 2.256 2.256 0 0 0 0 4.512Zm1.224-2.256a1.224 1.224 0 1 1-2.448 0 1.224 1.224 0 0 1 2.448 0Zm.222 0a1.446 1.446 0 1 1-2.892 0 1.446 1.446 0 0 1 2.892 0Z" clip-rule="evenodd"/>
120
+ </g>
121
+ <defs>
122
+ <linearGradient id="d" x1="46.641" x2="41.692" y1="85.268" y2="85.268" gradientUnits="userSpaceOnUse">
123
+ <stop stop-color="#0057D6"/>
124
+ <stop offset="1" stop-color="#0057D6" stop-opacity="0"/>
125
+ </linearGradient>
126
+ <linearGradient id="h" x1="78.284" x2="71.46" y1="79.993" y2="76.394" gradientUnits="userSpaceOnUse">
127
+ <stop stop-color="#216C22"/>
128
+ <stop offset="1" stop-color="#216C22" stop-opacity="0"/>
129
+ </linearGradient>
130
+ <linearGradient id="i" x1="68.258" x2="68.258" y1="86.752" y2="78.267" gradientUnits="userSpaceOnUse">
131
+ <stop stop-color="#050304"/>
132
+ <stop offset="1" stop-color="#050304" stop-opacity="0"/>
133
+ </linearGradient>
134
+ <linearGradient id="k" x1="22.47" x2="32.271" y1="12.731" y2="29.7" gradientUnits="userSpaceOnUse">
135
+ <stop offset=".229" stop-color="#FFCA42"/>
136
+ <stop offset=".851" stop-color="#FFCA42" stop-opacity="0"/>
137
+ </linearGradient>
138
+ <linearGradient id="m" x1="58.338" x2="61.113" y1="52.356" y2="55.955" gradientUnits="userSpaceOnUse">
139
+ <stop stop-color="#FFCA42"/>
140
+ <stop offset="1" stop-color="#FFCA42" stop-opacity="0"/>
141
+ </linearGradient>
142
+ <linearGradient id="o" x1="14.339" x2="17.113" y1="12.722" y2="16.32" gradientUnits="userSpaceOnUse">
143
+ <stop stop-color="#fff"/>
144
+ <stop offset="1" stop-color="#fff" stop-opacity="0"/>
145
+ </linearGradient>
146
+ <linearGradient id="q" x1="73.26" x2="69.061" y1="74.326" y2="71.102" gradientUnits="userSpaceOnUse">
147
+ <stop stop-color="#FFCA42"/>
148
+ <stop offset="1" stop-color="#FFCA42" stop-opacity="0"/>
149
+ </linearGradient>
150
+ <linearGradient id="s" x1="29.663" x2="25.464" y1="34.47" y2="31.246" gradientUnits="userSpaceOnUse">
151
+ <stop stop-color="#FFCA42"/>
152
+ <stop offset="1" stop-color="#FFCA42" stop-opacity="0"/>
153
+ </linearGradient>
154
+ <linearGradient id="u" x1="40.135" x2="29.038" y1="52.487" y2="52.487" gradientUnits="userSpaceOnUse">
155
+ <stop stop-color="#0057D6"/>
156
+ <stop offset="1" stop-color="#0057D6" stop-opacity="0"/>
157
+ </linearGradient>
158
+ <linearGradient id="w" x1="47.064" x2="36.567" y1="60.499" y2="64.998" gradientUnits="userSpaceOnUse">
159
+ <stop stop-color="#FA552D"/>
160
+ <stop offset="1" stop-color="#FA552D" stop-opacity="0"/>
161
+ </linearGradient>
162
+ <linearGradient id="y" x1="46.041" x2="46.041" y1="25.332" y2="75.498" gradientUnits="userSpaceOnUse">
163
+ <stop stop-color="#216C22"/>
164
+ <stop offset=".577" stop-color="#050304"/>
165
+ <stop offset="1" stop-color="#050304"/>
166
+ </linearGradient>
167
+ <linearGradient id="C" x1="34.619" x2="27.796" y1="40.669" y2="37.07" gradientUnits="userSpaceOnUse">
168
+ <stop stop-color="#216C22"/>
169
+ <stop offset="1" stop-color="#216C22" stop-opacity="0"/>
170
+ </linearGradient>
171
+ <linearGradient id="E" x1="21.415" x2="21.415" y1="41.587" y2="49.129" gradientUnits="userSpaceOnUse">
172
+ <stop offset=".418" stop-color="#FA552D"/>
173
+ <stop offset=".835" stop-color="#FA552D" stop-opacity="0"/>
174
+ </linearGradient>
175
+ <linearGradient id="F" x1="32.367" x2="32.367" y1="71.968" y2="66.344" gradientUnits="userSpaceOnUse">
176
+ <stop stop-color="#0057D6"/>
177
+ <stop offset="1" stop-color="#0057D6" stop-opacity="0"/>
178
+ </linearGradient>
179
+ <linearGradient id="H" x1="31.544" x2="16.709" y1="67.466" y2="43.154" gradientUnits="userSpaceOnUse">
180
+ <stop stop-color="#FA552D"/>
181
+ <stop offset="1" stop-color="#FA552D" stop-opacity="0"/>
182
+ </linearGradient>
183
+ <linearGradient id="J" x1="16.709" x2="16.709" y1="70.143" y2="44.596" gradientUnits="userSpaceOnUse">
184
+ <stop stop-color="#FFCA42"/>
185
+ <stop offset="1" stop-color="#FFCA42" stop-opacity="0"/>
186
+ </linearGradient>
187
+ <linearGradient id="L" x1="19.067" x2="19.067" y1="58.242" y2="64.374" gradientUnits="userSpaceOnUse">
188
+ <stop stop-color="#FEFFCF"/>
189
+ <stop offset="1" stop-color="#FEFFCF" stop-opacity="0"/>
190
+ </linearGradient>
191
+ <linearGradient id="M" x1="12.794" x2="13.413" y1="51.808" y2="48.923" gradientUnits="userSpaceOnUse">
192
+ <stop stop-color="#FEFFCF"/>
193
+ <stop offset="1" stop-color="#FEFFCF" stop-opacity="0"/>
194
+ </linearGradient>
195
+ <linearGradient id="N" x1="12.795" x2="15.473" y1="43.772" y2="53.455" gradientUnits="userSpaceOnUse">
196
+ <stop stop-color="#5F1A58"/>
197
+ <stop offset="1" stop-color="#5F1A58" stop-opacity="0"/>
198
+ </linearGradient>
199
+ <linearGradient id="O" x1="30.513" x2="12.176" y1="76.609" y2="76.609" gradientUnits="userSpaceOnUse">
200
+ <stop stop-color="#5F1A58"/>
201
+ <stop offset="1" stop-color="#5F1A58" stop-opacity="0"/>
202
+ </linearGradient>
203
+ <linearGradient id="P" x1="36.099" x2="29.895" y1="75.159" y2="75.159" gradientUnits="userSpaceOnUse">
204
+ <stop stop-color="#0057D6"/>
205
+ <stop offset="1" stop-color="#0057D6" stop-opacity="0"/>
206
+ </linearGradient>
207
+ <linearGradient id="Q" x1="43.607" x2="33.923" y1="80.47" y2="80.47" gradientUnits="userSpaceOnUse">
208
+ <stop stop-color="#0057D6"/>
209
+ <stop offset="1" stop-color="#0057D6" stop-opacity="0"/>
210
+ </linearGradient>
211
+ <linearGradient id="R" x1="8.17" x2="11.672" y1="80.47" y2="80.47" gradientUnits="userSpaceOnUse">
212
+ <stop stop-color="#FA552D"/>
213
+ <stop offset="1" stop-color="#FA552D" stop-opacity="0"/>
214
+ </linearGradient>
215
+ <linearGradient id="S" x1="6.522" x2="11.672" y1="82.574" y2="82.574" gradientUnits="userSpaceOnUse">
216
+ <stop stop-color="#FA552D"/>
217
+ <stop offset="1" stop-color="#FA552D" stop-opacity="0"/>
218
+ </linearGradient>
219
+ <linearGradient id="T" x1="32.481" x2="38.662" y1="82.368" y2="82.368" gradientUnits="userSpaceOnUse">
220
+ <stop stop-color="#0057D6"/>
221
+ <stop offset="1" stop-color="#0057D6" stop-opacity="0"/>
222
+ </linearGradient>
223
+ <linearGradient id="U" x1="69.664" x2="79.127" y1=".076" y2="24.431" gradientUnits="userSpaceOnUse">
224
+ <stop offset=".045" stop-color="#050304"/>
225
+ <stop offset=".178" stop-color="#FA552D"/>
226
+ <stop offset=".34" stop-color="#5F1A58"/>
227
+ <stop offset="1" stop-color="#050304"/>
228
+ </linearGradient>
229
+ <linearGradient id="Y" x1="57.871" x2="72.353" y1="25.748" y2="9.511" gradientUnits="userSpaceOnUse">
230
+ <stop offset=".442" stop-color="#BC3737"/>
231
+ <stop offset="1" stop-color="#5A9EA6"/>
232
+ </linearGradient>
233
+ <linearGradient id="aa" x1="70.485" x2="73.946" y1="26.306" y2="19.668" gradientUnits="userSpaceOnUse">
234
+ <stop stop-color="#0057D6"/>
235
+ <stop offset="1" stop-color="#0057D6" stop-opacity="0"/>
236
+ </linearGradient>
237
+ <linearGradient id="ab" x1="53.346" x2="79.033" y1="16.558" y2="8.76" gradientUnits="userSpaceOnUse">
238
+ <stop offset=".461" stop-color="#fff" stop-opacity=".21"/>
239
+ <stop offset=".545" stop-color="#fff"/>
240
+ <stop offset="1" stop-color="#fff" stop-opacity="0"/>
241
+ </linearGradient>
242
+ <linearGradient id="ac" x1="75.059" x2="67.239" y1="26.306" y2="14.69" gradientUnits="userSpaceOnUse">
243
+ <stop offset=".464" stop-color="#FA552D"/>
244
+ <stop offset=".632" stop-color="#FFCA42"/>
245
+ <stop offset="1" stop-color="#FFCA42" stop-opacity="0"/>
246
+ </linearGradient>
247
+ <filter id="a" width="94.226" height="7.128" x=".138" y="80.835" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse">
248
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
249
+ <feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
250
+ <feGaussianBlur result="effect1_foregroundBlur_18265_118950" stdDeviation="1.057"/>
251
+ </filter>
252
+ <filter id="f" width="77.103" height="76.309" x="7.075" y="8.448" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse">
253
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
254
+ <feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
255
+ <feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/>
256
+ <feOffset dx="-.423" dy="-.423"/>
257
+ <feGaussianBlur stdDeviation=".423"/>
258
+ <feComposite in2="hardAlpha" k2="-1" k3="1" operator="arithmetic"/>
259
+ <feColorMatrix values="0 0 0 0 0.167969 0 0 0 0 0.5375 0 0 0 0 0.175007 0 0 0 1 0"/>
260
+ <feBlend in2="shape" result="effect1_innerShadow_18265_118950"/>
261
+ <feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/>
262
+ <feOffset dx=".423" dy=".423"/>
263
+ <feGaussianBlur stdDeviation=".423"/>
264
+ <feComposite in2="hardAlpha" k2="-1" k3="1" operator="arithmetic"/>
265
+ <feColorMatrix values="0 0 0 0 0.327795 0 0 0 0 0.995833 0 0 0 0 0.34052 0 0 0 1 0"/>
266
+ <feBlend in2="effect1_innerShadow_18265_118950" result="effect2_innerShadow_18265_118950"/>
267
+ </filter>
268
+ <filter id="g" width="18.2" height="18.803" x="65.416" y="65.478" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse">
269
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
270
+ <feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
271
+ <feGaussianBlur result="effect1_foregroundBlur_18265_118950" stdDeviation=".211"/>
272
+ </filter>
273
+ <filter id="j" width="33.036" height="36.345" x="7.287" y="8.66" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse">
274
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
275
+ <feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
276
+ <feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/>
277
+ <feOffset dx="-.211" dy="-.211"/>
278
+ <feGaussianBlur stdDeviation=".211"/>
279
+ <feComposite in2="hardAlpha" k2="-1" k3="1" operator="arithmetic"/>
280
+ <feColorMatrix values="0 0 0 0 0.167969 0 0 0 0 0.5375 0 0 0 0 0.175007 0 0 0 1 0"/>
281
+ <feBlend in2="shape" result="effect1_innerShadow_18265_118950"/>
282
+ <feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/>
283
+ <feOffset dx=".211" dy=".211"/>
284
+ <feGaussianBlur stdDeviation=".211"/>
285
+ <feComposite in2="hardAlpha" k2="-1" k3="1" operator="arithmetic"/>
286
+ <feColorMatrix values="0 0 0 0 0.327795 0 0 0 0 0.995833 0 0 0 0 0.34052 0 0 0 1 0"/>
287
+ <feBlend in2="effect1_innerShadow_18265_118950" result="effect2_innerShadow_18265_118950"/>
288
+ </filter>
289
+ <filter id="l" width="20.331" height="14.486" x="52.062" y="48.712" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse">
290
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
291
+ <feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
292
+ <feGaussianBlur result="effect1_foregroundBlur_18265_118950" stdDeviation=".211"/>
293
+ </filter>
294
+ <filter id="n" width="20.331" height="14.486" x="8.062" y="9.077" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse">
295
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
296
+ <feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
297
+ <feGaussianBlur result="effect1_foregroundBlur_18265_118950" stdDeviation=".211"/>
298
+ </filter>
299
+ <filter id="p" width="14.681" height="21.881" x="60.479" y="56.126" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse">
300
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
301
+ <feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
302
+ <feGaussianBlur result="effect1_foregroundBlur_18265_118950" stdDeviation=".211"/>
303
+ </filter>
304
+ <filter id="r" width="14.681" height="21.881" x="16.882" y="16.27" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse">
305
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
306
+ <feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
307
+ <feGaussianBlur result="effect1_foregroundBlur_18265_118950" stdDeviation=".211"/>
308
+ </filter>
309
+ <filter id="t" width="37.334" height="37.334" x="11.299" y="43.323" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse">
310
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
311
+ <feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
312
+ <feGaussianBlur result="effect1_foregroundBlur_18265_118950" stdDeviation="1.057"/>
313
+ </filter>
314
+ <filter id="v" width="33.528" height="33.528" x="11.683" y="47.757" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse">
315
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
316
+ <feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
317
+ <feGaussianBlur result="effect1_foregroundBlur_18265_118950" stdDeviation=".106"/>
318
+ </filter>
319
+ <filter id="x" width="36.594" height="51.519" x="27.744" y="24.655" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse">
320
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
321
+ <feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
322
+ <feGaussianBlur result="effect1_foregroundBlur_18265_118950" stdDeviation=".338"/>
323
+ </filter>
324
+ <filter id="z" width="32.611" height="32.612" x="50.028" y="2.314" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse">
325
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
326
+ <feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
327
+ <feGaussianBlur result="effect1_foregroundBlur_18265_118950" stdDeviation=".846"/>
328
+ </filter>
329
+ <filter id="B" width="18.2" height="18.803" x="21.751" y="26.153" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse">
330
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
331
+ <feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
332
+ <feGaussianBlur result="effect1_foregroundBlur_18265_118950" stdDeviation=".211"/>
333
+ </filter>
334
+ <filter id="X" width="92.043" height="91.092" x="-4.277" y="7.052" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse">
335
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
336
+ <feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
337
+ <feGaussianBlur result="effect1_foregroundBlur_18265_118950" stdDeviation=".211"/>
338
+ </filter>
339
+ <filter id="Z" width="20.213" height="15.535" x="66.816" y="14.268" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse">
340
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
341
+ <feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
342
+ <feGaussianBlur result="effect1_foregroundBlur_18265_118950" stdDeviation=".211"/>
343
+ </filter>
344
+ <radialGradient id="b" cx="0" cy="0" r="1" gradientTransform="matrix(0 -1.22365 41.0367 0 23.368 84.64)" gradientUnits="userSpaceOnUse">
345
+ <stop stop-color="#000A17"/>
346
+ <stop offset="1" stop-color="#0057D6" stop-opacity="0"/>
347
+ </radialGradient>
348
+ <radialGradient id="c" cx="0" cy="0" r="1" gradientTransform="matrix(0 -1.44927 22.2884 0 69.96 84.398)" gradientUnits="userSpaceOnUse">
349
+ <stop stop-color="#000C1D"/>
350
+ <stop offset="1" stop-color="#0057D6" stop-opacity="0"/>
351
+ </radialGradient>
352
+ <radialGradient id="A" cx="0" cy="0" r="1" gradientTransform="matrix(14.61376 3.13954 -2.98543 13.89643 66.334 18.62)" gradientUnits="userSpaceOnUse">
353
+ <stop offset=".166" stop-color="#FA552D"/>
354
+ <stop offset=".242" stop-color="#FA552D"/>
355
+ <stop offset=".467" stop-color="#FFCA42"/>
356
+ <stop offset=".713" stop-color="#fff"/>
357
+ <stop offset=".732" stop-color="#FA552D"/>
358
+ <stop offset=".975" stop-color="#5F1A58"/>
359
+ </radialGradient>
360
+ <radialGradient id="K" cx="0" cy="0" r="1" gradientTransform="matrix(0 -9.36245 12.096 0 19.297 57.92)" gradientUnits="userSpaceOnUse">
361
+ <stop offset=".266" stop-color="#FFCA42"/>
362
+ <stop offset="1" stop-color="#FFCA42" stop-opacity="0"/>
363
+ </radialGradient>
364
+ <radialGradient id="W" cx="0" cy="0" r="1" gradientTransform="matrix(14.61376 3.13954 -2.98543 13.89643 67.24 14.69)" gradientUnits="userSpaceOnUse">
365
+ <stop offset=".166" stop-color="#FA552D"/>
366
+ <stop offset=".242" stop-color="#FA552D"/>
367
+ <stop offset=".467" stop-color="#FFCA42"/>
368
+ <stop offset=".713" stop-color="#fff"/>
369
+ <stop offset=".732" stop-color="#FA552D"/>
370
+ <stop offset=".975" stop-color="#5F1A58"/>
371
+ </radialGradient>
372
+ </defs>
373
+ </svg>