@cuemath/leap 3.2.15-link.1 → 3.2.16-pzd-beta-0.1

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 (240) hide show
  1. package/dist/assets/illustrations/illustrations.js +1 -6
  2. package/dist/assets/illustrations/illustrations.js.map +1 -1
  3. package/dist/assets/line-icons/icons/cue-board-filled.js +33 -0
  4. package/dist/assets/line-icons/icons/cue-board-filled.js.map +1 -0
  5. package/dist/assets/line-icons/icons/cue-board.js +23 -0
  6. package/dist/assets/line-icons/icons/cue-board.js.map +1 -0
  7. package/dist/assets/line-icons/icons/hint-fill.js +35 -0
  8. package/dist/assets/line-icons/icons/hint-fill.js.map +1 -0
  9. package/dist/assets/line-icons/icons/screen-grab-filled.js +35 -0
  10. package/dist/assets/line-icons/icons/screen-grab-filled.js.map +1 -0
  11. package/dist/assets/line-icons/icons/screen-grab.js +23 -0
  12. package/dist/assets/line-icons/icons/screen-grab.js.map +1 -0
  13. package/dist/assets/line-icons/icons/sticker-filled.js +64 -0
  14. package/dist/assets/line-icons/icons/sticker-filled.js.map +1 -0
  15. package/dist/assets/line-icons/icons/sticker.js +46 -0
  16. package/dist/assets/line-icons/icons/sticker.js.map +1 -0
  17. package/dist/assets/lottie/lottie.js +6 -11
  18. package/dist/assets/lottie/lottie.js.map +1 -1
  19. package/dist/features/analytics-events/platform-events-student.js +2 -1
  20. package/dist/features/analytics-events/platform-events-student.js.map +1 -1
  21. package/dist/features/analytics-events/platform-events-teacher.js +6 -4
  22. package/dist/features/analytics-events/platform-events-teacher.js.map +1 -1
  23. package/dist/features/analytics-events/whitelist-events.js +10 -8
  24. package/dist/features/analytics-events/whitelist-events.js.map +1 -1
  25. package/dist/features/auth/comps/auth-page-layout/auth-page-layout.js +13 -18
  26. package/dist/features/auth/comps/auth-page-layout/auth-page-layout.js.map +1 -1
  27. package/dist/features/auth/comps/resend-otp/resend-otp.js +47 -54
  28. package/dist/features/auth/comps/resend-otp/resend-otp.js.map +1 -1
  29. package/dist/features/auth/comps/tabs/tab-tem/tab-item.js +17 -29
  30. package/dist/features/auth/comps/tabs/tab-tem/tab-item.js.map +1 -1
  31. package/dist/features/auth/comps/tabs/tabs-styled.js +10 -22
  32. package/dist/features/auth/comps/tabs/tabs-styled.js.map +1 -1
  33. package/dist/features/auth/comps/tabs/tabs.js +5 -5
  34. package/dist/features/auth/comps/tabs/tabs.js.map +1 -1
  35. package/dist/features/chapters-v2/utils/node-card-utils.js +9 -9
  36. package/dist/features/chapters-v2/utils/node-card-utils.js.map +1 -1
  37. package/dist/features/communication/pub-sub/constants.js +7 -4
  38. package/dist/features/communication/pub-sub/constants.js.map +1 -1
  39. package/dist/features/homework/homework-card-view.js +85 -97
  40. package/dist/features/homework/homework-card-view.js.map +1 -1
  41. package/dist/features/homework/homework-card.js +44 -42
  42. package/dist/features/homework/homework-card.js.map +1 -1
  43. package/dist/features/homework/hw-card-list/hw-card-list-view.js +31 -29
  44. package/dist/features/homework/hw-card-list/hw-card-list-view.js.map +1 -1
  45. package/dist/features/homework/hw-card-list/hw-card-list.js +57 -50
  46. package/dist/features/homework/hw-card-list/hw-card-list.js.map +1 -1
  47. package/dist/features/homework/utils.js +33 -27
  48. package/dist/features/homework/utils.js.map +1 -1
  49. package/dist/features/journey/comps/coachmark/coachmark.js +29 -28
  50. package/dist/features/journey/comps/coachmark/coachmark.js.map +1 -1
  51. package/dist/features/journey/hooks/use-home-page-journey/tooltip-item.js +17 -11
  52. package/dist/features/journey/hooks/use-home-page-journey/tooltip-item.js.map +1 -1
  53. package/dist/features/journey/hooks/use-puzzles-journey/use-puzzle-assigned.js +72 -0
  54. package/dist/features/journey/hooks/use-puzzles-journey/use-puzzle-assigned.js.map +1 -0
  55. package/dist/features/journey/hooks/use-puzzles-journey/use-puzzle-attempt-journey.js +59 -0
  56. package/dist/features/journey/hooks/use-puzzles-journey/use-puzzle-attempt-journey.js.map +1 -0
  57. package/dist/features/journey/hooks/use-puzzles-journey/use-puzzle-dashboard-journey.js +63 -0
  58. package/dist/features/journey/hooks/use-puzzles-journey/use-puzzle-dashboard-journey.js.map +1 -0
  59. package/dist/features/journey/hooks/use-puzzles-journey/use-puzzle-intro-journey.js +67 -0
  60. package/dist/features/journey/hooks/use-puzzles-journey/use-puzzle-intro-journey.js.map +1 -0
  61. package/dist/features/journey/hooks/use-puzzles-journey/use-puzzle-progress-journey.js +70 -0
  62. package/dist/features/journey/hooks/use-puzzles-journey/use-puzzle-progress-journey.js.map +1 -0
  63. package/dist/features/journey/hooks/use-puzzles-journey/use-puzzle-review-journey.js +59 -0
  64. package/dist/features/journey/hooks/use-puzzles-journey/use-puzzle-review-journey.js.map +1 -0
  65. package/dist/features/journey/hooks/use-puzzles-journey/use-puzzle-unassign-journey.js +59 -0
  66. package/dist/features/journey/hooks/use-puzzles-journey/use-puzzle-unassign-journey.js.map +1 -0
  67. package/dist/features/journey/hooks/use-puzzles-journey/use-teacher-puzzle-assigned-journey.js +70 -0
  68. package/dist/features/journey/hooks/use-puzzles-journey/use-teacher-puzzle-assigned-journey.js.map +1 -0
  69. package/dist/features/journey/journey-id/journey-id-student.js +2 -2
  70. package/dist/features/journey/journey-id/journey-id-student.js.map +1 -1
  71. package/dist/features/journey/journey-id/journey-id-teacher.js +2 -2
  72. package/dist/features/journey/journey-id/journey-id-teacher.js.map +1 -1
  73. package/dist/features/journey/use-journey/journey-context-provider.js +73 -72
  74. package/dist/features/journey/use-journey/journey-context-provider.js.map +1 -1
  75. package/dist/features/journey/use-journey/journey-styled.js +6 -4
  76. package/dist/features/journey/use-journey/journey-styled.js.map +1 -1
  77. package/dist/features/puzzles/api/puzzle-dashboard.js +10 -0
  78. package/dist/features/puzzles/api/puzzle-dashboard.js.map +1 -0
  79. package/dist/features/puzzles/app/puzzle-app-styled.js +81 -0
  80. package/dist/features/puzzles/app/puzzle-app-styled.js.map +1 -0
  81. package/dist/features/puzzles/app/puzzle-app-view.js +120 -0
  82. package/dist/features/puzzles/app/puzzle-app-view.js.map +1 -0
  83. package/dist/features/puzzles/app/puzzle-app.js +62 -0
  84. package/dist/features/puzzles/app/puzzle-app.js.map +1 -0
  85. package/dist/features/puzzles/comps/puzzle-card-styled.js +24 -69
  86. package/dist/features/puzzles/comps/puzzle-card-styled.js.map +1 -1
  87. package/dist/features/puzzles/comps/puzzle-card.js +64 -30
  88. package/dist/features/puzzles/comps/puzzle-card.js.map +1 -1
  89. package/dist/features/puzzles/constants/puzzle-container.js +8 -0
  90. package/dist/features/puzzles/constants/puzzle-container.js.map +1 -0
  91. package/dist/features/puzzles/puzzle-analytics-events.js +11 -0
  92. package/dist/features/puzzles/puzzle-analytics-events.js.map +1 -0
  93. package/dist/features/puzzles/puzzle-container/puzzle-container-styled.js +55 -25
  94. package/dist/features/puzzles/puzzle-container/puzzle-container-styled.js.map +1 -1
  95. package/dist/features/puzzles/puzzle-container/puzzle-container-view.js +55 -0
  96. package/dist/features/puzzles/puzzle-container/puzzle-container-view.js.map +1 -0
  97. package/dist/features/puzzles/puzzle-container/puzzle-container.js +100 -107
  98. package/dist/features/puzzles/puzzle-container/puzzle-container.js.map +1 -1
  99. package/dist/features/puzzles/puzzle-dashboard/puzzle-dashboard-styled.js +37 -0
  100. package/dist/features/puzzles/puzzle-dashboard/puzzle-dashboard-styled.js.map +1 -0
  101. package/dist/features/puzzles/puzzle-dashboard/puzzle-dashboard.js +110 -0
  102. package/dist/features/puzzles/puzzle-dashboard/puzzle-dashboard.js.map +1 -0
  103. package/dist/features/puzzles/utils/puzzle-pattern.js +28 -13
  104. package/dist/features/puzzles/utils/puzzle-pattern.js.map +1 -1
  105. package/dist/features/trial-session/comps/teacher-intro/teacher-intro-styled.js +50 -7
  106. package/dist/features/trial-session/comps/teacher-intro/teacher-intro-styled.js.map +1 -1
  107. package/dist/features/trial-session/comps/teacher-intro/teacher-intro.js +69 -15
  108. package/dist/features/trial-session/comps/teacher-intro/teacher-intro.js.map +1 -1
  109. package/dist/features/ui/arrow-tooltip/arrow-tooltip-constants.js +6 -0
  110. package/dist/features/ui/arrow-tooltip/arrow-tooltip-constants.js.map +1 -0
  111. package/dist/features/ui/arrow-tooltip/arrow-tooltip-styled.js +12 -60
  112. package/dist/features/ui/arrow-tooltip/arrow-tooltip-styled.js.map +1 -1
  113. package/dist/features/ui/arrow-tooltip/arrow-tooltip.js +72 -77
  114. package/dist/features/ui/arrow-tooltip/arrow-tooltip.js.map +1 -1
  115. package/dist/features/ui/arrow-tooltip/comps/tooltip-body-styled.js +63 -0
  116. package/dist/features/ui/arrow-tooltip/comps/tooltip-body-styled.js.map +1 -0
  117. package/dist/features/ui/arrow-tooltip/comps/tooltip-body.js +21 -0
  118. package/dist/features/ui/arrow-tooltip/comps/tooltip-body.js.map +1 -0
  119. package/dist/features/ui/image/image.js +1 -1
  120. package/dist/features/ui/image/image.js.map +1 -1
  121. package/dist/features/ui/inputs/base-input/base-input.js +11 -11
  122. package/dist/features/ui/inputs/base-input/base-input.js.map +1 -1
  123. package/dist/features/ui/inputs/text-input/text-input.js +18 -19
  124. package/dist/features/ui/inputs/text-input/text-input.js.map +1 -1
  125. package/dist/features/ui/modals/modal-styled.js +8 -43
  126. package/dist/features/ui/modals/modal-styled.js.map +1 -1
  127. package/dist/features/ui/modals/modal.js +27 -37
  128. package/dist/features/ui/modals/modal.js.map +1 -1
  129. package/dist/features/ui/nudge/nudge-styled.js +14 -7
  130. package/dist/features/ui/nudge/nudge-styled.js.map +1 -1
  131. package/dist/features/ui/nudge/nudge.js +13 -12
  132. package/dist/features/ui/nudge/nudge.js.map +1 -1
  133. package/dist/features/ui/text/text.js +29 -31
  134. package/dist/features/ui/text/text.js.map +1 -1
  135. package/dist/features/ui/theme/button.js +78 -78
  136. package/dist/features/ui/theme/button.js.map +1 -1
  137. package/dist/features/worksheet/worksheet/hooks/use-worksheet-journey.js +28 -0
  138. package/dist/features/worksheet/worksheet/hooks/use-worksheet-journey.js.map +1 -0
  139. package/dist/features/worksheet/worksheet/worksheet-helpers.js +20 -19
  140. package/dist/features/worksheet/worksheet/worksheet-helpers.js.map +1 -1
  141. package/dist/features/worksheet/worksheet/worksheet-question/learnosity-question.js +29 -25
  142. package/dist/features/worksheet/worksheet/worksheet-question/learnosity-question.js.map +1 -1
  143. package/dist/features/worksheet/worksheet/worksheet-question/worksheet-question-styled.js +101 -47
  144. package/dist/features/worksheet/worksheet/worksheet-question/worksheet-question-styled.js.map +1 -1
  145. package/dist/features/worksheet/worksheet/worksheet-question/worksheet-question.js +149 -146
  146. package/dist/features/worksheet/worksheet/worksheet-question/worksheet-question.js.map +1 -1
  147. package/dist/features/worksheet/worksheet/worksheet-questions-controller/worksheet-questions-controller.js +242 -207
  148. package/dist/features/worksheet/worksheet/worksheet-questions-controller/worksheet-questions-controller.js.map +1 -1
  149. package/dist/features/worksheet/worksheet/worksheet-styled.js +37 -37
  150. package/dist/features/worksheet/worksheet/worksheet-styled.js.map +1 -1
  151. package/dist/features/worksheet/worksheet/worksheet-types.js.map +1 -1
  152. package/dist/features/worksheet/worksheet/worksheet.js +307 -313
  153. package/dist/features/worksheet/worksheet/worksheet.js.map +1 -1
  154. package/dist/features/worksheet/worksheet-preview/hooks/use-worksheet-layout.js +1 -1
  155. package/dist/features/worksheet/worksheet-preview/hooks/use-worksheet-layout.js.map +1 -1
  156. package/dist/features/worksheet/worksheet-preview/worksheet-preview.js +44 -35
  157. package/dist/features/worksheet/worksheet-preview/worksheet-preview.js.map +1 -1
  158. package/dist/index.d.ts +125 -156
  159. package/dist/index.js +520 -524
  160. package/dist/index.js.map +1 -1
  161. package/dist/static/nudge-tap.0591aef4.json +1 -0
  162. package/dist/static/puzzle-blue-lottie.7017e2e8.json +1 -0
  163. package/dist/static/puzzle-blue-lottie.bf64ebc5.json +12760 -0
  164. package/dist/static/puzzle-dashboard-banner.b7956519.svg +1 -0
  165. package/dist/static/puzzle-green-lottie.1da90698.json +1 -0
  166. package/dist/static/puzzle-orange-lottie.cfcf3724.json +1 -0
  167. package/dist/static/puzzle-purple-lottie.e70de110.json +9860 -0
  168. package/dist/static/puzzle-yellow-lottie.275b5cf4.json +1 -0
  169. package/package.json +3 -2
  170. package/dist/assets/line-icons/icons/after-noon.js +0 -34
  171. package/dist/assets/line-icons/icons/after-noon.js.map +0 -1
  172. package/dist/assets/line-icons/icons/apple-icon-white.js +0 -42
  173. package/dist/assets/line-icons/icons/apple-icon-white.js.map +0 -1
  174. package/dist/assets/line-icons/icons/evening.js +0 -35
  175. package/dist/assets/line-icons/icons/evening.js.map +0 -1
  176. package/dist/assets/line-icons/icons/morning.js +0 -35
  177. package/dist/assets/line-icons/icons/morning.js.map +0 -1
  178. package/dist/assets/line-icons/icons/star3.js +0 -32
  179. package/dist/assets/line-icons/icons/star3.js.map +0 -1
  180. package/dist/features/auth/comps/animated-avatar-message/animated-avatar-message-constants.js +0 -9
  181. package/dist/features/auth/comps/animated-avatar-message/animated-avatar-message-constants.js.map +0 -1
  182. package/dist/features/auth/comps/animated-avatar-message/animated-avatar-message-styled.js +0 -65
  183. package/dist/features/auth/comps/animated-avatar-message/animated-avatar-message-styled.js.map +0 -1
  184. package/dist/features/auth/comps/animated-avatar-message/animated-avatar-message.js +0 -92
  185. package/dist/features/auth/comps/animated-avatar-message/animated-avatar-message.js.map +0 -1
  186. package/dist/features/auth/comps/linear-progress-bar/linear-progress-bar-styled.js +0 -12
  187. package/dist/features/auth/comps/linear-progress-bar/linear-progress-bar-styled.js.map +0 -1
  188. package/dist/features/auth/comps/linear-progress-bar/linear-progress-bar.js +0 -34
  189. package/dist/features/auth/comps/linear-progress-bar/linear-progress-bar.js.map +0 -1
  190. package/dist/features/auth/comps/otp-input/otp-input-styled.js +0 -22
  191. package/dist/features/auth/comps/otp-input/otp-input-styled.js.map +0 -1
  192. package/dist/features/auth/comps/otp-input/otp-input.js +0 -51
  193. package/dist/features/auth/comps/otp-input/otp-input.js.map +0 -1
  194. package/dist/features/auth/comps/pill-button/pill-button-styled.js +0 -44
  195. package/dist/features/auth/comps/pill-button/pill-button-styled.js.map +0 -1
  196. package/dist/features/auth/comps/pill-button/pill-button.js +0 -75
  197. package/dist/features/auth/comps/pill-button/pill-button.js.map +0 -1
  198. package/dist/features/auth/comps/selectable-info-card/selectable-info-card-styled.js +0 -17
  199. package/dist/features/auth/comps/selectable-info-card/selectable-info-card-styled.js.map +0 -1
  200. package/dist/features/auth/comps/selectable-info-card/selectable-info-card.js +0 -67
  201. package/dist/features/auth/comps/selectable-info-card/selectable-info-card.js.map +0 -1
  202. package/dist/features/auth/signup-v2/onboarding-guide/onboarding-guide-constants.js +0 -19
  203. package/dist/features/auth/signup-v2/onboarding-guide/onboarding-guide-constants.js.map +0 -1
  204. package/dist/features/auth/signup-v2/onboarding-guide/onboarding-guide-styled.js +0 -32
  205. package/dist/features/auth/signup-v2/onboarding-guide/onboarding-guide-styled.js.map +0 -1
  206. package/dist/features/auth/signup-v2/onboarding-guide/onboarding-guide.js +0 -44
  207. package/dist/features/auth/signup-v2/onboarding-guide/onboarding-guide.js.map +0 -1
  208. package/dist/features/auth/signup-v2/signup-header/signup-header.js +0 -54
  209. package/dist/features/auth/signup-v2/signup-header/signup-header.js.map +0 -1
  210. package/dist/features/auth/signup-v2/signup-options/signup-options.js +0 -83
  211. package/dist/features/auth/signup-v2/signup-options/signup-options.js.map +0 -1
  212. package/dist/features/trial-session/comps/teacher-intro/teacher-profile/teacher-profile-styled.js +0 -49
  213. package/dist/features/trial-session/comps/teacher-intro/teacher-profile/teacher-profile-styled.js.map +0 -1
  214. package/dist/features/trial-session/comps/teacher-intro/teacher-profile/teacher-profile.js +0 -64
  215. package/dist/features/trial-session/comps/teacher-intro/teacher-profile/teacher-profile.js.map +0 -1
  216. package/dist/features/ui/accordion/accordion-items/accordion-items-styled.js +0 -28
  217. package/dist/features/ui/accordion/accordion-items/accordion-items-styled.js.map +0 -1
  218. package/dist/features/ui/accordion/accordion-items/accordion-items.js +0 -83
  219. package/dist/features/ui/accordion/accordion-items/accordion-items.js.map +0 -1
  220. package/dist/features/ui/accordion/accordion.js +0 -62
  221. package/dist/features/ui/accordion/accordion.js.map +0 -1
  222. package/dist/static/animated-avatar.1ad58b1d.json +0 -1
  223. package/dist/static/animated-avatar.69b07505.json +0 -1
  224. package/dist/static/animated-avatar.9c560b46.json +0 -1
  225. package/dist/static/calendar-purple.1a840b41.svg +0 -1
  226. package/dist/static/flying-disk.c7f6ed39.json +0 -1
  227. package/dist/static/graduation-cap.3be3340a.json +0 -1
  228. package/dist/static/handshake.287e7dfb.svg +0 -1
  229. package/dist/static/light-bulb.c6db0b23.json +0 -1
  230. package/dist/static/money.332aacf1.svg +0 -1
  231. package/dist/static/muscle.9bcfb8a7.json +0 -1
  232. package/dist/static/nudge-tap.5cb30093.json +0 -1057
  233. package/dist/static/parent-avatar.822c7b9b.svg +0 -1
  234. package/dist/static/pencil.23df9da0.json +0 -1
  235. package/dist/static/plus-sign.de6af957.json +0 -1
  236. package/dist/static/racing-car.2cbf864e.json +0 -1
  237. package/dist/static/rocket.0a3ccab0.json +0 -1
  238. package/dist/static/shovel.abeec04c.json +0 -1
  239. package/dist/static/stripe-blurple.6abf422f.svg +0 -1
  240. package/dist/static/trustpilot.bd3d79e1.svg +0 -1
@@ -1 +0,0 @@
1
- <svg width="65" height="64" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_5072_5961)"><rect x="0.5" width="64" height="64" rx="32" fill="#191919"/><rect x="45.5859" y="63.2734" width="64" height="5.81818" transform="rotate(-90 45.5859 63.2734)" fill="#252525"/><rect x="25.2188" y="63.2734" width="64" height="5.81818" transform="rotate(-90 25.2188 63.2734)" fill="#252525"/><rect x="4.85156" y="63.2734" width="64" height="5.81818" transform="rotate(-90 4.85156 63.2734)" fill="#252525"/><rect x="4.85156" y="23.377" width="29.0909" height="3.63636" transform="rotate(-60 4.85156 23.377)" fill="#252525"/><rect x="47.7734" y="24.1035" width="29.0909" height="3.63636" transform="rotate(-60 47.7734 24.1035)" fill="#252525"/><rect x="27.7734" y="13.9219" width="29.0909" height="3.63636" transform="rotate(-60 27.7734 13.9219)" fill="#252525"/><rect width="29.0909" height="3.63636" transform="matrix(-0.5 -0.866025 -0.866025 0.5 30.9141 22.6504)" fill="#252525"/><rect x="5.78906" y="38.7793" width="29.0909" height="3.63636" transform="rotate(-135 5.78906 38.7793)" fill="#252525"/><rect x="-1.6875" y="29.4238" width="11.6364" height="1.09091" transform="rotate(-75 -1.6875 29.4238)" fill="#252525"/><rect x="0.132812" y="23.3516" width="11.6364" height="1.09091" transform="rotate(-120 0.132812 23.3516)" fill="#252525"/><rect x="47.6172" y="38.7793" width="29.0909" height="3.63636" transform="rotate(-135 47.6172 38.7793)" fill="#252525"/><rect width="64" height="5.81818" transform="matrix(4.37114e-08 -1 -1 -4.37114e-08 20.3672 63.2754)" fill="#313131"/><rect width="64" height="5.81818" transform="matrix(4.37114e-08 -1 -1 -4.37114e-08 40.7266 63.2754)" fill="#313131"/><rect width="64" height="5.81818" transform="matrix(4.37114e-08 -1 -1 -4.37114e-08 61.0938 63.2754)" fill="#313131"/><rect width="29.0909" height="3.63636" transform="matrix(-0.5 -0.866025 -0.866025 0.5 61.0938 23.377)" fill="#313131"/><rect width="29.0909" height="3.63636" transform="matrix(-0.5 -0.866025 -0.866025 0.5 18.1875 24.1035)" fill="#313131"/><rect width="29.0909" height="3.63636" transform="matrix(-0.5 -0.866025 -0.866025 0.5 38.1875 11.0137)" fill="#313131"/><rect x="36.4922" y="26.6504" width="29.0909" height="3.63636" transform="rotate(-60 36.4922 26.6504)" fill="#313131"/><rect x="-6.41406" y="14.5469" width="17.8182" height="1.45455" fill="#313131"/><rect x="11.4062" y="-5.08789" width="17.8182" height="1.45455" transform="rotate(90 11.4062 -5.08789)" fill="#313131"/><rect x="24.8516" y="17.0918" width="8.72727" height="1.45455" transform="rotate(30 24.8516 17.0918)" fill="#313131"/><rect x="30.1016" y="10.7871" width="8.72727" height="1.45455" transform="rotate(105 30.1016 10.7871)" fill="#313131"/><rect x="23.7812" y="1.0918" width="8.72727" height="1.45455" transform="rotate(15 23.7812 1.0918)" fill="#313131"/><rect width="29.0909" height="3.63636" transform="matrix(0.707107 -0.707107 -0.707107 -0.707107 60.1641 38.7793)" fill="#313131"/><rect width="29.0909" height="3.63636" transform="matrix(0.707107 -0.707107 -0.707107 -0.707107 18.3438 38.7793)" fill="#313131"/><circle cx="19.0447" cy="20.7264" r="5.81818" fill="#DF9046" stroke="#0D0D0D" stroke-width="0.436364"/><circle cx="19.0426" cy="20.7282" r="3.63636" fill="#FFE8AE" stroke="#0D0D0D" stroke-width="0.436364"/><circle cx="45.951" cy="20.7264" r="5.81818" fill="#DF9046" stroke="#0D0D0D" stroke-width="0.436364"/><circle cx="45.9567" cy="20.7282" r="3.63636" fill="#FFE8AE" stroke="#0D0D0D" stroke-width="0.436364"/><circle cx="32.4979" cy="65.4529" r="21.8182" stroke="#0D0D0D" stroke-width="0.436364"/><path d="M56.8384 69.8187H8.16406L15.7956 31.1837C17.3715 23.2055 24.3689 17.4551 32.5013 17.4551C40.6336 17.4551 47.631 23.2055 49.2069 31.1837L56.8384 69.8187Z" fill="#DF9046" stroke="#0D0D0D" stroke-width="0.436364"/><path d="M56.8601 69.8187H8.13281L15.7698 31.1981C17.3491 23.2111 24.3549 17.4551 32.4965 17.4551C40.6381 17.4551 47.6438 23.2111 49.2231 31.1981L56.8601 69.8187Z" fill="#DF9046" stroke="#0D0D0D" stroke-width="0.436364"/><path d="M32.1797 49.4492L32.2207 50.5394" stroke="#C2732A" stroke-width="0.363636"/><path d="M27.2266 21.3066L26.6811 20.3619" stroke="#C2732A" stroke-width="0.363636"/><path d="M37.8438 21.3066L38.3892 20.3619" stroke="#C2732A" stroke-width="0.363636"/><path d="M29.6641 26.0664L29.1186 25.1217" stroke="#C2732A" stroke-width="0.363636"/><path d="M21.147 30.546L20.8647 31.5997M20.3189 25.4551L19.7734 26.3998M23.0462 26.7635L23.5916 25.8187" stroke="#C2732A" stroke-width="0.363636"/><path d="M44.0327 30.546L44.315 31.5997M44.8608 25.4551L45.4062 26.3998M42.1335 26.7635L41.5881 25.8187" stroke="#C2732A" stroke-width="0.363636"/><path d="M35.4062 26.0664L35.9517 25.1217" stroke="#C2732A" stroke-width="0.363636"/><path d="M32.5 21.0898L32.5 19.9989" stroke="#C2732A" stroke-width="0.363636"/><path d="M32.5 26.9082L32.5 25.8173" stroke="#C2732A" stroke-width="0.363636"/><path d="M17.1495 36.7266L16.8672 37.7803M21.9797 37.2941V38.385" stroke="#C2732A" stroke-width="0.363636"/><path d="M48.2411 36.7266L48.5234 37.7803M43.4109 37.2941V38.385" stroke="#C2732A" stroke-width="0.363636"/><path d="M32.1328 54.1816L32.1738 55.2718" stroke="#C2732A" stroke-width="0.363636"/><path d="M32.1328 60L32.1738 61.0901" stroke="#C2732A" stroke-width="0.363636"/><path d="M18.3186 42.2734L18.1847 43.3561M17.727 47.6371L17.593 48.7198M16.9997 53.8189L16.8658 54.9016M14.4542 49.8189L14.3203 50.9016M15.1815 44.3644L15.0476 45.4471M21.3633 51.6371L21.2294 52.7198M26.4542 49.0917L26.3203 50.1743M26.4539 55.6371L26.32 56.7198M26.0903 61.8189L25.9564 62.9016M20.6357 58.1826L20.5018 59.2652" stroke="#C2732A" stroke-width="0.363636"/><path d="M46.4471 42.2734L46.581 43.3561M47.0387 47.6371L47.1726 48.7198M47.7659 53.8189L47.8999 54.9016M50.3114 49.8189L50.4453 50.9016M49.5841 44.3644L49.718 45.4471M43.4023 51.6371L43.5362 52.7198M38.3114 49.0917L38.4453 50.1743M38.3117 55.6371L38.4456 56.7198M38.6754 61.8189L38.8093 62.9016M44.1299 58.1826L44.2638 59.2652" stroke="#C2732A" stroke-width="0.363636"/><circle opacity="0.2" cx="32.5007" cy="40.7273" r="8.72727" fill="#0D0D0D"/><circle cx="32.5007" cy="38.5456" r="8.72727" fill="#FFE8AE" stroke="#0D0D0D" stroke-width="0.436364"/><path d="M35.4119 34.9091C35.4119 36.5157 34.1095 37.8182 32.5028 37.8182C30.8962 37.8182 29.5938 36.5157 29.5938 34.9091C29.5938 33.3024 30.8962 32 32.5028 32C34.1095 32 35.4119 33.3024 35.4119 34.9091Z" fill="#0D0D0D" stroke="#0D0D0D" stroke-width="0.436364"/><path d="M32.4972 44.7282V33.0918M32.4972 44.7282H33.5881M32.4972 44.7282H31.4062" stroke="#0D0D0D" stroke-width="0.363636"/><circle cx="26.321" cy="29.0925" r="0.727273" fill="#0D0D0D" stroke="#0D0D0D" stroke-width="0.436364"/><circle cx="26.5021" cy="28.7267" r="0.181818" fill="white"/><circle cx="38.6882" cy="29.0925" r="0.727273" fill="#0D0D0D" stroke="#0D0D0D" stroke-width="0.436364"/><circle cx="38.8615" cy="28.7267" r="0.181818" fill="white"/></g><rect x="0.681818" y="0.181818" width="63.6364" height="63.6364" rx="31.8182" stroke="#313131" stroke-width="0.363636"/><defs><clipPath id="clip0_5072_5961"><rect x="0.5" width="64" height="64" rx="32" fill="white"/></clipPath></defs></svg>
@@ -1 +0,0 @@
1
- {"v":"5.8.1","fr":60,"ip":0,"op":126,"w":1024,"h":1024,"nm":"emoji_Pencil","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":3,"nm":"Null Position","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":34,"s":[264,988,0],"to":[-13.333,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"t":56,"s":[184,988,0],"to":[0,0,0],"ti":[-4,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"t":80,"s":[264,988,0],"to":[4,0,0],"ti":[0,0,0]},{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"t":92,"s":[208,988,0],"to":[0,0,0],"ti":[-9.333,0,0]},{"t":110,"s":[264,988,0]}],"ix":2,"l":2},"a":{"a":0,"k":[264,988,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"ip":0,"op":126,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"shine","parent":4,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[163.85,87.89,0],"ix":2,"l":2},"a":{"a":0,"k":[76.97,88.05,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"t":32,"s":[{"i":[[5.04,-9.68],[51.52,-23.92],[2,3.04],[-1.52,2.4],[-8.96,8.56],[-19.28,25.92],[-8.64,14],[-10.96,-11.44]],"o":[[-26.32,50.4],[-3.36,1.52],[-1.52,-2.4],[6.72,-10.4],[23.36,-22.4],[9.84,-13.2],[4.8,-7.68],[9.52,9.84]],"v":[[56,-30.52],[-65.12,85.16],[-75.2,84.76],[-73.84,76.92],[-48.88,49.56],[15.2,-23.08],[42.88,-63.88],[67.2,-76.36]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"t":56,"s":[{"i":[[7.244,-8.162],[34.08,-18.832],[2,3.04],[-1.52,2.4],[-8.96,8.56],[-20.305,21.326],[-6.115,7.96],[-10.96,-11.44]],"o":[[-40.907,46.09],[-3.36,1.52],[-1.52,-2.4],[6.72,-10.4],[23.36,-22.4],[11.353,-11.924],[5.991,-7.88],[9.52,9.84]],"v":[[15.826,4.039],[-79.032,79.535],[-89.112,79.135],[-87.752,71.295],[-57.455,41.839],[-19.493,3.475],[8.9,-28.057],[39.034,-46.515]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"t":66,"s":[{"i":[[19.178,-12.774],[48.586,-31.245],[1.987,2.515],[-1.222,2.121],[-8.105,8.483],[-21.218,13.715],[-9.05,4.343],[-4.615,-15.156]],"o":[[-19.046,12.686],[-2.933,1.447],[-1.515,-1.989],[5.417,-9.195],[6.588,-6.619],[12.29,-7.944],[8.903,-4.327],[4.053,13.078]],"v":[[14.143,-6.278],[-74.888,50.444],[-83.99,50.54],[-83.244,43.769],[-55.774,13.378],[-13.905,-20.591],[23.239,-42.719],[60.418,-44.697]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"t":80,"s":[{"i":[[5.171,-9.611],[32.898,-17.5],[2,3.04],[-1.52,2.4],[-8.696,9.649],[-7.485,12.066],[-8.64,14],[-10.96,-11.44]],"o":[[-7.748,14.399],[-3.36,1.52],[-1.52,-2.4],[6.72,-10.4],[7.463,-9.429],[8.679,-13.991],[4.8,-7.68],[9.52,9.84]],"v":[[58.945,-24.137],[-16.796,45.203],[-26.876,44.803],[-25.516,36.963],[-2.607,9.519],[27.723,-29.181],[45.825,-57.497],[70.145,-69.977]],"c":true}]},{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"t":92,"s":[{"i":[[19.178,-12.774],[48.586,-31.245],[1.987,2.515],[-1.222,2.121],[-8.105,8.483],[-21.218,13.715],[-9.05,4.343],[-4.615,-15.156]],"o":[[-19.046,12.686],[-2.933,1.447],[-1.515,-1.989],[5.417,-9.195],[6.588,-6.619],[12.29,-7.944],[8.903,-4.327],[4.053,13.078]],"v":[[14.143,-6.278],[-74.888,50.444],[-83.99,50.54],[-83.244,43.769],[-55.774,13.378],[-13.905,-20.591],[23.239,-42.719],[60.418,-44.697]],"c":true}]},{"t":110,"s":[{"i":[[5.04,-9.68],[51.52,-23.92],[2,3.04],[-1.52,2.4],[-8.96,8.56],[-19.28,25.92],[-8.64,14],[-10.96,-11.44]],"o":[[-26.32,50.4],[-3.36,1.52],[-1.52,-2.4],[6.72,-10.4],[23.36,-22.4],[9.84,-13.2],[4.8,-7.68],[9.52,9.84]],"v":[[56,-30.52],[-65.12,85.16],[-75.2,84.76],[-73.84,76.92],[-48.88,49.56],[15.2,-23.08],[42.88,-63.88],[67.2,-76.36]],"c":true}]}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.725,0.894000004787,0.917999985639,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[76.97,88.05],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":126,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"shine","parent":4,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[230.01,105.01,0],"ix":2,"l":2},"a":{"a":0,"k":[46.57,63.25,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"t":32,"s":[{"i":[[17.68,-18.08],[1.04,-2.8],[-2.4,-1.76],[-2.48,0.4],[-10.8,8.8],[-1.92,30.32],[1.6,3.2],[4.24,-6.32]],"o":[[-2.08,2.16],[-1.04,2.8],[2,1.52],[13.84,-2.16],[23.6,-19.12],[0.24,-3.6],[-10.16,-20.08],[-14.16,21.04]],"v":[[-40,46.2],[-45.28,53.32],[-43.52,61.48],[-36.32,62.44],[0.56,43.64],[46.08,-32.36],[44.64,-42.92],[8.72,-11.8]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"t":56,"s":[{"i":[[13.059,-11.795],[1.04,-2.8],[-2.4,-1.76],[-2.48,0.4],[-11.138,8.517],[-5.553,17.931],[1.035,3.425],[14.76,-16.344]],"o":[[-2.08,2.16],[-1.04,2.8],[2,1.52],[13.84,-2.16],[15.842,-12.114],[0.846,-3.507],[-6.615,-21.51],[-14.76,16.344]],"v":[[-45.073,40.338],[-50.353,47.458],[-48.593,55.618],[-41.393,56.578],[-6.467,39.469],[31.505,-9.22],[31.873,-19.871],[-8.795,4.721]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"t":66,"s":[{"i":[[4.957,-16.884],[-0.579,-2.93],[-2.966,-0.244],[-1.912,1.629],[-11.138,8.517],[-3.152,5.851],[0.227,3.571],[20.142,-16.526]],"o":[[-0.642,2.929],[0.579,2.93],[2.5,0.249],[10.664,-9.082],[15.842,-12.114],[1.623,-3.222],[-1.535,-22.452],[-17.025,13.969]],"v":[[-53.195,42.335],[-53.969,51.166],[-48.2,57.199],[-41.562,54.25],[-8.439,23.266],[28.78,-1.046],[31.567,-11.333],[-18.868,-1.623]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"t":80,"s":[{"i":[[17.68,-18.08],[1.04,-2.8],[-2.4,-1.76],[-2.48,0.4],[-10.8,8.8],[-3.151,24.4],[1.6,3.2],[8.139,-11.603]],"o":[[-2.08,2.16],[-1.04,2.8],[2,1.52],[13.84,-2.16],[18.872,-17.242],[0.24,-3.6],[-10.16,-20.08],[-14.563,20.763]],"v":[[-24.67,31.497],[-29.95,38.617],[-28.19,46.777],[-20.99,47.737],[15.132,27.854],[47.048,-31.519],[45.608,-42.079],[15.166,-13.841]],"c":true}]},{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"t":92,"s":[{"i":[[4.957,-16.884],[-0.579,-2.93],[-2.966,-0.244],[-1.912,1.629],[-11.138,8.517],[-3.152,5.851],[0.227,3.571],[20.142,-16.526]],"o":[[-0.642,2.929],[0.579,2.93],[2.5,0.249],[10.664,-9.082],[15.842,-12.114],[1.623,-3.222],[-1.535,-22.452],[-17.025,13.969]],"v":[[-53.195,42.335],[-53.969,51.166],[-48.2,57.199],[-41.562,54.25],[-8.439,23.266],[28.78,-1.046],[31.567,-11.333],[-18.868,-1.623]],"c":true}]},{"t":110,"s":[{"i":[[17.68,-18.08],[1.04,-2.8],[-2.4,-1.76],[-2.48,0.4],[-10.8,8.8],[-1.92,30.32],[1.6,3.2],[4.24,-6.32]],"o":[[-2.08,2.16],[-1.04,2.8],[2,1.52],[13.84,-2.16],[23.6,-19.12],[0.24,-3.6],[-10.16,-20.08],[-14.16,21.04]],"v":[[-40,46.2],[-45.28,53.32],[-43.52,61.48],[-36.32,62.44],[0.56,43.64],[46.08,-32.36],[44.64,-42.92],[8.72,-11.8]],"c":true}]}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.725,0.894000004787,0.917999985639,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[46.57,63.25],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":126,"st":0,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"ferrule","parent":9,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[54.69,55.73,0],"ix":2,"l":2},"a":{"a":0,"k":[155.25,152.69,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"t":32,"s":[{"i":[[0,0],[-6.24,1.04],[-65.12,65.12],[0,0],[4.48,4.48],[0,0],[4,-0.48],[1.44,-0.24],[1.52,-5.28],[51.68,-51.6],[0,0],[0.8,-5.44],[0,0],[-3.04,-3.04]],"o":[[4.48,4.48],[0,0],[65.12,-65.12],[1.04,-6.24],[0,0],[-2.88,-2.88],[-1.36,0.16],[-5.44,0.8],[0,0],[-51.68,51.6],[-5.28,1.44],[0,0],[-0.64,4.32],[0,0]],"v":[[-80.36,145.96],[-63.32,151.4],[67.32,66.28],[153.96,-62.28],[148.52,-79.4],[79.88,-148.04],[69,-151.96],[64.84,-151.4],[53.56,-141.32],[-29.48,-28.92],[-144.2,52.76],[-154.36,63.88],[-154.36,64.04],[-150.52,75.72]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"t":56,"s":[{"i":[[0,0],[-6.24,1.04],[-65.12,65.12],[0,0],[4.48,4.48],[0,0],[4,-0.48],[1.44,-0.24],[1.52,-5.28],[51.68,-51.6],[0,0],[0.8,-5.44],[0,0],[-3.04,-3.04]],"o":[[4.48,4.48],[0,0],[65.12,-65.12],[1.04,-6.24],[0,0],[-2.88,-2.88],[-1.36,0.16],[-5.44,0.8],[0,0],[-51.68,51.6],[-5.28,1.44],[0,0],[-0.64,4.32],[0,0]],"v":[[-80.36,145.96],[-63.32,151.4],[55.316,53.746],[153.96,-62.28],[148.52,-79.4],[79.88,-148.04],[69,-151.96],[64.84,-151.4],[53.56,-141.32],[-40.626,-42.407],[-144.2,52.76],[-154.36,63.88],[-154.36,64.04],[-150.52,75.72]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"t":66,"s":[{"i":[[0,0],[-6.24,1.04],[-65.12,65.12],[0,0],[4.48,4.48],[0,0],[4,-0.48],[1.44,-0.24],[5.344,-2.196],[51.68,-51.6],[0,0],[0.8,-5.44],[0,0],[-3.04,-3.04]],"o":[[4.48,4.48],[0,0],[65.12,-65.12],[1.04,-6.24],[0,0],[-2.88,-2.88],[-1.36,0.16],[-5.44,0.8],[0,0],[-51.68,51.6],[-2.837,4.723],[0,0],[-0.64,4.32],[0,0]],"v":[[-60.284,171.77],[-43.244,177.21],[44.645,45.025],[167.202,-40.834],[161.762,-57.954],[93.122,-126.594],[82.242,-130.514],[78.082,-129.954],[63.729,-123.16],[-53.642,-49.25],[-129.249,75.297],[-134.284,89.69],[-134.284,89.85],[-130.444,101.53]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"t":80,"s":[{"i":[[0,0],[-6.24,1.04],[-65.12,65.12],[0,0],[4.48,4.48],[0,0],[4,-0.48],[1.44,-0.24],[1.52,-5.28],[51.68,-51.6],[0,0],[0.8,-5.44],[0,0],[-3.04,-3.04]],"o":[[4.48,4.48],[0,0],[65.12,-65.12],[1.04,-6.24],[0,0],[-2.88,-2.88],[-1.36,0.16],[-5.44,0.8],[0,0],[-51.68,51.6],[-5.28,1.44],[0,0],[-0.64,4.32],[0,0]],"v":[[-80.36,145.96],[-63.32,151.4],[67.32,66.28],[153.96,-62.28],[148.52,-79.4],[79.88,-148.04],[69,-151.96],[64.84,-151.4],[53.56,-141.32],[-29.48,-28.92],[-144.2,52.76],[-154.36,63.88],[-154.36,64.04],[-150.52,75.72]],"c":true}]},{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"t":92,"s":[{"i":[[0,0],[-6.24,1.04],[-65.12,65.12],[0,0],[4.48,4.48],[0,0],[4,-0.48],[1.44,-0.24],[5.344,-2.196],[51.68,-51.6],[0,0],[0.8,-5.44],[0,0],[-3.04,-3.04]],"o":[[4.48,4.48],[0,0],[65.12,-65.12],[1.04,-6.24],[0,0],[-2.88,-2.88],[-1.36,0.16],[-5.44,0.8],[0,0],[-51.68,51.6],[-2.837,4.723],[0,0],[-0.64,4.32],[0,0]],"v":[[-60.284,171.77],[-43.244,177.21],[44.645,45.025],[167.202,-40.834],[161.762,-57.954],[93.122,-126.594],[82.242,-130.514],[78.082,-129.954],[63.729,-123.16],[-53.642,-49.25],[-129.249,75.297],[-134.284,89.69],[-134.284,89.85],[-130.444,101.53]],"c":true}]},{"t":110,"s":[{"i":[[0,0],[-6.24,1.04],[-65.12,65.12],[0,0],[4.48,4.48],[0,0],[4,-0.48],[1.44,-0.24],[1.52,-5.28],[51.68,-51.6],[0,0],[0.8,-5.44],[0,0],[-3.04,-3.04]],"o":[[4.48,4.48],[0,0],[65.12,-65.12],[1.04,-6.24],[0,0],[-2.88,-2.88],[-1.36,0.16],[-5.44,0.8],[0,0],[-51.68,51.6],[-5.28,1.44],[0,0],[-0.64,4.32],[0,0]],"v":[[-80.36,145.96],[-63.32,151.4],[67.32,66.28],[153.96,-62.28],[148.52,-79.4],[79.88,-148.04],[69,-151.96],[64.84,-151.4],[53.56,-141.32],[-29.48,-28.92],[-144.2,52.76],[-154.36,63.88],[-154.36,64.04],[-150.52,75.72]],"c":true}]}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.579999976065,0.819999964097,0.877999997606,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[155.25,152.69],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":126,"st":0,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"ferrule shadow","parent":9,"sr":1,"ks":{"o":{"a":0,"k":20,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[109.85,109.09,0],"ix":2,"l":2},"a":{"a":0,"k":[109.6,108.84,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"t":32,"s":[{"i":[[0,0],[36.24,-36.64],[0,0],[0,0],[-50.88,50.8],[-8.08,19.12]],"o":[[0,0],[-69.36,69.92],[0,0],[19.92,-7.76],[51.2,-51.2],[0,0]],"v":[[94.08,-108.84],[14.08,-7.48],[-109.6,94.84],[-95.6,108.84],[26.16,27],[109.6,-93.32]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"t":56,"s":[{"i":[[0,0],[36.24,-36.64],[0,0],[0,0],[-50.88,50.8],[-8.08,19.12]],"o":[[0,0],[-69.36,69.92],[0,0],[19.92,-7.76],[51.2,-51.2],[0,0]],"v":[[94.08,-108.84],[1.979,-13.2],[-109.6,94.84],[-95.6,108.84],[15.68,17.563],[109.6,-93.32]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"t":66,"s":[{"i":[[0,0],[36.24,-36.64],[0,0],[0,0],[-50.88,50.8],[-13.309,13.278]],"o":[[0,0],[-69.36,69.92],[0,0],[10.419,-14.709],[51.2,-51.2],[0,0]],"v":[[106.846,-100.206],[-8.082,-21.55],[-98.635,120.604],[-84.635,134.604],[5.619,9.214],[121.867,-84.283]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"t":80,"s":[{"i":[[0,0],[36.24,-36.64],[0,0],[0,0],[-50.88,50.8],[-8.08,19.12]],"o":[[0,0],[-69.36,69.92],[0,0],[19.92,-7.76],[51.2,-51.2],[0,0]],"v":[[94.08,-108.84],[14.08,-7.48],[-109.6,94.84],[-95.6,108.84],[26.16,27],[109.6,-93.32]],"c":true}]},{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"t":92,"s":[{"i":[[0,0],[36.24,-36.64],[0,0],[0,0],[-50.88,50.8],[-13.309,13.278]],"o":[[0,0],[-69.36,69.92],[0,0],[10.419,-14.709],[51.2,-51.2],[0,0]],"v":[[106.846,-100.206],[-8.082,-21.55],[-98.635,120.604],[-84.635,134.604],[5.619,9.214],[121.867,-84.283]],"c":true}]},{"t":110,"s":[{"i":[[0,0],[36.24,-36.64],[0,0],[0,0],[-50.88,50.8],[-8.08,19.12]],"o":[[0,0],[-69.36,69.92],[0,0],[19.92,-7.76],[51.2,-51.2],[0,0]],"v":[[94.08,-108.84],[14.08,-7.48],[-109.6,94.84],[-95.6,108.84],[26.16,27],[109.6,-93.32]],"c":true}]}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.305999995213,0.204000001795,0.180000005984,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[109.6,108.84],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":126,"st":0,"bm":0},{"ddd":0,"ind":6,"ty":4,"nm":"eraser mask","parent":9,"td":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[-33.63,-32.47,0],"ix":2,"l":2},"a":{"a":0,"k":[165.73,164.49,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"t":32,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[-66.16,66.16],[0,0],[-24.96,-24.96]],"o":[[0,0],[0,0],[0,0],[-24.96,-24.96],[0,0],[57.2,-57.2],[0,0]],"v":[[165.48,-39.36],[122.2,114.96],[-38.12,164.24],[-128.68,73.76],[-99.32,-67.12],[-59.4,-107.04],[75,-129.92]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":56,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[-66.16,66.16],[0,0],[-24.96,-24.96]],"o":[[0,0],[0,0],[0,0],[-24.96,-24.96],[0,0],[57.2,-57.2],[0,0]],"v":[[165.48,-39.36],[122.2,114.96],[-38.12,164.24],[-142.971,60.892],[-99.32,-67.12],[-59.4,-107.04],[60.709,-142.788]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":66,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[-66.16,66.16],[0,0],[-24.96,-24.96]],"o":[[0,0],[0,0],[0,0],[-24.96,-24.96],[0,0],[57.2,-57.2],[0,0]],"v":[[165.48,-39.36],[122.2,114.96],[-38.12,164.24],[-128.68,73.76],[-99.32,-67.12],[-59.4,-107.04],[75,-129.92]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"t":80,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[-66.16,66.16],[0,0],[-24.96,-24.96]],"o":[[0,0],[0,0],[0,0],[-24.96,-24.96],[0,0],[57.2,-57.2],[0,0]],"v":[[165.48,-39.36],[122.2,114.96],[-38.12,164.24],[-128.68,73.76],[-99.32,-67.12],[-59.4,-107.04],[75,-129.92]],"c":true}]},{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"t":92,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[-66.16,66.16],[0,0],[-24.96,-24.96]],"o":[[0,0],[0,0],[0,0],[-24.96,-24.96],[0,0],[57.2,-57.2],[0,0]],"v":[[165.48,-39.36],[122.2,114.96],[-38.12,164.24],[-128.68,73.76],[-99.32,-67.12],[-59.4,-107.04],[75,-129.92]],"c":true}]},{"t":110,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[-66.16,66.16],[0,0],[-24.96,-24.96]],"o":[[0,0],[0,0],[0,0],[-24.96,-24.96],[0,0],[57.2,-57.2],[0,0]],"v":[[165.48,-39.36],[122.2,114.96],[-38.12,164.24],[-128.68,73.76],[-99.32,-67.12],[-59.4,-107.04],[75,-129.92]],"c":true}]}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.936999990426,0.325,0.313999998803,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[165.73,164.49],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":126,"st":0,"bm":0},{"ddd":0,"ind":7,"ty":4,"nm":"eraser light","parent":8,"tt":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[106.149,103.797,0],"ix":2,"l":2},"a":{"a":0,"k":[99.174,99.174,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"t":32,"s":[{"i":[[-46.956,46.956],[-13.902,-13.902],[46.957,-46.957],[13.903,13.903]],"o":[[46.956,-46.956],[13.903,13.903],[-46.956,46.956],[-13.902,-13.902]],"v":[[-25.173,-25.173],[85.021,-85.022],[25.172,25.173],[-85.022,85.021]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"t":56,"s":[{"i":[[-55.097,56.208],[-12.671,-12.927],[26.417,-24.765],[12.672,12.928]],"o":[[55.097,-56.208],[12.672,12.928],[-25.245,23.667],[-12.671,-12.927]],"v":[[-25.786,-25.928],[84.068,-95.642],[9.365,4.104],[-94.899,78.953]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"t":66,"s":[{"i":[[-46.956,46.956],[-13.902,-13.902],[82.083,-84.51],[13.903,13.903]],"o":[[46.956,-46.956],[13.903,13.903],[-73.568,75.744],[-13.902,-13.902]],"v":[[-58.797,-56.509],[85.719,-99.295],[-29.274,-23.377],[-98.603,83.01]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"t":80,"s":[{"i":[[-46.956,46.956],[-13.902,-13.902],[46.957,-46.957],[13.903,13.903]],"o":[[46.956,-46.956],[13.903,13.903],[-46.956,46.956],[-13.902,-13.902]],"v":[[-25.173,-25.173],[85.021,-85.022],[25.172,25.173],[-85.022,85.021]],"c":true}]},{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"t":92,"s":[{"i":[[-46.956,46.956],[-13.902,-13.902],[46.957,-46.957],[13.903,13.903]],"o":[[46.956,-46.956],[13.903,13.903],[-46.956,46.956],[-13.902,-13.902]],"v":[[-63.259,-59.339],[68.567,-114.976],[-20.888,-29.158],[-107.571,47.381]],"c":true}]},{"t":110,"s":[{"i":[[-46.956,46.956],[-13.902,-13.902],[46.957,-46.957],[13.903,13.903]],"o":[[46.956,-46.956],[13.903,13.903],[-46.956,46.956],[-13.902,-13.902]],"v":[[-25.173,-25.173],[85.021,-85.022],[25.172,25.173],[-85.022,85.021]],"c":true}]}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.513999968884,0.513999968884,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[99.174,99.174],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":126,"st":0,"bm":0},{"ddd":0,"ind":8,"ty":4,"nm":"eraser","parent":9,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[-33.63,-32.47,0],"ix":2,"l":2},"a":{"a":0,"k":[165.73,164.49,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"t":32,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[-66.16,66.16],[0,0],[-24.96,-24.96]],"o":[[0,0],[0,0],[0,0],[-24.96,-24.96],[0,0],[57.2,-57.2],[0,0]],"v":[[165.48,-39.36],[122.2,114.96],[-38.12,164.24],[-128.68,73.76],[-99.32,-67.12],[-59.4,-107.04],[75,-129.92]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"t":56,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[-66.16,66.16],[0,0],[-24.96,-24.96]],"o":[[0,0],[0,0],[0,0],[-24.96,-24.96],[0,0],[57.2,-57.2],[0,0]],"v":[[165.48,-39.36],[122.2,114.96],[-38.12,164.24],[-142.971,60.892],[-99.32,-67.12],[-59.4,-107.04],[60.709,-142.788]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"t":66,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[-66.16,66.16],[0,0],[-24.96,-24.96]],"o":[[0,0],[0,0],[0,0],[-24.96,-24.96],[0,0],[57.2,-57.2],[0,0]],"v":[[165.48,-39.36],[122.2,114.96],[-38.12,164.24],[-128.68,73.76],[-99.32,-67.12],[-59.4,-107.04],[75,-129.92]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"t":80,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[-66.16,66.16],[0,0],[-24.96,-24.96]],"o":[[0,0],[0,0],[0,0],[-24.96,-24.96],[0,0],[57.2,-57.2],[0,0]],"v":[[165.48,-39.36],[122.2,114.96],[-38.12,164.24],[-128.68,73.76],[-99.32,-67.12],[-59.4,-107.04],[75,-129.92]],"c":true}]},{"t":92,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[-66.16,66.16],[0,0],[-24.96,-24.96]],"o":[[0,0],[0,0],[0,0],[-24.96,-24.96],[0,0],[57.2,-57.2],[0,0]],"v":[[165.48,-39.36],[122.2,114.96],[-38.12,164.24],[-128.68,73.76],[-99.32,-67.12],[-59.4,-107.04],[75,-129.92]],"c":true}]}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.936999990426,0.325,0.313999998803,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[165.73,164.49],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":126,"st":0,"bm":0},{"ddd":0,"ind":9,"ty":4,"nm":"pencil","parent":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0]},"t":24,"s":[0]},{"i":{"x":[0.406],"y":[1]},"o":{"x":[0.361],"y":[0]},"t":32,"s":[-2]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.365],"y":[0]},"t":48,"s":[45]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"t":56,"s":[48]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.333],"y":[0]},"t":66,"s":[39]},{"i":{"x":[0.369],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"t":80,"s":[49]},{"i":{"x":[0.375],"y":[0.637]},"o":{"x":[0.588],"y":[0]},"t":92,"s":[59]},{"i":{"x":[0.505],"y":[1]},"o":{"x":[0.199],"y":[0.588]},"t":100,"s":[11.249]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":110,"s":[-0.5]},{"t":120,"s":[0]}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.406,"y":1},"o":{"x":0.361,"y":0},"t":32,"s":[569.16,558.16,0],"to":[-8.667,-3,0],"ti":[7.333,4,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.365,"y":0},"t":48,"s":[517.16,540.16,0],"to":[-7.333,-4,0],"ti":[-1,-0.333,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"t":56,"s":[525.16,534.16,0],"to":[1,0.333,0],"ti":[10.667,1.333,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"t":66,"s":[523.16,542.16,0],"to":[-10.667,-1.333,0],"ti":[12.667,-2,0]},{"i":{"x":0.369,"y":1},"o":{"x":0.167,"y":0.167},"t":80,"s":[461.16,526.16,0],"to":[-12.667,2,0],"ti":[-18,-5.333,0]},{"i":{"x":0.724,"y":0.464},"o":{"x":0.464,"y":0},"t":92,"s":[447.16,554.16,0],"to":[6.757,2.002,0],"ti":[-18.44,-0.464,0]},{"i":{"x":0,"y":1},"o":{"x":0.191,"y":0.241},"t":100,"s":[488.368,545.595,0],"to":[30.683,0.773,0],"ti":[-12.7,-0.416,0]},{"t":110,"s":[569.16,558.16,0]}],"ix":2,"l":2},"a":{"a":0,"k":[355.57,344.65,0],"ix":1,"l":2},"s":{"a":1,"k":[{"i":{"x":[0.406,0.406,0.667],"y":[1,1,1]},"o":{"x":[0.361,0.361,0.333],"y":[0,0,0]},"t":32,"s":[100,100,100]},{"i":{"x":[0.635,0.635,0.667],"y":[1.469,1.469,1]},"o":{"x":[0.348,0.348,0.333],"y":[-1.839,-1.839,0]},"t":44,"s":[78,78,100]},{"i":{"x":[0.813,0.813,0.667],"y":[0.541,0.541,1]},"o":{"x":[0.862,0.862,0.333],"y":[0,0,0]},"t":92,"s":[78,78,100]},{"i":{"x":[0.322,0.322,0.667],"y":[1,1,1]},"o":{"x":[0.11,0.11,0.333],"y":[0.535,0.535,0]},"t":100,"s":[91.495,91.495,100]},{"t":110,"s":[100,100,100]}],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"t":56,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[256.12,265.48],[-263.56,-254.2],[-252.2,-265.48],[263.56,250.28],[254.2,252.2]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"t":66,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[215.779,215.663],[-274.617,-261.743],[-263.257,-273.023],[223.219,200.463],[213.859,202.383]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"t":80,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[256.12,265.48],[-263.56,-254.2],[-252.2,-265.48],[263.56,250.28],[254.2,252.2]],"c":true}]},{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"t":92,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[215.779,215.663],[-274.617,-261.743],[-263.257,-273.023],[223.219,200.463],[213.859,202.383]],"c":true}]},{"t":110,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[256.12,265.48],[-263.56,-254.2],[-252.2,-265.48],[263.56,250.28],[254.2,252.2]],"c":true}]}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.944999964097,0.583999992819,0.204000001795,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[371.17,290.21],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"t":56,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[235.24,248.08],[-249.64,-236.8],[-238.36,-248.08],[249.64,239.92],[237.08,238.64]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"t":66,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[194.899,198.263],[-260.697,-244.343],[-249.417,-255.623],[209.299,190.103],[196.739,188.823]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"t":80,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[235.24,248.08],[-249.64,-236.8],[-238.36,-248.08],[249.64,239.92],[237.08,238.64]],"c":true}]},{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"t":92,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[194.899,198.263],[-260.697,-244.343],[-249.417,-255.623],[209.299,190.103],[196.739,188.823]],"c":true}]},{"t":110,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[235.24,248.08],[-249.64,-236.8],[-238.36,-248.08],[249.64,239.92],[237.08,238.64]],"c":true}]}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.819999964097,0.463000009574,0.172999991623,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[305.33,386.73],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":2,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"t":56,"s":[{"i":[[0,0],[0,0],[39.6,73.68],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-283.64,-210.2],[197.08,270.52],[244.04,196.84],[-223.32,-270.52]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"t":66,"s":[{"i":[[0,0],[0,0],[10.716,38.054],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-294.697,-217.743],[156.739,220.703],[244.04,196.84],[-230.392,-281.29]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"t":80,"s":[{"i":[[0,0],[0,0],[39.6,73.68],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-283.64,-210.2],[197.08,270.52],[244.04,196.84],[-223.32,-270.52]],"c":true}]},{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"t":92,"s":[{"i":[[0,0],[0,0],[10.716,38.054],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-294.697,-217.743],[156.739,220.703],[244.04,196.84],[-230.392,-281.29]],"c":true}]},{"t":110,"s":[{"i":[[0,0],[0,0],[39.6,73.68],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-283.64,-210.2],[197.08,270.52],[244.04,196.84],[-223.32,-270.52]],"c":true}]}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.991999966491,0.847000002394,0.20800000359,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[427.25,270.77],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 3","np":2,"cix":2,"bm":0,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"t":56,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[75.68,16.48],[0,0],[0,0]],"v":[[-272.16,-212.4],[196.48,256.24],[268.88,208],[-211.84,-272.72]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"t":66,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[53.138,2.234],[0,0],[0,0]],"v":[[-290.192,-214.295],[196.48,256.24],[228.539,158.183],[-222.897,-280.263]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"t":80,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[75.68,16.48],[0,0],[0,0]],"v":[[-272.16,-212.4],[196.48,256.24],[268.88,208],[-211.84,-272.72]],"c":true}]},{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"t":92,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[53.138,2.234],[0,0],[0,0]],"v":[[-290.192,-214.295],[196.48,256.24],[228.539,158.183],[-222.897,-280.263]],"c":true}]},{"t":110,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[75.68,16.48],[0,0],[0,0]],"v":[[-272.16,-212.4],[196.48,256.24],[268.88,208],[-211.84,-272.72]],"c":true}]}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.626999978458,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[272.41,416.33],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 4","np":2,"cix":2,"bm":0,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"t":56,"s":[{"i":[[0,0],[0,0],[0,0],[25.04,-25.04],[0,0]],"o":[[0,0],[0,0],[0,0],[-25.04,25.04],[0,0]],"v":[[-287.32,-203.48],[-204.36,-286.44],[277.48,195.4],[262.28,261.4],[194.52,278.36]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"t":66,"s":[{"i":[[0,0],[0,0],[0,0],[25.04,-25.04],[0,0]],"o":[[0,0],[0,0],[0,0],[-25.04,25.04],[0,0]],"v":[[-298.377,-211.023],[-215.417,-293.983],[237.139,145.583],[219.139,212.2],[154.179,228.543]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"t":80,"s":[{"i":[[0,0],[0,0],[0,0],[25.04,-25.04],[0,0]],"o":[[0,0],[0,0],[0,0],[-25.04,25.04],[0,0]],"v":[[-287.32,-203.48],[-204.36,-286.44],[277.48,195.4],[262.28,261.4],[194.52,278.36]],"c":true}]},{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"t":92,"s":[{"i":[[0,0],[0,0],[0,0],[25.04,-25.04],[0,0]],"o":[[0,0],[0,0],[0,0],[-25.04,25.04],[0,0]],"v":[[-298.377,-211.023],[-215.417,-293.983],[237.139,145.583],[219.139,212.2],[154.179,228.543]],"c":true}]},{"t":110,"s":[{"i":[[0,0],[0,0],[0,0],[25.04,-25.04],[0,0]],"o":[[0,0],[0,0],[0,0],[-25.04,25.04],[0,0]],"v":[[-287.32,-203.48],[-204.36,-286.44],[277.48,195.4],[262.28,261.4],[194.52,278.36]],"c":true}]}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.757000014361,0.027000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[347.89,347.09],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 5","np":2,"cix":2,"bm":0,"ix":5,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":126,"st":0,"bm":0},{"ddd":0,"ind":10,"ty":4,"nm":"lead","parent":11,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[333.29,333.289,0],"ix":2,"l":2},"a":{"a":0,"k":[79.13,79.13,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":52,"s":[{"i":[[24.88,8.08],[0,0],[-30.48,30.48],[0,0],[0,0]],"o":[[0,0],[0,0],[30.48,-30.479],[0,0],[8.08,24.879]],"v":[[30.4,70.8],[-78.88,29.84],[-3.28,-3.2],[29.84,-78.88],[70.8,30.401]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"t":66,"s":[{"i":[[24.88,8.08],[0,0],[-30.48,30.48],[0,0],[0,0]],"o":[[0,0],[0,0],[30.48,-30.479],[0,0],[8.08,24.879]],"v":[[30.4,70.8],[-78.88,29.84],[-38.97,-45.236],[29.84,-78.88],[70.8,30.401]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"t":80,"s":[{"i":[[24.88,8.08],[0,0],[-30.48,30.48],[0,0],[0,0]],"o":[[0,0],[0,0],[30.48,-30.479],[0,0],[8.08,24.879]],"v":[[30.4,70.8],[-78.88,29.84],[-3.28,-3.2],[29.84,-78.88],[70.8,30.401]],"c":true}]},{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"t":92,"s":[{"i":[[24.88,8.08],[0,0],[-30.48,30.48],[0,0],[0,0]],"o":[[0,0],[0,0],[30.48,-30.479],[0,0],[8.08,24.879]],"v":[[30.4,70.8],[-78.88,29.84],[-38.97,-45.236],[29.84,-78.88],[70.8,30.401]],"c":true}]},{"t":110,"s":[{"i":[[24.88,8.08],[0,0],[-30.48,30.48],[0,0],[0,0]],"o":[[0,0],[0,0],[30.48,-30.479],[0,0],[8.08,24.879]],"v":[[30.4,70.8],[-78.88,29.84],[-3.28,-3.2],[29.84,-78.88],[70.8,30.401]],"c":true}]}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.380000005984,0.380000005984,0.380000005984,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[79.13,79.13],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":126,"st":0,"bm":0},{"ddd":0,"ind":11,"ty":4,"nm":"wood","parent":9,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[579.49,579.41,0],"ix":2,"l":2},"a":{"a":0,"k":[206.21,206.21,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[8.08,24.88],[0,0],[0,0],[13.04,13.039],[0,0],[0,0],[0,0],[-23.44,-7.681],[0,0],[0,0]],"o":[[0,0],[0,0],[-7.68,-23.439],[0,0],[0,0],[0,0],[7.76,7.76],[0,0],[0,0],[24.88,8.08]],"v":[[197.88,157.481],[148.44,25.56],[114.44,-65.24],[92.28,-111.399],[-2.28,-205.959],[-205.96,-2.281],[-111.32,92.361],[-65.24,114.44],[25.56,148.44],[157.48,197.88]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.925,0.702000038297,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[206.21,206.21],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":126,"st":0,"bm":0}],"markers":[{"tm":0,"cm":"rest","dr":0}]}
@@ -1 +0,0 @@
1
- {"v":"5.8.1","fr":60,"ip":0,"op":168,"w":1024,"h":1024,"nm":"emoji_35_plus","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":3,"nm":"Null ALL","sr":1,"ks":{"o":{"a":0,"k":0,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[512,512,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":0,"s":[100,100,100]},{"i":{"x":[0.739,0.739,0.667],"y":[0.823,0.823,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":12,"s":[102,102,100]},{"i":{"x":[0.221,0.221,0.667],"y":[1,1,1]},"o":{"x":[0.113,0.113,0.333],"y":[0.304,0.304,0]},"t":30,"s":[44.989,44.989,100]},{"i":{"x":[0.221,0.221,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":40,"s":[37,37,100]},{"i":{"x":[0.72,0.72,0.667],"y":[0.526,0.526,0.569]},"o":{"x":[0.425,0.425,0.333],"y":[0,0,0]},"t":48,"s":[37,37,100]},{"i":{"x":[0.377,0.377,0.667],"y":[1,1,1]},"o":{"x":[0.201,0.201,0.333],"y":[0.569,0.569,0.719]},"t":60,"s":[70.526,70.526,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":80,"s":[104,104,100]},{"t":98,"s":[100,100,100]}],"ix":6,"l":2}},"ao":0,"ip":0,"op":168,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"reflection corners 2","parent":6,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[256.49,259.37,0],"ix":2,"l":2},"a":{"a":0,"k":[231.61,233.93,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.167,"y":0.167},"t":140,"s":[{"i":[[0.06,-3.072],[3.175,-2.395],[2.95,0.39],[0.881,2.367],[-1.53,2.377],[-3.399,0.231]],"o":[[-0.078,4.024],[-2.271,2.165],[-2.176,-0.288],[-0.752,-2.021],[1.343,-2.085],[4.531,-0.308]],"v":[[-39.106,-40.894],[-42.421,-32.684],[-50.75,-30.23],[-55.578,-34.926],[-54.162,-43.226],[-47.421,-46.812]],"c":true}]},{"t":168,"s":[{"i":[[-0.8,-12.8],[17.04,-16.32],[12.8,0.4],[4.154,11.5],[-4.539,9.42],[-25.626,1.74]],"o":[[1.04,16.88],[-17.12,16.32],[-7.285,-0.228],[-5.655,-15.654],[8.116,-16.846],[34.16,-2.32]],"v":[[60.48,-32.68],[1.04,7.72],[-39.76,49.72],[-56.365,29.814],[-52.481,-20.261],[1.84,-47.8]],"c":true}]}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.167,"y":0.167},"t":140,"s":[{"i":[[3.335,-2.948],[-4.735,-3.588],[-2.434,2.445],[0.095,3.296],[4.153,1.729]],"o":[[-5.004,4.424],[4.735,3.588],[2.694,-2.708],[-0.091,-3.141],[-2.519,-1.049]],"v":[[-391.375,320.284],[-390.606,334.571],[-378.477,333.816],[-375.139,326.251],[-380.1,318.946]],"c":true}]},{"t":168,"s":[{"i":[[6.751,-7.441],[-22.96,0],[-35.12,13.44],[-0.8,14.64],[27.679,0.686]],"o":[[-12.72,14],[25.68,0],[35.12,-13.44],[0.625,-12.326],[-25.496,-0.632]],"v":[[-385.92,320.28],[-378.24,417.24],[-325.92,363.64],[-273.6,328.6],[-327.297,309.634]],"c":true}]}],"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":140,"s":[1,0.917647063732,0.588235318661,1]},{"t":168,"s":[0.603999956916,0.603999956916,0.603999956916,1]}],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[401.45,50.37],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":136,"op":822,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"reflection corners","parent":6,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[256.49,259.37,0],"ix":2,"l":2},"a":{"a":0,"k":[231.61,233.93,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":20,"s":[{"i":[[12.744,-1.82],[-22.2,-1.306],[-13.686,6.495],[23.76,0.356]],"o":[[-33.622,4.8],[22.2,1.306],[24.17,-11.47],[-8.999,-0.135]],"v":[[190.753,311.643],[191.617,340.699],[246.624,329.165],[247.946,311.761]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"t":30,"s":[{"i":[[31.34,-0.431],[-22.2,-1.306],[-35.258,-8.714],[23.506,3.486]],"o":[[-33.96,0.467],[22.2,1.306],[35.258,8.714],[-23.506,-3.486]],"v":[[203.37,312.845],[191.617,340.699],[331.342,326.761],[370.518,312.845]],"c":true}]},{"i":{"x":0.833,"y":1},"o":{"x":0.333,"y":0},"t":48,"s":[{"i":[[31.34,-0.431],[-22.2,-1.306],[-49.414,-38.07],[40.449,6.477]],"o":[[-33.96,0.467],[22.2,1.306],[78.921,60.804],[-23.464,-3.757]],"v":[[256.861,308.115],[256.37,325.158],[429.175,372.032],[441.604,311.493]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0},"t":60,"s":[{"i":[[31.34,-0.431],[-22.2,-1.306],[-62.008,6.79],[40.449,6.477]],"o":[[-33.96,0.467],[22.2,1.306],[28.819,-3.156],[-23.464,-3.757]],"v":[[205.462,307.582],[204.97,335.968],[356.506,326.658],[384.888,311.502]],"c":true}]},{"t":72,"s":[{"i":[[12.744,-1.82],[-22.2,-1.306],[-13.686,6.495],[23.76,0.356]],"o":[[-33.622,4.8],[22.2,1.306],[24.17,-11.47],[-8.999,-0.135]],"v":[[194.429,312.821],[195.293,341.876],[250.3,330.343],[251.622,312.939]],"c":true}]}],"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":20,"s":[{"i":[[1.233,-36.511],[0.345,-20.893],[-6.531,18.873],[1.604,25.558]],"o":[[-0.886,26.22],[-0.345,20.893],[6.531,-18.873],[-1.604,-25.558]],"v":[[-59.38,522.226],[-63.565,588.985],[-42.169,581.05],[-35.235,530.054]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"t":30,"s":[{"i":[[1.233,-36.511],[0.345,-20.893],[-7.721,33.339],[1.93,44.399]],"o":[[-0.886,26.22],[-0.345,20.893],[7.721,-33.339],[-1.93,-44.399]],"v":[[-59.38,522.226],[-63.86,771.641],[-35.254,799.756],[-30.428,560.096]],"c":true}]},{"i":{"x":0.833,"y":1},"o":{"x":0.333,"y":0},"t":48,"s":[{"i":[[1.233,-36.511],[0.345,-20.893],[-7.721,33.339],[1.93,44.399]],"o":[[-0.886,26.22],[-0.345,20.893],[7.721,-33.339],[-1.93,-44.399]],"v":[[-62.195,543.848],[-63.156,793.263],[-7.805,791.648],[6.171,560.096]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0},"t":60,"s":[{"i":[[1.233,-36.511],[0.345,-20.893],[-7.721,33.339],[1.93,44.399]],"o":[[-0.886,26.22],[-0.345,20.893],[7.721,-33.339],[-1.93,-44.399]],"v":[[-62.195,543.848],[-63.156,793.263],[-43.253,777.469],[-27.505,537.409]],"c":true}]},{"t":72,"s":[{"i":[[1.233,-36.511],[0.345,-20.893],[-6.531,18.873],[1.604,25.558]],"o":[[-0.886,26.22],[-0.345,20.893],[6.531,-18.873],[-1.604,-25.558]],"v":[[-59.955,525.704],[-64.14,592.463],[-42.744,584.527],[-35.81,533.531]],"c":true}]}],"ix":2},"nm":"Path 4","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":1,"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.167],"y":[0.213]},"t":64,"s":[0.603999956916,0.603999956916,0.603999956916,1]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":70,"s":[1,0.917647063732,0.588235318661,1]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":140,"s":[1,0.917647063732,0.588235318661,1]},{"t":168,"s":[0.603999956916,0.603999956916,0.603999956916,1]}],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 2","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[401.45,50.37],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"t":0,"s":[0],"h":1},{"t":20,"s":[100],"h":1},{"t":66,"s":[0],"h":1}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":0,"s":[{"i":[[-0.8,-12.8],[17.04,-16.32],[12.8,0.4],[4.154,11.5],[-4.539,9.42],[-25.626,1.74]],"o":[[1.04,16.88],[-17.12,16.32],[-7.285,-0.228],[-5.655,-15.654],[8.116,-16.846],[34.16,-2.32]],"v":[[60.48,-32.68],[1.04,7.72],[-39.76,49.72],[-56.365,29.814],[-52.481,-20.261],[1.84,-47.8]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":12,"s":[{"i":[[3.298,-12.676],[21.731,-10.412],[12.293,4.463],[-2.192,15.535],[-9.806,6.369],[-25.332,-2.273]],"o":[[-4.365,16.711],[-21.809,10.387],[-8.161,-2.963],[1.11,-7.866],[14.69,-9.541],[44.752,4.016]],"v":[[108.467,-34.379],[-1.322,7.966],[-54.284,35.734],[-63.45,4.685],[-43.184,-36.465],[17.129,-45.655]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":30,"s":[{"i":[[-1.293,-10.339],[9.047,-56.863],[23.263,-2.585],[1.13,11.92],[-2.885,28.091],[-34.728,-0.038]],"o":[[1.293,10.339],[-9.047,56.863],[-13.241,1.471],[-0.856,-9.022],[2.242,-21.829],[34.917,0.038]],"v":[[65.261,-36.754],[-10.986,39.494],[-27.786,265.653],[-45.769,250.814],[-48.103,-26.585],[4.856,-45.689]],"c":true}]},{"i":{"x":0.833,"y":1},"o":{"x":0.333,"y":0},"t":48,"s":[{"i":[[-0.588,-10.403],[9.047,-56.863],[23.263,-2.585],[1.13,11.92],[-2.885,28.091],[-104.165,-1.205]],"o":[[2.941,52.022],[-9.047,56.863],[-13.241,1.471],[-0.856,-9.022],[2.242,-21.829],[34.914,0.404]],"v":[[125.791,-34.051],[15.759,17.872],[-33.417,208.896],[-51.399,194.057],[-48.103,-26.585],[61.162,-47.04]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0},"t":60,"s":[{"i":[[-0.078,-10.419],[46.104,-78.625],[10.697,-7.334],[0.273,9.632],[-2.885,28.091],[-104.165,-1.205]],"o":[[0.765,102.329],[-29.125,49.669],[-10.987,7.534],[-0.257,-9.059],[2.242,-21.829],[34.914,0.404]],"v":[[125.791,-34.051],[76.907,185.186],[-37.453,295.389],[-50.957,291.893],[-48.103,-26.585],[61.162,-47.04]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"t":72,"s":[{"i":[[3.298,-12.676],[21.731,-10.412],[12.293,4.463],[-2.192,15.535],[-9.806,6.369],[-25.332,-2.273]],"o":[[-4.365,16.711],[-21.809,10.387],[-8.161,-2.963],[1.11,-7.866],[14.69,-9.541],[44.752,4.016]],"v":[[108.467,-34.379],[-1.322,7.966],[-54.284,35.734],[-63.45,4.685],[-43.184,-36.465],[17.129,-45.655]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"t":84,"s":[{"i":[[3.298,-12.676],[21.731,-10.412],[11.742,5.76],[-2.192,15.535],[-9.806,6.369],[-25.332,-2.273]],"o":[[-4.365,16.711],[-21.809,10.387],[-14.192,-6.962],[1.11,-7.866],[14.69,-9.541],[44.752,4.016]],"v":[[58.343,-22.585],[3.592,10.915],[-40.524,50.476],[-55.587,9.6],[-35.322,-28.602],[12.215,-41.724]],"c":true}]},{"t":96,"s":[{"i":[[3.298,-12.676],[31.06,-30.496],[11.742,5.76],[-0.087,15.688],[-17.129,13.052],[-25.38,1.658]],"o":[[-4.365,16.711],[-31.06,30.496],[-14.192,-6.962],[0.139,-25.15],[13.933,-10.616],[58.25,-3.806]],"v":[[137.289,-34.577],[6.59,116.842],[-58.512,180.387],[-61.583,40.578],[-25.328,-16.61],[41.195,-44.722]],"c":true}]}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":0,"s":[{"i":[[6.751,-7.441],[-22.96,0],[-35.12,13.44],[-0.8,14.64],[27.679,0.686]],"o":[[-12.72,14],[25.68,0],[35.12,-13.44],[0.625,-12.326],[-25.496,-0.632]],"v":[[-385.92,320.28],[-378.24,417.24],[-325.92,363.64],[-273.6,328.6],[-327.297,309.634]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":12,"s":[{"i":[[6.723,-7.41],[-23.448,0],[-35.867,13.726],[-0.817,14.951],[44.114,-1.658]],"o":[[-12.991,14.298],[26.226,0],[35.867,-13.726],[0.653,-12.877],[-44.114,1.658]],"v":[[-386.076,320.853],[-378.808,396.537],[-325.399,354.491],[-225.399,324.946],[-307.405,307.953]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":30,"s":[{"i":[[2.334,-23.415],[-12.899,5.159],[-29.665,2.58],[34.825,19.347],[33.535,2.58]],"o":[[-6.19,62.086],[12.899,-5.159],[29.665,-2.58],[-34.825,-19.347],[-33.535,-2.58]],"v":[[-389.89,336.583],[-379.572,453.957],[-339.587,372.698],[-200.286,321.105],[-322.819,315.946]],"c":true}]},{"i":{"x":0.833,"y":1},"o":{"x":0.333,"y":0},"t":48,"s":[{"i":[[4.838,-23.029],[-13.801,1.588],[-29.771,0.617],[9.883,38.593],[175.65,-5.408]],"o":[[-4.323,20.577],[19.142,-2.203],[162.857,-3.376],[-5.301,-20.702],[-33.618,1.035]],"v":[[-388.483,331.853],[-378.164,379.633],[-338.179,344.32],[-99.638,320.43],[-309.446,307.162]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0},"t":60,"s":[{"i":[[4.838,-23.029],[-13.801,1.588],[-92.042,36.159],[-0.673,4.491],[202.932,-1.384]],"o":[[-4.323,20.577],[19.142,-2.203],[83.67,-32.87],[1.23,-8.206],[-33.633,0.229]],"v":[[-388.483,331.853],[-383.071,442.73],[-215.884,396.074],[-65.076,311.922],[-309.446,307.162]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"t":72,"s":[{"i":[[6.723,-7.41],[-23.448,0],[-35.867,13.726],[-0.817,14.951],[44.114,-1.658]],"o":[[-12.991,14.298],[26.226,0],[35.867,-13.726],[0.653,-12.877],[-44.114,1.658]],"v":[[-386.076,320.853],[-378.808,396.537],[-325.399,354.491],[-225.399,324.946],[-307.405,307.953]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"t":84,"s":[{"i":[[6.723,-7.41],[-23.448,0],[-35.867,13.726],[-0.817,14.951],[16.605,2.024]],"o":[[-12.991,14.298],[26.226,0],[35.867,-13.726],[0.653,-12.877],[-16.605,-2.024]],"v":[[-378.213,320.853],[-372.911,412.262],[-319.502,362.354],[-269.626,328.877],[-327.062,311.884]],"c":true}]},{"t":96,"s":[{"i":[[16.974,-22.619],[-23.448,0],[-35.867,13.726],[-0.817,14.951],[30.889,-2.567]],"o":[[-11.595,15.451],[26.226,0],[35.867,-13.726],[0.653,-12.877],[-40.173,3.338]],"v":[[-385.208,344.837],[-380.906,469.223],[-307.51,388.336],[-122.726,316.885],[-317.069,308.887]],"c":true}]}],"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":1,"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.167],"y":[0.213]},"t":64,"s":[0.603999956916,0.603999956916,0.603999956916,1]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":70,"s":[1,0.917647063732,0.588235318661,1]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":140,"s":[1,0.917647063732,0.588235318661,1]},{"t":168,"s":[0.603999956916,0.603999956916,0.603999956916,1]}],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[401.45,50.37],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":3,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":98,"st":0,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"PLUS matte","parent":6,"td":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":474.45,"ix":3},"y":{"a":0,"k":463.81,"ix":4}},"a":{"a":0,"k":[474.45,463.81,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[14.226,-0.529],[0.64,-21.04],[0,-10.88],[-14,-0.641],[-93.988,-0.026],[-0.72,-30.5],[0,0],[-34.48,-2.56],[-23.6,0],[-1.28,20.4],[-0.032,78.664],[-18.391,0.101],[-12.556,0.066],[-0.64,29.36],[0,15.92],[24.24,-1.28],[27.006,1.15],[-0.28,21],[0,0],[26,-0.24],[13.44,0.32],[-0.16,-19.12],[0.328,-77.614],[16.5,0.092]],"o":[[-19.12,0.72],[-0.64,21.04],[0,10.879],[10.825,0.495],[27.563,0.008],[0.72,30.5],[0,17.199],[34.48,2.56],[23.6,0],[1.059,-16.877],[0.007,-16.42],[82.354,-0.451],[21.68,-0.08],[0.64,-29.36],[0,-15.92],[-19.048,1.006],[-27.006,-1.15],[0.28,-21],[0,-15.28],[-17.84,0.16],[-16.96,-0.4],[0.134,15.427],[-0.065,15.357],[-78.915,-0.438]],"v":[[-420.68,-80.12],[-445.56,-51.4],[-445.56,53.88],[-430.92,81.32],[-145.64,81.953],[-100.36,118.16],[-100.36,391.56],[-53.16,433],[49,434.28],[93,404.92],[94.273,108.16],[123.863,81.718],[417.48,79.96],[445.56,38.52],[444.28,-53.96],[409.8,-78.2],[123.366,-79.351],[91.08,-114.84],[91.08,-410.76],[59.16,-434.52],[-73.88,-435.16],[-98.44,-404.6],[-99.616,-103.344],[-126.142,-78.989]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.835294127464,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[474.45,463.81],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":822,"st":0,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"reflection passby","parent":6,"tt":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[473.008,462.995,0],"ix":2,"l":2},"a":{"a":0,"k":[-1.802,-19.975,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":96,"s":[{"i":[[31.379,26.747],[89.691,-69.949],[51.964,-46.195],[-9.845,-6.311],[-114.173,43.042],[-20.083,37.586],[-107.273,94.651]],"o":[[-16.308,-13.901],[-56.159,43.798],[-72.199,64.182],[38.454,24.65],[136.304,-51.385],[23.794,-44.533],[81.623,-72.019]],"v":[[102.25,-475.763],[-93.688,-415.718],[-409.719,-93.709],[-443.844,64.271],[-325.779,-17.644],[-125.41,-125.782],[-37.653,-289.733]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":116,"s":[{"i":[[35.358,9.787],[31.706,-21.694],[110.618,-55.849],[-12.685,-23.085],[-89.266,52.192],[-55.303,61.527],[-34.275,26.144]],"o":[[-27.243,-2.87],[-31.706,21.694],[-70.426,35.557],[12.685,23.085],[89.266,-52.192],[57.089,-65.07],[34.275,-26.144]],"v":[[192.134,-138.18],[73.706,-85.694],[-244.618,93.849],[-338.685,246.915],[-177.266,222.192],[19.137,25.168],[165.725,-87.856]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":126,"s":[{"i":[[40,-10],[44,-56],[124,-96],[-2,-30],[-116.462,36.394],[-96.393,89.457],[-6.983,19.952]],"o":[[-40,10],[-44,56],[-76.386,59.137],[2,30],[80.192,-25.06],[95.932,-89.03],[14,-40]],"v":[[466,-130],[360,-4],[0,330],[-216,460],[-4,502],[287.441,296.609],[468,100]],"c":true}]},{"t":134,"s":[{"i":[[40,-10],[44,-56],[124,-96],[-2,-30],[-116.462,36.394],[-96.393,89.457],[-6.983,19.952]],"o":[[-40,10],[-44,56],[-76.386,59.137],[2,30],[80.192,-25.06],[95.932,-89.03],[14,-40]],"v":[[622,46],[516,172],[156,506],[-60,636],[152,678],[443.441,472.609],[624,276]],"c":true}]}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":96,"s":[{"i":[[68,6],[72,-36],[22,-16],[60,-78],[0,-52],[-46,-30],[-84,50],[-58,46],[-56,44]],"o":[[-68,-6],[-72,36],[-22,16],[-60,78],[0,52],[46,30],[84,-50],[58,-46],[56,-44]],"v":[[-283.624,-891.601],[-561.625,-793.601],[-715.624,-735.601],[-821.624,-591.601],[-929.624,-415.601],[-827.624,-319.601],[-527.624,-395.601],[-267.624,-579.601],[-123.624,-723.601]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":116,"s":[{"i":[[38.875,-16.83],[62.875,-64.83],[22,-16],[60,-78],[0,-52],[-53.904,10.506],[-74.703,63.052],[-58,46],[-0.875,70.83]],"o":[[-62.645,27.121],[-56.043,57.786],[-22,16],[-60,78],[0,52],[106.875,-20.83],[102.875,-86.83],[58,-46],[0.875,-70.83]],"v":[[55.125,-475.17],[-104.875,-335.17],[-260.875,-209.17],[-366.875,-89.17],[-502.875,92.83],[-340.875,128.83],[-146.875,-7.17],[81.125,-135.17],[111.125,-393.17]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":126,"s":[{"i":[[68,6],[72,-36],[22,-16],[60,-78],[0,-52],[-46,-30],[-84,50],[-58,46],[-56,44]],"o":[[-68,-6],[-72,36],[-22,16],[-60,78],[0,52],[46,30],[84,-50],[58,-46],[56,-44]],"v":[[264,-310],[-14,-212],[-168,-154],[-274,-10],[-382,166],[-280,262],[20,186],[280,2],[424,-142]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":134,"s":[{"i":[[68,6],[88,-76],[68,-54],[60,-78],[0,-52],[-46,-30],[-84,50],[-58,46],[-56,44]],"o":[[-68,-6],[-60.923,52.615],[-21.303,16.917],[-60,78],[0,52],[46,30],[84,-50],[58,-46],[56,-44]],"v":[[440,-122],[156,-68],[-30,74],[-160,236],[-244,394],[-142,490],[158,414],[418,230],[562,86]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":142,"s":[{"i":[[68,6],[44,-34],[110,-132],[98,-44],[0,-52],[-46,-30],[-84,50],[-58,46],[-56,44]],"o":[[-68,-6],[-63.025,48.701],[-38.025,45.63],[-89.774,40.307],[0,52],[46,30],[84,-50],[58,-46],[56,-44]],"v":[[408,-100],[308,8],[86,208],[-96,324],[-244,394],[-142,490],[158,414],[418,230],[562,86]],"c":true}]},{"t":150,"s":[{"i":[[19.616,-65.385],[68,-10],[31.428,-168.927],[116,-2],[0,-52],[-46,-30],[-84,50],[-58,46],[-56,44]],"o":[[-12,40],[-78.802,11.588],[-16,86],[-98.393,1.696],[0,52],[46,30],[84,-50],[58,-46],[56,-44]],"v":[[522,-12],[444,112],[150,338],[-10,440],[-152,484],[-50,580],[250,504],[510,320],[654,176]],"c":true}]}],"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":140,"s":[1,0.917647063732,0.588235318661,1]},{"t":168,"s":[0.603999956916,0.603999956916,0.603999956916,1]}],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 2","np":4,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":96,"op":152,"st":0,"bm":0},{"ddd":0,"ind":6,"ty":4,"nm":"PLUS ","parent":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":0,"s":[-0.36]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"t":40,"s":[-0.36]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.333],"y":[0]},"t":48,"s":[21.262]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"t":60,"s":[-57.077]},{"t":70,"s":[-0.36]}],"ix":3},"y":{"a":0,"k":-19.16,"ix":4}},"a":{"a":0,"k":[474.45,463.81,0],"ix":1,"l":2},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0,0]},"t":40,"s":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":48,"s":[96,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":54,"s":[100,100,100]},{"i":{"x":[0,0,0.667],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0,0]},"t":60,"s":[80,100,100]},{"t":70,"s":[100,100,100]}],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[17.2,-0.64],[0.64,-21.04],[0,-10.88],[-14,-0.641],[0,0],[0,0],[-34.48,-2.56],[-23.6,0],[-1.28,20.4],[0,0],[-15.36,0.08],[-0.64,29.36],[0,15.92],[24.24,-1.28],[0,0],[0,0],[26,-0.24],[13.44,0.32],[-0.16,-19.12],[0,0]],"o":[[-19.12,0.72],[-0.64,21.04],[0,10.879],[14,0.64],[0,0],[0,17.199],[34.48,2.56],[23.6,0],[1.28,-20.4],[0,0],[21.68,-0.08],[0.64,-29.36],[0,-15.92],[-24.24,1.28],[0,0],[0,-15.28],[-17.84,0.16],[-16.96,-0.4],[0.16,18.48],[0,0]],"v":[[-448.68,-104.12],[-473.56,-75.4],[-473.56,73.88],[-458.92,101.32],[-132.36,101.96],[-132.36,419.56],[-85.16,461],[73,462.28],[117,432.92],[118.28,101.88],[445.48,99.96],[473.56,58.52],[472.28,-77.96],[437.8,-102.2],[115.08,-103.48],[115.08,-438.76],[83.16,-462.52],[-105.88,-463.16],[-130.44,-432.6],[-131.72,-102.84]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":0,"s":[0.380000005984,0.383999992819,0.4,1]},{"i":{"x":[0],"y":[1]},"o":{"x":[0.167],"y":[0.233]},"t":64,"s":[0.380000005984,0.383999992819,0.4,1]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":70,"s":[1,0.835294127464,0,1]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":140,"s":[1,0.835294127464,0,1]},{"t":168,"s":[0.380000005984,0.383999992819,0.4,1]}],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[474.45,463.81],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":822,"st":0,"bm":0},{"ddd":0,"ind":7,"ty":4,"nm":"bevel","parent":6,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":0,"s":[474.45]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"t":40,"s":[474.45]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.297],"y":[0]},"t":48,"s":[446.297]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":54,"s":[477.382]},{"i":{"x":[0],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"t":60,"s":[616.242]},{"t":70,"s":[474.45]}],"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":0,"s":[498.81]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":40,"s":[498.81]},{"i":{"x":[0],"y":[1]},"o":{"x":[0.167],"y":[0]},"t":60,"s":[498.81]},{"t":70,"s":[498.81]}],"ix":4}},"a":{"a":0,"k":[0.087,0.195,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"t":40,"s":[{"i":[[0,6.773],[24.24,-1.28],[0,0],[0,15.28],[26,-0.24],[13.44,0.32],[-0.16,-19.12],[0,0],[17.2,-0.64],[0.64,-21.04],[-0.24,-5.52],[-11.68,0.24],[-62.746,-0.72],[0.054,-6],[-33.84,0],[-14,0.64],[-0.64,15.92],[0.778,135.789],[-11.441,-0.606],[-0.64,11.44]],"o":[[0,-15.92],[-24.24,1.28],[0,0],[0,-15.28],[-17.84,0.16],[-16.96,-0.4],[0.16,18.48],[0,0],[-19.12,0.72],[-0.222,7.285],[0.4,10.72],[10.207,-0.28],[-0.077,130.627],[-0.16,16.88],[33.84,0],[14,-0.64],[0.417,-10.384],[31.215,0.002],[12.08,0.64],[0.64,-11.52]],"v":[[-1.419,-546.85],[-35.899,-571.09],[-358.619,-572.37],[-358.619,-907.65],[-390.539,-931.41],[-579.579,-932.05],[-604.139,-901.49],[-605.419,-571.73],[-922.379,-573.01],[-947.259,-544.29],[-946.619,-380.05],[-928.619,-364.69],[-606.203,-361.414],[-606.459,-26.13],[-568.459,4.83],[-383.499,3.55],[-357.739,-20.61],[-359.145,-363.81],[-21.259,-363.17],[-2.139,-378.45]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"t":48,"s":[{"i":[[0,6.773],[24.24,-1.28],[0,0],[0,15.28],[26,-0.24],[13.44,0.32],[-0.16,-19.12],[0,0],[17.2,-0.64],[0.64,-21.04],[-0.24,-5.52],[-11.68,0.24],[-62.746,-0.72],[-0.089,-5.999],[-33.84,0],[-14,0.64],[0.059,15.933],[0.778,135.789],[-11.441,-0.606],[-0.64,11.44]],"o":[[0,-15.92],[-24.24,1.28],[0,0],[0,-15.28],[-17.84,0.16],[-16.96,-0.4],[0.16,18.48],[0,0],[-19.12,0.72],[-0.222,7.285],[0.4,10.72],[10.207,-0.28],[-0.077,130.627],[0.373,25.053],[33.84,0],[14,-0.64],[-0.117,-31.818],[31.215,0.002],[12.08,0.64],[0.64,-11.52]],"v":[[-1.419,-546.85],[-35.899,-571.09],[-358.619,-572.37],[-358.619,-907.65],[-390.539,-931.41],[-561.983,-958.401],[-604.151,-912.977],[-605.419,-571.73],[-903.376,-600.037],[-946.923,-555.777],[-946.619,-380.05],[-928.619,-364.69],[-606.203,-361.414],[-606.68,-48.765],[-561.069,5.035],[-390.537,3.826],[-329.586,-58.448],[-359.145,-363.81],[-26.186,-363.398],[24.607,-414.936]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":51,"s":[{"i":[[0,6.773],[24.24,-1.28],[0,0],[0,15.28],[26,-0.24],[13.44,0.32],[-0.16,-19.12],[0,0],[17.2,-0.64],[0.64,-21.04],[-0.24,-5.52],[-11.68,0.24],[-62.746,-0.72],[-0.037,-5.999],[-33.84,0],[-14,0.64],[-0.195,15.928],[0.778,135.789],[-11.441,-0.606],[-0.64,11.44]],"o":[[0,-15.92],[-24.24,1.28],[0,0],[0,-15.28],[-17.84,0.16],[-16.96,-0.4],[0.16,18.48],[0,0],[-19.12,0.72],[-0.222,7.285],[0.4,10.72],[10.207,-0.28],[-0.077,130.627],[0.18,22.087],[33.84,0],[14,-0.64],[0.077,-24.039],[31.215,0.002],[12.08,0.64],[0.64,-11.52]],"v":[[-1.419,-546.85],[-35.899,-571.09],[-358.619,-572.37],[-358.619,-907.65],[-390.539,-931.41],[-569.025,-959.061],[-604.147,-908.808],[-605.419,-571.73],[-913.551,-600.451],[-947.045,-551.608],[-946.619,-380.05],[-928.619,-364.69],[-606.203,-361.414],[-606.6,-40.55],[-563.751,4.961],[-387.983,3.726],[-339.804,-44.715],[-359.145,-363.81],[-24.398,-363.315],[14.9,-401.694]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":54,"s":[{"i":[[0,6.773],[24.24,-1.28],[0,0],[0,15.28],[26,-0.24],[13.44,0.32],[-0.16,-19.12],[0,0],[17.2,-0.64],[0.64,-21.04],[-0.24,-5.52],[-11.68,0.24],[-62.746,-0.72],[0.054,-6],[-33.84,0],[-14,0.64],[-0.64,15.92],[0.778,135.789],[-11.441,-0.606],[-0.64,11.44]],"o":[[0,-15.92],[-24.24,1.28],[0,0],[0,-15.28],[-17.84,0.16],[-16.96,-0.4],[0.16,18.48],[0,0],[-19.12,0.72],[-0.222,7.285],[0.4,10.72],[10.207,-0.28],[-0.077,130.627],[-0.16,16.88],[33.84,0],[14,-0.64],[0.417,-10.384],[31.215,0.002],[12.08,0.64],[0.64,-11.52]],"v":[[-1.154,-574.166],[-35.634,-598.406],[-358.354,-599.686],[-358.81,-933.873],[-390.73,-957.633],[-580.019,-954.995],[-604.579,-924.435],[-605.86,-594.675],[-922.82,-595.955],[-947.699,-567.235],[-946.619,-380.05],[-928.619,-364.69],[-606.203,-361.414],[-606.459,-26.13],[-568.459,4.83],[-383.499,3.55],[-357.739,-20.61],[-359.145,-363.81],[-21.259,-363.17],[-2.139,-378.45]],"c":true}]},{"i":{"x":0,"y":1},"o":{"x":0.167,"y":0.167},"t":60,"s":[{"i":[[0,6.773],[24.24,-1.28],[0,0],[0,15.28],[26,-0.24],[13.44,0.32],[-0.16,-19.12],[0,0],[17.2,-0.64],[0.64,-21.04],[-0.24,-5.52],[-11.68,0.24],[-62.746,-0.72],[-34.059,-16.607],[-33.84,0],[-14,0.64],[-0.64,15.92],[0.778,135.789],[-11.441,-0.606],[-0.64,11.44]],"o":[[0,-15.92],[-24.24,1.28],[0,0],[0,-15.28],[-17.84,0.16],[-16.96,-0.4],[0.16,18.48],[0,0],[-19.12,0.72],[-0.222,7.285],[0.4,10.72],[10.207,-0.28],[-0.077,130.627],[20.85,10.166],[33.84,0],[14,-0.64],[0.417,-10.384],[31.215,0.002],[12.08,0.64],[0.64,-11.52]],"v":[[-1.419,-546.85],[-168.829,-600.157],[-358.619,-572.37],[-358.619,-907.65],[-524.355,-960.477],[-579.579,-932.05],[-604.139,-901.49],[-605.419,-571.73],[-922.379,-573.01],[-1083.733,-544.052],[-1084.866,-403.446],[-928.619,-364.69],[-746.223,-361.211],[-722.551,-42.436],[-568.459,4.83],[-383.499,3.55],[-357.739,-20.61],[-359.145,-363.81],[-21.259,-363.17],[-2.139,-378.45]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"t":70,"s":[{"i":[[0,6.773],[24.24,-1.28],[0,0],[0,15.28],[26,-0.24],[13.44,0.32],[-0.16,-19.12],[0,0],[17.2,-0.64],[0.64,-21.04],[-0.24,-5.52],[-11.68,0.24],[-62.746,-0.72],[0.054,-6],[-33.84,0],[-14,0.64],[-0.64,15.92],[0.778,135.789],[-11.441,-0.606],[-0.64,11.44]],"o":[[0,-15.92],[-24.24,1.28],[0,0],[0,-15.28],[-17.84,0.16],[-16.96,-0.4],[0.16,18.48],[0,0],[-19.12,0.72],[-0.222,7.285],[0.4,10.72],[10.207,-0.28],[-0.077,130.627],[-0.16,16.88],[33.84,0],[14,-0.64],[0.417,-10.384],[31.215,0.002],[12.08,0.64],[0.64,-11.52]],"v":[[-1.419,-546.85],[-20.577,-597.648],[-358.619,-572.37],[-358.392,-933.817],[-390.312,-957.577],[-579.579,-932.05],[-604.139,-901.49],[-605.419,-571.73],[-922.379,-573.01],[-947.259,-544.29],[-946.619,-380.05],[-928.619,-364.69],[-606.203,-361.414],[-606.459,-26.13],[-568.459,4.83],[-383.499,3.55],[-357.739,-20.61],[-359.145,-363.81],[-21.259,-363.17],[-2.139,-378.45]],"c":true}]},{"t":78,"s":[{"i":[[0,6.773],[24.24,-1.28],[0,0],[0,15.28],[26,-0.24],[13.44,0.32],[-0.16,-19.12],[0,0],[17.2,-0.64],[0.64,-21.04],[-0.24,-5.52],[-11.68,0.24],[-62.746,-0.72],[0.054,-6],[-33.84,0],[-14,0.64],[-0.64,15.92],[0.778,135.789],[-11.441,-0.606],[-0.64,11.44]],"o":[[0,-15.92],[-24.24,1.28],[0,0],[0,-15.28],[-17.84,0.16],[-16.96,-0.4],[0.16,18.48],[0,0],[-19.12,0.72],[-0.222,7.285],[0.4,10.72],[10.207,-0.28],[-0.077,130.627],[-0.16,16.88],[33.84,0],[14,-0.64],[0.417,-10.384],[31.215,0.002],[12.08,0.64],[0.64,-11.52]],"v":[[-1.419,-546.85],[-35.899,-571.09],[-358.619,-572.37],[-358.619,-907.65],[-390.539,-931.41],[-579.579,-932.05],[-604.139,-901.49],[-605.419,-571.73],[-922.379,-573.01],[-947.259,-544.29],[-946.619,-380.05],[-928.619,-364.69],[-606.203,-361.414],[-606.459,-26.13],[-568.459,4.83],[-383.499,3.55],[-357.739,-20.61],[-359.145,-363.81],[-21.259,-363.17],[-2.139,-378.45]],"c":true}]}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":0,"s":[0.274509803922,0.298039215686,0.309803921569,1]},{"i":{"x":[0],"y":[1]},"o":{"x":[0.167],"y":[0.197]},"t":64,"s":[0.274509803922,0.298039215686,0.309803921569,1]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":70,"s":[0.831372559071,0.623529434204,0.172549024224,1]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":140,"s":[0.831372559071,0.623529434204,0.172549024224,1]},{"t":168,"s":[0.274509803922,0.298039215686,0.309803921569,1]}],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[474.45,463.81],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":822,"st":0,"bm":0}],"markers":[{"tm":0,"cm":"rest","dr":0}]}