@antadesign/anta 0.1.1-dev.5 → 0.1.1-dev.7
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/README.md +15 -2
- package/dist/components/Button.d.ts +113 -0
- package/dist/components/Button.js +100 -0
- package/dist/components/Button.module.css +2 -0
- package/dist/components/Icon.d.ts +2 -1
- package/dist/components/Progress.d.ts +4 -2
- package/dist/components/Sticker.d.ts +31 -0
- package/dist/components/Sticker.js +17 -0
- package/dist/components/StickerAnimated.d.ts +23 -0
- package/dist/components/StickerAnimated.js +28 -0
- package/dist/components/Text.d.ts +6 -2
- package/dist/components/Text.js +2 -1
- package/dist/components/Title.d.ts +43 -0
- package/dist/components/Title.js +20 -0
- package/dist/components/__generated__/stickers/angry-animated.d.ts +3 -0
- package/dist/components/__generated__/stickers/angry-animated.js +7 -0
- package/dist/components/__generated__/stickers/angry.d.ts +3 -0
- package/dist/components/__generated__/stickers/angry.js +7 -0
- package/dist/components/__generated__/stickers/ask-animated.d.ts +3 -0
- package/dist/components/__generated__/stickers/ask-animated.js +7 -0
- package/dist/components/__generated__/stickers/ask.d.ts +3 -0
- package/dist/components/__generated__/stickers/ask.js +7 -0
- package/dist/components/__generated__/stickers/balance-animated.d.ts +3 -0
- package/dist/components/__generated__/stickers/balance-animated.js +7 -0
- package/dist/components/__generated__/stickers/balance.d.ts +3 -0
- package/dist/components/__generated__/stickers/balance.js +7 -0
- package/dist/components/__generated__/stickers/butterfly-animated.d.ts +3 -0
- package/dist/components/__generated__/stickers/butterfly-animated.js +7 -0
- package/dist/components/__generated__/stickers/butterfly-snake-animated.d.ts +3 -0
- package/dist/components/__generated__/stickers/butterfly-snake-animated.js +7 -0
- package/dist/components/__generated__/stickers/butterfly-snake.d.ts +3 -0
- package/dist/components/__generated__/stickers/butterfly-snake.js +7 -0
- package/dist/components/__generated__/stickers/butterfly.d.ts +3 -0
- package/dist/components/__generated__/stickers/butterfly.js +7 -0
- package/dist/components/__generated__/stickers/catch-animated.d.ts +3 -0
- package/dist/components/__generated__/stickers/catch-animated.js +7 -0
- package/dist/components/__generated__/stickers/catch.d.ts +3 -0
- package/dist/components/__generated__/stickers/catch.js +7 -0
- package/dist/components/__generated__/stickers/clap-animated.d.ts +3 -0
- package/dist/components/__generated__/stickers/clap-animated.js +7 -0
- package/dist/components/__generated__/stickers/clap.d.ts +3 -0
- package/dist/components/__generated__/stickers/clap.js +7 -0
- package/dist/components/__generated__/stickers/coding-animated.d.ts +3 -0
- package/dist/components/__generated__/stickers/coding-animated.js +7 -0
- package/dist/components/__generated__/stickers/coding.d.ts +3 -0
- package/dist/components/__generated__/stickers/coding.js +7 -0
- package/dist/components/__generated__/stickers/cowboy-animated.d.ts +3 -0
- package/dist/components/__generated__/stickers/cowboy-animated.js +7 -0
- package/dist/components/__generated__/stickers/cowboy.d.ts +3 -0
- package/dist/components/__generated__/stickers/cowboy.js +7 -0
- package/dist/components/__generated__/stickers/dance-animated.d.ts +3 -0
- package/dist/components/__generated__/stickers/dance-animated.js +7 -0
- package/dist/components/__generated__/stickers/dance.d.ts +3 -0
- package/dist/components/__generated__/stickers/dance.js +7 -0
- package/dist/components/__generated__/stickers/detective-animated.d.ts +3 -0
- package/dist/components/__generated__/stickers/detective-animated.js +7 -0
- package/dist/components/__generated__/stickers/detective.d.ts +3 -0
- package/dist/components/__generated__/stickers/detective.js +7 -0
- package/dist/components/__generated__/stickers/disapprove-animated.d.ts +3 -0
- package/dist/components/__generated__/stickers/disapprove-animated.js +7 -0
- package/dist/components/__generated__/stickers/disapprove.d.ts +3 -0
- package/dist/components/__generated__/stickers/disapprove.js +7 -0
- package/dist/components/__generated__/stickers/distracted-animated.d.ts +3 -0
- package/dist/components/__generated__/stickers/distracted-animated.js +7 -0
- package/dist/components/__generated__/stickers/distracted.d.ts +3 -0
- package/dist/components/__generated__/stickers/distracted.js +7 -0
- package/dist/components/__generated__/stickers/dive-animated.d.ts +3 -0
- package/dist/components/__generated__/stickers/dive-animated.js +7 -0
- package/dist/components/__generated__/stickers/dive.d.ts +3 -0
- package/dist/components/__generated__/stickers/dive.js +7 -0
- package/dist/components/__generated__/stickers/eat-animated.d.ts +3 -0
- package/dist/components/__generated__/stickers/eat-animated.js +7 -0
- package/dist/components/__generated__/stickers/eat.d.ts +3 -0
- package/dist/components/__generated__/stickers/eat.js +7 -0
- package/dist/components/__generated__/stickers/facepalm-animated.d.ts +3 -0
- package/dist/components/__generated__/stickers/facepalm-animated.js +7 -0
- package/dist/components/__generated__/stickers/facepalm.d.ts +3 -0
- package/dist/components/__generated__/stickers/facepalm.js +7 -0
- package/dist/components/__generated__/stickers/failed-animated.d.ts +3 -0
- package/dist/components/__generated__/stickers/failed-animated.js +7 -0
- package/dist/components/__generated__/stickers/failed.d.ts +3 -0
- package/dist/components/__generated__/stickers/failed.js +7 -0
- package/dist/components/__generated__/stickers/found-animated.d.ts +3 -0
- package/dist/components/__generated__/stickers/found-animated.js +7 -0
- package/dist/components/__generated__/stickers/found.d.ts +3 -0
- package/dist/components/__generated__/stickers/found.js +7 -0
- package/dist/components/__generated__/stickers/grow-animated.d.ts +3 -0
- package/dist/components/__generated__/stickers/grow-animated.js +7 -0
- package/dist/components/__generated__/stickers/grow.d.ts +3 -0
- package/dist/components/__generated__/stickers/grow.js +7 -0
- package/dist/components/__generated__/stickers/handstand-animated.d.ts +3 -0
- package/dist/components/__generated__/stickers/handstand-animated.js +7 -0
- package/dist/components/__generated__/stickers/handstand.d.ts +3 -0
- package/dist/components/__generated__/stickers/handstand.js +7 -0
- package/dist/components/__generated__/stickers/heart-animated.d.ts +3 -0
- package/dist/components/__generated__/stickers/heart-animated.js +7 -0
- package/dist/components/__generated__/stickers/heart.d.ts +3 -0
- package/dist/components/__generated__/stickers/heart.js +7 -0
- package/dist/components/__generated__/stickers/hello-animated.d.ts +3 -0
- package/dist/components/__generated__/stickers/hello-animated.js +7 -0
- package/dist/components/__generated__/stickers/hello.d.ts +3 -0
- package/dist/components/__generated__/stickers/hello.js +7 -0
- package/dist/components/__generated__/stickers/idea-animated.d.ts +3 -0
- package/dist/components/__generated__/stickers/idea-animated.js +7 -0
- package/dist/components/__generated__/stickers/idea.d.ts +3 -0
- package/dist/components/__generated__/stickers/idea.js +7 -0
- package/dist/components/__generated__/stickers/index.d.ts +99 -0
- package/dist/components/__generated__/stickers/index.js +198 -0
- package/dist/components/__generated__/stickers/laugh-animated.d.ts +3 -0
- package/dist/components/__generated__/stickers/laugh-animated.js +7 -0
- package/dist/components/__generated__/stickers/laugh.d.ts +3 -0
- package/dist/components/__generated__/stickers/laugh.js +7 -0
- package/dist/components/__generated__/stickers/love-animated.d.ts +3 -0
- package/dist/components/__generated__/stickers/love-animated.js +7 -0
- package/dist/components/__generated__/stickers/love.d.ts +3 -0
- package/dist/components/__generated__/stickers/love.js +7 -0
- package/dist/components/__generated__/stickers/nap-animated.d.ts +3 -0
- package/dist/components/__generated__/stickers/nap-animated.js +7 -0
- package/dist/components/__generated__/stickers/nap.d.ts +3 -0
- package/dist/components/__generated__/stickers/nap.js +7 -0
- package/dist/components/__generated__/stickers/party-animated.d.ts +3 -0
- package/dist/components/__generated__/stickers/party-animated.js +7 -0
- package/dist/components/__generated__/stickers/party.d.ts +3 -0
- package/dist/components/__generated__/stickers/party.js +7 -0
- package/dist/components/__generated__/stickers/passed-animated.d.ts +3 -0
- package/dist/components/__generated__/stickers/passed-animated.js +7 -0
- package/dist/components/__generated__/stickers/passed.d.ts +3 -0
- package/dist/components/__generated__/stickers/passed.js +7 -0
- package/dist/components/__generated__/stickers/peekaboo-animated.d.ts +3 -0
- package/dist/components/__generated__/stickers/peekaboo-animated.js +7 -0
- package/dist/components/__generated__/stickers/peekaboo.d.ts +3 -0
- package/dist/components/__generated__/stickers/peekaboo.js +7 -0
- package/dist/components/__generated__/stickers/pizza-animated.d.ts +3 -0
- package/dist/components/__generated__/stickers/pizza-animated.js +7 -0
- package/dist/components/__generated__/stickers/pizza.d.ts +3 -0
- package/dist/components/__generated__/stickers/pizza.js +7 -0
- package/dist/components/__generated__/stickers/puzzle-animated.d.ts +3 -0
- package/dist/components/__generated__/stickers/puzzle-animated.js +7 -0
- package/dist/components/__generated__/stickers/puzzle.d.ts +3 -0
- package/dist/components/__generated__/stickers/puzzle.js +7 -0
- package/dist/components/__generated__/stickers/sad-animated.d.ts +3 -0
- package/dist/components/__generated__/stickers/sad-animated.js +7 -0
- package/dist/components/__generated__/stickers/sad.d.ts +3 -0
- package/dist/components/__generated__/stickers/sad.js +7 -0
- package/dist/components/__generated__/stickers/scared-animated.d.ts +3 -0
- package/dist/components/__generated__/stickers/scared-animated.js +7 -0
- package/dist/components/__generated__/stickers/scared.d.ts +3 -0
- package/dist/components/__generated__/stickers/scared.js +7 -0
- package/dist/components/__generated__/stickers/scroll-animated.d.ts +3 -0
- package/dist/components/__generated__/stickers/scroll-animated.js +7 -0
- package/dist/components/__generated__/stickers/scroll.d.ts +3 -0
- package/dist/components/__generated__/stickers/scroll.js +7 -0
- package/dist/components/__generated__/stickers/search-animated.d.ts +3 -0
- package/dist/components/__generated__/stickers/search-animated.js +7 -0
- package/dist/components/__generated__/stickers/search.d.ts +3 -0
- package/dist/components/__generated__/stickers/search.js +7 -0
- package/dist/components/__generated__/stickers/shield-animated.d.ts +3 -0
- package/dist/components/__generated__/stickers/shield-animated.js +7 -0
- package/dist/components/__generated__/stickers/shield.d.ts +3 -0
- package/dist/components/__generated__/stickers/shield.js +7 -0
- package/dist/components/__generated__/stickers/shocked-animated.d.ts +3 -0
- package/dist/components/__generated__/stickers/shocked-animated.js +7 -0
- package/dist/components/__generated__/stickers/shocked.d.ts +3 -0
- package/dist/components/__generated__/stickers/shocked.js +7 -0
- package/dist/components/__generated__/stickers/sleep-animated.d.ts +3 -0
- package/dist/components/__generated__/stickers/sleep-animated.js +7 -0
- package/dist/components/__generated__/stickers/sleep.d.ts +3 -0
- package/dist/components/__generated__/stickers/sleep.js +7 -0
- package/dist/components/__generated__/stickers/stressed-animated.d.ts +3 -0
- package/dist/components/__generated__/stickers/stressed-animated.js +7 -0
- package/dist/components/__generated__/stickers/stressed.d.ts +3 -0
- package/dist/components/__generated__/stickers/stressed.js +7 -0
- package/dist/components/__generated__/stickers/suspicious-animated.d.ts +3 -0
- package/dist/components/__generated__/stickers/suspicious-animated.js +7 -0
- package/dist/components/__generated__/stickers/suspicious.d.ts +3 -0
- package/dist/components/__generated__/stickers/suspicious.js +7 -0
- package/dist/components/__generated__/stickers/thanks-animated.d.ts +3 -0
- package/dist/components/__generated__/stickers/thanks-animated.js +7 -0
- package/dist/components/__generated__/stickers/thanks.d.ts +3 -0
- package/dist/components/__generated__/stickers/thanks.js +7 -0
- package/dist/components/__generated__/stickers/think-animated.d.ts +3 -0
- package/dist/components/__generated__/stickers/think-animated.js +7 -0
- package/dist/components/__generated__/stickers/think-of-you-animated.d.ts +3 -0
- package/dist/components/__generated__/stickers/think-of-you-animated.js +7 -0
- package/dist/components/__generated__/stickers/think-of-you.d.ts +3 -0
- package/dist/components/__generated__/stickers/think-of-you.js +7 -0
- package/dist/components/__generated__/stickers/think.d.ts +3 -0
- package/dist/components/__generated__/stickers/think.js +7 -0
- package/dist/components/__generated__/stickers/thumbs-up-animated.d.ts +3 -0
- package/dist/components/__generated__/stickers/thumbs-up-animated.js +7 -0
- package/dist/components/__generated__/stickers/thumbs-up.d.ts +3 -0
- package/dist/components/__generated__/stickers/thumbs-up.js +7 -0
- package/dist/components/__generated__/stickers/vacation-animated.d.ts +3 -0
- package/dist/components/__generated__/stickers/vacation-animated.js +7 -0
- package/dist/components/__generated__/stickers/vacation.d.ts +3 -0
- package/dist/components/__generated__/stickers/vacation.js +7 -0
- package/dist/components/__generated__/stickers/wait-animated.d.ts +3 -0
- package/dist/components/__generated__/stickers/wait-animated.js +7 -0
- package/dist/components/__generated__/stickers/wait.d.ts +3 -0
- package/dist/components/__generated__/stickers/wait.js +7 -0
- package/dist/components/__generated__/stickers/wink-animated.d.ts +3 -0
- package/dist/components/__generated__/stickers/wink-animated.js +7 -0
- package/dist/components/__generated__/stickers/wink.d.ts +3 -0
- package/dist/components/__generated__/stickers/wink.js +7 -0
- package/dist/components/__generated__/stickers/work-animated.d.ts +3 -0
- package/dist/components/__generated__/stickers/work-animated.js +7 -0
- package/dist/components/__generated__/stickers/work.d.ts +3 -0
- package/dist/components/__generated__/stickers/work.js +7 -0
- package/dist/components/__generated__/stickers/zen-animated.d.ts +3 -0
- package/dist/components/__generated__/stickers/zen-animated.js +7 -0
- package/dist/components/__generated__/stickers/zen.d.ts +3 -0
- package/dist/components/__generated__/stickers/zen.js +7 -0
- package/dist/elements/a-button.css +733 -0
- package/dist/elements/a-button.d.ts +10 -0
- package/dist/elements/a-button.js +76 -0
- package/dist/elements/a-icon.css +31 -6
- package/dist/elements/a-icon.shapes.css +9 -1
- package/dist/elements/a-icon.shapes.d.ts +5 -2
- package/dist/elements/a-icon.shapes.js +2 -0
- package/dist/elements/a-progress.css +7 -9
- package/dist/elements/a-sticker-animated.css +9 -0
- package/dist/elements/a-sticker-animated.d.ts +38 -0
- package/dist/elements/a-sticker-animated.js +79 -0
- package/dist/elements/a-sticker.css +9 -0
- package/dist/elements/a-sticker.d.ts +18 -0
- package/dist/elements/a-sticker.js +30 -0
- package/dist/elements/a-text.css +14 -5
- package/dist/elements/a-title.css +64 -0
- package/dist/elements/index.d.ts +7 -0
- package/dist/elements/index.js +19 -0
- package/dist/general_types.d.ts +120 -4
- package/dist/generate-icons.mjs +5 -3
- package/dist/generate-stickers.mjs +293 -0
- package/dist/index.d.ts +8 -0
- package/dist/index.js +8 -0
- package/dist/jsx-runtime.d.ts +6 -1
- package/dist/reset.css +96 -11
- package/dist/tokens.css +186 -182
- package/package.json +17 -4
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Sticker } from "@antadesign/anta";
|
|
2
|
+
const svg = '<svg width="256" height="256" viewBox="0 0 256 256" fill="none" xmlns="http://www.w3.org/2000/svg">\n<g clip-path="url(#clip0_884_63389)">\n<path d="M75.4242 75.6639C75.3995 75.6639 75.3747 75.6639 75.35 75.6639L10.1728 53.6165C10.0491 53.567 9.9748 53.4433 10.0243 53.2948C10.0738 53.1711 10.1975 53.0969 10.346 53.1464L75.5232 75.1937C75.6469 75.2432 75.7212 75.367 75.6717 75.5154C75.6469 75.6144 75.5479 75.6886 75.449 75.6886L75.4242 75.6639Z" fill="#E9EBF2"/>\n<path d="M33.3337 118.076C33.309 118.076 33.2842 118.076 33.2595 118.076L-5.09464 105.11C-5.21837 105.06 -5.29259 104.937 -5.2431 104.788C-5.19361 104.64 -5.06988 104.59 -4.92141 104.64L33.4327 117.606C33.5564 117.655 33.6306 117.779 33.5812 117.928C33.5564 118.027 33.4574 118.101 33.3584 118.101L33.3337 118.076Z" fill="#E9EBF2"/>\n<path d="M28.6322 89.5211C28.6074 89.5211 28.5827 89.5211 28.5579 89.5211L17.3734 85.7351C17.2497 85.6857 17.1755 85.5619 17.2249 85.4134C17.2744 85.2897 17.3981 85.2155 17.5466 85.265L28.7312 89.0509C28.8549 89.1004 28.9291 89.2241 28.8796 89.3726C28.8549 89.4716 28.7559 89.5458 28.6569 89.5458L28.6322 89.5211Z" fill="#E9EBF2"/>\n<path d="M45.6565 74.1792C45.6317 74.1792 45.607 74.1792 45.5822 74.1792L1.7596 59.3572C1.63588 59.3077 1.56162 59.184 1.61111 59.0356C1.6606 58.9118 1.78433 58.8376 1.9328 58.8871L45.7554 73.7091C45.8792 73.7585 45.9534 73.8823 45.9039 74.0307C45.8792 74.1297 45.7802 74.2039 45.6812 74.2039L45.6565 74.1792Z" fill="#E9EBF2"/>\n<path d="M50.3332 130.35C50.3085 130.35 50.2837 130.35 50.259 130.35L6.43633 115.527C6.31261 115.478 6.23838 115.354 6.28787 115.206C6.33736 115.057 6.4611 115.008 6.60956 115.057L50.4322 129.879C50.5559 129.929 50.6301 130.053 50.5807 130.201C50.5559 130.3 50.4569 130.374 50.358 130.374L50.3332 130.35Z" fill="#E9EBF2"/>\n<path d="M56.6431 107.956C56.6183 107.956 56.5936 107.956 56.5688 107.956L12.7462 93.1336C12.6225 93.0841 12.5482 92.9604 12.5977 92.8119C12.6472 92.6882 12.7709 92.614 12.9194 92.6634L56.742 107.485C56.8658 107.535 56.94 107.659 56.8905 107.807C56.8658 107.906 56.7668 107.98 56.6678 107.98L56.6431 107.956Z" fill="#E9EBF2"/>\n<path d="M204.368 94.1484C205.16 102.215 205.68 116.666 211.445 125.03C212.435 128.172 213.004 134.037 213.004 134.037C210.529 128.147 201.646 120.551 201.003 116.196C200.26 111.098 200.236 107.387 199.246 101.572C198.256 95.7321 194.421 88.4572 194.421 88.4572C194.668 87.5416 194.841 86.6261 194.965 85.6858L204.888 90.8822L204.393 94.1237L204.368 94.1484Z" fill="#49488A"/>\n<path d="M211.42 125.005C210.505 110.43 212.361 95.2122 212.361 95.2122L199.568 86.3289C203.477 119.487 211.42 125.005 211.42 125.005Z" fill="#8588D1"/>\n<path d="M212.979 134.532C212.781 134.532 212.608 134.408 212.534 134.235C211.371 131.488 208.797 128.321 206.298 125.252C203.527 121.862 200.929 118.67 200.508 116.295C199.741 111.841 199.568 107.758 199.568 107.708C199.568 107.436 199.766 107.214 200.038 107.189C200.31 107.189 200.533 107.387 200.557 107.659C200.557 107.708 200.731 111.717 201.498 116.122C201.869 118.25 204.393 121.343 207.09 124.634C208.946 126.91 210.851 129.236 212.212 131.463C211.965 129.508 211.544 126.91 211 125.178C211 125.129 211 125.104 211 125.054C210.084 110.579 211.915 95.3361 211.94 95.1629C211.965 94.8907 212.212 94.6927 212.484 94.7422C212.757 94.767 212.955 95.0145 212.905 95.2867C212.905 95.4351 211.074 110.579 211.965 124.931C212.955 128.098 213.499 133.764 213.524 133.987C213.524 134.235 213.4 134.457 213.152 134.507C213.103 134.507 213.078 134.507 213.029 134.507L212.979 134.532Z" fill="#191935"/>\n<path d="M231.092 167.442C199.271 178.057 179.005 170.931 188.037 115.231L207.461 115.948C207.461 160.043 224.015 155.54 232.057 157C238.194 158.113 237.823 165.784 231.117 167.442H231.092Z" fill="#DDDCFC"/>\n<path d="M191.352 115.354L188.037 115.231C179.549 167.565 196.945 177.018 225.475 169.149C212.435 169.248 189.917 168.135 191.377 115.354H191.352Z" fill="#9597CF"/>\n<path d="M209.936 172.094C203.502 172.094 198.479 170.485 194.594 167.169C185.439 159.4 183.137 142.375 187.567 115.156C187.616 114.909 187.814 114.736 188.061 114.736L207.486 115.453C207.758 115.453 207.956 115.676 207.956 115.948C207.956 154.624 220.65 155.564 229.063 156.183C230.152 156.257 231.191 156.331 232.132 156.504C232.404 156.554 232.577 156.801 232.552 157.074C232.503 157.346 232.255 157.519 231.983 157.494C231.092 157.346 230.078 157.272 229.014 157.197C224.609 156.876 219.116 156.455 214.662 151.085C209.54 144.899 207.016 133.566 206.966 116.443L188.457 115.775C184.201 142.375 186.428 158.954 195.237 166.452C202.314 172.465 213.994 172.663 230.944 166.996C231.191 166.922 231.488 167.046 231.562 167.318C231.637 167.565 231.513 167.862 231.241 167.936C222.927 170.708 216.048 172.069 210.183 172.118C210.109 172.118 210.01 172.118 209.936 172.118V172.094Z" fill="#7481BA"/>\n<path d="M213.078 162.344C208.946 161.726 204.368 162.32 200.162 164.646C200.162 164.646 172.077 177.191 186.181 191.518C186.181 191.518 190.041 192.434 194.792 189.712C194.792 189.712 194.792 190.801 193.901 192.087C193.901 192.087 197.786 192.36 201.102 190.281C201.102 190.281 204.814 192.162 210.926 191.988C227.059 191.543 234.309 165.537 213.103 162.344H213.078Z" fill="#49488A"/>\n<path d="M194.792 189.712C194.792 189.712 194.792 190.8 193.901 192.087C193.901 192.087 197.786 192.359 201.102 190.281C201.102 190.281 204.814 192.161 210.926 191.988C214.736 191.889 218.052 190.355 220.625 188.004C225.401 173.925 204.888 161.181 183.088 179.171C181.529 182.907 181.875 187.113 186.181 191.493C186.181 191.493 190.041 192.409 194.792 189.687V189.712Z" fill="#333476"/>\n<path d="M194.371 192.582C194.074 192.582 193.901 192.582 193.876 192.582C193.703 192.582 193.53 192.458 193.456 192.31C193.382 192.137 193.406 191.963 193.505 191.815C193.802 191.394 194 190.998 194.099 190.652C189.67 192.83 186.206 192.038 186.057 192.013C185.958 192.013 185.884 191.939 185.81 191.889C182.519 188.549 181.207 185.01 181.9 181.348C183.731 171.648 199.048 164.621 199.939 164.225C203.923 162.023 208.624 161.206 213.153 161.874C217.854 162.592 221.442 164.398 223.817 167.293C225.896 169.842 226.886 173.059 226.663 176.597C226.416 180.482 224.733 184.392 221.986 187.361C219.017 190.578 215.083 192.384 210.901 192.508C207.684 192.607 205.135 192.112 203.576 191.716C203.576 191.716 201.968 191.271 201.127 190.875C198.454 192.458 195.51 192.632 194.371 192.632V192.582ZM194.792 189.217C194.866 189.217 194.965 189.217 195.039 189.291C195.188 189.365 195.287 189.539 195.287 189.712C195.287 189.761 195.287 190.553 194.792 191.592C196.079 191.543 198.627 191.271 200.854 189.86C201.003 189.761 201.201 189.761 201.349 189.86C201.473 189.91 205.086 191.667 210.925 191.518C219.512 191.271 225.302 183.55 225.723 176.548C225.921 173.257 225.005 170.287 223.1 167.937C220.898 165.239 217.508 163.532 213.053 162.864C209.985 162.394 205.308 162.418 200.434 165.116C200.434 165.116 200.409 165.116 200.384 165.116C200.236 165.19 184.647 172.267 182.89 181.546C182.271 184.812 183.459 188.029 186.428 191.097C187.121 191.221 190.511 191.642 194.545 189.316C194.619 189.266 194.718 189.242 194.792 189.242V189.217Z" fill="#191935"/>\n<path d="M199.518 189.093C199.518 189.093 199.988 192.78 202.661 194.611C205.333 196.442 215.701 196.319 218.275 196.046L223.545 191.493L223.768 189.068C216.938 188.994 199.518 189.068 199.518 189.068V189.093Z" fill="#333476"/>\n<path d="M213.944 196.715C209.861 196.715 204.343 196.393 202.389 195.032C199.568 193.102 199.048 189.316 199.023 189.167C198.999 188.895 199.172 188.648 199.444 188.623C199.716 188.574 199.964 188.772 199.988 189.044C199.988 189.068 200.483 192.533 202.933 194.215C205.308 195.848 214.909 195.873 218.052 195.576L223.05 191.246L223.199 189.539C222.036 189.539 220.576 189.539 218.745 189.539C218.473 189.539 218.25 189.316 218.25 189.044C218.25 188.772 218.473 188.549 218.745 188.549C220.873 188.549 222.506 188.549 223.743 188.574C223.892 188.574 224.015 188.623 224.114 188.747C224.213 188.846 224.263 188.994 224.238 189.118L224.015 191.543C224.015 191.667 223.941 191.79 223.842 191.865L218.572 196.418C218.497 196.492 218.398 196.517 218.299 196.541C217.606 196.616 215.924 196.69 213.92 196.69L213.944 196.715Z" fill="#191935"/>\n<path d="M223.075 189.068C223.075 189.068 225.748 188.747 227.009 189.341C228.271 189.934 230.845 195.255 230.3 195.799C229.756 196.343 226.341 195.552 223.075 194.116" fill="#333476"/>\n<path d="M225.747 195.156C228.024 195.898 229.905 196.195 230.3 195.824C230.622 195.477 229.756 193.275 228.742 191.518C227.108 192.335 226.143 194.24 225.772 195.156H225.747Z" fill="#232355"/>\n<path d="M229.558 196.467C227.677 196.467 224.213 195.18 222.877 194.586C222.63 194.487 222.506 194.191 222.63 193.943C222.729 193.696 223.026 193.572 223.273 193.696C226.613 195.156 229.236 195.626 229.88 195.502C229.806 194.512 227.801 190.33 226.787 189.835C225.846 189.39 223.817 189.514 223.124 189.588C222.852 189.613 222.605 189.44 222.58 189.167C222.555 188.895 222.729 188.648 223.001 188.623C223.124 188.623 225.822 188.277 227.207 188.945C228.544 189.588 230.548 193.696 230.82 195.205C230.87 195.502 230.919 195.923 230.647 196.17C230.424 196.393 230.053 196.467 229.558 196.467Z" fill="#0C0C1C"/>\n<path d="M222.061 190.083C222.061 190.083 224.312 190.207 225.005 190.702C225.723 191.197 229.929 196.343 228.915 197.605C227.925 198.867 218.77 193.844 218.77 193.844" fill="#333476"/>\n<path d="M228.939 197.605C229.608 196.764 227.974 194.24 226.589 192.458C225.797 192.854 224.04 193.993 223.941 196.393C226.218 197.407 228.469 198.199 228.939 197.605Z" fill="#232355"/>\n<path d="M228.346 198.298C227.504 198.298 226.044 197.902 223.298 196.64C220.898 195.551 218.596 194.289 218.571 194.265C218.324 194.141 218.25 193.844 218.374 193.597C218.497 193.349 218.794 193.275 219.042 193.399C223.545 195.873 227.875 197.63 228.568 197.284C228.568 197.234 228.618 197.135 228.568 196.912C228.321 195.205 225.277 191.493 224.733 191.122C224.337 190.85 222.902 190.652 222.036 190.603C221.764 190.603 221.566 190.355 221.566 190.083C221.566 189.811 221.813 189.588 222.085 189.613C222.481 189.613 224.51 189.786 225.302 190.33C225.97 190.8 229.261 194.735 229.558 196.789C229.632 197.259 229.558 197.655 229.335 197.927C229.162 198.15 228.89 198.323 228.346 198.323V198.298Z" fill="#0C0C1C"/>\n<path d="M217.409 195.725C217.409 195.725 222.209 198.224 222.927 197.432C223.644 196.665 221.467 193.325 218.572 191.964" fill="#333476"/>\n<path d="M219.141 196.566C220.601 197.209 222.481 197.927 222.927 197.457C223.397 196.962 222.654 195.428 221.318 194.017C219.982 194.537 219.388 195.774 219.141 196.566Z" fill="#232355"/>\n<path d="M222.432 198.076C221.17 198.076 218.992 197.111 217.186 196.17C216.938 196.047 216.839 195.75 216.963 195.502C217.087 195.255 217.384 195.156 217.631 195.279C219.784 196.393 222.061 197.234 222.555 197.086C222.555 197.036 222.555 196.888 222.481 196.591C222.11 195.477 220.452 193.399 218.374 192.409C218.126 192.285 218.027 191.988 218.126 191.741C218.25 191.493 218.547 191.395 218.794 191.493C221.219 192.632 223.248 195.106 223.52 196.616C223.644 197.21 223.446 197.556 223.298 197.729C223.1 197.927 222.803 198.026 222.432 198.026V198.076Z" fill="#0C0C1C"/>\n<path d="M219.438 165.115C226.91 167.367 229.286 175.063 229.286 175.063C227.554 173.999 226.119 173.331 225.079 172.935" fill="#49488A"/>\n<path d="M229.311 175.558C229.212 175.558 229.138 175.558 229.063 175.484C227.603 174.593 226.218 173.9 224.931 173.405C224.684 173.306 224.535 173.034 224.634 172.762C224.733 172.514 225.005 172.366 225.277 172.465C226.242 172.836 227.257 173.306 228.321 173.875C227.282 171.624 224.609 167.145 219.314 165.561C219.042 165.487 218.893 165.215 218.992 164.943C219.066 164.67 219.339 164.522 219.611 164.621C227.257 166.922 229.707 174.568 229.806 174.89C229.855 175.088 229.806 175.31 229.632 175.434C229.533 175.508 229.434 175.533 229.335 175.533L229.311 175.558Z" fill="#191935"/>\n<path d="M241.832 156.332C234.928 154.698 232.057 156.975 232.057 156.975C232.057 156.975 232.948 157.989 233.394 158.781C233.394 158.781 231.167 159.969 230.82 160.192C230.82 160.192 232.28 161.454 232.775 162.963C232.775 162.963 231.76 164.25 230.647 165.165C230.647 165.165 231.266 165.982 231.736 166.774C231.736 166.774 231.439 167.12 231.068 167.417C231.068 167.417 235.794 173.752 242.797 168.926" fill="#DDDCFC"/>\n<path d="M237.575 171.252C236.19 171.252 235.027 170.881 234.111 170.461C231.958 169.446 230.746 167.813 230.696 167.739C230.523 167.516 230.573 167.219 230.795 167.046C231.018 166.873 231.315 166.922 231.488 167.145C231.686 167.392 236.016 173.034 242.524 168.53C242.747 168.382 243.069 168.432 243.217 168.654C243.366 168.877 243.316 169.199 243.093 169.347C241.04 170.757 239.184 171.252 237.6 171.252H237.575Z" fill="#7481BA"/>\n<path d="M232.057 157.47C231.909 157.47 231.76 157.395 231.661 157.272C231.488 157.049 231.538 156.752 231.736 156.579C231.859 156.48 234.878 154.154 241.93 155.837C242.203 155.911 242.351 156.158 242.302 156.43C242.227 156.703 241.98 156.851 241.708 156.802C235.175 155.243 232.379 157.346 232.354 157.371C232.255 157.445 232.156 157.47 232.057 157.47Z" fill="#7481BA"/>\n<path d="M241.238 165.908C238.763 165.71 236.264 165.561 235.868 166.65C235.472 167.739 237.081 169.298 240.372 170.362C241.955 170.881 243.366 170.189 243.737 168.778C244.108 167.368 241.757 165.289 241.757 165.289" fill="#DDDCFC"/>\n<path d="M241.386 171.03C240.99 171.03 240.594 170.956 240.198 170.832C237.823 170.065 236.066 168.877 235.497 167.689C235.225 167.145 235.299 166.7 235.398 166.452C235.918 165.066 238.268 165.141 241.262 165.388C241.262 165.264 241.262 165.141 241.312 165.042C241.46 164.819 241.757 164.72 241.98 164.868C242.104 164.943 244.826 166.601 244.182 168.902C243.984 169.669 243.489 170.287 242.821 170.659C242.376 170.906 241.881 171.005 241.361 171.005L241.386 171.03ZM238.565 166.254C237.452 166.254 236.462 166.378 236.289 166.823C236.239 166.972 236.289 167.145 236.363 167.293C236.709 167.986 237.971 169.1 240.471 169.916C241.139 170.139 241.807 170.114 242.326 169.817C242.772 169.57 243.069 169.174 243.217 168.679C243.564 167.442 242.277 166.328 241.708 165.932C241.708 165.932 241.708 165.957 241.708 165.982C241.708 166.254 241.436 166.452 241.163 166.427C240.495 166.378 239.481 166.279 238.54 166.279L238.565 166.254Z" fill="#7481BA"/>\n<path d="M235.843 166.65C235.472 167.615 237.056 169.298 240.347 170.362C240.619 167.516 239.159 165.759 239.159 165.759C237.501 165.71 236.14 165.858 235.843 166.65Z" fill="#3F3E77"/>\n<path d="M240.347 170.857C240.297 170.857 240.248 170.857 240.198 170.857C237.823 170.09 236.066 168.902 235.497 167.714C235.225 167.17 235.299 166.749 235.398 166.477C235.843 165.339 237.575 165.24 239.209 165.289C239.481 165.289 239.703 165.537 239.679 165.809C239.679 166.081 239.431 166.304 239.159 166.279C236.907 166.205 236.412 166.601 236.313 166.823C236.264 166.972 236.313 167.145 236.388 167.293C236.734 167.986 237.996 169.1 240.495 169.916C240.768 169.991 240.891 170.288 240.817 170.535C240.743 170.733 240.545 170.881 240.347 170.881V170.857Z" fill="#191935"/>\n<path d="M240.842 162.27C238.417 161.899 236.264 161.924 235.843 162.939C235.423 163.904 237.279 165.438 240.248 167.145C241.658 167.937 244.801 168.16 245.568 165.71C246.36 163.186 242.623 161.85 242.623 161.85" fill="#DDDCFC"/>\n<path d="M242.524 168.209C241.584 168.209 240.644 167.961 240.025 167.59C236.363 165.487 234.903 163.953 235.398 162.74C235.893 161.602 237.748 161.256 240.94 161.775C241.213 161.825 241.386 162.072 241.361 162.344C241.312 162.617 241.064 162.79 240.792 162.765C237.823 162.295 236.536 162.666 236.313 163.136C236.313 163.186 235.967 164.126 240.52 166.724C241.287 167.17 242.722 167.417 243.811 166.996C244.479 166.749 244.924 166.254 245.122 165.586C245.766 163.532 242.524 162.344 242.475 162.32C242.227 162.221 242.079 161.949 242.178 161.676C242.277 161.429 242.549 161.28 242.821 161.379C244.256 161.899 246.805 163.507 246.063 165.858C245.766 166.823 245.098 167.516 244.157 167.887C243.638 168.085 243.069 168.184 242.524 168.184V168.209Z" fill="#7481BA"/>\n<path d="M235.843 162.938C235.423 163.903 237.254 165.487 240.248 167.145C241.337 164.844 240.842 162.245 240.842 162.245C238.417 161.874 236.264 161.899 235.843 162.914V162.938Z" fill="#3F3E77"/>\n<path d="M240.273 167.664C240.198 167.664 240.099 167.664 240.025 167.59C236.437 165.586 234.878 163.953 235.398 162.74C235.893 161.602 237.749 161.256 240.941 161.775C241.213 161.825 241.386 162.072 241.361 162.344C241.312 162.617 241.064 162.79 240.792 162.765C237.823 162.295 236.536 162.666 236.313 163.136C236.165 163.483 236.858 164.695 240.52 166.724C240.768 166.848 240.842 167.169 240.718 167.392C240.619 167.565 240.471 167.64 240.297 167.64L240.273 167.664Z" fill="#191935"/>\n<path d="M241.757 156.331C245.419 157.371 246.657 159.969 246.211 161.874C245.89 163.359 244.306 164.72 242.005 164.2C239.802 163.705 238.169 163.21 238.12 162.542C238.07 161.948 239.481 160.761 241.757 160.216" fill="#DDDCFC"/>\n<path d="M243.019 164.794C242.673 164.794 242.302 164.745 241.906 164.67C239.134 164.027 237.699 163.532 237.625 162.567C237.551 161.553 239.332 160.266 241.633 159.722C241.906 159.647 242.178 159.821 242.227 160.093C242.302 160.365 242.128 160.637 241.856 160.687C239.753 161.181 238.689 162.171 238.615 162.493C238.738 162.716 239.431 163.087 242.128 163.705C243.291 163.978 244.108 163.681 244.603 163.359C245.197 162.988 245.617 162.394 245.766 161.751C246.137 160.043 245.023 157.742 241.658 156.802C241.386 156.727 241.238 156.455 241.312 156.183C241.386 155.911 241.658 155.762 241.93 155.837C243.712 156.356 245.122 157.247 245.964 158.484C246.706 159.548 247.003 160.835 246.731 161.973C246.533 162.864 245.939 163.681 245.147 164.2C244.677 164.497 243.984 164.794 243.044 164.794H243.019Z" fill="#7481BA"/>\n<path d="M238.12 162.542C238.169 163.185 239.753 163.68 241.881 164.151C242.475 162.418 242.029 160.909 241.732 160.191C239.456 160.736 238.07 161.924 238.12 162.517V162.542Z" fill="#3F3E77"/>\n<path d="M241.881 164.646C241.856 164.646 241.807 164.646 241.757 164.646C239.085 164.027 237.699 163.532 237.625 162.592C237.551 161.578 239.332 160.291 241.609 159.746C241.881 159.672 242.153 159.845 242.203 160.118C242.277 160.39 242.104 160.662 241.831 160.712C239.753 161.206 238.689 162.196 238.615 162.518C238.738 162.741 239.406 163.112 241.98 163.706C242.252 163.755 242.401 164.027 242.351 164.299C242.302 164.522 242.104 164.671 241.881 164.671V164.646Z" fill="#191935"/>\n<path d="M237.897 157.643C239.407 157.717 240.866 159.35 240.495 161.676C240.149 163.903 239.555 164.893 238.887 164.992C238.293 165.091 237.229 164.448 236.536 162.196C236.536 162.196 234.952 162.419 234.458 160.687" fill="#DDDCFC"/>\n<path d="M238.788 165.512C237.996 165.512 236.932 164.794 236.19 162.716C235.447 162.666 234.383 162.246 233.987 160.835C233.913 160.563 234.062 160.291 234.334 160.217C234.606 160.142 234.878 160.291 234.952 160.563C235.299 161.825 236.363 161.726 236.487 161.701C236.734 161.676 236.957 161.825 237.031 162.048C237.65 164.002 238.516 164.547 238.837 164.497C238.912 164.497 239.604 164.299 240.025 161.577C240.198 160.563 239.976 159.623 239.431 158.955C239.011 158.46 238.466 158.138 237.897 158.113C237.625 158.113 237.427 157.866 237.427 157.594C237.427 157.321 237.674 157.099 237.947 157.123C238.788 157.173 239.604 157.618 240.198 158.336C240.916 159.227 241.213 160.439 241.015 161.751C240.644 164.101 239.976 165.339 238.986 165.487C238.936 165.487 238.862 165.487 238.788 165.487V165.512Z" fill="#7481BA"/>\n<path d="M238.887 165.017C239.53 164.918 240.124 164.002 240.47 161.849C238.714 161.355 237.204 161.924 236.536 162.27C237.229 164.497 238.293 165.116 238.887 165.041V165.017Z" fill="#3F3E77"/>\n<path d="M238.788 165.512C237.947 165.512 236.808 164.72 236.091 162.394C236.017 162.122 236.14 161.85 236.412 161.775C236.685 161.701 236.957 161.825 237.031 162.097C237.65 164.027 238.516 164.571 238.837 164.522C239.184 164.473 239.704 163.705 240 161.751C240.05 161.478 240.297 161.305 240.57 161.33C240.842 161.379 241.015 161.627 240.99 161.899C240.619 164.176 239.976 165.339 238.986 165.487C238.936 165.487 238.862 165.487 238.813 165.487L238.788 165.512Z" fill="#191935"/>\n<path d="M194.149 90.7832C179.252 115.726 148.099 140.322 142.977 162.914C137.979 184.936 150.425 194.809 166.163 196.987C186.824 199.833 201.894 184.714 204.962 165.116C208.327 143.613 203.774 125.475 211.618 95.6579" fill="#DDDCFC"/>\n<path d="M191.031 154.525C175.17 149.032 142.507 165.116 142.408 165.759C139.067 185.802 151.093 194.908 166.163 196.987C183.212 199.338 196.45 189.465 202.29 174.915C203.527 171.822 202.958 158.633 191.056 154.525H191.031Z" fill="#5B56A4"/>\n<path d="M200.681 178.404C180.143 196.442 156.19 189.737 143.348 181.348C146.788 190.776 155.745 195.552 166.138 196.987C181.776 199.14 194.223 190.999 200.656 178.404H200.681Z" fill="#333476"/>\n<path d="M199.395 124.337C173.363 127.108 148.322 144.578 142.606 164.671C142.532 165.042 142.457 165.413 142.408 165.784C178.436 168.382 193.184 158.484 193.184 158.484C196.747 169.174 202.265 174.964 202.265 174.964C203.502 171.871 204.418 168.58 204.937 165.165C205.803 159.598 206.15 154.278 206.323 148.908C206.298 149.675 206.125 131.736 199.395 124.386V124.337Z" fill="#8B8BD1"/>\n<path d="M171.161 197.828C169.503 197.828 167.796 197.704 166.088 197.481C156.685 196.17 149.534 192.359 145.427 186.421C141.294 180.432 140.304 172.489 142.482 162.814C145.55 149.279 157.65 135.323 170.443 120.55C178.931 110.752 187.715 100.631 193.728 90.5353C193.877 90.3126 194.173 90.2136 194.396 90.3621C194.619 90.5106 194.718 90.8075 194.569 91.0302C188.507 101.2 179.698 111.346 171.186 121.194C158.467 135.867 146.466 149.724 143.447 163.012C141.319 172.39 142.259 180.086 146.243 185.827C150.202 191.543 157.106 195.205 166.237 196.492C175.912 197.828 184.746 195.279 191.847 189.093C198.479 183.303 202.958 174.766 204.492 165.041C205.803 156.653 205.902 148.809 206.026 140.519C206.199 127.355 206.397 113.746 211.173 95.5338C211.247 95.2616 211.519 95.1131 211.767 95.1873C212.039 95.2615 212.187 95.5338 212.113 95.7812C207.362 113.869 207.164 127.405 206.991 140.519C206.867 148.858 206.768 156.727 205.457 165.19C203.898 175.137 199.296 183.897 192.491 189.835C186.453 195.106 179.153 197.828 171.186 197.828H171.161Z" fill="#191935"/>\n<path d="M127.808 209.433C127.709 209.433 127.586 209.409 127.487 209.31C127.264 209.136 127.239 208.815 127.413 208.617C128.303 207.528 129.343 206.167 129.565 205.722C129.541 205.672 129.516 205.598 129.466 205.524C126.596 198.843 122.167 181.893 142.828 168.704C143.051 168.555 143.373 168.629 143.521 168.852C143.67 169.075 143.596 169.397 143.373 169.545C136.692 173.801 122.092 185.777 130.382 205.128C130.555 205.499 130.58 205.598 130.58 205.722C130.58 205.895 130.58 206.315 128.18 209.235C128.081 209.359 127.932 209.409 127.808 209.409V209.433Z" fill="#191935"/>\n<path d="M171.111 178.354C174.056 199.486 149.213 205.771 148.05 206.687C146.862 207.602 146.144 209.928 146.144 209.928L127.808 208.963C127.808 208.963 130.085 206.167 130.11 205.747C130.134 205.326 118.851 184.64 143.125 169.149" fill="#5B56A4"/>\n<path d="M146.144 209.928C146.144 209.928 146.862 207.602 148.05 206.687C149.138 205.845 170.369 200.451 171.334 182.981C162.179 198.867 139.76 210.893 127.536 194.809C127.759 201.07 130.134 205.549 130.134 205.746C130.134 206.167 127.833 208.963 127.833 208.963L146.169 209.928H146.144Z" fill="#333476"/>\n<path d="M146.144 210.423C146.144 210.423 146.144 210.423 146.119 210.423L127.784 209.458C127.586 209.458 127.437 209.334 127.363 209.161C127.289 208.988 127.314 208.79 127.437 208.641C128.328 207.552 129.367 206.191 129.59 205.746C129.565 205.697 129.541 205.622 129.491 205.548C126.621 198.867 122.191 181.917 142.853 168.728C143.076 168.58 143.398 168.654 143.546 168.877C143.694 169.099 143.62 169.421 143.398 169.569C136.716 173.826 122.117 185.802 130.407 205.152C130.58 205.523 130.605 205.622 130.605 205.746C130.605 205.894 130.605 206.266 128.798 208.493L145.773 209.383C146.045 208.666 146.713 207.033 147.728 206.266C147.926 206.117 148.322 205.969 149.312 205.573C152.132 204.484 158.022 202.257 162.995 197.951C169.107 192.656 171.681 186.074 170.617 178.378C170.567 178.106 170.765 177.859 171.037 177.809C171.309 177.76 171.557 177.958 171.606 178.23C172.72 186.272 170.047 193.151 163.663 198.669C158.566 203.074 152.553 205.375 149.683 206.464C149.089 206.686 148.47 206.934 148.346 207.008C147.48 207.676 146.812 209.383 146.614 210.002C146.54 210.2 146.367 210.349 146.144 210.349V210.423Z" fill="#191935"/>\n<path d="M127.808 208.939C127.808 208.939 130.976 206.044 137.484 206.192C143.991 206.341 146.144 209.904 146.144 209.904C146.144 209.904 141.047 214.704 136.024 214.259C135.182 214.185 137.36 209.706 137.36 209.706H136.048C136.048 209.706 133.673 213.64 132.064 214.16C130.456 214.704 128.501 211.76 127.808 208.939Z" fill="#49488A"/>\n<path d="M136.716 214.778C136.469 214.778 136.222 214.778 135.974 214.753C135.751 214.753 135.554 214.605 135.455 214.407C135.108 213.764 135.801 211.883 136.593 210.176H136.321C135.727 211.116 133.747 214.11 132.213 214.605C131.718 214.778 131.174 214.704 130.629 214.407C129.07 213.541 127.808 211.017 127.314 209.037C127.264 208.864 127.314 208.666 127.462 208.542C127.586 208.419 130.827 205.499 137.484 205.647C144.189 205.796 146.466 209.458 146.54 209.606C146.664 209.804 146.614 210.052 146.466 210.225C146.416 210.275 145.13 211.462 143.2 212.625C140.874 214.011 138.696 214.729 136.716 214.729V214.778ZM136.321 213.788C140.255 213.986 144.288 210.844 145.451 209.854C145.179 209.532 144.684 209.013 143.917 208.493C142.754 207.726 140.676 206.761 137.459 206.687C132.188 206.563 129.169 208.518 128.353 209.136C128.922 211.141 130.085 212.996 131.099 213.566C131.396 213.739 131.644 213.764 131.891 213.689C132.931 213.343 134.712 210.893 135.603 209.433C135.702 209.285 135.85 209.186 136.024 209.186H137.335C137.508 209.186 137.657 209.285 137.756 209.408C137.855 209.557 137.855 209.73 137.781 209.879C137.088 211.339 136.37 213.095 136.296 213.763L136.321 213.788Z" fill="#191935"/>\n<path d="M128.971 211.982C129.912 213.615 131.124 214.481 132.064 214.159C133.673 213.615 136.048 209.705 136.048 209.705C136.048 209.705 130.654 209.161 128.971 211.982Z" fill="#232355"/>\n<path d="M141.69 212.972C139.884 214.159 136.469 214.679 136.024 214.283C135.405 213.714 137.459 209.631 137.459 209.631C140.008 210.2 141.665 212.972 141.665 212.972H141.69Z" fill="#232355"/>\n<path d="M136.716 214.778C136.469 214.778 136.222 214.778 135.974 214.753C135.751 214.753 135.554 214.605 135.455 214.407C135.108 213.764 135.801 211.883 136.593 210.176H136.321C135.727 211.116 133.747 214.11 132.213 214.605C131.718 214.778 131.174 214.704 130.629 214.407C129.07 213.541 127.808 211.017 127.314 209.037C127.264 208.864 127.314 208.666 127.462 208.542C127.586 208.419 130.827 205.499 137.484 205.647C144.189 205.796 146.466 209.458 146.54 209.606C146.664 209.804 146.614 210.052 146.466 210.225C146.416 210.275 145.13 211.462 143.2 212.625C140.874 214.011 138.696 214.729 136.716 214.729V214.778ZM136.321 213.788C140.255 213.986 144.288 210.844 145.451 209.854C145.179 209.532 144.684 209.013 143.917 208.493C142.754 207.726 140.676 206.761 137.459 206.687C132.188 206.563 129.169 208.518 128.353 209.136C128.922 211.141 130.085 212.996 131.099 213.566C131.396 213.739 131.644 213.764 131.891 213.689C132.931 213.343 134.712 210.893 135.603 209.433C135.702 209.285 135.85 209.186 136.024 209.186H137.335C137.508 209.186 137.657 209.285 137.756 209.408C137.855 209.557 137.855 209.73 137.781 209.879C137.088 211.339 136.37 213.095 136.296 213.763L136.321 213.788Z" fill="#0C0C1C"/>\n<path d="M140.379 208.666C140.379 208.666 135.776 214.431 134.168 214.431C132.559 214.431 133.079 208.938 133.079 208.938" fill="#49488A"/>\n<path d="M133.005 209.804C132.658 211.536 133.129 214.431 134.193 214.431C135.257 214.431 137.904 211.71 139.067 210.25C138.127 209.68 135.553 208.839 133.005 209.804Z" fill="#232355"/>\n<path d="M134.168 214.902C133.821 214.902 133.524 214.754 133.277 214.481C133.079 214.283 132.188 213.046 132.584 208.84C132.609 208.567 132.856 208.369 133.129 208.394C133.401 208.419 133.599 208.666 133.574 208.939C133.425 210.596 133.45 213.195 134.019 213.813C134.094 213.888 134.143 213.887 134.168 213.887C135.034 213.887 137.855 210.992 139.983 208.32C140.156 208.097 140.453 208.073 140.676 208.246C140.898 208.419 140.923 208.716 140.75 208.939C140.75 208.939 139.562 210.399 138.226 211.858C135.677 214.58 134.687 214.902 134.143 214.902H134.168Z" fill="#0C0C1C"/>\n<path d="M146.144 210.423C146.095 210.423 146.045 210.423 145.996 210.423C145.724 210.349 145.6 210.052 145.674 209.804C145.699 209.705 146.466 207.305 147.753 206.315C147.951 206.167 148.346 206.018 149.336 205.623C152.157 204.534 158.046 202.307 163.02 198.001C169.132 192.706 171.705 186.124 170.641 178.428C170.592 178.156 170.79 177.909 171.062 177.859C171.334 177.81 171.582 178.008 171.631 178.28C172.745 186.322 170.072 193.201 163.688 198.719C158.591 203.123 152.578 205.425 149.707 206.513C149.114 206.736 148.495 206.984 148.371 207.058C147.505 207.726 146.837 209.433 146.639 210.052C146.565 210.275 146.367 210.398 146.169 210.398L146.144 210.423Z" fill="#191935"/>\n<path d="M191.971 171.327C194.223 179.517 192.219 185.604 192.219 185.604C192.219 185.604 191.575 182.437 190.585 179.418" fill="#5B56A4"/>\n<path d="M192.219 186.099C192.219 186.099 192.219 186.099 192.194 186.099C191.971 186.099 191.773 185.926 191.748 185.703C191.748 185.678 191.105 182.536 190.115 179.566C190.041 179.319 190.165 179.022 190.437 178.948C190.684 178.849 190.981 178.997 191.056 179.269C191.526 180.705 191.922 182.189 192.219 183.352C192.614 180.927 192.911 176.597 191.501 171.475C191.427 171.203 191.575 170.93 191.847 170.856C192.12 170.782 192.392 170.93 192.466 171.203C194.718 179.443 192.788 185.505 192.713 185.777C192.639 185.975 192.466 186.124 192.243 186.124L192.219 186.099Z" fill="#191935"/>\n<path d="M190.858 177.142C190.759 184.342 187.146 188.227 187.146 188.227C187.146 188.227 187.962 184.738 187.492 181.868" fill="#5B56A4"/>\n<path d="M187.146 188.722C187.072 188.722 186.997 188.722 186.923 188.673C186.725 188.574 186.626 188.351 186.676 188.128C186.676 188.103 187.468 184.689 187.022 181.967C186.973 181.695 187.146 181.447 187.418 181.398C187.69 181.348 187.938 181.521 187.987 181.794C188.235 183.278 188.16 184.887 187.987 186.149C189.002 184.392 190.289 181.348 190.363 177.166C190.363 176.894 190.585 176.671 190.858 176.671C191.13 176.671 191.353 176.894 191.353 177.166C191.229 184.491 187.666 188.4 187.517 188.574C187.418 188.673 187.294 188.722 187.146 188.722Z" fill="#191935"/>\n<path d="M185.562 103.477C160.224 125.5 125.804 116.047 125.804 116.047L119.395 159.82C119.395 159.82 145.921 154.624 172.002 128.048L185.537 103.477H185.562Z" fill="#DDDCFC"/>\n<path d="M119.42 160.34C119.296 160.34 119.173 160.29 119.074 160.191C118.95 160.092 118.9 159.919 118.925 159.771L125.334 115.997C125.334 115.849 125.433 115.725 125.557 115.651C125.68 115.577 125.829 115.552 125.953 115.601C126.027 115.601 134.49 117.952 145.996 117.556C156.586 117.21 171.978 114.414 185.265 103.13C185.463 102.957 185.785 102.982 185.958 103.18C186.131 103.378 186.107 103.699 185.909 103.873C172.398 115.354 156.76 118.175 146.021 118.546C136.048 118.893 128.328 117.21 126.274 116.69L120.063 159.226C121.993 158.756 127.883 157.197 135.826 153.485C144.808 149.279 158.319 141.41 171.73 127.751C171.928 127.553 172.225 127.553 172.423 127.751C172.621 127.949 172.621 128.246 172.423 128.444C158.888 142.227 145.253 150.17 136.197 154.401C126.373 159.003 119.618 160.34 119.569 160.364C119.544 160.364 119.494 160.364 119.47 160.364L119.42 160.34Z" fill="#7481BA"/>\n<path d="M199.617 82.0231C199.617 82.0231 200.112 74.5255 201.325 73.5357C202.537 72.5459 204.17 73.3625 205.828 74.6245C207.585 75.9607 207.832 78.3609 207.486 78.9548C206.917 79.9446 203.799 81.256 203.799 81.256" fill="#D2D2FB"/>\n<path d="M200.31 82.3204C200.038 82.3204 199.84 82.1225 199.815 81.8503C199.518 75.7384 201.473 73.3629 201.547 73.2639C201.72 73.066 202.042 73.0164 202.24 73.2144C202.438 73.4123 202.463 73.7093 202.289 73.9072C202.289 73.9072 200.508 76.1343 200.78 81.8008C200.78 82.073 200.582 82.2957 200.31 82.3204C200.31 82.3204 200.31 82.3204 200.285 82.3204H200.31Z" fill="white"/>\n<path d="M199.617 82.5184C199.345 82.5184 199.122 82.3205 199.122 82.0483C199.122 81.7761 198.875 75.5404 200.953 73.2144C201.671 72.3979 204.715 73.165 206.125 74.2538C206.966 74.8971 207.61 75.8621 207.907 76.9509C208.179 77.8664 208.179 78.7573 207.907 79.2027C207.288 80.2667 204.541 81.4791 203.997 81.7018C203.75 81.8008 203.453 81.7019 203.354 81.4297C203.255 81.1822 203.354 80.8853 203.626 80.7863C204.863 80.2667 206.719 79.2769 207.065 78.683C207.263 78.3119 207.115 76.2086 205.531 74.9961C204.145 73.9321 202.092 73.7094 201.646 73.8826C199.865 75.9611 200.087 81.9246 200.087 81.9741C200.087 82.2463 199.889 82.4689 199.617 82.4937V82.5184Z" fill="#49488A"/>\n<path d="M210.356 82.4937C205.308 78.6088 197.168 80.6379 191.278 87.2694C179.723 100.236 170.641 130.647 173.561 149.873C173.932 152.323 176.258 154.352 178.188 147.597C185.859 120.798 206.793 114.167 212.856 100.211C215.825 93.3814 215.751 86.6509 210.356 82.469V82.4937Z" fill="#8588D1"/>\n<path d="M202.76 112.855C200.137 115.676 201.671 113.969 201.102 114.489C192.59 122.481 181.752 126.688 176.506 142.549L179.401 143.786C186.082 126.514 197.267 118.646 202.76 112.855Z" fill="#49488A"/>\n<path d="M173.017 140.866C172.967 144.033 173.141 147.077 173.561 149.873C173.932 152.323 176.258 154.352 178.188 147.596C178.733 145.691 179.351 143.885 180.019 142.177C178.584 139.728 175.145 139.53 173.017 140.866Z" fill="#49488A"/>\n<path d="M191.254 87.269C174.056 111.073 171.037 149.601 174.947 152.149C171.037 149.601 172.175 112.509 191.254 87.269Z" fill="#DCE5EA"/>\n<path d="M174.972 152.644C174.873 152.644 174.774 152.62 174.699 152.57C173.982 152.1 173.462 150.887 173.091 148.858C171.26 138.342 174.675 108.426 190.858 86.9722C191.031 86.7495 191.328 86.7 191.55 86.8732C191.773 87.0464 191.823 87.3433 191.649 87.566C176.506 108.525 172.621 140.42 174.304 149.427C174.625 151.11 175.021 151.58 175.219 151.729C175.368 151.828 175.442 151.976 175.442 152.149C175.442 152.248 175.417 152.347 175.367 152.422C175.269 152.57 175.12 152.644 174.947 152.644H174.972Z" fill="#DCE5EA"/>\n<path d="M175.244 152.694C175.219 152.694 175.17 152.694 175.145 152.694C173.982 152.619 173.264 151.258 173.066 149.972C171.681 140.866 172.943 128.518 176.506 116.121C180.019 103.922 185.265 93.2818 190.882 86.9719C193.802 83.6809 197.39 81.3797 201.003 80.4889C204.665 79.5733 208.08 80.1671 210.653 82.122C215.775 86.0811 216.716 92.5889 213.326 100.433C210.901 106.025 206.224 110.356 200.83 115.379C192.614 123 183.286 131.661 178.683 147.745C177.743 151.036 176.605 152.694 175.269 152.694H175.244ZM204.343 81.0332C200.162 81.0332 195.411 83.3592 191.625 87.5905C186.082 93.8014 180.935 104.293 177.446 116.368C173.908 128.642 172.67 140.816 174.031 149.798C174.18 150.838 174.699 151.654 175.194 151.704C175.392 151.704 176.506 151.58 177.694 147.472C182.395 131.116 191.798 122.357 200.112 114.636C205.432 109.687 210.035 105.431 212.385 100.012C214.241 95.7315 216.419 87.7885 210.035 82.8643C208.426 81.6271 206.447 81.0332 204.319 81.0332H204.343Z" fill="#191935"/>\n<path d="M211.668 85.4875C211.668 85.4875 218.819 83.1862 220.229 83.8791C220.675 84.1018 221.714 86.8237 221.269 88.8775C220.799 91.0302 218.794 92.4902 218.126 92.416C216.988 92.317 213.35 90.0652 213.35 90.0652" fill="#D2D2FB"/>\n<path d="M212.361 86.4775C212.138 86.4775 211.915 86.3043 211.866 86.0816C211.816 85.8094 211.99 85.562 212.262 85.5125C216.468 84.6959 219.19 84.0773 219.215 84.0773C219.487 84.0031 219.759 84.1763 219.809 84.4485C219.858 84.7207 219.71 84.9928 219.438 85.0423C219.413 85.0423 216.666 85.6857 212.46 86.5023C212.435 86.5023 212.385 86.5023 212.361 86.5023V86.4775Z" fill="white"/>\n<path d="M218.176 92.9109C218.151 92.9109 218.126 92.9109 218.077 92.9109C216.864 92.8119 213.474 90.7086 213.078 90.4859C212.856 90.3374 212.781 90.0405 212.93 89.793C213.078 89.5703 213.375 89.4961 213.623 89.6446C214.984 90.4859 217.433 91.8716 218.176 91.9211C218.571 91.9211 220.353 90.7086 220.799 88.7538C221.194 86.9227 220.304 84.6462 219.982 84.2998C219.388 84.0771 216.542 84.4235 211.841 85.9576C211.594 86.0319 211.297 85.9082 211.222 85.636C211.148 85.3638 211.272 85.0916 211.544 85.0174C212.757 84.6215 218.943 82.6914 220.477 83.4337C221.269 83.8296 222.234 86.898 221.788 88.9765C221.491 90.3622 220.625 91.352 220.155 91.8221C219.611 92.3665 218.819 92.9109 218.2 92.9109H218.176Z" fill="#49488A"/>\n<path d="M215.973 85.4872C218.646 84.6707 219.932 86.5513 219.932 86.5513C218.992 86.5018 218.151 86.7492 218.151 86.7492C218.918 87.7885 219.042 89.1 219.042 89.1C219.042 89.1 218.176 88.7783 217.681 88.4814C217.681 88.4814 217.31 89.0752 216.864 89.5453C216.864 89.5453 214.612 87.7142 214.043 86.9719C214.043 86.9719 214.835 85.8337 215.973 85.4872Z" fill="#6A6DB8"/>\n<path d="M212.732 88.556C212.608 88.556 212.484 88.5066 212.385 88.4323C212.187 88.2344 212.163 87.9375 212.361 87.7395C212.41 87.69 213.326 86.7002 214.835 85.76C216.839 84.498 218.893 83.9783 220.799 84.2257C221.071 84.2505 221.269 84.5227 221.219 84.7702C221.17 85.0176 220.947 85.2403 220.675 85.1908C216.617 84.6464 213.128 88.3581 213.103 88.4076C213.004 88.5066 212.88 88.556 212.732 88.556Z" fill="#49488A"/>\n<path d="M206.1 96.5486C204.64 96.2517 203.428 97.3157 203.428 98.355C203.428 99.3942 204.244 98.6767 205.655 98.9241C207.337 99.221 207.907 99.617 208.006 98.8004C208.105 97.9838 207.412 96.8456 206.076 96.5734L206.1 96.5486Z" fill="#1A1A21"/>\n<path d="M202.661 96.5483C205.185 97.2411 207.14 96.0534 209.837 96.0781C204.566 93.0345 202.661 96.5483 202.661 96.5483Z" fill="#8588D1"/>\n<path d="M204.492 97.2167C204.17 97.2167 203.824 97.2167 203.453 97.1425C203.255 97.1178 203.106 96.9198 203.131 96.7218C203.156 96.5238 203.354 96.3754 203.552 96.4002C204.715 96.5734 205.506 96.4002 206.372 96.2022C207.016 96.0537 207.684 95.9053 208.5 95.9053C209.317 95.9053 208.872 96.0785 208.872 96.2764C208.872 96.4744 208.698 96.6476 208.5 96.6476C207.758 96.6476 207.164 96.7713 206.521 96.9198C205.878 97.0682 205.234 97.192 204.442 97.192L204.492 97.2167Z" fill="#191935"/>\n<path d="M203.972 93.6288C203.848 93.6288 203.725 93.5793 203.65 93.5051C203.453 93.3319 203.428 93.0103 203.626 92.8123C205.209 91.0802 208.179 90.7832 208.327 90.7832C208.599 90.7832 208.847 90.9564 208.872 91.2286C208.896 91.5008 208.698 91.7482 208.426 91.773C208.401 91.773 205.704 92.0452 204.393 93.4804C204.294 93.5794 204.17 93.6536 204.022 93.6536L203.972 93.6288Z" fill="#191935"/>\n<path d="M191.105 92.3417C189.769 91.8221 188.482 92.4407 188.185 93.3315C187.938 94.0243 188.754 94.0986 190.288 94.643C191.575 95.1131 191.996 95.707 192.416 95.2368C193.134 94.4697 192.664 92.9603 191.105 92.3417Z" fill="#1A1A21"/>\n<path d="M190.388 93.0349C190.115 92.54 188.655 93.0102 188.928 93.5793C189.225 94.1484 190.684 93.6041 190.388 93.0349Z" fill="white"/>\n<path d="M196.45 88.4076C196.203 88.4076 196.005 88.2344 195.955 87.987C195.51 84.9681 193.654 84.1021 193.58 84.0773C193.332 83.9783 193.208 83.6814 193.332 83.4339C193.431 83.1865 193.728 83.0628 193.975 83.1865C194.074 83.236 196.4 84.2753 196.945 87.8632C196.994 88.1354 196.796 88.3828 196.524 88.4323C196.499 88.4323 196.475 88.4323 196.45 88.4323V88.4076Z" fill="#191935"/>\n<path d="M193.481 94.3216C193.382 94.3216 193.283 94.2969 193.208 94.2226C192.961 93.9752 192.788 93.6287 192.615 93.2576C192.194 92.3915 191.724 91.4265 190.041 91.2533C189.843 91.2533 189.695 91.0553 189.719 90.8573C189.719 90.6594 189.917 90.5109 190.115 90.5357C192.219 90.7336 192.837 92.0204 193.283 92.9359C193.431 93.2576 193.58 93.5298 193.753 93.703C193.901 93.8514 193.901 94.0742 193.753 94.2226C193.679 94.2969 193.58 94.3216 193.481 94.3216Z" fill="#191935"/>\n<path opacity="0.2" d="M196.178 90.5604C192.59 86.6013 187.765 86.4281 185.81 86.4776C185.216 86.4776 184.721 86.8488 184.523 87.4179C183.904 89.1747 183.459 91.1791 183.187 92.6142C182.939 93.901 183.583 95.4103 184.746 96.2269C187.715 98.3549 190.783 98.6767 192.54 98.7509C193.629 98.8004 194.544 98.1818 194.916 97.1425C196.499 92.639 196.202 90.5357 196.202 90.5357L196.178 90.5604Z" fill="#DEF5FF"/>\n<path opacity="0.2" d="M213.994 96.3502C214.019 95.7315 213.697 95.113 213.153 94.7665C211.321 93.5788 206.719 90.8816 201.77 92.2178C201.77 92.2178 200.681 93.8757 200.36 98.7751C200.285 99.9134 200.904 101.002 201.968 101.596C203.651 102.561 206.669 104.095 210.332 103.971C211.742 103.922 212.955 102.982 213.227 101.695C213.548 100.26 213.895 98.2555 214.019 96.3254L213.994 96.3502Z" fill="#DEF5FF"/>\n<path d="M201.696 92.4905C201.473 92.4905 201.275 92.342 201.226 92.1441C201.052 91.5502 200.755 90.7831 200.582 90.6099C200.285 90.313 198.281 89.6944 197.836 89.7686C197.613 89.8923 196.994 90.4614 196.549 90.9316C196.351 91.1295 196.054 91.1543 195.856 90.9316C195.658 90.7089 195.633 90.4367 195.856 90.2387C196.103 89.9665 196.97 89.051 197.489 88.8283C198.207 88.5066 200.879 89.3974 201.349 89.917C201.745 90.3624 202.141 91.5997 202.215 91.8471C202.29 92.1193 202.141 92.3915 201.894 92.4657C201.844 92.4657 201.795 92.4657 201.745 92.4657L201.696 92.4905Z" fill="black"/>\n<path d="M192.639 99.2706C192.59 99.2706 192.54 99.2706 192.491 99.2706C190.462 99.1716 187.443 98.8005 184.424 96.6477C183.113 95.7074 182.395 94.0247 182.667 92.5401C182.939 91.1296 183.385 89.1006 184.028 87.2695C184.3 86.5024 184.968 86.0075 185.785 85.9827C190.19 85.8838 193.901 87.3437 196.524 90.2141C196.598 90.2883 196.623 90.3873 196.648 90.4862C196.648 90.5852 196.945 92.738 195.336 97.3158C194.916 98.5035 193.877 99.2706 192.615 99.2706H192.639ZM186.255 86.9725C186.107 86.9725 185.983 86.9725 185.835 86.9725C185.439 86.9725 185.142 87.1952 184.993 87.5911C184.375 89.348 183.929 91.3523 183.682 92.7133C183.484 93.802 184.028 95.1383 185.018 95.8311C187.814 97.8107 190.66 98.1818 192.54 98.2561C193.406 98.3056 194.124 97.8106 194.421 96.9693C195.708 93.3071 195.708 91.2781 195.683 90.7337C193.357 88.2345 190.091 86.9478 186.23 86.9478L186.255 86.9725Z" fill="black"/>\n<path d="M209.936 104.491C206.447 104.491 203.576 103.106 201.72 102.042C200.508 101.349 199.79 100.087 199.865 98.7508C200.161 93.7771 201.3 92.0202 201.349 91.946C201.423 91.847 201.522 91.7728 201.621 91.748C205.234 90.7582 209.317 91.649 213.4 94.3462C214.117 94.8164 214.513 95.5834 214.464 96.3752C214.34 98.3548 213.969 100.433 213.672 101.819C213.35 103.328 211.965 104.417 210.307 104.467C210.183 104.467 210.035 104.467 209.911 104.467L209.936 104.491ZM202.092 92.6388C201.844 93.1337 201.102 94.9401 200.854 98.8002C200.805 99.7405 201.324 100.656 202.215 101.151C204.046 102.19 206.892 103.576 210.307 103.477C211.495 103.452 212.484 102.66 212.732 101.596C213.029 100.235 213.4 98.2311 213.524 96.301C213.548 95.8556 213.326 95.4102 212.905 95.138C209.119 92.6636 205.407 91.7975 202.116 92.6141L202.092 92.6388Z" fill="black"/>\n<path d="M205.63 97.4641C205.358 96.9692 203.947 97.4394 204.22 98.0085C204.492 98.5777 205.927 98.0332 205.63 97.4641Z" fill="white"/>\n<g opacity="0.4">\n<path d="M198.801 90.5353C198.702 90.5353 198.603 90.5105 198.504 90.4363C198.281 90.2878 198.231 89.9662 198.38 89.7435C198.38 89.7435 198.875 89.0259 198.949 88.1103C198.949 87.8382 199.196 87.6402 199.493 87.6649C199.766 87.6649 199.964 87.9371 199.939 88.2093C199.84 89.4218 199.221 90.3126 199.196 90.3374C199.097 90.4611 198.949 90.5353 198.801 90.5353Z" fill="#191935"/>\n</g>\n<g opacity="0.4">\n<path d="M200.31 90.9067C200.26 90.9067 200.236 90.9067 200.186 90.9067C199.914 90.8325 199.766 90.585 199.815 90.3128C199.815 90.2634 200.186 88.8529 201.621 88.3085C201.869 88.2095 202.166 88.3333 202.265 88.6055C202.364 88.8777 202.24 89.1498 201.968 89.2488C201.028 89.5952 200.78 90.5355 200.78 90.5603C200.731 90.783 200.533 90.9315 200.31 90.9315V90.9067Z" fill="#191935"/>\n</g>\n<path d="M106.899 185.456C123.899 182.288 146.045 177.067 154.409 152.397C161.313 131.983 169.082 108.995 169.082 108.995C169.082 108.995 152.974 99.9384 143.967 75.9114C122.216 89.5456 103.905 86.9722 103.905 86.9722C103.905 86.9722 96.1354 109.935 89.2317 130.374C80.8928 155.044 95.3436 172.638 106.899 185.48V185.456Z" fill="#BFC6D6"/>\n<path d="M106.899 185.95C106.751 185.95 106.627 185.901 106.528 185.777C100.713 179.344 94.1805 171.697 90.1472 162.542C85.4457 151.902 85.0003 141.336 88.7615 130.201L103.435 86.7988C103.509 86.5761 103.732 86.4276 103.979 86.4771C104.029 86.4771 108.607 87.0957 115.758 86.0565C122.365 85.0914 132.559 82.4933 143.694 75.4906C143.818 75.4163 143.967 75.3915 144.115 75.441C144.264 75.4905 144.363 75.5895 144.412 75.738C149.015 88.0608 155.547 96.3255 160.199 101.101C165.247 106.273 169.256 108.549 169.305 108.574C169.503 108.698 169.602 108.945 169.528 109.168L154.854 152.57C151.093 163.705 144.313 171.846 134.118 177.438C125.334 182.263 115.51 184.367 106.973 185.95C106.949 185.95 106.924 185.95 106.875 185.95H106.899ZM104.252 87.4917L89.7018 130.498C86.0148 141.385 86.4602 151.729 91.0627 162.121C94.9971 171.054 101.381 178.552 107.097 184.886C115.486 183.303 125.111 181.224 133.673 176.523C143.645 171.054 150.277 163.086 153.939 152.199L168.489 109.193C167.4 108.525 163.886 106.223 159.556 101.794C154.904 97.0183 148.396 88.8031 143.719 76.6288C132.609 83.483 122.464 86.0565 115.857 87.0215C109.72 87.9123 105.538 87.6154 104.252 87.4917Z" fill="#646D8E"/>\n<path d="M142.086 81.4294C126.052 90.4365 112.318 91.253 106.355 91.1045L92.6712 131.537C89.3059 141.509 89.7019 150.986 93.9332 160.513C97.4469 168.456 103.089 175.335 108.335 181.224C116.08 179.715 124.74 177.686 132.337 173.504C141.468 168.481 147.555 161.206 150.92 151.234L164.604 110.801C159.778 107.312 149.361 98.3052 142.086 81.4294ZM147.48 150.046C144.462 158.954 139.018 165.487 130.803 169.99C124.245 173.578 116.624 175.558 109.77 176.944C105.167 171.673 100.293 165.487 97.2737 158.657C93.4878 150.096 93.1166 141.608 96.1355 132.7L108.879 95.0637C115.857 94.8905 127.215 93.3316 140.305 86.7248C146.689 99.9384 154.755 108.055 160.199 112.434L147.456 150.071L147.48 150.046Z" fill="white"/>\n<path d="M112.714 121.664C112.021 123.718 110.685 124.807 108.978 124.881C110.289 125.97 110.685 127.652 109.992 129.706L108.087 135.323C107.642 136.634 108.013 137.501 109.25 137.921L110.982 138.515L110.042 141.286L107.444 140.396C104.994 139.579 103.979 137.303 104.87 134.655L107.122 128.023C107.567 126.712 107.196 125.821 106.009 125.4L104.771 124.98L105.687 122.283L106.924 122.703C108.137 123.099 108.953 122.629 109.399 121.318L111.65 114.637C112.541 111.964 114.743 110.801 117.168 111.618L119.767 112.509L118.826 115.28L117.094 114.686C115.857 114.265 115.04 114.711 114.595 116.047L112.69 121.713L112.714 121.664Z" fill="#402AAB"/>\n<path d="M144.981 135.546L146.218 135.967L145.303 138.664L144.066 138.243C142.853 137.847 142.037 138.317 141.591 139.629L139.339 146.26C138.449 148.933 136.246 150.096 133.772 149.255L131.198 148.388L132.139 145.617L133.846 146.186C135.083 146.607 135.9 146.161 136.345 144.825L138.251 139.208C138.944 137.154 140.305 136.09 141.987 135.991C140.725 134.903 140.28 133.22 140.973 131.166L142.878 125.5C143.323 124.188 142.952 123.322 141.715 122.902L140.008 122.332L140.948 119.561L143.521 120.427C145.996 121.268 147.01 123.52 146.119 126.193L143.868 132.874C143.422 134.185 143.794 135.076 144.981 135.497V135.546Z" fill="#402AAB"/>\n<path d="M130.065 132.142C131.248 128.647 130.192 125.131 127.707 124.29C125.221 123.449 122.247 125.6 121.064 129.095C119.881 132.59 120.937 136.106 123.423 136.947C125.908 137.788 128.882 135.637 130.065 132.142Z" fill="#484652"/>\n<g opacity="0.7">\n<path d="M119.173 120.699C119.321 120.551 119.42 120.476 119.494 120.427C119.841 120.204 120.286 120.204 120.583 120.476C120.657 120.526 120.707 120.625 120.855 120.773L122.29 122.53C122.414 122.703 122.488 122.778 122.538 122.852C122.736 123.223 122.686 123.693 122.439 124.04C122.389 124.114 122.315 124.188 122.142 124.337C121.993 124.485 121.894 124.559 121.82 124.609C121.474 124.832 121.028 124.831 120.731 124.559C120.657 124.51 120.608 124.411 120.459 124.262L119.024 122.506C118.9 122.332 118.826 122.258 118.777 122.184C118.579 121.813 118.628 121.342 118.876 120.996C118.925 120.922 118.999 120.848 119.173 120.699Z" fill="#484652"/>\n<path d="M116.277 126.885C116.228 126.96 116.203 127.083 116.129 127.281C116.055 127.479 116.03 127.603 116.005 127.702C115.931 128.123 116.129 128.543 116.475 128.741C116.55 128.791 116.649 128.815 116.847 128.89L118.183 129.335C118.381 129.409 118.48 129.434 118.554 129.434C118.95 129.484 119.346 129.261 119.544 128.89C119.593 128.815 119.618 128.692 119.692 128.494C119.766 128.296 119.791 128.172 119.816 128.073C119.89 127.653 119.692 127.232 119.346 127.034C119.272 126.984 119.173 126.96 118.975 126.885L117.638 126.44C117.44 126.366 117.342 126.341 117.267 126.341C116.871 126.292 116.475 126.514 116.277 126.885Z" fill="#484652"/>\n<path d="M131.471 132.008C131.421 132.082 131.396 132.206 131.322 132.404C131.248 132.602 131.223 132.725 131.198 132.824C131.124 133.245 131.322 133.666 131.669 133.864C131.743 133.913 131.842 133.938 132.04 134.012L133.376 134.457C133.574 134.532 133.673 134.556 133.747 134.556C134.143 134.606 134.539 134.383 134.737 134.012C134.786 133.938 134.811 133.814 134.885 133.616C134.96 133.418 134.984 133.294 135.009 133.196C135.083 132.775 134.885 132.354 134.539 132.156C134.465 132.107 134.366 132.082 134.168 132.008L132.832 131.562C132.634 131.488 132.535 131.463 132.46 131.463C132.064 131.414 131.669 131.637 131.471 132.008Z" fill="#484652"/>\n<path d="M128.922 136.56C128.773 136.709 128.675 136.783 128.625 136.857C128.378 137.204 128.328 137.674 128.526 138.045C128.576 138.119 128.625 138.193 128.774 138.367L130.209 140.124C130.332 140.297 130.407 140.371 130.481 140.42C130.778 140.668 131.223 140.693 131.57 140.47C131.644 140.42 131.718 140.346 131.891 140.198C132.04 140.049 132.139 139.975 132.188 139.901C132.436 139.554 132.485 139.084 132.287 138.713C132.238 138.639 132.188 138.565 132.04 138.391L130.605 136.635C130.481 136.461 130.407 136.387 130.332 136.338C130.035 136.09 129.59 136.065 129.244 136.288C129.169 136.338 129.095 136.412 128.922 136.56Z" fill="#484652"/>\n<path d="M114.545 134.333C114.521 134.111 114.496 134.012 114.496 133.913C114.496 133.492 114.743 133.096 115.139 132.923C115.213 132.898 115.312 132.873 115.535 132.824L117.737 132.28C117.935 132.23 118.034 132.205 118.133 132.205C118.529 132.205 118.9 132.428 119.024 132.824C119.049 132.898 119.074 133.022 119.098 133.245C119.123 133.467 119.148 133.566 119.148 133.665C119.148 134.086 118.9 134.482 118.505 134.655C118.43 134.68 118.331 134.705 118.109 134.754L115.906 135.298C115.708 135.348 115.609 135.373 115.51 135.373C115.114 135.373 114.743 135.15 114.62 134.754C114.595 134.68 114.57 134.556 114.545 134.333Z" fill="#484652"/>\n<path d="M131.867 127.232C131.867 127.33 131.867 127.429 131.916 127.652C131.941 127.875 131.966 127.974 131.99 128.073C132.139 128.469 132.485 128.716 132.881 128.691C132.98 128.691 133.079 128.667 133.277 128.617L135.479 128.073C135.677 128.023 135.776 127.999 135.875 127.974C136.246 127.801 136.494 127.405 136.519 126.984C136.519 126.885 136.519 126.786 136.469 126.563C136.444 126.341 136.42 126.242 136.395 126.143C136.246 125.747 135.9 125.499 135.504 125.524C135.405 125.524 135.306 125.549 135.108 125.598L132.906 126.143C132.708 126.192 132.609 126.217 132.51 126.242C132.139 126.415 131.891 126.811 131.867 127.232Z" fill="#484652"/>\n</g>\n<path d="M88.044 87.4172C87.846 87.4172 87.648 87.2934 87.5738 87.0707C87.4996 86.8233 87.6233 86.5263 87.8955 86.4521L89.1822 86.0315C89.4296 85.9572 89.7266 86.081 89.8008 86.3532C89.875 86.6006 89.7513 86.8975 89.4791 86.9718L88.1924 87.3924C88.1429 87.3924 88.0934 87.4172 88.044 87.4172Z" fill="black"/>\n<path d="M85.52 86.5763C85.3715 86.5763 85.1983 86.5021 85.124 86.3536L84.357 85.2401C84.2085 85.0174 84.258 84.6957 84.4807 84.5473C84.7034 84.3988 85.0251 84.4483 85.1735 84.671L85.9406 85.7845C86.0891 86.0072 86.0396 86.3289 85.8169 86.4774C85.7427 86.5268 85.6437 86.5763 85.5447 86.5763H85.52Z" fill="black"/>\n<path d="M86.8809 86.7243C86.8314 86.7243 86.7819 86.7243 86.7324 86.6995C86.485 86.6005 86.3365 86.3283 86.4108 86.0809L86.7077 85.2148C86.8067 84.9674 87.0789 84.819 87.3263 84.8932C87.5738 84.9922 87.7222 85.2644 87.648 85.5118L87.3511 86.3779C87.2768 86.5758 87.0789 86.7243 86.8809 86.7243Z" fill="black"/>\n<path d="M85.8664 89.2487C84.8272 88.9023 84.3818 87.9619 84.6787 87.0711C84.9757 86.1803 85.9159 85.6855 86.9552 86.0319C87.9945 86.3783 88.4399 87.3186 88.143 88.2094C87.846 89.1002 86.9057 89.5951 85.8664 89.2487Z" fill="#232020"/>\n<path d="M86.5345 89.8423C86.2623 89.8423 85.9901 89.7928 85.7179 89.7186C84.456 89.2979 83.8126 88.0854 84.2085 86.8976C84.6044 85.7099 85.8417 85.1408 87.1036 85.5615C88.3656 85.9821 89.009 87.1946 88.6131 88.3823C88.3161 89.2979 87.4748 89.867 86.5345 89.867V89.8423ZM86.0149 88.7783C86.7572 89.0257 87.4253 88.7287 87.648 88.0606C87.8707 87.3925 87.4996 86.7492 86.7572 86.5018C86.0149 86.2543 85.3468 86.5512 85.1241 87.2193C84.9014 87.8874 85.2726 88.5308 86.0149 88.7783Z" fill="black"/>\n<path d="M87.8708 91.3767C87.6728 91.3767 87.4749 91.253 87.4006 91.0303L86.8315 89.3229C86.7573 89.0755 86.881 88.7786 87.1532 88.7043C87.4006 88.6301 87.6976 88.7538 87.7718 89.026L88.3409 90.7334C88.4151 90.9808 88.2914 91.2777 88.0192 91.352C87.9698 91.352 87.9203 91.3767 87.8708 91.3767Z" fill="black"/>\n<path d="M83.293 89.8671C83.1446 89.8671 82.9713 89.7928 82.8971 89.6444C82.7486 89.4217 82.7981 89.1 83.0208 88.9515L84.5055 87.9123C84.7282 87.7638 85.0499 87.8133 85.1983 88.036C85.3468 88.2587 85.2973 88.5804 85.0746 88.7288L83.59 89.7681C83.5157 89.8176 83.4167 89.8671 83.3178 89.8671H83.293Z" fill="black"/>\n<path d="M85.3467 91.3021C85.2973 91.3021 85.2478 91.3021 85.1983 91.2774C84.9508 91.1784 84.8024 90.9062 84.8766 90.6588L85.3963 89.0999C85.4952 88.8525 85.7674 88.704 86.0149 88.7782C86.2623 88.8772 86.4108 89.1494 86.3365 89.3968L85.8169 90.9557C85.7427 91.1537 85.5447 91.3021 85.3467 91.3021Z" fill="black"/>\n<path opacity="0.4" d="M86.584 87.2197C81.6846 90.387 96.3086 95.1875 86.584 87.2197V87.2197Z" fill="#76ECFF"/>\n<path opacity="0.4" d="M86.584 87.2198C74.4592 85.8836 88.1924 93.1585 86.584 87.2198V87.2198Z" fill="#76ECFF"/>\n<path opacity="0.4" d="M86.584 87.2194C84.8023 76.5297 99.5501 81.8498 86.584 87.2194V87.2194Z" fill="#76ECFF"/>\n<path opacity="0.4" d="M86.584 87.2193C76.117 77.8659 91.8051 77.7174 86.584 87.2193V87.2193Z" fill="#76ECFF"/>\n<path d="M94.923 105.679C94.7003 105.679 94.5023 105.531 94.4281 105.284C94.3786 105.011 94.5271 104.764 94.7993 104.69L96.1107 104.393C96.3829 104.343 96.6304 104.492 96.7046 104.764C96.7541 105.036 96.6056 105.284 96.3334 105.358L95.0219 105.655C94.9972 105.655 94.9477 105.655 94.923 105.655V105.679Z" fill="black"/>\n<path d="M92.4733 104.566C92.3001 104.566 92.1268 104.467 92.0526 104.319L91.4092 103.131C91.2855 102.883 91.3598 102.587 91.6072 102.463C91.8546 102.339 92.1516 102.413 92.2753 102.661L92.9186 103.848C93.0424 104.096 92.9682 104.393 92.7207 104.517C92.6465 104.566 92.5722 104.591 92.4733 104.591V104.566Z" fill="black"/>\n<path d="M93.8094 104.863C93.7352 104.863 93.661 104.863 93.6115 104.813C93.364 104.69 93.2403 104.417 93.364 104.17L93.7352 103.329C93.8589 103.081 94.1311 102.958 94.3785 103.081C94.626 103.205 94.7497 103.477 94.626 103.725L94.2548 104.566C94.1806 104.739 93.9827 104.863 93.8094 104.863Z" fill="black"/>\n<path d="M92.5228 107.263C91.533 106.817 91.1618 105.828 91.5577 104.962C91.9536 104.096 92.9187 103.724 93.9085 104.17C94.8983 104.615 95.2694 105.605 94.8735 106.471C94.4776 107.337 93.5126 107.708 92.5228 107.263Z" fill="#232020"/>\n<path d="M93.3393 107.931C92.9929 107.931 92.6465 107.857 92.3 107.709C91.0876 107.164 90.5679 105.902 91.0876 104.764C91.335 104.22 91.7804 103.799 92.3248 103.626C92.8939 103.428 93.5125 103.452 94.1064 103.725C94.7003 103.997 95.1457 104.442 95.3684 104.987C95.5911 105.531 95.5663 106.125 95.3436 106.669C94.9725 107.486 94.2054 107.956 93.3641 107.956L93.3393 107.931ZM92.7207 106.793C93.4136 107.115 94.1312 106.867 94.4281 106.249C94.5518 105.952 94.5766 105.63 94.4281 105.333C94.3044 105.011 94.0322 104.764 93.6858 104.616C93.3393 104.467 92.9682 104.442 92.6465 104.541C92.3495 104.64 92.1021 104.863 91.9784 105.16C91.6814 105.803 91.9784 106.496 92.696 106.793H92.7207Z" fill="black"/>\n<path d="M94.3291 109.589C94.1064 109.589 93.9085 109.441 93.8342 109.193L93.4383 107.436C93.3888 107.164 93.5373 106.917 93.8095 106.842C94.0817 106.793 94.3291 106.941 94.4033 107.214L94.7993 108.97C94.8488 109.243 94.7003 109.49 94.4281 109.564C94.4034 109.564 94.3539 109.564 94.3291 109.564V109.589Z" fill="black"/>\n<path d="M89.9246 107.609C89.7513 107.609 89.5781 107.51 89.5039 107.362C89.3802 107.115 89.4544 106.818 89.7018 106.694L91.2855 105.803C91.533 105.679 91.8299 105.754 91.9536 106.001C92.0773 106.249 92.0031 106.546 91.7557 106.669L90.172 107.56C90.0978 107.609 90.0235 107.634 89.9246 107.634V107.609Z" fill="black"/>\n<path d="M91.8546 109.243C91.7803 109.243 91.7061 109.243 91.6566 109.193C91.4092 109.07 91.2854 108.797 91.4092 108.55L92.0773 107.041C92.201 106.793 92.4732 106.669 92.7206 106.793C92.9681 106.917 93.0918 107.189 92.9681 107.436L92.3 108.946C92.2257 109.119 92.0278 109.243 91.8546 109.243Z" fill="black"/>\n<path opacity="0.4" d="M93.4383 105.308C82.8971 104.689 95.9622 112.063 93.4383 105.308V105.308Z" fill="#76ECFF"/>\n<path opacity="0.4" d="M93.4383 105.308C79.1854 100.211 87.8955 108.228 93.4383 105.308V105.308Z" fill="#76ECFF"/>\n<path opacity="0.4" d="M93.4383 105.308C86.9552 96.7713 104.549 102.091 93.4383 105.308V105.308Z" fill="#76ECFF"/>\n<path opacity="0.4" d="M93.4383 105.308C78.542 97.1426 94.725 98.2561 93.4383 105.308V105.308Z" fill="#76ECFF"/>\n<path d="M67.6792 121.59C67.4565 121.59 67.2585 121.441 67.1843 121.194C67.1348 120.922 67.2832 120.674 67.5554 120.6L68.8669 120.303C69.1391 120.254 69.3866 120.402 69.4608 120.674C69.535 120.946 69.3618 121.194 69.0896 121.268L67.7781 121.565C67.7534 121.565 67.7039 121.565 67.6792 121.565V121.59Z" fill="black"/>\n<path d="M65.2542 120.501C65.081 120.501 64.9077 120.402 64.8335 120.254L64.1901 119.066C64.0664 118.819 64.1407 118.522 64.3881 118.398C64.6356 118.274 64.9325 118.348 65.0562 118.596L65.6996 119.784C65.8233 120.031 65.7491 120.328 65.5016 120.452C65.4274 120.501 65.3532 120.526 65.2542 120.526V120.501Z" fill="black"/>\n<path d="M66.5657 120.798C66.4914 120.798 66.4172 120.798 66.3677 120.749C66.1203 120.625 65.9966 120.353 66.1203 120.105L66.4915 119.264C66.6152 119.017 66.8874 118.893 67.1348 119.017C67.3823 119.14 67.506 119.412 67.3823 119.66L67.0111 120.501C66.9368 120.674 66.7389 120.798 66.5657 120.798Z" fill="black"/>\n<path d="M65.2789 123.173C64.2891 122.728 63.918 121.738 64.3139 120.872C64.7098 120.006 65.6748 119.635 66.6646 120.08C67.6544 120.526 68.0256 121.515 67.6296 122.381C67.2337 123.248 66.2687 123.619 65.2789 123.173Z" fill="#232020"/>\n<path d="M66.1202 123.866C65.7738 123.866 65.4274 123.792 65.081 123.643C64.4871 123.371 64.0417 122.926 63.819 122.381C63.5963 121.837 63.621 121.243 63.8437 120.699C64.0912 120.154 64.5366 119.734 65.081 119.561C65.6501 119.363 66.2687 119.387 66.8626 119.66C68.0751 120.204 68.5947 121.466 68.0751 122.604C67.7039 123.421 66.9368 123.891 66.0955 123.891L66.1202 123.866ZM65.8481 120.402C65.6996 120.402 65.5759 120.402 65.4274 120.476C65.1305 120.575 64.883 120.798 64.7593 121.095C64.6356 121.392 64.6108 121.713 64.7593 122.01C64.883 122.332 65.1552 122.579 65.5016 122.728C66.1945 123.05 66.9121 122.802 67.209 122.183C67.5059 121.54 67.209 120.847 66.4914 120.55C66.2935 120.451 66.0708 120.402 65.8728 120.402H65.8481Z" fill="black"/>\n<path d="M67.11 125.524C66.8873 125.524 66.6894 125.376 66.6151 125.128L66.2192 123.371C66.1697 123.099 66.3182 122.852 66.5904 122.777C66.8626 122.728 67.11 122.876 67.1843 123.149L67.5802 124.906C67.6297 125.178 67.4812 125.425 67.209 125.499C67.1843 125.499 67.1348 125.499 67.11 125.499V125.524Z" fill="black"/>\n<path d="M62.7055 123.545C62.5323 123.545 62.3591 123.446 62.2849 123.297C62.1611 123.05 62.2353 122.753 62.4828 122.629L64.0664 121.738C64.3139 121.614 64.6108 121.689 64.7346 121.936C64.8583 122.184 64.784 122.481 64.5366 122.604L62.9529 123.495C62.8787 123.545 62.8045 123.569 62.7055 123.569V123.545Z" fill="black"/>\n<path d="M64.6108 125.178C64.5366 125.178 64.4624 125.178 64.4129 125.128C64.1654 125.004 64.0417 124.732 64.1654 124.485L64.8335 122.975C64.9572 122.728 65.2294 122.604 65.4769 122.728C65.7243 122.852 65.8481 123.124 65.7243 123.371L65.0562 124.881C64.982 125.054 64.784 125.178 64.6108 125.178Z" fill="black"/>\n<path opacity="0.4" d="M66.1944 121.243C55.6532 120.625 68.7184 127.999 66.1944 121.243V121.243Z" fill="#76ECFF"/>\n<path opacity="0.4" d="M66.1944 121.243C51.9416 116.146 60.6517 124.163 66.1944 121.243V121.243Z" fill="#76ECFF"/>\n<path opacity="0.4" d="M66.1945 121.244C59.7114 112.707 77.3048 118.027 66.1945 121.244V121.244Z" fill="#76ECFF"/>\n<path opacity="0.4" d="M66.1945 121.243C51.2982 113.077 67.4812 114.191 66.1945 121.243V121.243Z" fill="#76ECFF"/>\n<path d="M90.84 136.659C90.6173 136.659 90.4194 136.511 90.3452 136.263C90.2957 135.991 90.4441 135.744 90.7163 135.67L92.0278 135.373C92.3 135.323 92.5474 135.472 92.6216 135.744C92.6711 136.016 92.5227 136.263 92.2505 136.338L90.939 136.635C90.9143 136.635 90.8648 136.635 90.84 136.635V136.659Z" fill="black"/>\n<path d="M88.4151 135.57C88.2419 135.57 88.0687 135.471 87.9944 135.323L87.351 134.135C87.2273 133.888 87.3016 133.591 87.549 133.467C87.7965 133.343 88.0934 133.417 88.2171 133.665L88.8605 134.853C88.9842 135.1 88.91 135.397 88.6625 135.521C88.5883 135.57 88.514 135.595 88.4151 135.595V135.57Z" fill="black"/>\n<path d="M89.7513 135.867C89.6771 135.867 89.6028 135.867 89.5533 135.818C89.3059 135.694 89.1822 135.422 89.3059 135.174L89.6771 134.333C89.8008 134.086 90.073 133.962 90.3204 134.086C90.5679 134.209 90.6916 134.482 90.5679 134.729L90.1967 135.57C90.1225 135.744 89.9245 135.867 89.7513 135.867Z" fill="black"/>\n<path d="M88.4646 138.243C87.4748 137.798 87.1037 136.808 87.4996 135.942C87.8955 135.076 88.8605 134.705 89.8503 135.15C90.8401 135.596 91.2112 136.585 90.8153 137.452C90.4194 138.318 89.4544 138.689 88.4646 138.243Z" fill="#232020"/>\n<path d="M89.2812 138.936C88.9347 138.936 88.5883 138.862 88.2419 138.713C87.648 138.441 87.2026 137.995 86.9799 137.451C86.7572 136.907 86.782 136.313 87.0047 135.768C87.5243 134.63 88.811 134.185 90.0235 134.729C90.6174 135.001 91.0628 135.447 91.2855 135.991C91.5082 136.536 91.4834 137.129 91.2607 137.674C90.8895 138.49 90.1225 138.961 89.2812 138.961V138.936ZM88.6625 137.798C89.3554 138.119 90.073 137.872 90.3699 137.253C90.4936 136.956 90.5184 136.635 90.3699 136.338C90.2462 136.016 89.974 135.768 89.6276 135.62C88.9347 135.298 88.2171 135.546 87.9202 136.164C87.7965 136.461 87.7717 136.783 87.9202 137.08C88.0439 137.402 88.3161 137.649 88.6625 137.798Z" fill="black"/>\n<path d="M90.271 140.594C90.0483 140.594 89.8503 140.446 89.7761 140.198L89.3802 138.441C89.3307 138.169 89.4791 137.922 89.7513 137.847C90.0235 137.798 90.271 137.946 90.3452 138.218L90.7411 139.975C90.7906 140.248 90.6421 140.495 90.3699 140.569C90.3452 140.569 90.2957 140.569 90.271 140.569V140.594Z" fill="black"/>\n<path d="M85.8664 138.614C85.6932 138.614 85.52 138.515 85.4457 138.366C85.322 138.119 85.3963 137.822 85.6437 137.698L87.2273 136.808C87.4748 136.684 87.7717 136.758 87.8955 137.006C88.0192 137.253 87.9449 137.55 87.6975 137.674L86.1138 138.564C86.0396 138.614 85.9654 138.639 85.8664 138.639V138.614Z" fill="black"/>\n<path d="M87.7717 140.247C87.6975 140.247 87.6232 140.247 87.5737 140.198C87.3263 140.074 87.2026 139.802 87.3263 139.554L87.9944 138.045C88.1181 137.797 88.3903 137.674 88.6378 137.797C88.8852 137.921 89.0089 138.193 88.8852 138.441L88.2171 139.95C88.1428 140.123 87.9449 140.247 87.7717 140.247Z" fill="black"/>\n<path opacity="0.4" d="M89.3554 136.313C78.8142 135.694 91.8794 143.068 89.3554 136.313V136.313Z" fill="#76ECFF"/>\n<path opacity="0.4" d="M89.3554 136.313C75.1025 131.215 83.8126 139.232 89.3554 136.313V136.313Z" fill="#76ECFF"/>\n<path opacity="0.4" d="M89.3554 136.313C82.8723 127.776 100.466 133.096 89.3554 136.313V136.313Z" fill="#76ECFF"/>\n<path opacity="0.4" d="M89.3554 136.313C74.4592 128.147 90.6421 129.261 89.3554 136.313V136.313Z" fill="#76ECFF"/>\n<path d="M102.767 119.214C102.544 119.214 102.346 119.066 102.272 118.818C102.223 118.546 102.371 118.299 102.643 118.224L103.955 117.927C104.227 117.878 104.474 118.026 104.549 118.299C104.598 118.571 104.45 118.818 104.177 118.892L102.866 119.189C102.841 119.189 102.792 119.189 102.767 119.189V119.214Z" fill="black"/>\n<path d="M100.342 118.125C100.169 118.125 99.9955 118.026 99.9213 117.878L99.278 116.69C99.1542 116.443 99.2284 116.146 99.4759 116.022C99.7233 115.898 100.02 115.973 100.144 116.22L100.787 117.408C100.911 117.655 100.837 117.952 100.589 118.076C100.515 118.125 100.441 118.15 100.342 118.15V118.125Z" fill="black"/>\n<path d="M101.678 118.398C101.604 118.398 101.53 118.398 101.48 118.348C101.233 118.225 101.109 117.952 101.233 117.705L101.604 116.864C101.728 116.616 102 116.492 102.247 116.616C102.495 116.74 102.618 117.012 102.495 117.259L102.124 118.101C102.049 118.274 101.851 118.398 101.678 118.398Z" fill="black"/>\n<path d="M100.367 120.798C99.377 120.352 99.0058 119.363 99.4017 118.497C99.7976 117.63 100.763 117.259 101.752 117.705C102.742 118.15 103.113 119.14 102.718 120.006C102.322 120.872 101.357 121.243 100.367 120.798Z" fill="#232020"/>\n<path d="M101.208 121.466C100.862 121.466 100.515 121.392 100.169 121.243C98.9563 120.699 98.4367 119.437 98.9563 118.299C99.476 117.161 100.763 116.715 101.975 117.259C102.569 117.532 103.014 117.977 103.237 118.521C103.46 119.066 103.435 119.66 103.212 120.204C102.965 120.748 102.52 121.169 101.975 121.342C101.728 121.417 101.48 121.466 101.233 121.466H101.208ZM100.936 118.002C100.466 118.002 100.045 118.249 99.8471 118.695C99.5502 119.338 99.8471 120.031 100.565 120.328C100.911 120.476 101.282 120.501 101.604 120.402C101.901 120.303 102.148 120.08 102.272 119.783C102.396 119.487 102.421 119.165 102.272 118.868C102.148 118.546 101.876 118.299 101.53 118.15C101.307 118.051 101.109 118.002 100.911 118.002H100.936Z" fill="black"/>\n<path d="M102.198 123.124C101.975 123.124 101.777 122.975 101.703 122.728L101.307 120.971C101.258 120.699 101.406 120.451 101.678 120.377C101.95 120.328 102.198 120.476 102.272 120.748L102.668 122.505C102.717 122.777 102.569 123.025 102.297 123.099C102.272 123.099 102.223 123.099 102.198 123.099V123.124Z" fill="black"/>\n<path d="M97.7933 121.144C97.6201 121.144 97.4468 121.045 97.3726 120.897C97.2489 120.65 97.3231 120.353 97.5706 120.229L99.1542 119.338C99.4017 119.214 99.6986 119.289 99.8223 119.536C99.9461 119.783 99.8718 120.08 99.6244 120.204L98.0407 121.095C97.9665 121.144 97.8923 121.169 97.7933 121.169V121.144Z" fill="black"/>\n<path d="M99.6986 122.802C99.6244 122.802 99.5502 122.802 99.5007 122.753C99.2532 122.629 99.1295 122.357 99.2532 122.109L99.9213 120.6C100.045 120.352 100.317 120.229 100.565 120.352C100.812 120.476 100.936 120.748 100.812 120.996L100.144 122.505C100.07 122.678 99.8718 122.802 99.6986 122.802Z" fill="black"/>\n<path opacity="0.4" d="M101.282 118.868C90.7411 118.249 103.806 125.623 101.282 118.868V118.868Z" fill="#76ECFF"/>\n<path opacity="0.4" d="M101.282 118.868C87.0294 113.771 95.7395 121.788 101.282 118.868V118.868Z" fill="#76ECFF"/>\n<path opacity="0.4" d="M101.282 118.868C94.7992 110.331 112.393 115.651 101.282 118.868V118.868Z" fill="#76ECFF"/>\n<path opacity="0.4" d="M101.282 118.868C86.386 110.702 102.569 111.815 101.282 118.868V118.868Z" fill="#76ECFF"/>\n<path d="M36.0061 84.7698C35.7834 84.7698 35.5854 84.6213 35.5112 84.3739C35.4617 84.1017 35.6101 83.8543 35.8823 83.78L37.1938 83.4831C37.466 83.4336 37.7135 83.582 37.7877 83.8542C37.8372 84.1264 37.6887 84.3739 37.4165 84.4481L36.105 84.7451C36.0803 84.7451 36.0308 84.7451 36.0061 84.7451V84.7698Z" fill="black"/>\n<path d="M33.5564 83.6811C33.3832 83.6811 33.2099 83.5821 33.1357 83.4337L32.4923 82.2459C32.3686 81.9985 32.4429 81.7015 32.6903 81.5778C32.9377 81.4541 33.2347 81.5283 33.3584 81.7758L34.0017 82.9635C34.1255 83.211 34.0513 83.5079 33.8038 83.6316C33.7296 83.6811 33.6553 83.7059 33.5564 83.7059V83.6811Z" fill="black"/>\n<path d="M34.8926 83.9534C34.8183 83.9534 34.7441 83.9534 34.6946 83.9039C34.4472 83.7802 34.3235 83.508 34.4472 83.2606L34.8184 82.4193C34.9421 82.1718 35.2143 82.0481 35.4617 82.1718C35.7092 82.2956 35.8329 82.5677 35.7092 82.8152L35.338 83.6565C35.2638 83.8297 35.0658 83.9534 34.8926 83.9534Z" fill="black"/>\n<path d="M33.6058 86.3534C32.6161 85.908 32.2449 84.9182 32.6408 84.0522C33.0367 83.1861 34.0018 82.815 34.9915 83.2604C35.9813 83.7058 36.3525 84.6956 35.9566 85.5616C35.5607 86.4277 34.5956 86.7988 33.6058 86.3534Z" fill="#232020"/>\n<path d="M34.4225 87.0217C34.076 87.0217 33.7296 86.9475 33.3832 86.799C32.1707 86.2547 31.651 84.9926 32.1707 83.8544C32.6903 82.7161 33.977 82.2708 35.1895 82.8151C35.7834 83.0873 36.2288 83.5328 36.4515 84.0771C36.6742 84.6215 36.6495 85.2154 36.4268 85.7598C36.0556 86.5763 35.2885 87.0465 34.4472 87.0465L34.4225 87.0217ZM33.8038 85.9082C34.4967 86.2299 35.2143 85.9825 35.5112 85.3638C35.6349 85.0669 35.6597 84.7452 35.5112 84.4483C35.3875 84.1266 35.1153 83.8791 34.7689 83.7307C34.076 83.409 33.3584 83.6565 33.0615 84.2751C32.7646 84.9185 33.0615 85.6113 33.7791 85.9082H33.8038Z" fill="black"/>\n<path d="M35.4122 88.6794C35.1895 88.6794 34.9916 88.531 34.9173 88.2835L34.5214 86.5266C34.4719 86.2544 34.6204 86.007 34.8926 85.9328C35.1648 85.8833 35.4122 86.0317 35.4864 86.3039L35.8823 88.0608C35.9318 88.333 35.7834 88.5804 35.5112 88.6547C35.4864 88.6547 35.437 88.6547 35.4122 88.6547V88.6794Z" fill="black"/>\n<path d="M31.0077 86.7001C30.8344 86.7001 30.6612 86.6011 30.587 86.4526C30.4633 86.2052 30.5375 85.9082 30.7849 85.7845L32.3686 84.8937C32.616 84.77 32.913 84.8442 33.0367 85.0917C33.1604 85.3391 33.0862 85.6361 32.8388 85.7598L31.2551 86.6506C31.1809 86.7001 31.1066 86.7248 31.0077 86.7248V86.7001Z" fill="black"/>\n<path d="M32.9378 88.3579C32.8636 88.3579 32.7893 88.3579 32.7398 88.3084C32.4924 88.1846 32.3687 87.9125 32.4924 87.665L33.1605 86.1556C33.2842 85.9082 33.5564 85.7844 33.8039 85.9082C34.0513 86.0319 34.175 86.3041 34.0513 86.5515L33.3832 88.0609C33.3089 88.2341 33.111 88.3579 32.9378 88.3579Z" fill="black"/>\n<path opacity="0.4" d="M34.5214 84.4235C23.9802 83.8049 37.0454 91.1788 34.5214 84.4235V84.4235Z" fill="#76ECFF"/>\n<path opacity="0.4" d="M34.5214 84.4236C20.2685 79.3263 28.9786 87.3435 34.5214 84.4236V84.4236Z" fill="#76ECFF"/>\n<path opacity="0.4" d="M34.5214 84.4239C28.0384 75.8871 45.6317 81.2071 34.5214 84.4239V84.4239Z" fill="#76ECFF"/>\n<path opacity="0.4" d="M34.5214 84.4236C19.6252 76.2579 35.8082 77.3714 34.5214 84.4236V84.4236Z" fill="#76ECFF"/>\n<path d="M117.49 102.041C117.267 102.041 117.069 101.893 116.995 101.645C116.946 101.373 117.094 101.126 117.366 101.051L118.678 100.755C118.95 100.705 119.197 100.854 119.272 101.126C119.321 101.398 119.173 101.645 118.9 101.72L117.589 102.017C117.564 102.017 117.515 102.017 117.49 102.017V102.041Z" fill="black"/>\n<path d="M115.04 100.953C114.867 100.953 114.694 100.854 114.62 100.705L113.976 99.5174C113.853 99.2699 113.927 98.973 114.174 98.8493C114.422 98.7256 114.719 98.7998 114.842 99.0473L115.486 100.235C115.609 100.482 115.535 100.779 115.288 100.903C115.213 100.953 115.139 100.977 115.04 100.977V100.953Z" fill="black"/>\n<path d="M116.376 101.25C116.302 101.25 116.228 101.25 116.179 101.2C115.931 101.076 115.807 100.804 115.931 100.557L116.302 99.7154C116.426 99.468 116.698 99.3442 116.946 99.468C117.193 99.5917 117.317 99.8639 117.193 100.111L116.822 100.953C116.748 101.126 116.55 101.25 116.376 101.25Z" fill="black"/>\n<path d="M115.09 103.625C114.1 103.18 113.729 102.19 114.125 101.324C114.521 100.458 115.486 100.086 116.475 100.532C117.465 100.977 117.836 101.967 117.44 102.833C117.045 103.699 116.079 104.07 115.09 103.625Z" fill="#232020"/>\n<path d="M115.931 104.318C115.585 104.318 115.238 104.244 114.892 104.095C113.679 103.551 113.16 102.289 113.679 101.151C114.199 100.012 115.486 99.5669 116.698 100.111C117.292 100.383 117.737 100.829 117.96 101.373C118.183 101.918 118.158 102.511 117.935 103.056C117.688 103.6 117.243 104.021 116.698 104.194C116.451 104.268 116.203 104.318 115.956 104.318H115.931ZM115.659 100.854C115.189 100.854 114.768 101.101 114.57 101.546C114.273 102.19 114.57 102.883 115.288 103.18C115.634 103.328 116.005 103.353 116.327 103.254C116.624 103.155 116.871 102.932 116.995 102.635C117.119 102.338 117.144 102.017 116.995 101.72C116.871 101.398 116.599 101.151 116.253 101.002C116.03 100.903 115.832 100.854 115.634 100.854H115.659Z" fill="black"/>\n<path d="M116.896 105.976C116.673 105.976 116.475 105.828 116.401 105.58L116.005 103.823C115.956 103.551 116.104 103.304 116.376 103.229C116.649 103.18 116.896 103.328 116.97 103.601L117.366 105.357C117.416 105.63 117.267 105.877 116.995 105.951C116.97 105.951 116.921 105.951 116.896 105.951V105.976Z" fill="black"/>\n<path d="M112.492 103.996C112.318 103.996 112.145 103.897 112.071 103.749C111.947 103.501 112.021 103.204 112.269 103.081L113.852 102.19C114.1 102.066 114.397 102.14 114.521 102.388C114.644 102.635 114.57 102.932 114.323 103.056L112.739 103.947C112.665 103.996 112.591 104.021 112.492 104.021V103.996Z" fill="black"/>\n<path d="M114.422 105.629C114.347 105.629 114.273 105.629 114.224 105.58C113.976 105.456 113.853 105.184 113.976 104.937L114.644 103.427C114.768 103.18 115.04 103.056 115.288 103.18C115.535 103.303 115.659 103.576 115.535 103.823L114.867 105.332C114.793 105.506 114.595 105.629 114.422 105.629Z" fill="black"/>\n<path opacity="0.4" d="M116.005 101.695C110.809 104.343 124.889 110.579 116.005 101.695V101.695Z" fill="#76ECFF"/>\n<path opacity="0.4" d="M116.005 101.695C104.078 99.1712 117.02 107.758 116.005 101.695V101.695Z" fill="#76ECFF"/>\n<path opacity="0.4" d="M116.005 101.695C115.288 90.8815 129.442 97.6367 116.005 101.695V101.695Z" fill="#76ECFF"/>\n<path opacity="0.4" d="M116.005 101.695C106.528 91.3522 122.142 92.7626 116.005 101.695V101.695Z" fill="#76ECFF"/>\n<path d="M127.116 75.169C126.843 75.169 126.621 74.9463 126.621 74.6742V73.3379C126.645 73.0657 126.893 72.843 127.165 72.843C127.437 72.843 127.66 73.0657 127.66 73.3379V74.6742C127.635 74.9463 127.413 75.169 127.14 75.169H127.116Z" fill="black"/>\n<path d="M128.798 71.7049C128.576 71.7049 128.378 71.5564 128.328 71.3337C128.254 71.0615 128.402 70.7893 128.675 70.7151L129.961 70.3687C130.233 70.2944 130.506 70.4429 130.58 70.7151C130.654 70.9873 130.506 71.2595 130.233 71.3337L128.947 71.6801C128.897 71.6801 128.848 71.6801 128.823 71.6801L128.798 71.7049Z" fill="black"/>\n<path d="M128.922 73.4866C128.823 73.4866 128.699 73.4619 128.625 73.3877L127.907 72.8185C127.685 72.6453 127.66 72.3484 127.833 72.1257C128.006 71.903 128.303 71.8782 128.526 72.0514L129.244 72.6205C129.466 72.7938 129.491 73.0907 129.318 73.3134C129.219 73.4371 129.07 73.5114 128.922 73.5114V73.4866Z" fill="black"/>\n<path d="M125.705 70.4924C126.373 69.6264 127.437 69.5274 128.155 70.0965C128.873 70.6657 129.046 71.7297 128.378 72.571C127.71 73.4371 126.646 73.536 125.928 72.9669C125.186 72.3978 125.037 71.3337 125.705 70.4924Z" fill="#232020"/>\n<path d="M126.942 73.8325C126.472 73.8325 126.027 73.6841 125.631 73.3624C124.641 72.5953 124.517 71.2344 125.334 70.1951C125.73 69.6754 126.274 69.3538 126.868 69.2795C127.462 69.2053 128.031 69.3538 128.501 69.725C128.972 70.0961 129.268 70.6158 129.318 71.2096C129.367 71.8035 129.194 72.3973 128.798 72.917C128.303 73.5356 127.635 73.8573 126.967 73.8573L126.942 73.8325ZM127.14 70.2446C127.091 70.2446 127.041 70.2446 126.967 70.2446C126.646 70.294 126.324 70.4921 126.076 70.789C125.606 71.4076 125.656 72.1499 126.2 72.5706C126.744 72.9912 127.487 72.8675 127.957 72.2489C128.204 71.952 128.303 71.5808 128.279 71.2591C128.254 70.9374 128.081 70.6653 127.833 70.4673C127.611 70.2941 127.363 70.2198 127.116 70.2198L127.14 70.2446Z" fill="black"/>\n<path d="M125.285 72.3481L123.478 72.2986C123.206 72.2986 122.983 72.0759 122.983 71.8037C122.983 71.5315 123.231 71.3088 123.478 71.3088L125.285 71.3583C125.557 71.3583 125.779 71.581 125.779 71.8532C125.779 72.1254 125.557 72.3481 125.285 72.3481Z" fill="black"/>\n<path d="M126.942 70.2449C126.72 70.2449 126.522 70.0964 126.472 69.8737L126.002 68.1416C125.928 67.8694 126.076 67.5972 126.349 67.5229C126.621 67.4487 126.893 67.5972 126.967 67.8694L127.437 69.6015C127.512 69.8737 127.363 70.1459 127.091 70.2201C127.041 70.2201 126.992 70.2201 126.967 70.2201L126.942 70.2449Z" fill="black"/>\n<path d="M125.705 70.9869C125.606 70.9869 125.482 70.9622 125.408 70.8879L124.122 69.8734C123.899 69.7002 123.874 69.4033 124.047 69.1806C124.221 68.9579 124.517 68.9331 124.74 69.1063L126.027 70.1208C126.25 70.294 126.274 70.591 126.101 70.8137C126.002 70.9374 125.854 71.0117 125.705 71.0117V70.9869Z" fill="black"/>\n<path opacity="0.4" d="M127.091 71.8035C120.435 82.6663 131.372 80.3651 127.091 71.8035V71.8035Z" fill="#76ECFF"/>\n<path opacity="0.4" d="M127.091 71.8035C119.89 75.8616 128.031 85.6357 127.091 71.8035V71.8035Z" fill="#76ECFF"/>\n<path opacity="0.4" d="M127.091 71.8035C115.016 75.9111 124.913 81.1074 127.091 71.8035V71.8035Z" fill="#76ECFF"/>\n<path opacity="0.4" d="M127.091 71.8037C118.95 70.319 118.975 83.0377 127.091 71.8037V71.8037Z" fill="#76ECFF"/>\n<path d="M86.5098 180.11C86.3365 180.11 86.1386 180.011 86.0643 179.838C85.9406 179.591 86.0643 179.294 86.2871 179.17L87.45 178.601C87.6975 178.477 87.9944 178.601 88.1182 178.824C88.2419 179.071 88.1181 179.368 87.8954 179.492L86.7324 180.061C86.6582 180.086 86.584 180.11 86.5098 180.11Z" fill="black"/>\n<path d="M83.8374 179.838C83.7384 179.838 83.6147 179.814 83.5157 179.739L82.5507 178.948C82.328 178.774 82.3032 178.453 82.4764 178.255C82.6496 178.032 82.9713 178.007 83.1693 178.181L84.1343 178.972C84.357 179.146 84.3818 179.467 84.2085 179.665C84.1096 179.789 83.9611 179.838 83.8126 179.838H83.8374Z" fill="black"/>\n<path d="M85.1983 179.74C85.1983 179.74 85.1488 179.74 85.1241 179.74C84.8519 179.69 84.6787 179.443 84.7034 179.171L84.8271 178.403C84.8766 178.131 85.1241 177.958 85.3963 177.983C85.6685 178.032 85.8417 178.28 85.8169 178.552L85.6932 179.319C85.6685 179.566 85.4458 179.74 85.1983 179.74Z" fill="black"/>\n<path d="M84.8272 181.892C83.7384 181.768 83.1198 181.076 83.2188 180.284C83.3425 179.492 84.159 178.948 85.2478 179.071C86.3366 179.195 86.9552 179.888 86.8562 180.68C86.7325 181.471 85.9159 182.016 84.8272 181.892Z" fill="#232020"/>\n<path d="M85.0745 182.387C84.9755 182.387 84.8518 182.387 84.7528 182.387C84.0352 182.313 83.4414 182.016 83.0702 181.521C82.7733 181.15 82.6495 180.68 82.7238 180.209C82.8722 179.145 83.9858 178.428 85.2972 178.576C86.0148 178.651 86.6087 178.947 86.9798 179.442C87.2768 179.814 87.4005 180.284 87.3263 180.754C87.1778 181.744 86.2375 182.412 85.0745 182.412V182.387ZM84.8765 181.397C85.6436 181.471 86.287 181.125 86.3612 180.605C86.386 180.407 86.3612 180.209 86.2128 180.036C86.0148 179.789 85.6436 179.591 85.1982 179.566C84.4311 179.492 83.7878 179.838 83.7136 180.358C83.6888 180.556 83.7135 180.754 83.862 180.927C84.06 181.174 84.4311 181.372 84.8765 181.397Z" fill="black"/>\n<path d="M87.1036 183.401C86.9551 183.401 86.7819 183.327 86.683 183.179L85.7922 181.867C85.6437 181.645 85.6932 181.323 85.9159 181.174C86.1386 181.026 86.4603 181.075 86.6087 181.298L87.4996 182.61C87.648 182.832 87.5985 183.154 87.3758 183.303C87.3016 183.352 87.2026 183.377 87.1036 183.377V183.401Z" fill="black"/>\n<path d="M82.3032 182.907C82.1548 182.907 82.031 182.857 81.9321 182.734C81.7588 182.536 81.7836 182.214 81.9815 182.041L83.2435 180.952C83.4415 180.779 83.7632 180.804 83.9364 181.001C84.1096 181.199 84.0848 181.521 83.8869 181.694L82.6249 182.783C82.5259 182.857 82.427 182.907 82.3032 182.907Z" fill="black"/>\n<path d="M84.6044 183.748C84.6044 183.748 84.5549 183.748 84.5302 183.748C84.258 183.699 84.0848 183.451 84.1095 183.179L84.3075 181.818C84.357 181.546 84.6044 181.373 84.8766 181.397C85.1488 181.447 85.322 181.694 85.2973 181.966L85.0993 183.327C85.0746 183.575 84.8519 183.748 84.6044 183.748Z" fill="black"/>\n<path opacity="0.4" d="M85.0993 180.457C76.018 171.747 90.2462 177.686 85.0993 180.457V180.457Z" fill="#76ECFF"/>\n<path opacity="0.4" d="M85.0993 180.457C78.9874 181.225 88.1181 168.63 85.0993 180.457V180.457Z" fill="#76ECFF"/>\n<path opacity="0.4" d="M85.0993 180.457C77.6512 172.564 92.8691 168.753 85.0993 180.457V180.457Z" fill="#76ECFF"/>\n<path opacity="0.4" d="M85.0993 180.457C82.5754 166.65 95.0466 176.152 85.0993 180.457V180.457Z" fill="#76ECFF"/>\n<path d="M73.3457 198.644C73.2467 198.644 73.1477 198.619 73.0487 198.545L71.96 197.753C71.7373 197.58 71.6878 197.283 71.861 197.061C72.0342 196.838 72.3312 196.788 72.5539 196.962L73.6426 197.753C73.8653 197.927 73.9148 198.224 73.7416 198.446C73.6426 198.57 73.4941 198.644 73.3457 198.644Z" fill="black"/>\n<path d="M71.4898 195.304C71.4403 195.304 71.3908 195.304 71.3166 195.279C71.0692 195.18 70.9207 194.908 71.0196 194.636L71.4651 193.374C71.564 193.126 71.8362 192.978 72.1084 193.077C72.3559 193.176 72.5043 193.448 72.4054 193.72L71.96 194.982C71.8857 195.18 71.6878 195.304 71.4898 195.304Z" fill="black"/>\n<path d="M72.1579 196.492C71.9352 196.492 71.762 196.343 71.6878 196.145C71.6135 195.873 71.762 195.601 72.0094 195.527L72.8755 195.255C73.1477 195.18 73.4199 195.329 73.4941 195.576C73.5683 195.848 73.4199 196.121 73.1724 196.195L72.3064 196.467C72.2569 196.467 72.2074 196.467 72.1579 196.467V196.492Z" fill="black"/>\n<path d="M69.1143 196.937C68.7926 195.898 69.2875 194.957 70.2031 194.685C71.0939 194.413 72.0342 194.883 72.3559 195.922C72.6775 196.962 72.1826 197.902 71.2671 198.174C70.3763 198.446 69.436 197.976 69.1143 196.937Z" fill="#232020"/>\n<path d="M70.7722 198.744C69.8319 198.744 68.9659 198.1 68.6442 197.086C68.2483 195.824 68.8669 194.587 70.0547 194.215C71.2424 193.844 72.4301 194.512 72.826 195.774C73.2219 197.036 72.6033 198.274 71.4156 198.645C71.1929 198.719 70.9702 198.744 70.7722 198.744ZM70.698 195.106C70.5743 195.106 70.4506 195.106 70.3516 195.156C69.6835 195.354 69.3618 196.047 69.6092 196.789C69.8319 197.531 70.4753 197.902 71.1434 197.704C71.8115 197.506 72.1332 196.814 71.8857 196.071C71.6878 195.477 71.2424 195.106 70.698 195.106Z" fill="black"/>\n<path d="M68.9412 200.005C68.8422 200.005 68.7432 199.981 68.6442 199.906C68.4215 199.733 68.372 199.436 68.5452 199.214L69.6093 197.754C69.7825 197.531 70.0794 197.481 70.3021 197.655C70.5248 197.828 70.5743 198.125 70.4011 198.348L69.3371 199.807C69.2381 199.931 69.0896 200.005 68.9412 200.005Z" fill="black"/>\n<path d="M69.2133 195.997C69.1638 195.997 69.1143 195.997 69.0401 195.972L67.3327 195.378C67.0853 195.279 66.9368 195.007 67.0358 194.735C67.1348 194.487 67.407 194.339 67.6791 194.438L69.3865 195.032C69.634 195.131 69.7825 195.403 69.6835 195.675C69.6092 195.873 69.4113 195.997 69.2133 195.997Z" fill="black"/>\n<path d="M67.5554 197.927C67.3327 197.927 67.1595 197.778 67.0852 197.58C67.011 197.308 67.1595 197.036 67.4069 196.962L68.9906 196.467C69.2628 196.393 69.5349 196.541 69.6092 196.789C69.6834 197.036 69.5349 197.333 69.2875 197.407L67.7039 197.902C67.6544 197.902 67.6049 197.902 67.5554 197.902V197.927Z" fill="black"/>\n<path opacity="0.4" d="M71.1929 196.343C62.1116 187.633 76.3398 193.572 71.1929 196.343V196.343Z" fill="#76ECFF"/>\n<path opacity="0.4" d="M71.1929 196.343C65.081 197.11 74.2117 184.515 71.1929 196.343V196.343Z" fill="#76ECFF"/>\n<path opacity="0.4" d="M71.1929 196.343C63.7448 188.45 78.9627 184.639 71.1929 196.343V196.343Z" fill="#76ECFF"/>\n<path opacity="0.4" d="M71.1929 196.343C68.6689 182.536 81.1402 192.038 71.1929 196.343V196.343Z" fill="#76ECFF"/>\n<path d="M79.5071 107.04C79.2844 107.04 79.0864 106.892 79.0122 106.644C78.9627 106.372 79.1112 106.125 79.3834 106.051L80.6949 105.754C80.967 105.704 81.2145 105.853 81.2887 106.125C81.3629 106.397 81.1897 106.644 80.9175 106.719L79.6061 107.016C79.5813 107.016 79.5318 107.016 79.5071 107.016V107.04Z" fill="black"/>\n<path d="M77.0821 105.926C76.9089 105.926 76.7357 105.827 76.6615 105.679L76.0181 104.491C75.8944 104.244 75.9686 103.947 76.216 103.823C76.4635 103.699 76.7604 103.774 76.8842 104.021L77.5275 105.209C77.6512 105.456 77.577 105.753 77.3295 105.877C77.2553 105.926 77.1811 105.951 77.0821 105.951V105.926Z" fill="black"/>\n<path d="M78.4183 106.224C78.3441 106.224 78.2698 106.224 78.2204 106.174C77.9729 106.05 77.8492 105.778 77.9729 105.531L78.3441 104.69C78.4678 104.442 78.74 104.318 78.9874 104.442C79.2349 104.566 79.3586 104.838 79.2349 105.085L78.8637 105.927C78.7895 106.1 78.5915 106.224 78.4183 106.224Z" fill="black"/>\n<path d="M77.1068 108.624C76.117 108.179 75.7459 107.189 76.1418 106.323C76.5377 105.457 77.5027 105.086 78.4925 105.531C79.4823 105.977 79.8535 106.966 79.4576 107.832C79.0616 108.698 78.0966 109.07 77.1068 108.624Z" fill="#232020"/>\n<path d="M77.9481 109.292C77.6017 109.292 77.2553 109.218 76.9089 109.069C75.6964 108.525 75.1767 107.263 75.6964 106.124C76.216 104.986 77.5027 104.541 78.7152 105.085C79.3091 105.357 79.7545 105.803 79.9772 106.347C80.1999 106.892 80.1752 107.485 79.9525 108.03C79.705 108.574 79.2596 108.995 78.7152 109.168C78.4678 109.242 78.2203 109.292 77.9729 109.292H77.9481ZM77.6759 105.827C77.2058 105.827 76.7851 106.075 76.5872 106.52C76.2902 107.164 76.5872 107.857 77.3048 108.154C77.6512 108.302 78.0224 108.327 78.3441 108.228C78.641 108.129 78.8884 107.906 79.0122 107.609C79.1359 107.312 79.1606 106.99 79.0122 106.694C78.8884 106.372 78.6162 106.124 78.2698 105.976C78.0471 105.877 77.8492 105.827 77.6512 105.827H77.6759Z" fill="black"/>\n<path d="M78.9379 110.95C78.7152 110.95 78.5173 110.801 78.443 110.554L78.0471 108.797C77.9976 108.525 78.1461 108.278 78.4183 108.203C78.6905 108.154 78.9379 108.302 79.0122 108.574L79.4081 110.331C79.4576 110.603 79.3091 110.851 79.0369 110.925C79.0122 110.925 78.9627 110.925 78.9379 110.925V110.95Z" fill="black"/>\n<path d="M74.5334 108.97C74.3602 108.97 74.1869 108.871 74.1127 108.723C73.989 108.475 74.0632 108.178 74.3107 108.055L75.8943 107.164C76.1418 107.04 76.4387 107.114 76.5624 107.362C76.6861 107.609 76.6119 107.906 76.3645 108.03L74.7808 108.921C74.7066 108.97 74.6323 108.995 74.5334 108.995V108.97Z" fill="black"/>\n<path d="M76.4387 110.603C76.3645 110.603 76.2903 110.603 76.2408 110.554C75.9933 110.43 75.8696 110.158 75.9933 109.911L76.6614 108.401C76.7851 108.154 77.0573 108.03 77.3048 108.154C77.5522 108.277 77.6759 108.55 77.5522 108.797L76.8841 110.307C76.8099 110.48 76.6119 110.603 76.4387 110.603Z" fill="black"/>\n<path opacity="0.4" d="M78.0224 106.669C72.826 109.316 86.9057 115.552 78.0224 106.669V106.669Z" fill="#76ECFF"/>\n<path opacity="0.4" d="M78.0224 106.669C66.0955 104.145 79.0369 112.731 78.0224 106.669V106.669Z" fill="#76ECFF"/>\n<path opacity="0.4" d="M78.0224 106.669C77.3048 95.8553 91.4587 102.611 78.0224 106.669V106.669Z" fill="#76ECFF"/>\n<path opacity="0.4" d="M78.0224 106.669C68.5452 96.3256 84.159 97.736 78.0224 106.669V106.669Z" fill="#76ECFF"/>\n<path d="M56.2472 101.101C56.0245 101.101 55.8265 100.953 55.7523 100.705C55.7028 100.433 55.8513 100.186 56.1235 100.112L57.4349 99.8146C57.7071 99.7651 57.9545 99.9136 58.0288 100.186C58.0783 100.458 57.9298 100.705 57.6576 100.78L56.3462 101.077C56.3214 101.077 56.2719 101.077 56.2472 101.077V101.101Z" fill="black"/>\n<path d="M53.8222 100.012C53.649 100.012 53.4758 99.9134 53.4015 99.765L52.7582 98.5772C52.6345 98.3298 52.7087 98.0328 52.9561 97.9091C53.2036 97.7854 53.5005 97.8596 53.6242 98.1071L54.2676 99.2948C54.3913 99.5423 54.3171 99.8392 54.0696 99.9629C53.9954 100.012 53.9212 100.037 53.8222 100.037V100.012Z" fill="black"/>\n<path d="M55.1584 100.285C55.0841 100.285 55.0099 100.285 54.9604 100.235C54.713 100.112 54.5893 99.8396 54.713 99.5921L55.0842 98.7508C55.2079 98.5034 55.4801 98.3796 55.7275 98.5034C55.975 98.6271 56.0987 98.8992 55.975 99.1467L55.6038 99.988C55.5296 100.161 55.3316 100.285 55.1584 100.285Z" fill="black"/>\n<path d="M53.8469 102.685C52.8572 102.24 52.486 101.25 52.8819 100.384C53.2778 99.5177 54.2428 99.1465 55.2326 99.5919C56.2224 100.037 56.5936 101.027 56.1977 101.893C55.8018 102.759 54.8367 103.13 53.8469 102.685Z" fill="#232020"/>\n<path d="M54.6883 103.353C54.3418 103.353 53.9954 103.279 53.649 103.131C53.0551 102.859 52.6097 102.413 52.387 101.869C52.1643 101.324 52.1891 100.73 52.4118 100.186C52.6592 99.6417 53.1046 99.2211 53.649 99.0479C54.2181 98.8499 54.8367 98.8746 55.4306 99.1468C56.6431 99.6912 57.1627 100.953 56.6431 102.091C56.2719 102.908 55.5048 103.378 54.6635 103.378L54.6883 103.353ZM54.4161 99.8891C54.2676 99.8891 54.1439 99.8892 53.9954 99.9634C53.6985 100.062 53.451 100.285 53.3273 100.582C53.2036 100.879 53.1789 101.201 53.3273 101.498C53.451 101.819 53.7232 102.067 54.0697 102.215C54.7625 102.537 55.4801 102.289 55.777 101.671C56.074 101.027 55.777 100.335 55.0594 100.038C54.8615 99.9387 54.6388 99.8891 54.4408 99.8891H54.4161Z" fill="black"/>\n<path d="M55.678 105.011C55.4553 105.011 55.2573 104.863 55.1831 104.616L54.7872 102.859C54.7377 102.586 54.8862 102.339 55.1584 102.265C55.4306 102.215 55.678 102.364 55.7522 102.636L56.1482 104.393C56.1976 104.665 56.0492 104.912 55.777 104.987C55.7522 104.987 55.7027 104.987 55.678 104.987V105.011Z" fill="black"/>\n<path d="M51.2735 103.031C51.1003 103.031 50.927 102.932 50.8528 102.784C50.7291 102.536 50.8033 102.24 51.0508 102.116L52.6344 101.225C52.8819 101.101 53.1788 101.176 53.3025 101.423C53.4262 101.67 53.352 101.967 53.1046 102.091L51.5209 102.982C51.4467 103.031 51.3725 103.056 51.2735 103.056V103.031Z" fill="black"/>\n<path d="M53.1788 104.689C53.1046 104.689 53.0303 104.689 52.9809 104.64C52.7334 104.516 52.6097 104.244 52.7334 103.997L53.4015 102.487C53.5252 102.24 53.7974 102.116 54.0449 102.24C54.2923 102.363 54.416 102.636 54.2923 102.883L53.6242 104.392C53.55 104.566 53.352 104.689 53.1788 104.689Z" fill="black"/>\n<path opacity="0.4" d="M54.7625 100.755C49.5661 103.403 63.6458 109.638 54.7625 100.755V100.755Z" fill="#76ECFF"/>\n<path opacity="0.4" d="M54.7625 100.755C42.8356 98.231 55.777 106.817 54.7625 100.755V100.755Z" fill="#76ECFF"/>\n<path opacity="0.4" d="M54.7625 100.755C54.0449 89.9418 68.1988 96.697 54.7625 100.755V100.755Z" fill="#76ECFF"/>\n<path opacity="0.4" d="M54.7625 100.755C45.2853 90.4118 60.8991 91.8222 54.7625 100.755V100.755Z" fill="#76ECFF"/>\n<path d="M84.4065 120.798C84.1838 120.798 83.9858 120.65 83.9116 120.402C83.8621 120.13 84.0106 119.883 84.2828 119.808L85.5942 119.511C85.8664 119.462 86.1138 119.61 86.1881 119.883C86.2376 120.155 86.0891 120.402 85.8169 120.476L84.5054 120.773C84.4807 120.773 84.4312 120.773 84.4065 120.773V120.798Z" fill="black"/>\n<path d="M81.9568 119.709C81.7836 119.709 81.6103 119.61 81.5361 119.462L80.8928 118.274C80.769 118.027 80.8433 117.73 81.0907 117.606C81.3382 117.482 81.6351 117.557 81.7588 117.804L82.4022 118.992C82.5259 119.239 82.4517 119.536 82.2042 119.66C82.13 119.709 82.0558 119.734 81.9568 119.734V119.709Z" fill="black"/>\n<path d="M83.293 120.006C83.2188 120.006 83.1445 120.006 83.0951 119.957C82.8476 119.833 82.7239 119.561 82.8476 119.313L83.2188 118.472C83.3425 118.225 83.6147 118.101 83.8621 118.225C84.1096 118.348 84.2333 118.62 84.1096 118.868L83.7384 119.709C83.6642 119.882 83.4662 120.006 83.293 120.006Z" fill="black"/>\n<path d="M82.0062 122.382C81.0165 121.937 80.6453 120.947 81.0412 120.081C81.4371 119.215 82.4021 118.844 83.3919 119.289C84.3817 119.734 84.7529 120.724 84.357 121.59C83.9611 122.456 82.996 122.827 82.0062 122.382Z" fill="#232020"/>\n<path d="M82.8475 123.075C82.5011 123.075 82.1547 123 81.8083 122.852C81.2144 122.58 80.769 122.134 80.5463 121.59C80.3236 121.046 80.3483 120.452 80.571 119.907C80.8185 119.363 81.2639 118.942 81.8083 118.769C82.3774 118.571 82.996 118.596 83.5899 118.868C84.8023 119.412 85.322 120.674 84.8024 121.813C84.5549 122.357 84.1095 122.778 83.5651 122.951C83.3177 123.025 83.0702 123.075 82.8228 123.075H82.8475ZM82.5753 119.61C82.4269 119.61 82.3031 119.61 82.1547 119.685C81.8577 119.784 81.6103 120.006 81.4866 120.303C81.3629 120.6 81.3381 120.922 81.4866 121.219C81.6103 121.54 81.8825 121.788 82.2289 121.936C82.5753 122.085 82.9465 122.11 83.2682 122.011C83.5651 121.912 83.8126 121.689 83.9363 121.392C84.2332 120.749 83.9363 120.056 83.2187 119.759C83.0207 119.66 82.798 119.61 82.6001 119.61H82.5753Z" fill="black"/>\n<path d="M83.8373 124.732C83.6146 124.732 83.4167 124.584 83.3424 124.336L82.9465 122.58C82.897 122.307 83.0455 122.06 83.3177 121.986C83.5899 121.936 83.8373 122.085 83.9116 122.357L84.3075 124.114C84.357 124.386 84.2085 124.633 83.9363 124.708C83.9116 124.708 83.8621 124.708 83.8373 124.708V124.732Z" fill="black"/>\n<path d="M79.4081 122.753C79.2349 122.753 79.0617 122.654 78.9874 122.506C78.8637 122.258 78.9379 121.961 79.1854 121.837L80.769 120.947C81.0165 120.823 81.3134 120.897 81.4371 121.145C81.5609 121.392 81.4866 121.689 81.2392 121.813L79.6555 122.704C79.5813 122.753 79.5071 122.778 79.4081 122.778V122.753Z" fill="black"/>\n<path d="M81.3381 124.386C81.2639 124.386 81.1896 124.386 81.1402 124.336C80.8927 124.213 80.769 123.941 80.8927 123.693L81.5608 122.184C81.6846 121.936 81.9567 121.813 82.2042 121.936C82.4516 122.06 82.5754 122.332 82.4516 122.58L81.7835 124.089C81.7093 124.262 81.5113 124.386 81.3381 124.386Z" fill="black"/>\n<path opacity="0.4" d="M82.9219 120.452C77.7255 123.1 91.8052 129.335 82.9219 120.452V120.452Z" fill="#76ECFF"/>\n<path opacity="0.4" d="M82.9218 120.452C70.9949 117.928 83.9364 126.514 82.9218 120.452V120.452Z" fill="#76ECFF"/>\n<path opacity="0.4" d="M82.9218 120.451C82.2042 109.638 96.3581 116.393 82.9218 120.451V120.451Z" fill="#76ECFF"/>\n<path opacity="0.4" d="M82.9218 120.452C73.4446 110.108 89.0584 111.519 82.9218 120.452V120.452Z" fill="#76ECFF"/>\n<path d="M95.4673 152.669C95.2446 152.669 95.0466 152.52 94.9724 152.273C94.9229 152.001 95.0714 151.753 95.3436 151.679L96.6551 151.382C96.9272 151.333 97.1747 151.481 97.2489 151.753C97.2984 152.026 97.1499 152.273 96.8777 152.347L95.5663 152.644C95.5415 152.644 95.492 152.644 95.4673 152.644V152.669Z" fill="black"/>\n<path d="M93.0176 151.556C92.8444 151.556 92.6712 151.457 92.5969 151.308L91.9536 150.12C91.8299 149.873 91.9041 149.576 92.1515 149.452C92.399 149.329 92.6959 149.403 92.8196 149.65L93.463 150.838C93.5867 151.085 93.5125 151.382 93.265 151.506C93.1908 151.556 93.1166 151.58 93.0176 151.58V151.556Z" fill="black"/>\n<path d="M94.3538 151.853C94.2796 151.853 94.2054 151.853 94.1559 151.803C93.9084 151.679 93.7847 151.407 93.9084 151.16L94.2796 150.318C94.4033 150.071 94.6755 149.947 94.923 150.071C95.1704 150.195 95.2942 150.467 95.1704 150.714L94.7993 151.556C94.725 151.729 94.5271 151.853 94.3538 151.853Z" fill="black"/>\n<path d="M93.0671 154.253C92.0773 153.807 91.7061 152.817 92.102 151.951C92.498 151.085 93.463 150.714 94.4528 151.16C95.4426 151.605 95.8137 152.595 95.4178 153.461C95.0219 154.327 94.0569 154.698 93.0671 154.253Z" fill="#232020"/>\n<path d="M93.8837 154.921C93.5373 154.921 93.1909 154.846 92.8444 154.698C92.2506 154.426 91.8052 153.98 91.5825 153.436C91.3598 152.892 91.3845 152.298 91.6072 151.753C91.8547 151.209 92.3001 150.788 92.8444 150.615C93.4136 150.417 94.0322 150.442 94.626 150.714C95.2199 150.986 95.6653 151.432 95.888 151.976C96.1107 152.52 96.086 153.114 95.8633 153.659C95.6158 154.203 95.1704 154.624 94.626 154.797C94.3786 154.871 94.1312 154.921 93.8837 154.921ZM93.6115 151.456C93.4631 151.456 93.3393 151.456 93.1909 151.531C92.8939 151.629 92.6465 151.852 92.5228 152.149C92.399 152.446 92.3743 152.768 92.5228 153.065C92.6465 153.386 92.9187 153.634 93.2651 153.782C93.6115 153.931 93.9827 153.956 94.3044 153.857C94.6013 153.758 94.8487 153.535 94.9725 153.238C95.0962 152.941 95.1209 152.619 94.9725 152.322C94.8487 152.001 94.5766 151.753 94.2301 151.605C94.0322 151.506 93.8095 151.456 93.6115 151.456Z" fill="black"/>\n<path d="M94.8734 156.579C94.6507 156.579 94.4527 156.43 94.3785 156.183L93.9826 154.426C93.9331 154.154 94.0816 153.906 94.3538 153.832C94.626 153.783 94.8734 153.931 94.9476 154.203L95.3436 155.96C95.393 156.232 95.2446 156.48 94.9724 156.554C94.9476 156.554 94.8981 156.554 94.8734 156.554V156.579Z" fill="black"/>\n<path d="M90.4689 154.599C90.2957 154.599 90.1225 154.5 90.0482 154.351C89.9245 154.104 89.9988 153.807 90.2462 153.683L91.8299 152.792C92.0773 152.669 92.3742 152.743 92.498 152.99C92.6217 153.238 92.5474 153.535 92.3 153.658L90.7164 154.549C90.6421 154.599 90.5679 154.623 90.4689 154.623V154.599Z" fill="black"/>\n<path d="M92.399 156.232C92.3247 156.232 92.2505 156.232 92.201 156.183C91.9536 156.059 91.8299 155.787 91.9536 155.54L92.6217 154.03C92.7454 153.783 93.0176 153.659 93.265 153.783C93.5125 153.906 93.6362 154.179 93.5125 154.426L92.8444 155.935C92.7702 156.109 92.5722 156.232 92.399 156.232Z" fill="black"/>\n<path opacity="0.4" d="M93.9827 152.298C88.7863 154.946 102.866 161.181 93.9827 152.298V152.298Z" fill="#76ECFF"/>\n<path opacity="0.4" d="M93.9826 152.298C82.0558 149.774 94.9972 158.36 93.9826 152.298V152.298Z" fill="#76ECFF"/>\n<path opacity="0.4" d="M93.9826 152.298C93.265 141.484 107.419 148.24 93.9826 152.298V152.298Z" fill="#76ECFF"/>\n<path opacity="0.4" d="M93.9826 152.298C84.5055 141.955 100.119 143.365 93.9826 152.298V152.298Z" fill="#76ECFF"/>\n<path d="M49.1702 121.912C48.9475 121.912 48.7496 121.763 48.6754 121.516C48.6259 121.244 48.7743 120.996 49.0465 120.922L50.358 120.625C50.6302 120.575 50.8776 120.724 50.9518 120.996C51.0013 121.268 50.8529 121.516 50.5807 121.59L49.2692 121.887C49.2445 121.887 49.195 121.887 49.1702 121.887V121.912Z" fill="black"/>\n<path d="M46.7205 120.798C46.5473 120.798 46.3741 120.699 46.2998 120.55L45.6565 119.363C45.5327 119.115 45.607 118.818 45.8544 118.695C46.1019 118.571 46.3988 118.645 46.5225 118.892L47.1659 120.08C47.2896 120.328 47.2154 120.625 46.9679 120.748C46.8937 120.798 46.8195 120.823 46.7205 120.823V120.798Z" fill="black"/>\n<path d="M48.0567 121.095C47.9825 121.095 47.9082 121.095 47.8587 121.045C47.6113 120.922 47.4876 120.649 47.6113 120.402L47.9824 119.561C48.1062 119.313 48.3784 119.189 48.6258 119.313C48.8732 119.437 48.997 119.709 48.8732 119.957L48.5021 120.798C48.4278 120.971 48.2299 121.095 48.0567 121.095Z" fill="black"/>\n<path d="M46.7699 123.495C45.7802 123.05 45.409 122.06 45.8049 121.194C46.2008 120.328 47.1659 119.957 48.1557 120.402C49.1454 120.847 49.5166 121.837 49.1207 122.703C48.7248 123.569 47.7597 123.94 46.7699 123.495Z" fill="#232020"/>\n<path d="M47.6113 124.163C47.2649 124.163 46.9184 124.089 46.572 123.941C45.9781 123.668 45.5327 123.223 45.31 122.679C45.0873 122.134 45.1121 121.54 45.3348 120.996C45.5822 120.452 46.0276 120.031 46.572 119.858C47.1411 119.66 47.7597 119.684 48.3536 119.957C48.9475 120.229 49.3929 120.674 49.6156 121.219C49.8383 121.763 49.8135 122.357 49.5908 122.901C49.3434 123.446 48.898 123.866 48.3536 124.04C48.1062 124.114 47.8587 124.163 47.6113 124.163ZM47.3391 120.699C47.1906 120.699 47.0669 120.699 46.9184 120.773C46.6215 120.872 46.374 121.095 46.2503 121.392C46.1266 121.689 46.1019 122.01 46.2503 122.307C46.374 122.629 46.6462 122.876 46.9927 123.025C47.3391 123.173 47.7103 123.198 48.032 123.099C48.3289 123 48.5763 122.778 48.7 122.481C48.8238 122.184 48.8485 121.862 48.7 121.565C48.5763 121.243 48.3041 120.996 47.9577 120.847C47.7597 120.748 47.537 120.699 47.3391 120.699Z" fill="black"/>\n<path d="M48.6011 125.821C48.3784 125.821 48.1805 125.673 48.1062 125.425L47.7103 123.669C47.6608 123.396 47.8093 123.149 48.0815 123.075C48.3537 123.025 48.6011 123.174 48.6754 123.446L49.0713 125.203C49.1208 125.475 48.9723 125.722 48.7001 125.797C48.6754 125.797 48.6259 125.797 48.6011 125.797V125.821Z" fill="black"/>\n<path d="M44.1965 123.841C44.0233 123.841 43.8501 123.742 43.7759 123.594C43.6521 123.347 43.7264 123.05 43.9738 122.926L45.5575 122.035C45.8049 121.911 46.1019 121.986 46.2256 122.233C46.3493 122.481 46.2751 122.777 46.0276 122.901L44.444 123.792C44.3698 123.841 44.2955 123.866 44.1965 123.866V123.841Z" fill="black"/>\n<path d="M46.1019 125.475C46.0277 125.475 45.9534 125.475 45.9039 125.425C45.6565 125.302 45.5328 125.029 45.6565 124.782L46.3246 123.273C46.4483 123.025 46.7205 122.901 46.968 123.025C47.2154 123.149 47.3391 123.421 47.2154 123.668L46.5473 125.178C46.4731 125.351 46.2751 125.475 46.1019 125.475Z" fill="black"/>\n<path opacity="0.4" d="M47.6855 121.54C35.1153 121.862 49.6156 127.034 47.6855 121.54V121.54Z" fill="#76ECFF"/>\n<path opacity="0.4" d="M47.6855 121.54C36.7979 116.047 47.1164 127.652 47.6855 121.54V121.54Z" fill="#76ECFF"/>\n<path opacity="0.4" d="M47.6855 121.54C39.5446 110.108 54.8862 113.424 47.6855 121.54V121.54Z" fill="#76ECFF"/>\n<path opacity="0.4" d="M47.6855 121.54C35.3874 114.76 50.6548 111.098 47.6855 121.54V121.54Z" fill="#76ECFF"/>\n<path d="M74.6324 94.2967C74.4097 94.2967 74.2117 94.1482 74.1375 93.9007C74.088 93.6286 74.2365 93.3811 74.5087 93.3069L75.8201 93.0099C76.0923 92.9604 76.3398 93.1089 76.414 93.3811C76.4635 93.6533 76.315 93.9008 76.0428 93.975L74.7314 94.2719C74.7066 94.2719 74.6571 94.2719 74.6324 94.2719V94.2967Z" fill="black"/>\n<path d="M72.2074 93.2077C72.0342 93.2077 71.861 93.1087 71.7867 92.9603L71.1434 91.7725C71.0196 91.5251 71.0939 91.2281 71.3413 91.1044C71.5888 90.9807 71.8857 91.0549 72.0094 91.3024L72.6528 92.4901C72.7765 92.7376 72.7023 93.0345 72.4548 93.1582C72.3806 93.2077 72.3064 93.2325 72.2074 93.2325V93.2077Z" fill="black"/>\n<path d="M73.5436 93.5047C73.4694 93.5047 73.3952 93.5047 73.3457 93.4552C73.0982 93.3315 72.9745 93.0593 73.0982 92.8119L73.4694 91.9705C73.5931 91.7231 73.8653 91.5994 74.1127 91.7231C74.3602 91.8468 74.4839 92.119 74.3602 92.3665L73.989 93.2078C73.9148 93.381 73.7168 93.5047 73.5436 93.5047Z" fill="black"/>\n<path d="M72.2321 95.8803C71.2423 95.4349 70.8712 94.4451 71.2671 93.579C71.663 92.713 72.628 92.3418 73.6178 92.7872C74.6076 93.2326 74.9788 94.2224 74.5829 95.0885C74.1869 95.9545 73.2219 96.3257 72.2321 95.8803Z" fill="#232020"/>\n<path d="M73.0735 96.5727C72.7271 96.5727 72.3806 96.4985 72.0342 96.35C71.4403 96.0778 70.9949 95.6324 70.7722 95.0881C70.5495 94.5437 70.5743 93.9498 70.797 93.4054C71.3166 92.2672 72.6033 91.8218 73.8158 92.3662C74.4097 92.6384 74.8551 93.0837 75.0778 93.6281C75.3005 94.1725 75.2757 94.7664 75.053 95.3107C74.6819 96.1273 73.9148 96.5974 73.0735 96.5974V96.5727ZM72.4549 95.4345C73.1477 95.7561 73.8653 95.5087 74.1622 94.8901C74.286 94.5932 74.3107 94.2715 74.1622 93.9746C74.0385 93.6529 73.7663 93.4054 73.4199 93.2569C72.7271 92.9353 72.0095 93.1827 71.7125 93.8014C71.5888 94.0983 71.5641 94.42 71.7125 94.7169C71.8363 95.0386 72.1084 95.286 72.4549 95.4345Z" fill="black"/>\n<path d="M74.0633 98.2307C73.8406 98.2307 73.6426 98.0822 73.5684 97.8348L73.1725 96.0779C73.123 95.8058 73.2714 95.5583 73.5436 95.484C73.8158 95.4345 74.0633 95.583 74.1375 95.8552L74.5334 97.6121C74.5829 97.8843 74.4344 98.1317 74.1622 98.2059C74.1375 98.2059 74.088 98.2059 74.0633 98.2059V98.2307Z" fill="black"/>\n<path d="M69.6587 96.2511C69.4855 96.2511 69.3123 96.1521 69.2381 96.0037C69.1143 95.7562 69.1886 95.4593 69.436 95.3356L71.0197 94.4448C71.2671 94.321 71.5641 94.3953 71.6878 94.6427C71.8115 94.8902 71.7373 95.1871 71.4898 95.3108L69.9062 96.2016C69.8319 96.2511 69.7577 96.2759 69.6587 96.2759V96.2511Z" fill="black"/>\n<path d="M71.5641 97.8845C71.4898 97.8845 71.4156 97.8845 71.3661 97.835C71.1187 97.7113 70.9949 97.4391 71.1187 97.1917L71.7868 95.6822C71.9105 95.4348 72.1827 95.311 72.4301 95.4348C72.6776 95.5585 72.8013 95.8307 72.6776 96.0782L72.0095 97.5875C71.9352 97.7607 71.7373 97.8845 71.5641 97.8845Z" fill="black"/>\n<path opacity="0.4" d="M73.1477 93.95C60.5775 94.2716 75.0778 99.4432 73.1477 93.95V93.95Z" fill="#76ECFF"/>\n<path opacity="0.4" d="M73.1477 93.9498C62.26 88.4565 72.5785 100.062 73.1477 93.9498V93.9498Z" fill="#76ECFF"/>\n<path opacity="0.4" d="M73.1477 93.9495C65.0067 82.5175 80.3484 85.8332 73.1477 93.9495V93.9495Z" fill="#76ECFF"/>\n<path opacity="0.4" d="M73.1477 93.9499C60.8497 87.1699 76.1171 83.5077 73.1477 93.9499V93.9499Z" fill="#76ECFF"/>\n<path d="M57.8555 85.7842C57.6328 85.7842 57.4349 85.6357 57.3607 85.3883C57.3112 85.1161 57.4596 84.8686 57.7318 84.7944L59.0433 84.4975C59.3155 84.448 59.5629 84.5964 59.6371 84.8686C59.6866 85.1408 59.5382 85.3882 59.266 85.4625L57.9545 85.7595C57.9298 85.7595 57.8803 85.7595 57.8555 85.7595V85.7842Z" fill="black"/>\n<path d="M55.4058 84.6958C55.2326 84.6958 55.0594 84.5968 54.9852 84.4483L54.3418 83.2606C54.2181 83.0131 54.2923 82.7162 54.5397 82.5925C54.7872 82.4687 55.0841 82.543 55.2079 82.7904L55.8512 83.9781C55.9749 84.2256 55.9007 84.5226 55.6532 84.6463C55.579 84.6958 55.5048 84.7205 55.4058 84.7205V84.6958Z" fill="black"/>\n<path d="M56.742 84.9681C56.6678 84.9681 56.5935 84.9681 56.5441 84.9186C56.2966 84.7949 56.1729 84.5227 56.2966 84.2753L56.6678 83.4339C56.7915 83.1865 57.0637 83.0628 57.3112 83.1865C57.5586 83.3102 57.6823 83.5824 57.5586 83.8299L57.1874 84.6712C57.1132 84.8444 56.9152 84.9681 56.742 84.9681Z" fill="black"/>\n<path d="M55.4553 87.3681C54.4655 86.9227 54.0943 85.9329 54.4903 85.0668C54.8862 84.2008 55.8512 83.8296 56.841 84.275C57.8308 84.7204 58.202 85.7102 57.806 86.5762C57.4101 87.4423 56.4451 87.8135 55.4553 87.3681Z" fill="#232020"/>\n<path d="M56.2719 88.0359C55.9255 88.0359 55.5791 87.9616 55.2327 87.8131C54.0202 87.2688 53.5005 86.0068 54.0202 84.8686C54.5398 83.7303 55.8265 83.2849 57.039 83.8293C57.6329 84.1015 58.0783 84.5469 58.301 85.0912C58.5237 85.6356 58.4989 86.2295 58.2762 86.7739C58.0288 87.3183 57.5834 87.7389 57.039 87.9122C56.7915 87.9864 56.5441 88.0359 56.2967 88.0359H56.2719ZM56.0245 84.5716C55.5543 84.5716 55.1337 84.8191 54.9357 85.2645C54.6388 85.9079 54.9357 86.6007 55.6533 86.8976C55.9997 87.0461 56.3709 87.0708 56.6926 86.9718C56.9895 86.8729 57.237 86.6502 57.3607 86.3532C57.4844 86.0563 57.5091 85.7346 57.3607 85.4377C57.237 85.116 56.9648 84.8685 56.6183 84.7201C56.3956 84.6211 56.1977 84.5716 55.9997 84.5716H56.0245Z" fill="black"/>\n<path d="M57.2617 89.6941C57.039 89.6941 56.841 89.5456 56.7668 89.2982L56.3709 87.5413C56.3214 87.2691 56.4699 87.0217 56.742 86.9474C57.0142 86.8979 57.2617 87.0464 57.3359 87.3186L57.7318 89.0755C57.7813 89.3477 57.6329 89.5951 57.3607 89.6693C57.3359 89.6693 57.2864 89.6693 57.2617 89.6693V89.6941Z" fill="black"/>\n<path d="M52.8572 87.7145C52.684 87.7145 52.5107 87.6155 52.4365 87.4671C52.3128 87.2196 52.387 86.9227 52.6345 86.799L54.2181 85.9081C54.4656 85.7844 54.7625 85.8587 54.8862 86.1061C55.0099 86.3536 54.9357 86.6505 54.6882 86.7742L53.1046 87.665C53.0304 87.7145 52.9561 87.7393 52.8572 87.7393V87.7145Z" fill="black"/>\n<path d="M54.7872 89.3725C54.713 89.3725 54.6387 89.3725 54.5893 89.323C54.3418 89.1993 54.2181 88.9271 54.3418 88.6796L55.0099 87.1703C55.1336 86.9228 55.4058 86.7991 55.6533 86.9228C55.9007 87.0465 56.0244 87.3187 55.9007 87.5661L55.2326 89.0756C55.1584 89.2488 54.9604 89.3725 54.7872 89.3725Z" fill="black"/>\n<path opacity="0.4" d="M56.3709 85.438C43.8006 85.7597 58.301 90.9313 56.3709 85.438V85.438Z" fill="#76ECFF"/>\n<path opacity="0.4" d="M56.3709 85.4379C45.4833 79.9446 55.8018 91.5498 56.3709 85.4379V85.4379Z" fill="#76ECFF"/>\n<path opacity="0.4" d="M56.3709 85.4382C48.2299 74.0062 63.5715 77.322 56.3709 85.4382V85.4382Z" fill="#76ECFF"/>\n<path opacity="0.4" d="M56.3708 85.4382C44.0728 78.6582 59.3402 74.996 56.3708 85.4382V85.4382Z" fill="#76ECFF"/>\n<path d="M71.2424 107.51C71.0197 107.51 70.8217 107.362 70.7475 107.115C70.698 106.842 70.8465 106.595 71.1187 106.521L72.4301 106.224C72.7023 106.174 72.9498 106.323 73.024 106.595C73.0735 106.867 72.925 107.115 72.6528 107.189L71.3414 107.486C71.3166 107.486 71.2671 107.486 71.2424 107.486V107.51Z" fill="black"/>\n<path d="M68.8174 106.422C68.6442 106.422 68.4709 106.323 68.3967 106.174L67.7534 104.986C67.6296 104.739 67.7039 104.442 67.9513 104.318C68.1988 104.195 68.4957 104.269 68.6194 104.516L69.2628 105.704C69.3865 105.951 69.3123 106.248 69.0648 106.372C68.9906 106.422 68.9164 106.446 68.8174 106.446V106.422Z" fill="black"/>\n<path d="M70.1536 106.719C70.0793 106.719 70.0051 106.719 69.9556 106.669C69.7082 106.545 69.5845 106.273 69.7082 106.026L70.0793 105.184C70.2031 104.937 70.4753 104.813 70.7227 104.937C70.9701 105.061 71.0939 105.333 70.9701 105.58L70.599 106.422C70.5247 106.595 70.3268 106.719 70.1536 106.719Z" fill="black"/>\n<path d="M68.8421 109.094C67.8524 108.649 67.4812 107.659 67.8771 106.793C68.273 105.927 69.2381 105.556 70.2278 106.001C71.2176 106.446 71.5888 107.436 71.1929 108.302C70.797 109.168 69.8319 109.54 68.8421 109.094Z" fill="#232020"/>\n<path d="M69.6834 109.787C69.337 109.787 68.9906 109.713 68.6442 109.564C67.4317 109.02 66.912 107.758 67.4317 106.62C67.9513 105.482 69.238 105.036 70.4505 105.581C71.0444 105.853 71.4898 106.298 71.7125 106.843C71.9352 107.387 71.9104 107.981 71.6877 108.525C71.3166 109.342 70.5495 109.812 69.7082 109.812L69.6834 109.787ZM69.0648 108.649C69.7577 108.971 70.4752 108.723 70.7722 108.104C70.8959 107.808 70.9206 107.486 70.7722 107.189C70.6485 106.867 70.3763 106.62 70.0298 106.471C69.337 106.15 68.6194 106.397 68.3225 107.016C68.0256 107.659 68.3225 108.352 69.0401 108.649H69.0648Z" fill="black"/>\n<path d="M70.6733 111.445C70.4506 111.445 70.2526 111.296 70.1784 111.049L69.7824 109.292C69.733 109.02 69.8814 108.772 70.1536 108.698C70.4258 108.648 70.6733 108.797 70.7475 109.069L71.1434 110.826C71.1929 111.098 71.0444 111.346 70.7722 111.42C70.7475 111.42 70.698 111.42 70.6733 111.42V111.445Z" fill="black"/>\n<path d="M66.2687 109.465C66.0955 109.465 65.9223 109.366 65.8481 109.218C65.7244 108.97 65.7986 108.673 66.046 108.55L67.6297 107.659C67.8771 107.535 68.1741 107.609 68.2978 107.857C68.4215 108.104 68.3473 108.401 68.0998 108.525L66.5162 109.416C66.4419 109.465 66.3677 109.49 66.2687 109.49V109.465Z" fill="black"/>\n<path d="M68.174 111.098C68.0998 111.098 68.0256 111.098 67.9761 111.049C67.7286 110.925 67.6049 110.653 67.7286 110.405L68.3967 108.896C68.5204 108.649 68.7926 108.525 69.0401 108.649C69.2875 108.772 69.4112 109.045 69.2875 109.292L68.6194 110.801C68.5452 110.975 68.3472 111.098 68.174 111.098Z" fill="black"/>\n<path opacity="0.4" d="M69.7577 107.164C57.1875 107.486 71.6878 112.657 69.7577 107.164V107.164Z" fill="#76ECFF"/>\n<path opacity="0.4" d="M69.7577 107.164C58.8701 101.67 69.1886 113.276 69.7577 107.164V107.164Z" fill="#76ECFF"/>\n<path opacity="0.4" d="M69.7576 107.164C61.6167 95.7323 76.9583 99.0481 69.7576 107.164V107.164Z" fill="#76ECFF"/>\n<path opacity="0.4" d="M69.7577 107.164C57.4596 100.384 72.727 96.7213 69.7577 107.164V107.164Z" fill="#76ECFF"/>\n<path d="M39.8662 100.854C39.6435 100.854 39.4456 100.705 39.3713 100.458C39.3218 100.186 39.4703 99.9383 39.7425 99.864L41.054 99.567C41.3261 99.5176 41.5736 99.666 41.6478 99.9382C41.6973 100.21 41.5488 100.458 41.2767 100.532L39.9652 100.829C39.9404 100.829 39.891 100.829 39.8662 100.829V100.854Z" fill="black"/>\n<path d="M37.4413 99.7651C37.268 99.7651 37.0948 99.6661 37.0206 99.5176L36.3772 98.3299C36.2535 98.0824 36.3277 97.7855 36.5752 97.6618C36.8226 97.5381 37.1196 97.6123 37.2433 97.8598L37.8867 99.0475C38.0104 99.295 37.9361 99.5919 37.6887 99.7156C37.6145 99.7651 37.5402 99.7899 37.4413 99.7899V99.7651Z" fill="black"/>\n<path d="M38.7775 100.037C38.7033 100.037 38.629 100.037 38.5796 99.9879C38.3321 99.8642 38.2084 99.592 38.3321 99.3445L38.7033 98.5033C38.827 98.2558 39.0992 98.1321 39.3466 98.2558C39.5941 98.3795 39.7178 98.6517 39.5941 98.8991L39.2229 99.7405C39.1487 99.9137 38.9507 100.037 38.7775 100.037Z" fill="black"/>\n<path d="M37.4907 102.437C36.501 101.992 36.1298 101.002 36.5257 100.136C36.9216 99.2701 37.8867 98.899 38.8765 99.3444C39.8662 99.7898 40.2374 100.78 39.8415 101.646C39.4456 102.512 38.4805 102.883 37.4907 102.437Z" fill="#232020"/>\n<path d="M38.3073 103.106C37.9609 103.106 37.6145 103.031 37.2681 102.883C36.0556 102.339 35.5359 101.077 36.0556 99.9383C36.303 99.3939 36.7484 98.9733 37.2928 98.8001C37.8619 98.6021 38.4805 98.6268 39.0744 98.899C40.2869 99.4434 40.8065 100.705 40.2869 101.844C39.9157 102.66 39.1486 103.13 38.3073 103.13V103.106ZM37.6887 101.992C38.3815 102.314 39.0991 102.066 39.3961 101.448C39.693 100.804 39.3961 100.111 38.6785 99.8145C38.3321 99.6661 37.9609 99.6414 37.6392 99.7404C37.3423 99.8393 37.0948 100.062 36.9711 100.359C36.6742 101.002 36.9711 101.695 37.6887 101.992Z" fill="black"/>\n<path d="M39.2971 104.764C39.0744 104.764 38.8765 104.615 38.8022 104.368L38.4063 102.611C38.3568 102.339 38.5053 102.091 38.7775 102.017C39.0497 101.968 39.2971 102.116 39.3714 102.388L39.7673 104.145C39.8168 104.417 39.6683 104.665 39.3961 104.739C39.3713 104.739 39.3219 104.739 39.2971 104.739V104.764Z" fill="black"/>\n<path d="M34.8926 102.784C34.7194 102.784 34.5462 102.685 34.4719 102.537C34.3482 102.289 34.4224 101.992 34.6699 101.868L36.2535 100.978C36.501 100.854 36.7979 100.928 36.9216 101.176C37.0454 101.423 36.9711 101.72 36.7237 101.844L35.14 102.735C35.0658 102.784 34.9915 102.809 34.8926 102.809V102.784Z" fill="black"/>\n<path d="M36.7979 104.442C36.7236 104.442 36.6494 104.442 36.5999 104.392C36.3525 104.269 36.2287 103.996 36.3525 103.749L37.0206 102.24C37.1443 101.992 37.4165 101.868 37.6639 101.992C37.9114 102.116 38.0351 102.388 37.9114 102.636L37.2433 104.145C37.169 104.318 36.9711 104.442 36.7979 104.442Z" fill="black"/>\n<path opacity="0.4" d="M38.3816 100.508C25.8113 100.829 40.3116 106.001 38.3816 100.508V100.508Z" fill="#76ECFF"/>\n<path opacity="0.4" d="M38.3816 100.507C27.494 95.0142 37.8125 106.619 38.3816 100.507V100.507Z" fill="#76ECFF"/>\n<path opacity="0.4" d="M38.3816 100.508C30.2406 89.0756 45.5822 92.3914 38.3816 100.508V100.508Z" fill="#76ECFF"/>\n<path opacity="0.4" d="M38.3816 100.508C26.0835 93.7275 41.3509 90.0653 38.3816 100.508V100.508Z" fill="#76ECFF"/>\n<path d="M62.4333 136.263C62.2106 136.263 62.0126 136.115 61.9384 135.868C61.8889 135.595 62.0374 135.348 62.3096 135.274L63.621 134.977C63.8932 134.927 64.1406 135.076 64.2149 135.348C64.2644 135.62 64.1159 135.867 63.8437 135.942L62.5323 136.239C62.5075 136.239 62.458 136.239 62.4333 136.239V136.263Z" fill="black"/>\n<path d="M60.0083 135.175C59.8351 135.175 59.6619 135.076 59.5877 134.927L58.9443 133.74C58.8206 133.492 58.8948 133.195 59.1423 133.071C59.3897 132.948 59.6867 133.022 59.8104 133.269L60.4537 134.457C60.5775 134.705 60.5032 135.002 60.2558 135.125C60.1815 135.175 60.1073 135.199 60.0083 135.199V135.175Z" fill="black"/>\n<path d="M61.3445 135.447C61.2703 135.447 61.1961 135.447 61.1466 135.398C60.8991 135.274 60.7754 135.002 60.8991 134.754L61.2703 133.913C61.394 133.665 61.6662 133.542 61.9136 133.665C62.1611 133.789 62.2848 134.061 62.1611 134.309L61.7899 135.15C61.7157 135.323 61.5177 135.447 61.3445 135.447Z" fill="black"/>\n<path d="M60.0331 137.847C59.0433 137.401 58.6721 136.412 59.068 135.546C59.464 134.68 60.429 134.308 61.4188 134.754C62.4086 135.199 62.7797 136.189 62.3838 137.055C61.9879 137.921 61.0229 138.292 60.0331 137.847Z" fill="#232020"/>\n<path d="M60.8744 138.515C60.5279 138.515 60.1815 138.441 59.8351 138.293C59.2412 138.02 58.7958 137.575 58.5731 137.031C58.3504 136.486 58.3752 135.892 58.5979 135.348C59.1175 134.21 60.4042 133.764 61.6167 134.309C62.8292 134.853 63.3488 136.115 62.8292 137.253C62.5817 137.798 62.1363 138.218 61.592 138.392C61.3445 138.466 61.0971 138.515 60.8496 138.515H60.8744ZM60.6022 135.076C60.132 135.076 59.7114 135.323 59.5134 135.769C59.3897 136.066 59.3649 136.387 59.5134 136.684C59.6371 137.006 59.9093 137.253 60.2558 137.402C60.6022 137.55 60.9734 137.575 61.295 137.476C61.592 137.377 61.8394 137.154 61.9631 136.857C62.2601 136.214 61.9631 135.521 61.2455 135.224C61.0228 135.125 60.8249 135.076 60.6269 135.076H60.6022Z" fill="black"/>\n<path d="M61.8642 140.173C61.6415 140.173 61.4435 140.025 61.3693 139.777L60.9734 138.02C60.9239 137.748 61.0724 137.501 61.3446 137.426C61.6167 137.377 61.8642 137.525 61.9384 137.798L62.3343 139.554C62.3838 139.827 62.2354 140.074 61.9632 140.148C61.9384 140.148 61.8889 140.148 61.8642 140.148V140.173Z" fill="black"/>\n<path d="M57.4596 138.194C57.2864 138.194 57.1132 138.095 57.039 137.946C56.9152 137.699 56.9895 137.402 57.2369 137.278L58.8206 136.387C59.068 136.264 59.365 136.338 59.4887 136.585C59.6124 136.833 59.5382 137.13 59.2907 137.253L57.7071 138.144C57.6329 138.194 57.5586 138.219 57.4596 138.219V138.194Z" fill="black"/>\n<path d="M59.365 139.851C59.2908 139.851 59.2165 139.851 59.167 139.802C58.9196 139.678 58.7959 139.406 58.9196 139.158L59.5877 137.649C59.7114 137.402 59.9836 137.278 60.231 137.402C60.4785 137.525 60.6022 137.797 60.4785 138.045L59.8104 139.554C59.7362 139.728 59.5382 139.851 59.365 139.851Z" fill="black"/>\n<path opacity="0.4" d="M60.9487 135.917C55.7523 138.565 69.832 144.8 60.9487 135.917V135.917Z" fill="#76ECFF"/>\n<path opacity="0.4" d="M60.9486 135.917C49.0217 133.393 61.9631 141.979 60.9486 135.917V135.917Z" fill="#76ECFF"/>\n<path opacity="0.4" d="M60.9486 135.917C60.231 125.103 74.3849 131.859 60.9486 135.917V135.917Z" fill="#76ECFF"/>\n<path opacity="0.4" d="M60.9486 135.917C51.4714 125.574 67.0853 126.984 60.9486 135.917V135.917Z" fill="#76ECFF"/>\n<path d="M116.525 90.6592C116.426 90.6592 116.327 90.5849 116.278 90.486C116.203 90.2633 114.743 85.1164 116.995 80.3407C117.045 80.217 117.193 80.1675 117.317 80.217C117.441 80.2665 117.49 80.4149 117.441 80.5387C115.263 85.1164 116.723 90.288 116.748 90.3375C116.797 90.4613 116.723 90.6097 116.574 90.6345C116.574 90.6345 116.525 90.6345 116.5 90.6345L116.525 90.6592Z" fill="#E9EBF2"/>\n<path d="M128.18 95.9053C128.13 95.9053 128.081 95.9052 128.031 95.8557C127.907 95.7567 124.988 93.5545 124.765 87.4179C124.765 87.2694 124.864 87.1704 125.012 87.1704C125.161 87.1704 125.26 87.2694 125.26 87.4179C125.383 90.5109 126.2 92.54 126.868 93.703C127.61 94.9649 128.303 95.4846 128.328 95.4846C128.427 95.5588 128.452 95.732 128.378 95.831C128.328 95.9052 128.254 95.93 128.18 95.93V95.9053Z" fill="#E9EBF2"/>\n<path d="M121.375 103.155C121.276 103.155 121.177 103.081 121.152 102.982C121.103 102.858 121.152 102.71 121.301 102.66C124.097 101.695 126.819 101.671 128.229 101.745C126.992 100.829 124.542 98.825 122.662 95.9051C120.261 92.144 118.307 86.0568 122.736 78.4849C122.81 78.3612 122.959 78.3365 123.082 78.386C123.206 78.4602 123.231 78.6086 123.181 78.7324C119.742 84.6463 119.692 90.3376 123.082 95.6329C125.631 99.5921 129.244 101.869 129.268 101.869C129.367 101.918 129.417 102.042 129.367 102.165C129.318 102.289 129.219 102.339 129.095 102.339C129.046 102.339 125.26 101.844 121.474 103.155C121.449 103.155 121.424 103.155 121.4 103.155H121.375Z" fill="#E9EBF2"/>\n<path d="M91.5082 173.652C91.5082 173.652 91.4587 173.652 91.434 173.652C91.3102 173.603 91.236 173.479 91.2608 173.355C91.2608 173.306 92.498 169.347 95.9127 165.462C98.9811 161.948 104.499 157.766 113.457 157.568C112.046 156.232 107.84 152.1 106.776 148.908C106.726 148.784 106.8 148.636 106.924 148.586C107.048 148.537 107.196 148.611 107.246 148.735C108.483 152.397 114.199 157.544 114.248 157.593C114.323 157.667 114.347 157.766 114.323 157.865C114.298 157.964 114.199 158.014 114.1 158.014C104.994 158.014 99.4017 162.196 96.3334 165.734C92.9929 169.545 91.7804 173.43 91.7804 173.454C91.7556 173.553 91.6567 173.628 91.5329 173.628L91.5082 173.652Z" fill="#E9EBF2"/>\n<path d="M94.1311 176.077C94.1063 176.077 94.0568 176.077 94.0321 176.053C93.9084 176.003 93.8589 175.855 93.9084 175.731C93.9579 175.607 95.4178 172.687 98.2139 171.475C98.3377 171.425 98.4861 171.475 98.5356 171.598C98.5851 171.722 98.5356 171.871 98.4119 171.92C95.789 173.058 94.3538 175.904 94.329 175.929C94.2796 176.028 94.2053 176.077 94.1063 176.077H94.1311Z" fill="#E9EBF2"/>\n<path d="M70.9207 187.089C70.7969 187.089 70.698 186.99 70.6732 186.866C70.6732 186.718 70.2526 183.328 71.663 179.146C72.9497 175.286 76.0923 170.015 83.7136 166.873C83.8373 166.823 83.9858 166.873 84.0353 166.996C84.0848 167.12 84.0353 167.269 83.9116 167.318C76.4635 170.386 73.3951 175.509 72.1331 179.27C70.7722 183.353 71.1681 186.767 71.1681 186.792C71.1681 186.916 71.0939 187.04 70.9454 187.064C70.9454 187.064 70.9454 187.064 70.9207 187.064V187.089Z" fill="#E9EBF2"/>\n<path d="M67.9761 179.294C67.9761 179.294 67.9513 179.294 67.9265 179.294C67.8028 179.294 67.7039 179.146 67.7286 178.997C67.7286 178.874 68.273 175.879 70.5742 172.168C70.6485 172.044 70.7969 172.019 70.9207 172.094C71.0444 172.168 71.0691 172.316 70.9949 172.44C68.7431 176.077 68.2235 179.071 68.2235 179.096C68.2235 179.22 68.0998 179.294 67.9761 179.294Z" fill="#E9EBF2"/>\n<path d="M76.7604 81.256C76.7357 81.256 76.7109 81.256 76.6862 81.256L11.509 59.2086C11.3852 59.1591 11.311 59.0354 11.3605 58.8869C11.41 58.7632 11.5337 58.6889 11.6822 58.7384L76.8594 80.7858C76.9831 80.8353 77.0574 80.9591 77.0079 81.1075C76.9831 81.2065 76.8842 81.2807 76.7852 81.2807L76.7604 81.256Z" fill="#E9EBF2"/>\n<path d="M41.5241 113.746C41.4994 113.746 41.4746 113.746 41.4499 113.746L3.09579 100.78C2.97206 100.73 2.89784 100.606 2.94733 100.458C2.99682 100.334 3.12055 100.26 3.26902 100.309L41.6231 113.276C41.7468 113.325 41.8211 113.449 41.7716 113.597C41.7468 113.696 41.6479 113.771 41.5489 113.771L41.5241 113.746Z" fill="#E9EBF2"/>\n<path d="M46.9927 79.7466C46.9679 79.7466 46.9432 79.7466 46.9185 79.7466L3.09579 64.9246C2.97206 64.8751 2.89784 64.7514 2.94733 64.603C2.99682 64.4792 3.12055 64.405 3.26902 64.4545L47.0917 79.2764C47.2154 79.3259 47.2896 79.4497 47.2401 79.5981C47.2154 79.6971 47.1164 79.7713 47.0174 79.7713L46.9927 79.7466Z" fill="#E9EBF2"/>\n<path d="M51.6941 135.917C51.6694 135.917 51.6447 135.917 51.6199 135.917L7.79726 121.095C7.67354 121.046 7.59931 120.922 7.6488 120.773C7.69829 120.625 7.82203 120.576 7.97049 120.625L51.7931 135.447C51.9169 135.496 51.9911 135.62 51.9416 135.769C51.9168 135.868 51.8179 135.942 51.7189 135.942L51.6941 135.917Z" fill="#E9EBF2"/>\n<path d="M57.9793 113.523C57.9545 113.523 57.9298 113.523 57.905 113.523L14.0824 98.7013C13.9587 98.6518 13.8844 98.5282 13.9339 98.3797C13.9834 98.2312 14.1072 98.1817 14.2556 98.2312L58.0783 113.053C58.202 113.103 58.2762 113.226 58.2267 113.375C58.202 113.474 58.103 113.548 58.004 113.548L57.9793 113.523Z" fill="#E9EBF2"/>\n<path d="M202.76 113.35C202.661 113.35 202.562 113.325 202.488 113.276C202.265 113.127 202.191 112.806 202.339 112.583C203.081 111.445 203.453 110.381 203.799 109.341C204.269 107.906 204.739 106.521 206.175 105.283C206.373 105.11 206.694 105.135 206.867 105.333C207.041 105.531 207.016 105.852 206.818 106.026C205.581 107.09 205.185 108.277 204.739 109.638C204.393 110.678 203.997 111.865 203.18 113.103C203.082 113.251 202.933 113.325 202.76 113.325V113.35Z" fill="#191935"/>\n<path d="M15.8393 79.8458C15.8145 79.8458 15.7898 79.8458 15.7651 79.8458L4.5805 76.0598C4.45678 76.0104 4.38255 75.8867 4.43204 75.7382C4.48153 75.6145 4.60526 75.5402 4.75373 75.5897L15.9383 79.3756C16.062 79.4251 16.1362 79.5489 16.0867 79.6973C16.062 79.7963 15.963 79.8705 15.864 79.8705L15.8393 79.8458Z" fill="#E9EBF2"/>\n</g>\n<defs>\n<clipPath id="clip0_884_63389">\n<rect width="256" height="256" fill="white"/>\n</clipPath>\n</defs>\n</svg>\n';
|
|
3
|
+
const StickerShield = (props) => Sticker({ ...props, svg });
|
|
4
|
+
export {
|
|
5
|
+
StickerShield,
|
|
6
|
+
svg
|
|
7
|
+
};
|