@cuemath/leap 3.1.0-gg2 → 3.1.1-beta-0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/assets/gif/gif.js +22 -22
- package/dist/assets/gif/gif.js.map +1 -1
- package/dist/assets/illustrations/illustrations.js +128 -127
- package/dist/assets/illustrations/illustrations.js.map +1 -1
- package/dist/assets/images/images.js +32 -32
- package/dist/assets/images/images.js.map +1 -1
- package/dist/assets/line-icons/icons/check.js +3 -3
- package/dist/assets/line-icons/icons/check.js.map +1 -1
- package/dist/assets/line-icons/icons/puzzle-icon.js +51 -0
- package/dist/assets/line-icons/icons/puzzle-icon.js.map +1 -0
- package/dist/assets/line-icons/icons/share.js +48 -0
- package/dist/assets/line-icons/icons/share.js.map +1 -0
- package/dist/assets/line-icons/icons/tile.js +54 -0
- package/dist/assets/line-icons/icons/tile.js.map +1 -0
- package/dist/assets/lottie/lottie.js +86 -86
- package/dist/assets/lottie/lottie.js.map +1 -1
- package/dist/features/chapters-v2/chapter-details/block-sections/block-section-view.js +34 -32
- package/dist/features/chapters-v2/chapter-details/block-sections/block-section-view.js.map +1 -1
- package/dist/features/chapters-v2/chapter-details/chapter-details.js +47 -45
- package/dist/features/chapters-v2/chapter-details/chapter-details.js.map +1 -1
- package/dist/features/chapters-v2/comps/node-card/node-card-tags.js +11 -11
- package/dist/features/chapters-v2/comps/node-card/node-card-tags.js.map +1 -1
- package/dist/features/chapters-v2/comps/node-card/student-actions/student-actions.js +47 -46
- package/dist/features/chapters-v2/comps/node-card/student-actions/student-actions.js.map +1 -1
- package/dist/features/chapters-v2/comps/node-card/teacher-actions/teacher-actions.js +165 -124
- package/dist/features/chapters-v2/comps/node-card/teacher-actions/teacher-actions.js.map +1 -1
- package/dist/features/chapters-v2/utils/node-card-utils.js +41 -41
- package/dist/features/chapters-v2/utils/node-card-utils.js.map +1 -1
- package/dist/features/cue-canvas/bottombar/homework-controls.js +73 -0
- package/dist/features/cue-canvas/bottombar/homework-controls.js.map +1 -0
- package/dist/features/cue-canvas/cue-canvas-context.js +8 -5
- package/dist/features/cue-canvas/cue-canvas-context.js.map +1 -1
- package/dist/features/cue-canvas/cue-canvas-core.js +80 -75
- package/dist/features/cue-canvas/cue-canvas-core.js.map +1 -1
- package/dist/features/cue-canvas/cue-canvas-helpers.js +31 -25
- package/dist/features/cue-canvas/cue-canvas-helpers.js.map +1 -1
- package/dist/features/cue-canvas/cue-canvas-provider.js +14 -12
- package/dist/features/cue-canvas/cue-canvas-provider.js.map +1 -1
- package/dist/features/cue-canvas/cue-canvas.js +79 -65
- package/dist/features/cue-canvas/cue-canvas.js.map +1 -1
- package/dist/features/cue-canvas/cue-cavas-styled.js +45 -42
- package/dist/features/cue-canvas/cue-cavas-styled.js.map +1 -1
- package/dist/features/cue-canvas/hooks/use-canvas-sync-broker.js +61 -54
- package/dist/features/cue-canvas/hooks/use-canvas-sync-broker.js.map +1 -1
- package/dist/features/cue-canvas/hooks/use-cue-canvas-actions.js +18 -14
- package/dist/features/cue-canvas/hooks/use-cue-canvas-actions.js.map +1 -1
- package/dist/features/cue-canvas/hooks/use-upload-helper.js +23 -0
- package/dist/features/cue-canvas/hooks/use-upload-helper.js.map +1 -0
- package/dist/features/cue-canvas/sidebar/homework/helper.js +20 -0
- package/dist/features/cue-canvas/sidebar/homework/helper.js.map +1 -0
- package/dist/features/cue-canvas/sidebar/homework/homework-menu.js +33 -0
- package/dist/features/cue-canvas/sidebar/homework/homework-menu.js.map +1 -0
- package/dist/features/cue-canvas/sidebar/homework/homework-request.js +68 -0
- package/dist/features/cue-canvas/sidebar/homework/homework-request.js.map +1 -0
- package/dist/features/cue-canvas/sidebar/homework/homework-styled.js +25 -0
- package/dist/features/cue-canvas/sidebar/homework/homework-styled.js.map +1 -0
- package/dist/features/cue-canvas/sidebar/homework/homework.js +39 -0
- package/dist/features/cue-canvas/sidebar/homework/homework.js.map +1 -0
- package/dist/features/cue-canvas/sidebar/puzzles/api/get-puzzles.js +13 -0
- package/dist/features/cue-canvas/sidebar/puzzles/api/get-puzzles.js.map +1 -0
- package/dist/features/cue-canvas/sidebar/puzzles/filter-selection-menu.js +60 -0
- package/dist/features/cue-canvas/sidebar/puzzles/filter-selection-menu.js.map +1 -0
- package/dist/features/cue-canvas/sidebar/puzzles/filters-section.js +44 -0
- package/dist/features/cue-canvas/sidebar/puzzles/filters-section.js.map +1 -0
- package/dist/features/cue-canvas/sidebar/puzzles/filters.js +107 -0
- package/dist/features/cue-canvas/sidebar/puzzles/filters.js.map +1 -0
- package/dist/features/cue-canvas/sidebar/puzzles/hooks/use-fetch-cue-canvas-activity.js +42 -0
- package/dist/features/cue-canvas/sidebar/puzzles/hooks/use-fetch-cue-canvas-activity.js.map +1 -0
- package/dist/features/cue-canvas/sidebar/puzzles/launch-puzzle.js +84 -0
- package/dist/features/cue-canvas/sidebar/puzzles/launch-puzzle.js.map +1 -0
- package/dist/features/cue-canvas/sidebar/puzzles/puzzle-menu-header.js +36 -0
- package/dist/features/cue-canvas/sidebar/puzzles/puzzle-menu-header.js.map +1 -0
- package/dist/features/cue-canvas/sidebar/puzzles/puzzle-menu.js +133 -0
- package/dist/features/cue-canvas/sidebar/puzzles/puzzle-menu.js.map +1 -0
- package/dist/features/cue-canvas/sidebar/puzzles/puzzles-styled.js +96 -0
- package/dist/features/cue-canvas/sidebar/puzzles/puzzles-styled.js.map +1 -0
- package/dist/features/cue-canvas/sidebar/puzzles/puzzles.js +29 -0
- package/dist/features/cue-canvas/sidebar/puzzles/puzzles.js.map +1 -0
- package/dist/features/cue-canvas/sidebar/puzzles/utils.js +120 -0
- package/dist/features/cue-canvas/sidebar/puzzles/utils.js.map +1 -0
- package/dist/features/cue-canvas/sidebar/sidebar-styled.js +32 -0
- package/dist/features/cue-canvas/sidebar/sidebar-styled.js.map +1 -0
- package/dist/features/cue-canvas/sidebar/sidebar.js +29 -0
- package/dist/features/cue-canvas/sidebar/sidebar.js.map +1 -0
- package/dist/features/cue-canvas/sidebar/tiles/tile.js +16 -0
- package/dist/features/cue-canvas/sidebar/tiles/tile.js.map +1 -0
- package/dist/features/cue-canvas/toolbar/grid-menu.js +13 -13
- package/dist/features/cue-canvas/toolbar/grid-menu.js.map +1 -1
- package/dist/features/cue-canvas/toolbar/tool.js +22 -20
- package/dist/features/cue-canvas/toolbar/tool.js.map +1 -1
- package/dist/features/homework/homework-card-view.js +56 -54
- package/dist/features/homework/homework-card-view.js.map +1 -1
- package/dist/features/homework/homework-card.js +53 -52
- package/dist/features/homework/homework-card.js.map +1 -1
- package/dist/features/homework/hw-card-list/api/get-homeworks.js +1 -1
- package/dist/features/homework/hw-card-list/api/get-homeworks.js.map +1 -1
- package/dist/features/homework/hw-card-list/hw-card-list-utils.js +12 -0
- package/dist/features/homework/hw-card-list/hw-card-list-utils.js.map +1 -0
- package/dist/features/homework/hw-card-list/hw-card-list-view.js +137 -107
- package/dist/features/homework/hw-card-list/hw-card-list-view.js.map +1 -1
- package/dist/features/homework/styles.js +5 -4
- package/dist/features/homework/styles.js.map +1 -1
- package/dist/features/hooks/use-debounce.js +16 -0
- package/dist/features/hooks/use-debounce.js.map +1 -0
- package/dist/features/journey/hooks/use-home-page-journey/home-page-homeworks-mock.js +199 -262
- package/dist/features/journey/hooks/use-home-page-journey/home-page-homeworks-mock.js.map +1 -1
- package/dist/features/journey/hooks/use-home-page-journey/use-home-page-journey.js +15 -15
- package/dist/features/journey/hooks/use-home-page-journey/use-home-page-journey.js.map +1 -1
- package/dist/features/milestone/create/comps/add-custom-chapter/course-catalog.js +38 -36
- package/dist/features/milestone/create/comps/add-custom-chapter/course-catalog.js.map +1 -1
- package/dist/features/milestone/create/comps/add-custom-chapter/hooks/use-catalog-helpers.js +24 -22
- package/dist/features/milestone/create/comps/add-custom-chapter/hooks/use-catalog-helpers.js.map +1 -1
- package/dist/features/milestone/create/comps/chapters-selection-step/chapter-selection-step-v2/chapter-category/chapter-category-container.js +23 -22
- package/dist/features/milestone/create/comps/chapters-selection-step/chapter-selection-step-v2/chapter-category/chapter-category-container.js.map +1 -1
- package/dist/features/milestone/create/comps/chapters-selection-step/utils.js +49 -47
- package/dist/features/milestone/create/comps/chapters-selection-step/utils.js.map +1 -1
- package/dist/features/milestone/create/comps/class-details-step/class-details-step.js +94 -87
- package/dist/features/milestone/create/comps/class-details-step/class-details-step.js.map +1 -1
- package/dist/features/milestone/create/comps/class-details-step/class-details-utils.js +13 -12
- package/dist/features/milestone/create/comps/class-details-step/class-details-utils.js.map +1 -1
- package/dist/features/milestone/create/comps/test-type-step/test-type-step.js +23 -21
- package/dist/features/milestone/create/comps/test-type-step/test-type-step.js.map +1 -1
- package/dist/features/milestone/create/milestone-create-helpers.js +165 -162
- package/dist/features/milestone/create/milestone-create-helpers.js.map +1 -1
- package/dist/features/trial-session/comps/pricing/india-pricing/index.js +96 -0
- package/dist/features/trial-session/comps/pricing/india-pricing/index.js.map +1 -0
- package/dist/features/trial-session/comps/pricing/india-pricing/india-pricing-styled.js +59 -0
- package/dist/features/trial-session/comps/pricing/india-pricing/india-pricing-styled.js.map +1 -0
- package/dist/features/trial-session/comps/pricing/pricing.js +36 -35
- package/dist/features/trial-session/comps/pricing/pricing.js.map +1 -1
- package/dist/features/ui/stepper/stepper.js +7 -7
- package/dist/features/worksheet/worksheet/hooks/use-s3-helper.js +22 -19
- package/dist/features/worksheet/worksheet/hooks/use-s3-helper.js.map +1 -1
- package/dist/index.d.ts +311 -260
- package/dist/index.js +184 -180
- package/dist/index.js.map +1 -1
- package/dist/static/accuracy-meter.99585cba.json +4218 -0
- package/dist/static/accuracy-needle.cd6e63ac.json +618 -0
- package/dist/static/achievement_bg.0d0555ac.png +0 -0
- package/dist/static/advance-mode-segment-lottie.51ff6707.json +1 -0
- package/dist/static/alarm-clock-orange.31fb90d9.svg +1 -0
- package/dist/static/alarm-clock-purple.06d4911c.svg +1 -0
- package/dist/static/alien-1.fc7ba696.svg +1 -0
- package/dist/static/alien-2.15fdda07.svg +1 -0
- package/dist/static/alien-3.2664a37f.svg +1 -0
- package/dist/static/alien-4.06ac66da.svg +1 -0
- package/dist/static/ashta.0d3926b2.png +0 -0
- package/dist/static/avatar-selected.860ee923.json +1 -0
- package/dist/static/awesome.8e1cf046.png +0 -0
- package/dist/static/badge_success.2f6c8e65.png +0 -0
- package/dist/static/beginner1x.489908a7.json +3508 -0
- package/dist/static/bg_empty_resources.63b187fd.png +0 -0
- package/dist/static/blue-clip.87cc4543.svg +1 -0
- package/dist/static/bobwave.5603c70b.gif +0 -0
- package/dist/static/book-green.20f6eed3.svg +1 -0
- package/dist/static/book-open-blue.d4f8d08c.svg +5 -0
- package/dist/static/book-orange.04bdc75e.svg +1 -0
- package/dist/static/book-yellow.c210ac06.svg +1 -0
- package/dist/static/bronze-1.da4e4b5f.json +4176 -0
- package/dist/static/bronze-2.97f9c639.json +4433 -0
- package/dist/static/bronze-3.6a433ebd.json +4786 -0
- package/dist/static/bullet-yellow.2f892d88.svg +1 -0
- package/dist/static/calendar-blue.e0d52d09.svg +1 -0
- package/dist/static/calendar-gray.1c72682a.svg +1 -0
- package/dist/static/calendar-green.a2b6a393.svg +1 -0
- package/dist/static/caution.5766a967.svg +1 -0
- package/dist/static/chapter-1.8a1683a0.svg +1 -0
- package/dist/static/chapter-10.c97de4a5.svg +1 -0
- package/dist/static/chapter-2.71ac6dfc.svg +1 -0
- package/dist/static/chapter-3.003fc901.svg +1 -0
- package/dist/static/chapter-4.8abbacd8.svg +1 -0
- package/dist/static/chapter-5.c774b439.svg +1 -0
- package/dist/static/chapter-6.cb5cf1cb.svg +1 -0
- package/dist/static/chapter-7.57b0beb4.svg +1 -0
- package/dist/static/chapter-8.68d36477.svg +1 -0
- package/dist/static/chapter-9.0c00e26f.svg +1 -0
- package/dist/static/chapter-completed.1241399b.json +497 -0
- package/dist/static/chapter-header-bg-2.c8d96894.svg +1 -0
- package/dist/static/chapter-header-bg.4ed173c2.svg +1 -0
- package/dist/static/chatva.d0c57a95.png +0 -0
- package/dist/static/circle-cuemath-logo-white.e9fafb91.svg +1 -0
- package/dist/static/circle-cuemath-logo.8bcb1ad4.svg +1 -0
- package/dist/static/circle-outercircle-bg.65f21460.svg +1 -0
- package/dist/static/circular-loader.a5a1a0a6.json +238 -0
- package/dist/static/clock-30min.eae818b8.json +1197 -0
- package/dist/static/clock-45min.df8adf51.json +1197 -0
- package/dist/static/clock-60min.2b48d875.json +1197 -0
- package/dist/static/clock-90min.3e557ed7.json +1407 -0
- package/dist/static/clock-orange.c144059b.svg +6 -0
- package/dist/static/color-1.45101b9a.json +4545 -0
- package/dist/static/color-2.ccdc7d0a.json +4828 -0
- package/dist/static/color-3.5e8e1422.json +5273 -0
- package/dist/static/community-bulb.3b42af21.svg +1 -0
- package/dist/static/competitive-arena.b9c40801.json +1 -0
- package/dist/static/congrats.75718de8.png +0 -0
- package/dist/static/cool.1893941c.png +0 -0
- package/dist/static/cosa.46c0c49b.png +0 -0
- package/dist/static/crosshair-circle.522a26ea.svg +1 -0
- package/dist/static/crown-overlay.11fb073c.svg +1 -0
- package/dist/static/crown.c18fa217.svg +1 -0
- package/dist/static/cuecoin-gold.bcb8085e.svg +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/default-chapter.8ede1160.png +0 -0
- package/dist/static/desktop-with-purple-fill.dfec66cc.svg +1 -0
- package/dist/static/difficult.6846c064.json +2755 -0
- package/dist/static/dob.9ce3c15b.json +1 -0
- package/dist/static/doda.3103971c.png +0 -0
- package/dist/static/duration-30min-gray.f6442df4.svg +1 -0
- package/dist/static/duration-45min-gray.ad90fb23.svg +1 -0
- package/dist/static/duration-60min-gray.874e52a2.svg +1 -0
- package/dist/static/duration-90min-gray.32a04cef.svg +1 -0
- package/dist/static/dvi.fc7b32a5.png +0 -0
- package/dist/static/earth-green.e1329b7a.svg +1 -0
- package/dist/static/easy-rescheduling.3a6d1a00.gif +0 -0
- package/dist/static/easy.68242ddd.json +2658 -0
- package/dist/static/eka.b10a06fa.png +0 -0
- package/dist/static/elite-circle.3df58972.json +6876 -0
- package/dist/static/ellipse-clip.dfb25608.svg +1 -0
- package/dist/static/empty_mix_tests.1d251f07.png +0 -0
- package/dist/static/enrichment-mini.fc3c0f83.gif +0 -0
- package/dist/static/enrichment.571feac0.gif +0 -0
- package/dist/static/error-lottie.b3507a4b.json +5255 -0
- package/dist/static/error.cbe1ddde.json +1 -0
- package/dist/static/familiar1x.7c9c7f15.json +3046 -0
- package/dist/static/female-avatar.b8cd1012.svg +1 -0
- package/dist/static/fifteen-min-clock.0af4e303.json +715 -0
- package/dist/static/five-min-clock.6be5cc41.json +721 -0
- package/dist/static/game-play.4982b0cb.svg +1 -0
- package/dist/static/games.47abcb18.gif +0 -0
- package/dist/static/globe-with-blue-fill.beae6ca4.svg +1 -0
- package/dist/static/gold-1.ab2489fe.json +4176 -0
- package/dist/static/gold-2.34045826.json +4441 -0
- package/dist/static/gold-3.d704698b.json +4810 -0
- package/dist/static/grade-grid-background.b17b4ccb.svg +1 -0
- package/dist/static/grade.b3730524.json +1 -0
- package/dist/static/graduate-hat.4b49eb44.svg +1 -0
- package/dist/static/graduate-icon-pink.01fbfb1b.svg +1 -0
- package/dist/static/graduate-pink-filled-bg.c91e9c53.svg +1 -0
- package/dist/static/great.2a5dcc34.png +0 -0
- package/dist/static/green-balloon.67ac8587.svg +1 -0
- package/dist/static/green-face.1b4dd82f.svg +1 -0
- package/dist/static/hexo.eab4b9f5.png +0 -0
- package/dist/static/infinite-button-bg.5909225e.json +1 -0
- package/dist/static/infinite-button-symbol.aa31350c.json +1 -0
- package/dist/static/jigii-wave.150a6d18.gif +0 -0
- package/dist/static/key.d6846476.json +1 -0
- package/dist/static/kudos.b7e2aeb6.png +0 -0
- package/dist/static/learn.71b13323.json +1 -0
- package/dist/static/learned-shield-gray.1495b0d5.svg +1 -0
- package/dist/static/learned-shield-green.7c26b423.svg +1 -0
- package/dist/static/learning-plan.72d64a61.png +0 -0
- package/dist/static/learning-session.71cc8f22.gif +0 -0
- package/dist/static/learnt.870c5e38.svg +1 -0
- package/dist/static/lesson-overview-banner.f5404af6.png +0 -0
- package/dist/static/levelup-rings.b1055283.json +549 -0
- package/dist/static/like.cb492460.svg +1 -0
- package/dist/static/live-session.a0d25c78.svg +1 -0
- package/dist/static/loader-1.6524355e.svg +1 -0
- package/dist/static/loader.52f8c35c.svg +1 -0
- package/dist/static/locked.0c3b7577.svg +1 -0
- package/dist/static/mail.c30e8708.json +1 -0
- package/dist/static/maintenance.a26aca65.svg +1 -0
- package/dist/static/male-avatar.2febc9eb.svg +1 -0
- package/dist/static/mastered-badge.81f156fb.svg +1 -0
- package/dist/static/mastered-shield-gray.a58cbe19.svg +1 -0
- package/dist/static/mastered-shield-green.070fa4eb.svg +1 -0
- package/dist/static/max-wave.44e002c9.gif +0 -0
- package/dist/static/medium.94c3829b.json +2289 -0
- package/dist/static/mental-math.3c95f169.svg +1 -0
- package/dist/static/milestone-intro-1.281a354c.svg +1 -0
- package/dist/static/milestone-intro-2.19faee69.svg +1 -0
- package/dist/static/milestone-intro-3.6f6055d6.svg +1 -0
- package/dist/static/mistake.476d1aa7.svg +1 -0
- package/dist/static/no-info.f4bfe437.png +0 -0
- package/dist/static/node-custom-test-bg.d3b757be.svg +1 -0
- package/dist/static/node-learn-bg.b61f815c.svg +1 -0
- package/dist/static/node-practice-bg.16cbaf2a.svg +1 -0
- package/dist/static/node-project-bg.e6a33e28.svg +1 -0
- package/dist/static/node-puzzle-bg.3422135c.svg +1 -0
- package/dist/static/node-recap-bg.546154e4.svg +1 -0
- package/dist/static/node-test-prep-bg.42c0b9c4.svg +1 -0
- package/dist/static/node-video-bg.3df3f73a.svg +1 -0
- package/dist/static/nudge-tap.5cb30093.json +1057 -0
- package/dist/static/number-1-orange.cbf526ed.svg +1 -0
- package/dist/static/number-2-orange.6f29eb72.svg +1 -0
- package/dist/static/number-3-orange.58baf717.svg +1 -0
- package/dist/static/number-4-orange.5ed1ec5e.svg +1 -0
- package/dist/static/octo.3020bd93.png +0 -0
- package/dist/static/one-star-filled.b6084257.svg +1 -0
- package/dist/static/orange-face.5824c2e9.svg +1 -0
- package/dist/static/otp.2d08f874.json +1 -0
- package/dist/static/otp.a3029760.json +1 -0
- package/dist/static/parent-avatar.772d53e0.json +1 -0
- package/dist/static/people-with-orange-fill.3835b8f1.svg +1 -0
- package/dist/static/phone-number.0be312ea.json +1 -0
- package/dist/static/phone-number.84f55562.json +1 -0
- package/dist/static/play-icon.13baaa7d.svg +1 -0
- package/dist/static/play.68d16dec.svg +1 -0
- package/dist/static/point1.b53831de.json +2942 -0
- package/dist/static/point10.7b5e536d.json +3179 -0
- package/dist/static/point100.1df16f82.json +3196 -0
- package/dist/static/point15.fea00c32.json +3179 -0
- package/dist/static/point2.7cec6e24.json +1 -0
- package/dist/static/point20.c88d776d.json +3178 -0
- package/dist/static/point25.a18c346a.json +3178 -0
- package/dist/static/point3.f96fe7aa.json +1 -0
- package/dist/static/point30.c5224b0b.json +3202 -0
- package/dist/static/point35.fad343dd.json +3058 -0
- package/dist/static/point4.fe04fb83.json +1 -0
- package/dist/static/point40.10a16f72.json +3082 -0
- package/dist/static/point45.2ad7561f.json +3082 -0
- package/dist/static/point5.da40ed1f.json +2948 -0
- package/dist/static/point50.5718cb3d.json +3046 -0
- package/dist/static/point60.17380d9f.json +3076 -0
- package/dist/static/points-sum.360e63de.svg +1 -0
- package/dist/static/practice.158dd488.json +1 -0
- package/dist/static/practiced-shield-green.90278855.svg +1 -0
- package/dist/static/practiced-shield-grey.16cf4fe0.svg +1 -0
- package/dist/static/proficient-badge.1a6dbb72.svg +1 -0
- package/dist/static/proficient1x.fa6e7b80.json +3430 -0
- package/dist/static/profile-board.4f4a17e6.svg +1 -0
- package/dist/static/project.eb665827.json +1 -0
- package/dist/static/puzzle-student.de530364.svg +1 -0
- package/dist/static/puzzle.5aad5cf8.svg +1 -0
- package/dist/static/puzzle.b298c7e4.json +1 -0
- package/dist/static/puzzle_card_easy.7d9439b5.png +0 -0
- package/dist/static/puzzle_card_hard.185a19c4.png +0 -0
- package/dist/static/puzzle_card_medium.17daef9c.png +0 -0
- package/dist/static/puzzles.1e269965.gif +0 -0
- package/dist/static/random-mode-segment-lottie.79cf1c07.json +1 -0
- package/dist/static/recap.0dd2c1e2.json +1 -0
- package/dist/static/refund-policy-with-headphone.589398e0.svg +1 -0
- package/dist/static/refund-policy.912dbb4c.svg +1 -0
- package/dist/static/report-404.dd67785c.svg +1 -0
- package/dist/static/rocket-broken.1f86fa43.svg +1 -0
- package/dist/static/rocket-yellow.62d27e15.svg +1 -0
- package/dist/static/school-success-mini.f74a852f.gif +0 -0
- package/dist/static/school-success.f9669771.gif +0 -0
- package/dist/static/score.41971107.svg +1 -0
- package/dist/static/sequence-mode-segment-lottie.11ac49e9.json +1 -0
- package/dist/static/shared.3af01b49.png +0 -0
- package/dist/static/sheet-reference.9da7a09f.png +0 -0
- package/dist/static/silver-1.0396328a.json +4168 -0
- package/dist/static/silver-2.bf50615f.json +4433 -0
- package/dist/static/silver-3.13d66b84.json +4810 -0
- package/dist/static/skills.90ce4cbb.gif +0 -0
- package/dist/static/sleepy-boi.031a1165.json +1008 -0
- package/dist/static/smiley.49bb7d7c.svg +1 -0
- package/dist/static/speckie-wave.510639ce.gif +0 -0
- package/dist/static/spinner-white.639e0d87.json +122 -0
- package/dist/static/spiral_pattern.9fd3e6e9.png +0 -0
- package/dist/static/splash-screen.bbf567ce.json +2411 -0
- package/dist/static/star-orange-filled.a7ff9c8f.svg +1 -0
- package/dist/static/star-orange.a91a341f.svg +1 -0
- package/dist/static/star-with-green-fill.86877d41.svg +1 -0
- package/dist/static/stay-connected.371d3d9d.gif +0 -0
- package/dist/static/streak-green.b59bf4dd.svg +1 -0
- package/dist/static/streak-white.2cbdc9b8.svg +1 -0
- package/dist/static/student-avatar.524226bd.json +1 -0
- package/dist/static/table-mode-reveal.b44a82c3.json +1 -0
- package/dist/static/table-mode-star.b8a1d762.json +1 -0
- package/dist/static/table-segment-star.78e851d6.json +1 -0
- package/dist/static/target-achieved-text.053bd142.json +2830 -0
- package/dist/static/target-achieved-text.10db8475.json +1 -0
- package/dist/static/teacher-validation.7577ecdc.json +245 -0
- package/dist/static/tera-wave.2954a6a4.gif +0 -0
- package/dist/static/test-difficulty-easy.56df71dd.svg +1 -0
- package/dist/static/test-difficulty-hard.7250f1f4.svg +1 -0
- package/dist/static/test-difficulty-medium.2fd9686e.svg +1 -0
- package/dist/static/test-prep-mini.718e5734.gif +0 -0
- package/dist/static/test-prep.ea433f71.gif +0 -0
- package/dist/static/test.803d6036.json +1 -0
- package/dist/static/tetra.354ff2b9.png +0 -0
- package/dist/static/three-stars-filled.72b51f03.svg +1 -0
- package/dist/static/tick-green.a1654049.svg +1 -0
- package/dist/static/total-streak.d5ce7669.json +842 -0
- package/dist/static/total-time-spent.434005d3.json +200 -0
- package/dist/static/total-time.d979cbb9.json +24383 -0
- package/dist/static/tournament-ripple.e5c239a5.json +1047 -0
- package/dist/static/track-progress.c75b1031.gif +0 -0
- package/dist/static/trophy-blue-filled.7e2b40ab.svg +1 -0
- package/dist/static/trophy-blue.e684ba4c.svg +1 -0
- package/dist/static/trophy-circle.b7b23e36.svg +1 -0
- package/dist/static/trophy-green.6c0741c8.svg +10 -0
- package/dist/static/two-stars-filled.a51a14b4.svg +1 -0
- package/dist/static/up-arrow.a6946bd3.svg +1 -0
- package/dist/static/user-crown-grid-background.c2875a73.svg +1 -0
- package/dist/static/user-down.a06f2f94.svg +1 -0
- package/dist/static/user-pin.5f334465.svg +1 -0
- package/dist/static/user-profile-background.199977a9.svg +1 -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/dist/static/user-type-selector-grid-bg.aad0b059.svg +1 -0
- package/dist/static/user-up.2aecbbae.svg +1 -0
- package/dist/static/username.9e034d51.json +1 -0
- package/dist/static/video.b41451e2.json +1 -0
- package/dist/static/vinnie-wave.10734dd5.gif +0 -0
- package/dist/static/way-forward.1428093e.gif +0 -0
- package/dist/static/wow.864fbb02.png +0 -0
- package/dist/static/yellow-face.b7525a33.svg +1 -0
- package/dist/static/your-goals.63ffbee5.gif +0 -0
- package/dist/static/zodasa.336c3bb0.png +0 -0
- package/package.json +3 -2
@@ -0,0 +1 @@
|
|
1
|
+
<svg width="800" height="800" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_4179_108412)"><rect width="800" height="800" fill="#FFB700"/><mask id="mask0_4179_108412" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="404" y="136" width="77" height="132"><path d="M404 180V268L481 223.655V136L404 180Z" fill="#FFC2A3"/></mask><g mask="url(#mask0_4179_108412)"><rect x="275.422" y="-35.5" width="479.421" height="317.315" fill="#FFB700"/><mask id="mask1_4179_108412" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="379" y="121" width="113" height="161"><path d="M379.5 121.5H491.5V281.815H379.5V121.5Z" fill="#FF7E3B"/></mask><g mask="url(#mask1_4179_108412)"><path d="M423.864 206.147C423.864 206.147 428.206 208.628 433.788 206.147C439.37 203.666 443.712 206.147 443.712 206.147" stroke="#E58600" stroke-width="0.862269"/><path d="M423.864 212.212C423.864 212.212 428.206 214.693 433.788 212.212C439.37 209.731 443.712 212.212 443.712 212.212" stroke="#E58600" stroke-width="0.862269"/><path d="M423.864 156.526C423.864 156.526 428.206 159.007 433.788 156.526C439.37 154.045 443.712 156.526 443.712 156.526" stroke="#E58600" stroke-width="0.862269"/><path d="M423.864 162.591C423.864 162.591 428.206 165.072 433.788 162.591C439.37 160.11 443.712 162.591 443.712 162.591" stroke="#E58600" stroke-width="0.862269"/><path d="M423.864 255.632C423.864 255.632 428.206 258.113 433.788 255.632C439.37 253.151 443.712 255.632 443.712 255.632" stroke="#E58600" stroke-width="0.862269"/><path d="M423.864 261.696C423.864 261.696 428.206 264.177 433.788 261.696C439.37 259.215 443.712 261.696 443.712 261.696" stroke="#E58600" stroke-width="0.862269"/><path d="M423.864 137.778C423.864 137.778 428.206 140.259 433.788 137.778C439.37 135.297 443.712 137.778 443.712 137.778" stroke="#E58600" stroke-width="0.862269"/><path d="M423.864 230.821C423.864 230.821 428.206 233.302 433.788 230.821C439.37 228.34 443.712 230.821 443.712 230.821" stroke="#E58600" stroke-width="0.862269"/><path d="M423.864 236.886C423.864 236.886 428.206 239.367 433.788 236.886C439.37 234.404 443.712 236.886 443.712 236.886" stroke="#E58600" stroke-width="0.862269"/><path d="M423.865 181.198C423.865 181.198 428.207 183.679 433.789 181.198C439.371 178.717 443.713 181.198 443.713 181.198" stroke="#E58600" stroke-width="0.862269"/><path d="M423.865 187.263C423.865 187.263 428.207 189.744 433.789 187.263C439.371 184.781 443.713 187.263 443.713 187.263" stroke="#E58600" stroke-width="0.862269"/><path d="M463.562 206.147C463.562 206.147 467.904 208.628 473.486 206.147C479.068 203.666 483.41 206.147 483.41 206.147" stroke="#E58600" stroke-width="0.862269"/><path d="M463.562 212.212C463.562 212.212 467.904 214.693 473.486 212.212C479.068 209.731 483.41 212.212 483.41 212.212" stroke="#E58600" stroke-width="0.862269"/><path d="M463.562 156.526C463.562 156.526 467.904 159.007 473.486 156.526C479.068 154.045 483.41 156.526 483.41 156.526" stroke="#E58600" stroke-width="0.862269"/><path d="M463.562 162.591C463.562 162.591 467.904 165.072 473.486 162.591C479.068 160.11 483.41 162.591 483.41 162.591" stroke="#E58600" stroke-width="0.862269"/><path d="M463.562 255.632C463.562 255.632 467.904 258.113 473.486 255.632C479.068 253.151 483.41 255.632 483.41 255.632" stroke="#E58600" stroke-width="0.862269"/><path d="M463.562 261.696C463.562 261.696 467.904 264.177 473.486 261.696C479.068 259.215 483.41 261.696 483.41 261.696" stroke="#E58600" stroke-width="0.862269"/><path d="M463.562 137.778C463.562 137.778 467.904 140.259 473.486 137.778C479.068 135.297 483.41 137.778 483.41 137.778" stroke="#E58600" stroke-width="0.862269"/><path d="M463.562 230.821C463.562 230.821 467.904 233.302 473.486 230.821C479.068 228.34 483.41 230.821 483.41 230.821" stroke="#E58600" stroke-width="0.862269"/><path d="M463.562 236.886C463.562 236.886 467.904 239.367 473.486 236.886C479.068 234.404 483.41 236.886 483.41 236.886" stroke="#E58600" stroke-width="0.862269"/><path d="M463.562 181.198C463.562 181.198 467.904 183.679 473.486 181.198C479.068 178.717 483.41 181.198 483.41 181.198" stroke="#E58600" stroke-width="0.862269"/><path d="M463.562 187.263C463.562 187.263 467.904 189.744 473.486 187.263C479.068 184.781 483.41 187.263 483.41 187.263" stroke="#E58600" stroke-width="0.862269"/><path d="M384.167 206.147C384.167 206.147 388.509 208.628 394.091 206.147C399.672 203.666 404.014 206.147 404.014 206.147" stroke="#E58600" stroke-width="0.862269"/><path d="M384.167 212.212C384.167 212.212 388.509 214.693 394.091 212.212C399.672 209.731 404.014 212.212 404.014 212.212" stroke="#E58600" stroke-width="0.862269"/><path d="M384.167 156.526C384.167 156.526 388.509 159.007 394.091 156.526C399.672 154.045 404.014 156.526 404.014 156.526" stroke="#E58600" stroke-width="0.862269"/><path d="M384.167 162.591C384.167 162.591 388.509 165.072 394.091 162.591C399.672 160.11 404.014 162.591 404.014 162.591" stroke="#E58600" stroke-width="0.862269"/><path d="M384.167 255.632C384.167 255.632 388.509 258.113 394.091 255.632C399.672 253.151 404.014 255.632 404.014 255.632" stroke="#E58600" stroke-width="0.862269"/><path d="M384.167 261.696C384.167 261.696 388.509 264.177 394.091 261.696C399.672 259.215 404.014 261.696 404.014 261.696" stroke="#E58600" stroke-width="0.862269"/><path d="M384.167 137.778C384.167 137.778 388.509 140.259 394.091 137.778C399.672 135.297 404.014 137.778 404.014 137.778" stroke="#E58600" stroke-width="0.862269"/><path d="M384.167 230.821C384.167 230.821 388.509 233.302 394.091 230.821C399.672 228.34 404.014 230.821 404.014 230.821" stroke="#E58600" stroke-width="0.862269"/><path d="M384.167 236.886C384.167 236.886 388.509 239.367 394.091 236.886C399.672 234.404 404.014 236.886 404.014 236.886" stroke="#E58600" stroke-width="0.862269"/><path d="M384.167 181.198C384.167 181.198 388.509 183.679 394.091 181.198C399.672 178.717 404.014 181.198 404.014 181.198" stroke="#E58600" stroke-width="0.862269"/><path d="M384.167 187.263C384.167 187.263 388.509 189.744 394.091 187.263C399.672 184.781 404.014 187.263 404.014 187.263" stroke="#E58600" stroke-width="0.862269"/><path d="M443.713 218.415C443.713 218.415 448.055 220.896 453.637 218.415C459.218 215.934 463.56 218.415 463.56 218.415" stroke="#E58600" stroke-width="0.862269"/><path d="M443.713 224.479C443.713 224.479 448.055 226.96 453.637 224.479C459.218 221.998 463.56 224.479 463.56 224.479" stroke="#E58600" stroke-width="0.862269"/><path d="M443.713 168.794C443.713 168.794 448.055 171.275 453.637 168.794C459.218 166.313 463.56 168.794 463.56 168.794" stroke="#E58600" stroke-width="0.862269"/><path d="M443.713 174.858C443.713 174.858 448.055 177.339 453.637 174.858C459.218 172.377 463.56 174.858 463.56 174.858" stroke="#E58600" stroke-width="0.862269"/><path d="M443.713 267.899C443.713 267.899 448.055 270.38 453.637 267.899C459.218 265.418 463.56 267.899 463.56 267.899" stroke="#E58600" stroke-width="0.862269"/><path d="M443.713 143.981C443.713 143.981 448.055 146.462 453.637 143.981C459.218 141.5 463.56 143.981 463.56 143.981" stroke="#E58600" stroke-width="0.862269"/><path d="M443.713 150.046C443.713 150.046 448.055 152.527 453.637 150.046C459.218 147.565 463.56 150.046 463.56 150.046" stroke="#E58600" stroke-width="0.862269"/><path d="M443.713 243.089C443.713 243.089 448.055 245.57 453.637 243.089C459.218 240.608 463.56 243.089 463.56 243.089" stroke="#E58600" stroke-width="0.862269"/><path d="M443.713 249.153C443.713 249.153 448.055 251.634 453.637 249.153C459.218 246.672 463.56 249.153 463.56 249.153" stroke="#E58600" stroke-width="0.862269"/><path d="M443.713 193.468C443.713 193.468 448.055 195.949 453.637 193.468C459.218 190.987 463.56 193.468 463.56 193.468" stroke="#E58600" stroke-width="0.862269"/><path d="M443.713 199.532C443.713 199.532 448.055 202.013 453.637 199.532C459.218 197.051 463.56 199.532 463.56 199.532" stroke="#E58600" stroke-width="0.862269"/><path d="M404.017 218.415C404.017 218.415 408.359 220.896 413.94 218.415C419.522 215.934 423.864 218.415 423.864 218.415" stroke="#E58600" stroke-width="0.862269"/><path d="M404.017 224.479C404.017 224.479 408.359 226.96 413.94 224.479C419.522 221.998 423.864 224.479 423.864 224.479" stroke="#E58600" stroke-width="0.862269"/><path d="M404.017 168.794C404.017 168.794 408.359 171.275 413.94 168.794C419.522 166.313 423.864 168.794 423.864 168.794" stroke="#E58600" stroke-width="0.862269"/><path d="M404.017 174.858C404.017 174.858 408.359 177.339 413.94 174.858C419.522 172.377 423.864 174.858 423.864 174.858" stroke="#E58600" stroke-width="0.862269"/><path d="M404.017 267.899C404.017 267.899 408.359 270.38 413.94 267.899C419.522 265.418 423.864 267.899 423.864 267.899" stroke="#E58600" stroke-width="0.862269"/><path d="M404.017 143.981C404.017 143.981 408.359 146.462 413.94 143.981C419.522 141.5 423.864 143.981 423.864 143.981" stroke="#E58600" stroke-width="0.862269"/><path d="M404.017 150.046C404.017 150.046 408.359 152.527 413.94 150.046C419.522 147.565 423.864 150.046 423.864 150.046" stroke="#E58600" stroke-width="0.862269"/><path d="M404.017 243.089C404.017 243.089 408.359 245.57 413.94 243.089C419.522 240.608 423.864 243.089 423.864 243.089" stroke="#E58600" stroke-width="0.862269"/><path d="M404.017 249.153C404.017 249.153 408.359 251.634 413.94 249.153C419.522 246.672 423.864 249.153 423.864 249.153" stroke="#E58600" stroke-width="0.862269"/><path d="M404.017 193.468C404.017 193.468 408.359 195.949 413.94 193.468C419.522 190.987 423.864 193.468 423.864 193.468" stroke="#E58600" stroke-width="0.862269"/><path d="M404.017 199.532C404.017 199.532 408.359 202.013 413.94 199.532C419.522 197.051 423.864 199.532 423.864 199.532" stroke="#E58600" stroke-width="0.862269"/></g></g><path fill-rule="evenodd" clip-rule="evenodd" d="M328 223.655L404.242 268V180L481 136L404.242 92L328 136V223.655Z" fill="#FFDB80"/><path d="M404.242 268V180L481 136M404.242 268L328 223.655V136L404.242 92L481 136M404.242 268L481 223.655V136" stroke="#E58600" stroke-width="10" stroke-linejoin="round"/><path d="M328 135L404 181" stroke="#E58600" stroke-width="4" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="11 11"/><mask id="mask2_4179_108412" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="480" y="180" width="77" height="132"><path d="M480 224V312L557 267.655V180L480 224Z" fill="#FFC2A3"/></mask><g mask="url(#mask2_4179_108412)"><rect x="351.422" y="8.5" width="479.421" height="317.315" fill="#FFB700"/><mask id="mask3_4179_108412" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="455" y="165" width="113" height="161"><path d="M455.5 165.5H567.5V325.815H455.5V165.5Z" fill="#FF7E3B"/></mask><g mask="url(#mask3_4179_108412)"><path d="M499.865 250.147C499.865 250.147 504.207 252.628 509.789 250.147C515.371 247.666 519.713 250.147 519.713 250.147" stroke="#E58600" stroke-width="0.862269"/><path d="M499.865 256.212C499.865 256.212 504.207 258.693 509.789 256.212C515.371 253.731 519.713 256.212 519.713 256.212" stroke="#E58600" stroke-width="0.862269"/><path d="M499.865 200.526C499.865 200.526 504.207 203.007 509.789 200.526C515.371 198.045 519.713 200.526 519.713 200.526" stroke="#E58600" stroke-width="0.862269"/><path d="M499.865 206.591C499.865 206.591 504.207 209.072 509.789 206.591C515.371 204.11 519.713 206.591 519.713 206.591" stroke="#E58600" stroke-width="0.862269"/><path d="M499.865 299.632C499.865 299.632 504.207 302.113 509.789 299.632C515.371 297.151 519.713 299.632 519.713 299.632" stroke="#E58600" stroke-width="0.862269"/><path d="M499.865 305.696C499.865 305.696 504.207 308.177 509.789 305.696C515.371 303.215 519.713 305.696 519.713 305.696" stroke="#E58600" stroke-width="0.862269"/><path d="M499.865 181.778C499.865 181.778 504.207 184.259 509.789 181.778C515.371 179.297 519.713 181.778 519.713 181.778" stroke="#E58600" stroke-width="0.862269"/><path d="M499.865 274.821C499.865 274.821 504.207 277.302 509.789 274.821C515.371 272.34 519.713 274.821 519.713 274.821" stroke="#E58600" stroke-width="0.862269"/><path d="M499.865 280.886C499.865 280.886 504.207 283.367 509.789 280.886C515.371 278.404 519.713 280.886 519.713 280.886" stroke="#E58600" stroke-width="0.862269"/><path d="M499.865 225.198C499.865 225.198 504.207 227.679 509.789 225.198C515.371 222.717 519.713 225.198 519.713 225.198" stroke="#E58600" stroke-width="0.862269"/><path d="M499.865 231.263C499.865 231.263 504.207 233.744 509.789 231.263C515.371 228.781 519.713 231.263 519.713 231.263" stroke="#E58600" stroke-width="0.862269"/><path d="M539.562 250.147C539.562 250.147 543.904 252.628 549.486 250.147C555.068 247.666 559.41 250.147 559.41 250.147" stroke="#E58600" stroke-width="0.862269"/><path d="M539.562 256.212C539.562 256.212 543.904 258.693 549.486 256.212C555.068 253.731 559.41 256.212 559.41 256.212" stroke="#E58600" stroke-width="0.862269"/><path d="M539.562 200.526C539.562 200.526 543.904 203.007 549.486 200.526C555.068 198.045 559.41 200.526 559.41 200.526" stroke="#E58600" stroke-width="0.862269"/><path d="M539.562 206.591C539.562 206.591 543.904 209.072 549.486 206.591C555.068 204.11 559.41 206.591 559.41 206.591" stroke="#E58600" stroke-width="0.862269"/><path d="M539.562 299.632C539.562 299.632 543.904 302.113 549.486 299.632C555.068 297.151 559.41 299.632 559.41 299.632" stroke="#E58600" stroke-width="0.862269"/><path d="M539.562 305.696C539.562 305.696 543.904 308.177 549.486 305.696C555.068 303.215 559.41 305.696 559.41 305.696" stroke="#E58600" stroke-width="0.862269"/><path d="M539.562 181.778C539.562 181.778 543.904 184.259 549.486 181.778C555.068 179.297 559.41 181.778 559.41 181.778" stroke="#E58600" stroke-width="0.862269"/><path d="M539.562 274.821C539.562 274.821 543.904 277.302 549.486 274.821C555.068 272.34 559.41 274.821 559.41 274.821" stroke="#E58600" stroke-width="0.862269"/><path d="M539.562 280.886C539.562 280.886 543.904 283.367 549.486 280.886C555.068 278.404 559.41 280.886 559.41 280.886" stroke="#E58600" stroke-width="0.862269"/><path d="M539.562 225.198C539.562 225.198 543.904 227.679 549.486 225.198C555.068 222.717 559.41 225.198 559.41 225.198" stroke="#E58600" stroke-width="0.862269"/><path d="M539.562 231.263C539.562 231.263 543.904 233.744 549.486 231.263C555.068 228.781 559.41 231.263 559.41 231.263" stroke="#E58600" stroke-width="0.862269"/><path d="M460.168 250.147C460.168 250.147 464.51 252.628 470.092 250.147C475.673 247.666 480.015 250.147 480.015 250.147" stroke="#E58600" stroke-width="0.862269"/><path d="M460.168 256.212C460.168 256.212 464.51 258.693 470.092 256.212C475.673 253.731 480.015 256.212 480.015 256.212" stroke="#E58600" stroke-width="0.862269"/><path d="M460.168 200.526C460.168 200.526 464.51 203.007 470.092 200.526C475.673 198.045 480.015 200.526 480.015 200.526" stroke="#E58600" stroke-width="0.862269"/><path d="M460.168 206.591C460.168 206.591 464.51 209.072 470.092 206.591C475.673 204.11 480.015 206.591 480.015 206.591" stroke="#E58600" stroke-width="0.862269"/><path d="M460.168 299.632C460.168 299.632 464.51 302.113 470.092 299.632C475.673 297.151 480.015 299.632 480.015 299.632" stroke="#E58600" stroke-width="0.862269"/><path d="M460.168 305.696C460.168 305.696 464.51 308.177 470.092 305.696C475.673 303.215 480.015 305.696 480.015 305.696" stroke="#E58600" stroke-width="0.862269"/><path d="M460.168 181.778C460.168 181.778 464.51 184.259 470.092 181.778C475.673 179.297 480.015 181.778 480.015 181.778" stroke="#E58600" stroke-width="0.862269"/><path d="M460.168 274.821C460.168 274.821 464.51 277.302 470.092 274.821C475.673 272.34 480.015 274.821 480.015 274.821" stroke="#E58600" stroke-width="0.862269"/><path d="M460.168 280.886C460.168 280.886 464.51 283.367 470.092 280.886C475.673 278.404 480.015 280.886 480.015 280.886" stroke="#E58600" stroke-width="0.862269"/><path d="M460.168 225.198C460.168 225.198 464.51 227.679 470.092 225.198C475.673 222.717 480.015 225.198 480.015 225.198" stroke="#E58600" stroke-width="0.862269"/><path d="M460.168 231.263C460.168 231.263 464.51 233.744 470.092 231.263C475.673 228.781 480.015 231.263 480.015 231.263" stroke="#E58600" stroke-width="0.862269"/><path d="M519.714 262.415C519.714 262.415 524.056 264.896 529.638 262.415C535.219 259.934 539.561 262.415 539.561 262.415" stroke="#E58600" stroke-width="0.862269"/><path d="M519.714 268.479C519.714 268.479 524.056 270.96 529.638 268.479C535.219 265.998 539.561 268.479 539.561 268.479" stroke="#E58600" stroke-width="0.862269"/><path d="M519.714 212.794C519.714 212.794 524.056 215.275 529.638 212.794C535.219 210.313 539.561 212.794 539.561 212.794" stroke="#E58600" stroke-width="0.862269"/><path d="M519.714 218.858C519.714 218.858 524.056 221.339 529.638 218.858C535.219 216.377 539.561 218.858 539.561 218.858" stroke="#E58600" stroke-width="0.862269"/><path d="M519.714 311.899C519.714 311.899 524.056 314.38 529.638 311.899C535.219 309.418 539.561 311.899 539.561 311.899" stroke="#E58600" stroke-width="0.862269"/><path d="M519.714 187.981C519.714 187.981 524.056 190.462 529.638 187.981C535.219 185.5 539.561 187.981 539.561 187.981" stroke="#E58600" stroke-width="0.862269"/><path d="M519.714 194.046C519.714 194.046 524.056 196.527 529.638 194.046C535.219 191.565 539.561 194.046 539.561 194.046" stroke="#E58600" stroke-width="0.862269"/><path d="M519.714 287.089C519.714 287.089 524.056 289.57 529.638 287.089C535.219 284.608 539.561 287.089 539.561 287.089" stroke="#E58600" stroke-width="0.862269"/><path d="M519.714 293.153C519.714 293.153 524.056 295.634 529.638 293.153C535.219 290.672 539.561 293.153 539.561 293.153" stroke="#E58600" stroke-width="0.862269"/><path d="M519.714 237.468C519.714 237.468 524.056 239.949 529.638 237.468C535.219 234.987 539.561 237.468 539.561 237.468" stroke="#E58600" stroke-width="0.862269"/><path d="M519.714 243.532C519.714 243.532 524.056 246.013 529.638 243.532C535.219 241.051 539.561 243.532 539.561 243.532" stroke="#E58600" stroke-width="0.862269"/><path d="M480.017 262.415C480.017 262.415 484.359 264.896 489.94 262.415C495.522 259.934 499.864 262.415 499.864 262.415" stroke="#E58600" stroke-width="0.862269"/><path d="M480.017 268.479C480.017 268.479 484.359 270.96 489.94 268.479C495.522 265.998 499.864 268.479 499.864 268.479" stroke="#E58600" stroke-width="0.862269"/><path d="M480.017 212.794C480.017 212.794 484.359 215.275 489.94 212.794C495.522 210.313 499.864 212.794 499.864 212.794" stroke="#E58600" stroke-width="0.862269"/><path d="M480.017 218.858C480.017 218.858 484.359 221.339 489.94 218.858C495.522 216.377 499.864 218.858 499.864 218.858" stroke="#E58600" stroke-width="0.862269"/><path d="M480.017 311.899C480.017 311.899 484.359 314.38 489.94 311.899C495.522 309.418 499.864 311.899 499.864 311.899" stroke="#E58600" stroke-width="0.862269"/><path d="M480.017 187.981C480.017 187.981 484.359 190.462 489.94 187.981C495.522 185.5 499.864 187.981 499.864 187.981" stroke="#E58600" stroke-width="0.862269"/><path d="M480.017 194.046C480.017 194.046 484.359 196.527 489.94 194.046C495.522 191.565 499.864 194.046 499.864 194.046" stroke="#E58600" stroke-width="0.862269"/><path d="M480.017 287.089C480.017 287.089 484.359 289.57 489.94 287.089C495.522 284.608 499.864 287.089 499.864 287.089" stroke="#E58600" stroke-width="0.862269"/><path d="M480.017 293.153C480.017 293.153 484.359 295.634 489.94 293.153C495.522 290.672 499.864 293.153 499.864 293.153" stroke="#E58600" stroke-width="0.862269"/><path d="M480.017 237.468C480.017 237.468 484.359 239.949 489.94 237.468C495.522 234.987 499.864 237.468 499.864 237.468" stroke="#E58600" stroke-width="0.862269"/><path d="M480.017 243.532C480.017 243.532 484.359 246.013 489.94 243.532C495.522 241.051 499.864 243.532 499.864 243.532" stroke="#E58600" stroke-width="0.862269"/></g></g><path fill-rule="evenodd" clip-rule="evenodd" d="M404 267.655L480.242 312V224L557 180L480.242 136L404 180V267.655Z" fill="#FFDB80"/><path d="M480.242 312V224L557 180M480.242 312L404 267.655V180L480.242 136L557 180M480.242 312L557 267.655V180" stroke="#E58600" stroke-width="10" stroke-linejoin="round"/><path d="M404 179L480 225" stroke="#E58600" stroke-width="4" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="11 11"/><mask id="mask4_4179_108412" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="556" y="225" width="77" height="132"><path d="M556 269V357L633 312.655V225L556 269Z" fill="#FFC2A3"/></mask><g mask="url(#mask4_4179_108412)"><rect x="427.422" y="53.5" width="479.421" height="317.315" fill="#FFB700"/><mask id="mask5_4179_108412" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="531" y="210" width="113" height="161"><path d="M531.5 210.5H643.5V370.815H531.5V210.5Z" fill="#FF7E3B"/></mask><g mask="url(#mask5_4179_108412)"><path d="M575.865 295.147C575.865 295.147 580.207 297.628 585.789 295.147C591.371 292.666 595.713 295.147 595.713 295.147" stroke="#E58600" stroke-width="0.862269"/><path d="M575.865 301.212C575.865 301.212 580.207 303.693 585.789 301.212C591.371 298.731 595.713 301.212 595.713 301.212" stroke="#E58600" stroke-width="0.862269"/><path d="M575.865 245.526C575.865 245.526 580.207 248.007 585.789 245.526C591.371 243.045 595.713 245.526 595.713 245.526" stroke="#E58600" stroke-width="0.862269"/><path d="M575.865 251.591C575.865 251.591 580.207 254.072 585.789 251.591C591.371 249.11 595.713 251.591 595.713 251.591" stroke="#E58600" stroke-width="0.862269"/><path d="M575.865 344.632C575.865 344.632 580.207 347.113 585.789 344.632C591.371 342.151 595.713 344.632 595.713 344.632" stroke="#E58600" stroke-width="0.862269"/><path d="M575.865 350.696C575.865 350.696 580.207 353.177 585.789 350.696C591.371 348.215 595.713 350.696 595.713 350.696" stroke="#E58600" stroke-width="0.862269"/><path d="M575.865 226.778C575.865 226.778 580.207 229.259 585.789 226.778C591.371 224.297 595.713 226.778 595.713 226.778" stroke="#E58600" stroke-width="0.862269"/><path d="M575.865 319.821C575.865 319.821 580.207 322.302 585.789 319.821C591.371 317.34 595.713 319.821 595.713 319.821" stroke="#E58600" stroke-width="0.862269"/><path d="M575.865 325.886C575.865 325.886 580.207 328.367 585.789 325.886C591.371 323.404 595.713 325.886 595.713 325.886" stroke="#E58600" stroke-width="0.862269"/><path d="M575.865 270.198C575.865 270.198 580.207 272.679 585.789 270.198C591.371 267.717 595.713 270.198 595.713 270.198" stroke="#E58600" stroke-width="0.862269"/><path d="M575.865 276.263C575.865 276.263 580.207 278.744 585.789 276.263C591.371 273.781 595.713 276.263 595.713 276.263" stroke="#E58600" stroke-width="0.862269"/><path d="M615.562 295.147C615.562 295.147 619.904 297.628 625.486 295.147C631.068 292.666 635.41 295.147 635.41 295.147" stroke="#E58600" stroke-width="0.862269"/><path d="M615.562 301.212C615.562 301.212 619.904 303.693 625.486 301.212C631.068 298.731 635.41 301.212 635.41 301.212" stroke="#E58600" stroke-width="0.862269"/><path d="M615.562 245.526C615.562 245.526 619.904 248.007 625.486 245.526C631.068 243.045 635.41 245.526 635.41 245.526" stroke="#E58600" stroke-width="0.862269"/><path d="M615.562 251.591C615.562 251.591 619.904 254.072 625.486 251.591C631.068 249.11 635.41 251.591 635.41 251.591" stroke="#E58600" stroke-width="0.862269"/><path d="M615.562 344.632C615.562 344.632 619.904 347.113 625.486 344.632C631.068 342.151 635.41 344.632 635.41 344.632" stroke="#E58600" stroke-width="0.862269"/><path d="M615.562 350.696C615.562 350.696 619.904 353.177 625.486 350.696C631.068 348.215 635.41 350.696 635.41 350.696" stroke="#E58600" stroke-width="0.862269"/><path d="M615.562 226.778C615.562 226.778 619.904 229.259 625.486 226.778C631.068 224.297 635.41 226.778 635.41 226.778" stroke="#E58600" stroke-width="0.862269"/><path d="M615.562 319.821C615.562 319.821 619.904 322.302 625.486 319.821C631.068 317.34 635.41 319.821 635.41 319.821" stroke="#E58600" stroke-width="0.862269"/><path d="M615.562 325.886C615.562 325.886 619.904 328.367 625.486 325.886C631.068 323.404 635.41 325.886 635.41 325.886" stroke="#E58600" stroke-width="0.862269"/><path d="M615.562 270.198C615.562 270.198 619.904 272.679 625.486 270.198C631.068 267.717 635.41 270.198 635.41 270.198" stroke="#E58600" stroke-width="0.862269"/><path d="M615.562 276.263C615.562 276.263 619.904 278.744 625.486 276.263C631.068 273.781 635.41 276.263 635.41 276.263" stroke="#E58600" stroke-width="0.862269"/><path d="M536.168 295.147C536.168 295.147 540.51 297.628 546.092 295.147C551.673 292.666 556.015 295.147 556.015 295.147" stroke="#E58600" stroke-width="0.862269"/><path d="M536.168 301.212C536.168 301.212 540.51 303.693 546.092 301.212C551.673 298.731 556.015 301.212 556.015 301.212" stroke="#E58600" stroke-width="0.862269"/><path d="M536.168 245.526C536.168 245.526 540.51 248.007 546.092 245.526C551.673 243.045 556.015 245.526 556.015 245.526" stroke="#E58600" stroke-width="0.862269"/><path d="M536.168 251.591C536.168 251.591 540.51 254.072 546.092 251.591C551.673 249.11 556.015 251.591 556.015 251.591" stroke="#E58600" stroke-width="0.862269"/><path d="M536.168 344.632C536.168 344.632 540.51 347.113 546.092 344.632C551.673 342.151 556.015 344.632 556.015 344.632" stroke="#E58600" stroke-width="0.862269"/><path d="M536.168 350.696C536.168 350.696 540.51 353.177 546.092 350.696C551.673 348.215 556.015 350.696 556.015 350.696" stroke="#E58600" stroke-width="0.862269"/><path d="M536.168 226.778C536.168 226.778 540.51 229.259 546.092 226.778C551.673 224.297 556.015 226.778 556.015 226.778" stroke="#E58600" stroke-width="0.862269"/><path d="M536.168 319.821C536.168 319.821 540.51 322.302 546.092 319.821C551.673 317.34 556.015 319.821 556.015 319.821" stroke="#E58600" stroke-width="0.862269"/><path d="M536.168 325.886C536.168 325.886 540.51 328.367 546.092 325.886C551.673 323.404 556.015 325.886 556.015 325.886" stroke="#E58600" stroke-width="0.862269"/><path d="M536.168 270.198C536.168 270.198 540.51 272.679 546.092 270.198C551.673 267.717 556.015 270.198 556.015 270.198" stroke="#E58600" stroke-width="0.862269"/><path d="M536.168 276.263C536.168 276.263 540.51 278.744 546.092 276.263C551.673 273.781 556.015 276.263 556.015 276.263" stroke="#E58600" stroke-width="0.862269"/><path d="M595.714 307.415C595.714 307.415 600.056 309.896 605.638 307.415C611.219 304.934 615.561 307.415 615.561 307.415" stroke="#E58600" stroke-width="0.862269"/><path d="M595.714 313.479C595.714 313.479 600.056 315.96 605.638 313.479C611.219 310.998 615.561 313.479 615.561 313.479" stroke="#E58600" stroke-width="0.862269"/><path d="M595.714 257.794C595.714 257.794 600.056 260.275 605.638 257.794C611.219 255.313 615.561 257.794 615.561 257.794" stroke="#E58600" stroke-width="0.862269"/><path d="M595.714 263.858C595.714 263.858 600.056 266.339 605.638 263.858C611.219 261.377 615.561 263.858 615.561 263.858" stroke="#E58600" stroke-width="0.862269"/><path d="M595.714 356.899C595.714 356.899 600.056 359.38 605.638 356.899C611.219 354.418 615.561 356.899 615.561 356.899" stroke="#E58600" stroke-width="0.862269"/><path d="M595.714 232.981C595.714 232.981 600.056 235.462 605.638 232.981C611.219 230.5 615.561 232.981 615.561 232.981" stroke="#E58600" stroke-width="0.862269"/><path d="M595.714 239.046C595.714 239.046 600.056 241.527 605.638 239.046C611.219 236.565 615.561 239.046 615.561 239.046" stroke="#E58600" stroke-width="0.862269"/><path d="M595.714 332.089C595.714 332.089 600.056 334.57 605.638 332.089C611.219 329.608 615.561 332.089 615.561 332.089" stroke="#E58600" stroke-width="0.862269"/><path d="M595.714 338.153C595.714 338.153 600.056 340.634 605.638 338.153C611.219 335.672 615.561 338.153 615.561 338.153" stroke="#E58600" stroke-width="0.862269"/><path d="M595.714 282.468C595.714 282.468 600.056 284.949 605.638 282.468C611.219 279.987 615.561 282.468 615.561 282.468" stroke="#E58600" stroke-width="0.862269"/><path d="M595.714 288.532C595.714 288.532 600.056 291.013 605.638 288.532C611.219 286.051 615.561 288.532 615.561 288.532" stroke="#E58600" stroke-width="0.862269"/><path d="M556.017 307.415C556.017 307.415 560.359 309.896 565.94 307.415C571.522 304.934 575.864 307.415 575.864 307.415" stroke="#E58600" stroke-width="0.862269"/><path d="M556.017 313.479C556.017 313.479 560.359 315.96 565.94 313.479C571.522 310.998 575.864 313.479 575.864 313.479" stroke="#E58600" stroke-width="0.862269"/><path d="M556.017 257.794C556.017 257.794 560.359 260.275 565.94 257.794C571.522 255.313 575.864 257.794 575.864 257.794" stroke="#E58600" stroke-width="0.862269"/><path d="M556.017 263.858C556.017 263.858 560.359 266.339 565.94 263.858C571.522 261.377 575.864 263.858 575.864 263.858" stroke="#E58600" stroke-width="0.862269"/><path d="M556.017 356.899C556.017 356.899 560.359 359.38 565.94 356.899C571.522 354.418 575.864 356.899 575.864 356.899" stroke="#E58600" stroke-width="0.862269"/><path d="M556.017 232.981C556.017 232.981 560.359 235.462 565.94 232.981C571.522 230.5 575.864 232.981 575.864 232.981" stroke="#E58600" stroke-width="0.862269"/><path d="M556.017 239.046C556.017 239.046 560.359 241.527 565.94 239.046C571.522 236.565 575.864 239.046 575.864 239.046" stroke="#E58600" stroke-width="0.862269"/><path d="M556.017 332.089C556.017 332.089 560.359 334.57 565.94 332.089C571.522 329.608 575.864 332.089 575.864 332.089" stroke="#E58600" stroke-width="0.862269"/><path d="M556.017 338.153C556.017 338.153 560.359 340.634 565.94 338.153C571.522 335.672 575.864 338.153 575.864 338.153" stroke="#E58600" stroke-width="0.862269"/><path d="M556.017 282.468C556.017 282.468 560.359 284.949 565.94 282.468C571.522 279.987 575.864 282.468 575.864 282.468" stroke="#E58600" stroke-width="0.862269"/><path d="M556.017 288.532C556.017 288.532 560.359 291.013 565.94 288.532C571.522 286.051 575.864 288.532 575.864 288.532" stroke="#E58600" stroke-width="0.862269"/></g></g><path fill-rule="evenodd" clip-rule="evenodd" d="M480 312.655L556.242 357V269L633 225L556.242 181L480 225V312.655Z" fill="#FFDB80"/><path d="M556.242 357V269L633 225M556.242 357L480 312.655V225L556.242 181L633 225M556.242 357L633 312.655V225" stroke="#E58600" stroke-width="10" stroke-linejoin="round"/><path d="M480 224L556 270" stroke="#E58600" stroke-width="4" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="11 11"/><mask id="mask6_4179_108412" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="632" y="268" width="77" height="132"><path d="M632 312V400L709 355.655V268L632 312Z" fill="#FFC2A3"/></mask><g mask="url(#mask6_4179_108412)"><rect x="503.422" y="96.5" width="479.421" height="317.315" fill="#FFB700"/><mask id="mask7_4179_108412" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="607" y="253" width="113" height="161"><path d="M607.5 253.5H719.5V413.815H607.5V253.5Z" fill="#FF7E3B"/></mask><g mask="url(#mask7_4179_108412)"><path d="M651.865 338.147C651.865 338.147 656.207 340.628 661.789 338.147C667.371 335.666 671.713 338.147 671.713 338.147" stroke="#E58600" stroke-width="0.862269"/><path d="M651.865 344.212C651.865 344.212 656.207 346.693 661.789 344.212C667.371 341.731 671.713 344.212 671.713 344.212" stroke="#E58600" stroke-width="0.862269"/><path d="M651.865 288.526C651.865 288.526 656.207 291.007 661.789 288.526C667.371 286.045 671.713 288.526 671.713 288.526" stroke="#E58600" stroke-width="0.862269"/><path d="M651.865 294.591C651.865 294.591 656.207 297.072 661.789 294.591C667.371 292.11 671.713 294.591 671.713 294.591" stroke="#E58600" stroke-width="0.862269"/><path d="M651.865 387.632C651.865 387.632 656.207 390.113 661.789 387.632C667.371 385.151 671.713 387.632 671.713 387.632" stroke="#E58600" stroke-width="0.862269"/><path d="M651.865 393.696C651.865 393.696 656.207 396.177 661.789 393.696C667.371 391.215 671.713 393.696 671.713 393.696" stroke="#E58600" stroke-width="0.862269"/><path d="M651.865 269.778C651.865 269.778 656.207 272.259 661.789 269.778C667.371 267.297 671.713 269.778 671.713 269.778" stroke="#E58600" stroke-width="0.862269"/><path d="M651.865 362.821C651.865 362.821 656.207 365.302 661.789 362.821C667.371 360.34 671.713 362.821 671.713 362.821" stroke="#E58600" stroke-width="0.862269"/><path d="M651.865 368.886C651.865 368.886 656.207 371.367 661.789 368.886C667.371 366.404 671.713 368.886 671.713 368.886" stroke="#E58600" stroke-width="0.862269"/><path d="M651.865 313.198C651.865 313.198 656.207 315.679 661.789 313.198C667.371 310.717 671.713 313.198 671.713 313.198" stroke="#E58600" stroke-width="0.862269"/><path d="M651.865 319.263C651.865 319.263 656.207 321.744 661.789 319.263C667.371 316.781 671.713 319.263 671.713 319.263" stroke="#E58600" stroke-width="0.862269"/><path d="M691.562 338.147C691.562 338.147 695.904 340.628 701.486 338.147C707.068 335.666 711.41 338.147 711.41 338.147" stroke="#E58600" stroke-width="0.862269"/><path d="M691.562 344.212C691.562 344.212 695.904 346.693 701.486 344.212C707.068 341.731 711.41 344.212 711.41 344.212" stroke="#E58600" stroke-width="0.862269"/><path d="M691.562 288.526C691.562 288.526 695.904 291.007 701.486 288.526C707.068 286.045 711.41 288.526 711.41 288.526" stroke="#E58600" stroke-width="0.862269"/><path d="M691.562 294.591C691.562 294.591 695.904 297.072 701.486 294.591C707.068 292.11 711.41 294.591 711.41 294.591" stroke="#E58600" stroke-width="0.862269"/><path d="M691.562 387.632C691.562 387.632 695.904 390.113 701.486 387.632C707.068 385.151 711.41 387.632 711.41 387.632" stroke="#E58600" stroke-width="0.862269"/><path d="M691.562 393.696C691.562 393.696 695.904 396.177 701.486 393.696C707.068 391.215 711.41 393.696 711.41 393.696" stroke="#E58600" stroke-width="0.862269"/><path d="M691.562 269.778C691.562 269.778 695.904 272.259 701.486 269.778C707.068 267.297 711.41 269.778 711.41 269.778" stroke="#E58600" stroke-width="0.862269"/><path d="M691.562 362.821C691.562 362.821 695.904 365.302 701.486 362.821C707.068 360.34 711.41 362.821 711.41 362.821" stroke="#E58600" stroke-width="0.862269"/><path d="M691.562 368.886C691.562 368.886 695.904 371.367 701.486 368.886C707.068 366.404 711.41 368.886 711.41 368.886" stroke="#E58600" stroke-width="0.862269"/><path d="M691.562 313.198C691.562 313.198 695.904 315.679 701.486 313.198C707.068 310.717 711.41 313.198 711.41 313.198" stroke="#E58600" stroke-width="0.862269"/><path d="M691.562 319.263C691.562 319.263 695.904 321.744 701.486 319.263C707.068 316.781 711.41 319.263 711.41 319.263" stroke="#E58600" stroke-width="0.862269"/><path d="M612.168 338.147C612.168 338.147 616.51 340.628 622.092 338.147C627.673 335.666 632.015 338.147 632.015 338.147" stroke="#E58600" stroke-width="0.862269"/><path d="M612.168 344.212C612.168 344.212 616.51 346.693 622.092 344.212C627.673 341.731 632.015 344.212 632.015 344.212" stroke="#E58600" stroke-width="0.862269"/><path d="M612.168 288.526C612.168 288.526 616.51 291.007 622.092 288.526C627.673 286.045 632.015 288.526 632.015 288.526" stroke="#E58600" stroke-width="0.862269"/><path d="M612.168 294.591C612.168 294.591 616.51 297.072 622.092 294.591C627.673 292.11 632.015 294.591 632.015 294.591" stroke="#E58600" stroke-width="0.862269"/><path d="M612.168 387.632C612.168 387.632 616.51 390.113 622.092 387.632C627.673 385.151 632.015 387.632 632.015 387.632" stroke="#E58600" stroke-width="0.862269"/><path d="M612.168 393.696C612.168 393.696 616.51 396.177 622.092 393.696C627.673 391.215 632.015 393.696 632.015 393.696" stroke="#E58600" stroke-width="0.862269"/><path d="M612.168 269.778C612.168 269.778 616.51 272.259 622.092 269.778C627.673 267.297 632.015 269.778 632.015 269.778" stroke="#E58600" stroke-width="0.862269"/><path d="M612.168 362.821C612.168 362.821 616.51 365.302 622.092 362.821C627.673 360.34 632.015 362.821 632.015 362.821" stroke="#E58600" stroke-width="0.862269"/><path d="M612.168 368.886C612.168 368.886 616.51 371.367 622.092 368.886C627.673 366.404 632.015 368.886 632.015 368.886" stroke="#E58600" stroke-width="0.862269"/><path d="M612.168 313.198C612.168 313.198 616.51 315.679 622.092 313.198C627.673 310.717 632.015 313.198 632.015 313.198" stroke="#E58600" stroke-width="0.862269"/><path d="M612.168 319.263C612.168 319.263 616.51 321.744 622.092 319.263C627.673 316.781 632.015 319.263 632.015 319.263" stroke="#E58600" stroke-width="0.862269"/><path d="M671.714 350.415C671.714 350.415 676.056 352.896 681.638 350.415C687.219 347.934 691.561 350.415 691.561 350.415" stroke="#E58600" stroke-width="0.862269"/><path d="M671.714 356.479C671.714 356.479 676.056 358.96 681.638 356.479C687.219 353.998 691.561 356.479 691.561 356.479" stroke="#E58600" stroke-width="0.862269"/><path d="M671.714 300.794C671.714 300.794 676.056 303.275 681.638 300.794C687.219 298.313 691.561 300.794 691.561 300.794" stroke="#E58600" stroke-width="0.862269"/><path d="M671.714 306.858C671.714 306.858 676.056 309.339 681.638 306.858C687.219 304.377 691.561 306.858 691.561 306.858" stroke="#E58600" stroke-width="0.862269"/><path d="M671.714 399.899C671.714 399.899 676.056 402.38 681.638 399.899C687.219 397.418 691.561 399.899 691.561 399.899" stroke="#E58600" stroke-width="0.862269"/><path d="M671.714 275.981C671.714 275.981 676.056 278.462 681.638 275.981C687.219 273.5 691.561 275.981 691.561 275.981" stroke="#E58600" stroke-width="0.862269"/><path d="M671.714 282.046C671.714 282.046 676.056 284.527 681.638 282.046C687.219 279.565 691.561 282.046 691.561 282.046" stroke="#E58600" stroke-width="0.862269"/><path d="M671.714 375.089C671.714 375.089 676.056 377.57 681.638 375.089C687.219 372.608 691.561 375.089 691.561 375.089" stroke="#E58600" stroke-width="0.862269"/><path d="M671.714 381.153C671.714 381.153 676.056 383.634 681.638 381.153C687.219 378.672 691.561 381.153 691.561 381.153" stroke="#E58600" stroke-width="0.862269"/><path d="M671.714 325.468C671.714 325.468 676.056 327.949 681.638 325.468C687.219 322.987 691.561 325.468 691.561 325.468" stroke="#E58600" stroke-width="0.862269"/><path d="M671.714 331.532C671.714 331.532 676.056 334.013 681.638 331.532C687.219 329.051 691.561 331.532 691.561 331.532" stroke="#E58600" stroke-width="0.862269"/><path d="M632.017 350.415C632.017 350.415 636.359 352.896 641.94 350.415C647.522 347.934 651.864 350.415 651.864 350.415" stroke="#E58600" stroke-width="0.862269"/><path d="M632.017 356.479C632.017 356.479 636.359 358.96 641.94 356.479C647.522 353.998 651.864 356.479 651.864 356.479" stroke="#E58600" stroke-width="0.862269"/><path d="M632.017 300.794C632.017 300.794 636.359 303.275 641.94 300.794C647.522 298.313 651.864 300.794 651.864 300.794" stroke="#E58600" stroke-width="0.862269"/><path d="M632.017 306.858C632.017 306.858 636.359 309.339 641.94 306.858C647.522 304.377 651.864 306.858 651.864 306.858" stroke="#E58600" stroke-width="0.862269"/><path d="M632.017 399.899C632.017 399.899 636.359 402.38 641.94 399.899C647.522 397.418 651.864 399.899 651.864 399.899" stroke="#E58600" stroke-width="0.862269"/><path d="M632.017 275.981C632.017 275.981 636.359 278.462 641.94 275.981C647.522 273.5 651.864 275.981 651.864 275.981" stroke="#E58600" stroke-width="0.862269"/><path d="M632.017 282.046C632.017 282.046 636.359 284.527 641.94 282.046C647.522 279.565 651.864 282.046 651.864 282.046" stroke="#E58600" stroke-width="0.862269"/><path d="M632.017 375.089C632.017 375.089 636.359 377.57 641.94 375.089C647.522 372.608 651.864 375.089 651.864 375.089" stroke="#E58600" stroke-width="0.862269"/><path d="M632.017 381.153C632.017 381.153 636.359 383.634 641.94 381.153C647.522 378.672 651.864 381.153 651.864 381.153" stroke="#E58600" stroke-width="0.862269"/><path d="M632.017 325.468C632.017 325.468 636.359 327.949 641.94 325.468C647.522 322.987 651.864 325.468 651.864 325.468" stroke="#E58600" stroke-width="0.862269"/><path d="M632.017 331.532C632.017 331.532 636.359 334.013 641.94 331.532C647.522 329.051 651.864 331.532 651.864 331.532" stroke="#E58600" stroke-width="0.862269"/></g></g><path fill-rule="evenodd" clip-rule="evenodd" d="M556 355.655L632.242 400V312L709 268L632.242 224L556 268V355.655Z" fill="#FFDB80"/><path d="M632.242 400V312L709 268M632.242 400L556 355.655V268L632.242 224L709 268M632.242 400L709 355.655V268" stroke="#E58600" stroke-width="10" stroke-linejoin="round"/><path d="M556 267L632 313" stroke="#E58600" stroke-width="4" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="11 11"/><mask id="mask8_4179_108412" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="328" y="181" width="77" height="132"><path d="M328 225V313L405 268.655V181L328 225Z" fill="#FFC2A3"/></mask><g mask="url(#mask8_4179_108412)"><rect x="199.422" y="9.5" width="479.421" height="317.315" fill="#FFB700"/><mask id="mask9_4179_108412" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="303" y="166" width="113" height="161"><path d="M303.5 166.5H415.5V326.815H303.5V166.5Z" fill="#FF7E3B"/></mask><g mask="url(#mask9_4179_108412)"><path d="M347.864 251.147C347.864 251.147 352.206 253.628 357.788 251.147C363.37 248.666 367.712 251.147 367.712 251.147" stroke="#E58600" stroke-width="0.862269"/><path d="M347.864 257.212C347.864 257.212 352.206 259.693 357.788 257.212C363.37 254.731 367.712 257.212 367.712 257.212" stroke="#E58600" stroke-width="0.862269"/><path d="M347.864 201.526C347.864 201.526 352.206 204.007 357.788 201.526C363.37 199.045 367.712 201.526 367.712 201.526" stroke="#E58600" stroke-width="0.862269"/><path d="M347.864 207.591C347.864 207.591 352.206 210.072 357.788 207.591C363.37 205.11 367.712 207.591 367.712 207.591" stroke="#E58600" stroke-width="0.862269"/><path d="M347.864 300.632C347.864 300.632 352.206 303.113 357.788 300.632C363.37 298.151 367.712 300.632 367.712 300.632" stroke="#E58600" stroke-width="0.862269"/><path d="M347.864 306.696C347.864 306.696 352.206 309.177 357.788 306.696C363.37 304.215 367.712 306.696 367.712 306.696" stroke="#E58600" stroke-width="0.862269"/><path d="M347.864 182.778C347.864 182.778 352.206 185.259 357.788 182.778C363.37 180.297 367.712 182.778 367.712 182.778" stroke="#E58600" stroke-width="0.862269"/><path d="M347.864 275.821C347.864 275.821 352.206 278.302 357.788 275.821C363.37 273.34 367.712 275.821 367.712 275.821" stroke="#E58600" stroke-width="0.862269"/><path d="M347.864 281.886C347.864 281.886 352.206 284.367 357.788 281.886C363.37 279.404 367.712 281.886 367.712 281.886" stroke="#E58600" stroke-width="0.862269"/><path d="M347.865 226.198C347.865 226.198 352.207 228.679 357.789 226.198C363.371 223.717 367.713 226.198 367.713 226.198" stroke="#E58600" stroke-width="0.862269"/><path d="M347.865 232.263C347.865 232.263 352.207 234.744 357.789 232.263C363.371 229.781 367.713 232.263 367.713 232.263" stroke="#E58600" stroke-width="0.862269"/><path d="M387.562 251.147C387.562 251.147 391.904 253.628 397.486 251.147C403.068 248.666 407.41 251.147 407.41 251.147" stroke="#E58600" stroke-width="0.862269"/><path d="M387.562 257.212C387.562 257.212 391.904 259.693 397.486 257.212C403.068 254.731 407.41 257.212 407.41 257.212" stroke="#E58600" stroke-width="0.862269"/><path d="M387.562 201.526C387.562 201.526 391.904 204.007 397.486 201.526C403.068 199.045 407.41 201.526 407.41 201.526" stroke="#E58600" stroke-width="0.862269"/><path d="M387.562 207.591C387.562 207.591 391.904 210.072 397.486 207.591C403.068 205.11 407.41 207.591 407.41 207.591" stroke="#E58600" stroke-width="0.862269"/><path d="M387.562 300.632C387.562 300.632 391.904 303.113 397.486 300.632C403.068 298.151 407.41 300.632 407.41 300.632" stroke="#E58600" stroke-width="0.862269"/><path d="M387.562 306.696C387.562 306.696 391.904 309.177 397.486 306.696C403.068 304.215 407.41 306.696 407.41 306.696" stroke="#E58600" stroke-width="0.862269"/><path d="M387.562 182.778C387.562 182.778 391.904 185.259 397.486 182.778C403.068 180.297 407.41 182.778 407.41 182.778" stroke="#E58600" stroke-width="0.862269"/><path d="M387.562 275.821C387.562 275.821 391.904 278.302 397.486 275.821C403.068 273.34 407.41 275.821 407.41 275.821" stroke="#E58600" stroke-width="0.862269"/><path d="M387.562 281.886C387.562 281.886 391.904 284.367 397.486 281.886C403.068 279.404 407.41 281.886 407.41 281.886" stroke="#E58600" stroke-width="0.862269"/><path d="M387.562 226.198C387.562 226.198 391.904 228.679 397.486 226.198C403.068 223.717 407.41 226.198 407.41 226.198" stroke="#E58600" stroke-width="0.862269"/><path d="M387.562 232.263C387.562 232.263 391.904 234.744 397.486 232.263C403.068 229.781 407.41 232.263 407.41 232.263" stroke="#E58600" stroke-width="0.862269"/><path d="M308.167 251.147C308.167 251.147 312.509 253.628 318.091 251.147C323.672 248.666 328.014 251.147 328.014 251.147" stroke="#E58600" stroke-width="0.862269"/><path d="M308.167 257.212C308.167 257.212 312.509 259.693 318.091 257.212C323.672 254.731 328.014 257.212 328.014 257.212" stroke="#E58600" stroke-width="0.862269"/><path d="M308.167 201.526C308.167 201.526 312.509 204.007 318.091 201.526C323.672 199.045 328.014 201.526 328.014 201.526" stroke="#E58600" stroke-width="0.862269"/><path d="M308.167 207.591C308.167 207.591 312.509 210.072 318.091 207.591C323.672 205.11 328.014 207.591 328.014 207.591" stroke="#E58600" stroke-width="0.862269"/><path d="M308.167 300.632C308.167 300.632 312.509 303.113 318.091 300.632C323.672 298.151 328.014 300.632 328.014 300.632" stroke="#E58600" stroke-width="0.862269"/><path d="M308.167 306.696C308.167 306.696 312.509 309.177 318.091 306.696C323.672 304.215 328.014 306.696 328.014 306.696" stroke="#E58600" stroke-width="0.862269"/><path d="M308.167 182.778C308.167 182.778 312.509 185.259 318.091 182.778C323.672 180.297 328.014 182.778 328.014 182.778" stroke="#E58600" stroke-width="0.862269"/><path d="M308.167 275.821C308.167 275.821 312.509 278.302 318.091 275.821C323.672 273.34 328.014 275.821 328.014 275.821" stroke="#E58600" stroke-width="0.862269"/><path d="M308.167 281.886C308.167 281.886 312.509 284.367 318.091 281.886C323.672 279.404 328.014 281.886 328.014 281.886" stroke="#E58600" stroke-width="0.862269"/><path d="M308.167 226.198C308.167 226.198 312.509 228.679 318.091 226.198C323.672 223.717 328.014 226.198 328.014 226.198" stroke="#E58600" stroke-width="0.862269"/><path d="M308.167 232.263C308.167 232.263 312.509 234.744 318.091 232.263C323.672 229.781 328.014 232.263 328.014 232.263" stroke="#E58600" stroke-width="0.862269"/><path d="M367.713 263.415C367.713 263.415 372.055 265.896 377.637 263.415C383.218 260.934 387.56 263.415 387.56 263.415" stroke="#E58600" stroke-width="0.862269"/><path d="M367.713 269.479C367.713 269.479 372.055 271.96 377.637 269.479C383.218 266.998 387.56 269.479 387.56 269.479" stroke="#E58600" stroke-width="0.862269"/><path d="M367.713 213.794C367.713 213.794 372.055 216.275 377.637 213.794C383.218 211.313 387.56 213.794 387.56 213.794" stroke="#E58600" stroke-width="0.862269"/><path d="M367.713 219.858C367.713 219.858 372.055 222.339 377.637 219.858C383.218 217.377 387.56 219.858 387.56 219.858" stroke="#E58600" stroke-width="0.862269"/><path d="M367.713 312.899C367.713 312.899 372.055 315.38 377.637 312.899C383.218 310.418 387.56 312.899 387.56 312.899" stroke="#E58600" stroke-width="0.862269"/><path d="M367.713 188.981C367.713 188.981 372.055 191.462 377.637 188.981C383.218 186.5 387.56 188.981 387.56 188.981" stroke="#E58600" stroke-width="0.862269"/><path d="M367.713 195.046C367.713 195.046 372.055 197.527 377.637 195.046C383.218 192.565 387.56 195.046 387.56 195.046" stroke="#E58600" stroke-width="0.862269"/><path d="M367.713 288.089C367.713 288.089 372.055 290.57 377.637 288.089C383.218 285.608 387.56 288.089 387.56 288.089" stroke="#E58600" stroke-width="0.862269"/><path d="M367.713 294.153C367.713 294.153 372.055 296.634 377.637 294.153C383.218 291.672 387.56 294.153 387.56 294.153" stroke="#E58600" stroke-width="0.862269"/><path d="M367.713 238.468C367.713 238.468 372.055 240.949 377.637 238.468C383.218 235.987 387.56 238.468 387.56 238.468" stroke="#E58600" stroke-width="0.862269"/><path d="M367.713 244.532C367.713 244.532 372.055 247.013 377.637 244.532C383.218 242.051 387.56 244.532 387.56 244.532" stroke="#E58600" stroke-width="0.862269"/><path d="M328.017 263.415C328.017 263.415 332.359 265.896 337.94 263.415C343.522 260.934 347.864 263.415 347.864 263.415" stroke="#E58600" stroke-width="0.862269"/><path d="M328.017 269.479C328.017 269.479 332.359 271.96 337.94 269.479C343.522 266.998 347.864 269.479 347.864 269.479" stroke="#E58600" stroke-width="0.862269"/><path d="M328.017 213.794C328.017 213.794 332.359 216.275 337.94 213.794C343.522 211.313 347.864 213.794 347.864 213.794" stroke="#E58600" stroke-width="0.862269"/><path d="M328.017 219.858C328.017 219.858 332.359 222.339 337.94 219.858C343.522 217.377 347.864 219.858 347.864 219.858" stroke="#E58600" stroke-width="0.862269"/><path d="M328.017 312.899C328.017 312.899 332.359 315.38 337.94 312.899C343.522 310.418 347.864 312.899 347.864 312.899" stroke="#E58600" stroke-width="0.862269"/><path d="M328.017 188.981C328.017 188.981 332.359 191.462 337.94 188.981C343.522 186.5 347.864 188.981 347.864 188.981" stroke="#E58600" stroke-width="0.862269"/><path d="M328.017 195.046C328.017 195.046 332.359 197.527 337.94 195.046C343.522 192.565 347.864 195.046 347.864 195.046" stroke="#E58600" stroke-width="0.862269"/><path d="M328.017 288.089C328.017 288.089 332.359 290.57 337.94 288.089C343.522 285.608 347.864 288.089 347.864 288.089" stroke="#E58600" stroke-width="0.862269"/><path d="M328.017 294.153C328.017 294.153 332.359 296.634 337.94 294.153C343.522 291.672 347.864 294.153 347.864 294.153" stroke="#E58600" stroke-width="0.862269"/><path d="M328.017 238.468C328.017 238.468 332.359 240.949 337.94 238.468C343.522 235.987 347.864 238.468 347.864 238.468" stroke="#E58600" stroke-width="0.862269"/><path d="M328.017 244.532C328.017 244.532 332.359 247.013 337.94 244.532C343.522 242.051 347.864 244.532 347.864 244.532" stroke="#E58600" stroke-width="0.862269"/></g></g><path fill-rule="evenodd" clip-rule="evenodd" d="M252 268.655L328.242 313V225L405 181L328.242 137L252 181V268.655Z" fill="#FFDB80"/><path d="M328.242 313V225L405 181M328.242 313L252 268.655V181L328.242 137L405 181M328.242 313L405 268.655V181" stroke="#E58600" stroke-width="10" stroke-linejoin="round"/><path d="M252 180L328 226" stroke="#E58600" stroke-width="4" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="11 11"/><mask id="mask10_4179_108412" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="404" y="225" width="77" height="132"><path d="M404 269V357L481 312.655V225L404 269Z" fill="#FFC2A3"/></mask><g mask="url(#mask10_4179_108412)"><rect x="275.422" y="53.5" width="479.421" height="317.315" fill="#FFB700"/><mask id="mask11_4179_108412" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="379" y="210" width="113" height="161"><path d="M379.5 210.5H491.5V370.815H379.5V210.5Z" fill="#FF7E3B"/></mask><g mask="url(#mask11_4179_108412)"><path d="M423.864 295.147C423.864 295.147 428.206 297.628 433.788 295.147C439.37 292.666 443.712 295.147 443.712 295.147" stroke="#E58600" stroke-width="0.862269"/><path d="M423.864 301.212C423.864 301.212 428.206 303.693 433.788 301.212C439.37 298.731 443.712 301.212 443.712 301.212" stroke="#E58600" stroke-width="0.862269"/><path d="M423.864 245.526C423.864 245.526 428.206 248.007 433.788 245.526C439.37 243.045 443.712 245.526 443.712 245.526" stroke="#E58600" stroke-width="0.862269"/><path d="M423.864 251.591C423.864 251.591 428.206 254.072 433.788 251.591C439.37 249.11 443.712 251.591 443.712 251.591" stroke="#E58600" stroke-width="0.862269"/><path d="M423.864 344.632C423.864 344.632 428.206 347.113 433.788 344.632C439.37 342.151 443.712 344.632 443.712 344.632" stroke="#E58600" stroke-width="0.862269"/><path d="M423.864 350.696C423.864 350.696 428.206 353.177 433.788 350.696C439.37 348.215 443.712 350.696 443.712 350.696" stroke="#E58600" stroke-width="0.862269"/><path d="M423.864 226.778C423.864 226.778 428.206 229.259 433.788 226.778C439.37 224.297 443.712 226.778 443.712 226.778" stroke="#E58600" stroke-width="0.862269"/><path d="M423.864 319.821C423.864 319.821 428.206 322.302 433.788 319.821C439.37 317.34 443.712 319.821 443.712 319.821" stroke="#E58600" stroke-width="0.862269"/><path d="M423.864 325.886C423.864 325.886 428.206 328.367 433.788 325.886C439.37 323.404 443.712 325.886 443.712 325.886" stroke="#E58600" stroke-width="0.862269"/><path d="M423.865 270.198C423.865 270.198 428.207 272.679 433.789 270.198C439.371 267.717 443.713 270.198 443.713 270.198" stroke="#E58600" stroke-width="0.862269"/><path d="M423.865 276.263C423.865 276.263 428.207 278.744 433.789 276.263C439.371 273.781 443.713 276.263 443.713 276.263" stroke="#E58600" stroke-width="0.862269"/><path d="M463.562 295.147C463.562 295.147 467.904 297.628 473.486 295.147C479.068 292.666 483.41 295.147 483.41 295.147" stroke="#E58600" stroke-width="0.862269"/><path d="M463.562 301.212C463.562 301.212 467.904 303.693 473.486 301.212C479.068 298.731 483.41 301.212 483.41 301.212" stroke="#E58600" stroke-width="0.862269"/><path d="M463.562 245.526C463.562 245.526 467.904 248.007 473.486 245.526C479.068 243.045 483.41 245.526 483.41 245.526" stroke="#E58600" stroke-width="0.862269"/><path d="M463.562 251.591C463.562 251.591 467.904 254.072 473.486 251.591C479.068 249.11 483.41 251.591 483.41 251.591" stroke="#E58600" stroke-width="0.862269"/><path d="M463.562 344.632C463.562 344.632 467.904 347.113 473.486 344.632C479.068 342.151 483.41 344.632 483.41 344.632" stroke="#E58600" stroke-width="0.862269"/><path d="M463.562 350.696C463.562 350.696 467.904 353.177 473.486 350.696C479.068 348.215 483.41 350.696 483.41 350.696" stroke="#E58600" stroke-width="0.862269"/><path d="M463.562 226.778C463.562 226.778 467.904 229.259 473.486 226.778C479.068 224.297 483.41 226.778 483.41 226.778" stroke="#E58600" stroke-width="0.862269"/><path d="M463.562 319.821C463.562 319.821 467.904 322.302 473.486 319.821C479.068 317.34 483.41 319.821 483.41 319.821" stroke="#E58600" stroke-width="0.862269"/><path d="M463.562 325.886C463.562 325.886 467.904 328.367 473.486 325.886C479.068 323.404 483.41 325.886 483.41 325.886" stroke="#E58600" stroke-width="0.862269"/><path d="M463.562 270.198C463.562 270.198 467.904 272.679 473.486 270.198C479.068 267.717 483.41 270.198 483.41 270.198" stroke="#E58600" stroke-width="0.862269"/><path d="M463.562 276.263C463.562 276.263 467.904 278.744 473.486 276.263C479.068 273.781 483.41 276.263 483.41 276.263" stroke="#E58600" stroke-width="0.862269"/><path d="M384.167 295.147C384.167 295.147 388.509 297.628 394.091 295.147C399.672 292.666 404.014 295.147 404.014 295.147" stroke="#E58600" stroke-width="0.862269"/><path d="M384.167 301.212C384.167 301.212 388.509 303.693 394.091 301.212C399.672 298.731 404.014 301.212 404.014 301.212" stroke="#E58600" stroke-width="0.862269"/><path d="M384.167 245.526C384.167 245.526 388.509 248.007 394.091 245.526C399.672 243.045 404.014 245.526 404.014 245.526" stroke="#E58600" stroke-width="0.862269"/><path d="M384.167 251.591C384.167 251.591 388.509 254.072 394.091 251.591C399.672 249.11 404.014 251.591 404.014 251.591" stroke="#E58600" stroke-width="0.862269"/><path d="M384.167 344.632C384.167 344.632 388.509 347.113 394.091 344.632C399.672 342.151 404.014 344.632 404.014 344.632" stroke="#E58600" stroke-width="0.862269"/><path d="M384.167 350.696C384.167 350.696 388.509 353.177 394.091 350.696C399.672 348.215 404.014 350.696 404.014 350.696" stroke="#E58600" stroke-width="0.862269"/><path d="M384.167 226.778C384.167 226.778 388.509 229.259 394.091 226.778C399.672 224.297 404.014 226.778 404.014 226.778" stroke="#E58600" stroke-width="0.862269"/><path d="M384.167 319.821C384.167 319.821 388.509 322.302 394.091 319.821C399.672 317.34 404.014 319.821 404.014 319.821" stroke="#E58600" stroke-width="0.862269"/><path d="M384.167 325.886C384.167 325.886 388.509 328.367 394.091 325.886C399.672 323.404 404.014 325.886 404.014 325.886" stroke="#E58600" stroke-width="0.862269"/><path d="M384.167 270.198C384.167 270.198 388.509 272.679 394.091 270.198C399.672 267.717 404.014 270.198 404.014 270.198" stroke="#E58600" stroke-width="0.862269"/><path d="M384.167 276.263C384.167 276.263 388.509 278.744 394.091 276.263C399.672 273.781 404.014 276.263 404.014 276.263" stroke="#E58600" stroke-width="0.862269"/><path d="M443.713 307.415C443.713 307.415 448.055 309.896 453.637 307.415C459.218 304.934 463.56 307.415 463.56 307.415" stroke="#E58600" stroke-width="0.862269"/><path d="M443.713 313.479C443.713 313.479 448.055 315.96 453.637 313.479C459.218 310.998 463.56 313.479 463.56 313.479" stroke="#E58600" stroke-width="0.862269"/><path d="M443.713 257.794C443.713 257.794 448.055 260.275 453.637 257.794C459.218 255.313 463.56 257.794 463.56 257.794" stroke="#E58600" stroke-width="0.862269"/><path d="M443.713 263.858C443.713 263.858 448.055 266.339 453.637 263.858C459.218 261.377 463.56 263.858 463.56 263.858" stroke="#E58600" stroke-width="0.862269"/><path d="M443.713 356.899C443.713 356.899 448.055 359.38 453.637 356.899C459.218 354.418 463.56 356.899 463.56 356.899" stroke="#E58600" stroke-width="0.862269"/><path d="M443.713 232.981C443.713 232.981 448.055 235.462 453.637 232.981C459.218 230.5 463.56 232.981 463.56 232.981" stroke="#E58600" stroke-width="0.862269"/><path d="M443.713 239.046C443.713 239.046 448.055 241.527 453.637 239.046C459.218 236.565 463.56 239.046 463.56 239.046" stroke="#E58600" stroke-width="0.862269"/><path d="M443.713 332.089C443.713 332.089 448.055 334.57 453.637 332.089C459.218 329.608 463.56 332.089 463.56 332.089" stroke="#E58600" stroke-width="0.862269"/><path d="M443.713 338.153C443.713 338.153 448.055 340.634 453.637 338.153C459.218 335.672 463.56 338.153 463.56 338.153" stroke="#E58600" stroke-width="0.862269"/><path d="M443.713 282.468C443.713 282.468 448.055 284.949 453.637 282.468C459.218 279.987 463.56 282.468 463.56 282.468" stroke="#E58600" stroke-width="0.862269"/><path d="M443.713 288.532C443.713 288.532 448.055 291.013 453.637 288.532C459.218 286.051 463.56 288.532 463.56 288.532" stroke="#E58600" stroke-width="0.862269"/><path d="M404.017 307.415C404.017 307.415 408.359 309.896 413.94 307.415C419.522 304.934 423.864 307.415 423.864 307.415" stroke="#E58600" stroke-width="0.862269"/><path d="M404.017 313.479C404.017 313.479 408.359 315.96 413.94 313.479C419.522 310.998 423.864 313.479 423.864 313.479" stroke="#E58600" stroke-width="0.862269"/><path d="M404.017 257.794C404.017 257.794 408.359 260.275 413.94 257.794C419.522 255.313 423.864 257.794 423.864 257.794" stroke="#E58600" stroke-width="0.862269"/><path d="M404.017 263.858C404.017 263.858 408.359 266.339 413.94 263.858C419.522 261.377 423.864 263.858 423.864 263.858" stroke="#E58600" stroke-width="0.862269"/><path d="M404.017 356.899C404.017 356.899 408.359 359.38 413.94 356.899C419.522 354.418 423.864 356.899 423.864 356.899" stroke="#E58600" stroke-width="0.862269"/><path d="M404.017 232.981C404.017 232.981 408.359 235.462 413.94 232.981C419.522 230.5 423.864 232.981 423.864 232.981" stroke="#E58600" stroke-width="0.862269"/><path d="M404.017 239.046C404.017 239.046 408.359 241.527 413.94 239.046C419.522 236.565 423.864 239.046 423.864 239.046" stroke="#E58600" stroke-width="0.862269"/><path d="M404.017 332.089C404.017 332.089 408.359 334.57 413.94 332.089C419.522 329.608 423.864 332.089 423.864 332.089" stroke="#E58600" stroke-width="0.862269"/><path d="M404.017 338.153C404.017 338.153 408.359 340.634 413.94 338.153C419.522 335.672 423.864 338.153 423.864 338.153" stroke="#E58600" stroke-width="0.862269"/><path d="M404.017 282.468C404.017 282.468 408.359 284.949 413.94 282.468C419.522 279.987 423.864 282.468 423.864 282.468" stroke="#E58600" stroke-width="0.862269"/><path d="M404.017 288.532C404.017 288.532 408.359 291.013 413.94 288.532C419.522 286.051 423.864 288.532 423.864 288.532" stroke="#E58600" stroke-width="0.862269"/></g></g><path fill-rule="evenodd" clip-rule="evenodd" d="M328 312.655L404.242 357V269L481 225L404.242 181L328 225V312.655Z" fill="#FFDB80"/><path d="M404.242 357V269L481 225M404.242 357L328 312.655V225L404.242 181L481 225M404.242 357L481 312.655V225" stroke="#E58600" stroke-width="10" stroke-linejoin="round"/><path d="M328 224L404 270" stroke="#E58600" stroke-width="4" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="11 11"/><mask id="mask12_4179_108412" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="480" y="270" width="77" height="132"><path d="M480 314V402L557 357.655V270L480 314Z" fill="#FFC2A3"/></mask><g mask="url(#mask12_4179_108412)"><rect x="351.422" y="98.5" width="479.421" height="317.315" fill="#FFB700"/><mask id="mask13_4179_108412" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="455" y="255" width="113" height="161"><path d="M455.5 255.5H567.5V415.815H455.5V255.5Z" fill="#FF7E3B"/></mask><g mask="url(#mask13_4179_108412)"><path d="M499.865 340.147C499.865 340.147 504.207 342.628 509.789 340.147C515.371 337.666 519.713 340.147 519.713 340.147" stroke="#E58600" stroke-width="0.862269"/><path d="M499.865 346.212C499.865 346.212 504.207 348.693 509.789 346.212C515.371 343.731 519.713 346.212 519.713 346.212" stroke="#E58600" stroke-width="0.862269"/><path d="M499.865 290.526C499.865 290.526 504.207 293.007 509.789 290.526C515.371 288.045 519.713 290.526 519.713 290.526" stroke="#E58600" stroke-width="0.862269"/><path d="M499.865 296.591C499.865 296.591 504.207 299.072 509.789 296.591C515.371 294.11 519.713 296.591 519.713 296.591" stroke="#E58600" stroke-width="0.862269"/><path d="M499.865 389.632C499.865 389.632 504.207 392.113 509.789 389.632C515.371 387.151 519.713 389.632 519.713 389.632" stroke="#E58600" stroke-width="0.862269"/><path d="M499.865 395.696C499.865 395.696 504.207 398.177 509.789 395.696C515.371 393.215 519.713 395.696 519.713 395.696" stroke="#E58600" stroke-width="0.862269"/><path d="M499.865 271.778C499.865 271.778 504.207 274.259 509.789 271.778C515.371 269.297 519.713 271.778 519.713 271.778" stroke="#E58600" stroke-width="0.862269"/><path d="M499.865 364.821C499.865 364.821 504.207 367.302 509.789 364.821C515.371 362.34 519.713 364.821 519.713 364.821" stroke="#E58600" stroke-width="0.862269"/><path d="M499.865 370.886C499.865 370.886 504.207 373.367 509.789 370.886C515.371 368.404 519.713 370.886 519.713 370.886" stroke="#E58600" stroke-width="0.862269"/><path d="M499.865 315.198C499.865 315.198 504.207 317.679 509.789 315.198C515.371 312.717 519.713 315.198 519.713 315.198" stroke="#E58600" stroke-width="0.862269"/><path d="M499.865 321.263C499.865 321.263 504.207 323.744 509.789 321.263C515.371 318.781 519.713 321.263 519.713 321.263" stroke="#E58600" stroke-width="0.862269"/><path d="M539.562 340.147C539.562 340.147 543.904 342.628 549.486 340.147C555.068 337.666 559.41 340.147 559.41 340.147" stroke="#E58600" stroke-width="0.862269"/><path d="M539.562 346.212C539.562 346.212 543.904 348.693 549.486 346.212C555.068 343.731 559.41 346.212 559.41 346.212" stroke="#E58600" stroke-width="0.862269"/><path d="M539.562 290.526C539.562 290.526 543.904 293.007 549.486 290.526C555.068 288.045 559.41 290.526 559.41 290.526" stroke="#E58600" stroke-width="0.862269"/><path d="M539.562 296.591C539.562 296.591 543.904 299.072 549.486 296.591C555.068 294.11 559.41 296.591 559.41 296.591" stroke="#E58600" stroke-width="0.862269"/><path d="M539.562 389.632C539.562 389.632 543.904 392.113 549.486 389.632C555.068 387.151 559.41 389.632 559.41 389.632" stroke="#E58600" stroke-width="0.862269"/><path d="M539.562 395.696C539.562 395.696 543.904 398.177 549.486 395.696C555.068 393.215 559.41 395.696 559.41 395.696" stroke="#E58600" stroke-width="0.862269"/><path d="M539.562 271.778C539.562 271.778 543.904 274.259 549.486 271.778C555.068 269.297 559.41 271.778 559.41 271.778" stroke="#E58600" stroke-width="0.862269"/><path d="M539.562 364.821C539.562 364.821 543.904 367.302 549.486 364.821C555.068 362.34 559.41 364.821 559.41 364.821" stroke="#E58600" stroke-width="0.862269"/><path d="M539.562 370.886C539.562 370.886 543.904 373.367 549.486 370.886C555.068 368.404 559.41 370.886 559.41 370.886" stroke="#E58600" stroke-width="0.862269"/><path d="M539.562 315.198C539.562 315.198 543.904 317.679 549.486 315.198C555.068 312.717 559.41 315.198 559.41 315.198" stroke="#E58600" stroke-width="0.862269"/><path d="M539.562 321.263C539.562 321.263 543.904 323.744 549.486 321.263C555.068 318.781 559.41 321.263 559.41 321.263" stroke="#E58600" stroke-width="0.862269"/><path d="M460.168 340.147C460.168 340.147 464.51 342.628 470.092 340.147C475.673 337.666 480.015 340.147 480.015 340.147" stroke="#E58600" stroke-width="0.862269"/><path d="M460.168 346.212C460.168 346.212 464.51 348.693 470.092 346.212C475.673 343.731 480.015 346.212 480.015 346.212" stroke="#E58600" stroke-width="0.862269"/><path d="M460.168 290.526C460.168 290.526 464.51 293.007 470.092 290.526C475.673 288.045 480.015 290.526 480.015 290.526" stroke="#E58600" stroke-width="0.862269"/><path d="M460.168 296.591C460.168 296.591 464.51 299.072 470.092 296.591C475.673 294.11 480.015 296.591 480.015 296.591" stroke="#E58600" stroke-width="0.862269"/><path d="M460.168 389.632C460.168 389.632 464.51 392.113 470.092 389.632C475.673 387.151 480.015 389.632 480.015 389.632" stroke="#E58600" stroke-width="0.862269"/><path d="M460.168 395.696C460.168 395.696 464.51 398.177 470.092 395.696C475.673 393.215 480.015 395.696 480.015 395.696" stroke="#E58600" stroke-width="0.862269"/><path d="M460.168 271.778C460.168 271.778 464.51 274.259 470.092 271.778C475.673 269.297 480.015 271.778 480.015 271.778" stroke="#E58600" stroke-width="0.862269"/><path d="M460.168 364.821C460.168 364.821 464.51 367.302 470.092 364.821C475.673 362.34 480.015 364.821 480.015 364.821" stroke="#E58600" stroke-width="0.862269"/><path d="M460.168 370.886C460.168 370.886 464.51 373.367 470.092 370.886C475.673 368.404 480.015 370.886 480.015 370.886" stroke="#E58600" stroke-width="0.862269"/><path d="M460.168 315.198C460.168 315.198 464.51 317.679 470.092 315.198C475.673 312.717 480.015 315.198 480.015 315.198" stroke="#E58600" stroke-width="0.862269"/><path d="M460.168 321.263C460.168 321.263 464.51 323.744 470.092 321.263C475.673 318.781 480.015 321.263 480.015 321.263" stroke="#E58600" stroke-width="0.862269"/><path d="M519.714 352.415C519.714 352.415 524.056 354.896 529.638 352.415C535.219 349.934 539.561 352.415 539.561 352.415" stroke="#E58600" stroke-width="0.862269"/><path d="M519.714 358.479C519.714 358.479 524.056 360.96 529.638 358.479C535.219 355.998 539.561 358.479 539.561 358.479" stroke="#E58600" stroke-width="0.862269"/><path d="M519.714 302.794C519.714 302.794 524.056 305.275 529.638 302.794C535.219 300.313 539.561 302.794 539.561 302.794" stroke="#E58600" stroke-width="0.862269"/><path d="M519.714 308.858C519.714 308.858 524.056 311.339 529.638 308.858C535.219 306.377 539.561 308.858 539.561 308.858" stroke="#E58600" stroke-width="0.862269"/><path d="M519.714 401.899C519.714 401.899 524.056 404.38 529.638 401.899C535.219 399.418 539.561 401.899 539.561 401.899" stroke="#E58600" stroke-width="0.862269"/><path d="M519.714 277.981C519.714 277.981 524.056 280.462 529.638 277.981C535.219 275.5 539.561 277.981 539.561 277.981" stroke="#E58600" stroke-width="0.862269"/><path d="M519.714 284.046C519.714 284.046 524.056 286.527 529.638 284.046C535.219 281.565 539.561 284.046 539.561 284.046" stroke="#E58600" stroke-width="0.862269"/><path d="M519.714 377.089C519.714 377.089 524.056 379.57 529.638 377.089C535.219 374.608 539.561 377.089 539.561 377.089" stroke="#E58600" stroke-width="0.862269"/><path d="M519.714 383.153C519.714 383.153 524.056 385.634 529.638 383.153C535.219 380.672 539.561 383.153 539.561 383.153" stroke="#E58600" stroke-width="0.862269"/><path d="M519.714 327.468C519.714 327.468 524.056 329.949 529.638 327.468C535.219 324.987 539.561 327.468 539.561 327.468" stroke="#E58600" stroke-width="0.862269"/><path d="M519.714 333.532C519.714 333.532 524.056 336.013 529.638 333.532C535.219 331.051 539.561 333.532 539.561 333.532" stroke="#E58600" stroke-width="0.862269"/><path d="M480.017 352.415C480.017 352.415 484.359 354.896 489.94 352.415C495.522 349.934 499.864 352.415 499.864 352.415" stroke="#E58600" stroke-width="0.862269"/><path d="M480.017 358.479C480.017 358.479 484.359 360.96 489.94 358.479C495.522 355.998 499.864 358.479 499.864 358.479" stroke="#E58600" stroke-width="0.862269"/><path d="M480.017 302.794C480.017 302.794 484.359 305.275 489.94 302.794C495.522 300.313 499.864 302.794 499.864 302.794" stroke="#E58600" stroke-width="0.862269"/><path d="M480.017 308.858C480.017 308.858 484.359 311.339 489.94 308.858C495.522 306.377 499.864 308.858 499.864 308.858" stroke="#E58600" stroke-width="0.862269"/><path d="M480.017 401.899C480.017 401.899 484.359 404.38 489.94 401.899C495.522 399.418 499.864 401.899 499.864 401.899" stroke="#E58600" stroke-width="0.862269"/><path d="M480.017 277.981C480.017 277.981 484.359 280.462 489.94 277.981C495.522 275.5 499.864 277.981 499.864 277.981" stroke="#E58600" stroke-width="0.862269"/><path d="M480.017 284.046C480.017 284.046 484.359 286.527 489.94 284.046C495.522 281.565 499.864 284.046 499.864 284.046" stroke="#E58600" stroke-width="0.862269"/><path d="M480.017 377.089C480.017 377.089 484.359 379.57 489.94 377.089C495.522 374.608 499.864 377.089 499.864 377.089" stroke="#E58600" stroke-width="0.862269"/><path d="M480.017 383.153C480.017 383.153 484.359 385.634 489.94 383.153C495.522 380.672 499.864 383.153 499.864 383.153" stroke="#E58600" stroke-width="0.862269"/><path d="M480.017 327.468C480.017 327.468 484.359 329.949 489.94 327.468C495.522 324.987 499.864 327.468 499.864 327.468" stroke="#E58600" stroke-width="0.862269"/><path d="M480.017 333.532C480.017 333.532 484.359 336.013 489.94 333.532C495.522 331.051 499.864 333.532 499.864 333.532" stroke="#E58600" stroke-width="0.862269"/></g></g><path fill-rule="evenodd" clip-rule="evenodd" d="M404 357.655L480.242 402V314L557 270L480.242 226L404 270V357.655Z" fill="#FFDB80"/><path d="M480.242 402V314L557 270M480.242 402L404 357.655V270L480.242 226L557 270M480.242 402L557 357.655V270" stroke="#E58600" stroke-width="10" stroke-linejoin="round"/><path d="M404 269L480 315" stroke="#E58600" stroke-width="4" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="11 11"/><mask id="mask14_4179_108412" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="556" y="313" width="77" height="132"><path d="M556 357V445L633 400.655V313L556 357Z" fill="#FFC2A3"/></mask><g mask="url(#mask14_4179_108412)"><rect x="427.422" y="141.5" width="479.421" height="317.315" fill="#FFB700"/><mask id="mask15_4179_108412" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="531" y="298" width="113" height="161"><path d="M531.5 298.5H643.5V458.815H531.5V298.5Z" fill="#FF7E3B"/></mask><g mask="url(#mask15_4179_108412)"><path d="M575.865 383.147C575.865 383.147 580.207 385.628 585.789 383.147C591.371 380.666 595.713 383.147 595.713 383.147" stroke="#E58600" stroke-width="0.862269"/><path d="M575.865 389.212C575.865 389.212 580.207 391.693 585.789 389.212C591.371 386.731 595.713 389.212 595.713 389.212" stroke="#E58600" stroke-width="0.862269"/><path d="M575.865 333.526C575.865 333.526 580.207 336.007 585.789 333.526C591.371 331.045 595.713 333.526 595.713 333.526" stroke="#E58600" stroke-width="0.862269"/><path d="M575.865 339.591C575.865 339.591 580.207 342.072 585.789 339.591C591.371 337.11 595.713 339.591 595.713 339.591" stroke="#E58600" stroke-width="0.862269"/><path d="M575.865 432.632C575.865 432.632 580.207 435.113 585.789 432.632C591.371 430.151 595.713 432.632 595.713 432.632" stroke="#E58600" stroke-width="0.862269"/><path d="M575.865 438.696C575.865 438.696 580.207 441.177 585.789 438.696C591.371 436.215 595.713 438.696 595.713 438.696" stroke="#E58600" stroke-width="0.862269"/><path d="M575.865 314.778C575.865 314.778 580.207 317.259 585.789 314.778C591.371 312.297 595.713 314.778 595.713 314.778" stroke="#E58600" stroke-width="0.862269"/><path d="M575.865 407.821C575.865 407.821 580.207 410.302 585.789 407.821C591.371 405.34 595.713 407.821 595.713 407.821" stroke="#E58600" stroke-width="0.862269"/><path d="M575.865 413.886C575.865 413.886 580.207 416.367 585.789 413.886C591.371 411.404 595.713 413.886 595.713 413.886" stroke="#E58600" stroke-width="0.862269"/><path d="M575.865 358.198C575.865 358.198 580.207 360.679 585.789 358.198C591.371 355.717 595.713 358.198 595.713 358.198" stroke="#E58600" stroke-width="0.862269"/><path d="M575.865 364.263C575.865 364.263 580.207 366.744 585.789 364.263C591.371 361.781 595.713 364.263 595.713 364.263" stroke="#E58600" stroke-width="0.862269"/><path d="M615.562 383.147C615.562 383.147 619.904 385.628 625.486 383.147C631.068 380.666 635.41 383.147 635.41 383.147" stroke="#E58600" stroke-width="0.862269"/><path d="M615.562 389.212C615.562 389.212 619.904 391.693 625.486 389.212C631.068 386.731 635.41 389.212 635.41 389.212" stroke="#E58600" stroke-width="0.862269"/><path d="M615.562 333.526C615.562 333.526 619.904 336.007 625.486 333.526C631.068 331.045 635.41 333.526 635.41 333.526" stroke="#E58600" stroke-width="0.862269"/><path d="M615.562 339.591C615.562 339.591 619.904 342.072 625.486 339.591C631.068 337.11 635.41 339.591 635.41 339.591" stroke="#E58600" stroke-width="0.862269"/><path d="M615.562 432.632C615.562 432.632 619.904 435.113 625.486 432.632C631.068 430.151 635.41 432.632 635.41 432.632" stroke="#E58600" stroke-width="0.862269"/><path d="M615.562 438.696C615.562 438.696 619.904 441.177 625.486 438.696C631.068 436.215 635.41 438.696 635.41 438.696" stroke="#E58600" stroke-width="0.862269"/><path d="M615.562 314.778C615.562 314.778 619.904 317.259 625.486 314.778C631.068 312.297 635.41 314.778 635.41 314.778" stroke="#E58600" stroke-width="0.862269"/><path d="M615.562 407.821C615.562 407.821 619.904 410.302 625.486 407.821C631.068 405.34 635.41 407.821 635.41 407.821" stroke="#E58600" stroke-width="0.862269"/><path d="M615.562 413.886C615.562 413.886 619.904 416.367 625.486 413.886C631.068 411.404 635.41 413.886 635.41 413.886" stroke="#E58600" stroke-width="0.862269"/><path d="M615.562 358.198C615.562 358.198 619.904 360.679 625.486 358.198C631.068 355.717 635.41 358.198 635.41 358.198" stroke="#E58600" stroke-width="0.862269"/><path d="M615.562 364.263C615.562 364.263 619.904 366.744 625.486 364.263C631.068 361.781 635.41 364.263 635.41 364.263" stroke="#E58600" stroke-width="0.862269"/><path d="M536.168 383.147C536.168 383.147 540.51 385.628 546.092 383.147C551.673 380.666 556.015 383.147 556.015 383.147" stroke="#E58600" stroke-width="0.862269"/><path d="M536.168 389.212C536.168 389.212 540.51 391.693 546.092 389.212C551.673 386.731 556.015 389.212 556.015 389.212" stroke="#E58600" stroke-width="0.862269"/><path d="M536.168 333.526C536.168 333.526 540.51 336.007 546.092 333.526C551.673 331.045 556.015 333.526 556.015 333.526" stroke="#E58600" stroke-width="0.862269"/><path d="M536.168 339.591C536.168 339.591 540.51 342.072 546.092 339.591C551.673 337.11 556.015 339.591 556.015 339.591" stroke="#E58600" stroke-width="0.862269"/><path d="M536.168 432.632C536.168 432.632 540.51 435.113 546.092 432.632C551.673 430.151 556.015 432.632 556.015 432.632" stroke="#E58600" stroke-width="0.862269"/><path d="M536.168 438.696C536.168 438.696 540.51 441.177 546.092 438.696C551.673 436.215 556.015 438.696 556.015 438.696" stroke="#E58600" stroke-width="0.862269"/><path d="M536.168 314.778C536.168 314.778 540.51 317.259 546.092 314.778C551.673 312.297 556.015 314.778 556.015 314.778" stroke="#E58600" stroke-width="0.862269"/><path d="M536.168 407.821C536.168 407.821 540.51 410.302 546.092 407.821C551.673 405.34 556.015 407.821 556.015 407.821" stroke="#E58600" stroke-width="0.862269"/><path d="M536.168 413.886C536.168 413.886 540.51 416.367 546.092 413.886C551.673 411.404 556.015 413.886 556.015 413.886" stroke="#E58600" stroke-width="0.862269"/><path d="M536.168 358.198C536.168 358.198 540.51 360.679 546.092 358.198C551.673 355.717 556.015 358.198 556.015 358.198" stroke="#E58600" stroke-width="0.862269"/><path d="M536.168 364.263C536.168 364.263 540.51 366.744 546.092 364.263C551.673 361.781 556.015 364.263 556.015 364.263" stroke="#E58600" stroke-width="0.862269"/><path d="M595.714 395.415C595.714 395.415 600.056 397.896 605.638 395.415C611.219 392.934 615.561 395.415 615.561 395.415" stroke="#E58600" stroke-width="0.862269"/><path d="M595.714 401.479C595.714 401.479 600.056 403.96 605.638 401.479C611.219 398.998 615.561 401.479 615.561 401.479" stroke="#E58600" stroke-width="0.862269"/><path d="M595.714 345.794C595.714 345.794 600.056 348.275 605.638 345.794C611.219 343.313 615.561 345.794 615.561 345.794" stroke="#E58600" stroke-width="0.862269"/><path d="M595.714 351.858C595.714 351.858 600.056 354.339 605.638 351.858C611.219 349.377 615.561 351.858 615.561 351.858" stroke="#E58600" stroke-width="0.862269"/><path d="M595.714 444.899C595.714 444.899 600.056 447.38 605.638 444.899C611.219 442.418 615.561 444.899 615.561 444.899" stroke="#E58600" stroke-width="0.862269"/><path d="M595.714 320.981C595.714 320.981 600.056 323.462 605.638 320.981C611.219 318.5 615.561 320.981 615.561 320.981" stroke="#E58600" stroke-width="0.862269"/><path d="M595.714 327.046C595.714 327.046 600.056 329.527 605.638 327.046C611.219 324.565 615.561 327.046 615.561 327.046" stroke="#E58600" stroke-width="0.862269"/><path d="M595.714 420.089C595.714 420.089 600.056 422.57 605.638 420.089C611.219 417.608 615.561 420.089 615.561 420.089" stroke="#E58600" stroke-width="0.862269"/><path d="M595.714 426.153C595.714 426.153 600.056 428.634 605.638 426.153C611.219 423.672 615.561 426.153 615.561 426.153" stroke="#E58600" stroke-width="0.862269"/><path d="M595.714 370.468C595.714 370.468 600.056 372.949 605.638 370.468C611.219 367.987 615.561 370.468 615.561 370.468" stroke="#E58600" stroke-width="0.862269"/><path d="M595.714 376.532C595.714 376.532 600.056 379.013 605.638 376.532C611.219 374.051 615.561 376.532 615.561 376.532" stroke="#E58600" stroke-width="0.862269"/><path d="M556.017 395.415C556.017 395.415 560.359 397.896 565.94 395.415C571.522 392.934 575.864 395.415 575.864 395.415" stroke="#E58600" stroke-width="0.862269"/><path d="M556.017 401.479C556.017 401.479 560.359 403.96 565.94 401.479C571.522 398.998 575.864 401.479 575.864 401.479" stroke="#E58600" stroke-width="0.862269"/><path d="M556.017 345.794C556.017 345.794 560.359 348.275 565.94 345.794C571.522 343.313 575.864 345.794 575.864 345.794" stroke="#E58600" stroke-width="0.862269"/><path d="M556.017 351.858C556.017 351.858 560.359 354.339 565.94 351.858C571.522 349.377 575.864 351.858 575.864 351.858" stroke="#E58600" stroke-width="0.862269"/><path d="M556.017 444.899C556.017 444.899 560.359 447.38 565.94 444.899C571.522 442.418 575.864 444.899 575.864 444.899" stroke="#E58600" stroke-width="0.862269"/><path d="M556.017 320.981C556.017 320.981 560.359 323.462 565.94 320.981C571.522 318.5 575.864 320.981 575.864 320.981" stroke="#E58600" stroke-width="0.862269"/><path d="M556.017 327.046C556.017 327.046 560.359 329.527 565.94 327.046C571.522 324.565 575.864 327.046 575.864 327.046" stroke="#E58600" stroke-width="0.862269"/><path d="M556.017 420.089C556.017 420.089 560.359 422.57 565.94 420.089C571.522 417.608 575.864 420.089 575.864 420.089" stroke="#E58600" stroke-width="0.862269"/><path d="M556.017 426.153C556.017 426.153 560.359 428.634 565.94 426.153C571.522 423.672 575.864 426.153 575.864 426.153" stroke="#E58600" stroke-width="0.862269"/><path d="M556.017 370.468C556.017 370.468 560.359 372.949 565.94 370.468C571.522 367.987 575.864 370.468 575.864 370.468" stroke="#E58600" stroke-width="0.862269"/><path d="M556.017 376.532C556.017 376.532 560.359 379.013 565.94 376.532C571.522 374.051 575.864 376.532 575.864 376.532" stroke="#E58600" stroke-width="0.862269"/></g></g><path fill-rule="evenodd" clip-rule="evenodd" d="M480 400.655L556.242 445V357L633 313L556.242 269L480 313V400.655Z" fill="#FFDB80"/><path d="M556.242 445V357L633 313M556.242 445L480 400.655V313L556.242 269L633 313M556.242 445L633 400.655V313" stroke="#E58600" stroke-width="10" stroke-linejoin="round"/><path d="M480 312L556 358" stroke="#E58600" stroke-width="4" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="11 11"/><mask id="mask16_4179_108412" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="326" y="96" width="77" height="132"><path d="M326 140V228L403 183.655V96L326 140Z" fill="#FFC2A3"/></mask><g mask="url(#mask16_4179_108412)"><rect x="197.422" y="-75.5" width="479.421" height="317.315" fill="#FFB700"/><mask id="mask17_4179_108412" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="301" y="81" width="113" height="161"><path d="M301.5 81.5H413.5V241.815H301.5V81.5Z" fill="#FF7E3B"/></mask><g mask="url(#mask17_4179_108412)"><path d="M345.864 166.147C345.864 166.147 350.206 168.628 355.788 166.147C361.37 163.666 365.712 166.147 365.712 166.147" stroke="#E58600" stroke-width="0.862269"/><path d="M345.864 172.212C345.864 172.212 350.206 174.693 355.788 172.212C361.37 169.731 365.712 172.212 365.712 172.212" stroke="#E58600" stroke-width="0.862269"/><path d="M345.864 116.526C345.864 116.526 350.206 119.007 355.788 116.526C361.37 114.045 365.712 116.526 365.712 116.526" stroke="#E58600" stroke-width="0.862269"/><path d="M345.864 122.591C345.864 122.591 350.206 125.072 355.788 122.591C361.37 120.11 365.712 122.591 365.712 122.591" stroke="#E58600" stroke-width="0.862269"/><path d="M345.864 215.632C345.864 215.632 350.206 218.113 355.788 215.632C361.37 213.151 365.712 215.632 365.712 215.632" stroke="#E58600" stroke-width="0.862269"/><path d="M345.864 221.696C345.864 221.696 350.206 224.177 355.788 221.696C361.37 219.215 365.712 221.696 365.712 221.696" stroke="#E58600" stroke-width="0.862269"/><path d="M345.864 97.7782C345.864 97.7782 350.206 100.259 355.788 97.7782C361.37 95.2971 365.712 97.7782 365.712 97.7782" stroke="#E58600" stroke-width="0.862269"/><path d="M345.864 190.821C345.864 190.821 350.206 193.302 355.788 190.821C361.37 188.34 365.712 190.821 365.712 190.821" stroke="#E58600" stroke-width="0.862269"/><path d="M345.864 196.886C345.864 196.886 350.206 199.367 355.788 196.886C361.37 194.404 365.712 196.886 365.712 196.886" stroke="#E58600" stroke-width="0.862269"/><path d="M345.865 141.198C345.865 141.198 350.207 143.679 355.789 141.198C361.371 138.717 365.713 141.198 365.713 141.198" stroke="#E58600" stroke-width="0.862269"/><path d="M345.865 147.263C345.865 147.263 350.207 149.744 355.789 147.263C361.371 144.781 365.713 147.263 365.713 147.263" stroke="#E58600" stroke-width="0.862269"/><path d="M385.562 166.147C385.562 166.147 389.904 168.628 395.486 166.147C401.068 163.666 405.41 166.147 405.41 166.147" stroke="#E58600" stroke-width="0.862269"/><path d="M385.562 172.212C385.562 172.212 389.904 174.693 395.486 172.212C401.068 169.731 405.41 172.212 405.41 172.212" stroke="#E58600" stroke-width="0.862269"/><path d="M385.562 116.526C385.562 116.526 389.904 119.007 395.486 116.526C401.068 114.045 405.41 116.526 405.41 116.526" stroke="#E58600" stroke-width="0.862269"/><path d="M385.562 122.591C385.562 122.591 389.904 125.072 395.486 122.591C401.068 120.11 405.41 122.591 405.41 122.591" stroke="#E58600" stroke-width="0.862269"/><path d="M385.562 215.632C385.562 215.632 389.904 218.113 395.486 215.632C401.068 213.151 405.41 215.632 405.41 215.632" stroke="#E58600" stroke-width="0.862269"/><path d="M385.562 221.696C385.562 221.696 389.904 224.177 395.486 221.696C401.068 219.215 405.41 221.696 405.41 221.696" stroke="#E58600" stroke-width="0.862269"/><path d="M385.562 97.7782C385.562 97.7782 389.904 100.259 395.486 97.7782C401.068 95.2971 405.41 97.7782 405.41 97.7782" stroke="#E58600" stroke-width="0.862269"/><path d="M385.562 190.821C385.562 190.821 389.904 193.302 395.486 190.821C401.068 188.34 405.41 190.821 405.41 190.821" stroke="#E58600" stroke-width="0.862269"/><path d="M385.562 196.886C385.562 196.886 389.904 199.367 395.486 196.886C401.068 194.404 405.41 196.886 405.41 196.886" stroke="#E58600" stroke-width="0.862269"/><path d="M385.562 141.198C385.562 141.198 389.904 143.679 395.486 141.198C401.068 138.717 405.41 141.198 405.41 141.198" stroke="#E58600" stroke-width="0.862269"/><path d="M385.562 147.263C385.562 147.263 389.904 149.744 395.486 147.263C401.068 144.781 405.41 147.263 405.41 147.263" stroke="#E58600" stroke-width="0.862269"/><path d="M306.167 166.147C306.167 166.147 310.509 168.628 316.091 166.147C321.672 163.666 326.014 166.147 326.014 166.147" stroke="#E58600" stroke-width="0.862269"/><path d="M306.167 172.212C306.167 172.212 310.509 174.693 316.091 172.212C321.672 169.731 326.014 172.212 326.014 172.212" stroke="#E58600" stroke-width="0.862269"/><path d="M306.167 116.526C306.167 116.526 310.509 119.007 316.091 116.526C321.672 114.045 326.014 116.526 326.014 116.526" stroke="#E58600" stroke-width="0.862269"/><path d="M306.167 122.591C306.167 122.591 310.509 125.072 316.091 122.591C321.672 120.11 326.014 122.591 326.014 122.591" stroke="#E58600" stroke-width="0.862269"/><path d="M306.167 215.632C306.167 215.632 310.509 218.113 316.091 215.632C321.672 213.151 326.014 215.632 326.014 215.632" stroke="#E58600" stroke-width="0.862269"/><path d="M306.167 221.696C306.167 221.696 310.509 224.177 316.091 221.696C321.672 219.215 326.014 221.696 326.014 221.696" stroke="#E58600" stroke-width="0.862269"/><path d="M306.167 97.7782C306.167 97.7782 310.509 100.259 316.091 97.7782C321.672 95.2971 326.014 97.7782 326.014 97.7782" stroke="#E58600" stroke-width="0.862269"/><path d="M306.167 190.821C306.167 190.821 310.509 193.302 316.091 190.821C321.672 188.34 326.014 190.821 326.014 190.821" stroke="#E58600" stroke-width="0.862269"/><path d="M306.167 196.886C306.167 196.886 310.509 199.367 316.091 196.886C321.672 194.404 326.014 196.886 326.014 196.886" stroke="#E58600" stroke-width="0.862269"/><path d="M306.167 141.198C306.167 141.198 310.509 143.679 316.091 141.198C321.672 138.717 326.014 141.198 326.014 141.198" stroke="#E58600" stroke-width="0.862269"/><path d="M306.167 147.263C306.167 147.263 310.509 149.744 316.091 147.263C321.672 144.781 326.014 147.263 326.014 147.263" stroke="#E58600" stroke-width="0.862269"/><path d="M365.713 178.415C365.713 178.415 370.055 180.896 375.637 178.415C381.218 175.934 385.56 178.415 385.56 178.415" stroke="#E58600" stroke-width="0.862269"/><path d="M365.713 184.479C365.713 184.479 370.055 186.96 375.637 184.479C381.218 181.998 385.56 184.479 385.56 184.479" stroke="#E58600" stroke-width="0.862269"/><path d="M365.713 128.794C365.713 128.794 370.055 131.275 375.637 128.794C381.218 126.313 385.56 128.794 385.56 128.794" stroke="#E58600" stroke-width="0.862269"/><path d="M365.713 134.858C365.713 134.858 370.055 137.339 375.637 134.858C381.218 132.377 385.56 134.858 385.56 134.858" stroke="#E58600" stroke-width="0.862269"/><path d="M365.713 227.899C365.713 227.899 370.055 230.38 375.637 227.899C381.218 225.418 385.56 227.899 385.56 227.899" stroke="#E58600" stroke-width="0.862269"/><path d="M365.713 103.981C365.713 103.981 370.055 106.462 375.637 103.981C381.218 101.5 385.56 103.981 385.56 103.981" stroke="#E58600" stroke-width="0.862269"/><path d="M365.713 110.046C365.713 110.046 370.055 112.527 375.637 110.046C381.218 107.565 385.56 110.046 385.56 110.046" stroke="#E58600" stroke-width="0.862269"/><path d="M365.713 203.089C365.713 203.089 370.055 205.57 375.637 203.089C381.218 200.608 385.56 203.089 385.56 203.089" stroke="#E58600" stroke-width="0.862269"/><path d="M365.713 209.153C365.713 209.153 370.055 211.634 375.637 209.153C381.218 206.672 385.56 209.153 385.56 209.153" stroke="#E58600" stroke-width="0.862269"/><path d="M365.713 153.468C365.713 153.468 370.055 155.949 375.637 153.468C381.218 150.987 385.56 153.468 385.56 153.468" stroke="#E58600" stroke-width="0.862269"/><path d="M365.713 159.532C365.713 159.532 370.055 162.013 375.637 159.532C381.218 157.051 385.56 159.532 385.56 159.532" stroke="#E58600" stroke-width="0.862269"/><path d="M326.017 178.415C326.017 178.415 330.359 180.896 335.94 178.415C341.522 175.934 345.864 178.415 345.864 178.415" stroke="#E58600" stroke-width="0.862269"/><path d="M326.017 184.479C326.017 184.479 330.359 186.96 335.94 184.479C341.522 181.998 345.864 184.479 345.864 184.479" stroke="#E58600" stroke-width="0.862269"/><path d="M326.017 128.794C326.017 128.794 330.359 131.275 335.94 128.794C341.522 126.313 345.864 128.794 345.864 128.794" stroke="#E58600" stroke-width="0.862269"/><path d="M326.017 134.858C326.017 134.858 330.359 137.339 335.94 134.858C341.522 132.377 345.864 134.858 345.864 134.858" stroke="#E58600" stroke-width="0.862269"/><path d="M326.017 227.899C326.017 227.899 330.359 230.38 335.94 227.899C341.522 225.418 345.864 227.899 345.864 227.899" stroke="#E58600" stroke-width="0.862269"/><path d="M326.017 103.981C326.017 103.981 330.359 106.462 335.94 103.981C341.522 101.5 345.864 103.981 345.864 103.981" stroke="#E58600" stroke-width="0.862269"/><path d="M326.017 110.046C326.017 110.046 330.359 112.527 335.94 110.046C341.522 107.565 345.864 110.046 345.864 110.046" stroke="#E58600" stroke-width="0.862269"/><path d="M326.017 203.089C326.017 203.089 330.359 205.57 335.94 203.089C341.522 200.608 345.864 203.089 345.864 203.089" stroke="#E58600" stroke-width="0.862269"/><path d="M326.017 209.153C326.017 209.153 330.359 211.634 335.94 209.153C341.522 206.672 345.864 209.153 345.864 209.153" stroke="#E58600" stroke-width="0.862269"/><path d="M326.017 153.468C326.017 153.468 330.359 155.949 335.94 153.468C341.522 150.987 345.864 153.468 345.864 153.468" stroke="#E58600" stroke-width="0.862269"/><path d="M326.017 159.532C326.017 159.532 330.359 162.013 335.94 159.532C341.522 157.051 345.864 159.532 345.864 159.532" stroke="#E58600" stroke-width="0.862269"/></g></g><path fill-rule="evenodd" clip-rule="evenodd" d="M250 183.655L326.242 228V140L403 96L326.242 52L250 96V183.655Z" fill="#FFDB80"/><path d="M326.242 228V140L403 96M326.242 228L250 183.655V96L326.242 52L403 96M326.242 228L403 183.655V96" stroke="#E58600" stroke-width="10" stroke-linejoin="round"/><path d="M250 95L326 141" stroke="#E58600" stroke-width="4" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="11 11"/><mask id="mask18_4179_108412" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="402" y="140" width="77" height="132"><path d="M402 184V272L479 227.655V140L402 184Z" fill="#FFC2A3"/></mask><g mask="url(#mask18_4179_108412)"><rect x="273.422" y="-31.5" width="479.421" height="317.315" fill="#FFB700"/><mask id="mask19_4179_108412" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="377" y="125" width="113" height="161"><path d="M377.5 125.5H489.5V285.815H377.5V125.5Z" fill="#FF7E3B"/></mask><g mask="url(#mask19_4179_108412)"><path d="M421.864 210.147C421.864 210.147 426.206 212.628 431.788 210.147C437.37 207.666 441.712 210.147 441.712 210.147" stroke="#E58600" stroke-width="0.862269"/><path d="M421.864 216.212C421.864 216.212 426.206 218.693 431.788 216.212C437.37 213.731 441.712 216.212 441.712 216.212" stroke="#E58600" stroke-width="0.862269"/><path d="M421.864 160.526C421.864 160.526 426.206 163.007 431.788 160.526C437.37 158.045 441.712 160.526 441.712 160.526" stroke="#E58600" stroke-width="0.862269"/><path d="M421.864 166.591C421.864 166.591 426.206 169.072 431.788 166.591C437.37 164.11 441.712 166.591 441.712 166.591" stroke="#E58600" stroke-width="0.862269"/><path d="M421.864 259.632C421.864 259.632 426.206 262.113 431.788 259.632C437.37 257.151 441.712 259.632 441.712 259.632" stroke="#E58600" stroke-width="0.862269"/><path d="M421.864 265.696C421.864 265.696 426.206 268.177 431.788 265.696C437.37 263.215 441.712 265.696 441.712 265.696" stroke="#E58600" stroke-width="0.862269"/><path d="M421.864 141.778C421.864 141.778 426.206 144.259 431.788 141.778C437.37 139.297 441.712 141.778 441.712 141.778" stroke="#E58600" stroke-width="0.862269"/><path d="M421.864 234.821C421.864 234.821 426.206 237.302 431.788 234.821C437.37 232.34 441.712 234.821 441.712 234.821" stroke="#E58600" stroke-width="0.862269"/><path d="M421.864 240.886C421.864 240.886 426.206 243.367 431.788 240.886C437.37 238.404 441.712 240.886 441.712 240.886" stroke="#E58600" stroke-width="0.862269"/><path d="M421.865 185.198C421.865 185.198 426.207 187.679 431.789 185.198C437.371 182.717 441.713 185.198 441.713 185.198" stroke="#E58600" stroke-width="0.862269"/><path d="M421.865 191.263C421.865 191.263 426.207 193.744 431.789 191.263C437.371 188.781 441.713 191.263 441.713 191.263" stroke="#E58600" stroke-width="0.862269"/><path d="M461.562 210.147C461.562 210.147 465.904 212.628 471.486 210.147C477.068 207.666 481.41 210.147 481.41 210.147" stroke="#E58600" stroke-width="0.862269"/><path d="M461.562 216.212C461.562 216.212 465.904 218.693 471.486 216.212C477.068 213.731 481.41 216.212 481.41 216.212" stroke="#E58600" stroke-width="0.862269"/><path d="M461.562 160.526C461.562 160.526 465.904 163.007 471.486 160.526C477.068 158.045 481.41 160.526 481.41 160.526" stroke="#E58600" stroke-width="0.862269"/><path d="M461.562 166.591C461.562 166.591 465.904 169.072 471.486 166.591C477.068 164.11 481.41 166.591 481.41 166.591" stroke="#E58600" stroke-width="0.862269"/><path d="M461.562 259.632C461.562 259.632 465.904 262.113 471.486 259.632C477.068 257.151 481.41 259.632 481.41 259.632" stroke="#E58600" stroke-width="0.862269"/><path d="M461.562 265.696C461.562 265.696 465.904 268.177 471.486 265.696C477.068 263.215 481.41 265.696 481.41 265.696" stroke="#E58600" stroke-width="0.862269"/><path d="M461.562 141.778C461.562 141.778 465.904 144.259 471.486 141.778C477.068 139.297 481.41 141.778 481.41 141.778" stroke="#E58600" stroke-width="0.862269"/><path d="M461.562 234.821C461.562 234.821 465.904 237.302 471.486 234.821C477.068 232.34 481.41 234.821 481.41 234.821" stroke="#E58600" stroke-width="0.862269"/><path d="M461.562 240.886C461.562 240.886 465.904 243.367 471.486 240.886C477.068 238.404 481.41 240.886 481.41 240.886" stroke="#E58600" stroke-width="0.862269"/><path d="M461.562 185.198C461.562 185.198 465.904 187.679 471.486 185.198C477.068 182.717 481.41 185.198 481.41 185.198" stroke="#E58600" stroke-width="0.862269"/><path d="M461.562 191.263C461.562 191.263 465.904 193.744 471.486 191.263C477.068 188.781 481.41 191.263 481.41 191.263" stroke="#E58600" stroke-width="0.862269"/><path d="M382.167 210.147C382.167 210.147 386.509 212.628 392.091 210.147C397.672 207.666 402.014 210.147 402.014 210.147" stroke="#E58600" stroke-width="0.862269"/><path d="M382.167 216.212C382.167 216.212 386.509 218.693 392.091 216.212C397.672 213.731 402.014 216.212 402.014 216.212" stroke="#E58600" stroke-width="0.862269"/><path d="M382.167 160.526C382.167 160.526 386.509 163.007 392.091 160.526C397.672 158.045 402.014 160.526 402.014 160.526" stroke="#E58600" stroke-width="0.862269"/><path d="M382.167 166.591C382.167 166.591 386.509 169.072 392.091 166.591C397.672 164.11 402.014 166.591 402.014 166.591" stroke="#E58600" stroke-width="0.862269"/><path d="M382.167 259.632C382.167 259.632 386.509 262.113 392.091 259.632C397.672 257.151 402.014 259.632 402.014 259.632" stroke="#E58600" stroke-width="0.862269"/><path d="M382.167 265.696C382.167 265.696 386.509 268.177 392.091 265.696C397.672 263.215 402.014 265.696 402.014 265.696" stroke="#E58600" stroke-width="0.862269"/><path d="M382.167 141.778C382.167 141.778 386.509 144.259 392.091 141.778C397.672 139.297 402.014 141.778 402.014 141.778" stroke="#E58600" stroke-width="0.862269"/><path d="M382.167 234.821C382.167 234.821 386.509 237.302 392.091 234.821C397.672 232.34 402.014 234.821 402.014 234.821" stroke="#E58600" stroke-width="0.862269"/><path d="M382.167 240.886C382.167 240.886 386.509 243.367 392.091 240.886C397.672 238.404 402.014 240.886 402.014 240.886" stroke="#E58600" stroke-width="0.862269"/><path d="M382.167 185.198C382.167 185.198 386.509 187.679 392.091 185.198C397.672 182.717 402.014 185.198 402.014 185.198" stroke="#E58600" stroke-width="0.862269"/><path d="M382.167 191.263C382.167 191.263 386.509 193.744 392.091 191.263C397.672 188.781 402.014 191.263 402.014 191.263" stroke="#E58600" stroke-width="0.862269"/><path d="M441.713 222.415C441.713 222.415 446.055 224.896 451.637 222.415C457.218 219.934 461.56 222.415 461.56 222.415" stroke="#E58600" stroke-width="0.862269"/><path d="M441.713 228.479C441.713 228.479 446.055 230.96 451.637 228.479C457.218 225.998 461.56 228.479 461.56 228.479" stroke="#E58600" stroke-width="0.862269"/><path d="M441.713 172.794C441.713 172.794 446.055 175.275 451.637 172.794C457.218 170.313 461.56 172.794 461.56 172.794" stroke="#E58600" stroke-width="0.862269"/><path d="M441.713 178.858C441.713 178.858 446.055 181.339 451.637 178.858C457.218 176.377 461.56 178.858 461.56 178.858" stroke="#E58600" stroke-width="0.862269"/><path d="M441.713 271.899C441.713 271.899 446.055 274.38 451.637 271.899C457.218 269.418 461.56 271.899 461.56 271.899" stroke="#E58600" stroke-width="0.862269"/><path d="M441.713 147.981C441.713 147.981 446.055 150.462 451.637 147.981C457.218 145.5 461.56 147.981 461.56 147.981" stroke="#E58600" stroke-width="0.862269"/><path d="M441.713 154.046C441.713 154.046 446.055 156.527 451.637 154.046C457.218 151.565 461.56 154.046 461.56 154.046" stroke="#E58600" stroke-width="0.862269"/><path d="M441.713 247.089C441.713 247.089 446.055 249.57 451.637 247.089C457.218 244.608 461.56 247.089 461.56 247.089" stroke="#E58600" stroke-width="0.862269"/><path d="M441.713 253.153C441.713 253.153 446.055 255.634 451.637 253.153C457.218 250.672 461.56 253.153 461.56 253.153" stroke="#E58600" stroke-width="0.862269"/><path d="M441.713 197.468C441.713 197.468 446.055 199.949 451.637 197.468C457.218 194.987 461.56 197.468 461.56 197.468" stroke="#E58600" stroke-width="0.862269"/><path d="M441.713 203.532C441.713 203.532 446.055 206.013 451.637 203.532C457.218 201.051 461.56 203.532 461.56 203.532" stroke="#E58600" stroke-width="0.862269"/><path d="M402.017 222.415C402.017 222.415 406.359 224.896 411.94 222.415C417.522 219.934 421.864 222.415 421.864 222.415" stroke="#E58600" stroke-width="0.862269"/><path d="M402.017 228.479C402.017 228.479 406.359 230.96 411.94 228.479C417.522 225.998 421.864 228.479 421.864 228.479" stroke="#E58600" stroke-width="0.862269"/><path d="M402.017 172.794C402.017 172.794 406.359 175.275 411.94 172.794C417.522 170.313 421.864 172.794 421.864 172.794" stroke="#E58600" stroke-width="0.862269"/><path d="M402.017 178.858C402.017 178.858 406.359 181.339 411.94 178.858C417.522 176.377 421.864 178.858 421.864 178.858" stroke="#E58600" stroke-width="0.862269"/><path d="M402.017 271.899C402.017 271.899 406.359 274.38 411.94 271.899C417.522 269.418 421.864 271.899 421.864 271.899" stroke="#E58600" stroke-width="0.862269"/><path d="M402.017 147.981C402.017 147.981 406.359 150.462 411.94 147.981C417.522 145.5 421.864 147.981 421.864 147.981" stroke="#E58600" stroke-width="0.862269"/><path d="M402.017 154.046C402.017 154.046 406.359 156.527 411.94 154.046C417.522 151.565 421.864 154.046 421.864 154.046" stroke="#E58600" stroke-width="0.862269"/><path d="M402.017 247.089C402.017 247.089 406.359 249.57 411.94 247.089C417.522 244.608 421.864 247.089 421.864 247.089" stroke="#E58600" stroke-width="0.862269"/><path d="M402.017 253.153C402.017 253.153 406.359 255.634 411.94 253.153C417.522 250.672 421.864 253.153 421.864 253.153" stroke="#E58600" stroke-width="0.862269"/><path d="M402.017 197.468C402.017 197.468 406.359 199.949 411.94 197.468C417.522 194.987 421.864 197.468 421.864 197.468" stroke="#E58600" stroke-width="0.862269"/><path d="M402.017 203.532C402.017 203.532 406.359 206.013 411.94 203.532C417.522 201.051 421.864 203.532 421.864 203.532" stroke="#E58600" stroke-width="0.862269"/></g></g><path fill-rule="evenodd" clip-rule="evenodd" d="M326 227.655L402.242 272V184L479 140L402.242 96L326 140V227.655Z" fill="#FFDB80"/><path d="M402.242 272V184L479 140M402.242 272L326 227.655V140L402.242 96L479 140M402.242 272L479 227.655V140" stroke="#E58600" stroke-width="10" stroke-linejoin="round"/><path d="M326 139L402 185" stroke="#E58600" stroke-width="4" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="11 11"/><mask id="mask20_4179_108412" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="478" y="185" width="77" height="132"><path d="M478 229V317L555 272.655V185L478 229Z" fill="#FFC2A3"/></mask><g mask="url(#mask20_4179_108412)"><rect x="349.422" y="13.5" width="479.421" height="317.315" fill="#FFB700"/><mask id="mask21_4179_108412" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="453" y="170" width="113" height="161"><path d="M453.5 170.5H565.5V330.815H453.5V170.5Z" fill="#FF7E3B"/></mask><g mask="url(#mask21_4179_108412)"><path d="M497.865 255.147C497.865 255.147 502.207 257.628 507.789 255.147C513.371 252.666 517.713 255.147 517.713 255.147" stroke="#E58600" stroke-width="0.862269"/><path d="M497.865 261.212C497.865 261.212 502.207 263.693 507.789 261.212C513.371 258.731 517.713 261.212 517.713 261.212" stroke="#E58600" stroke-width="0.862269"/><path d="M497.865 205.526C497.865 205.526 502.207 208.007 507.789 205.526C513.371 203.045 517.713 205.526 517.713 205.526" stroke="#E58600" stroke-width="0.862269"/><path d="M497.865 211.591C497.865 211.591 502.207 214.072 507.789 211.591C513.371 209.11 517.713 211.591 517.713 211.591" stroke="#E58600" stroke-width="0.862269"/><path d="M497.865 304.632C497.865 304.632 502.207 307.113 507.789 304.632C513.371 302.151 517.713 304.632 517.713 304.632" stroke="#E58600" stroke-width="0.862269"/><path d="M497.865 310.696C497.865 310.696 502.207 313.177 507.789 310.696C513.371 308.215 517.713 310.696 517.713 310.696" stroke="#E58600" stroke-width="0.862269"/><path d="M497.865 186.778C497.865 186.778 502.207 189.259 507.789 186.778C513.371 184.297 517.713 186.778 517.713 186.778" stroke="#E58600" stroke-width="0.862269"/><path d="M497.865 279.821C497.865 279.821 502.207 282.302 507.789 279.821C513.371 277.34 517.713 279.821 517.713 279.821" stroke="#E58600" stroke-width="0.862269"/><path d="M497.865 285.886C497.865 285.886 502.207 288.367 507.789 285.886C513.371 283.404 517.713 285.886 517.713 285.886" stroke="#E58600" stroke-width="0.862269"/><path d="M497.865 230.198C497.865 230.198 502.207 232.679 507.789 230.198C513.371 227.717 517.713 230.198 517.713 230.198" stroke="#E58600" stroke-width="0.862269"/><path d="M497.865 236.263C497.865 236.263 502.207 238.744 507.789 236.263C513.371 233.781 517.713 236.263 517.713 236.263" stroke="#E58600" stroke-width="0.862269"/><path d="M537.562 255.147C537.562 255.147 541.904 257.628 547.486 255.147C553.068 252.666 557.41 255.147 557.41 255.147" stroke="#E58600" stroke-width="0.862269"/><path d="M537.562 261.212C537.562 261.212 541.904 263.693 547.486 261.212C553.068 258.731 557.41 261.212 557.41 261.212" stroke="#E58600" stroke-width="0.862269"/><path d="M537.562 205.526C537.562 205.526 541.904 208.007 547.486 205.526C553.068 203.045 557.41 205.526 557.41 205.526" stroke="#E58600" stroke-width="0.862269"/><path d="M537.562 211.591C537.562 211.591 541.904 214.072 547.486 211.591C553.068 209.11 557.41 211.591 557.41 211.591" stroke="#E58600" stroke-width="0.862269"/><path d="M537.562 304.632C537.562 304.632 541.904 307.113 547.486 304.632C553.068 302.151 557.41 304.632 557.41 304.632" stroke="#E58600" stroke-width="0.862269"/><path d="M537.562 310.696C537.562 310.696 541.904 313.177 547.486 310.696C553.068 308.215 557.41 310.696 557.41 310.696" stroke="#E58600" stroke-width="0.862269"/><path d="M537.562 186.778C537.562 186.778 541.904 189.259 547.486 186.778C553.068 184.297 557.41 186.778 557.41 186.778" stroke="#E58600" stroke-width="0.862269"/><path d="M537.562 279.821C537.562 279.821 541.904 282.302 547.486 279.821C553.068 277.34 557.41 279.821 557.41 279.821" stroke="#E58600" stroke-width="0.862269"/><path d="M537.562 285.886C537.562 285.886 541.904 288.367 547.486 285.886C553.068 283.404 557.41 285.886 557.41 285.886" stroke="#E58600" stroke-width="0.862269"/><path d="M537.562 230.198C537.562 230.198 541.904 232.679 547.486 230.198C553.068 227.717 557.41 230.198 557.41 230.198" stroke="#E58600" stroke-width="0.862269"/><path d="M537.562 236.263C537.562 236.263 541.904 238.744 547.486 236.263C553.068 233.781 557.41 236.263 557.41 236.263" stroke="#E58600" stroke-width="0.862269"/><path d="M458.168 255.147C458.168 255.147 462.51 257.628 468.092 255.147C473.673 252.666 478.015 255.147 478.015 255.147" stroke="#E58600" stroke-width="0.862269"/><path d="M458.168 261.212C458.168 261.212 462.51 263.693 468.092 261.212C473.673 258.731 478.015 261.212 478.015 261.212" stroke="#E58600" stroke-width="0.862269"/><path d="M458.168 205.526C458.168 205.526 462.51 208.007 468.092 205.526C473.673 203.045 478.015 205.526 478.015 205.526" stroke="#E58600" stroke-width="0.862269"/><path d="M458.168 211.591C458.168 211.591 462.51 214.072 468.092 211.591C473.673 209.11 478.015 211.591 478.015 211.591" stroke="#E58600" stroke-width="0.862269"/><path d="M458.168 304.632C458.168 304.632 462.51 307.113 468.092 304.632C473.673 302.151 478.015 304.632 478.015 304.632" stroke="#E58600" stroke-width="0.862269"/><path d="M458.168 310.696C458.168 310.696 462.51 313.177 468.092 310.696C473.673 308.215 478.015 310.696 478.015 310.696" stroke="#E58600" stroke-width="0.862269"/><path d="M458.168 186.778C458.168 186.778 462.51 189.259 468.092 186.778C473.673 184.297 478.015 186.778 478.015 186.778" stroke="#E58600" stroke-width="0.862269"/><path d="M458.168 279.821C458.168 279.821 462.51 282.302 468.092 279.821C473.673 277.34 478.015 279.821 478.015 279.821" stroke="#E58600" stroke-width="0.862269"/><path d="M458.168 285.886C458.168 285.886 462.51 288.367 468.092 285.886C473.673 283.404 478.015 285.886 478.015 285.886" stroke="#E58600" stroke-width="0.862269"/><path d="M458.168 230.198C458.168 230.198 462.51 232.679 468.092 230.198C473.673 227.717 478.015 230.198 478.015 230.198" stroke="#E58600" stroke-width="0.862269"/><path d="M458.168 236.263C458.168 236.263 462.51 238.744 468.092 236.263C473.673 233.781 478.015 236.263 478.015 236.263" stroke="#E58600" stroke-width="0.862269"/><path d="M517.714 267.415C517.714 267.415 522.056 269.896 527.638 267.415C533.219 264.934 537.561 267.415 537.561 267.415" stroke="#E58600" stroke-width="0.862269"/><path d="M517.714 273.479C517.714 273.479 522.056 275.96 527.638 273.479C533.219 270.998 537.561 273.479 537.561 273.479" stroke="#E58600" stroke-width="0.862269"/><path d="M517.714 217.794C517.714 217.794 522.056 220.275 527.638 217.794C533.219 215.313 537.561 217.794 537.561 217.794" stroke="#E58600" stroke-width="0.862269"/><path d="M517.714 223.858C517.714 223.858 522.056 226.339 527.638 223.858C533.219 221.377 537.561 223.858 537.561 223.858" stroke="#E58600" stroke-width="0.862269"/><path d="M517.714 316.899C517.714 316.899 522.056 319.38 527.638 316.899C533.219 314.418 537.561 316.899 537.561 316.899" stroke="#E58600" stroke-width="0.862269"/><path d="M517.714 192.981C517.714 192.981 522.056 195.462 527.638 192.981C533.219 190.5 537.561 192.981 537.561 192.981" stroke="#E58600" stroke-width="0.862269"/><path d="M517.714 199.046C517.714 199.046 522.056 201.527 527.638 199.046C533.219 196.565 537.561 199.046 537.561 199.046" stroke="#E58600" stroke-width="0.862269"/><path d="M517.714 292.089C517.714 292.089 522.056 294.57 527.638 292.089C533.219 289.608 537.561 292.089 537.561 292.089" stroke="#E58600" stroke-width="0.862269"/><path d="M517.714 298.153C517.714 298.153 522.056 300.634 527.638 298.153C533.219 295.672 537.561 298.153 537.561 298.153" stroke="#E58600" stroke-width="0.862269"/><path d="M517.714 242.468C517.714 242.468 522.056 244.949 527.638 242.468C533.219 239.987 537.561 242.468 537.561 242.468" stroke="#E58600" stroke-width="0.862269"/><path d="M517.714 248.532C517.714 248.532 522.056 251.013 527.638 248.532C533.219 246.051 537.561 248.532 537.561 248.532" stroke="#E58600" stroke-width="0.862269"/><path d="M478.017 267.415C478.017 267.415 482.359 269.896 487.94 267.415C493.522 264.934 497.864 267.415 497.864 267.415" stroke="#E58600" stroke-width="0.862269"/><path d="M478.017 273.479C478.017 273.479 482.359 275.96 487.94 273.479C493.522 270.998 497.864 273.479 497.864 273.479" stroke="#E58600" stroke-width="0.862269"/><path d="M478.017 217.794C478.017 217.794 482.359 220.275 487.94 217.794C493.522 215.313 497.864 217.794 497.864 217.794" stroke="#E58600" stroke-width="0.862269"/><path d="M478.017 223.858C478.017 223.858 482.359 226.339 487.94 223.858C493.522 221.377 497.864 223.858 497.864 223.858" stroke="#E58600" stroke-width="0.862269"/><path d="M478.017 316.899C478.017 316.899 482.359 319.38 487.94 316.899C493.522 314.418 497.864 316.899 497.864 316.899" stroke="#E58600" stroke-width="0.862269"/><path d="M478.017 192.981C478.017 192.981 482.359 195.462 487.94 192.981C493.522 190.5 497.864 192.981 497.864 192.981" stroke="#E58600" stroke-width="0.862269"/><path d="M478.017 199.046C478.017 199.046 482.359 201.527 487.94 199.046C493.522 196.565 497.864 199.046 497.864 199.046" stroke="#E58600" stroke-width="0.862269"/><path d="M478.017 292.089C478.017 292.089 482.359 294.57 487.94 292.089C493.522 289.608 497.864 292.089 497.864 292.089" stroke="#E58600" stroke-width="0.862269"/><path d="M478.017 298.153C478.017 298.153 482.359 300.634 487.94 298.153C493.522 295.672 497.864 298.153 497.864 298.153" stroke="#E58600" stroke-width="0.862269"/><path d="M478.017 242.468C478.017 242.468 482.359 244.949 487.94 242.468C493.522 239.987 497.864 242.468 497.864 242.468" stroke="#E58600" stroke-width="0.862269"/><path d="M478.017 248.532C478.017 248.532 482.359 251.013 487.94 248.532C493.522 246.051 497.864 248.532 497.864 248.532" stroke="#E58600" stroke-width="0.862269"/></g></g><path fill-rule="evenodd" clip-rule="evenodd" d="M402 272.655L478.242 317V229L555 185L478.242 141L402 185V272.655Z" fill="#FFDB80"/><path d="M478.242 317V229L555 185M478.242 317L402 272.655V185L478.242 141L555 185M478.242 317L555 272.655V185" stroke="#E58600" stroke-width="10" stroke-linejoin="round"/><path d="M402 184L478 230" stroke="#E58600" stroke-width="4" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="11 11"/><mask id="mask22_4179_108412" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="554" y="228" width="77" height="132"><path d="M554 272V360L631 315.655V228L554 272Z" fill="#FFC2A3"/></mask><g mask="url(#mask22_4179_108412)"><rect x="425.422" y="56.5" width="479.421" height="317.315" fill="#FFB700"/><mask id="mask23_4179_108412" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="529" y="213" width="113" height="161"><path d="M529.5 213.5H641.5V373.815H529.5V213.5Z" fill="#FF7E3B"/></mask><g mask="url(#mask23_4179_108412)"><path d="M573.865 298.147C573.865 298.147 578.207 300.628 583.789 298.147C589.371 295.666 593.713 298.147 593.713 298.147" stroke="#E58600" stroke-width="0.862269"/><path d="M573.865 304.212C573.865 304.212 578.207 306.693 583.789 304.212C589.371 301.731 593.713 304.212 593.713 304.212" stroke="#E58600" stroke-width="0.862269"/><path d="M573.865 248.526C573.865 248.526 578.207 251.007 583.789 248.526C589.371 246.045 593.713 248.526 593.713 248.526" stroke="#E58600" stroke-width="0.862269"/><path d="M573.865 254.591C573.865 254.591 578.207 257.072 583.789 254.591C589.371 252.11 593.713 254.591 593.713 254.591" stroke="#E58600" stroke-width="0.862269"/><path d="M573.865 347.632C573.865 347.632 578.207 350.113 583.789 347.632C589.371 345.151 593.713 347.632 593.713 347.632" stroke="#E58600" stroke-width="0.862269"/><path d="M573.865 353.696C573.865 353.696 578.207 356.177 583.789 353.696C589.371 351.215 593.713 353.696 593.713 353.696" stroke="#E58600" stroke-width="0.862269"/><path d="M573.865 229.778C573.865 229.778 578.207 232.259 583.789 229.778C589.371 227.297 593.713 229.778 593.713 229.778" stroke="#E58600" stroke-width="0.862269"/><path d="M573.865 322.821C573.865 322.821 578.207 325.302 583.789 322.821C589.371 320.34 593.713 322.821 593.713 322.821" stroke="#E58600" stroke-width="0.862269"/><path d="M573.865 328.886C573.865 328.886 578.207 331.367 583.789 328.886C589.371 326.404 593.713 328.886 593.713 328.886" stroke="#E58600" stroke-width="0.862269"/><path d="M573.865 273.198C573.865 273.198 578.207 275.679 583.789 273.198C589.371 270.717 593.713 273.198 593.713 273.198" stroke="#E58600" stroke-width="0.862269"/><path d="M573.865 279.263C573.865 279.263 578.207 281.744 583.789 279.263C589.371 276.781 593.713 279.263 593.713 279.263" stroke="#E58600" stroke-width="0.862269"/><path d="M613.562 298.147C613.562 298.147 617.904 300.628 623.486 298.147C629.068 295.666 633.41 298.147 633.41 298.147" stroke="#E58600" stroke-width="0.862269"/><path d="M613.562 304.212C613.562 304.212 617.904 306.693 623.486 304.212C629.068 301.731 633.41 304.212 633.41 304.212" stroke="#E58600" stroke-width="0.862269"/><path d="M613.562 248.526C613.562 248.526 617.904 251.007 623.486 248.526C629.068 246.045 633.41 248.526 633.41 248.526" stroke="#E58600" stroke-width="0.862269"/><path d="M613.562 254.591C613.562 254.591 617.904 257.072 623.486 254.591C629.068 252.11 633.41 254.591 633.41 254.591" stroke="#E58600" stroke-width="0.862269"/><path d="M613.562 347.632C613.562 347.632 617.904 350.113 623.486 347.632C629.068 345.151 633.41 347.632 633.41 347.632" stroke="#E58600" stroke-width="0.862269"/><path d="M613.562 353.696C613.562 353.696 617.904 356.177 623.486 353.696C629.068 351.215 633.41 353.696 633.41 353.696" stroke="#E58600" stroke-width="0.862269"/><path d="M613.562 229.778C613.562 229.778 617.904 232.259 623.486 229.778C629.068 227.297 633.41 229.778 633.41 229.778" stroke="#E58600" stroke-width="0.862269"/><path d="M613.562 322.821C613.562 322.821 617.904 325.302 623.486 322.821C629.068 320.34 633.41 322.821 633.41 322.821" stroke="#E58600" stroke-width="0.862269"/><path d="M613.562 328.886C613.562 328.886 617.904 331.367 623.486 328.886C629.068 326.404 633.41 328.886 633.41 328.886" stroke="#E58600" stroke-width="0.862269"/><path d="M613.562 273.198C613.562 273.198 617.904 275.679 623.486 273.198C629.068 270.717 633.41 273.198 633.41 273.198" stroke="#E58600" stroke-width="0.862269"/><path d="M613.562 279.263C613.562 279.263 617.904 281.744 623.486 279.263C629.068 276.781 633.41 279.263 633.41 279.263" stroke="#E58600" stroke-width="0.862269"/><path d="M534.168 298.147C534.168 298.147 538.51 300.628 544.092 298.147C549.673 295.666 554.015 298.147 554.015 298.147" stroke="#E58600" stroke-width="0.862269"/><path d="M534.168 304.212C534.168 304.212 538.51 306.693 544.092 304.212C549.673 301.731 554.015 304.212 554.015 304.212" stroke="#E58600" stroke-width="0.862269"/><path d="M534.168 248.526C534.168 248.526 538.51 251.007 544.092 248.526C549.673 246.045 554.015 248.526 554.015 248.526" stroke="#E58600" stroke-width="0.862269"/><path d="M534.168 254.591C534.168 254.591 538.51 257.072 544.092 254.591C549.673 252.11 554.015 254.591 554.015 254.591" stroke="#E58600" stroke-width="0.862269"/><path d="M534.168 347.632C534.168 347.632 538.51 350.113 544.092 347.632C549.673 345.151 554.015 347.632 554.015 347.632" stroke="#E58600" stroke-width="0.862269"/><path d="M534.168 353.696C534.168 353.696 538.51 356.177 544.092 353.696C549.673 351.215 554.015 353.696 554.015 353.696" stroke="#E58600" stroke-width="0.862269"/><path d="M534.168 229.778C534.168 229.778 538.51 232.259 544.092 229.778C549.673 227.297 554.015 229.778 554.015 229.778" stroke="#E58600" stroke-width="0.862269"/><path d="M534.168 322.821C534.168 322.821 538.51 325.302 544.092 322.821C549.673 320.34 554.015 322.821 554.015 322.821" stroke="#E58600" stroke-width="0.862269"/><path d="M534.168 328.886C534.168 328.886 538.51 331.367 544.092 328.886C549.673 326.404 554.015 328.886 554.015 328.886" stroke="#E58600" stroke-width="0.862269"/><path d="M534.168 273.198C534.168 273.198 538.51 275.679 544.092 273.198C549.673 270.717 554.015 273.198 554.015 273.198" stroke="#E58600" stroke-width="0.862269"/><path d="M534.168 279.263C534.168 279.263 538.51 281.744 544.092 279.263C549.673 276.781 554.015 279.263 554.015 279.263" stroke="#E58600" stroke-width="0.862269"/><path d="M593.714 310.415C593.714 310.415 598.056 312.896 603.638 310.415C609.219 307.934 613.561 310.415 613.561 310.415" stroke="#E58600" stroke-width="0.862269"/><path d="M593.714 316.479C593.714 316.479 598.056 318.96 603.638 316.479C609.219 313.998 613.561 316.479 613.561 316.479" stroke="#E58600" stroke-width="0.862269"/><path d="M593.714 260.794C593.714 260.794 598.056 263.275 603.638 260.794C609.219 258.313 613.561 260.794 613.561 260.794" stroke="#E58600" stroke-width="0.862269"/><path d="M593.714 266.858C593.714 266.858 598.056 269.339 603.638 266.858C609.219 264.377 613.561 266.858 613.561 266.858" stroke="#E58600" stroke-width="0.862269"/><path d="M593.714 359.899C593.714 359.899 598.056 362.38 603.638 359.899C609.219 357.418 613.561 359.899 613.561 359.899" stroke="#E58600" stroke-width="0.862269"/><path d="M593.714 235.981C593.714 235.981 598.056 238.462 603.638 235.981C609.219 233.5 613.561 235.981 613.561 235.981" stroke="#E58600" stroke-width="0.862269"/><path d="M593.714 242.046C593.714 242.046 598.056 244.527 603.638 242.046C609.219 239.565 613.561 242.046 613.561 242.046" stroke="#E58600" stroke-width="0.862269"/><path d="M593.714 335.089C593.714 335.089 598.056 337.57 603.638 335.089C609.219 332.608 613.561 335.089 613.561 335.089" stroke="#E58600" stroke-width="0.862269"/><path d="M593.714 341.153C593.714 341.153 598.056 343.634 603.638 341.153C609.219 338.672 613.561 341.153 613.561 341.153" stroke="#E58600" stroke-width="0.862269"/><path d="M593.714 285.468C593.714 285.468 598.056 287.949 603.638 285.468C609.219 282.987 613.561 285.468 613.561 285.468" stroke="#E58600" stroke-width="0.862269"/><path d="M593.714 291.532C593.714 291.532 598.056 294.013 603.638 291.532C609.219 289.051 613.561 291.532 613.561 291.532" stroke="#E58600" stroke-width="0.862269"/><path d="M554.017 310.415C554.017 310.415 558.359 312.896 563.94 310.415C569.522 307.934 573.864 310.415 573.864 310.415" stroke="#E58600" stroke-width="0.862269"/><path d="M554.017 316.479C554.017 316.479 558.359 318.96 563.94 316.479C569.522 313.998 573.864 316.479 573.864 316.479" stroke="#E58600" stroke-width="0.862269"/><path d="M554.017 260.794C554.017 260.794 558.359 263.275 563.94 260.794C569.522 258.313 573.864 260.794 573.864 260.794" stroke="#E58600" stroke-width="0.862269"/><path d="M554.017 266.858C554.017 266.858 558.359 269.339 563.94 266.858C569.522 264.377 573.864 266.858 573.864 266.858" stroke="#E58600" stroke-width="0.862269"/><path d="M554.017 359.899C554.017 359.899 558.359 362.38 563.94 359.899C569.522 357.418 573.864 359.899 573.864 359.899" stroke="#E58600" stroke-width="0.862269"/><path d="M554.017 235.981C554.017 235.981 558.359 238.462 563.94 235.981C569.522 233.5 573.864 235.981 573.864 235.981" stroke="#E58600" stroke-width="0.862269"/><path d="M554.017 242.046C554.017 242.046 558.359 244.527 563.94 242.046C569.522 239.565 573.864 242.046 573.864 242.046" stroke="#E58600" stroke-width="0.862269"/><path d="M554.017 335.089C554.017 335.089 558.359 337.57 563.94 335.089C569.522 332.608 573.864 335.089 573.864 335.089" stroke="#E58600" stroke-width="0.862269"/><path d="M554.017 341.153C554.017 341.153 558.359 343.634 563.94 341.153C569.522 338.672 573.864 341.153 573.864 341.153" stroke="#E58600" stroke-width="0.862269"/><path d="M554.017 285.468C554.017 285.468 558.359 287.949 563.94 285.468C569.522 282.987 573.864 285.468 573.864 285.468" stroke="#E58600" stroke-width="0.862269"/><path d="M554.017 291.532C554.017 291.532 558.359 294.013 563.94 291.532C569.522 289.051 573.864 291.532 573.864 291.532" stroke="#E58600" stroke-width="0.862269"/></g></g><path fill-rule="evenodd" clip-rule="evenodd" d="M478 315.655L554.242 360V272L631 228L554.242 184L478 228V315.655Z" fill="#FFDB80"/><path d="M554.242 360V272L631 228M554.242 360L478 315.655V228L554.242 184L631 228M554.242 360L631 315.655V228" stroke="#E58600" stroke-width="10" stroke-linejoin="round"/><path d="M478 227L554 273" stroke="#E58600" stroke-width="4" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="11 11"/><mask id="mask24_4179_108412" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="251" y="226" width="77" height="132"><path d="M251 270V358L328 313.655V226L251 270Z" fill="#FFC2A3"/></mask><g mask="url(#mask24_4179_108412)"><rect x="122.422" y="54.5" width="479.421" height="317.315" fill="#FFB700"/><mask id="mask25_4179_108412" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="226" y="211" width="113" height="161"><path d="M226.5 211.5H338.5V371.815H226.5V211.5Z" fill="#FF7E3B"/></mask><g mask="url(#mask25_4179_108412)"><path d="M270.864 296.147C270.864 296.147 275.206 298.628 280.788 296.147C286.37 293.666 290.712 296.147 290.712 296.147" stroke="#E58600" stroke-width="0.862269"/><path d="M270.864 302.212C270.864 302.212 275.206 304.693 280.788 302.212C286.37 299.731 290.712 302.212 290.712 302.212" stroke="#E58600" stroke-width="0.862269"/><path d="M270.864 246.526C270.864 246.526 275.206 249.007 280.788 246.526C286.37 244.045 290.712 246.526 290.712 246.526" stroke="#E58600" stroke-width="0.862269"/><path d="M270.864 252.591C270.864 252.591 275.206 255.072 280.788 252.591C286.37 250.11 290.712 252.591 290.712 252.591" stroke="#E58600" stroke-width="0.862269"/><path d="M270.864 345.632C270.864 345.632 275.206 348.113 280.788 345.632C286.37 343.151 290.712 345.632 290.712 345.632" stroke="#E58600" stroke-width="0.862269"/><path d="M270.864 351.696C270.864 351.696 275.206 354.177 280.788 351.696C286.37 349.215 290.712 351.696 290.712 351.696" stroke="#E58600" stroke-width="0.862269"/><path d="M270.864 227.778C270.864 227.778 275.206 230.259 280.788 227.778C286.37 225.297 290.712 227.778 290.712 227.778" stroke="#E58600" stroke-width="0.862269"/><path d="M270.864 320.821C270.864 320.821 275.206 323.302 280.788 320.821C286.37 318.34 290.712 320.821 290.712 320.821" stroke="#E58600" stroke-width="0.862269"/><path d="M270.864 326.886C270.864 326.886 275.206 329.367 280.788 326.886C286.37 324.404 290.712 326.886 290.712 326.886" stroke="#E58600" stroke-width="0.862269"/><path d="M270.865 271.198C270.865 271.198 275.207 273.679 280.789 271.198C286.371 268.717 290.713 271.198 290.713 271.198" stroke="#E58600" stroke-width="0.862269"/><path d="M270.865 277.263C270.865 277.263 275.207 279.744 280.789 277.263C286.371 274.781 290.713 277.263 290.713 277.263" stroke="#E58600" stroke-width="0.862269"/><path d="M310.562 296.147C310.562 296.147 314.904 298.628 320.486 296.147C326.068 293.666 330.41 296.147 330.41 296.147" stroke="#E58600" stroke-width="0.862269"/><path d="M310.562 302.212C310.562 302.212 314.904 304.693 320.486 302.212C326.068 299.731 330.41 302.212 330.41 302.212" stroke="#E58600" stroke-width="0.862269"/><path d="M310.562 246.526C310.562 246.526 314.904 249.007 320.486 246.526C326.068 244.045 330.41 246.526 330.41 246.526" stroke="#E58600" stroke-width="0.862269"/><path d="M310.562 252.591C310.562 252.591 314.904 255.072 320.486 252.591C326.068 250.11 330.41 252.591 330.41 252.591" stroke="#E58600" stroke-width="0.862269"/><path d="M310.562 345.632C310.562 345.632 314.904 348.113 320.486 345.632C326.068 343.151 330.41 345.632 330.41 345.632" stroke="#E58600" stroke-width="0.862269"/><path d="M310.562 351.696C310.562 351.696 314.904 354.177 320.486 351.696C326.068 349.215 330.41 351.696 330.41 351.696" stroke="#E58600" stroke-width="0.862269"/><path d="M310.562 227.778C310.562 227.778 314.904 230.259 320.486 227.778C326.068 225.297 330.41 227.778 330.41 227.778" stroke="#E58600" stroke-width="0.862269"/><path d="M310.562 320.821C310.562 320.821 314.904 323.302 320.486 320.821C326.068 318.34 330.41 320.821 330.41 320.821" stroke="#E58600" stroke-width="0.862269"/><path d="M310.562 326.886C310.562 326.886 314.904 329.367 320.486 326.886C326.068 324.404 330.41 326.886 330.41 326.886" stroke="#E58600" stroke-width="0.862269"/><path d="M310.562 271.198C310.562 271.198 314.904 273.679 320.486 271.198C326.068 268.717 330.41 271.198 330.41 271.198" stroke="#E58600" stroke-width="0.862269"/><path d="M310.562 277.263C310.562 277.263 314.904 279.744 320.486 277.263C326.068 274.781 330.41 277.263 330.41 277.263" stroke="#E58600" stroke-width="0.862269"/><path d="M231.167 296.147C231.167 296.147 235.509 298.628 241.091 296.147C246.672 293.666 251.014 296.147 251.014 296.147" stroke="#E58600" stroke-width="0.862269"/><path d="M231.167 302.212C231.167 302.212 235.509 304.693 241.091 302.212C246.672 299.731 251.014 302.212 251.014 302.212" stroke="#E58600" stroke-width="0.862269"/><path d="M231.167 246.526C231.167 246.526 235.509 249.007 241.091 246.526C246.672 244.045 251.014 246.526 251.014 246.526" stroke="#E58600" stroke-width="0.862269"/><path d="M231.167 252.591C231.167 252.591 235.509 255.072 241.091 252.591C246.672 250.11 251.014 252.591 251.014 252.591" stroke="#E58600" stroke-width="0.862269"/><path d="M231.167 345.632C231.167 345.632 235.509 348.113 241.091 345.632C246.672 343.151 251.014 345.632 251.014 345.632" stroke="#E58600" stroke-width="0.862269"/><path d="M231.167 351.696C231.167 351.696 235.509 354.177 241.091 351.696C246.672 349.215 251.014 351.696 251.014 351.696" stroke="#E58600" stroke-width="0.862269"/><path d="M231.167 227.778C231.167 227.778 235.509 230.259 241.091 227.778C246.672 225.297 251.014 227.778 251.014 227.778" stroke="#E58600" stroke-width="0.862269"/><path d="M231.167 320.821C231.167 320.821 235.509 323.302 241.091 320.821C246.672 318.34 251.014 320.821 251.014 320.821" stroke="#E58600" stroke-width="0.862269"/><path d="M231.167 326.886C231.167 326.886 235.509 329.367 241.091 326.886C246.672 324.404 251.014 326.886 251.014 326.886" stroke="#E58600" stroke-width="0.862269"/><path d="M231.167 271.198C231.167 271.198 235.509 273.679 241.091 271.198C246.672 268.717 251.014 271.198 251.014 271.198" stroke="#E58600" stroke-width="0.862269"/><path d="M231.167 277.263C231.167 277.263 235.509 279.744 241.091 277.263C246.672 274.781 251.014 277.263 251.014 277.263" stroke="#E58600" stroke-width="0.862269"/><path d="M290.713 308.415C290.713 308.415 295.055 310.896 300.637 308.415C306.218 305.934 310.56 308.415 310.56 308.415" stroke="#E58600" stroke-width="0.862269"/><path d="M290.713 314.479C290.713 314.479 295.055 316.96 300.637 314.479C306.218 311.998 310.56 314.479 310.56 314.479" stroke="#E58600" stroke-width="0.862269"/><path d="M290.713 258.794C290.713 258.794 295.055 261.275 300.637 258.794C306.218 256.313 310.56 258.794 310.56 258.794" stroke="#E58600" stroke-width="0.862269"/><path d="M290.713 264.858C290.713 264.858 295.055 267.339 300.637 264.858C306.218 262.377 310.56 264.858 310.56 264.858" stroke="#E58600" stroke-width="0.862269"/><path d="M290.713 357.899C290.713 357.899 295.055 360.38 300.637 357.899C306.218 355.418 310.56 357.899 310.56 357.899" stroke="#E58600" stroke-width="0.862269"/><path d="M290.713 233.981C290.713 233.981 295.055 236.462 300.637 233.981C306.218 231.5 310.56 233.981 310.56 233.981" stroke="#E58600" stroke-width="0.862269"/><path d="M290.713 240.046C290.713 240.046 295.055 242.527 300.637 240.046C306.218 237.565 310.56 240.046 310.56 240.046" stroke="#E58600" stroke-width="0.862269"/><path d="M290.713 333.089C290.713 333.089 295.055 335.57 300.637 333.089C306.218 330.608 310.56 333.089 310.56 333.089" stroke="#E58600" stroke-width="0.862269"/><path d="M290.713 339.153C290.713 339.153 295.055 341.634 300.637 339.153C306.218 336.672 310.56 339.153 310.56 339.153" stroke="#E58600" stroke-width="0.862269"/><path d="M290.713 283.468C290.713 283.468 295.055 285.949 300.637 283.468C306.218 280.987 310.56 283.468 310.56 283.468" stroke="#E58600" stroke-width="0.862269"/><path d="M290.713 289.532C290.713 289.532 295.055 292.013 300.637 289.532C306.218 287.051 310.56 289.532 310.56 289.532" stroke="#E58600" stroke-width="0.862269"/><path d="M251.016 308.415C251.016 308.415 255.358 310.896 260.94 308.415C266.522 305.934 270.864 308.415 270.864 308.415" stroke="#E58600" stroke-width="0.862269"/><path d="M251.016 314.479C251.016 314.479 255.358 316.96 260.94 314.479C266.522 311.998 270.864 314.479 270.864 314.479" stroke="#E58600" stroke-width="0.862269"/><path d="M251.016 258.794C251.016 258.794 255.358 261.275 260.94 258.794C266.522 256.313 270.864 258.794 270.864 258.794" stroke="#E58600" stroke-width="0.862269"/><path d="M251.016 264.858C251.016 264.858 255.358 267.339 260.94 264.858C266.522 262.377 270.864 264.858 270.864 264.858" stroke="#E58600" stroke-width="0.862269"/><path d="M251.016 357.899C251.016 357.899 255.358 360.38 260.94 357.899C266.522 355.418 270.864 357.899 270.864 357.899" stroke="#E58600" stroke-width="0.862269"/><path d="M251.016 233.981C251.016 233.981 255.358 236.462 260.94 233.981C266.522 231.5 270.864 233.981 270.864 233.981" stroke="#E58600" stroke-width="0.862269"/><path d="M251.016 240.046C251.016 240.046 255.358 242.527 260.94 240.046C266.522 237.565 270.864 240.046 270.864 240.046" stroke="#E58600" stroke-width="0.862269"/><path d="M251.016 333.089C251.016 333.089 255.358 335.57 260.94 333.089C266.522 330.608 270.864 333.089 270.864 333.089" stroke="#E58600" stroke-width="0.862269"/><path d="M251.016 339.153C251.016 339.153 255.358 341.634 260.94 339.153C266.522 336.672 270.864 339.153 270.864 339.153" stroke="#E58600" stroke-width="0.862269"/><path d="M251.016 283.468C251.016 283.468 255.358 285.949 260.94 283.468C266.522 280.987 270.864 283.468 270.864 283.468" stroke="#E58600" stroke-width="0.862269"/><path d="M251.016 289.532C251.016 289.532 255.358 292.013 260.94 289.532C266.522 287.051 270.864 289.532 270.864 289.532" stroke="#E58600" stroke-width="0.862269"/></g></g><path fill-rule="evenodd" clip-rule="evenodd" d="M175 313.655L251.242 358V270L328 226L251.242 182L175 226V313.655Z" fill="#FFDB80"/><path d="M251.242 358V270L328 226M251.242 358L175 313.655V226L251.242 182L328 226M251.242 358L328 313.655V226" stroke="#E58600" stroke-width="10" stroke-linejoin="round"/><path d="M175 225L251 271" stroke="#E58600" stroke-width="4" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="11 11"/><mask id="mask26_4179_108412" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="327" y="270" width="77" height="132"><path d="M327 314V402L404 357.655V270L327 314Z" fill="#FFC2A3"/></mask><g mask="url(#mask26_4179_108412)"><rect x="198.422" y="98.5" width="479.421" height="317.315" fill="#FFB700"/><mask id="mask27_4179_108412" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="302" y="255" width="113" height="161"><path d="M302.5 255.5H414.5V415.815H302.5V255.5Z" fill="#FF7E3B"/></mask><g mask="url(#mask27_4179_108412)"><path d="M346.864 340.147C346.864 340.147 351.206 342.628 356.788 340.147C362.37 337.666 366.712 340.147 366.712 340.147" stroke="#E58600" stroke-width="0.862269"/><path d="M346.864 346.212C346.864 346.212 351.206 348.693 356.788 346.212C362.37 343.731 366.712 346.212 366.712 346.212" stroke="#E58600" stroke-width="0.862269"/><path d="M346.864 290.526C346.864 290.526 351.206 293.007 356.788 290.526C362.37 288.045 366.712 290.526 366.712 290.526" stroke="#E58600" stroke-width="0.862269"/><path d="M346.864 296.591C346.864 296.591 351.206 299.072 356.788 296.591C362.37 294.11 366.712 296.591 366.712 296.591" stroke="#E58600" stroke-width="0.862269"/><path d="M346.864 389.632C346.864 389.632 351.206 392.113 356.788 389.632C362.37 387.151 366.712 389.632 366.712 389.632" stroke="#E58600" stroke-width="0.862269"/><path d="M346.864 395.696C346.864 395.696 351.206 398.177 356.788 395.696C362.37 393.215 366.712 395.696 366.712 395.696" stroke="#E58600" stroke-width="0.862269"/><path d="M346.864 271.778C346.864 271.778 351.206 274.259 356.788 271.778C362.37 269.297 366.712 271.778 366.712 271.778" stroke="#E58600" stroke-width="0.862269"/><path d="M346.864 364.821C346.864 364.821 351.206 367.302 356.788 364.821C362.37 362.34 366.712 364.821 366.712 364.821" stroke="#E58600" stroke-width="0.862269"/><path d="M346.864 370.886C346.864 370.886 351.206 373.367 356.788 370.886C362.37 368.404 366.712 370.886 366.712 370.886" stroke="#E58600" stroke-width="0.862269"/><path d="M346.865 315.198C346.865 315.198 351.207 317.679 356.789 315.198C362.371 312.717 366.713 315.198 366.713 315.198" stroke="#E58600" stroke-width="0.862269"/><path d="M346.865 321.263C346.865 321.263 351.207 323.744 356.789 321.263C362.371 318.781 366.713 321.263 366.713 321.263" stroke="#E58600" stroke-width="0.862269"/><path d="M386.562 340.147C386.562 340.147 390.904 342.628 396.486 340.147C402.068 337.666 406.41 340.147 406.41 340.147" stroke="#E58600" stroke-width="0.862269"/><path d="M386.562 346.212C386.562 346.212 390.904 348.693 396.486 346.212C402.068 343.731 406.41 346.212 406.41 346.212" stroke="#E58600" stroke-width="0.862269"/><path d="M386.562 290.526C386.562 290.526 390.904 293.007 396.486 290.526C402.068 288.045 406.41 290.526 406.41 290.526" stroke="#E58600" stroke-width="0.862269"/><path d="M386.562 296.591C386.562 296.591 390.904 299.072 396.486 296.591C402.068 294.11 406.41 296.591 406.41 296.591" stroke="#E58600" stroke-width="0.862269"/><path d="M386.562 389.632C386.562 389.632 390.904 392.113 396.486 389.632C402.068 387.151 406.41 389.632 406.41 389.632" stroke="#E58600" stroke-width="0.862269"/><path d="M386.562 395.696C386.562 395.696 390.904 398.177 396.486 395.696C402.068 393.215 406.41 395.696 406.41 395.696" stroke="#E58600" stroke-width="0.862269"/><path d="M386.562 271.778C386.562 271.778 390.904 274.259 396.486 271.778C402.068 269.297 406.41 271.778 406.41 271.778" stroke="#E58600" stroke-width="0.862269"/><path d="M386.562 364.821C386.562 364.821 390.904 367.302 396.486 364.821C402.068 362.34 406.41 364.821 406.41 364.821" stroke="#E58600" stroke-width="0.862269"/><path d="M386.562 370.886C386.562 370.886 390.904 373.367 396.486 370.886C402.068 368.404 406.41 370.886 406.41 370.886" stroke="#E58600" stroke-width="0.862269"/><path d="M386.562 315.198C386.562 315.198 390.904 317.679 396.486 315.198C402.068 312.717 406.41 315.198 406.41 315.198" stroke="#E58600" stroke-width="0.862269"/><path d="M386.562 321.263C386.562 321.263 390.904 323.744 396.486 321.263C402.068 318.781 406.41 321.263 406.41 321.263" stroke="#E58600" stroke-width="0.862269"/><path d="M307.167 340.147C307.167 340.147 311.509 342.628 317.091 340.147C322.672 337.666 327.014 340.147 327.014 340.147" stroke="#E58600" stroke-width="0.862269"/><path d="M307.167 346.212C307.167 346.212 311.509 348.693 317.091 346.212C322.672 343.731 327.014 346.212 327.014 346.212" stroke="#E58600" stroke-width="0.862269"/><path d="M307.167 290.526C307.167 290.526 311.509 293.007 317.091 290.526C322.672 288.045 327.014 290.526 327.014 290.526" stroke="#E58600" stroke-width="0.862269"/><path d="M307.167 296.591C307.167 296.591 311.509 299.072 317.091 296.591C322.672 294.11 327.014 296.591 327.014 296.591" stroke="#E58600" stroke-width="0.862269"/><path d="M307.167 389.632C307.167 389.632 311.509 392.113 317.091 389.632C322.672 387.151 327.014 389.632 327.014 389.632" stroke="#E58600" stroke-width="0.862269"/><path d="M307.167 395.696C307.167 395.696 311.509 398.177 317.091 395.696C322.672 393.215 327.014 395.696 327.014 395.696" stroke="#E58600" stroke-width="0.862269"/><path d="M307.167 271.778C307.167 271.778 311.509 274.259 317.091 271.778C322.672 269.297 327.014 271.778 327.014 271.778" stroke="#E58600" stroke-width="0.862269"/><path d="M307.167 364.821C307.167 364.821 311.509 367.302 317.091 364.821C322.672 362.34 327.014 364.821 327.014 364.821" stroke="#E58600" stroke-width="0.862269"/><path d="M307.167 370.886C307.167 370.886 311.509 373.367 317.091 370.886C322.672 368.404 327.014 370.886 327.014 370.886" stroke="#E58600" stroke-width="0.862269"/><path d="M307.167 315.198C307.167 315.198 311.509 317.679 317.091 315.198C322.672 312.717 327.014 315.198 327.014 315.198" stroke="#E58600" stroke-width="0.862269"/><path d="M307.167 321.263C307.167 321.263 311.509 323.744 317.091 321.263C322.672 318.781 327.014 321.263 327.014 321.263" stroke="#E58600" stroke-width="0.862269"/><path d="M366.713 352.415C366.713 352.415 371.055 354.896 376.637 352.415C382.218 349.934 386.56 352.415 386.56 352.415" stroke="#E58600" stroke-width="0.862269"/><path d="M366.713 358.479C366.713 358.479 371.055 360.96 376.637 358.479C382.218 355.998 386.56 358.479 386.56 358.479" stroke="#E58600" stroke-width="0.862269"/><path d="M366.713 302.794C366.713 302.794 371.055 305.275 376.637 302.794C382.218 300.313 386.56 302.794 386.56 302.794" stroke="#E58600" stroke-width="0.862269"/><path d="M366.713 308.858C366.713 308.858 371.055 311.339 376.637 308.858C382.218 306.377 386.56 308.858 386.56 308.858" stroke="#E58600" stroke-width="0.862269"/><path d="M366.713 401.899C366.713 401.899 371.055 404.38 376.637 401.899C382.218 399.418 386.56 401.899 386.56 401.899" stroke="#E58600" stroke-width="0.862269"/><path d="M366.713 277.981C366.713 277.981 371.055 280.462 376.637 277.981C382.218 275.5 386.56 277.981 386.56 277.981" stroke="#E58600" stroke-width="0.862269"/><path d="M366.713 284.046C366.713 284.046 371.055 286.527 376.637 284.046C382.218 281.565 386.56 284.046 386.56 284.046" stroke="#E58600" stroke-width="0.862269"/><path d="M366.713 377.089C366.713 377.089 371.055 379.57 376.637 377.089C382.218 374.608 386.56 377.089 386.56 377.089" stroke="#E58600" stroke-width="0.862269"/><path d="M366.713 383.153C366.713 383.153 371.055 385.634 376.637 383.153C382.218 380.672 386.56 383.153 386.56 383.153" stroke="#E58600" stroke-width="0.862269"/><path d="M366.713 327.468C366.713 327.468 371.055 329.949 376.637 327.468C382.218 324.987 386.56 327.468 386.56 327.468" stroke="#E58600" stroke-width="0.862269"/><path d="M366.713 333.532C366.713 333.532 371.055 336.013 376.637 333.532C382.218 331.051 386.56 333.532 386.56 333.532" stroke="#E58600" stroke-width="0.862269"/><path d="M327.017 352.415C327.017 352.415 331.359 354.896 336.94 352.415C342.522 349.934 346.864 352.415 346.864 352.415" stroke="#E58600" stroke-width="0.862269"/><path d="M327.017 358.479C327.017 358.479 331.359 360.96 336.94 358.479C342.522 355.998 346.864 358.479 346.864 358.479" stroke="#E58600" stroke-width="0.862269"/><path d="M327.017 302.794C327.017 302.794 331.359 305.275 336.94 302.794C342.522 300.313 346.864 302.794 346.864 302.794" stroke="#E58600" stroke-width="0.862269"/><path d="M327.017 308.858C327.017 308.858 331.359 311.339 336.94 308.858C342.522 306.377 346.864 308.858 346.864 308.858" stroke="#E58600" stroke-width="0.862269"/><path d="M327.017 401.899C327.017 401.899 331.359 404.38 336.94 401.899C342.522 399.418 346.864 401.899 346.864 401.899" stroke="#E58600" stroke-width="0.862269"/><path d="M327.017 277.981C327.017 277.981 331.359 280.462 336.94 277.981C342.522 275.5 346.864 277.981 346.864 277.981" stroke="#E58600" stroke-width="0.862269"/><path d="M327.017 284.046C327.017 284.046 331.359 286.527 336.94 284.046C342.522 281.565 346.864 284.046 346.864 284.046" stroke="#E58600" stroke-width="0.862269"/><path d="M327.017 377.089C327.017 377.089 331.359 379.57 336.94 377.089C342.522 374.608 346.864 377.089 346.864 377.089" stroke="#E58600" stroke-width="0.862269"/><path d="M327.017 383.153C327.017 383.153 331.359 385.634 336.94 383.153C342.522 380.672 346.864 383.153 346.864 383.153" stroke="#E58600" stroke-width="0.862269"/><path d="M327.017 327.468C327.017 327.468 331.359 329.949 336.94 327.468C342.522 324.987 346.864 327.468 346.864 327.468" stroke="#E58600" stroke-width="0.862269"/><path d="M327.017 333.532C327.017 333.532 331.359 336.013 336.94 333.532C342.522 331.051 346.864 333.532 346.864 333.532" stroke="#E58600" stroke-width="0.862269"/></g></g><path fill-rule="evenodd" clip-rule="evenodd" d="M251 357.655L327.242 402V314L404 270L327.242 226L251 270V357.655Z" fill="#FFDB80"/><path d="M327.242 402V314L404 270M327.242 402L251 357.655V270L327.242 226L404 270M327.242 402L404 357.655V270" stroke="#E58600" stroke-width="10" stroke-linejoin="round"/><path d="M251 269L327 315" stroke="#E58600" stroke-width="4" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="11 11"/><mask id="mask28_4179_108412" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="403" y="315" width="77" height="132"><path d="M403 359V447L480 402.655V315L403 359Z" fill="#FFC2A3"/></mask><g mask="url(#mask28_4179_108412)"><rect x="274.422" y="143.5" width="479.421" height="317.315" fill="#FFB700"/><mask id="mask29_4179_108412" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="378" y="300" width="113" height="161"><path d="M378.5 300.5H490.5V460.815H378.5V300.5Z" fill="#FF7E3B"/></mask><g mask="url(#mask29_4179_108412)"><path d="M422.864 385.147C422.864 385.147 427.206 387.628 432.788 385.147C438.37 382.666 442.712 385.147 442.712 385.147" stroke="#E58600" stroke-width="0.862269"/><path d="M422.864 391.212C422.864 391.212 427.206 393.693 432.788 391.212C438.37 388.731 442.712 391.212 442.712 391.212" stroke="#E58600" stroke-width="0.862269"/><path d="M422.864 335.526C422.864 335.526 427.206 338.007 432.788 335.526C438.37 333.045 442.712 335.526 442.712 335.526" stroke="#E58600" stroke-width="0.862269"/><path d="M422.864 341.591C422.864 341.591 427.206 344.072 432.788 341.591C438.37 339.11 442.712 341.591 442.712 341.591" stroke="#E58600" stroke-width="0.862269"/><path d="M422.864 434.632C422.864 434.632 427.206 437.113 432.788 434.632C438.37 432.151 442.712 434.632 442.712 434.632" stroke="#E58600" stroke-width="0.862269"/><path d="M422.864 440.696C422.864 440.696 427.206 443.177 432.788 440.696C438.37 438.215 442.712 440.696 442.712 440.696" stroke="#E58600" stroke-width="0.862269"/><path d="M422.864 316.778C422.864 316.778 427.206 319.259 432.788 316.778C438.37 314.297 442.712 316.778 442.712 316.778" stroke="#E58600" stroke-width="0.862269"/><path d="M422.864 409.821C422.864 409.821 427.206 412.302 432.788 409.821C438.37 407.34 442.712 409.821 442.712 409.821" stroke="#E58600" stroke-width="0.862269"/><path d="M422.864 415.886C422.864 415.886 427.206 418.367 432.788 415.886C438.37 413.404 442.712 415.886 442.712 415.886" stroke="#E58600" stroke-width="0.862269"/><path d="M422.865 360.198C422.865 360.198 427.207 362.679 432.789 360.198C438.371 357.717 442.713 360.198 442.713 360.198" stroke="#E58600" stroke-width="0.862269"/><path d="M422.865 366.263C422.865 366.263 427.207 368.744 432.789 366.263C438.371 363.781 442.713 366.263 442.713 366.263" stroke="#E58600" stroke-width="0.862269"/><path d="M462.562 385.147C462.562 385.147 466.904 387.628 472.486 385.147C478.068 382.666 482.41 385.147 482.41 385.147" stroke="#E58600" stroke-width="0.862269"/><path d="M462.562 391.212C462.562 391.212 466.904 393.693 472.486 391.212C478.068 388.731 482.41 391.212 482.41 391.212" stroke="#E58600" stroke-width="0.862269"/><path d="M462.562 335.526C462.562 335.526 466.904 338.007 472.486 335.526C478.068 333.045 482.41 335.526 482.41 335.526" stroke="#E58600" stroke-width="0.862269"/><path d="M462.562 341.591C462.562 341.591 466.904 344.072 472.486 341.591C478.068 339.11 482.41 341.591 482.41 341.591" stroke="#E58600" stroke-width="0.862269"/><path d="M462.562 434.632C462.562 434.632 466.904 437.113 472.486 434.632C478.068 432.151 482.41 434.632 482.41 434.632" stroke="#E58600" stroke-width="0.862269"/><path d="M462.562 440.696C462.562 440.696 466.904 443.177 472.486 440.696C478.068 438.215 482.41 440.696 482.41 440.696" stroke="#E58600" stroke-width="0.862269"/><path d="M462.562 316.778C462.562 316.778 466.904 319.259 472.486 316.778C478.068 314.297 482.41 316.778 482.41 316.778" stroke="#E58600" stroke-width="0.862269"/><path d="M462.562 409.821C462.562 409.821 466.904 412.302 472.486 409.821C478.068 407.34 482.41 409.821 482.41 409.821" stroke="#E58600" stroke-width="0.862269"/><path d="M462.562 415.886C462.562 415.886 466.904 418.367 472.486 415.886C478.068 413.404 482.41 415.886 482.41 415.886" stroke="#E58600" stroke-width="0.862269"/><path d="M462.562 360.198C462.562 360.198 466.904 362.679 472.486 360.198C478.068 357.717 482.41 360.198 482.41 360.198" stroke="#E58600" stroke-width="0.862269"/><path d="M462.562 366.263C462.562 366.263 466.904 368.744 472.486 366.263C478.068 363.781 482.41 366.263 482.41 366.263" stroke="#E58600" stroke-width="0.862269"/><path d="M383.167 385.147C383.167 385.147 387.509 387.628 393.091 385.147C398.672 382.666 403.014 385.147 403.014 385.147" stroke="#E58600" stroke-width="0.862269"/><path d="M383.167 391.212C383.167 391.212 387.509 393.693 393.091 391.212C398.672 388.731 403.014 391.212 403.014 391.212" stroke="#E58600" stroke-width="0.862269"/><path d="M383.167 335.526C383.167 335.526 387.509 338.007 393.091 335.526C398.672 333.045 403.014 335.526 403.014 335.526" stroke="#E58600" stroke-width="0.862269"/><path d="M383.167 341.591C383.167 341.591 387.509 344.072 393.091 341.591C398.672 339.11 403.014 341.591 403.014 341.591" stroke="#E58600" stroke-width="0.862269"/><path d="M383.167 434.632C383.167 434.632 387.509 437.113 393.091 434.632C398.672 432.151 403.014 434.632 403.014 434.632" stroke="#E58600" stroke-width="0.862269"/><path d="M383.167 440.696C383.167 440.696 387.509 443.177 393.091 440.696C398.672 438.215 403.014 440.696 403.014 440.696" stroke="#E58600" stroke-width="0.862269"/><path d="M383.167 316.778C383.167 316.778 387.509 319.259 393.091 316.778C398.672 314.297 403.014 316.778 403.014 316.778" stroke="#E58600" stroke-width="0.862269"/><path d="M383.167 409.821C383.167 409.821 387.509 412.302 393.091 409.821C398.672 407.34 403.014 409.821 403.014 409.821" stroke="#E58600" stroke-width="0.862269"/><path d="M383.167 415.886C383.167 415.886 387.509 418.367 393.091 415.886C398.672 413.404 403.014 415.886 403.014 415.886" stroke="#E58600" stroke-width="0.862269"/><path d="M383.167 360.198C383.167 360.198 387.509 362.679 393.091 360.198C398.672 357.717 403.014 360.198 403.014 360.198" stroke="#E58600" stroke-width="0.862269"/><path d="M383.167 366.263C383.167 366.263 387.509 368.744 393.091 366.263C398.672 363.781 403.014 366.263 403.014 366.263" stroke="#E58600" stroke-width="0.862269"/><path d="M442.713 397.415C442.713 397.415 447.055 399.896 452.637 397.415C458.218 394.934 462.56 397.415 462.56 397.415" stroke="#E58600" stroke-width="0.862269"/><path d="M442.713 403.479C442.713 403.479 447.055 405.96 452.637 403.479C458.218 400.998 462.56 403.479 462.56 403.479" stroke="#E58600" stroke-width="0.862269"/><path d="M442.713 347.794C442.713 347.794 447.055 350.275 452.637 347.794C458.218 345.313 462.56 347.794 462.56 347.794" stroke="#E58600" stroke-width="0.862269"/><path d="M442.713 353.858C442.713 353.858 447.055 356.339 452.637 353.858C458.218 351.377 462.56 353.858 462.56 353.858" stroke="#E58600" stroke-width="0.862269"/><path d="M442.713 446.899C442.713 446.899 447.055 449.38 452.637 446.899C458.218 444.418 462.56 446.899 462.56 446.899" stroke="#E58600" stroke-width="0.862269"/><path d="M442.713 322.981C442.713 322.981 447.055 325.462 452.637 322.981C458.218 320.5 462.56 322.981 462.56 322.981" stroke="#E58600" stroke-width="0.862269"/><path d="M442.713 329.046C442.713 329.046 447.055 331.527 452.637 329.046C458.218 326.565 462.56 329.046 462.56 329.046" stroke="#E58600" stroke-width="0.862269"/><path d="M442.713 422.089C442.713 422.089 447.055 424.57 452.637 422.089C458.218 419.608 462.56 422.089 462.56 422.089" stroke="#E58600" stroke-width="0.862269"/><path d="M442.713 428.153C442.713 428.153 447.055 430.634 452.637 428.153C458.218 425.672 462.56 428.153 462.56 428.153" stroke="#E58600" stroke-width="0.862269"/><path d="M442.713 372.468C442.713 372.468 447.055 374.949 452.637 372.468C458.218 369.987 462.56 372.468 462.56 372.468" stroke="#E58600" stroke-width="0.862269"/><path d="M442.713 378.532C442.713 378.532 447.055 381.013 452.637 378.532C458.218 376.051 462.56 378.532 462.56 378.532" stroke="#E58600" stroke-width="0.862269"/><path d="M403.017 397.415C403.017 397.415 407.359 399.896 412.94 397.415C418.522 394.934 422.864 397.415 422.864 397.415" stroke="#E58600" stroke-width="0.862269"/><path d="M403.017 403.479C403.017 403.479 407.359 405.96 412.94 403.479C418.522 400.998 422.864 403.479 422.864 403.479" stroke="#E58600" stroke-width="0.862269"/><path d="M403.017 347.794C403.017 347.794 407.359 350.275 412.94 347.794C418.522 345.313 422.864 347.794 422.864 347.794" stroke="#E58600" stroke-width="0.862269"/><path d="M403.017 353.858C403.017 353.858 407.359 356.339 412.94 353.858C418.522 351.377 422.864 353.858 422.864 353.858" stroke="#E58600" stroke-width="0.862269"/><path d="M403.017 446.899C403.017 446.899 407.359 449.38 412.94 446.899C418.522 444.418 422.864 446.899 422.864 446.899" stroke="#E58600" stroke-width="0.862269"/><path d="M403.017 322.981C403.017 322.981 407.359 325.462 412.94 322.981C418.522 320.5 422.864 322.981 422.864 322.981" stroke="#E58600" stroke-width="0.862269"/><path d="M403.017 329.046C403.017 329.046 407.359 331.527 412.94 329.046C418.522 326.565 422.864 329.046 422.864 329.046" stroke="#E58600" stroke-width="0.862269"/><path d="M403.017 422.089C403.017 422.089 407.359 424.57 412.94 422.089C418.522 419.608 422.864 422.089 422.864 422.089" stroke="#E58600" stroke-width="0.862269"/><path d="M403.017 428.153C403.017 428.153 407.359 430.634 412.94 428.153C418.522 425.672 422.864 428.153 422.864 428.153" stroke="#E58600" stroke-width="0.862269"/><path d="M403.017 372.468C403.017 372.468 407.359 374.949 412.94 372.468C418.522 369.987 422.864 372.468 422.864 372.468" stroke="#E58600" stroke-width="0.862269"/><path d="M403.017 378.532C403.017 378.532 407.359 381.013 412.94 378.532C418.522 376.051 422.864 378.532 422.864 378.532" stroke="#E58600" stroke-width="0.862269"/></g></g><path fill-rule="evenodd" clip-rule="evenodd" d="M327 402.655L403.242 447V359L480 315L403.242 271L327 315V402.655Z" fill="#FFDB80"/><path d="M403.242 447V359L480 315M403.242 447L327 402.655V315L403.242 271L480 315M403.242 447L480 402.655V315" stroke="#E58600" stroke-width="10" stroke-linejoin="round"/><path d="M327 314L403 360" stroke="#E58600" stroke-width="4" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="11 11"/><mask id="mask30_4179_108412" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="479" y="358" width="77" height="132"><path d="M479 402V490L556 445.655V358L479 402Z" fill="#FFC2A3"/></mask><g mask="url(#mask30_4179_108412)"><rect x="350.422" y="186.5" width="479.421" height="317.315" fill="#FFB700"/><mask id="mask31_4179_108412" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="454" y="343" width="113" height="161"><path d="M454.5 343.5H566.5V503.815H454.5V343.5Z" fill="#FF7E3B"/></mask><g mask="url(#mask31_4179_108412)"><path d="M498.865 428.147C498.865 428.147 503.207 430.628 508.789 428.147C514.371 425.666 518.713 428.147 518.713 428.147" stroke="#E58600" stroke-width="0.862269"/><path d="M498.865 434.212C498.865 434.212 503.207 436.693 508.789 434.212C514.371 431.731 518.713 434.212 518.713 434.212" stroke="#E58600" stroke-width="0.862269"/><path d="M498.865 378.526C498.865 378.526 503.207 381.007 508.789 378.526C514.371 376.045 518.713 378.526 518.713 378.526" stroke="#E58600" stroke-width="0.862269"/><path d="M498.865 384.591C498.865 384.591 503.207 387.072 508.789 384.591C514.371 382.11 518.713 384.591 518.713 384.591" stroke="#E58600" stroke-width="0.862269"/><path d="M498.865 477.632C498.865 477.632 503.207 480.113 508.789 477.632C514.371 475.151 518.713 477.632 518.713 477.632" stroke="#E58600" stroke-width="0.862269"/><path d="M498.865 483.696C498.865 483.696 503.207 486.177 508.789 483.696C514.371 481.215 518.713 483.696 518.713 483.696" stroke="#E58600" stroke-width="0.862269"/><path d="M498.865 359.778C498.865 359.778 503.207 362.259 508.789 359.778C514.371 357.297 518.713 359.778 518.713 359.778" stroke="#E58600" stroke-width="0.862269"/><path d="M498.865 452.821C498.865 452.821 503.207 455.302 508.789 452.821C514.371 450.34 518.713 452.821 518.713 452.821" stroke="#E58600" stroke-width="0.862269"/><path d="M498.865 458.886C498.865 458.886 503.207 461.367 508.789 458.886C514.371 456.404 518.713 458.886 518.713 458.886" stroke="#E58600" stroke-width="0.862269"/><path d="M498.865 403.198C498.865 403.198 503.207 405.679 508.789 403.198C514.371 400.717 518.713 403.198 518.713 403.198" stroke="#E58600" stroke-width="0.862269"/><path d="M498.865 409.263C498.865 409.263 503.207 411.744 508.789 409.263C514.371 406.781 518.713 409.263 518.713 409.263" stroke="#E58600" stroke-width="0.862269"/><path d="M538.562 428.147C538.562 428.147 542.904 430.628 548.486 428.147C554.068 425.666 558.41 428.147 558.41 428.147" stroke="#E58600" stroke-width="0.862269"/><path d="M538.562 434.212C538.562 434.212 542.904 436.693 548.486 434.212C554.068 431.731 558.41 434.212 558.41 434.212" stroke="#E58600" stroke-width="0.862269"/><path d="M538.562 378.526C538.562 378.526 542.904 381.007 548.486 378.526C554.068 376.045 558.41 378.526 558.41 378.526" stroke="#E58600" stroke-width="0.862269"/><path d="M538.562 384.591C538.562 384.591 542.904 387.072 548.486 384.591C554.068 382.11 558.41 384.591 558.41 384.591" stroke="#E58600" stroke-width="0.862269"/><path d="M538.562 477.632C538.562 477.632 542.904 480.113 548.486 477.632C554.068 475.151 558.41 477.632 558.41 477.632" stroke="#E58600" stroke-width="0.862269"/><path d="M538.562 483.696C538.562 483.696 542.904 486.177 548.486 483.696C554.068 481.215 558.41 483.696 558.41 483.696" stroke="#E58600" stroke-width="0.862269"/><path d="M538.562 359.778C538.562 359.778 542.904 362.259 548.486 359.778C554.068 357.297 558.41 359.778 558.41 359.778" stroke="#E58600" stroke-width="0.862269"/><path d="M538.562 452.821C538.562 452.821 542.904 455.302 548.486 452.821C554.068 450.34 558.41 452.821 558.41 452.821" stroke="#E58600" stroke-width="0.862269"/><path d="M538.562 458.886C538.562 458.886 542.904 461.367 548.486 458.886C554.068 456.404 558.41 458.886 558.41 458.886" stroke="#E58600" stroke-width="0.862269"/><path d="M538.562 403.198C538.562 403.198 542.904 405.679 548.486 403.198C554.068 400.717 558.41 403.198 558.41 403.198" stroke="#E58600" stroke-width="0.862269"/><path d="M538.562 409.263C538.562 409.263 542.904 411.744 548.486 409.263C554.068 406.781 558.41 409.263 558.41 409.263" stroke="#E58600" stroke-width="0.862269"/><path d="M459.168 428.147C459.168 428.147 463.51 430.628 469.092 428.147C474.673 425.666 479.015 428.147 479.015 428.147" stroke="#E58600" stroke-width="0.862269"/><path d="M459.168 434.212C459.168 434.212 463.51 436.693 469.092 434.212C474.673 431.731 479.015 434.212 479.015 434.212" stroke="#E58600" stroke-width="0.862269"/><path d="M459.168 378.526C459.168 378.526 463.51 381.007 469.092 378.526C474.673 376.045 479.015 378.526 479.015 378.526" stroke="#E58600" stroke-width="0.862269"/><path d="M459.168 384.591C459.168 384.591 463.51 387.072 469.092 384.591C474.673 382.11 479.015 384.591 479.015 384.591" stroke="#E58600" stroke-width="0.862269"/><path d="M459.168 477.632C459.168 477.632 463.51 480.113 469.092 477.632C474.673 475.151 479.015 477.632 479.015 477.632" stroke="#E58600" stroke-width="0.862269"/><path d="M459.168 483.696C459.168 483.696 463.51 486.177 469.092 483.696C474.673 481.215 479.015 483.696 479.015 483.696" stroke="#E58600" stroke-width="0.862269"/><path d="M459.168 359.778C459.168 359.778 463.51 362.259 469.092 359.778C474.673 357.297 479.015 359.778 479.015 359.778" stroke="#E58600" stroke-width="0.862269"/><path d="M459.168 452.821C459.168 452.821 463.51 455.302 469.092 452.821C474.673 450.34 479.015 452.821 479.015 452.821" stroke="#E58600" stroke-width="0.862269"/><path d="M459.168 458.886C459.168 458.886 463.51 461.367 469.092 458.886C474.673 456.404 479.015 458.886 479.015 458.886" stroke="#E58600" stroke-width="0.862269"/><path d="M459.168 403.198C459.168 403.198 463.51 405.679 469.092 403.198C474.673 400.717 479.015 403.198 479.015 403.198" stroke="#E58600" stroke-width="0.862269"/><path d="M459.168 409.263C459.168 409.263 463.51 411.744 469.092 409.263C474.673 406.781 479.015 409.263 479.015 409.263" stroke="#E58600" stroke-width="0.862269"/><path d="M518.714 440.415C518.714 440.415 523.056 442.896 528.638 440.415C534.219 437.934 538.561 440.415 538.561 440.415" stroke="#E58600" stroke-width="0.862269"/><path d="M518.714 446.479C518.714 446.479 523.056 448.96 528.638 446.479C534.219 443.998 538.561 446.479 538.561 446.479" stroke="#E58600" stroke-width="0.862269"/><path d="M518.714 390.794C518.714 390.794 523.056 393.275 528.638 390.794C534.219 388.313 538.561 390.794 538.561 390.794" stroke="#E58600" stroke-width="0.862269"/><path d="M518.714 396.858C518.714 396.858 523.056 399.339 528.638 396.858C534.219 394.377 538.561 396.858 538.561 396.858" stroke="#E58600" stroke-width="0.862269"/><path d="M518.714 489.899C518.714 489.899 523.056 492.38 528.638 489.899C534.219 487.418 538.561 489.899 538.561 489.899" stroke="#E58600" stroke-width="0.862269"/><path d="M518.714 365.981C518.714 365.981 523.056 368.462 528.638 365.981C534.219 363.5 538.561 365.981 538.561 365.981" stroke="#E58600" stroke-width="0.862269"/><path d="M518.714 372.046C518.714 372.046 523.056 374.527 528.638 372.046C534.219 369.565 538.561 372.046 538.561 372.046" stroke="#E58600" stroke-width="0.862269"/><path d="M518.714 465.089C518.714 465.089 523.056 467.57 528.638 465.089C534.219 462.608 538.561 465.089 538.561 465.089" stroke="#E58600" stroke-width="0.862269"/><path d="M518.714 471.153C518.714 471.153 523.056 473.634 528.638 471.153C534.219 468.672 538.561 471.153 538.561 471.153" stroke="#E58600" stroke-width="0.862269"/><path d="M518.714 415.468C518.714 415.468 523.056 417.949 528.638 415.468C534.219 412.987 538.561 415.468 538.561 415.468" stroke="#E58600" stroke-width="0.862269"/><path d="M518.714 421.532C518.714 421.532 523.056 424.013 528.638 421.532C534.219 419.051 538.561 421.532 538.561 421.532" stroke="#E58600" stroke-width="0.862269"/><path d="M479.017 440.415C479.017 440.415 483.359 442.896 488.94 440.415C494.522 437.934 498.864 440.415 498.864 440.415" stroke="#E58600" stroke-width="0.862269"/><path d="M479.017 446.479C479.017 446.479 483.359 448.96 488.94 446.479C494.522 443.998 498.864 446.479 498.864 446.479" stroke="#E58600" stroke-width="0.862269"/><path d="M479.017 390.794C479.017 390.794 483.359 393.275 488.94 390.794C494.522 388.313 498.864 390.794 498.864 390.794" stroke="#E58600" stroke-width="0.862269"/><path d="M479.017 396.858C479.017 396.858 483.359 399.339 488.94 396.858C494.522 394.377 498.864 396.858 498.864 396.858" stroke="#E58600" stroke-width="0.862269"/><path d="M479.017 489.899C479.017 489.899 483.359 492.38 488.94 489.899C494.522 487.418 498.864 489.899 498.864 489.899" stroke="#E58600" stroke-width="0.862269"/><path d="M479.017 365.981C479.017 365.981 483.359 368.462 488.94 365.981C494.522 363.5 498.864 365.981 498.864 365.981" stroke="#E58600" stroke-width="0.862269"/><path d="M479.017 372.046C479.017 372.046 483.359 374.527 488.94 372.046C494.522 369.565 498.864 372.046 498.864 372.046" stroke="#E58600" stroke-width="0.862269"/><path d="M479.017 465.089C479.017 465.089 483.359 467.57 488.94 465.089C494.522 462.608 498.864 465.089 498.864 465.089" stroke="#E58600" stroke-width="0.862269"/><path d="M479.017 471.153C479.017 471.153 483.359 473.634 488.94 471.153C494.522 468.672 498.864 471.153 498.864 471.153" stroke="#E58600" stroke-width="0.862269"/><path d="M479.017 415.468C479.017 415.468 483.359 417.949 488.94 415.468C494.522 412.987 498.864 415.468 498.864 415.468" stroke="#E58600" stroke-width="0.862269"/><path d="M479.017 421.532C479.017 421.532 483.359 424.013 488.94 421.532C494.522 419.051 498.864 421.532 498.864 421.532" stroke="#E58600" stroke-width="0.862269"/></g></g><path fill-rule="evenodd" clip-rule="evenodd" d="M403 445.655L479.242 490V402L556 358L479.242 314L403 358V445.655Z" fill="#FFDB80"/><path d="M479.242 490V402L556 358M479.242 490L403 445.655V358L479.242 314L556 358M479.242 490L556 445.655V358" stroke="#E58600" stroke-width="10" stroke-linejoin="round"/><path d="M403 357L479 403" stroke="#E58600" stroke-width="4" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="11 11"/><mask id="mask32_4179_108412" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="249" y="137" width="77" height="132"><path d="M249 181V269L326 224.655V137L249 181Z" fill="#FFC2A3"/></mask><g mask="url(#mask32_4179_108412)"><rect x="120.422" y="-34.5" width="479.421" height="317.315" fill="#FFB700"/><mask id="mask33_4179_108412" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="224" y="122" width="113" height="161"><path d="M224.5 122.5H336.5V282.815H224.5V122.5Z" fill="#FF7E3B"/></mask><g mask="url(#mask33_4179_108412)"><path d="M268.864 207.147C268.864 207.147 273.206 209.628 278.788 207.147C284.37 204.666 288.712 207.147 288.712 207.147" stroke="#E58600" stroke-width="0.862269"/><path d="M268.864 213.212C268.864 213.212 273.206 215.693 278.788 213.212C284.37 210.731 288.712 213.212 288.712 213.212" stroke="#E58600" stroke-width="0.862269"/><path d="M268.864 157.526C268.864 157.526 273.206 160.007 278.788 157.526C284.37 155.045 288.712 157.526 288.712 157.526" stroke="#E58600" stroke-width="0.862269"/><path d="M268.864 163.591C268.864 163.591 273.206 166.072 278.788 163.591C284.37 161.11 288.712 163.591 288.712 163.591" stroke="#E58600" stroke-width="0.862269"/><path d="M268.864 256.632C268.864 256.632 273.206 259.113 278.788 256.632C284.37 254.151 288.712 256.632 288.712 256.632" stroke="#E58600" stroke-width="0.862269"/><path d="M268.864 262.696C268.864 262.696 273.206 265.177 278.788 262.696C284.37 260.215 288.712 262.696 288.712 262.696" stroke="#E58600" stroke-width="0.862269"/><path d="M268.864 138.778C268.864 138.778 273.206 141.259 278.788 138.778C284.37 136.297 288.712 138.778 288.712 138.778" stroke="#E58600" stroke-width="0.862269"/><path d="M268.864 231.821C268.864 231.821 273.206 234.302 278.788 231.821C284.37 229.34 288.712 231.821 288.712 231.821" stroke="#E58600" stroke-width="0.862269"/><path d="M268.864 237.886C268.864 237.886 273.206 240.367 278.788 237.886C284.37 235.404 288.712 237.886 288.712 237.886" stroke="#E58600" stroke-width="0.862269"/><path d="M268.865 182.198C268.865 182.198 273.207 184.679 278.789 182.198C284.371 179.717 288.713 182.198 288.713 182.198" stroke="#E58600" stroke-width="0.862269"/><path d="M268.865 188.263C268.865 188.263 273.207 190.744 278.789 188.263C284.371 185.781 288.713 188.263 288.713 188.263" stroke="#E58600" stroke-width="0.862269"/><path d="M308.562 207.147C308.562 207.147 312.904 209.628 318.486 207.147C324.068 204.666 328.41 207.147 328.41 207.147" stroke="#E58600" stroke-width="0.862269"/><path d="M308.562 213.212C308.562 213.212 312.904 215.693 318.486 213.212C324.068 210.731 328.41 213.212 328.41 213.212" stroke="#E58600" stroke-width="0.862269"/><path d="M308.562 157.526C308.562 157.526 312.904 160.007 318.486 157.526C324.068 155.045 328.41 157.526 328.41 157.526" stroke="#E58600" stroke-width="0.862269"/><path d="M308.562 163.591C308.562 163.591 312.904 166.072 318.486 163.591C324.068 161.11 328.41 163.591 328.41 163.591" stroke="#E58600" stroke-width="0.862269"/><path d="M308.562 256.632C308.562 256.632 312.904 259.113 318.486 256.632C324.068 254.151 328.41 256.632 328.41 256.632" stroke="#E58600" stroke-width="0.862269"/><path d="M308.562 262.696C308.562 262.696 312.904 265.177 318.486 262.696C324.068 260.215 328.41 262.696 328.41 262.696" stroke="#E58600" stroke-width="0.862269"/><path d="M308.562 138.778C308.562 138.778 312.904 141.259 318.486 138.778C324.068 136.297 328.41 138.778 328.41 138.778" stroke="#E58600" stroke-width="0.862269"/><path d="M308.562 231.821C308.562 231.821 312.904 234.302 318.486 231.821C324.068 229.34 328.41 231.821 328.41 231.821" stroke="#E58600" stroke-width="0.862269"/><path d="M308.562 237.886C308.562 237.886 312.904 240.367 318.486 237.886C324.068 235.404 328.41 237.886 328.41 237.886" stroke="#E58600" stroke-width="0.862269"/><path d="M308.562 182.198C308.562 182.198 312.904 184.679 318.486 182.198C324.068 179.717 328.41 182.198 328.41 182.198" stroke="#E58600" stroke-width="0.862269"/><path d="M308.562 188.263C308.562 188.263 312.904 190.744 318.486 188.263C324.068 185.781 328.41 188.263 328.41 188.263" stroke="#E58600" stroke-width="0.862269"/><path d="M229.167 207.147C229.167 207.147 233.509 209.628 239.091 207.147C244.672 204.666 249.014 207.147 249.014 207.147" stroke="#E58600" stroke-width="0.862269"/><path d="M229.167 213.212C229.167 213.212 233.509 215.693 239.091 213.212C244.672 210.731 249.014 213.212 249.014 213.212" stroke="#E58600" stroke-width="0.862269"/><path d="M229.167 157.526C229.167 157.526 233.509 160.007 239.091 157.526C244.672 155.045 249.014 157.526 249.014 157.526" stroke="#E58600" stroke-width="0.862269"/><path d="M229.167 163.591C229.167 163.591 233.509 166.072 239.091 163.591C244.672 161.11 249.014 163.591 249.014 163.591" stroke="#E58600" stroke-width="0.862269"/><path d="M229.167 256.632C229.167 256.632 233.509 259.113 239.091 256.632C244.672 254.151 249.014 256.632 249.014 256.632" stroke="#E58600" stroke-width="0.862269"/><path d="M229.167 262.696C229.167 262.696 233.509 265.177 239.091 262.696C244.672 260.215 249.014 262.696 249.014 262.696" stroke="#E58600" stroke-width="0.862269"/><path d="M229.167 138.778C229.167 138.778 233.509 141.259 239.091 138.778C244.672 136.297 249.014 138.778 249.014 138.778" stroke="#E58600" stroke-width="0.862269"/><path d="M229.167 231.821C229.167 231.821 233.509 234.302 239.091 231.821C244.672 229.34 249.014 231.821 249.014 231.821" stroke="#E58600" stroke-width="0.862269"/><path d="M229.167 237.886C229.167 237.886 233.509 240.367 239.091 237.886C244.672 235.404 249.014 237.886 249.014 237.886" stroke="#E58600" stroke-width="0.862269"/><path d="M229.167 182.198C229.167 182.198 233.509 184.679 239.091 182.198C244.672 179.717 249.014 182.198 249.014 182.198" stroke="#E58600" stroke-width="0.862269"/><path d="M229.167 188.263C229.167 188.263 233.509 190.744 239.091 188.263C244.672 185.781 249.014 188.263 249.014 188.263" stroke="#E58600" stroke-width="0.862269"/><path d="M288.713 219.415C288.713 219.415 293.055 221.896 298.637 219.415C304.218 216.934 308.56 219.415 308.56 219.415" stroke="#E58600" stroke-width="0.862269"/><path d="M288.713 225.479C288.713 225.479 293.055 227.96 298.637 225.479C304.218 222.998 308.56 225.479 308.56 225.479" stroke="#E58600" stroke-width="0.862269"/><path d="M288.713 169.794C288.713 169.794 293.055 172.275 298.637 169.794C304.218 167.313 308.56 169.794 308.56 169.794" stroke="#E58600" stroke-width="0.862269"/><path d="M288.713 175.858C288.713 175.858 293.055 178.339 298.637 175.858C304.218 173.377 308.56 175.858 308.56 175.858" stroke="#E58600" stroke-width="0.862269"/><path d="M288.713 268.899C288.713 268.899 293.055 271.38 298.637 268.899C304.218 266.418 308.56 268.899 308.56 268.899" stroke="#E58600" stroke-width="0.862269"/><path d="M288.713 144.981C288.713 144.981 293.055 147.462 298.637 144.981C304.218 142.5 308.56 144.981 308.56 144.981" stroke="#E58600" stroke-width="0.862269"/><path d="M288.713 151.046C288.713 151.046 293.055 153.527 298.637 151.046C304.218 148.565 308.56 151.046 308.56 151.046" stroke="#E58600" stroke-width="0.862269"/><path d="M288.713 244.089C288.713 244.089 293.055 246.57 298.637 244.089C304.218 241.608 308.56 244.089 308.56 244.089" stroke="#E58600" stroke-width="0.862269"/><path d="M288.713 250.153C288.713 250.153 293.055 252.634 298.637 250.153C304.218 247.672 308.56 250.153 308.56 250.153" stroke="#E58600" stroke-width="0.862269"/><path d="M288.713 194.468C288.713 194.468 293.055 196.949 298.637 194.468C304.218 191.987 308.56 194.468 308.56 194.468" stroke="#E58600" stroke-width="0.862269"/><path d="M288.713 200.532C288.713 200.532 293.055 203.013 298.637 200.532C304.218 198.051 308.56 200.532 308.56 200.532" stroke="#E58600" stroke-width="0.862269"/><path d="M249.016 219.415C249.016 219.415 253.358 221.896 258.94 219.415C264.522 216.934 268.864 219.415 268.864 219.415" stroke="#E58600" stroke-width="0.862269"/><path d="M249.016 225.479C249.016 225.479 253.358 227.96 258.94 225.479C264.522 222.998 268.864 225.479 268.864 225.479" stroke="#E58600" stroke-width="0.862269"/><path d="M249.016 169.794C249.016 169.794 253.358 172.275 258.94 169.794C264.522 167.313 268.864 169.794 268.864 169.794" stroke="#E58600" stroke-width="0.862269"/><path d="M249.016 175.858C249.016 175.858 253.358 178.339 258.94 175.858C264.522 173.377 268.864 175.858 268.864 175.858" stroke="#E58600" stroke-width="0.862269"/><path d="M249.016 268.899C249.016 268.899 253.358 271.38 258.94 268.899C264.522 266.418 268.864 268.899 268.864 268.899" stroke="#E58600" stroke-width="0.862269"/><path d="M249.016 144.981C249.016 144.981 253.358 147.462 258.94 144.981C264.522 142.5 268.864 144.981 268.864 144.981" stroke="#E58600" stroke-width="0.862269"/><path d="M249.016 151.046C249.016 151.046 253.358 153.527 258.94 151.046C264.522 148.565 268.864 151.046 268.864 151.046" stroke="#E58600" stroke-width="0.862269"/><path d="M249.016 244.089C249.016 244.089 253.358 246.57 258.94 244.089C264.522 241.608 268.864 244.089 268.864 244.089" stroke="#E58600" stroke-width="0.862269"/><path d="M249.016 250.153C249.016 250.153 253.358 252.634 258.94 250.153C264.522 247.672 268.864 250.153 268.864 250.153" stroke="#E58600" stroke-width="0.862269"/><path d="M249.016 194.468C249.016 194.468 253.358 196.949 258.94 194.468C264.522 191.987 268.864 194.468 268.864 194.468" stroke="#E58600" stroke-width="0.862269"/><path d="M249.016 200.532C249.016 200.532 253.358 203.013 258.94 200.532C264.522 198.051 268.864 200.532 268.864 200.532" stroke="#E58600" stroke-width="0.862269"/></g></g><path fill-rule="evenodd" clip-rule="evenodd" d="M173 224.655L249.242 269V181L326 137L249.242 93L173 137V224.655Z" fill="#FFDB80"/><path d="M249.242 269V181L326 137M249.242 269L173 224.655V137L249.242 93L326 137M249.242 269L326 224.655V137" stroke="#E58600" stroke-width="10" stroke-linejoin="round"/><path d="M173 136L249 182" stroke="#E58600" stroke-width="4" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="11 11"/><mask id="mask34_4179_108412" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="325" y="181" width="77" height="132"><path d="M325 225V313L402 268.655V181L325 225Z" fill="#FFC2A3"/></mask><g mask="url(#mask34_4179_108412)"><rect x="196.422" y="9.5" width="479.421" height="317.315" fill="#FFB700"/><mask id="mask35_4179_108412" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="300" y="166" width="113" height="161"><path d="M300.5 166.5H412.5V326.815H300.5V166.5Z" fill="#FF7E3B"/></mask><g mask="url(#mask35_4179_108412)"><path d="M344.864 251.147C344.864 251.147 349.206 253.628 354.788 251.147C360.37 248.666 364.712 251.147 364.712 251.147" stroke="#E58600" stroke-width="0.862269"/><path d="M344.864 257.212C344.864 257.212 349.206 259.693 354.788 257.212C360.37 254.731 364.712 257.212 364.712 257.212" stroke="#E58600" stroke-width="0.862269"/><path d="M344.864 201.526C344.864 201.526 349.206 204.007 354.788 201.526C360.37 199.045 364.712 201.526 364.712 201.526" stroke="#E58600" stroke-width="0.862269"/><path d="M344.864 207.591C344.864 207.591 349.206 210.072 354.788 207.591C360.37 205.11 364.712 207.591 364.712 207.591" stroke="#E58600" stroke-width="0.862269"/><path d="M344.864 300.632C344.864 300.632 349.206 303.113 354.788 300.632C360.37 298.151 364.712 300.632 364.712 300.632" stroke="#E58600" stroke-width="0.862269"/><path d="M344.864 306.696C344.864 306.696 349.206 309.177 354.788 306.696C360.37 304.215 364.712 306.696 364.712 306.696" stroke="#E58600" stroke-width="0.862269"/><path d="M344.864 182.778C344.864 182.778 349.206 185.259 354.788 182.778C360.37 180.297 364.712 182.778 364.712 182.778" stroke="#E58600" stroke-width="0.862269"/><path d="M344.864 275.821C344.864 275.821 349.206 278.302 354.788 275.821C360.37 273.34 364.712 275.821 364.712 275.821" stroke="#E58600" stroke-width="0.862269"/><path d="M344.864 281.886C344.864 281.886 349.206 284.367 354.788 281.886C360.37 279.404 364.712 281.886 364.712 281.886" stroke="#E58600" stroke-width="0.862269"/><path d="M344.865 226.198C344.865 226.198 349.207 228.679 354.789 226.198C360.371 223.717 364.713 226.198 364.713 226.198" stroke="#E58600" stroke-width="0.862269"/><path d="M344.865 232.263C344.865 232.263 349.207 234.744 354.789 232.263C360.371 229.781 364.713 232.263 364.713 232.263" stroke="#E58600" stroke-width="0.862269"/><path d="M384.562 251.147C384.562 251.147 388.904 253.628 394.486 251.147C400.068 248.666 404.41 251.147 404.41 251.147" stroke="#E58600" stroke-width="0.862269"/><path d="M384.562 257.212C384.562 257.212 388.904 259.693 394.486 257.212C400.068 254.731 404.41 257.212 404.41 257.212" stroke="#E58600" stroke-width="0.862269"/><path d="M384.562 201.526C384.562 201.526 388.904 204.007 394.486 201.526C400.068 199.045 404.41 201.526 404.41 201.526" stroke="#E58600" stroke-width="0.862269"/><path d="M384.562 207.591C384.562 207.591 388.904 210.072 394.486 207.591C400.068 205.11 404.41 207.591 404.41 207.591" stroke="#E58600" stroke-width="0.862269"/><path d="M384.562 300.632C384.562 300.632 388.904 303.113 394.486 300.632C400.068 298.151 404.41 300.632 404.41 300.632" stroke="#E58600" stroke-width="0.862269"/><path d="M384.562 306.696C384.562 306.696 388.904 309.177 394.486 306.696C400.068 304.215 404.41 306.696 404.41 306.696" stroke="#E58600" stroke-width="0.862269"/><path d="M384.562 182.778C384.562 182.778 388.904 185.259 394.486 182.778C400.068 180.297 404.41 182.778 404.41 182.778" stroke="#E58600" stroke-width="0.862269"/><path d="M384.562 275.821C384.562 275.821 388.904 278.302 394.486 275.821C400.068 273.34 404.41 275.821 404.41 275.821" stroke="#E58600" stroke-width="0.862269"/><path d="M384.562 281.886C384.562 281.886 388.904 284.367 394.486 281.886C400.068 279.404 404.41 281.886 404.41 281.886" stroke="#E58600" stroke-width="0.862269"/><path d="M384.562 226.198C384.562 226.198 388.904 228.679 394.486 226.198C400.068 223.717 404.41 226.198 404.41 226.198" stroke="#E58600" stroke-width="0.862269"/><path d="M384.562 232.263C384.562 232.263 388.904 234.744 394.486 232.263C400.068 229.781 404.41 232.263 404.41 232.263" stroke="#E58600" stroke-width="0.862269"/><path d="M305.167 251.147C305.167 251.147 309.509 253.628 315.091 251.147C320.672 248.666 325.014 251.147 325.014 251.147" stroke="#E58600" stroke-width="0.862269"/><path d="M305.167 257.212C305.167 257.212 309.509 259.693 315.091 257.212C320.672 254.731 325.014 257.212 325.014 257.212" stroke="#E58600" stroke-width="0.862269"/><path d="M305.167 201.526C305.167 201.526 309.509 204.007 315.091 201.526C320.672 199.045 325.014 201.526 325.014 201.526" stroke="#E58600" stroke-width="0.862269"/><path d="M305.167 207.591C305.167 207.591 309.509 210.072 315.091 207.591C320.672 205.11 325.014 207.591 325.014 207.591" stroke="#E58600" stroke-width="0.862269"/><path d="M305.167 300.632C305.167 300.632 309.509 303.113 315.091 300.632C320.672 298.151 325.014 300.632 325.014 300.632" stroke="#E58600" stroke-width="0.862269"/><path d="M305.167 306.696C305.167 306.696 309.509 309.177 315.091 306.696C320.672 304.215 325.014 306.696 325.014 306.696" stroke="#E58600" stroke-width="0.862269"/><path d="M305.167 182.778C305.167 182.778 309.509 185.259 315.091 182.778C320.672 180.297 325.014 182.778 325.014 182.778" stroke="#E58600" stroke-width="0.862269"/><path d="M305.167 275.821C305.167 275.821 309.509 278.302 315.091 275.821C320.672 273.34 325.014 275.821 325.014 275.821" stroke="#E58600" stroke-width="0.862269"/><path d="M305.167 281.886C305.167 281.886 309.509 284.367 315.091 281.886C320.672 279.404 325.014 281.886 325.014 281.886" stroke="#E58600" stroke-width="0.862269"/><path d="M305.167 226.198C305.167 226.198 309.509 228.679 315.091 226.198C320.672 223.717 325.014 226.198 325.014 226.198" stroke="#E58600" stroke-width="0.862269"/><path d="M305.167 232.263C305.167 232.263 309.509 234.744 315.091 232.263C320.672 229.781 325.014 232.263 325.014 232.263" stroke="#E58600" stroke-width="0.862269"/><path d="M364.713 263.415C364.713 263.415 369.055 265.896 374.637 263.415C380.218 260.934 384.56 263.415 384.56 263.415" stroke="#E58600" stroke-width="0.862269"/><path d="M364.713 269.479C364.713 269.479 369.055 271.96 374.637 269.479C380.218 266.998 384.56 269.479 384.56 269.479" stroke="#E58600" stroke-width="0.862269"/><path d="M364.713 213.794C364.713 213.794 369.055 216.275 374.637 213.794C380.218 211.313 384.56 213.794 384.56 213.794" stroke="#E58600" stroke-width="0.862269"/><path d="M364.713 219.858C364.713 219.858 369.055 222.339 374.637 219.858C380.218 217.377 384.56 219.858 384.56 219.858" stroke="#E58600" stroke-width="0.862269"/><path d="M364.713 312.899C364.713 312.899 369.055 315.38 374.637 312.899C380.218 310.418 384.56 312.899 384.56 312.899" stroke="#E58600" stroke-width="0.862269"/><path d="M364.713 188.981C364.713 188.981 369.055 191.462 374.637 188.981C380.218 186.5 384.56 188.981 384.56 188.981" stroke="#E58600" stroke-width="0.862269"/><path d="M364.713 195.046C364.713 195.046 369.055 197.527 374.637 195.046C380.218 192.565 384.56 195.046 384.56 195.046" stroke="#E58600" stroke-width="0.862269"/><path d="M364.713 288.089C364.713 288.089 369.055 290.57 374.637 288.089C380.218 285.608 384.56 288.089 384.56 288.089" stroke="#E58600" stroke-width="0.862269"/><path d="M364.713 294.153C364.713 294.153 369.055 296.634 374.637 294.153C380.218 291.672 384.56 294.153 384.56 294.153" stroke="#E58600" stroke-width="0.862269"/><path d="M364.713 238.468C364.713 238.468 369.055 240.949 374.637 238.468C380.218 235.987 384.56 238.468 384.56 238.468" stroke="#E58600" stroke-width="0.862269"/><path d="M364.713 244.532C364.713 244.532 369.055 247.013 374.637 244.532C380.218 242.051 384.56 244.532 384.56 244.532" stroke="#E58600" stroke-width="0.862269"/><path d="M325.017 263.415C325.017 263.415 329.359 265.896 334.94 263.415C340.522 260.934 344.864 263.415 344.864 263.415" stroke="#E58600" stroke-width="0.862269"/><path d="M325.017 269.479C325.017 269.479 329.359 271.96 334.94 269.479C340.522 266.998 344.864 269.479 344.864 269.479" stroke="#E58600" stroke-width="0.862269"/><path d="M325.017 213.794C325.017 213.794 329.359 216.275 334.94 213.794C340.522 211.313 344.864 213.794 344.864 213.794" stroke="#E58600" stroke-width="0.862269"/><path d="M325.017 219.858C325.017 219.858 329.359 222.339 334.94 219.858C340.522 217.377 344.864 219.858 344.864 219.858" stroke="#E58600" stroke-width="0.862269"/><path d="M325.017 312.899C325.017 312.899 329.359 315.38 334.94 312.899C340.522 310.418 344.864 312.899 344.864 312.899" stroke="#E58600" stroke-width="0.862269"/><path d="M325.017 188.981C325.017 188.981 329.359 191.462 334.94 188.981C340.522 186.5 344.864 188.981 344.864 188.981" stroke="#E58600" stroke-width="0.862269"/><path d="M325.017 195.046C325.017 195.046 329.359 197.527 334.94 195.046C340.522 192.565 344.864 195.046 344.864 195.046" stroke="#E58600" stroke-width="0.862269"/><path d="M325.017 288.089C325.017 288.089 329.359 290.57 334.94 288.089C340.522 285.608 344.864 288.089 344.864 288.089" stroke="#E58600" stroke-width="0.862269"/><path d="M325.017 294.153C325.017 294.153 329.359 296.634 334.94 294.153C340.522 291.672 344.864 294.153 344.864 294.153" stroke="#E58600" stroke-width="0.862269"/><path d="M325.017 238.468C325.017 238.468 329.359 240.949 334.94 238.468C340.522 235.987 344.864 238.468 344.864 238.468" stroke="#E58600" stroke-width="0.862269"/><path d="M325.017 244.532C325.017 244.532 329.359 247.013 334.94 244.532C340.522 242.051 344.864 244.532 344.864 244.532" stroke="#E58600" stroke-width="0.862269"/></g></g><path fill-rule="evenodd" clip-rule="evenodd" d="M249 268.655L325.242 313V225L402 181L325.242 137L249 181V268.655Z" fill="#FFDB80"/><path d="M325.242 313V225L402 181M325.242 313L249 268.655V181L325.242 137L402 181M325.242 313L402 268.655V181" stroke="#E58600" stroke-width="10" stroke-linejoin="round"/><path d="M249 180L325 226" stroke="#E58600" stroke-width="4" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="11 11"/><mask id="mask36_4179_108412" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="325" y="93" width="77" height="132"><path d="M325 137V225L402 180.655V93L325 137Z" fill="#FFC2A3"/></mask><g mask="url(#mask36_4179_108412)"><rect x="196.422" y="-78.5" width="479.421" height="317.315" fill="#FFB700"/><mask id="mask37_4179_108412" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="300" y="78" width="113" height="161"><path d="M300.5 78.5H412.5V238.815H300.5V78.5Z" fill="#FF7E3B"/></mask><g mask="url(#mask37_4179_108412)"><path d="M344.864 163.147C344.864 163.147 349.206 165.628 354.788 163.147C360.37 160.666 364.712 163.147 364.712 163.147" stroke="#E58600" stroke-width="0.862269"/><path d="M344.864 169.212C344.864 169.212 349.206 171.693 354.788 169.212C360.37 166.731 364.712 169.212 364.712 169.212" stroke="#E58600" stroke-width="0.862269"/><path d="M344.864 113.526C344.864 113.526 349.206 116.007 354.788 113.526C360.37 111.045 364.712 113.526 364.712 113.526" stroke="#E58600" stroke-width="0.862269"/><path d="M344.864 119.591C344.864 119.591 349.206 122.072 354.788 119.591C360.37 117.11 364.712 119.591 364.712 119.591" stroke="#E58600" stroke-width="0.862269"/><path d="M344.864 212.632C344.864 212.632 349.206 215.113 354.788 212.632C360.37 210.151 364.712 212.632 364.712 212.632" stroke="#E58600" stroke-width="0.862269"/><path d="M344.864 218.696C344.864 218.696 349.206 221.177 354.788 218.696C360.37 216.215 364.712 218.696 364.712 218.696" stroke="#E58600" stroke-width="0.862269"/><path d="M344.864 94.7782C344.864 94.7782 349.206 97.2592 354.788 94.7782C360.37 92.2971 364.712 94.7782 364.712 94.7782" stroke="#E58600" stroke-width="0.862269"/><path d="M344.864 187.821C344.864 187.821 349.206 190.302 354.788 187.821C360.37 185.34 364.712 187.821 364.712 187.821" stroke="#E58600" stroke-width="0.862269"/><path d="M344.864 193.886C344.864 193.886 349.206 196.367 354.788 193.886C360.37 191.404 364.712 193.886 364.712 193.886" stroke="#E58600" stroke-width="0.862269"/><path d="M344.865 138.198C344.865 138.198 349.207 140.679 354.789 138.198C360.371 135.717 364.713 138.198 364.713 138.198" stroke="#E58600" stroke-width="0.862269"/><path d="M344.865 144.263C344.865 144.263 349.207 146.744 354.789 144.263C360.371 141.781 364.713 144.263 364.713 144.263" stroke="#E58600" stroke-width="0.862269"/><path d="M384.562 163.147C384.562 163.147 388.904 165.628 394.486 163.147C400.068 160.666 404.41 163.147 404.41 163.147" stroke="#E58600" stroke-width="0.862269"/><path d="M384.562 169.212C384.562 169.212 388.904 171.693 394.486 169.212C400.068 166.731 404.41 169.212 404.41 169.212" stroke="#E58600" stroke-width="0.862269"/><path d="M384.562 113.526C384.562 113.526 388.904 116.007 394.486 113.526C400.068 111.045 404.41 113.526 404.41 113.526" stroke="#E58600" stroke-width="0.862269"/><path d="M384.562 119.591C384.562 119.591 388.904 122.072 394.486 119.591C400.068 117.11 404.41 119.591 404.41 119.591" stroke="#E58600" stroke-width="0.862269"/><path d="M384.562 212.632C384.562 212.632 388.904 215.113 394.486 212.632C400.068 210.151 404.41 212.632 404.41 212.632" stroke="#E58600" stroke-width="0.862269"/><path d="M384.562 218.696C384.562 218.696 388.904 221.177 394.486 218.696C400.068 216.215 404.41 218.696 404.41 218.696" stroke="#E58600" stroke-width="0.862269"/><path d="M384.562 94.7782C384.562 94.7782 388.904 97.2592 394.486 94.7782C400.068 92.2971 404.41 94.7782 404.41 94.7782" stroke="#E58600" stroke-width="0.862269"/><path d="M384.562 187.821C384.562 187.821 388.904 190.302 394.486 187.821C400.068 185.34 404.41 187.821 404.41 187.821" stroke="#E58600" stroke-width="0.862269"/><path d="M384.562 193.886C384.562 193.886 388.904 196.367 394.486 193.886C400.068 191.404 404.41 193.886 404.41 193.886" stroke="#E58600" stroke-width="0.862269"/><path d="M384.562 138.198C384.562 138.198 388.904 140.679 394.486 138.198C400.068 135.717 404.41 138.198 404.41 138.198" stroke="#E58600" stroke-width="0.862269"/><path d="M384.562 144.263C384.562 144.263 388.904 146.744 394.486 144.263C400.068 141.781 404.41 144.263 404.41 144.263" stroke="#E58600" stroke-width="0.862269"/><path d="M305.167 163.147C305.167 163.147 309.509 165.628 315.091 163.147C320.672 160.666 325.014 163.147 325.014 163.147" stroke="#E58600" stroke-width="0.862269"/><path d="M305.167 169.212C305.167 169.212 309.509 171.693 315.091 169.212C320.672 166.731 325.014 169.212 325.014 169.212" stroke="#E58600" stroke-width="0.862269"/><path d="M305.167 113.526C305.167 113.526 309.509 116.007 315.091 113.526C320.672 111.045 325.014 113.526 325.014 113.526" stroke="#E58600" stroke-width="0.862269"/><path d="M305.167 119.591C305.167 119.591 309.509 122.072 315.091 119.591C320.672 117.11 325.014 119.591 325.014 119.591" stroke="#E58600" stroke-width="0.862269"/><path d="M305.167 212.632C305.167 212.632 309.509 215.113 315.091 212.632C320.672 210.151 325.014 212.632 325.014 212.632" stroke="#E58600" stroke-width="0.862269"/><path d="M305.167 218.696C305.167 218.696 309.509 221.177 315.091 218.696C320.672 216.215 325.014 218.696 325.014 218.696" stroke="#E58600" stroke-width="0.862269"/><path d="M305.167 94.7782C305.167 94.7782 309.509 97.2592 315.091 94.7782C320.672 92.2971 325.014 94.7782 325.014 94.7782" stroke="#E58600" stroke-width="0.862269"/><path d="M305.167 187.821C305.167 187.821 309.509 190.302 315.091 187.821C320.672 185.34 325.014 187.821 325.014 187.821" stroke="#E58600" stroke-width="0.862269"/><path d="M305.167 193.886C305.167 193.886 309.509 196.367 315.091 193.886C320.672 191.404 325.014 193.886 325.014 193.886" stroke="#E58600" stroke-width="0.862269"/><path d="M305.167 138.198C305.167 138.198 309.509 140.679 315.091 138.198C320.672 135.717 325.014 138.198 325.014 138.198" stroke="#E58600" stroke-width="0.862269"/><path d="M305.167 144.263C305.167 144.263 309.509 146.744 315.091 144.263C320.672 141.781 325.014 144.263 325.014 144.263" stroke="#E58600" stroke-width="0.862269"/><path d="M364.713 175.415C364.713 175.415 369.055 177.896 374.637 175.415C380.218 172.934 384.56 175.415 384.56 175.415" stroke="#E58600" stroke-width="0.862269"/><path d="M364.713 181.479C364.713 181.479 369.055 183.96 374.637 181.479C380.218 178.998 384.56 181.479 384.56 181.479" stroke="#E58600" stroke-width="0.862269"/><path d="M364.713 125.794C364.713 125.794 369.055 128.275 374.637 125.794C380.218 123.313 384.56 125.794 384.56 125.794" stroke="#E58600" stroke-width="0.862269"/><path d="M364.713 131.858C364.713 131.858 369.055 134.339 374.637 131.858C380.218 129.377 384.56 131.858 384.56 131.858" stroke="#E58600" stroke-width="0.862269"/><path d="M364.713 224.899C364.713 224.899 369.055 227.38 374.637 224.899C380.218 222.418 384.56 224.899 384.56 224.899" stroke="#E58600" stroke-width="0.862269"/><path d="M364.713 100.981C364.713 100.981 369.055 103.462 374.637 100.981C380.218 98.5002 384.56 100.981 384.56 100.981" stroke="#E58600" stroke-width="0.862269"/><path d="M364.713 107.046C364.713 107.046 369.055 109.527 374.637 107.046C380.218 104.565 384.56 107.046 384.56 107.046" stroke="#E58600" stroke-width="0.862269"/><path d="M364.713 200.089C364.713 200.089 369.055 202.57 374.637 200.089C380.218 197.608 384.56 200.089 384.56 200.089" stroke="#E58600" stroke-width="0.862269"/><path d="M364.713 206.153C364.713 206.153 369.055 208.634 374.637 206.153C380.218 203.672 384.56 206.153 384.56 206.153" stroke="#E58600" stroke-width="0.862269"/><path d="M364.713 150.468C364.713 150.468 369.055 152.949 374.637 150.468C380.218 147.987 384.56 150.468 384.56 150.468" stroke="#E58600" stroke-width="0.862269"/><path d="M364.713 156.532C364.713 156.532 369.055 159.013 374.637 156.532C380.218 154.051 384.56 156.532 384.56 156.532" stroke="#E58600" stroke-width="0.862269"/><path d="M325.017 175.415C325.017 175.415 329.359 177.896 334.94 175.415C340.522 172.934 344.864 175.415 344.864 175.415" stroke="#E58600" stroke-width="0.862269"/><path d="M325.017 181.479C325.017 181.479 329.359 183.96 334.94 181.479C340.522 178.998 344.864 181.479 344.864 181.479" stroke="#E58600" stroke-width="0.862269"/><path d="M325.017 125.794C325.017 125.794 329.359 128.275 334.94 125.794C340.522 123.313 344.864 125.794 344.864 125.794" stroke="#E58600" stroke-width="0.862269"/><path d="M325.017 131.858C325.017 131.858 329.359 134.339 334.94 131.858C340.522 129.377 344.864 131.858 344.864 131.858" stroke="#E58600" stroke-width="0.862269"/><path d="M325.017 224.899C325.017 224.899 329.359 227.38 334.94 224.899C340.522 222.418 344.864 224.899 344.864 224.899" stroke="#E58600" stroke-width="0.862269"/><path d="M325.017 100.981C325.017 100.981 329.359 103.462 334.94 100.981C340.522 98.5002 344.864 100.981 344.864 100.981" stroke="#E58600" stroke-width="0.862269"/><path d="M325.017 107.046C325.017 107.046 329.359 109.527 334.94 107.046C340.522 104.565 344.864 107.046 344.864 107.046" stroke="#E58600" stroke-width="0.862269"/><path d="M325.017 200.089C325.017 200.089 329.359 202.57 334.94 200.089C340.522 197.608 344.864 200.089 344.864 200.089" stroke="#E58600" stroke-width="0.862269"/><path d="M325.017 206.153C325.017 206.153 329.359 208.634 334.94 206.153C340.522 203.672 344.864 206.153 344.864 206.153" stroke="#E58600" stroke-width="0.862269"/><path d="M325.017 150.468C325.017 150.468 329.359 152.949 334.94 150.468C340.522 147.987 344.864 150.468 344.864 150.468" stroke="#E58600" stroke-width="0.862269"/><path d="M325.017 156.532C325.017 156.532 329.359 159.013 334.94 156.532C340.522 154.051 344.864 156.532 344.864 156.532" stroke="#E58600" stroke-width="0.862269"/></g></g><path fill-rule="evenodd" clip-rule="evenodd" d="M249 180.655L325.242 225V137L402 93L325.242 49L249 93V180.655Z" fill="#FFDB80"/><path d="M325.242 225V137L402 93M325.242 225L249 180.655V93L325.242 49L402 93M325.242 225L402 180.655V93" stroke="#E58600" stroke-width="10" stroke-linejoin="round"/><path d="M249 92L325 138" stroke="#E58600" stroke-width="4" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="11 11"/><mask id="mask38_4179_108412" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="401" y="226" width="77" height="132"><path d="M401 270V358L478 313.655V226L401 270Z" fill="#FFC2A3"/></mask><g mask="url(#mask38_4179_108412)"><rect x="272.422" y="54.5" width="479.421" height="317.315" fill="#FFB700"/><mask id="mask39_4179_108412" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="376" y="211" width="113" height="161"><path d="M376.5 211.5H488.5V371.815H376.5V211.5Z" fill="#FF7E3B"/></mask><g mask="url(#mask39_4179_108412)"><path d="M420.864 296.147C420.864 296.147 425.206 298.628 430.788 296.147C436.37 293.666 440.712 296.147 440.712 296.147" stroke="#E58600" stroke-width="0.862269"/><path d="M420.864 302.212C420.864 302.212 425.206 304.693 430.788 302.212C436.37 299.731 440.712 302.212 440.712 302.212" stroke="#E58600" stroke-width="0.862269"/><path d="M420.864 246.526C420.864 246.526 425.206 249.007 430.788 246.526C436.37 244.045 440.712 246.526 440.712 246.526" stroke="#E58600" stroke-width="0.862269"/><path d="M420.864 252.591C420.864 252.591 425.206 255.072 430.788 252.591C436.37 250.11 440.712 252.591 440.712 252.591" stroke="#E58600" stroke-width="0.862269"/><path d="M420.864 345.632C420.864 345.632 425.206 348.113 430.788 345.632C436.37 343.151 440.712 345.632 440.712 345.632" stroke="#E58600" stroke-width="0.862269"/><path d="M420.864 351.696C420.864 351.696 425.206 354.177 430.788 351.696C436.37 349.215 440.712 351.696 440.712 351.696" stroke="#E58600" stroke-width="0.862269"/><path d="M420.864 227.778C420.864 227.778 425.206 230.259 430.788 227.778C436.37 225.297 440.712 227.778 440.712 227.778" stroke="#E58600" stroke-width="0.862269"/><path d="M420.864 320.821C420.864 320.821 425.206 323.302 430.788 320.821C436.37 318.34 440.712 320.821 440.712 320.821" stroke="#E58600" stroke-width="0.862269"/><path d="M420.864 326.886C420.864 326.886 425.206 329.367 430.788 326.886C436.37 324.404 440.712 326.886 440.712 326.886" stroke="#E58600" stroke-width="0.862269"/><path d="M420.865 271.198C420.865 271.198 425.207 273.679 430.789 271.198C436.371 268.717 440.713 271.198 440.713 271.198" stroke="#E58600" stroke-width="0.862269"/><path d="M420.865 277.263C420.865 277.263 425.207 279.744 430.789 277.263C436.371 274.781 440.713 277.263 440.713 277.263" stroke="#E58600" stroke-width="0.862269"/><path d="M460.562 296.147C460.562 296.147 464.904 298.628 470.486 296.147C476.068 293.666 480.41 296.147 480.41 296.147" stroke="#E58600" stroke-width="0.862269"/><path d="M460.562 302.212C460.562 302.212 464.904 304.693 470.486 302.212C476.068 299.731 480.41 302.212 480.41 302.212" stroke="#E58600" stroke-width="0.862269"/><path d="M460.562 246.526C460.562 246.526 464.904 249.007 470.486 246.526C476.068 244.045 480.41 246.526 480.41 246.526" stroke="#E58600" stroke-width="0.862269"/><path d="M460.562 252.591C460.562 252.591 464.904 255.072 470.486 252.591C476.068 250.11 480.41 252.591 480.41 252.591" stroke="#E58600" stroke-width="0.862269"/><path d="M460.562 345.632C460.562 345.632 464.904 348.113 470.486 345.632C476.068 343.151 480.41 345.632 480.41 345.632" stroke="#E58600" stroke-width="0.862269"/><path d="M460.562 351.696C460.562 351.696 464.904 354.177 470.486 351.696C476.068 349.215 480.41 351.696 480.41 351.696" stroke="#E58600" stroke-width="0.862269"/><path d="M460.562 227.778C460.562 227.778 464.904 230.259 470.486 227.778C476.068 225.297 480.41 227.778 480.41 227.778" stroke="#E58600" stroke-width="0.862269"/><path d="M460.562 320.821C460.562 320.821 464.904 323.302 470.486 320.821C476.068 318.34 480.41 320.821 480.41 320.821" stroke="#E58600" stroke-width="0.862269"/><path d="M460.562 326.886C460.562 326.886 464.904 329.367 470.486 326.886C476.068 324.404 480.41 326.886 480.41 326.886" stroke="#E58600" stroke-width="0.862269"/><path d="M460.562 271.198C460.562 271.198 464.904 273.679 470.486 271.198C476.068 268.717 480.41 271.198 480.41 271.198" stroke="#E58600" stroke-width="0.862269"/><path d="M460.562 277.263C460.562 277.263 464.904 279.744 470.486 277.263C476.068 274.781 480.41 277.263 480.41 277.263" stroke="#E58600" stroke-width="0.862269"/><path d="M381.167 296.147C381.167 296.147 385.509 298.628 391.091 296.147C396.672 293.666 401.014 296.147 401.014 296.147" stroke="#E58600" stroke-width="0.862269"/><path d="M381.167 302.212C381.167 302.212 385.509 304.693 391.091 302.212C396.672 299.731 401.014 302.212 401.014 302.212" stroke="#E58600" stroke-width="0.862269"/><path d="M381.167 246.526C381.167 246.526 385.509 249.007 391.091 246.526C396.672 244.045 401.014 246.526 401.014 246.526" stroke="#E58600" stroke-width="0.862269"/><path d="M381.167 252.591C381.167 252.591 385.509 255.072 391.091 252.591C396.672 250.11 401.014 252.591 401.014 252.591" stroke="#E58600" stroke-width="0.862269"/><path d="M381.167 345.632C381.167 345.632 385.509 348.113 391.091 345.632C396.672 343.151 401.014 345.632 401.014 345.632" stroke="#E58600" stroke-width="0.862269"/><path d="M381.167 351.696C381.167 351.696 385.509 354.177 391.091 351.696C396.672 349.215 401.014 351.696 401.014 351.696" stroke="#E58600" stroke-width="0.862269"/><path d="M381.167 227.778C381.167 227.778 385.509 230.259 391.091 227.778C396.672 225.297 401.014 227.778 401.014 227.778" stroke="#E58600" stroke-width="0.862269"/><path d="M381.167 320.821C381.167 320.821 385.509 323.302 391.091 320.821C396.672 318.34 401.014 320.821 401.014 320.821" stroke="#E58600" stroke-width="0.862269"/><path d="M381.167 326.886C381.167 326.886 385.509 329.367 391.091 326.886C396.672 324.404 401.014 326.886 401.014 326.886" stroke="#E58600" stroke-width="0.862269"/><path d="M381.167 271.198C381.167 271.198 385.509 273.679 391.091 271.198C396.672 268.717 401.014 271.198 401.014 271.198" stroke="#E58600" stroke-width="0.862269"/><path d="M381.167 277.263C381.167 277.263 385.509 279.744 391.091 277.263C396.672 274.781 401.014 277.263 401.014 277.263" stroke="#E58600" stroke-width="0.862269"/><path d="M440.713 308.415C440.713 308.415 445.055 310.896 450.637 308.415C456.218 305.934 460.56 308.415 460.56 308.415" stroke="#E58600" stroke-width="0.862269"/><path d="M440.713 314.479C440.713 314.479 445.055 316.96 450.637 314.479C456.218 311.998 460.56 314.479 460.56 314.479" stroke="#E58600" stroke-width="0.862269"/><path d="M440.713 258.794C440.713 258.794 445.055 261.275 450.637 258.794C456.218 256.313 460.56 258.794 460.56 258.794" stroke="#E58600" stroke-width="0.862269"/><path d="M440.713 264.858C440.713 264.858 445.055 267.339 450.637 264.858C456.218 262.377 460.56 264.858 460.56 264.858" stroke="#E58600" stroke-width="0.862269"/><path d="M440.713 357.899C440.713 357.899 445.055 360.38 450.637 357.899C456.218 355.418 460.56 357.899 460.56 357.899" stroke="#E58600" stroke-width="0.862269"/><path d="M440.713 233.981C440.713 233.981 445.055 236.462 450.637 233.981C456.218 231.5 460.56 233.981 460.56 233.981" stroke="#E58600" stroke-width="0.862269"/><path d="M440.713 240.046C440.713 240.046 445.055 242.527 450.637 240.046C456.218 237.565 460.56 240.046 460.56 240.046" stroke="#E58600" stroke-width="0.862269"/><path d="M440.713 333.089C440.713 333.089 445.055 335.57 450.637 333.089C456.218 330.608 460.56 333.089 460.56 333.089" stroke="#E58600" stroke-width="0.862269"/><path d="M440.713 339.153C440.713 339.153 445.055 341.634 450.637 339.153C456.218 336.672 460.56 339.153 460.56 339.153" stroke="#E58600" stroke-width="0.862269"/><path d="M440.713 283.468C440.713 283.468 445.055 285.949 450.637 283.468C456.218 280.987 460.56 283.468 460.56 283.468" stroke="#E58600" stroke-width="0.862269"/><path d="M440.713 289.532C440.713 289.532 445.055 292.013 450.637 289.532C456.218 287.051 460.56 289.532 460.56 289.532" stroke="#E58600" stroke-width="0.862269"/><path d="M401.017 308.415C401.017 308.415 405.359 310.896 410.94 308.415C416.522 305.934 420.864 308.415 420.864 308.415" stroke="#E58600" stroke-width="0.862269"/><path d="M401.017 314.479C401.017 314.479 405.359 316.96 410.94 314.479C416.522 311.998 420.864 314.479 420.864 314.479" stroke="#E58600" stroke-width="0.862269"/><path d="M401.017 258.794C401.017 258.794 405.359 261.275 410.94 258.794C416.522 256.313 420.864 258.794 420.864 258.794" stroke="#E58600" stroke-width="0.862269"/><path d="M401.017 264.858C401.017 264.858 405.359 267.339 410.94 264.858C416.522 262.377 420.864 264.858 420.864 264.858" stroke="#E58600" stroke-width="0.862269"/><path d="M401.017 357.899C401.017 357.899 405.359 360.38 410.94 357.899C416.522 355.418 420.864 357.899 420.864 357.899" stroke="#E58600" stroke-width="0.862269"/><path d="M401.017 233.981C401.017 233.981 405.359 236.462 410.94 233.981C416.522 231.5 420.864 233.981 420.864 233.981" stroke="#E58600" stroke-width="0.862269"/><path d="M401.017 240.046C401.017 240.046 405.359 242.527 410.94 240.046C416.522 237.565 420.864 240.046 420.864 240.046" stroke="#E58600" stroke-width="0.862269"/><path d="M401.017 333.089C401.017 333.089 405.359 335.57 410.94 333.089C416.522 330.608 420.864 333.089 420.864 333.089" stroke="#E58600" stroke-width="0.862269"/><path d="M401.017 339.153C401.017 339.153 405.359 341.634 410.94 339.153C416.522 336.672 420.864 339.153 420.864 339.153" stroke="#E58600" stroke-width="0.862269"/><path d="M401.017 283.468C401.017 283.468 405.359 285.949 410.94 283.468C416.522 280.987 420.864 283.468 420.864 283.468" stroke="#E58600" stroke-width="0.862269"/><path d="M401.017 289.532C401.017 289.532 405.359 292.013 410.94 289.532C416.522 287.051 420.864 289.532 420.864 289.532" stroke="#E58600" stroke-width="0.862269"/></g></g><path fill-rule="evenodd" clip-rule="evenodd" d="M325 313.655L401.242 358V270L478 226L401.242 182L325 226V313.655Z" fill="#FFDB80"/><path d="M401.242 358V270L478 226M401.242 358L325 313.655V226L401.242 182L478 226M401.242 358L478 313.655V226" stroke="#E58600" stroke-width="10" stroke-linejoin="round"/><path d="M325 225L401 271" stroke="#E58600" stroke-width="4" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="11 11"/><mask id="mask40_4179_108412" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="401" y="138" width="77" height="132"><path d="M401 182V270L478 225.655V138L401 182Z" fill="#FFC2A3"/></mask><g mask="url(#mask40_4179_108412)"><rect x="272.422" y="-33.5" width="479.421" height="317.315" fill="#FFB700"/><mask id="mask41_4179_108412" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="376" y="123" width="113" height="161"><path d="M376.5 123.5H488.5V283.815H376.5V123.5Z" fill="#FF7E3B"/></mask><g mask="url(#mask41_4179_108412)"><path d="M420.864 208.147C420.864 208.147 425.206 210.628 430.788 208.147C436.37 205.666 440.712 208.147 440.712 208.147" stroke="#E58600" stroke-width="0.862269"/><path d="M420.864 214.212C420.864 214.212 425.206 216.693 430.788 214.212C436.37 211.731 440.712 214.212 440.712 214.212" stroke="#E58600" stroke-width="0.862269"/><path d="M420.864 158.526C420.864 158.526 425.206 161.007 430.788 158.526C436.37 156.045 440.712 158.526 440.712 158.526" stroke="#E58600" stroke-width="0.862269"/><path d="M420.864 164.591C420.864 164.591 425.206 167.072 430.788 164.591C436.37 162.11 440.712 164.591 440.712 164.591" stroke="#E58600" stroke-width="0.862269"/><path d="M420.864 257.632C420.864 257.632 425.206 260.113 430.788 257.632C436.37 255.151 440.712 257.632 440.712 257.632" stroke="#E58600" stroke-width="0.862269"/><path d="M420.864 263.696C420.864 263.696 425.206 266.177 430.788 263.696C436.37 261.215 440.712 263.696 440.712 263.696" stroke="#E58600" stroke-width="0.862269"/><path d="M420.864 139.778C420.864 139.778 425.206 142.259 430.788 139.778C436.37 137.297 440.712 139.778 440.712 139.778" stroke="#E58600" stroke-width="0.862269"/><path d="M420.864 232.821C420.864 232.821 425.206 235.302 430.788 232.821C436.37 230.34 440.712 232.821 440.712 232.821" stroke="#E58600" stroke-width="0.862269"/><path d="M420.864 238.886C420.864 238.886 425.206 241.367 430.788 238.886C436.37 236.404 440.712 238.886 440.712 238.886" stroke="#E58600" stroke-width="0.862269"/><path d="M420.865 183.198C420.865 183.198 425.207 185.679 430.789 183.198C436.371 180.717 440.713 183.198 440.713 183.198" stroke="#E58600" stroke-width="0.862269"/><path d="M420.865 189.263C420.865 189.263 425.207 191.744 430.789 189.263C436.371 186.781 440.713 189.263 440.713 189.263" stroke="#E58600" stroke-width="0.862269"/><path d="M460.562 208.147C460.562 208.147 464.904 210.628 470.486 208.147C476.068 205.666 480.41 208.147 480.41 208.147" stroke="#E58600" stroke-width="0.862269"/><path d="M460.562 214.212C460.562 214.212 464.904 216.693 470.486 214.212C476.068 211.731 480.41 214.212 480.41 214.212" stroke="#E58600" stroke-width="0.862269"/><path d="M460.562 158.526C460.562 158.526 464.904 161.007 470.486 158.526C476.068 156.045 480.41 158.526 480.41 158.526" stroke="#E58600" stroke-width="0.862269"/><path d="M460.562 164.591C460.562 164.591 464.904 167.072 470.486 164.591C476.068 162.11 480.41 164.591 480.41 164.591" stroke="#E58600" stroke-width="0.862269"/><path d="M460.562 257.632C460.562 257.632 464.904 260.113 470.486 257.632C476.068 255.151 480.41 257.632 480.41 257.632" stroke="#E58600" stroke-width="0.862269"/><path d="M460.562 263.696C460.562 263.696 464.904 266.177 470.486 263.696C476.068 261.215 480.41 263.696 480.41 263.696" stroke="#E58600" stroke-width="0.862269"/><path d="M460.562 139.778C460.562 139.778 464.904 142.259 470.486 139.778C476.068 137.297 480.41 139.778 480.41 139.778" stroke="#E58600" stroke-width="0.862269"/><path d="M460.562 232.821C460.562 232.821 464.904 235.302 470.486 232.821C476.068 230.34 480.41 232.821 480.41 232.821" stroke="#E58600" stroke-width="0.862269"/><path d="M460.562 238.886C460.562 238.886 464.904 241.367 470.486 238.886C476.068 236.404 480.41 238.886 480.41 238.886" stroke="#E58600" stroke-width="0.862269"/><path d="M460.562 183.198C460.562 183.198 464.904 185.679 470.486 183.198C476.068 180.717 480.41 183.198 480.41 183.198" stroke="#E58600" stroke-width="0.862269"/><path d="M460.562 189.263C460.562 189.263 464.904 191.744 470.486 189.263C476.068 186.781 480.41 189.263 480.41 189.263" stroke="#E58600" stroke-width="0.862269"/><path d="M381.167 208.147C381.167 208.147 385.509 210.628 391.091 208.147C396.672 205.666 401.014 208.147 401.014 208.147" stroke="#E58600" stroke-width="0.862269"/><path d="M381.167 214.212C381.167 214.212 385.509 216.693 391.091 214.212C396.672 211.731 401.014 214.212 401.014 214.212" stroke="#E58600" stroke-width="0.862269"/><path d="M381.167 158.526C381.167 158.526 385.509 161.007 391.091 158.526C396.672 156.045 401.014 158.526 401.014 158.526" stroke="#E58600" stroke-width="0.862269"/><path d="M381.167 164.591C381.167 164.591 385.509 167.072 391.091 164.591C396.672 162.11 401.014 164.591 401.014 164.591" stroke="#E58600" stroke-width="0.862269"/><path d="M381.167 257.632C381.167 257.632 385.509 260.113 391.091 257.632C396.672 255.151 401.014 257.632 401.014 257.632" stroke="#E58600" stroke-width="0.862269"/><path d="M381.167 263.696C381.167 263.696 385.509 266.177 391.091 263.696C396.672 261.215 401.014 263.696 401.014 263.696" stroke="#E58600" stroke-width="0.862269"/><path d="M381.167 139.778C381.167 139.778 385.509 142.259 391.091 139.778C396.672 137.297 401.014 139.778 401.014 139.778" stroke="#E58600" stroke-width="0.862269"/><path d="M381.167 232.821C381.167 232.821 385.509 235.302 391.091 232.821C396.672 230.34 401.014 232.821 401.014 232.821" stroke="#E58600" stroke-width="0.862269"/><path d="M381.167 238.886C381.167 238.886 385.509 241.367 391.091 238.886C396.672 236.404 401.014 238.886 401.014 238.886" stroke="#E58600" stroke-width="0.862269"/><path d="M381.167 183.198C381.167 183.198 385.509 185.679 391.091 183.198C396.672 180.717 401.014 183.198 401.014 183.198" stroke="#E58600" stroke-width="0.862269"/><path d="M381.167 189.263C381.167 189.263 385.509 191.744 391.091 189.263C396.672 186.781 401.014 189.263 401.014 189.263" stroke="#E58600" stroke-width="0.862269"/><path d="M440.713 220.415C440.713 220.415 445.055 222.896 450.637 220.415C456.218 217.934 460.56 220.415 460.56 220.415" stroke="#E58600" stroke-width="0.862269"/><path d="M440.713 226.479C440.713 226.479 445.055 228.96 450.637 226.479C456.218 223.998 460.56 226.479 460.56 226.479" stroke="#E58600" stroke-width="0.862269"/><path d="M440.713 170.794C440.713 170.794 445.055 173.275 450.637 170.794C456.218 168.313 460.56 170.794 460.56 170.794" stroke="#E58600" stroke-width="0.862269"/><path d="M440.713 176.858C440.713 176.858 445.055 179.339 450.637 176.858C456.218 174.377 460.56 176.858 460.56 176.858" stroke="#E58600" stroke-width="0.862269"/><path d="M440.713 269.899C440.713 269.899 445.055 272.38 450.637 269.899C456.218 267.418 460.56 269.899 460.56 269.899" stroke="#E58600" stroke-width="0.862269"/><path d="M440.713 145.981C440.713 145.981 445.055 148.462 450.637 145.981C456.218 143.5 460.56 145.981 460.56 145.981" stroke="#E58600" stroke-width="0.862269"/><path d="M440.713 152.046C440.713 152.046 445.055 154.527 450.637 152.046C456.218 149.565 460.56 152.046 460.56 152.046" stroke="#E58600" stroke-width="0.862269"/><path d="M440.713 245.089C440.713 245.089 445.055 247.57 450.637 245.089C456.218 242.608 460.56 245.089 460.56 245.089" stroke="#E58600" stroke-width="0.862269"/><path d="M440.713 251.153C440.713 251.153 445.055 253.634 450.637 251.153C456.218 248.672 460.56 251.153 460.56 251.153" stroke="#E58600" stroke-width="0.862269"/><path d="M440.713 195.468C440.713 195.468 445.055 197.949 450.637 195.468C456.218 192.987 460.56 195.468 460.56 195.468" stroke="#E58600" stroke-width="0.862269"/><path d="M440.713 201.532C440.713 201.532 445.055 204.013 450.637 201.532C456.218 199.051 460.56 201.532 460.56 201.532" stroke="#E58600" stroke-width="0.862269"/><path d="M401.017 220.415C401.017 220.415 405.359 222.896 410.94 220.415C416.522 217.934 420.864 220.415 420.864 220.415" stroke="#E58600" stroke-width="0.862269"/><path d="M401.017 226.479C401.017 226.479 405.359 228.96 410.94 226.479C416.522 223.998 420.864 226.479 420.864 226.479" stroke="#E58600" stroke-width="0.862269"/><path d="M401.017 170.794C401.017 170.794 405.359 173.275 410.94 170.794C416.522 168.313 420.864 170.794 420.864 170.794" stroke="#E58600" stroke-width="0.862269"/><path d="M401.017 176.858C401.017 176.858 405.359 179.339 410.94 176.858C416.522 174.377 420.864 176.858 420.864 176.858" stroke="#E58600" stroke-width="0.862269"/><path d="M401.017 269.899C401.017 269.899 405.359 272.38 410.94 269.899C416.522 267.418 420.864 269.899 420.864 269.899" stroke="#E58600" stroke-width="0.862269"/><path d="M401.017 145.981C401.017 145.981 405.359 148.462 410.94 145.981C416.522 143.5 420.864 145.981 420.864 145.981" stroke="#E58600" stroke-width="0.862269"/><path d="M401.017 152.046C401.017 152.046 405.359 154.527 410.94 152.046C416.522 149.565 420.864 152.046 420.864 152.046" stroke="#E58600" stroke-width="0.862269"/><path d="M401.017 245.089C401.017 245.089 405.359 247.57 410.94 245.089C416.522 242.608 420.864 245.089 420.864 245.089" stroke="#E58600" stroke-width="0.862269"/><path d="M401.017 251.153C401.017 251.153 405.359 253.634 410.94 251.153C416.522 248.672 420.864 251.153 420.864 251.153" stroke="#E58600" stroke-width="0.862269"/><path d="M401.017 195.468C401.017 195.468 405.359 197.949 410.94 195.468C416.522 192.987 420.864 195.468 420.864 195.468" stroke="#E58600" stroke-width="0.862269"/><path d="M401.017 201.532C401.017 201.532 405.359 204.013 410.94 201.532C416.522 199.051 420.864 201.532 420.864 201.532" stroke="#E58600" stroke-width="0.862269"/></g></g><path fill-rule="evenodd" clip-rule="evenodd" d="M325 225.655L401.242 270V182L478 138L401.242 94L325 138V225.655Z" fill="#FFDB80"/><path d="M401.242 270V182L478 138M401.242 270L325 225.655V138L401.242 94L478 138M401.242 270L478 225.655V138" stroke="#E58600" stroke-width="10" stroke-linejoin="round"/><path d="M325 137L401 183" stroke="#E58600" stroke-width="4" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="11 11"/><mask id="mask42_4179_108412" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="477" y="269" width="77" height="132"><path d="M477 313V401L554 356.655V269L477 313Z" fill="#FFC2A3"/></mask><g mask="url(#mask42_4179_108412)"><rect x="348.422" y="97.5" width="479.421" height="317.315" fill="#FFB700"/><mask id="mask43_4179_108412" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="452" y="254" width="113" height="161"><path d="M452.5 254.5H564.5V414.815H452.5V254.5Z" fill="#FF7E3B"/></mask><g mask="url(#mask43_4179_108412)"><path d="M496.865 339.147C496.865 339.147 501.207 341.628 506.789 339.147C512.371 336.666 516.713 339.147 516.713 339.147" stroke="#E58600" stroke-width="0.862269"/><path d="M496.865 345.212C496.865 345.212 501.207 347.693 506.789 345.212C512.371 342.731 516.713 345.212 516.713 345.212" stroke="#E58600" stroke-width="0.862269"/><path d="M496.865 289.526C496.865 289.526 501.207 292.007 506.789 289.526C512.371 287.045 516.713 289.526 516.713 289.526" stroke="#E58600" stroke-width="0.862269"/><path d="M496.865 295.591C496.865 295.591 501.207 298.072 506.789 295.591C512.371 293.11 516.713 295.591 516.713 295.591" stroke="#E58600" stroke-width="0.862269"/><path d="M496.865 388.632C496.865 388.632 501.207 391.113 506.789 388.632C512.371 386.151 516.713 388.632 516.713 388.632" stroke="#E58600" stroke-width="0.862269"/><path d="M496.865 394.696C496.865 394.696 501.207 397.177 506.789 394.696C512.371 392.215 516.713 394.696 516.713 394.696" stroke="#E58600" stroke-width="0.862269"/><path d="M496.865 270.778C496.865 270.778 501.207 273.259 506.789 270.778C512.371 268.297 516.713 270.778 516.713 270.778" stroke="#E58600" stroke-width="0.862269"/><path d="M496.865 363.821C496.865 363.821 501.207 366.302 506.789 363.821C512.371 361.34 516.713 363.821 516.713 363.821" stroke="#E58600" stroke-width="0.862269"/><path d="M496.865 369.886C496.865 369.886 501.207 372.367 506.789 369.886C512.371 367.404 516.713 369.886 516.713 369.886" stroke="#E58600" stroke-width="0.862269"/><path d="M496.865 314.198C496.865 314.198 501.207 316.679 506.789 314.198C512.371 311.717 516.713 314.198 516.713 314.198" stroke="#E58600" stroke-width="0.862269"/><path d="M496.865 320.263C496.865 320.263 501.207 322.744 506.789 320.263C512.371 317.781 516.713 320.263 516.713 320.263" stroke="#E58600" stroke-width="0.862269"/><path d="M536.562 339.147C536.562 339.147 540.904 341.628 546.486 339.147C552.068 336.666 556.41 339.147 556.41 339.147" stroke="#E58600" stroke-width="0.862269"/><path d="M536.562 345.212C536.562 345.212 540.904 347.693 546.486 345.212C552.068 342.731 556.41 345.212 556.41 345.212" stroke="#E58600" stroke-width="0.862269"/><path d="M536.562 289.526C536.562 289.526 540.904 292.007 546.486 289.526C552.068 287.045 556.41 289.526 556.41 289.526" stroke="#E58600" stroke-width="0.862269"/><path d="M536.562 295.591C536.562 295.591 540.904 298.072 546.486 295.591C552.068 293.11 556.41 295.591 556.41 295.591" stroke="#E58600" stroke-width="0.862269"/><path d="M536.562 388.632C536.562 388.632 540.904 391.113 546.486 388.632C552.068 386.151 556.41 388.632 556.41 388.632" stroke="#E58600" stroke-width="0.862269"/><path d="M536.562 394.696C536.562 394.696 540.904 397.177 546.486 394.696C552.068 392.215 556.41 394.696 556.41 394.696" stroke="#E58600" stroke-width="0.862269"/><path d="M536.562 270.778C536.562 270.778 540.904 273.259 546.486 270.778C552.068 268.297 556.41 270.778 556.41 270.778" stroke="#E58600" stroke-width="0.862269"/><path d="M536.562 363.821C536.562 363.821 540.904 366.302 546.486 363.821C552.068 361.34 556.41 363.821 556.41 363.821" stroke="#E58600" stroke-width="0.862269"/><path d="M536.562 369.886C536.562 369.886 540.904 372.367 546.486 369.886C552.068 367.404 556.41 369.886 556.41 369.886" stroke="#E58600" stroke-width="0.862269"/><path d="M536.562 314.198C536.562 314.198 540.904 316.679 546.486 314.198C552.068 311.717 556.41 314.198 556.41 314.198" stroke="#E58600" stroke-width="0.862269"/><path d="M536.562 320.263C536.562 320.263 540.904 322.744 546.486 320.263C552.068 317.781 556.41 320.263 556.41 320.263" stroke="#E58600" stroke-width="0.862269"/><path d="M457.168 339.147C457.168 339.147 461.51 341.628 467.092 339.147C472.673 336.666 477.015 339.147 477.015 339.147" stroke="#E58600" stroke-width="0.862269"/><path d="M457.168 345.212C457.168 345.212 461.51 347.693 467.092 345.212C472.673 342.731 477.015 345.212 477.015 345.212" stroke="#E58600" stroke-width="0.862269"/><path d="M457.168 289.526C457.168 289.526 461.51 292.007 467.092 289.526C472.673 287.045 477.015 289.526 477.015 289.526" stroke="#E58600" stroke-width="0.862269"/><path d="M457.168 295.591C457.168 295.591 461.51 298.072 467.092 295.591C472.673 293.11 477.015 295.591 477.015 295.591" stroke="#E58600" stroke-width="0.862269"/><path d="M457.168 388.632C457.168 388.632 461.51 391.113 467.092 388.632C472.673 386.151 477.015 388.632 477.015 388.632" stroke="#E58600" stroke-width="0.862269"/><path d="M457.168 394.696C457.168 394.696 461.51 397.177 467.092 394.696C472.673 392.215 477.015 394.696 477.015 394.696" stroke="#E58600" stroke-width="0.862269"/><path d="M457.168 270.778C457.168 270.778 461.51 273.259 467.092 270.778C472.673 268.297 477.015 270.778 477.015 270.778" stroke="#E58600" stroke-width="0.862269"/><path d="M457.168 363.821C457.168 363.821 461.51 366.302 467.092 363.821C472.673 361.34 477.015 363.821 477.015 363.821" stroke="#E58600" stroke-width="0.862269"/><path d="M457.168 369.886C457.168 369.886 461.51 372.367 467.092 369.886C472.673 367.404 477.015 369.886 477.015 369.886" stroke="#E58600" stroke-width="0.862269"/><path d="M457.168 314.198C457.168 314.198 461.51 316.679 467.092 314.198C472.673 311.717 477.015 314.198 477.015 314.198" stroke="#E58600" stroke-width="0.862269"/><path d="M457.168 320.263C457.168 320.263 461.51 322.744 467.092 320.263C472.673 317.781 477.015 320.263 477.015 320.263" stroke="#E58600" stroke-width="0.862269"/><path d="M516.714 351.415C516.714 351.415 521.056 353.896 526.638 351.415C532.219 348.934 536.561 351.415 536.561 351.415" stroke="#E58600" stroke-width="0.862269"/><path d="M516.714 357.479C516.714 357.479 521.056 359.96 526.638 357.479C532.219 354.998 536.561 357.479 536.561 357.479" stroke="#E58600" stroke-width="0.862269"/><path d="M516.714 301.794C516.714 301.794 521.056 304.275 526.638 301.794C532.219 299.313 536.561 301.794 536.561 301.794" stroke="#E58600" stroke-width="0.862269"/><path d="M516.714 307.858C516.714 307.858 521.056 310.339 526.638 307.858C532.219 305.377 536.561 307.858 536.561 307.858" stroke="#E58600" stroke-width="0.862269"/><path d="M516.714 400.899C516.714 400.899 521.056 403.38 526.638 400.899C532.219 398.418 536.561 400.899 536.561 400.899" stroke="#E58600" stroke-width="0.862269"/><path d="M516.714 276.981C516.714 276.981 521.056 279.462 526.638 276.981C532.219 274.5 536.561 276.981 536.561 276.981" stroke="#E58600" stroke-width="0.862269"/><path d="M516.714 283.046C516.714 283.046 521.056 285.527 526.638 283.046C532.219 280.565 536.561 283.046 536.561 283.046" stroke="#E58600" stroke-width="0.862269"/><path d="M516.714 376.089C516.714 376.089 521.056 378.57 526.638 376.089C532.219 373.608 536.561 376.089 536.561 376.089" stroke="#E58600" stroke-width="0.862269"/><path d="M516.714 382.153C516.714 382.153 521.056 384.634 526.638 382.153C532.219 379.672 536.561 382.153 536.561 382.153" stroke="#E58600" stroke-width="0.862269"/><path d="M516.714 326.468C516.714 326.468 521.056 328.949 526.638 326.468C532.219 323.987 536.561 326.468 536.561 326.468" stroke="#E58600" stroke-width="0.862269"/><path d="M516.714 332.532C516.714 332.532 521.056 335.013 526.638 332.532C532.219 330.051 536.561 332.532 536.561 332.532" stroke="#E58600" stroke-width="0.862269"/><path d="M477.017 351.415C477.017 351.415 481.359 353.896 486.94 351.415C492.522 348.934 496.864 351.415 496.864 351.415" stroke="#E58600" stroke-width="0.862269"/><path d="M477.017 357.479C477.017 357.479 481.359 359.96 486.94 357.479C492.522 354.998 496.864 357.479 496.864 357.479" stroke="#E58600" stroke-width="0.862269"/><path d="M477.017 301.794C477.017 301.794 481.359 304.275 486.94 301.794C492.522 299.313 496.864 301.794 496.864 301.794" stroke="#E58600" stroke-width="0.862269"/><path d="M477.017 307.858C477.017 307.858 481.359 310.339 486.94 307.858C492.522 305.377 496.864 307.858 496.864 307.858" stroke="#E58600" stroke-width="0.862269"/><path d="M477.017 400.899C477.017 400.899 481.359 403.38 486.94 400.899C492.522 398.418 496.864 400.899 496.864 400.899" stroke="#E58600" stroke-width="0.862269"/><path d="M477.017 276.981C477.017 276.981 481.359 279.462 486.94 276.981C492.522 274.5 496.864 276.981 496.864 276.981" stroke="#E58600" stroke-width="0.862269"/><path d="M477.017 283.046C477.017 283.046 481.359 285.527 486.94 283.046C492.522 280.565 496.864 283.046 496.864 283.046" stroke="#E58600" stroke-width="0.862269"/><path d="M477.017 376.089C477.017 376.089 481.359 378.57 486.94 376.089C492.522 373.608 496.864 376.089 496.864 376.089" stroke="#E58600" stroke-width="0.862269"/><path d="M477.017 382.153C477.017 382.153 481.359 384.634 486.94 382.153C492.522 379.672 496.864 382.153 496.864 382.153" stroke="#E58600" stroke-width="0.862269"/><path d="M477.017 326.468C477.017 326.468 481.359 328.949 486.94 326.468C492.522 323.987 496.864 326.468 496.864 326.468" stroke="#E58600" stroke-width="0.862269"/><path d="M477.017 332.532C477.017 332.532 481.359 335.013 486.94 332.532C492.522 330.051 496.864 332.532 496.864 332.532" stroke="#E58600" stroke-width="0.862269"/></g></g><path fill-rule="evenodd" clip-rule="evenodd" d="M401 356.655L477.242 401V313L554 269L477.242 225L401 269V356.655Z" fill="#FFDB80"/><path d="M477.242 401V313L554 269M477.242 401L401 356.655V269L477.242 225L554 269M477.242 401L554 356.655V269" stroke="#E58600" stroke-width="10" stroke-linejoin="round"/><path d="M401 268L477 314" stroke="#E58600" stroke-width="4" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="11 11"/><mask id="mask44_4179_108412" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="192" y="570" width="77" height="132"><path d="M192 614V702L269 657.655V570L192 614Z" fill="#FFC2A3"/></mask><g mask="url(#mask44_4179_108412)"><rect x="63.4219" y="398.5" width="479.421" height="317.315" fill="#FFB700"/><mask id="mask45_4179_108412" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="167" y="555" width="113" height="161"><path d="M167.5 555.5H279.5V715.815H167.5V555.5Z" fill="#FF7E3B"/></mask><g mask="url(#mask45_4179_108412)"><path d="M211.864 640.147C211.864 640.147 216.206 642.628 221.788 640.147C227.37 637.666 231.712 640.147 231.712 640.147" stroke="#E58600" stroke-width="0.862269"/><path d="M211.864 646.212C211.864 646.212 216.206 648.693 221.788 646.212C227.37 643.731 231.712 646.212 231.712 646.212" stroke="#E58600" stroke-width="0.862269"/><path d="M211.864 590.526C211.864 590.526 216.206 593.007 221.788 590.526C227.37 588.045 231.712 590.526 231.712 590.526" stroke="#E58600" stroke-width="0.862269"/><path d="M211.864 596.591C211.864 596.591 216.206 599.072 221.788 596.591C227.37 594.11 231.712 596.591 231.712 596.591" stroke="#E58600" stroke-width="0.862269"/><path d="M211.864 689.632C211.864 689.632 216.206 692.113 221.788 689.632C227.37 687.151 231.712 689.632 231.712 689.632" stroke="#E58600" stroke-width="0.862269"/><path d="M211.864 695.696C211.864 695.696 216.206 698.177 221.788 695.696C227.37 693.215 231.712 695.696 231.712 695.696" stroke="#E58600" stroke-width="0.862269"/><path d="M211.864 571.778C211.864 571.778 216.206 574.259 221.788 571.778C227.37 569.297 231.712 571.778 231.712 571.778" stroke="#E58600" stroke-width="0.862269"/><path d="M211.864 664.821C211.864 664.821 216.206 667.302 221.788 664.821C227.37 662.34 231.712 664.821 231.712 664.821" stroke="#E58600" stroke-width="0.862269"/><path d="M211.864 670.886C211.864 670.886 216.206 673.367 221.788 670.886C227.37 668.404 231.712 670.886 231.712 670.886" stroke="#E58600" stroke-width="0.862269"/><path d="M211.865 615.198C211.865 615.198 216.207 617.679 221.789 615.198C227.371 612.717 231.713 615.198 231.713 615.198" stroke="#E58600" stroke-width="0.862269"/><path d="M211.865 621.263C211.865 621.263 216.207 623.744 221.789 621.263C227.371 618.781 231.713 621.263 231.713 621.263" stroke="#E58600" stroke-width="0.862269"/><path d="M251.562 640.147C251.562 640.147 255.904 642.628 261.486 640.147C267.068 637.666 271.41 640.147 271.41 640.147" stroke="#E58600" stroke-width="0.862269"/><path d="M251.562 646.212C251.562 646.212 255.904 648.693 261.486 646.212C267.068 643.731 271.41 646.212 271.41 646.212" stroke="#E58600" stroke-width="0.862269"/><path d="M251.562 590.526C251.562 590.526 255.904 593.007 261.486 590.526C267.068 588.045 271.41 590.526 271.41 590.526" stroke="#E58600" stroke-width="0.862269"/><path d="M251.562 596.591C251.562 596.591 255.904 599.072 261.486 596.591C267.068 594.11 271.41 596.591 271.41 596.591" stroke="#E58600" stroke-width="0.862269"/><path d="M251.562 689.632C251.562 689.632 255.904 692.113 261.486 689.632C267.068 687.151 271.41 689.632 271.41 689.632" stroke="#E58600" stroke-width="0.862269"/><path d="M251.562 695.696C251.562 695.696 255.904 698.177 261.486 695.696C267.068 693.215 271.41 695.696 271.41 695.696" stroke="#E58600" stroke-width="0.862269"/><path d="M251.562 571.778C251.562 571.778 255.904 574.259 261.486 571.778C267.068 569.297 271.41 571.778 271.41 571.778" stroke="#E58600" stroke-width="0.862269"/><path d="M251.562 664.821C251.562 664.821 255.904 667.302 261.486 664.821C267.068 662.34 271.41 664.821 271.41 664.821" stroke="#E58600" stroke-width="0.862269"/><path d="M251.562 670.886C251.562 670.886 255.904 673.367 261.486 670.886C267.068 668.404 271.41 670.886 271.41 670.886" stroke="#E58600" stroke-width="0.862269"/><path d="M251.562 615.198C251.562 615.198 255.904 617.679 261.486 615.198C267.068 612.717 271.41 615.198 271.41 615.198" stroke="#E58600" stroke-width="0.862269"/><path d="M251.562 621.263C251.562 621.263 255.904 623.744 261.486 621.263C267.068 618.781 271.41 621.263 271.41 621.263" stroke="#E58600" stroke-width="0.862269"/><path d="M172.167 640.147C172.167 640.147 176.509 642.628 182.091 640.147C187.672 637.666 192.014 640.147 192.014 640.147" stroke="#E58600" stroke-width="0.862269"/><path d="M172.167 646.212C172.167 646.212 176.509 648.693 182.091 646.212C187.672 643.731 192.014 646.212 192.014 646.212" stroke="#E58600" stroke-width="0.862269"/><path d="M172.167 590.526C172.167 590.526 176.509 593.007 182.091 590.526C187.672 588.045 192.014 590.526 192.014 590.526" stroke="#E58600" stroke-width="0.862269"/><path d="M172.167 596.591C172.167 596.591 176.509 599.072 182.091 596.591C187.672 594.11 192.014 596.591 192.014 596.591" stroke="#E58600" stroke-width="0.862269"/><path d="M172.167 689.632C172.167 689.632 176.509 692.113 182.091 689.632C187.672 687.151 192.014 689.632 192.014 689.632" stroke="#E58600" stroke-width="0.862269"/><path d="M172.167 695.696C172.167 695.696 176.509 698.177 182.091 695.696C187.672 693.215 192.014 695.696 192.014 695.696" stroke="#E58600" stroke-width="0.862269"/><path d="M172.167 571.778C172.167 571.778 176.509 574.259 182.091 571.778C187.672 569.297 192.014 571.778 192.014 571.778" stroke="#E58600" stroke-width="0.862269"/><path d="M172.167 664.821C172.167 664.821 176.509 667.302 182.091 664.821C187.672 662.34 192.014 664.821 192.014 664.821" stroke="#E58600" stroke-width="0.862269"/><path d="M172.167 670.886C172.167 670.886 176.509 673.367 182.091 670.886C187.672 668.404 192.014 670.886 192.014 670.886" stroke="#E58600" stroke-width="0.862269"/><path d="M172.167 615.198C172.167 615.198 176.509 617.679 182.091 615.198C187.672 612.717 192.014 615.198 192.014 615.198" stroke="#E58600" stroke-width="0.862269"/><path d="M172.167 621.263C172.167 621.263 176.509 623.744 182.091 621.263C187.672 618.781 192.014 621.263 192.014 621.263" stroke="#E58600" stroke-width="0.862269"/><path d="M231.713 652.415C231.713 652.415 236.055 654.896 241.637 652.415C247.219 649.934 251.561 652.415 251.561 652.415" stroke="#E58600" stroke-width="0.862269"/><path d="M231.713 658.479C231.713 658.479 236.055 660.96 241.637 658.479C247.219 655.998 251.561 658.479 251.561 658.479" stroke="#E58600" stroke-width="0.862269"/><path d="M231.713 602.794C231.713 602.794 236.055 605.275 241.637 602.794C247.219 600.313 251.561 602.794 251.561 602.794" stroke="#E58600" stroke-width="0.862269"/><path d="M231.713 608.858C231.713 608.858 236.055 611.339 241.637 608.858C247.219 606.377 251.561 608.858 251.561 608.858" stroke="#E58600" stroke-width="0.862269"/><path d="M231.713 701.899C231.713 701.899 236.055 704.38 241.637 701.899C247.219 699.418 251.561 701.899 251.561 701.899" stroke="#E58600" stroke-width="0.862269"/><path d="M231.713 577.981C231.713 577.981 236.055 580.462 241.637 577.981C247.219 575.5 251.561 577.981 251.561 577.981" stroke="#E58600" stroke-width="0.862269"/><path d="M231.713 584.046C231.713 584.046 236.055 586.527 241.637 584.046C247.219 581.565 251.561 584.046 251.561 584.046" stroke="#E58600" stroke-width="0.862269"/><path d="M231.713 677.089C231.713 677.089 236.055 679.57 241.637 677.089C247.219 674.608 251.561 677.089 251.561 677.089" stroke="#E58600" stroke-width="0.862269"/><path d="M231.713 683.153C231.713 683.153 236.055 685.634 241.637 683.153C247.219 680.672 251.561 683.153 251.561 683.153" stroke="#E58600" stroke-width="0.862269"/><path d="M231.713 627.468C231.713 627.468 236.055 629.949 241.637 627.468C247.219 624.987 251.561 627.468 251.561 627.468" stroke="#E58600" stroke-width="0.862269"/><path d="M231.713 633.532C231.713 633.532 236.055 636.013 241.637 633.532C247.219 631.051 251.561 633.532 251.561 633.532" stroke="#E58600" stroke-width="0.862269"/><path d="M192.016 652.415C192.016 652.415 196.358 654.896 201.94 652.415C207.522 649.934 211.864 652.415 211.864 652.415" stroke="#E58600" stroke-width="0.862269"/><path d="M192.016 658.479C192.016 658.479 196.358 660.96 201.94 658.479C207.522 655.998 211.864 658.479 211.864 658.479" stroke="#E58600" stroke-width="0.862269"/><path d="M192.016 602.794C192.016 602.794 196.358 605.275 201.94 602.794C207.522 600.313 211.864 602.794 211.864 602.794" stroke="#E58600" stroke-width="0.862269"/><path d="M192.016 608.858C192.016 608.858 196.358 611.339 201.94 608.858C207.522 606.377 211.864 608.858 211.864 608.858" stroke="#E58600" stroke-width="0.862269"/><path d="M192.016 701.899C192.016 701.899 196.358 704.38 201.94 701.899C207.522 699.418 211.864 701.899 211.864 701.899" stroke="#E58600" stroke-width="0.862269"/><path d="M192.016 577.981C192.016 577.981 196.358 580.462 201.94 577.981C207.522 575.5 211.864 577.981 211.864 577.981" stroke="#E58600" stroke-width="0.862269"/><path d="M192.016 584.046C192.016 584.046 196.358 586.527 201.94 584.046C207.522 581.565 211.864 584.046 211.864 584.046" stroke="#E58600" stroke-width="0.862269"/><path d="M192.016 677.089C192.016 677.089 196.358 679.57 201.94 677.089C207.522 674.608 211.864 677.089 211.864 677.089" stroke="#E58600" stroke-width="0.862269"/><path d="M192.016 683.153C192.016 683.153 196.358 685.634 201.94 683.153C207.522 680.672 211.864 683.153 211.864 683.153" stroke="#E58600" stroke-width="0.862269"/><path d="M192.016 627.468C192.016 627.468 196.358 629.949 201.94 627.468C207.522 624.987 211.864 627.468 211.864 627.468" stroke="#E58600" stroke-width="0.862269"/><path d="M192.016 633.532C192.016 633.532 196.358 636.013 201.94 633.532C207.522 631.051 211.864 633.532 211.864 633.532" stroke="#E58600" stroke-width="0.862269"/></g></g><path fill-rule="evenodd" clip-rule="evenodd" d="M116 657.655L192.242 702V614L269 570L192.242 526L116 570V657.655Z" fill="#FFDB80"/><path d="M192.242 702V614L269 570M192.242 702L116 657.655V570L192.242 526L269 570M192.242 702L269 657.655V570" stroke="#E58600" stroke-width="10" stroke-linejoin="round"/><path d="M116 569L192 615" stroke="#E58600" stroke-width="4" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="11 11"/><mask id="mask46_4179_108412" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="174" y="271" width="77" height="132"><path d="M174 315V403L251 358.655V271L174 315Z" fill="#FFC2A3"/></mask><g mask="url(#mask46_4179_108412)"><rect x="45.4219" y="99.5" width="479.421" height="317.315" fill="#FFB700"/><mask id="mask47_4179_108412" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="149" y="256" width="113" height="161"><path d="M149.5 256.5H261.5V416.815H149.5V256.5Z" fill="#FF7E3B"/></mask><g mask="url(#mask47_4179_108412)"><path d="M193.864 341.147C193.864 341.147 198.206 343.628 203.788 341.147C209.37 338.666 213.712 341.147 213.712 341.147" stroke="#E58600" stroke-width="0.862269"/><path d="M193.864 347.212C193.864 347.212 198.206 349.693 203.788 347.212C209.37 344.731 213.712 347.212 213.712 347.212" stroke="#E58600" stroke-width="0.862269"/><path d="M193.864 291.526C193.864 291.526 198.206 294.007 203.788 291.526C209.37 289.045 213.712 291.526 213.712 291.526" stroke="#E58600" stroke-width="0.862269"/><path d="M193.864 297.591C193.864 297.591 198.206 300.072 203.788 297.591C209.37 295.11 213.712 297.591 213.712 297.591" stroke="#E58600" stroke-width="0.862269"/><path d="M193.864 390.632C193.864 390.632 198.206 393.113 203.788 390.632C209.37 388.151 213.712 390.632 213.712 390.632" stroke="#E58600" stroke-width="0.862269"/><path d="M193.864 396.696C193.864 396.696 198.206 399.177 203.788 396.696C209.37 394.215 213.712 396.696 213.712 396.696" stroke="#E58600" stroke-width="0.862269"/><path d="M193.864 272.778C193.864 272.778 198.206 275.259 203.788 272.778C209.37 270.297 213.712 272.778 213.712 272.778" stroke="#E58600" stroke-width="0.862269"/><path d="M193.864 365.821C193.864 365.821 198.206 368.302 203.788 365.821C209.37 363.34 213.712 365.821 213.712 365.821" stroke="#E58600" stroke-width="0.862269"/><path d="M193.864 371.886C193.864 371.886 198.206 374.367 203.788 371.886C209.37 369.404 213.712 371.886 213.712 371.886" stroke="#E58600" stroke-width="0.862269"/><path d="M193.865 316.198C193.865 316.198 198.207 318.679 203.789 316.198C209.371 313.717 213.713 316.198 213.713 316.198" stroke="#E58600" stroke-width="0.862269"/><path d="M193.865 322.263C193.865 322.263 198.207 324.744 203.789 322.263C209.371 319.781 213.713 322.263 213.713 322.263" stroke="#E58600" stroke-width="0.862269"/><path d="M233.562 341.147C233.562 341.147 237.904 343.628 243.486 341.147C249.068 338.666 253.41 341.147 253.41 341.147" stroke="#E58600" stroke-width="0.862269"/><path d="M233.562 347.212C233.562 347.212 237.904 349.693 243.486 347.212C249.068 344.731 253.41 347.212 253.41 347.212" stroke="#E58600" stroke-width="0.862269"/><path d="M233.562 291.526C233.562 291.526 237.904 294.007 243.486 291.526C249.068 289.045 253.41 291.526 253.41 291.526" stroke="#E58600" stroke-width="0.862269"/><path d="M233.562 297.591C233.562 297.591 237.904 300.072 243.486 297.591C249.068 295.11 253.41 297.591 253.41 297.591" stroke="#E58600" stroke-width="0.862269"/><path d="M233.562 390.632C233.562 390.632 237.904 393.113 243.486 390.632C249.068 388.151 253.41 390.632 253.41 390.632" stroke="#E58600" stroke-width="0.862269"/><path d="M233.562 396.696C233.562 396.696 237.904 399.177 243.486 396.696C249.068 394.215 253.41 396.696 253.41 396.696" stroke="#E58600" stroke-width="0.862269"/><path d="M233.562 272.778C233.562 272.778 237.904 275.259 243.486 272.778C249.068 270.297 253.41 272.778 253.41 272.778" stroke="#E58600" stroke-width="0.862269"/><path d="M233.562 365.821C233.562 365.821 237.904 368.302 243.486 365.821C249.068 363.34 253.41 365.821 253.41 365.821" stroke="#E58600" stroke-width="0.862269"/><path d="M233.562 371.886C233.562 371.886 237.904 374.367 243.486 371.886C249.068 369.404 253.41 371.886 253.41 371.886" stroke="#E58600" stroke-width="0.862269"/><path d="M233.562 316.198C233.562 316.198 237.904 318.679 243.486 316.198C249.068 313.717 253.41 316.198 253.41 316.198" stroke="#E58600" stroke-width="0.862269"/><path d="M233.562 322.263C233.562 322.263 237.904 324.744 243.486 322.263C249.068 319.781 253.41 322.263 253.41 322.263" stroke="#E58600" stroke-width="0.862269"/><path d="M154.167 341.147C154.167 341.147 158.509 343.628 164.091 341.147C169.672 338.666 174.014 341.147 174.014 341.147" stroke="#E58600" stroke-width="0.862269"/><path d="M154.167 347.212C154.167 347.212 158.509 349.693 164.091 347.212C169.672 344.731 174.014 347.212 174.014 347.212" stroke="#E58600" stroke-width="0.862269"/><path d="M154.167 291.526C154.167 291.526 158.509 294.007 164.091 291.526C169.672 289.045 174.014 291.526 174.014 291.526" stroke="#E58600" stroke-width="0.862269"/><path d="M154.167 297.591C154.167 297.591 158.509 300.072 164.091 297.591C169.672 295.11 174.014 297.591 174.014 297.591" stroke="#E58600" stroke-width="0.862269"/><path d="M154.167 390.632C154.167 390.632 158.509 393.113 164.091 390.632C169.672 388.151 174.014 390.632 174.014 390.632" stroke="#E58600" stroke-width="0.862269"/><path d="M154.167 396.696C154.167 396.696 158.509 399.177 164.091 396.696C169.672 394.215 174.014 396.696 174.014 396.696" stroke="#E58600" stroke-width="0.862269"/><path d="M154.167 272.778C154.167 272.778 158.509 275.259 164.091 272.778C169.672 270.297 174.014 272.778 174.014 272.778" stroke="#E58600" stroke-width="0.862269"/><path d="M154.167 365.821C154.167 365.821 158.509 368.302 164.091 365.821C169.672 363.34 174.014 365.821 174.014 365.821" stroke="#E58600" stroke-width="0.862269"/><path d="M154.167 371.886C154.167 371.886 158.509 374.367 164.091 371.886C169.672 369.404 174.014 371.886 174.014 371.886" stroke="#E58600" stroke-width="0.862269"/><path d="M154.167 316.198C154.167 316.198 158.509 318.679 164.091 316.198C169.672 313.717 174.014 316.198 174.014 316.198" stroke="#E58600" stroke-width="0.862269"/><path d="M154.167 322.263C154.167 322.263 158.509 324.744 164.091 322.263C169.672 319.781 174.014 322.263 174.014 322.263" stroke="#E58600" stroke-width="0.862269"/><path d="M213.713 353.415C213.713 353.415 218.055 355.896 223.637 353.415C229.219 350.934 233.561 353.415 233.561 353.415" stroke="#E58600" stroke-width="0.862269"/><path d="M213.713 359.479C213.713 359.479 218.055 361.96 223.637 359.479C229.219 356.998 233.561 359.479 233.561 359.479" stroke="#E58600" stroke-width="0.862269"/><path d="M213.713 303.794C213.713 303.794 218.055 306.275 223.637 303.794C229.219 301.313 233.561 303.794 233.561 303.794" stroke="#E58600" stroke-width="0.862269"/><path d="M213.713 309.858C213.713 309.858 218.055 312.339 223.637 309.858C229.219 307.377 233.561 309.858 233.561 309.858" stroke="#E58600" stroke-width="0.862269"/><path d="M213.713 402.899C213.713 402.899 218.055 405.38 223.637 402.899C229.219 400.418 233.561 402.899 233.561 402.899" stroke="#E58600" stroke-width="0.862269"/><path d="M213.713 278.981C213.713 278.981 218.055 281.462 223.637 278.981C229.219 276.5 233.561 278.981 233.561 278.981" stroke="#E58600" stroke-width="0.862269"/><path d="M213.713 285.046C213.713 285.046 218.055 287.527 223.637 285.046C229.219 282.565 233.561 285.046 233.561 285.046" stroke="#E58600" stroke-width="0.862269"/><path d="M213.713 378.089C213.713 378.089 218.055 380.57 223.637 378.089C229.219 375.608 233.561 378.089 233.561 378.089" stroke="#E58600" stroke-width="0.862269"/><path d="M213.713 384.153C213.713 384.153 218.055 386.634 223.637 384.153C229.219 381.672 233.561 384.153 233.561 384.153" stroke="#E58600" stroke-width="0.862269"/><path d="M213.713 328.468C213.713 328.468 218.055 330.949 223.637 328.468C229.219 325.987 233.561 328.468 233.561 328.468" stroke="#E58600" stroke-width="0.862269"/><path d="M213.713 334.532C213.713 334.532 218.055 337.013 223.637 334.532C229.219 332.051 233.561 334.532 233.561 334.532" stroke="#E58600" stroke-width="0.862269"/><path d="M174.016 353.415C174.016 353.415 178.358 355.896 183.94 353.415C189.522 350.934 193.864 353.415 193.864 353.415" stroke="#E58600" stroke-width="0.862269"/><path d="M174.016 359.479C174.016 359.479 178.358 361.96 183.94 359.479C189.522 356.998 193.864 359.479 193.864 359.479" stroke="#E58600" stroke-width="0.862269"/><path d="M174.016 303.794C174.016 303.794 178.358 306.275 183.94 303.794C189.522 301.313 193.864 303.794 193.864 303.794" stroke="#E58600" stroke-width="0.862269"/><path d="M174.016 309.858C174.016 309.858 178.358 312.339 183.94 309.858C189.522 307.377 193.864 309.858 193.864 309.858" stroke="#E58600" stroke-width="0.862269"/><path d="M174.016 402.899C174.016 402.899 178.358 405.38 183.94 402.899C189.522 400.418 193.864 402.899 193.864 402.899" stroke="#E58600" stroke-width="0.862269"/><path d="M174.016 278.981C174.016 278.981 178.358 281.462 183.94 278.981C189.522 276.5 193.864 278.981 193.864 278.981" stroke="#E58600" stroke-width="0.862269"/><path d="M174.016 285.046C174.016 285.046 178.358 287.527 183.94 285.046C189.522 282.565 193.864 285.046 193.864 285.046" stroke="#E58600" stroke-width="0.862269"/><path d="M174.016 378.089C174.016 378.089 178.358 380.57 183.94 378.089C189.522 375.608 193.864 378.089 193.864 378.089" stroke="#E58600" stroke-width="0.862269"/><path d="M174.016 384.153C174.016 384.153 178.358 386.634 183.94 384.153C189.522 381.672 193.864 384.153 193.864 384.153" stroke="#E58600" stroke-width="0.862269"/><path d="M174.016 328.468C174.016 328.468 178.358 330.949 183.94 328.468C189.522 325.987 193.864 328.468 193.864 328.468" stroke="#E58600" stroke-width="0.862269"/><path d="M174.016 334.532C174.016 334.532 178.358 337.013 183.94 334.532C189.522 332.051 193.864 334.532 193.864 334.532" stroke="#E58600" stroke-width="0.862269"/></g></g><path fill-rule="evenodd" clip-rule="evenodd" d="M98 358.655L174.242 403V315L251 271L174.242 227L98 271V358.655Z" fill="#FFDB80"/><path d="M174.242 403V315L251 271M174.242 403L98 358.655V271L174.242 227L251 271M174.242 403L251 358.655V271" stroke="#E58600" stroke-width="10" stroke-linejoin="round"/><path d="M98 270L174 316" stroke="#E58600" stroke-width="4" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="11 11"/><mask id="mask48_4179_108412" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="250" y="315" width="77" height="132"><path d="M250 359V447L327 402.655V315L250 359Z" fill="#FFC2A3"/></mask><g mask="url(#mask48_4179_108412)"><rect x="121.422" y="143.5" width="479.421" height="317.315" fill="#FFB700"/><mask id="mask49_4179_108412" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="225" y="300" width="113" height="161"><path d="M225.5 300.5H337.5V460.815H225.5V300.5Z" fill="#FF7E3B"/></mask><g mask="url(#mask49_4179_108412)"><path d="M269.864 385.147C269.864 385.147 274.206 387.628 279.788 385.147C285.37 382.666 289.712 385.147 289.712 385.147" stroke="#E58600" stroke-width="0.862269"/><path d="M269.864 391.212C269.864 391.212 274.206 393.693 279.788 391.212C285.37 388.731 289.712 391.212 289.712 391.212" stroke="#E58600" stroke-width="0.862269"/><path d="M269.864 335.526C269.864 335.526 274.206 338.007 279.788 335.526C285.37 333.045 289.712 335.526 289.712 335.526" stroke="#E58600" stroke-width="0.862269"/><path d="M269.864 341.591C269.864 341.591 274.206 344.072 279.788 341.591C285.37 339.11 289.712 341.591 289.712 341.591" stroke="#E58600" stroke-width="0.862269"/><path d="M269.864 434.632C269.864 434.632 274.206 437.113 279.788 434.632C285.37 432.151 289.712 434.632 289.712 434.632" stroke="#E58600" stroke-width="0.862269"/><path d="M269.864 440.696C269.864 440.696 274.206 443.177 279.788 440.696C285.37 438.215 289.712 440.696 289.712 440.696" stroke="#E58600" stroke-width="0.862269"/><path d="M269.864 316.778C269.864 316.778 274.206 319.259 279.788 316.778C285.37 314.297 289.712 316.778 289.712 316.778" stroke="#E58600" stroke-width="0.862269"/><path d="M269.864 409.821C269.864 409.821 274.206 412.302 279.788 409.821C285.37 407.34 289.712 409.821 289.712 409.821" stroke="#E58600" stroke-width="0.862269"/><path d="M269.864 415.886C269.864 415.886 274.206 418.367 279.788 415.886C285.37 413.404 289.712 415.886 289.712 415.886" stroke="#E58600" stroke-width="0.862269"/><path d="M269.865 360.198C269.865 360.198 274.207 362.679 279.789 360.198C285.371 357.717 289.713 360.198 289.713 360.198" stroke="#E58600" stroke-width="0.862269"/><path d="M269.865 366.263C269.865 366.263 274.207 368.744 279.789 366.263C285.371 363.781 289.713 366.263 289.713 366.263" stroke="#E58600" stroke-width="0.862269"/><path d="M309.562 385.147C309.562 385.147 313.904 387.628 319.486 385.147C325.068 382.666 329.41 385.147 329.41 385.147" stroke="#E58600" stroke-width="0.862269"/><path d="M309.562 391.212C309.562 391.212 313.904 393.693 319.486 391.212C325.068 388.731 329.41 391.212 329.41 391.212" stroke="#E58600" stroke-width="0.862269"/><path d="M309.562 335.526C309.562 335.526 313.904 338.007 319.486 335.526C325.068 333.045 329.41 335.526 329.41 335.526" stroke="#E58600" stroke-width="0.862269"/><path d="M309.562 341.591C309.562 341.591 313.904 344.072 319.486 341.591C325.068 339.11 329.41 341.591 329.41 341.591" stroke="#E58600" stroke-width="0.862269"/><path d="M309.562 434.632C309.562 434.632 313.904 437.113 319.486 434.632C325.068 432.151 329.41 434.632 329.41 434.632" stroke="#E58600" stroke-width="0.862269"/><path d="M309.562 440.696C309.562 440.696 313.904 443.177 319.486 440.696C325.068 438.215 329.41 440.696 329.41 440.696" stroke="#E58600" stroke-width="0.862269"/><path d="M309.562 316.778C309.562 316.778 313.904 319.259 319.486 316.778C325.068 314.297 329.41 316.778 329.41 316.778" stroke="#E58600" stroke-width="0.862269"/><path d="M309.562 409.821C309.562 409.821 313.904 412.302 319.486 409.821C325.068 407.34 329.41 409.821 329.41 409.821" stroke="#E58600" stroke-width="0.862269"/><path d="M309.562 415.886C309.562 415.886 313.904 418.367 319.486 415.886C325.068 413.404 329.41 415.886 329.41 415.886" stroke="#E58600" stroke-width="0.862269"/><path d="M309.562 360.198C309.562 360.198 313.904 362.679 319.486 360.198C325.068 357.717 329.41 360.198 329.41 360.198" stroke="#E58600" stroke-width="0.862269"/><path d="M309.562 366.263C309.562 366.263 313.904 368.744 319.486 366.263C325.068 363.781 329.41 366.263 329.41 366.263" stroke="#E58600" stroke-width="0.862269"/><path d="M230.167 385.147C230.167 385.147 234.509 387.628 240.091 385.147C245.672 382.666 250.014 385.147 250.014 385.147" stroke="#E58600" stroke-width="0.862269"/><path d="M230.167 391.212C230.167 391.212 234.509 393.693 240.091 391.212C245.672 388.731 250.014 391.212 250.014 391.212" stroke="#E58600" stroke-width="0.862269"/><path d="M230.167 335.526C230.167 335.526 234.509 338.007 240.091 335.526C245.672 333.045 250.014 335.526 250.014 335.526" stroke="#E58600" stroke-width="0.862269"/><path d="M230.167 341.591C230.167 341.591 234.509 344.072 240.091 341.591C245.672 339.11 250.014 341.591 250.014 341.591" stroke="#E58600" stroke-width="0.862269"/><path d="M230.167 434.632C230.167 434.632 234.509 437.113 240.091 434.632C245.672 432.151 250.014 434.632 250.014 434.632" stroke="#E58600" stroke-width="0.862269"/><path d="M230.167 440.696C230.167 440.696 234.509 443.177 240.091 440.696C245.672 438.215 250.014 440.696 250.014 440.696" stroke="#E58600" stroke-width="0.862269"/><path d="M230.167 316.778C230.167 316.778 234.509 319.259 240.091 316.778C245.672 314.297 250.014 316.778 250.014 316.778" stroke="#E58600" stroke-width="0.862269"/><path d="M230.167 409.821C230.167 409.821 234.509 412.302 240.091 409.821C245.672 407.34 250.014 409.821 250.014 409.821" stroke="#E58600" stroke-width="0.862269"/><path d="M230.167 415.886C230.167 415.886 234.509 418.367 240.091 415.886C245.672 413.404 250.014 415.886 250.014 415.886" stroke="#E58600" stroke-width="0.862269"/><path d="M230.167 360.198C230.167 360.198 234.509 362.679 240.091 360.198C245.672 357.717 250.014 360.198 250.014 360.198" stroke="#E58600" stroke-width="0.862269"/><path d="M230.167 366.263C230.167 366.263 234.509 368.744 240.091 366.263C245.672 363.781 250.014 366.263 250.014 366.263" stroke="#E58600" stroke-width="0.862269"/><path d="M289.713 397.415C289.713 397.415 294.055 399.896 299.637 397.415C305.218 394.934 309.56 397.415 309.56 397.415" stroke="#E58600" stroke-width="0.862269"/><path d="M289.713 403.479C289.713 403.479 294.055 405.96 299.637 403.479C305.218 400.998 309.56 403.479 309.56 403.479" stroke="#E58600" stroke-width="0.862269"/><path d="M289.713 347.794C289.713 347.794 294.055 350.275 299.637 347.794C305.218 345.313 309.56 347.794 309.56 347.794" stroke="#E58600" stroke-width="0.862269"/><path d="M289.713 353.858C289.713 353.858 294.055 356.339 299.637 353.858C305.218 351.377 309.56 353.858 309.56 353.858" stroke="#E58600" stroke-width="0.862269"/><path d="M289.713 446.899C289.713 446.899 294.055 449.38 299.637 446.899C305.218 444.418 309.56 446.899 309.56 446.899" stroke="#E58600" stroke-width="0.862269"/><path d="M289.713 322.981C289.713 322.981 294.055 325.462 299.637 322.981C305.218 320.5 309.56 322.981 309.56 322.981" stroke="#E58600" stroke-width="0.862269"/><path d="M289.713 329.046C289.713 329.046 294.055 331.527 299.637 329.046C305.218 326.565 309.56 329.046 309.56 329.046" stroke="#E58600" stroke-width="0.862269"/><path d="M289.713 422.089C289.713 422.089 294.055 424.57 299.637 422.089C305.218 419.608 309.56 422.089 309.56 422.089" stroke="#E58600" stroke-width="0.862269"/><path d="M289.713 428.153C289.713 428.153 294.055 430.634 299.637 428.153C305.218 425.672 309.56 428.153 309.56 428.153" stroke="#E58600" stroke-width="0.862269"/><path d="M289.713 372.468C289.713 372.468 294.055 374.949 299.637 372.468C305.218 369.987 309.56 372.468 309.56 372.468" stroke="#E58600" stroke-width="0.862269"/><path d="M289.713 378.532C289.713 378.532 294.055 381.013 299.637 378.532C305.218 376.051 309.56 378.532 309.56 378.532" stroke="#E58600" stroke-width="0.862269"/><path d="M250.016 397.415C250.016 397.415 254.358 399.896 259.94 397.415C265.522 394.934 269.864 397.415 269.864 397.415" stroke="#E58600" stroke-width="0.862269"/><path d="M250.016 403.479C250.016 403.479 254.358 405.96 259.94 403.479C265.522 400.998 269.864 403.479 269.864 403.479" stroke="#E58600" stroke-width="0.862269"/><path d="M250.016 347.794C250.016 347.794 254.358 350.275 259.94 347.794C265.522 345.313 269.864 347.794 269.864 347.794" stroke="#E58600" stroke-width="0.862269"/><path d="M250.016 353.858C250.016 353.858 254.358 356.339 259.94 353.858C265.522 351.377 269.864 353.858 269.864 353.858" stroke="#E58600" stroke-width="0.862269"/><path d="M250.016 446.899C250.016 446.899 254.358 449.38 259.94 446.899C265.522 444.418 269.864 446.899 269.864 446.899" stroke="#E58600" stroke-width="0.862269"/><path d="M250.016 322.981C250.016 322.981 254.358 325.462 259.94 322.981C265.522 320.5 269.864 322.981 269.864 322.981" stroke="#E58600" stroke-width="0.862269"/><path d="M250.016 329.046C250.016 329.046 254.358 331.527 259.94 329.046C265.522 326.565 269.864 329.046 269.864 329.046" stroke="#E58600" stroke-width="0.862269"/><path d="M250.016 422.089C250.016 422.089 254.358 424.57 259.94 422.089C265.522 419.608 269.864 422.089 269.864 422.089" stroke="#E58600" stroke-width="0.862269"/><path d="M250.016 428.153C250.016 428.153 254.358 430.634 259.94 428.153C265.522 425.672 269.864 428.153 269.864 428.153" stroke="#E58600" stroke-width="0.862269"/><path d="M250.016 372.468C250.016 372.468 254.358 374.949 259.94 372.468C265.522 369.987 269.864 372.468 269.864 372.468" stroke="#E58600" stroke-width="0.862269"/><path d="M250.016 378.532C250.016 378.532 254.358 381.013 259.94 378.532C265.522 376.051 269.864 378.532 269.864 378.532" stroke="#E58600" stroke-width="0.862269"/></g></g><path fill-rule="evenodd" clip-rule="evenodd" d="M174 402.655L250.242 447V359L327 315L250.242 271L174 315V402.655Z" fill="#FFDB80"/><path d="M250.242 447V359L327 315M250.242 447L174 402.655V315L250.242 271L327 315M250.242 447L327 402.655V315" stroke="#E58600" stroke-width="10" stroke-linejoin="round"/><path d="M174 314L250 360" stroke="#E58600" stroke-width="4" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="11 11"/><mask id="mask50_4179_108412" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="326" y="360" width="77" height="132"><path d="M326 404V492L403 447.655V360L326 404Z" fill="#FFC2A3"/></mask><g mask="url(#mask50_4179_108412)"><rect x="197.422" y="188.5" width="479.421" height="317.315" fill="#FFB700"/><mask id="mask51_4179_108412" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="301" y="345" width="113" height="161"><path d="M301.5 345.5H413.5V505.815H301.5V345.5Z" fill="#FF7E3B"/></mask><g mask="url(#mask51_4179_108412)"><path d="M345.864 430.147C345.864 430.147 350.206 432.628 355.788 430.147C361.37 427.666 365.712 430.147 365.712 430.147" stroke="#E58600" stroke-width="0.862269"/><path d="M345.864 436.212C345.864 436.212 350.206 438.693 355.788 436.212C361.37 433.731 365.712 436.212 365.712 436.212" stroke="#E58600" stroke-width="0.862269"/><path d="M345.864 380.526C345.864 380.526 350.206 383.007 355.788 380.526C361.37 378.045 365.712 380.526 365.712 380.526" stroke="#E58600" stroke-width="0.862269"/><path d="M345.864 386.591C345.864 386.591 350.206 389.072 355.788 386.591C361.37 384.11 365.712 386.591 365.712 386.591" stroke="#E58600" stroke-width="0.862269"/><path d="M345.864 479.632C345.864 479.632 350.206 482.113 355.788 479.632C361.37 477.151 365.712 479.632 365.712 479.632" stroke="#E58600" stroke-width="0.862269"/><path d="M345.864 485.696C345.864 485.696 350.206 488.177 355.788 485.696C361.37 483.215 365.712 485.696 365.712 485.696" stroke="#E58600" stroke-width="0.862269"/><path d="M345.864 361.778C345.864 361.778 350.206 364.259 355.788 361.778C361.37 359.297 365.712 361.778 365.712 361.778" stroke="#E58600" stroke-width="0.862269"/><path d="M345.864 454.821C345.864 454.821 350.206 457.302 355.788 454.821C361.37 452.34 365.712 454.821 365.712 454.821" stroke="#E58600" stroke-width="0.862269"/><path d="M345.864 460.886C345.864 460.886 350.206 463.367 355.788 460.886C361.37 458.404 365.712 460.886 365.712 460.886" stroke="#E58600" stroke-width="0.862269"/><path d="M345.865 405.198C345.865 405.198 350.207 407.679 355.789 405.198C361.371 402.717 365.713 405.198 365.713 405.198" stroke="#E58600" stroke-width="0.862269"/><path d="M345.865 411.263C345.865 411.263 350.207 413.744 355.789 411.263C361.371 408.781 365.713 411.263 365.713 411.263" stroke="#E58600" stroke-width="0.862269"/><path d="M385.562 430.147C385.562 430.147 389.904 432.628 395.486 430.147C401.068 427.666 405.41 430.147 405.41 430.147" stroke="#E58600" stroke-width="0.862269"/><path d="M385.562 436.212C385.562 436.212 389.904 438.693 395.486 436.212C401.068 433.731 405.41 436.212 405.41 436.212" stroke="#E58600" stroke-width="0.862269"/><path d="M385.562 380.526C385.562 380.526 389.904 383.007 395.486 380.526C401.068 378.045 405.41 380.526 405.41 380.526" stroke="#E58600" stroke-width="0.862269"/><path d="M385.562 386.591C385.562 386.591 389.904 389.072 395.486 386.591C401.068 384.11 405.41 386.591 405.41 386.591" stroke="#E58600" stroke-width="0.862269"/><path d="M385.562 479.632C385.562 479.632 389.904 482.113 395.486 479.632C401.068 477.151 405.41 479.632 405.41 479.632" stroke="#E58600" stroke-width="0.862269"/><path d="M385.562 485.696C385.562 485.696 389.904 488.177 395.486 485.696C401.068 483.215 405.41 485.696 405.41 485.696" stroke="#E58600" stroke-width="0.862269"/><path d="M385.562 361.778C385.562 361.778 389.904 364.259 395.486 361.778C401.068 359.297 405.41 361.778 405.41 361.778" stroke="#E58600" stroke-width="0.862269"/><path d="M385.562 454.821C385.562 454.821 389.904 457.302 395.486 454.821C401.068 452.34 405.41 454.821 405.41 454.821" stroke="#E58600" stroke-width="0.862269"/><path d="M385.562 460.886C385.562 460.886 389.904 463.367 395.486 460.886C401.068 458.404 405.41 460.886 405.41 460.886" stroke="#E58600" stroke-width="0.862269"/><path d="M385.562 405.198C385.562 405.198 389.904 407.679 395.486 405.198C401.068 402.717 405.41 405.198 405.41 405.198" stroke="#E58600" stroke-width="0.862269"/><path d="M385.562 411.263C385.562 411.263 389.904 413.744 395.486 411.263C401.068 408.781 405.41 411.263 405.41 411.263" stroke="#E58600" stroke-width="0.862269"/><path d="M306.167 430.147C306.167 430.147 310.509 432.628 316.091 430.147C321.672 427.666 326.014 430.147 326.014 430.147" stroke="#E58600" stroke-width="0.862269"/><path d="M306.167 436.212C306.167 436.212 310.509 438.693 316.091 436.212C321.672 433.731 326.014 436.212 326.014 436.212" stroke="#E58600" stroke-width="0.862269"/><path d="M306.167 380.526C306.167 380.526 310.509 383.007 316.091 380.526C321.672 378.045 326.014 380.526 326.014 380.526" stroke="#E58600" stroke-width="0.862269"/><path d="M306.167 386.591C306.167 386.591 310.509 389.072 316.091 386.591C321.672 384.11 326.014 386.591 326.014 386.591" stroke="#E58600" stroke-width="0.862269"/><path d="M306.167 479.632C306.167 479.632 310.509 482.113 316.091 479.632C321.672 477.151 326.014 479.632 326.014 479.632" stroke="#E58600" stroke-width="0.862269"/><path d="M306.167 485.696C306.167 485.696 310.509 488.177 316.091 485.696C321.672 483.215 326.014 485.696 326.014 485.696" stroke="#E58600" stroke-width="0.862269"/><path d="M306.167 361.778C306.167 361.778 310.509 364.259 316.091 361.778C321.672 359.297 326.014 361.778 326.014 361.778" stroke="#E58600" stroke-width="0.862269"/><path d="M306.167 454.821C306.167 454.821 310.509 457.302 316.091 454.821C321.672 452.34 326.014 454.821 326.014 454.821" stroke="#E58600" stroke-width="0.862269"/><path d="M306.167 460.886C306.167 460.886 310.509 463.367 316.091 460.886C321.672 458.404 326.014 460.886 326.014 460.886" stroke="#E58600" stroke-width="0.862269"/><path d="M306.167 405.198C306.167 405.198 310.509 407.679 316.091 405.198C321.672 402.717 326.014 405.198 326.014 405.198" stroke="#E58600" stroke-width="0.862269"/><path d="M306.167 411.263C306.167 411.263 310.509 413.744 316.091 411.263C321.672 408.781 326.014 411.263 326.014 411.263" stroke="#E58600" stroke-width="0.862269"/><path d="M365.713 442.415C365.713 442.415 370.055 444.896 375.637 442.415C381.218 439.934 385.56 442.415 385.56 442.415" stroke="#E58600" stroke-width="0.862269"/><path d="M365.713 448.479C365.713 448.479 370.055 450.96 375.637 448.479C381.218 445.998 385.56 448.479 385.56 448.479" stroke="#E58600" stroke-width="0.862269"/><path d="M365.713 392.794C365.713 392.794 370.055 395.275 375.637 392.794C381.218 390.313 385.56 392.794 385.56 392.794" stroke="#E58600" stroke-width="0.862269"/><path d="M365.713 398.858C365.713 398.858 370.055 401.339 375.637 398.858C381.218 396.377 385.56 398.858 385.56 398.858" stroke="#E58600" stroke-width="0.862269"/><path d="M365.713 491.899C365.713 491.899 370.055 494.38 375.637 491.899C381.218 489.418 385.56 491.899 385.56 491.899" stroke="#E58600" stroke-width="0.862269"/><path d="M365.713 367.981C365.713 367.981 370.055 370.462 375.637 367.981C381.218 365.5 385.56 367.981 385.56 367.981" stroke="#E58600" stroke-width="0.862269"/><path d="M365.713 374.046C365.713 374.046 370.055 376.527 375.637 374.046C381.218 371.565 385.56 374.046 385.56 374.046" stroke="#E58600" stroke-width="0.862269"/><path d="M365.713 467.089C365.713 467.089 370.055 469.57 375.637 467.089C381.218 464.608 385.56 467.089 385.56 467.089" stroke="#E58600" stroke-width="0.862269"/><path d="M365.713 473.153C365.713 473.153 370.055 475.634 375.637 473.153C381.218 470.672 385.56 473.153 385.56 473.153" stroke="#E58600" stroke-width="0.862269"/><path d="M365.713 417.468C365.713 417.468 370.055 419.949 375.637 417.468C381.218 414.987 385.56 417.468 385.56 417.468" stroke="#E58600" stroke-width="0.862269"/><path d="M365.713 423.532C365.713 423.532 370.055 426.013 375.637 423.532C381.218 421.051 385.56 423.532 385.56 423.532" stroke="#E58600" stroke-width="0.862269"/><path d="M326.017 442.415C326.017 442.415 330.359 444.896 335.94 442.415C341.522 439.934 345.864 442.415 345.864 442.415" stroke="#E58600" stroke-width="0.862269"/><path d="M326.017 448.479C326.017 448.479 330.359 450.96 335.94 448.479C341.522 445.998 345.864 448.479 345.864 448.479" stroke="#E58600" stroke-width="0.862269"/><path d="M326.017 392.794C326.017 392.794 330.359 395.275 335.94 392.794C341.522 390.313 345.864 392.794 345.864 392.794" stroke="#E58600" stroke-width="0.862269"/><path d="M326.017 398.858C326.017 398.858 330.359 401.339 335.94 398.858C341.522 396.377 345.864 398.858 345.864 398.858" stroke="#E58600" stroke-width="0.862269"/><path d="M326.017 491.899C326.017 491.899 330.359 494.38 335.94 491.899C341.522 489.418 345.864 491.899 345.864 491.899" stroke="#E58600" stroke-width="0.862269"/><path d="M326.017 367.981C326.017 367.981 330.359 370.462 335.94 367.981C341.522 365.5 345.864 367.981 345.864 367.981" stroke="#E58600" stroke-width="0.862269"/><path d="M326.017 374.046C326.017 374.046 330.359 376.527 335.94 374.046C341.522 371.565 345.864 374.046 345.864 374.046" stroke="#E58600" stroke-width="0.862269"/><path d="M326.017 467.089C326.017 467.089 330.359 469.57 335.94 467.089C341.522 464.608 345.864 467.089 345.864 467.089" stroke="#E58600" stroke-width="0.862269"/><path d="M326.017 473.153C326.017 473.153 330.359 475.634 335.94 473.153C341.522 470.672 345.864 473.153 345.864 473.153" stroke="#E58600" stroke-width="0.862269"/><path d="M326.017 417.468C326.017 417.468 330.359 419.949 335.94 417.468C341.522 414.987 345.864 417.468 345.864 417.468" stroke="#E58600" stroke-width="0.862269"/><path d="M326.017 423.532C326.017 423.532 330.359 426.013 335.94 423.532C341.522 421.051 345.864 423.532 345.864 423.532" stroke="#E58600" stroke-width="0.862269"/></g></g><path fill-rule="evenodd" clip-rule="evenodd" d="M250 447.655L326.242 492V404L403 360L326.242 316L250 360V447.655Z" fill="#FFDB80"/><path d="M326.242 492V404L403 360M326.242 492L250 447.655V360L326.242 316L403 360M326.242 492L403 447.655V360" stroke="#E58600" stroke-width="10" stroke-linejoin="round"/><path d="M250 359L326 405" stroke="#E58600" stroke-width="4" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="11 11"/><mask id="mask52_4179_108412" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="402" y="403" width="77" height="132"><path d="M402 447V535L479 490.655V403L402 447Z" fill="#FFC2A3"/></mask><g mask="url(#mask52_4179_108412)"><rect x="273.422" y="231.5" width="479.421" height="317.315" fill="#FFB700"/><mask id="mask53_4179_108412" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="377" y="388" width="113" height="161"><path d="M377.5 388.5H489.5V548.815H377.5V388.5Z" fill="#FF7E3B"/></mask><g mask="url(#mask53_4179_108412)"><path d="M421.864 473.147C421.864 473.147 426.206 475.628 431.788 473.147C437.37 470.666 441.712 473.147 441.712 473.147" stroke="#E58600" stroke-width="0.862269"/><path d="M421.864 479.212C421.864 479.212 426.206 481.693 431.788 479.212C437.37 476.731 441.712 479.212 441.712 479.212" stroke="#E58600" stroke-width="0.862269"/><path d="M421.864 423.526C421.864 423.526 426.206 426.007 431.788 423.526C437.37 421.045 441.712 423.526 441.712 423.526" stroke="#E58600" stroke-width="0.862269"/><path d="M421.864 429.591C421.864 429.591 426.206 432.072 431.788 429.591C437.37 427.11 441.712 429.591 441.712 429.591" stroke="#E58600" stroke-width="0.862269"/><path d="M421.864 522.632C421.864 522.632 426.206 525.113 431.788 522.632C437.37 520.151 441.712 522.632 441.712 522.632" stroke="#E58600" stroke-width="0.862269"/><path d="M421.864 528.696C421.864 528.696 426.206 531.177 431.788 528.696C437.37 526.215 441.712 528.696 441.712 528.696" stroke="#E58600" stroke-width="0.862269"/><path d="M421.864 404.778C421.864 404.778 426.206 407.259 431.788 404.778C437.37 402.297 441.712 404.778 441.712 404.778" stroke="#E58600" stroke-width="0.862269"/><path d="M421.864 497.821C421.864 497.821 426.206 500.302 431.788 497.821C437.37 495.34 441.712 497.821 441.712 497.821" stroke="#E58600" stroke-width="0.862269"/><path d="M421.864 503.886C421.864 503.886 426.206 506.367 431.788 503.886C437.37 501.404 441.712 503.886 441.712 503.886" stroke="#E58600" stroke-width="0.862269"/><path d="M421.865 448.198C421.865 448.198 426.207 450.679 431.789 448.198C437.371 445.717 441.713 448.198 441.713 448.198" stroke="#E58600" stroke-width="0.862269"/><path d="M421.865 454.263C421.865 454.263 426.207 456.744 431.789 454.263C437.371 451.781 441.713 454.263 441.713 454.263" stroke="#E58600" stroke-width="0.862269"/><path d="M461.562 473.147C461.562 473.147 465.904 475.628 471.486 473.147C477.068 470.666 481.41 473.147 481.41 473.147" stroke="#E58600" stroke-width="0.862269"/><path d="M461.562 479.212C461.562 479.212 465.904 481.693 471.486 479.212C477.068 476.731 481.41 479.212 481.41 479.212" stroke="#E58600" stroke-width="0.862269"/><path d="M461.562 423.526C461.562 423.526 465.904 426.007 471.486 423.526C477.068 421.045 481.41 423.526 481.41 423.526" stroke="#E58600" stroke-width="0.862269"/><path d="M461.562 429.591C461.562 429.591 465.904 432.072 471.486 429.591C477.068 427.11 481.41 429.591 481.41 429.591" stroke="#E58600" stroke-width="0.862269"/><path d="M461.562 522.632C461.562 522.632 465.904 525.113 471.486 522.632C477.068 520.151 481.41 522.632 481.41 522.632" stroke="#E58600" stroke-width="0.862269"/><path d="M461.562 528.696C461.562 528.696 465.904 531.177 471.486 528.696C477.068 526.215 481.41 528.696 481.41 528.696" stroke="#E58600" stroke-width="0.862269"/><path d="M461.562 404.778C461.562 404.778 465.904 407.259 471.486 404.778C477.068 402.297 481.41 404.778 481.41 404.778" stroke="#E58600" stroke-width="0.862269"/><path d="M461.562 497.821C461.562 497.821 465.904 500.302 471.486 497.821C477.068 495.34 481.41 497.821 481.41 497.821" stroke="#E58600" stroke-width="0.862269"/><path d="M461.562 503.886C461.562 503.886 465.904 506.367 471.486 503.886C477.068 501.404 481.41 503.886 481.41 503.886" stroke="#E58600" stroke-width="0.862269"/><path d="M461.562 448.198C461.562 448.198 465.904 450.679 471.486 448.198C477.068 445.717 481.41 448.198 481.41 448.198" stroke="#E58600" stroke-width="0.862269"/><path d="M461.562 454.263C461.562 454.263 465.904 456.744 471.486 454.263C477.068 451.781 481.41 454.263 481.41 454.263" stroke="#E58600" stroke-width="0.862269"/><path d="M382.167 473.147C382.167 473.147 386.509 475.628 392.091 473.147C397.672 470.666 402.014 473.147 402.014 473.147" stroke="#E58600" stroke-width="0.862269"/><path d="M382.167 479.212C382.167 479.212 386.509 481.693 392.091 479.212C397.672 476.731 402.014 479.212 402.014 479.212" stroke="#E58600" stroke-width="0.862269"/><path d="M382.167 423.526C382.167 423.526 386.509 426.007 392.091 423.526C397.672 421.045 402.014 423.526 402.014 423.526" stroke="#E58600" stroke-width="0.862269"/><path d="M382.167 429.591C382.167 429.591 386.509 432.072 392.091 429.591C397.672 427.11 402.014 429.591 402.014 429.591" stroke="#E58600" stroke-width="0.862269"/><path d="M382.167 522.632C382.167 522.632 386.509 525.113 392.091 522.632C397.672 520.151 402.014 522.632 402.014 522.632" stroke="#E58600" stroke-width="0.862269"/><path d="M382.167 528.696C382.167 528.696 386.509 531.177 392.091 528.696C397.672 526.215 402.014 528.696 402.014 528.696" stroke="#E58600" stroke-width="0.862269"/><path d="M382.167 404.778C382.167 404.778 386.509 407.259 392.091 404.778C397.672 402.297 402.014 404.778 402.014 404.778" stroke="#E58600" stroke-width="0.862269"/><path d="M382.167 497.821C382.167 497.821 386.509 500.302 392.091 497.821C397.672 495.34 402.014 497.821 402.014 497.821" stroke="#E58600" stroke-width="0.862269"/><path d="M382.167 503.886C382.167 503.886 386.509 506.367 392.091 503.886C397.672 501.404 402.014 503.886 402.014 503.886" stroke="#E58600" stroke-width="0.862269"/><path d="M382.167 448.198C382.167 448.198 386.509 450.679 392.091 448.198C397.672 445.717 402.014 448.198 402.014 448.198" stroke="#E58600" stroke-width="0.862269"/><path d="M382.167 454.263C382.167 454.263 386.509 456.744 392.091 454.263C397.672 451.781 402.014 454.263 402.014 454.263" stroke="#E58600" stroke-width="0.862269"/><path d="M441.713 485.415C441.713 485.415 446.055 487.896 451.637 485.415C457.218 482.934 461.56 485.415 461.56 485.415" stroke="#E58600" stroke-width="0.862269"/><path d="M441.713 491.479C441.713 491.479 446.055 493.96 451.637 491.479C457.218 488.998 461.56 491.479 461.56 491.479" stroke="#E58600" stroke-width="0.862269"/><path d="M441.713 435.794C441.713 435.794 446.055 438.275 451.637 435.794C457.218 433.313 461.56 435.794 461.56 435.794" stroke="#E58600" stroke-width="0.862269"/><path d="M441.713 441.858C441.713 441.858 446.055 444.339 451.637 441.858C457.218 439.377 461.56 441.858 461.56 441.858" stroke="#E58600" stroke-width="0.862269"/><path d="M441.713 534.899C441.713 534.899 446.055 537.38 451.637 534.899C457.218 532.418 461.56 534.899 461.56 534.899" stroke="#E58600" stroke-width="0.862269"/><path d="M441.713 410.981C441.713 410.981 446.055 413.462 451.637 410.981C457.218 408.5 461.56 410.981 461.56 410.981" stroke="#E58600" stroke-width="0.862269"/><path d="M441.713 417.046C441.713 417.046 446.055 419.527 451.637 417.046C457.218 414.565 461.56 417.046 461.56 417.046" stroke="#E58600" stroke-width="0.862269"/><path d="M441.713 510.089C441.713 510.089 446.055 512.57 451.637 510.089C457.218 507.608 461.56 510.089 461.56 510.089" stroke="#E58600" stroke-width="0.862269"/><path d="M441.713 516.153C441.713 516.153 446.055 518.634 451.637 516.153C457.218 513.672 461.56 516.153 461.56 516.153" stroke="#E58600" stroke-width="0.862269"/><path d="M441.713 460.468C441.713 460.468 446.055 462.949 451.637 460.468C457.218 457.987 461.56 460.468 461.56 460.468" stroke="#E58600" stroke-width="0.862269"/><path d="M441.713 466.532C441.713 466.532 446.055 469.013 451.637 466.532C457.218 464.051 461.56 466.532 461.56 466.532" stroke="#E58600" stroke-width="0.862269"/><path d="M402.017 485.415C402.017 485.415 406.359 487.896 411.94 485.415C417.522 482.934 421.864 485.415 421.864 485.415" stroke="#E58600" stroke-width="0.862269"/><path d="M402.017 491.479C402.017 491.479 406.359 493.96 411.94 491.479C417.522 488.998 421.864 491.479 421.864 491.479" stroke="#E58600" stroke-width="0.862269"/><path d="M402.017 435.794C402.017 435.794 406.359 438.275 411.94 435.794C417.522 433.313 421.864 435.794 421.864 435.794" stroke="#E58600" stroke-width="0.862269"/><path d="M402.017 441.858C402.017 441.858 406.359 444.339 411.94 441.858C417.522 439.377 421.864 441.858 421.864 441.858" stroke="#E58600" stroke-width="0.862269"/><path d="M402.017 534.899C402.017 534.899 406.359 537.38 411.94 534.899C417.522 532.418 421.864 534.899 421.864 534.899" stroke="#E58600" stroke-width="0.862269"/><path d="M402.017 410.981C402.017 410.981 406.359 413.462 411.94 410.981C417.522 408.5 421.864 410.981 421.864 410.981" stroke="#E58600" stroke-width="0.862269"/><path d="M402.017 417.046C402.017 417.046 406.359 419.527 411.94 417.046C417.522 414.565 421.864 417.046 421.864 417.046" stroke="#E58600" stroke-width="0.862269"/><path d="M402.017 510.089C402.017 510.089 406.359 512.57 411.94 510.089C417.522 507.608 421.864 510.089 421.864 510.089" stroke="#E58600" stroke-width="0.862269"/><path d="M402.017 516.153C402.017 516.153 406.359 518.634 411.94 516.153C417.522 513.672 421.864 516.153 421.864 516.153" stroke="#E58600" stroke-width="0.862269"/><path d="M402.017 460.468C402.017 460.468 406.359 462.949 411.94 460.468C417.522 457.987 421.864 460.468 421.864 460.468" stroke="#E58600" stroke-width="0.862269"/><path d="M402.017 466.532C402.017 466.532 406.359 469.013 411.94 466.532C417.522 464.051 421.864 466.532 421.864 466.532" stroke="#E58600" stroke-width="0.862269"/></g></g><path fill-rule="evenodd" clip-rule="evenodd" d="M326 490.655L402.242 535V447L479 403L402.242 359L326 403V490.655Z" fill="#FFDB80"/><path d="M402.242 535V447L479 403M402.242 535L326 490.655V403L402.242 359L479 403M402.242 535L479 490.655V403" stroke="#E58600" stroke-width="10" stroke-linejoin="round"/><path d="M326 402L402 448" stroke="#E58600" stroke-width="4" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="11 11"/><mask id="mask54_4179_108412" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="485" y="586" width="77" height="132"><path d="M485 630V718L562 673.655V586L485 630Z" fill="#FFC2A3"/></mask><g mask="url(#mask54_4179_108412)"><rect x="356.422" y="414.5" width="479.421" height="317.315" fill="#FFB700"/><mask id="mask55_4179_108412" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="460" y="571" width="113" height="161"><path d="M460.5 571.5H572.5V731.815H460.5V571.5Z" fill="#FF7E3B"/></mask><g mask="url(#mask55_4179_108412)"><path d="M504.865 656.147C504.865 656.147 509.207 658.628 514.789 656.147C520.371 653.666 524.713 656.147 524.713 656.147" stroke="#E58600" stroke-width="0.862269"/><path d="M504.865 662.212C504.865 662.212 509.207 664.693 514.789 662.212C520.371 659.731 524.713 662.212 524.713 662.212" stroke="#E58600" stroke-width="0.862269"/><path d="M504.865 606.526C504.865 606.526 509.207 609.007 514.789 606.526C520.371 604.045 524.713 606.526 524.713 606.526" stroke="#E58600" stroke-width="0.862269"/><path d="M504.865 612.591C504.865 612.591 509.207 615.072 514.789 612.591C520.371 610.11 524.713 612.591 524.713 612.591" stroke="#E58600" stroke-width="0.862269"/><path d="M504.865 705.632C504.865 705.632 509.207 708.113 514.789 705.632C520.371 703.151 524.713 705.632 524.713 705.632" stroke="#E58600" stroke-width="0.862269"/><path d="M504.865 711.696C504.865 711.696 509.207 714.177 514.789 711.696C520.371 709.215 524.713 711.696 524.713 711.696" stroke="#E58600" stroke-width="0.862269"/><path d="M504.865 587.778C504.865 587.778 509.207 590.259 514.789 587.778C520.371 585.297 524.713 587.778 524.713 587.778" stroke="#E58600" stroke-width="0.862269"/><path d="M504.865 680.821C504.865 680.821 509.207 683.302 514.789 680.821C520.371 678.34 524.713 680.821 524.713 680.821" stroke="#E58600" stroke-width="0.862269"/><path d="M504.865 686.886C504.865 686.886 509.207 689.367 514.789 686.886C520.371 684.404 524.713 686.886 524.713 686.886" stroke="#E58600" stroke-width="0.862269"/><path d="M504.865 631.198C504.865 631.198 509.207 633.679 514.789 631.198C520.371 628.717 524.713 631.198 524.713 631.198" stroke="#E58600" stroke-width="0.862269"/><path d="M504.865 637.263C504.865 637.263 509.207 639.744 514.789 637.263C520.371 634.781 524.713 637.263 524.713 637.263" stroke="#E58600" stroke-width="0.862269"/><path d="M544.562 656.147C544.562 656.147 548.904 658.628 554.486 656.147C560.068 653.666 564.41 656.147 564.41 656.147" stroke="#E58600" stroke-width="0.862269"/><path d="M544.562 662.212C544.562 662.212 548.904 664.693 554.486 662.212C560.068 659.731 564.41 662.212 564.41 662.212" stroke="#E58600" stroke-width="0.862269"/><path d="M544.562 606.526C544.562 606.526 548.904 609.007 554.486 606.526C560.068 604.045 564.41 606.526 564.41 606.526" stroke="#E58600" stroke-width="0.862269"/><path d="M544.562 612.591C544.562 612.591 548.904 615.072 554.486 612.591C560.068 610.11 564.41 612.591 564.41 612.591" stroke="#E58600" stroke-width="0.862269"/><path d="M544.562 705.632C544.562 705.632 548.904 708.113 554.486 705.632C560.068 703.151 564.41 705.632 564.41 705.632" stroke="#E58600" stroke-width="0.862269"/><path d="M544.562 711.696C544.562 711.696 548.904 714.177 554.486 711.696C560.068 709.215 564.41 711.696 564.41 711.696" stroke="#E58600" stroke-width="0.862269"/><path d="M544.562 587.778C544.562 587.778 548.904 590.259 554.486 587.778C560.068 585.297 564.41 587.778 564.41 587.778" stroke="#E58600" stroke-width="0.862269"/><path d="M544.562 680.821C544.562 680.821 548.904 683.302 554.486 680.821C560.068 678.34 564.41 680.821 564.41 680.821" stroke="#E58600" stroke-width="0.862269"/><path d="M544.562 686.886C544.562 686.886 548.904 689.367 554.486 686.886C560.068 684.404 564.41 686.886 564.41 686.886" stroke="#E58600" stroke-width="0.862269"/><path d="M544.562 631.198C544.562 631.198 548.904 633.679 554.486 631.198C560.068 628.717 564.41 631.198 564.41 631.198" stroke="#E58600" stroke-width="0.862269"/><path d="M544.562 637.263C544.562 637.263 548.904 639.744 554.486 637.263C560.068 634.781 564.41 637.263 564.41 637.263" stroke="#E58600" stroke-width="0.862269"/><path d="M465.168 656.147C465.168 656.147 469.51 658.628 475.092 656.147C480.673 653.666 485.015 656.147 485.015 656.147" stroke="#E58600" stroke-width="0.862269"/><path d="M465.168 662.212C465.168 662.212 469.51 664.693 475.092 662.212C480.673 659.731 485.015 662.212 485.015 662.212" stroke="#E58600" stroke-width="0.862269"/><path d="M465.168 606.526C465.168 606.526 469.51 609.007 475.092 606.526C480.673 604.045 485.015 606.526 485.015 606.526" stroke="#E58600" stroke-width="0.862269"/><path d="M465.168 612.591C465.168 612.591 469.51 615.072 475.092 612.591C480.673 610.11 485.015 612.591 485.015 612.591" stroke="#E58600" stroke-width="0.862269"/><path d="M465.168 705.632C465.168 705.632 469.51 708.113 475.092 705.632C480.673 703.151 485.015 705.632 485.015 705.632" stroke="#E58600" stroke-width="0.862269"/><path d="M465.168 711.696C465.168 711.696 469.51 714.177 475.092 711.696C480.673 709.215 485.015 711.696 485.015 711.696" stroke="#E58600" stroke-width="0.862269"/><path d="M465.168 587.778C465.168 587.778 469.51 590.259 475.092 587.778C480.673 585.297 485.015 587.778 485.015 587.778" stroke="#E58600" stroke-width="0.862269"/><path d="M465.168 680.821C465.168 680.821 469.51 683.302 475.092 680.821C480.673 678.34 485.015 680.821 485.015 680.821" stroke="#E58600" stroke-width="0.862269"/><path d="M465.168 686.886C465.168 686.886 469.51 689.367 475.092 686.886C480.673 684.404 485.015 686.886 485.015 686.886" stroke="#E58600" stroke-width="0.862269"/><path d="M465.168 631.198C465.168 631.198 469.51 633.679 475.092 631.198C480.673 628.717 485.015 631.198 485.015 631.198" stroke="#E58600" stroke-width="0.862269"/><path d="M465.168 637.263C465.168 637.263 469.51 639.744 475.092 637.263C480.673 634.781 485.015 637.263 485.015 637.263" stroke="#E58600" stroke-width="0.862269"/><path d="M524.714 668.415C524.714 668.415 529.056 670.896 534.638 668.415C540.219 665.934 544.561 668.415 544.561 668.415" stroke="#E58600" stroke-width="0.862269"/><path d="M524.714 674.479C524.714 674.479 529.056 676.96 534.638 674.479C540.219 671.998 544.561 674.479 544.561 674.479" stroke="#E58600" stroke-width="0.862269"/><path d="M524.714 618.794C524.714 618.794 529.056 621.275 534.638 618.794C540.219 616.313 544.561 618.794 544.561 618.794" stroke="#E58600" stroke-width="0.862269"/><path d="M524.714 624.858C524.714 624.858 529.056 627.339 534.638 624.858C540.219 622.377 544.561 624.858 544.561 624.858" stroke="#E58600" stroke-width="0.862269"/><path d="M524.714 717.899C524.714 717.899 529.056 720.38 534.638 717.899C540.219 715.418 544.561 717.899 544.561 717.899" stroke="#E58600" stroke-width="0.862269"/><path d="M524.714 593.981C524.714 593.981 529.056 596.462 534.638 593.981C540.219 591.5 544.561 593.981 544.561 593.981" stroke="#E58600" stroke-width="0.862269"/><path d="M524.714 600.046C524.714 600.046 529.056 602.527 534.638 600.046C540.219 597.565 544.561 600.046 544.561 600.046" stroke="#E58600" stroke-width="0.862269"/><path d="M524.714 693.089C524.714 693.089 529.056 695.57 534.638 693.089C540.219 690.608 544.561 693.089 544.561 693.089" stroke="#E58600" stroke-width="0.862269"/><path d="M524.714 699.153C524.714 699.153 529.056 701.634 534.638 699.153C540.219 696.672 544.561 699.153 544.561 699.153" stroke="#E58600" stroke-width="0.862269"/><path d="M524.714 643.468C524.714 643.468 529.056 645.949 534.638 643.468C540.219 640.987 544.561 643.468 544.561 643.468" stroke="#E58600" stroke-width="0.862269"/><path d="M524.714 649.532C524.714 649.532 529.056 652.013 534.638 649.532C540.219 647.051 544.561 649.532 544.561 649.532" stroke="#E58600" stroke-width="0.862269"/><path d="M485.017 668.415C485.017 668.415 489.359 670.896 494.94 668.415C500.522 665.934 504.864 668.415 504.864 668.415" stroke="#E58600" stroke-width="0.862269"/><path d="M485.017 674.479C485.017 674.479 489.359 676.96 494.94 674.479C500.522 671.998 504.864 674.479 504.864 674.479" stroke="#E58600" stroke-width="0.862269"/><path d="M485.017 618.794C485.017 618.794 489.359 621.275 494.94 618.794C500.522 616.313 504.864 618.794 504.864 618.794" stroke="#E58600" stroke-width="0.862269"/><path d="M485.017 624.858C485.017 624.858 489.359 627.339 494.94 624.858C500.522 622.377 504.864 624.858 504.864 624.858" stroke="#E58600" stroke-width="0.862269"/><path d="M485.017 717.899C485.017 717.899 489.359 720.38 494.94 717.899C500.522 715.418 504.864 717.899 504.864 717.899" stroke="#E58600" stroke-width="0.862269"/><path d="M485.017 593.981C485.017 593.981 489.359 596.462 494.94 593.981C500.522 591.5 504.864 593.981 504.864 593.981" stroke="#E58600" stroke-width="0.862269"/><path d="M485.017 600.046C485.017 600.046 489.359 602.527 494.94 600.046C500.522 597.565 504.864 600.046 504.864 600.046" stroke="#E58600" stroke-width="0.862269"/><path d="M485.017 693.089C485.017 693.089 489.359 695.57 494.94 693.089C500.522 690.608 504.864 693.089 504.864 693.089" stroke="#E58600" stroke-width="0.862269"/><path d="M485.017 699.153C485.017 699.153 489.359 701.634 494.94 699.153C500.522 696.672 504.864 699.153 504.864 699.153" stroke="#E58600" stroke-width="0.862269"/><path d="M485.017 643.468C485.017 643.468 489.359 645.949 494.94 643.468C500.522 640.987 504.864 643.468 504.864 643.468" stroke="#E58600" stroke-width="0.862269"/><path d="M485.017 649.532C485.017 649.532 489.359 652.013 494.94 649.532C500.522 647.051 504.864 649.532 504.864 649.532" stroke="#E58600" stroke-width="0.862269"/></g></g><path fill-rule="evenodd" clip-rule="evenodd" d="M409 673.655L485.242 718V630L562 586L485.242 542L409 586V673.655Z" fill="#FFDB80"/><path d="M485.242 718V630L562 586M485.242 718L409 673.655V586L485.242 542L562 586M485.242 718L562 673.655V586" stroke="#E58600" stroke-width="10" stroke-linejoin="round"/><path d="M409 585L485 631" stroke="#E58600" stroke-width="4" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="11 11"/><mask id="mask56_4179_108412" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="561" y="630" width="77" height="132"><path d="M561 674V762L638 717.655V630L561 674Z" fill="#FFC2A3"/></mask><g mask="url(#mask56_4179_108412)"><rect x="432.422" y="458.5" width="479.421" height="317.315" fill="#FFB700"/><mask id="mask57_4179_108412" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="536" y="615" width="113" height="161"><path d="M536.5 615.5H648.5V775.815H536.5V615.5Z" fill="#FF7E3B"/></mask><g mask="url(#mask57_4179_108412)"><path d="M580.865 700.147C580.865 700.147 585.207 702.628 590.789 700.147C596.371 697.666 600.713 700.147 600.713 700.147" stroke="#E58600" stroke-width="0.862269"/><path d="M580.865 706.212C580.865 706.212 585.207 708.693 590.789 706.212C596.371 703.731 600.713 706.212 600.713 706.212" stroke="#E58600" stroke-width="0.862269"/><path d="M580.865 650.526C580.865 650.526 585.207 653.007 590.789 650.526C596.371 648.045 600.713 650.526 600.713 650.526" stroke="#E58600" stroke-width="0.862269"/><path d="M580.865 656.591C580.865 656.591 585.207 659.072 590.789 656.591C596.371 654.11 600.713 656.591 600.713 656.591" stroke="#E58600" stroke-width="0.862269"/><path d="M580.865 749.632C580.865 749.632 585.207 752.113 590.789 749.632C596.371 747.151 600.713 749.632 600.713 749.632" stroke="#E58600" stroke-width="0.862269"/><path d="M580.865 755.696C580.865 755.696 585.207 758.177 590.789 755.696C596.371 753.215 600.713 755.696 600.713 755.696" stroke="#E58600" stroke-width="0.862269"/><path d="M580.865 631.778C580.865 631.778 585.207 634.259 590.789 631.778C596.371 629.297 600.713 631.778 600.713 631.778" stroke="#E58600" stroke-width="0.862269"/><path d="M580.865 724.821C580.865 724.821 585.207 727.302 590.789 724.821C596.371 722.34 600.713 724.821 600.713 724.821" stroke="#E58600" stroke-width="0.862269"/><path d="M580.865 730.886C580.865 730.886 585.207 733.367 590.789 730.886C596.371 728.404 600.713 730.886 600.713 730.886" stroke="#E58600" stroke-width="0.862269"/><path d="M580.865 675.198C580.865 675.198 585.207 677.679 590.789 675.198C596.371 672.717 600.713 675.198 600.713 675.198" stroke="#E58600" stroke-width="0.862269"/><path d="M580.865 681.263C580.865 681.263 585.207 683.744 590.789 681.263C596.371 678.781 600.713 681.263 600.713 681.263" stroke="#E58600" stroke-width="0.862269"/><path d="M620.562 700.147C620.562 700.147 624.904 702.628 630.486 700.147C636.068 697.666 640.41 700.147 640.41 700.147" stroke="#E58600" stroke-width="0.862269"/><path d="M620.562 706.212C620.562 706.212 624.904 708.693 630.486 706.212C636.068 703.731 640.41 706.212 640.41 706.212" stroke="#E58600" stroke-width="0.862269"/><path d="M620.562 650.526C620.562 650.526 624.904 653.007 630.486 650.526C636.068 648.045 640.41 650.526 640.41 650.526" stroke="#E58600" stroke-width="0.862269"/><path d="M620.562 656.591C620.562 656.591 624.904 659.072 630.486 656.591C636.068 654.11 640.41 656.591 640.41 656.591" stroke="#E58600" stroke-width="0.862269"/><path d="M620.562 749.632C620.562 749.632 624.904 752.113 630.486 749.632C636.068 747.151 640.41 749.632 640.41 749.632" stroke="#E58600" stroke-width="0.862269"/><path d="M620.562 755.696C620.562 755.696 624.904 758.177 630.486 755.696C636.068 753.215 640.41 755.696 640.41 755.696" stroke="#E58600" stroke-width="0.862269"/><path d="M620.562 631.778C620.562 631.778 624.904 634.259 630.486 631.778C636.068 629.297 640.41 631.778 640.41 631.778" stroke="#E58600" stroke-width="0.862269"/><path d="M620.562 724.821C620.562 724.821 624.904 727.302 630.486 724.821C636.068 722.34 640.41 724.821 640.41 724.821" stroke="#E58600" stroke-width="0.862269"/><path d="M620.562 730.886C620.562 730.886 624.904 733.367 630.486 730.886C636.068 728.404 640.41 730.886 640.41 730.886" stroke="#E58600" stroke-width="0.862269"/><path d="M620.562 675.198C620.562 675.198 624.904 677.679 630.486 675.198C636.068 672.717 640.41 675.198 640.41 675.198" stroke="#E58600" stroke-width="0.862269"/><path d="M620.562 681.263C620.562 681.263 624.904 683.744 630.486 681.263C636.068 678.781 640.41 681.263 640.41 681.263" stroke="#E58600" stroke-width="0.862269"/><path d="M541.168 700.147C541.168 700.147 545.51 702.628 551.092 700.147C556.673 697.666 561.015 700.147 561.015 700.147" stroke="#E58600" stroke-width="0.862269"/><path d="M541.168 706.212C541.168 706.212 545.51 708.693 551.092 706.212C556.673 703.731 561.015 706.212 561.015 706.212" stroke="#E58600" stroke-width="0.862269"/><path d="M541.168 650.526C541.168 650.526 545.51 653.007 551.092 650.526C556.673 648.045 561.015 650.526 561.015 650.526" stroke="#E58600" stroke-width="0.862269"/><path d="M541.168 656.591C541.168 656.591 545.51 659.072 551.092 656.591C556.673 654.11 561.015 656.591 561.015 656.591" stroke="#E58600" stroke-width="0.862269"/><path d="M541.168 749.632C541.168 749.632 545.51 752.113 551.092 749.632C556.673 747.151 561.015 749.632 561.015 749.632" stroke="#E58600" stroke-width="0.862269"/><path d="M541.168 755.696C541.168 755.696 545.51 758.177 551.092 755.696C556.673 753.215 561.015 755.696 561.015 755.696" stroke="#E58600" stroke-width="0.862269"/><path d="M541.168 631.778C541.168 631.778 545.51 634.259 551.092 631.778C556.673 629.297 561.015 631.778 561.015 631.778" stroke="#E58600" stroke-width="0.862269"/><path d="M541.168 724.821C541.168 724.821 545.51 727.302 551.092 724.821C556.673 722.34 561.015 724.821 561.015 724.821" stroke="#E58600" stroke-width="0.862269"/><path d="M541.168 730.886C541.168 730.886 545.51 733.367 551.092 730.886C556.673 728.404 561.015 730.886 561.015 730.886" stroke="#E58600" stroke-width="0.862269"/><path d="M541.168 675.198C541.168 675.198 545.51 677.679 551.092 675.198C556.673 672.717 561.015 675.198 561.015 675.198" stroke="#E58600" stroke-width="0.862269"/><path d="M541.168 681.263C541.168 681.263 545.51 683.744 551.092 681.263C556.673 678.781 561.015 681.263 561.015 681.263" stroke="#E58600" stroke-width="0.862269"/><path d="M600.714 712.415C600.714 712.415 605.056 714.896 610.638 712.415C616.219 709.934 620.561 712.415 620.561 712.415" stroke="#E58600" stroke-width="0.862269"/><path d="M600.714 718.479C600.714 718.479 605.056 720.96 610.638 718.479C616.219 715.998 620.561 718.479 620.561 718.479" stroke="#E58600" stroke-width="0.862269"/><path d="M600.714 662.794C600.714 662.794 605.056 665.275 610.638 662.794C616.219 660.313 620.561 662.794 620.561 662.794" stroke="#E58600" stroke-width="0.862269"/><path d="M600.714 668.858C600.714 668.858 605.056 671.339 610.638 668.858C616.219 666.377 620.561 668.858 620.561 668.858" stroke="#E58600" stroke-width="0.862269"/><path d="M600.714 761.899C600.714 761.899 605.056 764.38 610.638 761.899C616.219 759.418 620.561 761.899 620.561 761.899" stroke="#E58600" stroke-width="0.862269"/><path d="M600.714 637.981C600.714 637.981 605.056 640.462 610.638 637.981C616.219 635.5 620.561 637.981 620.561 637.981" stroke="#E58600" stroke-width="0.862269"/><path d="M600.714 644.046C600.714 644.046 605.056 646.527 610.638 644.046C616.219 641.565 620.561 644.046 620.561 644.046" stroke="#E58600" stroke-width="0.862269"/><path d="M600.714 737.089C600.714 737.089 605.056 739.57 610.638 737.089C616.219 734.608 620.561 737.089 620.561 737.089" stroke="#E58600" stroke-width="0.862269"/><path d="M600.714 743.153C600.714 743.153 605.056 745.634 610.638 743.153C616.219 740.672 620.561 743.153 620.561 743.153" stroke="#E58600" stroke-width="0.862269"/><path d="M600.714 687.468C600.714 687.468 605.056 689.949 610.638 687.468C616.219 684.987 620.561 687.468 620.561 687.468" stroke="#E58600" stroke-width="0.862269"/><path d="M600.714 693.532C600.714 693.532 605.056 696.013 610.638 693.532C616.219 691.051 620.561 693.532 620.561 693.532" stroke="#E58600" stroke-width="0.862269"/><path d="M561.017 712.415C561.017 712.415 565.359 714.896 570.94 712.415C576.522 709.934 580.864 712.415 580.864 712.415" stroke="#E58600" stroke-width="0.862269"/><path d="M561.017 718.479C561.017 718.479 565.359 720.96 570.94 718.479C576.522 715.998 580.864 718.479 580.864 718.479" stroke="#E58600" stroke-width="0.862269"/><path d="M561.017 662.794C561.017 662.794 565.359 665.275 570.94 662.794C576.522 660.313 580.864 662.794 580.864 662.794" stroke="#E58600" stroke-width="0.862269"/><path d="M561.017 668.858C561.017 668.858 565.359 671.339 570.94 668.858C576.522 666.377 580.864 668.858 580.864 668.858" stroke="#E58600" stroke-width="0.862269"/><path d="M561.017 761.899C561.017 761.899 565.359 764.38 570.94 761.899C576.522 759.418 580.864 761.899 580.864 761.899" stroke="#E58600" stroke-width="0.862269"/><path d="M561.017 637.981C561.017 637.981 565.359 640.462 570.94 637.981C576.522 635.5 580.864 637.981 580.864 637.981" stroke="#E58600" stroke-width="0.862269"/><path d="M561.017 644.046C561.017 644.046 565.359 646.527 570.94 644.046C576.522 641.565 580.864 644.046 580.864 644.046" stroke="#E58600" stroke-width="0.862269"/><path d="M561.017 737.089C561.017 737.089 565.359 739.57 570.94 737.089C576.522 734.608 580.864 737.089 580.864 737.089" stroke="#E58600" stroke-width="0.862269"/><path d="M561.017 743.153C561.017 743.153 565.359 745.634 570.94 743.153C576.522 740.672 580.864 743.153 580.864 743.153" stroke="#E58600" stroke-width="0.862269"/><path d="M561.017 687.468C561.017 687.468 565.359 689.949 570.94 687.468C576.522 684.987 580.864 687.468 580.864 687.468" stroke="#E58600" stroke-width="0.862269"/><path d="M561.017 693.532C561.017 693.532 565.359 696.013 570.94 693.532C576.522 691.051 580.864 693.532 580.864 693.532" stroke="#E58600" stroke-width="0.862269"/></g></g><path fill-rule="evenodd" clip-rule="evenodd" d="M485 717.655L561.242 762V674L638 630L561.242 586L485 630V717.655Z" fill="#FFDB80"/><path d="M561.242 762V674L638 630M561.242 762L485 717.655V630L561.242 586L638 630M561.242 762L638 717.655V630" stroke="#E58600" stroke-width="10" stroke-linejoin="round"/><path d="M485 629L561 675" stroke="#E58600" stroke-width="4" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="11 11"/><mask id="mask58_4179_108412" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="637" y="675" width="77" height="132"><path d="M637 719V807L714 762.655V675L637 719Z" fill="#FFC2A3"/></mask><g mask="url(#mask58_4179_108412)"><rect x="508.422" y="503.5" width="479.421" height="317.315" fill="#FFB700"/><mask id="mask59_4179_108412" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="612" y="660" width="113" height="161"><path d="M612.5 660.5H724.5V820.815H612.5V660.5Z" fill="#FF7E3B"/></mask><g mask="url(#mask59_4179_108412)"><path d="M656.865 745.147C656.865 745.147 661.207 747.628 666.789 745.147C672.371 742.666 676.713 745.147 676.713 745.147" stroke="#E58600" stroke-width="0.862269"/><path d="M656.865 751.212C656.865 751.212 661.207 753.693 666.789 751.212C672.371 748.731 676.713 751.212 676.713 751.212" stroke="#E58600" stroke-width="0.862269"/><path d="M656.865 695.526C656.865 695.526 661.207 698.007 666.789 695.526C672.371 693.045 676.713 695.526 676.713 695.526" stroke="#E58600" stroke-width="0.862269"/><path d="M656.865 701.591C656.865 701.591 661.207 704.072 666.789 701.591C672.371 699.11 676.713 701.591 676.713 701.591" stroke="#E58600" stroke-width="0.862269"/><path d="M656.865 794.632C656.865 794.632 661.207 797.113 666.789 794.632C672.371 792.151 676.713 794.632 676.713 794.632" stroke="#E58600" stroke-width="0.862269"/><path d="M656.865 800.696C656.865 800.696 661.207 803.177 666.789 800.696C672.371 798.215 676.713 800.696 676.713 800.696" stroke="#E58600" stroke-width="0.862269"/><path d="M656.865 676.778C656.865 676.778 661.207 679.259 666.789 676.778C672.371 674.297 676.713 676.778 676.713 676.778" stroke="#E58600" stroke-width="0.862269"/><path d="M656.865 769.821C656.865 769.821 661.207 772.302 666.789 769.821C672.371 767.34 676.713 769.821 676.713 769.821" stroke="#E58600" stroke-width="0.862269"/><path d="M656.865 775.886C656.865 775.886 661.207 778.367 666.789 775.886C672.371 773.404 676.713 775.886 676.713 775.886" stroke="#E58600" stroke-width="0.862269"/><path d="M656.865 720.198C656.865 720.198 661.207 722.679 666.789 720.198C672.371 717.717 676.713 720.198 676.713 720.198" stroke="#E58600" stroke-width="0.862269"/><path d="M656.865 726.263C656.865 726.263 661.207 728.744 666.789 726.263C672.371 723.781 676.713 726.263 676.713 726.263" stroke="#E58600" stroke-width="0.862269"/><path d="M696.562 745.147C696.562 745.147 700.904 747.628 706.486 745.147C712.068 742.666 716.41 745.147 716.41 745.147" stroke="#E58600" stroke-width="0.862269"/><path d="M696.562 751.212C696.562 751.212 700.904 753.693 706.486 751.212C712.068 748.731 716.41 751.212 716.41 751.212" stroke="#E58600" stroke-width="0.862269"/><path d="M696.562 695.526C696.562 695.526 700.904 698.007 706.486 695.526C712.068 693.045 716.41 695.526 716.41 695.526" stroke="#E58600" stroke-width="0.862269"/><path d="M696.562 701.591C696.562 701.591 700.904 704.072 706.486 701.591C712.068 699.11 716.41 701.591 716.41 701.591" stroke="#E58600" stroke-width="0.862269"/><path d="M696.562 794.632C696.562 794.632 700.904 797.113 706.486 794.632C712.068 792.151 716.41 794.632 716.41 794.632" stroke="#E58600" stroke-width="0.862269"/><path d="M696.562 800.696C696.562 800.696 700.904 803.177 706.486 800.696C712.068 798.215 716.41 800.696 716.41 800.696" stroke="#E58600" stroke-width="0.862269"/><path d="M696.562 676.778C696.562 676.778 700.904 679.259 706.486 676.778C712.068 674.297 716.41 676.778 716.41 676.778" stroke="#E58600" stroke-width="0.862269"/><path d="M696.562 769.821C696.562 769.821 700.904 772.302 706.486 769.821C712.068 767.34 716.41 769.821 716.41 769.821" stroke="#E58600" stroke-width="0.862269"/><path d="M696.562 775.886C696.562 775.886 700.904 778.367 706.486 775.886C712.068 773.404 716.41 775.886 716.41 775.886" stroke="#E58600" stroke-width="0.862269"/><path d="M696.562 720.198C696.562 720.198 700.904 722.679 706.486 720.198C712.068 717.717 716.41 720.198 716.41 720.198" stroke="#E58600" stroke-width="0.862269"/><path d="M696.562 726.263C696.562 726.263 700.904 728.744 706.486 726.263C712.068 723.781 716.41 726.263 716.41 726.263" stroke="#E58600" stroke-width="0.862269"/><path d="M617.168 745.147C617.168 745.147 621.51 747.628 627.092 745.147C632.673 742.666 637.015 745.147 637.015 745.147" stroke="#E58600" stroke-width="0.862269"/><path d="M617.168 751.212C617.168 751.212 621.51 753.693 627.092 751.212C632.673 748.731 637.015 751.212 637.015 751.212" stroke="#E58600" stroke-width="0.862269"/><path d="M617.168 695.526C617.168 695.526 621.51 698.007 627.092 695.526C632.673 693.045 637.015 695.526 637.015 695.526" stroke="#E58600" stroke-width="0.862269"/><path d="M617.168 701.591C617.168 701.591 621.51 704.072 627.092 701.591C632.673 699.11 637.015 701.591 637.015 701.591" stroke="#E58600" stroke-width="0.862269"/><path d="M617.168 794.632C617.168 794.632 621.51 797.113 627.092 794.632C632.673 792.151 637.015 794.632 637.015 794.632" stroke="#E58600" stroke-width="0.862269"/><path d="M617.168 800.696C617.168 800.696 621.51 803.177 627.092 800.696C632.673 798.215 637.015 800.696 637.015 800.696" stroke="#E58600" stroke-width="0.862269"/><path d="M617.168 676.778C617.168 676.778 621.51 679.259 627.092 676.778C632.673 674.297 637.015 676.778 637.015 676.778" stroke="#E58600" stroke-width="0.862269"/><path d="M617.168 769.821C617.168 769.821 621.51 772.302 627.092 769.821C632.673 767.34 637.015 769.821 637.015 769.821" stroke="#E58600" stroke-width="0.862269"/><path d="M617.168 775.886C617.168 775.886 621.51 778.367 627.092 775.886C632.673 773.404 637.015 775.886 637.015 775.886" stroke="#E58600" stroke-width="0.862269"/><path d="M617.168 720.198C617.168 720.198 621.51 722.679 627.092 720.198C632.673 717.717 637.015 720.198 637.015 720.198" stroke="#E58600" stroke-width="0.862269"/><path d="M617.168 726.263C617.168 726.263 621.51 728.744 627.092 726.263C632.673 723.781 637.015 726.263 637.015 726.263" stroke="#E58600" stroke-width="0.862269"/><path d="M676.714 757.415C676.714 757.415 681.056 759.896 686.638 757.415C692.219 754.934 696.561 757.415 696.561 757.415" stroke="#E58600" stroke-width="0.862269"/><path d="M676.714 763.479C676.714 763.479 681.056 765.96 686.638 763.479C692.219 760.998 696.561 763.479 696.561 763.479" stroke="#E58600" stroke-width="0.862269"/><path d="M676.714 707.794C676.714 707.794 681.056 710.275 686.638 707.794C692.219 705.313 696.561 707.794 696.561 707.794" stroke="#E58600" stroke-width="0.862269"/><path d="M676.714 713.858C676.714 713.858 681.056 716.339 686.638 713.858C692.219 711.377 696.561 713.858 696.561 713.858" stroke="#E58600" stroke-width="0.862269"/><path d="M676.714 682.981C676.714 682.981 681.056 685.462 686.638 682.981C692.219 680.5 696.561 682.981 696.561 682.981" stroke="#E58600" stroke-width="0.862269"/><path d="M676.714 689.046C676.714 689.046 681.056 691.527 686.638 689.046C692.219 686.565 696.561 689.046 696.561 689.046" stroke="#E58600" stroke-width="0.862269"/><path d="M676.714 782.089C676.714 782.089 681.056 784.57 686.638 782.089C692.219 779.608 696.561 782.089 696.561 782.089" stroke="#E58600" stroke-width="0.862269"/><path d="M676.714 788.153C676.714 788.153 681.056 790.634 686.638 788.153C692.219 785.672 696.561 788.153 696.561 788.153" stroke="#E58600" stroke-width="0.862269"/><path d="M676.714 732.468C676.714 732.468 681.056 734.949 686.638 732.468C692.219 729.987 696.561 732.468 696.561 732.468" stroke="#E58600" stroke-width="0.862269"/><path d="M676.714 738.532C676.714 738.532 681.056 741.013 686.638 738.532C692.219 736.051 696.561 738.532 696.561 738.532" stroke="#E58600" stroke-width="0.862269"/><path d="M637.017 757.415C637.017 757.415 641.359 759.896 646.94 757.415C652.522 754.934 656.864 757.415 656.864 757.415" stroke="#E58600" stroke-width="0.862269"/><path d="M637.017 763.479C637.017 763.479 641.359 765.96 646.94 763.479C652.522 760.998 656.864 763.479 656.864 763.479" stroke="#E58600" stroke-width="0.862269"/><path d="M637.017 707.794C637.017 707.794 641.359 710.275 646.94 707.794C652.522 705.313 656.864 707.794 656.864 707.794" stroke="#E58600" stroke-width="0.862269"/><path d="M637.017 713.858C637.017 713.858 641.359 716.339 646.94 713.858C652.522 711.377 656.864 713.858 656.864 713.858" stroke="#E58600" stroke-width="0.862269"/><path d="M637.017 682.981C637.017 682.981 641.359 685.462 646.94 682.981C652.522 680.5 656.864 682.981 656.864 682.981" stroke="#E58600" stroke-width="0.862269"/><path d="M637.017 689.046C637.017 689.046 641.359 691.527 646.94 689.046C652.522 686.565 656.864 689.046 656.864 689.046" stroke="#E58600" stroke-width="0.862269"/><path d="M637.017 782.089C637.017 782.089 641.359 784.57 646.94 782.089C652.522 779.608 656.864 782.089 656.864 782.089" stroke="#E58600" stroke-width="0.862269"/><path d="M637.017 788.153C637.017 788.153 641.359 790.634 646.94 788.153C652.522 785.672 656.864 788.153 656.864 788.153" stroke="#E58600" stroke-width="0.862269"/><path d="M637.017 732.468C637.017 732.468 641.359 734.949 646.94 732.468C652.522 729.987 656.864 732.468 656.864 732.468" stroke="#E58600" stroke-width="0.862269"/><path d="M637.017 738.532C637.017 738.532 641.359 741.013 646.94 738.532C652.522 736.051 656.864 738.532 656.864 738.532" stroke="#E58600" stroke-width="0.862269"/></g></g><path fill-rule="evenodd" clip-rule="evenodd" d="M561 762.655L637.242 807V719L714 675L637.242 631L561 675V762.655Z" fill="#FFDB80"/><path d="M637.242 807V719L714 675M637.242 807L561 762.655V675L637.242 631L714 675M637.242 807L714 762.655V675" stroke="#E58600" stroke-width="10" stroke-linejoin="round"/><path d="M561 674L637 720" stroke="#E58600" stroke-width="4" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="11 11"/><mask id="mask60_4179_108412" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="713" y="718" width="77" height="132"><path d="M713 762V850L790 805.655V718L713 762Z" fill="#FFC2A3"/></mask><g mask="url(#mask60_4179_108412)"><rect x="584.422" y="546.5" width="479.421" height="317.315" fill="#FFB700"/><mask id="mask61_4179_108412" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="688" y="703" width="113" height="161"><path d="M688.5 703.5H800.5V863.815H688.5V703.5Z" fill="#FF7E3B"/></mask><g mask="url(#mask61_4179_108412)"><path d="M732.865 788.147C732.865 788.147 737.207 790.628 742.789 788.147C748.371 785.666 752.713 788.147 752.713 788.147" stroke="#E58600" stroke-width="0.862269"/><path d="M732.865 794.212C732.865 794.212 737.207 796.693 742.789 794.212C748.371 791.731 752.713 794.212 752.713 794.212" stroke="#E58600" stroke-width="0.862269"/><path d="M732.865 738.526C732.865 738.526 737.207 741.007 742.789 738.526C748.371 736.045 752.713 738.526 752.713 738.526" stroke="#E58600" stroke-width="0.862269"/><path d="M732.865 744.591C732.865 744.591 737.207 747.072 742.789 744.591C748.371 742.11 752.713 744.591 752.713 744.591" stroke="#E58600" stroke-width="0.862269"/><path d="M732.865 719.778C732.865 719.778 737.207 722.259 742.789 719.778C748.371 717.297 752.713 719.778 752.713 719.778" stroke="#E58600" stroke-width="0.862269"/><path d="M732.865 763.198C732.865 763.198 737.207 765.679 742.789 763.198C748.371 760.717 752.713 763.198 752.713 763.198" stroke="#E58600" stroke-width="0.862269"/><path d="M732.865 769.263C732.865 769.263 737.207 771.744 742.789 769.263C748.371 766.781 752.713 769.263 752.713 769.263" stroke="#E58600" stroke-width="0.862269"/><path d="M772.562 788.147C772.562 788.147 776.904 790.628 782.486 788.147C788.068 785.666 792.41 788.147 792.41 788.147" stroke="#E58600" stroke-width="0.862269"/><path d="M772.562 794.212C772.562 794.212 776.904 796.693 782.486 794.212C788.068 791.731 792.41 794.212 792.41 794.212" stroke="#E58600" stroke-width="0.862269"/><path d="M772.562 738.526C772.562 738.526 776.904 741.007 782.486 738.526C788.068 736.045 792.41 738.526 792.41 738.526" stroke="#E58600" stroke-width="0.862269"/><path d="M772.562 744.591C772.562 744.591 776.904 747.072 782.486 744.591C788.068 742.11 792.41 744.591 792.41 744.591" stroke="#E58600" stroke-width="0.862269"/><path d="M772.562 719.778C772.562 719.778 776.904 722.259 782.486 719.778C788.068 717.297 792.41 719.778 792.41 719.778" stroke="#E58600" stroke-width="0.862269"/><path d="M772.562 763.198C772.562 763.198 776.904 765.679 782.486 763.198C788.068 760.717 792.41 763.198 792.41 763.198" stroke="#E58600" stroke-width="0.862269"/><path d="M772.562 769.263C772.562 769.263 776.904 771.744 782.486 769.263C788.068 766.781 792.41 769.263 792.41 769.263" stroke="#E58600" stroke-width="0.862269"/><path d="M693.168 788.147C693.168 788.147 697.51 790.628 703.092 788.147C708.673 785.666 713.015 788.147 713.015 788.147" stroke="#E58600" stroke-width="0.862269"/><path d="M693.168 794.212C693.168 794.212 697.51 796.693 703.092 794.212C708.673 791.731 713.015 794.212 713.015 794.212" stroke="#E58600" stroke-width="0.862269"/><path d="M693.168 738.526C693.168 738.526 697.51 741.007 703.092 738.526C708.673 736.045 713.015 738.526 713.015 738.526" stroke="#E58600" stroke-width="0.862269"/><path d="M693.168 744.591C693.168 744.591 697.51 747.072 703.092 744.591C708.673 742.11 713.015 744.591 713.015 744.591" stroke="#E58600" stroke-width="0.862269"/><path d="M693.168 719.778C693.168 719.778 697.51 722.259 703.092 719.778C708.673 717.297 713.015 719.778 713.015 719.778" stroke="#E58600" stroke-width="0.862269"/><path d="M693.168 763.198C693.168 763.198 697.51 765.679 703.092 763.198C708.673 760.717 713.015 763.198 713.015 763.198" stroke="#E58600" stroke-width="0.862269"/><path d="M693.168 769.263C693.168 769.263 697.51 771.744 703.092 769.263C708.673 766.781 713.015 769.263 713.015 769.263" stroke="#E58600" stroke-width="0.862269"/><path d="M752.714 800.415C752.714 800.415 757.056 802.896 762.638 800.415C768.219 797.934 772.561 800.415 772.561 800.415" stroke="#E58600" stroke-width="0.862269"/><path d="M752.714 750.794C752.714 750.794 757.056 753.275 762.638 750.794C768.219 748.313 772.561 750.794 772.561 750.794" stroke="#E58600" stroke-width="0.862269"/><path d="M752.714 756.858C752.714 756.858 757.056 759.339 762.638 756.858C768.219 754.377 772.561 756.858 772.561 756.858" stroke="#E58600" stroke-width="0.862269"/><path d="M752.714 725.981C752.714 725.981 757.056 728.462 762.638 725.981C768.219 723.5 772.561 725.981 772.561 725.981" stroke="#E58600" stroke-width="0.862269"/><path d="M752.714 732.046C752.714 732.046 757.056 734.527 762.638 732.046C768.219 729.565 772.561 732.046 772.561 732.046" stroke="#E58600" stroke-width="0.862269"/><path d="M752.714 775.468C752.714 775.468 757.056 777.949 762.638 775.468C768.219 772.987 772.561 775.468 772.561 775.468" stroke="#E58600" stroke-width="0.862269"/><path d="M752.714 781.532C752.714 781.532 757.056 784.013 762.638 781.532C768.219 779.051 772.561 781.532 772.561 781.532" stroke="#E58600" stroke-width="0.862269"/><path d="M713.017 800.415C713.017 800.415 717.359 802.896 722.94 800.415C728.522 797.934 732.864 800.415 732.864 800.415" stroke="#E58600" stroke-width="0.862269"/><path d="M713.017 750.794C713.017 750.794 717.359 753.275 722.94 750.794C728.522 748.313 732.864 750.794 732.864 750.794" stroke="#E58600" stroke-width="0.862269"/><path d="M713.017 756.858C713.017 756.858 717.359 759.339 722.94 756.858C728.522 754.377 732.864 756.858 732.864 756.858" stroke="#E58600" stroke-width="0.862269"/><path d="M713.017 725.981C713.017 725.981 717.359 728.462 722.94 725.981C728.522 723.5 732.864 725.981 732.864 725.981" stroke="#E58600" stroke-width="0.862269"/><path d="M713.017 732.046C713.017 732.046 717.359 734.527 722.94 732.046C728.522 729.565 732.864 732.046 732.864 732.046" stroke="#E58600" stroke-width="0.862269"/><path d="M713.017 775.468C713.017 775.468 717.359 777.949 722.94 775.468C728.522 772.987 732.864 775.468 732.864 775.468" stroke="#E58600" stroke-width="0.862269"/><path d="M713.017 781.532C713.017 781.532 717.359 784.013 722.94 781.532C728.522 779.051 732.864 781.532 732.864 781.532" stroke="#E58600" stroke-width="0.862269"/></g></g><path fill-rule="evenodd" clip-rule="evenodd" d="M637 805.655L713.242 850V762L790 718L713.242 674L637 718V805.655Z" fill="#FFDB80"/><path d="M713.242 850V762L790 718M713.242 850L637 805.655V718L713.242 674L790 718M713.242 850L790 805.655V718" stroke="#E58600" stroke-width="10" stroke-linejoin="round"/><path d="M637 717L713 763" stroke="#E58600" stroke-width="4" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="11 11"/><path d="M86.7467 685.033C86.2125 685.172 85.8927 685.719 86.0326 686.253L88.312 694.96C88.4519 695.494 88.9984 695.814 89.5327 695.674C90.0669 695.534 90.3867 694.988 90.2468 694.453L88.2207 686.714L95.9598 684.688C96.4941 684.548 96.8138 684.002 96.674 683.467C96.5341 682.933 95.9876 682.613 95.4533 682.753L86.7467 685.033ZM160.753 729.967C161.288 729.828 161.607 729.281 161.467 728.747L159.188 720.04C159.048 719.506 158.502 719.186 157.967 719.326C157.433 719.466 157.113 720.012 157.253 720.547L159.279 728.286L151.54 730.312C151.006 730.452 150.686 730.998 150.826 731.533C150.966 732.067 151.512 732.387 152.047 732.247L160.753 729.967ZM86.495 686.863L159.995 729.863L161.005 728.137L87.505 685.137L86.495 686.863Z" fill="black"/><path d="M85.7447 374.533C85.2107 374.674 84.8921 375.221 85.0331 375.755L87.3306 384.457C87.4715 384.991 88.0187 385.31 88.5527 385.169C89.0867 385.028 89.4053 384.481 89.2643 383.947L87.2221 376.212L94.9571 374.169C95.4911 374.028 95.8097 373.481 95.6687 372.947C95.5277 372.413 94.9805 372.095 94.4466 372.236L85.7447 374.533ZM396.255 556.967C396.789 556.826 397.108 556.279 396.967 555.745L394.669 547.043C394.528 546.509 393.981 546.19 393.447 546.331C392.913 546.472 392.595 547.019 392.736 547.553L394.778 555.288L387.043 557.331C386.509 557.472 386.19 558.019 386.331 558.553C386.472 559.087 387.019 559.405 387.553 559.264L396.255 556.967ZM85.4968 376.364L395.497 556.864L396.503 555.136L86.5032 374.636L85.4968 376.364Z" fill="black"/><path d="M216.032 722.923C215.894 723.458 216.215 724.004 216.75 724.142L225.463 726.396C225.997 726.535 226.543 726.213 226.681 725.679C226.82 725.144 226.498 724.598 225.964 724.46L218.219 722.456L220.222 714.711C220.361 714.177 220.039 713.631 219.505 713.493C218.97 713.354 218.424 713.676 218.286 714.21L216.032 722.923ZM291.344 680.212C291.482 679.678 291.161 679.132 290.626 678.994L281.913 676.74C281.378 676.601 280.833 676.923 280.694 677.457C280.556 677.992 280.877 678.537 281.412 678.676L289.157 680.68L287.153 688.425C287.015 688.959 287.336 689.505 287.871 689.643C288.406 689.782 288.951 689.46 289.089 688.926L291.344 680.212ZM217.507 724.036L290.883 680.824L289.868 679.1L216.493 722.312L217.507 724.036Z" fill="black"/><path d="M410.03 555.93C409.895 556.465 410.22 557.009 410.756 557.144L419.483 559.341C420.019 559.476 420.562 559.151 420.697 558.616C420.832 558.08 420.507 557.536 419.972 557.402L412.214 555.448L414.167 547.69C414.302 547.155 413.977 546.611 413.442 546.477C412.906 546.342 412.363 546.667 412.228 547.202L410.03 555.93ZM728.47 367.243C728.605 366.708 728.28 366.164 727.744 366.03L719.017 363.832C718.481 363.697 717.938 364.022 717.803 364.558C717.668 365.093 717.993 365.637 718.528 365.771L726.286 367.725L724.333 375.483C724.198 376.018 724.523 376.562 725.058 376.697C725.594 376.831 726.137 376.507 726.272 375.971L728.47 367.243ZM411.513 557.032L728.013 367.858L726.987 366.141L410.487 555.315L411.513 557.032Z" fill="black"/></g><defs><clipPath id="clip0_4179_108412"><rect width="800" height="800" fill="white"/></clipPath></defs></svg>
|