@ha_tecno/live-id-sdk 2.14.0 → 2.15.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (294) hide show
  1. package/lib/commonjs/assets/svg/btn.svg +4 -0
  2. package/lib/commonjs/assets/svg/fingers/LI.svg +5 -0
  3. package/lib/commonjs/assets/svg/fingers/LM.svg +5 -0
  4. package/lib/commonjs/assets/svg/fingers/LP.svg +5 -0
  5. package/lib/commonjs/assets/svg/fingers/LR.svg +5 -0
  6. package/lib/commonjs/assets/svg/fingers/LT.svg +5 -0
  7. package/lib/commonjs/assets/svg/fingers/RI.svg +5 -0
  8. package/lib/commonjs/assets/svg/fingers/RM.svg +5 -0
  9. package/lib/commonjs/assets/svg/fingers/RP.svg +5 -0
  10. package/lib/commonjs/assets/svg/fingers/RR.svg +5 -0
  11. package/lib/commonjs/assets/svg/fingers/RT.svg +5 -0
  12. package/lib/commonjs/assets/svg/hand.svg +15 -0
  13. package/lib/commonjs/assets/svg/phone.svg +39 -0
  14. package/lib/commonjs/assets/svg/recordButton.svg +4 -0
  15. package/lib/commonjs/assets/svg/rectangle.svg +3 -0
  16. package/lib/commonjs/components/Gabarito/gabarito.js +56 -0
  17. package/lib/commonjs/components/Gabarito/gabarito.js.map +1 -0
  18. package/lib/commonjs/components/Gabarito/styles.js +2 -16
  19. package/lib/commonjs/components/Gabarito/styles.js.map +1 -1
  20. package/lib/commonjs/components/{Gabarito/index.js → HAButton/HAButton.js} +11 -7
  21. package/lib/commonjs/components/HAButton/HAButton.js.map +1 -0
  22. package/lib/commonjs/components/HAButton/styles.js +28 -0
  23. package/lib/commonjs/components/HAButton/styles.js.map +1 -0
  24. package/lib/commonjs/components/HACaptureButton/HACaptureButton.js +21 -0
  25. package/lib/commonjs/components/HACaptureButton/HACaptureButton.js.map +1 -0
  26. package/lib/commonjs/components/HACaptureInstructions/HACard/styles.js +4 -1
  27. package/lib/commonjs/components/HACaptureInstructions/HACard/styles.js.map +1 -1
  28. package/lib/commonjs/components/HACaptureInstructions/style.js +9 -3
  29. package/lib/commonjs/components/HACaptureInstructions/style.js.map +1 -1
  30. package/lib/commonjs/components/HACarouselCalibration/HACarouselItem/HACarouselItem.js +3 -5
  31. package/lib/commonjs/components/HACarouselCalibration/HACarouselItem/HACarouselItem.js.map +1 -1
  32. package/lib/commonjs/components/HACarouselCalibration/HAPagination/styles.js +2 -1
  33. package/lib/commonjs/components/HACarouselCalibration/HAPagination/styles.js.map +1 -1
  34. package/lib/commonjs/components/{modalMessage/modalMessage.js → HAModalMessage/HAModalMessage.js} +26 -14
  35. package/lib/commonjs/components/HAModalMessage/HAModalMessage.js.map +1 -0
  36. package/lib/commonjs/components/{modalMessage → HAModalMessage}/styles.js +15 -9
  37. package/lib/commonjs/components/HAModalMessage/styles.js.map +1 -0
  38. package/lib/commonjs/components/HARecordButton/HARecordButton.js +21 -0
  39. package/lib/commonjs/components/HARecordButton/HARecordButton.js.map +1 -0
  40. package/lib/commonjs/components/HARecordButton/styles.js +2 -0
  41. package/lib/commonjs/components/HARecordButton/styles.js.map +1 -0
  42. package/lib/commonjs/components/HARecordInstructions/HARecordInstructions.js +101 -0
  43. package/lib/commonjs/components/HARecordInstructions/HARecordInstructions.js.map +1 -0
  44. package/lib/commonjs/components/HARecordInstructions/data.js +14 -0
  45. package/lib/commonjs/components/HARecordInstructions/data.js.map +1 -0
  46. package/lib/commonjs/components/HARecordInstructions/styles.js +65 -0
  47. package/lib/commonjs/components/HARecordInstructions/styles.js.map +1 -0
  48. package/lib/commonjs/components/HAStepIndicator/HAStepIndicator.js +39 -0
  49. package/lib/commonjs/components/HAStepIndicator/HAStepIndicator.js.map +1 -0
  50. package/lib/commonjs/components/HAStepIndicator/styles.js +48 -0
  51. package/lib/commonjs/components/HAStepIndicator/styles.js.map +1 -0
  52. package/lib/commonjs/components/index.js +44 -9
  53. package/lib/commonjs/components/index.js.map +1 -1
  54. package/lib/commonjs/index.js +6 -0
  55. package/lib/commonjs/index.js.map +1 -1
  56. package/lib/commonjs/screens/FingerAuth/FingerAuth.js +15 -20
  57. package/lib/commonjs/screens/FingerAuth/FingerAuth.js.map +1 -1
  58. package/lib/commonjs/screens/FingerAuth/styles.js +18 -11
  59. package/lib/commonjs/screens/FingerAuth/styles.js.map +1 -1
  60. package/lib/commonjs/screens/FingerRegister/FingerRegister.js +96 -62
  61. package/lib/commonjs/screens/FingerRegister/FingerRegister.js.map +1 -1
  62. package/lib/commonjs/screens/FingerRegister/data.js +60 -0
  63. package/lib/commonjs/screens/FingerRegister/data.js.map +1 -0
  64. package/lib/commonjs/screens/FingerRegister/styles.js +71 -34
  65. package/lib/commonjs/screens/FingerRegister/styles.js.map +1 -1
  66. package/lib/commonjs/screens/LifeCertificate/LifeCertificate.js +19 -22
  67. package/lib/commonjs/screens/LifeCertificate/LifeCertificate.js.map +1 -1
  68. package/lib/commonjs/screens/LifeCertificate/styles.js +23 -4
  69. package/lib/commonjs/screens/LifeCertificate/styles.js.map +1 -1
  70. package/lib/commonjs/screens/RegisterOperations/registerOperationPointsBiometrics.js +76 -49
  71. package/lib/commonjs/screens/RegisterOperations/registerOperationPointsBiometrics.js.map +1 -1
  72. package/lib/commonjs/screens/RegisterOperations/registerOperationPointsLifeCertificate.js +73 -34
  73. package/lib/commonjs/screens/RegisterOperations/registerOperationPointsLifeCertificate.js.map +1 -1
  74. package/lib/commonjs/screens/RegisterOperations/styles.js +74 -21
  75. package/lib/commonjs/screens/RegisterOperations/styles.js.map +1 -1
  76. package/lib/commonjs/services/services.js +1 -1
  77. package/lib/commonjs/services/services.js.map +1 -1
  78. package/lib/commonjs/store/modules/lifeCertificate/slice.js +5 -3
  79. package/lib/commonjs/store/modules/lifeCertificate/slice.js.map +1 -1
  80. package/lib/commonjs/store/modules/operationPoints/slice.js +48 -18
  81. package/lib/commonjs/store/modules/operationPoints/slice.js.map +1 -1
  82. package/lib/module/assets/svg/btn.svg +4 -0
  83. package/lib/module/assets/svg/fingers/LI.svg +5 -0
  84. package/lib/module/assets/svg/fingers/LM.svg +5 -0
  85. package/lib/module/assets/svg/fingers/LP.svg +5 -0
  86. package/lib/module/assets/svg/fingers/LR.svg +5 -0
  87. package/lib/module/assets/svg/fingers/LT.svg +5 -0
  88. package/lib/module/assets/svg/fingers/RI.svg +5 -0
  89. package/lib/module/assets/svg/fingers/RM.svg +5 -0
  90. package/lib/module/assets/svg/fingers/RP.svg +5 -0
  91. package/lib/module/assets/svg/fingers/RR.svg +5 -0
  92. package/lib/module/assets/svg/fingers/RT.svg +5 -0
  93. package/lib/module/assets/svg/hand.svg +15 -0
  94. package/lib/module/assets/svg/phone.svg +39 -0
  95. package/lib/module/assets/svg/recordButton.svg +4 -0
  96. package/lib/module/assets/svg/rectangle.svg +3 -0
  97. package/lib/module/components/Gabarito/gabarito.js +49 -0
  98. package/lib/module/components/Gabarito/gabarito.js.map +1 -0
  99. package/lib/module/components/Gabarito/styles.js +3 -17
  100. package/lib/module/components/Gabarito/styles.js.map +1 -1
  101. package/lib/module/components/HAButton/HAButton.js +16 -0
  102. package/lib/module/components/HAButton/HAButton.js.map +1 -0
  103. package/lib/module/components/HAButton/styles.js +22 -0
  104. package/lib/module/components/HAButton/styles.js.map +1 -0
  105. package/lib/module/components/HACaptureButton/HACaptureButton.js +14 -0
  106. package/lib/module/components/HACaptureButton/HACaptureButton.js.map +1 -0
  107. package/lib/module/components/HACaptureInstructions/HACard/styles.js +5 -2
  108. package/lib/module/components/HACaptureInstructions/HACard/styles.js.map +1 -1
  109. package/lib/module/components/HACaptureInstructions/style.js +10 -4
  110. package/lib/module/components/HACaptureInstructions/style.js.map +1 -1
  111. package/lib/module/components/HACarouselCalibration/HACarouselItem/HACarouselItem.js +3 -5
  112. package/lib/module/components/HACarouselCalibration/HACarouselItem/HACarouselItem.js.map +1 -1
  113. package/lib/module/components/HACarouselCalibration/HAPagination/styles.js +2 -1
  114. package/lib/module/components/HACarouselCalibration/HAPagination/styles.js.map +1 -1
  115. package/lib/module/components/{modalMessage/modalMessage.js → HAModalMessage/HAModalMessage.js} +26 -14
  116. package/lib/module/components/HAModalMessage/HAModalMessage.js.map +1 -0
  117. package/lib/module/components/{modalMessage → HAModalMessage}/styles.js +15 -9
  118. package/lib/module/components/HAModalMessage/styles.js.map +1 -0
  119. package/lib/module/components/HARecordButton/HARecordButton.js +14 -0
  120. package/lib/module/components/HARecordButton/HARecordButton.js.map +1 -0
  121. package/lib/module/components/HARecordButton/styles.js +2 -0
  122. package/lib/module/components/HARecordButton/styles.js.map +1 -0
  123. package/lib/module/components/HARecordInstructions/HARecordInstructions.js +92 -0
  124. package/lib/module/components/HARecordInstructions/HARecordInstructions.js.map +1 -0
  125. package/lib/module/components/HARecordInstructions/data.js +8 -0
  126. package/lib/module/components/HARecordInstructions/data.js.map +1 -0
  127. package/lib/module/components/HARecordInstructions/styles.js +59 -0
  128. package/lib/module/components/HARecordInstructions/styles.js.map +1 -0
  129. package/lib/module/components/HAStepIndicator/HAStepIndicator.js +32 -0
  130. package/lib/module/components/HAStepIndicator/HAStepIndicator.js.map +1 -0
  131. package/lib/module/components/HAStepIndicator/styles.js +42 -0
  132. package/lib/module/components/HAStepIndicator/styles.js.map +1 -0
  133. package/lib/module/components/index.js +8 -3
  134. package/lib/module/components/index.js.map +1 -1
  135. package/lib/module/index.js +2 -2
  136. package/lib/module/index.js.map +1 -1
  137. package/lib/module/screens/FingerAuth/FingerAuth.js +17 -22
  138. package/lib/module/screens/FingerAuth/FingerAuth.js.map +1 -1
  139. package/lib/module/screens/FingerAuth/styles.js +19 -12
  140. package/lib/module/screens/FingerAuth/styles.js.map +1 -1
  141. package/lib/module/screens/FingerRegister/FingerRegister.js +100 -66
  142. package/lib/module/screens/FingerRegister/FingerRegister.js.map +1 -1
  143. package/lib/module/screens/FingerRegister/data.js +53 -0
  144. package/lib/module/screens/FingerRegister/data.js.map +1 -0
  145. package/lib/module/screens/FingerRegister/styles.js +72 -35
  146. package/lib/module/screens/FingerRegister/styles.js.map +1 -1
  147. package/lib/module/screens/LifeCertificate/LifeCertificate.js +22 -25
  148. package/lib/module/screens/LifeCertificate/LifeCertificate.js.map +1 -1
  149. package/lib/module/screens/LifeCertificate/styles.js +24 -5
  150. package/lib/module/screens/LifeCertificate/styles.js.map +1 -1
  151. package/lib/module/screens/RegisterOperations/registerOperationPointsBiometrics.js +78 -52
  152. package/lib/module/screens/RegisterOperations/registerOperationPointsBiometrics.js.map +1 -1
  153. package/lib/module/screens/RegisterOperations/registerOperationPointsLifeCertificate.js +73 -36
  154. package/lib/module/screens/RegisterOperations/registerOperationPointsLifeCertificate.js.map +1 -1
  155. package/lib/module/screens/RegisterOperations/styles.js +74 -21
  156. package/lib/module/screens/RegisterOperations/styles.js.map +1 -1
  157. package/lib/module/services/services.js +1 -1
  158. package/lib/module/services/services.js.map +1 -1
  159. package/lib/module/store/modules/lifeCertificate/slice.js +5 -3
  160. package/lib/module/store/modules/lifeCertificate/slice.js.map +1 -1
  161. package/lib/module/store/modules/operationPoints/slice.js +48 -18
  162. package/lib/module/store/modules/operationPoints/slice.js.map +1 -1
  163. package/lib/typescript/src/components/Gabarito/gabarito.d.ts +19 -0
  164. package/lib/typescript/src/components/Gabarito/gabarito.d.ts.map +1 -0
  165. package/lib/typescript/src/components/Gabarito/styles.d.ts +1 -13
  166. package/lib/typescript/src/components/Gabarito/styles.d.ts.map +1 -1
  167. package/lib/typescript/src/components/HAButton/HAButton.d.ts +8 -0
  168. package/lib/typescript/src/components/HAButton/HAButton.d.ts.map +1 -0
  169. package/lib/typescript/src/components/HAButton/styles.d.ts +15 -0
  170. package/lib/typescript/src/components/HAButton/styles.d.ts.map +1 -0
  171. package/lib/typescript/src/components/HACaptureButton/HACaptureButton.d.ts +7 -0
  172. package/lib/typescript/src/components/HACaptureButton/HACaptureButton.d.ts.map +1 -0
  173. package/lib/typescript/src/components/HACaptureInstructions/HACard/styles.d.ts +1 -1
  174. package/lib/typescript/src/components/HACaptureInstructions/HACard/styles.d.ts.map +1 -1
  175. package/lib/typescript/src/components/HACaptureInstructions/style.d.ts +3 -3
  176. package/lib/typescript/src/components/HACaptureInstructions/style.d.ts.map +1 -1
  177. package/lib/typescript/src/components/HACarouselCalibration/HACarouselItem/HACarouselItem.d.ts.map +1 -1
  178. package/lib/typescript/src/components/HACarouselCalibration/HAPagination/styles.d.ts +1 -1
  179. package/lib/typescript/src/components/HACarouselCalibration/HAPagination/styles.d.ts.map +1 -1
  180. package/lib/typescript/src/components/HAModalMessage/HAModalMessage.d.ts +13 -0
  181. package/lib/typescript/src/components/HAModalMessage/HAModalMessage.d.ts.map +1 -0
  182. package/lib/typescript/src/components/{modalMessage → HAModalMessage}/styles.d.ts +12 -6
  183. package/lib/typescript/src/components/HAModalMessage/styles.d.ts.map +1 -0
  184. package/lib/typescript/src/components/HARecordButton/HARecordButton.d.ts +8 -0
  185. package/lib/typescript/src/components/HARecordButton/HARecordButton.d.ts.map +1 -0
  186. package/lib/typescript/src/components/HARecordButton/styles.d.ts +1 -0
  187. package/lib/typescript/src/components/HARecordButton/styles.d.ts.map +1 -0
  188. package/lib/typescript/src/components/HARecordInstructions/HARecordInstructions.d.ts +7 -0
  189. package/lib/typescript/src/components/HARecordInstructions/HARecordInstructions.d.ts.map +1 -0
  190. package/lib/typescript/src/components/HARecordInstructions/data.d.ts +5 -0
  191. package/lib/typescript/src/components/HARecordInstructions/data.d.ts.map +1 -0
  192. package/lib/typescript/src/components/HARecordInstructions/styles.d.ts +52 -0
  193. package/lib/typescript/src/components/HARecordInstructions/styles.d.ts.map +1 -0
  194. package/lib/typescript/src/components/HAStepIndicator/HAStepIndicator.d.ts +8 -0
  195. package/lib/typescript/src/components/HAStepIndicator/HAStepIndicator.d.ts.map +1 -0
  196. package/lib/typescript/src/components/HAStepIndicator/styles.d.ts +41 -0
  197. package/lib/typescript/src/components/HAStepIndicator/styles.d.ts.map +1 -0
  198. package/lib/typescript/src/components/index.d.ts +8 -3
  199. package/lib/typescript/src/components/index.d.ts.map +1 -1
  200. package/lib/typescript/src/index.d.ts +2 -2
  201. package/lib/typescript/src/index.d.ts.map +1 -1
  202. package/lib/typescript/src/screens/FingerAuth/FingerAuth.d.ts +1 -2
  203. package/lib/typescript/src/screens/FingerAuth/FingerAuth.d.ts.map +1 -1
  204. package/lib/typescript/src/screens/FingerAuth/styles.d.ts +17 -7
  205. package/lib/typescript/src/screens/FingerAuth/styles.d.ts.map +1 -1
  206. package/lib/typescript/src/screens/FingerRegister/FingerRegister.d.ts +1 -2
  207. package/lib/typescript/src/screens/FingerRegister/FingerRegister.d.ts.map +1 -1
  208. package/lib/typescript/src/screens/FingerRegister/data.d.ts +9 -0
  209. package/lib/typescript/src/screens/FingerRegister/data.d.ts.map +1 -0
  210. package/lib/typescript/src/screens/FingerRegister/styles.d.ts +64 -27
  211. package/lib/typescript/src/screens/FingerRegister/styles.d.ts.map +1 -1
  212. package/lib/typescript/src/screens/LifeCertificate/LifeCertificate.d.ts +1 -2
  213. package/lib/typescript/src/screens/LifeCertificate/LifeCertificate.d.ts.map +1 -1
  214. package/lib/typescript/src/screens/LifeCertificate/styles.d.ts +18 -2
  215. package/lib/typescript/src/screens/LifeCertificate/styles.d.ts.map +1 -1
  216. package/lib/typescript/src/screens/RegisterOperations/registerOperationPointsBiometrics.d.ts.map +1 -1
  217. package/lib/typescript/src/screens/RegisterOperations/registerOperationPointsLifeCertificate.d.ts.map +1 -1
  218. package/lib/typescript/src/screens/RegisterOperations/styles.d.ts +59 -18
  219. package/lib/typescript/src/screens/RegisterOperations/styles.d.ts.map +1 -1
  220. package/lib/typescript/src/store/modules/lifeCertificate/selectors.d.ts +2 -1
  221. package/lib/typescript/src/store/modules/lifeCertificate/selectors.d.ts.map +1 -1
  222. package/lib/typescript/src/store/modules/lifeCertificate/slice.d.ts.map +1 -1
  223. package/lib/typescript/src/store/modules/lifeCertificate/types.d.ts +2 -1
  224. package/lib/typescript/src/store/modules/lifeCertificate/types.d.ts.map +1 -1
  225. package/lib/typescript/src/store/modules/operationPoints/selectors.d.ts +12 -4
  226. package/lib/typescript/src/store/modules/operationPoints/selectors.d.ts.map +1 -1
  227. package/lib/typescript/src/store/modules/operationPoints/slice.d.ts.map +1 -1
  228. package/lib/typescript/src/store/modules/operationPoints/types.d.ts +12 -4
  229. package/lib/typescript/src/store/modules/operationPoints/types.d.ts.map +1 -1
  230. package/package.json +5 -1
  231. package/src/assets/svg/btn.svg +4 -0
  232. package/src/assets/svg/fingers/LI.svg +5 -0
  233. package/src/assets/svg/fingers/LM.svg +5 -0
  234. package/src/assets/svg/fingers/LP.svg +5 -0
  235. package/src/assets/svg/fingers/LR.svg +5 -0
  236. package/src/assets/svg/fingers/LT.svg +5 -0
  237. package/src/assets/svg/fingers/RI.svg +5 -0
  238. package/src/assets/svg/fingers/RM.svg +5 -0
  239. package/src/assets/svg/fingers/RP.svg +5 -0
  240. package/src/assets/svg/fingers/RR.svg +5 -0
  241. package/src/assets/svg/fingers/RT.svg +5 -0
  242. package/src/assets/svg/hand.svg +15 -0
  243. package/src/assets/svg/phone.svg +39 -0
  244. package/src/assets/svg/recordButton.svg +4 -0
  245. package/src/assets/svg/rectangle.svg +3 -0
  246. package/src/components/Gabarito/gabarito.tsx +38 -0
  247. package/src/components/Gabarito/styles.ts +3 -16
  248. package/src/components/HAButton/HAButton.tsx +18 -0
  249. package/src/components/HAButton/styles.ts +22 -0
  250. package/src/components/HACaptureButton/HACaptureButton.tsx +17 -0
  251. package/src/components/HACaptureInstructions/HACard/styles.ts +5 -2
  252. package/src/components/HACaptureInstructions/style.ts +16 -4
  253. package/src/components/HACarouselCalibration/HACarouselItem/HACarouselItem.tsx +2 -4
  254. package/src/components/HACarouselCalibration/HAPagination/styles.ts +2 -1
  255. package/src/components/HAModalMessage/HAModalMessage.tsx +72 -0
  256. package/src/components/{modalMessage → HAModalMessage}/styles.ts +12 -9
  257. package/src/components/HARecordButton/HARecordButton.tsx +18 -0
  258. package/src/components/HARecordButton/styles.ts +0 -0
  259. package/src/components/HARecordInstructions/HARecordInstructions.tsx +73 -0
  260. package/src/components/HARecordInstructions/data.ts +10 -0
  261. package/src/components/HARecordInstructions/styles.ts +50 -0
  262. package/src/components/HAStepIndicator/HAStepIndicator.tsx +34 -0
  263. package/src/components/HAStepIndicator/styles.ts +42 -0
  264. package/src/components/index.ts +14 -4
  265. package/src/index.tsx +3 -2
  266. package/src/screens/FingerAuth/FingerAuth.tsx +20 -14
  267. package/src/screens/FingerAuth/styles.ts +19 -11
  268. package/src/screens/FingerRegister/FingerRegister.tsx +107 -63
  269. package/src/screens/FingerRegister/data.ts +65 -0
  270. package/src/screens/FingerRegister/styles.ts +67 -34
  271. package/src/screens/LifeCertificate/LifeCertificate.tsx +31 -25
  272. package/src/screens/LifeCertificate/styles.ts +17 -5
  273. package/src/screens/RegisterOperations/registerOperationPointsBiometrics.tsx +68 -35
  274. package/src/screens/RegisterOperations/registerOperationPointsLifeCertificate.tsx +74 -46
  275. package/src/screens/RegisterOperations/styles.ts +65 -22
  276. package/src/services/services.ts +2 -2
  277. package/src/store/modules/lifeCertificate/slice.ts +5 -3
  278. package/src/store/modules/lifeCertificate/types.ts +2 -1
  279. package/src/store/modules/operationPoints/slice.ts +52 -17
  280. package/src/store/modules/operationPoints/types.ts +12 -4
  281. package/lib/commonjs/components/Gabarito/index.js.map +0 -1
  282. package/lib/commonjs/components/modalMessage/modalMessage.js.map +0 -1
  283. package/lib/commonjs/components/modalMessage/styles.js.map +0 -1
  284. package/lib/module/components/Gabarito/index.js +0 -12
  285. package/lib/module/components/Gabarito/index.js.map +0 -1
  286. package/lib/module/components/modalMessage/modalMessage.js.map +0 -1
  287. package/lib/module/components/modalMessage/styles.js.map +0 -1
  288. package/lib/typescript/src/components/Gabarito/index.d.ts +0 -4
  289. package/lib/typescript/src/components/Gabarito/index.d.ts.map +0 -1
  290. package/lib/typescript/src/components/modalMessage/modalMessage.d.ts +0 -11
  291. package/lib/typescript/src/components/modalMessage/modalMessage.d.ts.map +0 -1
  292. package/lib/typescript/src/components/modalMessage/styles.d.ts.map +0 -1
  293. package/src/components/Gabarito/index.tsx +0 -13
  294. package/src/components/modalMessage/modalMessage.tsx +0 -73
@@ -1 +1 @@
1
- {"version":3,"file":"selectors.d.ts","sourceRoot":"","sources":["../../../../../../src/store/modules/operationPoints/selectors.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,WAAW;;;;;;;;;;;CAAqB,CAAC;AAC9C,eAAO,MAAM,WAAW;;;;;;;;;;CAAwB,CAAC"}
1
+ {"version":3,"file":"selectors.d.ts","sourceRoot":"","sources":["../../../../../../src/store/modules/operationPoints/selectors.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;CAAqB,CAAC;AAC9C,eAAO,MAAM,WAAW;;;;;;;;;;;;;CAAwB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"slice.d.ts","sourceRoot":"","sources":["../../../../../../src/store/modules/operationPoints/slice.ts"],"names":[],"mappings":"AACA,OAAO,EAGL,oBAAoB,EAIrB,MAAM,SAAS,CAAC;AAwNjB,QAAA,MAAM,KAAK,mFAaR,CAAC;AAEJ,eAAe,KAAK,CAAC"}
1
+ {"version":3,"file":"slice.d.ts","sourceRoot":"","sources":["../../../../../../src/store/modules/operationPoints/slice.ts"],"names":[],"mappings":"AACA,OAAO,EAGL,oBAAoB,EAIrB,MAAM,SAAS,CAAC;AAwPjB,QAAA,MAAM,KAAK,mFAgBR,CAAC;AAEJ,eAAe,KAAK,CAAC"}
@@ -11,18 +11,26 @@ type State = {
11
11
  status?: number;
12
12
  message?: string;
13
13
  registered: boolean;
14
- helpStep: "introduction" | "instruction";
14
+ zoom: number;
15
+ exposure: number;
16
+ modal: {
17
+ title: string;
18
+ message: string;
19
+ };
15
20
  };
16
21
  type Dispatch = {
17
22
  setImageBase64: (imageBase64: SetImageBase64Payload) => void;
18
23
  resetState: () => void;
24
+ resetZoomAndExposure: () => void;
19
25
  changeExposureBiometrics: () => void;
20
26
  changeExposureLifeCertificate: () => void;
21
- handleStepHelp: () => void;
22
27
  getConfigDefaultBiometrics: () => void;
23
28
  getConfigDefaultLifeCertificate: () => void;
24
29
  sendImagesBase64: (payload: SendImagesBase64Payload) => void;
25
30
  sendVideosLifeCertificate: (payload: sendVideosLifeCertificatePayload) => void;
31
+ handleZoom: (zoom: number) => void;
32
+ handleExposure: (exposure: number) => void;
33
+ setModal: (title: string, text: string) => void;
26
34
  };
27
35
  export type InitialState = {
28
36
  state: State;
@@ -35,7 +43,7 @@ export type ExposureMapOperationPoints = Record<State["exposureScaleZeroToOneBio
35
43
  export type SetImageBase64Payload = string;
36
44
  export type SendImagesBase64Payload = {
37
45
  base64Images: string[];
38
- exposureScaleZeroToOneBiometrics: State["exposureScaleZeroToOneBiometrics"];
46
+ exposureScaleZeroToOneBiometrics: number;
39
47
  exposureMin: number;
40
48
  exposureMax: number;
41
49
  zoomMin: number;
@@ -45,7 +53,7 @@ export type sendVideosLifeCertificatePayload = {
45
53
  exposureMin: number;
46
54
  exposureMax: number;
47
55
  videoPath: string;
48
- exposureScaleZeroToOneLifeCertificate: State["exposureScaleZeroToOneLifeCertificate"];
56
+ exposureScaleZeroToOneLifeCertificate: number;
49
57
  };
50
58
  export {};
51
59
  //# sourceMappingURL=types.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../../src/store/modules/operationPoints/types.ts"],"names":[],"mappings":"AAAA,KAAK,qBAAqB,GAAG,IAAI,GAAG,GAAG,GAAG,IAAI,GAAG,GAAG,GAAG,IAAI,GAAG,GAAG,CAAC;AAClE,KAAK,iBAAiB,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,CAAC;AAErD,KAAK,2BAA2B,GAAG,OAAO,GAAG,UAAU,GAAG,MAAM,CAAC;AAEjE,KAAK,KAAK,GAAG;IACX,gCAAgC,EAAE,iBAAiB,GAAG,qBAAqB,CAAC;IAC5E,qCAAqC,EAAE,iBAAiB,GAAG,qBAAqB,CAAC;IACjF,OAAO,EAAE,MAAM,GAAG,SAAS,GAAG,WAAW,GAAG,QAAQ,CAAC;IACrD,kCAAkC,EAAE,2BAA2B,CAAC;IAChE,uCAAuC,EAAE,2BAA2B,CAAC;IACrE,YAAY,EAAE,MAAM,EAAE,CAAC;IACvB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,UAAU,EAAE,OAAO,CAAC;IACpB,QAAQ,EAAE,cAAc,GAAG,aAAa,CAAC;CAC1C,CAAC;AAEF,KAAK,QAAQ,GAAG;IACd,cAAc,EAAE,CAAC,WAAW,EAAE,qBAAqB,KAAK,IAAI,CAAC;IAC7D,UAAU,EAAE,MAAM,IAAI,CAAC;IACvB,wBAAwB,EAAE,MAAM,IAAI,CAAC;IACrC,6BAA6B,EAAE,MAAM,IAAI,CAAC;IAC1C,cAAc,EAAE,MAAM,IAAI,CAAC;IAC3B,0BAA0B,EAAE,MAAM,IAAI,CAAC;IACvC,+BAA+B,EAAE,MAAM,IAAI,CAAC;IAC5C,gBAAgB,EAAE,CAAC,OAAO,EAAE,uBAAuB,KAAK,IAAI,CAAC;IAC7D,yBAAyB,EAAE,CAAC,OAAO,EAAE,gCAAgC,KAAK,IAAI,CAAC;CAChF,CAAC;AAEF,MAAM,MAAM,YAAY,GAAG;IACzB,KAAK,EAAE,KAAK,CAAC;CACd,CAAC;AAEF,MAAM,MAAM,oBAAoB,GAAG;IACjC,KAAK,EAAE,KAAK,CAAC;IACb,QAAQ,EAAE,QAAQ,CAAC;CACpB,CAAC;AAEF,MAAM,MAAM,0BAA0B,GAAG,MAAM,CAC7C,KAAK,CAAC,kCAAkC,CAAC,EACzC,KAAK,CAAC,kCAAkC,CAAC,CAC1C,CAAC;AAEF,MAAM,MAAM,qBAAqB,GAAG,MAAM,CAAC;AAE3C,MAAM,MAAM,uBAAuB,GAAG;IACpC,YAAY,EAAE,MAAM,EAAE,CAAC;IACvB,gCAAgC,EAAE,KAAK,CAAC,kCAAkC,CAAC,CAAC;IAC5E,WAAW,EAAE,MAAM,CAAC;IACpB,WAAW,EAAE,MAAM,CAAC;IACpB,OAAO,EAAE,MAAM,CAAC;IAChB,OAAO,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,MAAM,MAAM,gCAAgC,GAAG;IAC7C,WAAW,EAAE,MAAM,CAAC;IACpB,WAAW,EAAE,MAAM,CAAC;IACpB,SAAS,EAAE,MAAM,CAAC;IAClB,qCAAqC,EAAE,KAAK,CAAC,uCAAuC,CAAC,CAAC;CACvF,CAAC"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../../src/store/modules/operationPoints/types.ts"],"names":[],"mappings":"AAAA,KAAK,qBAAqB,GAAG,IAAI,GAAG,GAAG,GAAG,IAAI,GAAG,GAAG,GAAG,IAAI,GAAG,GAAG,CAAC;AAClE,KAAK,iBAAiB,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,CAAC;AAErD,KAAK,2BAA2B,GAAG,OAAO,GAAG,UAAU,GAAG,MAAM,CAAC;AAEjE,KAAK,KAAK,GAAG;IACX,gCAAgC,EAAE,iBAAiB,GAAG,qBAAqB,CAAC;IAC5E,qCAAqC,EAAE,iBAAiB,GAAG,qBAAqB,CAAC;IACjF,OAAO,EAAE,MAAM,GAAG,SAAS,GAAG,WAAW,GAAG,QAAQ,CAAC;IACrD,kCAAkC,EAAE,2BAA2B,CAAC;IAChE,uCAAuC,EAAE,2BAA2B,CAAC;IACrE,YAAY,EAAE,MAAM,EAAE,CAAC;IACvB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,UAAU,EAAE,OAAO,CAAC;IACpB,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,MAAM,CAAC;IACjB,KAAK,EAAE;QACL,KAAK,EAAE,MAAM,CAAC;QACd,OAAO,EAAE,MAAM,CAAC;KACjB,CAAC;CACH,CAAC;AAEF,KAAK,QAAQ,GAAG;IACd,cAAc,EAAE,CAAC,WAAW,EAAE,qBAAqB,KAAK,IAAI,CAAC;IAC7D,UAAU,EAAE,MAAM,IAAI,CAAC;IACvB,oBAAoB,EAAE,MAAM,IAAI,CAAC;IACjC,wBAAwB,EAAE,MAAM,IAAI,CAAC;IACrC,6BAA6B,EAAE,MAAM,IAAI,CAAC;IAC1C,0BAA0B,EAAE,MAAM,IAAI,CAAC;IACvC,+BAA+B,EAAE,MAAM,IAAI,CAAC;IAC5C,gBAAgB,EAAE,CAAC,OAAO,EAAE,uBAAuB,KAAK,IAAI,CAAC;IAC7D,yBAAyB,EAAE,CAAC,OAAO,EAAE,gCAAgC,KAAK,IAAI,CAAC;IAC/E,UAAU,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;IACnC,cAAc,EAAE,CAAC,QAAQ,EAAE,MAAM,KAAK,IAAI,CAAC;IAC3C,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;CACjD,CAAC;AAEF,MAAM,MAAM,YAAY,GAAG;IACzB,KAAK,EAAE,KAAK,CAAC;CACd,CAAC;AAEF,MAAM,MAAM,oBAAoB,GAAG;IACjC,KAAK,EAAE,KAAK,CAAC;IACb,QAAQ,EAAE,QAAQ,CAAC;CACpB,CAAC;AAEF,MAAM,MAAM,0BAA0B,GAAG,MAAM,CAC7C,KAAK,CAAC,kCAAkC,CAAC,EACzC,KAAK,CAAC,kCAAkC,CAAC,CAC1C,CAAC;AAEF,MAAM,MAAM,qBAAqB,GAAG,MAAM,CAAC;AAE3C,MAAM,MAAM,uBAAuB,GAAG;IACpC,YAAY,EAAE,MAAM,EAAE,CAAC;IACvB,gCAAgC,EAAE,MAAM,CAAC;IACzC,WAAW,EAAE,MAAM,CAAC;IACpB,WAAW,EAAE,MAAM,CAAC;IACpB,OAAO,EAAE,MAAM,CAAC;IAChB,OAAO,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,MAAM,MAAM,gCAAgC,GAAG;IAC7C,WAAW,EAAE,MAAM,CAAC;IACpB,WAAW,EAAE,MAAM,CAAC;IACpB,SAAS,EAAE,MAAM,CAAC;IAClB,qCAAqC,EAAE,MAAM,CAAC;CAC/C,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ha_tecno/live-id-sdk",
3
- "version": "2.14.0",
3
+ "version": "2.15.0",
4
4
  "description": "React Native SDK for Live ID",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",
@@ -147,9 +147,11 @@
147
147
  ]
148
148
  },
149
149
  "dependencies": {
150
+ "@gorhom/bottom-sheet": "^5",
150
151
  "@react-native-camera-roll/camera-roll": "^7.8.3",
151
152
  "@react-native-community/slider": "^4.5.3",
152
153
  "@react-native-picker/picker": "^2.7.7",
154
+ "@shopify/flash-list": "^1.7.1",
153
155
  "axios": "^1.6.8",
154
156
  "react-native-device-info": "^10.13.1",
155
157
  "react-native-fs": "^2.20.0",
@@ -159,7 +161,9 @@
159
161
  "react-native-picker-select": "^9.1.3",
160
162
  "react-native-reanimated": "^3.6.1",
161
163
  "react-native-responsive-fontsize": "^0.5.1",
164
+ "react-native-ruler-picker": "^0.2.2",
162
165
  "react-native-svg": "^15.7.1",
166
+ "react-native-tab-selector": "^1.0.5",
163
167
  "react-native-uuid": "^2.0.2",
164
168
  "react-native-vector-icons": "^10.0.3",
165
169
  "react-native-vision-camera": "^4.5.2",
@@ -0,0 +1,4 @@
1
+ <svg width="80" height="80" viewBox="0 0 80 80" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <circle cx="40" cy="40" r="38" stroke="white" stroke-width="4"/>
3
+ <circle cx="40" cy="40" r="32" fill="white"/>
4
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg width="79" height="86" viewBox="0 0 79 86" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M29.0358 86C29.477 86 29.9221 85.9974 30.3685 85.9949C30.828 85.9923 31.2927 85.9897 31.76 85.9897C37.6848 85.9897 42.5145 84.3043 45.0729 82.7206C45.9018 82.3012 48.4784 80.9671 49.0711 80.2929C49.695 79.5905 51.6647 78.1508 54.09 76.6263C54.6043 76.3458 55.3 75.7527 56.0375 75.1262C56.5832 74.6617 57.1484 74.1806 57.4734 73.9799L57.5608 73.9258L57.6313 73.8512C61.4376 69.8282 67.7084 62.2248 70.7654 58.3767C71.1087 57.9419 71.4938 57.5842 71.8266 57.2909C72.7913 56.4353 73.8198 55.8487 74.7257 55.3302C75.0821 55.1269 75.4189 54.9339 75.7178 54.7435C76.732 54.0951 77.7815 53.4261 78.4106 52.3737C79.8713 49.9653 78.395 46.785 76.4044 44.85C76.1028 44.5567 75.787 44.2865 75.4658 44.0472C74.3733 43.2329 72.7926 42.9383 70.768 43.1724C68.985 43.3705 66.869 43.9855 64.8132 44.9028C63.0588 45.6863 60.5892 47.0359 58.7878 49.0184C57.9237 49.9692 57.0178 50.9199 56.2216 51.7356C56.0036 49.3478 55.6316 44.9028 55.5741 41.8704L59.7185 18.3911L60.4821 14.076C60.8972 12.0909 60.503 10.0646 59.3726 8.37022C58.2396 6.66942 56.5009 5.50767 54.479 5.09598L54.1017 5.0175C52.4819 4.68944 50.6701 5.45879 48.9967 7.18404C47.6 8.62367 46.5218 10.52 46.1824 12.1334L45.9135 13.299L42.3448 28.9716L41.9284 11.1929L41.884 9.21934C41.8801 4.13494 38.7147 0 34.8248 0H34.4698C31.3109 0 28.7421 3.336 28.7421 7.43491V7.45678L28.8348 10.7529L29.46 33.4359C29.4274 33.4204 29.396 33.4037 29.3634 33.3883L25.2125 14.188C24.7739 11.9275 23.7466 9.90764 22.3212 8.50145C20.8162 7.01679 19.041 6.37609 17.3245 6.69772L17.0099 6.75948C15.9487 6.9576 15.0167 7.59444 14.3236 8.59923C13.2558 10.1456 12.8799 12.419 13.3159 14.6833L16.4225 34.4304L12.5405 23.1564C11.8878 21.4453 10.623 20.0777 8.97961 19.3045C7.32578 18.5262 5.48788 18.4425 3.80272 19.0678L3.48292 19.1887C2.16064 19.6776 1.10202 20.6618 0.505493 21.9587C-0.12236 23.3262 -0.16674 24.8662 0.380188 26.2969L0.390633 26.3213L3.2297 33.0165C6.4969 41.873 8.21991 48.3533 9.79151 63.308L10.3724 68.8247C10.3841 74.0056 12.5914 78.8661 16.5948 82.5379L16.8219 83.1053H17.2631C20.5134 85.771 24.6369 85.9949 29.0384 85.9949L29.0358 86ZM56.5492 72.7319C56.1328 73.006 55.5872 73.4704 55.0129 73.9593C54.3902 74.4893 53.684 75.0901 53.3199 75.2831L53.269 75.3127C50.6414 76.9646 48.6299 78.448 47.8898 79.2817C47.6156 79.5905 45.8274 80.6068 44.3275 81.3646L44.2662 81.3993C41.901 82.8737 37.3741 84.4471 31.7613 84.4471C31.2914 84.4471 30.8241 84.4497 30.362 84.4523C25.4605 84.478 21.2274 84.4986 18.0685 81.7596L17.8466 81.5666H17.8296L17.784 81.5254C14.0129 78.1264 11.9374 73.6042 11.9374 68.7887L11.9335 68.7089L11.32 62.8809C9.73799 47.948 7.99149 41.4111 4.69556 32.4774L4.6825 32.4439L4.2374 31.3916L1.84084 25.7437C1.44533 24.7041 1.47796 23.5874 1.93221 22.6006C2.35513 21.6808 3.10307 20.9835 4.03767 20.6374L4.35879 20.5164C5.63669 20.043 7.0399 20.1086 8.30476 20.7043C9.57744 21.3038 10.5603 22.3652 11.0707 23.6955L11.9962 26.3792L15.9539 37.8809L16.5596 37.8358C16.8963 37.8101 17.2174 37.8165 17.5399 37.8538L18.5645 37.9735L14.8574 14.4131C14.4933 12.5386 14.7791 10.6924 15.6197 9.47408C15.9369 9.01478 16.4878 8.43455 17.3114 8.28145L17.6273 8.2197C20.2001 7.73725 22.9151 10.5509 23.6775 14.4916L23.6814 14.5083L28.0007 34.487L28.374 34.6439C28.81 34.8279 29.2146 35.0505 29.5448 35.2872L30.3124 35.8378L30.7144 34.9913C30.751 34.9141 30.8019 34.8305 30.8554 34.7404C30.888 34.6864 30.9193 34.6336 30.9494 34.5796L31.0551 34.3943L30.3098 7.43105C30.3137 4.18769 32.179 1.55028 34.4711 1.55028H34.8262C37.8558 1.55028 40.3189 4.99692 40.3189 9.23478V9.2515L40.3646 11.2341L40.892 33.7511L41.1883 33.9762C41.2744 34.0418 41.3606 34.1023 41.448 34.1641C41.5028 34.2026 41.559 34.2412 41.6138 34.2824L42.581 34.9926L47.7148 12.4576C47.9916 11.1311 48.9392 9.48051 50.1284 8.25572C51.3971 6.94731 52.7286 6.31948 53.7819 6.53305L54.1592 6.61153C55.7752 6.93959 57.1614 7.86719 58.0647 9.22191C58.9667 10.5754 59.2799 12.1938 58.9458 13.7788L58.9406 13.8033L58.1756 18.1299L54.0065 41.7546V41.828C54.0822 46.1868 54.8145 53.4814 54.821 53.5548L54.9868 55.1951L56.1589 54.0205C57.1418 53.035 58.5986 51.5478 59.9548 50.0541C61.5747 48.271 63.8433 47.0359 65.4593 46.3141C67.3429 45.474 69.3439 44.8899 70.9481 44.7111C72.5615 44.5233 73.7624 44.7162 74.5221 45.2836C74.7884 45.4817 75.0521 45.7069 75.304 45.9539C76.9239 47.5273 78.0478 49.9692 77.0635 51.5902C76.6184 52.3326 75.7674 52.8768 74.8654 53.4518C74.5991 53.6217 74.278 53.8056 73.9386 53.9986C73.0145 54.5274 71.8632 55.1848 70.7785 56.1459C70.396 56.4842 69.947 56.9011 69.5293 57.4311C66.5062 61.2341 60.3281 68.7282 56.5492 72.7332V72.7319Z" fill="white"/>
3
+ <circle cx="10" cy="10" r="10" transform="matrix(-1 0 0 1 64 1)" fill="#E68477" fill-opacity="0.2"/>
4
+ <circle cx="5" cy="5" r="5" transform="matrix(-1 0 0 1 59 6)" fill="#FF5757"/>
5
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg width="79" height="90" viewBox="0 0 79 90" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M29.0358 90C29.477 90 29.9221 89.9974 30.3685 89.9949C30.828 89.9923 31.2927 89.9897 31.76 89.9897C37.6848 89.9897 42.5145 88.3043 45.0729 86.7206C45.9018 86.3012 48.4784 84.9671 49.0711 84.2929C49.695 83.5905 51.6647 82.1508 54.09 80.6263C54.6043 80.3458 55.3 79.7527 56.0375 79.1262C56.5832 78.6617 57.1484 78.1806 57.4734 77.9799L57.5608 77.9258L57.6313 77.8512C61.4376 73.8282 67.7084 66.2248 70.7654 62.3767C71.1087 61.9419 71.4938 61.5842 71.8266 61.2909C72.7913 60.4353 73.8198 59.8487 74.7257 59.3302C75.0821 59.1269 75.4189 58.9339 75.7178 58.7435C76.732 58.0951 77.7815 57.4261 78.4106 56.3737C79.8713 53.9653 78.395 50.785 76.4044 48.85C76.1028 48.5567 75.787 48.2865 75.4658 48.0472C74.3733 47.2329 72.7926 46.9383 70.768 47.1724C68.985 47.3705 66.869 47.9855 64.8132 48.9028C63.0588 49.6863 60.5892 51.0359 58.7878 53.0184C57.9237 53.9692 57.0178 54.9199 56.2216 55.7356C56.0036 53.3478 55.6316 48.9028 55.5741 45.8704L59.7185 22.3911L60.4821 18.076C60.8972 16.0909 60.503 14.0646 59.3726 12.3702C58.2396 10.6694 56.5009 9.50767 54.479 9.09598L54.1017 9.0175C52.4819 8.68944 50.6701 9.45879 48.9967 11.184C47.6 12.6237 46.5218 14.52 46.1824 16.1334L45.9135 17.299L42.3448 32.9716L41.9284 15.1929L41.884 13.2193C41.8801 8.13494 38.7147 4 34.8248 4H34.4698C31.3109 4 28.7421 7.336 28.7421 11.4349V11.4568L28.8348 14.7529L29.46 37.4359C29.4274 37.4204 29.396 37.4037 29.3634 37.3883L25.2125 18.188C24.7739 15.9275 23.7466 13.9076 22.3212 12.5015C20.8162 11.0168 19.041 10.3761 17.3245 10.6977L17.0099 10.7595C15.9487 10.9576 15.0167 11.5944 14.3236 12.5992C13.2558 14.1456 12.8799 16.419 13.3159 18.6833L16.4225 38.4304L12.5405 27.1564C11.8878 25.4453 10.623 24.0777 8.97961 23.3045C7.32578 22.5262 5.48788 22.4425 3.80272 23.0678L3.48292 23.1887C2.16064 23.6776 1.10202 24.6618 0.505493 25.9587C-0.12236 27.3262 -0.16674 28.8662 0.380188 30.2969L0.390633 30.3213L3.2297 37.0165C6.4969 45.873 8.21991 52.3533 9.79151 67.308L10.3724 72.8247C10.3841 78.0056 12.5914 82.8661 16.5948 86.5379L16.8219 87.1053H17.2631C20.5134 89.771 24.6369 89.9949 29.0384 89.9949L29.0358 90ZM56.5492 76.7319C56.1328 77.006 55.5872 77.4704 55.0129 77.9593C54.3902 78.4893 53.684 79.0901 53.3199 79.2831L53.269 79.3127C50.6414 80.9646 48.6299 82.448 47.8898 83.2817C47.6156 83.5905 45.8274 84.6068 44.3275 85.3646L44.2662 85.3993C41.901 86.8737 37.3741 88.4471 31.7613 88.4471C31.2914 88.4471 30.8241 88.4497 30.362 88.4523C25.4605 88.478 21.2274 88.4986 18.0685 85.7596L17.8466 85.5666H17.8296L17.784 85.5254C14.0129 82.1264 11.9374 77.6042 11.9374 72.7887L11.9335 72.7089L11.32 66.8809C9.738 51.948 7.99149 45.4111 4.69556 36.4774L4.6825 36.4439L4.2374 35.3916L1.84084 29.7437C1.44533 28.7041 1.47797 27.5874 1.93221 26.6006C2.35513 25.6808 3.10307 24.9835 4.03767 24.6374L4.35879 24.5164C5.63669 24.043 7.03991 24.1086 8.30476 24.7043C9.57744 25.3038 10.5603 26.3652 11.0707 27.6955L11.9962 30.3792L15.9539 41.8809L16.5596 41.8358C16.8963 41.8101 17.2174 41.8165 17.5399 41.8538L18.5645 41.9735L14.8574 18.4131C14.4933 16.5386 14.7791 14.6924 15.6197 13.4741C15.9369 13.0148 16.4878 12.4346 17.3114 12.2815L17.6273 12.2197C20.2001 11.7372 22.9152 14.5509 23.6775 18.4916L23.6814 18.5083L28.0007 38.487L28.374 38.6439C28.81 38.8279 29.2146 39.0505 29.5448 39.2872L30.3124 39.8378L30.7144 38.9913C30.751 38.9141 30.8019 38.8305 30.8554 38.7404C30.888 38.6864 30.9193 38.6336 30.9494 38.5796L31.0551 38.3943L30.3098 11.4311C30.3137 8.18769 32.179 5.55028 34.4711 5.55028H34.8262C37.8558 5.55028 40.3189 8.99692 40.3189 13.2348V13.2515L40.3646 15.2341L40.892 37.7511L41.1883 37.9762C41.2744 38.0418 41.3606 38.1023 41.448 38.1641C41.5028 38.2027 41.559 38.2412 41.6138 38.2824L42.581 38.9926L47.7148 16.4576C47.9916 15.1311 48.9392 13.4805 50.1284 12.2557C51.3971 10.9473 52.7286 10.3195 53.7819 10.533L54.1592 10.6115C55.7752 10.9396 57.1614 11.8672 58.0647 13.2219C58.9667 14.5754 59.2799 16.1938 58.9458 17.7788L58.9406 17.8033L58.1756 22.1299L54.0065 45.7546V45.828C54.0822 50.1868 54.8144 57.4814 54.821 57.5548L54.9868 59.1951L56.1589 58.0205C57.1418 57.035 58.5986 55.5478 59.9548 54.0541C61.5747 52.271 63.8433 51.0359 65.4593 50.3141C67.3429 49.474 69.3439 48.8899 70.9481 48.7111C72.5615 48.5233 73.7624 48.7162 74.5221 49.2836C74.7884 49.4817 75.0521 49.7069 75.304 49.9539C76.9239 51.5273 78.0478 53.9692 77.0635 55.5902C76.6184 56.3326 75.7674 56.8768 74.8654 57.4518C74.5991 57.6217 74.278 57.8056 73.9386 57.9986C73.0145 58.5274 71.8632 59.1848 70.7785 60.1459C70.396 60.4842 69.947 60.9011 69.5293 61.4311C66.5062 65.2341 60.3281 72.7282 56.5492 76.7332V76.7319Z" fill="white"/>
3
+ <circle cx="10" cy="10" r="10" transform="matrix(-1 0 0 1 45 0)" fill="#E68477" fill-opacity="0.2"/>
4
+ <circle cx="5" cy="5" r="5" transform="matrix(-1 0 0 1 40 5)" fill="#FF5757"/>
5
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg width="83" height="86" viewBox="0 0 83 86" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M33.0358 86C33.477 86 33.9221 85.9974 34.3685 85.9949C34.828 85.9923 35.2927 85.9897 35.76 85.9897C41.6848 85.9897 46.5145 84.3043 49.0729 82.7206C49.9018 82.3012 52.4784 80.9671 53.0711 80.2929C53.695 79.5905 55.6647 78.1508 58.09 76.6263C58.6043 76.3458 59.3 75.7527 60.0375 75.1262C60.5832 74.6617 61.1484 74.1806 61.4734 73.9799L61.5608 73.9258L61.6313 73.8512C65.4376 69.8282 71.7084 62.2248 74.7654 58.3767C75.1087 57.9419 75.4938 57.5842 75.8266 57.2909C76.7913 56.4353 77.8198 55.8487 78.7257 55.3302C79.0821 55.1269 79.4189 54.9339 79.7178 54.7435C80.732 54.0951 81.7815 53.4261 82.4106 52.3737C83.8713 49.9653 82.395 46.785 80.4044 44.85C80.1028 44.5567 79.787 44.2865 79.4658 44.0472C78.3733 43.2329 76.7926 42.9383 74.768 43.1724C72.985 43.3705 70.869 43.9855 68.8132 44.9028C67.0588 45.6863 64.5892 47.0359 62.7878 49.0184C61.9237 49.9692 61.0178 50.9199 60.2216 51.7356C60.0036 49.3478 59.6316 44.9028 59.5741 41.8704L63.7185 18.3911L64.4821 14.076C64.8972 12.0909 64.503 10.0646 63.3726 8.37022C62.2396 6.66942 60.5009 5.50767 58.479 5.09598L58.1017 5.0175C56.4819 4.68944 54.6701 5.45879 52.9967 7.18404C51.6 8.62367 50.5218 10.52 50.1824 12.1334L49.9135 13.299L46.3448 28.9716L45.9284 11.1929L45.884 9.21934C45.8801 4.13494 42.7147 0 38.8248 0H38.4698C35.3109 0 32.7421 3.336 32.7421 7.43491V7.45678L32.8348 10.7529L33.46 33.4359C33.4274 33.4204 33.396 33.4037 33.3634 33.3883L29.2125 14.188C28.7739 11.9275 27.7466 9.90764 26.3212 8.50145C24.8162 7.01679 23.041 6.37609 21.3245 6.69772L21.0099 6.75948C19.9487 6.9576 19.0167 7.59444 18.3236 8.59923C17.2558 10.1456 16.8799 12.419 17.3159 14.6833L20.4225 34.4304L16.5405 23.1564C15.8878 21.4453 14.623 20.0777 12.9796 19.3045C11.3258 18.5262 9.48788 18.4425 7.80272 19.0678L7.48292 19.1887C6.16064 19.6776 5.10202 20.6618 4.50549 21.9587C3.87764 23.3262 3.83326 24.8662 4.38019 26.2969L4.39063 26.3213L7.2297 33.0165C10.4969 41.873 12.2199 48.3533 13.7915 63.308L14.3724 68.8247C14.3841 74.0056 16.5914 78.8661 20.5948 82.5379L20.8219 83.1053H21.2631C24.5134 85.771 28.6369 85.9949 33.0384 85.9949L33.0358 86ZM60.5492 72.7319C60.1328 73.006 59.5872 73.4704 59.0129 73.9593C58.3902 74.4893 57.684 75.0901 57.3199 75.2831L57.269 75.3127C54.6414 76.9646 52.6299 78.448 51.8898 79.2817C51.6156 79.5905 49.8274 80.6068 48.3275 81.3646L48.2662 81.3993C45.901 82.8737 41.3741 84.4471 35.7613 84.4471C35.2914 84.4471 34.8241 84.4497 34.362 84.4523C29.4605 84.478 25.2274 84.4986 22.0685 81.7596L21.8466 81.5666H21.8296L21.784 81.5254C18.0129 78.1264 15.9374 73.6042 15.9374 68.7887L15.9335 68.7089L15.32 62.8809C13.738 47.948 11.9915 41.4111 8.69556 32.4774L8.6825 32.4439L8.2374 31.3916L5.84084 25.7437C5.44533 24.7041 5.47797 23.5874 5.93221 22.6006C6.35513 21.6808 7.10307 20.9835 8.03767 20.6374L8.35879 20.5164C9.63669 20.043 11.0399 20.1086 12.3048 20.7043C13.5774 21.3038 14.5603 22.3652 15.0707 23.6955L15.9962 26.3792L19.9539 37.8809L20.5596 37.8358C20.8963 37.8101 21.2174 37.8165 21.5399 37.8538L22.5645 37.9735L18.8574 14.4131C18.4933 12.5386 18.7791 10.6924 19.6197 9.47408C19.9369 9.01478 20.4878 8.43455 21.3114 8.28145L21.6273 8.2197C24.2001 7.73725 26.9152 10.5509 27.6775 14.4916L27.6814 14.5083L32.0007 34.487L32.374 34.6439C32.81 34.8279 33.2146 35.0505 33.5448 35.2872L34.3124 35.8378L34.7144 34.9913C34.751 34.9141 34.8019 34.8305 34.8554 34.7404C34.888 34.6864 34.9193 34.6336 34.9494 34.5796L35.0551 34.3943L34.3098 7.43105C34.3137 4.18769 36.179 1.55028 38.4711 1.55028H38.8262C41.8558 1.55028 44.3189 4.99692 44.3189 9.23478V9.2515L44.3646 11.2341L44.892 33.7511L45.1883 33.9762C45.2744 34.0418 45.3606 34.1023 45.448 34.1641C45.5028 34.2027 45.559 34.2412 45.6138 34.2824L46.581 34.9926L51.7148 12.4576C51.9916 11.1311 52.9392 9.48051 54.1284 8.25572C55.3971 6.94731 56.7286 6.31948 57.7819 6.53305L58.1592 6.61153C59.7752 6.93959 61.1614 7.86719 62.0647 9.22191C62.9667 10.5754 63.2799 12.1938 62.9458 13.7788L62.9406 13.8033L62.1756 18.1299L58.0065 41.7546V41.828C58.0822 46.1868 58.8144 53.4814 58.821 53.5548L58.9868 55.1951L60.1589 54.0205C61.1418 53.035 62.5986 51.5478 63.9548 50.0541C65.5747 48.271 67.8433 47.0359 69.4593 46.3141C71.3429 45.474 73.3439 44.8899 74.9481 44.7111C76.5615 44.5233 77.7624 44.7162 78.5221 45.2836C78.7884 45.4817 79.0521 45.7069 79.304 45.9539C80.9239 47.5273 82.0478 49.9692 81.0635 51.5902C80.6184 52.3326 79.7674 52.8768 78.8654 53.4518C78.5991 53.6217 78.278 53.8056 77.9386 53.9986C77.0145 54.5274 75.8632 55.1848 74.7785 56.1459C74.396 56.4842 73.947 56.9011 73.5293 57.4311C70.5062 61.2341 64.3281 68.7282 60.5492 72.7332V72.7319Z" fill="white"/>
3
+ <circle cx="10" cy="10" r="10" transform="matrix(-1 0 0 1 20 14)" fill="#E68477" fill-opacity="0.2"/>
4
+ <circle cx="5" cy="5" r="5" transform="matrix(-1 0 0 1 15 19)" fill="#FF5757"/>
5
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg width="79" height="86" viewBox="0 0 79 86" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M29.0358 86C29.477 86 29.9221 85.9974 30.3685 85.9949C30.828 85.9923 31.2927 85.9897 31.76 85.9897C37.6848 85.9897 42.5145 84.3043 45.0729 82.7206C45.9018 82.3012 48.4784 80.9671 49.0711 80.2929C49.695 79.5905 51.6647 78.1508 54.09 76.6263C54.6043 76.3458 55.3 75.7527 56.0375 75.1262C56.5832 74.6617 57.1484 74.1806 57.4734 73.9799L57.5608 73.9258L57.6313 73.8512C61.4376 69.8282 67.7084 62.2248 70.7654 58.3767C71.1087 57.9419 71.4938 57.5842 71.8266 57.2909C72.7913 56.4353 73.8198 55.8487 74.7257 55.3302C75.0821 55.1269 75.4189 54.9339 75.7178 54.7435C76.732 54.0951 77.7815 53.4261 78.4106 52.3737C79.8713 49.9653 78.395 46.785 76.4044 44.85C76.1028 44.5567 75.787 44.2865 75.4658 44.0472C74.3733 43.2329 72.7926 42.9383 70.768 43.1724C68.985 43.3705 66.869 43.9855 64.8132 44.9028C63.0588 45.6863 60.5892 47.0359 58.7878 49.0184C57.9237 49.9692 57.0178 50.9199 56.2216 51.7356C56.0036 49.3478 55.6316 44.9028 55.5741 41.8704L59.7185 18.3911L60.4821 14.076C60.8972 12.0909 60.503 10.0646 59.3726 8.37022C58.2396 6.66942 56.5009 5.50767 54.479 5.09598L54.1017 5.0175C52.4819 4.68944 50.6701 5.45879 48.9967 7.18404C47.6 8.62367 46.5218 10.52 46.1824 12.1334L45.9135 13.299L42.3448 28.9716L41.9284 11.1929L41.884 9.21934C41.8801 4.13494 38.7147 0 34.8248 0H34.4698C31.3109 0 28.7421 3.336 28.7421 7.43491V7.45678L28.8348 10.7529L29.46 33.4359C29.4274 33.4204 29.396 33.4037 29.3634 33.3883L25.2125 14.188C24.7739 11.9275 23.7466 9.90764 22.3212 8.50145C20.8162 7.01679 19.041 6.37609 17.3245 6.69772L17.0099 6.75948C15.9487 6.9576 15.0167 7.59444 14.3236 8.59923C13.2558 10.1456 12.8799 12.419 13.3159 14.6833L16.4225 34.4304L12.5405 23.1564C11.8878 21.4453 10.623 20.0777 8.97961 19.3045C7.32578 18.5262 5.48788 18.4425 3.80272 19.0678L3.48292 19.1887C2.16064 19.6776 1.10202 20.6618 0.505493 21.9587C-0.12236 23.3262 -0.16674 24.8662 0.380188 26.2969L0.390633 26.3213L3.2297 33.0165C6.4969 41.873 8.21991 48.3533 9.79151 63.308L10.3724 68.8247C10.3841 74.0056 12.5914 78.8661 16.5948 82.5379L16.8219 83.1053H17.2631C20.5134 85.771 24.6369 85.9949 29.0384 85.9949L29.0358 86ZM56.5492 72.7319C56.1328 73.006 55.5872 73.4704 55.0129 73.9593C54.3902 74.4893 53.684 75.0901 53.3199 75.2831L53.269 75.3127C50.6414 76.9646 48.6299 78.448 47.8898 79.2817C47.6156 79.5905 45.8274 80.6068 44.3275 81.3646L44.2662 81.3993C41.901 82.8737 37.3741 84.4471 31.7613 84.4471C31.2914 84.4471 30.8241 84.4497 30.362 84.4523C25.4605 84.478 21.2274 84.4986 18.0685 81.7596L17.8466 81.5666H17.8296L17.784 81.5254C14.0129 78.1264 11.9374 73.6042 11.9374 68.7887L11.9335 68.7089L11.32 62.8809C9.738 47.948 7.99149 41.4111 4.69556 32.4774L4.6825 32.4439L4.2374 31.3916L1.84084 25.7437C1.44533 24.7041 1.47797 23.5874 1.93221 22.6006C2.35513 21.6808 3.10307 20.9835 4.03767 20.6374L4.35879 20.5164C5.63669 20.043 7.03991 20.1086 8.30476 20.7043C9.57744 21.3038 10.5603 22.3652 11.0707 23.6955L11.9962 26.3792L15.9539 37.8809L16.5596 37.8358C16.8963 37.8101 17.2174 37.8165 17.5399 37.8538L18.5645 37.9735L14.8574 14.4131C14.4933 12.5386 14.7791 10.6924 15.6197 9.47408C15.9369 9.01478 16.4878 8.43455 17.3114 8.28145L17.6273 8.2197C20.2001 7.73725 22.9152 10.5509 23.6775 14.4916L23.6814 14.5083L28.0007 34.487L28.374 34.6439C28.81 34.8279 29.2146 35.0505 29.5448 35.2872L30.3124 35.8378L30.7144 34.9913C30.751 34.9141 30.8019 34.8305 30.8554 34.7404C30.888 34.6864 30.9193 34.6336 30.9494 34.5796L31.0551 34.3943L30.3098 7.43105C30.3137 4.18769 32.179 1.55028 34.4711 1.55028H34.8262C37.8558 1.55028 40.3189 4.99692 40.3189 9.23478V9.2515L40.3646 11.2341L40.892 33.7511L41.1883 33.9762C41.2744 34.0418 41.3606 34.1023 41.448 34.1641C41.5028 34.2027 41.559 34.2412 41.6138 34.2824L42.581 34.9926L47.7148 12.4576C47.9916 11.1311 48.9392 9.48051 50.1284 8.25572C51.3971 6.94731 52.7286 6.31948 53.7819 6.53305L54.1592 6.61153C55.7752 6.93959 57.1614 7.86719 58.0647 9.22191C58.9667 10.5754 59.2799 12.1938 58.9458 13.7788L58.9406 13.8033L58.1756 18.1299L54.0065 41.7546V41.828C54.0822 46.1868 54.8144 53.4814 54.821 53.5548L54.9868 55.1951L56.1589 54.0205C57.1418 53.035 58.5986 51.5478 59.9548 50.0541C61.5747 48.271 63.8433 47.0359 65.4593 46.3141C67.3429 45.474 69.3439 44.8899 70.9481 44.7111C72.5615 44.5233 73.7624 44.7162 74.5221 45.2836C74.7884 45.4817 75.0521 45.7069 75.304 45.9539C76.9239 47.5273 78.0478 49.9692 77.0635 51.5902C76.6184 52.3326 75.7674 52.8768 74.8654 53.4518C74.5991 53.6217 74.278 53.8056 73.9386 53.9986C73.0145 54.5274 71.8632 55.1848 70.7785 56.1459C70.396 56.4842 69.947 56.9011 69.5293 57.4311C66.5062 61.2341 60.3281 68.7282 56.5492 72.7332V72.7319Z" fill="white"/>
3
+ <circle cx="10" cy="10" r="10" transform="matrix(-1 0 0 1 28 2)" fill="#E68477" fill-opacity="0.2"/>
4
+ <circle cx="5" cy="5" r="5" transform="matrix(-1 0 0 1 23 7)" fill="#FF5757"/>
5
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg width="83" height="86" viewBox="0 0 83 86" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M29.0358 86C29.477 86 29.9221 85.9974 30.3685 85.9949C30.828 85.9923 31.2927 85.9897 31.76 85.9897C37.6848 85.9897 42.5145 84.3043 45.0729 82.7206C45.9018 82.3012 48.4784 80.9671 49.0711 80.2929C49.695 79.5905 51.6647 78.1508 54.09 76.6263C54.6043 76.3458 55.3 75.7527 56.0375 75.1262C56.5832 74.6617 57.1484 74.1806 57.4734 73.9799L57.5608 73.9258L57.6313 73.8512C61.4376 69.8282 67.7084 62.2248 70.7654 58.3767C71.1087 57.9419 71.4938 57.5842 71.8266 57.2909C72.7913 56.4353 73.8198 55.8487 74.7257 55.3302C75.0821 55.1269 75.4189 54.9339 75.7178 54.7435C76.732 54.0951 77.7815 53.4261 78.4106 52.3737C79.8713 49.9653 78.395 46.785 76.4044 44.85C76.1028 44.5567 75.787 44.2865 75.4658 44.0472C74.3733 43.2329 72.7926 42.9383 70.768 43.1724C68.985 43.3705 66.869 43.9855 64.8132 44.9028C63.0588 45.6863 60.5892 47.0359 58.7878 49.0184C57.9237 49.9692 57.0178 50.9199 56.2216 51.7356C56.0036 49.3478 55.6316 44.9028 55.5741 41.8704L59.7185 18.3911L60.4821 14.076C60.8972 12.0909 60.503 10.0646 59.3726 8.37022C58.2396 6.66942 56.5009 5.50767 54.479 5.09598L54.1017 5.0175C52.4819 4.68944 50.6701 5.45879 48.9967 7.18404C47.6 8.62367 46.5218 10.52 46.1824 12.1334L45.9135 13.299L42.3448 28.9716L41.9284 11.1929L41.884 9.21934C41.8801 4.13494 38.7147 0 34.8248 0H34.4698C31.3109 0 28.7421 3.336 28.7421 7.43491V7.45678L28.8348 10.7529L29.46 33.4359C29.4274 33.4204 29.396 33.4037 29.3634 33.3883L25.2125 14.188C24.7739 11.9275 23.7466 9.90764 22.3212 8.50145C20.8162 7.01679 19.041 6.37609 17.3245 6.69772L17.0099 6.75948C15.9487 6.9576 15.0167 7.59444 14.3236 8.59923C13.2558 10.1456 12.8799 12.419 13.3159 14.6833L16.4225 34.4304L12.5405 23.1564C11.8878 21.4453 10.623 20.0777 8.97961 19.3045C7.32578 18.5262 5.48788 18.4425 3.80272 19.0678L3.48292 19.1887C2.16064 19.6776 1.10202 20.6618 0.505493 21.9587C-0.12236 23.3262 -0.16674 24.8662 0.380188 26.2969L0.390633 26.3213L3.2297 33.0165C6.4969 41.873 8.21991 48.3533 9.79151 63.308L10.3724 68.8247C10.3841 74.0056 12.5914 78.8661 16.5948 82.5379L16.8219 83.1053H17.2631C20.5134 85.771 24.6369 85.9949 29.0384 85.9949L29.0358 86ZM56.5492 72.7319C56.1328 73.006 55.5872 73.4704 55.0129 73.9593C54.3902 74.4893 53.684 75.0901 53.3199 75.2831L53.269 75.3127C50.6414 76.9646 48.6299 78.448 47.8898 79.2817C47.6156 79.5905 45.8274 80.6068 44.3275 81.3646L44.2662 81.3993C41.901 82.8737 37.3741 84.4471 31.7613 84.4471C31.2914 84.4471 30.8241 84.4497 30.362 84.4523C25.4605 84.478 21.2274 84.4986 18.0685 81.7596L17.8466 81.5666H17.8296L17.784 81.5254C14.0129 78.1264 11.9374 73.6042 11.9374 68.7887L11.9335 68.7089L11.32 62.8809C9.73799 47.948 7.99149 41.4111 4.69556 32.4774L4.6825 32.4439L4.2374 31.3916L1.84084 25.7437C1.44533 24.7041 1.47796 23.5874 1.93221 22.6006C2.35513 21.6808 3.10307 20.9835 4.03767 20.6374L4.35879 20.5164C5.63669 20.043 7.0399 20.1086 8.30476 20.7043C9.57744 21.3038 10.5603 22.3652 11.0707 23.6955L11.9962 26.3792L15.9539 37.8809L16.5596 37.8358C16.8963 37.8101 17.2174 37.8165 17.5399 37.8538L18.5645 37.9735L14.8574 14.4131C14.4933 12.5386 14.7791 10.6924 15.6197 9.47408C15.9369 9.01478 16.4878 8.43455 17.3114 8.28145L17.6273 8.2197C20.2001 7.73725 22.9151 10.5509 23.6775 14.4916L23.6814 14.5083L28.0007 34.487L28.374 34.6439C28.81 34.8279 29.2146 35.0505 29.5448 35.2872L30.3124 35.8378L30.7144 34.9913C30.751 34.9141 30.8019 34.8305 30.8554 34.7404C30.888 34.6864 30.9193 34.6336 30.9494 34.5796L31.0551 34.3943L30.3098 7.43105C30.3137 4.18769 32.179 1.55028 34.4711 1.55028H34.8262C37.8558 1.55028 40.3189 4.99692 40.3189 9.23478V9.2515L40.3646 11.2341L40.892 33.7511L41.1883 33.9762C41.2744 34.0418 41.3606 34.1023 41.448 34.1641C41.5028 34.2026 41.559 34.2412 41.6138 34.2824L42.581 34.9926L47.7148 12.4576C47.9916 11.1311 48.9392 9.48051 50.1284 8.25572C51.3971 6.94731 52.7286 6.31948 53.7819 6.53305L54.1592 6.61153C55.7752 6.93959 57.1614 7.86719 58.0647 9.22191C58.9667 10.5754 59.2799 12.1938 58.9458 13.7788L58.9406 13.8033L58.1756 18.1299L54.0065 41.7546V41.828C54.0822 46.1868 54.8145 53.4814 54.821 53.5548L54.9868 55.1951L56.1589 54.0205C57.1418 53.035 58.5986 51.5478 59.9548 50.0541C61.5747 48.271 63.8433 47.0359 65.4593 46.3141C67.3429 45.474 69.3439 44.8899 70.9481 44.7111C72.5615 44.5233 73.7624 44.7162 74.5221 45.2836C74.7884 45.4817 75.0521 45.7069 75.304 45.9539C76.9239 47.5273 78.0478 49.9692 77.0635 51.5902C76.6184 52.3326 75.7674 52.8768 74.8654 53.4518C74.5991 53.6217 74.278 53.8056 73.9386 53.9986C73.0145 54.5274 71.8632 55.1848 70.7785 56.1459C70.396 56.4842 69.947 56.9011 69.5293 57.4311C66.5062 61.2341 60.3281 68.7282 56.5492 72.7332V72.7319Z" fill="white"/>
3
+ <circle cx="10" cy="10" r="10" transform="matrix(-1 0 0 1 83 39)" fill="#E68477" fill-opacity="0.2"/>
4
+ <circle cx="5" cy="5" r="5" transform="matrix(-1 0 0 1 78 44)" fill="#FF5757"/>
5
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg width="79" height="86" viewBox="0 0 79 86" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M49.9642 86C49.523 86 49.0779 85.9974 48.6315 85.9949C48.172 85.9923 47.7073 85.9897 47.24 85.9897C41.3152 85.9897 36.4855 84.3043 33.9271 82.7206C33.0982 82.3012 30.5216 80.9671 29.9289 80.2929C29.305 79.5905 27.3353 78.1508 24.91 76.6263C24.3957 76.3458 23.7 75.7527 22.9625 75.1262C22.4168 74.6617 21.8516 74.1806 21.5266 73.9799L21.4392 73.9258L21.3687 73.8512C17.5624 69.8282 11.2916 62.2248 8.2346 58.3767C7.8913 57.9419 7.50623 57.5842 7.17338 57.2909C6.20875 56.4353 5.18016 55.8487 4.27427 55.3302C3.91792 55.1269 3.58115 54.9339 3.28223 54.7435C2.268 54.0951 1.21853 53.4261 0.589365 52.3737C-0.871283 49.9653 0.605029 46.785 2.59563 44.85C2.89716 44.5567 3.21305 44.2865 3.53416 44.0472C4.62671 43.2329 6.20744 42.9383 8.23199 43.1724C10.015 43.3705 12.131 43.9855 14.1868 44.9028C15.9412 45.6863 18.4108 47.0359 20.2122 49.0184C21.0763 49.9692 21.9822 50.9199 22.7784 51.7356C22.9964 49.3478 23.3684 44.9028 23.4259 41.8704L19.2815 18.3911L18.5179 14.076C18.1028 12.0909 18.497 10.0646 19.6274 8.37022C20.7604 6.66942 22.4991 5.50767 24.521 5.09598L24.8983 5.0175C26.5181 4.68944 28.3299 5.45879 30.0033 7.18404C31.4 8.62367 32.4782 10.52 32.8176 12.1334L33.0865 13.299L36.6552 28.9716L37.0716 11.1929L37.116 9.21934C37.1199 4.13494 40.2853 0 44.1752 0H44.5302C47.6891 0 50.2579 3.336 50.2579 7.43491V7.45678L50.1652 10.7529L49.54 33.4359C49.5726 33.4204 49.604 33.4037 49.6366 33.3883L53.7875 14.188C54.2261 11.9275 55.2534 9.90764 56.6788 8.50145C58.1838 7.01679 59.959 6.37609 61.6755 6.69772L61.9901 6.75948C63.0513 6.9576 63.9833 7.59444 64.6764 8.59923C65.7442 10.1456 66.1201 12.419 65.6841 14.6833L62.5775 34.4304L66.4595 23.1564C67.1122 21.4453 68.377 20.0777 70.0204 19.3045C71.6742 18.5262 73.5121 18.4425 75.1973 19.0678L75.5171 19.1887C76.8394 19.6776 77.898 20.6618 78.4945 21.9587C79.1224 23.3262 79.1667 24.8662 78.6198 26.2969L78.6094 26.3213L75.7703 33.0165C72.5031 41.873 70.7801 48.3533 69.2085 63.308L68.6276 68.8247C68.6159 74.0056 66.4086 78.8661 62.4052 82.5379L62.1781 83.1053H61.7369C58.4866 85.771 54.3631 85.9949 49.9616 85.9949L49.9642 86ZM22.4508 72.7319C22.8672 73.006 23.4128 73.4704 23.9871 73.9593C24.6098 74.4893 25.316 75.0901 25.6801 75.2831L25.731 75.3127C28.3586 76.9646 30.3701 78.448 31.1102 79.2817C31.3844 79.5905 33.1726 80.6068 34.6725 81.3646L34.7338 81.3993C37.099 82.8737 41.6259 84.4471 47.2387 84.4471C47.7086 84.4471 48.1759 84.4497 48.638 84.4523C53.5395 84.478 57.7726 84.4986 60.9315 81.7596L61.1534 81.5666H61.1704L61.216 81.5254C64.9871 78.1264 67.0626 73.6042 67.0626 68.7887L67.0665 68.7089L67.68 62.8809C69.262 47.948 71.0085 41.4111 74.3044 32.4774L74.3175 32.4439L74.7626 31.3916L77.1592 25.7437C77.5547 24.7041 77.522 23.5874 77.0678 22.6006C76.6449 21.6808 75.8969 20.9835 74.9623 20.6374L74.6412 20.5164C73.3633 20.043 71.9601 20.1086 70.6952 20.7043C69.4226 21.3038 68.4397 22.3652 67.9293 23.6955L67.0038 26.3792L63.0461 37.8809L62.4404 37.8358C62.1037 37.8101 61.7826 37.8165 61.4601 37.8538L60.4355 37.9735L64.1426 14.4131C64.5067 12.5386 64.2209 10.6924 63.3803 9.47408C63.0631 9.01478 62.5122 8.43455 61.6886 8.28145L61.3727 8.2197C58.7999 7.73725 56.0849 10.5509 55.3225 14.4916L55.3186 14.5083L50.9993 34.487L50.626 34.6439C50.19 34.8279 49.7854 35.0505 49.4552 35.2872L48.6876 35.8378L48.2856 34.9913C48.249 34.9141 48.1981 34.8305 48.1446 34.7404C48.112 34.6864 48.0807 34.6336 48.0506 34.5796L47.9449 34.3943L48.6902 7.43105C48.6863 4.18769 46.821 1.55028 44.5289 1.55028H44.1738C41.1442 1.55028 38.6811 4.99692 38.6811 9.23478V9.2515L38.6354 11.2341L38.108 33.7511L37.8117 33.9762C37.7256 34.0418 37.6394 34.1023 37.552 34.1641C37.4972 34.2026 37.441 34.2412 37.3862 34.2824L36.419 34.9926L31.2852 12.4576C31.0084 11.1311 30.0608 9.48051 28.8716 8.25572C27.6029 6.94731 26.2714 6.31948 25.2181 6.53305L24.8408 6.61153C23.2248 6.93959 21.8386 7.86719 20.9353 9.22191C20.0333 10.5754 19.7201 12.1938 20.0542 13.7788L20.0594 13.8033L20.8244 18.1299L24.9935 41.7546V41.828C24.9178 46.1868 24.1855 53.4814 24.179 53.5548L24.0132 55.1951L22.8411 54.0205C21.8582 53.035 20.4014 51.5478 19.0452 50.0541C17.4253 48.271 15.1567 47.0359 13.5407 46.3141C11.6571 45.474 9.65609 44.8899 8.05185 44.7111C6.43848 44.5233 5.23759 44.7162 4.4779 45.2836C4.21162 45.4817 3.94794 45.7069 3.69602 45.9539C2.07612 47.5273 0.952243 49.9692 1.93645 51.5902C2.38156 52.3326 3.23263 52.8768 4.1346 53.4518C4.40089 53.6217 4.72199 53.8056 5.06138 53.9986C5.98554 54.5274 7.13683 55.1848 8.22154 56.1459C8.604 56.4842 9.05303 56.9011 9.47073 57.4311C12.4938 61.2341 18.6719 68.7282 22.4508 72.7332V72.7319Z" fill="white"/>
3
+ <circle cx="25" cy="11" r="10" fill="#E68477" fill-opacity="0.2"/>
4
+ <circle cx="25" cy="11" r="5" fill="#FF5757"/>
5
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg width="79" height="90" viewBox="0 0 79 90" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M49.9642 90C49.523 90 49.0779 89.9974 48.6315 89.9949C48.172 89.9923 47.7073 89.9897 47.24 89.9897C41.3152 89.9897 36.4855 88.3043 33.9271 86.7206C33.0982 86.3012 30.5216 84.9671 29.9289 84.2929C29.305 83.5905 27.3353 82.1508 24.91 80.6263C24.3957 80.3458 23.7 79.7527 22.9625 79.1262C22.4168 78.6617 21.8516 78.1806 21.5266 77.9799L21.4392 77.9258L21.3687 77.8512C17.5624 73.8282 11.2916 66.2248 8.2346 62.3767C7.8913 61.9419 7.50623 61.5842 7.17338 61.2909C6.20875 60.4353 5.18016 59.8487 4.27427 59.3302C3.91792 59.1269 3.58115 58.9339 3.28223 58.7435C2.268 58.0951 1.21853 57.4261 0.589365 56.3737C-0.871283 53.9653 0.605029 50.785 2.59563 48.85C2.89716 48.5567 3.21305 48.2865 3.53416 48.0472C4.62671 47.2329 6.20744 46.9383 8.23199 47.1724C10.015 47.3705 12.131 47.9855 14.1868 48.9028C15.9412 49.6863 18.4108 51.0359 20.2122 53.0184C21.0763 53.9692 21.9822 54.9199 22.7784 55.7356C22.9964 53.3478 23.3684 48.9028 23.4259 45.8704L19.2815 22.3911L18.5179 18.076C18.1028 16.0909 18.497 14.0646 19.6274 12.3702C20.7604 10.6694 22.4991 9.50767 24.521 9.09598L24.8983 9.0175C26.5181 8.68944 28.3299 9.45879 30.0033 11.184C31.4 12.6237 32.4782 14.52 32.8176 16.1334L33.0865 17.299L36.6552 32.9716L37.0716 15.1929L37.116 13.2193C37.1199 8.13494 40.2853 4 44.1752 4H44.5302C47.6891 4 50.2579 7.336 50.2579 11.4349V11.4568L50.1652 14.7529L49.54 37.4359C49.5726 37.4204 49.604 37.4037 49.6366 37.3883L53.7875 18.188C54.2261 15.9275 55.2534 13.9076 56.6788 12.5015C58.1838 11.0168 59.959 10.3761 61.6755 10.6977L61.9901 10.7595C63.0513 10.9576 63.9833 11.5944 64.6764 12.5992C65.7442 14.1456 66.1201 16.419 65.6841 18.6833L62.5775 38.4304L66.4595 27.1564C67.1122 25.4453 68.377 24.0777 70.0204 23.3045C71.6742 22.5262 73.5121 22.4425 75.1973 23.0678L75.5171 23.1887C76.8394 23.6776 77.898 24.6618 78.4945 25.9587C79.1224 27.3262 79.1667 28.8662 78.6198 30.2969L78.6094 30.3213L75.7703 37.0165C72.5031 45.873 70.7801 52.3533 69.2085 67.308L68.6276 72.8247C68.6159 78.0056 66.4086 82.8661 62.4052 86.5379L62.1781 87.1053H61.7369C58.4866 89.771 54.3631 89.9949 49.9616 89.9949L49.9642 90ZM22.4508 76.7319C22.8672 77.006 23.4128 77.4704 23.9871 77.9593C24.6098 78.4893 25.316 79.0901 25.6801 79.2831L25.731 79.3127C28.3586 80.9646 30.3701 82.448 31.1102 83.2817C31.3844 83.5905 33.1726 84.6068 34.6725 85.3646L34.7338 85.3993C37.099 86.8737 41.6259 88.4471 47.2387 88.4471C47.7086 88.4471 48.1759 88.4497 48.638 88.4523C53.5395 88.478 57.7726 88.4986 60.9315 85.7596L61.1534 85.5666H61.1704L61.216 85.5254C64.9871 82.1264 67.0626 77.6042 67.0626 72.7887L67.0665 72.7089L67.68 66.8809C69.262 51.948 71.0085 45.4111 74.3044 36.4774L74.3175 36.4439L74.7626 35.3916L77.1592 29.7437C77.5547 28.7041 77.522 27.5874 77.0678 26.6006C76.6449 25.6808 75.8969 24.9835 74.9623 24.6374L74.6412 24.5164C73.3633 24.043 71.9601 24.1086 70.6952 24.7043C69.4226 25.3038 68.4397 26.3652 67.9293 27.6955L67.0038 30.3792L63.0461 41.8809L62.4404 41.8358C62.1037 41.8101 61.7826 41.8165 61.4601 41.8538L60.4355 41.9735L64.1426 18.4131C64.5067 16.5386 64.2209 14.6924 63.3803 13.4741C63.0631 13.0148 62.5122 12.4346 61.6886 12.2815L61.3727 12.2197C58.7999 11.7372 56.0848 14.5509 55.3225 18.4916L55.3186 18.5083L50.9993 38.487L50.626 38.6439C50.19 38.8279 49.7854 39.0505 49.4552 39.2872L48.6876 39.8378L48.2856 38.9913C48.249 38.9141 48.1981 38.8305 48.1446 38.7404C48.112 38.6864 48.0807 38.6336 48.0506 38.5796L47.9449 38.3943L48.6902 11.4311C48.6863 8.18769 46.821 5.55028 44.5289 5.55028H44.1738C41.1442 5.55028 38.6811 8.99692 38.6811 13.2348V13.2515L38.6354 15.2341L38.108 37.7511L37.8117 37.9762C37.7256 38.0418 37.6394 38.1023 37.552 38.1641C37.4972 38.2027 37.441 38.2412 37.3862 38.2824L36.419 38.9926L31.2852 16.4576C31.0084 15.1311 30.0608 13.4805 28.8716 12.2557C27.6029 10.9473 26.2714 10.3195 25.2181 10.533L24.8408 10.6115C23.2248 10.9396 21.8386 11.8672 20.9353 13.2219C20.0333 14.5754 19.7201 16.1938 20.0542 17.7788L20.0594 17.8033L20.8244 22.1299L24.9935 45.7546V45.828C24.9178 50.1868 24.1856 57.4814 24.179 57.5548L24.0132 59.1951L22.8411 58.0205C21.8582 57.035 20.4014 55.5478 19.0452 54.0541C17.4253 52.271 15.1567 51.0359 13.5407 50.3141C11.6571 49.474 9.65609 48.8899 8.05185 48.7111C6.43848 48.5233 5.23759 48.7162 4.4779 49.2836C4.21161 49.4817 3.94794 49.7069 3.69602 49.9539C2.07612 51.5273 0.952243 53.9692 1.93645 55.5902C2.38156 56.3326 3.23263 56.8768 4.1346 57.4518C4.40089 57.6217 4.72199 57.8056 5.06138 57.9986C5.98554 58.5274 7.13683 59.1848 8.22154 60.1459C8.604 60.4842 9.05303 60.9011 9.47073 61.4311C12.4938 65.2341 18.6719 72.7282 22.4508 76.7332V76.7319Z" fill="white"/>
3
+ <circle cx="44" cy="10" r="10" fill="#E68477" fill-opacity="0.2"/>
4
+ <circle cx="44" cy="10" r="5" fill="#FF5757"/>
5
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg width="83" height="86" viewBox="0 0 83 86" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M49.9642 86C49.523 86 49.0779 85.9974 48.6315 85.9949C48.172 85.9923 47.7073 85.9897 47.24 85.9897C41.3152 85.9897 36.4855 84.3043 33.9271 82.7206C33.0982 82.3012 30.5216 80.9671 29.9289 80.2929C29.305 79.5905 27.3353 78.1508 24.91 76.6263C24.3957 76.3458 23.7 75.7527 22.9625 75.1262C22.4168 74.6617 21.8516 74.1806 21.5266 73.9799L21.4392 73.9258L21.3687 73.8512C17.5624 69.8282 11.2916 62.2248 8.2346 58.3767C7.8913 57.9419 7.50623 57.5842 7.17338 57.2909C6.20875 56.4353 5.18016 55.8487 4.27427 55.3302C3.91792 55.1269 3.58115 54.9339 3.28223 54.7435C2.268 54.0951 1.21853 53.4261 0.589365 52.3737C-0.871283 49.9653 0.605029 46.785 2.59563 44.85C2.89716 44.5567 3.21305 44.2865 3.53416 44.0472C4.62671 43.2329 6.20744 42.9383 8.23199 43.1724C10.015 43.3705 12.131 43.9855 14.1868 44.9028C15.9412 45.6863 18.4108 47.0359 20.2122 49.0184C21.0763 49.9692 21.9822 50.9199 22.7784 51.7356C22.9964 49.3478 23.3684 44.9028 23.4259 41.8704L19.2815 18.3911L18.5179 14.076C18.1028 12.0909 18.497 10.0646 19.6274 8.37022C20.7604 6.66942 22.4991 5.50767 24.521 5.09598L24.8983 5.0175C26.5181 4.68944 28.3299 5.45879 30.0033 7.18404C31.4 8.62367 32.4782 10.52 32.8176 12.1334L33.0865 13.299L36.6552 28.9716L37.0716 11.1929L37.116 9.21934C37.1199 4.13494 40.2853 0 44.1752 0H44.5302C47.6891 0 50.2579 3.336 50.2579 7.43491V7.45678L50.1652 10.7529L49.54 33.4359C49.5726 33.4204 49.604 33.4037 49.6366 33.3883L53.7875 14.188C54.2261 11.9275 55.2534 9.90764 56.6788 8.50145C58.1838 7.01679 59.959 6.37609 61.6755 6.69772L61.9901 6.75948C63.0513 6.9576 63.9833 7.59444 64.6764 8.59923C65.7442 10.1456 66.1201 12.419 65.6841 14.6833L62.5775 34.4304L66.4595 23.1564C67.1122 21.4453 68.377 20.0777 70.0204 19.3045C71.6742 18.5262 73.5121 18.4425 75.1973 19.0678L75.5171 19.1887C76.8394 19.6776 77.898 20.6618 78.4945 21.9587C79.1224 23.3262 79.1667 24.8662 78.6198 26.2969L78.6094 26.3213L75.7703 33.0165C72.5031 41.873 70.7801 48.3533 69.2085 63.308L68.6276 68.8247C68.6159 74.0056 66.4086 78.8661 62.4052 82.5379L62.1781 83.1053H61.7369C58.4866 85.771 54.3631 85.9949 49.9616 85.9949L49.9642 86ZM22.4508 72.7319C22.8672 73.006 23.4128 73.4704 23.9871 73.9593C24.6098 74.4893 25.316 75.0901 25.6801 75.2831L25.731 75.3127C28.3586 76.9646 30.3701 78.448 31.1102 79.2817C31.3844 79.5905 33.1726 80.6068 34.6725 81.3646L34.7338 81.3993C37.099 82.8737 41.6259 84.4471 47.2387 84.4471C47.7086 84.4471 48.1759 84.4497 48.638 84.4523C53.5395 84.478 57.7726 84.4986 60.9315 81.7596L61.1534 81.5666H61.1704L61.216 81.5254C64.9871 78.1264 67.0626 73.6042 67.0626 68.7887L67.0665 68.7089L67.68 62.8809C69.262 47.948 71.0085 41.4111 74.3044 32.4774L74.3175 32.4439L74.7626 31.3916L77.1592 25.7437C77.5547 24.7041 77.522 23.5874 77.0678 22.6006C76.6449 21.6808 75.8969 20.9835 74.9623 20.6374L74.6412 20.5164C73.3633 20.043 71.9601 20.1086 70.6952 20.7043C69.4226 21.3038 68.4397 22.3652 67.9293 23.6955L67.0038 26.3792L63.0461 37.8809L62.4404 37.8358C62.1037 37.8101 61.7826 37.8165 61.4601 37.8538L60.4355 37.9735L64.1426 14.4131C64.5067 12.5386 64.2209 10.6924 63.3803 9.47408C63.0631 9.01478 62.5122 8.43455 61.6886 8.28145L61.3727 8.2197C58.7999 7.73725 56.0848 10.5509 55.3225 14.4916L55.3186 14.5083L50.9993 34.487L50.626 34.6439C50.19 34.8279 49.7854 35.0505 49.4552 35.2872L48.6876 35.8378L48.2856 34.9913C48.249 34.9141 48.1981 34.8305 48.1446 34.7404C48.112 34.6864 48.0807 34.6336 48.0506 34.5796L47.9449 34.3943L48.6902 7.43105C48.6863 4.18769 46.821 1.55028 44.5289 1.55028H44.1738C41.1442 1.55028 38.6811 4.99692 38.6811 9.23478V9.2515L38.6354 11.2341L38.108 33.7511L37.8117 33.9762C37.7256 34.0418 37.6394 34.1023 37.552 34.1641C37.4972 34.2027 37.441 34.2412 37.3862 34.2824L36.419 34.9926L31.2852 12.4576C31.0084 11.1311 30.0608 9.48051 28.8716 8.25572C27.6029 6.94731 26.2714 6.31948 25.2181 6.53305L24.8408 6.61153C23.2248 6.93959 21.8386 7.86719 20.9353 9.22191C20.0333 10.5754 19.7201 12.1938 20.0542 13.7788L20.0594 13.8033L20.8244 18.1299L24.9935 41.7546V41.828C24.9178 46.1868 24.1856 53.4814 24.179 53.5548L24.0132 55.1951L22.8411 54.0205C21.8582 53.035 20.4014 51.5478 19.0452 50.0541C17.4253 48.271 15.1567 47.0359 13.5407 46.3141C11.6571 45.474 9.65609 44.8899 8.05185 44.7111C6.43848 44.5233 5.23759 44.7162 4.4779 45.2836C4.21161 45.4817 3.94794 45.7069 3.69602 45.9539C2.07612 47.5273 0.952243 49.9692 1.93645 51.5902C2.38156 52.3326 3.23263 52.8768 4.1346 53.4518C4.40089 53.6217 4.72199 53.8056 5.06138 53.9986C5.98554 54.5274 7.13683 55.1848 8.22154 56.1459C8.604 56.4842 9.05303 56.9011 9.47073 57.4311C12.4938 61.2341 18.6719 68.7282 22.4508 72.7332V72.7319Z" fill="white"/>
3
+ <circle cx="73" cy="24" r="10" fill="#E68477" fill-opacity="0.2"/>
4
+ <circle cx="73" cy="24" r="5" fill="#FF5757"/>
5
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg width="79" height="86" viewBox="0 0 79 86" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M49.9642 86C49.523 86 49.0779 85.9974 48.6315 85.9949C48.172 85.9923 47.7073 85.9897 47.24 85.9897C41.3152 85.9897 36.4855 84.3043 33.9271 82.7206C33.0982 82.3012 30.5216 80.9671 29.9289 80.2929C29.305 79.5905 27.3353 78.1508 24.91 76.6263C24.3957 76.3458 23.7 75.7527 22.9625 75.1262C22.4168 74.6617 21.8516 74.1806 21.5266 73.9799L21.4392 73.9258L21.3687 73.8512C17.5624 69.8282 11.2916 62.2248 8.2346 58.3767C7.8913 57.9419 7.50623 57.5842 7.17338 57.2909C6.20875 56.4353 5.18016 55.8487 4.27427 55.3302C3.91792 55.1269 3.58115 54.9339 3.28223 54.7435C2.268 54.0951 1.21853 53.4261 0.589365 52.3737C-0.871283 49.9653 0.605029 46.785 2.59563 44.85C2.89716 44.5567 3.21305 44.2865 3.53416 44.0472C4.62671 43.2329 6.20744 42.9383 8.23199 43.1724C10.015 43.3705 12.131 43.9855 14.1868 44.9028C15.9412 45.6863 18.4108 47.0359 20.2122 49.0184C21.0763 49.9692 21.9822 50.9199 22.7784 51.7356C22.9964 49.3478 23.3684 44.9028 23.4259 41.8704L19.2815 18.3911L18.5179 14.076C18.1028 12.0909 18.497 10.0646 19.6274 8.37022C20.7604 6.66942 22.4991 5.50767 24.521 5.09598L24.8983 5.0175C26.5181 4.68944 28.3299 5.45879 30.0033 7.18404C31.4 8.62367 32.4782 10.52 32.8176 12.1334L33.0865 13.299L36.6552 28.9716L37.0716 11.1929L37.116 9.21934C37.1199 4.13494 40.2853 0 44.1752 0H44.5302C47.6891 0 50.2579 3.336 50.2579 7.43491V7.45678L50.1652 10.7529L49.54 33.4359C49.5726 33.4204 49.604 33.4037 49.6366 33.3883L53.7875 14.188C54.2261 11.9275 55.2534 9.90764 56.6788 8.50145C58.1838 7.01679 59.959 6.37609 61.6755 6.69772L61.9901 6.75948C63.0513 6.9576 63.9833 7.59444 64.6764 8.59923C65.7442 10.1456 66.1201 12.419 65.6841 14.6833L62.5775 34.4304L66.4595 23.1564C67.1122 21.4453 68.377 20.0777 70.0204 19.3045C71.6742 18.5262 73.5121 18.4425 75.1973 19.0678L75.5171 19.1887C76.8394 19.6776 77.898 20.6618 78.4945 21.9587C79.1224 23.3262 79.1667 24.8662 78.6198 26.2969L78.6094 26.3213L75.7703 33.0165C72.5031 41.873 70.7801 48.3533 69.2085 63.308L68.6276 68.8247C68.6159 74.0056 66.4086 78.8661 62.4052 82.5379L62.1781 83.1053H61.7369C58.4866 85.771 54.3631 85.9949 49.9616 85.9949L49.9642 86ZM22.4508 72.7319C22.8672 73.006 23.4128 73.4704 23.9871 73.9593C24.6098 74.4893 25.316 75.0901 25.6801 75.2831L25.731 75.3127C28.3586 76.9646 30.3701 78.448 31.1102 79.2817C31.3844 79.5905 33.1726 80.6068 34.6725 81.3646L34.7338 81.3993C37.099 82.8737 41.6259 84.4471 47.2387 84.4471C47.7086 84.4471 48.1759 84.4497 48.638 84.4523C53.5395 84.478 57.7726 84.4986 60.9315 81.7596L61.1534 81.5666H61.1704L61.216 81.5254C64.9871 78.1264 67.0626 73.6042 67.0626 68.7887L67.0665 68.7089L67.68 62.8809C69.262 47.948 71.0085 41.4111 74.3044 32.4774L74.3175 32.4439L74.7626 31.3916L77.1592 25.7437C77.5547 24.7041 77.522 23.5874 77.0678 22.6006C76.6449 21.6808 75.8969 20.9835 74.9623 20.6374L74.6412 20.5164C73.3633 20.043 71.9601 20.1086 70.6952 20.7043C69.4226 21.3038 68.4397 22.3652 67.9293 23.6955L67.0038 26.3792L63.0461 37.8809L62.4404 37.8358C62.1037 37.8101 61.7826 37.8165 61.4601 37.8538L60.4355 37.9735L64.1426 14.4131C64.5067 12.5386 64.2209 10.6924 63.3803 9.47408C63.0631 9.01478 62.5122 8.43455 61.6886 8.28145L61.3727 8.2197C58.7999 7.73725 56.0848 10.5509 55.3225 14.4916L55.3186 14.5083L50.9993 34.487L50.626 34.6439C50.19 34.8279 49.7854 35.0505 49.4552 35.2872L48.6876 35.8378L48.2856 34.9913C48.249 34.9141 48.1981 34.8305 48.1446 34.7404C48.112 34.6864 48.0807 34.6336 48.0506 34.5796L47.9449 34.3943L48.6902 7.43105C48.6863 4.18769 46.821 1.55028 44.5289 1.55028H44.1738C41.1442 1.55028 38.6811 4.99692 38.6811 9.23478V9.2515L38.6354 11.2341L38.108 33.7511L37.8117 33.9762C37.7256 34.0418 37.6394 34.1023 37.552 34.1641C37.4972 34.2027 37.441 34.2412 37.3862 34.2824L36.419 34.9926L31.2852 12.4576C31.0084 11.1311 30.0608 9.48051 28.8716 8.25572C27.6029 6.94731 26.2714 6.31948 25.2181 6.53305L24.8408 6.61153C23.2248 6.93959 21.8386 7.86719 20.9353 9.22191C20.0333 10.5754 19.7201 12.1938 20.0542 13.7788L20.0594 13.8033L20.8244 18.1299L24.9935 41.7546V41.828C24.9178 46.1868 24.1856 53.4814 24.179 53.5548L24.0132 55.1951L22.8411 54.0205C21.8582 53.035 20.4014 51.5478 19.0452 50.0541C17.4253 48.271 15.1567 47.0359 13.5407 46.3141C11.6571 45.474 9.65609 44.8899 8.05185 44.7111C6.43848 44.5233 5.23759 44.7162 4.4779 45.2836C4.21161 45.4817 3.94794 45.7069 3.69602 45.9539C2.07612 47.5273 0.952243 49.9692 1.93645 51.5902C2.38156 52.3326 3.23263 52.8768 4.1346 53.4518C4.40089 53.6217 4.72199 53.8056 5.06138 53.9986C5.98554 54.5274 7.13683 55.1848 8.22154 56.1459C8.604 56.4842 9.05303 56.9011 9.47073 57.4311C12.4938 61.2341 18.6719 68.7282 22.4508 72.7332V72.7319Z" fill="white"/>
3
+ <circle cx="61" cy="12" r="10" fill="#E68477" fill-opacity="0.2"/>
4
+ <circle cx="61" cy="12" r="5" fill="#FF5757"/>
5
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg width="83" height="86" viewBox="0 0 83 86" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M53.9642 86C53.523 86 53.0779 85.9974 52.6315 85.9949C52.172 85.9923 51.7073 85.9897 51.24 85.9897C45.3152 85.9897 40.4855 84.3043 37.9271 82.7206C37.0982 82.3012 34.5216 80.9671 33.9289 80.2929C33.305 79.5905 31.3353 78.1508 28.91 76.6263C28.3957 76.3458 27.7 75.7527 26.9625 75.1262C26.4168 74.6617 25.8516 74.1806 25.5266 73.9799L25.4392 73.9258L25.3687 73.8512C21.5624 69.8282 15.2916 62.2248 12.2346 58.3767C11.8913 57.9419 11.5062 57.5842 11.1734 57.2909C10.2087 56.4353 9.18016 55.8487 8.27427 55.3302C7.91792 55.1269 7.58115 54.9339 7.28223 54.7435C6.268 54.0951 5.21853 53.4261 4.58937 52.3737C3.12872 49.9653 4.60503 46.785 6.59563 44.85C6.89716 44.5567 7.21305 44.2865 7.53416 44.0472C8.62671 43.2329 10.2074 42.9383 12.232 43.1724C14.015 43.3705 16.131 43.9855 18.1868 44.9028C19.9412 45.6863 22.4108 47.0359 24.2122 49.0184C25.0763 49.9692 25.9822 50.9199 26.7784 51.7356C26.9964 49.3478 27.3684 44.9028 27.4259 41.8704L23.2815 18.3911L22.5179 14.076C22.1028 12.0909 22.497 10.0646 23.6274 8.37022C24.7604 6.66942 26.4991 5.50767 28.521 5.09598L28.8983 5.0175C30.5181 4.68944 32.3299 5.45879 34.0033 7.18404C35.4 8.62367 36.4782 10.52 36.8176 12.1334L37.0865 13.299L40.6552 28.9716L41.0716 11.1929L41.116 9.21934C41.1199 4.13494 44.2853 0 48.1752 0H48.5302C51.6891 0 54.2579 3.336 54.2579 7.43491V7.45678L54.1652 10.7529L53.54 33.4359C53.5726 33.4204 53.604 33.4037 53.6366 33.3883L57.7875 14.188C58.2261 11.9275 59.2534 9.90764 60.6788 8.50145C62.1838 7.01679 63.959 6.37609 65.6755 6.69772L65.9901 6.75948C67.0513 6.9576 67.9833 7.59444 68.6764 8.59923C69.7442 10.1456 70.1201 12.419 69.6841 14.6833L66.5775 34.4304L70.4595 23.1564C71.1122 21.4453 72.377 20.0777 74.0204 19.3045C75.6742 18.5262 77.5121 18.4425 79.1973 19.0678L79.5171 19.1887C80.8394 19.6776 81.898 20.6618 82.4945 21.9587C83.1224 23.3262 83.1667 24.8662 82.6198 26.2969L82.6094 26.3213L79.7703 33.0165C76.5031 41.873 74.7801 48.3533 73.2085 63.308L72.6276 68.8247C72.6159 74.0056 70.4086 78.8661 66.4052 82.5379L66.1781 83.1053H65.7369C62.4866 85.771 58.3631 85.9949 53.9616 85.9949L53.9642 86ZM26.4508 72.7319C26.8672 73.006 27.4128 73.4704 27.9871 73.9593C28.6098 74.4893 29.316 75.0901 29.6801 75.2831L29.731 75.3127C32.3586 76.9646 34.3701 78.448 35.1102 79.2817C35.3844 79.5905 37.1726 80.6068 38.6725 81.3646L38.7338 81.3993C41.099 82.8737 45.6259 84.4471 51.2387 84.4471C51.7086 84.4471 52.1759 84.4497 52.638 84.4523C57.5395 84.478 61.7726 84.4986 64.9315 81.7596L65.1534 81.5666H65.1704L65.216 81.5254C68.9871 78.1264 71.0626 73.6042 71.0626 68.7887L71.0665 68.7089L71.68 62.8809C73.262 47.948 75.0085 41.4111 78.3044 32.4774L78.3175 32.4439L78.7626 31.3916L81.1592 25.7437C81.5547 24.7041 81.522 23.5874 81.0678 22.6006C80.6449 21.6808 79.8969 20.9835 78.9623 20.6374L78.6412 20.5164C77.3633 20.043 75.9601 20.1086 74.6952 20.7043C73.4226 21.3038 72.4397 22.3652 71.9293 23.6955L71.0038 26.3792L67.0461 37.8809L66.4404 37.8358C66.1037 37.8101 65.7826 37.8165 65.4601 37.8538L64.4355 37.9735L68.1426 14.4131C68.5067 12.5386 68.2209 10.6924 67.3803 9.47408C67.0631 9.01478 66.5122 8.43455 65.6886 8.28145L65.3727 8.2197C62.7999 7.73725 60.0849 10.5509 59.3225 14.4916L59.3186 14.5083L54.9993 34.487L54.626 34.6439C54.19 34.8279 53.7854 35.0505 53.4552 35.2872L52.6876 35.8378L52.2856 34.9913C52.249 34.9141 52.1981 34.8305 52.1446 34.7404C52.112 34.6864 52.0807 34.6336 52.0506 34.5796L51.9449 34.3943L52.6902 7.43105C52.6863 4.18769 50.821 1.55028 48.5289 1.55028H48.1738C45.1442 1.55028 42.6811 4.99692 42.6811 9.23478V9.2515L42.6354 11.2341L42.108 33.7511L41.8117 33.9762C41.7256 34.0418 41.6394 34.1023 41.552 34.1641C41.4972 34.2026 41.441 34.2412 41.3862 34.2824L40.419 34.9926L35.2852 12.4576C35.0084 11.1311 34.0608 9.48051 32.8716 8.25572C31.6029 6.94731 30.2714 6.31948 29.2181 6.53305L28.8408 6.61153C27.2248 6.93959 25.8386 7.86719 24.9353 9.22191C24.0333 10.5754 23.7201 12.1938 24.0542 13.7788L24.0594 13.8033L24.8244 18.1299L28.9935 41.7546V41.828C28.9178 46.1868 28.1855 53.4814 28.179 53.5548L28.0132 55.1951L26.8411 54.0205C25.8582 53.035 24.4014 51.5478 23.0452 50.0541C21.4253 48.271 19.1567 47.0359 17.5407 46.3141C15.6571 45.474 13.6561 44.8899 12.0519 44.7111C10.4385 44.5233 9.23759 44.7162 8.4779 45.2836C8.21162 45.4817 7.94794 45.7069 7.69602 45.9539C6.07612 47.5273 4.95224 49.9692 5.93645 51.5902C6.38156 52.3326 7.23263 52.8768 8.1346 53.4518C8.40089 53.6217 8.72199 53.8056 9.06138 53.9986C9.98554 54.5274 11.1368 55.1848 12.2215 56.1459C12.604 56.4842 13.053 56.9011 13.4707 57.4311C16.4938 61.2341 22.6719 68.7282 26.4508 72.7332V72.7319Z" fill="white"/>
3
+ <circle cx="10" cy="49" r="10" fill="#E68477" fill-opacity="0.2"/>
4
+ <circle cx="10" cy="49" r="5" fill="#FF5757"/>
5
+ </svg>
@@ -0,0 +1,15 @@
1
+ <svg width="64" height="113" viewBox="0 0 64 113" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_177_150)">
3
+ <path d="M21.0061 112.045C21.0061 112.045 27.309 99.7576 30.0982 98.1386C32.8874 96.5196 35.7563 96.0958 37.9587 94.0491C37.9587 94.0491 56.4255 71.5094 56.4545 69.4819C56.4835 67.4505 58.0846 64.5104 55.2157 62.941C52.3504 61.3717 54.0565 58.5117 52.8285 56.4231C51.6006 54.3345 49.6879 53.2882 48.699 52.5704C47.7101 51.8525 48.9091 48.2786 47.4892 46.7321C46.0656 45.1857 42.0303 45.159 42.2114 42.8985C42.3925 40.6381 60.7361 11.0802 61.5512 9.59867C62.5691 7.73913 65.1772 3.19529 63.0364 1.61831C62.1742 0.984466 60.7217 0.236069 58.8598 1.38157C57.1717 2.42017 55.0853 5.22665 53.0857 8.40734C48.8765 15.0933 28.4029 48.1411 22.9585 45.5561C17.5141 42.9672 9.77676 49.8135 8.15394 57.0111C6.53112 64.2087 7.00927 74.419 8.69367 80.7727L0 96.9396C0 96.9396 10.7149 108.444 21.0061 112.045Z" fill="#F7A491"/>
4
+ <path d="M57.0089 15.1927C55.2376 15.227 52.7381 14.0357 52.2129 12.0731C53.6582 13.9364 55.3861 14.4061 57.0089 15.1927Z" fill="#E68477"/>
5
+ <path d="M48.4456 30.069C46.6743 30.1339 44.1568 28.9807 43.6025 27.0334C45.0732 28.8738 46.812 29.3129 48.4456 30.069Z" fill="#E68477"/>
6
+ <path d="M49.1263 28.3316C48.3221 26.6668 46.1451 24.9027 44.2578 25.338C46.4964 25.8039 47.7027 27.1938 49.1263 28.3316Z" fill="#E68477"/>
7
+ <path d="M62.7833 5.04731C62.7833 5.04731 61.4575 2.08427 58.7733 2.3401C58.7733 2.3401 54.7235 7.39178 55.2741 9.0604C55.8247 10.729 57.9728 11.191 58.527 11.065C59.9107 10.7519 62.7833 5.04349 62.7833 5.04349V5.04731Z" fill="#F7B9AE"/>
8
+ <path d="M30.0984 98.1387C30.2361 98.0585 30.3737 97.9822 30.5114 97.9058C30.5114 97.9058 25.3387 97.8676 23.705 97.4514C23.705 97.4514 20.7093 106.192 18.0215 110.797C19.014 111.274 20.0102 111.694 21.0027 112.041C21.0027 112.041 27.3056 99.7539 30.0948 98.1349L30.0984 98.1387Z" fill="#F48C7F"/>
9
+ </g>
10
+ <defs>
11
+ <clipPath id="clip0_177_150">
12
+ <rect width="63.8586" height="111.263" fill="white" transform="translate(0 0.782211)"/>
13
+ </clipPath>
14
+ </defs>
15
+ </svg>
@@ -0,0 +1,39 @@
1
+ <svg width="62" height="131" viewBox="0 0 62 131" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_177_118)">
3
+ <path d="M5.96901 18.5877H0.886832C0.474713 18.5877 0.140625 18.9399 0.140625 19.3743V22.3641C0.140625 22.7985 0.474713 23.1507 0.886832 23.1507H5.96901C6.38112 23.1507 6.71521 22.7985 6.71521 22.3641V19.3743C6.71521 18.9399 6.38112 18.5877 5.96901 18.5877Z" fill="#999999"/>
4
+ <path d="M5.96901 27.9389H0.886832C0.474713 27.9389 0.140625 28.291 0.140625 28.7255V36.2285C0.140625 36.6629 0.474713 37.0151 0.886832 37.0151H5.96901C6.38112 37.0151 6.71521 36.6629 6.71521 36.2285V28.7255C6.71521 28.291 6.38112 27.9389 5.96901 27.9389Z" fill="#999999"/>
5
+ <path d="M5.96901 39.8178H0.886832C0.474713 39.8178 0.140625 40.1699 0.140625 40.6044V48.1074C0.140625 48.5418 0.474713 48.894 0.886832 48.894H5.96901C6.38112 48.894 6.71521 48.5418 6.71521 48.1074V40.6044C6.71521 40.1699 6.38112 39.8178 5.96901 39.8178Z" fill="#999999"/>
6
+ <path d="M61.2532 30.7416H56.171C55.7589 30.7416 55.4248 31.0937 55.4248 31.5281V45.3047C55.4248 45.7392 55.7589 46.0913 56.171 46.0913H61.2532C61.6653 46.0913 61.9994 45.7392 61.9994 45.3047V31.5281C61.9994 31.0937 61.6653 30.7416 61.2532 30.7416Z" fill="#999999"/>
7
+ <path d="M61.0576 7.58325L61.0576 123.421C61.0576 127.606 57.8337 131 53.8672 131H8.02261C4.0525 131 0.832218 127.602 0.832218 123.421L0.832218 7.58325C0.832218 3.39834 4.05612 0.00382233 8.02261 0.00382233L53.8672 0.00382233C57.8373 0.00382233 61.0576 3.40215 61.0576 7.58325Z" fill="#1A1A1A"/>
8
+ <path d="M59.9961 8.22092L59.9961 121.813C59.9961 125.956 56.8048 129.32 52.8745 129.32H9.00771C5.07745 129.32 1.88615 125.956 1.88615 121.813L1.88615 8.22092C1.88615 4.078 5.07745 0.714035 9.00771 0.714035L52.8745 0.714035C56.8048 0.714035 59.9961 4.078 59.9961 8.22092Z" fill="#4D4D4D"/>
9
+ <path d="M59.2903 10.0003L59.2903 121.004C59.2903 125.494 55.831 129.137 51.5747 129.137H10.316C6.0561 129.137 2.59674 125.49 2.59674 121L2.59674 10.0003C2.59674 5.50988 6.0561 1.86336 10.316 1.86336L51.5747 1.86336C55.8346 1.86336 59.2939 5.50988 59.2939 10.0003H59.2903Z" fill="#3C3C3C"/>
10
+ <path d="M21.9041 5.54425H9.89955C7.71892 5.54425 5.95117 7.40764 5.95117 9.70625V22.3603C5.95117 24.6589 7.71892 26.5223 9.89955 26.5223H21.9041C24.0847 26.5223 25.8524 24.6589 25.8524 22.3603V9.70625C25.8524 7.40764 24.0847 5.54425 21.9041 5.54425Z" fill="#808080"/>
11
+ <path d="M21.7161 6.10555H10.0847C8.09415 6.10555 6.48047 7.80653 6.48047 9.90481V22.1655C6.48047 24.2638 8.09415 25.9648 10.0847 25.9648H21.7161C23.7067 25.9648 25.3204 24.2638 25.3204 22.1655V9.90481C25.3204 7.80653 23.7067 6.10555 21.7161 6.10555Z" fill="#4D4D4D"/>
12
+ <path d="M21.0743 6.76612H10.7288C8.72823 6.76612 7.10645 8.47566 7.10645 10.5845V21.4897C7.10645 23.5985 8.72823 25.308 10.7288 25.308H21.0743C23.0748 25.308 24.6966 23.5985 24.6966 21.4897V10.5845C24.6966 8.47566 23.0748 6.76612 21.0743 6.76612Z" fill="#666666"/>
13
+ <path d="M11.9719 15.8385C9.89269 15.8385 8.21191 14.063 8.21191 11.8751C8.21191 9.68716 9.89631 7.91163 11.9719 7.91163C14.0475 7.91163 15.7319 9.68716 15.7319 11.8751C15.7319 14.063 14.0475 15.8385 11.9719 15.8385Z" fill="#1A1A1A"/>
14
+ <path d="M11.9718 14.6548C10.5156 14.6548 9.33105 13.4101 9.33105 11.8713C9.33105 10.3325 10.5119 9.08768 11.9718 9.08768C13.4316 9.08768 14.6125 10.3325 14.6125 11.8713C14.6125 13.4101 13.4316 14.6548 11.9718 14.6548Z" fill="#333333"/>
15
+ <g style="mix-blend-mode:multiply" opacity="0.3">
16
+ <path d="M14.8046 11.1C14.6018 11.5009 14.4859 11.9514 14.2758 12.3447C14.0331 12.8029 13.7759 13.032 13.305 13.2077C12.7073 13.433 11.8669 13.1886 11.3489 12.8488C10.4252 12.2378 8.7589 10.9587 8.32422 12.8373C8.73355 14.5594 10.2078 15.8385 11.9683 15.8385C14.0476 15.8385 15.7283 14.063 15.7283 11.8751C15.7283 11.3672 15.6341 10.8785 15.4675 10.4317C15.1669 10.5348 14.9423 10.7563 14.801 11.1H14.8046Z" fill="#1A1A1A"/>
17
+ </g>
18
+ <path d="M11.0123 9.16787C11.226 9.45806 11.0666 9.96209 10.6573 10.2943C10.248 10.6265 9.74449 10.657 9.53439 10.3668C9.32067 10.0766 9.48005 9.57261 9.88938 9.24042C10.2987 8.90822 10.8022 8.87767 11.0123 9.16787Z" fill="#4D4D4D"/>
19
+ <path d="M19.4954 23.7692C17.4161 23.7692 15.7354 21.9937 15.7354 19.8058C15.7354 17.6179 17.4198 15.8423 19.4954 15.8423C21.571 15.8423 23.2554 17.6179 23.2554 19.8058C23.2554 21.9937 21.571 23.7692 19.4954 23.7692Z" fill="#1A1A1A"/>
20
+ <path d="M19.4952 22.5856C18.039 22.5856 16.8545 21.3408 16.8545 19.802C16.8545 18.2632 18.0354 17.0184 19.4952 17.0184C20.955 17.0184 22.1359 18.2632 22.1359 19.802C22.1359 21.3408 20.955 22.5856 19.4952 22.5856Z" fill="#333333"/>
21
+ <g style="mix-blend-mode:multiply" opacity="0.3">
22
+ <path d="M22.3281 19.0307C22.1252 19.4316 22.0093 19.8822 21.7992 20.2755C21.5565 20.7337 21.2993 20.9628 20.8284 21.1384C20.2307 21.3637 19.3903 21.1193 18.8723 20.7795C17.9486 20.1685 16.2823 18.8894 15.8477 20.768C16.257 22.4901 17.7313 23.7692 19.4918 23.7692C21.571 23.7692 23.2518 21.9937 23.2518 19.8058C23.2518 19.298 23.1576 18.8092 22.991 18.3625C22.6903 18.4656 22.4657 18.687 22.3244 19.0307H22.3281Z" fill="#1A1A1A"/>
23
+ </g>
24
+ <path d="M18.5357 17.0986C18.7495 17.3888 18.5901 17.8928 18.1808 18.225C17.7714 18.5572 17.2679 18.5877 17.0578 18.2975C16.8441 18.0074 17.0035 17.5033 17.4128 17.1711C17.8221 16.8389 18.3257 16.8084 18.5357 17.0986Z" fill="#4D4D4D"/>
25
+ <path d="M19.4948 13.7575C18.5059 13.7575 17.709 12.9137 17.709 11.8751C17.709 10.8365 18.5095 9.98882 19.4948 9.98882C20.4801 9.98882 21.2843 10.8327 21.2843 11.8751C21.2843 12.9175 20.4837 13.7575 19.4948 13.7575Z" fill="white"/>
26
+ <g style="mix-blend-mode:multiply">
27
+ <path d="M20.3933 11.8942C19.8499 12.0545 19.3428 11.8674 18.8067 11.7643C18.1727 11.646 17.9192 11.8522 17.7852 12.3906C17.9989 13.1771 18.6799 13.7575 19.4949 13.7575C20.4838 13.7575 21.2807 12.9137 21.2807 11.8713C21.2807 11.5811 21.2155 11.31 21.1032 11.0656C20.9801 11.4512 20.7736 11.7758 20.3896 11.8865L20.3933 11.8942Z" fill="#FFE8B2"/>
28
+ </g>
29
+ <g style="mix-blend-mode:overlay" opacity="0.3">
30
+ <path d="M19.1002 10.4967C19.2596 10.6761 19.2053 11.0007 18.9807 11.2221C18.7561 11.4436 18.4446 11.478 18.2888 11.2985C18.1294 11.119 18.1838 10.7945 18.4083 10.5768C18.6329 10.3554 18.9445 10.321 19.1002 10.5005V10.4967Z" fill="#F2F2F2"/>
31
+ </g>
32
+ <path d="M11.9713 20.4282C11.6453 20.4282 11.3809 20.1494 11.3809 19.8058C11.3809 19.4621 11.6453 19.1834 11.9713 19.1834C12.2973 19.1834 12.5617 19.4621 12.5617 19.8058C12.5617 20.1494 12.2973 20.4282 11.9713 20.4282Z" fill="#1A1A1A"/>
33
+ </g>
34
+ <defs>
35
+ <clipPath id="clip0_177_118">
36
+ <rect width="61.8591" height="131" fill="white" transform="translate(0.140625)"/>
37
+ </clipPath>
38
+ </defs>
39
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="80" height="80" viewBox="0 0 80 80" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <circle cx="40" cy="40" r="38" stroke="white" stroke-width="4"/>
3
+ <circle cx="40" cy="40" r="32" fill="#FF5757"/>
4
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="500" height="200" viewBox="0 0 360 200" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M2 100C2 45.8761 45.8761 2 100 2H388V198H100C45.8761 198 2 154.124 2 100Z" stroke="#FF0000" stroke-width="4"/>
3
+ </svg>
@@ -0,0 +1,38 @@
1
+ import React from "react";
2
+ import { View, Dimensions } from "react-native";
3
+ import { styles } from "./styles";
4
+ import Rectangle from "../../assets/svg/rectangle.svg";
5
+
6
+ export enum Finger {
7
+ LEFT_THUMB = "LT",
8
+ LEFT_INDEX = "LI",
9
+ LEFT_MIDDLE = "LM",
10
+ LEFT_RING = "LR",
11
+ LEFT_PINKY = "LP",
12
+ RIGHT_THUMB = "RT",
13
+ RIGHT_INDEX = "RI",
14
+ RIGHT_MIDDLE = "RM",
15
+ RIGHT_RING = "RR",
16
+ RIGHT_PINKY = "RP"
17
+ }
18
+
19
+ type Props = {
20
+ finger?: Finger;
21
+ };
22
+
23
+ const Gabarito = ({ finger }: Props) => {
24
+ const currentPosition = finger?.substring(0, 1);
25
+ const currentFinger = finger?.substring(1, 2);
26
+ const { height, width } = Dimensions.get("window");
27
+
28
+ const positionFinger = currentPosition === "L" ? { right: 20, transform: [{ rotate: "180deg" }] } : { left: 20 };
29
+ const positionStyle = currentFinger === "T" ? { top: height / 3, transform: [{ rotate: "90deg" }] } : positionFinger;
30
+
31
+ return (
32
+ <View style={[styles.container, positionStyle]}>
33
+ <Rectangle height={height / 4} width={width * 0.9} />
34
+ </View>
35
+ );
36
+ };
37
+
38
+ export default Gabarito;
@@ -1,22 +1,9 @@
1
- import { StyleSheet, Dimensions } from "react-native";
2
-
3
- const width = Dimensions.get("window").width;
4
- const height = Dimensions.get("window").height;
1
+ import { StyleSheet } from "react-native";
5
2
 
6
3
  export const styles = StyleSheet.create({
7
4
  container: {
8
5
  position: "absolute",
9
- justifyContent: "center",
10
- alignSelf: "center"
11
- },
12
- gabarito: {
13
- width: width * 0.5,
14
- height: height * 0.4,
15
- borderWidth: 3,
16
- borderColor: "red",
17
- marginLeft: "15%",
18
- borderTopLeftRadius: 75,
19
- borderBottomLeftRadius: 75,
20
- transform: [{ scaleX: 2 }]
6
+ alignSelf: "center",
7
+ justifyContent: "center"
21
8
  }
22
9
  });
@@ -0,0 +1,18 @@
1
+ import React from "react";
2
+ import { TouchableOpacity, Text } from "react-native";
3
+ import { styles } from "./styles";
4
+
5
+ type Props = {
6
+ onPress: () => void;
7
+ text: string;
8
+ };
9
+
10
+ const HAButton = ({ onPress, text }: Props) => {
11
+ return (
12
+ <TouchableOpacity onPress={onPress} style={styles.container}>
13
+ <Text style={styles.text}>{text}</Text>
14
+ </TouchableOpacity>
15
+ );
16
+ };
17
+
18
+ export default HAButton;
@@ -0,0 +1,22 @@
1
+ import { StyleSheet, Platform } from "react-native";
2
+
3
+ export const styles = StyleSheet.create({
4
+ container: {
5
+ width: "80%",
6
+ borderWidth: 1,
7
+ borderColor: "#fff",
8
+ borderRadius: 20,
9
+ alignItems: "center"
10
+ },
11
+ text: {
12
+ color: "#fff",
13
+ padding: Platform.select({
14
+ android: 16,
15
+ ios: 20
16
+ }),
17
+ fontSize: Platform.select({
18
+ android: 16,
19
+ ios: 18
20
+ })
21
+ }
22
+ });
@@ -0,0 +1,17 @@
1
+ import React from "react";
2
+ import { TouchableOpacity } from "react-native";
3
+ import ButtonCamera from "../../assets/svg/btn.svg";
4
+
5
+ type HACaptureButtonType = {
6
+ onPress: () => void;
7
+ };
8
+
9
+ const HACaptureButton = ({ onPress, ...props }: HACaptureButtonType) => {
10
+ return (
11
+ <TouchableOpacity onPress={onPress} {...props}>
12
+ <ButtonCamera />
13
+ </TouchableOpacity>
14
+ );
15
+ };
16
+
17
+ export default HACaptureButton;
@@ -1,4 +1,4 @@
1
- import { StyleSheet, Dimensions } from "react-native";
1
+ import { StyleSheet, Dimensions, Platform } from "react-native";
2
2
 
3
3
  const { width } = Dimensions.get("screen");
4
4
 
@@ -21,7 +21,10 @@ export const styles = StyleSheet.create({
21
21
  gap: 12
22
22
  },
23
23
  subTitle: {
24
- fontSize: 16,
24
+ fontSize: Platform.select({
25
+ ios: 16,
26
+ android: 14
27
+ }),
25
28
  fontWeight: "600"
26
29
  },
27
30
  text: {
@@ -1,11 +1,16 @@
1
- import { StyleSheet } from "react-native";
1
+ import { StyleSheet, Platform } from "react-native";
2
2
 
3
3
  export const styles = StyleSheet.create({
4
4
  container: {
5
5
  flex: 1,
6
- paddingVertical: 20
6
+ justifyContent: "center"
7
+ },
8
+ title: {
9
+ fontSize: Platform.select({ ios: 24, android: 22 }),
10
+ fontWeight: "600",
11
+ textAlign: "center",
12
+ paddingBottom: 20
7
13
  },
8
- title: { fontSize: 24, fontWeight: "600", textAlign: "center", paddingBottom: 20 },
9
14
  containerButton: {
10
15
  marginHorizontal: 40,
11
16
  padding: 14,
@@ -13,5 +18,12 @@ export const styles = StyleSheet.create({
13
18
  justifyContent: "center",
14
19
  alignItems: "center"
15
20
  },
16
- buttonText: { color: "#FFF", fontSize: 16, fontWeight: "500" }
21
+ buttonText: {
22
+ color: "#FFF",
23
+ fontSize: Platform.select({
24
+ ios: 16,
25
+ android: 14
26
+ }),
27
+ fontWeight: "500"
28
+ }
17
29
  });
@@ -26,7 +26,7 @@ export const HACarouselItem = ({ item, index, paginationIndex, scrollX, handleNe
26
26
 
27
27
  const containerStyle = { ...styles.container, backgroundColor };
28
28
  const cardStyle = { ...styles.card, backgroundColor: gray };
29
- const titleStyle = { ...styles.title, fontSize: index === 0 ? RFValue(36) : RFValue(22), color: text };
29
+ const titleStyle = { ...styles.title, fontSize: index === 0 ? 36 : 22, color: text };
30
30
  const textStyle = { ...styles.text, fontSize: RFValue(14), color: text };
31
31
  const buttonStyle = { ...styles.containerButton, backgroundColor: blue };
32
32
 
@@ -41,9 +41,7 @@ export const HACarouselItem = ({ item, index, paginationIndex, scrollX, handleNe
41
41
  {item.ImageComponent && <item.ImageComponent />}
42
42
  <Text style={textStyle}>{item.text} </Text>
43
43
  </View>
44
- <View style={styles.containerPagination}>
45
- <HAPagination item={data} scrollX={scrollX} paginationIndex={paginationIndex} />
46
- </View>
44
+ <HAPagination item={data} scrollX={scrollX} paginationIndex={paginationIndex} />
47
45
  <TouchableOpacity style={buttonStyle} onPress={onPress} activeOpacity={0.5}>
48
46
  <Icon name={iconName} size={32} color={"white"} />
49
47
  </TouchableOpacity>
@@ -3,7 +3,8 @@ import { StyleSheet } from "react-native";
3
3
  export const styles = StyleSheet.create({
4
4
  container: {
5
5
  flexDirection: "row",
6
- height: 60,
6
+ // height: 60,
7
+ marginTop: 50,
7
8
  justifyContent: "center",
8
9
  alignItems: "center"
9
10
  },