@redneckz/wildless-cms-uni-blocks 0.5.6 → 0.5.8
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/bundle/blocks.schema.json +1 -1
- package/bundle/bundle.umd.js +77 -106
- package/bundle/bundle.umd.min.js +1 -1
- package/cosmos-static/icons/AirPlaneIcon.svg +1 -1
- package/cosmos-static/icons/CarIcon.svg +1 -1
- package/cosmos-static/icons/CinemaIcon.svg +1 -1
- package/cosmos-static/icons/DocsIcon.svg +1 -1
- package/cosmos-static/icons/PackA4Icon.svg +1 -1
- package/cosmos-static/icons/PowerIcon.svg +1 -1
- package/cosmos-static/icons/PumpkinIcon.svg +1 -1
- package/cosmos-static/icons/SoundIcon.svg +1 -1
- package/cosmos-static/icons/WateringCanIcon.svg +1 -1
- package/dist/components/BonusBenefitsBlock/BonusBenefitsBlockContent.d.ts +1 -1
- package/dist/components/Calculator/CalculatorContent.d.ts +1 -1
- package/dist/components/ComparisonTable/ComparisonTableContent.d.ts +1 -1
- package/dist/components/ComparisonTable/TableColumn.d.ts +1 -1
- package/dist/components/Footer/FooterContent.d.ts +1 -1
- package/dist/components/Header/HeaderContent.d.ts +1 -1
- package/dist/components/OfficeServicesBlock/OfficeServicesBlockContent.d.ts +1 -1
- package/dist/components/ProductTile/ProductTileContent.d.ts +1 -1
- package/dist/components/SafeDepositRental/SafeDepositRental.js +1 -6
- package/dist/components/SafeDepositRental/SafeDepositRental.js.map +1 -1
- package/dist/components/SafeDepositRental/YandexMap.js +13 -6
- package/dist/components/SafeDepositRental/YandexMap.js.map +1 -1
- package/dist/components/SafeDepositRental/renderClusterer.d.ts +2 -1
- package/dist/components/SafeDepositRental/renderClusterer.js +16 -18
- package/dist/components/SafeDepositRental/renderClusterer.js.map +1 -1
- package/dist/components/SafeDepositRental/useYandexMaps.d.ts +2 -0
- package/dist/components/SafeDepositRental/useYandexMaps.js +12 -0
- package/dist/components/SafeDepositRental/useYandexMaps.js.map +1 -0
- package/dist/components/TariffsTable/TariffsTableContent.d.ts +1 -1
- package/dist/hooks/useExternalNS.d.ts +2 -0
- package/dist/hooks/useExternalNS.js +39 -0
- package/dist/hooks/useExternalNS.js.map +1 -0
- package/dist/icons/IconName.d.ts +4 -4
- package/dist/icons/IconName.js +3 -3
- package/dist/icons/IconName.js.map +1 -1
- package/dist/ui-kit/BenefitItem/BenefitItemProps.d.ts +1 -1
- package/dist/ui-kit/Select/Select.js +1 -1
- package/dist/ui-kit/Select/Select.js.map +1 -1
- package/dist/ui-kit/SelectCustom/SelectCustom.js +3 -3
- package/dist/ui-kit/SelectCustom/SelectCustom.js.map +1 -1
- package/lib/components/BonusBenefitsBlock/BonusBenefitsBlockContent.d.ts +1 -1
- package/lib/components/Calculator/CalculatorContent.d.ts +1 -1
- package/lib/components/ComparisonTable/ComparisonTableContent.d.ts +1 -1
- package/lib/components/ComparisonTable/TableColumn.d.ts +1 -1
- package/lib/components/ContentPage/computeAPIFallback.js +1 -1
- package/lib/components/Footer/FooterContent.d.ts +1 -1
- package/lib/components/Header/HeaderContent.d.ts +1 -1
- package/lib/components/OfficeServicesBlock/OfficeServicesBlockContent.d.ts +1 -1
- package/lib/components/ProductTile/ProductTileContent.d.ts +1 -1
- package/lib/components/SafeDepositRental/SafeDepositRental.js +1 -6
- package/lib/components/SafeDepositRental/SafeDepositRental.js.map +1 -1
- package/lib/components/SafeDepositRental/YandexMap.js +13 -6
- package/lib/components/SafeDepositRental/YandexMap.js.map +1 -1
- package/lib/components/SafeDepositRental/renderClusterer.d.ts +2 -1
- package/lib/components/SafeDepositRental/renderClusterer.js +16 -18
- package/lib/components/SafeDepositRental/renderClusterer.js.map +1 -1
- package/lib/components/SafeDepositRental/useYandexMaps.d.ts +2 -0
- package/lib/components/SafeDepositRental/useYandexMaps.js +9 -0
- package/lib/components/SafeDepositRental/useYandexMaps.js.map +1 -0
- package/lib/components/TariffsTable/TariffsTableContent.d.ts +1 -1
- package/lib/hooks/useExternalNS.d.ts +2 -0
- package/lib/hooks/useExternalNS.js +35 -0
- package/lib/hooks/useExternalNS.js.map +1 -0
- package/lib/icons/IconName.d.ts +4 -4
- package/lib/icons/IconName.js +3 -3
- package/lib/icons/IconName.js.map +1 -1
- package/lib/ui-kit/BenefitItem/BenefitItemProps.d.ts +1 -1
- package/lib/ui-kit/Select/Select.js +1 -1
- package/lib/ui-kit/Select/Select.js.map +1 -1
- package/lib/ui-kit/SelectCustom/SelectCustom.js +3 -3
- package/lib/ui-kit/SelectCustom/SelectCustom.js.map +1 -1
- package/mobile/bundle/bundle.umd.js +6 -6
- package/mobile/bundle/bundle.umd.min.js +1 -1
- package/mobile/dist/components/BonusBenefitsBlock/BonusBenefitsBlockContent.d.ts +1 -1
- package/mobile/dist/components/Calculator/CalculatorContent.d.ts +1 -1
- package/mobile/dist/components/ComparisonTable/ComparisonTableContent.d.ts +1 -1
- package/mobile/dist/components/ComparisonTable/TableColumn.d.ts +1 -1
- package/mobile/dist/components/Footer/FooterContent.d.ts +1 -1
- package/mobile/dist/components/Header/HeaderContent.d.ts +1 -1
- package/mobile/dist/components/OfficeServicesBlock/OfficeServicesBlockContent.d.ts +1 -1
- package/mobile/dist/components/ProductTile/ProductTileContent.d.ts +1 -1
- package/mobile/dist/components/SafeDepositRental/SafeDepositRental.js +1 -6
- package/mobile/dist/components/SafeDepositRental/SafeDepositRental.js.map +1 -1
- package/mobile/dist/components/SafeDepositRental/YandexMap.js +13 -6
- package/mobile/dist/components/SafeDepositRental/YandexMap.js.map +1 -1
- package/mobile/dist/components/SafeDepositRental/renderClusterer.d.ts +2 -1
- package/mobile/dist/components/SafeDepositRental/renderClusterer.js +16 -18
- package/mobile/dist/components/SafeDepositRental/renderClusterer.js.map +1 -1
- package/mobile/dist/components/SafeDepositRental/useYandexMaps.d.ts +2 -0
- package/mobile/dist/components/SafeDepositRental/useYandexMaps.js +12 -0
- package/mobile/dist/components/SafeDepositRental/useYandexMaps.js.map +1 -0
- package/mobile/dist/components/TariffsTable/TariffsTableContent.d.ts +1 -1
- package/mobile/dist/hooks/useExternalNS.d.ts +2 -0
- package/mobile/dist/hooks/useExternalNS.js +39 -0
- package/mobile/dist/hooks/useExternalNS.js.map +1 -0
- package/mobile/dist/icons/IconName.d.ts +4 -4
- package/mobile/dist/icons/IconName.js +3 -3
- package/mobile/dist/icons/IconName.js.map +1 -1
- package/mobile/dist/ui-kit/BenefitItem/BenefitItemProps.d.ts +1 -1
- package/mobile/dist/ui-kit/Select/Select.js +1 -1
- package/mobile/dist/ui-kit/Select/Select.js.map +1 -1
- package/mobile/dist/ui-kit/SelectCustom/SelectCustom.js +3 -3
- package/mobile/dist/ui-kit/SelectCustom/SelectCustom.js.map +1 -1
- package/mobile/lib/components/BonusBenefitsBlock/BonusBenefitsBlockContent.d.ts +1 -1
- package/mobile/lib/components/Calculator/CalculatorContent.d.ts +1 -1
- package/mobile/lib/components/ComparisonTable/ComparisonTableContent.d.ts +1 -1
- package/mobile/lib/components/ComparisonTable/TableColumn.d.ts +1 -1
- package/mobile/lib/components/ContentPage/computeAPIFallback.js +1 -1
- package/mobile/lib/components/Footer/FooterContent.d.ts +1 -1
- package/mobile/lib/components/Header/HeaderContent.d.ts +1 -1
- package/mobile/lib/components/OfficeServicesBlock/OfficeServicesBlockContent.d.ts +1 -1
- package/mobile/lib/components/ProductTile/ProductTileContent.d.ts +1 -1
- package/mobile/lib/components/SafeDepositRental/SafeDepositRental.js +1 -6
- package/mobile/lib/components/SafeDepositRental/SafeDepositRental.js.map +1 -1
- package/mobile/lib/components/SafeDepositRental/YandexMap.js +13 -6
- package/mobile/lib/components/SafeDepositRental/YandexMap.js.map +1 -1
- package/mobile/lib/components/SafeDepositRental/renderClusterer.d.ts +2 -1
- package/mobile/lib/components/SafeDepositRental/renderClusterer.js +16 -18
- package/mobile/lib/components/SafeDepositRental/renderClusterer.js.map +1 -1
- package/mobile/lib/components/SafeDepositRental/useYandexMaps.d.ts +2 -0
- package/mobile/lib/components/SafeDepositRental/useYandexMaps.js +9 -0
- package/mobile/lib/components/SafeDepositRental/useYandexMaps.js.map +1 -0
- package/mobile/lib/components/TariffsTable/TariffsTableContent.d.ts +1 -1
- package/mobile/lib/hooks/useExternalNS.d.ts +2 -0
- package/mobile/lib/hooks/useExternalNS.js +35 -0
- package/mobile/lib/hooks/useExternalNS.js.map +1 -0
- package/mobile/lib/icons/IconName.d.ts +4 -4
- package/mobile/lib/icons/IconName.js +3 -3
- package/mobile/lib/icons/IconName.js.map +1 -1
- package/mobile/lib/ui-kit/BenefitItem/BenefitItemProps.d.ts +1 -1
- package/mobile/lib/ui-kit/Select/Select.js +1 -1
- package/mobile/lib/ui-kit/Select/Select.js.map +1 -1
- package/mobile/lib/ui-kit/SelectCustom/SelectCustom.js +3 -3
- package/mobile/lib/ui-kit/SelectCustom/SelectCustom.js.map +1 -1
- package/mobile/src/components/BonusBenefitsBlock/BonusBenefitsBlockContent.ts +2 -2
- package/mobile/src/components/Calculator/CalculatorContent.ts +2 -2
- package/mobile/src/components/ComparisonTable/ComparisonTableContent.ts +1 -1
- package/mobile/src/components/ComparisonTable/TableColumn.tsx +2 -2
- package/mobile/src/components/Footer/FooterContent.ts +2 -2
- package/mobile/src/components/GracePeriod/GracePeriodContent.ts +1 -1
- package/mobile/src/components/Header/HeaderContent.ts +1 -1
- package/mobile/src/components/InsuranceAmountBlock/InsuranceAmountBlockContent.ts +1 -1
- package/mobile/src/components/OfficeServicesBlock/OfficeServicesBlockContent.ts +2 -2
- package/mobile/src/components/ProductTile/ProductTileContent.ts +1 -1
- package/mobile/src/components/SafeDepositRental/SafeDepositRental.tsx +1 -12
- package/mobile/src/components/SafeDepositRental/YandexMap.tsx +17 -10
- package/mobile/src/components/SafeDepositRental/renderClusterer.ts +29 -23
- package/mobile/src/components/SafeDepositRental/useYandexMaps.ts +13 -0
- package/mobile/src/components/StepsBlock/StepsBlockContent.ts +1 -1
- package/mobile/src/components/TariffsTable/TariffsTableContent.ts +1 -1
- package/mobile/src/components/__snapshots__/Blocks.spec.tsx.snap +2 -6
- package/mobile/src/hooks/useExternalNS.ts +44 -0
- package/mobile/src/icons/AirPlaneIcon.svg +1 -98
- package/mobile/src/icons/CarIcon.svg +1 -466
- package/mobile/src/icons/CinemaIcon.svg +1 -274
- package/mobile/src/icons/DocsIcon.svg +1 -238
- package/mobile/src/icons/IconName.ts +2 -2
- package/mobile/src/icons/PackA4Icon.svg +1 -1
- package/mobile/src/icons/PowerIcon.svg +1 -135
- package/mobile/src/icons/PumpkinIcon.svg +1 -236
- package/mobile/src/icons/SoundIcon.svg +1 -113
- package/mobile/src/icons/WateringCanIcon.svg +1 -497
- package/mobile/src/ui-kit/BenefitItem/BenefitItemProps.ts +2 -2
- package/mobile/src/ui-kit/Select/Select.tsx +1 -1
- package/mobile/src/ui-kit/SelectCustom/SelectCustom.tsx +9 -2
- package/package.json +4 -2
- package/src/components/BonusBenefitsBlock/BonusBenefitsBlockContent.ts +2 -2
- package/src/components/Calculator/CalculatorContent.ts +2 -2
- package/src/components/ComparisonTable/ComparisonTableContent.ts +1 -1
- package/src/components/ComparisonTable/TableColumn.tsx +2 -2
- package/src/components/Footer/FooterContent.ts +2 -2
- package/src/components/GracePeriod/GracePeriodContent.ts +1 -1
- package/src/components/Header/HeaderContent.ts +1 -1
- package/src/components/InsuranceAmountBlock/InsuranceAmountBlockContent.ts +1 -1
- package/src/components/OfficeServicesBlock/OfficeServicesBlockContent.ts +2 -2
- package/src/components/ProductTile/ProductTileContent.ts +1 -1
- package/src/components/SafeDepositRental/SafeDepositRental.tsx +1 -12
- package/src/components/SafeDepositRental/YandexMap.tsx +17 -10
- package/src/components/SafeDepositRental/renderClusterer.ts +29 -23
- package/src/components/SafeDepositRental/useYandexMaps.ts +13 -0
- package/src/components/StepsBlock/StepsBlockContent.ts +1 -1
- package/src/components/TariffsTable/TariffsTableContent.ts +1 -1
- package/src/components/__snapshots__/Blocks.spec.tsx.snap +2 -6
- package/src/hooks/useExternalNS.ts +44 -0
- package/src/icons/AirPlaneIcon.svg +1 -98
- package/src/icons/CarIcon.svg +1 -466
- package/src/icons/CinemaIcon.svg +1 -274
- package/src/icons/DocsIcon.svg +1 -238
- package/src/icons/IconName.ts +4 -4
- package/src/icons/PackA4Icon.svg +1 -1
- package/src/icons/PowerIcon.svg +1 -135
- package/src/icons/PumpkinIcon.svg +1 -236
- package/src/icons/SoundIcon.svg +1 -113
- package/src/icons/WateringCanIcon.svg +1 -497
- package/src/ui-kit/BenefitItem/BenefitItemProps.ts +2 -2
- package/src/ui-kit/Select/Select.tsx +1 -1
- package/src/ui-kit/SelectCustom/SelectCustom.tsx +9 -2
- package/tailwind.config.cjs +253 -0
- package/dist/hooks/useScript.d.ts +0 -6
- package/dist/hooks/useScript.js +0 -75
- package/dist/hooks/useScript.js.map +0 -1
- package/lib/hooks/useScript.d.ts +0 -6
- package/lib/hooks/useScript.js +0 -72
- package/lib/hooks/useScript.js.map +0 -1
- package/mobile/dist/hooks/useScript.d.ts +0 -6
- package/mobile/dist/hooks/useScript.js +0 -75
- package/mobile/dist/hooks/useScript.js.map +0 -1
- package/mobile/lib/hooks/useScript.d.ts +0 -6
- package/mobile/lib/hooks/useScript.js +0 -72
- package/mobile/lib/hooks/useScript.js.map +0 -1
- package/mobile/src/hooks/useScript.ts +0 -97
- package/src/hooks/useScript.ts +0 -97
|
@@ -1,236 +1 @@
|
|
|
1
|
-
<svg title="Тыква" width="180" height="160" viewBox="0 0 180 160" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<g clip-path="url(#clip0_10079_21713040)">
|
|
3
|
-
<rect width="180" height="160" fill="white"/>
|
|
4
|
-
<g filter="url(#filter0_f_10079_21713040)">
|
|
5
|
-
<path d="M91.3222 152.423C136.451 152.423 173.035 150.272 173.035 147.618C173.035 144.965 136.451 142.814 91.3222 142.814C46.1935 142.814 9.60938 144.965 9.60938 147.618C9.60938 150.272 46.1935 152.423 91.3222 152.423Z" fill="url(#paint0_radial_10079_21713040)"/>
|
|
6
|
-
</g>
|
|
7
|
-
<path d="M133.786 121.103C155.462 99.5063 159.187 68.2036 142.107 51.186C125.027 34.1685 93.6098 37.8802 71.9343 59.4765C50.2589 81.0728 46.5335 112.376 63.6135 129.393C80.6934 146.411 112.111 142.699 133.786 121.103Z" fill="url(#paint1_linear_10079_21713040)"/>
|
|
8
|
-
<path d="M100.357 90.2738C100.357 66.1731 94.996 49.8237 77.4754 49.8237C59.9547 49.8237 37.0078 66.1731 37.0078 90.2738C37.0078 114.374 51.1943 133.85 68.6496 133.85C86.1049 133.85 100.357 114.309 100.357 90.2738Z" fill="url(#paint2_linear_10079_21713040)"/>
|
|
9
|
-
<path d="M64.6018 71.9692C71.5369 62.8665 82.1144 56.7493 93.4784 53.4829C108.593 49.1766 105.162 43.4008 89.2556 47.2239C76.9317 50.2274 65.1324 56.5778 57.638 66.4146C40.5239 88.8776 49.5497 121.04 66.9959 134.231C67.8793 134.899 68.8186 135.493 69.7579 136.088C55.1879 121.253 48.9419 92.5236 64.6018 71.9692Z" fill="#EF7C13"/>
|
|
10
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M170.635 96.1353C170.635 123.439 156.469 145.573 138.993 145.573C131.175 145.573 124.019 141.143 118.498 133.802C100.283 144.817 79.0432 144.784 66.5003 132.287C51.0062 116.85 46.4953 83.7602 66.4349 63.8283C81.233 49.0359 106.977 45.7239 125.63 51.3096C129.69 48.3501 134.218 46.6973 138.993 46.6973C156.469 46.6973 170.635 68.8314 170.635 96.1353Z" fill="url(#paint3_linear_10079_21713040)"/>
|
|
11
|
-
<mask id="mask0_10079_21713040" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="53" y="46" width="118" height="100">
|
|
12
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M170.635 96.1353C170.635 123.439 156.469 145.573 138.993 145.573C131.175 145.573 124.019 141.143 118.498 133.802C100.283 144.817 79.0432 144.784 66.5003 132.287C51.0062 116.85 46.4953 83.7602 66.4349 63.8283C81.233 49.0359 106.977 45.7239 125.63 51.3096C129.69 48.3501 134.218 46.6973 138.993 46.6973C156.469 46.6973 170.635 68.8314 170.635 96.1353Z" fill="url(#paint4_linear_10079_21713040)"/>
|
|
13
|
-
</mask>
|
|
14
|
-
<g mask="url(#mask0_10079_21713040)">
|
|
15
|
-
<g style="mix-blend-mode:multiply">
|
|
16
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M155.286 86.168C156.332 81.2176 156.593 76.0718 156.266 70.8608C155.874 65.715 154.893 60.4389 152.736 55.4233C150.709 50.4078 147.506 45.5876 143.387 41.6794C139.269 37.7061 134.235 34.6446 129.005 32.4951L125.278 44.2849C129.593 45.1317 133.777 46.6298 137.503 48.9748C141.23 51.3197 144.564 54.5114 147.114 58.4196C149.729 62.2627 151.69 66.7572 152.997 71.447C154.305 76.202 155.024 81.1524 155.024 86.168H155.286ZM75.527 103.757C74.4809 98.8068 74.2194 93.661 74.5463 88.45C74.9386 83.3042 75.9192 78.0281 78.0766 73.0126C80.1033 67.997 83.3067 63.1769 87.4253 59.2687C91.544 55.2953 96.5779 52.2339 101.808 50.0843L103.663 55.9519L107.434 50.9302C107.656 51.1069 107.787 51.2536 107.91 51.3907C107.969 51.4558 108.025 51.5187 108.088 51.5815L108.088 51.5816C108.284 51.777 108.48 51.9724 108.611 52.1678L109.592 53.3402C110.028 53.8613 110.405 54.3825 110.783 54.9036C110.972 55.1641 111.161 55.4246 111.357 55.6852L111.357 55.6852C111.88 56.4669 112.403 57.2485 112.926 58.0952C113.1 58.4171 113.283 58.7295 113.465 59.0397C113.762 59.5456 114.056 60.0455 114.299 60.5704C116.064 63.8924 117.371 67.3447 118.221 70.8621C119.071 74.3795 119.594 77.962 119.463 81.4143C119.51 82.6604 119.392 83.8737 119.273 85.1008C119.224 85.6055 119.175 86.1126 119.137 86.6252C119.093 87.1898 118.991 87.7543 118.89 88.3188C118.839 88.6011 118.788 88.8833 118.744 89.1656L118.287 91.6408L117.96 89.1004C117.917 88.8234 117.888 88.5533 117.86 88.2856C117.801 87.7352 117.743 87.1949 117.568 86.6252C117.446 86.1187 117.336 85.6123 117.228 85.1097C116.987 83.9964 116.751 82.9024 116.391 81.8702C115.476 78.7437 114.037 75.8125 112.468 73.1419C110.834 70.4713 108.873 68.0612 106.715 65.9117C106.454 65.6511 106.176 65.3906 105.898 65.13C105.62 64.8695 105.342 64.6089 105.081 64.3484C104.557 63.9425 104.033 63.485 103.556 63.0678C103.497 63.0163 103.438 62.9654 103.381 62.9154C103.195 62.7709 103.008 62.633 102.822 62.4995C99.4731 63.3913 96.2487 64.7142 93.3091 66.564C89.5827 68.9089 86.2486 72.1006 83.6989 76.0089C81.0839 79.8519 79.1226 84.3464 77.8151 89.0363C76.5076 93.7913 75.7885 98.7417 75.7885 103.757H75.527Z" fill="url(#paint5_linear_10079_21713040)"/>
|
|
17
|
-
</g>
|
|
18
|
-
<g filter="url(#filter1_f_10079_21713040)">
|
|
19
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M138.792 46.6973C137.223 46.6973 135.654 46.916 134.085 47.2076C135 47.1347 163.439 45.1663 163.7 90.3664C163.771 101.034 162.05 108.33 159.501 113.45C159.275 105.909 155.964 100.447 152.334 96.9233C153.367 92.0466 153.463 87.0228 152.666 82.1969C151.75 76.6602 149.658 71.4493 146.651 66.9548C147.828 72.1658 148.547 77.3767 148.351 82.4574C148.212 86.0622 147.678 89.5687 146.749 92.9535C146.584 92.875 146.422 92.8014 146.264 92.7327L142.607 103.156C141.335 105.496 139.876 107.759 138.283 109.945C136.779 111.964 135.21 113.919 133.511 115.742C133.086 116.198 132.644 116.654 132.203 117.11C131.762 117.566 131.32 118.022 130.896 118.478C130.046 119.325 129.13 120.107 128.215 120.888C126.385 122.386 124.358 123.819 122.201 125.057C120.109 126.295 117.82 127.402 115.532 128.444C111.174 130.34 106.642 131.777 101.938 132.862C102.294 131.757 102.618 130.639 102.888 129.506C104.522 123.101 95.0419 100.7 91.4172 94.3643C88.6302 89.4934 84.8537 85.3379 80.469 82.1728C83.3875 86.6472 85.8772 91.2811 87.4635 96.1118C89.0498 100.942 89.8327 105.863 89.7894 110.813C89.7848 115.679 88.954 120.575 87.6035 125.385C86.8976 127.802 86.1077 130.18 85.1499 132.482C84.9104 133.057 84.6556 133.638 84.4008 134.22L84.2734 134.51C79.6375 134.263 74.9348 133.369 70.5538 131.245C72.5805 133.069 74.934 134.502 77.4836 135.674C79.2333 136.434 81.0446 137.041 82.8751 137.515C82.5843 138.063 82.2818 138.606 81.9794 139.149L81.9792 139.15L81.9791 139.15C80.7852 141.192 79.3849 143.242 77.7938 145.153C76.2641 147.042 74.5051 148.877 72.7234 150.651C69.0761 154.161 65.0634 157.251 60.7307 160.043C56.3753 162.774 51.7998 165.1 46.9133 166.777C42.0881 168.432 36.8907 169.46 31.5391 168.948C34.0742 169.951 36.7795 170.474 39.5779 170.685C42.3536 170.835 45.1384 170.634 47.8324 170.188C53.2817 169.274 58.5971 167.438 63.563 165.036C68.5675 162.55 73.2225 159.5 77.528 155.884C79.321 154.345 82.4045 153.082 85.6069 151.77C90.054 149.948 94.7302 148.032 96.4984 145.153C97.2451 143.972 97.9464 142.669 98.5638 141.328C98.9685 140.518 99.3488 139.718 99.6988 138.911C100.446 138.865 101.191 138.806 101.934 138.736C107.491 138.15 112.917 136.912 118.213 135.023C123.508 133.069 128.607 130.463 133.184 126.881C133.7 126.488 134.216 126.066 134.726 125.623L132.518 131.917C130.715 135.107 129.196 138.02 126.476 143.344C130.317 146.094 134.551 147.618 138.996 147.618C156.451 147.618 170.638 124.082 170.638 95.1326C170.701 85.0586 168.997 75.6428 166.055 67.7323C165.948 67.4186 165.84 67.1369 165.734 66.8892C165.843 67.1682 165.95 67.4493 166.055 67.7323C166.651 69.4741 167.255 72.2003 167.698 75.5533C162.802 58.5327 151.702 46.6973 138.792 46.6973Z" fill="url(#paint6_linear_10079_21713040)"/>
|
|
20
|
-
</g>
|
|
21
|
-
</g>
|
|
22
|
-
<g filter="url(#filter2_f_10079_21713040)">
|
|
23
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M103.694 55.8818C91.9915 57.5753 80.6815 62.2001 72.5749 70.277C54.2697 88.5154 56.5579 117.827 68.9793 134.502C68.1294 133.786 67.2795 133.069 66.495 132.287C51.001 116.85 46.4247 83.7604 66.4296 63.8285C69.2051 61.0632 72.3611 58.7032 75.7793 56.7279C74.9301 56.8801 74.1751 57.0341 73.5605 57.1844C69.8995 58.0964 66.2385 59.5294 62.7736 61.4835C59.3086 63.4376 56.0399 65.7825 53.098 68.6486C51.5943 70.0816 50.2214 71.5797 48.8485 73.143L48.8485 73.143C47.541 74.7714 46.2335 76.3999 45.1875 78.2237C45.7759 76.2044 46.6258 74.2503 47.541 72.2962C48.4563 70.3421 49.5023 68.5183 50.6791 66.6944C53.0326 63.0468 55.8437 59.6597 59.0471 56.5331L59.1125 56.4679C62.4467 53.3414 66.6307 51.1918 71.1416 50.2799C79.3998 48.5788 84.1851 50.0973 86.8535 51.8867C91.2289 50.4954 95.79 49.5793 100.36 49.1075C116.638 47.4791 119.253 53.6671 103.694 55.8818Z" fill="#FFE8AC"/>
|
|
24
|
-
</g>
|
|
25
|
-
<path d="M126.961 55.4387C128.579 53.0694 111.82 53.7628 111.82 53.7628C111.82 53.7628 111.531 53.8206 110.953 53.994C109.567 52.0292 107.602 51.509 105.637 51.5668C105.175 50.9312 105.175 50.9312 105.175 50.9312C105.175 50.9312 102.863 58.5594 103.094 58.9061C101.071 60.9865 91.8251 62.9514 84.3125 64.7429C90.9005 67.7479 106.157 68.2102 111.011 62.8936C124.361 64.6273 134.185 64.165 138.866 72.0821C140.022 62.5469 134.012 57.1146 126.961 55.4387Z" fill="#F07E13"/>
|
|
26
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M109.069 46.4836C112.823 43.9677 119.952 40.1931 129.72 39.4675C126.374 42.1606 124.801 45.2955 123.381 48.1267L123.313 48.261C131.485 49.1078 139.069 54.1884 139.265 65.0012C133.831 58.2875 125.37 58.5494 113.921 58.9039C111.596 58.9759 109.148 59.0517 106.577 59.0737C102.001 65.7828 84.8069 67.6718 76.9619 65.3269C85.0684 62.1352 89.0564 58.9434 90.9523 56.2728L90.9522 56.2727C90.6253 55.9471 90.2985 55.6214 89.9063 55.2958C80.5674 46.3849 63.8339 49.3067 63.7271 48.7901C63.6926 48.6232 65.3935 48.0974 69.6398 46.6977C85.074 41.5911 95.6309 45.5833 97.7508 46.5153C97.7978 46.3653 97.8448 46.2099 97.8918 46.0461L97.8919 46.0454C98.088 45.1989 98.2841 44.3523 98.4802 43.4406C98.7417 41.6819 98.8724 39.8581 98.7417 37.9691C98.6109 36.1453 98.3494 34.2563 97.8264 32.4325C97.6793 31.7485 97.4219 31.0646 97.1645 30.3806C97.0787 30.1526 96.9929 29.9247 96.9111 29.6967C96.8059 29.3296 96.6159 28.9626 96.4435 28.6295C96.4017 28.5488 96.361 28.4702 96.3228 28.394L95.7344 27.0912L100.572 23.7041L101.684 25.072C102.076 25.5279 102.468 25.9839 102.73 26.505C102.852 26.6873 102.976 26.8697 103.101 27.0529C103.645 27.8513 104.2 28.6658 104.625 29.5664C105.868 31.6508 106.783 33.9306 107.502 36.2755C108.221 38.6205 108.679 41.0957 108.94 43.5709C109.041 44.523 109.064 45.5137 109.069 46.4836Z" fill="url(#paint7_linear_10079_21713040)"/>
|
|
27
|
-
<mask id="mask1_10079_21713040" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="63" y="39" width="77" height="28">
|
|
28
|
-
<path d="M123.313 48.2613C124.751 45.3952 126.321 42.2035 129.72 39.4678C114.814 40.5751 106.054 48.7824 106.054 48.7824C106.054 48.7824 105.662 48.9126 105.139 49.1732C103.308 47.2191 100.955 46.9585 98.7973 47.3493C98.1436 46.698 98.1436 46.698 98.1436 46.698C98.1436 46.698 86.9643 40.9659 69.6398 46.698C52.2499 52.43 77.5502 43.5063 89.9063 55.2961C90.2985 55.6217 90.6254 55.9474 90.9523 56.2731C89.0564 58.9437 85.0684 62.1354 76.9619 65.3272C84.8069 67.6721 102.001 65.7831 106.577 59.074C121.81 58.9437 132.727 56.9245 139.265 65.0015C139.069 54.1887 131.485 49.108 123.313 48.2613Z" fill="#A4AEB7"/>
|
|
29
|
-
<path d="M123.313 48.2613C124.751 45.3952 126.321 42.2035 129.72 39.4678C114.814 40.5751 106.054 48.7824 106.054 48.7824C106.054 48.7824 105.662 48.9126 105.139 49.1732C103.308 47.2191 100.955 46.9585 98.7973 47.3493C98.1436 46.698 98.1436 46.698 98.1436 46.698C98.1436 46.698 86.9643 40.9659 69.6398 46.698C52.2499 52.43 77.5502 43.5063 89.9063 55.2961C90.2985 55.6217 90.6254 55.9474 90.9523 56.2731C89.0564 58.9437 85.0684 62.1354 76.9619 65.3272C84.8069 67.6721 102.001 65.7831 106.577 59.074C121.81 58.9437 132.727 56.9245 139.265 65.0015C139.069 54.1887 131.485 49.108 123.313 48.2613Z" fill="url(#paint8_linear_10079_21713040)"/>
|
|
30
|
-
<path d="M123.313 48.2613C124.751 45.3952 126.321 42.2035 129.72 39.4678C114.814 40.5751 106.054 48.7824 106.054 48.7824C106.054 48.7824 105.662 48.9126 105.139 49.1732C103.308 47.2191 100.955 46.9585 98.7973 47.3493C98.1436 46.698 98.1436 46.698 98.1436 46.698C98.1436 46.698 86.9643 40.9659 69.6398 46.698C52.2499 52.43 77.5502 43.5063 89.9063 55.2961C90.2985 55.6217 90.6254 55.9474 90.9523 56.2731C89.0564 58.9437 85.0684 62.1354 76.9619 65.3272C84.8069 67.6721 102.001 65.7831 106.577 59.074C121.81 58.9437 132.727 56.9245 139.265 65.0015C139.069 54.1887 131.485 49.108 123.313 48.2613Z" fill="url(#paint9_linear_10079_21713040)"/>
|
|
31
|
-
</mask>
|
|
32
|
-
<g mask="url(#mask1_10079_21713040)">
|
|
33
|
-
<path d="M118.602 45.437C120.041 42.571 121.61 39.3793 125.009 36.6436C110.103 37.7509 101.343 45.9581 101.343 45.9581C101.343 45.9581 100.951 46.0884 100.428 46.349C98.5973 44.3949 96.2438 44.1343 94.0864 44.5251C93.4326 43.8738 93.4326 43.8738 93.4326 43.8738C93.4326 43.8738 82.2534 38.1417 64.9289 43.8738C47.5389 49.6058 72.8393 40.682 85.1953 52.4718C85.5876 52.7975 85.9144 53.1232 86.2413 53.4489C84.3454 56.1195 80.3575 59.3112 72.2509 62.5029C80.096 64.8479 97.2898 62.9589 101.866 56.2498C117.099 56.1195 128.016 54.1003 134.554 62.1772C134.358 51.3645 126.774 46.2838 118.602 45.437Z" fill="url(#paint10_linear_10079_21713040)"/>
|
|
34
|
-
</g>
|
|
35
|
-
<path d="M97.8761 45.981C97.7454 46.3067 97.68 46.6975 97.5493 47.0232C99.9028 47.4141 102.387 46.9581 103.695 42.4636C104.937 38.36 103.041 28.4592 100.36 23.8345L95.7188 27.0262L96.3071 28.3289C96.5033 28.7849 96.7648 29.1757 96.8955 29.6317C97.2224 30.5436 97.5493 31.4555 97.8108 32.3674C98.3338 34.1913 98.5953 36.0802 98.726 37.9041C98.8568 39.7279 98.726 41.5517 98.4645 43.3756C98.2684 44.2875 98.0723 45.1994 97.8761 45.981Z" fill="url(#paint11_linear_10079_21713040)"/>
|
|
36
|
-
<path d="M103.068 90.0895C97.5503 95.7836 92.1711 106.241 88.2656 102.595C84.3601 98.9483 80.3769 85.8737 89.0465 76.784C94.5643 71.0899 102.2 69.1532 106.008 72.9987C109.815 76.8441 108.484 84.0983 103.068 90.0895Z" fill="url(#paint12_linear_10079_21713040)"/>
|
|
37
|
-
<path d="M77.3293 78.7993C77.3293 78.7993 90.3428 55.157 94.3258 55.9831C98.3482 56.8092 82.4558 71.3644 82.2981 85.3295C82.1403 99.2946 76.3828 93.1578 76.3828 93.1578L77.3293 78.7993Z" fill="#004601"/>
|
|
38
|
-
<path d="M42.4278 112.001C39.2336 120.419 39.3125 138.122 59.1089 143.708C78.8659 149.333 89.0795 134.699 91.2879 124.747C94.3244 111.214 86.674 98.7439 85.2543 86.2736C84.1107 76.2817 86.043 71.7578 86.043 71.7578C86.043 71.7578 79.6546 81.8284 79.6546 85.2902C79.6546 88.752 79.4179 76.3997 79.4179 76.3997C67.2325 91.0729 47.7516 97.8785 42.4278 112.001Z" fill="#1C1C1C"/>
|
|
39
|
-
<path d="M42.4278 112.001C39.2336 120.419 39.3125 138.122 59.1089 143.708C78.8659 149.333 89.0795 134.699 91.2879 124.747C94.3244 111.214 86.674 98.7439 85.2543 86.2736C84.1107 76.2817 86.043 71.7578 86.043 71.7578C86.043 71.7578 79.6546 81.8284 79.6546 85.2902C79.6546 88.752 79.4179 76.3997 79.4179 76.3997C67.2325 91.0729 47.7516 97.8785 42.4278 112.001Z" fill="url(#paint13_linear_10079_21713040)"/>
|
|
40
|
-
<path d="M79.4259 76.3999C67.2405 91.0731 47.7595 97.8393 42.3964 111.962C39.9514 118.413 39.4387 130.372 48.2722 138.082C53.4382 139.302 62.035 139.774 62.035 139.774C62.035 139.774 73.3135 139.027 79.3076 122.583C85.3017 106.14 80.4118 87.3753 80.4118 87.3753C80.4118 87.3753 80.254 86.1558 80.0174 83.2841C79.7808 84.0709 79.6231 84.7396 79.6231 85.2904C79.6231 88.7915 79.4259 76.3999 79.4259 76.3999Z" fill="url(#paint14_linear_10079_21713040)"/>
|
|
41
|
-
<path d="M80.4467 87.4146C81.3537 89.8142 81.9058 92.3318 82.4184 94.8495C82.6551 96.1083 82.8522 97.4065 83.01 98.6653C83.0888 99.2947 83.1283 99.9635 83.2071 100.593C83.286 101.222 83.3255 101.891 83.3649 102.52C83.5621 105.117 83.4832 107.713 83.3255 110.309C83.0888 112.906 82.7339 115.502 82.103 118.059C81.9452 118.689 81.7875 119.318 81.6297 119.947L80.9988 121.836C80.6044 123.094 80.0523 124.275 79.5397 125.494C78.3961 127.854 77.1341 130.215 75.399 132.221C75.2018 132.457 75.0046 132.732 74.768 132.968L74.0976 133.676L73.4272 134.384C73.1906 134.621 72.9146 134.817 72.678 135.053L71.9287 135.722C71.6921 135.919 71.3766 136.115 71.14 136.312L70.3513 136.902C70.0753 137.099 69.7992 137.256 69.5232 137.414C68.3796 138.082 67.1571 138.633 65.9346 139.066C64.7121 139.459 63.4107 139.735 62.1094 139.735C62.7403 139.616 63.3319 139.38 63.9234 139.144L64.791 138.79L65.6191 138.358C66.7233 137.768 67.788 137.099 68.7345 136.312C68.9711 136.115 69.2077 135.919 69.4443 135.722L70.1147 135.093C70.3513 134.896 70.5879 134.699 70.7851 134.463L71.4161 133.794L72.047 133.126L72.6385 132.418L73.2301 131.709C73.4272 131.473 73.585 131.198 73.7427 130.962C76.5426 126.91 78.2778 122.19 79.4608 117.43C80.0918 115.03 80.4467 112.552 80.7622 110.073C80.9988 107.595 81.196 105.077 81.2354 102.56C81.2748 100.042 81.2748 97.5245 81.1171 95.0068C80.9593 92.4892 80.7622 89.9322 80.4467 87.4146Z" fill="#DDC672"/>
|
|
42
|
-
<path d="M74.6907 85.4873C70.9444 89.0278 67.1981 92.4895 63.6095 96.1086C60.0603 99.7278 56.59 103.426 53.7113 107.477C53.0014 108.5 52.331 109.523 51.7395 110.585C51.148 111.647 50.6353 112.749 50.241 113.85C50.0438 114.401 49.8861 114.991 49.7678 115.542C49.7283 115.699 49.6889 115.817 49.6889 115.975L49.61 116.447C49.5706 116.761 49.5311 117.076 49.4917 117.391C49.334 118.65 49.2157 119.869 49.1762 121.128C49.0579 123.606 49.2157 126.124 49.7678 128.563C50.0438 129.782 50.4381 130.962 50.9508 132.143C51.4635 133.283 52.0944 134.385 53.0014 135.329C52.4493 134.975 52.0156 134.503 51.5818 134.031C51.148 133.559 50.7536 133.008 50.3987 132.457C50.0438 131.907 49.7283 131.316 49.4523 130.726C49.1762 130.136 48.9396 129.507 48.703 128.917C48.2692 127.658 47.9537 126.399 47.7171 125.101C47.4805 123.803 47.3622 122.505 47.3228 121.167C47.2833 119.869 47.2833 118.531 47.3622 117.233C47.3622 116.919 47.4016 116.565 47.4411 116.25C47.4805 115.935 47.4805 115.581 47.52 115.227C47.5988 114.519 47.7566 113.85 47.9537 113.181C48.703 110.506 50.0044 108.146 51.5029 105.943C53.0014 103.74 54.6577 101.734 56.4323 99.8458C58.2069 97.9576 60.0997 96.148 62.0715 94.4564C63.0574 93.6303 64.0433 92.8042 65.0686 91.9781C66.0939 91.1914 67.1192 90.4046 68.1839 89.6572C70.3134 88.1623 72.4429 86.7461 74.6907 85.4873Z" fill="#37974B"/>
|
|
43
|
-
<path d="M74.6907 85.4873C70.9444 89.0278 67.1981 92.4895 63.6095 96.1086C60.0603 99.7278 56.59 103.426 53.7113 107.477C53.0014 108.5 52.331 109.523 51.7395 110.585C51.148 111.647 50.6353 112.749 50.241 113.85C50.0438 114.401 49.8861 114.991 49.7678 115.542C49.7283 115.699 49.6889 115.817 49.6889 115.975L49.61 116.447C49.5706 116.761 49.5311 117.076 49.4917 117.391C49.334 118.65 49.2157 119.869 49.1762 121.128C49.0579 123.606 49.2157 126.124 49.7678 128.563C50.0438 129.782 50.4381 130.962 50.9508 132.143C51.4635 133.283 52.0944 134.385 53.0014 135.329C52.4493 134.975 52.0156 134.503 51.5818 134.031C51.148 133.559 50.7536 133.008 50.3987 132.457C50.0438 131.907 49.7283 131.316 49.4523 130.726C49.1762 130.136 48.9396 129.507 48.703 128.917C48.2692 127.658 47.9537 126.399 47.7171 125.101C47.4805 123.803 47.3622 122.505 47.3228 121.167C47.2833 119.869 47.2833 118.531 47.3622 117.233C47.3622 116.919 47.4016 116.565 47.4411 116.25C47.4805 115.935 47.4805 115.581 47.52 115.227C47.5988 114.519 47.7566 113.85 47.9537 113.181C48.703 110.506 50.0044 108.146 51.5029 105.943C53.0014 103.74 54.6577 101.734 56.4323 99.8458C58.2069 97.9576 60.0997 96.148 62.0715 94.4564C63.0574 93.6303 64.0433 92.8042 65.0686 91.9781C66.0939 91.1914 67.1192 90.4046 68.1839 89.6572C70.3134 88.1623 72.4429 86.7461 74.6907 85.4873Z" fill="url(#paint15_linear_10079_21713040)"/>
|
|
44
|
-
<path d="M74.6907 85.4873C70.9444 89.0278 67.1981 92.4895 63.6095 96.1086C60.0603 99.7278 56.59 103.426 53.7113 107.477C53.0014 108.5 52.331 109.523 51.7395 110.585C51.148 111.647 50.6353 112.749 50.241 113.85C50.0438 114.401 49.8861 114.991 49.7678 115.542C49.7283 115.699 49.6889 115.817 49.6889 115.975L49.61 116.447C49.5706 116.761 49.5311 117.076 49.4917 117.391C49.334 118.65 49.2157 119.869 49.1762 121.128C49.0579 123.606 49.2157 126.124 49.7678 128.563C50.0438 129.782 50.4381 130.962 50.9508 132.143C51.4635 133.283 52.0944 134.385 53.0014 135.329C52.4493 134.975 52.0156 134.503 51.5818 134.031C51.148 133.559 50.7536 133.008 50.3987 132.457C50.0438 131.907 49.7283 131.316 49.4523 130.726C49.1762 130.136 48.9396 129.507 48.703 128.917C48.2692 127.658 47.9537 126.399 47.7171 125.101C47.4805 123.803 47.3622 122.505 47.3228 121.167C47.2833 119.869 47.2833 118.531 47.3622 117.233C47.3622 116.919 47.4016 116.565 47.4411 116.25C47.4805 115.935 47.4805 115.581 47.52 115.227C47.5988 114.519 47.7566 113.85 47.9537 113.181C48.703 110.506 50.0044 108.146 51.5029 105.943C53.0014 103.74 54.6577 101.734 56.4323 99.8458C58.2069 97.9576 60.0997 96.148 62.0715 94.4564C63.0574 93.6303 64.0433 92.8042 65.0686 91.9781C66.0939 91.1914 67.1192 90.4046 68.1839 89.6572C70.3134 88.1623 72.4429 86.7461 74.6907 85.4873Z" fill="url(#paint16_linear_10079_21713040)"/>
|
|
45
|
-
<path d="M77.3354 90.4043C76.4678 92.8039 75.4425 95.1249 74.3777 97.4065C73.313 99.6881 72.2483 101.97 71.1046 104.212C70.0005 106.454 68.8174 108.697 67.6738 110.9L64.1641 117.587C64.5584 115.069 65.3866 112.63 66.2541 110.27C67.1611 107.91 68.1864 105.589 69.3301 103.307C70.4737 101.026 71.6962 98.8227 72.9975 96.6591C74.3777 94.5348 75.758 92.4106 77.3354 90.4043Z" fill="#DDC672"/>
|
|
46
|
-
<path d="M70.7817 142.763C39.7462 138.947 50.236 101.104 50.236 101.104H50.1965C46.7657 104.369 43.9658 107.87 42.4278 112.001C39.2336 120.419 39.3125 138.121 59.1089 143.707C67.7846 146.186 74.7646 144.77 79.97 141.544C78.0377 140.954 78.2743 143.707 70.7817 142.763Z" fill="#37974B"/>
|
|
47
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M40.8588 105.116C43.5066 99.2371 46.1298 95.7093 47.8841 96.1866C50.9206 97.0127 50.2502 109.483 46.3856 124.077C42.521 138.672 36.9212 149.844 33.8452 149.018C33.8328 149.015 33.8203 149.011 33.808 149.007L33.8029 149.018C33.8029 149.018 30.0171 148.624 29.189 147.916C28.3608 147.208 31.8706 145.399 31.8706 145.399L32.0878 145.49C31.9468 144.426 31.8921 143.149 31.9219 141.695L30.6089 141.819C30.6089 141.819 29.1892 138.672 29.4653 133.637C29.6893 129.582 33.1342 120.708 35.2255 115.321C35.711 114.07 36.1235 113.007 36.4059 112.237C37.3031 109.827 39.3276 107.029 40.8588 105.116ZM36.3297 121.402C33.6875 131.355 33.0171 139.773 34.7917 140.245C36.6057 140.718 40.1943 133.086 42.8364 123.133C45.4786 113.181 46.149 104.762 44.3744 104.29C42.5604 103.818 38.9718 111.45 36.3297 121.402Z" fill="#1C1C1C"/>
|
|
48
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M40.8588 105.116C43.5066 99.2371 46.1298 95.7093 47.8841 96.1866C50.9206 97.0127 50.2502 109.483 46.3856 124.077C42.521 138.672 36.9212 149.844 33.8452 149.018C33.8328 149.015 33.8203 149.011 33.808 149.007L33.8029 149.018C33.8029 149.018 30.0171 148.624 29.189 147.916C28.3608 147.208 31.8706 145.399 31.8706 145.399L32.0878 145.49C31.9468 144.426 31.8921 143.149 31.9219 141.695L30.6089 141.819C30.6089 141.819 29.1892 138.672 29.4653 133.637C29.6893 129.582 33.1342 120.708 35.2255 115.321C35.711 114.07 36.1235 113.007 36.4059 112.237C37.3031 109.827 39.3276 107.029 40.8588 105.116ZM36.3297 121.402C33.6875 131.355 33.0171 139.773 34.7917 140.245C36.6057 140.718 40.1943 133.086 42.8364 123.133C45.4786 113.181 46.149 104.762 44.3744 104.29C42.5604 103.818 38.9718 111.45 36.3297 121.402Z" fill="url(#paint17_linear_10079_21713040)"/>
|
|
49
|
-
<path d="M47.1316 96.2652C44.1346 95.2424 37.7067 105.982 32.7773 120.222C27.8085 134.502 26.231 146.894 29.2281 147.916C32.2252 148.939 38.6531 138.2 43.5825 123.959C48.5119 109.68 50.1287 97.2879 47.1316 96.2652ZM30.845 139.262C29.1098 138.672 30.4112 130.293 33.7632 120.576C37.1151 110.86 41.2953 103.503 43.0304 104.093C44.7655 104.684 43.4642 113.063 40.1122 122.779C36.7602 132.496 32.5801 139.852 30.845 139.262Z" fill="url(#paint18_linear_10079_21713040)"/>
|
|
50
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M31.7243 110.853C35.1175 106.161 38.0635 103.522 39.5261 104.251C42.05 105.51 39.1712 116.289 33.1771 128.326C27.1435 140.364 20.2029 149.136 17.6791 147.877C17.6782 147.877 17.6774 147.876 17.6766 147.876L17.6757 147.877C17.6757 147.877 14.442 146.854 13.8505 146.068C13.259 145.281 16.6504 144.337 16.6504 144.337L16.7941 144.435C16.867 143.493 17.0486 142.39 17.3312 141.152L16.1796 141.033C16.1796 141.033 15.5092 138.003 16.6529 133.676C17.5739 130.191 22.1781 123.109 25.0067 118.757C25.6903 117.706 26.2702 116.814 26.6694 116.171C27.8433 114.279 30.0511 112.246 31.7243 110.853ZM24.8957 124.235C20.755 132.417 18.6255 139.656 20.124 140.403C21.6226 141.111 26.0787 135.092 30.2194 126.91C34.3601 118.728 36.4896 111.489 34.9911 110.742C33.532 109.994 29.0364 116.053 24.8957 124.235Z" fill="#1C1C1C"/>
|
|
51
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M31.7243 110.853C35.1175 106.161 38.0635 103.522 39.5261 104.251C42.05 105.51 39.1712 116.289 33.1771 128.326C27.1435 140.364 20.2029 149.136 17.6791 147.877C17.6782 147.877 17.6774 147.876 17.6766 147.876L17.6757 147.877C17.6757 147.877 14.442 146.854 13.8505 146.068C13.259 145.281 16.6504 144.337 16.6504 144.337L16.7941 144.435C16.867 143.493 17.0486 142.39 17.3312 141.152L16.1796 141.033C16.1796 141.033 15.5092 138.003 16.6529 133.676C17.5739 130.191 22.1781 123.109 25.0067 118.757C25.6903 117.706 26.2702 116.814 26.6694 116.171C27.8433 114.279 30.0511 112.246 31.7243 110.853ZM24.8957 124.235C20.755 132.417 18.6255 139.656 20.124 140.403C21.6226 141.111 26.0787 135.092 30.2194 126.91C34.3601 118.728 36.4896 111.489 34.9911 110.742C33.532 109.994 29.0364 116.053 24.8957 124.235Z" fill="url(#paint19_linear_10079_21713040)"/>
|
|
52
|
-
<path d="M38.8462 104.172C36.4407 102.717 28.8692 110.939 21.968 122.504C15.0669 134.109 11.4388 144.651 13.8444 146.107C16.2499 147.563 23.8215 139.341 30.7226 127.775C37.6237 116.171 41.2518 105.628 38.8462 104.172ZM16.8414 138.79C15.4218 137.964 18.0639 130.883 22.7567 123.015C27.4495 115.148 32.4183 109.444 33.838 110.27C35.2576 111.096 32.6155 118.177 27.9227 126.044C23.2299 133.912 18.2611 139.656 16.8414 138.79Z" fill="url(#paint20_linear_10079_21713040)"/>
|
|
53
|
-
<path d="M85.2266 97.7212C86.3308 100.711 87.0406 103.819 87.5533 106.926C88.0659 110.073 88.3025 113.26 88.2237 116.446C88.1842 118.059 88.0659 119.633 87.8688 121.246C87.6322 122.819 87.3167 124.432 86.8434 125.966C86.4097 127.5 85.7393 129.034 84.9506 130.411C84.1224 131.788 83.1366 133.086 81.9141 134.109C82.8211 132.811 83.5309 131.434 84.083 129.979C84.2407 129.625 84.359 129.271 84.4773 128.916C84.5956 128.562 84.714 128.208 84.8323 127.815C84.9111 127.461 85.0294 127.068 85.1477 126.714L85.3844 125.573C85.6604 124.078 85.897 122.544 86.0547 121.009C86.2125 119.475 86.2914 117.941 86.3308 116.407C86.4097 113.299 86.2914 110.191 86.0942 107.084C85.8181 103.976 85.5421 100.868 85.2266 97.7212Z" fill="#DDC672"/>
|
|
54
|
-
<path d="M90.5861 58.5006C90.5861 58.5006 92.5185 56.691 93.1888 57.3597C93.8592 58.0285 77.3359 78.7991 77.3359 78.7991L90.5861 58.5006Z" fill="white"/>
|
|
55
|
-
<path d="M68.5771 144.026C53.3305 138.722 61.0352 128.871 69.7165 128.438C78.3979 128.005 92.071 127.68 95.8149 136.286C98.7991 143.16 90.8773 151.766 68.5771 144.026Z" fill="url(#paint21_linear_10079_21713040)"/>
|
|
56
|
-
<path d="M71.9464 142.132C70.4271 141.699 68.9079 141.158 67.4429 140.4C66.7376 140.021 66.0322 139.534 65.4354 138.884C65.1098 138.56 64.8928 138.181 64.73 137.748C64.5672 137.315 64.513 136.828 64.5672 136.341C64.6757 135.853 64.8385 135.475 65.0556 135.096C65.3268 134.771 65.5981 134.392 65.9237 134.176C66.5748 133.634 67.2802 133.255 68.0398 132.931C69.5047 132.281 71.0782 131.956 72.6517 131.848C75.7445 131.686 78.8915 131.523 81.9842 131.469C85.1312 131.415 88.2782 131.469 91.4252 132.065C92.9987 132.389 94.5722 132.822 96.0371 133.688C96.7425 134.121 97.4479 134.663 98.0447 135.42C98.5873 136.124 99.0214 137.152 98.9671 138.181C98.8586 139.263 98.2617 140.129 97.6649 140.779C97.0138 141.428 96.2542 141.915 95.5488 142.294C94.0296 143.052 92.4561 143.485 90.8283 143.81C87.6271 144.405 84.4258 144.351 81.2788 144.026C78.0776 143.648 74.9849 142.944 71.9464 142.132ZM72.3262 140.671C73.8454 140.995 75.3104 141.32 76.8296 141.537C78.3489 141.753 79.8681 141.915 81.3874 142.024C84.4258 142.186 87.4643 142.132 90.3943 141.645C91.8592 141.374 93.27 140.995 94.5722 140.4C95.2233 140.075 95.7659 139.75 96.2542 139.317C96.6882 138.884 97.0138 138.397 97.0681 137.91C97.1223 137.423 96.9595 136.882 96.634 136.341C96.2542 135.799 95.7659 135.366 95.169 134.987C93.9753 134.23 92.5646 133.688 91.0996 133.364C88.1697 132.66 85.0769 132.444 81.9842 132.335C78.8915 132.281 75.7987 132.389 72.706 132.498C71.1868 132.606 69.6675 132.931 68.3111 133.58C67.66 133.905 67.0089 134.284 66.4663 134.771C66.195 134.987 65.9779 135.312 65.8152 135.583C65.6524 135.853 65.5439 136.178 65.4896 136.449C65.4896 136.774 65.5439 137.044 65.6524 137.315C65.8152 137.585 65.9779 137.856 66.2492 138.073C66.7376 138.56 67.3887 138.939 68.0398 139.263C69.3962 139.913 70.8612 140.346 72.3262 140.671Z" fill="#5AA667"/>
|
|
57
|
-
<path d="M74.6582 140.074C73.573 139.804 72.4878 139.479 71.4569 138.992C70.9143 138.721 70.426 138.451 69.9377 138.018C69.7206 137.801 69.5036 137.531 69.3408 137.152C69.178 136.827 69.1781 136.34 69.2866 136.015C69.5579 135.311 70.1004 134.933 70.5888 134.608C71.0771 134.283 71.6197 134.067 72.1623 133.904C73.2474 133.579 74.3326 133.417 75.472 133.363C77.6424 133.255 79.8127 133.146 81.983 133.092C84.1534 133.038 86.378 133.038 88.6026 133.363C89.742 133.525 90.8272 133.796 91.9666 134.283C92.5092 134.554 93.0518 134.878 93.5401 135.42C93.7571 135.69 94.0284 135.961 94.1369 136.394C94.2455 136.556 94.2455 136.827 94.2997 137.043C94.2997 137.26 94.2997 137.531 94.2455 137.747C94.137 138.18 93.9199 138.559 93.7029 138.83C93.4859 139.1 93.2146 139.371 92.9433 139.533C92.4007 139.912 91.8581 140.183 91.3155 140.399C90.1761 140.832 89.0367 141.103 87.9515 141.265C83.3395 141.915 78.8903 141.103 74.6582 140.074ZM74.9294 138.613C77.0455 138.992 79.1616 139.208 81.2777 139.317C83.3938 139.425 85.5099 139.371 87.5717 139.1C88.6026 138.992 89.5792 138.775 90.5016 138.451C90.9357 138.288 91.3698 138.126 91.7496 137.855C92.0751 137.639 92.3464 137.368 92.4007 137.206C92.4549 137.098 92.4549 137.043 92.4007 136.935C92.4007 136.827 92.2922 136.665 92.1836 136.502C91.9666 136.177 91.5868 135.907 91.1527 135.69C90.3389 135.203 89.3079 134.933 88.277 134.662C86.2152 134.229 84.0449 134.012 81.9288 133.958C79.7584 133.904 77.5881 133.958 75.4178 134.012C74.3869 134.067 73.3017 134.229 72.325 134.554C71.8367 134.716 71.3484 134.987 70.9686 135.257C70.5888 135.528 70.209 135.907 70.1547 136.232C70.0462 136.556 70.2632 136.827 70.5888 137.098C70.9143 137.368 71.4026 137.585 71.8367 137.747C72.8676 138.18 73.8985 138.451 74.9294 138.613Z" fill="#5AA667"/>
|
|
58
|
-
<path d="M103.189 135.312C99.1742 127.302 86.0437 127.735 76.9825 128.276C84.633 128.438 93.043 129.9 95.8102 136.286C98.7944 143.106 90.927 151.658 68.8438 144.08C69.8747 144.676 71.0141 145.217 72.3706 145.758C94.6708 154.364 107.747 144.405 103.189 135.312Z" fill="#1C1C1C"/>
|
|
59
|
-
<path d="M103.189 135.312C99.1742 127.302 86.0437 127.735 76.9825 128.276C84.633 128.438 93.043 129.9 95.8102 136.286C98.7944 143.106 90.927 151.658 68.8438 144.08C69.8747 144.676 71.0141 145.217 72.3706 145.758C94.6708 154.364 107.747 144.405 103.189 135.312Z" fill="url(#paint22_linear_10079_21713040)"/>
|
|
60
|
-
<path d="M87.5249 114.985C89.8241 114.858 92.298 115.514 94.3811 116.396C96.5769 117.334 98.3266 118.611 99.9636 119.833C103.183 122.389 105.785 125.062 108.156 126.783C109.285 127.616 112.251 129.407 113.037 129.513C113.43 129.567 113.598 129.51 113.596 129.229C113.651 129.117 113.536 128.782 113.198 128.616C113.028 128.393 110.795 127.102 110.738 126.934C110.625 126.879 110.68 126.766 110.736 126.654L111.237 126.202C111.961 125.581 112.46 124.849 112.791 124.175C113.621 122.768 113.945 121.253 114.099 119.515C114.253 117.777 115.137 111.488 115.925 107.225C116.967 96.0044 120.579 88.9323 131.013 88.7507C141.502 88.4566 150.266 96.8036 150.464 107.225L150.467 107.505L150.524 107.673L150.471 108.065L150.363 108.57L150.147 109.581C149.984 110.198 149.934 110.871 149.77 111.488C149.444 112.723 149.173 113.846 148.901 114.968C148.191 117.27 147.481 119.573 146.545 121.764C144.674 126.148 142.186 130.647 138.91 134.759C135.634 138.872 131.231 142.431 126.313 144.762C123.91 145.954 121.28 146.757 118.816 147.221L116.967 147.57C116.183 147.743 115.286 147.861 114.445 147.867C112.707 147.99 110.631 147.948 108.775 147.456C106.864 147.077 105.007 146.305 103.485 145.418C101.963 144.532 100.776 143.531 99.7575 142.473C97.8331 140.413 96.5271 138.516 95.559 136.785C93.623 133.324 92.4756 130.25 91.0523 127.738C89.6291 125.226 88.4357 123.384 86.24 122.446C84.0994 121.396 80.9036 121.641 77.7698 122.615C77.2663 122.786 79.9469 114.475 87.5249 114.985Z" fill="url(#paint23_linear_10079_21713040)"/>
|
|
61
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M146.55 69.1027C149.082 68.8152 152.288 69.8401 154.701 71.4325L156.526 69.235C155.105 67.9633 153.701 66.9904 152.015 66.3327C150.321 65.5254 148.485 64.8758 146.455 64.7613C144.496 64.568 142.35 65.0594 140.449 65.9121C138.549 66.7648 136.902 68.1283 135.632 69.5462C134.919 70.1845 134.363 70.9641 133.808 71.7437L133.807 71.7437C133.729 71.8574 133.646 71.9753 133.562 72.0963C133.125 72.7208 132.63 73.4281 132.29 74.0744C131.805 74.7752 131.328 75.6255 131.001 76.4676C130.594 77.2391 130.267 78.0813 129.94 78.9234C129.1 80.9197 128.427 82.9619 127.835 85.0046C127.49 84.9875 127.156 84.9936 126.834 85.0245C119.884 85.7993 112.519 90.8355 113.906 95.7014C113.981 95.5917 114.067 95.453 114.167 95.291C114.736 94.3727 115.766 92.7081 117.854 91.3603C118.077 91.1907 119.697 90.4515 123.737 90.4806C126.625 90.4613 125.571 91.3967 124.04 92.7557C123.192 93.5084 122.197 94.3911 121.645 95.3136C120.04 98.014 126.062 93.435 126.062 93.435L127.397 92.1373C127.68 92.4156 128.131 92.6367 128.749 92.8007C130.244 93.3859 131.302 92.7728 132.243 92.2269C133.075 91.7448 133.816 91.3151 134.688 91.8085L134.801 91.8638L134.913 91.9191C139.027 94.0771 142.478 97.5843 143.356 102.061C145.245 97.8694 141.379 92.317 136.497 88.7014C136.711 86.2159 137.041 83.7428 137.572 81.3564C137.653 80.7862 137.819 80.2113 137.976 79.6692C138.027 79.4933 138.077 79.3209 138.122 79.1532C138.19 78.6768 138.348 78.2254 138.503 77.7852C138.594 77.5274 138.683 77.2734 138.752 77.0206C138.901 76.4703 139.148 75.9148 139.376 75.3991C139.432 75.2733 139.487 75.1498 139.539 75.0294C139.711 74.7577 139.881 74.4487 140.051 74.1397C140.221 73.8307 140.391 73.5217 140.563 73.2501C142.08 70.9194 144.018 69.3902 146.55 69.1027Z" fill="url(#paint24_linear_10079_21713040)"/>
|
|
62
|
-
<path d="M132.511 75.5888C132.839 74.7466 133.315 73.8964 133.792 73.0461C134.277 72.3453 134.683 71.5738 135.318 70.8648C135.882 70.2347 136.517 69.5257 137.16 68.9662C138.516 67.7683 140.11 66.7824 141.878 66.2367C143.646 65.691 145.51 65.5147 147.249 65.7949C148.989 66.0751 150.754 66.8035 152.228 67.6976C150.621 67.1105 148.873 66.6809 147.142 66.5501C145.411 66.4194 143.775 66.6582 142.157 67.1958C140.538 67.7334 139.086 68.5617 137.8 69.6808C137.157 70.2403 136.514 70.7999 135.949 71.43C135.385 72.0602 134.821 72.6904 134.187 73.3994C133.623 74.0296 133.067 74.8092 132.511 75.5888Z" fill="white"/>
|
|
63
|
-
<path d="M154.438 71.8971C153.201 71.215 151.972 70.6823 150.68 70.3777C149.389 70.0732 148.115 70.0675 147.006 70.3526C144.72 71.0015 143.106 72.9627 142.037 75.269C140.968 77.5753 140.364 80.1561 139.988 82.7995C139.612 85.4428 139.535 88.0699 139.757 90.6808L133.235 90.6605C133.437 87.577 134.094 84.6186 134.98 81.7227C135.867 78.8268 137.06 76.0641 138.86 73.4183C139.76 72.0954 140.817 70.9138 142.112 69.9441C143.406 68.9745 145.016 68.2875 146.731 68.1193C148.208 67.7393 149.807 68.177 151.185 68.7016C152.643 69.2968 153.889 70.1284 154.986 70.9681L154.438 71.8971Z" fill="#004601"/>
|
|
64
|
-
<g style="mix-blend-mode:multiply" filter="url(#filter3_f_10079_21713040)">
|
|
65
|
-
<path d="M146.4 122.347C147.375 120.075 148.238 117.747 148.875 115.309C149.165 114.148 149.512 112.871 149.802 111.71C149.976 111.071 150.15 110.432 150.211 109.738L150.443 108.694L150.56 108.172L150.619 107.767L150.563 107.595L150.565 107.306C150.573 106.152 150.246 104.254 149.806 102.301C149.31 100.464 148.586 98.8061 147.635 97.3258L140.199 93.677C140.367 93.9043 140.535 94.1315 140.59 94.3035C137.55 92.5221 134.337 91.3795 131.962 91.6618C125.289 92.4412 118.589 97.2619 120.311 102.016C120.939 101.021 122.261 97.471 127.355 96.2063C132.046 96.047 131.638 98.0185 134.514 98.9952C137.389 99.972 138.143 97.0118 140.228 97.8902C142.313 98.7687 142.744 102.165 142.326 105.58C141.733 109.922 139.954 114.117 138.807 116.739C136.513 121.984 133.203 127.02 129.221 131.147C125.239 135.274 120.414 138.553 115.32 139.818C112.773 140.45 110.117 140.45 107.465 139.872C104.813 139.295 102.334 138.078 100.028 136.512C98.3415 135.105 94.5887 129.934 91.9072 125.143C86.7084 116.366 81.6089 118.497 78.4265 121.279C77.285 123.035 76.9931 124.485 77.4456 124.417C80.6169 123.367 83.9525 123.122 85.9804 124.117C88.0083 125.112 89.3528 126.93 90.749 129.497C90.917 129.725 90.9152 130.013 91.0832 130.241C91.6964 131.555 92.3095 132.869 92.978 134.356C93.2569 134.927 93.4785 135.615 93.87 136.241L93.9254 136.413C94.2597 137.156 94.5939 137.9 95.0409 138.698C95.4324 139.324 95.9938 139.89 96.498 140.571L96.7233 140.682C99.2517 142.936 102.177 144.951 105.616 146.204C108.942 147.402 112.725 147.955 116.4 147.587C120.076 147.219 123.587 146.046 126.817 144.591C130.105 143.019 133.169 141.047 135.84 138.738C136.237 138.499 136.579 138.087 136.863 137.793C137.432 137.203 138.058 136.497 138.514 135.852C141.876 131.565 144.392 127.008 146.4 122.347Z" fill="#F87336"/>
|
|
66
|
-
<path d="M146.4 122.347C147.375 120.075 148.238 117.747 148.875 115.309C149.165 114.148 149.512 112.871 149.802 111.71C149.976 111.071 150.15 110.432 150.211 109.738L150.443 108.694L150.56 108.172L150.619 107.767L150.563 107.595L150.565 107.306C150.573 106.152 150.246 104.254 149.806 102.301C149.31 100.464 148.586 98.8061 147.635 97.3258L140.199 93.677C140.367 93.9043 140.535 94.1315 140.59 94.3035C137.55 92.5221 134.337 91.3795 131.962 91.6618C125.289 92.4412 118.589 97.2619 120.311 102.016C120.939 101.021 122.261 97.471 127.355 96.2063C132.046 96.047 131.638 98.0185 134.514 98.9952C137.389 99.972 138.143 97.0118 140.228 97.8902C142.313 98.7687 142.744 102.165 142.326 105.58C141.733 109.922 139.954 114.117 138.807 116.739C136.513 121.984 133.203 127.02 129.221 131.147C125.239 135.274 120.414 138.553 115.32 139.818C112.773 140.45 110.117 140.45 107.465 139.872C104.813 139.295 102.334 138.078 100.028 136.512C98.3415 135.105 94.5887 129.934 91.9072 125.143C86.7084 116.366 81.6089 118.497 78.4265 121.279C77.285 123.035 76.9931 124.485 77.4456 124.417C80.6169 123.367 83.9525 123.122 85.9804 124.117C88.0083 125.112 89.3528 126.93 90.749 129.497C90.917 129.725 90.9152 130.013 91.0832 130.241C91.6964 131.555 92.3095 132.869 92.978 134.356C93.2569 134.927 93.4785 135.615 93.87 136.241L93.9254 136.413C94.2597 137.156 94.5939 137.9 95.0409 138.698C95.4324 139.324 95.9938 139.89 96.498 140.571L96.7233 140.682C99.2517 142.936 102.177 144.951 105.616 146.204C108.942 147.402 112.725 147.955 116.4 147.587C120.076 147.219 123.587 146.046 126.817 144.591C130.105 143.019 133.169 141.047 135.84 138.738C136.237 138.499 136.579 138.087 136.863 137.793C137.432 137.203 138.058 136.497 138.514 135.852C141.876 131.565 144.392 127.008 146.4 122.347Z" fill="url(#paint25_linear_10079_21713040)"/>
|
|
67
|
-
</g>
|
|
68
|
-
<path d="M140.264 94.9649C144.709 96.4482 149.942 98.3186 151.379 102.512C153.563 95.2125 138.128 87.6384 131.41 89.3643C124.692 91.0901 118.066 97.1861 120.124 101.823C120.676 100.699 121.933 96.7121 126.911 94.8297C131.617 94.0699 131.298 96.1453 134.332 96.7976C137.367 97.4498 138.013 94.1393 140.152 94.9096C140.152 94.9096 140.152 94.9096 140.264 94.9649Z" fill="#55C257"/>
|
|
69
|
-
<path d="M130.234 109.433C127.118 112.648 124.081 118.552 121.876 116.493C119.671 114.435 117.423 107.053 122.317 101.921C125.433 98.7064 129.743 97.613 131.893 99.7841C134.043 101.955 133.291 106.051 130.234 109.433Z" fill="url(#paint26_linear_10079_21713040)"/>
|
|
70
|
-
<path d="M147.724 94.5788C149.577 94.7906 150.471 94.3924 148.096 92.1107C143.006 87.1014 134.188 85.9834 134.188 85.9834L134.154 88.6174C134.154 88.6174 134.379 88.7279 134.775 89.0615C134.607 89.1187 134.439 89.1758 134.326 89.1205C134.781 89.902 136.313 91.9091 142.222 94.1111C147.567 96.0368 149.834 98.8235 150.637 100.891C150.977 101.337 151.262 101.896 151.38 102.512C152.198 99.7043 150.492 96.9139 147.724 94.5788Z" fill="#004601"/>
|
|
71
|
-
<g filter="url(#filter4_f_10079_21713040)">
|
|
72
|
-
<path d="M146.082 95.5172C147.38 97.1371 148.271 98.9782 148.986 100.873C149.255 101.848 149.524 102.823 149.793 103.797C149.868 104.255 150.007 104.885 149.905 105.397C149.924 105.968 149.878 106.366 149.777 106.878C149.371 110.751 148.493 114.673 147.254 118.417C144.775 125.906 140.618 132.853 134.515 138.282C131.459 140.854 127.856 143.018 123.937 144.605C121.946 145.313 119.889 145.848 117.888 146.27C116.887 146.481 115.822 146.52 114.821 146.731C113.756 146.77 112.635 146.922 111.569 146.96C109.438 147.038 107.233 146.658 105.138 146.051C103.22 145.391 101.292 144.445 99.4753 143.272C95.8973 140.814 93.4121 137.348 91.7515 133.725C94.1717 137.019 96.9346 139.919 100.429 141.634C103.867 143.462 107.685 144.212 111.465 143.82C112.41 143.723 113.356 143.625 114.236 143.355C115.236 143.143 116.181 143.046 117.061 142.775C118.942 142.294 120.702 141.754 122.397 141.041C125.788 139.616 128.983 137.674 131.688 135.21C134.512 132.805 136.91 130.05 139.003 127.005C141.095 123.96 142.881 120.624 144.251 117.224C145.676 113.711 146.925 110.252 147.692 106.557C147.793 106.045 147.839 105.646 147.941 105.135C147.987 104.736 148.033 104.337 148.014 103.767C148.042 102.797 147.893 101.882 147.744 100.966C147.567 99.1943 146.973 97.3583 146.082 95.5172Z" fill="url(#paint27_linear_10079_21713040)"/>
|
|
73
|
-
</g>
|
|
74
|
-
<mask id="mask2_10079_21713040" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="77" y="88" width="74" height="60">
|
|
75
|
-
<path d="M87.5249 114.985C89.8241 114.858 92.298 115.514 94.3811 116.396C96.5769 117.334 98.3266 118.611 99.9636 119.833C103.183 122.389 105.785 125.062 108.156 126.783C109.285 127.616 112.251 129.407 113.037 129.513C113.43 129.567 113.598 129.51 113.596 129.229C113.651 129.117 113.536 128.782 113.198 128.616C113.028 128.393 110.795 127.102 110.738 126.934C110.625 126.879 110.68 126.766 110.736 126.654L111.237 126.202C111.961 125.581 112.46 124.849 112.791 124.175C113.621 122.768 113.945 121.253 114.099 119.515C114.253 117.777 115.137 111.488 115.925 107.225C116.967 96.0044 120.579 88.9323 131.013 88.7507C141.502 88.4566 150.266 96.8036 150.464 107.225L150.467 107.505L150.524 107.673L150.471 108.065L150.363 108.57L150.147 109.581C149.984 110.198 149.934 110.871 149.77 111.488C149.444 112.723 149.173 113.846 148.901 114.968C148.191 117.27 147.481 119.573 146.545 121.764C144.674 126.148 142.186 130.647 138.91 134.759C135.634 138.872 131.231 142.431 126.313 144.762C123.91 145.954 121.28 146.757 118.816 147.221L116.967 147.57C116.183 147.743 115.286 147.861 114.445 147.867C112.707 147.99 110.631 147.948 108.775 147.456C106.864 147.077 105.007 146.305 103.485 145.418C101.963 144.532 100.776 143.531 99.7575 142.473C97.8331 140.413 96.5271 138.516 95.559 136.785C93.623 133.324 92.4756 130.25 91.0523 127.738C89.6291 125.226 88.4357 123.384 86.24 122.446C84.0994 121.396 80.9036 121.641 77.7698 122.615C77.2663 122.786 79.9469 114.475 87.5249 114.985Z" fill="#FA552D"/>
|
|
76
|
-
</mask>
|
|
77
|
-
<g mask="url(#mask2_10079_21713040)">
|
|
78
|
-
<g filter="url(#filter5_f_10079_21713040)">
|
|
79
|
-
<path d="M50.8602 154.039C49.8139 152.291 49.184 150.43 48.7289 148.558C48.5888 147.616 48.4486 146.674 48.3085 145.733C48.2924 145.302 48.235 144.7 48.3938 144.258C48.4445 143.737 48.5366 143.385 48.6954 142.943C49.5493 139.519 50.8609 136.152 52.4968 133.023C55.7686 126.767 60.579 121.363 67.0681 117.754C70.3001 116.08 74.0057 114.894 77.9436 114.299C79.9332 114.086 81.9642 114.044 83.9285 114.092C84.9106 114.116 85.9341 114.311 86.9163 114.335C87.9398 114.529 89.03 114.633 90.0535 114.827C92.1005 115.216 94.1636 116.035 96.0932 117.036C97.848 118.048 99.5775 119.321 101.174 120.776C104.299 123.775 106.258 127.453 107.41 131.095C105.492 127.588 103.199 124.363 100.065 122.056C96.9967 119.658 93.4364 118.155 89.7747 117.696C88.8593 117.582 87.9439 117.467 87.0698 117.522C86.0877 117.498 85.1723 117.383 84.2982 117.439C82.4421 117.47 80.694 117.581 78.9872 117.862C75.5738 118.424 72.2845 119.497 69.4022 121.149C66.4118 122.721 63.7871 124.703 61.4199 127.013C59.0527 129.324 56.943 131.964 55.2244 134.751C53.439 137.63 51.8285 140.497 50.6503 143.683C50.4915 144.125 50.3995 144.477 50.2407 144.919C50.1486 145.27 50.0566 145.622 50.0059 146.143C49.8631 147.017 49.8952 147.879 49.9272 148.741C49.8833 150.386 50.2303 152.178 50.8602 154.039Z" fill="#B9FF24"/>
|
|
80
|
-
</g>
|
|
81
|
-
</g>
|
|
82
|
-
<path d="M126.426 114.519C125.76 115.977 125.345 117.772 124.225 117.261C123.106 116.75 121.707 114.127 122.373 112.668C123.038 111.21 124.485 110.442 125.605 110.952C126.724 111.463 127.092 113.06 126.426 114.519Z" fill="url(#paint28_linear_10079_21713040)"/>
|
|
83
|
-
</g>
|
|
84
|
-
<defs>
|
|
85
|
-
<filter id="filter0_f_10079_21713040" x="5.60938" y="138.814" width="171.422" height="17.6089" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
86
|
-
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
87
|
-
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
88
|
-
<feGaussianBlur stdDeviation="2" result="effect1_foregroundBlur_10079_21713040"/>
|
|
89
|
-
</filter>
|
|
90
|
-
<filter id="filter1_f_10079_21713040" x="27.5391" y="42.6973" width="147.102" height="132.037" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
91
|
-
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
92
|
-
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
93
|
-
<feGaussianBlur stdDeviation="2" result="effect1_foregroundBlur_10079_21713040"/>
|
|
94
|
-
</filter>
|
|
95
|
-
<filter id="filter2_f_10079_21713040" x="41.1875" y="44.8379" width="76.8828" height="93.6641" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
96
|
-
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
97
|
-
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
98
|
-
<feGaussianBlur stdDeviation="2" result="effect1_foregroundBlur_10079_21713040"/>
|
|
99
|
-
</filter>
|
|
100
|
-
<filter id="filter3_f_10079_21713040" x="69.2422" y="83.6191" width="89.375" height="72.0806" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
101
|
-
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
102
|
-
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
103
|
-
<feGaussianBlur stdDeviation="4" result="effect1_foregroundBlur_10079_21713040"/>
|
|
104
|
-
</filter>
|
|
105
|
-
<filter id="filter4_f_10079_21713040" x="89.75" y="93.5171" width="62.1875" height="55.4531" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
106
|
-
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
107
|
-
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
108
|
-
<feGaussianBlur stdDeviation="1" result="effect1_foregroundBlur_10079_21713040"/>
|
|
109
|
-
</filter>
|
|
110
|
-
<filter id="filter5_f_10079_21713040" x="46.2891" y="112.074" width="63.1172" height="43.9653" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
111
|
-
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
112
|
-
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
113
|
-
<feGaussianBlur stdDeviation="1" result="effect1_foregroundBlur_10079_21713040"/>
|
|
114
|
-
</filter>
|
|
115
|
-
<radialGradient id="paint0_radial_10079_21713040" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(91.3222 147.618) rotate(90.0059) scale(2.53478 43.111)">
|
|
116
|
-
<stop stop-color="#6A99DD"/>
|
|
117
|
-
<stop offset="1" stop-color="#A0C0EF"/>
|
|
118
|
-
</radialGradient>
|
|
119
|
-
<linearGradient id="paint1_linear_10079_21713040" x1="145.117" y1="69.3771" x2="50.1876" y2="94.4405" gradientUnits="userSpaceOnUse">
|
|
120
|
-
<stop stop-color="#EE9848"/>
|
|
121
|
-
<stop offset="1" stop-color="#FFCA42"/>
|
|
122
|
-
</linearGradient>
|
|
123
|
-
<linearGradient id="paint2_linear_10079_21713040" x1="94.204" y1="106.283" x2="36.2778" y2="86.2051" gradientUnits="userSpaceOnUse">
|
|
124
|
-
<stop stop-color="#EE9848"/>
|
|
125
|
-
<stop offset="1" stop-color="#FFCA42"/>
|
|
126
|
-
</linearGradient>
|
|
127
|
-
<linearGradient id="paint3_linear_10079_21713040" x1="159.222" y1="113.134" x2="66.5339" y2="62.4894" gradientUnits="userSpaceOnUse">
|
|
128
|
-
<stop stop-color="#EE9848"/>
|
|
129
|
-
<stop offset="1" stop-color="#FFCA42"/>
|
|
130
|
-
</linearGradient>
|
|
131
|
-
<linearGradient id="paint4_linear_10079_21713040" x1="159.222" y1="110.647" x2="68.1937" y2="58.9741" gradientUnits="userSpaceOnUse">
|
|
132
|
-
<stop stop-color="#EE9848"/>
|
|
133
|
-
<stop offset="1" stop-color="#FFCA42"/>
|
|
134
|
-
</linearGradient>
|
|
135
|
-
<linearGradient id="paint5_linear_10079_21713040" x1="148.436" y1="80.3779" x2="82.8199" y2="45.6715" gradientUnits="userSpaceOnUse">
|
|
136
|
-
<stop stop-color="#EE9848"/>
|
|
137
|
-
<stop offset="1" stop-color="#FFCA42"/>
|
|
138
|
-
</linearGradient>
|
|
139
|
-
<linearGradient id="paint6_linear_10079_21713040" x1="187.479" y1="80.4404" x2="123.352" y2="138.177" gradientUnits="userSpaceOnUse">
|
|
140
|
-
<stop/>
|
|
141
|
-
<stop offset="1" stop-color="#A4290C"/>
|
|
142
|
-
</linearGradient>
|
|
143
|
-
<linearGradient id="paint7_linear_10079_21713040" x1="103.219" y1="31.2999" x2="108.373" y2="80.2707" gradientUnits="userSpaceOnUse">
|
|
144
|
-
<stop stop-color="#075EBD"/>
|
|
145
|
-
<stop offset="1" stop-color="#165616"/>
|
|
146
|
-
</linearGradient>
|
|
147
|
-
<linearGradient id="paint8_linear_10079_21713040" x1="129.3" y1="41.3425" x2="127.114" y2="55.8102" gradientUnits="userSpaceOnUse">
|
|
148
|
-
<stop stop-color="#C9D3DC"/>
|
|
149
|
-
<stop offset="1" stop-color="#C9D3DC" stop-opacity="0"/>
|
|
150
|
-
</linearGradient>
|
|
151
|
-
<linearGradient id="paint9_linear_10079_21713040" x1="89.1958" y1="64.9237" x2="112.658" y2="44.0307" gradientUnits="userSpaceOnUse">
|
|
152
|
-
<stop stop-color="#C2E0FC"/>
|
|
153
|
-
<stop offset="1" stop-color="#C2E0FC" stop-opacity="0"/>
|
|
154
|
-
</linearGradient>
|
|
155
|
-
<linearGradient id="paint10_linear_10079_21713040" x1="96.7848" y1="36.6436" x2="96.7848" y2="63.4649" gradientUnits="userSpaceOnUse">
|
|
156
|
-
<stop stop-color="#80F982"/>
|
|
157
|
-
<stop offset="1" stop-color="#42AB44"/>
|
|
158
|
-
</linearGradient>
|
|
159
|
-
<linearGradient id="paint11_linear_10079_21713040" x1="99.9014" y1="23.8345" x2="99.9014" y2="47.1335" gradientUnits="userSpaceOnUse">
|
|
160
|
-
<stop stop-color="#80F982"/>
|
|
161
|
-
<stop offset="1" stop-color="#42AB44"/>
|
|
162
|
-
</linearGradient>
|
|
163
|
-
<linearGradient id="paint12_linear_10079_21713040" x1="89.9044" y1="80.6985" x2="98.7245" y2="92.7681" gradientUnits="userSpaceOnUse">
|
|
164
|
-
<stop stop-color="#FFE8AC"/>
|
|
165
|
-
<stop offset="1" stop-color="white" stop-opacity="0"/>
|
|
166
|
-
</linearGradient>
|
|
167
|
-
<linearGradient id="paint13_linear_10079_21713040" x1="98.4511" y1="115.679" x2="45.4617" y2="74.2805" gradientUnits="userSpaceOnUse">
|
|
168
|
-
<stop stop-color="#3BAB43"/>
|
|
169
|
-
<stop offset="1" stop-color="#294ECE" stop-opacity="0"/>
|
|
170
|
-
</linearGradient>
|
|
171
|
-
<linearGradient id="paint14_linear_10079_21713040" x1="53.0291" y1="93.4989" x2="51.6679" y2="139.315" gradientUnits="userSpaceOnUse">
|
|
172
|
-
<stop stop-color="white"/>
|
|
173
|
-
<stop offset="0.380208" stop-color="#FFF085"/>
|
|
174
|
-
<stop offset="1" stop-color="#73D910"/>
|
|
175
|
-
</linearGradient>
|
|
176
|
-
<linearGradient id="paint15_linear_10079_21713040" x1="63.9638" y1="96.7995" x2="58.1863" y2="117.11" gradientUnits="userSpaceOnUse">
|
|
177
|
-
<stop stop-color="#FFF185"/>
|
|
178
|
-
<stop offset="1" stop-color="#C9D3DC" stop-opacity="0"/>
|
|
179
|
-
</linearGradient>
|
|
180
|
-
<linearGradient id="paint16_linear_10079_21713040" x1="56.5333" y1="132.792" x2="59.1924" y2="129.955" gradientUnits="userSpaceOnUse">
|
|
181
|
-
<stop stop-color="#C2E0FC"/>
|
|
182
|
-
<stop offset="1" stop-color="#C2E0FC" stop-opacity="0"/>
|
|
183
|
-
</linearGradient>
|
|
184
|
-
<linearGradient id="paint17_linear_10079_21713040" x1="52.4041" y1="127.895" x2="23.3809" y2="115.18" gradientUnits="userSpaceOnUse">
|
|
185
|
-
<stop stop-color="#3BAB43"/>
|
|
186
|
-
<stop offset="1" stop-color="#294ECE" stop-opacity="0"/>
|
|
187
|
-
</linearGradient>
|
|
188
|
-
<linearGradient id="paint18_linear_10079_21713040" x1="39.6938" y1="92.0839" x2="23.0027" y2="106.418" gradientUnits="userSpaceOnUse">
|
|
189
|
-
<stop stop-color="#FFF4C8"/>
|
|
190
|
-
<stop offset="1" stop-color="#FFF085"/>
|
|
191
|
-
</linearGradient>
|
|
192
|
-
<linearGradient id="paint19_linear_10079_21713040" x1="43.8094" y1="130.452" x2="13.3746" y2="109.759" gradientUnits="userSpaceOnUse">
|
|
193
|
-
<stop stop-color="#3BAB43"/>
|
|
194
|
-
<stop offset="1" stop-color="#294ECE" stop-opacity="0"/>
|
|
195
|
-
</linearGradient>
|
|
196
|
-
<linearGradient id="paint20_linear_10079_21713040" x1="28.2671" y1="100.648" x2="15.0319" y2="118.272" gradientUnits="userSpaceOnUse">
|
|
197
|
-
<stop stop-color="#FFF4C8"/>
|
|
198
|
-
<stop offset="1" stop-color="#FFF085"/>
|
|
199
|
-
</linearGradient>
|
|
200
|
-
<linearGradient id="paint21_linear_10079_21713040" x1="80.8017" y1="126.766" x2="77.9922" y2="138.357" gradientUnits="userSpaceOnUse">
|
|
201
|
-
<stop stop-color="#FFF4C8"/>
|
|
202
|
-
<stop offset="1" stop-color="#FFF085"/>
|
|
203
|
-
</linearGradient>
|
|
204
|
-
<linearGradient id="paint22_linear_10079_21713040" x1="108.544" y1="140.639" x2="95.513" y2="116.207" gradientUnits="userSpaceOnUse">
|
|
205
|
-
<stop stop-color="#3BAB43"/>
|
|
206
|
-
<stop offset="1" stop-color="#294ECE" stop-opacity="0"/>
|
|
207
|
-
</linearGradient>
|
|
208
|
-
<linearGradient id="paint23_linear_10079_21713040" x1="129.891" y1="85.7777" x2="101.159" y2="144.327" gradientUnits="userSpaceOnUse">
|
|
209
|
-
<stop stop-color="#80F982"/>
|
|
210
|
-
<stop offset="1" stop-color="#42AB44"/>
|
|
211
|
-
</linearGradient>
|
|
212
|
-
<linearGradient id="paint24_linear_10079_21713040" x1="145.531" y1="63.1019" x2="126.501" y2="101.882" gradientUnits="userSpaceOnUse">
|
|
213
|
-
<stop stop-color="#80F982"/>
|
|
214
|
-
<stop offset="1" stop-color="#42AB44"/>
|
|
215
|
-
</linearGradient>
|
|
216
|
-
<linearGradient id="paint25_linear_10079_21713040" x1="115.166" y1="116.214" x2="133.919" y2="160.666" gradientUnits="userSpaceOnUse">
|
|
217
|
-
<stop offset="0.0001" stop-color="#05000F"/>
|
|
218
|
-
<stop offset="1" stop-color="#5831A0" stop-opacity="0"/>
|
|
219
|
-
</linearGradient>
|
|
220
|
-
<linearGradient id="paint26_linear_10079_21713040" x1="122.802" y1="104.131" x2="127.781" y2="110.946" gradientUnits="userSpaceOnUse">
|
|
221
|
-
<stop stop-color="white"/>
|
|
222
|
-
<stop offset="1" stop-color="white" stop-opacity="0"/>
|
|
223
|
-
</linearGradient>
|
|
224
|
-
<linearGradient id="paint27_linear_10079_21713040" x1="136.959" y1="91.0402" x2="108.944" y2="148.129" gradientUnits="userSpaceOnUse">
|
|
225
|
-
<stop stop-color="#F09C48"/>
|
|
226
|
-
<stop offset="1" stop-color="#F09C48" stop-opacity="0"/>
|
|
227
|
-
</linearGradient>
|
|
228
|
-
<linearGradient id="paint28_linear_10079_21713040" x1="125.628" y1="110.963" x2="123.007" y2="116.705" gradientUnits="userSpaceOnUse">
|
|
229
|
-
<stop stop-color="white"/>
|
|
230
|
-
<stop offset="1" stop-color="white" stop-opacity="0"/>
|
|
231
|
-
</linearGradient>
|
|
232
|
-
<clipPath id="clip0_10079_21713040">
|
|
233
|
-
<rect width="180" height="160" fill="white"/>
|
|
234
|
-
</clipPath>
|
|
235
|
-
</defs>
|
|
236
|
-
</svg>
|
|
1
|
+
<svg title="Тыква" viewBox="0 0 180 160" xmlns="http://www.w3.org/2000/svg" fill="none"><g clip-path="url(#a)"><g filter="url(#b)"><path fill="url(#c)" d="M91.322 152.423c45.129 0 81.713-2.151 81.713-4.805 0-2.653-36.584-4.804-81.713-4.804-45.129 0-81.713 2.151-81.713 4.804 0 2.654 36.584 4.805 81.713 4.805Z"/></g><path fill="url(#d)" d="M133.786 121.103c21.676-21.597 25.401-52.9 8.321-69.917-17.08-17.017-48.497-13.306-70.173 8.29-21.675 21.597-25.4 52.9-8.32 69.917 17.08 17.018 48.497 13.306 70.172-8.29Z"/><path fill="url(#e)" d="M100.357 90.274c0-24.1-5.361-40.45-22.882-40.45-17.52 0-40.467 16.35-40.467 40.45S51.194 133.85 68.65 133.85c17.455 0 31.707-19.541 31.707-43.576Z"/><path fill="#EF7C13" d="M64.602 71.97c6.935-9.103 17.512-15.22 28.876-18.487 15.115-4.306 11.684-10.082-4.222-6.26-12.324 3.004-24.124 9.355-31.618 19.192-17.114 22.463-8.088 54.625 9.358 67.816.883.668 1.823 1.262 2.762 1.857-14.57-14.835-20.816-43.564-5.156-64.119Z"/><path fill="url(#f)" fill-rule="evenodd" d="M170.635 96.135c0 27.304-14.166 49.438-31.642 49.438-7.818 0-14.974-4.43-20.495-11.771-18.215 11.015-39.455 10.982-51.998-1.515-15.494-15.437-20.005-48.527-.065-68.459 14.798-14.792 40.542-18.104 59.195-12.518 4.06-2.96 8.588-4.613 13.363-4.613 17.476 0 31.642 22.134 31.642 49.438Z" clip-rule="evenodd"/><mask id="h" width="118" height="100" x="53" y="46" maskUnits="userSpaceOnUse" style="mask-type:alpha"><path fill="url(#g)" fill-rule="evenodd" d="M170.635 96.135c0 27.304-14.166 49.438-31.642 49.438-7.818 0-14.974-4.43-20.495-11.771-18.215 11.015-39.455 10.982-51.998-1.515-15.494-15.437-20.005-48.527-.065-68.459 14.798-14.792 40.542-18.104 59.195-12.518 4.06-2.96 8.588-4.613 13.363-4.613 17.476 0 31.642 22.134 31.642 49.438Z" clip-rule="evenodd"/></mask><g mask="url(#h)"><path fill="url(#i)" fill-rule="evenodd" d="M155.286 86.168c1.046-4.95 1.307-10.096.98-15.307-.392-5.146-1.373-10.422-3.53-15.438-2.027-5.015-5.23-9.835-9.349-13.744-4.118-3.973-9.152-7.034-14.382-9.184l-3.727 11.79c4.315.847 8.499 2.345 12.225 4.69a31.556 31.556 0 0 1 9.611 9.445c2.615 3.843 4.576 8.337 5.883 13.027 1.308 4.755 2.027 9.705 2.027 14.721h.262Zm-79.759 17.589c-1.046-4.95-1.308-10.096-.98-15.307.392-5.146 1.372-10.422 3.53-15.437 2.026-5.016 5.23-9.836 9.348-13.744 4.119-3.974 9.153-7.035 14.383-9.185l1.855 5.868 3.771-5.022c.222.177.353.324.476.46.059.066.115.129.178.191.196.196.392.391.523.587l.981 1.172c.436.521.813 1.042 1.191 1.563.189.261.378.522.574.782a77.602 77.602 0 0 1 1.569 2.41c.174.322.357.635.539.945.297.506.591 1.005.834 1.53a43.9 43.9 0 0 1 3.922 10.292c.85 3.517 1.373 7.1 1.242 10.552.047 1.246-.071 2.46-.19 3.687a66.97 66.97 0 0 0-.136 1.524c-.044.565-.146 1.13-.247 1.694-.051.282-.102.564-.146.847l-.457 2.475-.327-2.54a16.331 16.331 0 0 1-.1-.815c-.059-.55-.117-1.091-.292-1.66a62.79 62.79 0 0 1-.34-1.516c-.241-1.114-.477-2.208-.837-3.24-.915-3.126-2.354-6.058-3.923-8.728-1.634-2.67-3.595-5.08-5.753-7.23-.261-.26-.539-.521-.817-.782a36.26 36.26 0 0 1-.817-.782 33.938 33.938 0 0 1-1.525-1.28l-.175-.153a18.336 18.336 0 0 0-.559-.416c-3.349.892-6.573 2.215-9.513 4.065a31.556 31.556 0 0 0-9.61 9.445c-2.615 3.843-4.576 8.337-5.884 13.027-1.307 4.755-2.026 9.706-2.026 14.721h-.262Z" clip-rule="evenodd" style="mix-blend-mode:multiply"/><g filter="url(#j)"><path fill="url(#k)" fill-rule="evenodd" d="M138.792 46.697c-1.569 0-3.138.219-4.707.51.915-.072 29.354-2.04 29.615 43.16.071 10.667-1.65 17.963-4.199 23.083-.226-7.541-3.537-13.003-7.167-16.527a39.899 39.899 0 0 0 .332-14.726 38.885 38.885 0 0 0-6.015-15.242c1.177 5.21 1.896 10.422 1.7 15.502a46.307 46.307 0 0 1-1.602 10.497 15.725 15.725 0 0 0-.485-.221l-3.657 10.423c-1.272 2.34-2.731 4.603-4.324 6.789-1.504 2.019-3.073 3.974-4.772 5.797-.425.456-.867.912-1.308 1.368l-.001.001c-.441.456-.882.911-1.306 1.367-.85.847-1.765 1.629-2.681 2.41a44.695 44.695 0 0 1-6.014 4.169c-2.092 1.238-4.381 2.345-6.669 3.387-4.358 1.896-8.89 3.333-13.594 4.418.356-1.105.68-2.223.95-3.356 1.634-6.405-7.846-28.806-11.47-35.142a38.869 38.869 0 0 0-10.949-12.191c2.919 4.474 5.408 9.108 6.995 13.939 1.586 4.83 2.369 9.751 2.325 14.701-.004 4.866-.835 9.762-2.186 14.572-.705 2.417-1.495 4.795-2.453 7.097-.24.575-.494 1.156-.75 1.737l-.127.291c-4.635-.247-9.338-1.141-13.72-3.265 2.028 1.824 4.381 3.257 6.93 4.429 1.75.76 3.562 1.367 5.392 1.841-.29.548-.593 1.092-.896 1.635a44.622 44.622 0 0 1-4.185 6.003c-1.53 1.889-3.289 3.724-5.07 5.498-3.648 3.51-7.66 6.6-11.993 9.392-4.356 2.731-8.931 5.057-13.818 6.734-4.825 1.655-10.022 2.683-15.374 2.171 2.535 1.003 5.24 1.526 8.039 1.737 2.776.15 5.56-.051 8.254-.497 5.45-.914 10.765-2.75 15.731-5.152a70.21 70.21 0 0 0 13.965-9.152c1.793-1.539 4.876-2.802 8.079-4.114 4.447-1.822 9.123-3.738 10.891-6.617a33.217 33.217 0 0 0 2.066-3.825c.405-.81.785-1.61 1.135-2.417a69.088 69.088 0 0 0 2.235-.175 70.205 70.205 0 0 0 16.279-3.713c5.295-1.954 10.394-4.56 14.971-8.142a31.04 31.04 0 0 0 1.542-1.258l-2.208 6.294c-1.803 3.19-3.322 6.103-6.042 11.427 3.841 2.75 8.075 4.274 12.52 4.274 17.455 0 31.642-23.536 31.642-52.485.063-10.074-1.641-19.49-4.583-27.4a12.003 12.003 0 0 0-.321-.844c.109.28.216.56.321.843.596 1.742 1.2 4.468 1.643 7.821-4.896-17.02-15.996-28.856-28.906-28.856Z" clip-rule="evenodd"/></g></g><g filter="url(#l)"><path fill="#FFE8AC" fill-rule="evenodd" d="M103.694 55.882c-11.703 1.693-23.013 6.318-31.12 14.395-18.304 18.238-16.016 47.55-3.595 64.225-.85-.716-1.7-1.433-2.484-2.215-15.494-15.437-20.07-48.527-.065-68.459 2.775-2.765 5.931-5.125 9.35-7.1-.85.152-1.605.306-2.22.456a43.378 43.378 0 0 0-10.786 4.3c-3.465 1.954-6.734 4.298-9.676 7.165-1.504 1.433-2.877 2.93-4.25 4.494-1.307 1.628-2.614 3.257-3.66 5.08.588-2.019 1.438-3.973 2.353-5.927.915-1.954 1.961-3.778 3.138-5.602 2.354-3.647 5.165-7.034 8.368-10.16l.066-.066a24.795 24.795 0 0 1 12.029-6.188c8.258-1.701 13.043-.183 15.712 1.607 4.375-1.392 8.936-2.308 13.506-2.78 16.278-1.628 18.893 4.56 3.334 6.775Z" clip-rule="evenodd"/></g><path fill="#F07E13" d="M126.961 55.439c1.618-2.37-15.141-1.676-15.141-1.676s-.289.058-.867.231c-1.386-1.965-3.351-2.485-5.316-2.427l-.462-.636s-2.312 7.628-2.081 7.975c-2.023 2.08-11.269 4.045-18.781 5.837 6.587 3.005 21.844 3.467 26.698-1.85 13.35 1.734 23.174 1.272 27.855 9.19 1.156-9.536-4.854-14.968-11.905-16.644Z"/><path fill="url(#m)" fill-rule="evenodd" d="M109.069 46.484c3.754-2.516 10.883-6.29 20.651-7.017-3.346 2.694-4.919 5.828-6.339 8.66l-.068.134c8.172.847 15.756 5.927 15.952 16.74-5.434-6.714-13.895-6.452-25.344-6.097-2.325.072-4.773.148-7.344.17-4.576 6.709-21.77 8.598-29.615 6.253 8.106-3.192 12.094-6.384 13.99-9.054a15.32 15.32 0 0 0-1.046-.977c-9.339-8.911-26.072-5.99-26.179-6.506-.034-.167 1.667-.693 5.913-2.092 15.434-5.107 25.99-1.115 28.11-.183.048-.15.095-.305.142-.469.196-.847.392-1.694.588-2.605.262-1.76.392-3.583.262-5.472-.131-1.824-.393-3.713-.916-5.537-.147-.684-.404-1.367-.661-2.051-.086-.228-.172-.456-.254-.684-.105-.367-.295-.734-.468-1.067l-.12-.236-.589-1.303 4.838-3.387 1.112 1.368c.392.456.784.912 1.046 1.433.122.182.246.365.371.548.544.798 1.099 1.613 1.524 2.513 1.243 2.085 2.158 4.365 2.877 6.71.719 2.344 1.177 4.82 1.438 7.295.101.952.124 1.943.129 2.913Z" clip-rule="evenodd"/><mask id="p" width="77" height="28" x="63" y="39" maskUnits="userSpaceOnUse" style="mask-type:alpha"><path fill="#A4AEB7" d="M123.313 48.261c1.438-2.866 3.008-6.058 6.407-8.793-14.906 1.107-23.666 9.314-23.666 9.314s-.392.13-.915.391c-1.831-1.954-4.184-2.215-6.342-1.824l-.653-.651s-11.18-5.732-28.504 0c-17.39 5.732 7.91-3.192 20.266 8.598.392.326.72.651 1.046.977-1.896 2.67-5.884 5.862-13.99 9.054 7.845 2.345 25.039.456 29.615-6.253 15.233-.13 26.15-2.15 32.688 5.927-.196-10.812-7.78-15.893-15.952-16.74Z"/><path fill="url(#n)" d="M123.313 48.261c1.438-2.866 3.008-6.058 6.407-8.793-14.906 1.107-23.666 9.314-23.666 9.314s-.392.13-.915.391c-1.831-1.954-4.184-2.215-6.342-1.824l-.653-.651s-11.18-5.732-28.504 0c-17.39 5.732 7.91-3.192 20.266 8.598.392.326.72.651 1.046.977-1.896 2.67-5.884 5.862-13.99 9.054 7.845 2.345 25.039.456 29.615-6.253 15.233-.13 26.15-2.15 32.688 5.927-.196-10.812-7.78-15.893-15.952-16.74Z"/><path fill="url(#o)" d="M123.313 48.261c1.438-2.866 3.008-6.058 6.407-8.793-14.906 1.107-23.666 9.314-23.666 9.314s-.392.13-.915.391c-1.831-1.954-4.184-2.215-6.342-1.824l-.653-.651s-11.18-5.732-28.504 0c-17.39 5.732 7.91-3.192 20.266 8.598.392.326.72.651 1.046.977-1.896 2.67-5.884 5.862-13.99 9.054 7.845 2.345 25.039.456 29.615-6.253 15.233-.13 26.15-2.15 32.688 5.927-.196-10.812-7.78-15.893-15.952-16.74Z"/></mask><g mask="url(#p)"><path fill="url(#q)" d="M118.602 45.437c1.439-2.866 3.008-6.058 6.407-8.793-14.906 1.107-23.666 9.314-23.666 9.314s-.392.13-.915.391c-1.83-1.954-4.184-2.215-6.342-1.824l-.653-.651s-11.18-5.732-28.504 0c-17.39 5.732 7.91-3.192 20.266 8.598.393.325.72.651 1.046.977-1.896 2.67-5.883 5.862-13.99 9.054 7.845 2.345 25.039.456 29.615-6.253 15.233-.13 26.15-2.15 32.688 5.927-.196-10.813-7.78-15.893-15.952-16.74Z"/></g><path fill="url(#r)" d="M97.876 45.981c-.13.326-.196.716-.327 1.042 2.354.391 4.838-.065 6.146-4.56 1.242-4.103-.654-14.004-3.335-18.629l-4.641 3.192.588 1.303c.196.456.458.847.588 1.303.327.912.654 1.823.916 2.735.523 1.824.784 3.713.915 5.537.13 1.824 0 3.648-.261 5.472a82.47 82.47 0 0 1-.589 2.605Z"/><path fill="url(#s)" d="M103.068 90.09c-5.518 5.694-10.897 16.151-14.802 12.505-3.906-3.647-7.89-16.721.78-25.811 5.518-5.694 13.154-7.63 16.962-3.785 3.807 3.845 2.476 11.1-2.94 17.09Z"/><path fill="#004601" d="M77.33 78.8s13.013-23.643 16.996-22.817c4.022.826-11.87 15.381-12.028 29.346-.158 13.966-5.915 7.829-5.915 7.829l.946-14.359Z"/><path fill="#1C1C1C" d="M42.428 112.001c-3.194 8.418-3.115 26.121 16.68 31.707 19.758 5.625 29.971-9.009 32.18-18.961 3.036-13.533-4.614-26.003-6.034-38.473-1.143-9.992.789-14.516.789-14.516s-6.388 10.07-6.388 13.532c0 3.462-.237-8.89-.237-8.89C67.232 91.073 47.752 97.878 42.428 112Z"/><path fill="url(#t)" d="M42.428 112.001c-3.194 8.418-3.115 26.121 16.68 31.707 19.758 5.625 29.971-9.009 32.18-18.961 3.036-13.533-4.614-26.003-6.034-38.473-1.143-9.992.789-14.516.789-14.516s-6.388 10.07-6.388 13.532c0 3.462-.237-8.89-.237-8.89C67.232 91.073 47.752 97.878 42.428 112Z"/><path fill="url(#u)" d="M79.426 76.4C67.24 91.073 47.76 97.84 42.396 111.962c-2.445 6.451-2.957 18.41 5.876 26.12 5.166 1.22 13.763 1.692 13.763 1.692s11.279-.747 17.273-17.191c5.994-16.443 1.104-35.208 1.104-35.208s-.158-1.22-.395-4.09c-.236.786-.394 1.455-.394 2.005 0 3.501-.197-8.89-.197-8.89Z"/><path fill="#DDC672" d="M80.447 87.415c.907 2.4 1.459 4.917 1.971 7.434a63.76 63.76 0 0 1 .592 3.816c.079.63.118 1.298.197 1.928.079.629.119 1.298.158 1.927.197 2.597.118 5.193-.04 7.789-.236 2.597-.591 5.193-1.222 7.75l-.473 1.888-.631 1.889c-.395 1.258-.947 2.439-1.46 3.658-1.143 2.36-2.405 4.721-4.14 6.727-.197.236-.394.511-.631.747l-.67.708-.67.708c-.237.237-.513.433-.75.669l-.75.669c-.236.197-.551.393-.788.59l-.789.59c-.276.197-.552.354-.828.512a21.154 21.154 0 0 1-3.588 1.652c-1.223.393-2.524.669-3.826.669.631-.119 1.223-.355 1.814-.591l.868-.354.828-.432c1.104-.59 2.169-1.259 3.115-2.046l.71-.59.67-.629c.237-.197.474-.394.671-.63l.631-.669.631-.668.591-.708.592-.709c.197-.236.355-.511.513-.747 2.8-4.052 4.535-8.772 5.718-13.532.63-2.4.986-4.878 1.301-7.357.237-2.478.434-4.996.473-7.513.04-2.518.04-5.035-.118-7.553s-.355-5.075-.67-7.592Z"/><path fill="#37974B" d="M74.69 85.487c-3.746 3.54-7.492 7.003-11.08 10.622-3.55 3.619-7.02 7.317-9.899 11.368-.71 1.023-1.38 2.046-1.971 3.108a22.04 22.04 0 0 0-1.499 3.265 13.554 13.554 0 0 0-.473 1.692c-.04.157-.08.275-.08.433l-.078.472-.118.944a39.827 39.827 0 0 0-.316 3.737c-.118 2.478.04 4.996.592 7.435.276 1.219.67 2.399 1.183 3.58.513 1.14 1.143 2.242 2.05 3.186-.552-.354-.985-.826-1.42-1.298-.433-.472-.827-1.023-1.182-1.574a14.69 14.69 0 0 1-.947-1.731c-.276-.59-.512-1.219-.749-1.809a25.839 25.839 0 0 1-1.38-7.75 43.6 43.6 0 0 1 .04-3.934c0-.314.039-.668.078-.983.04-.315.04-.669.079-1.023a11.8 11.8 0 0 1 .434-2.046c.749-2.675 2.05-5.035 3.549-7.238 1.498-2.203 3.155-4.209 4.93-6.097a72.91 72.91 0 0 1 5.639-5.39c.985-.826 1.971-1.652 2.997-2.478 1.025-.787 2.05-1.573 3.115-2.32 2.13-1.496 4.259-2.912 6.507-4.17Z"/><path fill="url(#v)" d="M74.69 85.487c-3.746 3.54-7.492 7.003-11.08 10.622-3.55 3.619-7.02 7.317-9.899 11.368-.71 1.023-1.38 2.046-1.971 3.108a22.04 22.04 0 0 0-1.499 3.265 13.554 13.554 0 0 0-.473 1.692c-.04.157-.08.275-.08.433l-.078.472-.118.944a39.827 39.827 0 0 0-.316 3.737c-.118 2.478.04 4.996.592 7.435.276 1.219.67 2.399 1.183 3.58.513 1.14 1.143 2.242 2.05 3.186-.552-.354-.985-.826-1.42-1.298-.433-.472-.827-1.023-1.182-1.574a14.69 14.69 0 0 1-.947-1.731c-.276-.59-.512-1.219-.749-1.809a25.839 25.839 0 0 1-1.38-7.75 43.6 43.6 0 0 1 .04-3.934c0-.314.039-.668.078-.983.04-.315.04-.669.079-1.023a11.8 11.8 0 0 1 .434-2.046c.749-2.675 2.05-5.035 3.549-7.238 1.498-2.203 3.155-4.209 4.93-6.097a72.91 72.91 0 0 1 5.639-5.39c.985-.826 1.971-1.652 2.997-2.478 1.025-.787 2.05-1.573 3.115-2.32 2.13-1.496 4.259-2.912 6.507-4.17Z"/><path fill="url(#w)" d="M74.69 85.487c-3.746 3.54-7.492 7.003-11.08 10.622-3.55 3.619-7.02 7.317-9.899 11.368-.71 1.023-1.38 2.046-1.971 3.108a22.04 22.04 0 0 0-1.499 3.265 13.554 13.554 0 0 0-.473 1.692c-.04.157-.08.275-.08.433l-.078.472-.118.944a39.827 39.827 0 0 0-.316 3.737c-.118 2.478.04 4.996.592 7.435.276 1.219.67 2.399 1.183 3.58.513 1.14 1.143 2.242 2.05 3.186-.552-.354-.985-.826-1.42-1.298-.433-.472-.827-1.023-1.182-1.574a14.69 14.69 0 0 1-.947-1.731c-.276-.59-.512-1.219-.749-1.809a25.839 25.839 0 0 1-1.38-7.75 43.6 43.6 0 0 1 .04-3.934c0-.314.039-.668.078-.983.04-.315.04-.669.079-1.023a11.8 11.8 0 0 1 .434-2.046c.749-2.675 2.05-5.035 3.549-7.238 1.498-2.203 3.155-4.209 4.93-6.097a72.91 72.91 0 0 1 5.639-5.39c.985-.826 1.971-1.652 2.997-2.478 1.025-.787 2.05-1.573 3.115-2.32 2.13-1.496 4.259-2.912 6.507-4.17Z"/><path fill="#DDC672" d="M77.335 90.404c-.867 2.4-1.892 4.72-2.957 7.002s-2.13 4.564-3.273 6.806c-1.105 2.242-2.288 4.485-3.431 6.688l-3.51 6.687c.394-2.518 1.223-4.957 2.09-7.317a77.919 77.919 0 0 1 3.076-6.963 98.68 98.68 0 0 1 3.668-6.648c1.38-2.124 2.76-4.248 4.337-6.255Z"/><path fill="#37974B" d="M70.782 142.763c-31.036-3.816-20.546-41.659-20.546-41.659h-.04c-3.43 3.265-6.23 6.766-7.768 10.897-3.194 8.418-3.115 26.12 16.68 31.706 8.677 2.479 15.657 1.063 20.862-2.163-1.932-.59-1.696 2.163-9.188 1.219Z"/><path fill="#1C1C1C" fill-rule="evenodd" d="M40.859 105.116c2.648-5.879 5.27-9.407 7.025-8.93 3.037.827 2.366 13.297-1.498 27.891-3.865 14.595-9.465 25.767-12.54 24.941a.508.508 0 0 1-.038-.011l-.005.011s-3.786-.394-4.614-1.102c-.828-.708 2.682-2.517 2.682-2.517l.217.091c-.141-1.064-.196-2.341-.166-3.795l-1.313.124s-1.42-3.147-1.144-8.182c.224-4.055 3.67-12.929 5.76-18.316.486-1.251.898-2.314 1.18-3.084.898-2.41 2.923-5.208 4.454-7.121Zm-4.53 16.286c-2.642 9.953-3.312 18.371-1.537 18.843 1.814.473 5.402-7.159 8.044-17.112 2.643-9.952 3.313-18.371 1.538-18.843-1.814-.472-5.402 7.16-8.044 17.112Z" clip-rule="evenodd"/><path fill="url(#x)" fill-rule="evenodd" d="M40.859 105.116c2.648-5.879 5.27-9.407 7.025-8.93 3.037.827 2.366 13.297-1.498 27.891-3.865 14.595-9.465 25.767-12.54 24.941a.508.508 0 0 1-.038-.011l-.005.011s-3.786-.394-4.614-1.102c-.828-.708 2.682-2.517 2.682-2.517l.217.091c-.141-1.064-.196-2.341-.166-3.795l-1.313.124s-1.42-3.147-1.144-8.182c.224-4.055 3.67-12.929 5.76-18.316.486-1.251.898-2.314 1.18-3.084.898-2.41 2.923-5.208 4.454-7.121Zm-4.53 16.286c-2.642 9.953-3.312 18.371-1.537 18.843 1.814.473 5.402-7.159 8.044-17.112 2.643-9.952 3.313-18.371 1.538-18.843-1.814-.472-5.402 7.16-8.044 17.112Z" clip-rule="evenodd"/><path fill="url(#y)" d="M47.132 96.265c-2.997-1.023-9.425 9.717-14.355 23.957-4.969 14.28-6.546 26.672-3.549 27.694 2.997 1.023 9.425-9.716 14.355-23.957 4.929-14.279 6.546-26.671 3.549-27.694Zm-16.287 42.997c-1.735-.59-.434-8.969 2.918-18.686 3.352-9.716 7.532-17.073 9.267-16.483 1.736.591.434 8.97-2.918 18.686-3.352 9.717-7.532 17.073-9.267 16.483Z"/><path fill="#1C1C1C" fill-rule="evenodd" d="M31.724 110.853c3.393-4.692 6.34-7.331 7.802-6.602 2.524 1.259-.355 12.038-6.349 24.075-6.034 12.038-12.974 20.81-15.498 19.551l-.002-.001-.001.001s-3.234-1.023-3.825-1.809c-.592-.787 2.8-1.731 2.8-1.731l.143.098c.073-.942.255-2.045.537-3.283l-1.151-.119s-.67-3.03.473-7.357c.92-3.485 5.525-10.567 8.354-14.919a167.217 167.217 0 0 0 1.662-2.586c1.174-1.892 3.382-3.925 5.055-5.318Zm-6.828 13.382c-4.141 8.182-6.27 15.421-4.772 16.168 1.499.708 5.955-5.311 10.095-13.493 4.141-8.182 6.27-15.421 4.772-16.168-1.459-.748-5.955 5.311-10.095 13.493Z" clip-rule="evenodd"/><path fill="url(#z)" fill-rule="evenodd" d="M31.724 110.853c3.393-4.692 6.34-7.331 7.802-6.602 2.524 1.259-.355 12.038-6.349 24.075-6.034 12.038-12.974 20.81-15.498 19.551l-.002-.001-.001.001s-3.234-1.023-3.825-1.809c-.592-.787 2.8-1.731 2.8-1.731l.143.098c.073-.942.255-2.045.537-3.283l-1.151-.119s-.67-3.03.473-7.357c.92-3.485 5.525-10.567 8.354-14.919a167.217 167.217 0 0 0 1.662-2.586c1.174-1.892 3.382-3.925 5.055-5.318Zm-6.828 13.382c-4.141 8.182-6.27 15.421-4.772 16.168 1.499.708 5.955-5.311 10.095-13.493 4.141-8.182 6.27-15.421 4.772-16.168-1.459-.748-5.955 5.311-10.095 13.493Z" clip-rule="evenodd"/><path fill="url(#A)" d="M38.846 104.172c-2.405-1.455-9.977 6.767-16.878 18.332-6.901 11.605-10.53 22.147-8.124 23.603 2.406 1.456 9.978-6.766 16.879-18.332 6.9-11.604 10.529-22.147 8.123-23.603ZM16.841 138.79c-1.42-.826 1.223-7.907 5.916-15.775 4.692-7.867 9.661-13.571 11.081-12.745 1.42.826-1.223 7.907-5.915 15.774-4.693 7.868-9.662 13.612-11.082 12.746Z"/><path fill="#DDC672" d="M85.227 97.721c1.104 2.99 1.814 6.098 2.326 9.205.513 3.147.75 6.334.67 9.52a49.16 49.16 0 0 1-.354 4.8c-.237 1.573-.552 3.186-1.026 4.72-.433 1.534-1.104 3.068-1.892 4.445-.829 1.377-1.814 2.675-3.037 3.698a18.806 18.806 0 0 0 2.169-4.13c.158-.354.276-.708.394-1.063.119-.354.237-.708.355-1.101.08-.354.197-.747.316-1.101l.236-1.141c.276-1.495.513-3.029.67-4.564.159-1.534.237-3.068.277-4.602.079-3.108-.04-6.216-.237-9.323-.276-3.108-.552-6.216-.867-9.363Z"/><path fill="#fff" d="M90.586 58.5s1.933-1.809 2.603-1.14c.67.669-15.853 21.44-15.853 21.44l13.25-20.3Z"/><path fill="url(#B)" d="M68.577 144.026c-15.246-5.304-7.542-15.155 1.14-15.588 8.68-.433 22.354-.758 26.098 7.848 2.984 6.874-4.938 15.48-27.238 7.74Z"/><path fill="#5AA667" d="M71.946 142.132c-1.519-.433-3.038-.974-4.503-1.732-.705-.379-1.41-.866-2.008-1.516-.325-.324-.542-.703-.705-1.136a3.056 3.056 0 0 1-.163-1.407c.109-.488.272-.866.489-1.245.27-.325.542-.704.868-.92.65-.542 1.356-.921 2.116-1.245 1.465-.65 3.038-.975 4.612-1.083 3.093-.162 6.24-.325 9.332-.379 3.147-.054 6.294 0 9.441.596 1.574.324 3.147.757 4.612 1.623.706.433 1.41.975 2.008 1.732.542.704.976 1.732.922 2.761-.108 1.082-.705 1.948-1.302 2.598-.651.649-1.41 1.136-2.116 1.515-1.52.758-3.093 1.191-4.72 1.516-3.202.595-6.403.541-9.55.216-3.201-.378-6.294-1.082-9.333-1.894Zm.38-1.461c1.52.324 2.984.649 4.504.866 1.519.216 3.038.378 4.557.487 3.039.162 6.077.108 9.007-.379 1.465-.271 2.876-.65 4.178-1.245.651-.325 1.194-.65 1.682-1.083.434-.433.76-.92.814-1.407.054-.487-.108-1.028-.434-1.569-.38-.542-.868-.975-1.465-1.354-1.194-.757-2.604-1.299-4.07-1.623-2.93-.704-6.022-.92-9.115-1.029-3.093-.054-6.185.054-9.278.163-1.52.108-3.038.433-4.395 1.082-.651.325-1.302.704-1.845 1.191-.271.216-.488.541-.65.812-.164.27-.272.595-.326.866 0 .325.054.595.162.866.163.27.326.541.597.758.489.487 1.14.866 1.79 1.19 1.357.65 2.822 1.083 4.287 1.408Z"/><path fill="#5AA667" d="M74.658 140.074c-1.085-.27-2.17-.595-3.201-1.082-.543-.271-1.031-.541-1.52-.974a2.71 2.71 0 0 1-.596-.866c-.163-.325-.163-.812-.054-1.137.27-.704.813-1.082 1.302-1.407.488-.325 1.03-.541 1.573-.704 1.085-.325 2.17-.487 3.31-.541 2.17-.108 4.34-.217 6.511-.271 2.17-.054 4.395-.054 6.62.271 1.139.162 2.224.433 3.364.92.542.271 1.085.595 1.573 1.137.217.27.488.541.597.974.109.162.109.433.163.649 0 .217 0 .488-.054.704a2.906 2.906 0 0 1-.543 1.083c-.217.27-.488.541-.76.703a7.894 7.894 0 0 1-1.627.866c-1.14.433-2.28.704-3.365.866-4.611.65-9.06-.162-13.293-1.191Zm.271-1.461c2.117.379 4.233.595 6.349.704 2.116.108 4.232.054 6.294-.217a12.85 12.85 0 0 0 2.93-.649c.434-.163.868-.325 1.248-.596.325-.216.596-.487.65-.649.055-.108.055-.163 0-.271 0-.108-.108-.27-.216-.433-.217-.325-.597-.595-1.031-.812-.814-.487-1.845-.757-2.876-1.028-2.062-.433-4.232-.65-6.348-.704-2.17-.054-4.34 0-6.511.054-1.031.055-2.116.217-3.093.542a5.36 5.36 0 0 0-1.356.703c-.38.271-.76.65-.814.975-.109.324.108.595.434.866.325.27.814.487 1.248.649a13.22 13.22 0 0 0 3.092.866Z"/><path fill="#1C1C1C" d="M103.189 135.312c-4.015-8.01-17.145-7.577-26.206-7.036 7.65.162 16.06 1.624 18.827 8.01 2.984 6.82-4.883 15.372-26.966 7.794 1.03.596 2.17 1.137 3.527 1.678 22.3 8.606 35.376-1.353 30.818-10.446Z"/><path fill="url(#C)" d="M103.189 135.312c-4.015-8.01-17.145-7.577-26.206-7.036 7.65.162 16.06 1.624 18.827 8.01 2.984 6.82-4.883 15.372-26.966 7.794 1.03.596 2.17 1.137 3.527 1.678 22.3 8.606 35.376-1.353 30.818-10.446Z"/><path fill="url(#D)" d="M87.525 114.985c2.3-.127 4.773.529 6.856 1.411 2.196.938 3.946 2.215 5.583 3.437 3.219 2.556 5.821 5.229 8.192 6.95 1.129.833 4.095 2.624 4.881 2.73.393.054.561-.003.559-.284.055-.112-.06-.447-.398-.613-.17-.223-2.403-1.514-2.46-1.682-.113-.055-.058-.168-.002-.28l.501-.452a6.363 6.363 0 0 0 1.554-2.027c.83-1.407 1.154-2.922 1.308-4.66.154-1.738 1.038-8.027 1.826-12.29 1.042-11.22 4.654-18.293 15.088-18.474 10.489-.294 19.253 8.053 19.451 18.474l.003.28.057.168-.053.392-.108.505-.216 1.011c-.163.617-.213 1.29-.377 1.907-.326 1.235-.597 2.358-.869 3.48-.71 2.302-1.42 4.605-2.356 6.796-1.871 4.384-4.359 8.883-7.635 12.995-3.276 4.113-7.679 7.672-12.597 10.003-2.403 1.192-5.033 1.995-7.497 2.459l-1.849.349a12.49 12.49 0 0 1-2.522.297c-1.738.123-3.814.081-5.67-.411-1.911-.379-3.768-1.151-5.29-2.038a16.874 16.874 0 0 1-3.728-2.945c-1.924-2.06-3.23-3.957-4.198-5.688-1.936-3.461-3.083-6.535-4.507-9.047-1.423-2.512-2.616-4.354-4.812-5.292-2.14-1.05-5.336-.805-8.47.169-.504.171 2.177-8.14 9.755-7.63Z"/><path fill="url(#E)" fill-rule="evenodd" d="M146.55 69.103c2.532-.288 5.738.737 8.151 2.33l1.825-2.198c-1.421-1.272-2.825-2.245-4.511-2.902-1.694-.808-3.53-1.457-5.56-1.572-1.959-.193-4.105.298-6.006 1.151-1.9.853-3.547 2.216-4.817 3.634-.713.638-1.269 1.418-1.824 2.198h-.001l-.245.352c-.437.625-.932 1.332-1.272 1.978-.485.701-.962 1.552-1.289 2.394-.407.771-.734 1.613-1.061 2.455-.84 1.997-1.513 4.039-2.105 6.082a6.904 6.904 0 0 0-1.001.02c-6.95.774-14.315 5.81-12.928 10.676.075-.11.161-.248.261-.41.569-.918 1.599-2.583 3.687-3.93.223-.17 1.843-.91 5.883-.88 2.888-.02 1.834.916.303 2.275-.848.752-1.843 1.635-2.395 2.558-1.605 2.7 4.417-1.879 4.417-1.879l1.335-1.298c.283.279.734.5 1.352.664 1.495.585 2.553-.028 3.494-.574.832-.482 1.573-.912 2.445-.419l.113.056.112.055c4.114 2.158 7.565 5.665 8.443 10.142 1.889-4.192-1.977-9.744-6.859-13.36.214-2.485.544-4.958 1.075-7.345.081-.57.247-1.145.404-1.687.051-.176.101-.348.146-.516.068-.476.226-.928.381-1.368.091-.258.18-.512.249-.764.149-.55.396-1.106.624-1.622l.163-.37c.172-.271.342-.58.512-.89.17-.308.34-.617.512-.889 1.517-2.33 3.455-3.86 5.987-4.147Z" clip-rule="evenodd"/><path fill="#fff" d="M132.511 75.589c.328-.842.804-1.693 1.281-2.543.485-.7.891-1.472 1.526-2.181.564-.63 1.199-1.34 1.842-1.899 1.356-1.198 2.95-2.184 4.718-2.73 1.768-.545 3.632-.721 5.371-.441 1.74.28 3.505 1.008 4.979 1.903-1.607-.587-3.355-1.017-5.086-1.148-1.731-.13-3.367.108-4.985.646a12.64 12.64 0 0 0-4.357 2.485c-.643.56-1.286 1.119-1.851 1.749l-1.762 1.97c-.564.63-1.12 1.41-1.676 2.189Z"/><path fill="#004601" d="M154.438 71.897c-1.237-.682-2.466-1.215-3.758-1.52-1.291-.304-2.565-.31-3.674-.024-2.286.648-3.9 2.61-4.969 4.916-1.069 2.306-1.673 4.887-2.049 7.53a34.835 34.835 0 0 0-.231 7.882l-6.522-.02c.202-3.084.859-6.042 1.745-8.938.887-2.896 2.08-5.659 3.88-8.305.9-1.323 1.957-2.504 3.252-3.474 1.294-.97 2.904-1.657 4.619-1.825 1.477-.38 3.076.058 4.454.583 1.458.595 2.704 1.426 3.801 2.266l-.548.93Z"/><g filter="url(#F)" style="mix-blend-mode:multiply"><path fill="#F87336" d="M146.4 122.347c.975-2.272 1.838-4.6 2.475-7.038.29-1.161.637-2.438.927-3.599.174-.639.348-1.278.409-1.972l.232-1.044.117-.522.059-.405-.056-.172.002-.289c.008-1.154-.319-3.052-.759-5.005-.496-1.837-1.22-3.495-2.171-4.975l-7.436-3.649c.168.227.336.454.391.626-3.04-1.78-6.253-2.924-8.628-2.641-6.673.78-13.373 5.6-11.651 10.354.628-.995 1.95-4.545 7.044-5.81 4.691-.159 4.283 1.813 7.159 2.79 2.875.976 3.629-1.984 5.714-1.106 2.085.879 2.516 4.275 2.098 7.69-.593 4.342-2.372 8.537-3.519 11.159-2.294 5.245-5.604 10.281-9.586 14.408-3.982 4.127-8.807 7.406-13.901 8.671-2.547.632-5.203.632-7.855.054-2.652-.577-5.131-1.794-7.437-3.36-1.687-1.407-5.44-6.578-8.12-11.369-5.2-8.777-10.3-6.646-13.481-3.864-1.142 1.756-1.434 3.206-.981 3.138 3.17-1.05 6.507-1.295 8.534-.3 2.028.995 3.373 2.813 4.769 5.38.168.228.166.516.334.744a308.908 308.908 0 0 1 1.895 4.115c.279.571.5 1.259.892 1.885l.055.172c.335.743.669 1.487 1.116 2.285.391.626.953 1.192 1.457 1.873l.225.111c2.529 2.254 5.454 4.269 8.893 5.522 3.326 1.198 7.109 1.751 10.784 1.383 3.676-.368 7.187-1.541 10.417-2.996 3.288-1.572 6.352-3.544 9.023-5.853.397-.239.739-.651 1.023-.945.569-.59 1.195-1.296 1.651-1.941 3.362-4.287 5.878-8.844 7.886-13.505Z"/><path fill="url(#G)" d="M146.4 122.347c.975-2.272 1.838-4.6 2.475-7.038.29-1.161.637-2.438.927-3.599.174-.639.348-1.278.409-1.972l.232-1.044.117-.522.059-.405-.056-.172.002-.289c.008-1.154-.319-3.052-.759-5.005-.496-1.837-1.22-3.495-2.171-4.975l-7.436-3.649c.168.227.336.454.391.626-3.04-1.78-6.253-2.924-8.628-2.641-6.673.78-13.373 5.6-11.651 10.354.628-.995 1.95-4.545 7.044-5.81 4.691-.159 4.283 1.813 7.159 2.79 2.875.976 3.629-1.984 5.714-1.106 2.085.879 2.516 4.275 2.098 7.69-.593 4.342-2.372 8.537-3.519 11.159-2.294 5.245-5.604 10.281-9.586 14.408-3.982 4.127-8.807 7.406-13.901 8.671-2.547.632-5.203.632-7.855.054-2.652-.577-5.131-1.794-7.437-3.36-1.687-1.407-5.44-6.578-8.12-11.369-5.2-8.777-10.3-6.646-13.481-3.864-1.142 1.756-1.434 3.206-.981 3.138 3.17-1.05 6.507-1.295 8.534-.3 2.028.995 3.373 2.813 4.769 5.38.168.228.166.516.334.744a308.908 308.908 0 0 1 1.895 4.115c.279.571.5 1.259.892 1.885l.055.172c.335.743.669 1.487 1.116 2.285.391.626.953 1.192 1.457 1.873l.225.111c2.529 2.254 5.454 4.269 8.893 5.522 3.326 1.198 7.109 1.751 10.784 1.383 3.676-.368 7.187-1.541 10.417-2.996 3.288-1.572 6.352-3.544 9.023-5.853.397-.239.739-.651 1.023-.945.569-.59 1.195-1.296 1.651-1.941 3.362-4.287 5.878-8.844 7.886-13.505Z"/></g><path fill="#55C257" d="M140.264 94.965c4.445 1.483 9.678 3.354 11.115 7.547 2.184-7.3-13.251-14.874-19.969-13.148-6.718 1.726-13.344 7.822-11.286 12.459.552-1.124 1.809-5.11 6.787-6.993 4.706-.76 4.387 1.315 7.421 1.968 3.035.652 3.681-2.659 5.82-1.888l.112.055Z"/><path fill="url(#H)" d="M130.234 109.433c-3.116 3.215-6.153 9.119-8.358 7.06-2.205-2.058-4.453-9.44.441-14.572 3.116-3.215 7.426-4.308 9.576-2.137 2.15 2.171 1.398 6.267-1.659 9.649Z"/><path fill="#004601" d="M147.724 94.579c1.853.212 2.747-.187.372-2.468-5.09-5.01-13.908-6.128-13.908-6.128l-.034 2.634s.225.11.621.444c-.168.058-.336.115-.449.06.455.781 1.987 2.788 7.896 4.99 5.345 1.926 7.612 4.712 8.415 6.78.34.446.625 1.005.743 1.621.818-2.808-.888-5.598-3.656-7.933Z"/><g filter="url(#I)"><path fill="url(#J)" d="M146.082 95.517c1.298 1.62 2.189 3.461 2.904 5.356l.807 2.924c.075.458.214 1.088.112 1.6a5.93 5.93 0 0 1-.128 1.481c-.406 3.873-1.284 7.795-2.523 11.539-2.479 7.489-6.636 14.436-12.739 19.865-3.056 2.572-6.659 4.736-10.578 6.323-1.991.708-4.048 1.243-6.049 1.665-1.001.211-2.066.25-3.067.461-1.065.039-2.186.191-3.252.229-2.131.078-4.336-.302-6.431-.909-1.918-.66-3.846-1.606-5.663-2.779-3.578-2.458-6.063-5.924-7.724-9.547 2.42 3.294 5.184 6.194 8.678 7.909 3.438 1.828 7.256 2.578 11.036 2.186.945-.097 1.891-.195 2.771-.465 1-.212 1.945-.309 2.825-.58 1.881-.481 3.641-1.021 5.336-1.734 3.391-1.425 6.586-3.367 9.291-5.831 2.824-2.405 5.222-5.16 7.315-8.205a51.23 51.23 0 0 0 5.248-9.781c1.425-3.513 2.674-6.972 3.441-10.667.101-.512.147-.911.249-1.422.046-.399.092-.798.073-1.368.028-.97-.121-1.885-.27-2.801-.177-1.772-.771-3.608-1.662-5.449Z"/></g><mask id="K" width="74" height="60" x="77" y="88" maskUnits="userSpaceOnUse" style="mask-type:alpha"><path fill="#FA552D" d="M87.525 114.985c2.3-.127 4.773.529 6.856 1.411 2.196.938 3.946 2.215 5.583 3.437 3.219 2.556 5.821 5.229 8.192 6.95 1.129.833 4.095 2.624 4.881 2.73.393.054.561-.003.559-.284.055-.112-.06-.447-.398-.613-.17-.223-2.403-1.514-2.46-1.682-.113-.055-.058-.168-.002-.28l.501-.452a6.363 6.363 0 0 0 1.554-2.027c.83-1.407 1.154-2.922 1.308-4.66.154-1.738 1.038-8.027 1.826-12.29 1.042-11.22 4.654-18.293 15.088-18.474 10.489-.294 19.253 8.053 19.451 18.474l.003.28.057.168-.053.392-.108.505-.216 1.011c-.163.617-.213 1.29-.377 1.907-.326 1.235-.597 2.358-.869 3.48-.71 2.302-1.42 4.605-2.356 6.796-1.871 4.384-4.359 8.883-7.635 12.995-3.276 4.113-7.679 7.672-12.597 10.003-2.403 1.192-5.033 1.995-7.497 2.459l-1.849.349a12.49 12.49 0 0 1-2.522.297c-1.738.123-3.814.081-5.67-.411-1.911-.379-3.768-1.151-5.29-2.038a16.874 16.874 0 0 1-3.728-2.945c-1.924-2.06-3.23-3.957-4.198-5.688-1.936-3.461-3.083-6.535-4.507-9.047-1.423-2.512-2.616-4.354-4.812-5.292-2.14-1.05-5.336-.805-8.47.169-.504.171 2.177-8.14 9.755-7.63Z"/></mask><g filter="url(#L)" mask="url(#K)"><path fill="#B9FF24" d="M50.86 154.039c-1.046-1.748-1.676-3.609-2.131-5.481l-.42-2.825c-.017-.431-.074-1.033.085-1.475a4.95 4.95 0 0 1 .301-1.315c.854-3.424 2.166-6.791 3.802-9.92 3.272-6.256 8.082-11.66 14.571-15.269 3.232-1.674 6.938-2.86 10.876-3.455 1.99-.213 4.02-.255 5.984-.207.983.024 2.006.219 2.988.243 1.024.194 2.114.298 3.138.492 2.046.389 4.11 1.208 6.04 2.209a29.52 29.52 0 0 1 5.08 3.74c3.125 2.999 5.084 6.677 6.236 10.319-1.918-3.507-4.211-6.732-7.345-9.039-3.068-2.398-6.629-3.901-10.29-4.36-.916-.114-1.831-.229-2.705-.174-.982-.024-1.898-.139-2.772-.083-1.856.031-3.604.142-5.31.423-3.414.562-6.704 1.635-9.586 3.287-2.99 1.572-5.615 3.554-7.982 5.864a40.898 40.898 0 0 0-6.196 7.738c-1.785 2.879-3.395 5.746-4.574 8.932-.158.442-.25.794-.41 1.236a7.072 7.072 0 0 0-.234 1.224c-.143.874-.11 1.736-.079 2.598-.044 1.645.303 3.437.933 5.298Z"/></g><path fill="url(#M)" d="M126.426 114.519c-.666 1.458-1.081 3.253-2.201 2.742-1.119-.511-2.518-3.134-1.852-4.593.665-1.458 2.112-2.226 3.232-1.716 1.119.511 1.487 2.108.821 3.567Z"/></g><defs><linearGradient id="d" x1="145.117" x2="50.188" y1="69.377" y2="94.441" gradientUnits="userSpaceOnUse"><stop stop-color="#EE9848"/><stop offset="1" stop-color="#FFCA42"/></linearGradient><linearGradient id="e" x1="94.204" x2="36.278" y1="106.283" y2="86.205" gradientUnits="userSpaceOnUse"><stop stop-color="#EE9848"/><stop offset="1" stop-color="#FFCA42"/></linearGradient><linearGradient id="f" x1="159.222" x2="66.534" y1="113.134" y2="62.489" gradientUnits="userSpaceOnUse"><stop stop-color="#EE9848"/><stop offset="1" stop-color="#FFCA42"/></linearGradient><linearGradient id="g" x1="159.222" x2="68.194" y1="110.647" y2="58.974" gradientUnits="userSpaceOnUse"><stop stop-color="#EE9848"/><stop offset="1" stop-color="#FFCA42"/></linearGradient><linearGradient id="i" x1="148.436" x2="82.82" y1="80.378" y2="45.672" gradientUnits="userSpaceOnUse"><stop stop-color="#EE9848"/><stop offset="1" stop-color="#FFCA42"/></linearGradient><linearGradient id="k" x1="187.479" x2="123.352" y1="80.44" y2="138.177" gradientUnits="userSpaceOnUse"><stop/><stop offset="1" stop-color="#A4290C"/></linearGradient><linearGradient id="m" x1="103.219" x2="108.373" y1="31.3" y2="80.271" gradientUnits="userSpaceOnUse"><stop stop-color="#075EBD"/><stop offset="1" stop-color="#165616"/></linearGradient><linearGradient id="n" x1="129.3" x2="127.114" y1="41.343" y2="55.81" gradientUnits="userSpaceOnUse"><stop stop-color="#C9D3DC"/><stop offset="1" stop-color="#C9D3DC" stop-opacity="0"/></linearGradient><linearGradient id="o" x1="89.196" x2="112.658" y1="64.924" y2="44.031" gradientUnits="userSpaceOnUse"><stop stop-color="#C2E0FC"/><stop offset="1" stop-color="#C2E0FC" stop-opacity="0"/></linearGradient><linearGradient id="q" x1="96.785" x2="96.785" y1="36.644" y2="63.465" gradientUnits="userSpaceOnUse"><stop stop-color="#80F982"/><stop offset="1" stop-color="#42AB44"/></linearGradient><linearGradient id="r" x1="99.901" x2="99.901" y1="23.834" y2="47.133" gradientUnits="userSpaceOnUse"><stop stop-color="#80F982"/><stop offset="1" stop-color="#42AB44"/></linearGradient><linearGradient id="s" x1="89.904" x2="98.725" y1="80.698" y2="92.768" gradientUnits="userSpaceOnUse"><stop stop-color="#FFE8AC"/><stop offset="1" stop-color="#fff" stop-opacity="0"/></linearGradient><linearGradient id="t" x1="98.451" x2="45.462" y1="115.679" y2="74.281" gradientUnits="userSpaceOnUse"><stop stop-color="#3BAB43"/><stop offset="1" stop-color="#294ECE" stop-opacity="0"/></linearGradient><linearGradient id="u" x1="53.029" x2="51.668" y1="93.499" y2="139.315" gradientUnits="userSpaceOnUse"><stop stop-color="#fff"/><stop offset=".38" stop-color="#FFF085"/><stop offset="1" stop-color="#73D910"/></linearGradient><linearGradient id="v" x1="63.964" x2="58.186" y1="96.799" y2="117.11" gradientUnits="userSpaceOnUse"><stop stop-color="#FFF185"/><stop offset="1" stop-color="#C9D3DC" stop-opacity="0"/></linearGradient><linearGradient id="w" x1="56.533" x2="59.192" y1="132.792" y2="129.955" gradientUnits="userSpaceOnUse"><stop stop-color="#C2E0FC"/><stop offset="1" stop-color="#C2E0FC" stop-opacity="0"/></linearGradient><linearGradient id="x" x1="52.404" x2="23.381" y1="127.895" y2="115.18" gradientUnits="userSpaceOnUse"><stop stop-color="#3BAB43"/><stop offset="1" stop-color="#294ECE" stop-opacity="0"/></linearGradient><linearGradient id="y" x1="39.694" x2="23.003" y1="92.084" y2="106.418" gradientUnits="userSpaceOnUse"><stop stop-color="#FFF4C8"/><stop offset="1" stop-color="#FFF085"/></linearGradient><linearGradient id="z" x1="43.809" x2="13.375" y1="130.452" y2="109.759" gradientUnits="userSpaceOnUse"><stop stop-color="#3BAB43"/><stop offset="1" stop-color="#294ECE" stop-opacity="0"/></linearGradient><linearGradient id="A" x1="28.267" x2="15.032" y1="100.648" y2="118.272" gradientUnits="userSpaceOnUse"><stop stop-color="#FFF4C8"/><stop offset="1" stop-color="#FFF085"/></linearGradient><linearGradient id="B" x1="80.802" x2="77.992" y1="126.766" y2="138.357" gradientUnits="userSpaceOnUse"><stop stop-color="#FFF4C8"/><stop offset="1" stop-color="#FFF085"/></linearGradient><linearGradient id="C" x1="108.544" x2="95.513" y1="140.639" y2="116.207" gradientUnits="userSpaceOnUse"><stop stop-color="#3BAB43"/><stop offset="1" stop-color="#294ECE" stop-opacity="0"/></linearGradient><linearGradient id="D" x1="129.891" x2="101.159" y1="85.778" y2="144.327" gradientUnits="userSpaceOnUse"><stop stop-color="#80F982"/><stop offset="1" stop-color="#42AB44"/></linearGradient><linearGradient id="E" x1="145.531" x2="126.501" y1="63.102" y2="101.882" gradientUnits="userSpaceOnUse"><stop stop-color="#80F982"/><stop offset="1" stop-color="#42AB44"/></linearGradient><linearGradient id="G" x1="115.166" x2="133.919" y1="116.214" y2="160.666" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#05000F"/><stop offset="1" stop-color="#5831A0" stop-opacity="0"/></linearGradient><linearGradient id="H" x1="122.802" x2="127.781" y1="104.131" y2="110.946" gradientUnits="userSpaceOnUse"><stop stop-color="#fff"/><stop offset="1" stop-color="#fff" stop-opacity="0"/></linearGradient><linearGradient id="J" x1="136.959" x2="108.944" y1="91.04" y2="148.129" gradientUnits="userSpaceOnUse"><stop stop-color="#F09C48"/><stop offset="1" stop-color="#F09C48" stop-opacity="0"/></linearGradient><linearGradient id="M" x1="125.628" x2="123.007" y1="110.963" y2="116.705" gradientUnits="userSpaceOnUse"><stop stop-color="#fff"/><stop offset="1" stop-color="#fff" stop-opacity="0"/></linearGradient><filter id="b" width="171.422" height="17.609" x="5.609" y="138.814" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_10079_21713040" stdDeviation="2"/></filter><filter id="j" width="147.102" height="132.037" x="27.539" y="42.697" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_10079_21713040" stdDeviation="2"/></filter><filter id="l" width="76.883" height="93.664" x="41.188" y="44.838" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_10079_21713040" stdDeviation="2"/></filter><filter id="F" width="89.375" height="72.081" x="69.242" y="83.619" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_10079_21713040" stdDeviation="4"/></filter><filter id="I" width="62.188" height="55.453" x="89.75" y="93.517" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_10079_21713040" stdDeviation="1"/></filter><filter id="L" width="63.117" height="43.965" x="46.289" y="112.074" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_10079_21713040" stdDeviation="1"/></filter><radialGradient id="c" cx="0" cy="0" r="1" gradientTransform="matrix(-.00026 2.53478 -43.111 -.00444 91.322 147.618)" gradientUnits="userSpaceOnUse"><stop stop-color="#6A99DD"/><stop offset="1" stop-color="#A0C0EF"/></radialGradient><clipPath id="a"><path fill="#fff" d="M0 0h180v160H0z"/></clipPath></defs></svg>
|