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,53 +1,53 @@
1
- <svg width="55" height="56" viewBox="0 0 55 56" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M36.4727 15.6114L25.097 12.5525C20.9708 11.4429 17.921 13.2215 16.8117 17.376L13.0548 31.4469C11.9274 35.6696 13.697 38.6857 17.8232 39.7953L29.1988 42.8542C33.3916 43.9816 36.359 42.2393 37.4864 38.0166L41.2433 23.9457C42.3526 19.7912 40.6654 16.7388 36.4727 15.6114Z" fill="url(#paint0_linear_13455_63898)"/>
3
- <g opacity="0.5" filter="url(#filter0_f_13455_63898)">
4
- <path d="M33.5011 19.4638L25.7508 17.3797C22.9395 16.6237 20.8617 17.8355 20.1059 20.666L17.5463 30.2527C16.7782 33.1296 17.9838 35.1845 20.7951 35.9405L28.5454 38.0246C31.4019 38.7927 33.4237 37.6056 34.1918 34.7287L36.7514 25.142C37.5072 22.3115 36.3577 20.2319 33.5011 19.4638Z" fill="#39B93A"/>
1
+ <svg width="54" height="56" viewBox="0 0 54 56" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M36.2852 15.6114L24.9095 12.5525C20.7833 11.4429 17.7335 13.2215 16.6242 17.376L12.8673 31.4469C11.7399 35.6696 13.5095 38.6857 17.6357 39.7953L29.0113 42.8542C33.2041 43.9816 36.1715 42.2393 37.2989 38.0166L41.0558 23.9457C42.1651 19.7912 40.4779 16.7388 36.2852 15.6114Z" fill="url(#paint0_linear_13756_69215)"/>
3
+ <g opacity="0.5" filter="url(#filter0_f_13756_69215)">
4
+ <path d="M33.3126 19.4638L25.5623 17.3797C22.7511 16.6237 20.6732 17.8355 19.9175 20.666L17.3578 30.2527C16.5897 33.1296 17.7953 35.1845 20.6066 35.9405L28.3569 38.0245C31.2135 38.7927 33.2352 37.6056 34.0033 34.7287L36.5629 25.142C37.3187 22.3115 36.1692 20.2319 33.3126 19.4638Z" fill="#39B93A"/>
5
5
  </g>
6
- <foreignObject x="-24" y="-6.65234" width="82.335" height="82.4492"><div xmlns="http://www.w3.org/1999/xhtml" style="backdrop-filter:blur(12px);clip-path:url(#bgblur_0_13455_63898_clip_path);height:100%;width:100%"></div></foreignObject><g data-figma-bg-blur-radius="24">
7
- <mask id="path-3-outside-1_13455_63898" maskUnits="userSpaceOnUse" x="0" y="17.3477" width="35" height="35" fill="black">
8
- <rect fill="white" y="17.3477" width="35" height="35"/>
9
- <path d="M24.1844 18.3477H10.1671C4.68622 18.3477 1 22.2092 1 27.953V41.2089C1 46.9364 4.68622 50.798 10.1671 50.798H24.1844C29.6652 50.798 33.3353 46.9364 33.3353 41.2089V27.953C33.3353 22.2092 29.6652 18.3477 24.1844 18.3477Z"/>
6
+ <foreignObject x="-23.3955" y="-7.44922" width="82.335" height="82.4492"><div xmlns="http://www.w3.org/1999/xhtml" style="backdrop-filter:blur(12px);clip-path:url(#bgblur_0_13756_69215_clip_path);height:100%;width:100%"></div></foreignObject><g data-figma-bg-blur-radius="24">
7
+ <mask id="path-3-outside-1_13756_69215" maskUnits="userSpaceOnUse" x="0.604492" y="16.5508" width="35" height="35" fill="black">
8
+ <rect fill="white" x="0.604492" y="16.5508" width="35" height="35"/>
9
+ <path d="M24.7889 17.5508H10.7715C5.29072 17.5508 1.60449 21.4124 1.60449 27.1561V40.412C1.60449 46.1395 5.29072 50.0011 10.7715 50.0011H24.7889C30.2697 50.0011 33.9398 46.1395 33.9398 40.412V27.1561C33.9398 21.4124 30.2697 17.5508 24.7889 17.5508"/>
10
10
  </mask>
11
- <path d="M24.1844 18.3477H10.1671C4.68622 18.3477 1 22.2092 1 27.953V41.2089C1 46.9364 4.68622 50.798 10.1671 50.798H24.1844C29.6652 50.798 33.3353 46.9364 33.3353 41.2089V27.953C33.3353 22.2092 29.6652 18.3477 24.1844 18.3477Z" fill="#72DC60" fill-opacity="0.35"/>
12
- <path d="M24.1844 19.3477C24.7367 19.3477 25.1844 18.8999 25.1844 18.3477C25.1844 17.7954 24.7367 17.3477 24.1844 17.3477V18.3477V19.3477ZM24.1844 17.3477C23.6321 17.3477 23.1844 17.7954 23.1844 18.3477C23.1844 18.8999 23.6321 19.3477 24.1844 19.3477V18.3477V17.3477ZM24.1844 18.3477V17.3477H10.1671V18.3477V19.3477H24.1844V18.3477ZM10.1671 18.3477V17.3477C7.18273 17.3477 4.61955 18.4046 2.80482 20.306C0.993958 22.2033 0 24.8653 0 27.953H1H2C2 25.2969 2.84915 23.1563 4.25161 21.6868C5.6502 20.2215 7.67055 19.3477 10.1671 19.3477V18.3477ZM1 27.953H0V41.2089H1H2V27.953H1ZM1 41.2089H0C0 44.2891 0.994405 46.9471 2.80524 48.8421C4.61985 50.7411 7.18277 51.798 10.1671 51.798V50.798V49.798C7.67051 49.798 5.6499 48.9241 4.25119 47.4604C2.84871 45.9927 2 43.8562 2 41.2089H1ZM10.1671 50.798V51.798H24.1844V50.798V49.798H10.1671V50.798ZM24.1844 50.798V51.798C27.1689 51.798 29.7283 50.7409 31.539 48.8412C33.3457 46.9458 34.3353 44.2879 34.3353 41.2089H33.3353H32.3353C32.3353 43.8574 31.4899 45.9941 30.0913 47.4613C28.6968 48.9243 26.6808 49.798 24.1844 49.798V50.798ZM33.3353 41.2089H34.3353V27.953H33.3353H32.3353V41.2089H33.3353ZM33.3353 27.953H34.3353C34.3353 24.8666 33.3461 22.2046 31.5394 20.3069C29.7285 18.4048 27.1689 17.3477 24.1844 17.3477V18.3477V19.3477C26.6807 19.3477 28.6965 20.2213 30.0909 21.6859C31.4894 23.1549 32.3353 25.2956 32.3353 27.953H33.3353Z" fill="url(#paint1_linear_13455_63898)" mask="url(#path-3-outside-1_13455_63898)"/>
11
+ <path d="M24.7889 17.5508H10.7715C5.29072 17.5508 1.60449 21.4124 1.60449 27.1561V40.412C1.60449 46.1395 5.29072 50.0011 10.7715 50.0011H24.7889C30.2697 50.0011 33.9398 46.1395 33.9398 40.412V27.1561C33.9398 21.4124 30.2697 17.5508 24.7889 17.5508" fill="#72DC60" fill-opacity="0.35"/>
12
+ <path d="M24.7889 18.5508C25.3412 18.5508 25.7889 18.1031 25.7889 17.5508C25.7889 16.9985 25.3412 16.5508 24.7889 16.5508V17.5508V18.5508ZM24.7889 16.5508C24.2366 16.5508 23.7889 16.9985 23.7889 17.5508C23.7889 18.1031 24.2366 18.5508 24.7889 18.5508V17.5508V16.5508ZM24.7889 17.5508V16.5508H10.7715V17.5508V18.5508H24.7889V17.5508ZM10.7715 17.5508V16.5508C7.78722 16.5508 5.22404 17.6077 3.40931 19.5091C1.59845 21.4064 0.604492 24.0685 0.604492 27.1561H1.60449H2.60449C2.60449 24.5 3.45365 22.3594 4.8561 20.89C6.25469 19.4246 8.27504 18.5508 10.7715 18.5508V17.5508ZM1.60449 27.1561H0.604492V40.412H1.60449H2.60449V27.1561H1.60449ZM1.60449 40.412H0.604492C0.604492 43.4923 1.5989 46.1503 3.40973 48.0453C5.22434 49.9442 7.78726 51.0011 10.7715 51.0011V50.0011V49.0011C8.275 49.0011 6.25439 48.1272 4.85569 46.6635C3.4532 45.1958 2.60449 43.0593 2.60449 40.412H1.60449ZM10.7715 50.0011V51.0011H24.7889V50.0011V49.0011H10.7715V50.0011ZM24.7889 50.0011V51.0011C27.7734 51.0011 30.3327 49.944 32.1435 48.0443C33.9502 46.1489 34.9398 43.491 34.9398 40.412H33.9398H32.9398C32.9398 43.0605 32.0944 45.1972 30.6958 46.6644C29.3013 48.1274 27.2852 49.0011 24.7889 49.0011V50.0011ZM33.9398 40.412H34.9398V27.1561H33.9398H32.9398V40.412H33.9398ZM33.9398 27.1561H34.9398C34.9398 24.0697 33.9506 21.4078 32.1439 19.51C30.333 17.6079 27.7734 16.5508 24.7889 16.5508V17.5508V18.5508C27.2852 18.5508 29.301 19.4244 30.6954 20.8891C32.0939 22.358 32.9398 24.4988 32.9398 27.1561H33.9398Z" fill="url(#paint1_linear_13756_69215)" mask="url(#path-3-outside-1_13756_69215)"/>
13
13
  </g>
14
- <foreignObject x="-5.00391" y="14.3008" width="44.3408" height="40.5391"><div xmlns="http://www.w3.org/1999/xhtml" style="backdrop-filter:blur(7.5px);clip-path:url(#bgblur_1_13455_63898_clip_path);height:100%;width:100%"></div></foreignObject><g filter="url(#filter2_d_13455_63898)" data-figma-bg-blur-radius="15">
15
- <mask id="path-5-inside-2_13455_63898" fill="white">
16
- <path d="M15.2482 39.8415C14.886 39.8415 14.5238 39.7035 14.2474 39.4261L10.4108 35.5759C9.85786 35.021 9.85786 34.1221 10.4108 33.5688C10.9637 33.0139 11.8578 33.0123 12.4107 33.5672L15.2482 36.4147L21.9222 29.717C22.4751 29.1621 23.3692 29.1621 23.9221 29.717C24.475 30.2719 24.475 31.1707 23.9221 31.7256L16.2489 39.4261C15.9725 39.7035 15.6103 39.8415 15.2482 39.8415Z"/>
14
+ <foreignObject x="-4.39941" y="13.5078" width="44.3408" height="40.5391"><div xmlns="http://www.w3.org/1999/xhtml" style="backdrop-filter:blur(7.5px);clip-path:url(#bgblur_1_13756_69215_clip_path);height:100%;width:100%"></div></foreignObject><g filter="url(#filter2_d_13756_69215)" data-figma-bg-blur-radius="15">
15
+ <mask id="path-5-inside-2_13756_69215" fill="white">
16
+ <path d="M15.8526 39.0485C15.4905 39.0485 15.1283 38.9106 14.8519 38.6331L11.0153 34.7829C10.4624 34.228 10.4624 33.3291 11.0153 32.7758C11.5682 32.2209 12.4623 32.2193 13.0152 32.7742L15.8526 35.6217L22.5267 28.924C23.0796 28.3691 23.9737 28.3691 24.5266 28.924C25.0795 29.4789 25.0795 30.3778 24.5266 30.9327L16.8534 38.6331C16.577 38.9106 16.2148 39.0485 15.8526 39.0485"/>
17
17
  </mask>
18
- <path d="M15.2482 39.8415C14.886 39.8415 14.5238 39.7035 14.2474 39.4261L10.4108 35.5759C9.85786 35.021 9.85786 34.1221 10.4108 33.5688C10.9637 33.0139 11.8578 33.0123 12.4107 33.5672L15.2482 36.4147L21.9222 29.717C22.4751 29.1621 23.3692 29.1621 23.9221 29.717C24.475 30.2719 24.475 31.1707 23.9221 31.7256L16.2489 39.4261C15.9725 39.7035 15.6103 39.8415 15.2482 39.8415Z" fill="url(#paint2_linear_13455_63898)"/>
19
- <path d="M10.4108 33.5688L10.5523 33.7102L10.5525 33.71L10.4108 33.5688ZM15.2482 36.4147L15.1065 36.5559L15.2482 36.6981L15.3898 36.5559L15.2482 36.4147ZM23.9221 31.7256L23.7804 31.5845V31.5845L23.9221 31.7256ZM16.2489 39.4261L16.3906 39.5673V39.5673L16.2489 39.4261ZM15.2482 39.8415V39.6415C14.9368 39.6415 14.6264 39.5231 14.389 39.2849L14.2474 39.4261L14.1057 39.5673C14.4213 39.884 14.8352 40.0415 15.2482 40.0415V39.8415ZM14.2474 39.4261L14.389 39.2849L10.5525 35.4347L10.4108 35.5759L10.2691 35.717L14.1057 39.5673L14.2474 39.4261ZM10.4108 35.5759L10.5525 35.4347C10.0772 34.9577 10.0775 34.1853 10.5523 33.7102L10.4108 33.5688L10.2693 33.4274C9.63823 34.0589 9.63853 35.0842 10.2691 35.717L10.4108 35.5759ZM10.4108 33.5688L10.5525 33.71C11.0275 33.2332 11.7946 33.2322 12.2691 33.7084L12.4107 33.5672L12.5524 33.426C11.921 32.7924 10.8999 32.7946 10.2691 33.4276L10.4108 33.5688ZM12.4107 33.5672L12.2691 33.7084L15.1065 36.5559L15.2482 36.4147L15.3898 36.2735L12.5524 33.426L12.4107 33.5672ZM15.2482 36.4147L15.3898 36.5559L22.0638 29.8581L21.9222 29.717L21.7805 29.5758L15.1065 36.2735L15.2482 36.4147ZM21.9222 29.717L22.0638 29.8581C22.5386 29.3817 23.3057 29.3817 23.7804 29.8581L23.9221 29.717L24.0638 29.5758C23.4327 28.9424 22.4116 28.9424 21.7805 29.5758L21.9222 29.717ZM23.9221 29.717L23.7804 29.8581C24.2556 30.335 24.2556 31.1076 23.7804 31.5845L23.9221 31.7256L24.0638 31.8668C24.6945 31.2339 24.6945 30.2087 24.0638 29.5758L23.9221 29.717ZM23.9221 31.7256L23.7804 31.5845L16.1073 39.2849L16.2489 39.4261L16.3906 39.5673L24.0638 31.8668L23.9221 31.7256ZM16.2489 39.4261L16.1073 39.2849C15.8699 39.5231 15.5595 39.6415 15.2482 39.6415V39.8415V40.0415C15.6612 40.0415 16.075 39.884 16.3906 39.5673L16.2489 39.4261Z" fill="url(#paint3_linear_13455_63898)" fill-opacity="0.5" mask="url(#path-5-inside-2_13455_63898)"/>
18
+ <path d="M15.8526 39.0485C15.4905 39.0485 15.1283 38.9106 14.8519 38.6331L11.0153 34.7829C10.4624 34.228 10.4624 33.3291 11.0153 32.7758C11.5682 32.2209 12.4623 32.2193 13.0152 32.7742L15.8526 35.6217L22.5267 28.924C23.0796 28.3691 23.9737 28.3691 24.5266 28.924C25.0795 29.4789 25.0795 30.3778 24.5266 30.9327L16.8534 38.6331C16.577 38.9106 16.2148 39.0485 15.8526 39.0485" fill="url(#paint2_linear_13756_69215)"/>
19
+ <path d="M11.0153 32.7758L11.1568 32.9172L11.157 32.917L11.0153 32.7758ZM15.8526 35.6217L15.711 35.7629L15.8526 35.9051L15.9943 35.7629L15.8526 35.6217ZM24.5266 30.9327L24.3849 30.7915V30.7915L24.5266 30.9327ZM16.8534 38.6331L16.9951 38.7743V38.7743L16.8534 38.6331ZM15.8526 39.0485V38.8485C15.5413 38.8485 15.2309 38.7301 14.9935 38.492L14.8519 38.6331L14.7102 38.7743C15.0258 39.091 15.4396 39.2485 15.8526 39.2485V39.0485ZM14.8519 38.6331L14.9935 38.492L11.157 34.6417L11.0153 34.7829L10.8736 34.9241L14.7102 38.7743L14.8519 38.6331ZM11.0153 34.7829L11.157 34.6417C10.6817 34.1648 10.682 33.3923 11.1568 32.9172L11.0153 32.7758L10.8738 32.6345C10.2427 33.266 10.243 34.2912 10.8736 34.9241L11.0153 34.7829ZM11.0153 32.7758L11.157 32.917C11.632 32.4403 12.3991 32.4392 12.8736 32.9154L13.0152 32.7742L13.1569 32.633C12.5255 31.9994 11.5044 32.0016 10.8736 32.6347L11.0153 32.7758ZM13.0152 32.7742L12.8736 32.9154L15.711 35.7629L15.8526 35.6217L15.9943 35.4806L13.1569 32.633L13.0152 32.7742ZM15.8526 35.6217L15.9943 35.7629L22.6683 29.0652L22.5267 28.924L22.385 28.7828L15.711 35.4806L15.8526 35.6217ZM22.5267 28.924L22.6683 29.0652C23.1431 28.5887 23.9101 28.5887 24.3849 29.0652L24.5266 28.924L24.6683 28.7828C24.0372 28.1495 23.0161 28.1495 22.385 28.7828L22.5267 28.924ZM24.5266 28.924L24.3849 29.0652C24.8601 29.542 24.8601 30.3146 24.3849 30.7915L24.5266 30.9327L24.6683 31.0738C25.299 30.4409 25.299 29.4158 24.6683 28.7828L24.5266 28.924ZM24.5266 30.9327L24.3849 30.7915L16.7118 38.492L16.8534 38.6331L16.9951 38.7743L24.6683 31.0738L24.5266 30.9327ZM16.8534 38.6331L16.7118 38.492C16.4744 38.7301 16.164 38.8485 15.8526 38.8485V39.0485V39.2485C16.2656 39.2485 16.6795 39.091 16.9951 38.7743L16.8534 38.6331Z" fill="url(#paint3_linear_13756_69215)" fill-opacity="0.5" mask="url(#path-5-inside-2_13756_69215)"/>
20
20
  </g>
21
21
  <defs>
22
- <filter id="filter0_f_13455_63898" x="3.31934" y="3.16016" width="47.6582" height="49.0938" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
22
+ <filter id="filter0_f_13756_69215" x="3.13086" y="3.16016" width="47.6582" height="49.0938" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
23
23
  <feFlood flood-opacity="0" result="BackgroundImageFix"/>
24
24
  <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
25
- <feGaussianBlur stdDeviation="7" result="effect1_foregroundBlur_13455_63898"/>
25
+ <feGaussianBlur stdDeviation="7" result="effect1_foregroundBlur_13756_69215"/>
26
26
  </filter>
27
- <clipPath id="bgblur_0_13455_63898_clip_path" transform="translate(24 6.65234)"><path d="M24.1844 18.3477H10.1671C4.68622 18.3477 1 22.2092 1 27.953V41.2089C1 46.9364 4.68622 50.798 10.1671 50.798H24.1844C29.6652 50.798 33.3353 46.9364 33.3353 41.2089V27.953C33.3353 22.2092 29.6652 18.3477 24.1844 18.3477Z"/>
28
- </clipPath><filter id="filter2_d_13455_63898" x="-5.00391" y="14.3008" width="44.3408" height="40.5391" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
27
+ <clipPath id="bgblur_0_13756_69215_clip_path" transform="translate(23.3955 7.44922)"><path d="M24.7889 17.5508H10.7715C5.29072 17.5508 1.60449 21.4124 1.60449 27.1561V40.412C1.60449 46.1395 5.29072 50.0011 10.7715 50.0011H24.7889C30.2697 50.0011 33.9398 46.1395 33.9398 40.412V27.1561C33.9398 21.4124 30.2697 17.5508 24.7889 17.5508"/>
28
+ </clipPath><filter id="filter2_d_13756_69215" x="-4.39941" y="13.5078" width="44.3408" height="40.5391" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
29
29
  <feFlood flood-opacity="0" result="BackgroundImageFix"/>
30
30
  <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"/>
31
31
  <feOffset dx="5" dy="5"/>
32
32
  <feGaussianBlur stdDeviation="5"/>
33
33
  <feColorMatrix type="matrix" values="0 0 0 0 0.454902 0 0 0 0 0.870588 0 0 0 0 0.376471 0 0 0 0.5 0"/>
34
- <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_13455_63898"/>
35
- <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_13455_63898" result="shape"/>
34
+ <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_13756_69215"/>
35
+ <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_13756_69215" result="shape"/>
36
36
  </filter>
37
- <clipPath id="bgblur_1_13455_63898_clip_path" transform="translate(5.00391 -14.3008)"><path d="M15.2482 39.8415C14.886 39.8415 14.5238 39.7035 14.2474 39.4261L10.4108 35.5759C9.85786 35.021 9.85786 34.1221 10.4108 33.5688C10.9637 33.0139 11.8578 33.0123 12.4107 33.5672L15.2482 36.4147L21.9222 29.717C22.4751 29.1621 23.3692 29.1621 23.9221 29.717C24.475 30.2719 24.475 31.1707 23.9221 31.7256L16.2489 39.4261C15.9725 39.7035 15.6103 39.8415 15.2482 39.8415Z"/>
38
- </clipPath><linearGradient id="paint0_linear_13455_63898" x1="43" y1="17.3666" x2="18.144" y2="32.5252" gradientUnits="userSpaceOnUse">
37
+ <clipPath id="bgblur_1_13756_69215_clip_path" transform="translate(4.39941 -13.5078)"><path d="M15.8526 39.0485C15.4905 39.0485 15.1283 38.9106 14.8519 38.6331L11.0153 34.7829C10.4624 34.228 10.4624 33.3291 11.0153 32.7758C11.5682 32.2209 12.4623 32.2193 13.0152 32.7742L15.8526 35.6217L22.5267 28.924C23.0796 28.3691 23.9737 28.3691 24.5266 28.924C25.0795 29.4789 25.0795 30.3778 24.5266 30.9327L16.8534 38.6331C16.577 38.9106 16.2148 39.0485 15.8526 39.0485"/>
38
+ </clipPath><linearGradient id="paint0_linear_13756_69215" x1="42.8125" y1="17.3666" x2="17.9565" y2="32.5252" gradientUnits="userSpaceOnUse">
39
39
  <stop stop-color="#9BF763"/>
40
40
  <stop offset="1" stop-color="#26AB5B"/>
41
41
  </linearGradient>
42
- <linearGradient id="paint1_linear_13455_63898" x1="6.14725" y1="22.1282" x2="26.8625" y2="47.6935" gradientUnits="userSpaceOnUse">
42
+ <linearGradient id="paint1_linear_13756_69215" x1="6.75174" y1="21.3313" x2="27.467" y2="46.8966" gradientUnits="userSpaceOnUse">
43
43
  <stop stop-color="white" stop-opacity="0.25"/>
44
44
  <stop offset="1" stop-color="white" stop-opacity="0"/>
45
45
  </linearGradient>
46
- <linearGradient id="paint2_linear_13455_63898" x1="23.3201" y1="31.2042" x2="7.36029" y2="31.9122" gradientUnits="userSpaceOnUse">
46
+ <linearGradient id="paint2_linear_13756_69215" x1="23.9245" y1="30.4112" x2="7.96478" y2="31.1192" gradientUnits="userSpaceOnUse">
47
47
  <stop stop-color="white"/>
48
48
  <stop offset="1" stop-color="white" stop-opacity="0.2"/>
49
49
  </linearGradient>
50
- <linearGradient id="paint3_linear_13455_63898" x1="11.5409" y1="32.8367" x2="23.7178" y2="32.9281" gradientUnits="userSpaceOnUse">
50
+ <linearGradient id="paint3_linear_13756_69215" x1="12.1454" y1="32.0437" x2="24.3223" y2="32.1352" gradientUnits="userSpaceOnUse">
51
51
  <stop stop-color="white"/>
52
52
  <stop offset="1" stop-color="white" stop-opacity="0"/>
53
53
  </linearGradient>
@@ -1,46 +1,46 @@
1
- <svg width="71" height="66" viewBox="0 0 71 66" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M48.102 32.5404L30.8716 15.2239C29.0578 13.3667 26.0393 13.3199 24.1598 15.1417C23.5047 15.7504 23.055 16.5434 22.8426 17.3794L16.4615 41.2515C16.1203 43.8277 17.965 46.1943 20.5681 46.5089C21.0853 46.5589 21.6183 46.5374 22.129 46.4321L45.8639 40.014C47.0628 39.6208 48.0403 38.7868 48.6281 37.663C49.215 36.5359 49.3248 35.2478 48.9393 34.0575C48.7696 33.5492 48.5239 33.0823 48.102 32.5404Z" fill="url(#paint0_linear_13423_173960)"/>
3
- <g filter="url(#filter0_f_13423_173960)">
4
- <path d="M41.3883 34.059L31.5096 24.1309C30.4697 23.0662 28.7391 23.0393 27.6616 24.0838C27.286 24.4328 27.0282 24.8875 26.9063 25.3667L23.2479 39.0533C23.0523 40.5303 24.1099 41.8871 25.6023 42.0674C25.8989 42.0961 26.2044 42.0838 26.4972 42.0234L40.1051 38.3438C40.7924 38.1183 41.3529 37.6402 41.6899 36.9958C42.0264 36.3497 42.0893 35.6112 41.8683 34.9287C41.771 34.6373 41.6301 34.3696 41.3883 34.059Z" fill="#E40010"/>
1
+ <svg width="70" height="66" viewBox="0 0 70 66" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M48.102 32.5404L30.8716 15.2239C29.0578 13.3667 26.0393 13.3199 24.1598 15.1417C23.5047 15.7504 23.055 16.5434 22.8426 17.3794L16.4615 41.2515C16.1203 43.8277 17.965 46.1943 20.5681 46.5089C21.0853 46.5589 21.6183 46.5374 22.129 46.432L45.8639 40.014C47.0628 39.6208 48.0403 38.7868 48.6281 37.663C49.215 36.5359 49.3248 35.2478 48.9393 34.0575C48.7696 33.5493 48.5239 33.0823 48.102 32.5404V32.5404Z" fill="url(#paint0_linear_13756_68495)"/>
3
+ <g filter="url(#filter0_f_13756_68495)">
4
+ <path d="M41.3883 34.059L31.5096 24.1309C30.4697 23.0662 28.7391 23.0393 27.6616 24.0838C27.286 24.4328 27.0282 24.8875 26.9063 25.3667L23.2479 39.0533C23.0523 40.5303 24.1099 41.8871 25.6023 42.0674C25.8989 42.0961 26.2044 42.0838 26.4972 42.0234L40.1051 38.3438C40.7924 38.1183 41.3529 37.6402 41.6899 36.9958C42.0264 36.3497 42.0893 35.6112 41.8683 34.9287C41.771 34.6373 41.6301 34.3696 41.3883 34.059V34.059Z" fill="#E40010"/>
5
5
  </g>
6
- <foreignObject x="0.582031" y="-14.7148" width="93.4355" height="89.2969"><div xmlns="http://www.w3.org/1999/xhtml" style="backdrop-filter:blur(12px);clip-path:url(#bgblur_0_13423_173960_clip_path);height:100%;width:100%"></div></foreignObject><path data-figma-bg-blur-radius="24" d="M44.0771 10.6191C47.2717 8.83836 51.3292 10.0074 53.1143 13.1846L68.9004 40.7246L68.9268 40.7793C69.2939 41.6481 69.4605 42.3714 69.5078 43.127L69.5088 43.1318C69.6028 44.889 68.9899 46.5965 67.793 47.9082V47.9092C66.5983 49.2137 64.9777 49.9864 63.2168 50.0801C63.208 50.0805 63.1983 50.0811 63.1895 50.0811H31.4014C31.3912 50.0811 31.3803 50.0807 31.3701 50.0801C30.6427 50.0356 29.9203 49.8702 29.248 49.6162L29.2373 49.6123V49.6113C25.835 48.2321 24.1873 44.3498 25.5752 40.9775L25.6035 40.9199L41.498 13.165C42.0835 12.1153 42.9727 11.2069 44.0771 10.6191Z" fill="#FF9A9C" fill-opacity="0.35" stroke="url(#paint1_linear_13423_173960)" stroke-linecap="round" stroke-linejoin="round"/>
7
- <foreignObject x="30.3857" y="8.58203" width="33.7998" height="47.3047"><div xmlns="http://www.w3.org/1999/xhtml" style="backdrop-filter:blur(7.5px);clip-path:url(#bgblur_1_13423_173960_clip_path);height:100%;width:100%"></div></foreignObject><g filter="url(#filter2_d_13423_173960)" data-figma-bg-blur-radius="15">
8
- <mask id="path-4-inside-1_13423_173960" fill="white">
9
- <path d="M47.2969 37.0771C48.339 37.0773 49.1855 37.9239 49.1855 38.96C49.1853 40.0196 48.3388 40.8865 47.2969 40.8867C46.2547 40.8867 45.3858 40.0195 45.3857 38.9834C45.3857 37.9429 46.2546 37.0771 47.2969 37.0771ZM47.2969 23.582C48.3389 23.5822 49.1854 24.4235 49.1855 25.4639V31.584C49.1855 32.6222 48.3389 33.4891 47.2969 33.4893C46.2547 33.4893 45.3858 32.6223 45.3857 31.584V25.4639C45.3858 24.4234 46.2547 23.582 47.2969 23.582Z"/>
6
+ <foreignObject x="0.582031" y="-14.7109" width="91.1807" height="87.2539"><div xmlns="http://www.w3.org/1999/xhtml" style="backdrop-filter:blur(12px);clip-path:url(#bgblur_0_13756_68495_clip_path);height:100%;width:100%"></div></foreignObject><path data-figma-bg-blur-radius="24" d="M43.1133 10.5781C46.1531 8.89006 50.0094 10.0038 51.707 13.0254L66.6729 39.1348L66.2393 39.3838L66.7002 39.1895C67.0493 40.0156 67.2079 40.7043 67.2529 41.4238V41.4287C67.3424 43.1016 66.7595 44.7269 65.6201 45.9756V45.9766C64.4829 47.2184 62.9401 47.9548 61.2637 48.0439H31.0986C31.0885 48.0439 31.0784 48.0436 31.0684 48.043C30.3758 48.0007 29.6884 47.8433 29.0488 47.6016L29.0371 47.5977C25.7985 46.2846 24.2305 42.5884 25.5518 39.3779C25.5599 39.3581 25.5694 39.3389 25.5801 39.3203L40.6494 13.0068C41.1734 12.0673 41.9526 11.2465 42.918 10.6865L43.1133 10.5781Z" fill="#FF9A9C" fill-opacity="0.35" stroke="url(#paint1_linear_13756_68495)" stroke-linecap="round" stroke-linejoin="round"/>
7
+ <foreignObject x="29.3574" y="7.89453" width="33.6025" height="46.4062"><div xmlns="http://www.w3.org/1999/xhtml" style="backdrop-filter:blur(7.5px);clip-path:url(#bgblur_1_13756_68495_clip_path);height:100%;width:100%"></div></foreignObject><g filter="url(#filter2_d_13756_68495)" data-figma-bg-blur-radius="15">
8
+ <mask id="path-4-inside-1_13756_68495" fill="white">
9
+ <path d="M46.1689 35.6895C47.1571 35.6895 47.96 36.4913 47.96 37.4736C47.9598 38.4785 47.157 39.3008 46.1689 39.3008C45.1809 39.3008 44.3575 38.4784 44.3574 37.4961C44.3574 36.5096 45.1808 35.6895 46.1689 35.6895ZM46.1689 22.8945C47.157 22.8945 47.9599 23.6923 47.96 24.6787V30.4805C47.96 31.4649 47.1571 32.2881 46.1689 32.2881C45.1808 32.2881 44.3574 31.4649 44.3574 30.4805V24.6787C44.3575 23.6923 45.1809 22.8946 46.1689 22.8945Z"/>
10
10
  </mask>
11
- <path d="M47.2969 37.0771C48.339 37.0773 49.1855 37.9239 49.1855 38.96C49.1853 40.0196 48.3388 40.8865 47.2969 40.8867C46.2547 40.8867 45.3858 40.0195 45.3857 38.9834C45.3857 37.9429 46.2546 37.0771 47.2969 37.0771ZM47.2969 23.582C48.3389 23.5822 49.1854 24.4235 49.1855 25.4639V31.584C49.1855 32.6222 48.3389 33.4891 47.2969 33.4893C46.2547 33.4893 45.3858 32.6223 45.3857 31.584V25.4639C45.3858 24.4234 46.2547 23.582 47.2969 23.582Z" fill="url(#paint2_linear_13423_173960)"/>
12
- <path d="M47.2969 37.0771L47.2969 36.6771H47.2969V37.0771ZM49.1855 38.96L49.5855 38.9601V38.96H49.1855ZM47.2969 40.8867V41.2867H47.2969L47.2969 40.8867ZM45.3857 38.9834H44.9857V38.9834L45.3857 38.9834ZM47.2969 23.582L47.2969 23.182H47.2969V23.582ZM49.1855 25.4639H49.5855V25.4638L49.1855 25.4639ZM49.1855 31.584L49.5855 31.584V31.584H49.1855ZM47.2969 33.4893V33.8893H47.2969L47.2969 33.4893ZM45.3857 31.584H44.9857V31.584L45.3857 31.584ZM45.3857 25.4639L44.9857 25.4638V25.4639H45.3857ZM47.2969 37.0771L47.2968 37.4771C48.1189 37.4773 48.7855 38.1456 48.7855 38.96H49.1855H49.5855C49.5855 37.7021 48.5591 36.6774 47.2969 36.6771L47.2969 37.0771ZM49.1855 38.96L48.7855 38.9599C48.7853 39.8067 48.1099 40.4866 47.2968 40.4867L47.2969 40.8867L47.2969 41.2867C48.5677 41.2865 49.5852 40.2325 49.5855 38.9601L49.1855 38.96ZM47.2969 40.8867V40.4867C46.4743 40.4867 45.7858 39.7973 45.7857 38.9834L45.3857 38.9834L44.9857 38.9834C44.9858 40.2417 46.035 41.2867 47.2969 41.2867V40.8867ZM45.3857 38.9834H45.7857C45.7857 38.1649 46.4744 37.4771 47.2969 37.4771V37.0771V36.6771C46.0348 36.6771 44.9857 37.7209 44.9857 38.9834H45.3857ZM47.2969 23.582L47.2968 23.982C48.1197 23.9822 48.7855 24.6461 48.7855 25.4639L49.1855 25.4639L49.5855 25.4638C49.5854 24.2009 48.5582 23.1822 47.2969 23.182L47.2969 23.582ZM49.1855 25.4639H48.7855V31.584H49.1855H49.5855V25.4639H49.1855ZM49.1855 31.584L48.7855 31.584C48.7855 32.4063 48.113 33.0891 47.2968 33.0893L47.2969 33.4893L47.2969 33.8893C48.5649 33.889 49.5855 32.838 49.5855 31.584L49.1855 31.584ZM47.2969 33.4893V33.0893C46.4745 33.0893 45.7858 32.4003 45.7857 31.584L45.3857 31.584L44.9857 31.584C44.9858 32.8442 46.0348 33.8893 47.2969 33.8893V33.4893ZM45.3857 31.584H45.7857V25.4639H45.3857H44.9857V31.584H45.3857ZM45.3857 25.4639L45.7857 25.4639C45.7858 24.6521 46.4678 23.982 47.2969 23.982V23.582V23.182C46.0416 23.182 44.9859 24.1948 44.9857 25.4638L45.3857 25.4639Z" fill="url(#paint3_linear_13423_173960)" mask="url(#path-4-inside-1_13423_173960)"/>
11
+ <path d="M46.1689 35.6895C47.1571 35.6895 47.96 36.4913 47.96 37.4736C47.9598 38.4785 47.157 39.3008 46.1689 39.3008C45.1809 39.3008 44.3575 38.4784 44.3574 37.4961C44.3574 36.5096 45.1808 35.6895 46.1689 35.6895ZM46.1689 22.8945C47.157 22.8945 47.9599 23.6923 47.96 24.6787V30.4805C47.96 31.4649 47.1571 32.2881 46.1689 32.2881C45.1808 32.2881 44.3574 31.4649 44.3574 30.4805V24.6787C44.3575 23.6923 45.1809 22.8946 46.1689 22.8945Z" fill="url(#paint2_linear_13756_68495)"/>
12
+ <path d="M46.1689 35.6895V35.2895H46.1689L46.1689 35.6895ZM47.96 37.4736L48.36 37.4737V37.4736H47.96ZM46.1689 39.3008L46.1689 39.7008H46.1689V39.3008ZM44.3574 37.4961H43.9574V37.4961L44.3574 37.4961ZM46.1689 22.8945V22.4945H46.1689L46.1689 22.8945ZM47.96 24.6787H48.36V24.6787L47.96 24.6787ZM46.1689 32.2881L46.1689 32.6881H46.1689V32.2881ZM44.3574 24.6787L43.9574 24.6787V24.6787H44.3574ZM46.1689 35.6895V36.0895C46.9373 36.0895 47.56 36.7133 47.56 37.4736H47.96H48.36C48.36 36.2692 47.3768 35.2895 46.1689 35.2895V35.6895ZM47.96 37.4736L47.56 37.4736C47.5599 38.2656 46.9281 38.9008 46.1689 38.9008V39.3008V39.7008C47.3859 39.7008 48.3598 38.6913 48.36 37.4737L47.96 37.4736ZM46.1689 39.3008L46.169 38.9008C45.4007 38.9008 44.7575 38.2564 44.7574 37.4961L44.3574 37.4961L43.9574 37.4961C43.9575 38.7004 44.9611 39.7008 46.1689 39.7008L46.1689 39.3008ZM44.3574 37.4961H44.7574C44.7574 36.7317 45.4006 36.0895 46.169 36.0895L46.1689 35.6895L46.1689 35.2895C44.9611 35.2895 43.9574 36.2875 43.9574 37.4961H44.3574ZM46.1689 22.8945V23.2945C46.9379 23.2945 47.5599 23.9149 47.56 24.6787L47.96 24.6787L48.36 24.6787C48.3599 23.4696 47.3762 22.4945 46.1689 22.4945V22.8945ZM47.96 24.6787H47.56V30.4805H47.96H48.36V24.6787H47.96ZM47.96 30.4805H47.56C47.56 31.2493 46.9309 31.8881 46.1689 31.8881V32.2881V32.6881C47.3833 32.6881 48.36 31.6805 48.36 30.4805H47.96ZM46.1689 32.2881L46.169 31.8881C45.4012 31.8881 44.7574 31.2434 44.7574 30.4805H44.3574H43.9574C43.9574 31.6864 44.9605 32.688 46.1689 32.6881L46.1689 32.2881ZM44.3574 30.4805H44.7574V24.6787H44.3574H43.9574V30.4805H44.3574ZM44.3574 24.6787L44.7574 24.6787C44.7575 23.9208 45.3941 23.2946 46.169 23.2945L46.1689 22.8945L46.1689 22.4945C44.9676 22.4946 43.9575 23.4638 43.9574 24.6787L44.3574 24.6787Z" fill="url(#paint3_linear_13756_68495)" mask="url(#path-4-inside-1_13756_68495)"/>
13
13
  </g>
14
14
  <defs>
15
- <filter id="filter0_f_13423_173960" x="4.22461" y="4.31641" width="56.7734" height="56.7656" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
15
+ <filter id="filter0_f_13756_68495" x="4.22461" y="4.31641" width="56.7734" height="56.7656" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
16
16
  <feFlood flood-opacity="0" result="BackgroundImageFix"/>
17
17
  <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
18
- <feGaussianBlur stdDeviation="9.5" result="effect1_foregroundBlur_13423_173960"/>
18
+ <feGaussianBlur stdDeviation="9.5" result="effect1_foregroundBlur_13756_68495"/>
19
19
  </filter>
20
- <clipPath id="bgblur_0_13423_173960_clip_path" transform="translate(-0.582031 14.7148)"><path d="M44.0771 10.6191C47.2717 8.83836 51.3292 10.0074 53.1143 13.1846L68.9004 40.7246L68.9268 40.7793C69.2939 41.6481 69.4605 42.3714 69.5078 43.127L69.5088 43.1318C69.6028 44.889 68.9899 46.5965 67.793 47.9082V47.9092C66.5983 49.2137 64.9777 49.9864 63.2168 50.0801C63.208 50.0805 63.1983 50.0811 63.1895 50.0811H31.4014C31.3912 50.0811 31.3803 50.0807 31.3701 50.0801C30.6427 50.0356 29.9203 49.8702 29.248 49.6162L29.2373 49.6123V49.6113C25.835 48.2321 24.1873 44.3498 25.5752 40.9775L25.6035 40.9199L41.498 13.165C42.0835 12.1153 42.9727 11.2069 44.0771 10.6191Z"/>
21
- </clipPath><filter id="filter2_d_13423_173960" x="30.3857" y="8.58203" width="33.7998" height="47.3047" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
20
+ <clipPath id="bgblur_0_13756_68495_clip_path" transform="translate(-0.582031 14.7109)"><path d="M43.1133 10.5781C46.1531 8.89006 50.0094 10.0038 51.707 13.0254L66.6729 39.1348L66.2393 39.3838L66.7002 39.1895C67.0493 40.0156 67.2079 40.7043 67.2529 41.4238V41.4287C67.3424 43.1016 66.7595 44.7269 65.6201 45.9756V45.9766C64.4829 47.2184 62.9401 47.9548 61.2637 48.0439H31.0986C31.0885 48.0439 31.0784 48.0436 31.0684 48.043C30.3758 48.0007 29.6884 47.8433 29.0488 47.6016L29.0371 47.5977C25.7985 46.2846 24.2305 42.5884 25.5518 39.3779C25.5599 39.3581 25.5694 39.3389 25.5801 39.3203L40.6494 13.0068C41.1734 12.0673 41.9526 11.2465 42.918 10.6865L43.1133 10.5781Z"/>
21
+ </clipPath><filter id="filter2_d_13756_68495" x="29.3574" y="7.89453" width="33.6025" height="46.4062" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
22
22
  <feFlood flood-opacity="0" result="BackgroundImageFix"/>
23
23
  <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"/>
24
24
  <feOffset dx="5" dy="5"/>
25
25
  <feGaussianBlur stdDeviation="5"/>
26
26
  <feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 0.216346 0 0 0 0 0.229407 0 0 0 1 0"/>
27
- <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_13423_173960"/>
28
- <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_13423_173960" result="shape"/>
27
+ <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_13756_68495"/>
28
+ <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_13756_68495" result="shape"/>
29
29
  </filter>
30
- <clipPath id="bgblur_1_13423_173960_clip_path" transform="translate(-30.3857 -8.58203)"><path d="M47.2969 37.0771C48.339 37.0773 49.1855 37.9239 49.1855 38.96C49.1853 40.0196 48.3388 40.8865 47.2969 40.8867C46.2547 40.8867 45.3858 40.0195 45.3857 38.9834C45.3857 37.9429 46.2546 37.0771 47.2969 37.0771ZM47.2969 23.582C48.3389 23.5822 49.1854 24.4235 49.1855 25.4639V31.584C49.1855 32.6222 48.3389 33.4891 47.2969 33.4893C46.2547 33.4893 45.3858 32.6223 45.3857 31.584V25.4639C45.3858 24.4234 46.2547 23.582 47.2969 23.582Z"/>
31
- </clipPath><linearGradient id="paint0_linear_13423_173960" x1="33.0221" y1="29.9113" x2="9.60295" y2="51.9716" gradientUnits="userSpaceOnUse">
30
+ <clipPath id="bgblur_1_13756_68495_clip_path" transform="translate(-29.3574 -7.89453)"><path d="M46.1689 35.6895C47.1571 35.6895 47.96 36.4913 47.96 37.4736C47.9598 38.4785 47.157 39.3008 46.1689 39.3008C45.1809 39.3008 44.3575 38.4784 44.3574 37.4961C44.3574 36.5096 45.1808 35.6895 46.1689 35.6895ZM46.1689 22.8945C47.157 22.8945 47.9599 23.6923 47.96 24.6787V30.4805C47.96 31.4649 47.1571 32.2881 46.1689 32.2881C45.1808 32.2881 44.3574 31.4649 44.3574 30.4805V24.6787C44.3575 23.6923 45.1809 22.8946 46.1689 22.8945Z"/>
31
+ </clipPath><linearGradient id="paint0_linear_13756_68495" x1="33.0221" y1="29.9113" x2="9.60295" y2="51.9716" gradientUnits="userSpaceOnUse">
32
32
  <stop stop-color="#FF9191"/>
33
33
  <stop offset="1" stop-color="#EB5757"/>
34
34
  </linearGradient>
35
- <linearGradient id="paint1_linear_13423_173960" x1="32.4971" y1="14.8632" x2="56.9248" y2="48.3041" gradientUnits="userSpaceOnUse">
35
+ <linearGradient id="paint1_linear_13756_68495" x1="32.1381" y1="14.6293" x2="55.2972" y2="46.3337" gradientUnits="userSpaceOnUse">
36
36
  <stop stop-color="white" stop-opacity="0.25"/>
37
37
  <stop offset="1" stop-color="white" stop-opacity="0"/>
38
38
  </linearGradient>
39
- <linearGradient id="paint2_linear_13423_173960" x1="47.2861" y1="24.5581" x2="43.7969" y2="24.2367" gradientUnits="userSpaceOnUse">
39
+ <linearGradient id="paint2_linear_13756_68495" x1="46.1591" y1="23.82" x2="42.8511" y2="23.5152" gradientUnits="userSpaceOnUse">
40
40
  <stop stop-color="white" stop-opacity="0.75"/>
41
41
  <stop offset="1" stop-color="white" stop-opacity="0.2"/>
42
42
  </linearGradient>
43
- <linearGradient id="paint3_linear_13423_173960" x1="45.9906" y1="25.5981" x2="51.7097" y2="27.1534" gradientUnits="userSpaceOnUse">
43
+ <linearGradient id="paint3_linear_13756_68495" x1="44.9309" y1="24.8059" x2="50.3529" y2="26.2805" gradientUnits="userSpaceOnUse">
44
44
  <stop stop-color="white" stop-opacity="0.25"/>
45
45
  <stop offset="1" stop-color="white" stop-opacity="0"/>
46
46
  </linearGradient>