@ha_tecno/live-id-sdk 2.12.3 → 2.14.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (220) hide show
  1. package/lib/commonjs/@types/declarations.d.js +2 -0
  2. package/lib/commonjs/@types/declarations.d.js.map +1 -0
  3. package/lib/commonjs/assets/svg/exampleCalibration1.svg +9 -0
  4. package/lib/commonjs/assets/svg/exampleCalibration2.svg +9 -0
  5. package/lib/commonjs/assets/svg/fingerPrint.svg +30 -0
  6. package/lib/commonjs/assets/svg/fingerPrintWithMask.svg +34 -0
  7. package/lib/commonjs/assets/svg/selfieStick.svg +167 -0
  8. package/lib/commonjs/components/HACaptureInstructions/HACaptureInstructions.js +52 -0
  9. package/lib/commonjs/components/HACaptureInstructions/HACaptureInstructions.js.map +1 -0
  10. package/lib/commonjs/components/HACaptureInstructions/HACard/HACard.js +49 -0
  11. package/lib/commonjs/components/HACaptureInstructions/HACard/HACard.js.map +1 -0
  12. package/lib/commonjs/components/HACaptureInstructions/HACard/styles.js +37 -0
  13. package/lib/commonjs/components/HACaptureInstructions/HACard/styles.js.map +1 -0
  14. package/lib/commonjs/components/HACaptureInstructions/data.js +25 -0
  15. package/lib/commonjs/components/HACaptureInstructions/data.js.map +1 -0
  16. package/lib/commonjs/components/HACaptureInstructions/style.js +32 -0
  17. package/lib/commonjs/components/HACaptureInstructions/style.js.map +1 -0
  18. package/lib/commonjs/components/HACarouselCalibration/HACarouselCalibration.js +81 -0
  19. package/lib/commonjs/components/HACarouselCalibration/HACarouselCalibration.js.map +1 -0
  20. package/lib/commonjs/components/HACarouselCalibration/HACarouselItem/HACarouselItem.js +81 -0
  21. package/lib/commonjs/components/HACarouselCalibration/HACarouselItem/HACarouselItem.js.map +1 -0
  22. package/lib/commonjs/components/HACarouselCalibration/HACarouselItem/styles.js +49 -0
  23. package/lib/commonjs/components/HACarouselCalibration/HACarouselItem/styles.js.map +1 -0
  24. package/lib/commonjs/components/HACarouselCalibration/HAPagination/HAPagination.js +46 -0
  25. package/lib/commonjs/components/HACarouselCalibration/HAPagination/HAPagination.js.map +1 -0
  26. package/lib/commonjs/components/HACarouselCalibration/HAPagination/styles.js +22 -0
  27. package/lib/commonjs/components/HACarouselCalibration/HAPagination/styles.js.map +1 -0
  28. package/lib/commonjs/components/HACarouselCalibration/data.js +28 -0
  29. package/lib/commonjs/components/HACarouselCalibration/data.js.map +1 -0
  30. package/lib/commonjs/components/Typograph/typograph.js +28 -0
  31. package/lib/commonjs/components/Typograph/typograph.js.map +1 -0
  32. package/lib/commonjs/components/index.js +28 -0
  33. package/lib/commonjs/components/index.js.map +1 -1
  34. package/lib/commonjs/index.js +25 -0
  35. package/lib/commonjs/index.js.map +1 -1
  36. package/lib/commonjs/screens/RegisterOperations/registerOperationPointsBiometrics.js +185 -0
  37. package/lib/commonjs/screens/RegisterOperations/registerOperationPointsBiometrics.js.map +1 -0
  38. package/lib/commonjs/screens/RegisterOperations/registerOperationPointsLifeCertificate.js +165 -0
  39. package/lib/commonjs/screens/RegisterOperations/registerOperationPointsLifeCertificate.js.map +1 -0
  40. package/lib/commonjs/screens/RegisterOperations/styles.js +47 -0
  41. package/lib/commonjs/screens/RegisterOperations/styles.js.map +1 -0
  42. package/lib/commonjs/screens/index.js +14 -0
  43. package/lib/commonjs/screens/index.js.map +1 -1
  44. package/lib/commonjs/services/index.js +18 -0
  45. package/lib/commonjs/services/index.js.map +1 -1
  46. package/lib/commonjs/services/services.js +106 -1
  47. package/lib/commonjs/services/services.js.map +1 -1
  48. package/lib/commonjs/store/modules/operationPoints/index.js +19 -0
  49. package/lib/commonjs/store/modules/operationPoints/index.js.map +1 -0
  50. package/lib/commonjs/store/modules/operationPoints/selectors.js +13 -0
  51. package/lib/commonjs/store/modules/operationPoints/selectors.js.map +1 -0
  52. package/lib/commonjs/store/modules/operationPoints/slice.js +233 -0
  53. package/lib/commonjs/store/modules/operationPoints/slice.js.map +1 -0
  54. package/lib/commonjs/store/modules/operationPoints/types.js +2 -0
  55. package/lib/commonjs/store/modules/operationPoints/types.js.map +1 -0
  56. package/lib/commonjs/theme/colors.js +19 -0
  57. package/lib/commonjs/theme/colors.js.map +1 -0
  58. package/lib/commonjs/theme/theme.js +25 -0
  59. package/lib/commonjs/theme/theme.js.map +1 -0
  60. package/lib/commonjs/utils/index.js +12 -0
  61. package/lib/commonjs/utils/index.js.map +1 -1
  62. package/lib/commonjs/utils/utils.js +9 -1
  63. package/lib/commonjs/utils/utils.js.map +1 -1
  64. package/lib/module/@types/declarations.d.js +2 -0
  65. package/lib/module/@types/declarations.d.js.map +1 -0
  66. package/lib/module/assets/svg/exampleCalibration1.svg +9 -0
  67. package/lib/module/assets/svg/exampleCalibration2.svg +9 -0
  68. package/lib/module/assets/svg/fingerPrint.svg +30 -0
  69. package/lib/module/assets/svg/fingerPrintWithMask.svg +34 -0
  70. package/lib/module/assets/svg/selfieStick.svg +167 -0
  71. package/lib/module/components/HACaptureInstructions/HACaptureInstructions.js +45 -0
  72. package/lib/module/components/HACaptureInstructions/HACaptureInstructions.js.map +1 -0
  73. package/lib/module/components/HACaptureInstructions/HACard/HACard.js +41 -0
  74. package/lib/module/components/HACaptureInstructions/HACard/HACard.js.map +1 -0
  75. package/lib/module/components/HACaptureInstructions/HACard/styles.js +31 -0
  76. package/lib/module/components/HACaptureInstructions/HACard/styles.js.map +1 -0
  77. package/lib/module/components/HACaptureInstructions/data.js +18 -0
  78. package/lib/module/components/HACaptureInstructions/data.js.map +1 -0
  79. package/lib/module/components/HACaptureInstructions/style.js +26 -0
  80. package/lib/module/components/HACaptureInstructions/style.js.map +1 -0
  81. package/lib/module/components/HACarouselCalibration/HACarouselCalibration.js +72 -0
  82. package/lib/module/components/HACarouselCalibration/HACarouselCalibration.js.map +1 -0
  83. package/lib/module/components/HACarouselCalibration/HACarouselItem/HACarouselItem.js +73 -0
  84. package/lib/module/components/HACarouselCalibration/HACarouselItem/HACarouselItem.js.map +1 -0
  85. package/lib/module/components/HACarouselCalibration/HACarouselItem/styles.js +44 -0
  86. package/lib/module/components/HACarouselCalibration/HACarouselItem/styles.js.map +1 -0
  87. package/lib/module/components/HACarouselCalibration/HAPagination/HAPagination.js +36 -0
  88. package/lib/module/components/HACarouselCalibration/HAPagination/HAPagination.js.map +1 -0
  89. package/lib/module/components/HACarouselCalibration/HAPagination/styles.js +16 -0
  90. package/lib/module/components/HACarouselCalibration/HAPagination/styles.js.map +1 -0
  91. package/lib/module/components/HACarouselCalibration/data.js +21 -0
  92. package/lib/module/components/HACarouselCalibration/data.js.map +1 -0
  93. package/lib/module/components/Typograph/typograph.js +21 -0
  94. package/lib/module/components/Typograph/typograph.js.map +1 -0
  95. package/lib/module/components/index.js +5 -1
  96. package/lib/module/components/index.js.map +1 -1
  97. package/lib/module/index.js +3 -2
  98. package/lib/module/index.js.map +1 -1
  99. package/lib/module/screens/RegisterOperations/registerOperationPointsBiometrics.js +176 -0
  100. package/lib/module/screens/RegisterOperations/registerOperationPointsBiometrics.js.map +1 -0
  101. package/lib/module/screens/RegisterOperations/registerOperationPointsLifeCertificate.js +157 -0
  102. package/lib/module/screens/RegisterOperations/registerOperationPointsLifeCertificate.js.map +1 -0
  103. package/lib/module/screens/RegisterOperations/styles.js +41 -0
  104. package/lib/module/screens/RegisterOperations/styles.js.map +1 -0
  105. package/lib/module/screens/index.js +3 -1
  106. package/lib/module/screens/index.js.map +1 -1
  107. package/lib/module/services/index.js +2 -2
  108. package/lib/module/services/index.js.map +1 -1
  109. package/lib/module/services/services.js +102 -0
  110. package/lib/module/services/services.js.map +1 -1
  111. package/lib/module/store/modules/operationPoints/index.js +3 -0
  112. package/lib/module/store/modules/operationPoints/index.js.map +1 -0
  113. package/lib/module/store/modules/operationPoints/selectors.js +6 -0
  114. package/lib/module/store/modules/operationPoints/selectors.js.map +1 -0
  115. package/lib/module/store/modules/operationPoints/slice.js +227 -0
  116. package/lib/module/store/modules/operationPoints/slice.js.map +1 -0
  117. package/lib/module/store/modules/operationPoints/types.js +2 -0
  118. package/lib/module/store/modules/operationPoints/types.js.map +1 -0
  119. package/lib/module/theme/colors.js +14 -0
  120. package/lib/module/theme/colors.js.map +1 -0
  121. package/lib/module/theme/theme.js +18 -0
  122. package/lib/module/theme/theme.js.map +1 -0
  123. package/lib/module/utils/index.js +2 -2
  124. package/lib/module/utils/index.js.map +1 -1
  125. package/lib/module/utils/utils.js +7 -1
  126. package/lib/module/utils/utils.js.map +1 -1
  127. package/lib/typescript/src/components/HACaptureInstructions/HACaptureInstructions.d.ts +8 -0
  128. package/lib/typescript/src/components/HACaptureInstructions/HACaptureInstructions.d.ts.map +1 -0
  129. package/lib/typescript/src/components/HACaptureInstructions/HACard/HACard.d.ts +11 -0
  130. package/lib/typescript/src/components/HACaptureInstructions/HACard/HACard.d.ts.map +1 -0
  131. package/lib/typescript/src/components/HACaptureInstructions/HACard/styles.d.ts +27 -0
  132. package/lib/typescript/src/components/HACaptureInstructions/HACard/styles.d.ts.map +1 -0
  133. package/lib/typescript/src/components/HACaptureInstructions/data.d.ts +9 -0
  134. package/lib/typescript/src/components/HACaptureInstructions/data.d.ts.map +1 -0
  135. package/lib/typescript/src/components/HACaptureInstructions/style.d.ts +25 -0
  136. package/lib/typescript/src/components/HACaptureInstructions/style.d.ts.map +1 -0
  137. package/lib/typescript/src/components/HACarouselCalibration/HACarouselCalibration.d.ts +7 -0
  138. package/lib/typescript/src/components/HACarouselCalibration/HACarouselCalibration.d.ts.map +1 -0
  139. package/lib/typescript/src/components/HACarouselCalibration/HACarouselItem/HACarouselItem.d.ts +17 -0
  140. package/lib/typescript/src/components/HACarouselCalibration/HACarouselItem/HACarouselItem.d.ts.map +1 -0
  141. package/lib/typescript/src/components/HACarouselCalibration/HACarouselItem/styles.d.ts +39 -0
  142. package/lib/typescript/src/components/HACarouselCalibration/HACarouselItem/styles.d.ts.map +1 -0
  143. package/lib/typescript/src/components/HACarouselCalibration/HAPagination/HAPagination.d.ts +14 -0
  144. package/lib/typescript/src/components/HACarouselCalibration/HAPagination/HAPagination.d.ts.map +1 -0
  145. package/lib/typescript/src/components/HACarouselCalibration/HAPagination/styles.d.ts +15 -0
  146. package/lib/typescript/src/components/HACarouselCalibration/HAPagination/styles.d.ts.map +1 -0
  147. package/lib/typescript/src/components/HACarouselCalibration/data.d.ts +9 -0
  148. package/lib/typescript/src/components/HACarouselCalibration/data.d.ts.map +1 -0
  149. package/lib/typescript/src/components/Typograph/typograph.d.ts +10 -0
  150. package/lib/typescript/src/components/Typograph/typograph.d.ts.map +1 -0
  151. package/lib/typescript/src/components/index.d.ts +5 -1
  152. package/lib/typescript/src/components/index.d.ts.map +1 -1
  153. package/lib/typescript/src/index.d.ts +3 -2
  154. package/lib/typescript/src/index.d.ts.map +1 -1
  155. package/lib/typescript/src/screens/RegisterOperations/registerOperationPointsBiometrics.d.ts +7 -0
  156. package/lib/typescript/src/screens/RegisterOperations/registerOperationPointsBiometrics.d.ts.map +1 -0
  157. package/lib/typescript/src/screens/RegisterOperations/registerOperationPointsLifeCertificate.d.ts +7 -0
  158. package/lib/typescript/src/screens/RegisterOperations/registerOperationPointsLifeCertificate.d.ts.map +1 -0
  159. package/lib/typescript/src/screens/RegisterOperations/styles.d.ts +40 -0
  160. package/lib/typescript/src/screens/RegisterOperations/styles.d.ts.map +1 -0
  161. package/lib/typescript/src/screens/index.d.ts +3 -1
  162. package/lib/typescript/src/screens/index.d.ts.map +1 -1
  163. package/lib/typescript/src/services/index.d.ts +2 -2
  164. package/lib/typescript/src/services/index.d.ts.map +1 -1
  165. package/lib/typescript/src/services/services.d.ts +4 -1
  166. package/lib/typescript/src/services/services.d.ts.map +1 -1
  167. package/lib/typescript/src/services/types.d.ts +29 -0
  168. package/lib/typescript/src/services/types.d.ts.map +1 -1
  169. package/lib/typescript/src/store/modules/operationPoints/index.d.ts +3 -0
  170. package/lib/typescript/src/store/modules/operationPoints/index.d.ts.map +1 -0
  171. package/lib/typescript/src/store/modules/operationPoints/selectors.d.ts +24 -0
  172. package/lib/typescript/src/store/modules/operationPoints/selectors.d.ts.map +1 -0
  173. package/lib/typescript/src/store/modules/operationPoints/slice.d.ts +4 -0
  174. package/lib/typescript/src/store/modules/operationPoints/slice.d.ts.map +1 -0
  175. package/lib/typescript/src/store/modules/operationPoints/types.d.ts +51 -0
  176. package/lib/typescript/src/store/modules/operationPoints/types.d.ts.map +1 -0
  177. package/lib/typescript/src/theme/colors.d.ts +14 -0
  178. package/lib/typescript/src/theme/colors.d.ts.map +1 -0
  179. package/lib/typescript/src/theme/theme.d.ts +8 -0
  180. package/lib/typescript/src/theme/theme.d.ts.map +1 -0
  181. package/lib/typescript/src/utils/index.d.ts +2 -2
  182. package/lib/typescript/src/utils/index.d.ts.map +1 -1
  183. package/lib/typescript/src/utils/utils.d.ts +3 -1
  184. package/lib/typescript/src/utils/utils.d.ts.map +1 -1
  185. package/package.json +4 -1
  186. package/src/@types/declarations.d.ts +5 -0
  187. package/src/assets/svg/exampleCalibration1.svg +9 -0
  188. package/src/assets/svg/exampleCalibration2.svg +9 -0
  189. package/src/assets/svg/fingerPrint.svg +30 -0
  190. package/src/assets/svg/fingerPrintWithMask.svg +34 -0
  191. package/src/assets/svg/selfieStick.svg +167 -0
  192. package/src/components/HACaptureInstructions/HACaptureInstructions.tsx +36 -0
  193. package/src/components/HACaptureInstructions/HACard/HACard.tsx +34 -0
  194. package/src/components/HACaptureInstructions/HACard/styles.ts +30 -0
  195. package/src/components/HACaptureInstructions/data.ts +23 -0
  196. package/src/components/HACaptureInstructions/style.ts +17 -0
  197. package/src/components/HACarouselCalibration/HACarouselCalibration.tsx +71 -0
  198. package/src/components/HACarouselCalibration/HACarouselItem/HACarouselItem.tsx +53 -0
  199. package/src/components/HACarouselCalibration/HACarouselItem/styles.ts +43 -0
  200. package/src/components/HACarouselCalibration/HAPagination/HAPagination.tsx +51 -0
  201. package/src/components/HACarouselCalibration/HAPagination/styles.ts +16 -0
  202. package/src/components/HACarouselCalibration/data.ts +27 -0
  203. package/src/components/Typograph/typograph.tsx +24 -0
  204. package/src/components/index.ts +16 -1
  205. package/src/index.tsx +18 -2
  206. package/src/screens/RegisterOperations/registerOperationPointsBiometrics.tsx +168 -0
  207. package/src/screens/RegisterOperations/registerOperationPointsLifeCertificate.tsx +175 -0
  208. package/src/screens/RegisterOperations/styles.ts +41 -0
  209. package/src/screens/index.ts +9 -1
  210. package/src/services/index.ts +18 -2
  211. package/src/services/services.ts +113 -1
  212. package/src/services/types.ts +33 -0
  213. package/src/store/modules/operationPoints/index.ts +3 -0
  214. package/src/store/modules/operationPoints/selectors.ts +7 -0
  215. package/src/store/modules/operationPoints/slice.ts +240 -0
  216. package/src/store/modules/operationPoints/types.ts +61 -0
  217. package/src/theme/colors.ts +15 -0
  218. package/src/theme/theme.ts +13 -0
  219. package/src/utils/index.ts +2 -2
  220. package/src/utils/utils.ts +9 -1
@@ -0,0 +1,30 @@
1
+ <svg width="133" height="173" viewBox="0 0 133 173" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_4_52)">
3
+ <path d="M109.724 157.348C107.044 159.889 104.125 162.204 101.053 164.234C101.023 164.253 100.993 164.273 100.966 164.296C100.174 164.812 99.9316 165.866 100.423 166.683C100.751 167.229 101.332 167.529 101.925 167.529C102.236 167.529 102.552 167.447 102.836 167.273C102.893 167.238 102.949 167.201 103.001 167.167C106.237 165.03 109.306 162.591 112.129 159.916C112.833 159.249 112.868 158.132 112.201 157.425C111.536 156.718 110.425 156.686 109.721 157.353L109.724 157.348Z" fill="#005EFF"/>
4
+ <path d="M100.959 164.298C100.959 164.298 100.964 164.293 100.966 164.293C100.981 164.283 100.991 164.271 101.005 164.263C101.005 164.263 100.981 164.283 100.956 164.3L100.959 164.298Z" fill="#005EFF"/>
5
+ <path d="M128.9 128.811C127.974 128.525 126.994 129.044 126.707 129.975C125.648 133.421 124.285 136.798 122.66 140.009C120.279 144.706 117.308 149.1 113.833 153.073C113.193 153.805 113.265 154.916 113.991 155.559C114.325 155.854 114.737 155.998 115.149 155.998C115.636 155.998 116.12 155.795 116.468 155.4C120.138 151.207 123.272 146.567 125.786 141.607C127.503 138.217 128.94 134.654 130.059 131.017C130.345 130.086 129.826 129.101 128.9 128.813V128.811Z" fill="#005EFF"/>
6
+ <path d="M50.724 6.23298C50.9537 6.23298 51.1883 6.18584 51.413 6.09155C53.6876 5.11392 56.0362 4.22066 58.3947 3.43906C59.3134 3.13386 59.8147 2.13638 59.511 1.21335C59.2072 0.287827 58.2144 -0.213392 57.2957 0.0918057C54.8434 0.905666 52.4009 1.83367 50.035 2.85099C49.1459 3.23311 48.731 4.27029 49.1138 5.16355C49.3978 5.83101 50.0473 6.23298 50.7265 6.23298H50.724Z" fill="#005EFF"/>
7
+ <path d="M10.3379 35.6635C10.8343 35.6635 11.3283 35.4526 11.674 35.0432C20.2041 24.9543 30.6779 16.5948 42.8063 10.1931C43.6633 9.74152 43.9942 8.67456 43.5422 7.81356C43.0928 6.95255 42.0308 6.62254 41.1739 7.07414C28.6454 13.6868 17.8209 22.3291 8.99939 32.7629C8.3721 33.5048 8.461 34.6164 9.19943 35.2466C9.53036 35.527 9.93291 35.666 10.3355 35.666L10.3379 35.6635Z" fill="#005EFF"/>
8
+ <path d="M63.5216 9.13857C63.6797 9.13857 63.8426 9.11623 64.0032 9.07157C71.1281 7.03444 78.5345 5.98237 86.0151 5.94515C86.9832 5.94019 87.766 5.14618 87.7611 4.17352C87.7562 3.20334 86.9708 2.41925 86.0077 2.41925H85.9978C78.1987 2.45895 70.4736 3.55568 63.0425 5.67966C62.1114 5.94515 61.5706 6.9203 61.8348 7.85574C62.0546 8.6299 62.756 9.13608 63.5216 9.13608V9.13857Z" fill="#005EFF"/>
9
+ <path d="M52.7837 9.33458C40.843 14.451 30.3099 21.3217 21.4785 29.7531C20.7771 30.423 20.7475 31.5396 21.4143 32.2443C21.7601 32.609 22.2219 32.7926 22.6862 32.7926C23.1208 32.7926 23.5555 32.6314 23.8938 32.3088C32.4215 24.1677 42.6038 17.5278 54.1593 12.5776C55.0508 12.1955 55.4657 11.1608 55.0854 10.2651C54.7051 9.36932 53.6752 8.95247 52.7837 9.33458Z" fill="#005EFF"/>
10
+ <path d="M1.41506 60.7195C1.66202 60.8411 1.92627 60.8981 2.18558 60.8981C2.8351 60.8981 3.45745 60.5359 3.76121 59.9106C4.50458 58.3846 5.34919 56.7767 6.2679 55.1366C9.18701 49.9309 12.5408 45.0204 16.2378 40.5417C16.8552 39.7923 16.754 38.6807 16.0082 38.0604C15.2623 37.4376 14.1559 37.5418 13.5385 38.2912C9.70811 42.9312 6.23332 48.0178 3.21295 53.4047C2.25967 55.1043 1.38542 56.7718 0.612424 58.3598C0.187645 59.2332 0.548213 60.2902 1.41753 60.717L1.41506 60.7195Z" fill="#005EFF"/>
11
+ <path d="M3.24999 78.0463C4.41813 76.3813 5.31955 74.6469 5.92708 72.8902C7.63361 67.9723 9.74268 63.2951 12.3778 58.598C22.4045 40.7253 37.3903 27.4207 56.9177 19.0538C66.3123 15.0266 76.2624 12.9846 86.4966 12.9846C92.3003 12.9846 98.0866 13.6545 103.7 14.9745C104.646 15.1979 105.587 14.6073 105.809 13.6619C106.031 12.7141 105.444 11.7662 104.503 11.5429C98.6275 10.1609 92.5719 9.45865 86.4991 9.45865C75.7883 9.45865 65.3738 11.595 55.5446 15.8107C35.2886 24.4903 19.7398 38.3036 9.32531 56.866C6.58648 61.7492 4.39344 66.61 2.61777 71.7289C2.11643 73.1755 1.36566 74.6171 0.385211 76.0141C0.385211 76.0141 -0.656977 77.7163 0.701325 78.5847C2.10161 79.4805 3.25246 78.0438 3.25246 78.0438L3.24999 78.0463Z" fill="#005EFF"/>
12
+ <path d="M1.02986 92.4203C1.27683 92.5419 1.53861 92.599 1.79792 92.599C2.44744 92.599 3.07225 92.2342 3.37602 91.609C5.50979 87.2121 8.12514 83.0361 11.1504 79.2001C11.2887 79.0239 11.3925 78.8254 11.4567 78.612C13.1706 72.8604 15.4698 67.4462 18.4902 62.0618C27.739 45.5762 41.5937 33.2889 59.669 25.5423C68.1917 21.8899 77.2183 20.0364 86.4967 20.0364C96.7729 20.0364 106.669 22.2745 115.913 26.6887C116.789 27.108 117.834 26.7333 118.249 25.8525C118.664 24.9741 118.293 23.922 117.417 23.5052C107.699 18.8627 97.294 16.5105 86.4942 16.5105C76.7392 16.5105 67.2483 18.4583 58.2885 22.2993C39.4871 30.356 25.0669 43.152 15.4303 60.3324C12.3383 65.8483 9.96996 71.3964 8.19182 77.2796C5.09736 81.2422 2.41533 85.5422 0.22229 90.0681C-0.202489 90.9415 0.160549 91.9985 1.02986 92.4253V92.4203Z" fill="#005EFF"/>
13
+ <path d="M17.816 81.9072C19.4065 76.1828 21.6267 70.8208 24.6001 65.5208C33.0784 50.4147 45.802 39.1447 62.4202 32.0234C70.0637 28.7457 78.1641 27.0832 86.4992 27.0832C100.03 27.0832 113.361 31.6463 124.035 39.9338C124.801 40.5293 125.905 40.3878 126.495 39.6162C127.088 38.847 126.947 37.7403 126.179 37.1448C114.893 28.3859 100.801 23.5598 86.4967 23.5598C77.6875 23.5598 69.1228 25.3165 61.0421 28.7829C43.7003 36.2143 30.4112 47.993 21.5452 63.7888C18.4927 69.2278 16.1984 74.7313 14.5388 80.597C6.43343 90.5445 1.4744 102.566 0.195122 115.387C0.0988065 116.355 0.800184 117.218 1.76581 117.315C1.82509 117.32 1.88436 117.325 1.94363 117.325C2.8327 117.325 3.59582 116.648 3.68719 115.739C4.91214 103.492 9.68101 92.0159 17.4801 82.5548C17.6382 82.3637 17.7518 82.1429 17.8185 81.9047L17.816 81.9072Z" fill="#005EFF"/>
14
+ <path d="M13.5336 140.237C6.93226 121.645 10.8713 100.842 23.8123 85.9467C23.9925 85.7383 24.121 85.4926 24.1901 85.2271C25.6423 79.54 27.776 74.2276 30.7124 68.9846C38.4177 55.2607 50.0102 45.0105 65.1688 38.512C71.9579 35.6064 79.1347 34.135 86.4991 34.135C102.878 34.135 118.207 41.4201 128.557 54.1217C129.17 54.8761 130.276 54.9852 131.027 54.3699C131.775 53.7545 131.886 52.6429 131.274 51.8911C120.257 38.3681 103.937 30.6116 86.5016 30.6116C78.663 30.6116 71.0244 32.1798 63.7957 35.2714C47.911 42.0801 35.7505 52.8414 27.6575 67.2552C24.6371 72.647 22.4243 78.1108 20.8981 83.9468C7.34222 99.7774 3.2525 121.759 10.2317 141.421C12.6692 148.306 16.3465 154.601 21.1574 160.127C21.5031 160.524 21.9897 160.73 22.4786 160.73C22.8886 160.73 23.301 160.586 23.632 160.293C24.3605 159.653 24.4346 158.539 23.7974 157.807C19.278 152.616 15.8254 146.706 13.5336 140.237Z" fill="#005EFF"/>
15
+ <path d="M118.837 139.661C120.654 136.443 122.185 133.098 123.388 129.719C123.714 128.803 123.24 127.794 122.326 127.466C121.412 127.136 120.41 127.615 120.084 128.533C118.95 131.721 117.503 134.88 115.784 137.925C108.21 151.386 96.3875 161.075 80.6535 166.717C75.524 168.549 70.1698 169.477 64.7465 169.477C44.7721 169.477 26.8449 156.777 20.1423 137.875C14.2671 121.307 18.2012 102.271 30.1715 89.3808C30.3815 89.155 30.5296 88.8746 30.5988 88.5744C31.9028 82.8724 33.9377 77.5972 36.8223 72.446C43.7472 60.1066 54.211 50.8713 67.9175 44.9981C73.8274 42.4672 80.078 41.1843 86.4966 41.1843C105.066 41.1843 122.003 52.1665 129.646 69.1608C130.046 70.0466 131.084 70.4411 131.968 70.0417C132.849 69.6397 133.242 68.5976 132.844 67.7093C124.633 49.4545 106.441 37.6584 86.4991 37.6584C79.6063 37.6584 72.8939 39.0355 66.5444 41.755C52.1094 47.9409 41.0799 57.6824 33.7673 70.7166C30.7914 76.029 28.67 81.468 27.287 87.3263C14.4893 101.363 10.4836 121.139 16.8404 139.061C24.0419 159.363 43.2952 173.002 64.749 173.002C70.5749 173.002 76.3217 172.005 81.8339 170.037C98.3879 164.1 110.837 153.879 118.839 139.661H118.837Z" fill="#005EFF"/>
16
+ <path d="M131.96 107.392C131.076 106.995 130.039 107.392 129.644 108.283C127.88 112.248 125.566 115.973 122.763 119.35C122.144 120.097 122.242 121.208 122.988 121.831C123.317 122.106 123.714 122.24 124.109 122.24C124.611 122.24 125.11 122.025 125.458 121.608C128.468 117.983 130.953 113.983 132.847 109.722C133.242 108.834 132.847 107.792 131.96 107.395V107.392Z" fill="#005EFF"/>
17
+ <path d="M86.4942 44.7053C80.5522 44.7053 74.7683 45.8938 69.2981 48.2361C56.3152 53.7992 46.4169 62.5259 39.8797 74.1755C36.931 79.4283 34.9133 84.8624 33.7155 90.7678C21.8192 102.78 17.7838 120.739 23.4418 136.689C29.6529 154.194 46.2514 165.953 64.7465 165.953C69.7747 165.953 74.7288 165.092 79.4705 163.392C94.3871 158.05 105.577 148.897 112.732 136.19C115.955 130.468 118.071 124.548 119.195 118.104C130.466 105.37 133.469 87.1302 126.831 71.4833C119.928 55.216 104.093 44.7053 86.4892 44.7053H86.4942ZM116.258 116.119C116.031 116.37 115.88 116.682 115.826 117.015C114.794 123.243 112.783 128.947 109.682 134.453C102.954 146.403 92.3941 155.021 78.295 160.073C73.9336 161.636 69.3746 162.427 64.749 162.427C47.7332 162.427 32.4634 151.606 26.7486 135.503C21.4858 120.67 25.3385 103.946 36.563 92.8943C36.8174 92.6437 36.9902 92.3211 37.0569 91.9712C38.1658 86.237 40.0896 80.9816 42.9371 75.9024C49.0865 64.9451 58.4168 56.7271 70.6737 51.4742C75.7043 49.318 81.0264 48.2237 86.4942 48.2237C102.688 48.2237 117.256 57.8933 123.608 72.8604C129.777 87.4032 126.893 104.38 116.258 116.114V116.119Z" fill="#005EFF"/>
18
+ <path d="M86.4942 51.7546C81.5031 51.7546 76.6453 52.7521 72.0517 54.7222C60.521 59.6624 51.7538 67.3718 45.9946 77.6393C43.073 82.8451 41.1788 88.2989 40.2082 94.2962C29.1418 104.249 25.0594 120.245 30.053 134.324C35.2714 149.028 49.215 158.906 64.749 158.906C68.9721 158.906 73.1334 158.182 77.117 156.755C90.3987 151.998 100.327 143.912 106.627 132.721C109.768 127.141 111.727 121.298 112.598 114.873C123.084 104.254 126.218 88.0111 120.38 74.2499C114.581 60.5855 101.28 51.7571 86.4942 51.7571V51.7546ZM109.714 112.782C109.43 113.06 109.247 113.429 109.198 113.824C108.425 120.022 106.585 125.635 103.574 130.982C97.7014 141.413 88.4032 148.966 75.939 153.433C72.3333 154.725 68.5695 155.378 64.749 155.378C50.6943 155.378 38.0769 146.44 33.3574 133.136C28.7713 120.213 32.6412 105.502 42.989 96.5269C43.3051 96.2514 43.5151 95.8718 43.5768 95.4549C44.4486 89.6363 46.2391 84.3735 49.0495 79.3638C54.421 69.7886 62.6227 62.5879 73.4273 57.9578C77.5837 56.1762 81.9797 55.2731 86.4942 55.2731C99.8722 55.2731 111.907 63.2603 117.155 75.6245C122.509 88.2468 119.521 103.177 109.716 112.777L109.714 112.782Z" fill="#005EFF"/>
19
+ <path d="M86.4943 58.8039C82.4564 58.8039 78.5223 59.6128 74.803 61.2058C64.7269 65.5232 57.0907 72.2153 52.1045 81.1007C49.2027 86.2692 47.4616 91.7975 46.7899 97.9759C36.4643 105.804 32.298 119.652 36.6619 131.955C40.8849 143.857 52.1737 151.855 64.7491 151.855C68.1671 151.855 71.5357 151.269 74.761 150.113C86.4078 145.942 95.0738 138.92 100.522 129.248C103.592 123.796 105.36 117.985 105.916 111.501C115.703 103.045 119.005 88.9813 113.927 77.0141C109.232 65.9525 98.4646 58.8039 86.4943 58.8039ZM103.115 109.258C102.74 109.566 102.507 110.015 102.475 110.499C102.033 116.752 100.393 122.317 97.4693 127.511C92.4486 136.426 84.4124 142.914 73.583 146.793C70.7355 147.812 67.7645 148.331 64.7491 148.331C53.653 148.331 43.6929 141.274 39.9662 130.771C36.0346 119.692 39.944 107.189 49.4744 100.368C49.8893 100.07 50.156 99.6061 50.2029 99.0975C50.7635 93.1002 52.3861 87.7803 55.1619 82.8302C59.7579 74.637 66.831 68.4536 76.181 64.4488C79.4632 63.042 82.933 62.3298 86.4967 62.3298C97.0594 62.3298 106.56 68.6372 110.702 78.3961C115.271 89.1599 112.151 101.852 103.117 109.261L103.115 109.258Z" fill="#005EFF"/>
20
+ <path d="M86.4942 65.8532C85.5261 65.8532 84.7408 66.6423 84.7408 67.615C84.7408 68.5876 85.5261 69.3767 86.4942 69.3767C94.239 69.3767 101.208 74.0018 104.246 81.1603C108.005 90.016 104.649 100.427 96.442 105.378C95.9184 105.693 95.5949 106.261 95.5899 106.876C95.5578 111.429 95.0491 117.494 91.3619 124.039C87.1956 131.439 80.4214 136.86 71.2269 140.153C69.1376 140.902 66.9594 141.279 64.7491 141.279C56.6116 141.279 49.3089 136.103 46.575 128.401C43.3151 119.216 47.3875 108.98 56.0436 104.591C56.6239 104.296 56.9944 103.703 57.0067 103.05C57.0808 98.9858 57.6044 92.8273 61.2718 86.2891C65.0923 79.4805 71.0343 74.3119 78.9297 70.9275C79.8213 70.5454 80.2362 69.5107 79.8559 68.6149C79.4755 67.7192 78.4457 67.3048 77.5541 67.6844C68.9302 71.3791 62.4251 77.0562 58.2169 84.5572C54.463 91.2467 53.6875 97.5219 53.527 101.944C43.9423 107.378 39.539 119.064 43.2706 129.583C46.5009 138.686 55.1323 144.8 64.7491 144.8C67.3619 144.8 69.9378 144.351 72.4049 143.468C82.4169 139.882 89.8233 133.927 94.4144 125.769C98.2399 118.978 98.9783 112.717 99.0845 107.861C108.173 101.822 111.783 89.9291 107.471 79.7708C103.881 71.3121 95.6467 65.8458 86.4918 65.8458L86.4942 65.8532Z" fill="#005EFF"/>
21
+ <path d="M92.6906 103.353C100.697 99.9213 104.434 90.5867 101.021 82.5424C98.5362 76.6865 92.8338 72.9001 86.4942 72.9001C84.358 72.9001 82.2761 73.3294 80.3053 74.173C73.136 77.2448 67.7595 81.9047 64.3267 88.0235C60.4321 94.9612 60.479 101.487 60.5087 105.383C60.5087 105.675 60.5136 106.102 60.5087 106.521C60.2395 106.648 59.8913 106.797 59.4443 106.956C51.2451 109.894 46.9528 118.985 49.8769 127.22C52.1144 133.523 58.0884 137.756 64.7466 137.756C66.5544 137.756 68.3374 137.446 70.0464 136.833C78.4235 133.833 84.5679 128.945 88.307 122.302C92.1497 115.479 92.1053 109.266 92.0781 105.139C92.0756 104.772 92.0707 104.162 92.0781 103.641C92.2361 103.556 92.4362 103.46 92.6856 103.35L92.6906 103.353ZM91.315 100.11C90.1542 100.606 89.5146 101.078 89.1837 101.383C88.87 101.673 88.6725 102.068 88.628 102.494C88.5638 103.1 88.5663 104.144 88.5712 105.182C88.5984 108.918 88.6379 114.563 85.2569 120.568C81.9452 126.451 76.4329 130.806 68.8709 133.513C67.5397 133.989 66.1543 134.232 64.7491 134.232C59.5702 134.232 54.9224 130.94 53.1837 126.037C50.9092 119.63 54.2481 112.558 60.6248 110.276C62.0078 109.779 62.8153 109.31 63.25 109.003C63.6871 108.693 63.9588 108.201 63.9909 107.665C64.0304 107.01 64.023 105.976 64.018 105.36C63.9933 101.814 63.9489 95.8768 67.3842 89.7555C70.4292 84.3289 75.2401 80.1777 81.6834 77.416C83.217 76.7585 84.8346 76.426 86.4942 76.426C91.4236 76.426 95.8591 79.3688 97.7928 83.9244C100.448 90.1822 97.5409 97.4425 91.315 100.11Z" fill="#005EFF"/>
22
+ <path d="M89.769 80.5896C87.5957 79.7112 85.2125 79.736 83.059 80.6591C80.9771 81.5499 79.0656 82.6168 77.3763 83.8252C76.5885 84.3909 76.4033 85.4901 76.9664 86.2841C77.5295 87.0757 78.6235 87.2593 79.4138 86.696C80.8956 85.634 82.5873 84.6936 84.4346 83.9021C85.7262 83.3488 87.1561 83.3339 88.4601 83.8599C89.7641 84.386 90.7865 85.3934 91.3372 86.6911C92.4757 89.3733 91.2286 92.4849 88.5613 93.6287C85.7509 94.8322 83.7678 96.44 82.6614 98.4102C81.5747 100.348 81.5327 102.174 81.555 105.241C81.5673 106.938 81.5797 108.864 81.2759 110.869C81.1302 111.831 81.7871 112.73 82.7453 112.876C82.8342 112.888 82.9232 112.896 83.0121 112.896C83.8641 112.896 84.6124 112.271 84.7433 111.4C85.089 109.119 85.0742 107.048 85.0619 105.209C85.0421 102.412 85.094 101.251 85.7163 100.142C86.4325 98.8642 87.8526 97.7626 89.9369 96.8718C94.3848 94.9662 96.4617 89.7803 94.565 85.3115C93.6463 83.1453 91.9423 81.4705 89.769 80.5921V80.5896Z" fill="#005EFF"/>
23
+ <path d="M74.5165 122.523C72.3382 124.287 69.6463 125.751 66.5148 126.873C65.9419 127.079 65.3467 127.183 64.749 127.183C62.5288 127.183 60.5383 125.771 59.7925 123.67C58.8194 120.923 60.2494 117.893 62.9808 116.916C66.4556 115.672 68.8141 113.98 69.9896 111.891C71.0639 109.983 71.0491 108.023 71.0318 105.311C71.0071 101.921 70.9775 97.7055 73.494 93.2193C73.9707 92.3707 73.6719 91.2963 72.8272 90.8199C71.9851 90.3435 70.9133 90.6413 70.4391 91.4899C67.4632 96.7924 67.4978 101.733 67.5249 105.338C67.5447 108.047 67.4978 109.164 66.9371 110.159C66.1987 111.472 64.423 112.663 61.8028 113.601C57.2487 115.233 54.8631 120.283 56.4881 124.858C57.7303 128.359 61.0495 130.714 64.749 130.714C65.7517 130.714 66.742 130.54 67.6929 130.2C71.1973 128.945 74.2349 127.287 76.7194 125.273C77.4726 124.662 77.5912 123.553 76.9836 122.794C76.3761 122.037 75.2722 121.918 74.5165 122.528V122.523Z" fill="#005EFF"/>
24
+ </g>
25
+ <defs>
26
+ <clipPath id="clip0_4_52">
27
+ <rect width="133" height="173" fill="white"/>
28
+ </clipPath>
29
+ </defs>
30
+ </svg>
@@ -0,0 +1,34 @@
1
+ <svg width="51" height="78" viewBox="0 0 51 78" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_4_1290)">
3
+ <path d="M37.5246 52.6573C36.7792 53.3622 35.9671 54.0046 35.1124 54.5677C35.1042 54.5732 35.0959 54.5787 35.0884 54.5849C34.8678 54.7281 34.8005 55.0207 34.9372 55.2472C35.0286 55.3987 35.19 55.482 35.3549 55.482C35.4415 55.482 35.5294 55.4593 35.6084 55.4111C35.6242 55.4014 35.64 55.3911 35.6545 55.3815C36.5545 54.7887 37.4085 54.112 38.1938 53.3698C38.3896 53.1846 38.3992 52.8748 38.2137 52.6786C38.0289 52.4824 37.7197 52.4735 37.5239 52.6586L37.5246 52.6573Z" fill="#005EFF"/>
4
+ <path d="M35.0864 54.5855C35.0864 54.5855 35.0877 54.5842 35.0884 54.5842C35.0925 54.5814 35.0952 54.578 35.0993 54.576C35.0993 54.576 35.0925 54.5814 35.0857 54.5862L35.0864 54.5855Z" fill="#005EFF"/>
5
+ <path d="M42.8595 44.7394C42.6019 44.6603 42.3291 44.8041 42.2494 45.0623C41.9547 46.0186 41.5754 46.9555 41.1234 47.8464C40.4611 49.1496 39.6346 50.3689 38.6679 51.4711C38.4899 51.6742 38.5099 51.9826 38.7119 52.1609C38.8046 52.2428 38.9193 52.2828 39.0341 52.2828C39.1694 52.2828 39.3041 52.2263 39.401 52.1168C40.4219 50.9534 41.2938 49.666 41.9932 48.2898C42.4707 47.3493 42.8705 46.3607 43.1818 45.3515C43.2615 45.0933 43.1172 44.82 42.8595 44.7401V44.7394Z" fill="#005EFF"/>
6
+ <path d="M21.1112 10.7294C21.1751 10.7294 21.2403 10.7163 21.3028 10.6901C21.9356 10.4189 22.589 10.1711 23.2451 9.95419C23.5007 9.86951 23.6402 9.59275 23.5557 9.33665C23.4712 9.07986 23.195 8.94079 22.9394 9.02547C22.2571 9.25128 21.5777 9.50876 20.9195 9.79103C20.6721 9.89705 20.5567 10.1848 20.6632 10.4327C20.7422 10.6179 20.9229 10.7294 21.1118 10.7294H21.1112Z" fill="#005EFF"/>
7
+ <path d="M9.87607 18.8951C10.0142 18.8951 10.1516 18.8366 10.2478 18.723C12.6208 15.9237 15.5346 13.6043 18.9086 11.8281C19.147 11.7028 19.2391 11.4068 19.1134 11.1679C18.9883 10.929 18.6929 10.8375 18.4545 10.9628C14.9691 12.7975 11.9578 15.1953 9.50369 18.0903C9.32918 18.2961 9.35392 18.6045 9.55934 18.7794C9.65141 18.8572 9.7634 18.8958 9.87538 18.8958L9.87607 18.8951Z" fill="#005EFF"/>
8
+ <path d="M24.6715 11.5356C24.7155 11.5356 24.7608 11.5294 24.8055 11.517C26.7876 10.9518 28.848 10.6598 30.9291 10.6495C31.1984 10.6481 31.4162 10.4278 31.4148 10.158C31.4134 9.88879 31.195 9.67124 30.927 9.67124H30.9243C28.7546 9.68225 26.6055 9.98655 24.5382 10.5759C24.2792 10.6495 24.1287 10.9201 24.2022 11.1796C24.2634 11.3944 24.4585 11.5349 24.6715 11.5349V11.5356Z" fill="#005EFF"/>
9
+ <path d="M21.6843 11.5899C18.3624 13.0095 15.4322 14.9158 12.9753 17.2552C12.7802 17.4411 12.772 17.7509 12.9575 17.9464C13.0536 18.0476 13.1821 18.0985 13.3113 18.0985C13.4322 18.0985 13.5531 18.0538 13.6472 17.9643C16.0196 15.7055 18.8523 13.8632 22.067 12.4897C22.315 12.3837 22.4304 12.0966 22.3246 11.8481C22.2188 11.5996 21.9323 11.4839 21.6843 11.5899Z" fill="#005EFF"/>
10
+ <path d="M7.39372 25.847C7.46242 25.8808 7.53594 25.8966 7.60808 25.8966C7.78877 25.8966 7.9619 25.7961 8.04641 25.6226C8.25321 25.1992 8.48818 24.7531 8.74376 24.298C9.55584 22.8536 10.4888 21.4912 11.5173 20.2486C11.6891 20.0406 11.6609 19.7322 11.4535 19.5601C11.246 19.3873 10.9382 19.4162 10.7664 19.6241C9.70081 20.9115 8.73414 22.3229 7.89389 23.8175C7.62869 24.2891 7.38547 24.7517 7.17043 25.1923C7.05226 25.4346 7.15257 25.7279 7.39441 25.8463L7.39372 25.847Z" fill="#005EFF"/>
11
+ <path d="M7.90423 30.6545C8.2292 30.1925 8.47997 29.7113 8.64898 29.2239C9.12373 27.8594 9.71046 26.5616 10.4435 25.2584C13.2329 20.2995 17.4019 16.608 22.8344 14.2866C25.4479 13.1692 28.216 12.6027 31.0631 12.6027C32.6776 12.6027 34.2874 12.7885 35.849 13.1548C36.1121 13.2167 36.3739 13.0529 36.4357 12.7906C36.4976 12.5276 36.3341 12.2646 36.0723 12.2027C34.4378 11.8192 32.7532 11.6244 31.0638 11.6244C28.084 11.6244 25.1868 12.2171 22.4524 13.3868C16.8172 15.795 12.4916 19.6276 9.59435 24.7779C8.83242 26.1327 8.22233 27.4814 7.72834 28.9017C7.58887 29.303 7.38001 29.703 7.10726 30.0906C7.10726 30.0906 6.81733 30.5629 7.1952 30.8039C7.58475 31.0524 7.90491 30.6538 7.90491 30.6538L7.90423 30.6545Z" fill="#005EFF"/>
12
+ <path d="M7.28656 34.6426C7.35526 34.6764 7.42809 34.6922 7.50023 34.6922C7.68092 34.6922 7.85474 34.591 7.93925 34.4175C8.53285 33.1976 9.26043 32.0389 10.1021 30.9746C10.1405 30.9257 10.1694 30.8706 10.1873 30.8114C10.6641 29.2156 11.3037 27.7134 12.144 26.2195C14.7169 21.6454 18.5712 18.2362 23.5997 16.0869C25.9707 15.0735 28.4818 14.5592 31.063 14.5592C33.9218 14.5592 36.6748 15.1802 39.2464 16.405C39.4903 16.5213 39.7809 16.4173 39.8964 16.1729C40.0118 15.9292 39.9087 15.6373 39.6648 15.5217C36.9613 14.2336 34.0668 13.5809 31.0624 13.5809C28.3485 13.5809 25.7082 14.1214 23.2156 15.1871C17.9852 17.4225 13.9735 20.9728 11.2927 25.7396C10.4325 27.27 9.77365 28.8094 9.27898 30.4417C8.41812 31.5412 7.67199 32.7343 7.0619 33.99C6.94372 34.2323 7.04472 34.5256 7.28656 34.644V34.6426Z" fill="#005EFF"/>
13
+ <path d="M11.9563 31.7257C12.3987 30.1374 13.0164 28.6497 13.8436 27.1792C16.2022 22.9879 19.7418 19.861 24.3649 17.8851C26.4913 16.9757 28.7448 16.5144 31.0636 16.5144C34.8279 16.5144 38.5366 17.7805 41.506 20.0799C41.719 20.2451 42.0261 20.2059 42.1903 19.9918C42.3552 19.7783 42.316 19.4713 42.1023 19.3061C38.9625 16.8758 35.0423 15.5368 31.0629 15.5368C28.6122 15.5368 26.2296 16.0242 23.9816 16.986C19.1572 19.0479 15.4602 22.316 12.9937 26.6986C12.1445 28.2077 11.5063 29.7347 11.0446 31.3622C8.78969 34.1222 7.41011 37.4577 7.05422 41.0149C7.02742 41.2834 7.22254 41.523 7.49118 41.5498C7.50767 41.5512 7.52416 41.5526 7.54064 41.5526C7.78798 41.5526 8.00028 41.3646 8.0257 41.1127C8.36647 37.7145 9.69315 34.5304 11.8628 31.9054C11.9068 31.8524 11.9384 31.7911 11.957 31.725L11.9563 31.7257Z" fill="#005EFF"/>
14
+ <path d="M10.765 47.9097C8.92856 42.7512 10.0244 36.9792 13.6245 32.8465C13.6747 32.7886 13.7104 32.7205 13.7296 32.6468C14.1336 31.0689 14.7272 29.5949 15.5441 28.1402C17.6877 24.3324 20.9126 21.4885 25.1297 19.6854C27.0184 18.8792 29.0149 18.471 31.0637 18.471C35.6202 18.471 39.8846 20.4923 42.764 24.0164C42.9344 24.2257 43.2422 24.256 43.4511 24.0853C43.6593 23.9145 43.6902 23.6061 43.5198 23.3975C40.4549 19.6455 35.9149 17.4934 31.0644 17.4934C28.8837 17.4934 26.7587 17.9285 24.7477 18.7863C20.3287 20.6754 16.9457 23.6612 14.6942 27.6604C13.854 29.1564 13.2384 30.6724 12.8138 32.2916C9.04261 36.6839 7.90487 42.7829 9.84645 48.2381C10.5246 50.1486 11.5476 51.8952 12.8859 53.4283C12.9821 53.5385 13.1175 53.5956 13.2535 53.5956C13.3675 53.5956 13.4823 53.5557 13.5743 53.4745C13.777 53.2968 13.7976 52.9877 13.6204 52.7846C12.3631 51.3444 11.4026 49.7045 10.765 47.9097Z" fill="#005EFF"/>
15
+ <path d="M40.0597 47.75C40.5654 46.8571 40.9914 45.9291 41.3259 44.9914C41.4166 44.7374 41.2847 44.4572 41.0305 44.3663C40.7763 44.2747 40.4974 44.4076 40.4067 44.6623C40.0913 45.547 39.6887 46.4234 39.2105 47.2681C37.1034 51.0029 33.8145 53.6913 29.4374 55.2569C28.0104 55.7649 26.5209 56.0224 25.0121 56.0224C19.4553 56.0224 14.4681 52.4989 12.6034 47.2543C10.969 42.6576 12.0634 37.3758 15.3935 33.7993C15.4519 33.7366 15.4931 33.6588 15.5124 33.5755C15.8751 31.9935 16.4413 30.5298 17.2437 29.1006C19.1702 25.677 22.0812 23.1146 25.8943 21.485C27.5384 20.7828 29.2773 20.4269 31.0629 20.4269C36.2288 20.4269 40.9405 23.4739 43.0669 28.1891C43.1782 28.4349 43.4668 28.5444 43.7127 28.4335C43.958 28.322 44.0672 28.0328 43.9566 27.7864C41.6722 22.7215 36.6115 19.4486 31.0636 19.4486C29.146 19.4486 27.2787 19.8307 25.5123 20.5852C21.4965 22.3015 18.4282 25.0044 16.3938 28.6208C15.566 30.0947 14.9758 31.6038 14.591 33.2293C11.0308 37.1238 9.91641 42.6107 11.6849 47.5834C13.6883 53.2163 19.0445 57.0007 25.0128 57.0007C26.6335 57.0007 28.2323 56.7239 29.7658 56.178C34.371 54.5305 37.8344 51.6948 40.0604 47.75H40.0597Z" fill="#005EFF"/>
16
+ <path d="M43.7108 38.7967C43.4649 38.6866 43.1763 38.7967 43.0664 39.0439C42.5758 40.144 41.9321 41.1774 41.1523 42.1144C40.9798 42.3216 41.0073 42.63 41.2148 42.8028C41.3062 42.8792 41.4168 42.9164 41.5267 42.9164C41.6662 42.9164 41.805 42.8565 41.9018 42.7409C42.7393 41.735 43.4305 40.6253 43.9575 39.4432C44.0674 39.1967 43.9575 38.9076 43.7108 38.7974V38.7967Z" fill="#005EFF"/>
17
+ <path d="M31.0623 21.4038C29.4092 21.4038 27.8002 21.7335 26.2784 22.3834C22.6666 23.9269 19.9129 26.3482 18.0943 29.5805C17.274 31.0379 16.7127 32.5456 16.3795 34.1841C13.07 37.5169 11.9474 42.4999 13.5214 46.9252C15.2493 51.7822 19.8669 55.0448 25.0122 55.0448C26.411 55.0448 27.7892 54.8059 29.1083 54.3343C33.2581 52.8521 36.371 50.3124 38.3614 46.7869C39.258 45.1993 39.8468 43.5567 40.1594 41.7688C43.2951 38.2356 44.1305 33.1749 42.2837 28.8335C40.3635 24.32 35.9581 21.4038 31.0609 21.4038H31.0623ZM39.3425 41.218C39.2793 41.2875 39.2374 41.3743 39.2223 41.4665C38.9351 43.1945 38.3758 44.7773 37.5129 46.305C35.6414 49.6205 32.7036 52.0115 28.7813 53.4132C27.568 53.8469 26.2997 54.0665 25.0129 54.0665C20.2791 54.0665 16.0311 51.0642 14.4413 46.5962C12.9772 42.4806 14.049 37.8405 17.1716 34.7741C17.2424 34.7046 17.2905 34.6151 17.309 34.518C17.6175 32.927 18.1527 31.4689 18.9449 30.0596C20.6556 27.0194 23.2513 24.7393 26.6611 23.2819C28.0606 22.6836 29.5412 22.38 31.0623 22.38C35.5672 22.38 39.6201 25.0629 41.3871 29.2156C43.1034 33.2506 42.3009 37.961 39.3425 41.2166V41.218Z" fill="#005EFF"/>
18
+ <path d="M31.0623 23.3597C29.6738 23.3597 28.3224 23.6364 27.0445 24.183C23.8367 25.5537 21.3977 27.6927 19.7955 30.5415C18.9827 31.9859 18.4558 33.4991 18.1858 35.1631C15.1071 37.9245 13.9714 42.3629 15.3606 46.2692C16.8124 50.3489 20.6914 53.0896 25.0129 53.0896C26.1878 53.0896 27.3454 52.8886 28.4536 52.4927C32.1485 51.173 34.9104 48.9293 36.6631 45.8244C37.537 44.2761 38.0818 42.6548 38.3244 40.8724C41.2415 37.9258 42.1134 33.4193 40.4892 29.6011C38.8761 25.8098 35.1756 23.3603 31.0623 23.3603V23.3597ZM37.5219 40.292C37.4429 40.3692 37.392 40.4717 37.3783 40.5812C37.1633 42.3009 36.6514 43.8582 35.8139 45.3418C34.1801 48.2361 31.5934 50.3317 28.1259 51.5709C27.1228 51.9296 26.0758 52.1106 25.0129 52.1106C21.1029 52.1106 17.5928 49.6308 16.2799 45.9394C15.0041 42.3539 16.0807 38.2721 18.9594 35.782C19.0473 35.7056 19.1057 35.6003 19.1229 35.4846C19.3654 33.8702 19.8635 32.41 20.6454 31.02C22.1397 28.3633 24.4214 26.3654 27.4272 25.0808C28.5835 24.5865 29.8064 24.3359 31.0623 24.3359C34.784 24.3359 38.132 26.552 39.592 29.9825C41.0815 33.4847 40.2501 37.6271 37.5226 40.2907L37.5219 40.292Z" fill="#005EFF"/>
19
+ <path d="M31.0623 25.3155C29.939 25.3155 28.8445 25.54 27.8098 25.982C25.0067 27.1799 22.8824 29.0366 21.4952 31.5019C20.688 32.936 20.2036 34.4698 20.0167 36.1841C17.1442 38.3561 15.9851 42.1984 17.1991 45.6117C18.374 48.9142 21.5145 51.133 25.0129 51.133C25.9638 51.133 26.9009 50.9706 27.7982 50.6498C31.0383 49.4925 33.4491 47.5442 34.9647 44.8606C35.8187 43.3481 36.3106 41.7357 36.4652 39.9368C39.188 37.5906 40.1065 33.6885 38.694 30.3681C37.3879 27.299 34.3924 25.3155 31.0623 25.3155ZM35.6861 39.3145C35.5817 39.3998 35.5171 39.5244 35.5082 39.6587C35.3852 41.3936 34.929 42.9378 34.1155 44.3787C32.7188 46.8523 30.4831 48.6526 27.4704 49.7286C26.6783 50.0116 25.8518 50.1554 25.0129 50.1554C21.926 50.1554 19.1552 48.1975 18.1184 45.2833C17.0246 42.2094 18.1122 38.7403 20.7635 36.8477C20.8789 36.7651 20.9532 36.6364 20.9662 36.4953C21.1222 34.8313 21.5736 33.3552 22.3458 31.9818C23.6244 29.7085 25.5921 27.9929 28.1932 26.8818C29.1063 26.4914 30.0716 26.2938 31.063 26.2938C34.0015 26.2938 36.6445 28.0439 37.7967 30.7515C39.0677 33.738 38.2 37.2594 35.6868 39.3151L35.6861 39.3145Z" fill="#005EFF"/>
20
+ <path d="M31.0623 27.2714C30.793 27.2714 30.5745 27.4903 30.5745 27.7602C30.5745 28.0301 30.793 28.249 31.0623 28.249C33.2168 28.249 35.1557 29.5323 36.0007 31.5185C37.0464 33.9755 36.1127 36.8643 33.8297 38.2377C33.684 38.3251 33.594 38.4828 33.5927 38.6535C33.5837 39.9168 33.4422 41.5994 32.4164 43.4155C31.2574 45.4685 29.3728 46.9728 26.815 47.8863C26.2337 48.0942 25.6278 48.1989 25.0129 48.1989C22.7491 48.1989 20.7175 46.7628 19.9569 44.6258C19.05 42.0772 20.183 39.2373 22.591 38.0195C22.7525 37.9376 22.8556 37.773 22.859 37.592C22.8796 36.4643 23.0253 34.7555 24.0455 32.9415C25.1084 31.0524 26.7614 29.6183 28.9579 28.6793C29.2059 28.5733 29.3213 28.2862 29.2155 28.0377C29.1097 27.7891 28.8232 27.6742 28.5752 27.7795C26.176 28.8046 24.3664 30.3798 23.1956 32.4609C22.1513 34.317 21.9356 36.0581 21.891 37.2849C19.2245 38.7926 17.9995 42.0352 19.0377 44.9535C19.9363 47.4794 22.3375 49.1758 25.0129 49.1758C25.7398 49.1758 26.4563 49.0512 27.1427 48.8061C29.928 47.8113 31.9884 46.159 33.2656 43.8954C34.3299 42.0111 34.5353 40.2741 34.5648 38.9269C37.0931 37.2512 38.0976 33.9514 36.898 31.1329C35.8991 28.786 33.6085 27.2694 31.0616 27.2694L31.0623 27.2714Z" fill="#005EFF"/>
21
+ <path d="M32.7861 37.6759C35.0135 36.7238 36.053 34.1339 35.1035 31.9019C34.4124 30.2772 32.826 29.2266 31.0624 29.2266C30.4681 29.2266 29.8889 29.3457 29.3406 29.5798C27.3461 30.4321 25.8504 31.725 24.8955 33.4227C23.812 35.3476 23.825 37.1582 23.8333 38.2391C23.8333 38.3203 23.8347 38.4387 23.8333 38.5551C23.7584 38.5902 23.6615 38.6315 23.5372 38.6756C21.2562 39.4907 20.0621 42.0132 20.8756 44.2981C21.498 46.0468 23.16 47.2213 25.0123 47.2213C25.5152 47.2213 26.0112 47.1352 26.4867 46.9652C28.8171 46.1328 30.5265 44.7766 31.5666 42.9336C32.6357 41.0404 32.6233 39.3165 32.6158 38.1716C32.6151 38.0697 32.6137 37.9004 32.6158 37.7558C32.6597 37.7324 32.7154 37.7055 32.7848 37.6753L32.7861 37.6759ZM32.4035 36.7761C32.0806 36.9138 31.9026 37.0446 31.8105 37.1293C31.7233 37.2099 31.6683 37.3193 31.656 37.4377C31.6381 37.6057 31.6388 37.8956 31.6402 38.1833C31.6477 39.2201 31.6587 40.7864 30.7181 42.4524C29.7968 44.0847 28.2633 45.2929 26.1596 46.044C25.7893 46.1762 25.4039 46.2437 25.0129 46.2437C23.5722 46.2437 22.2792 45.3301 21.7955 43.9697C21.1628 42.1922 22.0916 40.2301 23.8656 39.5967C24.2503 39.459 24.475 39.3289 24.5959 39.2435C24.7175 39.1575 24.7931 39.0212 24.802 38.8725C24.813 38.6907 24.811 38.4036 24.8096 38.2329C24.8027 37.2491 24.7903 35.6017 25.746 33.9032C26.5931 32.3976 27.9315 31.2458 29.724 30.4796C30.1506 30.2972 30.6007 30.2049 31.0624 30.2049C32.4337 30.2049 33.6676 31.0214 34.2056 32.2854C34.9441 34.0217 34.1355 36.0361 32.4035 36.7761Z" fill="#005EFF"/>
22
+ <path d="M31.9734 31.3601C31.3688 31.1164 30.7058 31.1233 30.1067 31.3794C29.5275 31.6265 28.9957 31.9226 28.5258 32.2579C28.3066 32.4148 28.2551 32.7198 28.4117 32.9401C28.5684 33.1597 28.8727 33.2107 29.0926 33.0544C29.5048 32.7597 29.9754 32.4988 30.4894 32.2792C30.8487 32.1257 31.2465 32.1215 31.6092 32.2675C31.972 32.4134 32.2564 32.693 32.4096 33.053C32.7264 33.7972 32.3794 34.6605 31.6374 34.9779C30.8555 35.3118 30.3039 35.7579 29.9961 36.3046C29.6938 36.8422 29.6821 37.3489 29.6883 38.1999C29.6917 38.6708 29.6951 39.205 29.6106 39.7613C29.5701 40.0284 29.7528 40.2776 30.0194 40.3182C30.0441 40.3217 30.0689 40.3237 30.0936 40.3237C30.3306 40.3237 30.5388 40.1502 30.5752 39.9086C30.6714 39.2759 30.6673 38.701 30.6639 38.1909C30.6584 37.415 30.6728 37.0928 30.8459 36.7851C31.0452 36.4305 31.4402 36.1249 32.0201 35.8777C33.2575 35.349 33.8353 33.9101 33.3076 32.6702C33.052 32.0692 32.578 31.6045 31.9734 31.3608V31.3601Z" fill="#005EFF"/>
23
+ <path d="M27.7301 42.9949C27.1242 43.4844 26.3753 43.8906 25.5041 44.2017C25.3447 44.2589 25.1791 44.2878 25.0129 44.2878C24.3952 44.2878 23.8415 43.8961 23.634 43.313C23.3633 42.5508 23.7611 41.7102 24.521 41.439C25.4876 41.0941 26.1438 40.6246 26.4708 40.0449C26.7696 39.5155 26.7655 38.9716 26.7607 38.2191C26.7538 37.2787 26.7456 36.109 27.4457 34.8643C27.5783 34.6289 27.4952 34.3308 27.2602 34.1986C27.0259 34.0664 26.7277 34.149 26.5958 34.3845C25.7679 35.8557 25.7776 37.2264 25.7851 38.2267C25.7906 38.9785 25.7776 39.2883 25.6216 39.5644C25.4162 39.9285 24.9222 40.259 24.1932 40.5192C22.9263 40.9722 22.2626 42.3732 22.7147 43.6427C23.0603 44.6141 23.9837 45.2675 25.0129 45.2675C25.2918 45.2675 25.5673 45.2193 25.8318 45.125C26.8067 44.7766 27.6518 44.3167 28.343 43.7577C28.5525 43.5883 28.5855 43.2806 28.4165 43.0699C28.2475 42.86 27.9404 42.8269 27.7301 42.9963V42.9949Z" fill="#005EFF"/>
24
+ </g>
25
+ <mask id="path-22-inside-1_4_1290" fill="white">
26
+ <path d="M0 25.5C0 11.4167 11.4167 0 25.5 0C39.5833 0 51 11.4167 51 25.5V78H0V25.5Z"/>
27
+ </mask>
28
+ <path d="M-2 25.5C-2 10.3122 10.3122 -2 25.5 -2C40.6878 -2 53 10.3122 53 25.5H49C49 12.5213 38.4787 2 25.5 2C12.5213 2 2 12.5213 2 25.5H-2ZM51 78H0H51ZM-2 78V25.5C-2 10.3122 10.3122 -2 25.5 -2V2C12.5213 2 2 12.5213 2 25.5V78H-2ZM25.5 -2C40.6878 -2 53 10.3122 53 25.5V78H49V25.5C49 12.5213 38.4787 2 25.5 2V-2Z" fill="#FF0000" mask="url(#path-22-inside-1_4_1290)"/>
29
+ <defs>
30
+ <clipPath id="clip0_4_1290">
31
+ <rect width="37" height="48" fill="white" transform="translate(7 9)"/>
32
+ </clipPath>
33
+ </defs>
34
+ </svg>
@@ -0,0 +1,167 @@
1
+ <svg width="45" height="88" viewBox="0 0 45 88" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g style="mix-blend-mode:multiply" opacity="0.5">
3
+ <path d="M36.0125 88L45 82.778L35.4313 77.2163L30.5312 88H36.0125Z" fill="#EAE2E7"/>
4
+ </g>
5
+ <path d="M15.6313 17.717L13.6688 16.5657L13.6626 15.8925L15.6251 17.0375L15.6313 17.717Z" fill="#25282D"/>
6
+ <path d="M15.6251 17.0375L13.6626 15.8925L16.0188 14.5272L17.9813 15.6723L15.6251 17.0375Z" fill="#2B2E34"/>
7
+ <path d="M17.9813 15.6723V16.3518L15.6313 17.717L15.625 17.0375L17.9813 15.6723Z" fill="#40454E"/>
8
+ <path d="M36.5189 82.0293V84.4642C36.5126 84.7976 36.3814 85.1311 36.1189 85.4331V82.9982C36.3876 82.6962 36.5189 82.3628 36.5189 82.0293Z" fill="#2D3036"/>
9
+ <path d="M36.1251 82.9982V85.4331C35.9501 85.6281 35.7251 85.8105 35.4438 85.9741V83.5393C35.7313 83.3757 35.9501 83.1933 36.1251 82.9982Z" fill="#383C43"/>
10
+ <path d="M25.4562 83.5393V85.9741C24.725 85.5526 24.3625 84.9989 24.3687 84.4453V82.0105C24.3687 82.5641 24.7375 83.1178 25.4562 83.5393Z" fill="#2D3036"/>
11
+ <path d="M35.4499 83.5393L35.4437 85.9804L33.0562 87.3772L33.0624 84.936L35.4499 83.5393Z" fill="#34383E"/>
12
+ <path d="M27.8563 84.936L27.8501 87.3772L25.4438 85.9804L25.4563 83.5393L27.8563 84.936Z" fill="#24272B"/>
13
+ <path d="M33.0627 84.936V87.3708C32.5377 87.6728 31.9002 87.8679 31.2314 87.9497V85.5148C31.9064 85.4331 32.5439 85.238 33.0627 84.936Z" fill="#383C43"/>
14
+ <path d="M31.2438 85.5148V87.9497C30.0563 88.0944 28.7688 87.9056 27.8501 87.3708V84.936C28.7751 85.4708 30.0626 85.6595 31.2438 85.5148Z" fill="#2D3036"/>
15
+ <path d="M35.4374 80.5005C36.8749 81.3373 36.8811 82.7025 35.4561 83.5393L33.0686 84.936C31.6436 85.7728 29.2999 85.7728 27.8624 84.936L25.4561 83.5393C24.0186 82.7025 24.0124 81.3373 25.4374 80.5005L27.8249 79.1038C29.2499 78.267 31.5936 78.267 33.0311 79.1038L35.4374 80.5005Z" fill="#3A3E46"/>
16
+ <path d="M6.4001 38.5547L5.4876 38.0199L5.44385 22.8195L6.35635 23.3543L6.4001 38.5547Z" fill="#25282D"/>
17
+ <path d="M6.35635 23.3543L5.44385 22.8195L14.5938 17.5031L15.5063 18.0379L6.35635 23.3543Z" fill="#2B2E34"/>
18
+ <path d="M15.5064 18.0379L15.5502 33.232L6.4002 38.5547L6.35645 23.3543L15.5064 18.0379Z" fill="#40454E"/>
19
+ <path d="M35.8499 52.1948C35.1812 62.3682 37.1624 72.4787 36.4937 82.6522C36.4562 83.1618 36.0562 83.6777 35.3249 84.0678C36.1124 73.9006 34.4937 63.7775 34.8374 53.6104C35.4624 53.2203 35.8062 52.7107 35.8437 52.1948H35.8499Z" fill="#2C39E5"/>
20
+ <mask id="mask0_4_846" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="34" y="52" width="3" height="33">
21
+ <path d="M35.8499 52.1948C35.1812 62.3682 37.1624 72.4787 36.4937 82.6522C36.4562 83.1618 36.0562 83.6777 35.3249 84.0678C36.1124 73.9006 34.4937 63.7775 34.8374 53.6104C35.4624 53.2203 35.8062 52.7107 35.8437 52.1948H35.8499Z" fill="white"/>
22
+ </mask>
23
+ <g mask="url(#mask0_4_846)">
24
+ <path d="M35.8501 52.1948C35.1813 62.3682 37.1626 72.4787 36.4938 82.6522C36.4688 82.9605 36.3126 83.2751 36.0313 83.5582C36.8251 73.391 34.9751 63.2742 35.4501 53.1007C35.6938 52.8176 35.8251 52.5093 35.8501 52.1948Z" fill="#2C39E5"/>
25
+ <path d="M35.45 53.1007C34.9813 63.2742 36.825 73.391 36.0313 83.5582C35.85 83.7406 35.6125 83.9105 35.3313 84.0678C36.1188 73.9006 34.5 63.7775 34.8438 53.6104C35.0875 53.4594 35.2938 53.2895 35.45 53.1007Z" fill="#2C39E5"/>
26
+ </g>
27
+ <path d="M24.3813 82.627C23.7688 72.4473 25.8126 62.3493 25.2001 52.1696C25.2376 52.6918 25.5813 53.2077 26.2251 53.6041C26.5126 63.7712 24.8376 73.8943 25.5751 84.0615C24.8376 83.6651 24.4251 83.1492 24.3876 82.627H24.3813Z" fill="#2C2C9B"/>
28
+ <mask id="mask1_4_846" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="24" y="52" width="3" height="33">
29
+ <path d="M24.3813 82.627C23.7688 72.4473 25.8126 62.3493 25.2001 52.1696C25.2376 52.6918 25.5813 53.2077 26.2251 53.6041C26.5126 63.7712 24.8376 73.8943 25.5751 84.0615C24.8376 83.6651 24.4251 83.1492 24.3876 82.627H24.3813Z" fill="white"/>
30
+ </mask>
31
+ <g mask="url(#mask1_4_846)">
32
+ <path d="M26.2188 53.6041C26.5063 63.7712 24.8313 73.8943 25.5688 84.0615C24.8313 83.6651 24.4188 83.1492 24.3813 82.627C23.7688 72.4473 25.8126 62.3493 25.2001 52.1696C25.2376 52.6918 25.5813 53.2077 26.2251 53.6041H26.2188Z" fill="#2C2C9B"/>
33
+ </g>
34
+ <path d="M34.8438 53.6041C34.5 63.7712 36.1188 73.8943 35.3313 84.0615C34.525 84.4893 33.725 84.9297 32.9313 85.3701C33.475 75.2156 32.6625 65.0736 32.7625 54.9127C33.5875 54.3905 34 54.1263 34.8438 53.6041Z" fill="#2C39E5"/>
35
+ <path d="M28.3125 54.9127C28.3562 65.0673 27.4875 75.2156 27.9812 85.3701C27.1812 84.9234 26.375 84.4893 25.5687 84.0615C24.8312 73.8943 26.5062 63.7775 26.2187 53.6041C27.0687 54.1263 27.4875 54.3905 28.3125 54.9127Z" fill="#2C2C9B"/>
36
+ <path d="M32.7626 54.9127C32.6626 65.0673 33.4751 75.2156 32.9314 85.3701C31.4876 86.144 29.4251 86.1943 27.9814 85.3701C27.4876 75.2156 28.3564 65.0673 28.3126 54.9127C29.6064 55.6425 31.4751 55.7495 32.7626 54.9127Z" fill="#2C2C9B"/>
37
+ <mask id="mask2_4_846" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="27" y="54" width="7" height="32">
38
+ <path d="M32.7626 54.9127C32.6626 65.0673 33.4751 75.2156 32.9314 85.3701C31.4876 86.144 29.4251 86.1943 27.9814 85.3701C27.4876 75.2156 28.3564 65.0673 28.3126 54.9127C29.6064 55.6425 31.4751 55.7495 32.7626 54.9127Z" fill="white"/>
39
+ </mask>
40
+ <g mask="url(#mask2_4_846)">
41
+ <path d="M32.7627 54.9127C32.6627 65.0673 33.4752 75.2156 32.9315 85.3701C32.4252 85.6533 31.819 85.8357 31.1877 85.9112C31.3815 75.7566 31.1627 65.6084 31.2002 55.4538C31.769 55.3783 32.3127 55.1958 32.7565 54.9127H32.7627Z" fill="#2C39E5"/>
42
+ <path d="M31.2064 55.4538C31.1689 65.6084 31.3876 75.7566 31.1939 85.9112C30.1064 86.0433 28.9626 85.8923 27.9814 85.3701C27.4876 75.2156 28.3564 65.0673 28.3126 54.9127C29.0939 55.416 30.3001 55.6111 31.2064 55.4538Z" fill="#2C2C9B"/>
43
+ </g>
44
+ <path d="M35.0064 50.7603C36.1126 51.4901 36.0626 52.9875 34.8439 53.6041C34.0001 54.1263 33.5814 54.3905 32.7626 54.9127C31.4751 55.7495 29.6064 55.6425 28.3126 54.9127C27.4876 54.3905 27.0689 54.1263 26.2189 53.6041C25.0064 52.9938 24.9189 51.4964 26.0251 50.7603C26.8376 50.2381 27.2501 49.9738 28.1064 49.4516C29.4626 48.6086 31.5626 48.6715 32.9189 49.4516C33.7751 49.9738 34.1939 50.2381 35.0126 50.7603H35.0064Z" fill="#2C39E5"/>
45
+ <path d="M35.9688 53.1448C35.9688 53.1448 36 53.1007 36.0125 53.0756C36.0188 53.063 36.025 53.0504 36.0375 53.0378C36.0563 53.0127 36.0688 52.9812 36.0813 52.956C36.0813 52.9497 36.0875 52.9435 36.0938 52.9372C36.1125 52.8994 36.125 52.868 36.1438 52.8302C36.1438 52.8176 36.15 52.8113 36.1563 52.7987C36.1688 52.7736 36.175 52.7484 36.1813 52.7233C36.1813 52.7107 36.1875 52.6981 36.1938 52.6855C36.2 52.6603 36.2063 52.6415 36.2125 52.6163C36.2125 52.6037 36.2125 52.5911 36.2188 52.5785C36.2188 52.5534 36.225 52.5282 36.2313 52.503C36.2313 52.4905 36.2313 52.4779 36.2313 52.4716C36.2313 52.4338 36.2313 52.4024 36.2313 52.3646L36.2375 50.0808C36.2375 50.0871 36.2375 50.0934 36.2375 50.0997C36.25 49.5712 35.9125 49.0427 35.225 48.6463L32.975 47.3377C31.6313 46.5575 29.4313 46.5575 28.0938 47.3377L25.8563 48.6463C25.1875 49.0364 24.8563 49.5523 24.8563 50.0619V52.3458C24.85 52.868 25.1875 53.3839 25.8625 53.7802L28.1125 55.0889C28.1875 55.1329 28.2688 55.1707 28.3438 55.2147C28.3625 55.221 28.3813 55.2336 28.4 55.2399C28.4813 55.2776 28.5625 55.3091 28.6438 55.3468C28.6563 55.3468 28.6688 55.3531 28.6813 55.3594C28.7563 55.3909 28.8375 55.416 28.9188 55.4412C28.9375 55.4412 28.9563 55.4538 28.975 55.4601C29.0625 55.4852 29.15 55.5104 29.2438 55.5293C29.2625 55.5293 29.2813 55.5356 29.3 55.5419C29.3813 55.5607 29.4625 55.5796 29.55 55.5922C29.5625 55.5922 29.5813 55.5922 29.5938 55.5985C29.6875 55.6174 29.7813 55.63 29.875 55.6362C29.8938 55.6362 29.9188 55.6362 29.9375 55.6425C30.0313 55.6551 30.125 55.6614 30.2188 55.6677C30.2188 55.6677 30.225 55.6677 30.2313 55.6677C30.3313 55.6677 30.425 55.674 30.525 55.674C30.55 55.674 30.5688 55.674 30.5938 55.674C30.6938 55.674 30.7875 55.674 30.8875 55.6677C30.9 55.6677 30.9063 55.6677 30.9188 55.6677C31.0063 55.6677 31.0938 55.6551 31.1875 55.6425C31.2063 55.6425 31.2313 55.6425 31.25 55.6362C31.2625 55.6362 31.2813 55.6362 31.2938 55.6362C31.375 55.6237 31.4563 55.6111 31.5375 55.5985C31.55 55.5985 31.5625 55.5985 31.5813 55.5922C31.6625 55.5796 31.7438 55.5607 31.825 55.5419C31.85 55.5419 31.8813 55.5293 31.9063 55.523C31.9813 55.5041 32.0563 55.4852 32.1313 55.4601C32.15 55.4601 32.1688 55.4475 32.1875 55.4475C32.275 55.4223 32.3625 55.3909 32.45 55.3594C32.4688 55.3531 32.4938 55.3405 32.5125 55.3342C32.5813 55.3091 32.6438 55.2776 32.7063 55.2525C32.7313 55.2399 32.75 55.2336 32.775 55.221C32.8563 55.1832 32.9313 55.1392 33.0063 55.0952L35.2438 53.7865C35.3 53.7551 35.3563 53.7173 35.4125 53.6796C35.425 53.6733 35.4375 53.6607 35.45 53.6544C35.5 53.6167 35.55 53.5852 35.5938 53.5474C35.6 53.5474 35.6063 53.5349 35.6125 53.5286C35.6563 53.4971 35.6938 53.4594 35.7313 53.4279C35.7375 53.4216 35.75 53.4153 35.7563 53.4027C35.7938 53.365 35.8313 53.3272 35.8688 53.2832C35.8688 53.2832 35.8688 53.2832 35.875 53.2769C35.8813 53.2706 35.8875 53.2643 35.8938 53.2517C35.9125 53.2329 35.9313 53.2077 35.95 53.1825C35.9563 53.17 35.9688 53.1574 35.975 53.1448H35.9688ZM36.0938 50.6722C36.0938 50.6596 36.1063 50.6533 36.1063 50.647C36.1063 50.6596 36.1 50.6659 36.0938 50.6722ZM35.7313 51.1315C35.7313 51.1315 35.75 51.1126 35.7563 51.1063C35.75 51.1126 35.7375 51.1252 35.7313 51.1315ZM35.4125 51.3831C35.4125 51.3831 35.4375 51.3643 35.45 51.358C35.4375 51.3643 35.425 51.3769 35.4125 51.3831ZM35.9625 50.8798C35.9625 50.8798 35.975 50.8672 35.975 50.8609C35.975 50.8672 35.9625 50.8735 35.9625 50.8798ZM36.025 50.7855C36.025 50.7855 36.0375 50.7666 36.0438 50.754C36.0375 50.7666 36.0313 50.7792 36.025 50.7855ZM36.2 50.408C36.2 50.408 36.2 50.408 36.2 50.4017V50.408ZM36.2188 50.3136C36.2188 50.3136 36.2188 50.2947 36.2188 50.2884C36.2188 50.301 36.2188 50.3073 36.2188 50.3136ZM36.2375 50.1878C36.2375 50.1878 36.2375 50.2129 36.2375 50.2192C36.2375 50.2066 36.2375 50.194 36.2375 50.1815V50.1878ZM24.8625 50.1123C24.8625 50.1123 24.8625 50.1437 24.8625 50.1563C24.8625 50.1437 24.8625 50.1248 24.8625 50.1123ZM24.8688 50.2129C24.8688 50.2129 24.8688 50.2444 24.8688 50.257C24.8688 50.2381 24.8688 50.2255 24.8688 50.2129ZM24.8875 50.3073C24.8875 50.3073 24.8875 50.3388 24.9 50.3513C24.9 50.3325 24.8938 50.3199 24.8875 50.3073ZM24.9125 50.4017C24.9125 50.4017 24.9188 50.4331 24.925 50.4457C24.925 50.4331 24.9188 50.4143 24.9125 50.4017ZM24.9438 50.5023C24.9438 50.5023 24.9563 50.5338 24.9625 50.5464C24.9563 50.5275 24.95 50.5149 24.9438 50.5023ZM25.15 50.8735C25.15 50.8735 25.1688 50.905 25.1813 50.9176C25.1688 50.905 25.1563 50.8861 25.15 50.8735ZM24.9813 50.5967C24.9813 50.5967 24.9938 50.6282 25 50.6407C24.9938 50.6282 24.9875 50.6093 24.9813 50.5967ZM25.0313 50.6848C25.0313 50.6848 25.05 50.7162 25.0563 50.7288C25.05 50.7162 25.0375 50.6974 25.0313 50.6848ZM25.0875 50.7792C25.0875 50.7792 25.1063 50.8106 25.1188 50.8232C25.1063 50.8106 25.1 50.7917 25.0875 50.7792ZM25.225 50.9616C25.225 50.9616 25.25 50.9868 25.2625 50.9994C25.25 50.9868 25.2375 50.9742 25.225 50.9616ZM25.3063 51.0497C25.3063 51.0497 25.3313 51.0749 25.3438 51.0874C25.3313 51.0749 25.3188 51.0623 25.3063 51.0497ZM25.75 51.4146C25.75 51.4146 25.725 51.3957 25.7063 51.3894C25.7188 51.3957 25.7313 51.4083 25.75 51.4146ZM25.6375 51.3391C25.6375 51.3391 25.6063 51.3139 25.5938 51.3077C25.6063 51.3202 25.625 51.3328 25.6375 51.3391ZM25.5313 51.2573C25.5313 51.2573 25.5 51.2322 25.4875 51.2196C25.5 51.2322 25.5188 51.2447 25.5313 51.2573ZM25.4313 51.1755C25.4313 51.1755 25.4063 51.1504 25.3875 51.1378C25.4 51.1504 25.4125 51.1629 25.4313 51.1755Z" fill="#3A3E46"/>
46
+ <path d="M36.2439 50.0808V52.3646C36.2376 52.6729 36.1126 52.9875 35.8689 53.2706V50.9868C36.1189 50.7037 36.2439 50.3891 36.2439 50.0808Z" fill="#222229"/>
47
+ <path d="M35.875 50.9868V53.2706C35.7125 53.4531 35.5 53.6229 35.2375 53.7802V51.4964C35.5063 51.3454 35.7125 51.1692 35.875 50.9868Z" fill="#222229"/>
48
+ <path d="M25.875 51.4901V53.7739C25.1938 53.3776 24.85 52.8617 24.8563 52.3395V50.0556C24.8563 50.5778 25.2 51.0937 25.875 51.4901Z" fill="#2E2E37"/>
49
+ <path d="M35.25 51.4901L35.2375 53.7739L33 55.0826L33.0063 52.7987L35.25 51.4901Z" fill="#222229"/>
50
+ <path d="M28.1314 52.7987L28.1251 55.0826L25.8689 53.7739L25.8751 51.4901L28.1314 52.7987Z" fill="#2E2E37"/>
51
+ <path d="M33.0064 52.7988V55.0826C32.5189 55.3657 31.9189 55.5482 31.2939 55.6237V53.3398C31.9252 53.2643 32.5252 53.0819 33.0064 52.7988Z" fill="#222229"/>
52
+ <path d="M31.3001 53.3398V55.6237C30.1876 55.7621 28.9814 55.5796 28.1189 55.0826V52.7988C28.9876 53.2958 30.1876 53.4782 31.3001 53.3398Z" fill="#2E2E37"/>
53
+ <path d="M35.2312 48.6463C36.575 49.4265 36.5875 50.71 35.2437 51.4901L33.0062 52.7987C31.6687 53.5789 29.475 53.5789 28.125 52.7987L25.875 51.4901C24.5312 50.71 24.5187 49.4265 25.8562 48.6463L28.0937 47.3377C29.4312 46.5575 31.6312 46.5575 32.975 47.3377L35.225 48.6463H35.2312Z" fill="#3A3E46"/>
54
+ <path d="M22.9312 45.1168L26.1999 43.2041L31.0499 47.2559L27.7812 49.1685L22.9312 45.1168Z" fill="#434851"/>
55
+ <path d="M27.7813 49.1685L31.05 47.2559L30.825 48.3129L27.55 50.2255L27.7813 49.1685Z" fill="#2C3036"/>
56
+ <path d="M22.9562 36.3841L26.2249 34.4714L26.1999 43.2041L22.9312 45.1167L22.9562 36.3841Z" fill="#35353F"/>
57
+ <path d="M21.9062 35.7738L25.175 33.8612L26.225 34.4714L22.9563 36.3841L21.9062 35.7738Z" fill="#3A3E46"/>
58
+ <path d="M22.9562 36.3841L22.9312 45.1167L27.7813 49.1685L27.55 50.2255L21.875 45.4817L21.9062 35.7738L22.9562 36.3841Z" fill="#222229"/>
59
+ <path d="M21.5438 39.6116L20.4938 38.9951L19.3 34.6539L20.3501 35.2705L21.5438 39.6116Z" fill="#18181C"/>
60
+ <path d="M20.3501 35.2705L19.3 34.6539L27.1813 30.0799L28.225 30.6902L20.3501 35.2705Z" fill="#1E1E23"/>
61
+ <path d="M28.2251 30.6902L27.0563 36.403L21.5438 39.6116L20.3501 35.2705L28.2251 30.6902Z" fill="#2C2C35"/>
62
+ <path d="M20.3438 35.2264L19.2938 34.6161L19.2876 32.5211L20.3376 33.1376L20.3438 35.2264Z" fill="#1D1D23"/>
63
+ <path d="M20.3376 33.1376L19.2876 32.5211L27.1688 27.9471L28.2126 28.5574L20.3376 33.1376Z" fill="#222229"/>
64
+ <path d="M28.2126 28.5574L28.2189 30.6462L20.3439 35.2264L20.3376 33.1376L28.2126 28.5574Z" fill="#33333D"/>
65
+ <path d="M20.1374 37.2271L19.0937 36.6106L19.0874 35.9374L20.1374 36.5477V37.2271Z" fill="#222229"/>
66
+ <path d="M20.1374 36.5477L19.0874 35.9374L28.2374 30.621L29.2874 31.2313L20.1374 36.5477Z" fill="#434851"/>
67
+ <path d="M29.2875 31.2313V31.9045L20.1375 37.2271V36.5477L29.2875 31.2313Z" fill="#35353F"/>
68
+ <path d="M43.8562 20.0638L44.075 19.5793C44.075 20.586 43.375 21.8191 42.5 22.3224L42.8062 21.8946C43.3875 21.5549 43.8562 20.737 43.8562 20.0638Z" fill="#EADFED"/>
69
+ <path d="M43.8062 2.40338L44.0249 1.91264L44.0749 19.5793L43.8562 20.0638L43.8062 2.40338Z" fill="#EADFED"/>
70
+ <path d="M42.75 1.79309L42.4375 1.00036C42.8188 0.780154 43.175 0.729821 43.45 0.836778L43.425 1.67985C43.2438 1.61064 43.0063 1.6421 42.75 1.79309Z" fill="#EADFED"/>
71
+ <path d="M43.4187 1.68613L43.4437 0.843063C43.7937 0.975186 44.0187 1.35268 44.0187 1.91892L43.8 2.40337C43.8 2.02588 43.65 1.77421 43.4187 1.68613Z" fill="#EADFED"/>
72
+ <path d="M42.2188 0.106964L43.5625 0.893408C43.275 0.723536 42.875 0.748702 42.4375 1.00666L41.0938 0.220212C41.5312 -0.0377423 41.9313 -0.0566169 42.2188 0.106964Z" fill="#FFF2FB"/>
73
+ <mask id="mask3_4_846" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="41" y="0" width="3" height="2">
74
+ <path d="M42.2188 0.106964L43.5625 0.893408C43.275 0.723536 42.875 0.748702 42.4375 1.00666L41.0938 0.220212C41.5312 -0.0377423 41.9313 -0.0566169 42.2188 0.106964Z" fill="white"/>
75
+ </mask>
76
+ <g mask="url(#mask3_4_846)">
77
+ <path d="M42.4375 1.00666L41.0938 0.220216C41.2125 0.151009 41.325 0.100677 41.4313 0.0629272L42.775 0.849372C42.6688 0.887121 42.55 0.937454 42.4375 1.00666Z" fill="#FFF2FB"/>
78
+ <path d="M42.7749 0.849368L41.4312 0.0629236C41.5812 0.0125911 41.7249 -0.00628357 41.8562 7.98993e-06L43.1999 0.786453C43.0687 0.780161 42.9249 0.799036 42.7749 0.849368Z" fill="#FFF2FB"/>
79
+ <path d="M43.2 0.78646L41.8562 1.52588e-05C41.9875 0.00630681 42.0999 0.0377646 42.2062 0.10068L43.55 0.887125C43.4437 0.830501 43.3312 0.792751 43.2 0.78646Z" fill="#FFF2FB"/>
80
+ <path d="M43.55 0.887122L42.2063 0.100677C42.2063 0.100677 42.2126 0.100677 42.2188 0.106969L43.5625 0.893414C43.5625 0.893414 43.5563 0.893414 43.55 0.887122Z" fill="#F0E7F3"/>
81
+ </g>
82
+ <path d="M42.8062 21.8946L42.4999 22.3224L9.5874 41.4551L9.89365 41.021L42.8062 21.8946Z" fill="#EADFED"/>
83
+ <path d="M8.4625 41.562L7.11875 40.7756C6.8375 40.612 6.6625 40.2597 6.65625 39.7563L8 40.5428C8 41.0461 8.175 41.3984 8.4625 41.562Z" fill="#DACFDA"/>
84
+ <mask id="mask4_4_846" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="6" y="39" width="3" height="3">
85
+ <path d="M8.4625 41.562L7.11875 40.7756C6.8375 40.612 6.6625 40.2597 6.65625 39.7563L8 40.5428C8 41.0461 8.175 41.3984 8.4625 41.562Z" fill="white"/>
86
+ </mask>
87
+ <g mask="url(#mask4_4_846)">
88
+ <path d="M8.4625 41.562L7.11875 40.7756C6.8375 40.612 6.6625 40.2597 6.65625 39.7563L8 40.5428C8 41.0461 8.175 41.3984 8.4625 41.562Z" fill="#D1C0D1"/>
89
+ </g>
90
+ <path d="M9.89375 41.021L9.5875 41.4488C8.7125 41.9584 8.00625 41.5494 8 40.5428L8.8375 40.417C8.8375 41.0902 9.3125 41.3607 9.89375 41.021Z" fill="#EADFED"/>
91
+ <path d="M8.83745 40.417L7.99995 40.5428L7.94995 22.8761L8.78745 22.7503L8.83745 40.417Z" fill="#EADFED"/>
92
+ <path d="M7.99995 40.5428L6.6562 39.7563L6.6062 22.0897L7.94995 22.8761L7.99995 40.5428Z" fill="#D1C0D1"/>
93
+ <path d="M9.5249 20.133L8.18115 19.3465L41.0937 0.220215L42.4374 1.00666L9.5249 20.133Z" fill="#FFF2FB"/>
94
+ <path d="M9.8374 20.9257L9.5249 20.133L42.4374 1.00665L42.7499 1.7931L9.8374 20.9257Z" fill="#EADFED"/>
95
+ <path d="M42.7499 1.7931C43.3311 1.45336 43.8061 1.7239 43.8061 2.39709L43.8561 20.0638C43.8561 20.737 43.3874 21.5549 42.8061 21.8946L9.8936 41.021C9.31235 41.3607 8.83735 41.0902 8.83735 40.417L8.78735 22.7503C8.78735 22.0771 9.2561 21.2592 9.83735 20.9194L42.7499 1.7931Z" fill="url(#paint0_linear_4_846)"/>
96
+ <path d="M8.78745 22.7503L7.94995 22.8761C7.94995 22.637 7.98745 22.3917 8.0562 22.14L8.8562 22.2595C8.8062 22.4231 8.7812 22.593 8.7812 22.7503H8.78745Z" fill="#EADFED"/>
97
+ <path d="M8.85615 22.2658L8.05615 22.1463C8.2874 21.3347 8.85615 20.5231 9.5249 20.133L9.8374 20.9257C9.39365 21.1837 9.0124 21.7248 8.8624 22.2658H8.85615Z" fill="#EADFED"/>
98
+ <path d="M7.94995 22.8761L6.6062 22.0897C6.6062 21.083 7.3062 19.8499 8.1812 19.3465L9.52495 20.133C8.64995 20.6426 7.94995 21.8695 7.94995 22.8761Z" fill="#EADFED"/>
99
+ <mask id="mask5_4_846" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="6" y="19" width="4" height="4">
100
+ <path d="M7.94995 22.8761L6.6062 22.0897C6.6062 21.083 7.3062 19.8499 8.1812 19.3465L9.52495 20.133C8.64995 20.6426 7.94995 21.8695 7.94995 22.8761Z" fill="white"/>
101
+ </mask>
102
+ <g mask="url(#mask5_4_846)">
103
+ <path d="M7.94995 22.8761L6.6062 22.0897C6.6062 21.9072 6.6312 21.7185 6.6687 21.5297L8.01245 22.3162C7.9687 22.5049 7.94995 22.6936 7.94995 22.8761Z" fill="#EADFED"/>
104
+ <path d="M8.0188 22.3162L6.67505 21.5297C6.7188 21.341 6.77505 21.1522 6.8563 20.9698L8.20005 21.7562C8.12505 21.9387 8.06255 22.1274 8.0188 22.3162Z" fill="#EADFED"/>
105
+ <path d="M8.1936 21.7562L6.84985 20.9698C6.9311 20.7747 7.0311 20.5797 7.1436 20.3972L8.48735 21.1837C8.37485 21.3661 8.27485 21.5612 8.1936 21.7562Z" fill="#EADFED"/>
106
+ <path d="M8.48755 21.1837L7.1438 20.3972C7.4188 19.9568 7.7813 19.5793 8.1813 19.3465L9.52505 20.133C9.12505 20.3658 8.7688 20.7433 8.48755 21.1837Z" fill="#EADFED"/>
107
+ </g>
108
+ <path d="M15.2313 16.7985L13.6626 15.8799V15.2067L15.2313 16.1253V16.7985Z" fill="#2E2E37"/>
109
+ <path d="M15.2313 16.1253L13.6626 15.2067L22.8126 9.89034L24.3813 10.8026L15.2313 16.1253Z" fill="#434851"/>
110
+ <path d="M24.3814 10.8026L24.3877 11.4821L15.2314 16.7985V16.1253L24.3814 10.8026Z" fill="#222229"/>
111
+ <path d="M19.0001 14.4077L17.0376 13.2626V12.5831L19.0001 13.7345V14.4077Z" fill="#2E2E37"/>
112
+ <path d="M19.0001 13.7345L17.0376 12.5831L19.3876 11.2178L21.3501 12.3692L19.0001 13.7345Z" fill="#4F525A"/>
113
+ <path d="M21.35 12.3692L21.3562 13.0424L19 14.4077V13.7345L21.35 12.3692Z" fill="#35353F"/>
114
+ <path d="M35.2688 47.992V50.2758C35.2625 50.5338 35.1625 50.7917 34.9563 51.0245V48.7407C35.1688 48.5079 35.2688 48.25 35.2688 47.992Z" fill="#222229"/>
115
+ <path d="M34.9625 48.747V51.0308C34.825 51.1818 34.65 51.3265 34.4375 51.4524V49.1685C34.6625 49.0427 34.8313 48.898 34.9625 48.747Z" fill="#222229"/>
116
+ <path d="M26.675 49.1685V51.4524C26.1062 51.1252 25.825 50.6974 25.825 50.2633V47.9794C25.825 48.4072 26.1125 48.8414 26.675 49.1685Z" fill="#2E2E37"/>
117
+ <path d="M34.4438 49.1622L34.4375 51.4461L32.5813 52.5345L32.5875 50.2507L34.4438 49.1622Z" fill="#222229"/>
118
+ <path d="M28.5437 50.2507L28.5375 52.5345L26.6687 51.4461L26.675 49.1622L28.5437 50.2507Z" fill="#2E2E37"/>
119
+ <path d="M32.5875 50.2507V52.5345C32.1812 52.7673 31.6875 52.9183 31.1687 52.9812V50.6974C31.6937 50.6345 32.1875 50.4835 32.5875 50.2507Z" fill="#222229"/>
120
+ <path d="M31.1749 50.6974V52.9812C30.2499 53.0945 29.2499 52.9435 28.5374 52.5345V50.2507C29.2561 50.6659 30.2561 50.8169 31.1749 50.6974Z" fill="#2E2E37"/>
121
+ <path d="M34.4311 46.8092C35.5436 47.4572 35.5499 48.5205 34.4436 49.1685L32.5874 50.2507C31.4811 50.8987 29.6561 50.8987 28.5436 50.2507L26.6749 49.1622C25.5624 48.5142 25.5499 47.4509 26.6624 46.8029L28.5186 45.7207C29.6249 45.0727 31.4499 45.0727 32.5624 45.7207L34.4311 46.8092Z" fill="#3A3E46"/>
122
+ <path d="M2.55615 27.8905L4.51865 26.7454C5.06865 26.4245 5.83115 26.4686 6.6749 26.9593L4.7124 28.1044C3.86865 27.6136 3.10615 27.5696 2.55615 27.8905Z" fill="#35353F"/>
123
+ <mask id="mask6_4_846" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="2" y="26" width="5" height="3">
124
+ <path d="M2.55615 27.8905L4.51865 26.7454C5.06865 26.4245 5.83115 26.4686 6.6749 26.9593L4.7124 28.1044C3.86865 27.6136 3.10615 27.5696 2.55615 27.8905Z" fill="white"/>
125
+ </mask>
126
+ <g mask="url(#mask6_4_846)">
127
+ <path d="M2.55615 27.8905L4.51865 26.7454C5.06865 26.4245 5.83115 26.4686 6.6749 26.9593L4.7124 28.1044C3.86865 27.6136 3.10615 27.5696 2.55615 27.8905Z" fill="#35353F"/>
128
+ </g>
129
+ <path d="M8.8063 34.1757L6.8438 35.3208C7.38755 34.9999 7.72505 34.3267 7.72505 33.3641C7.72505 31.4263 6.37505 29.0733 4.7063 28.0981L6.6688 26.953C8.3438 27.9282 9.6938 30.2813 9.68755 32.2191C9.68755 33.1817 9.35005 33.8549 8.8063 34.1757Z" fill="#35353F"/>
130
+ <mask id="mask7_4_846" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="4" y="26" width="6" height="10">
131
+ <path d="M8.8063 34.1757L6.8438 35.3208C7.38755 34.9999 7.72505 34.3267 7.72505 33.3641C7.72505 31.4263 6.37505 29.0733 4.7063 28.0981L6.6688 26.953C8.3438 27.9282 9.6938 30.2813 9.68755 32.2191C9.68755 33.1817 9.35005 33.8549 8.8063 34.1757Z" fill="white"/>
132
+ </mask>
133
+ <g mask="url(#mask7_4_846)">
134
+ <path d="M4.71265 28.1044L6.67515 26.9593C7.0189 27.1606 7.3439 27.4186 7.6564 27.7143L5.6939 28.8594C5.38765 28.5574 5.0564 28.3057 4.71265 28.1044Z" fill="#35353F"/>
135
+ <path d="M5.68774 28.8594L7.65024 27.7143C8.38149 28.4253 8.98149 29.3816 9.33774 30.3631L7.37524 31.5081C7.01899 30.5203 6.41274 29.5703 5.68774 28.8594Z" fill="#35353F"/>
136
+ <path d="M7.3751 31.5081L9.3376 30.3631C9.5626 30.9859 9.69385 31.6277 9.69385 32.2254C9.69385 33.188 9.35635 33.8612 8.8126 34.182L6.8501 35.3271C7.39385 35.0062 7.73135 34.333 7.73135 33.3704C7.73135 32.7727 7.60635 32.131 7.3751 31.5081Z" fill="#35353F"/>
137
+ </g>
138
+ <path d="M4.71247 28.1044C6.38747 29.0796 7.73747 31.4326 7.73122 33.3704C7.73122 35.3082 6.36247 36.0884 4.68747 35.1132C3.01247 34.138 1.66247 31.7849 1.66872 29.8471C1.66872 27.9093 3.03747 27.1292 4.70622 28.1044H4.71247Z" fill="#222229"/>
139
+ <path d="M0.6875 29.9226L2.65 28.7776C3.08125 28.5259 3.66875 28.5637 4.325 28.9412L2.3625 30.0862C1.70625 29.7087 1.1125 29.671 0.6875 29.9226Z" fill="#35353F"/>
140
+ <mask id="mask8_4_846" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="0" y="28" width="5" height="3">
141
+ <path d="M0.6875 29.9226L2.65 28.7776C3.08125 28.5259 3.66875 28.5637 4.325 28.9412L2.3625 30.0862C1.70625 29.7087 1.1125 29.671 0.6875 29.9226Z" fill="white"/>
142
+ </mask>
143
+ <g mask="url(#mask8_4_846)">
144
+ <path d="M0.6875 29.9226L2.65 28.7776C3.08125 28.5259 3.66875 28.5637 4.325 28.9412L2.3625 30.0862C1.70625 29.7087 1.1125 29.671 0.6875 29.9226Z" fill="#35353F"/>
145
+ </g>
146
+ <path d="M5.98755 34.5532L4.02505 35.6983C4.45005 35.4529 4.71255 34.9244 4.71255 34.1757C4.71255 32.6721 3.6688 30.8412 2.36255 30.0799L4.32505 28.9349C5.62505 29.6899 6.67505 31.5207 6.67505 33.0307C6.67505 33.7794 6.41255 34.3016 5.98755 34.5532Z" fill="#35353F"/>
147
+ <mask id="mask9_4_846" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="2" y="28" width="5" height="8">
148
+ <path d="M5.98755 34.5532L4.02505 35.6983C4.45005 35.4529 4.71255 34.9244 4.71255 34.1757C4.71255 32.6721 3.6688 30.8412 2.36255 30.0799L4.32505 28.9349C5.62505 29.6899 6.67505 31.5207 6.67505 33.0307C6.67505 33.7794 6.41255 34.3016 5.98755 34.5532Z" fill="white"/>
149
+ </mask>
150
+ <g mask="url(#mask9_4_846)">
151
+ <path d="M2.36255 30.0862L4.32505 28.9412C4.5938 29.0985 4.85005 29.2935 5.08755 29.5263L3.12505 30.6713C2.88755 30.4386 2.6313 30.2372 2.36255 30.0862Z" fill="#35353F"/>
152
+ <path d="M3.125 30.6776L5.0875 29.5326C5.65625 30.0862 6.125 30.8286 6.4 31.5899L4.4375 32.735C4.1625 31.9674 3.69375 31.2313 3.125 30.6776Z" fill="#35353F"/>
153
+ <path d="M4.43765 32.735L6.40015 31.5899C6.57515 32.0744 6.67515 32.5714 6.67515 33.037C6.67515 33.7857 6.41265 34.3079 5.98765 34.5595L4.02515 35.7046C4.45015 35.4592 4.71265 34.9307 4.71265 34.182C4.71265 33.7165 4.61265 33.2194 4.43765 32.735Z" fill="#35353F"/>
154
+ </g>
155
+ <path d="M2.3625 30.0862C3.6625 30.8412 4.7125 32.672 4.7125 34.182C4.7125 35.6857 3.65 36.296 2.35 35.5347C1.05 34.7797 0 32.9489 0 31.4452C0 29.9415 1.0625 29.3312 2.3625 30.0925V30.0862Z" fill="#2E2E37"/>
156
+ <path d="M23.3 20.8565V26.7328L30.3188 22.6559V16.7796L29.5438 17.2326L29.1876 16.6475L24.4375 19.4095L24.0813 20.4035L23.3063 20.8565H23.3ZM24.9188 22.9327C24.9188 21.7185 25.7625 20.2462 26.8063 19.6422C27.85 19.0383 28.6938 19.529 28.6938 20.737C28.6938 21.9512 27.85 23.4235 26.8063 24.0275C25.7625 24.6314 24.9188 24.1407 24.9188 22.9327ZM23.6625 21.2466C23.6625 21.1333 23.7438 20.9886 23.8438 20.932L24.3813 20.6237C24.4813 20.5671 24.5625 20.6111 24.5625 20.7307C24.5625 20.8502 24.4813 20.9886 24.3813 21.0453L23.8438 21.3535C23.7438 21.4102 23.6625 21.3661 23.6625 21.2466Z" fill="white"/>
157
+ <path d="M20.0188 31.9674V29.0355H20.5626V31.0174L22.2688 30.0233L22.5438 30.5015L20.0188 31.9674Z" fill="white"/>
158
+ <path d="M20.5626 22.033H20.0188V19.4157L22.2688 18.1071L22.5438 18.579L20.5626 19.7303V22.033Z" fill="white"/>
159
+ <path d="M33.9189 14.2315H33.3751V12.2497L31.6689 13.2437L31.4001 12.7656L33.9189 11.2996V14.2315Z" fill="white"/>
160
+ <path d="M31.6689 25.1599L31.4001 24.6881L33.3751 23.5367V21.234H33.9251V23.8513L31.6689 25.1599Z" fill="white"/>
161
+ <defs>
162
+ <linearGradient id="paint0_linear_4_846" x1="17.3811" y1="15.2004" x2="33.0727" y2="25.9561" gradientUnits="userSpaceOnUse">
163
+ <stop stop-color="#0063CD"/>
164
+ <stop offset="1" stop-color="#001F8C"/>
165
+ </linearGradient>
166
+ </defs>
167
+ </svg>
@@ -0,0 +1,45 @@
1
+ import React from "react";
2
+ import { Text, TouchableOpacity, SafeAreaView } from "react-native";
3
+ import { useTheme } from "../../theme/theme";
4
+ import { HACard } from "./HACard/HACard";
5
+ import { styles } from "./style";
6
+ import data from "./data";
7
+ const HACaptureInstructions = ({
8
+ onPress,
9
+ operation
10
+ }) => {
11
+ const {
12
+ backgroundColor,
13
+ text,
14
+ blue
15
+ } = useTheme();
16
+ const textTitle = operation === "login" ? "Autenticação com\n Biometria" : "Dicas para uma\n captura perfeita!";
17
+ const textButton = operation === "login" ? "Autenticar" : "Ir para captura";
18
+ const containerStyle = {
19
+ ...styles.container,
20
+ backgroundColor
21
+ };
22
+ const titleStyle = {
23
+ ...styles.title,
24
+ color: text
25
+ };
26
+ const buttonStyle = {
27
+ ...styles.containerButton,
28
+ backgroundColor: blue
29
+ };
30
+ return /*#__PURE__*/React.createElement(SafeAreaView, {
31
+ style: containerStyle
32
+ }, /*#__PURE__*/React.createElement(Text, {
33
+ style: titleStyle
34
+ }, textTitle), data.map((item, index) => /*#__PURE__*/React.createElement(HACard, {
35
+ item: item,
36
+ key: index
37
+ })), /*#__PURE__*/React.createElement(TouchableOpacity, {
38
+ style: buttonStyle,
39
+ onPress: onPress
40
+ }, /*#__PURE__*/React.createElement(Text, {
41
+ style: styles.buttonText
42
+ }, textButton)));
43
+ };
44
+ export default HACaptureInstructions;
45
+ //# sourceMappingURL=HACaptureInstructions.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["React","Text","TouchableOpacity","SafeAreaView","useTheme","HACard","styles","data","HACaptureInstructions","onPress","operation","backgroundColor","text","blue","textTitle","textButton","containerStyle","container","titleStyle","title","color","buttonStyle","containerButton","createElement","style","map","item","index","key","buttonText"],"sourceRoot":"../../../../src","sources":["components/HACaptureInstructions/HACaptureInstructions.tsx"],"mappings":"AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,IAAI,EAAEC,gBAAgB,EAAEC,YAAY,QAAQ,cAAc;AACnE,SAASC,QAAQ,QAAQ,mBAAmB;AAC5C,SAASC,MAAM,QAAQ,iBAAiB;AACxC,SAASC,MAAM,QAAQ,SAAS;AAChC,OAAOC,IAAI,MAAM,QAAQ;AAOzB,MAAMC,qBAAqB,GAAGA,CAAC;EAAEC,OAAO;EAAEC;AAAqC,CAAC,KAAK;EACnF,MAAM;IAAEC,eAAe;IAAEC,IAAI;IAAEC;EAAK,CAAC,GAAGT,QAAQ,CAAC,CAAC;EAElD,MAAMU,SAAS,GAAGJ,SAAS,KAAK,OAAO,GAAG,8BAA8B,GAAG,oCAAoC;EAC/G,MAAMK,UAAU,GAAGL,SAAS,KAAK,OAAO,GAAG,YAAY,GAAG,iBAAiB;EAE3E,MAAMM,cAAc,GAAG;IAAE,GAAGV,MAAM,CAACW,SAAS;IAAEN;EAAgB,CAAC;EAC/D,MAAMO,UAAU,GAAG;IAAE,GAAGZ,MAAM,CAACa,KAAK;IAAEC,KAAK,EAAER;EAAK,CAAC;EACnD,MAAMS,WAAW,GAAG;IAAE,GAAGf,MAAM,CAACgB,eAAe;IAAEX,eAAe,EAAEE;EAAK,CAAC;EAExE,oBACEb,KAAA,CAAAuB,aAAA,CAACpB,YAAY;IAACqB,KAAK,EAAER;EAAe,gBAClChB,KAAA,CAAAuB,aAAA,CAACtB,IAAI;IAACuB,KAAK,EAAEN;EAAW,GAAEJ,SAAgB,CAAC,EAC1CP,IAAI,CAACkB,GAAG,CAAC,CAACC,IAAI,EAAEC,KAAK,kBACpB3B,KAAA,CAAAuB,aAAA,CAAClB,MAAM;IAACqB,IAAI,EAAEA,IAAK;IAACE,GAAG,EAAED;EAAM,CAAE,CAClC,CAAC,eACF3B,KAAA,CAAAuB,aAAA,CAACrB,gBAAgB;IAACsB,KAAK,EAAEH,WAAY;IAACZ,OAAO,EAAEA;EAAQ,gBACrDT,KAAA,CAAAuB,aAAA,CAACtB,IAAI;IAACuB,KAAK,EAAElB,MAAM,CAACuB;EAAW,GAAEd,UAAiB,CAClC,CACN,CAAC;AAEnB,CAAC;AAED,eAAeP,qBAAqB"}
@@ -0,0 +1,41 @@
1
+ import React from "react";
2
+ import { View, Text } from "react-native";
3
+ import { useTheme } from "../../../theme/theme";
4
+ import { styles } from "./styles";
5
+ export const HACard = ({
6
+ item
7
+ }) => {
8
+ const {
9
+ gray,
10
+ text
11
+ } = useTheme();
12
+ const subContainerStyle = {
13
+ ...styles.subContainer,
14
+ backgroundColor: gray
15
+ };
16
+ const subTitleStyle = {
17
+ ...styles.subTitle,
18
+ color: text
19
+ };
20
+ const textStyle = {
21
+ ...styles.text,
22
+ color: text
23
+ };
24
+ return /*#__PURE__*/React.createElement(View, {
25
+ style: styles.container
26
+ }, /*#__PURE__*/React.createElement(View, {
27
+ style: subContainerStyle
28
+ }, /*#__PURE__*/React.createElement(View, {
29
+ style: styles.content
30
+ }, item.ImageComponent && /*#__PURE__*/React.createElement(item.ImageComponent, {
31
+ width: 65,
32
+ height: 98
33
+ }), /*#__PURE__*/React.createElement(View, {
34
+ style: styles.containerTexts
35
+ }, /*#__PURE__*/React.createElement(Text, {
36
+ style: subTitleStyle
37
+ }, item.title), /*#__PURE__*/React.createElement(Text, {
38
+ style: textStyle
39
+ }, item.text)))));
40
+ };
41
+ //# sourceMappingURL=HACard.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["React","View","Text","useTheme","styles","HACard","item","gray","text","subContainerStyle","subContainer","backgroundColor","subTitleStyle","subTitle","color","textStyle","createElement","style","container","content","ImageComponent","width","height","containerTexts","title"],"sourceRoot":"../../../../../src","sources":["components/HACaptureInstructions/HACard/HACard.tsx"],"mappings":"AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,IAAI,EAAEC,IAAI,QAAQ,cAAc;AACzC,SAASC,QAAQ,QAAQ,sBAAsB;AAC/C,SAASC,MAAM,QAAQ,UAAU;AAUjC,OAAO,MAAMC,MAAM,GAAGA,CAAC;EAAEC;AAAe,CAAC,KAAK;EAC5C,MAAM;IAAEC,IAAI;IAAEC;EAAK,CAAC,GAAGL,QAAQ,CAAC,CAAC;EAEjC,MAAMM,iBAAiB,GAAG;IAAE,GAAGL,MAAM,CAACM,YAAY;IAAEC,eAAe,EAAEJ;EAAK,CAAC;EAC3E,MAAMK,aAAa,GAAG;IAAE,GAAGR,MAAM,CAACS,QAAQ;IAAEC,KAAK,EAAEN;EAAK,CAAC;EACzD,MAAMO,SAAS,GAAG;IAAE,GAAGX,MAAM,CAACI,IAAI;IAAEM,KAAK,EAAEN;EAAK,CAAC;EAEjD,oBACER,KAAA,CAAAgB,aAAA,CAACf,IAAI;IAACgB,KAAK,EAAEb,MAAM,CAACc;EAAU,gBAC5BlB,KAAA,CAAAgB,aAAA,CAACf,IAAI;IAACgB,KAAK,EAAER;EAAkB,gBAC7BT,KAAA,CAAAgB,aAAA,CAACf,IAAI;IAACgB,KAAK,EAAEb,MAAM,CAACe;EAAQ,GACzBb,IAAI,CAACc,cAAc,iBAAIpB,KAAA,CAAAgB,aAAA,CAACV,IAAI,CAACc,cAAc;IAACC,KAAK,EAAE,EAAG;IAACC,MAAM,EAAE;EAAG,CAAE,CAAC,eACtEtB,KAAA,CAAAgB,aAAA,CAACf,IAAI;IAACgB,KAAK,EAAEb,MAAM,CAACmB;EAAe,gBACjCvB,KAAA,CAAAgB,aAAA,CAACd,IAAI;IAACe,KAAK,EAAEL;EAAc,GAAEN,IAAI,CAACkB,KAAY,CAAC,eAC/CxB,KAAA,CAAAgB,aAAA,CAACd,IAAI;IAACe,KAAK,EAAEF;EAAU,GAAET,IAAI,CAACE,IAAW,CACrC,CACF,CACF,CACF,CAAC;AAEX,CAAC"}
@@ -0,0 +1,31 @@
1
+ import { StyleSheet, Dimensions } from "react-native";
2
+ const {
3
+ width
4
+ } = Dimensions.get("screen");
5
+ export const styles = StyleSheet.create({
6
+ container: {
7
+ width,
8
+ paddingHorizontal: 20,
9
+ marginBottom: 20
10
+ },
11
+ subContainer: {
12
+ borderRadius: 20,
13
+ padding: 10
14
+ },
15
+ content: {
16
+ maxWidth: "75%",
17
+ flexDirection: "row",
18
+ gap: 20
19
+ },
20
+ containerTexts: {
21
+ gap: 12
22
+ },
23
+ subTitle: {
24
+ fontSize: 16,
25
+ fontWeight: "600"
26
+ },
27
+ text: {
28
+ fontSize: 14
29
+ }
30
+ });
31
+ //# sourceMappingURL=styles.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["StyleSheet","Dimensions","width","get","styles","create","container","paddingHorizontal","marginBottom","subContainer","borderRadius","padding","content","maxWidth","flexDirection","gap","containerTexts","subTitle","fontSize","fontWeight","text"],"sourceRoot":"../../../../../src","sources":["components/HACaptureInstructions/HACard/styles.ts"],"mappings":"AAAA,SAASA,UAAU,EAAEC,UAAU,QAAQ,cAAc;AAErD,MAAM;EAAEC;AAAM,CAAC,GAAGD,UAAU,CAACE,GAAG,CAAC,QAAQ,CAAC;AAE1C,OAAO,MAAMC,MAAM,GAAGJ,UAAU,CAACK,MAAM,CAAC;EACtCC,SAAS,EAAE;IACTJ,KAAK;IACLK,iBAAiB,EAAE,EAAE;IACrBC,YAAY,EAAE;EAChB,CAAC;EACDC,YAAY,EAAE;IACZC,YAAY,EAAE,EAAE;IAChBC,OAAO,EAAE;EACX,CAAC;EACDC,OAAO,EAAE;IACPC,QAAQ,EAAE,KAAK;IACfC,aAAa,EAAE,KAAK;IACpBC,GAAG,EAAE;EACP,CAAC;EACDC,cAAc,EAAE;IACdD,GAAG,EAAE;EACP,CAAC;EACDE,QAAQ,EAAE;IACRC,QAAQ,EAAE,EAAE;IACZC,UAAU,EAAE;EACd,CAAC;EACDC,IAAI,EAAE;IACJF,QAAQ,EAAE;EACZ;AACF,CAAC,CAAC"}
@@ -0,0 +1,18 @@
1
+ import SelfieStick from "../../assets/svg/selfieStick.svg";
2
+ import FingerPrint from "../../assets/svg/fingerPrintWithMask.svg";
3
+ import PhoneWithFinger from "../../assets//svg/exampleCalibration2.svg";
4
+ const data = [{
5
+ title: "1. Escolha o ambiente certo",
6
+ ImageComponent: SelfieStick,
7
+ text: "Prefira locais bem iluminados e com um fundo neutro para garantir uma captura mais clara."
8
+ }, {
9
+ title: "2. Posicione seu dedo corretamente",
10
+ ImageComponent: FingerPrint,
11
+ text: "Encaixe seu dedo no limite da linha vermelha. Verifique se a impressão está bem visível."
12
+ }, {
13
+ title: "Hora de capturar!",
14
+ ImageComponent: PhoneWithFinger,
15
+ text: "Com o dedo posicionado, pressione o botão de captura três vezes. Aguarde um momento e pronto!"
16
+ }];
17
+ export default data;
18
+ //# sourceMappingURL=data.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["SelfieStick","FingerPrint","PhoneWithFinger","data","title","ImageComponent","text"],"sourceRoot":"../../../../src","sources":["components/HACaptureInstructions/data.ts"],"mappings":"AAAA,OAAOA,WAAW,MAAM,kCAAkC;AAC1D,OAAOC,WAAW,MAAM,0CAA0C;AAClE,OAAOC,eAAe,MAAM,2CAA2C;AAEvE,MAAMC,IAAgG,GAAG,CACvG;EACEC,KAAK,EAAE,6BAA6B;EACpCC,cAAc,EAAEL,WAAW;EAC3BM,IAAI,EAAE;AACR,CAAC,EACD;EACEF,KAAK,EAAE,oCAAoC;EAC3CC,cAAc,EAAEJ,WAAW;EAC3BK,IAAI,EAAE;AACR,CAAC,EACD;EACEF,KAAK,EAAE,mBAAmB;EAC1BC,cAAc,EAAEH,eAAe;EAC/BI,IAAI,EAAE;AACR,CAAC,CACF;AAED,eAAeH,IAAI"}
@@ -0,0 +1,26 @@
1
+ import { StyleSheet } from "react-native";
2
+ export const styles = StyleSheet.create({
3
+ container: {
4
+ flex: 1,
5
+ paddingVertical: 20
6
+ },
7
+ title: {
8
+ fontSize: 24,
9
+ fontWeight: "600",
10
+ textAlign: "center",
11
+ paddingBottom: 20
12
+ },
13
+ containerButton: {
14
+ marginHorizontal: 40,
15
+ padding: 14,
16
+ borderRadius: 16,
17
+ justifyContent: "center",
18
+ alignItems: "center"
19
+ },
20
+ buttonText: {
21
+ color: "#FFF",
22
+ fontSize: 16,
23
+ fontWeight: "500"
24
+ }
25
+ });
26
+ //# sourceMappingURL=style.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["StyleSheet","styles","create","container","flex","paddingVertical","title","fontSize","fontWeight","textAlign","paddingBottom","containerButton","marginHorizontal","padding","borderRadius","justifyContent","alignItems","buttonText","color"],"sourceRoot":"../../../../src","sources":["components/HACaptureInstructions/style.ts"],"mappings":"AAAA,SAASA,UAAU,QAAQ,cAAc;AAEzC,OAAO,MAAMC,MAAM,GAAGD,UAAU,CAACE,MAAM,CAAC;EACtCC,SAAS,EAAE;IACTC,IAAI,EAAE,CAAC;IACPC,eAAe,EAAE;EACnB,CAAC;EACDC,KAAK,EAAE;IAAEC,QAAQ,EAAE,EAAE;IAAEC,UAAU,EAAE,KAAK;IAAEC,SAAS,EAAE,QAAQ;IAAEC,aAAa,EAAE;EAAG,CAAC;EAClFC,eAAe,EAAE;IACfC,gBAAgB,EAAE,EAAE;IACpBC,OAAO,EAAE,EAAE;IACXC,YAAY,EAAE,EAAE;IAChBC,cAAc,EAAE,QAAQ;IACxBC,UAAU,EAAE;EACd,CAAC;EACDC,UAAU,EAAE;IAAEC,KAAK,EAAE,MAAM;IAAEX,QAAQ,EAAE,EAAE;IAAEC,UAAU,EAAE;EAAM;AAC/D,CAAC,CAAC"}
@@ -0,0 +1,72 @@
1
+ import React, { useRef, useState } from "react";
2
+ import { Dimensions } from "react-native";
3
+ import Animated, { useAnimatedScrollHandler, useSharedValue } from "react-native-reanimated";
4
+ import { HACarouselItem } from "./HACarouselItem/HACarouselItem";
5
+ import data from "./data";
6
+ const {
7
+ width
8
+ } = Dimensions.get("window");
9
+ const HACarouselCalibration = ({
10
+ onClose
11
+ }) => {
12
+ const flatListRef = useRef(null);
13
+ const scrollX = useSharedValue(0);
14
+ const [paginationIndex, setPaginationIndex] = useState(0);
15
+ const [currentIndex, setCurrentIndex] = useState(0);
16
+ const handleNext = () => {
17
+ if (currentIndex < data.length - 1) {
18
+ var _flatListRef$current;
19
+ setCurrentIndex(prevIndex => prevIndex + 1);
20
+ (_flatListRef$current = flatListRef.current) === null || _flatListRef$current === void 0 || _flatListRef$current.scrollToIndex({
21
+ index: currentIndex + 1,
22
+ animated: true
23
+ });
24
+ }
25
+ };
26
+ const onScrollHandler = useAnimatedScrollHandler({
27
+ onScroll: e => {
28
+ scrollX.value = e.contentOffset.x;
29
+ }
30
+ });
31
+ const onViewableItemsChanged = ({
32
+ viewableItems
33
+ }) => {
34
+ var _viewableItems$;
35
+ if (((_viewableItems$ = viewableItems[0]) === null || _viewableItems$ === void 0 ? void 0 : _viewableItems$.index) !== undefined && viewableItems[0].index !== null) {
36
+ setPaginationIndex(viewableItems[0].index);
37
+ }
38
+ };
39
+ const viewabilityConfig = {
40
+ itemVisiblePercentThreshold: 50
41
+ };
42
+ const viewabilityConfigCallbackPairs = useRef([{
43
+ viewabilityConfig,
44
+ onViewableItemsChanged
45
+ }]);
46
+ return /*#__PURE__*/React.createElement(Animated.FlatList, {
47
+ ref: flatListRef,
48
+ data: data,
49
+ renderItem: ({
50
+ item,
51
+ index
52
+ }) => /*#__PURE__*/React.createElement(HACarouselItem, {
53
+ item: item,
54
+ index: index,
55
+ scrollX: scrollX,
56
+ paginationIndex: paginationIndex,
57
+ handleNext: handleNext,
58
+ onClose: onClose
59
+ }),
60
+ horizontal: true,
61
+ showsHorizontalScrollIndicator: false,
62
+ pagingEnabled: true,
63
+ onScroll: onScrollHandler,
64
+ viewabilityConfigCallbackPairs: viewabilityConfigCallbackPairs.current,
65
+ onMomentumScrollEnd: event => {
66
+ const newIndex = Math.round(event.nativeEvent.contentOffset.x / width);
67
+ setCurrentIndex(newIndex);
68
+ }
69
+ });
70
+ };
71
+ export default HACarouselCalibration;
72
+ //# sourceMappingURL=HACarouselCalibration.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["React","useRef","useState","Dimensions","Animated","useAnimatedScrollHandler","useSharedValue","HACarouselItem","data","width","get","HACarouselCalibration","onClose","flatListRef","scrollX","paginationIndex","setPaginationIndex","currentIndex","setCurrentIndex","handleNext","length","_flatListRef$current","prevIndex","current","scrollToIndex","index","animated","onScrollHandler","onScroll","e","value","contentOffset","x","onViewableItemsChanged","viewableItems","_viewableItems$","undefined","viewabilityConfig","itemVisiblePercentThreshold","viewabilityConfigCallbackPairs","createElement","FlatList","ref","renderItem","item","horizontal","showsHorizontalScrollIndicator","pagingEnabled","onMomentumScrollEnd","event","newIndex","Math","round","nativeEvent"],"sourceRoot":"../../../../src","sources":["components/HACarouselCalibration/HACarouselCalibration.tsx"],"mappings":"AAAA,OAAOA,KAAK,IAAIC,MAAM,EAAEC,QAAQ,QAAQ,OAAO;AAC/C,SAAoBC,UAAU,QAAkB,cAAc;AAC9D,OAAOC,QAAQ,IAAIC,wBAAwB,EAAEC,cAAc,QAAQ,yBAAyB;AAC5F,SAASC,cAAc,QAAQ,iCAAiC;AAChE,OAAOC,IAAI,MAAM,QAAQ;AAEzB,MAAM;EAAEC;AAAM,CAAC,GAAGN,UAAU,CAACO,GAAG,CAAC,QAAQ,CAAC;AAM1C,MAAMC,qBAAqB,GAAGA,CAAC;EAAEC;AAAmC,CAAC,KAAK;EACxE,MAAMC,WAAW,GAAGZ,MAAM,CAAW,IAAI,CAAC;EAC1C,MAAMa,OAAO,GAAGR,cAAc,CAAC,CAAC,CAAC;EACjC,MAAM,CAACS,eAAe,EAAEC,kBAAkB,CAAC,GAAGd,QAAQ,CAAC,CAAC,CAAC;EACzD,MAAM,CAACe,YAAY,EAAEC,eAAe,CAAC,GAAGhB,QAAQ,CAAC,CAAC,CAAC;EAEnD,MAAMiB,UAAU,GAAGA,CAAA,KAAM;IACvB,IAAIF,YAAY,GAAGT,IAAI,CAACY,MAAM,GAAG,CAAC,EAAE;MAAA,IAAAC,oBAAA;MAClCH,eAAe,CAAEI,SAAS,IAAKA,SAAS,GAAG,CAAC,CAAC;MAC7C,CAAAD,oBAAA,GAAAR,WAAW,CAACU,OAAO,cAAAF,oBAAA,eAAnBA,oBAAA,CAAqBG,aAAa,CAAC;QAAEC,KAAK,EAAER,YAAY,GAAG,CAAC;QAAES,QAAQ,EAAE;MAAK,CAAC,CAAC;IACjF;EACF,CAAC;EAED,MAAMC,eAAe,GAAGtB,wBAAwB,CAAC;IAC/CuB,QAAQ,EAAGC,CAAC,IAAK;MACff,OAAO,CAACgB,KAAK,GAAGD,CAAC,CAACE,aAAa,CAACC,CAAC;IACnC;EACF,CAAC,CAAC;EAEF,MAAMC,sBAAsB,GAAGA,CAAC;IAAEC;EAA8C,CAAC,KAAK;IAAA,IAAAC,eAAA;IACpF,IAAI,EAAAA,eAAA,GAAAD,aAAa,CAAC,CAAC,CAAC,cAAAC,eAAA,uBAAhBA,eAAA,CAAkBV,KAAK,MAAKW,SAAS,IAAIF,aAAa,CAAC,CAAC,CAAC,CAACT,KAAK,KAAK,IAAI,EAAE;MAC5ET,kBAAkB,CAACkB,aAAa,CAAC,CAAC,CAAC,CAACT,KAAK,CAAC;IAC5C;EACF,CAAC;EAED,MAAMY,iBAAiB,GAAG;IACxBC,2BAA2B,EAAE;EAC/B,CAAC;EAED,MAAMC,8BAA8B,GAAGtC,MAAM,CAAC,CAAC;IAAEoC,iBAAiB;IAAEJ;EAAuB,CAAC,CAAC,CAAC;EAE9F,oBACEjC,KAAA,CAAAwC,aAAA,CAACpC,QAAQ,CAACqC,QAAQ;IAChBC,GAAG,EAAE7B,WAAY;IACjBL,IAAI,EAAEA,IAAK;IACXmC,UAAU,EAAEA,CAAC;MAAEC,IAAI;MAAEnB;IAAM,CAAC,kBAC1BzB,KAAA,CAAAwC,aAAA,CAACjC,cAAc;MACbqC,IAAI,EAAEA,IAAK;MACXnB,KAAK,EAAEA,KAAM;MACbX,OAAO,EAAEA,OAAQ;MACjBC,eAAe,EAAEA,eAAgB;MACjCI,UAAU,EAAEA,UAAW;MACvBP,OAAO,EAAEA;IAAQ,CAClB,CACD;IACFiC,UAAU;IACVC,8BAA8B,EAAE,KAAM;IACtCC,aAAa;IACbnB,QAAQ,EAAED,eAAgB;IAC1BY,8BAA8B,EAAEA,8BAA8B,CAAChB,OAAQ;IACvEyB,mBAAmB,EAAGC,KAAK,IAAK;MAC9B,MAAMC,QAAQ,GAAGC,IAAI,CAACC,KAAK,CAACH,KAAK,CAACI,WAAW,CAACtB,aAAa,CAACC,CAAC,GAAGvB,KAAK,CAAC;MACtES,eAAe,CAACgC,QAAQ,CAAC;IAC3B;EAAE,CACH,CAAC;AAEN,CAAC;AAED,eAAevC,qBAAqB"}