@cuemath/leap 3.2.28 → 3.2.29-m
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.
- package/dist/assets/illustrations/illustrations.js +5 -6
- package/dist/assets/illustrations/illustrations.js.map +1 -1
- package/dist/assets/lottie/lottie.js +1 -6
- package/dist/assets/lottie/lottie.js.map +1 -1
- package/dist/features/analytics-events/platform-events-student.js +1 -2
- package/dist/features/analytics-events/platform-events-student.js.map +1 -1
- package/dist/features/analytics-events/platform-events-teacher.js +4 -6
- package/dist/features/analytics-events/platform-events-teacher.js.map +1 -1
- package/dist/features/analytics-events/whitelist-events.js +16 -20
- package/dist/features/analytics-events/whitelist-events.js.map +1 -1
- package/dist/features/auth/comps/animated-avatar-message/animated-avatar-message-constants.js +1 -2
- package/dist/features/auth/comps/animated-avatar-message/animated-avatar-message-constants.js.map +1 -1
- package/dist/features/auth/comps/animated-avatar-message/animated-avatar-message-styled.js +8 -8
- package/dist/features/auth/comps/animated-avatar-message/animated-avatar-message-styled.js.map +1 -1
- package/dist/features/auth/comps/animated-avatar-message/animated-avatar-message.js +60 -82
- package/dist/features/auth/comps/animated-avatar-message/animated-avatar-message.js.map +1 -1
- package/dist/features/auth/comps/pill-button/pill-button.js +38 -41
- package/dist/features/auth/comps/pill-button/pill-button.js.map +1 -1
- package/dist/features/auth/comps/resend-otp/resend-otp.js +14 -18
- package/dist/features/auth/comps/resend-otp/resend-otp.js.map +1 -1
- package/dist/features/auth/comps/selectable-info-card/selectable-info-card.js +26 -32
- package/dist/features/auth/comps/selectable-info-card/selectable-info-card.js.map +1 -1
- package/dist/features/auth/pla-signup/signup-options/signup-options.js +35 -42
- package/dist/features/auth/pla-signup/signup-options/signup-options.js.map +1 -1
- package/dist/features/chapters/lpar-chapter/block-section/sat-sheet-item/sat-sheet-item.js +43 -43
- package/dist/features/chapters/lpar-chapter/block-section/sat-sheet-item/sat-sheet-item.js.map +1 -1
- package/dist/features/chapters/lpar-chapter/block-section/sat-sheet-item/sat-sheet-utils.js +1 -1
- package/dist/features/chapters/lpar-chapter/block-section/sat-sheet-item/sat-sheet-utils.js.map +1 -1
- package/dist/features/chapters-v2/utils/node-card-utils.js +2 -2
- package/dist/features/chapters-v2/utils/node-card-utils.js.map +1 -1
- package/dist/features/communication/pub-sub/constants.js +4 -7
- package/dist/features/communication/pub-sub/constants.js.map +1 -1
- package/dist/features/homework/homework-card-view.js +97 -85
- package/dist/features/homework/homework-card-view.js.map +1 -1
- package/dist/features/homework/homework-card.js +42 -44
- package/dist/features/homework/homework-card.js.map +1 -1
- package/dist/features/homework/hw-card-list/hw-card-list-view.js +29 -31
- package/dist/features/homework/hw-card-list/hw-card-list-view.js.map +1 -1
- package/dist/features/homework/hw-card-list/hw-card-list.js +48 -54
- package/dist/features/homework/hw-card-list/hw-card-list.js.map +1 -1
- package/dist/features/homework/utils.js +27 -33
- package/dist/features/homework/utils.js.map +1 -1
- package/dist/features/journey/hooks/use-home-page-journey/tooltip-item.js +11 -17
- package/dist/features/journey/hooks/use-home-page-journey/tooltip-item.js.map +1 -1
- package/dist/features/journey/journey-id/journey-id-student.js +1 -1
- package/dist/features/journey/journey-id/journey-id-student.js.map +1 -1
- package/dist/features/journey/journey-id/journey-id-teacher.js +2 -2
- package/dist/features/journey/journey-id/journey-id-teacher.js.map +1 -1
- package/dist/features/milestone/create/comps/chapters-selection-step/chapter-selection-step-v2/chapters-list.js +53 -68
- package/dist/features/milestone/create/comps/chapters-selection-step/chapter-selection-step-v2/chapters-list.js.map +1 -1
- package/dist/features/puzzles/app/puzzle-app-styled.js +6 -10
- package/dist/features/puzzles/app/puzzle-app-styled.js.map +1 -1
- package/dist/features/puzzles/comps/puzzle-card-styled.js +69 -24
- package/dist/features/puzzles/comps/puzzle-card-styled.js.map +1 -1
- package/dist/features/puzzles/comps/puzzle-card.js +30 -79
- package/dist/features/puzzles/comps/puzzle-card.js.map +1 -1
- package/dist/features/puzzles/puzzle-container/puzzle-container-styled.js +25 -55
- package/dist/features/puzzles/puzzle-container/puzzle-container-styled.js.map +1 -1
- package/dist/features/puzzles/puzzle-container/puzzle-container.js +107 -100
- package/dist/features/puzzles/puzzle-container/puzzle-container.js.map +1 -1
- package/dist/features/puzzles/puzzle-feedback-celebration/puzzle-feedback-celebration.js +1 -1
- package/dist/features/puzzles/puzzle-feedback-celebration/puzzle-feedback-celebration.js.map +1 -1
- package/dist/features/puzzles/utils/puzzle-pattern.js +13 -28
- package/dist/features/puzzles/utils/puzzle-pattern.js.map +1 -1
- package/dist/features/stickers/sticker-data.js +234 -0
- package/dist/features/stickers/sticker-data.js.map +1 -0
- package/dist/features/{ui/sticker-grid/sticker-grid-styles.js → stickers/sticker-selector/sticker-selector-styles.js} +23 -31
- package/dist/features/stickers/sticker-selector/sticker-selector-styles.js.map +1 -0
- package/dist/features/stickers/sticker-selector/sticker-selector.js +39 -0
- package/dist/features/stickers/sticker-selector/sticker-selector.js.map +1 -0
- package/dist/features/stickers/sticker-selector/sticker.js +56 -0
- package/dist/features/stickers/sticker-selector/sticker.js.map +1 -0
- package/dist/features/{ui/stickers/stickers-effects.js → stickers/stickers-effects/effects.js} +6 -6
- package/dist/features/stickers/stickers-effects/effects.js.map +1 -0
- package/dist/features/stickers/stickers-effects/stickers-cache.js +19 -0
- package/dist/features/stickers/stickers-effects/stickers-cache.js.map +1 -0
- package/dist/features/stickers/stickers-effects/stickers-effects-helper.js +105 -0
- package/dist/features/stickers/stickers-effects/stickers-effects-helper.js.map +1 -0
- package/dist/features/{ui/stickers/stickers-styled.js → stickers/stickers-effects/stickers-effects-styled.js} +2 -2
- package/dist/features/stickers/stickers-effects/stickers-effects-styled.js.map +1 -0
- package/dist/features/stickers/stickers-effects/stickers-effects.js +54 -0
- package/dist/features/stickers/stickers-effects/stickers-effects.js.map +1 -0
- package/dist/features/ui/arrow-tooltip/arrow-tooltip-styled.js +8 -3
- package/dist/features/ui/arrow-tooltip/arrow-tooltip-styled.js.map +1 -1
- package/dist/features/ui/arrow-tooltip/arrow-tooltip.js +40 -40
- package/dist/features/ui/arrow-tooltip/arrow-tooltip.js.map +1 -1
- package/dist/features/ui/dot-lottie-animations/dot-lottie-animation.js +88 -75
- package/dist/features/ui/dot-lottie-animations/dot-lottie-animation.js.map +1 -1
- package/dist/features/ui/lottie-animation/lottie-animation.js +45 -43
- package/dist/features/ui/lottie-animation/lottie-animation.js.map +1 -1
- package/dist/features/ui/modals/modal-styled.js +39 -8
- package/dist/features/ui/modals/modal-styled.js.map +1 -1
- package/dist/features/ui/modals/modal.js +31 -31
- package/dist/features/ui/modals/modal.js.map +1 -1
- package/dist/features/ui/theme/layout.js +3 -3
- package/dist/features/ui/theme/layout.js.map +1 -1
- package/dist/features/worksheet/worksheet/worksheet-helpers.js +19 -20
- package/dist/features/worksheet/worksheet/worksheet-helpers.js.map +1 -1
- package/dist/features/worksheet/worksheet/worksheet-question/learnosity-question.js +12 -16
- package/dist/features/worksheet/worksheet/worksheet-question/learnosity-question.js.map +1 -1
- package/dist/features/worksheet/worksheet/worksheet-question/worksheet-question-styled.js +47 -101
- package/dist/features/worksheet/worksheet/worksheet-question/worksheet-question-styled.js.map +1 -1
- package/dist/features/worksheet/worksheet/worksheet-question/worksheet-question.js +163 -166
- package/dist/features/worksheet/worksheet/worksheet-question/worksheet-question.js.map +1 -1
- package/dist/features/worksheet/worksheet/worksheet-questions-controller/worksheet-questions-controller.js +207 -242
- package/dist/features/worksheet/worksheet/worksheet-questions-controller/worksheet-questions-controller.js.map +1 -1
- package/dist/features/worksheet/worksheet/worksheet-styled.js +34 -34
- package/dist/features/worksheet/worksheet/worksheet-styled.js.map +1 -1
- package/dist/features/worksheet/worksheet/worksheet-types.js.map +1 -1
- package/dist/features/worksheet/worksheet/worksheet.js +309 -303
- package/dist/features/worksheet/worksheet/worksheet.js.map +1 -1
- package/dist/features/worksheet/worksheet-preview/hooks/use-worksheet-layout.js +1 -1
- package/dist/features/worksheet/worksheet-preview/hooks/use-worksheet-layout.js.map +1 -1
- package/dist/features/worksheet/worksheet-preview/worksheet-preview.js +35 -44
- package/dist/features/worksheet/worksheet-preview/worksheet-preview.js.map +1 -1
- package/dist/index.d.ts +84 -149
- package/dist/index.js +418 -430
- package/dist/index.js.map +1 -1
- package/dist/static/animated-avatar.1ad58b1d.json +1 -0
- package/dist/static/animated-avatar.69b07505.json +1 -0
- package/dist/static/animated-avatar.9c560b46.json +1 -0
- package/dist/static/cuemath-app-qr-code.4beefe48.svg +1 -0
- package/dist/static/cuemath-app-qr-code.ba6cc09b.svg +1 -0
- package/dist/static/cuemath-app-qr-code.d0912fc7.png +0 -0
- package/dist/static/otp.2d08f874.json +1 -0
- package/dist/static/phone-number.84f55562.json +1 -0
- package/dist/static/puzzle-pattern-blue.f4bea1ee.svg +1 -0
- package/dist/static/puzzle-pattern-green.c9f84bbc.svg +1 -0
- package/dist/static/puzzle-pattern-orange.3da09665.svg +1 -0
- package/dist/static/puzzle-pattern-purple.5fb5a319.svg +1 -0
- package/dist/static/puzzle-pattern-yellow.aadbf457.svg +1 -0
- package/dist/static/target-achieved-text.053bd142.json +2830 -0
- package/dist/static/user-type-selector-grid-bg.3c9c8ad6.svg +1 -0
- package/dist/static/user-type-selector-grid-bg.3ce8142d.svg +1 -0
- package/package.json +1 -1
- package/dist/features/auth/pla-signup/pla-analytics-events.js +0 -23
- package/dist/features/auth/pla-signup/pla-analytics-events.js.map +0 -1
- package/dist/features/journey/hooks/use-puzzles-journey/use-puzzle-assigned.js +0 -72
- package/dist/features/journey/hooks/use-puzzles-journey/use-puzzle-assigned.js.map +0 -1
- package/dist/features/journey/hooks/use-puzzles-journey/use-puzzle-attempt-journey.js +0 -59
- package/dist/features/journey/hooks/use-puzzles-journey/use-puzzle-attempt-journey.js.map +0 -1
- package/dist/features/journey/hooks/use-puzzles-journey/use-puzzle-dashboard-journey.js +0 -63
- package/dist/features/journey/hooks/use-puzzles-journey/use-puzzle-dashboard-journey.js.map +0 -1
- package/dist/features/journey/hooks/use-puzzles-journey/use-puzzle-intro-journey.js +0 -67
- package/dist/features/journey/hooks/use-puzzles-journey/use-puzzle-intro-journey.js.map +0 -1
- package/dist/features/journey/hooks/use-puzzles-journey/use-puzzle-progress-journey.js +0 -70
- package/dist/features/journey/hooks/use-puzzles-journey/use-puzzle-progress-journey.js.map +0 -1
- package/dist/features/journey/hooks/use-puzzles-journey/use-puzzle-review-journey.js +0 -59
- package/dist/features/journey/hooks/use-puzzles-journey/use-puzzle-review-journey.js.map +0 -1
- package/dist/features/journey/hooks/use-puzzles-journey/use-puzzle-unassign-journey.js +0 -59
- package/dist/features/journey/hooks/use-puzzles-journey/use-puzzle-unassign-journey.js.map +0 -1
- package/dist/features/journey/hooks/use-puzzles-journey/use-teacher-puzzle-assigned-journey.js +0 -70
- package/dist/features/journey/hooks/use-puzzles-journey/use-teacher-puzzle-assigned-journey.js.map +0 -1
- package/dist/features/puzzles/api/puzzle-dashboard.js +0 -10
- package/dist/features/puzzles/api/puzzle-dashboard.js.map +0 -1
- package/dist/features/puzzles/constants/puzzle-container.js +0 -8
- package/dist/features/puzzles/constants/puzzle-container.js.map +0 -1
- package/dist/features/puzzles/puzzle-analytics-events.js +0 -11
- package/dist/features/puzzles/puzzle-analytics-events.js.map +0 -1
- package/dist/features/puzzles/puzzle-container/puzzle-container-view.js +0 -55
- package/dist/features/puzzles/puzzle-container/puzzle-container-view.js.map +0 -1
- package/dist/features/puzzles/puzzle-dashboard/puzzle-dashboard-styled.js +0 -37
- package/dist/features/puzzles/puzzle-dashboard/puzzle-dashboard-styled.js.map +0 -1
- package/dist/features/puzzles/puzzle-dashboard/puzzle-dashboard.js +0 -107
- package/dist/features/puzzles/puzzle-dashboard/puzzle-dashboard.js.map +0 -1
- package/dist/features/ui/sticker-grid/sticker-grid-styles.js.map +0 -1
- package/dist/features/ui/sticker-grid/sticker-grid.js +0 -24
- package/dist/features/ui/sticker-grid/sticker-grid.js.map +0 -1
- package/dist/features/ui/sticker-grid/sticker.js +0 -57
- package/dist/features/ui/sticker-grid/sticker.js.map +0 -1
- package/dist/features/ui/stickers/constants.js +0 -6
- package/dist/features/ui/stickers/constants.js.map +0 -1
- package/dist/features/ui/stickers/stickers-effects.js.map +0 -1
- package/dist/features/ui/stickers/stickers-styled.js.map +0 -1
- package/dist/features/ui/stickers/stickers-utils.js +0 -91
- package/dist/features/ui/stickers/stickers-utils.js.map +0 -1
- package/dist/features/ui/stickers/stickers.js +0 -40
- package/dist/features/ui/stickers/stickers.js.map +0 -1
- package/dist/features/worksheet/worksheet/hooks/use-worksheet-journey.js +0 -28
- package/dist/features/worksheet/worksheet/hooks/use-worksheet-journey.js.map +0 -1
- package/dist/static/animated-avatar.c3a0fa98.json +0 -1
- package/dist/static/puzzle-blue-lottie.bf64ebc5.json +0 -12760
- package/dist/static/puzzle-dashboard-banner.b7956519.svg +0 -1
- package/dist/static/puzzle-green-lottie.1da90698.json +0 -1
- package/dist/static/puzzle-orange-lottie.0a105c42.json +0 -21206
- package/dist/static/puzzle-pattern-blue.abff0164.svg +0 -1
- package/dist/static/puzzle-pattern-green.b8ba1840.svg +0 -1
- package/dist/static/puzzle-pattern-orange.3f5a17ff.svg +0 -1
- package/dist/static/puzzle-pattern-purple.14b09759.svg +0 -1
- package/dist/static/puzzle-pattern-yellow.50917fab.svg +0 -1
- package/dist/static/puzzle-purple-lottie.e70de110.json +0 -9860
- package/dist/static/puzzle-yellow-lottie.275b5cf4.json +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"v":"5.12.1","fr":30,"ip":0,"op":274,"w":357,"h":360,"nm":"Vinnie-3-lottie 2","ddd":0,"assets":[{"id":"comp_0","nm":"Vinnie-3-lottie","fr":30,"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Hand","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":293,"s":[100]},{"t":294,"s":[0]}],"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"t":248,"s":[-35.791]},{"i":{"x":[0],"y":[1.054]},"o":{"x":[0.333],"y":[0]},"t":256,"s":[-14.791]},{"i":{"x":[0],"y":[2.254]},"o":{"x":[0.167],"y":[0]},"t":270,"s":[3.209]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"t":288,"s":[3.209]},{"t":297,"s":[-35.791]}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.06,"y":1},"o":{"x":0.1,"y":0},"t":248,"s":[582.725,529.987,0],"to":[-60.225,46.013,0],"ti":[2.875,2.942,0]},{"i":{"x":0.288,"y":0.197},"o":{"x":0.125,"y":0},"t":256,"s":[482.725,538.897,0],"to":[-2.875,-2.942,0],"ti":[-1.75,-0.742,0]},{"i":{"x":0.822,"y":1},"o":{"x":0.629,"y":0.874},"t":266,"s":[482.85,532.237,0],"to":[0.903,0.383,0],"ti":[0,-0.058,0]},{"i":{"x":0.822,"y":1},"o":{"x":0.125,"y":0},"t":276,"s":[482.725,538.897,0],"to":[0.024,-0.034,0],"ti":[-0.062,0.129,0]},{"i":{"x":0.551,"y":0},"o":{"x":0.155,"y":0},"t":288,"s":[482.725,538.897,0],"to":[-1.664,-0.042,0],"ti":[1.044,3.309,0]},{"i":{"x":0.907,"y":1},"o":{"x":0.356,"y":0.234},"t":291,"s":[471.212,526.612,0],"to":[-0.033,0.228,0],"ti":[-35.856,27.395,0]},{"t":297,"s":[582.725,529.987,0]}],"ix":2,"l":2},"a":{"a":0,"k":[0,22.554,0],"ix":1,"l":2},"s":{"a":1,"k":[{"i":{"x":[0,0,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":250,"s":[0,0,100]},{"i":{"x":[0,0,0.667],"y":[1,1,1]},"o":{"x":[0.123,0.123,0.333],"y":[0,0,0]},"t":256,"s":[100,100,100]},{"i":{"x":[0,0,0.667],"y":[1,1,1]},"o":{"x":[0.769,0.769,0.333],"y":[0,0,0]},"t":265,"s":[110,110,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.769,0.769,0.333],"y":[0,0,0]},"t":288,"s":[110,110,100]},{"t":295,"s":[0,0,100]}],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-13.202,0],[0,13.256],[-13.202,0],[0,0],[0,0],[0,0],[0,-13.256],[0,0],[0,0],[13.202,0],[0,0],[0,13.256],[-13.202,0],[0,13.256]],"o":[[-13.202,0],[0,-13.256],[0,0],[0,0],[0,0],[13.202,0],[0,0],[0,0],[0,13.256],[0,0],[-13.202,0],[0,-13.256],[-13.202,0],[0,-13.256]],"v":[[-47.173,16.483],[-71.078,-7.518],[-47.173,-31.52],[-4.879,-31.52],[45.33,-31.52],[47.173,-31.52],[71.078,-7.518],[71.078,86.888],[71.078,88.488],[47.173,112.489],[-47.173,112.489],[-71.078,88.488],[-47.173,64.486],[-71.078,40.485]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[12.431,16.483],[-47.173,16.483]],"c":false},"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[12.431,64.486],[-47.173,64.486]],"c":false},"ix":2},"nm":"Path 4","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0,0,0,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":6.865,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.992156862745,0.917647058824,0.980392156863,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":[55.71,55.71],"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":"Vector","np":5,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":247,"op":293,"st":248,"ct":1,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"Thumb","parent":1,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":292,"s":[100]},{"t":293,"s":[0]}],"ix":11},"r":{"a":1,"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":256,"s":[-94.44]},{"t":269,"s":[-16.44]}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"t":256,"s":[16.592,-9.752,0],"to":[0.961,-0.722,0],"ti":[-0.961,0.722,0]},{"t":269,"s":[22.358,-14.082,0]}],"ix":2,"l":2},"a":{"a":0,"k":[17.406,-17.56,0],"ix":1,"l":2},"s":{"a":0,"k":[98.333,101.696,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-10.872,-3.955],[6.555,-13.042],[5.105,-14.966],[0,0],[-12.909,24.685]],"o":[[13.679,4.977],[-8.078,16.073],[0,0],[6.712,-23.642],[5.375,-10.279]],"v":[[51.665,-111.066],[64.686,-76.976],[45.33,-31.52],[-4.879,-31.52],[23.239,-100.236]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0,0,0,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":6.865,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.992156862745,0.917647058824,0.980392156863,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":[55.71,55.71],"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":"Vector","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":247,"op":293,"st":248,"ct":1,"bm":0},{"ddd":0,"ind":3,"ty":0,"nm":"shuffle","refId":"comp_1","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.3],"y":[1]},"o":{"x":[0.7],"y":[0]},"t":234,"s":[100]},{"t":239,"s":[0]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":386,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.3],"y":[1]},"o":{"x":[0.7],"y":[0]},"t":234,"s":[372]},{"t":239,"s":[388]}],"ix":4}},"a":{"a":0,"k":[386,372,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"w":772,"h":744,"ip":222,"op":242,"st":24,"bm":0},{"ddd":0,"ind":4,"ty":0,"nm":"shuffle","refId":"comp_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":386,"ix":3},"y":{"a":0,"k":372,"ix":4}},"a":{"a":0,"k":[386,372,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"w":772,"h":744,"ip":210,"op":223,"st":12,"bm":0},{"ddd":0,"ind":5,"ty":0,"nm":"shuffle","refId":"comp_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":386,"ix":3},"y":{"a":0,"k":372,"ix":4}},"a":{"a":0,"k":[386,372,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"w":772,"h":744,"ip":198,"op":211,"st":0,"bm":0},{"ddd":0,"ind":6,"ty":4,"nm":"Shape Layer 4","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":187,"s":[0]},{"t":198,"s":[50]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.3,"y":1},"o":{"x":0.7,"y":0},"t":187,"s":[510.965,584.965,0],"to":[0,-5.167,0],"ti":[0.667,1.167,0]},{"i":{"x":0.3,"y":1},"o":{"x":0.7,"y":0},"t":198,"s":[510.965,553.965,0],"to":[-14.167,-5.167,0],"ti":[14.167,0,0]},{"t":210,"s":[425.965,553.965,0]}],"ix":2,"l":2},"a":{"a":0,"k":[189.965,110.965,0],"ix":1,"l":2},"s":{"a":1,"k":[{"i":{"x":[0.3,0.3,0.3],"y":[1,1,1]},"o":{"x":[0.7,0.7,0.7],"y":[0,0,0]},"t":198,"s":[80,80,100]},{"t":210,"s":[100,100,100]}],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[79.93,79.93],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":17,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"st","c":{"a":0,"k":[0,0,0,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,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":[189.965,110.965],"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":"Rectangle 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":187,"op":198,"st":-4,"ct":1,"bm":0},{"ddd":0,"ind":7,"ty":4,"nm":"Shape Layer 3","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":187,"s":[0]},{"t":198,"s":[100]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.3,"y":1},"o":{"x":0.7,"y":0},"t":187,"s":[425.965,584.965,0],"to":[0,-5.167,0],"ti":[0.667,1.167,0]},{"i":{"x":0.3,"y":1},"o":{"x":0.7,"y":0},"t":198,"s":[425.965,553.965,0],"to":[-14.167,-5.167,0],"ti":[14.167,0,0]},{"t":210,"s":[340.965,553.965,0]}],"ix":2,"l":2},"a":{"a":0,"k":[189.965,110.965,0],"ix":1,"l":2},"s":{"a":1,"k":[{"i":{"x":[0.3,0.3,0.3],"y":[1,1,1]},"o":{"x":[0.7,0.7,0.7],"y":[0,0,0]},"t":198,"s":[100,100,100]},{"t":210,"s":[80,80,100]}],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[79.93,79.93],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":17,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"st","c":{"a":0,"k":[0,0,0,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,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":[189.965,110.965],"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":"Rectangle 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":187,"op":198,"st":-4,"ct":1,"bm":0},{"ddd":0,"ind":8,"ty":4,"nm":"Shape Layer 5","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.3],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"t":187,"s":[0]},{"i":{"x":[0.3],"y":[1]},"o":{"x":[0.7],"y":[0]},"t":198,"s":[50]},{"t":205,"s":[0]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.3,"y":1},"o":{"x":0.7,"y":0},"t":187,"s":[340.965,584.965,0],"to":[0,-5.167,0],"ti":[0.167,0.667,0]},{"i":{"x":0.3,"y":1},"o":{"x":0.7,"y":0},"t":198,"s":[340.965,553.965,0],"to":[-13.167,-5.167,0],"ti":[13.167,0,0]},{"t":210,"s":[261.965,553.965,0]}],"ix":2,"l":2},"a":{"a":0,"k":[189.965,110.965,0],"ix":1,"l":2},"s":{"a":0,"k":[80,80,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[79.93,79.93],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":17,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"st","c":{"a":0,"k":[0,0,0,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,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":[189.965,110.965],"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":"Rectangle 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":187,"op":198,"st":-4,"ct":1,"bm":0},{"ddd":0,"ind":9,"ty":4,"nm":"Shape Layer 1","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":136,"s":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":143,"s":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":183.615,"s":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.182],"y":[0]},"t":186,"s":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":187,"s":[0]},{"t":195,"s":[100]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.025,"y":0},"t":135,"s":[522.807,548.871,0],"to":[-15.557,13.129,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":148,"s":[480.307,568.871,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.975,"y":1},"o":{"x":1,"y":0},"t":182,"s":[480.307,568.871,0],"to":[0,0,0],"ti":[-0.557,-0.871,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.184,"y":0},"t":186,"s":[478.307,596.121,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0,"y":1},"o":{"x":0.025,"y":0},"t":187,"s":[522.807,548.871,0],"to":[-15.557,13.129,0],"ti":[0,0,0]},{"t":200,"s":[480.307,568.871,0]}],"ix":2,"l":2},"a":{"a":0,"k":[-13.693,192.871,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":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[118.242,-1.742],[82.371,82.371],[7.629,82.742],[43.5,-1.371]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0,0,0,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":4,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,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.629,152.371],"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":"Rectangle 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":135,"op":188,"st":135,"ct":1,"bm":0},{"ddd":0,"ind":10,"ty":4,"nm":"Shape Layer 2","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":136,"s":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":143,"s":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":182,"s":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.176],"y":[0]},"t":185,"s":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":187,"s":[0]},{"t":195,"s":[100]}],"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":149,"s":[-46]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":152,"s":[-40]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":154,"s":[-46]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":157,"s":[-40]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":159,"s":[-46]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":162,"s":[-40]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":164,"s":[-46]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":167,"s":[-40]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":169,"s":[-46]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":172,"s":[-40]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":174,"s":[-46]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":176.4,"s":[-40]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":178,"s":[-46]},{"t":181,"s":[-40]}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"t":140,"s":[469.754,600,0],"to":[6.25,-6.25,0],"ti":[0,0,0]},{"i":{"x":0,"y":1},"o":{"x":0.167,"y":0},"t":150,"s":[507.254,562.5,0],"to":[0,0,0],"ti":[-0.167,-1.583,0]},{"i":{"x":0,"y":1},"o":{"x":0.167,"y":0},"t":154,"s":[464.754,559.5,0],"to":[0.167,1.583,0],"ti":[0.25,-2.5,0]},{"i":{"x":0,"y":1},"o":{"x":0.167,"y":0},"t":159,"s":[508.254,572,0],"to":[-0.25,2.5,0],"ti":[0.708,-2.25,0]},{"i":{"x":0,"y":1},"o":{"x":0.167,"y":0},"t":164.064,"s":[463.254,574.5,0],"to":[-0.708,2.25,0],"ti":[1.25,-2.125,0]},{"i":{"x":0,"y":1},"o":{"x":0.167,"y":0},"t":169.032,"s":[504.004,585.5,0],"to":[-1.25,2.125,0],"ti":[0.792,-1.542,0]},{"i":{"x":0,"y":1},"o":{"x":0.167,"y":0},"t":174,"s":[455.754,587.25,0],"to":[-0.792,1.542,0],"ti":[0.75,-1.917,0]},{"i":{"x":0,"y":1},"o":{"x":0.167,"y":0},"t":178,"s":[499.254,594.75,0],"to":[-0.75,1.917,0],"ti":[8.083,-6.125,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"t":182,"s":[451.254,598.75,0],"to":[-0.083,-0.125,0],"ti":[-3.083,-0.208,0]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":187,"s":[450.754,631.5,0],"to":[3.083,0.208,0],"ti":[-3.167,5.25,0]},{"t":195,"s":[469.754,600,0]}],"ix":2,"l":2},"a":{"a":0,"k":[-45.246,309,0],"ix":1,"l":2},"s":{"a":0,"k":[131,131,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-56.25,250.438],[-34.25,250.438]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.929382324219,0.423522949219,0.937225341797,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":"st","c":{"a":0,"k":[0,0,0,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":4,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 2","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[-45.25,250.438],"ix":2},"a":{"a":0,"k":[-45.25,250.438],"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},{"ty":"gr","it":[{"ty":"st","c":{"a":0,"k":[0,0,0,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":4,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.691223144531,0.220794677734,0.699188232422,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":2,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.718,0.776],[0,0],[0,0],[0.583,-0.965],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[-0.668,-0.722],[0,0],[0,0],[-0.714,1.183],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-35.051,239.995],[-37.201,239.108],[-52.867,239.019],[-55.719,239.549],[-56.25,242.453],[-56.25,297],[-44.875,309],[-34.242,296.926],[-34.25,242.298]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0,0,0,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":4,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.691223144531,0.220794677734,0.699188232422,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 1","np":3,"cix":2,"bm":0,"ix":3,"mn":"ADBE Vector Group","hd":false}],"ip":135,"op":188,"st":135,"ct":1,"bm":0},{"ddd":0,"ind":11,"ty":3,"nm":"Face null","parent":23,"sr":1,"ks":{"o":{"a":0,"k":0,"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":0,"s":[175.822,252.322,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":15,"s":[175.822,249.822,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":30,"s":[175.822,252.322,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":45,"s":[175.822,249.822,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.116,"y":0.311},"o":{"x":0.333,"y":0},"t":60,"s":[175.822,252.322,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.299,"y":1},"o":{"x":0.333,"y":0.16},"t":63,"s":[171.848,251.882,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.299,"y":1},"o":{"x":0.333,"y":0},"t":75,"s":[196.822,243.322,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.299,"y":1},"o":{"x":0.333,"y":0},"t":90,"s":[196.822,241.072,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.299,"y":1},"o":{"x":0.333,"y":0},"t":105,"s":[196.822,243.322,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.299,"y":1},"o":{"x":0.333,"y":0},"t":120,"s":[196.822,241.072,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.864,"y":0},"o":{"x":0.333,"y":0},"t":135,"s":[196.822,243.322,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0,"y":1},"o":{"x":0.125,"y":0.096},"t":139.125,"s":[196.822,241.697,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":146,"s":[196.822,270.322,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.299,"y":1},"o":{"x":1,"y":0},"t":179,"s":[196.822,270.322,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.864,"y":0},"o":{"x":0.333,"y":0},"t":187,"s":[196.822,243.322,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0,"y":1},"o":{"x":0.125,"y":0.096},"t":191.125,"s":[196.822,241.697,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0,"y":1},"o":{"x":0.167,"y":0},"t":198,"s":[196.822,270.322,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0,"y":1},"o":{"x":0.167,"y":0},"t":205,"s":[189.822,270.322,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0,"y":1},"o":{"x":0.167,"y":0},"t":210,"s":[196.822,270.322,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0,"y":1},"o":{"x":0.167,"y":0},"t":217,"s":[189.822,270.322,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0,"y":1},"o":{"x":0.167,"y":0},"t":222,"s":[196.822,270.322,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":229,"s":[189.822,270.322,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.299,"y":1},"o":{"x":1,"y":0},"t":234,"s":[196.822,270.322,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.299,"y":1},"o":{"x":0.333,"y":0},"t":242,"s":[196.822,243.322,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.299,"y":1},"o":{"x":0.333,"y":0},"t":247,"s":[196.822,254.322,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.299,"y":1},"o":{"x":0.333,"y":0},"t":256,"s":[196.822,228.322,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.299,"y":1},"o":{"x":0.167,"y":0},"t":266,"s":[196.822,243.322,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.299,"y":1},"o":{"x":0.333,"y":0},"t":286,"s":[196.822,254.322,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.299,"y":1},"o":{"x":0.333,"y":0},"t":292,"s":[196.822,238.322,0],"to":[0,0,0],"ti":[0,0,0]},{"t":300,"s":[196.822,243.322,0]}],"ix":2,"l":2},"a":{"a":0,"k":[50,50,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"ip":0,"op":450,"st":0,"bm":0},{"ddd":0,"ind":12,"ty":4,"nm":"Lids 2","parent":11,"tt":1,"tp":17,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":8.883,"ix":3},"y":{"a":0,"k":45.207,"ix":4}},"a":{"a":0,"k":[200.704,248.15,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[110.195,52.279],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":0,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"st","c":{"a":0,"k":[0,0,0,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":4,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.929382324219,0.423522949219,0.937225341797,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":[285.012,277.284],"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":"Rectangle 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"st","c":{"a":0,"k":[0,0,0,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":4,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.929382324219,0.423522949219,0.937225341797,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":1,"k":[{"i":{"x":0.41,"y":1},"o":{"x":0.59,"y":0},"t":17,"s":[283.24,284.731],"to":[0,-7.167],"ti":[0,0]},{"i":{"x":0.41,"y":1},"o":{"x":0.59,"y":0},"t":22,"s":[283.24,241.731],"to":[0,0],"ti":[0,-7.167]},{"i":{"x":0.41,"y":0.41},"o":{"x":0.59,"y":0.59},"t":27,"s":[283.24,284.731],"to":[0,0],"ti":[0,0]},{"i":{"x":0.41,"y":1},"o":{"x":0.59,"y":0},"t":63,"s":[283.24,284.731],"to":[0,-7.167],"ti":[0,0]},{"i":{"x":0.41,"y":1},"o":{"x":0.59,"y":0},"t":67,"s":[283.24,241.731],"to":[0,0],"ti":[0,-7.167]},{"i":{"x":0.41,"y":0.41},"o":{"x":0.59,"y":0.59},"t":71,"s":[283.24,284.731],"to":[0,0],"ti":[0,0]},{"i":{"x":0.41,"y":1},"o":{"x":0.59,"y":0},"t":112,"s":[283.24,284.731],"to":[0,-7.167],"ti":[0,0]},{"i":{"x":0.41,"y":1},"o":{"x":0.59,"y":0},"t":116,"s":[283.24,241.731],"to":[0,0],"ti":[0,-7.167]},{"i":{"x":0.41,"y":0.41},"o":{"x":0.59,"y":0.59},"t":120,"s":[283.24,284.731],"to":[0,0],"ti":[0,0]},{"i":{"x":0.41,"y":1},"o":{"x":0.59,"y":0},"t":136,"s":[283.24,284.731],"to":[0,-7.167],"ti":[0,0]},{"i":{"x":0.41,"y":1},"o":{"x":0.59,"y":0},"t":140,"s":[283.24,241.731],"to":[0,0],"ti":[0,-7.167]},{"i":{"x":0.41,"y":0.41},"o":{"x":0.59,"y":0.59},"t":144,"s":[283.24,284.731],"to":[0,0],"ti":[0,0]},{"i":{"x":0.41,"y":1},"o":{"x":0.59,"y":0},"t":179,"s":[283.24,284.731],"to":[0,-7.167],"ti":[0,0]},{"i":{"x":0.41,"y":1},"o":{"x":0.59,"y":0},"t":183,"s":[283.24,241.731],"to":[0,0],"ti":[0,0]},{"i":{"x":0.41,"y":1},"o":{"x":0.59,"y":0},"t":187,"s":[283.24,284.731],"to":[0,0],"ti":[0,0]},{"i":{"x":0.41,"y":1},"o":{"x":0.59,"y":0},"t":191,"s":[283.24,241.731],"to":[0,0],"ti":[0,-7.167]},{"i":{"x":0.41,"y":0.41},"o":{"x":0.59,"y":0.59},"t":195,"s":[283.24,284.731],"to":[0,0],"ti":[0,0]},{"i":{"x":0.41,"y":1},"o":{"x":0.59,"y":0},"t":234,"s":[283.24,284.731],"to":[0,-7.167],"ti":[0,0]},{"i":{"x":0.41,"y":1},"o":{"x":0.59,"y":0},"t":238,"s":[283.24,241.731],"to":[0,0],"ti":[0,-7.167]},{"i":{"x":0.41,"y":0.41},"o":{"x":0.59,"y":0.59},"t":242,"s":[283.24,284.731],"to":[0,0],"ti":[0,0]},{"i":{"x":0.41,"y":1},"o":{"x":0.59,"y":0},"t":257,"s":[283.24,284.731],"to":[0,-7.167],"ti":[0,0]},{"i":{"x":0.41,"y":1},"o":{"x":0.59,"y":0},"t":261,"s":[283.24,241.731],"to":[0,0],"ti":[0,-7.167]},{"t":265,"s":[283.24,284.731]}],"ix":2},"a":{"a":0,"k":[284.056,242.368],"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":"Eyelid BOTTOM","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[110.195,52.279],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":0,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"st","c":{"a":0,"k":[0,0,0,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":4,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.929382324219,0.423522949219,0.937225341797,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":[357.202,224.415],"ix":2},"a":{"a":0,"k":[-53,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":"Rectangle 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"st","c":{"a":0,"k":[0,0,0,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":4,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.929382324219,0.423522949219,0.937225341797,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":1,"k":[{"i":{"x":0.506,"y":1},"o":{"x":0.513,"y":0},"t":17,"s":[158.127,204.163],"to":[0,6.333],"ti":[0,0]},{"i":{"x":0.533,"y":1},"o":{"x":0.493,"y":0},"t":22,"s":[158.127,242.163],"to":[0,0],"ti":[0,6.333]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"t":27,"s":[158.127,204.163],"to":[0,0],"ti":[0,0]},{"i":{"x":0.506,"y":1},"o":{"x":0.513,"y":0},"t":63,"s":[158.127,204.163],"to":[0,6.333],"ti":[0,0]},{"i":{"x":0.533,"y":1},"o":{"x":0.493,"y":0},"t":67,"s":[158.127,242.163],"to":[0,0],"ti":[0,6.333]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"t":71,"s":[158.127,204.163],"to":[0,0],"ti":[0,0]},{"i":{"x":0.506,"y":1},"o":{"x":0.513,"y":0},"t":112,"s":[158.127,204.163],"to":[0,6.333],"ti":[0,0]},{"i":{"x":0.533,"y":1},"o":{"x":0.493,"y":0},"t":116,"s":[158.127,242.163],"to":[0,0],"ti":[0,6.333]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"t":120,"s":[158.127,204.163],"to":[0,0],"ti":[0,0]},{"i":{"x":0.506,"y":1},"o":{"x":0.513,"y":0},"t":136,"s":[158.127,204.163],"to":[0,6.333],"ti":[0,0]},{"i":{"x":0.533,"y":1},"o":{"x":0.493,"y":0},"t":140,"s":[158.127,242.163],"to":[0,0],"ti":[0,6.333]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"t":144,"s":[158.127,204.163],"to":[0,0],"ti":[0,0]},{"i":{"x":0.506,"y":1},"o":{"x":0.513,"y":0},"t":179,"s":[158.127,204.163],"to":[0,6.333],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.493,"y":0},"t":183,"s":[158.127,242.163],"to":[0,0],"ti":[0,0]},{"i":{"x":0.506,"y":1},"o":{"x":0.513,"y":0},"t":187,"s":[158.127,204.163],"to":[0,0],"ti":[0,0]},{"i":{"x":0.533,"y":1},"o":{"x":0.493,"y":0},"t":191,"s":[158.127,242.163],"to":[0,0],"ti":[0,6.333]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"t":195,"s":[158.127,204.163],"to":[0,0],"ti":[0,0]},{"i":{"x":0.506,"y":1},"o":{"x":0.513,"y":0},"t":234,"s":[158.127,204.163],"to":[0,6.333],"ti":[0,0]},{"i":{"x":0.533,"y":1},"o":{"x":0.493,"y":0},"t":238,"s":[158.127,242.163],"to":[0,0],"ti":[0,6.333]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"t":242,"s":[158.127,204.163],"to":[0,0],"ti":[0,0]},{"i":{"x":0.506,"y":1},"o":{"x":0.513,"y":0},"t":257,"s":[158.127,204.163],"to":[0,6.333],"ti":[0,0]},{"i":{"x":0.533,"y":1},"o":{"x":0.493,"y":0},"t":261,"s":[158.127,242.163],"to":[0,0],"ti":[0,6.333]},{"t":265,"s":[158.127,204.163]}],"ix":2},"a":{"a":0,"k":[284.056,242.368],"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":"EYELID TOP","np":3,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":461,"st":0,"ct":1,"bm":0},{"ddd":0,"ind":13,"ty":4,"nm":"R stroke 2","parent":11,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":-72.117,"ix":3},"y":{"a":0,"k":45.207,"ix":4}},"a":{"a":0,"k":[200.704,248.15,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":[[-18.624,1.224],[-1.224,-18.624],[18.624,-1.224],[1.224,18.625]],"o":[[18.624,-1.224],[1.224,18.624],[-18.625,1.224],[-1.224,-18.624]],"v":[[-2.216,-33.722],[33.722,-2.216],[2.217,33.722],[-33.722,2.216]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0,0,0,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":4,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[282.713,252.261],"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":"Eyeball","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":461,"st":0,"ct":1,"bm":0},{"ddd":0,"ind":14,"ty":4,"nm":"R Fill Mask 2","parent":11,"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":-72.117,"ix":3},"y":{"a":0,"k":45.207,"ix":4}},"a":{"a":0,"k":[200.704,248.15,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":[[-18.624,1.224],[-1.224,-18.624],[18.624,-1.224],[1.224,18.625]],"o":[[18.624,-1.224],[1.224,18.624],[-18.625,1.224],[-1.224,-18.624]],"v":[[-2.216,-33.722],[33.722,-2.216],[2.217,33.722],[-33.722,2.216]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,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":[282.713,252.261],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[95,95],"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":"Eyeball","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":461,"st":0,"ct":1,"bm":0},{"ddd":0,"ind":15,"ty":4,"nm":"Lids 3","parent":11,"tt":1,"tp":14,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":-72.117,"ix":3},"y":{"a":0,"k":45.207,"ix":4}},"a":{"a":0,"k":[200.704,248.15,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[110.195,52.279],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":0,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"st","c":{"a":0,"k":[0,0,0,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":4,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.929382324219,0.423522949219,0.937225341797,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":[285.012,277.284],"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":"Rectangle 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"st","c":{"a":0,"k":[0,0,0,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":4,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.929382324219,0.423522949219,0.937225341797,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":1,"k":[{"i":{"x":0.41,"y":1},"o":{"x":0.59,"y":0},"t":17,"s":[283.24,284.731],"to":[0,-7.167],"ti":[0,0]},{"i":{"x":0.41,"y":1},"o":{"x":0.59,"y":0},"t":22,"s":[283.24,241.731],"to":[0,0],"ti":[0,-7.167]},{"i":{"x":0.41,"y":0.41},"o":{"x":0.59,"y":0.59},"t":27,"s":[283.24,284.731],"to":[0,0],"ti":[0,0]},{"i":{"x":0.41,"y":1},"o":{"x":0.59,"y":0},"t":63,"s":[283.24,284.731],"to":[0,-7.167],"ti":[0,0]},{"i":{"x":0.41,"y":1},"o":{"x":0.59,"y":0},"t":67,"s":[283.24,241.731],"to":[0,0],"ti":[0,-7.167]},{"i":{"x":0.41,"y":0.41},"o":{"x":0.59,"y":0.59},"t":71,"s":[283.24,284.731],"to":[0,0],"ti":[0,0]},{"i":{"x":0.41,"y":1},"o":{"x":0.59,"y":0},"t":112,"s":[283.24,284.731],"to":[0,-7.167],"ti":[0,0]},{"i":{"x":0.41,"y":1},"o":{"x":0.59,"y":0},"t":116,"s":[283.24,241.731],"to":[0,0],"ti":[0,-7.167]},{"i":{"x":0.41,"y":0.41},"o":{"x":0.59,"y":0.59},"t":120,"s":[283.24,284.731],"to":[0,0],"ti":[0,0]},{"i":{"x":0.41,"y":1},"o":{"x":0.59,"y":0},"t":136,"s":[283.24,284.731],"to":[0,-7.167],"ti":[0,0]},{"i":{"x":0.41,"y":1},"o":{"x":0.59,"y":0},"t":140,"s":[283.24,241.731],"to":[0,0],"ti":[0,-7.167]},{"i":{"x":0.41,"y":0.41},"o":{"x":0.59,"y":0.59},"t":144,"s":[283.24,284.731],"to":[0,0],"ti":[0,0]},{"i":{"x":0.41,"y":1},"o":{"x":0.59,"y":0},"t":179,"s":[283.24,284.731],"to":[0,-7.167],"ti":[0,0]},{"i":{"x":0.41,"y":1},"o":{"x":0.59,"y":0},"t":183,"s":[283.24,241.731],"to":[0,0],"ti":[0,0]},{"i":{"x":0.41,"y":1},"o":{"x":0.59,"y":0},"t":187,"s":[283.24,284.731],"to":[0,0],"ti":[0,0]},{"i":{"x":0.41,"y":1},"o":{"x":0.59,"y":0},"t":191,"s":[283.24,241.731],"to":[0,0],"ti":[0,-7.167]},{"i":{"x":0.41,"y":0.41},"o":{"x":0.59,"y":0.59},"t":195,"s":[283.24,284.731],"to":[0,0],"ti":[0,0]},{"i":{"x":0.41,"y":1},"o":{"x":0.59,"y":0},"t":234,"s":[283.24,284.731],"to":[0,-7.167],"ti":[0,0]},{"i":{"x":0.41,"y":1},"o":{"x":0.59,"y":0},"t":238,"s":[283.24,241.731],"to":[0,0],"ti":[0,-7.167]},{"i":{"x":0.41,"y":0.41},"o":{"x":0.59,"y":0.59},"t":242,"s":[283.24,284.731],"to":[0,0],"ti":[0,0]},{"i":{"x":0.41,"y":1},"o":{"x":0.59,"y":0},"t":257,"s":[283.24,284.731],"to":[0,-7.167],"ti":[0,0]},{"i":{"x":0.41,"y":1},"o":{"x":0.59,"y":0},"t":261,"s":[283.24,241.731],"to":[0,0],"ti":[0,-7.167]},{"t":265,"s":[283.24,284.731]}],"ix":2},"a":{"a":0,"k":[284.056,242.368],"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":"Eyelid BOTTOM","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[110.195,52.279],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":0,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"st","c":{"a":0,"k":[0,0,0,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":4,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.929382324219,0.423522949219,0.937225341797,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":[357.202,224.415],"ix":2},"a":{"a":0,"k":[-53,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":"Rectangle 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"st","c":{"a":0,"k":[0,0,0,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":4,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.929382324219,0.423522949219,0.937225341797,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":1,"k":[{"i":{"x":0.506,"y":1},"o":{"x":0.513,"y":0},"t":17,"s":[158.127,204.163],"to":[0,6.333],"ti":[0,0]},{"i":{"x":0.533,"y":1},"o":{"x":0.493,"y":0},"t":22,"s":[158.127,242.163],"to":[0,0],"ti":[0,6.333]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"t":27,"s":[158.127,204.163],"to":[0,0],"ti":[0,0]},{"i":{"x":0.506,"y":1},"o":{"x":0.513,"y":0},"t":63,"s":[158.127,204.163],"to":[0,6.333],"ti":[0,0]},{"i":{"x":0.533,"y":1},"o":{"x":0.493,"y":0},"t":67,"s":[158.127,242.163],"to":[0,0],"ti":[0,6.333]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"t":71,"s":[158.127,204.163],"to":[0,0],"ti":[0,0]},{"i":{"x":0.506,"y":1},"o":{"x":0.513,"y":0},"t":112,"s":[158.127,204.163],"to":[0,6.333],"ti":[0,0]},{"i":{"x":0.533,"y":1},"o":{"x":0.493,"y":0},"t":116,"s":[158.127,242.163],"to":[0,0],"ti":[0,6.333]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"t":120,"s":[158.127,204.163],"to":[0,0],"ti":[0,0]},{"i":{"x":0.506,"y":1},"o":{"x":0.513,"y":0},"t":136,"s":[158.127,204.163],"to":[0,6.333],"ti":[0,0]},{"i":{"x":0.533,"y":1},"o":{"x":0.493,"y":0},"t":140,"s":[158.127,242.163],"to":[0,0],"ti":[0,6.333]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"t":144,"s":[158.127,204.163],"to":[0,0],"ti":[0,0]},{"i":{"x":0.506,"y":1},"o":{"x":0.513,"y":0},"t":179,"s":[158.127,204.163],"to":[0,6.333],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.493,"y":0},"t":183,"s":[158.127,242.163],"to":[0,0],"ti":[0,0]},{"i":{"x":0.506,"y":1},"o":{"x":0.513,"y":0},"t":187,"s":[158.127,204.163],"to":[0,0],"ti":[0,0]},{"i":{"x":0.533,"y":1},"o":{"x":0.493,"y":0},"t":191,"s":[158.127,242.163],"to":[0,0],"ti":[0,6.333]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"t":195,"s":[158.127,204.163],"to":[0,0],"ti":[0,0]},{"i":{"x":0.506,"y":1},"o":{"x":0.513,"y":0},"t":234,"s":[158.127,204.163],"to":[0,6.333],"ti":[0,0]},{"i":{"x":0.533,"y":1},"o":{"x":0.493,"y":0},"t":238,"s":[158.127,242.163],"to":[0,0],"ti":[0,6.333]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"t":242,"s":[158.127,204.163],"to":[0,0],"ti":[0,0]},{"i":{"x":0.506,"y":1},"o":{"x":0.513,"y":0},"t":257,"s":[158.127,204.163],"to":[0,6.333],"ti":[0,0]},{"i":{"x":0.533,"y":1},"o":{"x":0.493,"y":0},"t":261,"s":[158.127,242.163],"to":[0,0],"ti":[0,6.333]},{"t":265,"s":[158.127,204.163]}],"ix":2},"a":{"a":0,"k":[284.056,242.368],"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":"EYELID TOP","np":3,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":461,"st":0,"ct":1,"bm":0},{"ddd":0,"ind":16,"ty":4,"nm":"R stroke","parent":11,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":8.883,"ix":3},"y":{"a":0,"k":45.207,"ix":4}},"a":{"a":0,"k":[200.704,248.15,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":[[-18.624,1.224],[-1.224,-18.624],[18.624,-1.224],[1.224,18.625]],"o":[[18.624,-1.224],[1.224,18.624],[-18.625,1.224],[-1.224,-18.624]],"v":[[-2.216,-33.722],[33.722,-2.216],[2.217,33.722],[-33.722,2.216]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0,0,0,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":4,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[282.713,252.261],"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":"Eyeball","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":461,"st":0,"ct":1,"bm":0},{"ddd":0,"ind":17,"ty":4,"nm":"R Fill Mask","parent":11,"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":8.883,"ix":3},"y":{"a":0,"k":45.207,"ix":4}},"a":{"a":0,"k":[200.704,248.15,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":[[-18.624,1.224],[-1.224,-18.624],[18.624,-1.224],[1.224,18.625]],"o":[[18.624,-1.224],[1.224,18.624],[-18.625,1.224],[-1.224,-18.624]],"v":[[-2.216,-33.722],[33.722,-2.216],[2.217,33.722],[-33.722,2.216]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,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":[282.713,252.261],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[95,95],"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":"Eyeball","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":461,"st":0,"ct":1,"bm":0},{"ddd":0,"ind":18,"ty":4,"nm":"Lids","parent":11,"tt":1,"tp":17,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":8.883,"ix":3},"y":{"a":0,"k":45.207,"ix":4}},"a":{"a":0,"k":[200.704,248.15,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[110.195,52.279],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":0,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"st","c":{"a":0,"k":[0,0,0,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":4,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.929382324219,0.423522949219,0.937225341797,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":[285.012,277.284],"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":"Rectangle 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"st","c":{"a":0,"k":[0,0,0,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":4,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.929382324219,0.423522949219,0.937225341797,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":1,"k":[{"i":{"x":0.41,"y":1},"o":{"x":0.59,"y":0},"t":17,"s":[283.24,284.731],"to":[0,-7.167],"ti":[0,0]},{"i":{"x":0.41,"y":1},"o":{"x":0.59,"y":0},"t":22,"s":[283.24,241.731],"to":[0,0],"ti":[0,-7.167]},{"i":{"x":0.41,"y":0.41},"o":{"x":0.59,"y":0.59},"t":27,"s":[283.24,284.731],"to":[0,0],"ti":[0,0]},{"i":{"x":0.41,"y":1},"o":{"x":0.59,"y":0},"t":63,"s":[283.24,284.731],"to":[0,-7.167],"ti":[0,0]},{"i":{"x":0.41,"y":1},"o":{"x":0.59,"y":0},"t":67,"s":[283.24,241.731],"to":[0,0],"ti":[0,-7.167]},{"i":{"x":0.41,"y":0.41},"o":{"x":0.59,"y":0.59},"t":71,"s":[283.24,284.731],"to":[0,0],"ti":[0,0]},{"i":{"x":0.41,"y":1},"o":{"x":0.59,"y":0},"t":112,"s":[283.24,284.731],"to":[0,-7.167],"ti":[0,0]},{"i":{"x":0.41,"y":1},"o":{"x":0.59,"y":0},"t":116,"s":[283.24,241.731],"to":[0,0],"ti":[0,-7.167]},{"i":{"x":0.41,"y":0.41},"o":{"x":0.59,"y":0.59},"t":120,"s":[283.24,284.731],"to":[0,0],"ti":[0,0]},{"i":{"x":0.41,"y":1},"o":{"x":0.59,"y":0},"t":136,"s":[283.24,284.731],"to":[0,-7.167],"ti":[0,0]},{"i":{"x":0.41,"y":1},"o":{"x":0.59,"y":0},"t":140,"s":[283.24,241.731],"to":[0,0],"ti":[0,-7.167]},{"i":{"x":0.41,"y":0.41},"o":{"x":0.59,"y":0.59},"t":144,"s":[283.24,284.731],"to":[0,0],"ti":[0,0]},{"i":{"x":0.41,"y":1},"o":{"x":0.59,"y":0},"t":179,"s":[283.24,284.731],"to":[0,-7.167],"ti":[0,0]},{"i":{"x":0.41,"y":1},"o":{"x":0.59,"y":0},"t":183,"s":[283.24,241.731],"to":[0,0],"ti":[0,0]},{"i":{"x":0.41,"y":1},"o":{"x":0.59,"y":0},"t":187,"s":[283.24,284.731],"to":[0,0],"ti":[0,0]},{"i":{"x":0.41,"y":1},"o":{"x":0.59,"y":0},"t":191,"s":[283.24,241.731],"to":[0,0],"ti":[0,-7.167]},{"i":{"x":0.41,"y":0.41},"o":{"x":0.59,"y":0.59},"t":195,"s":[283.24,284.731],"to":[0,0],"ti":[0,0]},{"i":{"x":0.41,"y":1},"o":{"x":0.59,"y":0},"t":234,"s":[283.24,284.731],"to":[0,-7.167],"ti":[0,0]},{"i":{"x":0.41,"y":1},"o":{"x":0.59,"y":0},"t":238,"s":[283.24,241.731],"to":[0,0],"ti":[0,-7.167]},{"i":{"x":0.41,"y":0.41},"o":{"x":0.59,"y":0.59},"t":242,"s":[283.24,284.731],"to":[0,0],"ti":[0,0]},{"i":{"x":0.41,"y":1},"o":{"x":0.59,"y":0},"t":257,"s":[283.24,284.731],"to":[0,-7.167],"ti":[0,0]},{"i":{"x":0.41,"y":1},"o":{"x":0.59,"y":0},"t":261,"s":[283.24,241.731],"to":[0,0],"ti":[0,-7.167]},{"t":265,"s":[283.24,284.731]}],"ix":2},"a":{"a":0,"k":[284.056,242.368],"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":"Eyelid BOTTOM","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[110.195,52.279],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":0,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"st","c":{"a":0,"k":[0,0,0,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":4,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.929382324219,0.423522949219,0.937225341797,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":[357.202,224.415],"ix":2},"a":{"a":0,"k":[-53,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":"Rectangle 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"st","c":{"a":0,"k":[0,0,0,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":4,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.929382324219,0.423522949219,0.937225341797,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":1,"k":[{"i":{"x":0.506,"y":1},"o":{"x":0.513,"y":0},"t":17,"s":[158.127,204.163],"to":[0,6.333],"ti":[0,0]},{"i":{"x":0.533,"y":1},"o":{"x":0.493,"y":0},"t":22,"s":[158.127,242.163],"to":[0,0],"ti":[0,6.333]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"t":27,"s":[158.127,204.163],"to":[0,0],"ti":[0,0]},{"i":{"x":0.506,"y":1},"o":{"x":0.513,"y":0},"t":63,"s":[158.127,204.163],"to":[0,6.333],"ti":[0,0]},{"i":{"x":0.533,"y":1},"o":{"x":0.493,"y":0},"t":67,"s":[158.127,242.163],"to":[0,0],"ti":[0,6.333]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"t":71,"s":[158.127,204.163],"to":[0,0],"ti":[0,0]},{"i":{"x":0.506,"y":1},"o":{"x":0.513,"y":0},"t":112,"s":[158.127,204.163],"to":[0,6.333],"ti":[0,0]},{"i":{"x":0.533,"y":1},"o":{"x":0.493,"y":0},"t":116,"s":[158.127,242.163],"to":[0,0],"ti":[0,6.333]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"t":120,"s":[158.127,204.163],"to":[0,0],"ti":[0,0]},{"i":{"x":0.506,"y":1},"o":{"x":0.513,"y":0},"t":136,"s":[158.127,204.163],"to":[0,6.333],"ti":[0,0]},{"i":{"x":0.533,"y":1},"o":{"x":0.493,"y":0},"t":140,"s":[158.127,242.163],"to":[0,0],"ti":[0,6.333]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"t":144,"s":[158.127,204.163],"to":[0,0],"ti":[0,0]},{"i":{"x":0.506,"y":1},"o":{"x":0.513,"y":0},"t":179,"s":[158.127,204.163],"to":[0,6.333],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.493,"y":0},"t":183,"s":[158.127,242.163],"to":[0,0],"ti":[0,0]},{"i":{"x":0.506,"y":1},"o":{"x":0.513,"y":0},"t":187,"s":[158.127,204.163],"to":[0,0],"ti":[0,0]},{"i":{"x":0.533,"y":1},"o":{"x":0.493,"y":0},"t":191,"s":[158.127,242.163],"to":[0,0],"ti":[0,6.333]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"t":195,"s":[158.127,204.163],"to":[0,0],"ti":[0,0]},{"i":{"x":0.506,"y":1},"o":{"x":0.513,"y":0},"t":234,"s":[158.127,204.163],"to":[0,6.333],"ti":[0,0]},{"i":{"x":0.533,"y":1},"o":{"x":0.493,"y":0},"t":238,"s":[158.127,242.163],"to":[0,0],"ti":[0,6.333]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"t":242,"s":[158.127,204.163],"to":[0,0],"ti":[0,0]},{"i":{"x":0.506,"y":1},"o":{"x":0.513,"y":0},"t":257,"s":[158.127,204.163],"to":[0,6.333],"ti":[0,0]},{"i":{"x":0.533,"y":1},"o":{"x":0.493,"y":0},"t":261,"s":[158.127,242.163],"to":[0,0],"ti":[0,6.333]},{"t":265,"s":[158.127,204.163]}],"ix":2},"a":{"a":0,"k":[284.056,242.368],"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":"EYELID TOP","np":3,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":461,"st":0,"ct":1,"bm":0},{"ddd":0,"ind":19,"ty":4,"nm":"Pupils","parent":11,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":66,"s":[51.082,50.069,0],"to":[1.667,-0.333,0],"ti":[-1.667,0.333,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.167,"y":0.167},"t":69,"s":[61.082,48.069,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"t":135,"s":[61.082,48.069,0],"to":[0,1.833,0],"ti":[0,-2.333,0]},{"i":{"x":0,"y":1},"o":{"x":0.208,"y":0},"t":140,"s":[61.082,59.069,0],"to":[0,0,0],"ti":[0,-2.333,0]},{"i":{"x":0,"y":1},"o":{"x":0.208,"y":0},"t":149,"s":[61.082,59.069,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0,"y":1},"o":{"x":0.208,"y":0},"t":154,"s":[51.082,61.069,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0,"y":1},"o":{"x":0.208,"y":0},"t":159,"s":[61.082,61.069,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0,"y":1},"o":{"x":0.208,"y":0},"t":164,"s":[51.082,61.069,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0,"y":1},"o":{"x":0.208,"y":0},"t":169,"s":[61.082,61.069,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0,"y":1},"o":{"x":0.208,"y":0},"t":174,"s":[51.082,61.069,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0,"y":1},"o":{"x":0.167,"y":0},"t":178,"s":[61.082,61.069,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0,"y":1},"o":{"x":0.208,"y":0},"t":182,"s":[51.082,61.069,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0,"y":0},"o":{"x":0.208,"y":0.208},"t":185,"s":[61.082,47.069,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0,"y":1},"o":{"x":0.208,"y":0},"t":187,"s":[61.082,47.069,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0,"y":0},"o":{"x":0.208,"y":0.208},"t":192,"s":[61.082,61.069,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0,"y":1},"o":{"x":0.208,"y":0},"t":198,"s":[61.082,61.069,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0,"y":1},"o":{"x":0.208,"y":0},"t":205,"s":[48.082,61.069,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0,"y":1},"o":{"x":0.208,"y":0},"t":210,"s":[61.082,61.069,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0,"y":1},"o":{"x":0.208,"y":0},"t":217,"s":[47.082,61.069,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0,"y":1},"o":{"x":0.208,"y":0},"t":222,"s":[62.082,61.069,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0,"y":1},"o":{"x":0.208,"y":0},"t":229,"s":[47.082,61.069,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0,"y":1},"o":{"x":0.208,"y":0},"t":234,"s":[62.082,61.069,0],"to":[0,0,0],"ti":[0,0,0]},{"t":242,"s":[62.082,47.069,0]}],"ix":2,"l":2},"a":{"a":0,"k":[381.864,421.088,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-6.304,0],[0,-8.837],[8.837,0],[2.647,5.183],[0,0],[0.064,0.095]],"o":[[8.837,0],[0,8.837],[-6.22,0],[0.104,0.071],[0,0],[2.607,-5.298]],"v":[[0,-16],[16,0],[0,16],[-14.258,7.268],[1.625,0.125],[-14.364,-7.056]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0,0,0,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":4,"ix":5},"lc":2,"lj":2,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,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":[327.611,82.475],"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":"PUPIL 01","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tr","p":{"a":0,"k":[136.754,52.481],"ix":2},"a":{"a":0,"k":[282.155,251.943],"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":1,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tr","p":{"a":0,"k":[341.239,421.838],"ix":2},"a":{"a":0,"k":[183.028,-116.987],"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":"R EYE 4","np":1,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-6.304,0],[0,-8.837],[8.837,0],[2.647,5.183],[0,0],[0.064,0.095]],"o":[[8.837,0],[0,8.837],[-6.22,0],[0.104,0.071],[0,0],[2.607,-5.298]],"v":[[0,-16],[16,0],[0,16],[-14.258,7.268],[1.625,0.125],[-14.364,-7.056]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0,0,0,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":4,"ix":5},"lc":2,"lj":2,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,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":[327.611,82.475],"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":"PUPIL 01","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tr","p":{"a":0,"k":[136.754,52.481],"ix":2},"a":{"a":0,"k":[282.155,251.943],"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":1,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tr","p":{"a":0,"k":[422.489,420.338],"ix":2},"a":{"a":0,"k":[183.028,-116.987],"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":"R EYE 3","np":1,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":461,"st":0,"ct":1,"bm":0},{"ddd":0,"ind":20,"ty":4,"nm":"R Fill 2","parent":11,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":-72.117,"ix":3},"y":{"a":0,"k":45.207,"ix":4}},"a":{"a":0,"k":[200.704,248.15,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":[[-18.624,1.224],[-1.224,-18.624],[18.624,-1.224],[1.224,18.625]],"o":[[18.624,-1.224],[1.224,18.624],[-18.625,1.224],[-1.224,-18.624]],"v":[[-2.216,-33.722],[33.722,-2.216],[2.217,33.722],[-33.722,2.216]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,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":[282.713,252.261],"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":"Eyeball","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":461,"st":0,"ct":1,"bm":0},{"ddd":0,"ind":21,"ty":4,"nm":"R Fill","parent":11,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":8.883,"ix":3},"y":{"a":0,"k":45.207,"ix":4}},"a":{"a":0,"k":[200.704,248.15,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":[[-18.624,1.224],[-1.224,-18.624],[18.624,-1.224],[1.224,18.625]],"o":[[18.624,-1.224],[1.224,18.624],[-18.625,1.224],[-1.224,-18.624]],"v":[[-2.216,-33.722],[33.722,-2.216],[2.217,33.722],[-33.722,2.216]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,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":[282.713,252.261],"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":"Eyeball","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":461,"st":0,"ct":1,"bm":0},{"ddd":0,"ind":22,"ty":4,"nm":"Mouth","parent":11,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":49.938,"ix":3},"y":{"a":0,"k":113.77,"ix":4}},"a":{"a":0,"k":[-253.562,150.27,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":0,"s":[{"i":[[0,0],[-12.836,26.862]],"o":[[13.898,25.652],[6.413,-13.421]],"v":[[-288.375,145.348],[-218.703,145.638]],"c":false}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":15,"s":[{"i":[[0,0],[-12.836,26.862]],"o":[[13.898,25.652],[6.413,-13.421]],"v":[[-288.375,144.286],[-218.703,144.575]],"c":false}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":30,"s":[{"i":[[0,0],[-12.836,26.862]],"o":[[13.898,25.652],[6.413,-13.421]],"v":[[-288.375,145.348],[-218.703,145.638]],"c":false}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":45,"s":[{"i":[[0,0],[-12.836,26.862]],"o":[[13.898,25.652],[6.413,-13.421]],"v":[[-288.375,144.286],[-218.703,144.575]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"t":60,"s":[{"i":[[0,0],[-12.836,26.862]],"o":[[13.898,25.652],[6.413,-13.421]],"v":[[-288.375,145.348],[-218.703,145.638]],"c":false}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0.167},"t":64,"s":[{"i":[[0,0],[-14.19,19.471]],"o":[[8.825,14.591],[9.037,-10.541]],"v":[[-280.047,155.319],[-227.281,156.689]],"c":false}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":69,"s":[{"i":[[0,0],[-34.558,12.711]],"o":[[0,0],[13.961,-5.135]],"v":[[-279.68,138.792],[-234.192,151.539]],"c":false}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":75,"s":[{"i":[[0,0],[-34.558,12.711]],"o":[[0,0],[13.961,-5.135]],"v":[[-279.68,138.792],[-234.192,151.539]],"c":false}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":90,"s":[{"i":[[0,0],[-34.558,12.711]],"o":[[0,0],[13.961,-5.135]],"v":[[-279.872,136.792],[-234.383,149.539]],"c":false}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":105,"s":[{"i":[[0,0],[-34.558,12.711]],"o":[[0,0],[13.961,-5.135]],"v":[[-279.68,138.792],[-234.192,151.539]],"c":false}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":120,"s":[{"i":[[0,0],[-34.558,12.711]],"o":[[0,0],[13.961,-5.135]],"v":[[-279.872,136.792],[-234.383,149.539]],"c":false}]},{"i":{"x":0,"y":1},"o":{"x":0,"y":0},"t":135,"s":[{"i":[[0,0],[-34.558,12.711]],"o":[[0,0],[13.961,-5.135]],"v":[[-279.68,138.792],[-234.192,151.539]],"c":false}]},{"i":{"x":0,"y":1},"o":{"x":0.167,"y":0},"t":140,"s":[{"i":[[0,0],[-28.308,14.946]],"o":[[0,0],[13.154,-6.945]],"v":[[-277.802,147.042],[-230.883,147.789]],"c":false}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":182,"s":[{"i":[[0,0],[-28.308,14.946]],"o":[[0,0],[13.154,-6.945]],"v":[[-277.802,147.042],[-230.883,147.789]],"c":false}]},{"i":{"x":0,"y":1},"o":{"x":0,"y":0},"t":187,"s":[{"i":[[0,0],[-34.558,12.711]],"o":[[0,0],[13.961,-5.135]],"v":[[-279.68,138.792],[-234.192,151.539]],"c":false}]},{"i":{"x":0,"y":1},"o":{"x":0.167,"y":0},"t":192,"s":[{"i":[[0,0],[-28.308,14.946]],"o":[[0,0],[13.154,-6.945]],"v":[[-277.802,147.042],[-230.883,147.789]],"c":false}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":234,"s":[{"i":[[0,0],[-28.308,14.946]],"o":[[0,0],[13.154,-6.945]],"v":[[-277.802,147.042],[-230.883,147.789]],"c":false}]},{"t":242,"s":[{"i":[[0,0],[-34.558,12.711]],"o":[[0,0],[13.961,-5.135]],"v":[[-279.68,138.792],[-234.192,151.539]],"c":false}]}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0,0,0,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":4,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","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 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":462,"st":0,"ct":1,"bm":0},{"ddd":0,"ind":23,"ty":4,"nm":"BODY","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":377.386,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":0,"s":[421.588]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":15,"s":[416.588]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":30,"s":[421.588]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":45,"s":[416.588]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":60,"s":[421.588]},{"i":{"x":[0.575],"y":[0.561]},"o":{"x":[0.185],"y":[0]},"t":63,"s":[424.588]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.341],"y":[-0.884]},"t":71,"s":[420.842]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":75,"s":[421.588]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":90,"s":[416.588]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":105,"s":[421.588]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":120,"s":[416.588]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":135,"s":[421.588]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":148,"s":[416.588]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0]},"t":161,"s":[421.588]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":174,"s":[416.588]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0]},"t":187,"s":[421.588]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":198,"s":[416.588]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0]},"t":211,"s":[421.588]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":222,"s":[416.588]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0]},"t":235,"s":[421.588]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":242,"s":[421.588]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":257,"s":[416.588]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":272,"s":[421.588]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":287,"s":[416.588]},{"t":302,"s":[421.588]}],"ix":4}},"a":{"a":0,"k":[171.208,253.41,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":[[-76.929,0],[0,-76.236],[76.929,0],[0,76.236]],"o":[[76.929,0],[0,76.236],[-76.929,0],[0,-76.236]],"v":[[0,-138.037],[139.292,0],[0,138.037],[-139.292,0]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0,0,0,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":4,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[171.208,253.41],"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":"STROKE M","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":0,"k":{"i":[[-76.929,0],[0,-76.236],[76.929,0],[0,76.236]],"o":[[76.929,0],[0,76.236],[-76.929,0],[0,-76.236]],"v":[[0,-138.037],[139.292,0],[0,138.037],[-139.292,0]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.929411824544,0.423529441684,0.937254961799,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":[171.208,253.41],"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":"FILL M","np":2,"cix":2,"bm":0,"ix":6,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":464,"st":0,"ct":1,"bm":0}]},{"id":"comp_1","nm":"shuffle","fr":30,"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 6","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.3],"y":[1]},"o":{"x":[0.7],"y":[0]},"t":198,"s":[0]},{"t":210,"s":[50]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.3,"y":1},"o":{"x":0.7,"y":0},"t":198,"s":[560.965,553.965,0],"to":[-8.333,0,0],"ti":[8.333,0,0]},{"t":210,"s":[510.965,553.965,0]}],"ix":2,"l":2},"a":{"a":0,"k":[189.965,110.965,0],"ix":1,"l":2},"s":{"a":1,"k":[{"i":{"x":[0.3,0.3,0.3],"y":[1,1,1]},"o":{"x":[0.7,0.7,0.7],"y":[0,0,0]},"t":198,"s":[80,80,100]},{"t":210,"s":[80,80,100]}],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[79.93,79.93],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":17,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"st","c":{"a":0,"k":[0,0,0,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,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":[189.965,110.965],"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":"Rectangle 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":198,"op":219,"st":-4,"ct":1,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"Shape Layer 9","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":183,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":198,"s":[50]},{"t":210,"s":[100]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.3,"y":1},"o":{"x":0.7,"y":0},"t":187,"s":[510.965,584.965,0],"to":[0,-5.167,0],"ti":[0.667,1.167,0]},{"i":{"x":0.3,"y":1},"o":{"x":0.7,"y":0},"t":198,"s":[510.965,553.965,0],"to":[-14.167,-5.167,0],"ti":[14.167,0,0]},{"t":210,"s":[425.965,553.965,0]}],"ix":2,"l":2},"a":{"a":0,"k":[189.965,110.965,0],"ix":1,"l":2},"s":{"a":1,"k":[{"i":{"x":[0.3,0.3,0.3],"y":[1,1,1]},"o":{"x":[0.7,0.7,0.7],"y":[0,0,0]},"t":198,"s":[80,80,100]},{"t":210,"s":[100,100,100]}],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[79.93,79.93],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":17,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"st","c":{"a":0,"k":[0,0,0,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,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":[189.965,110.965],"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":"Rectangle 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":198,"op":219,"st":-4,"ct":1,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"Shape Layer 8","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":183,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":198,"s":[80]},{"t":210,"s":[50]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.3,"y":1},"o":{"x":0.7,"y":0},"t":187,"s":[425.965,584.965,0],"to":[0,-5.167,0],"ti":[0.667,1.167,0]},{"i":{"x":0.3,"y":1},"o":{"x":0.7,"y":0},"t":198,"s":[425.965,553.965,0],"to":[-14.167,-5.167,0],"ti":[14.167,0,0]},{"t":210,"s":[340.965,553.965,0]}],"ix":2,"l":2},"a":{"a":0,"k":[189.965,110.965,0],"ix":1,"l":2},"s":{"a":1,"k":[{"i":{"x":[0.3,0.3,0.3],"y":[1,1,1]},"o":{"x":[0.7,0.7,0.7],"y":[0,0,0]},"t":198,"s":[100,100,100]},{"t":210,"s":[80,80,100]}],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[79.93,79.93],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":17,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"st","c":{"a":0,"k":[0,0,0,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,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":[189.965,110.965],"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":"Rectangle 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":198,"op":219,"st":-4,"ct":1,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"Shape Layer 7","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.3],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"t":183,"s":[0]},{"i":{"x":[0.3],"y":[1]},"o":{"x":[0.7],"y":[0]},"t":198,"s":[50]},{"t":205,"s":[0]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.3,"y":1},"o":{"x":0.7,"y":0},"t":187,"s":[340.965,584.965,0],"to":[0,-5.167,0],"ti":[0.167,0.667,0]},{"i":{"x":0.3,"y":1},"o":{"x":0.7,"y":0},"t":198,"s":[340.965,553.965,0],"to":[-13.167,-5.167,0],"ti":[13.167,0,0]},{"t":210,"s":[261.965,553.965,0]}],"ix":2,"l":2},"a":{"a":0,"k":[189.965,110.965,0],"ix":1,"l":2},"s":{"a":0,"k":[80,80,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[79.93,79.93],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":17,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"st","c":{"a":0,"k":[0,0,0,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,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":[189.965,110.965],"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":"Rectangle 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":198,"op":219,"st":-4,"ct":1,"bm":0}]}],"layers":[{"ddd":0,"ind":1,"ty":0,"nm":"Vinnie-3-lottie","refId":"comp_0","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":156,"ix":3},"y":{"a":0,"k":100,"ix":4}},"a":{"a":0,"k":[386,372,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"w":772,"h":744,"ip":0,"op":420,"st":-30,"bm":0}],"markers":[],"props":{}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<?xml version="1.0" standalone="no"?><svg xmlns="http://www.w3.org/2000/svg" width="1024" height="1024"><defs><clipPath id="clip-path-dot-color"><rect x="62" y="310" width="31" height="31" transform="rotate(0,77.5,325.5)"/><rect x="62" y="434" width="31" height="31" transform="rotate(0,77.5,449.5)"/><rect x="62" y="465" width="31" height="31" transform="rotate(0,77.5,480.5)"/><rect x="62" y="496" width="31" height="31" transform="rotate(0,77.5,511.5)"/><rect x="62" y="527" width="31" height="31" transform="rotate(0,77.5,542.5)"/><rect x="62" y="589" width="31" height="31" transform="rotate(0,77.5,604.5)"/><rect x="62" y="620" width="31" height="31" transform="rotate(0,77.5,635.5)"/><rect x="62" y="651" width="31" height="31" transform="rotate(0,77.5,666.5)"/><rect x="93" y="310" width="31" height="31" transform="rotate(0,108.5,325.5)"/><rect x="93" y="403" width="31" height="31" transform="rotate(0,108.5,418.5)"/><rect x="93" y="496" width="31" height="31" transform="rotate(0,108.5,511.5)"/><rect x="93" y="589" width="31" height="31" transform="rotate(0,108.5,604.5)"/><rect x="93" y="651" width="31" height="31" transform="rotate(0,108.5,666.5)"/><rect x="124" y="372" width="31" height="31" transform="rotate(0,139.5,387.5)"/><rect x="124" y="465" width="31" height="31" transform="rotate(0,139.5,480.5)"/><rect x="124" y="496" width="31" height="31" transform="rotate(0,139.5,511.5)"/><rect x="124" y="527" width="31" height="31" transform="rotate(0,139.5,542.5)"/><rect x="124" y="558" width="31" height="31" transform="rotate(0,139.5,573.5)"/><rect x="124" y="620" width="31" height="31" transform="rotate(0,139.5,635.5)"/><rect x="124" y="651" width="31" height="31" transform="rotate(0,139.5,666.5)"/><rect x="124" y="682" width="31" height="31" transform="rotate(0,139.5,697.5)"/><rect x="155" y="341" width="31" height="31" transform="rotate(0,170.5,356.5)"/><rect x="155" y="527" width="31" height="31" transform="rotate(0,170.5,542.5)"/><rect x="155" y="558" width="31" height="31" transform="rotate(0,170.5,573.5)"/><rect x="155" y="589" width="31" height="31" transform="rotate(0,170.5,604.5)"/><rect x="155" y="651" width="31" height="31" transform="rotate(0,170.5,666.5)"/><rect x="155" y="682" width="31" height="31" transform="rotate(0,170.5,697.5)"/><rect x="186" y="341" width="31" height="31" transform="rotate(0,201.5,356.5)"/><rect x="186" y="372" width="31" height="31" transform="rotate(0,201.5,387.5)"/><rect x="186" y="403" width="31" height="31" transform="rotate(0,201.5,418.5)"/><rect x="186" y="465" width="31" height="31" transform="rotate(0,201.5,480.5)"/><rect x="186" y="527" width="31" height="31" transform="rotate(0,201.5,542.5)"/><rect x="186" y="651" width="31" height="31" transform="rotate(0,201.5,666.5)"/><rect x="186" y="682" width="31" height="31" transform="rotate(0,201.5,697.5)"/><rect x="217" y="403" width="31" height="31" transform="rotate(0,232.5,418.5)"/><rect x="217" y="434" width="31" height="31" transform="rotate(0,232.5,449.5)"/><rect x="217" y="465" width="31" height="31" transform="rotate(0,232.5,480.5)"/><rect x="217" y="496" width="31" height="31" transform="rotate(0,232.5,511.5)"/><rect x="217" y="620" width="31" height="31" transform="rotate(0,232.5,635.5)"/><rect x="248" y="310" width="31" height="31" transform="rotate(0,263.5,325.5)"/><rect x="248" y="372" width="31" height="31" transform="rotate(0,263.5,387.5)"/><rect x="248" y="434" width="31" height="31" transform="rotate(0,263.5,449.5)"/><rect x="248" y="496" width="31" height="31" transform="rotate(0,263.5,511.5)"/><rect x="248" y="558" width="31" height="31" transform="rotate(0,263.5,573.5)"/><rect x="248" y="620" width="31" height="31" transform="rotate(0,263.5,635.5)"/><rect x="248" y="682" width="31" height="31" transform="rotate(0,263.5,697.5)"/><rect x="279" y="434" width="31" height="31" transform="rotate(0,294.5,449.5)"/><rect x="279" y="496" width="31" height="31" transform="rotate(0,294.5,511.5)"/><rect x="279" y="527" width="31" height="31" transform="rotate(0,294.5,542.5)"/><rect x="279" y="558" width="31" height="31" transform="rotate(0,294.5,573.5)"/><rect x="279" y="651" width="31" height="31" transform="rotate(0,294.5,666.5)"/><rect x="310" y="93" width="31" height="31" transform="rotate(0,325.5,108.5)"/><rect x="310" y="248" width="31" height="31" transform="rotate(0,325.5,263.5)"/><rect x="310" y="279" width="31" height="31" transform="rotate(0,325.5,294.5)"/><rect x="310" y="310" width="31" height="31" transform="rotate(0,325.5,325.5)"/><rect x="310" y="341" width="31" height="31" transform="rotate(0,325.5,356.5)"/><rect x="310" y="372" width="31" height="31" transform="rotate(0,325.5,387.5)"/><rect x="310" y="403" width="31" height="31" transform="rotate(0,325.5,418.5)"/><rect x="310" y="465" width="31" height="31" transform="rotate(0,325.5,480.5)"/><rect x="310" y="558" width="31" height="31" transform="rotate(0,325.5,573.5)"/><rect x="310" y="620" width="31" height="31" transform="rotate(0,325.5,635.5)"/><rect x="310" y="713" width="31" height="31" transform="rotate(0,325.5,728.5)"/><rect x="310" y="899" width="31" height="31" transform="rotate(0,325.5,914.5)"/><rect x="310" y="930" width="31" height="31" transform="rotate(0,325.5,945.5)"/><rect x="341" y="93" width="31" height="31" transform="rotate(0,356.5,108.5)"/><rect x="341" y="341" width="31" height="31" transform="rotate(0,356.5,356.5)"/><rect x="341" y="372" width="31" height="31" transform="rotate(0,356.5,387.5)"/><rect x="341" y="403" width="31" height="31" transform="rotate(0,356.5,418.5)"/><rect x="341" y="434" width="31" height="31" transform="rotate(0,356.5,449.5)"/><rect x="341" y="465" width="31" height="31" transform="rotate(0,356.5,480.5)"/><rect x="341" y="527" width="31" height="31" transform="rotate(0,356.5,542.5)"/><rect x="341" y="558" width="31" height="31" transform="rotate(0,356.5,573.5)"/><rect x="341" y="589" width="31" height="31" transform="rotate(0,356.5,604.5)"/><rect x="341" y="682" width="31" height="31" transform="rotate(0,356.5,697.5)"/><rect x="341" y="775" width="31" height="31" transform="rotate(0,356.5,790.5)"/><rect x="341" y="806" width="31" height="31" transform="rotate(0,356.5,821.5)"/><rect x="341" y="868" width="31" height="31" transform="rotate(0,356.5,883.5)"/><rect x="341" y="899" width="31" height="31" transform="rotate(0,356.5,914.5)"/><rect x="372" y="124" width="31" height="31" transform="rotate(0,387.5,139.5)"/><rect x="372" y="186" width="31" height="31" transform="rotate(0,387.5,201.5)"/><rect x="372" y="217" width="31" height="31" transform="rotate(0,387.5,232.5)"/><rect x="372" y="248" width="31" height="31" transform="rotate(0,387.5,263.5)"/><rect x="372" y="279" width="31" height="31" transform="rotate(0,387.5,294.5)"/><rect x="372" y="310" width="31" height="31" transform="rotate(0,387.5,325.5)"/><rect x="372" y="372" width="31" height="31" transform="rotate(0,387.5,387.5)"/><rect x="372" y="403" width="31" height="31" transform="rotate(0,387.5,418.5)"/><rect x="372" y="465" width="31" height="31" transform="rotate(0,387.5,480.5)"/><rect x="372" y="496" width="31" height="31" transform="rotate(0,387.5,511.5)"/><rect x="372" y="558" width="31" height="31" transform="rotate(0,387.5,573.5)"/><rect x="372" y="620" width="31" height="31" transform="rotate(0,387.5,635.5)"/><rect x="372" y="682" width="31" height="31" transform="rotate(0,387.5,697.5)"/><rect x="372" y="713" width="31" height="31" transform="rotate(0,387.5,728.5)"/><rect x="372" y="744" width="31" height="31" transform="rotate(0,387.5,759.5)"/><rect x="372" y="775" width="31" height="31" transform="rotate(0,387.5,790.5)"/><rect x="372" y="837" width="31" height="31" transform="rotate(0,387.5,852.5)"/><rect x="403" y="93" width="31" height="31" transform="rotate(0,418.5,108.5)"/><rect x="403" y="124" width="31" height="31" transform="rotate(0,418.5,139.5)"/><rect x="403" y="186" width="31" height="31" transform="rotate(0,418.5,201.5)"/><rect x="403" y="217" width="31" height="31" transform="rotate(0,418.5,232.5)"/><rect x="403" y="310" width="31" height="31" transform="rotate(0,418.5,325.5)"/><rect x="403" y="403" width="31" height="31" transform="rotate(0,418.5,418.5)"/><rect x="403" y="465" width="31" height="31" transform="rotate(0,418.5,480.5)"/><rect x="403" y="558" width="31" height="31" transform="rotate(0,418.5,573.5)"/><rect x="403" y="744" width="31" height="31" transform="rotate(0,418.5,759.5)"/><rect x="403" y="775" width="31" height="31" transform="rotate(0,418.5,790.5)"/><rect x="403" y="806" width="31" height="31" transform="rotate(0,418.5,821.5)"/><rect x="403" y="837" width="31" height="31" transform="rotate(0,418.5,852.5)"/><rect x="434" y="93" width="31" height="31" transform="rotate(0,449.5,108.5)"/><rect x="434" y="124" width="31" height="31" transform="rotate(0,449.5,139.5)"/><rect x="434" y="155" width="31" height="31" transform="rotate(0,449.5,170.5)"/><rect x="434" y="217" width="31" height="31" transform="rotate(0,449.5,232.5)"/><rect x="434" y="248" width="31" height="31" transform="rotate(0,449.5,263.5)"/><rect x="434" y="279" width="31" height="31" transform="rotate(0,449.5,294.5)"/><rect x="434" y="310" width="31" height="31" transform="rotate(0,449.5,325.5)"/><rect x="434" y="341" width="31" height="31" transform="rotate(0,449.5,356.5)"/><rect x="434" y="372" width="31" height="31" transform="rotate(0,449.5,387.5)"/><rect x="434" y="465" width="31" height="31" transform="rotate(0,449.5,480.5)"/><rect x="434" y="620" width="31" height="31" transform="rotate(0,449.5,635.5)"/><rect x="434" y="651" width="31" height="31" transform="rotate(0,449.5,666.5)"/><rect x="434" y="713" width="31" height="31" transform="rotate(0,449.5,728.5)"/><rect x="434" y="744" width="31" height="31" transform="rotate(0,449.5,759.5)"/><rect x="434" y="837" width="31" height="31" transform="rotate(0,449.5,852.5)"/><rect x="434" y="868" width="31" height="31" transform="rotate(0,449.5,883.5)"/><rect x="434" y="899" width="31" height="31" transform="rotate(0,449.5,914.5)"/><rect x="465" y="93" width="31" height="31" transform="rotate(0,480.5,108.5)"/><rect x="465" y="217" width="31" height="31" transform="rotate(0,480.5,232.5)"/><rect x="465" y="341" width="31" height="31" transform="rotate(0,480.5,356.5)"/><rect x="465" y="403" width="31" height="31" transform="rotate(0,480.5,418.5)"/><rect x="465" y="465" width="31" height="31" transform="rotate(0,480.5,480.5)"/><rect x="465" y="496" width="31" height="31" transform="rotate(0,480.5,511.5)"/><rect x="465" y="527" width="31" height="31" transform="rotate(0,480.5,542.5)"/><rect x="465" y="589" width="31" height="31" transform="rotate(0,480.5,604.5)"/><rect x="465" y="620" width="31" height="31" transform="rotate(0,480.5,635.5)"/><rect x="465" y="651" width="31" height="31" transform="rotate(0,480.5,666.5)"/><rect x="465" y="682" width="31" height="31" transform="rotate(0,480.5,697.5)"/><rect x="465" y="744" width="31" height="31" transform="rotate(0,480.5,759.5)"/><rect x="465" y="806" width="31" height="31" transform="rotate(0,480.5,821.5)"/><rect x="465" y="837" width="31" height="31" transform="rotate(0,480.5,852.5)"/><rect x="465" y="930" width="31" height="31" transform="rotate(0,480.5,945.5)"/><rect x="496" y="93" width="31" height="31" transform="rotate(0,511.5,108.5)"/><rect x="496" y="155" width="31" height="31" transform="rotate(0,511.5,170.5)"/><rect x="496" y="186" width="31" height="31" transform="rotate(0,511.5,201.5)"/><rect x="496" y="248" width="31" height="31" transform="rotate(0,511.5,263.5)"/><rect x="496" y="279" width="31" height="31" transform="rotate(0,511.5,294.5)"/><rect x="496" y="341" width="31" height="31" transform="rotate(0,511.5,356.5)"/><rect x="496" y="372" width="31" height="31" transform="rotate(0,511.5,387.5)"/><rect x="496" y="434" width="31" height="31" transform="rotate(0,511.5,449.5)"/><rect x="496" y="496" width="31" height="31" transform="rotate(0,511.5,511.5)"/><rect x="496" y="589" width="31" height="31" transform="rotate(0,511.5,604.5)"/><rect x="496" y="682" width="31" height="31" transform="rotate(0,511.5,697.5)"/><rect x="496" y="713" width="31" height="31" transform="rotate(0,511.5,728.5)"/><rect x="496" y="744" width="31" height="31" transform="rotate(0,511.5,759.5)"/><rect x="496" y="775" width="31" height="31" transform="rotate(0,511.5,790.5)"/><rect x="527" y="124" width="31" height="31" transform="rotate(0,542.5,139.5)"/><rect x="527" y="155" width="31" height="31" transform="rotate(0,542.5,170.5)"/><rect x="527" y="186" width="31" height="31" transform="rotate(0,542.5,201.5)"/><rect x="527" y="217" width="31" height="31" transform="rotate(0,542.5,232.5)"/><rect x="527" y="279" width="31" height="31" transform="rotate(0,542.5,294.5)"/><rect x="527" y="310" width="31" height="31" transform="rotate(0,542.5,325.5)"/><rect x="527" y="372" width="31" height="31" transform="rotate(0,542.5,387.5)"/><rect x="527" y="527" width="31" height="31" transform="rotate(0,542.5,542.5)"/><rect x="527" y="589" width="31" height="31" transform="rotate(0,542.5,604.5)"/><rect x="527" y="620" width="31" height="31" transform="rotate(0,542.5,635.5)"/><rect x="527" y="682" width="31" height="31" transform="rotate(0,542.5,697.5)"/><rect x="527" y="744" width="31" height="31" transform="rotate(0,542.5,759.5)"/><rect x="527" y="806" width="31" height="31" transform="rotate(0,542.5,821.5)"/><rect x="527" y="837" width="31" height="31" transform="rotate(0,542.5,852.5)"/><rect x="527" y="868" width="31" height="31" transform="rotate(0,542.5,883.5)"/><rect x="527" y="899" width="31" height="31" transform="rotate(0,542.5,914.5)"/><rect x="527" y="930" width="31" height="31" transform="rotate(0,542.5,945.5)"/><rect x="558" y="62" width="31" height="31" transform="rotate(0,573.5,77.5)"/><rect x="558" y="186" width="31" height="31" transform="rotate(0,573.5,201.5)"/><rect x="558" y="217" width="31" height="31" transform="rotate(0,573.5,232.5)"/><rect x="558" y="248" width="31" height="31" transform="rotate(0,573.5,263.5)"/><rect x="558" y="310" width="31" height="31" transform="rotate(0,573.5,325.5)"/><rect x="558" y="372" width="31" height="31" transform="rotate(0,573.5,387.5)"/><rect x="558" y="403" width="31" height="31" transform="rotate(0,573.5,418.5)"/><rect x="558" y="527" width="31" height="31" transform="rotate(0,573.5,542.5)"/><rect x="558" y="558" width="31" height="31" transform="rotate(0,573.5,573.5)"/><rect x="558" y="682" width="31" height="31" transform="rotate(0,573.5,697.5)"/><rect x="558" y="775" width="31" height="31" transform="rotate(0,573.5,790.5)"/><rect x="558" y="837" width="31" height="31" transform="rotate(0,573.5,852.5)"/><rect x="558" y="868" width="31" height="31" transform="rotate(0,573.5,883.5)"/><rect x="558" y="899" width="31" height="31" transform="rotate(0,573.5,914.5)"/><rect x="589" y="62" width="31" height="31" transform="rotate(0,604.5,77.5)"/><rect x="589" y="124" width="31" height="31" transform="rotate(0,604.5,139.5)"/><rect x="589" y="403" width="31" height="31" transform="rotate(0,604.5,418.5)"/><rect x="589" y="465" width="31" height="31" transform="rotate(0,604.5,480.5)"/><rect x="589" y="589" width="31" height="31" transform="rotate(0,604.5,604.5)"/><rect x="589" y="620" width="31" height="31" transform="rotate(0,604.5,635.5)"/><rect x="589" y="651" width="31" height="31" transform="rotate(0,604.5,666.5)"/><rect x="589" y="682" width="31" height="31" transform="rotate(0,604.5,697.5)"/><rect x="589" y="806" width="31" height="31" transform="rotate(0,604.5,821.5)"/><rect x="589" y="930" width="31" height="31" transform="rotate(0,604.5,945.5)"/><rect x="620" y="62" width="31" height="31" transform="rotate(0,635.5,77.5)"/><rect x="620" y="93" width="31" height="31" transform="rotate(0,635.5,108.5)"/><rect x="620" y="124" width="31" height="31" transform="rotate(0,635.5,139.5)"/><rect x="620" y="186" width="31" height="31" transform="rotate(0,635.5,201.5)"/><rect x="620" y="217" width="31" height="31" transform="rotate(0,635.5,232.5)"/><rect x="620" y="248" width="31" height="31" transform="rotate(0,635.5,263.5)"/><rect x="620" y="341" width="31" height="31" transform="rotate(0,635.5,356.5)"/><rect x="620" y="403" width="31" height="31" transform="rotate(0,635.5,418.5)"/><rect x="620" y="434" width="31" height="31" transform="rotate(0,635.5,449.5)"/><rect x="620" y="527" width="31" height="31" transform="rotate(0,635.5,542.5)"/><rect x="620" y="651" width="31" height="31" transform="rotate(0,635.5,666.5)"/><rect x="620" y="775" width="31" height="31" transform="rotate(0,635.5,790.5)"/><rect x="620" y="806" width="31" height="31" transform="rotate(0,635.5,821.5)"/><rect x="620" y="868" width="31" height="31" transform="rotate(0,635.5,883.5)"/><rect x="620" y="930" width="31" height="31" transform="rotate(0,635.5,945.5)"/><rect x="651" y="62" width="31" height="31" transform="rotate(0,666.5,77.5)"/><rect x="651" y="124" width="31" height="31" transform="rotate(0,666.5,139.5)"/><rect x="651" y="217" width="31" height="31" transform="rotate(0,666.5,232.5)"/><rect x="651" y="310" width="31" height="31" transform="rotate(0,666.5,325.5)"/><rect x="651" y="341" width="31" height="31" transform="rotate(0,666.5,356.5)"/><rect x="651" y="434" width="31" height="31" transform="rotate(0,666.5,449.5)"/><rect x="651" y="465" width="31" height="31" transform="rotate(0,666.5,480.5)"/><rect x="651" y="496" width="31" height="31" transform="rotate(0,666.5,511.5)"/><rect x="651" y="620" width="31" height="31" transform="rotate(0,666.5,635.5)"/><rect x="651" y="713" width="31" height="31" transform="rotate(0,666.5,728.5)"/><rect x="651" y="744" width="31" height="31" transform="rotate(0,666.5,759.5)"/><rect x="651" y="775" width="31" height="31" transform="rotate(0,666.5,790.5)"/><rect x="651" y="806" width="31" height="31" transform="rotate(0,666.5,821.5)"/><rect x="651" y="837" width="31" height="31" transform="rotate(0,666.5,852.5)"/><rect x="651" y="930" width="31" height="31" transform="rotate(0,666.5,945.5)"/><rect x="682" y="62" width="31" height="31" transform="rotate(0,697.5,77.5)"/><rect x="682" y="155" width="31" height="31" transform="rotate(0,697.5,170.5)"/><rect x="682" y="186" width="31" height="31" transform="rotate(0,697.5,201.5)"/><rect x="682" y="248" width="31" height="31" transform="rotate(0,697.5,263.5)"/><rect x="682" y="279" width="31" height="31" transform="rotate(0,697.5,294.5)"/><rect x="682" y="341" width="31" height="31" transform="rotate(0,697.5,356.5)"/><rect x="682" y="434" width="31" height="31" transform="rotate(0,697.5,449.5)"/><rect x="682" y="496" width="31" height="31" transform="rotate(0,697.5,511.5)"/><rect x="682" y="527" width="31" height="31" transform="rotate(0,697.5,542.5)"/><rect x="682" y="589" width="31" height="31" transform="rotate(0,697.5,604.5)"/><rect x="682" y="682" width="31" height="31" transform="rotate(0,697.5,697.5)"/><rect x="682" y="713" width="31" height="31" transform="rotate(0,697.5,728.5)"/><rect x="682" y="744" width="31" height="31" transform="rotate(0,697.5,759.5)"/><rect x="682" y="775" width="31" height="31" transform="rotate(0,697.5,790.5)"/><rect x="682" y="806" width="31" height="31" transform="rotate(0,697.5,821.5)"/><rect x="682" y="899" width="31" height="31" transform="rotate(0,697.5,914.5)"/><rect x="682" y="930" width="31" height="31" transform="rotate(0,697.5,945.5)"/><rect x="713" y="310" width="31" height="31" transform="rotate(0,728.5,325.5)"/><rect x="713" y="341" width="31" height="31" transform="rotate(0,728.5,356.5)"/><rect x="713" y="372" width="31" height="31" transform="rotate(0,728.5,387.5)"/><rect x="713" y="403" width="31" height="31" transform="rotate(0,728.5,418.5)"/><rect x="713" y="527" width="31" height="31" transform="rotate(0,728.5,542.5)"/><rect x="713" y="558" width="31" height="31" transform="rotate(0,728.5,573.5)"/><rect x="713" y="620" width="31" height="31" transform="rotate(0,728.5,635.5)"/><rect x="713" y="651" width="31" height="31" transform="rotate(0,728.5,666.5)"/><rect x="713" y="682" width="31" height="31" transform="rotate(0,728.5,697.5)"/><rect x="713" y="806" width="31" height="31" transform="rotate(0,728.5,821.5)"/><rect x="713" y="837" width="31" height="31" transform="rotate(0,728.5,852.5)"/><rect x="713" y="868" width="31" height="31" transform="rotate(0,728.5,883.5)"/><rect x="713" y="899" width="31" height="31" transform="rotate(0,728.5,914.5)"/><rect x="744" y="310" width="31" height="31" transform="rotate(0,759.5,325.5)"/><rect x="744" y="341" width="31" height="31" transform="rotate(0,759.5,356.5)"/><rect x="744" y="527" width="31" height="31" transform="rotate(0,759.5,542.5)"/><rect x="744" y="558" width="31" height="31" transform="rotate(0,759.5,573.5)"/><rect x="744" y="620" width="31" height="31" transform="rotate(0,759.5,635.5)"/><rect x="744" y="651" width="31" height="31" transform="rotate(0,759.5,666.5)"/><rect x="744" y="682" width="31" height="31" transform="rotate(0,759.5,697.5)"/><rect x="744" y="744" width="31" height="31" transform="rotate(0,759.5,759.5)"/><rect x="744" y="806" width="31" height="31" transform="rotate(0,759.5,821.5)"/><rect x="744" y="899" width="31" height="31" transform="rotate(0,759.5,914.5)"/><rect x="775" y="341" width="31" height="31" transform="rotate(0,790.5,356.5)"/><rect x="775" y="403" width="31" height="31" transform="rotate(0,790.5,418.5)"/><rect x="775" y="434" width="31" height="31" transform="rotate(0,790.5,449.5)"/><rect x="775" y="496" width="31" height="31" transform="rotate(0,790.5,511.5)"/><rect x="775" y="527" width="31" height="31" transform="rotate(0,790.5,542.5)"/><rect x="775" y="558" width="31" height="31" transform="rotate(0,790.5,573.5)"/><rect x="775" y="651" width="31" height="31" transform="rotate(0,790.5,666.5)"/><rect x="775" y="682" width="31" height="31" transform="rotate(0,790.5,697.5)"/><rect x="775" y="806" width="31" height="31" transform="rotate(0,790.5,821.5)"/><rect x="775" y="837" width="31" height="31" transform="rotate(0,790.5,852.5)"/><rect x="775" y="899" width="31" height="31" transform="rotate(0,790.5,914.5)"/><rect x="775" y="930" width="31" height="31" transform="rotate(0,790.5,945.5)"/><rect x="806" y="341" width="31" height="31" transform="rotate(0,821.5,356.5)"/><rect x="806" y="372" width="31" height="31" transform="rotate(0,821.5,387.5)"/><rect x="806" y="434" width="31" height="31" transform="rotate(0,821.5,449.5)"/><rect x="806" y="558" width="31" height="31" transform="rotate(0,821.5,573.5)"/><rect x="806" y="589" width="31" height="31" transform="rotate(0,821.5,604.5)"/><rect x="806" y="620" width="31" height="31" transform="rotate(0,821.5,635.5)"/><rect x="806" y="651" width="31" height="31" transform="rotate(0,821.5,666.5)"/><rect x="806" y="682" width="31" height="31" transform="rotate(0,821.5,697.5)"/><rect x="806" y="713" width="31" height="31" transform="rotate(0,821.5,728.5)"/><rect x="806" y="744" width="31" height="31" transform="rotate(0,821.5,759.5)"/><rect x="806" y="775" width="31" height="31" transform="rotate(0,821.5,790.5)"/><rect x="806" y="806" width="31" height="31" transform="rotate(0,821.5,821.5)"/><rect x="837" y="372" width="31" height="31" transform="rotate(0,852.5,387.5)"/><rect x="837" y="403" width="31" height="31" transform="rotate(0,852.5,418.5)"/><rect x="837" y="434" width="31" height="31" transform="rotate(0,852.5,449.5)"/><rect x="837" y="465" width="31" height="31" transform="rotate(0,852.5,480.5)"/><rect x="837" y="558" width="31" height="31" transform="rotate(0,852.5,573.5)"/><rect x="837" y="589" width="31" height="31" transform="rotate(0,852.5,604.5)"/><rect x="837" y="651" width="31" height="31" transform="rotate(0,852.5,666.5)"/><rect x="837" y="682" width="31" height="31" transform="rotate(0,852.5,697.5)"/><rect x="837" y="775" width="31" height="31" transform="rotate(0,852.5,790.5)"/><rect x="837" y="837" width="31" height="31" transform="rotate(0,852.5,852.5)"/><rect x="837" y="868" width="31" height="31" transform="rotate(0,852.5,883.5)"/><rect x="837" y="899" width="31" height="31" transform="rotate(0,852.5,914.5)"/><rect x="868" y="372" width="31" height="31" transform="rotate(0,883.5,387.5)"/><rect x="868" y="403" width="31" height="31" transform="rotate(0,883.5,418.5)"/><rect x="868" y="434" width="31" height="31" transform="rotate(0,883.5,449.5)"/><rect x="868" y="465" width="31" height="31" transform="rotate(0,883.5,480.5)"/><rect x="868" y="496" width="31" height="31" transform="rotate(0,883.5,511.5)"/><rect x="868" y="620" width="31" height="31" transform="rotate(0,883.5,635.5)"/><rect x="868" y="651" width="31" height="31" transform="rotate(0,883.5,666.5)"/><rect x="868" y="682" width="31" height="31" transform="rotate(0,883.5,697.5)"/><rect x="868" y="713" width="31" height="31" transform="rotate(0,883.5,728.5)"/><rect x="868" y="744" width="31" height="31" transform="rotate(0,883.5,759.5)"/><rect x="868" y="775" width="31" height="31" transform="rotate(0,883.5,790.5)"/><rect x="868" y="806" width="31" height="31" transform="rotate(0,883.5,821.5)"/><rect x="868" y="899" width="31" height="31" transform="rotate(0,883.5,914.5)"/><rect x="899" y="310" width="31" height="31" transform="rotate(0,914.5,325.5)"/><rect x="899" y="527" width="31" height="31" transform="rotate(0,914.5,542.5)"/><rect x="899" y="682" width="31" height="31" transform="rotate(0,914.5,697.5)"/><rect x="899" y="744" width="31" height="31" transform="rotate(0,914.5,759.5)"/><rect x="899" y="806" width="31" height="31" transform="rotate(0,914.5,821.5)"/><rect x="899" y="837" width="31" height="31" transform="rotate(0,914.5,852.5)"/><rect x="899" y="868" width="31" height="31" transform="rotate(0,914.5,883.5)"/><rect x="899" y="930" width="31" height="31" transform="rotate(0,914.5,945.5)"/><rect x="930" y="403" width="31" height="31" transform="rotate(0,945.5,418.5)"/><rect x="930" y="465" width="31" height="31" transform="rotate(0,945.5,480.5)"/><rect x="930" y="589" width="31" height="31" transform="rotate(0,945.5,604.5)"/><rect x="930" y="651" width="31" height="31" transform="rotate(0,945.5,666.5)"/><rect x="930" y="744" width="31" height="31" transform="rotate(0,945.5,759.5)"/><rect x="930" y="806" width="31" height="31" transform="rotate(0,945.5,821.5)"/><rect x="930" y="837" width="31" height="31" transform="rotate(0,945.5,852.5)"/></clipPath><clipPath id="clip-path-corners-square-color-0-0"><rect x="62" y="62" width="31" height="31" transform="rotate(0,77.5,77.5)"/><rect x="62" y="93" width="31" height="31" transform="rotate(0,77.5,108.5)"/><rect x="62" y="124" width="31" height="31" transform="rotate(0,77.5,139.5)"/><rect x="62" y="155" width="31" height="31" transform="rotate(0,77.5,170.5)"/><rect x="62" y="186" width="31" height="31" transform="rotate(0,77.5,201.5)"/><rect x="62" y="217" width="31" height="31" transform="rotate(0,77.5,232.5)"/><rect x="62" y="248" width="31" height="31" transform="rotate(0,77.5,263.5)"/><rect x="93" y="62" width="31" height="31" transform="rotate(0,108.5,77.5)"/><rect x="93" y="248" width="31" height="31" transform="rotate(0,108.5,263.5)"/><rect x="124" y="62" width="31" height="31" transform="rotate(0,139.5,77.5)"/><rect x="124" y="248" width="31" height="31" transform="rotate(0,139.5,263.5)"/><rect x="155" y="62" width="31" height="31" transform="rotate(0,170.5,77.5)"/><rect x="155" y="248" width="31" height="31" transform="rotate(0,170.5,263.5)"/><rect x="186" y="62" width="31" height="31" transform="rotate(0,201.5,77.5)"/><rect x="186" y="248" width="31" height="31" transform="rotate(0,201.5,263.5)"/><rect x="217" y="62" width="31" height="31" transform="rotate(0,232.5,77.5)"/><rect x="217" y="248" width="31" height="31" transform="rotate(0,232.5,263.5)"/><rect x="248" y="62" width="31" height="31" transform="rotate(0,263.5,77.5)"/><rect x="248" y="93" width="31" height="31" transform="rotate(0,263.5,108.5)"/><rect x="248" y="124" width="31" height="31" transform="rotate(0,263.5,139.5)"/><rect x="248" y="155" width="31" height="31" transform="rotate(0,263.5,170.5)"/><rect x="248" y="186" width="31" height="31" transform="rotate(0,263.5,201.5)"/><rect x="248" y="217" width="31" height="31" transform="rotate(0,263.5,232.5)"/><rect x="248" y="248" width="31" height="31" transform="rotate(0,263.5,263.5)"/></clipPath><clipPath id="clip-path-corners-dot-color-0-0"><rect x="124" y="124" width="31" height="31" transform="rotate(0,139.5,139.5)"/><rect x="124" y="155" width="31" height="31" transform="rotate(0,139.5,170.5)"/><rect x="124" y="186" width="31" height="31" transform="rotate(0,139.5,201.5)"/><rect x="155" y="124" width="31" height="31" transform="rotate(0,170.5,139.5)"/><rect x="155" y="155" width="31" height="31" transform="rotate(0,170.5,170.5)"/><rect x="155" y="186" width="31" height="31" transform="rotate(0,170.5,201.5)"/><rect x="186" y="124" width="31" height="31" transform="rotate(0,201.5,139.5)"/><rect x="186" y="155" width="31" height="31" transform="rotate(0,201.5,170.5)"/><rect x="186" y="186" width="31" height="31" transform="rotate(0,201.5,201.5)"/></clipPath><clipPath id="clip-path-corners-square-color-1-0"><rect x="744" y="62" width="31" height="31" transform="rotate(0,759.5,77.5)"/><rect x="744" y="93" width="31" height="31" transform="rotate(0,759.5,108.5)"/><rect x="744" y="124" width="31" height="31" transform="rotate(0,759.5,139.5)"/><rect x="744" y="155" width="31" height="31" transform="rotate(0,759.5,170.5)"/><rect x="744" y="186" width="31" height="31" transform="rotate(0,759.5,201.5)"/><rect x="744" y="217" width="31" height="31" transform="rotate(0,759.5,232.5)"/><rect x="744" y="248" width="31" height="31" transform="rotate(0,759.5,263.5)"/><rect x="775" y="62" width="31" height="31" transform="rotate(0,790.5,77.5)"/><rect x="775" y="248" width="31" height="31" transform="rotate(0,790.5,263.5)"/><rect x="806" y="62" width="31" height="31" transform="rotate(0,821.5,77.5)"/><rect x="806" y="248" width="31" height="31" transform="rotate(0,821.5,263.5)"/><rect x="837" y="62" width="31" height="31" transform="rotate(0,852.5,77.5)"/><rect x="837" y="248" width="31" height="31" transform="rotate(0,852.5,263.5)"/><rect x="868" y="62" width="31" height="31" transform="rotate(0,883.5,77.5)"/><rect x="868" y="248" width="31" height="31" transform="rotate(0,883.5,263.5)"/><rect x="899" y="62" width="31" height="31" transform="rotate(0,914.5,77.5)"/><rect x="899" y="248" width="31" height="31" transform="rotate(0,914.5,263.5)"/><rect x="930" y="62" width="31" height="31" transform="rotate(0,945.5,77.5)"/><rect x="930" y="93" width="31" height="31" transform="rotate(0,945.5,108.5)"/><rect x="930" y="124" width="31" height="31" transform="rotate(0,945.5,139.5)"/><rect x="930" y="155" width="31" height="31" transform="rotate(0,945.5,170.5)"/><rect x="930" y="186" width="31" height="31" transform="rotate(0,945.5,201.5)"/><rect x="930" y="217" width="31" height="31" transform="rotate(0,945.5,232.5)"/><rect x="930" y="248" width="31" height="31" transform="rotate(0,945.5,263.5)"/></clipPath><clipPath id="clip-path-corners-dot-color-1-0"><rect x="806" y="124" width="31" height="31" transform="rotate(0,821.5,139.5)"/><rect x="806" y="155" width="31" height="31" transform="rotate(0,821.5,170.5)"/><rect x="806" y="186" width="31" height="31" transform="rotate(0,821.5,201.5)"/><rect x="837" y="124" width="31" height="31" transform="rotate(0,852.5,139.5)"/><rect x="837" y="155" width="31" height="31" transform="rotate(0,852.5,170.5)"/><rect x="837" y="186" width="31" height="31" transform="rotate(0,852.5,201.5)"/><rect x="868" y="124" width="31" height="31" transform="rotate(0,883.5,139.5)"/><rect x="868" y="155" width="31" height="31" transform="rotate(0,883.5,170.5)"/><rect x="868" y="186" width="31" height="31" transform="rotate(0,883.5,201.5)"/></clipPath><clipPath id="clip-path-corners-square-color-0-1"><rect x="62" y="744" width="31" height="31" transform="rotate(0,77.5,759.5)"/><rect x="62" y="775" width="31" height="31" transform="rotate(0,77.5,790.5)"/><rect x="62" y="806" width="31" height="31" transform="rotate(0,77.5,821.5)"/><rect x="62" y="837" width="31" height="31" transform="rotate(0,77.5,852.5)"/><rect x="62" y="868" width="31" height="31" transform="rotate(0,77.5,883.5)"/><rect x="62" y="899" width="31" height="31" transform="rotate(0,77.5,914.5)"/><rect x="62" y="930" width="31" height="31" transform="rotate(0,77.5,945.5)"/><rect x="93" y="744" width="31" height="31" transform="rotate(0,108.5,759.5)"/><rect x="93" y="930" width="31" height="31" transform="rotate(0,108.5,945.5)"/><rect x="124" y="744" width="31" height="31" transform="rotate(0,139.5,759.5)"/><rect x="124" y="930" width="31" height="31" transform="rotate(0,139.5,945.5)"/><rect x="155" y="744" width="31" height="31" transform="rotate(0,170.5,759.5)"/><rect x="155" y="930" width="31" height="31" transform="rotate(0,170.5,945.5)"/><rect x="186" y="744" width="31" height="31" transform="rotate(0,201.5,759.5)"/><rect x="186" y="930" width="31" height="31" transform="rotate(0,201.5,945.5)"/><rect x="217" y="744" width="31" height="31" transform="rotate(0,232.5,759.5)"/><rect x="217" y="930" width="31" height="31" transform="rotate(0,232.5,945.5)"/><rect x="248" y="744" width="31" height="31" transform="rotate(0,263.5,759.5)"/><rect x="248" y="775" width="31" height="31" transform="rotate(0,263.5,790.5)"/><rect x="248" y="806" width="31" height="31" transform="rotate(0,263.5,821.5)"/><rect x="248" y="837" width="31" height="31" transform="rotate(0,263.5,852.5)"/><rect x="248" y="868" width="31" height="31" transform="rotate(0,263.5,883.5)"/><rect x="248" y="899" width="31" height="31" transform="rotate(0,263.5,914.5)"/><rect x="248" y="930" width="31" height="31" transform="rotate(0,263.5,945.5)"/></clipPath><clipPath id="clip-path-corners-dot-color-0-1"><rect x="124" y="806" width="31" height="31" transform="rotate(0,139.5,821.5)"/><rect x="124" y="837" width="31" height="31" transform="rotate(0,139.5,852.5)"/><rect x="124" y="868" width="31" height="31" transform="rotate(0,139.5,883.5)"/><rect x="155" y="806" width="31" height="31" transform="rotate(0,170.5,821.5)"/><rect x="155" y="837" width="31" height="31" transform="rotate(0,170.5,852.5)"/><rect x="155" y="868" width="31" height="31" transform="rotate(0,170.5,883.5)"/><rect x="186" y="806" width="31" height="31" transform="rotate(0,201.5,821.5)"/><rect x="186" y="837" width="31" height="31" transform="rotate(0,201.5,852.5)"/><rect x="186" y="868" width="31" height="31" transform="rotate(0,201.5,883.5)"/></clipPath></defs><rect x="0" y="0" height="1024" width="1024" clip-path="url('#clip-path-background-color')" fill="#ffffff"/><rect x="62" y="62" height="899" width="899" clip-path="url('#clip-path-dot-color')" fill="#000000"/><rect x="62" y="62" height="217" width="217" clip-path="url('#clip-path-corners-square-color-0-0')" fill="#000000"/><rect x="124" y="124" height="93" width="93" clip-path="url('#clip-path-corners-dot-color-0-0')" fill="#000000"/><rect x="744" y="62" height="217" width="217" clip-path="url('#clip-path-corners-square-color-1-0')" fill="#000000"/><rect x="806" y="124" height="93" width="93" clip-path="url('#clip-path-corners-dot-color-1-0')" fill="#000000"/><rect x="62" y="744" height="217" width="217" clip-path="url('#clip-path-corners-square-color-0-1')" fill="#000000"/><rect x="124" y="806" height="93" width="93" clip-path="url('#clip-path-corners-dot-color-0-1')" fill="#000000"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="80" height="80" fill="none" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><mask id="mask0_296_8340" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="80" height="80"><rect width="80" height="80" fill="url(#pattern0_296_8340)"/></mask><g mask="url(#mask0_296_8340)"><rect width="80" height="80" fill="white"/></g><defs><pattern id="pattern0_296_8340" patternContentUnits="objectBoundingBox" width="1" height="1"><use xlink:href="#image0_296_8340" transform="scale(0.00337838)"/></pattern><image id="image0_296_8340" width="296" height="296" preserveAspectRatio="none" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASgAAAEoCAYAAADrB2wZAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAABKKADAAQAAAABAAABKAAAAABe6APoAAANFElEQVR4Ae3dy25stxUEUCfw//9y4oEvcAc2q6FSiUfqlUmCUPvBdZxCDwjkjz/8iwABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMD7CvznAVf/3wN2WK7QGief1L+tb23S/NQ/3S/Vr+e3/dP+t89b/2r//1bVigkQIDAUEFBDXK0JEOgEBFTnp5oAgaGAgBriak2AQCcgoDo/1QQIDAUE1BBXawIEOgEB1fmpJkBgKPDnsPdntb76DuOFS9x+B5Pmt37r/rf3S/d74R+B45+09zs2/4TD9f2rFf2CqvgUEyCwFBBQS129CRCoBARUxaeYAIGlgIBa6upNgEAlIKAqPsUECCwFBNRSV28CBCoBAVXxKSZAYCnwHd5Bpfuv33HcfseS5q/vn/zT+Xr/df90v/Z8/f2ST7v/tN4vqCmv5gQINAICqtFTS4DAVEBATXk1J0CgERBQjZ5aAgSmAgJqyqs5AQKNgIBq9NQSIDAVEFBTXs0JEGgEfsI7qOb+T6hN72DSO5Z0vr5j2j/NT/uv+6f9nF8U8AvqIr7RBAicBQTU2ccpAQIXBQTURXyjCRA4Cwios49TAgQuCgioi/hGEyBwFhBQZx+nBAhcFBBQF/GNJkDgLOAd1NnnK07TO6B2h/SOaD0/9W/3a+tbX/VDAb+ghrhaEyDQCQiozk81AQJDAQE1xNWaAIFOQEB1fqoJEBgKCKghrtYECHQCAqrzU02AwFBAQA1xtSZAoBP4Ce+g0jubTmhfnd7xpA3S/dN5mt/Wp/3Tedov1T/9PPk+ff/pfn5BTXk1J0CgERBQjZ5aAgSmAgJqyqs5AQKNgIBq9NQSIDAVEFBTXs0JEGgEBFSjp5YAgamAgJryak6AQCPwHd5B/fR3MOn7pXcyySfVp/m3z9P+6f5p/1Sf5rf9U/1bn/sF9daf3+UJPFtAQD37+9iOwFsLCKi3/vwuT+DZAgLq2d/HdgTeWkBAvfXnd3kCzxYQUM/+PrYj8NYCAuqtP7/LE3i2QPvG49m3+x7bpXc46RbtN2znp/3Sedo/7dfWt/uleueFgF9QBZ5SAgS2AgJq66s7AQKFgIAq8JQSILAVEFBbX90JECgEBFSBp5QAga2AgNr66k6AQCEgoAo8pQQIbAXSG5Lt9Ne6p3cwqcv6jmm/dn7qv77/ev66f/JJ89P3S/Vpfts/1af5jz73C+rRn8dyBN5bQEC99/d3ewKPFhBQj/48liPw3gIC6r2/v9sTeLSAgHr057EcgfcWEFDv/f3dnsCjBQTUoz+P5Qi8t8B3+P/FW3+h9TuWtH87P/VP52l+emeT6tP8df80/6efr7/P1M8vqCmv5gQINAICqtFTS4DAVEBATXk1J0CgERBQjZ5aAgSmAgJqyqs5AQKNgIBq9NQSIDAVEFBTXs0JEGgEvsM7qPROJt0/vQN5ev90v/a8vX9bv/4+rU+qT/dP91v3X++X9q/O/YKq+BQTILAUEFBLXb0JEKgEBFTFp5gAgaWAgFrq6k2AQCUgoCo+xQQILAUE1FJXbwIEKgEBVfEpJkBgKZDeSCxn/+qd3ok8Ycdfu37k39P9Us90/9Q/1af57fnt/dL89n63629/3+n9/YKa8mpOgEAjIKAaPbUECEwFBNSUV3MCBBoBAdXoqSVAYCogoKa8mhMg0AgIqEZPLQECUwEBNeXVnACBRuAJbyje/Z3K+v5P+Manf0bT/df7p/mn3T/jLN0v7beu/4w7friHX1AfplNIgMBaQECthfUnQODDAgLqw3QKCRBYCwiotbD+BAh8WEBAfZhOIQECawEBtRbWnwCBDwsIqA/TKSRAYC3wHf5/8ZJB+w4k9U/n7fy2Pu23Pm/f6bT7pfmpf/JP9Wl+2z/NT+dp/qP39wsqfV7nBAhcExBQ1+gNJkAgCQioJOScAIFrAgLqGr3BBAgkAQGVhJwTIHBNQEBdozeYAIEkIKCSkHMCBK4JpDcS1xb7RoMf/Y7kExxv3y/N/4QrHlu0/xtJ+6f+qf64/F+Hbf9Un+ZX535BVXyKCRBYCgiopa7eBAhUAgKq4lNMgMBSQEAtdfUmQKASEFAVn2ICBJYCAmqpqzcBApWAgKr4FBMgsBS4+sZhebHferfvSH5r9Y//sTVs90vzU/+2/h9RfvsvU//f/vRD/zHd70NNP7Eo3b/dP/X/xKt8fSu/oL7e3EQCBF4UEFAvQvkzAgS+XkBAfb25iQQIvCggoF6E8mcECHy9gID6enMTCRB4UUBAvQjlzwgQ+HoBAfX15iYSIPCiwBPeUHz3dyBp/9a47b+uf/EftWt/lvxv+6T9Wrh0v9R/vd9xvl9QRx6HBAjcFBBQN/XNJkDgKCCgjjwOCRC4KSCgbuqbTYDAUUBAHXkcEiBwU0BA3dQ3mwCBo4CAOvI4JEDgpsDVNw5/Xzy900g73q5P36/dr+2f6tvz9H1S/9anrW/3S/W3fdJ+a780/3juF9SRxyEBAjcFBNRNfbMJEDgKCKgjj0MCBG4KCKib+mYTIHAUEFBHHocECNwUEFA39c0mQOAoIKCOPA4JELgp0L7RuLn7r9npHcevv7v178m43X/dv3Vr90v1ab/k2/ZP89N52i/Vp/N0vzQ/1af51blfUBWfYgIElgICaqmrNwEClYCAqvgUEyCwFBBQS129CRCoBARUxaeYAIGlgIBa6upNgEAlIKAqPsUECCwFrr5x+Pti6R1Ge//2jmm/1H9d3/qk+vZ+qX86vz0/7ZfO0/6pfv3PT7tf2r869wuq4lNMgMBSQEAtdfUmQKASEFAVn2ICBJYCAmqpqzcBApWAgKr4FBMgsBQQUEtdvQkQqAQEVMWnmACBpcCj30C8ePH1O5EX15j9WfpGt++f9ksw7f5t/1T/9PPkv/ad+vgFNeXVnACBRkBANXpqCRCYCgioKa/mBAg0AgKq0VNLgMBUQEBNeTUnQKAREFCNnloCBKYCAmrKqzkBAo1AekPR9Fb7mkB6p5K63P6G7f7pfum8vX/av+2f9k/zU33ab90/7Ved+wVV8SkmQGApIKCWunoTIFAJCKiKTzEBAksBAbXU1ZsAgUpAQFV8igkQWAoIqKWu3gQIVAICquJTTIDAUuDPZfMXe7fvNF4cc+3P0juVdJ4W/+5+7f2Tz/o8+a/v185P9Wu/Y3+/oI48DgkQuCkgoG7qm02AwFFAQB15HBIgcFNAQN3UN5sAgaOAgDryOCRA4KaAgLqpbzYBAkcBAXXkcUiAwE2BJ7yDSvdfvyNJ89P5+h1J27/1S/NT/1Tf+q7np/3S/FTfnqf5yT/Vt/tV9X5BVXyKCRBYCgiopa7eBAhUAgKq4lNMgMBSQEAtdfUmQKASEFAVn2ICBJYCAmqpqzcBApWAgKr4FBMgsBT4Du+g0v3TO49Un84f/U4kLf/XefJp77fu/8IVp3+S7jcd/lfz9vus95v29wtqyqs5AQKNgIBq9NQSIDAVEFBTXs0JEGgEBFSjp5YAgamAgJryak6AQCMgoBo9tQQITAUE1JRXcwIEGoGf8A6quf9PqH3rdzKf8AGTX3oH1da3V0j7tf2v1vsFdZXfcAIETgIC6qTjjACBqwIC6iq/4QQInAQE1EnHGQECVwUE1FV+wwkQOAkIqJOOMwIErgoIqKv8hhMgcBLwDuqk8zVn6R1LemfTbpnmr/u390v7p/6pvr3/0+vT/ZPf9H5+QU15NSdAoBEQUI2eWgIEpgICasqrOQECjYCAavTUEiAwFRBQU17NCRBoBARUo6eWAIGpgICa8mpOgEAj8BPeQV19p9Hgv1h7+51K8l3v185/kflf/yzN/9fCvw/a+rVv2v/quV9QV/kNJ0DgJCCgTjrOCBC4KiCgrvIbToDASUBAnXScESBwVUBAXeU3nACBk4CAOuk4I0DgqoCAuspvOAECJ4H2jcap96tn6Z3Hq32e+net8W2f2/u389M/F61v2q/tn/ZP81N92q/tn+Yfz/2COvI4JEDgpoCAuqlvNgECRwEBdeRxSIDATQEBdVPfbAIEjgIC6sjjkACBmwIC6qa+2QQIHAUE1JHHIQECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQuCPwf7jXp+h+Tn4MAAAAAElFTkSuQmCC"/></defs></svg>
|
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"v":"5.12.1","fr":30,"ip":0,"op":41,"w":1280,"h":720,"nm":"Screen-3-wide-lottie 1280x720","ddd":0,"assets":[{"id":"comp_0","nm":"SCREEN_03final lottie wide","fr":30,"layers":[{"ddd":0,"ind":9,"ty":4,"nm":"Lock","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.092,"y":0},"t":0,"s":[500,602.5,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.373,"y":1},"o":{"x":0.646,"y":0},"t":10,"s":[500,473.5,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.373,"y":1},"o":{"x":0.651,"y":0},"t":18,"s":[500,492.5,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":23,"s":[500,488.5,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.354,"y":1},"o":{"x":0.627,"y":0},"t":25,"s":[500,488.5,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.908,"y":1},"o":{"x":1,"y":0},"t":30,"s":[500,473.5,0],"to":[0,0,0],"ti":[0,0,0]},{"t":40,"s":[500,602.5,0]}],"ix":2,"l":2},"a":{"a":0,"k":[187.75,174.75,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":[[0,0],[0,0],[-2.84,6.856],[-5.248,5.247],[-6.856,2.84],[-7.421,0],[-6.856,-2.84],[-5.247,-5.248],[-2.84,-6.856],[0,-7.421],[0,0],[0,0],[0,0],[4.046,9.767],[7.475,7.475],[9.767,4.045],[10.571,0],[9.767,-4.046],[7.475,-7.475],[4.045,-9.767],[0,-10.571],[0,0]],"o":[[0,0],[0,-7.421],[2.84,-6.856],[5.247,-5.248],[6.856,-2.84],[7.421,0],[6.856,2.84],[5.248,5.247],[2.84,6.856],[0,0],[0,0],[0,0],[0,-10.571],[-4.045,-9.767],[-7.475,-7.475],[-9.767,-4.046],[-10.571,0],[-9.767,4.045],[-7.475,7.475],[-4.046,9.767],[0,0],[0,0]],"v":[[-56.51,46.107],[-56.511,23.25],[-52.209,1.624],[-39.959,-16.709],[-21.626,-28.959],[0,-33.261],[21.626,-28.959],[39.959,-16.709],[52.209,1.624],[56.511,23.25],[56.602,23.25],[80.414,23.25],[80.5,23.25],[74.372,-7.556],[56.922,-33.672],[30.806,-51.122],[0,-57.25],[-30.806,-51.122],[-56.922,-33.672],[-74.372,-7.556],[-80.5,23.25],[-80.5,57.25]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.117647066303,0.709803921569,0.941176530427,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":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[187.75,117.5],"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 52","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":300,"st":0,"ct":1,"bm":0},{"ddd":0,"ind":10,"ty":4,"nm":"V line","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":0,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":6,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":34,"s":[100]},{"t":40,"s":[0]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[500,720,0],"ix":2,"l":2},"a":{"a":0,"k":[187.5,406,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-0.5,823],[-0.5,-776]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,0.180000007153],"ix":3},"o":{"a":0,"k":18,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","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":"Vector 6056","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tr","p":{"a":0,"k":[107,406],"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":"Vector 6056056","np":1,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-0.5,823],[-0.5,-776]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,0.180000007153],"ix":3},"o":{"a":0,"k":18,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","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":"Vector 6053","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tr","p":{"a":0,"k":[131,406],"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":"Vector 6056053","np":1,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-0.5,823],[-0.5,-776]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,0.180000007153],"ix":3},"o":{"a":0,"k":18,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","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":"Vector 6052","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tr","p":{"a":0,"k":[268,406],"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":"Vector 6056052","np":1,"cix":2,"bm":0,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-0.5,823],[-0.5,-776]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,0.180000007153],"ix":3},"o":{"a":0,"k":18,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","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":"Vector 6058","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tr","p":{"a":0,"k":[187.5,406],"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":"Vector 6056058","np":1,"cix":2,"bm":0,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-0.5,823],[-0.5,-776]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,0.180000007153],"ix":3},"o":{"a":0,"k":18,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","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":"Vector 6051","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tr","p":{"a":0,"k":[244,406],"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":"Vector 6056051","np":1,"cix":2,"bm":0,"ix":5,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":300,"st":0,"ct":1,"bm":0},{"ddd":0,"ind":11,"ty":4,"nm":"H Line","parent":9,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":0,"s":[2]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":10,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":30,"s":[100]},{"t":40,"s":[2]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[187.75,101.125,0],"ix":2,"l":2},"a":{"a":0,"k":[187.5,100.875,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[564.5,0.326],[-575.5,0.326]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,0.180000007153],"ix":3},"o":{"a":0,"k":18,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","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":"Vector 6041","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tr","p":{"a":0,"k":[187.5,141.5],"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":"Vector 6046041","np":1,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[564.5,0.326],[-575.5,0.326]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,0.180000007153],"ix":3},"o":{"a":0,"k":18,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","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":"Vector 6060","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tr","p":{"a":0,"k":[187.5,60.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":"Vector 6066060","np":1,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":300,"st":0,"ct":1,"bm":0}]}],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Reference Circle 2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":640,"ix":3},"y":{"a":0,"k":416,"ix":4}},"a":{"a":0,"k":[320,416,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":[[-110.457,0],[0,-110.457],[110.457,0],[0,110.457]],"o":[[110.457,0],[0,110.457],[-110.457,0],[0,-110.457]],"v":[[0,-200],[200,0],[0,200],[-200,0]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,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":[320,416],"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 13","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":682.2,"st":0,"ct":1,"bm":0},{"ddd":0,"ind":4,"ty":0,"nm":"SCREEN_03final lottie wide","refId":"comp_0","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":640,"ix":3},"y":{"a":0,"k":548.5,"ix":4}},"a":{"a":0,"k":[500,720,0],"ix":1,"l":2},"s":{"a":0,"k":[135.13,135.13,100],"ix":6,"l":2}},"ao":0,"w":1000,"h":1440,"ip":0,"op":62,"st":0,"bm":0}],"markers":[{"tm":26,"cm":"1","dr":0}],"props":{}}
|