react-native-timacare 3.3.56-alert → 3.3.58-cccd

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (211) hide show
  1. package/lib/commonjs/assets/icons/index.js +1 -1
  2. package/lib/commonjs/assets/icons/index.js.flow +2 -0
  3. package/lib/commonjs/assets/icons/index.js.map +1 -1
  4. package/lib/commonjs/assets/icons/modal_confirm.svg +5 -5
  5. package/lib/commonjs/assets/icons/modal_notice.svg +32 -32
  6. package/lib/commonjs/assets/icons/modal_success.svg +26 -26
  7. package/lib/commonjs/assets/icons/modal_warning.svg +21 -21
  8. package/lib/commonjs/assets/icons/user_security.svg +10 -0
  9. package/lib/commonjs/assets/tts/Frame1000011947.png +0 -0
  10. package/lib/commonjs/components/AlertLoan.js +1 -1
  11. package/lib/commonjs/components/AlertLoan.js.flow +1 -1
  12. package/lib/commonjs/components/AlertLoan.js.map +1 -1
  13. package/lib/commonjs/components/AppModal.js +1 -1
  14. package/lib/commonjs/components/AppModal.js.flow +40 -2
  15. package/lib/commonjs/components/AppModal.js.map +1 -1
  16. package/lib/commonjs/components/ItemTimaOne.js +1 -1
  17. package/lib/commonjs/components/ItemTimaOne.js.flow +1 -1
  18. package/lib/commonjs/components/ItemTimaOne.js.map +1 -1
  19. package/lib/commonjs/components/ModalNotification/AlertGlobal.js +1 -1
  20. package/lib/commonjs/components/ModalNotification/AlertGlobal.js.flow +92 -33
  21. package/lib/commonjs/components/ModalNotification/AlertGlobal.js.map +1 -1
  22. package/lib/commonjs/components/ModalNotification/index.js +1 -1
  23. package/lib/commonjs/components/ModalNotification/index.js.flow +7 -0
  24. package/lib/commonjs/components/ModalNotification/index.js.map +1 -1
  25. package/lib/commonjs/components/ModalOptionLoan.js +1 -1
  26. package/lib/commonjs/components/ModalOptionLoan.js.flow +1 -1
  27. package/lib/commonjs/components/ModalOptionLoan.js.map +1 -1
  28. package/lib/commonjs/components/ModalOptionLoanDigital.js +1 -1
  29. package/lib/commonjs/components/ModalOptionLoanDigital.js.flow +1 -1
  30. package/lib/commonjs/components/ModalOptionLoanDigital.js.map +1 -1
  31. package/lib/commonjs/components/modalStack.js +2 -0
  32. package/lib/commonjs/components/modalStack.js.flow +47 -0
  33. package/lib/commonjs/components/modalStack.js.map +1 -0
  34. package/lib/commonjs/navigation/primary-navigator.js +1 -1
  35. package/lib/commonjs/navigation/primary-navigator.js.flow +7 -0
  36. package/lib/commonjs/navigation/primary-navigator.js.map +1 -1
  37. package/lib/commonjs/screens/NFC/OcrStart.js +2 -0
  38. package/lib/commonjs/screens/NFC/OcrStart.js.flow +171 -0
  39. package/lib/commonjs/screens/NFC/OcrStart.js.map +1 -0
  40. package/lib/commonjs/screens/NFC/ScanMRZ.js +2 -0
  41. package/lib/commonjs/screens/NFC/ScanMRZ.js.flow +563 -0
  42. package/lib/commonjs/screens/NFC/ScanMRZ.js.map +1 -0
  43. package/lib/commonjs/screens/camera/CCCDCameraScreen.js +1 -1
  44. package/lib/commonjs/screens/camera/CCCDCameraScreen.js.flow +203 -133
  45. package/lib/commonjs/screens/camera/CCCDCameraScreen.js.map +1 -1
  46. package/lib/commonjs/screens/camera/index.js +1 -1
  47. package/lib/commonjs/screens/camera/index.js.flow +1 -1
  48. package/lib/commonjs/screens/camera/index.js.map +1 -1
  49. package/lib/commonjs/screens/detail-loan/PaymentInfo.js +1 -1
  50. package/lib/commonjs/screens/detail-loan/PaymentInfo.js.flow +1 -1
  51. package/lib/commonjs/screens/detail-loan/PaymentInfo.js.map +1 -1
  52. package/lib/commonjs/screens/detail-loan/ShowQrCode.js +1 -1
  53. package/lib/commonjs/screens/detail-loan/ShowQrCode.js.flow +1 -1
  54. package/lib/commonjs/screens/detail-loan/ShowQrCode.js.map +1 -1
  55. package/lib/commonjs/screens/digital-lending/Step6.js +1 -1
  56. package/lib/commonjs/screens/digital-lending/Step6.js.flow +1 -1
  57. package/lib/commonjs/screens/digital-lending/Step6.js.map +1 -1
  58. package/lib/commonjs/screens/eSign/index.js +1 -1
  59. package/lib/commonjs/screens/eSign/index.js.flow +1 -1
  60. package/lib/commonjs/screens/eSign/index.js.map +1 -1
  61. package/lib/commonjs/screens/home/DigitalTopupItem.js +1 -1
  62. package/lib/commonjs/screens/home/DigitalTopupItem.js.flow +1 -1
  63. package/lib/commonjs/screens/home/DigitalTopupItem.js.map +1 -1
  64. package/lib/commonjs/screens/home/ItemMotoBikeLoan.js +1 -1
  65. package/lib/commonjs/screens/home/ItemMotoBikeLoan.js.flow +1 -1
  66. package/lib/commonjs/screens/home/ItemMotoBikeLoan.js.map +1 -1
  67. package/lib/commonjs/screens/home/index.js +1 -1
  68. package/lib/commonjs/screens/home/index.js.flow +8 -113
  69. package/lib/commonjs/screens/home/index.js.map +1 -1
  70. package/lib/commonjs/screens/nationalID/index.js +1 -1
  71. package/lib/commonjs/screens/nationalID/index.js.flow +123 -218
  72. package/lib/commonjs/screens/nationalID/index.js.map +1 -1
  73. package/lib/commonjs/screens/nationalIDBack/index.js +1 -1
  74. package/lib/commonjs/screens/nationalIDBack/index.js.flow +129 -209
  75. package/lib/commonjs/screens/nationalIDBack/index.js.map +1 -1
  76. package/lib/commonjs/screens/payment-evidence/ModalGuideline.js +1 -1
  77. package/lib/commonjs/screens/payment-evidence/ModalGuideline.js.flow +1 -1
  78. package/lib/commonjs/screens/payment-evidence/ModalGuideline.js.map +1 -1
  79. package/lib/commonjs/screens/toan-trinh-so/OCR.js +1 -1
  80. package/lib/commonjs/screens/toan-trinh-so/OCR.js.flow +270 -556
  81. package/lib/commonjs/screens/toan-trinh-so/OCR.js.map +1 -1
  82. package/lib/commonjs/screens/toan-trinh-so/RegisterCamera.js +1 -1
  83. package/lib/commonjs/screens/toan-trinh-so/RegisterCamera.js.flow +1 -1
  84. package/lib/commonjs/screens/toan-trinh-so/RegisterCamera.js.map +1 -1
  85. package/lib/commonjs/screens/toan-trinh-so/VehicleCamera.js +1 -1
  86. package/lib/commonjs/screens/toan-trinh-so/VehicleCamera.js.flow +226 -288
  87. package/lib/commonjs/screens/toan-trinh-so/VehicleCamera.js.map +1 -1
  88. package/lib/commonjs/utils/cameraCrop.js +2 -0
  89. package/lib/commonjs/utils/cameraCrop.js.flow +96 -0
  90. package/lib/commonjs/utils/cameraCrop.js.map +1 -0
  91. package/lib/module/assets/icons/index.js +1 -1
  92. package/lib/module/assets/icons/index.js.map +1 -1
  93. package/lib/module/assets/icons/modal_confirm.svg +5 -5
  94. package/lib/module/assets/icons/modal_notice.svg +32 -32
  95. package/lib/module/assets/icons/modal_success.svg +26 -26
  96. package/lib/module/assets/icons/modal_warning.svg +21 -21
  97. package/lib/module/assets/icons/user_security.svg +10 -0
  98. package/lib/module/assets/tts/Frame1000011947.png +0 -0
  99. package/lib/module/components/AlertLoan.js +1 -1
  100. package/lib/module/components/AlertLoan.js.map +1 -1
  101. package/lib/module/components/AppModal.js +1 -1
  102. package/lib/module/components/AppModal.js.map +1 -1
  103. package/lib/module/components/ItemTimaOne.js +1 -1
  104. package/lib/module/components/ItemTimaOne.js.map +1 -1
  105. package/lib/module/components/ModalNotification/AlertGlobal.js +1 -1
  106. package/lib/module/components/ModalNotification/AlertGlobal.js.map +1 -1
  107. package/lib/module/components/ModalNotification/index.js +1 -1
  108. package/lib/module/components/ModalNotification/index.js.map +1 -1
  109. package/lib/module/components/ModalOptionLoan.js +1 -1
  110. package/lib/module/components/ModalOptionLoan.js.map +1 -1
  111. package/lib/module/components/ModalOptionLoanDigital.js +1 -1
  112. package/lib/module/components/ModalOptionLoanDigital.js.map +1 -1
  113. package/lib/module/components/modalStack.js +2 -0
  114. package/lib/module/components/modalStack.js.map +1 -0
  115. package/lib/module/navigation/primary-navigator.js +1 -1
  116. package/lib/module/navigation/primary-navigator.js.map +1 -1
  117. package/lib/module/screens/NFC/OcrStart.js +2 -0
  118. package/lib/module/screens/NFC/OcrStart.js.map +1 -0
  119. package/lib/module/screens/NFC/ScanMRZ.js +2 -0
  120. package/lib/module/screens/NFC/ScanMRZ.js.map +1 -0
  121. package/lib/module/screens/camera/CCCDCameraScreen.js +1 -1
  122. package/lib/module/screens/camera/CCCDCameraScreen.js.map +1 -1
  123. package/lib/module/screens/camera/index.js +1 -1
  124. package/lib/module/screens/camera/index.js.map +1 -1
  125. package/lib/module/screens/detail-loan/PaymentInfo.js +1 -1
  126. package/lib/module/screens/detail-loan/PaymentInfo.js.map +1 -1
  127. package/lib/module/screens/detail-loan/ShowQrCode.js +1 -1
  128. package/lib/module/screens/detail-loan/ShowQrCode.js.map +1 -1
  129. package/lib/module/screens/digital-lending/Step6.js +1 -1
  130. package/lib/module/screens/digital-lending/Step6.js.map +1 -1
  131. package/lib/module/screens/eSign/index.js +1 -1
  132. package/lib/module/screens/eSign/index.js.map +1 -1
  133. package/lib/module/screens/home/DigitalTopupItem.js +1 -1
  134. package/lib/module/screens/home/DigitalTopupItem.js.map +1 -1
  135. package/lib/module/screens/home/ItemMotoBikeLoan.js +1 -1
  136. package/lib/module/screens/home/ItemMotoBikeLoan.js.map +1 -1
  137. package/lib/module/screens/home/index.js +1 -1
  138. package/lib/module/screens/home/index.js.map +1 -1
  139. package/lib/module/screens/nationalID/index.js +1 -1
  140. package/lib/module/screens/nationalID/index.js.map +1 -1
  141. package/lib/module/screens/nationalIDBack/index.js +1 -1
  142. package/lib/module/screens/nationalIDBack/index.js.map +1 -1
  143. package/lib/module/screens/payment-evidence/ModalGuideline.js +1 -1
  144. package/lib/module/screens/payment-evidence/ModalGuideline.js.map +1 -1
  145. package/lib/module/screens/toan-trinh-so/OCR.js +1 -1
  146. package/lib/module/screens/toan-trinh-so/OCR.js.map +1 -1
  147. package/lib/module/screens/toan-trinh-so/RegisterCamera.js +1 -1
  148. package/lib/module/screens/toan-trinh-so/RegisterCamera.js.map +1 -1
  149. package/lib/module/screens/toan-trinh-so/VehicleCamera.js +1 -1
  150. package/lib/module/screens/toan-trinh-so/VehicleCamera.js.map +1 -1
  151. package/lib/module/utils/cameraCrop.js +2 -0
  152. package/lib/module/utils/cameraCrop.js.map +1 -0
  153. package/lib/typescript/assets/icons/index.d.ts +2 -1
  154. package/lib/typescript/assets/icons/index.d.ts.map +1 -1
  155. package/lib/typescript/components/AppModal.d.ts +6 -1
  156. package/lib/typescript/components/AppModal.d.ts.map +1 -1
  157. package/lib/typescript/components/ModalNotification/AlertGlobal.d.ts +20 -4
  158. package/lib/typescript/components/ModalNotification/AlertGlobal.d.ts.map +1 -1
  159. package/lib/typescript/components/ModalNotification/index.d.ts +6 -1
  160. package/lib/typescript/components/ModalNotification/index.d.ts.map +1 -1
  161. package/lib/typescript/components/modalStack.d.ts +11 -0
  162. package/lib/typescript/components/modalStack.d.ts.map +1 -0
  163. package/lib/typescript/navigation/primary-navigator.d.ts +3 -0
  164. package/lib/typescript/navigation/primary-navigator.d.ts.map +1 -1
  165. package/lib/typescript/screens/NFC/OcrStart.d.ts +2 -0
  166. package/lib/typescript/screens/NFC/OcrStart.d.ts.map +1 -0
  167. package/lib/typescript/screens/NFC/ScanMRZ.d.ts +15 -0
  168. package/lib/typescript/screens/NFC/ScanMRZ.d.ts.map +1 -0
  169. package/lib/typescript/screens/camera/CCCDCameraScreen.d.ts.map +1 -1
  170. package/lib/typescript/screens/home/index.d.ts.map +1 -1
  171. package/lib/typescript/screens/nationalID/index.d.ts.map +1 -1
  172. package/lib/typescript/screens/nationalIDBack/index.d.ts.map +1 -1
  173. package/lib/typescript/screens/toan-trinh-so/OCR.d.ts.map +1 -1
  174. package/lib/typescript/screens/toan-trinh-so/VehicleCamera.d.ts.map +1 -1
  175. package/lib/typescript/utils/cameraCrop.d.ts +43 -0
  176. package/lib/typescript/utils/cameraCrop.d.ts.map +1 -0
  177. package/package.json +2 -1
  178. package/src/assets/icons/index.tsx +2 -0
  179. package/src/assets/icons/modal_confirm.svg +5 -5
  180. package/src/assets/icons/modal_notice.svg +32 -32
  181. package/src/assets/icons/modal_success.svg +26 -26
  182. package/src/assets/icons/modal_warning.svg +21 -21
  183. package/src/assets/icons/user_security.svg +10 -0
  184. package/src/assets/tts/Frame1000011947.png +0 -0
  185. package/src/components/AlertLoan.tsx +1 -1
  186. package/src/components/AppModal.tsx +40 -2
  187. package/src/components/ItemTimaOne.tsx +1 -1
  188. package/src/components/ModalNotification/AlertGlobal.tsx +92 -33
  189. package/src/components/ModalNotification/index.tsx +7 -0
  190. package/src/components/ModalOptionLoan.tsx +1 -1
  191. package/src/components/ModalOptionLoanDigital.tsx +1 -1
  192. package/src/components/modalStack.ts +47 -0
  193. package/src/navigation/primary-navigator.tsx +7 -0
  194. package/src/screens/NFC/OcrStart.tsx +171 -0
  195. package/src/screens/NFC/ScanMRZ.tsx +563 -0
  196. package/src/screens/camera/CCCDCameraScreen.tsx +203 -133
  197. package/src/screens/camera/index.tsx +1 -1
  198. package/src/screens/detail-loan/PaymentInfo.tsx +1 -1
  199. package/src/screens/detail-loan/ShowQrCode.tsx +1 -1
  200. package/src/screens/digital-lending/Step6.tsx +1 -1
  201. package/src/screens/eSign/index.tsx +1 -1
  202. package/src/screens/home/DigitalTopupItem.tsx +1 -1
  203. package/src/screens/home/ItemMotoBikeLoan.tsx +1 -1
  204. package/src/screens/home/index.tsx +8 -113
  205. package/src/screens/nationalID/index.tsx +123 -218
  206. package/src/screens/nationalIDBack/index.tsx +129 -209
  207. package/src/screens/payment-evidence/ModalGuideline.tsx +1 -1
  208. package/src/screens/toan-trinh-so/OCR.tsx +270 -556
  209. package/src/screens/toan-trinh-so/RegisterCamera.tsx +1 -1
  210. package/src/screens/toan-trinh-so/VehicleCamera.tsx +226 -288
  211. package/src/utils/cameraCrop.ts +96 -0
@@ -1 +1 @@
1
- {"version":3,"file":"AppModal.d.ts","sourceRoot":"","sources":["../../../src/components/AppModal.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,gBAAgB,MAAM,oBAAoB,CAAC;AAElD;;;;GAIG;AACH,eAAO,MAAM,oBAAoB,YAAY,CAAC;AAC9C,eAAO,MAAM,sBAAsB,MAAM,CAAC;AAE1C,KAAK,YAAY,GAAG,KAAK,CAAC,cAAc,CAAC,OAAO,gBAAgB,CAAC,CAAC;AAElE,KAAK,aAAa,GAAG,IAAI,CAAC,OAAO,CAAC,YAAY,CAAC,EAAE,UAAU,CAAC,GAC1D,IAAI,CAAC,YAAY,EAAE,UAAU,CAAC,CAAC;AAEjC;;;GAGG;AACH,MAAM,CAAC,OAAO,UAAU,QAAQ,CAAC,EAC/B,aAAoC,EACpC,eAAwC,EACxC,GAAG,IAAI,EACR,EAAE,aAAa,eAQf"}
1
+ {"version":3,"file":"AppModal.d.ts","sourceRoot":"","sources":["../../../src/components/AppModal.tsx"],"names":[],"mappings":"AACA,OAAO,KAA4B,MAAM,OAAO,CAAC;AACjD,OAAO,gBAAgB,MAAM,oBAAoB,CAAC;AAIlD;;;;GAIG;AACH,eAAO,MAAM,oBAAoB,YAAY,CAAC;AAC9C,eAAO,MAAM,sBAAsB,MAAM,CAAC;AAE1C,KAAK,YAAY,GAAG,KAAK,CAAC,cAAc,CAAC,OAAO,gBAAgB,CAAC,CAAC;AAElE,KAAK,aAAa,GAAG,IAAI,CAAC,OAAO,CAAC,YAAY,CAAC,EAAE,UAAU,CAAC,GAC1D,IAAI,CAAC,YAAY,EAAE,UAAU,CAAC,CAAC;AAEjC;;;;;;;;GAQG;AACH,MAAM,CAAC,OAAO,UAAU,QAAQ,CAAC,EAC/B,aAAoC,EACpC,eAAwC,EACxC,SAAS,EACT,WAAW,EACX,WAAW,EACX,QAAQ,EACR,GAAG,IAAI,EACR,EAAE,aAAa,eAmCf"}
@@ -1,12 +1,12 @@
1
1
  import { ModalNotificationProps } from './index';
2
- export type AlertGlobalOptions = Omit<ModalNotificationProps, 'open' | 'onModalHide'> & {
2
+ export type AlertGlobalOptions = Omit<ModalNotificationProps, 'open' | 'onModalHide' | 'coverScreen'> & {
3
3
  /** false => bấm nút không tự đóng modal (mặc định true) */
4
4
  autoDismiss?: boolean;
5
5
  /** false => không cho đóng bằng backdrop / nút back Android (mặc định true) */
6
6
  dismissable?: boolean;
7
7
  };
8
8
  /**
9
- * Alert dùng chung toàn app, gọi được từ mọi nơi (kể cả ngoài component):
9
+ * Alert dùng chung toàn SDK, gọi được từ mọi nơi (kể cả ngoài component):
10
10
  *
11
11
  * AlertGlobal.show({
12
12
  * type: 'confirm',
@@ -19,12 +19,28 @@ export type AlertGlobalOptions = Omit<ModalNotificationProps, 'open' | 'onModalH
19
19
  *
20
20
  * Mặc định bấm nút / backdrop sẽ tự đóng modal rồi mới chạy callback
21
21
  * (callback chạy sau khi animation đóng xong => có thể mở tiếp modal khác).
22
- * Yêu cầu <AlertGlobalHost /> đã được mount trong App.tsx.
22
+ * Yêu cầu <AlertGlobalHost /> đã được mount root (RNTimacare).
23
23
  */
24
24
  export declare const AlertGlobal: {
25
25
  show(options: AlertGlobalOptions): void;
26
26
  hide(): void;
27
27
  };
28
- /** Mount 1 lần duy nhất ở App.tsx */
28
+ interface OutletProps {
29
+ /** id của AppModal chứa outlet này; không truyền = outlet gốc ở root */
30
+ modalId?: number | null;
31
+ }
32
+ /**
33
+ * Điểm render thực tế của alert global. Có mặt ở 2 nơi:
34
+ * - AlertGlobalHost (root RNTimacare) — dùng khi không có modal nào đang mở
35
+ * - bên trong mỗi AppModal — dùng khi modal đó đang mở trên cùng (chỉ iOS)
36
+ *
37
+ * iOS không present được 2 native modal chồng nhau (treo app), nên khi có modal
38
+ * khác đang mở, alert được render dạng View thường (coverScreen=false) bên trong
39
+ * modal trên cùng => luôn nằm trên nội dung modal và bấm được bình thường.
40
+ * Android cho phép các Dialog chồng nhau nên luôn dùng native modal ở outlet gốc.
41
+ */
42
+ export declare function AlertGlobalOutlet({ modalId }: OutletProps): JSX.Element | null;
43
+ /** Mount 1 lần duy nhất ở root (RNTimacare) */
29
44
  export declare function AlertGlobalHost(): JSX.Element;
45
+ export {};
30
46
  //# sourceMappingURL=AlertGlobal.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"AlertGlobal.d.ts","sourceRoot":"","sources":["../../../../src/components/ModalNotification/AlertGlobal.tsx"],"names":[],"mappings":"AAEA,OAA0B,EAAE,sBAAsB,EAAE,MAAM,SAAS,CAAC;AAEpE,MAAM,MAAM,kBAAkB,GAAG,IAAI,CACnC,sBAAsB,EACtB,MAAM,GAAG,aAAa,CACvB,GAAG;IACF,2DAA2D;IAC3D,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,+EAA+E;IAC/E,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB,CAAC;AASF;;;;;;;;;;;;;;;GAeG;AACH,eAAO,MAAM,WAAW;kBACR,kBAAkB;;CAMjC,CAAC;AAEF,qCAAqC;AACrC,wBAAgB,eAAe,gBAoD9B"}
1
+ {"version":3,"file":"AlertGlobal.d.ts","sourceRoot":"","sources":["../../../../src/components/ModalNotification/AlertGlobal.tsx"],"names":[],"mappings":"AAIA,OAA0B,EAAE,sBAAsB,EAAE,MAAM,SAAS,CAAC;AAEpE,MAAM,MAAM,kBAAkB,GAAG,IAAI,CACnC,sBAAsB,EACtB,MAAM,GAAG,aAAa,GAAG,aAAa,CACvC,GAAG;IACF,2DAA2D;IAC3D,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,+EAA+E;IAC/E,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB,CAAC;AAaF;;;;;;;;;;;;;;;GAeG;AACH,eAAO,MAAM,WAAW;kBACR,kBAAkB;;CAUjC,CAAC;AAgBF,UAAU,WAAW;IACnB,wEAAwE;IACxE,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CACzB;AAED;;;;;;;;;GASG;AACH,wBAAgB,iBAAiB,CAAC,EAAE,OAAc,EAAE,EAAE,WAAW,sBAoBhE;AAsCD,+CAA+C;AAC/C,wBAAgB,eAAe,gBAE9B"}
@@ -22,6 +22,11 @@ export interface ModalNotificationProps {
22
22
  onSecondaryPress?: () => void;
23
23
  /** Gọi sau khi modal đã đóng xong animation (dùng cho AlertGlobal) */
24
24
  onModalHide?: () => void;
25
+ /**
26
+ * false => render bằng View thường thay vì native Modal
27
+ * (dùng cho AlertGlobal trên iOS để tránh xung đột khi đã có modal khác mở)
28
+ */
29
+ coverScreen?: boolean;
25
30
  }
26
31
  /**
27
32
  * Modal thông báo dùng chung cho toàn app: icon + title + message + 1-2 nút.
@@ -31,5 +36,5 @@ export interface ModalNotificationProps {
31
36
  * - Cảnh báo: type="warning" (tam giác đỏ)
32
37
  * - Thông báo: type="notice" (đám mây cam)
33
38
  */
34
- export default function ModalNotification({ open, type, title, message, icon, showClose, onClose, primaryText, onPrimaryPress, primaryIcon, secondaryText, onSecondaryPress, onModalHide, }: ModalNotificationProps): JSX.Element;
39
+ export default function ModalNotification({ open, type, title, message, icon, showClose, onClose, primaryText, onPrimaryPress, primaryIcon, secondaryText, onSecondaryPress, onModalHide, coverScreen, }: ModalNotificationProps): JSX.Element;
35
40
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/ModalNotification/index.tsx"],"names":[],"mappings":"AACA,OAAc,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAczC,MAAM,MAAM,qBAAqB,GAC7B,SAAS,GACT,SAAS,GACT,SAAS,GACT,QAAQ,CAAC;AAkBb,MAAM,WAAW,sBAAsB;IACrC,IAAI,EAAE,OAAO,CAAC;IACd,wDAAwD;IACxD,IAAI,CAAC,EAAE,qBAAqB,CAAC;IAC7B,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC7B,iDAAiD;IACjD,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB,+DAA+D;IAC/D,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,kCAAkC;IAClC,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,yEAAyE;IACzE,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,cAAc,CAAC,EAAE,MAAM,IAAI,CAAC;IAC5B,uEAAuE;IACvE,WAAW,CAAC,EAAE,SAAS,CAAC;IACxB,4CAA4C;IAC5C,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,gBAAgB,CAAC,EAAE,MAAM,IAAI,CAAC;IAC9B,sEAAsE;IACtE,WAAW,CAAC,EAAE,MAAM,IAAI,CAAC;CAC1B;AAED;;;;;;;GAOG;AACH,MAAM,CAAC,OAAO,UAAU,iBAAiB,CAAC,EACxC,IAAI,EACJ,IAAe,EACf,KAAK,EACL,OAAO,EACP,IAAI,EACJ,SAAiB,EACjB,OAAO,EACP,WAAW,EACX,cAAc,EACd,WAAW,EACX,aAAa,EACb,gBAAgB,EAChB,WAAW,GACZ,EAAE,sBAAsB,eAuExB"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/ModalNotification/index.tsx"],"names":[],"mappings":"AACA,OAAc,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAczC,MAAM,MAAM,qBAAqB,GAC7B,SAAS,GACT,SAAS,GACT,SAAS,GACT,QAAQ,CAAC;AAkBb,MAAM,WAAW,sBAAsB;IACrC,IAAI,EAAE,OAAO,CAAC;IACd,wDAAwD;IACxD,IAAI,CAAC,EAAE,qBAAqB,CAAC;IAC7B,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC7B,iDAAiD;IACjD,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB,+DAA+D;IAC/D,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,kCAAkC;IAClC,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,yEAAyE;IACzE,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,cAAc,CAAC,EAAE,MAAM,IAAI,CAAC;IAC5B,uEAAuE;IACvE,WAAW,CAAC,EAAE,SAAS,CAAC;IACxB,4CAA4C;IAC5C,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,gBAAgB,CAAC,EAAE,MAAM,IAAI,CAAC;IAC9B,sEAAsE;IACtE,WAAW,CAAC,EAAE,MAAM,IAAI,CAAC;IACzB;;;OAGG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB;AAED;;;;;;;GAOG;AACH,MAAM,CAAC,OAAO,UAAU,iBAAiB,CAAC,EACxC,IAAI,EACJ,IAAe,EACf,KAAK,EACL,OAAO,EACP,IAAI,EACJ,SAAiB,EACjB,OAAO,EACP,WAAW,EACX,cAAc,EACd,WAAW,EACX,aAAa,EACb,gBAAgB,EAChB,WAAW,EACX,WAAkB,GACnB,EAAE,sBAAsB,eAwExB"}
@@ -0,0 +1,11 @@
1
+ /** Cấp id duy nhất cho mỗi instance AppModal */
2
+ export declare function acquireModalId(): number;
3
+ /** Modal bắt đầu hiển thị (chiếm native layer) */
4
+ export declare function pushModal(id: number): void;
5
+ /** Modal đã đóng xong animation hoặc unmount */
6
+ export declare function popModal(id: number): void;
7
+ /** id của modal đang hiển thị trên cùng, null nếu không có modal nào mở */
8
+ export declare function getTopModalId(): number | null;
9
+ /** Lắng nghe thay đổi stack. Trả về hàm unsubscribe. */
10
+ export declare function addModalStackListener(listener: () => void): () => void;
11
+ //# sourceMappingURL=modalStack.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"modalStack.d.ts","sourceRoot":"","sources":["../../../src/components/modalStack.ts"],"names":[],"mappings":"AAcA,gDAAgD;AAChD,wBAAgB,cAAc,IAAI,MAAM,CAEvC;AAED,kDAAkD;AAClD,wBAAgB,SAAS,CAAC,EAAE,EAAE,MAAM,QAKnC;AAED,gDAAgD;AAChD,wBAAgB,QAAQ,CAAC,EAAE,EAAE,MAAM,QAKlC;AAED,2EAA2E;AAC3E,wBAAgB,aAAa,IAAI,MAAM,GAAG,IAAI,CAE7C;AAED,wDAAwD;AACxD,wBAAgB,qBAAqB,CAAC,QAAQ,EAAE,MAAM,IAAI,cAKzD"}
@@ -70,6 +70,9 @@ export declare const ScreenNames: {
70
70
  InfoLoanMotobike: string;
71
71
  ReviewLoanMotobike: string;
72
72
  PolicyF88: string;
73
+ OcrStart: string;
74
+ ScanMRZ: string;
75
+ CameraVehicleRegistration: string;
73
76
  };
74
77
  export declare function PrimaryNavigator(props: any): JSX.Element;
75
78
  export declare const canExit: (routeName: string) => boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"primary-navigator.d.ts","sourceRoot":"","sources":["../../../src/navigation/primary-navigator.tsx"],"names":[],"mappings":"AAsFA,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAyEvB,CAAC;AAIF,wBAAgB,gBAAgB,CAAC,KAAK,KAAA,eA6KrC;AAGD,eAAO,MAAM,OAAO,cAAe,MAAM,YAAmC,CAAC;AAE7E;;;;;;;;;;;;;;;;;GAiBG;AACH,wBAAgB,QAAQ,CACtB,IAAI,EAAE,MAAM,GAAG;IAAE,EAAE,EAAE,MAAM,CAAC;IAAC,mBAAmB,CAAC,EAAE,MAAM,CAAA;CAAE,QAmC5D"}
1
+ {"version":3,"file":"primary-navigator.d.ts","sourceRoot":"","sources":["../../../src/navigation/primary-navigator.tsx"],"names":[],"mappings":"AAwFA,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4EvB,CAAC;AAIF,wBAAgB,gBAAgB,CAAC,KAAK,KAAA,eA+KrC;AAGD,eAAO,MAAM,OAAO,cAAe,MAAM,YAAmC,CAAC;AAE7E;;;;;;;;;;;;;;;;;GAiBG;AACH,wBAAgB,QAAQ,CACtB,IAAI,EAAE,MAAM,GAAG;IAAE,EAAE,EAAE,MAAM,CAAC;IAAC,mBAAmB,CAAC,EAAE,MAAM,CAAA;CAAE,QAmC5D"}
@@ -0,0 +1,2 @@
1
+ export default function OcrStart(props: any): JSX.Element;
2
+ //# sourceMappingURL=OcrStart.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"OcrStart.d.ts","sourceRoot":"","sources":["../../../../src/screens/NFC/OcrStart.tsx"],"names":[],"mappings":"AAgBA,MAAM,CAAC,OAAO,UAAU,QAAQ,CAAC,KAAK,EAAE,GAAG,eA8G1C"}
@@ -0,0 +1,15 @@
1
+ /**
2
+ * Tính vùng crop (pixel trên ảnh gốc) tương ứng với phần preview nhìn thấy
3
+ * trong khung. VisionCamera fill khung theo kiểu "cover": ảnh được scale để
4
+ * phủ kín khung rồi cắt phần thừa, nên vùng nhìn thấy là hình chữ nhật đồng
5
+ * dạng với khung và nằm chính giữa ảnh.
6
+ */
7
+ export declare const computeCropRegion: (photoW: any, photoH: any, frameW: any, frameH: any) => {
8
+ originX: number;
9
+ originY: number;
10
+ width: number;
11
+ height: number;
12
+ };
13
+ declare const _default: any;
14
+ export default _default;
15
+ //# sourceMappingURL=ScanMRZ.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ScanMRZ.d.ts","sourceRoot":"","sources":["../../../../src/screens/NFC/ScanMRZ.tsx"],"names":[],"mappings":"AA0EA;;;;;GAKG;AACH,eAAO,MAAM,iBAAiB;;;;;CAgB7B,CAAC;;AA+TF,wBAAiC"}
@@ -1 +1 @@
1
- {"version":3,"file":"CCCDCameraScreen.d.ts","sourceRoot":"","sources":["../../../../src/screens/camera/CCCDCameraScreen.tsx"],"names":[],"mappings":"AA4BA,MAAM,CAAC,OAAO,UAAU,gBAAgB,CAAC,KAAK,KAAA,eA6N7C"}
1
+ {"version":3,"file":"CCCDCameraScreen.d.ts","sourceRoot":"","sources":["../../../../src/screens/camera/CCCDCameraScreen.tsx"],"names":[],"mappings":"AA0CA,MAAM,CAAC,OAAO,UAAU,gBAAgB,CAAC,KAAK,KAAA,eAiP7C"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/screens/home/index.tsx"],"names":[],"mappings":"AA4JA,eAAO,MAAM,IAAI,KA4pFf,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/screens/home/index.tsx"],"names":[],"mappings":"AA4GA,eAAO,MAAM,IAAI,KAmmFf,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/screens/nationalID/index.tsx"],"names":[],"mappings":"AA4DA,eAAO,MAAM,UAAU,KAyPrB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/screens/nationalID/index.tsx"],"names":[],"mappings":"AA0BA,eAAO,MAAM,UAAU,KA6IrB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/screens/nationalIDBack/index.tsx"],"names":[],"mappings":"AA6CA,eAAO,MAAM,cAAc,KAoPzB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/screens/nationalIDBack/index.tsx"],"names":[],"mappings":"AA0BA,eAAO,MAAM,cAAc,KAwIzB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"OCR.d.ts","sourceRoot":"","sources":["../../../../src/screens/toan-trinh-so/OCR.tsx"],"names":[],"mappings":"AAoDA,eAAO,MAAM,GAAG,KAoqBd,CAAC"}
1
+ {"version":3,"file":"OCR.d.ts","sourceRoot":"","sources":["../../../../src/screens/toan-trinh-so/OCR.tsx"],"names":[],"mappings":"AA+CA,eAAO,MAAM,GAAG,KAwYd,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"VehicleCamera.d.ts","sourceRoot":"","sources":["../../../../src/screens/toan-trinh-so/VehicleCamera.tsx"],"names":[],"mappings":"AAgDA,MAAM,CAAC,OAAO,UAAU,aAAa,CAAC,KAAK,EAAE,GAAG,eAuf/C"}
1
+ {"version":3,"file":"VehicleCamera.d.ts","sourceRoot":"","sources":["../../../../src/screens/toan-trinh-so/VehicleCamera.tsx"],"names":[],"mappings":"AA8CA,MAAM,CAAC,OAAO,UAAU,aAAa,CAAC,KAAK,EAAE,GAAG,eAia/C"}
@@ -0,0 +1,43 @@
1
+ /**
2
+ * Kích thước hiển thị (upright) của ảnh chụp từ VisionCamera.
3
+ *
4
+ * photo.width/height là kích thước buffer gốc của cảm biến (luôn landscape).
5
+ * photo.orientation cho biết ảnh cần xoay bao nhiêu để hiển thị đúng chiều:
6
+ * khi là 'landscape-left'/'landscape-right' (điện thoại cầm dọc) thì ảnh hiển
7
+ * thị bị xoay 90° so với buffer -> phải hoán đổi W/H.
8
+ */
9
+ export declare const getDisplaySize: (photo: any) => {
10
+ width: any;
11
+ height: any;
12
+ };
13
+ /**
14
+ * Vùng cắt chính giữa theo đúng tỉ lệ khung (aspect = W/H), tính trong hệ toạ
15
+ * độ ảnh đã dựng đứng (upright). VisionCamera fill khung kiểu "cover" nên vùng
16
+ * nhìn thấy là hình chữ nhật cùng tỉ lệ với khung, nằm chính giữa ảnh.
17
+ */
18
+ export declare const computeCenterCrop: (dispW: any, dispH: any, aspect: any) => {
19
+ originX: number;
20
+ originY: number;
21
+ width: any;
22
+ height: any;
23
+ };
24
+ /**
25
+ * Cắt ảnh chụp cho vừa đúng khung preview (theo tỉ lệ `aspect`). Làm việc hoàn
26
+ * toàn trong hệ toạ độ ảnh đã dựng đứng (upright):
27
+ * - Lấy kích thước hiển thị từ photo.orientation (không dùng Image.getSize vì
28
+ * trả về khác nhau giữa iOS/Android tuỳ EXIF).
29
+ * - Chèn action `resize` để "bung" EXIF orientation về upright: bắt buộc cho
30
+ * iOS (thư viện crop trên buffer gốc chưa xoay), là no-op trên Android
31
+ * (Fresco đã tự xoay khi decode). Sau đó crop trong cùng hệ toạ độ upright.
32
+ * Trả về uri ảnh đã cắt; nếu lỗi thì trả ảnh gốc để vẫn dùng được.
33
+ */
34
+ export declare const cropPhotoToAspect: (photo: any, aspect: any) => Promise<any>;
35
+ /**
36
+ * Chọn ống kính (ở `position`, mặc định 'back') lấy nét gần nhất để chụp cận
37
+ * (macro): minFocusDistance nhỏ nhất. Ống wide mặc định thường min ~10cm nên
38
+ * đưa giấy tờ lại gần sẽ mất nét; ống ultra-wide/macro lấy nét được ở vài cm.
39
+ * Khi bằng nhau thì ưu tiên device gộp nhiều ống (đa cam ảo) để chất lượng tốt
40
+ * hơn và tự chuyển sang macro khi lại gần.
41
+ */
42
+ export declare const pickClosestFocusDevice: (devices: any, position?: string) => any;
43
+ //# sourceMappingURL=cameraCrop.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"cameraCrop.d.ts","sourceRoot":"","sources":["../../../src/utils/cameraCrop.ts"],"names":[],"mappings":"AAGA;;;;;;;GAOG;AACH,eAAO,MAAM,cAAc;;;CAO1B,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,iBAAiB;;;;;CAkB7B,CAAC;AAEF;;;;;;;;;GASG;AACH,eAAO,MAAM,iBAAiB,2CAgB7B,CAAC;AAEF;;;;;;GAMG;AACH,eAAO,MAAM,sBAAsB,0CAelC,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-timacare",
3
- "version": "3.3.56-alert",
3
+ "version": "3.3.58-cccd",
4
4
  "description": "SDK Tima Care",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",
@@ -87,6 +87,7 @@
87
87
  "react-native-linear-gradient": "*",
88
88
  "react-native-masked-text": "*",
89
89
  "react-native-modal": "*",
90
+ "react-native-mrz-scanner": "*",
90
91
  "react-native-pager-view": "*",
91
92
  "react-native-pdf": "*",
92
93
  "react-native-permissions": "*",
@@ -145,8 +145,10 @@ import IconModalConfirm from './modal_confirm.svg';
145
145
  import IconModalNotice from './modal_notice.svg';
146
146
  import IconModalSuccess from './modal_success.svg';
147
147
  import IconModalWarning from './modal_warning.svg';
148
+ import IconUserSecurity from './user_security.svg';
148
149
 
149
150
  export {
151
+ IconUserSecurity,
150
152
  IconModalConfirm,
151
153
  IconModalNotice,
152
154
  IconModalSuccess,
@@ -1,13 +1,13 @@
1
1
  <svg width="39" height="40" viewBox="0 0 39 40" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M17.6322 29.9357C16.8873 30.2379 16.0384 29.879 15.7362 29.1341C15.2277 27.8807 15.0501 26.6993 15.2033 25.5899C15.3565 24.4806 15.6821 23.444 16.1802 22.4804C16.6672 21.4895 17.1571 20.5449 17.6501 19.6468C18.1702 18.7377 18.5511 17.8374 18.7928 16.946C19.0234 16.0274 18.9507 15.1049 18.5749 14.1784C18.0553 12.8977 17.1692 12.0831 15.9165 11.7345C14.68 11.3476 13.421 11.4141 12.1396 11.934C11.2945 12.2769 10.5676 12.7939 9.95895 13.4851C9.36655 14.1379 8.99337 14.9399 8.83942 15.8909C8.81538 16.0394 8.79915 16.1909 8.79072 16.3455C8.70516 17.9153 8.15715 19.5949 6.70036 20.1859C5.24356 20.7769 3.53151 20.0792 3.25485 18.5316C3.036 17.3074 3.03875 16.1499 3.2631 15.0592C3.66384 13.1513 4.51115 11.5223 5.80501 10.1723C7.08782 8.79507 8.60167 7.7525 10.3465 7.04461C12.1732 6.30354 13.9991 5.99116 15.8244 6.10746C17.6658 6.18546 19.3209 6.70401 20.7895 7.66313C22.2471 8.59499 23.3462 9.97375 24.0869 11.7994C24.6507 13.1891 24.8589 14.485 24.7116 15.6872C24.5805 16.851 24.2825 17.9557 23.8176 19.0011C23.3417 20.0192 22.83 20.9884 22.2825 21.9087C21.7624 22.8178 21.3704 23.6908 21.1066 24.5277C20.8318 25.3373 20.8547 26.1373 21.1753 26.9275C21.4775 27.6724 21.1186 28.5213 20.3737 28.8235L17.6322 29.9357ZM22.6217 38.2407C21.722 38.6057 20.8643 38.6046 20.0486 38.2374C19.2328 37.8702 18.6536 37.2643 18.3109 36.4196C17.9682 35.5749 17.9671 34.7503 18.3075 33.9458C18.6368 33.114 19.2513 32.5156 20.151 32.1506C21.0234 31.7967 21.8675 31.8033 22.6833 32.1705C23.5152 32.4994 24.1025 33.0862 24.4452 33.9309C24.7879 34.7756 24.781 35.6194 24.4244 36.4622C24.095 37.2939 23.4942 37.8867 22.6217 38.2407Z" fill="url(#paint0_linear_13423_173804)"/>
3
- <foreignObject x="-1.44629" y="-14.7305" width="55.3555" height="67.9141"><div xmlns="http://www.w3.org/1999/xhtml" style="backdrop-filter:blur(7.5px);clip-path:url(#bgblur_0_13423_173804_clip_path);height:100%;width:100%"></div></foreignObject><path data-figma-bg-blur-radius="15" d="M23.6927 29.6326C24.7562 29.7538 25.6326 30.2062 26.2891 30.9891L26.5298 31.2918C27.1433 32.1023 27.3918 33.0404 27.2736 34.0786C27.1478 35.1816 26.6422 36.0924 25.7736 36.7864C24.9232 37.4952 23.9126 37.7812 22.7783 37.6519C21.6176 37.5195 20.6788 37.0155 20.0071 36.1299C19.3461 35.2584 19.0774 34.2579 19.2028 33.1583C19.3283 32.0586 19.8151 31.1561 20.6596 30.4849C21.5116 29.7789 22.5362 29.5008 23.6927 29.6326ZM27.3553 0.864235C29.5274 1.1119 31.4833 1.77788 33.214 2.86702C34.9851 3.93178 36.3467 5.3374 37.2852 7.08097C38.2393 8.81485 38.5804 10.7901 38.3302 12.9844C38.14 14.6522 37.6467 16.0699 36.8287 17.2136C36.1716 18.1509 35.4122 18.9773 34.5509 19.6913L34.1672 19.9964C33.1829 20.721 32.1882 21.3796 31.1846 21.975L31.1855 21.9761C30.2508 22.5519 29.4605 23.1534 28.8106 23.7792L28.8028 23.7871C28.2144 24.3295 27.8807 24.987 27.7904 25.779C27.6609 26.9126 26.6369 27.7263 25.5033 27.597L22.3402 27.2364C21.2067 27.107 20.392 26.0837 20.5211 24.9501C20.6938 23.4351 21.1599 22.1397 21.9376 21.0867C22.6862 20.0733 23.5684 19.221 24.5837 18.5341C25.5567 17.8469 26.5093 17.2045 27.4415 16.6072L27.4489 16.6021C28.3747 16.0318 29.1615 15.4046 29.8147 14.7233C30.4284 14.057 30.7936 13.2499 30.904 12.2812C31.0562 10.9465 30.6837 9.87745 29.7988 9.01875L29.7935 9.01323L29.7872 9.00761C28.9045 8.09468 27.7907 7.55726 26.4193 7.40086C25.5221 7.29857 24.6472 7.40287 23.7885 7.71618L23.7813 7.71929L23.7814 7.71832C22.9854 7.99538 22.2972 8.49905 21.7157 9.24905C21.6277 9.36262 21.5446 9.4837 21.4661 9.61079C20.557 11.0823 19.0214 12.6237 17.0311 12.3968C15.1177 12.1784 13.5499 10.3851 14.2103 8.40505C14.6516 7.08257 15.2796 5.93288 16.0986 4.96401L16.0998 4.96218C17.5171 3.29982 19.232 2.14296 21.2396 1.50363L21.6129 1.38403C23.4846 0.814455 25.4002 0.641369 27.3553 0.864235Z" fill="#FF8E62" fill-opacity="0.4" stroke="url(#paint1_linear_13423_173804)"/>
2
+ <path d="M17.6322 29.9357C16.8873 30.2379 16.0384 29.879 15.7362 29.1341C15.2277 27.8807 15.0501 26.6993 15.2033 25.5899C15.3565 24.4806 15.6821 23.444 16.1802 22.4804C16.6672 21.4895 17.1571 20.5449 17.6501 19.6468C18.1702 18.7377 18.5511 17.8374 18.7928 16.946C19.0234 16.0274 18.9507 15.1049 18.5749 14.1784C18.0553 12.8977 17.1692 12.0831 15.9165 11.7345C14.68 11.3476 13.421 11.4141 12.1396 11.934C11.2945 12.2769 10.5676 12.7939 9.95896 13.4851C9.36655 14.1379 8.99337 14.9399 8.83942 15.8909C8.81538 16.0394 8.79915 16.1909 8.79072 16.3455C8.70516 17.9153 8.15715 19.5949 6.70036 20.1859C5.24356 20.7769 3.53151 20.0792 3.25485 18.5316C3.036 17.3074 3.03875 16.1499 3.2631 15.0592C3.66384 13.1513 4.51115 11.5223 5.80501 10.1723C7.08782 8.79507 8.60167 7.7525 10.3465 7.04461C12.1732 6.30354 13.9991 5.99116 15.8244 6.10746C17.6658 6.18546 19.3209 6.70402 20.7895 7.66313C22.2471 8.59499 23.3462 9.97375 24.0869 11.7994C24.6507 13.1891 24.8589 14.485 24.7116 15.6872C24.5805 16.851 24.2825 17.9557 23.8176 19.0011C23.3417 20.0192 22.83 20.9884 22.2825 21.9087C21.7624 22.8178 21.3704 23.6908 21.1066 24.5277C20.8318 25.3373 20.8547 26.1373 21.1753 26.9275C21.4775 27.6724 21.1186 28.5213 20.3737 28.8235L17.6322 29.9357ZM22.6217 38.2407C21.722 38.6057 20.8643 38.6046 20.0486 38.2374C19.2328 37.8702 18.6536 37.2643 18.3109 36.4196C17.9682 35.5749 17.9671 34.7503 18.3075 33.9458C18.6368 33.114 19.2513 32.5156 20.151 32.1506C21.0234 31.7967 21.8675 31.8033 22.6833 32.1705C23.5152 32.4994 24.1025 33.0862 24.4452 33.9309C24.7879 34.7756 24.781 35.6194 24.4244 36.4622C24.095 37.2939 23.4942 37.8867 22.6217 38.2407Z" fill="url(#paint0_linear_13756_69186)"/>
3
+ <foreignObject x="-1.44629" y="-14.7305" width="55.3555" height="67.9141"><div xmlns="http://www.w3.org/1999/xhtml" style="backdrop-filter:blur(7.5px);clip-path:url(#bgblur_0_13756_69186_clip_path);height:100%;width:100%"></div></foreignObject><path data-figma-bg-blur-radius="15" d="M23.6927 29.6326C24.7562 29.7538 25.6326 30.2062 26.2891 30.9891L26.5298 31.2918C27.1433 32.1023 27.3918 33.0404 27.2736 34.0786C27.1478 35.1816 26.6422 36.0924 25.7736 36.7864C24.9232 37.4952 23.9126 37.7812 22.7783 37.6519C21.6176 37.5195 20.6788 37.0155 20.0071 36.1299C19.3461 35.2584 19.0774 34.2579 19.2028 33.1583C19.3283 32.0586 19.8151 31.1561 20.6596 30.4849C21.5116 29.7789 22.5362 29.5008 23.6927 29.6326ZM27.3553 0.864235C29.5274 1.1119 31.4833 1.77788 33.214 2.86702C34.9851 3.93178 36.3467 5.3374 37.2852 7.08097C38.2393 8.81485 38.5804 10.7901 38.3302 12.9844C38.14 14.6522 37.6467 16.0699 36.8287 17.2136C36.1716 18.1509 35.4122 18.9773 34.5509 19.6913L34.1672 19.9964C33.1829 20.721 32.1882 21.3796 31.1846 21.975L31.1855 21.9761C30.2508 22.5519 29.4605 23.1534 28.8106 23.7792L28.8028 23.7871C28.2144 24.3295 27.8807 24.987 27.7904 25.779C27.6609 26.9126 26.6369 27.7263 25.5033 27.597L22.3402 27.2364C21.2067 27.107 20.392 26.0837 20.5211 24.9501C20.6938 23.4351 21.1599 22.1397 21.9376 21.0867C22.6862 20.0733 23.5684 19.221 24.5837 18.5341C25.5567 17.8469 26.5093 17.2045 27.4415 16.6072L27.4489 16.6021C28.3747 16.0318 29.1615 15.4046 29.8147 14.7233C30.4284 14.057 30.7936 13.2499 30.904 12.2812C31.0562 10.9465 30.6837 9.87745 29.7988 9.01875L29.7935 9.01323L29.7872 9.00761C28.9044 8.09468 27.7907 7.55726 26.4193 7.40086C25.5221 7.29857 24.6472 7.40287 23.7885 7.71618L23.7813 7.71929L23.7814 7.71832C22.9854 7.99538 22.2972 8.49905 21.7157 9.24905C21.6277 9.36262 21.5446 9.4837 21.4661 9.61079C20.557 11.0823 19.0214 12.6237 17.0311 12.3968C15.1177 12.1784 13.5499 10.3851 14.2103 8.40505C14.6516 7.08257 15.2796 5.93288 16.0986 4.96401L16.0998 4.96218C17.5171 3.29982 19.232 2.14296 21.2396 1.50363L21.6129 1.38403C23.4846 0.814455 25.4002 0.641369 27.3553 0.864235Z" fill="#FF8E62" fill-opacity="0.4" stroke="url(#paint1_linear_13756_69186)"/>
4
4
  <defs>
5
- <clipPath id="bgblur_0_13423_173804_clip_path" transform="translate(1.44629 14.7305)"><path d="M23.6927 29.6326C24.7562 29.7538 25.6326 30.2062 26.2891 30.9891L26.5298 31.2918C27.1433 32.1023 27.3918 33.0404 27.2736 34.0786C27.1478 35.1816 26.6422 36.0924 25.7736 36.7864C24.9232 37.4952 23.9126 37.7812 22.7783 37.6519C21.6176 37.5195 20.6788 37.0155 20.0071 36.1299C19.3461 35.2584 19.0774 34.2579 19.2028 33.1583C19.3283 32.0586 19.8151 31.1561 20.6596 30.4849C21.5116 29.7789 22.5362 29.5008 23.6927 29.6326ZM27.3553 0.864235C29.5274 1.1119 31.4833 1.77788 33.214 2.86702C34.9851 3.93178 36.3467 5.3374 37.2852 7.08097C38.2393 8.81485 38.5804 10.7901 38.3302 12.9844C38.14 14.6522 37.6467 16.0699 36.8287 17.2136C36.1716 18.1509 35.4122 18.9773 34.5509 19.6913L34.1672 19.9964C33.1829 20.721 32.1882 21.3796 31.1846 21.975L31.1855 21.9761C30.2508 22.5519 29.4605 23.1534 28.8106 23.7792L28.8028 23.7871C28.2144 24.3295 27.8807 24.987 27.7904 25.779C27.6609 26.9126 26.6369 27.7263 25.5033 27.597L22.3402 27.2364C21.2067 27.107 20.392 26.0837 20.5211 24.9501C20.6938 23.4351 21.1599 22.1397 21.9376 21.0867C22.6862 20.0733 23.5684 19.221 24.5837 18.5341C25.5567 17.8469 26.5093 17.2045 27.4415 16.6072L27.4489 16.6021C28.3747 16.0318 29.1615 15.4046 29.8147 14.7233C30.4284 14.057 30.7936 13.2499 30.904 12.2812C31.0562 10.9465 30.6837 9.87745 29.7988 9.01875L29.7935 9.01323L29.7872 9.00761C28.9045 8.09468 27.7907 7.55726 26.4193 7.40086C25.5221 7.29857 24.6472 7.40287 23.7885 7.71618L23.7813 7.71929L23.7814 7.71832C22.9854 7.99538 22.2972 8.49905 21.7157 9.24905C21.6277 9.36262 21.5446 9.4837 21.4661 9.61079C20.557 11.0823 19.0214 12.6237 17.0311 12.3968C15.1177 12.1784 13.5499 10.3851 14.2103 8.40505C14.6516 7.08257 15.2796 5.93288 16.0986 4.96401L16.0998 4.96218C17.5171 3.29982 19.232 2.14296 21.2396 1.50363L21.6129 1.38403C23.4846 0.814455 25.4002 0.641369 27.3553 0.864235Z"/>
6
- </clipPath><linearGradient id="paint0_linear_13423_173804" x1="23.7428" y1="10.3172" x2="4.01204" y2="22.2064" gradientUnits="userSpaceOnUse">
5
+ <clipPath id="bgblur_0_13756_69186_clip_path" transform="translate(1.44629 14.7305)"><path d="M23.6927 29.6326C24.7562 29.7538 25.6326 30.2062 26.2891 30.9891L26.5298 31.2918C27.1433 32.1023 27.3918 33.0404 27.2736 34.0786C27.1478 35.1816 26.6422 36.0924 25.7736 36.7864C24.9232 37.4952 23.9126 37.7812 22.7783 37.6519C21.6176 37.5195 20.6788 37.0155 20.0071 36.1299C19.3461 35.2584 19.0774 34.2579 19.2028 33.1583C19.3283 32.0586 19.8151 31.1561 20.6596 30.4849C21.5116 29.7789 22.5362 29.5008 23.6927 29.6326ZM27.3553 0.864235C29.5274 1.1119 31.4833 1.77788 33.214 2.86702C34.9851 3.93178 36.3467 5.3374 37.2852 7.08097C38.2393 8.81485 38.5804 10.7901 38.3302 12.9844C38.14 14.6522 37.6467 16.0699 36.8287 17.2136C36.1716 18.1509 35.4122 18.9773 34.5509 19.6913L34.1672 19.9964C33.1829 20.721 32.1882 21.3796 31.1846 21.975L31.1855 21.9761C30.2508 22.5519 29.4605 23.1534 28.8106 23.7792L28.8028 23.7871C28.2144 24.3295 27.8807 24.987 27.7904 25.779C27.6609 26.9126 26.6369 27.7263 25.5033 27.597L22.3402 27.2364C21.2067 27.107 20.392 26.0837 20.5211 24.9501C20.6938 23.4351 21.1599 22.1397 21.9376 21.0867C22.6862 20.0733 23.5684 19.221 24.5837 18.5341C25.5567 17.8469 26.5093 17.2045 27.4415 16.6072L27.4489 16.6021C28.3747 16.0318 29.1615 15.4046 29.8147 14.7233C30.4284 14.057 30.7936 13.2499 30.904 12.2812C31.0562 10.9465 30.6837 9.87745 29.7988 9.01875L29.7935 9.01323L29.7872 9.00761C28.9044 8.09468 27.7907 7.55726 26.4193 7.40086C25.5221 7.29857 24.6472 7.40287 23.7885 7.71618L23.7813 7.71929L23.7814 7.71832C22.9854 7.99538 22.2972 8.49905 21.7157 9.24905C21.6277 9.36262 21.5446 9.4837 21.4661 9.61079C20.557 11.0823 19.0214 12.6237 17.0311 12.3968C15.1177 12.1784 13.5499 10.3851 14.2103 8.40505C14.6516 7.08257 15.2796 5.93288 16.0986 4.96401L16.0998 4.96218C17.5171 3.29982 19.232 2.14296 21.2396 1.50363L21.6129 1.38403C23.4846 0.814455 25.4002 0.641369 27.3553 0.864235Z"/>
6
+ </clipPath><linearGradient id="paint0_linear_13756_69186" x1="23.7428" y1="10.3172" x2="4.01204" y2="22.2064" gradientUnits="userSpaceOnUse">
7
7
  <stop stop-color="#FFC194"/>
8
8
  <stop offset="1" stop-color="#FF6A33"/>
9
9
  </linearGradient>
10
- <linearGradient id="paint1_linear_13423_173804" x1="18.649" y1="4.60416" x2="39.4299" y2="25.9366" gradientUnits="userSpaceOnUse">
10
+ <linearGradient id="paint1_linear_13756_69186" x1="18.649" y1="4.60416" x2="39.4299" y2="25.9366" gradientUnits="userSpaceOnUse">
11
11
  <stop stop-color="white" stop-opacity="0.25"/>
12
12
  <stop offset="1" stop-color="white" stop-opacity="0"/>
13
13
  </linearGradient>
@@ -1,72 +1,72 @@
1
1
  <svg width="59" height="51" viewBox="0 0 59 51" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M32.4631 29.4975C31.8489 28.2114 31.6843 27.1961 32.0933 25.6573L32.2323 25.134C32.7652 23.1288 32.6487 21.7125 31.9921 20.1503C30.9841 17.7275 28.711 15.8172 26.1711 15.131L26.063 15.1018C23.5765 14.4301 20.7566 14.9049 18.6772 16.4064C17.2723 17.4394 16.4009 18.6483 15.8532 20.7091L15.7142 21.2323C15.3052 22.7711 14.6859 23.5746 13.4894 24.3717C12.6089 24.9591 12.1298 25.8904 11.8452 26.9615C11.5602 28.0339 11.641 29.1442 12.1255 30.1599C12.7811 31.3978 13.9104 32.3801 15.2064 32.8479C17.0667 33.5859 18.9633 34.1869 20.9098 34.7128C22.8551 35.2383 24.8104 35.6184 26.7739 35.973C28.127 36.2208 29.5922 35.9395 30.7739 35.198C31.6959 34.5622 32.3177 33.6417 32.6027 32.5693C32.8874 31.4982 32.9344 30.4502 32.4631 29.4975Z" fill="url(#paint0_linear_13423_174206)"/>
3
- <path d="M22.9227 36.9868C22.3473 36.6913 18.6293 35.6871 17.9844 35.653C17.4307 35.633 16.7919 35.7618 16.628 36.3784C16.5019 36.9749 16.7072 37.5868 17.0952 38.0445L17.0936 38.0454C17.5808 38.6925 18.2213 39.1933 18.9478 39.5072C19.3358 39.6714 19.7465 39.7797 20.1779 39.8394C20.9615 39.9334 21.7646 39.8225 22.5075 39.5077L22.5066 39.5061C23.0696 39.3053 23.5509 38.8788 23.7376 38.2987C23.9015 37.6821 23.4122 37.2486 22.9227 36.9868Z" fill="url(#paint1_linear_13423_174206)"/>
4
- <g opacity="0.5" filter="url(#filter0_f_13423_174206)">
5
- <path d="M28.2173 27.5268C27.9865 26.7231 27.9574 26.0728 28.228 25.0544L28.32 24.7082C28.6727 23.3811 28.6861 22.4683 28.4485 21.4877C28.0849 19.9663 27.0914 18.8402 25.9106 18.5212L25.8604 18.5076C24.7045 18.1953 23.3332 18.6433 22.2657 19.7203C21.5436 20.46 21.068 21.2873 20.7055 22.6511L20.6135 22.9974C20.3429 24.0157 20.0075 24.5676 19.3967 25.1439C18.947 25.5686 18.6725 26.1964 18.4841 26.9052C18.2955 27.6149 18.2799 28.331 18.4619 28.9658C18.715 29.7361 19.2069 30.3171 19.8037 30.5562C20.657 30.9426 21.5344 31.2382 22.4393 31.4827C23.3436 31.727 24.2599 31.8765 25.1813 32.009C25.8161 32.1026 26.5303 31.8474 27.1314 31.3078C27.6033 30.8497 27.9455 30.2218 28.1341 29.5122C28.3225 28.8033 28.3961 28.1213 28.2173 27.5268Z" fill="url(#paint2_linear_13423_174206)"/>
2
+ <path d="M32.4631 29.4975C31.8489 28.2114 31.6843 27.1961 32.0933 25.6573L32.2323 25.134C32.7652 23.1288 32.6487 21.7125 31.9921 20.1503C30.9841 17.7275 28.711 15.8172 26.1711 15.131L26.063 15.1018C23.5765 14.4301 20.7566 14.9049 18.6772 16.4064C17.2723 17.4394 16.4009 18.6483 15.8532 20.7091L15.7142 21.2323C15.3052 22.7711 14.6859 23.5746 13.4894 24.3717C12.6089 24.9591 12.1298 25.8904 11.8452 26.9615C11.5602 28.0339 11.641 29.1442 12.1255 30.1599C12.7811 31.3978 13.9104 32.3801 15.2064 32.8479C17.0667 33.5859 18.9633 34.1869 20.9098 34.7128C22.8551 35.2383 24.8104 35.6184 26.7739 35.973C28.127 36.2208 29.5922 35.9395 30.7739 35.198C31.6959 34.5622 32.3177 33.6417 32.6027 32.5693C32.8874 31.4982 32.9344 30.4502 32.4631 29.4975" fill="url(#paint0_linear_13756_69197)"/>
3
+ <path d="M22.9227 36.9868C22.3473 36.6913 18.6293 35.6871 17.9844 35.653C17.4307 35.633 16.7919 35.7618 16.628 36.3784C16.5019 36.9749 16.7072 37.5868 17.0952 38.0445L17.0936 38.0454C17.5808 38.6925 18.2213 39.1933 18.9478 39.5072C19.3358 39.6714 19.7465 39.7797 20.1779 39.8394C20.9615 39.9334 21.7646 39.8225 22.5075 39.5077L22.5066 39.5061C23.0696 39.3053 23.5509 38.8788 23.7376 38.2987C23.9015 37.6821 23.4122 37.2486 22.9227 36.9868" fill="url(#paint1_linear_13756_69197)"/>
4
+ <g opacity="0.5" filter="url(#filter0_f_13756_69197)">
5
+ <path d="M28.2173 27.5268C27.9865 26.7231 27.9574 26.0728 28.228 25.0544L28.32 24.7082C28.6727 23.3811 28.6861 22.4683 28.4485 21.4877C28.0849 19.9663 27.0914 18.8402 25.9106 18.5212L25.8604 18.5076C24.7045 18.1953 23.3332 18.6433 22.2657 19.7203C21.5436 20.46 21.068 21.2873 20.7055 22.6511L20.6135 22.9974C20.3429 24.0157 20.0075 24.5676 19.3967 25.1439C18.947 25.5686 18.6725 26.1964 18.4841 26.9052C18.2955 27.6149 18.2799 28.331 18.4619 28.9658C18.715 29.7361 19.2069 30.3171 19.8037 30.5562C20.657 30.9426 21.5344 31.2382 22.4393 31.4827C23.3436 31.727 24.2599 31.8765 25.1813 32.009C25.8161 32.1026 26.5303 31.8474 27.1314 31.3078C27.6033 30.8497 27.9455 30.2218 28.1341 29.5122C28.3225 28.8033 28.3961 28.1213 28.2173 27.5268Z" fill="url(#paint2_linear_13756_69197)"/>
6
6
  </g>
7
- <foreignObject x="6.40137" y="-7.81641" width="62.4404" height="62.1445"><div xmlns="http://www.w3.org/1999/xhtml" style="backdrop-filter:blur(7.5px);clip-path:url(#bgblur_0_13423_174206_clip_path);height:100%;width:100%"></div></foreignObject><g data-figma-bg-blur-radius="15">
8
- <mask id="path-4-outside-1_13423_174206" maskUnits="userSpaceOnUse" x="16.9611" y="4.04252" width="38.8487" height="38.1615" fill="black">
7
+ <foreignObject x="6.40137" y="-7.81641" width="62.4404" height="62.1445"><div xmlns="http://www.w3.org/1999/xhtml" style="backdrop-filter:blur(7.5px);clip-path:url(#bgblur_0_13756_69197_clip_path);height:100%;width:100%"></div></foreignObject><g data-figma-bg-blur-radius="15">
8
+ <mask id="path-4-outside-1_13756_69197" maskUnits="userSpaceOnUse" x="16.9611" y="4.04252" width="38.8487" height="38.1615" fill="black">
9
9
  <rect fill="white" x="16.9611" y="4.04252" width="38.8487" height="38.1615"/>
10
- <path d="M50.5366 22.7174C48.9256 21.4734 48.0623 20.2825 47.5938 18.0476L47.4345 17.2877C46.8239 14.3753 45.7639 12.6402 43.9212 11.0709C41.0764 8.63025 36.9476 7.67095 33.2661 8.45123L33.1096 8.48441C29.5055 9.24829 26.214 11.6961 24.5276 14.9736C23.4004 17.2117 23.0666 19.3265 23.6941 22.3195L23.8534 23.0794C24.3219 25.3143 24.0489 26.7461 23.0357 28.5463C22.2904 29.8723 22.2786 31.376 22.6047 32.9316C22.9312 34.4891 23.7488 35.8563 25.0203 36.8391C26.6532 37.9942 28.7259 38.5133 30.6801 38.2657C33.5278 37.9953 36.3339 37.526 39.1552 36.928C41.9748 36.3304 44.7136 35.5402 47.4462 34.7121C49.3318 34.1459 51.0197 32.8297 52.0499 31.1102C52.817 29.6953 53.0179 28.1122 52.6914 26.5548C52.3652 24.9991 51.7508 23.6281 50.5366 22.7174Z"/>
10
+ <path d="M50.5366 22.7174C48.9256 21.4734 48.0623 20.2825 47.5938 18.0476L47.4345 17.2877C46.8239 14.3753 45.7639 12.6402 43.9212 11.0709C41.0764 8.63025 36.9476 7.67095 33.2661 8.45123L33.1096 8.48441C29.5055 9.24829 26.214 11.6961 24.5276 14.9736C23.4004 17.2117 23.0666 19.3265 23.6941 22.3195L23.8534 23.0794C24.3219 25.3143 24.0489 26.7461 23.0357 28.5463C22.2904 29.8723 22.2786 31.376 22.6047 32.9316C22.9312 34.4891 23.7488 35.8563 25.0203 36.8391C26.6532 37.9942 28.7259 38.5133 30.6801 38.2657C33.5278 37.9953 36.3339 37.526 39.1552 36.928C41.9748 36.3304 44.7136 35.5402 47.4462 34.7121C49.3318 34.1459 51.0197 32.8297 52.0499 31.1102C52.817 29.6953 53.0179 28.1122 52.6914 26.5548C52.3652 24.9991 51.7508 23.6281 50.5366 22.7174"/>
11
11
  </mask>
12
- <path d="M50.5366 22.7174C48.9256 21.4734 48.0623 20.2825 47.5938 18.0476L47.4345 17.2877C46.8239 14.3753 45.7639 12.6402 43.9212 11.0709C41.0764 8.63025 36.9476 7.67095 33.2661 8.45123L33.1096 8.48441C29.5055 9.24829 26.214 11.6961 24.5276 14.9736C23.4004 17.2117 23.0666 19.3265 23.6941 22.3195L23.8534 23.0794C24.3219 25.3143 24.0489 26.7461 23.0357 28.5463C22.2904 29.8723 22.2786 31.376 22.6047 32.9316C22.9312 34.4891 23.7488 35.8563 25.0203 36.8391C26.6532 37.9942 28.7259 38.5133 30.6801 38.2657C33.5278 37.9953 36.3339 37.526 39.1552 36.928C41.9748 36.3304 44.7136 35.5402 47.4462 34.7121C49.3318 34.1459 51.0197 32.8297 52.0499 31.1102C52.817 29.6953 53.0179 28.1122 52.6914 26.5548C52.3652 24.9991 51.7508 23.6281 50.5366 22.7174Z" fill="#F6723E" fill-opacity="0.35"/>
13
- <path d="M49.9251 23.51C50.3617 23.8472 50.9895 23.7657 51.3273 23.3279C51.665 22.8902 51.5848 22.262 51.1482 21.9249L50.5366 22.7174L49.9251 23.51ZM43.9212 11.0709L43.2697 11.8311L43.2725 11.8334L43.9212 11.0709ZM24.5276 14.9736L23.6392 14.517L23.6353 14.5247L24.5276 14.9736ZM23.0357 28.5463L22.165 28.0566L22.1647 28.0571L23.0357 28.5463ZM25.0203 36.8391L24.4084 37.6314C24.4195 37.64 24.4308 37.6483 24.4423 37.6564L25.0203 36.8391ZM30.6801 38.2657L30.5877 37.2697C30.5773 37.2707 30.5669 37.2719 30.5565 37.2732L30.6801 38.2657ZM47.4462 34.7121L47.1608 33.7539L47.1584 33.7546L47.4462 34.7121ZM52.0499 31.1102L52.9069 31.6234C52.9143 31.611 52.9214 31.5986 52.9282 31.5859L52.0499 31.1102ZM51.1371 21.9164C50.6957 21.5854 50.0691 21.6757 49.7375 22.1181C49.4059 22.5605 49.4948 23.1875 49.9362 23.5185L50.5366 22.7174L51.1371 21.9164ZM50.5366 22.7174L51.1482 21.9249C50.3964 21.3444 49.8694 20.8148 49.4752 20.2077C49.0823 19.6027 48.7877 18.8689 48.572 17.8402L47.5938 18.0476L46.6155 18.2549C46.8684 19.4612 47.2397 20.4403 47.7984 21.3005C48.3556 22.1586 49.0658 22.8465 49.9251 23.51L50.5366 22.7174ZM47.5938 18.0476L48.572 17.8402L48.4127 17.0803L47.4345 17.2877L46.4562 17.495L46.6155 18.2549L47.5938 18.0476ZM47.4345 17.2877L48.4127 17.0803C47.7609 13.9709 46.5954 12.0334 44.5698 10.3084L43.9212 11.0709L43.2725 11.8334C44.9324 13.247 45.887 14.7797 46.4562 17.495L47.4345 17.2877ZM43.9212 11.0709L44.5726 10.3108C41.4783 7.65608 37.0285 6.63158 33.0609 7.47251L33.2661 8.45123L33.4713 9.42995C36.8667 8.71031 40.6745 9.60443 43.2698 11.8311L43.9212 11.0709ZM33.2661 8.45123L33.0609 7.47251L32.9044 7.50569L33.1096 8.48441L33.3147 9.46313L33.4713 9.42995L33.2661 8.45123ZM33.1096 8.48441L32.9044 7.50569C29.0165 8.32973 25.4683 10.9621 23.6392 14.517L24.5276 14.9736L25.4161 15.4302C26.9598 12.4301 29.9945 10.1669 33.3147 9.46313L33.1096 8.48441ZM24.5276 14.9736L23.6353 14.5247C22.4012 16.9748 22.044 19.3221 22.7158 22.5268L23.6941 22.3195L24.6724 22.1121C24.0893 19.3308 24.3996 17.4485 25.42 15.4225L24.5276 14.9736ZM23.6941 22.3195L22.7158 22.5268L22.8751 23.2867L23.8534 23.0794L24.8317 22.872L24.6724 22.1121L23.6941 22.3195ZM23.8534 23.0794L22.8751 23.2867C23.0923 24.3228 23.1251 25.1121 23.0129 25.8214C22.9009 26.5302 22.634 27.2233 22.165 28.0566L23.0357 28.5463L23.9063 29.036C24.4506 28.069 24.8268 27.1461 24.9875 26.1302C25.148 25.1148 25.083 24.0709 24.8317 22.872L23.8534 23.0794ZM23.0357 28.5463L22.1647 28.0571C21.2517 29.6815 21.2757 31.4659 21.6265 33.139L22.6047 32.9316L23.583 32.7243C23.2815 31.2861 23.329 30.063 23.9066 29.0354L23.0357 28.5463ZM22.6047 32.9316L21.6265 33.139C21.9989 34.9153 22.9385 36.4953 24.4084 37.6314L25.0203 36.8391L25.6323 36.0468C24.5591 35.2174 23.8636 34.0628 23.583 32.7243L22.6047 32.9316ZM25.0203 36.8391L24.4423 37.6564C26.2766 38.9541 28.5991 39.5375 30.8036 39.2582L30.6801 38.2657L30.5565 37.2732C28.8526 37.4891 27.0298 37.0343 25.5984 36.0217L25.0203 36.8391ZM30.6801 38.2657L30.7725 39.2617C33.6669 38.9868 36.5116 38.5105 39.3604 37.9067L39.1552 36.928L38.95 35.9493C36.1561 36.5414 33.3887 37.0038 30.5877 37.2697L30.6801 38.2657ZM39.1552 36.928L39.3604 37.9067C42.2235 37.2999 44.9959 36.4994 47.7341 35.6696L47.4462 34.7121L47.1584 33.7546C44.4313 34.5811 41.726 35.3609 38.95 35.9493L39.1552 36.928ZM47.4462 34.7121L47.7317 35.6703C49.8591 35.0315 51.7497 33.555 52.9069 31.6234L52.0499 31.1102L51.1929 30.5969C50.2898 32.1044 48.8045 33.2603 47.1608 33.7539L47.4462 34.7121ZM52.0499 31.1102L52.9282 31.5859C53.8145 29.9513 54.0422 28.1245 53.6696 26.3474L52.6914 26.5548L51.7131 26.7621C51.9935 28.0999 51.8195 29.4393 51.1716 30.6344L52.0499 31.1102ZM52.6914 26.5548L53.6696 26.3474C53.3189 24.6743 52.6245 23.0321 51.1371 21.9164L50.5366 22.7174L49.9362 23.5185C50.8771 24.2242 51.4116 25.3239 51.7131 26.7621L52.6914 26.5548Z" fill="url(#paint3_linear_13423_174206)" mask="url(#path-4-outside-1_13423_174206)"/>
12
+ <path d="M50.5366 22.7174C48.9256 21.4734 48.0623 20.2825 47.5938 18.0476L47.4345 17.2877C46.8239 14.3753 45.7639 12.6402 43.9212 11.0709C41.0764 8.63025 36.9476 7.67095 33.2661 8.45123L33.1096 8.48441C29.5055 9.24829 26.214 11.6961 24.5276 14.9736C23.4004 17.2117 23.0666 19.3265 23.6941 22.3195L23.8534 23.0794C24.3219 25.3143 24.0489 26.7461 23.0357 28.5463C22.2904 29.8723 22.2786 31.376 22.6047 32.9316C22.9312 34.4891 23.7488 35.8563 25.0203 36.8391C26.6532 37.9942 28.7259 38.5133 30.6801 38.2657C33.5278 37.9953 36.3339 37.526 39.1552 36.928C41.9748 36.3304 44.7136 35.5402 47.4462 34.7121C49.3318 34.1459 51.0197 32.8297 52.0499 31.1102C52.817 29.6953 53.0179 28.1122 52.6914 26.5548C52.3652 24.9991 51.7508 23.6281 50.5366 22.7174" fill="#F6723E" fill-opacity="0.35"/>
13
+ <path d="M49.9251 23.51C50.3617 23.8472 50.9895 23.7657 51.3273 23.3279C51.665 22.8902 51.5848 22.262 51.1482 21.9249L50.5366 22.7174L49.9251 23.51ZM43.9212 11.0709L43.2697 11.8311L43.2725 11.8334L43.9212 11.0709ZM24.5276 14.9736L23.6392 14.517L23.6353 14.5247L24.5276 14.9736ZM23.0357 28.5463L22.165 28.0566L22.1647 28.0571L23.0357 28.5463ZM25.0203 36.8391L24.4084 37.6314C24.4195 37.64 24.4308 37.6483 24.4423 37.6564L25.0203 36.8391ZM30.6801 38.2657L30.5877 37.2697C30.5773 37.2707 30.5669 37.2719 30.5565 37.2732L30.6801 38.2657ZM47.4462 34.7121L47.1608 33.7539L47.1584 33.7546L47.4462 34.7121ZM52.0499 31.1102L52.9069 31.6234C52.9143 31.611 52.9214 31.5986 52.9282 31.5859L52.0499 31.1102ZM51.1371 21.9164C50.6957 21.5854 50.0691 21.6757 49.7375 22.1181C49.4059 22.5605 49.4948 23.1875 49.9362 23.5185L50.5366 22.7174L51.1371 21.9164ZM50.5366 22.7174L51.1482 21.9249C50.3964 21.3444 49.8694 20.8148 49.4752 20.2077C49.0823 19.6027 48.7877 18.8689 48.572 17.8402L47.5938 18.0476L46.6155 18.2549C46.8684 19.4612 47.2397 20.4403 47.7984 21.3005C48.3556 22.1586 49.0658 22.8465 49.9251 23.51L50.5366 22.7174ZM47.5938 18.0476L48.572 17.8402L48.4127 17.0803L47.4345 17.2877L46.4562 17.495L46.6155 18.2549L47.5938 18.0476ZM47.4345 17.2877L48.4127 17.0803C47.7609 13.9709 46.5954 12.0334 44.5698 10.3084L43.9212 11.0709L43.2725 11.8334C44.9324 13.247 45.887 14.7797 46.4562 17.495L47.4345 17.2877ZM43.9212 11.0709L44.5726 10.3108C41.4783 7.65608 37.0285 6.63158 33.0609 7.47251L33.2661 8.45123L33.4713 9.42995C36.8667 8.71031 40.6745 9.60443 43.2698 11.8311L43.9212 11.0709ZM33.2661 8.45123L33.0609 7.47251L32.9044 7.50569L33.1096 8.48441L33.3147 9.46313L33.4713 9.42995L33.2661 8.45123ZM33.1096 8.48441L32.9044 7.50569C29.0165 8.32973 25.4683 10.9621 23.6392 14.517L24.5276 14.9736L25.4161 15.4302C26.9598 12.4301 29.9945 10.1669 33.3147 9.46313L33.1096 8.48441ZM24.5276 14.9736L23.6353 14.5247C22.4012 16.9748 22.044 19.3221 22.7158 22.5268L23.6941 22.3195L24.6724 22.1121C24.0893 19.3308 24.3996 17.4485 25.42 15.4225L24.5276 14.9736ZM23.6941 22.3195L22.7158 22.5268L22.8751 23.2867L23.8534 23.0794L24.8317 22.872L24.6724 22.1121L23.6941 22.3195ZM23.8534 23.0794L22.8751 23.2867C23.0923 24.3228 23.1251 25.1121 23.0129 25.8214C22.9009 26.5302 22.634 27.2233 22.165 28.0566L23.0357 28.5463L23.9063 29.036C24.4506 28.069 24.8268 27.1461 24.9875 26.1302C25.148 25.1148 25.083 24.0709 24.8317 22.872L23.8534 23.0794ZM23.0357 28.5463L22.1647 28.0571C21.2517 29.6815 21.2757 31.4659 21.6265 33.139L22.6047 32.9316L23.583 32.7243C23.2815 31.2861 23.329 30.063 23.9066 29.0354L23.0357 28.5463ZM22.6047 32.9316L21.6265 33.139C21.9989 34.9153 22.9385 36.4953 24.4084 37.6314L25.0203 36.8391L25.6323 36.0468C24.5591 35.2174 23.8636 34.0628 23.583 32.7243L22.6047 32.9316ZM25.0203 36.8391L24.4423 37.6564C26.2766 38.9541 28.5991 39.5375 30.8036 39.2582L30.6801 38.2657L30.5565 37.2732C28.8526 37.4891 27.0298 37.0343 25.5984 36.0217L25.0203 36.8391ZM30.6801 38.2657L30.7725 39.2617C33.6669 38.9868 36.5116 38.5105 39.3604 37.9067L39.1552 36.928L38.95 35.9493C36.1561 36.5414 33.3887 37.0038 30.5877 37.2697L30.6801 38.2657ZM39.1552 36.928L39.3604 37.9067C42.2235 37.2999 44.9959 36.4994 47.7341 35.6696L47.4462 34.7121L47.1584 33.7546C44.4313 34.5811 41.726 35.3609 38.95 35.9493L39.1552 36.928ZM47.4462 34.7121L47.7317 35.6703C49.8591 35.0315 51.7497 33.555 52.9069 31.6234L52.0499 31.1102L51.1929 30.5969C50.2898 32.1044 48.8045 33.2603 47.1608 33.7539L47.4462 34.7121ZM52.0499 31.1102L52.9282 31.5859C53.8145 29.9513 54.0422 28.1245 53.6696 26.3474L52.6914 26.5548L51.7131 26.7621C51.9935 28.0999 51.8195 29.4393 51.1716 30.6344L52.0499 31.1102ZM52.6914 26.5548L53.6696 26.3474C53.3189 24.6743 52.6245 23.0321 51.1371 21.9164L50.5366 22.7174L49.9362 23.5185C50.8771 24.2242 51.4116 25.3239 51.7131 26.7621L52.6914 26.5548Z" fill="url(#paint3_linear_13756_69197)" mask="url(#path-4-outside-1_13756_69197)"/>
14
14
  </g>
15
- <foreignObject x="18.7412" y="22.4922" width="42.3682" height="37.8359"><div xmlns="http://www.w3.org/1999/xhtml" style="backdrop-filter:blur(7.5px);clip-path:url(#bgblur_1_13423_174206_clip_path);height:100%;width:100%"></div></foreignObject><g data-figma-bg-blur-radius="15">
16
- <mask id="path-6-outside-2_13423_174206" maskUnits="userSpaceOnUse" x="33.2472" y="36.7363" width="14.3589" height="10.5253" fill="black">
15
+ <foreignObject x="18.7412" y="22.4922" width="42.3682" height="37.8359"><div xmlns="http://www.w3.org/1999/xhtml" style="backdrop-filter:blur(7.5px);clip-path:url(#bgblur_1_13756_69197_clip_path);height:100%;width:100%"></div></foreignObject><g data-figma-bg-blur-radius="15">
16
+ <mask id="path-6-outside-2_13756_69197" maskUnits="userSpaceOnUse" x="33.2472" y="36.7363" width="14.3589" height="10.5253" fill="black">
17
17
  <rect fill="white" x="33.2472" y="36.7363" width="14.3589" height="10.5253"/>
18
- <path d="M43.1954 38.4942C42.2708 38.4918 36.8797 39.6344 36.0348 40.0119C35.3153 40.3479 34.583 40.9299 34.7709 41.826C34.9941 42.6715 35.65 43.3206 36.4399 43.6529L36.4385 43.6551C37.4768 44.1651 38.6165 44.3877 39.7458 44.315C40.3467 44.2718 40.9404 44.1422 41.5294 43.9369C42.59 43.5455 43.5434 42.8792 44.2886 41.9913L44.2865 41.9898C44.8757 41.3652 45.2153 40.5052 45.08 39.641C44.8921 38.7448 43.9886 38.5096 43.1954 38.4942Z"/>
18
+ <path d="M43.1954 38.4942C42.2708 38.4918 36.8797 39.6344 36.0348 40.0119C35.3153 40.3479 34.583 40.9299 34.7709 41.826C34.9941 42.6715 35.65 43.3206 36.4399 43.6529L36.4385 43.6551C37.4768 44.1651 38.6165 44.3877 39.7458 44.315C40.3467 44.2718 40.9404 44.1422 41.5294 43.9369C42.59 43.5455 43.5434 42.8792 44.2886 41.9913L44.2865 41.9898C44.8757 41.3652 45.2153 40.5052 45.08 39.641C44.8921 38.7448 43.9886 38.5096 43.1954 38.4942"/>
19
19
  </mask>
20
- <path d="M43.1954 38.4942C42.2708 38.4918 36.8797 39.6344 36.0348 40.0119C35.3153 40.3479 34.583 40.9299 34.7709 41.826C34.9941 42.6715 35.65 43.3206 36.4399 43.6529L36.4385 43.6551C37.4768 44.1651 38.6165 44.3877 39.7458 44.315C40.3467 44.2718 40.9404 44.1422 41.5294 43.9369C42.59 43.5455 43.5434 42.8792 44.2886 41.9913L44.2865 41.9898C44.8757 41.3652 45.2153 40.5052 45.08 39.641C44.8921 38.7448 43.9886 38.5096 43.1954 38.4942Z" fill="#F6723E" fill-opacity="0.35"/>
21
- <path d="M43.1907 39.4947C43.7428 39.4962 44.1924 39.0494 44.195 38.4969C44.1975 37.9444 43.7521 37.4953 43.2001 37.4938L43.1954 38.4942L43.1907 39.4947ZM36.0348 40.0119L35.6289 39.0985C35.6238 39.1008 35.6188 39.1031 35.6137 39.1054L36.0348 40.0119ZM34.7709 41.826L33.7926 42.0333C33.7961 42.0501 33.8001 42.0668 33.8045 42.0833L34.7709 41.826ZM36.4399 43.6529L37.2816 44.1907C37.4405 43.9421 37.4818 43.6361 37.3945 43.3546C37.3073 43.0732 37.1003 42.8448 36.8289 42.7306L36.4399 43.6529ZM36.4385 43.6551L35.5967 43.1173C35.4433 43.3574 35.3992 43.6514 35.4756 43.9256C35.5519 44.1997 35.7415 44.4281 35.9967 44.5534L36.4385 43.6551ZM39.7458 44.315L39.808 45.3134L39.8153 45.3128L39.7458 44.315ZM41.5294 43.9369L41.8564 44.8816C41.8621 44.8796 41.8678 44.8776 41.8735 44.8755L41.5294 43.9369ZM44.2886 41.9913L45.0534 42.6338C45.2366 42.4156 45.3183 42.1297 45.2781 41.8478C45.2379 41.566 45.0795 41.3149 44.8427 41.1575L44.2886 41.9913ZM44.2865 41.9898L43.5603 41.3038C43.3578 41.5185 43.2601 41.8115 43.2933 42.1045C43.3264 42.3975 43.4871 42.6606 43.7324 42.8236L44.2865 41.9898ZM45.08 39.641L46.0675 39.4842C46.0649 39.4672 46.0618 39.4504 46.0583 39.4336L45.08 39.641ZM43.2167 37.494C42.6648 37.4833 42.2079 37.9225 42.1961 38.4749C42.1843 39.0274 42.6222 39.4838 43.1741 39.4945L43.1954 38.4942L43.2167 37.494ZM43.1954 38.4942L43.2001 37.4938C42.8641 37.4929 42.2614 37.583 41.6363 37.6916C40.9724 37.8069 40.1729 37.9638 39.38 38.1319C38.5872 38.2999 37.7927 38.4808 37.139 38.6448C36.5235 38.7991 35.9359 38.9613 35.6289 39.0985L36.0348 40.0119L36.4407 40.9254C36.5561 40.8738 36.9593 40.7516 37.6212 40.5856C38.2448 40.4292 39.0143 40.2538 39.7904 40.0893C40.5665 39.9248 41.341 39.773 41.9743 39.663C42.6465 39.5462 43.0645 39.4944 43.1907 39.4947L43.1954 38.4942ZM36.0348 40.0119L35.6137 39.1054C35.1893 39.3036 34.6782 39.6096 34.2954 40.0691C33.8852 40.5615 33.6253 41.2354 33.7926 42.0333L34.7709 41.826L35.7491 41.6186C35.7348 41.5501 35.7413 41.5114 35.7484 41.4868C35.7568 41.4576 35.7773 41.4116 35.8297 41.3487C35.946 41.2092 36.1607 41.0562 36.4558 40.9184L36.0348 40.0119ZM34.7709 41.826L33.8045 42.0833C34.1208 43.2819 35.0311 44.1461 36.0509 44.5753L36.4399 43.6529L36.8289 42.7306C36.269 42.495 35.8673 42.0612 35.7373 41.5686L34.7709 41.826ZM36.4399 43.6529L35.5981 43.1151L35.5967 43.1173L36.4385 43.6551L37.2802 44.1929L37.2816 44.1907L36.4399 43.6529ZM36.4385 43.6551L35.9967 44.5534C37.1914 45.1402 38.5049 45.3973 39.808 45.3133L39.7458 44.315L39.6836 43.3166C38.7281 43.3781 37.7621 43.1899 36.8803 42.7568L36.4385 43.6551ZM39.7458 44.315L39.8153 45.3128C40.5128 45.2628 41.1932 45.1129 41.8564 44.8816L41.5294 43.9369L41.2023 42.9922C40.6877 43.1716 40.1805 43.2809 39.6763 43.3171L39.7458 44.315ZM41.5294 43.9369L41.8735 44.8755C43.0975 44.4238 44.196 43.6555 45.0534 42.6338L44.2886 41.9913L43.5238 41.3487C42.8907 42.103 42.0824 42.6673 41.1852 42.9983L41.5294 43.9369ZM44.2886 41.9913L44.8427 41.1575L44.8406 41.1561L44.2865 41.9898L43.7324 42.8236L43.7345 42.825L44.2886 41.9913ZM44.2865 41.9898L45.0127 42.6758C45.7734 41.8693 46.2592 40.7091 46.0675 39.4842L45.08 39.641L44.0925 39.7977C44.1713 40.3012 43.9779 40.8611 43.5603 41.3038L44.2865 41.9898ZM45.08 39.641L46.0583 39.4336C45.891 38.6357 45.3827 38.1246 44.8097 37.8406C44.2751 37.5756 43.6846 37.503 43.2167 37.494L43.1954 38.4942L43.1741 39.4945C43.4994 39.5008 43.7573 39.5535 43.9197 39.634C43.9929 39.6703 44.0301 39.7041 44.0495 39.7274C44.0659 39.747 44.0874 39.7797 44.1017 39.8483L45.08 39.641Z" fill="url(#paint4_linear_13423_174206)" mask="url(#path-6-outside-2_13423_174206)"/>
20
+ <path d="M43.1954 38.4942C42.2708 38.4918 36.8797 39.6344 36.0348 40.0119C35.3153 40.3479 34.583 40.9299 34.7709 41.826C34.9941 42.6715 35.65 43.3206 36.4399 43.6529L36.4385 43.6551C37.4768 44.1651 38.6165 44.3877 39.7458 44.315C40.3467 44.2718 40.9404 44.1422 41.5294 43.9369C42.59 43.5455 43.5434 42.8792 44.2886 41.9913L44.2865 41.9898C44.8757 41.3652 45.2153 40.5052 45.08 39.641C44.8921 38.7448 43.9886 38.5096 43.1954 38.4942" fill="#F6723E" fill-opacity="0.35"/>
21
+ <path d="M43.1907 39.4947C43.7428 39.4962 44.1924 39.0494 44.195 38.4969C44.1975 37.9444 43.7521 37.4953 43.2001 37.4938L43.1954 38.4942L43.1907 39.4947ZM36.0348 40.0119L35.6289 39.0985C35.6238 39.1008 35.6188 39.1031 35.6137 39.1054L36.0348 40.0119ZM34.7709 41.826L33.7926 42.0333C33.7961 42.0501 33.8001 42.0668 33.8045 42.0833L34.7709 41.826ZM36.4399 43.6529L37.2816 44.1907C37.4405 43.9421 37.4818 43.6361 37.3945 43.3546C37.3073 43.0732 37.1003 42.8448 36.8289 42.7306L36.4399 43.6529ZM36.4385 43.6551L35.5967 43.1173C35.4433 43.3574 35.3992 43.6514 35.4756 43.9256C35.5519 44.1997 35.7415 44.4281 35.9967 44.5534L36.4385 43.6551ZM39.7458 44.315L39.808 45.3134L39.8153 45.3128L39.7458 44.315ZM41.5294 43.9369L41.8564 44.8816C41.8621 44.8796 41.8678 44.8776 41.8735 44.8755L41.5294 43.9369ZM44.2886 41.9913L45.0534 42.6338C45.2366 42.4156 45.3183 42.1297 45.2781 41.8478C45.2379 41.566 45.0795 41.3149 44.8427 41.1575L44.2886 41.9913ZM44.2865 41.9898L43.5603 41.3038C43.3578 41.5185 43.2601 41.8115 43.2933 42.1045C43.3264 42.3975 43.4871 42.6606 43.7324 42.8236L44.2865 41.9898ZM45.08 39.641L46.0675 39.4842C46.0649 39.4672 46.0618 39.4504 46.0583 39.4336L45.08 39.641ZM43.2167 37.494C42.6648 37.4833 42.2079 37.9225 42.1961 38.4749C42.1843 39.0274 42.6222 39.4838 43.1741 39.4945L43.1954 38.4942L43.2167 37.494ZM43.1954 38.4942L43.2001 37.4938C42.8641 37.4929 42.2614 37.583 41.6363 37.6916C40.9724 37.8069 40.1729 37.9638 39.38 38.1319C38.5872 38.2999 37.7927 38.4808 37.139 38.6448C36.5235 38.7991 35.9359 38.9613 35.6289 39.0985L36.0348 40.0119L36.4407 40.9254C36.5561 40.8738 36.9593 40.7516 37.6212 40.5856C38.2448 40.4292 39.0143 40.2538 39.7904 40.0893C40.5665 39.9248 41.341 39.773 41.9743 39.663C42.6465 39.5462 43.0645 39.4944 43.1907 39.4947L43.1954 38.4942ZM36.0348 40.0119L35.6137 39.1054C35.1893 39.3036 34.6782 39.6096 34.2954 40.0691C33.8852 40.5615 33.6253 41.2354 33.7926 42.0333L34.7709 41.826L35.7491 41.6186C35.7348 41.5501 35.7413 41.5114 35.7484 41.4868C35.7568 41.4576 35.7773 41.4116 35.8297 41.3487C35.946 41.2092 36.1607 41.0562 36.4558 40.9184L36.0348 40.0119ZM34.7709 41.826L33.8045 42.0833C34.1208 43.2819 35.0311 44.1461 36.0509 44.5753L36.4399 43.6529L36.8289 42.7306C36.269 42.495 35.8673 42.0612 35.7373 41.5686L34.7709 41.826ZM36.4399 43.6529L35.5981 43.1151L35.5967 43.1173L36.4385 43.6551L37.2802 44.1929L37.2816 44.1907L36.4399 43.6529ZM36.4385 43.6551L35.9967 44.5534C37.1914 45.1402 38.5049 45.3973 39.808 45.3133L39.7458 44.315L39.6836 43.3166C38.7281 43.3781 37.7621 43.1899 36.8803 42.7568L36.4385 43.6551ZM39.7458 44.315L39.8153 45.3128C40.5128 45.2628 41.1932 45.1129 41.8564 44.8816L41.5294 43.9369L41.2023 42.9922C40.6877 43.1716 40.1805 43.2809 39.6763 43.3171L39.7458 44.315ZM41.5294 43.9369L41.8735 44.8755C43.0975 44.4238 44.196 43.6555 45.0534 42.6338L44.2886 41.9913L43.5238 41.3487C42.8907 42.103 42.0824 42.6673 41.1852 42.9983L41.5294 43.9369ZM44.2886 41.9913L44.8427 41.1575L44.8406 41.1561L44.2865 41.9898L43.7324 42.8236L43.7345 42.825L44.2886 41.9913ZM44.2865 41.9898L45.0127 42.6758C45.7734 41.8693 46.2592 40.7091 46.0675 39.4842L45.08 39.641L44.0925 39.7977C44.1713 40.3012 43.9779 40.8611 43.5603 41.3038L44.2865 41.9898ZM45.08 39.641L46.0583 39.4336C45.891 38.6357 45.3827 38.1246 44.8097 37.8406C44.2751 37.5756 43.6846 37.503 43.2167 37.494L43.1954 38.4942L43.1741 39.4945C43.4994 39.5008 43.7573 39.5535 43.9197 39.634C43.9929 39.6703 44.0301 39.7041 44.0495 39.7274C44.0659 39.747 44.0874 39.7797 44.1017 39.8483L45.08 39.641Z" fill="url(#paint4_linear_13756_69197)" mask="url(#path-6-outside-2_13756_69197)"/>
22
22
  </g>
23
- <foreignObject x="22.6543" y="-1.83594" width="35.4629" height="35.9609"><div xmlns="http://www.w3.org/1999/xhtml" style="backdrop-filter:blur(7.5px);clip-path:url(#bgblur_2_13423_174206_clip_path);height:100%;width:100%"></div></foreignObject><g filter="url(#filter3_d_13423_174206)" data-figma-bg-blur-radius="15">
24
- <path d="M39.1709 13.1939C38.5295 13.0492 37.8818 13.4258 37.6816 14.0358C37.6144 14.3752 37.6679 14.7348 37.8587 15.0214C38.0495 15.308 38.3483 15.5111 38.6984 15.5858L38.7446 15.5998C39.7873 15.9148 40.5362 16.8427 40.6069 17.9123C40.6409 18.6093 41.2284 19.1466 41.9177 19.126C42.6114 19.0903 43.1428 18.515 43.1162 17.8365C42.964 15.6793 41.4517 13.834 39.3484 13.2475L39.1709 13.1939Z" fill="url(#paint5_linear_13423_174206)"/>
25
- <path d="M41.9153 19.0268C42.5148 18.9945 42.9796 18.5257 43.0153 17.9554L43.016 17.8403C42.8656 15.7273 41.3836 13.9192 39.3216 13.3442L39.1421 13.29C38.556 13.1615 37.9656 13.5054 37.7795 14.0606C37.7181 14.3764 37.769 14.7057 37.9421 14.9657C38.1181 15.23 38.3937 15.4186 38.7186 15.488L38.7189 15.4871L38.7731 15.5035C39.8546 15.8302 40.6326 16.7933 40.7063 17.9055L40.7067 17.9077L40.7181 18.0264C40.8057 18.6098 41.3193 19.0434 41.9147 19.0256L41.9153 19.0268Z" stroke="url(#paint6_linear_13423_174206)" stroke-opacity="0.5" stroke-width="0.2"/>
23
+ <foreignObject x="22.6543" y="-1.83594" width="35.4629" height="35.9609"><div xmlns="http://www.w3.org/1999/xhtml" style="backdrop-filter:blur(7.5px);clip-path:url(#bgblur_2_13756_69197_clip_path);height:100%;width:100%"></div></foreignObject><g filter="url(#filter3_d_13756_69197)" data-figma-bg-blur-radius="15">
24
+ <path d="M39.1709 13.1939C38.5295 13.0492 37.8818 13.4258 37.6816 14.0358C37.6144 14.3752 37.6679 14.7348 37.8587 15.0214C38.0495 15.308 38.3483 15.5111 38.6984 15.5858L38.7446 15.5998C39.7873 15.9148 40.5362 16.8427 40.6069 17.9123C40.6409 18.6093 41.2284 19.1466 41.9177 19.126C42.6114 19.0903 43.1428 18.515 43.1162 17.8365C42.964 15.6793 41.4517 13.834 39.3484 13.2475L39.1709 13.1939Z" fill="url(#paint5_linear_13756_69197)"/>
25
+ <path d="M41.9153 19.0268C42.5148 18.9945 42.9796 18.5257 43.0153 17.9554L43.016 17.8403C42.8656 15.7273 41.3836 13.9192 39.3216 13.3442L39.1421 13.29C38.556 13.1615 37.9656 13.5054 37.7795 14.0606C37.7181 14.3764 37.769 14.7057 37.9421 14.9657C38.1181 15.23 38.3937 15.4186 38.7186 15.488L38.7189 15.4871L38.7731 15.5035C39.8546 15.8302 40.6326 16.7933 40.7063 17.9055L40.7067 17.9077L40.7181 18.0264C40.8057 18.6098 41.3193 19.0434 41.9147 19.0256L41.9153 19.0268Z" stroke="url(#paint6_linear_13756_69197)" stroke-opacity="0.5" stroke-width="0.2"/>
26
26
  </g>
27
27
  <defs>
28
- <filter id="filter0_f_13423_174206" x="3.33398" y="3.41016" width="40.2744" height="43.6172" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
28
+ <filter id="filter0_f_13756_69197" x="3.33398" y="3.41016" width="40.2744" height="43.6172" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
29
29
  <feFlood flood-opacity="0" result="BackgroundImageFix"/>
30
30
  <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
31
- <feGaussianBlur stdDeviation="7.5" result="effect1_foregroundBlur_13423_174206"/>
31
+ <feGaussianBlur stdDeviation="7.5" result="effect1_foregroundBlur_13756_69197"/>
32
32
  </filter>
33
- <clipPath id="bgblur_0_13423_174206_clip_path" transform="translate(-6.40137 7.81641)"><path d="M50.5366 22.7174C48.9256 21.4734 48.0623 20.2825 47.5938 18.0476L47.4345 17.2877C46.8239 14.3753 45.7639 12.6402 43.9212 11.0709C41.0764 8.63025 36.9476 7.67095 33.2661 8.45123L33.1096 8.48441C29.5055 9.24829 26.214 11.6961 24.5276 14.9736C23.4004 17.2117 23.0666 19.3265 23.6941 22.3195L23.8534 23.0794C24.3219 25.3143 24.0489 26.7461 23.0357 28.5463C22.2904 29.8723 22.2786 31.376 22.6047 32.9316C22.9312 34.4891 23.7488 35.8563 25.0203 36.8391C26.6532 37.9942 28.7259 38.5133 30.6801 38.2657C33.5278 37.9953 36.3339 37.526 39.1552 36.928C41.9748 36.3304 44.7136 35.5402 47.4462 34.7121C49.3318 34.1459 51.0197 32.8297 52.0499 31.1102C52.817 29.6953 53.0179 28.1122 52.6914 26.5548C52.3652 24.9991 51.7508 23.6281 50.5366 22.7174Z"/>
34
- </clipPath><clipPath id="bgblur_1_13423_174206_clip_path" transform="translate(-18.7412 -22.4922)"><path d="M43.1954 38.4942C42.2708 38.4918 36.8797 39.6344 36.0348 40.0119C35.3153 40.3479 34.583 40.9299 34.7709 41.826C34.9941 42.6715 35.65 43.3206 36.4399 43.6529L36.4385 43.6551C37.4768 44.1651 38.6165 44.3877 39.7458 44.315C40.3467 44.2718 40.9404 44.1422 41.5294 43.9369C42.59 43.5455 43.5434 42.8792 44.2886 41.9913L44.2865 41.9898C44.8757 41.3652 45.2153 40.5052 45.08 39.641C44.8921 38.7448 43.9886 38.5096 43.1954 38.4942Z"/>
35
- </clipPath><filter id="filter3_d_13423_174206" x="22.6543" y="-1.83594" width="35.4629" height="35.9609" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
33
+ <clipPath id="bgblur_0_13756_69197_clip_path" transform="translate(-6.40137 7.81641)"><path d="M50.5366 22.7174C48.9256 21.4734 48.0623 20.2825 47.5938 18.0476L47.4345 17.2877C46.8239 14.3753 45.7639 12.6402 43.9212 11.0709C41.0764 8.63025 36.9476 7.67095 33.2661 8.45123L33.1096 8.48441C29.5055 9.24829 26.214 11.6961 24.5276 14.9736C23.4004 17.2117 23.0666 19.3265 23.6941 22.3195L23.8534 23.0794C24.3219 25.3143 24.0489 26.7461 23.0357 28.5463C22.2904 29.8723 22.2786 31.376 22.6047 32.9316C22.9312 34.4891 23.7488 35.8563 25.0203 36.8391C26.6532 37.9942 28.7259 38.5133 30.6801 38.2657C33.5278 37.9953 36.3339 37.526 39.1552 36.928C41.9748 36.3304 44.7136 35.5402 47.4462 34.7121C49.3318 34.1459 51.0197 32.8297 52.0499 31.1102C52.817 29.6953 53.0179 28.1122 52.6914 26.5548C52.3652 24.9991 51.7508 23.6281 50.5366 22.7174"/>
34
+ </clipPath><clipPath id="bgblur_1_13756_69197_clip_path" transform="translate(-18.7412 -22.4922)"><path d="M43.1954 38.4942C42.2708 38.4918 36.8797 39.6344 36.0348 40.0119C35.3153 40.3479 34.583 40.9299 34.7709 41.826C34.9941 42.6715 35.65 43.3206 36.4399 43.6529L36.4385 43.6551C37.4768 44.1651 38.6165 44.3877 39.7458 44.315C40.3467 44.2718 40.9404 44.1422 41.5294 43.9369C42.59 43.5455 43.5434 42.8792 44.2886 41.9913L44.2865 41.9898C44.8757 41.3652 45.2153 40.5052 45.08 39.641C44.8921 38.7448 43.9886 38.5096 43.1954 38.4942"/>
35
+ </clipPath><filter id="filter3_d_13756_69197" x="22.6543" y="-1.83594" width="35.4629" height="35.9609" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
36
36
  <feFlood flood-opacity="0" result="BackgroundImageFix"/>
37
37
  <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
38
38
  <feOffset dx="5" dy="5"/>
39
39
  <feGaussianBlur stdDeviation="5"/>
40
40
  <feColorMatrix type="matrix" values="0 0 0 0 0.15375 0 0 0 0 0.522433 0 0 0 0 0.9 0 0 0 0.5 0"/>
41
- <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_13423_174206"/>
42
- <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_13423_174206" result="shape"/>
41
+ <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_13756_69197"/>
42
+ <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_13756_69197" result="shape"/>
43
43
  </filter>
44
- <clipPath id="bgblur_2_13423_174206_clip_path" transform="translate(-22.6543 1.83594)"><path d="M39.1709 13.1939C38.5295 13.0492 37.8818 13.4258 37.6816 14.0358C37.6144 14.3752 37.6679 14.7348 37.8587 15.0214C38.0495 15.308 38.3483 15.5111 38.6984 15.5858L38.7446 15.5998C39.7873 15.9148 40.5362 16.8427 40.6069 17.9123C40.6409 18.6093 41.2284 19.1466 41.9177 19.126C42.6114 19.0903 43.1428 18.515 43.1162 17.8365C42.964 15.6793 41.4517 13.834 39.3484 13.2475L39.1709 13.1939Z"/>
45
- </clipPath><linearGradient id="paint0_linear_13423_174206" x1="31.288" y1="37.5165" x2="8.86016" y2="27.0474" gradientUnits="userSpaceOnUse">
44
+ <clipPath id="bgblur_2_13756_69197_clip_path" transform="translate(-22.6543 1.83594)"><path d="M39.1709 13.1939C38.5295 13.0492 37.8818 13.4258 37.6816 14.0358C37.6144 14.3752 37.6679 14.7348 37.8587 15.0214C38.0495 15.308 38.3483 15.5111 38.6984 15.5858L38.7446 15.5998C39.7873 15.9148 40.5362 16.8427 40.6069 17.9123C40.6409 18.6093 41.2284 19.1466 41.9177 19.126C42.6114 19.0903 43.1428 18.515 43.1162 17.8365C42.964 15.6793 41.4517 13.834 39.3484 13.2475L39.1709 13.1939Z"/>
45
+ </clipPath><linearGradient id="paint0_linear_13756_69197" x1="31.288" y1="37.5165" x2="8.86016" y2="27.0474" gradientUnits="userSpaceOnUse">
46
46
  <stop stop-color="#FF8E4F"/>
47
47
  <stop offset="1" stop-color="#EF592E"/>
48
48
  </linearGradient>
49
- <linearGradient id="paint1_linear_13423_174206" x1="23.1063" y1="40.674" x2="16.3401" y2="36.1329" gradientUnits="userSpaceOnUse">
49
+ <linearGradient id="paint1_linear_13756_69197" x1="23.1063" y1="40.674" x2="16.3401" y2="36.1329" gradientUnits="userSpaceOnUse">
50
50
  <stop stop-color="#FF8E4F"/>
51
51
  <stop offset="1" stop-color="#EF592E"/>
52
52
  </linearGradient>
53
- <linearGradient id="paint2_linear_13423_174206" x1="27.264" y1="32.7861" x2="16.5162" y2="28.4344" gradientUnits="userSpaceOnUse">
53
+ <linearGradient id="paint2_linear_13756_69197" x1="27.264" y1="32.7861" x2="16.5162" y2="28.4344" gradientUnits="userSpaceOnUse">
54
54
  <stop stop-color="#FF8E4F"/>
55
55
  <stop offset="1" stop-color="#EF592E"/>
56
56
  </linearGradient>
57
- <linearGradient id="paint3_linear_13423_174206" x1="23.6289" y1="13.9568" x2="46.4666" y2="33.6151" gradientUnits="userSpaceOnUse">
57
+ <linearGradient id="paint3_linear_13756_69197" x1="23.6289" y1="13.9568" x2="46.4666" y2="33.6151" gradientUnits="userSpaceOnUse">
58
58
  <stop stop-color="white" stop-opacity="0.25"/>
59
59
  <stop offset="1" stop-color="white" stop-opacity="0"/>
60
60
  </linearGradient>
61
- <linearGradient id="paint4_linear_13423_174206" x1="36.1957" y1="40.4465" x2="39.6746" y2="45.6797" gradientUnits="userSpaceOnUse">
61
+ <linearGradient id="paint4_linear_13756_69197" x1="36.1957" y1="40.4465" x2="39.6746" y2="45.6797" gradientUnits="userSpaceOnUse">
62
62
  <stop stop-color="white" stop-opacity="0.25"/>
63
63
  <stop offset="1" stop-color="white" stop-opacity="0"/>
64
64
  </linearGradient>
65
- <linearGradient id="paint5_linear_13423_174206" x1="42.9256" y1="14.6939" x2="41.1959" y2="19.9345" gradientUnits="userSpaceOnUse">
65
+ <linearGradient id="paint5_linear_13756_69197" x1="42.9256" y1="14.6939" x2="41.1959" y2="19.9345" gradientUnits="userSpaceOnUse">
66
66
  <stop stop-color="white"/>
67
67
  <stop offset="1" stop-color="white" stop-opacity="0.2"/>
68
68
  </linearGradient>
69
- <linearGradient id="paint6_linear_13423_174206" x1="40.8179" y1="18.3053" x2="42.0167" y2="14.2755" gradientUnits="userSpaceOnUse">
69
+ <linearGradient id="paint6_linear_13756_69197" x1="40.8179" y1="18.3053" x2="42.0167" y2="14.2755" gradientUnits="userSpaceOnUse">
70
70
  <stop stop-color="white"/>
71
71
  <stop offset="1" stop-color="white" stop-opacity="0"/>
72
72
  </linearGradient>