@redneckz/wildless-cms-uni-blocks 0.5.6 → 0.5.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundle/blocks.schema.json +1 -1
- package/bundle/bundle.umd.js +76 -105
- 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/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/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/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/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 -2
- 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/SelectCustom/SelectCustom.tsx +9 -2
- package/package.json +2 -1
- 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 -2
- 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/SelectCustom/SelectCustom.tsx +9 -2
- 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 +1 @@
|
|
|
1
|
-
<svg id="icon" width="180" height="160" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M0 0h180v160H0z"/><g filter="url(#filter0_f_10079_21693278)"><path d="M85.382 152.6c32.9 0 59.57-1.943 59.57-4.34 0-2.396-26.67-4.339-59.57-4.339s-59.57 1.943-59.57 4.339c0 2.397 26.67 4.34 59.57 4.34Z" fill="url(#paint0_radial_10079_21693278)"/></g><path d="M122.757 34.818H54.086v101.458h68.671V34.818Z" fill="url(#paint1_linear_10079_21693278)"/><path d="M122.757 34.818H54.086v101.458h68.671V34.818Z" fill="url(#paint2_linear_10079_21693278)"/><path d="M121.929 34.818H54.086v101.458h67.843V34.818Z" fill="url(#paint3_linear_10079_21693278)"/><path d="M121.929 34.818H54.086v101.458h67.843V34.818Z" fill="url(#paint4_linear_10079_21693278)"/><path d="M139.69 27.379H70.813v101.457h68.877V27.379Z" fill="url(#paint5_linear_10079_21693278)"/><path d="M139.69 27.379H70.813v101.457h68.877V27.379Z" fill="url(#paint6_linear_10079_21693278)"/><path d="M138.656 27.379H70.812v101.457h67.844V27.379Z" fill="url(#paint7_linear_10079_21693278)"/><path d="M138.656 27.379H70.812v101.457h67.844V27.379Z" fill="url(#paint8_linear_10079_21693278)"/><path d="M165.284 20.354H96.406V121.81h68.878V20.353Z" fill="url(#paint9_linear_10079_21693278)"/><path d="M122.289 34.921H54.445V136.38h67.844V34.921Z" fill="url(#paint10_linear_10079_21693278)"/><path d="M122.289 34.921H54.445V136.38h67.844V34.921Z" fill="url(#paint11_linear_10079_21693278)"/><path d="M122.289 34.921H54.445v9.299h67.844V34.92Z" fill="#CBD7FF"/><path d="M122.289 34.921H54.445v9.299h67.844V34.92Z" fill="url(#paint12_linear_10079_21693278)"/><path d="M94.362 49.386H67.266v1.86h27.096v-1.86ZM94.362 53.519H67.266v1.86h27.096v-1.86ZM94.362 57.651H67.266v1.86h27.096v-1.86ZM94.362 61.99H67.266v1.86h27.096v-1.86ZM94.362 66.123H67.266v1.86h27.096v-1.86ZM94.362 70.256H67.266v1.86h27.096v-1.86ZM116.696 40.707h-2.068c-.621 0-1.034-.413-1.034-1.033 0-.827.62-1.24 1.241-1.24h2.068c.621 0 1.034.413 1.034 1.033 0 .62-.62 1.24-1.241 1.24ZM109.673 40.707h-2.068c-.621 0-1.035-.413-1.035-1.033 0-.827.621-1.24 1.241-1.24h2.069c.62 0 1.034.413 1.034 1.033 0 .62-.621 1.24-1.241 1.24ZM102.634 40.707h-2.069c-.62 0-1.034-.413-1.034-1.033 0-.62.414-1.033 1.034-1.033h2.069c.62 0 1.034.413 1.034 1.033.207.413-.414 1.033-1.034 1.033ZM114.425 100.218h-47.16v1.859h47.16v-1.859ZM114.425 104.351h-47.16v1.859h47.16v-1.859ZM114.425 108.483h-47.16v1.86h47.16v-1.86ZM114.425 112.616h-47.16v1.86h47.16v-1.86ZM114.425 116.749h-47.16v1.86h47.16v-1.86ZM102.015 120.882h-34.75v1.86h34.75v-1.86Z" fill="#fff"/><path d="M113.596 67.983h-13.237c-.414 0-.828-.413-.828-.827V50.212c0-.413.414-.826.828-.826h13.237c.414 0 .828.413.828.826v16.944c0 .62-.414.827-.828.827ZM113.399 95.052H68.308c-.62 0-1.035-.414-1.035-1.034v-12.19c0-.62.414-1.034 1.035-1.034h44.884c.62 0 1.034.413 1.034 1.033V94.02c.207.62-.207 1.033-.827 1.033Z" stroke="#000" stroke-width=".5" stroke-miterlimit="10"/><path d="M122.289 56.618 54.445 122.12v14.257h3.93l63.914-61.576V56.618Z" fill="url(#paint13_linear_10079_21693278)"/><path d="m122.289 52.898-67.844 65.503v1.653l67.844-65.502v-1.654Z" fill="url(#paint14_linear_10079_21693278)"/><path d="M138.648 27.697H70.805v101.458h67.843V27.697Z" fill="url(#paint15_linear_10079_21693278)"/><path d="M138.648 27.697H70.805v101.458h67.843V27.697Z" fill="url(#paint16_linear_10079_21693278)"/><path d="M138.648 27.697H70.805v9.299h67.843v-9.299Z" fill="#CBD7FF"/><path d="M138.648 27.697H70.805v9.299h67.843v-9.299Z" fill="url(#paint17_linear_10079_21693278)"/><path d="M110.721 42.162H83.625v1.86h27.096v-1.86ZM110.721 46.295H83.625v1.86h27.096v-1.86ZM110.721 50.428H83.625v1.86h27.096v-1.86ZM110.721 54.767H83.625v1.86h27.096v-1.86ZM110.721 58.9H83.625v1.86h27.096V58.9ZM110.721 63.032H83.625v1.86h27.096v-1.86ZM133.056 33.483h-2.069c-.62 0-1.034-.413-1.034-1.033 0-.827.621-1.24 1.241-1.24h2.069c.62 0 1.034.413 1.034 1.033 0 .62-.621 1.24-1.241 1.24ZM126.032 33.483h-2.068c-.621 0-1.034-.413-1.034-1.033 0-.827.62-1.24 1.241-1.24h2.068c.621 0 1.034.413 1.034 1.033 0 .62-.62 1.24-1.241 1.24ZM118.993 33.483h-2.068c-.621 0-1.034-.413-1.034-1.033 0-.62.413-1.033 1.034-1.033h2.068c.621 0 1.034.413 1.034 1.033.207.413-.413 1.033-1.034 1.033ZM130.785 92.994h-47.16v1.86h47.16v-1.86ZM130.785 97.126h-47.16v1.86h47.16v-1.86ZM130.785 101.259h-47.16v1.86h47.16v-1.86ZM130.785 105.392h-47.16v1.859h47.16v-1.859ZM130.785 109.524h-47.16v1.86h47.16v-1.86ZM118.374 113.657H83.625v1.86h34.749v-1.86Z" fill="#fff"/><path d="M129.956 60.759h-13.238c-.414 0-.827-.414-.827-.827V42.988c0-.413.413-.826.827-.826h13.238c.413 0 .827.413.827.826v16.944c0 .62-.414.827-.827.827ZM129.758 87.828H84.667c-.62 0-1.034-.413-1.034-1.033V74.603c0-.62.413-1.033 1.034-1.033h44.884c.621 0 1.034.414 1.034 1.034v12.19c.207.62-.206 1.034-.827 1.034Z" stroke="#000" stroke-width=".5" stroke-miterlimit="10"/><path d="m138.648 49.394-67.843 65.503v14.258h3.93l63.913-61.577V49.394Z" fill="url(#paint18_linear_10079_21693278)"/><path d="m138.648 45.675-67.843 65.503v1.653l67.843-65.503v-1.653Z" fill="url(#paint19_linear_10079_21693278)"/><path d="M164.25 20.354H96.406V121.81h67.844V20.353Z" fill="url(#paint20_linear_10079_21693278)"/><path d="M164.25 20.354H96.406V121.81h67.844V20.353Z" fill="url(#paint21_linear_10079_21693278)"/><path d="M164.25 20.354H96.406v9.298h67.844v-9.299Z" fill="#CBD7FF"/><path d="M164.25 20.354H96.406v9.298h67.844v-9.299Z" fill="url(#paint22_linear_10079_21693278)"/><path d="M136.323 34.818h-27.096v1.86h27.096v-1.86ZM136.323 38.95h-27.096v1.86h27.096v-1.86ZM136.323 43.084h-27.096v1.86h27.096v-1.86ZM136.323 47.422h-27.096v1.86h27.096v-1.86ZM136.323 51.555h-27.096v1.86h27.096v-1.86ZM136.323 55.688h-27.096v1.86h27.096v-1.86ZM158.665 26.14h-2.068c-.621 0-1.035-.414-1.035-1.034 0-.827.621-1.24 1.242-1.24h2.068c.62 0 1.034.413 1.034 1.033 0 .62-.62 1.24-1.241 1.24ZM151.642 26.14h-2.069c-.62 0-1.034-.414-1.034-1.034 0-.827.621-1.24 1.241-1.24h2.068c.621 0 1.035.413 1.035 1.033 0 .62-.621 1.24-1.241 1.24ZM144.603 26.14h-2.069c-.62 0-1.034-.414-1.034-1.034 0-.62.414-1.033 1.034-1.033h2.069c.62 0 1.034.413 1.034 1.033.207.414-.414 1.034-1.034 1.034ZM156.386 85.65h-47.159v1.86h47.159v-1.86ZM156.386 89.783h-47.159v1.86h47.159v-1.86ZM156.386 93.915h-47.159v1.86h47.159v-1.86ZM156.386 98.048h-47.159v1.86h47.159v-1.86ZM156.386 102.181h-47.159v1.859h47.159v-1.859ZM143.976 106.313h-34.749v1.86h34.749v-1.86Z" fill="#fff"/><path d="M155.565 53.415h-13.238c-.413 0-.827-.413-.827-.827V35.644c0-.413.414-.826.827-.826h13.238c.414 0 .827.413.827.826v16.944c0 .62-.413.827-.827.827Z" fill="#42AB44"/><path d="M155.36 80.484h-45.091c-.621 0-1.035-.413-1.035-1.033V67.26c0-.62.414-1.033 1.035-1.033h44.884c.62 0 1.034.413 1.034 1.033V79.45c.207.62-.207 1.033-.827 1.033Z" stroke="#42AB44" stroke-width=".5" stroke-miterlimit="10"/><path d="m164.258 42.05-67.844 65.503v14.258h3.93l63.914-61.577V42.05Z" fill="url(#paint23_linear_10079_21693278)"/><path d="m164.258 38.33-67.844 65.504v1.653l67.844-65.503V38.33Z" fill="url(#paint24_linear_10079_21693278)"/><path fill-rule="evenodd" clip-rule="evenodd" d="M108.433 71.186H86.922v8.06h-16.11v40.706h20.972v-8.059h16.649V71.186ZM54.086 86.064H70.81v40.707H54.086V86.064Z" fill="url(#paint25_linear_10079_21693278)"/><path d="M103.672 61.481H31.484v40.707h72.188V61.481Z" fill="url(#paint26_linear_10079_21693278)"/><path d="M103.672 61.481H31.484v40.707h72.188V61.481Z" fill="url(#paint27_linear_10079_21693278)"/><path d="M103.672 61.481H31.484v40.707h72.188V61.481Z" fill="url(#paint28_linear_10079_21693278)"/><path d="M102.635 61.481h-73.22v40.707h73.22V61.481Z" fill="url(#paint29_linear_10079_21693278)"/><path d="M102.635 61.481h-73.22v40.707h73.22V61.481Z" fill="url(#paint30_linear_10079_21693278)"/><path d="M102.639 74.293V61.48h-4.55l-43.644 40.707h18.41l29.784-27.895Z" fill="url(#paint31_linear_10079_21693278)"/><path d="M49.273 102.188h2.69l43.436-40.707h-2.69l-43.436 40.707Z" fill="url(#paint32_linear_10079_21693278)"/><path d="M95.188 68.3H36.86v1.86h58.33V68.3ZM95.188 72.434H36.86v1.86h58.33v-1.86ZM95.188 76.566H36.86v1.86h58.33v-1.86Z" fill="#fff"/><path d="M50.304 87.93H38.928c-1.241 0-2.069 1.034-2.069 2.067 0 1.24 1.035 2.066 2.069 2.066h11.376c1.241 0 2.068-1.033 2.068-2.066.207-1.24-.827-2.066-2.068-2.066Z" fill="#42AB44"/><rect x="20.438" y="81.339" width="9.198" height="5.584" rx="2.792" fill="#fff"/><rect x="40.836" y="81.339" width="9.198" height="5.584" rx="2.792" fill="#fff"/><rect x="61.234" y="81.339" width="9.198" height="5.584" rx="2.792" fill="#fff"/><defs><linearGradient id="paint1_linear_10079_21693278" x1="74.656" y1="75.536" x2="112.611" y2="103.843" gradientUnits="userSpaceOnUse"><stop/><stop offset="1" stop-color="#C17845"/></linearGradient><linearGradient id="paint2_linear_10079_21693278" x1="115.722" y1="136.167" x2="115.722" y2="120.992" gradientUnits="userSpaceOnUse"><stop stop-color="#0057D6"/><stop offset="1" stop-color="#0057D6" stop-opacity="0"/></linearGradient><linearGradient id="paint3_linear_10079_21693278" x1="88.008" y1="34.818" x2="88.008" y2="136.276" gradientUnits="userSpaceOnUse"><stop stop-color="#F6F6F6"/><stop offset="1" stop-color="#ACCEFF"/></linearGradient><linearGradient id="paint4_linear_10079_21693278" x1="100.667" y1="143.551" x2="66.216" y2="102.488" gradientUnits="userSpaceOnUse"><stop stop-color="#42AB44"/><stop offset="1" stop-color="#42AB44" stop-opacity="0"/></linearGradient><linearGradient id="paint5_linear_10079_21693278" x1="91.445" y1="68.096" x2="129.431" y2="96.513" gradientUnits="userSpaceOnUse"><stop/><stop offset="1" stop-color="#C17845"/></linearGradient><linearGradient id="paint6_linear_10079_21693278" x1="132.634" y1="128.728" x2="132.634" y2="113.553" gradientUnits="userSpaceOnUse"><stop stop-color="#0057D6"/><stop offset="1" stop-color="#0057D6" stop-opacity="0"/></linearGradient><linearGradient id="paint7_linear_10079_21693278" x1="104.734" y1="27.379" x2="104.734" y2="128.836" gradientUnits="userSpaceOnUse"><stop stop-color="#F6F6F6"/><stop offset="1" stop-color="#ACCEFF"/></linearGradient><linearGradient id="paint8_linear_10079_21693278" x1="138.656" y1="167.255" x2="76.887" y2="118.828" gradientUnits="userSpaceOnUse"><stop offset=".3" stop-color="#51A553"/><stop offset="1" stop-color="#42AB44" stop-opacity="0"/></linearGradient><linearGradient id="paint9_linear_10079_21693278" x1="130.846" y1="78.744" x2="130.843" y2="121.811" gradientUnits="userSpaceOnUse"><stop/><stop offset="1" stop-color="#0357CA"/></linearGradient><linearGradient id="paint10_linear_10079_21693278" x1="88.367" y1="34.921" x2="88.367" y2="136.379" gradientUnits="userSpaceOnUse"><stop stop-color="#F6F6F6"/><stop offset="1" stop-color="#ACCEFF"/></linearGradient><linearGradient id="paint11_linear_10079_21693278" x1="122.289" y1="174.797" x2="74.645" y2="134.659" gradientUnits="userSpaceOnUse"><stop stop-color="#42AB44"/><stop offset="1" stop-color="#42AB44" stop-opacity="0"/></linearGradient><linearGradient id="paint12_linear_10079_21693278" x1="120.152" y1="44.02" x2="116.217" y2="23.782" gradientUnits="userSpaceOnUse"><stop stop-color="#8DBEFF"/><stop offset="1" stop-color="#E7ECF2" stop-opacity="0"/></linearGradient><linearGradient id="paint13_linear_10079_21693278" x1="88.367" y1="56.618" x2="88.367" y2="136.378" gradientUnits="userSpaceOnUse"><stop stop-color="#fff"/><stop offset="1" stop-color="#fff" stop-opacity="0"/></linearGradient><linearGradient id="paint14_linear_10079_21693278" x1="88.367" y1="52.898" x2="88.367" y2="120.054" gradientUnits="userSpaceOnUse"><stop stop-color="#fff"/><stop offset="1" stop-color="#fff" stop-opacity="0"/></linearGradient><linearGradient id="paint15_linear_10079_21693278" x1="104.726" y1="27.697" x2="104.726" y2="129.155" gradientUnits="userSpaceOnUse"><stop stop-color="#F6F6F6"/><stop offset="1" stop-color="#ACCEFF"/></linearGradient><linearGradient id="paint16_linear_10079_21693278" x1="138.648" y1="167.573" x2="91.004" y2="127.435" gradientUnits="userSpaceOnUse"><stop stop-color="#42AB44"/><stop offset="1" stop-color="#42AB44" stop-opacity="0"/></linearGradient><linearGradient id="paint17_linear_10079_21693278" x1="136.511" y1="36.795" x2="132.576" y2="16.558" gradientUnits="userSpaceOnUse"><stop stop-color="#8DBEFF"/><stop offset="1" stop-color="#E7ECF2" stop-opacity="0"/></linearGradient><linearGradient id="paint18_linear_10079_21693278" x1="104.726" y1="49.394" x2="104.726" y2="129.155" gradientUnits="userSpaceOnUse"><stop stop-color="#fff"/><stop offset="1" stop-color="#fff" stop-opacity="0"/></linearGradient><linearGradient id="paint19_linear_10079_21693278" x1="104.726" y1="45.675" x2="104.726" y2="112.831" gradientUnits="userSpaceOnUse"><stop stop-color="#fff"/><stop offset="1" stop-color="#fff" stop-opacity="0"/></linearGradient><linearGradient id="paint20_linear_10079_21693278" x1="130.328" y1="20.354" x2="130.328" y2="121.811" gradientUnits="userSpaceOnUse"><stop stop-color="#F6F6F6"/><stop offset="1" stop-color="#ACCEFF"/></linearGradient><linearGradient id="paint21_linear_10079_21693278" x1="164.25" y1="160.23" x2="116.606" y2="120.092" gradientUnits="userSpaceOnUse"><stop stop-color="#42AB44"/><stop offset="1" stop-color="#42AB44" stop-opacity="0"/></linearGradient><linearGradient id="paint22_linear_10079_21693278" x1="162.113" y1="29.452" x2="158.178" y2="9.214" gradientUnits="userSpaceOnUse"><stop stop-color="#8DBEFF"/><stop offset="1" stop-color="#E7ECF2" stop-opacity="0"/></linearGradient><linearGradient id="paint23_linear_10079_21693278" x1="130.336" y1="42.05" x2="130.336" y2="121.811" gradientUnits="userSpaceOnUse"><stop stop-color="#fff"/><stop offset="1" stop-color="#fff" stop-opacity="0"/></linearGradient><linearGradient id="paint24_linear_10079_21693278" x1="130.336" y1="38.331" x2="130.336" y2="105.487" gradientUnits="userSpaceOnUse"><stop stop-color="#fff"/><stop offset="1" stop-color="#fff" stop-opacity="0"/></linearGradient><linearGradient id="paint25_linear_10079_21693278" x1="54.086" y1="98.979" x2="91.429" y2="123.769" gradientUnits="userSpaceOnUse"><stop stop-color="#0153CC"/><stop offset="1" stop-color="#032C69"/></linearGradient><linearGradient id="paint26_linear_10079_21693278" x1="103.672" y1="99.339" x2="86.359" y2="66.423" gradientUnits="userSpaceOnUse"><stop stop-color="#362A57"/><stop offset="1" stop-color="#3F82C8"/></linearGradient><linearGradient id="paint27_linear_10079_21693278" x1="105.841" y1="90.729" x2="93.336" y2="90.729" gradientUnits="userSpaceOnUse"><stop stop-color="#5F1A58"/><stop offset="1" stop-color="#5F1A58" stop-opacity="0"/></linearGradient><linearGradient id="paint28_linear_10079_21693278" x1="96.276" y1="102.145" x2="96.276" y2="96.056" gradientUnits="userSpaceOnUse"><stop stop-color="#42AB44"/><stop offset="1" stop-color="#0057D6" stop-opacity="0"/></linearGradient><linearGradient id="paint29_linear_10079_21693278" x1="66.025" y1="61.481" x2="66.025" y2="102.188" gradientUnits="userSpaceOnUse"><stop stop-color="#F6F6F6"/><stop offset="1" stop-color="#ACCEFF"/></linearGradient><linearGradient id="paint30_linear_10079_21693278" x1="102.635" y1="117.603" x2="88.307" y2="85.131" gradientUnits="userSpaceOnUse"><stop stop-color="#42AB44"/><stop offset="1" stop-color="#42AB44" stop-opacity="0"/></linearGradient><linearGradient id="paint31_linear_10079_21693278" x1="78.542" y1="61.481" x2="78.542" y2="102.188" gradientUnits="userSpaceOnUse"><stop stop-color="#fff"/><stop offset="1" stop-color="#fff" stop-opacity="0"/></linearGradient><linearGradient id="paint32_linear_10079_21693278" x1="72.336" y1="61.481" x2="72.336" y2="102.188" gradientUnits="userSpaceOnUse"><stop stop-color="#fff"/><stop offset="1" stop-color="#fff" stop-opacity="0"/></linearGradient><radialGradient id="paint0_radial_10079_21693278" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="rotate(90.005 -31.433 116.818) scale(2.28938 31.4286)"><stop stop-color="#6A99DD"/><stop offset="1" stop-color="#A0C0EF"/></radialGradient><filter id="filter0_f_10079_21693278" x="21.813" y="139.921" width="127.141" height="16.679" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur stdDeviation="2" result="effect1_foregroundBlur_10079_21693278"/></filter></defs></svg>
|
|
1
|
+
<svg id="icon" viewBox="0 0 180 160" xmlns="http://www.w3.org/2000/svg" fill="none"><g filter="url(#a)"><path fill="url(#b)" d="M85.382 152.6c32.9 0 59.57-1.943 59.57-4.34 0-2.396-26.67-4.339-59.57-4.339s-59.57 1.943-59.57 4.339c0 2.397 26.67 4.34 59.57 4.34Z"/></g><path fill="url(#c)" d="M122.757 34.818H54.086v101.458h68.671V34.818Z"/><path fill="url(#d)" d="M122.757 34.818H54.086v101.458h68.671V34.818Z"/><path fill="url(#e)" d="M121.929 34.818H54.086v101.458h67.843V34.818Z"/><path fill="url(#f)" d="M121.929 34.818H54.086v101.458h67.843V34.818Z"/><path fill="url(#g)" d="M139.69 27.379H70.813v101.457h68.877V27.379Z"/><path fill="url(#h)" d="M139.69 27.379H70.813v101.457h68.877V27.379Z"/><path fill="url(#i)" d="M138.656 27.379H70.812v101.457h67.844V27.379Z"/><path fill="url(#j)" d="M138.656 27.379H70.812v101.457h67.844V27.379Z"/><path fill="url(#k)" d="M165.284 20.354H96.406V121.81h68.878V20.353Z"/><path fill="url(#l)" d="M122.289 34.921H54.445V136.38h67.844V34.921Z"/><path fill="url(#m)" d="M122.289 34.921H54.445V136.38h67.844V34.921Z"/><path fill="#CBD7FF" d="M122.289 34.921H54.445v9.299h67.844v-9.3Z"/><path fill="url(#n)" d="M122.289 34.921H54.445v9.299h67.844v-9.3Z"/><path fill="#fff" d="M94.362 49.386H67.266v1.86h27.096v-1.86Zm0 4.133H67.266v1.86h27.096v-1.86Zm0 4.132H67.266v1.86h27.096v-1.86Zm0 4.339H67.266v1.86h27.096v-1.86Zm0 4.133H67.266v1.86h27.096v-1.86Zm0 4.133H67.266v1.86h27.096v-1.86Zm22.334-29.549h-2.068c-.621 0-1.034-.413-1.034-1.033 0-.827.62-1.24 1.241-1.24h2.068c.621 0 1.034.413 1.034 1.033 0 .62-.62 1.24-1.241 1.24Zm-7.023 0h-2.068c-.621 0-1.035-.413-1.035-1.033 0-.827.621-1.24 1.241-1.24h2.069c.62 0 1.034.413 1.034 1.033 0 .62-.621 1.24-1.241 1.24Zm-7.039 0h-2.069c-.62 0-1.034-.413-1.034-1.033 0-.62.414-1.033 1.034-1.033h2.069c.62 0 1.034.413 1.034 1.033.207.413-.414 1.033-1.034 1.033Zm11.791 59.511h-47.16v1.859h47.16v-1.859Zm0 4.133h-47.16v1.859h47.16v-1.859Zm0 4.132h-47.16v1.86h47.16v-1.86Zm0 4.133h-47.16v1.86h47.16v-1.86Zm0 4.133h-47.16v1.86h47.16v-1.86Zm-12.41 4.133h-34.75v1.86h34.75v-1.86Z"/><path stroke="#000" stroke-miterlimit="10" stroke-width=".5" d="M113.596 67.983h-13.237c-.414 0-.828-.413-.828-.827V50.212c0-.413.414-.826.828-.826h13.237c.414 0 .828.413.828.826v16.944c0 .62-.414.827-.828.827Zm-.197 27.069H68.308c-.62 0-1.035-.414-1.035-1.034v-12.19c0-.62.414-1.034 1.035-1.034h44.884c.62 0 1.034.413 1.034 1.033V94.02c.207.62-.207 1.033-.827 1.033Z"/><path fill="url(#o)" d="M122.289 56.618 54.445 122.12v14.257h3.93l63.914-61.576V56.618Z"/><path fill="url(#p)" d="m122.289 52.898-67.844 65.503v1.653l67.844-65.502v-1.654Z"/><path fill="url(#q)" d="M138.648 27.697H70.805v101.458h67.843V27.697Z"/><path fill="url(#r)" d="M138.648 27.697H70.805v101.458h67.843V27.697Z"/><path fill="#CBD7FF" d="M138.648 27.697H70.805v9.299h67.843v-9.299Z"/><path fill="url(#s)" d="M138.648 27.697H70.805v9.299h67.843v-9.299Z"/><path fill="#fff" d="M110.721 42.162H83.625v1.86h27.096v-1.86Zm0 4.133H83.625v1.86h27.096v-1.86Zm0 4.133H83.625v1.86h27.096v-1.86Zm0 4.339H83.625v1.86h27.096v-1.86Zm0 4.133H83.625v1.86h27.096V58.9Zm0 4.132H83.625v1.86h27.096v-1.86Zm22.335-29.549h-2.069c-.62 0-1.034-.413-1.034-1.033 0-.827.621-1.24 1.241-1.24h2.069c.62 0 1.034.413 1.034 1.033 0 .62-.621 1.24-1.241 1.24Zm-7.024 0h-2.068c-.621 0-1.034-.413-1.034-1.033 0-.827.62-1.24 1.241-1.24h2.068c.621 0 1.034.413 1.034 1.033 0 .62-.62 1.24-1.241 1.24Zm-7.039 0h-2.068c-.621 0-1.034-.413-1.034-1.033 0-.62.413-1.033 1.034-1.033h2.068c.621 0 1.034.413 1.034 1.033.207.413-.413 1.033-1.034 1.033Zm11.792 59.511h-47.16v1.86h47.16v-1.86Zm0 4.132h-47.16v1.86h47.16v-1.86Zm0 4.133h-47.16v1.86h47.16v-1.86Zm0 4.133h-47.16v1.859h47.16v-1.859Zm0 4.132h-47.16v1.86h47.16v-1.86Zm-12.411 4.133H83.625v1.86h34.749v-1.86Z"/><path stroke="#000" stroke-miterlimit="10" stroke-width=".5" d="M129.956 60.759h-13.238c-.414 0-.827-.414-.827-.827V42.988c0-.413.413-.826.827-.826h13.238c.413 0 .827.413.827.826v16.944c0 .62-.414.827-.827.827Zm-.198 27.069H84.667c-.62 0-1.034-.413-1.034-1.033V74.603c0-.62.413-1.033 1.034-1.033h44.884c.621 0 1.034.414 1.034 1.034v12.19c.207.62-.206 1.034-.827 1.034Z"/><path fill="url(#t)" d="m138.648 49.394-67.843 65.503v14.258h3.93l63.913-61.577V49.394Z"/><path fill="url(#u)" d="m138.648 45.675-67.843 65.503v1.653l67.843-65.503v-1.653Z"/><path fill="url(#v)" d="M164.25 20.354H96.406V121.81h67.844V20.353Z"/><path fill="url(#w)" d="M164.25 20.354H96.406V121.81h67.844V20.353Z"/><path fill="#CBD7FF" d="M164.25 20.354H96.406v9.298h67.844v-9.299Z"/><path fill="url(#x)" d="M164.25 20.354H96.406v9.298h67.844v-9.299Z"/><path fill="#fff" d="M136.323 34.818h-27.096v1.86h27.096v-1.86Zm0 4.132h-27.096v1.86h27.096v-1.86Zm0 4.134h-27.096v1.86h27.096v-1.86Zm0 4.338h-27.096v1.86h27.096v-1.86Zm0 4.133h-27.096v1.86h27.096v-1.86Zm0 4.133h-27.096v1.86h27.096v-1.86Zm22.342-29.548h-2.068c-.621 0-1.035-.414-1.035-1.034 0-.827.621-1.24 1.242-1.24h2.068c.62 0 1.034.413 1.034 1.033 0 .62-.62 1.24-1.241 1.24Zm-7.023 0h-2.069c-.62 0-1.034-.414-1.034-1.034 0-.827.621-1.24 1.241-1.24h2.068c.621 0 1.035.413 1.035 1.033 0 .62-.621 1.24-1.241 1.24Zm-7.039 0h-2.069c-.62 0-1.034-.414-1.034-1.034 0-.62.414-1.033 1.034-1.033h2.069c.62 0 1.034.413 1.034 1.033.207.414-.414 1.034-1.034 1.034Zm11.783 59.51h-47.159v1.86h47.159v-1.86Zm0 4.133h-47.159v1.86h47.159v-1.86Zm0 4.132h-47.159v1.86h47.159v-1.86Zm0 4.133h-47.159v1.86h47.159v-1.86Zm0 4.133h-47.159v1.859h47.159v-1.859Zm-12.41 4.132h-34.749v1.86h34.749v-1.86Z"/><path fill="#42AB44" d="M155.565 53.415h-13.238c-.413 0-.827-.413-.827-.827V35.644c0-.413.414-.826.827-.826h13.238c.414 0 .827.413.827.826v16.944c0 .62-.413.827-.827.827Z"/><path stroke="#42AB44" stroke-miterlimit="10" stroke-width=".5" d="M155.36 80.484h-45.091c-.621 0-1.035-.413-1.035-1.033V67.26c0-.62.414-1.033 1.035-1.033h44.884c.62 0 1.034.413 1.034 1.033v12.19c.207.62-.207 1.033-.827 1.033Z"/><path fill="url(#y)" d="m164.258 42.05-67.844 65.503v14.258h3.93l63.914-61.577V42.05Z"/><path fill="url(#z)" d="m164.258 38.33-67.844 65.504v1.653l67.844-65.503V38.33Z"/><path fill="url(#A)" fill-rule="evenodd" d="M108.433 71.186H86.922v8.06h-16.11v40.706h20.972v-8.059h16.649V71.186ZM54.086 86.064H70.81v40.707H54.086V86.064Z" clip-rule="evenodd"/><path fill="url(#B)" d="M103.672 61.481H31.484v40.707h72.188V61.481Z"/><path fill="url(#C)" d="M103.672 61.481H31.484v40.707h72.188V61.481Z"/><path fill="url(#D)" d="M103.672 61.481H31.484v40.707h72.188V61.481Z"/><path fill="url(#E)" d="M102.635 61.481h-73.22v40.707h73.22V61.481Z"/><path fill="url(#F)" d="M102.635 61.481h-73.22v40.707h73.22V61.481Z"/><path fill="url(#G)" d="M102.639 74.293V61.48h-4.55l-43.644 40.707h18.41l29.784-27.895Z"/><path fill="url(#H)" d="M49.273 102.188h2.69l43.436-40.707h-2.69l-43.436 40.707Z"/><path fill="#fff" d="M95.188 68.3H36.86v1.86h58.33V68.3Zm0 4.134H36.86v1.86h58.33v-1.86Zm0 4.132H36.86v1.86h58.33v-1.86Z"/><path fill="#42AB44" d="M50.304 87.93H38.928c-1.241 0-2.069 1.034-2.069 2.067 0 1.24 1.035 2.066 2.069 2.066h11.376c1.241 0 2.068-1.033 2.068-2.066.207-1.24-.827-2.066-2.068-2.066Z"/><rect width="9.198" height="5.584" x="20.438" y="81.339" fill="#fff" rx="2.792"/><rect width="9.198" height="5.584" x="40.836" y="81.339" fill="#fff" rx="2.792"/><rect width="9.198" height="5.584" x="61.234" y="81.339" fill="#fff" rx="2.792"/><defs><linearGradient id="c" x1="74.656" x2="112.611" y1="75.536" y2="103.843" gradientUnits="userSpaceOnUse"><stop/><stop offset="1" stop-color="#C17845"/></linearGradient><linearGradient id="d" x1="115.722" x2="115.722" y1="136.167" y2="120.992" gradientUnits="userSpaceOnUse"><stop stop-color="#0057D6"/><stop offset="1" stop-color="#0057D6" stop-opacity="0"/></linearGradient><linearGradient id="e" x1="88.008" x2="88.008" y1="34.818" y2="136.276" gradientUnits="userSpaceOnUse"><stop stop-color="#F6F6F6"/><stop offset="1" stop-color="#ACCEFF"/></linearGradient><linearGradient id="f" x1="100.667" x2="66.216" y1="143.551" y2="102.488" gradientUnits="userSpaceOnUse"><stop stop-color="#42AB44"/><stop offset="1" stop-color="#42AB44" stop-opacity="0"/></linearGradient><linearGradient id="g" x1="91.445" x2="129.431" y1="68.096" y2="96.513" gradientUnits="userSpaceOnUse"><stop/><stop offset="1" stop-color="#C17845"/></linearGradient><linearGradient id="h" x1="132.634" x2="132.634" y1="128.728" y2="113.553" gradientUnits="userSpaceOnUse"><stop stop-color="#0057D6"/><stop offset="1" stop-color="#0057D6" stop-opacity="0"/></linearGradient><linearGradient id="i" x1="104.734" x2="104.734" y1="27.379" y2="128.836" gradientUnits="userSpaceOnUse"><stop stop-color="#F6F6F6"/><stop offset="1" stop-color="#ACCEFF"/></linearGradient><linearGradient id="j" x1="138.656" x2="76.887" y1="167.255" y2="118.828" gradientUnits="userSpaceOnUse"><stop offset=".3" stop-color="#51A553"/><stop offset="1" stop-color="#42AB44" stop-opacity="0"/></linearGradient><linearGradient id="k" x1="130.846" x2="130.843" y1="78.744" y2="121.811" gradientUnits="userSpaceOnUse"><stop/><stop offset="1" stop-color="#0357CA"/></linearGradient><linearGradient id="l" x1="88.367" x2="88.367" y1="34.921" y2="136.379" gradientUnits="userSpaceOnUse"><stop stop-color="#F6F6F6"/><stop offset="1" stop-color="#ACCEFF"/></linearGradient><linearGradient id="m" x1="122.289" x2="74.645" y1="174.797" y2="134.659" gradientUnits="userSpaceOnUse"><stop stop-color="#42AB44"/><stop offset="1" stop-color="#42AB44" stop-opacity="0"/></linearGradient><linearGradient id="n" x1="120.152" x2="116.217" y1="44.02" y2="23.782" gradientUnits="userSpaceOnUse"><stop stop-color="#8DBEFF"/><stop offset="1" stop-color="#E7ECF2" stop-opacity="0"/></linearGradient><linearGradient id="o" x1="88.367" x2="88.367" y1="56.618" y2="136.378" gradientUnits="userSpaceOnUse"><stop stop-color="#fff"/><stop offset="1" stop-color="#fff" stop-opacity="0"/></linearGradient><linearGradient id="p" x1="88.367" x2="88.367" y1="52.898" y2="120.054" gradientUnits="userSpaceOnUse"><stop stop-color="#fff"/><stop offset="1" stop-color="#fff" stop-opacity="0"/></linearGradient><linearGradient id="q" x1="104.726" x2="104.726" y1="27.697" y2="129.155" gradientUnits="userSpaceOnUse"><stop stop-color="#F6F6F6"/><stop offset="1" stop-color="#ACCEFF"/></linearGradient><linearGradient id="r" x1="138.648" x2="91.004" y1="167.573" y2="127.435" gradientUnits="userSpaceOnUse"><stop stop-color="#42AB44"/><stop offset="1" stop-color="#42AB44" stop-opacity="0"/></linearGradient><linearGradient id="s" x1="136.511" x2="132.576" y1="36.795" y2="16.558" gradientUnits="userSpaceOnUse"><stop stop-color="#8DBEFF"/><stop offset="1" stop-color="#E7ECF2" stop-opacity="0"/></linearGradient><linearGradient id="t" x1="104.726" x2="104.726" y1="49.394" y2="129.155" gradientUnits="userSpaceOnUse"><stop stop-color="#fff"/><stop offset="1" stop-color="#fff" stop-opacity="0"/></linearGradient><linearGradient id="u" x1="104.726" x2="104.726" y1="45.675" y2="112.831" gradientUnits="userSpaceOnUse"><stop stop-color="#fff"/><stop offset="1" stop-color="#fff" stop-opacity="0"/></linearGradient><linearGradient id="v" x1="130.328" x2="130.328" y1="20.354" y2="121.811" gradientUnits="userSpaceOnUse"><stop stop-color="#F6F6F6"/><stop offset="1" stop-color="#ACCEFF"/></linearGradient><linearGradient id="w" x1="164.25" x2="116.606" y1="160.23" y2="120.092" gradientUnits="userSpaceOnUse"><stop stop-color="#42AB44"/><stop offset="1" stop-color="#42AB44" stop-opacity="0"/></linearGradient><linearGradient id="x" x1="162.113" x2="158.178" y1="29.452" y2="9.214" gradientUnits="userSpaceOnUse"><stop stop-color="#8DBEFF"/><stop offset="1" stop-color="#E7ECF2" stop-opacity="0"/></linearGradient><linearGradient id="y" x1="130.336" x2="130.336" y1="42.05" y2="121.811" gradientUnits="userSpaceOnUse"><stop stop-color="#fff"/><stop offset="1" stop-color="#fff" stop-opacity="0"/></linearGradient><linearGradient id="z" x1="130.336" x2="130.336" y1="38.331" y2="105.487" gradientUnits="userSpaceOnUse"><stop stop-color="#fff"/><stop offset="1" stop-color="#fff" stop-opacity="0"/></linearGradient><linearGradient id="A" x1="54.086" x2="91.429" y1="98.979" y2="123.769" gradientUnits="userSpaceOnUse"><stop stop-color="#0153CC"/><stop offset="1" stop-color="#032C69"/></linearGradient><linearGradient id="B" x1="103.672" x2="86.359" y1="99.339" y2="66.423" gradientUnits="userSpaceOnUse"><stop stop-color="#362A57"/><stop offset="1" stop-color="#3F82C8"/></linearGradient><linearGradient id="C" x1="105.841" x2="93.336" y1="90.729" y2="90.729" gradientUnits="userSpaceOnUse"><stop stop-color="#5F1A58"/><stop offset="1" stop-color="#5F1A58" stop-opacity="0"/></linearGradient><linearGradient id="D" x1="96.276" x2="96.276" y1="102.145" y2="96.056" gradientUnits="userSpaceOnUse"><stop stop-color="#42AB44"/><stop offset="1" stop-color="#0057D6" stop-opacity="0"/></linearGradient><linearGradient id="E" x1="66.025" x2="66.025" y1="61.481" y2="102.188" gradientUnits="userSpaceOnUse"><stop stop-color="#F6F6F6"/><stop offset="1" stop-color="#ACCEFF"/></linearGradient><linearGradient id="F" x1="102.635" x2="88.307" y1="117.603" y2="85.131" gradientUnits="userSpaceOnUse"><stop stop-color="#42AB44"/><stop offset="1" stop-color="#42AB44" stop-opacity="0"/></linearGradient><linearGradient id="G" x1="78.542" x2="78.542" y1="61.481" y2="102.188" gradientUnits="userSpaceOnUse"><stop stop-color="#fff"/><stop offset="1" stop-color="#fff" stop-opacity="0"/></linearGradient><linearGradient id="H" x1="72.336" x2="72.336" y1="61.481" y2="102.188" gradientUnits="userSpaceOnUse"><stop stop-color="#fff"/><stop offset="1" stop-color="#fff" stop-opacity="0"/></linearGradient><radialGradient id="b" cx="0" cy="0" r="1" gradientTransform="rotate(90.005 -31.433 116.818) scale(2.28938 31.4286)" gradientUnits="userSpaceOnUse"><stop stop-color="#6A99DD"/><stop offset="1" stop-color="#A0C0EF"/></radialGradient><filter id="a" width="127.141" height="16.679" x="21.813" y="139.921" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_10079_21693278" stdDeviation="2"/></filter></defs></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg id="icon"
|
|
1
|
+
<svg id="icon" viewBox="0 0 293 246" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity=".5" d="M37.367 84.204v110.749l139.695-79.372V4.844L37.367 84.204Z" fill="#E0F6E0"/><path opacity=".5" d="M261.941 165.029V54.814l-84.879-49.97v111.962l84.879 48.223Z" fill="#C2E8D6"/><path d="m63.781 161.607 64.504 37.08 108.752-62.218-64.525-37.082-108.73 62.22Z" fill="#fff"/><path d="M63.355 161.637v10.315l64.506 37.082-.002-10.315-64.504-37.082Z" fill="#D9F0E4"/><path d="m127.74 199.133 109.439-62.961v9.905L127.74 209.036v-9.903Zm9.266-60.244-11.326 3.268-3.625-2.065 36.285-10.287 4.221 2.42-17.837 20.882-3.738-2.149 5.629-6.566-9.608-5.503h-.001Zm11.612 3.521 5.146-5.997c1.165-1.359 2.373-2.517 3.538-3.651l-.085-.042a152.838 152.838 0 0 1-6.267 2.036l-10.489 2.972 8.157 4.682Zm9.779 18.564 7.108-4.089-12.139-6.974 2.33-1.345 28.327-2.887 3.823 2.193-16.231 9.338 3.653 2.109-2.771 1.599-3.653-2.109-7.107 4.089-3.34-1.924Zm9.879-5.686 8.727-5.01a96.97 96.97 0 0 1 4.221-2.291l-.13-.071c-2.33.41-4.091.692-6.024.975l-15.266 1.43-.085.042 8.557 4.923v.002Z" fill="#D9F0E4"/><path opacity=".5" d="m120.477 241.599-.884-110.017-82.226-47.527v109.137l83.11 48.407Z" fill="#C2E8D6"/><path opacity=".5" d="M120.473 124.402v117.201l141.463-76.572V55l-141.463 80.832v-11.43Z" fill="#E5F8E8"/><path d="m116.498 138.57 4.665-15.785 4.652 15.785-4.652-2.034-4.665 2.034Zm-70.871 65.501-11.1-12.251 16.021 4.434-4.203 2.828-.718 4.989Zm202.169-36.427 16.166-3.901-11.507 11.875-.544-4.999-4.115-2.975Z" fill="#1C1C1C"/><path d="m40.016 194.949 81.341 47.027m-.884-1.26V128.059v112.657Zm0 1.26 134.39-72.551-134.39 72.551Z" stroke="#1C1C1C"/><path d="M129.323 107.217c0 1.563-.571 2.689-1.688 3.456-1.129.767-3.001 1.194-5.709 1.194a28.739 28.739 0 0 1-3.478-.218 8.935 8.935 0 0 1-.651-.102V95.789c.203-.04.42-.074.651-.102a29.055 29.055 0 0 1 2.359-.194h.003a24.62 24.62 0 0 1 1.092-.024c.965 0 1.861.072 2.687.214h.002c.829.14 1.522.38 2.086.705l.007.003.007.004a3.45 3.45 0 0 1 1.323 1.206c.302.48.468 1.088.468 1.853 0 .854-.202 1.514-.57 2.018-.386.512-.903.901-1.566 1.165l-1.347.536 1.391.408c.939.275 1.654.702 2.176 1.265.483.521.757 1.287.757 2.371Zm-9.65-3.458h-.5v6.968l.452.043c.189.019.408.035.656.051.219.018.47.034.751.049l.014.001h1.029c.728 0 1.42-.041 2.071-.127l.01-.002a6.468 6.468 0 0 0 1.823-.536h.001c.55-.264.998-.64 1.331-1.124.369-.513.537-1.138.537-1.841 0-.617-.117-1.175-.385-1.647a2.842 2.842 0 0 0-1.131-1.128c-.456-.263-.992-.445-1.596-.551a11.373 11.373 0 0 0-1.968-.156h-3.095Zm4.286-1.051c.572-.089 1.083-.25 1.526-.5.46-.248.831-.583 1.095-1.005.294-.444.426-.979.426-1.577 0-.57-.133-1.084-.434-1.514a2.845 2.845 0 0 0-1.151-.977 5.268 5.268 0 0 0-1.549-.514 10.22 10.22 0 0 0-1.822-.156c-.614 0-1.101.009-1.459.025h-.002c-.352.018-.678.042-.975.077l-.441.052v5.718h.5v.5h2.526c.616 0 1.203-.042 1.76-.129Z" fill="#fff" stroke="#fff"/><path d="M4.36 197.001v-17.325h2.424v15.25h6.5v-15.25h2.425v15.25h6.5v-15.25h2.425v17.325H4.36ZM275.167 162.001v4.625h-2.3v-6.7h1.825c.85-.967 1.5-2.034 1.95-3.2.467-1.184.8-2.425 1-3.725.217-1.317.342-2.675.375-4.075.05-1.4.084-2.817.1-4.25h9.8v15.25h2.175v6.7h-2.3v-4.625h-12.625Zm5.325-15.25c-.05 1.1-.108 2.225-.175 3.375a26.206 26.206 0 0 1-.375 3.4 20.74 20.74 0 0 1-.825 3.3 12.83 12.83 0 0 1-1.55 3.1h7.925v-13.175h-5Z" fill="#fff"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg id="icon" width="180" height="160" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_10079_21731859)"><path fill="#fff" d="M0 0h180v160H0z"/><g filter="url(#filter0_f_10079_21731859)"><path d="M86.387 152.83c24.712 0 44.746-1.289 44.746-2.879 0-1.591-20.034-2.88-44.746-2.88-24.713 0-44.746 1.289-44.746 2.88 0 1.59 20.033 2.879 44.746 2.879Z" fill="url(#paint0_radial_10079_21731859)"/></g><path d="M91.57 13.17H79.958v3.89L39.25 30.765l1.51 28.976a94.446 94.446 0 0 0 39.197 71.832v7.143H91.57c29.789-15.447 49.127-45.469 50.811-78.975l1.509-28.976-52.32-17.596Z" fill="url(#paint1_linear_10079_21731859)"/><path d="M71.07 20.08h41.056l-5.575-1.858H76.587L71.07 20.08ZM68.227 121.585a96.763 96.763 0 0 0 7.2 6.504h32.345c2.497-2.032 4.878-4.239 7.201-6.504H68.227ZM71.773 30.939v6.504h71.775l.348-6.504H71.773Z" fill="#0062EA"/><path d="M99.987 133.78c.929-.581 1.8-1.219 2.729-1.858H79.953v1.858h20.034ZM81.234 40.694v1.859h62.077l.058-1.859H81.234Z" fill="#42AB44"/><mask id="mask0_10079_21731859" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="27" y="13" width="106" height="126"><path d="M79.954 138.716c29.789-15.447 49.126-45.469 50.81-78.975l1.51-28.976-52.32-17.596-52.321 17.596 1.51 28.976c1.684 33.507 21.079 63.528 50.81 78.975Z" fill="#42AB44"/></mask><g mask="url(#mask0_10079_21731859)"><path d="M79.954 138.716c29.789-15.447 49.126-45.469 50.81-78.975l1.51-28.976-52.32-17.596-52.321 17.596 1.51 28.976c1.684 33.507 21.079 63.528 50.81 78.975Z" fill="url(#paint2_linear_10079_21731859)"/><path d="m128.208 79.078 5.925-33.423-99.031 72.77 52.658 30.377 40.448-69.724Z" fill="url(#paint3_linear_10079_21731859)"/></g><g filter="url(#filter1_d_10079_21731859)"><path d="m79.954 22.983 42.681 14.343-1.104 21.95c-.754 14.809-5.4 29.21-13.414 41.695a85.344 85.344 0 0 1-28.105 27.118 85.351 85.351 0 0 1-28.106-27.118c-8.014-12.485-12.66-26.886-13.414-41.694l-1.103-21.95 42.565-14.344Zm0-9.814L27.633 30.765l1.51 28.976c1.742 33.448 21.079 63.528 50.81 78.975 29.79-15.447 49.127-45.469 50.811-78.975l1.51-28.976-52.32-17.596Z" fill="#BEE6FF"/></g><g filter="url(#filter2_f_10079_21731859)"><path d="M46 43.316v15.909l30.507-27.14L46 43.316Z" fill="#64E466"/></g><g filter="url(#filter3_f_10079_21731859)"><path d="M80.61 114.601v8.236l30.507-27.139-23.308 8.58a11 11 0 0 0-7.2 10.323Z" fill="#F2F9BD"/></g><mask id="mask1_10079_21731859" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="27" y="13" width="106" height="126"><path d="m79.954 22.983 42.681 14.343-1.104 21.95c-.754 14.809-5.4 29.21-13.414 41.695a85.344 85.344 0 0 1-28.105 27.118 85.351 85.351 0 0 1-28.106-27.118c-8.014-12.485-12.66-26.886-13.414-41.694l-1.103-21.95 42.565-14.344Zm0-9.814L27.633 30.765l1.51 28.976c1.742 33.448 21.079 63.528 50.81 78.975 29.79-15.447 49.127-45.469 50.811-78.975l1.51-28.976-52.32-17.596Z" fill="#BEE6FF"/></mask><g mask="url(#mask1_10079_21731859)" fill="#fff"><path d="M107.344 6.755 111 10.607 26.138 91.133l-3.655-3.851zM118.242 10.218l20.136 21.22L39.3 125.454l-20.136-21.22z"/></g><path d="M86.442 41.624h-7.837v1.045C68.157 45.804 60.32 55.729 60.32 67.746c0 12.016 7.837 21.42 18.285 25.076v1.045h8.359c14.628 0 26.122-11.493 26.122-26.121 0-14.628-12.538-26.122-26.644-26.122Z" fill="url(#paint4_linear_10079_21731859)"/><mask id="mask2_10079_21731859" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="60" y="41" width="54" height="53"><path d="M86.45 41.624h-7.837v1.045c-10.448 3.135-18.285 13.06-18.285 25.077 0 12.016 7.837 21.42 18.285 25.076v1.045h8.359c14.628 0 26.122-11.493 26.122-26.121 0-14.628-12.539-26.122-26.644-26.122Z" fill="url(#paint5_linear_10079_21731859)"/></mask><g mask="url(#mask2_10079_21731859)"><path fill="#0062EA" d="M74.219 82.272h37.938v1.441H74.219zM74.219 46.273h37.938v1.441H74.219z"/><path fill="#42AB44" d="M77.219 50.273h37.938v3.943H77.219zM72.094 86.272h37.938v3.943H72.094z"/></g><path d="M81.223 93.867c14.427 0 26.122-11.695 26.122-26.121 0-14.427-11.695-26.122-26.122-26.122-14.426 0-26.121 11.695-26.121 26.122 0 14.426 11.695 26.121 26.121 26.121Z" fill="#F6F6F6"/><path d="M78.614 93.867c14.426 0 26.121-11.695 26.121-26.121 0-14.427-11.695-26.122-26.121-26.122-14.427 0-26.122 11.695-26.122 26.122 0 14.426 11.695 26.121 26.122 26.121Z" fill="#DADADA"/><path d="M78.614 93.867c14.426 0 26.121-11.695 26.121-26.121 0-14.427-11.695-26.122-26.121-26.122-14.427 0-26.122 11.695-26.122 26.122 0 14.426 11.695 26.121 26.122 26.121Z" fill="#BEE6FF"/><path d="M78.614 93.867c14.426 0 26.121-11.695 26.121-26.121 0-14.427-11.695-26.122-26.121-26.122-14.427 0-26.122 11.695-26.122 26.122 0 14.426 11.695 26.121 26.122 26.121Z" fill="url(#paint6_linear_10079_21731859)"/><path d="M53.603 72.723c0-16.43 12.91-29.339 29.34-29.339 2.933 0 5.867.587 8.8 1.174-3.52-1.76-7.627-2.934-12.321-2.934-14.67 0-26.992 12.322-26.992 26.992 0 4.107 1.173 8.215 2.347 11.149-.587-2.347-1.174-4.695-1.174-7.042Z" fill="#fff"/><path d="M76.515 83.417 63.977 70.88l5.746-5.747 6.792 6.792 17.24-17.24 5.747 5.746-22.987 22.987Z" fill="url(#paint7_linear_10079_21731859)"/><path d="M76.515 83.417 63.977 70.88l5.746-5.747 6.792 6.792 17.24-17.24 5.747 5.746-22.987 22.987Z" fill="url(#paint8_linear_10079_21731859)"/><path d="M73.382 83.417 60.844 70.88l5.747-5.747 6.791 6.792L90.1 54.684l5.747 5.746-22.465 22.987Z" fill="url(#paint9_linear_10079_21731859)"/><path d="m73.383 83.422 19.27-26.207 3.194 3.22-22.464 22.987Z" fill="#F6F6F6"/><path d="m36.86 102.239-12.758-1.708c-2.105-.263-3.683-1.97-4.078-3.942l-1.973-13.14-1.446 13.009a4.754 4.754 0 0 1-4.21 4.205l-13.153 1.576 13.022 1.577c2.368.263 4.078 2.234 4.209 4.468l1.71 30.089 2.104-30.221c.132-2.234 1.973-4.073 4.21-4.467l12.364-1.446Z" fill="#B5E2FF"/><g filter="url(#filter4_f_10079_21731859)"><path d="m165.574 24.89-8.693-1.164c-1.433-.18-2.509-1.343-2.777-2.685l-1.345-8.952-.985 8.862a3.24 3.24 0 0 1-2.868 2.864l-8.961 1.075 8.872 1.074c1.613.179 2.778 1.522 2.867 3.043l1.165 20.5 1.434-20.59c.089-1.52 1.344-2.774 2.867-3.043l8.424-.984Z" fill="#B5E2FF"/></g></g><defs><linearGradient id="paint1_linear_10079_21731859" x1="91.573" y1="85.424" x2="91.57" y2="138.716" gradientUnits="userSpaceOnUse"><stop/><stop offset="1" stop-color="#0357CA"/></linearGradient><linearGradient id="paint2_linear_10079_21731859" x1="55.66" y1="67.708" x2="110.849" y2="112.197" gradientUnits="userSpaceOnUse"><stop stop-color="#42AB44"/><stop offset="1" stop-color="#C1EA97"/></linearGradient><linearGradient id="paint3_linear_10079_21731859" x1="84.617" y1="65.644" x2="112.689" y2="88.409" gradientUnits="userSpaceOnUse"><stop stop-color="#2A842B"/><stop offset="1" stop-color="#42AB44" stop-opacity="0"/></linearGradient><linearGradient id="paint4_linear_10079_21731859" x1="86.704" y1="71.691" x2="86.703" y2="93.867" gradientUnits="userSpaceOnUse"><stop/><stop offset="1" stop-color="#0357CA"/></linearGradient><linearGradient id="paint5_linear_10079_21731859" x1="86.712" y1="71.691" x2="86.711" y2="93.867" gradientUnits="userSpaceOnUse"><stop/><stop offset="1" stop-color="#0357CA"/></linearGradient><linearGradient id="paint6_linear_10079_21731859" x1="100.654" y1="74.282" x2="89.548" y2="42.495" gradientUnits="userSpaceOnUse"><stop stop-color="#F4FAFF"/><stop offset="1" stop-color="#F4FAFF" stop-opacity="0"/></linearGradient><linearGradient id="paint7_linear_10079_21731859" x1="78.776" y1="69.05" x2="67.535" y2="61.382" gradientUnits="userSpaceOnUse"><stop/><stop offset="1" stop-color="#C17845"/></linearGradient><linearGradient id="paint8_linear_10079_21731859" x1="73.652" y1="52.358" x2="84.321" y2="61.733" gradientUnits="userSpaceOnUse"><stop stop-color="#42AB44"/><stop offset="1" stop-color="#42AB44" stop-opacity="0"/></linearGradient><linearGradient id="paint9_linear_10079_21731859" x1="73.576" y1="63.904" x2="99.74" y2="81.467" gradientUnits="userSpaceOnUse"><stop stop-color="#42AB44"/><stop offset="1" stop-color="#C8E99F"/></linearGradient><filter id="filter0_f_10079_21731859" x="34.641" y="140.071" width="103.492" height="19.759" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur stdDeviation="3.5" result="effect1_foregroundBlur_10079_21731859"/></filter><filter id="filter1_d_10079_21731859" x="27.633" y="12.169" width="109.641" height="129.546" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dx="3" dy="1"/><feGaussianBlur stdDeviation="1"/><feComposite in2="hardAlpha" operator="out"/><feColorMatrix values="0 0 0 0 0.211765 0 0 0 0 0.352941 0 0 0 0 0.752941 0 0 0 1 0"/><feBlend in2="BackgroundImageFix" result="effect1_dropShadow_10079_21731859"/><feBlend in="SourceGraphic" in2="effect1_dropShadow_10079_21731859" result="shape"/></filter><filter id="filter2_f_10079_21731859" x="42" y="28.086" width="38.508" height="35.139" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur stdDeviation="2" result="effect1_foregroundBlur_10079_21731859"/></filter><filter id="filter3_f_10079_21731859" x="67.609" y="82.698" width="56.508" height="53.139" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur stdDeviation="6.5" result="effect1_foregroundBlur_10079_21731859"/></filter><filter id="filter4_f_10079_21731859" x="135.945" y="8.089" width="33.625" height="45.417" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur stdDeviation="2" result="effect1_foregroundBlur_10079_21731859"/></filter><radialGradient id="paint0_radial_10079_21731859" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="rotate(90.005 -31.775 118.165) scale(1.51919 23.6076)"><stop stop-color="#6A99DD"/><stop offset="1" stop-color="#A0C0EF"/></radialGradient><clipPath id="clip0_10079_21731859"><path fill="#fff" d="M0 0h180v160H0z"/></clipPath></defs></svg>
|
|
1
|
+
<svg id="icon" 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="M86.387 152.83c24.712 0 44.746-1.289 44.746-2.879 0-1.591-20.034-2.88-44.746-2.88-24.713 0-44.746 1.289-44.746 2.88 0 1.59 20.033 2.879 44.746 2.879Z"/></g><path fill="url(#d)" d="M91.57 13.17H79.958v3.89L39.25 30.765l1.51 28.976a94.446 94.446 0 0 0 39.197 71.832v7.143H91.57c29.789-15.447 49.127-45.469 50.811-78.975l1.509-28.976-52.32-17.596Z"/><path fill="#0062EA" d="M71.07 20.08h41.056l-5.575-1.858H76.587L71.07 20.08Zm-2.843 101.505a96.763 96.763 0 0 0 7.2 6.504h32.345c2.497-2.032 4.878-4.239 7.201-6.504H68.227Zm3.546-90.646v6.504h71.775l.348-6.504H71.773Z"/><path fill="#42AB44" d="M99.987 133.78c.929-.581 1.8-1.219 2.729-1.858H79.953v1.858h20.034ZM81.234 40.694v1.859h62.077l.058-1.859H81.234Z"/><mask id="e" width="106" height="126" x="27" y="13" maskUnits="userSpaceOnUse" style="mask-type:alpha"><path fill="#42AB44" d="M79.954 138.716c29.789-15.447 49.126-45.469 50.81-78.975l1.51-28.976-52.32-17.596-52.321 17.596 1.51 28.976c1.684 33.507 21.079 63.528 50.81 78.975Z"/></mask><g mask="url(#e)"><path fill="url(#f)" d="M79.954 138.716c29.789-15.447 49.126-45.469 50.81-78.975l1.51-28.976-52.32-17.596-52.321 17.596 1.51 28.976c1.684 33.507 21.079 63.528 50.81 78.975Z"/><path fill="url(#g)" d="m128.208 79.078 5.925-33.423-99.031 72.77 52.658 30.377 40.448-69.724Z"/></g><g filter="url(#h)"><path fill="#BEE6FF" d="m79.954 22.983 42.681 14.343-1.104 21.95c-.754 14.809-5.4 29.21-13.414 41.695a85.344 85.344 0 0 1-28.105 27.118 85.351 85.351 0 0 1-28.106-27.118c-8.014-12.485-12.66-26.886-13.414-41.694l-1.103-21.95 42.565-14.344Zm0-9.814L27.633 30.765l1.51 28.976c1.742 33.448 21.079 63.528 50.81 78.975 29.79-15.447 49.127-45.469 50.811-78.975l1.51-28.976-52.32-17.596Z"/></g><g filter="url(#i)"><path fill="#64E466" d="M46 43.316v15.909l30.507-27.14L46 43.316Z"/></g><g filter="url(#j)"><path fill="#F2F9BD" d="M80.61 114.601v8.236l30.507-27.139-23.308 8.58a11 11 0 0 0-7.2 10.323Z"/></g><mask id="k" width="106" height="126" x="27" y="13" maskUnits="userSpaceOnUse" style="mask-type:alpha"><path fill="#BEE6FF" d="m79.954 22.983 42.681 14.343-1.104 21.95c-.754 14.809-5.4 29.21-13.414 41.695a85.344 85.344 0 0 1-28.105 27.118 85.351 85.351 0 0 1-28.106-27.118c-8.014-12.485-12.66-26.886-13.414-41.694l-1.103-21.95 42.565-14.344Zm0-9.814L27.633 30.765l1.51 28.976c1.742 33.448 21.079 63.528 50.81 78.975 29.79-15.447 49.127-45.469 50.811-78.975l1.51-28.976-52.32-17.596Z"/></mask><g fill="#fff" mask="url(#k)"><path d="M107.344 6.755 111 10.607 26.138 91.133l-3.655-3.851zm10.898 3.463 20.136 21.22L39.3 125.454l-20.136-21.22z"/></g><path fill="url(#l)" d="M86.442 41.624h-7.837v1.045C68.157 45.804 60.32 55.729 60.32 67.746c0 12.016 7.837 21.42 18.285 25.076v1.045h8.359c14.628 0 26.122-11.493 26.122-26.121 0-14.628-12.538-26.122-26.644-26.122Z"/><mask id="n" width="54" height="53" x="60" y="41" maskUnits="userSpaceOnUse" style="mask-type:alpha"><path fill="url(#m)" d="M86.45 41.624h-7.837v1.045c-10.448 3.135-18.285 13.06-18.285 25.077 0 12.016 7.837 21.42 18.285 25.076v1.045h8.359c14.628 0 26.122-11.493 26.122-26.121 0-14.628-12.539-26.122-26.644-26.122Z"/></mask><g mask="url(#n)"><path fill="#0062EA" d="M74.219 82.272h37.938v1.441H74.219zm0-35.999h37.938v1.441H74.219z"/><path fill="#42AB44" d="M77.219 50.273h37.938v3.943H77.219zm-5.125 35.999h37.938v3.943H72.094z"/></g><path fill="#F6F6F6" d="M81.223 93.867c14.427 0 26.122-11.695 26.122-26.121 0-14.427-11.695-26.122-26.122-26.122-14.426 0-26.121 11.695-26.121 26.122 0 14.426 11.695 26.121 26.121 26.121Z"/><path fill="#DADADA" d="M78.614 93.867c14.426 0 26.121-11.695 26.121-26.121 0-14.427-11.695-26.122-26.121-26.122-14.427 0-26.122 11.695-26.122 26.122 0 14.426 11.695 26.121 26.122 26.121Z"/><path fill="#BEE6FF" d="M78.614 93.867c14.426 0 26.121-11.695 26.121-26.121 0-14.427-11.695-26.122-26.121-26.122-14.427 0-26.122 11.695-26.122 26.122 0 14.426 11.695 26.121 26.122 26.121Z"/><path fill="url(#o)" d="M78.614 93.867c14.426 0 26.121-11.695 26.121-26.121 0-14.427-11.695-26.122-26.121-26.122-14.427 0-26.122 11.695-26.122 26.122 0 14.426 11.695 26.121 26.122 26.121Z"/><path fill="#fff" d="M53.603 72.723c0-16.43 12.91-29.339 29.34-29.339 2.933 0 5.867.587 8.8 1.174-3.52-1.76-7.627-2.934-12.321-2.934-14.67 0-26.992 12.322-26.992 26.992 0 4.107 1.173 8.215 2.347 11.149-.587-2.347-1.174-4.695-1.174-7.042Z"/><path fill="url(#p)" d="M76.515 83.417 63.977 70.88l5.746-5.747 6.792 6.792 17.24-17.24 5.747 5.746-22.987 22.987Z"/><path fill="url(#q)" d="M76.515 83.417 63.977 70.88l5.746-5.747 6.792 6.792 17.24-17.24 5.747 5.746-22.987 22.987Z"/><path fill="url(#r)" d="M73.382 83.417 60.844 70.88l5.747-5.747 6.791 6.792L90.1 54.684l5.747 5.746-22.465 22.987Z"/><path fill="#F6F6F6" d="m73.383 83.422 19.27-26.207 3.194 3.22-22.464 22.987Z"/><path fill="#B5E2FF" d="m36.86 102.239-12.758-1.708c-2.105-.263-3.683-1.97-4.078-3.942l-1.973-13.14-1.446 13.009a4.754 4.754 0 0 1-4.21 4.205l-13.153 1.576 13.022 1.577c2.368.263 4.078 2.234 4.209 4.468l1.71 30.089 2.104-30.221c.132-2.234 1.973-4.073 4.21-4.467l12.364-1.446Z"/><g filter="url(#s)"><path fill="#B5E2FF" d="m165.574 24.89-8.693-1.164c-1.433-.18-2.509-1.343-2.777-2.685l-1.345-8.952-.985 8.862a3.24 3.24 0 0 1-2.868 2.864l-8.961 1.075 8.872 1.074c1.613.179 2.778 1.522 2.867 3.043l1.165 20.5 1.434-20.59c.089-1.52 1.344-2.774 2.867-3.043l8.424-.984Z"/></g></g><defs><linearGradient id="d" x1="91.573" x2="91.57" y1="85.424" y2="138.716" gradientUnits="userSpaceOnUse"><stop/><stop offset="1" stop-color="#0357CA"/></linearGradient><linearGradient id="f" x1="55.66" x2="110.849" y1="67.708" y2="112.197" gradientUnits="userSpaceOnUse"><stop stop-color="#42AB44"/><stop offset="1" stop-color="#C1EA97"/></linearGradient><linearGradient id="g" x1="84.617" x2="112.689" y1="65.644" y2="88.409" gradientUnits="userSpaceOnUse"><stop stop-color="#2A842B"/><stop offset="1" stop-color="#42AB44" stop-opacity="0"/></linearGradient><linearGradient id="l" x1="86.704" x2="86.703" y1="71.691" y2="93.867" gradientUnits="userSpaceOnUse"><stop/><stop offset="1" stop-color="#0357CA"/></linearGradient><linearGradient id="m" x1="86.712" x2="86.711" y1="71.691" y2="93.867" gradientUnits="userSpaceOnUse"><stop/><stop offset="1" stop-color="#0357CA"/></linearGradient><linearGradient id="o" x1="100.654" x2="89.548" y1="74.282" y2="42.495" gradientUnits="userSpaceOnUse"><stop stop-color="#F4FAFF"/><stop offset="1" stop-color="#F4FAFF" stop-opacity="0"/></linearGradient><linearGradient id="p" x1="78.776" x2="67.535" y1="69.05" y2="61.382" gradientUnits="userSpaceOnUse"><stop/><stop offset="1" stop-color="#C17845"/></linearGradient><linearGradient id="q" x1="73.652" x2="84.321" y1="52.358" y2="61.733" gradientUnits="userSpaceOnUse"><stop stop-color="#42AB44"/><stop offset="1" stop-color="#42AB44" stop-opacity="0"/></linearGradient><linearGradient id="r" x1="73.576" x2="99.74" y1="63.904" y2="81.467" gradientUnits="userSpaceOnUse"><stop stop-color="#42AB44"/><stop offset="1" stop-color="#C8E99F"/></linearGradient><filter id="b" width="103.492" height="19.759" x="34.641" y="140.071" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_10079_21731859" stdDeviation="3.5"/></filter><filter id="h" width="109.641" height="129.546" x="27.633" y="12.169" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/><feOffset dx="3" dy="1"/><feGaussianBlur stdDeviation="1"/><feComposite in2="hardAlpha" operator="out"/><feColorMatrix values="0 0 0 0 0.211765 0 0 0 0 0.352941 0 0 0 0 0.752941 0 0 0 1 0"/><feBlend in2="BackgroundImageFix" result="effect1_dropShadow_10079_21731859"/><feBlend in="SourceGraphic" in2="effect1_dropShadow_10079_21731859" result="shape"/></filter><filter id="i" width="38.508" height="35.139" x="42" y="28.086" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_10079_21731859" stdDeviation="2"/></filter><filter id="j" width="56.508" height="53.139" x="67.609" y="82.698" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_10079_21731859" stdDeviation="6.5"/></filter><filter id="s" width="33.625" height="45.417" x="135.945" y="8.089" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_10079_21731859" stdDeviation="2"/></filter><radialGradient id="c" cx="0" cy="0" r="1" gradientTransform="rotate(90.005 -31.775 118.165) scale(1.51919 23.6076)" 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>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg id="icon" width="180" height="160" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_10079_21713040)"><path fill="#fff" d="M0 0h180v160H0z"/><g filter="url(#filter0_f_10079_21713040)"><path 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" fill="url(#paint0_radial_10079_21713040)"/></g><path 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" fill="url(#paint1_linear_10079_21713040)"/><path 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" fill="url(#paint2_linear_10079_21713040)"/><path 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" fill="#EF7C13"/><path fill-rule="evenodd" clip-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" fill="url(#paint3_linear_10079_21713040)"/><mask id="mask0_10079_21713040" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="53" y="46" width="118" height="100"><path fill-rule="evenodd" clip-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" fill="url(#paint4_linear_10079_21713040)"/></mask><g mask="url(#mask0_10079_21713040)"><path fill-rule="evenodd" clip-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.564.189.26.378.52.574.781.523.782 1.046 1.563 1.569 2.41.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 34.003 34.003 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" fill="url(#paint5_linear_10079_21713040)" style="mix-blend-mode:multiply"/><g filter="url(#filter1_f_10079_21713040)"><path fill-rule="evenodd" clip-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.368-.441.456-.883.912-1.307 1.368-.85.847-1.766 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.87 38.87 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.738l-.127.29c-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.091-.896 1.634v.001a44.612 44.612 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" fill="url(#paint6_linear_10079_21713040)"/></g></g><g filter="url(#filter2_f_10079_21713040)"><path fill-rule="evenodd" clip-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" fill="#FFE8AC"/></g><path 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" fill="#F07E13"/><path fill-rule="evenodd" clip-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.054-.327-.326-.653-.652-1.046-.977-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" fill="url(#paint7_linear_10079_21713040)"/><mask id="mask1_10079_21713040" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="63" y="39" width="77" height="28"><path 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" fill="#A4AEB7"/><path 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" fill="url(#paint8_linear_10079_21713040)"/><path 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" fill="url(#paint9_linear_10079_21713040)"/></mask><g mask="url(#mask1_10079_21713040)"><path 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" fill="url(#paint10_linear_10079_21713040)"/></g><path 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" fill="url(#paint11_linear_10079_21713040)"/><path 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" fill="url(#paint12_linear_10079_21713040)"/><path 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" fill="#004601"/><path 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" fill="#1C1C1C"/><path 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" fill="url(#paint13_linear_10079_21713040)"/><path 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" fill="url(#paint14_linear_10079_21713040)"/><path 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" fill="#DDC672"/><path 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" fill="#37974B"/><path 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" fill="url(#paint15_linear_10079_21713040)"/><path 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" fill="url(#paint16_linear_10079_21713040)"/><path 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" fill="#DDC672"/><path 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" fill="#37974B"/><path fill-rule="evenodd" clip-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" fill="#1C1C1C"/><path fill-rule="evenodd" clip-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" fill="url(#paint17_linear_10079_21713040)"/><path 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" fill="url(#paint18_linear_10079_21713040)"/><path fill-rule="evenodd" clip-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" fill="#1C1C1C"/><path fill-rule="evenodd" clip-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" fill="url(#paint19_linear_10079_21713040)"/><path 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" fill="url(#paint20_linear_10079_21713040)"/><path 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" fill="#DDC672"/><path 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" fill="#fff"/><path 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" fill="url(#paint21_linear_10079_21713040)"/><path 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" fill="#5AA667"/><path 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" fill="#5AA667"/><path 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" fill="#1C1C1C"/><path 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" fill="url(#paint22_linear_10079_21713040)"/><path 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" fill="url(#paint23_linear_10079_21713040)"/><path fill-rule="evenodd" clip-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" fill="url(#paint24_linear_10079_21713040)"/><path 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" fill="#fff"/><path 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" fill="#004601"/><g style="mix-blend-mode:multiply" filter="url(#filter3_f_10079_21713040)"><path 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" fill="#F87336"/><path 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" fill="url(#paint25_linear_10079_21713040)"/></g><path 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" fill="#55C257"/><path 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" fill="url(#paint26_linear_10079_21713040)"/><path 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" fill="#004601"/><g filter="url(#filter4_f_10079_21713040)"><path 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" fill="url(#paint27_linear_10079_21713040)"/></g><mask id="mask2_10079_21713040" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="77" y="88" width="74" height="60"><path 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" fill="#FA552D"/></mask><g filter="url(#filter5_f_10079_21713040)" mask="url(#mask2_10079_21713040)"><path 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" fill="#B9FF24"/></g><path 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" fill="url(#paint28_linear_10079_21713040)"/></g><defs><linearGradient id="paint1_linear_10079_21713040" x1="145.117" y1="69.377" x2="50.188" y2="94.441" gradientUnits="userSpaceOnUse"><stop stop-color="#EE9848"/><stop offset="1" stop-color="#FFCA42"/></linearGradient><linearGradient id="paint2_linear_10079_21713040" x1="94.204" y1="106.283" x2="36.278" y2="86.205" gradientUnits="userSpaceOnUse"><stop stop-color="#EE9848"/><stop offset="1" stop-color="#FFCA42"/></linearGradient><linearGradient id="paint3_linear_10079_21713040" x1="159.222" y1="113.134" x2="66.534" y2="62.489" gradientUnits="userSpaceOnUse"><stop stop-color="#EE9848"/><stop offset="1" stop-color="#FFCA42"/></linearGradient><linearGradient id="paint4_linear_10079_21713040" x1="159.222" y1="110.647" x2="68.194" y2="58.974" gradientUnits="userSpaceOnUse"><stop stop-color="#EE9848"/><stop offset="1" stop-color="#FFCA42"/></linearGradient><linearGradient id="paint5_linear_10079_21713040" x1="148.436" y1="80.378" x2="82.82" y2="45.672" gradientUnits="userSpaceOnUse"><stop stop-color="#EE9848"/><stop offset="1" stop-color="#FFCA42"/></linearGradient><linearGradient id="paint6_linear_10079_21713040" x1="187.479" y1="80.44" x2="123.352" y2="138.177" gradientUnits="userSpaceOnUse"><stop/><stop offset="1" stop-color="#A4290C"/></linearGradient><linearGradient id="paint7_linear_10079_21713040" x1="103.219" y1="31.3" x2="108.373" y2="80.271" gradientUnits="userSpaceOnUse"><stop stop-color="#075EBD"/><stop offset="1" stop-color="#165616"/></linearGradient><linearGradient id="paint8_linear_10079_21713040" x1="129.3" y1="41.343" x2="127.114" y2="55.81" gradientUnits="userSpaceOnUse"><stop stop-color="#C9D3DC"/><stop offset="1" stop-color="#C9D3DC" stop-opacity="0"/></linearGradient><linearGradient id="paint9_linear_10079_21713040" x1="89.196" y1="64.924" x2="112.658" y2="44.031" gradientUnits="userSpaceOnUse"><stop stop-color="#C2E0FC"/><stop offset="1" stop-color="#C2E0FC" stop-opacity="0"/></linearGradient><linearGradient id="paint10_linear_10079_21713040" x1="96.785" y1="36.644" x2="96.785" y2="63.465" gradientUnits="userSpaceOnUse"><stop stop-color="#80F982"/><stop offset="1" stop-color="#42AB44"/></linearGradient><linearGradient id="paint11_linear_10079_21713040" x1="99.901" y1="23.834" x2="99.901" y2="47.133" gradientUnits="userSpaceOnUse"><stop stop-color="#80F982"/><stop offset="1" stop-color="#42AB44"/></linearGradient><linearGradient id="paint12_linear_10079_21713040" x1="89.904" y1="80.698" x2="98.725" y2="92.768" gradientUnits="userSpaceOnUse"><stop stop-color="#FFE8AC"/><stop offset="1" stop-color="#fff" stop-opacity="0"/></linearGradient><linearGradient id="paint13_linear_10079_21713040" x1="98.451" y1="115.679" x2="45.462" y2="74.281" gradientUnits="userSpaceOnUse"><stop stop-color="#3BAB43"/><stop offset="1" stop-color="#294ECE" stop-opacity="0"/></linearGradient><linearGradient id="paint14_linear_10079_21713040" x1="53.029" y1="93.499" x2="51.668" y2="139.315" gradientUnits="userSpaceOnUse"><stop stop-color="#fff"/><stop offset=".38" stop-color="#FFF085"/><stop offset="1" stop-color="#73D910"/></linearGradient><linearGradient id="paint15_linear_10079_21713040" x1="63.964" y1="96.799" x2="58.186" y2="117.11" gradientUnits="userSpaceOnUse"><stop stop-color="#FFF185"/><stop offset="1" stop-color="#C9D3DC" stop-opacity="0"/></linearGradient><linearGradient id="paint16_linear_10079_21713040" x1="56.533" y1="132.792" x2="59.192" y2="129.955" gradientUnits="userSpaceOnUse"><stop stop-color="#C2E0FC"/><stop offset="1" stop-color="#C2E0FC" stop-opacity="0"/></linearGradient><linearGradient id="paint17_linear_10079_21713040" x1="52.404" y1="127.895" x2="23.381" y2="115.18" gradientUnits="userSpaceOnUse"><stop stop-color="#3BAB43"/><stop offset="1" stop-color="#294ECE" stop-opacity="0"/></linearGradient><linearGradient id="paint18_linear_10079_21713040" x1="39.694" y1="92.084" x2="23.003" y2="106.418" gradientUnits="userSpaceOnUse"><stop stop-color="#FFF4C8"/><stop offset="1" stop-color="#FFF085"/></linearGradient><linearGradient id="paint19_linear_10079_21713040" x1="43.809" y1="130.452" x2="13.375" y2="109.759" gradientUnits="userSpaceOnUse"><stop stop-color="#3BAB43"/><stop offset="1" stop-color="#294ECE" stop-opacity="0"/></linearGradient><linearGradient id="paint20_linear_10079_21713040" x1="28.267" y1="100.648" x2="15.032" y2="118.272" gradientUnits="userSpaceOnUse"><stop stop-color="#FFF4C8"/><stop offset="1" stop-color="#FFF085"/></linearGradient><linearGradient id="paint21_linear_10079_21713040" x1="80.802" y1="126.766" x2="77.992" y2="138.357" gradientUnits="userSpaceOnUse"><stop stop-color="#FFF4C8"/><stop offset="1" stop-color="#FFF085"/></linearGradient><linearGradient id="paint22_linear_10079_21713040" x1="108.544" y1="140.639" x2="95.513" y2="116.207" gradientUnits="userSpaceOnUse"><stop stop-color="#3BAB43"/><stop offset="1" stop-color="#294ECE" stop-opacity="0"/></linearGradient><linearGradient id="paint23_linear_10079_21713040" x1="129.891" y1="85.778" x2="101.159" y2="144.327" gradientUnits="userSpaceOnUse"><stop stop-color="#80F982"/><stop offset="1" stop-color="#42AB44"/></linearGradient><linearGradient id="paint24_linear_10079_21713040" x1="145.531" y1="63.102" x2="126.501" y2="101.882" gradientUnits="userSpaceOnUse"><stop stop-color="#80F982"/><stop offset="1" stop-color="#42AB44"/></linearGradient><linearGradient id="paint25_linear_10079_21713040" x1="115.166" y1="116.214" x2="133.919" y2="160.666" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#05000F"/><stop offset="1" stop-color="#5831A0" stop-opacity="0"/></linearGradient><linearGradient id="paint26_linear_10079_21713040" x1="122.802" y1="104.131" x2="127.781" y2="110.946" gradientUnits="userSpaceOnUse"><stop stop-color="#fff"/><stop offset="1" stop-color="#fff" stop-opacity="0"/></linearGradient><linearGradient id="paint27_linear_10079_21713040" x1="136.959" y1="91.04" x2="108.944" y2="148.129" gradientUnits="userSpaceOnUse"><stop stop-color="#F09C48"/><stop offset="1" stop-color="#F09C48" stop-opacity="0"/></linearGradient><linearGradient id="paint28_linear_10079_21713040" x1="125.628" y1="110.963" x2="123.007" y2="116.705" gradientUnits="userSpaceOnUse"><stop stop-color="#fff"/><stop offset="1" stop-color="#fff" stop-opacity="0"/></linearGradient><filter id="filter0_f_10079_21713040" x="5.609" y="138.814" width="171.422" height="17.609" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur stdDeviation="2" result="effect1_foregroundBlur_10079_21713040"/></filter><filter id="filter1_f_10079_21713040" x="27.539" y="42.697" width="147.102" height="132.037" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur stdDeviation="2" result="effect1_foregroundBlur_10079_21713040"/></filter><filter id="filter2_f_10079_21713040" x="41.188" y="44.838" width="76.883" height="93.664" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur stdDeviation="2" result="effect1_foregroundBlur_10079_21713040"/></filter><filter id="filter3_f_10079_21713040" x="69.242" y="83.619" width="89.375" height="72.081" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur stdDeviation="4" result="effect1_foregroundBlur_10079_21713040"/></filter><filter id="filter4_f_10079_21713040" x="89.75" y="93.517" width="62.188" height="55.453" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur stdDeviation="1" result="effect1_foregroundBlur_10079_21713040"/></filter><filter id="filter5_f_10079_21713040" x="46.289" y="112.074" width="63.117" height="43.965" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur stdDeviation="1" result="effect1_foregroundBlur_10079_21713040"/></filter><radialGradient id="paint0_radial_10079_21713040" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="matrix(-.00026 2.53478 -43.111 -.00444 91.322 147.618)"><stop stop-color="#6A99DD"/><stop offset="1" stop-color="#A0C0EF"/></radialGradient><clipPath id="clip0_10079_21713040"><path fill="#fff" d="M0 0h180v160H0z"/></clipPath></defs></svg>
|
|
1
|
+
<svg id="icon" 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.694a34.84 34.84 0 0 0-.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.429a36.55 36.55 0 0 0 5.392 1.841c-.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.89-12.186 14.673-31.666 21.478-36.99 35.6Z"/><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.89-12.186 14.673-31.666 21.478-36.99 35.6Z"/><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.39 192.94 192.94 0 0 1 2.997-2.478c1.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.39 192.94 192.94 0 0 1 2.997-2.478c1.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.39 192.94 192.94 0 0 1 2.997-2.478c1.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.407 4.27 4.27 0 0 1 .489-1.245c.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.812a2.78 2.78 0 0 0-.326.866c0 .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.978a12.001 12.001 0 0 0-1.289 2.394c-.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>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg id="icon" width="180" height="160" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M0 0h180v160H0z"/><path d="M168.514 90.731c0-13.662-6.838-25.685-17.505-32.79h-1.641v1.64l-2.462 2.46c9.573 6.01 15.864 16.667 15.864 28.963s-6.564 22.953-16.137 28.964l2.461 2.459v1.64h1.642c10.667-7.378 17.778-19.4 17.778-33.336Z" fill="#6CC6FF"/><path d="M154.841 90.731c0-9.837-5.47-18.58-13.676-22.952h-1.641v1.64l-2.461 2.459c7.385 3.278 12.308 10.383 12.308 18.853 0 8.47-5.197 15.848-12.582 19.127l2.462 2.46v1.639h1.641c8.205-4.645 13.949-13.116 13.949-23.226Z" fill="#6CC6FF"/><path d="M159.411 90.731c0 12.296-6.564 22.953-16.138 28.964l4.103 4.099c10.667-7.105 17.505-19.401 17.505-33.063 0-13.662-6.838-25.685-17.505-32.79l-3.829 3.826c9.573 6.285 15.864 16.941 15.864 28.964Z" fill="#B5E2FF"/><path d="M145.738 90.731c0 8.47-5.197 15.848-12.582 19.127l4.103 4.099c8.205-4.372 13.949-13.116 13.949-22.953s-5.47-18.58-13.675-22.952l-4.103 4.098c7.111 3.006 12.308 10.384 12.308 18.581Z" fill="#B5E2FF"/><path d="M100.116 124.067c-4.569 0-9.36-.947-14.18-2.841-10.14-4.012-19.418-11.896-26.076-22.232-6.659-10.336-10.03-22.037-9.472-32.93.585-11.867 5.655-21.451 14.291-26.995 8.609-5.544 19.446-6.213 30.478-1.839 10.141 4.012 19.418 11.896 26.076 22.232 6.659 10.336 10.03 22.037 9.472 32.93-.585 11.867-5.655 21.451-14.291 26.995-4.848 3.092-10.42 4.68-16.298 4.68ZM81.005 49.99c-2.897 0-5.6.696-7.912 2.2-4.263 2.759-6.798 7.968-7.16 14.655-.39 7.66 2.117 16.074 7.02 23.68 4.904 7.605 11.534 13.372 18.666 16.186 6.24 2.452 12.035 2.312 16.298-.446 9.528-6.129 9.583-23.708.139-38.362-7.104-11.088-18.025-17.913-27.051-17.913Z" fill="#fff"/><mask id="mask0_10079_21677098" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="50" y="34" width="81" height="91"><path d="M100.116 124.067c-4.569 0-9.36-.947-14.18-2.841-10.14-4.012-19.418-11.896-26.076-22.232-6.659-10.336-10.03-22.037-9.472-32.93.585-11.867 5.655-21.451 14.291-26.995 8.609-5.544 19.446-6.213 30.478-1.839 10.141 4.012 19.418 11.896 26.076 22.232 6.659 10.336 10.03 22.037 9.472 32.93-.585 11.867-5.655 21.451-14.291 26.995-4.848 3.092-10.42 4.68-16.298 4.68ZM81.005 49.99c-2.897 0-5.6.696-7.912 2.2-4.263 2.759-6.798 7.968-7.16 14.655-.39 7.66 2.117 16.074 7.02 23.68 4.904 7.605 11.534 13.372 18.666 16.186 6.24 2.452 12.035 2.312 16.298-.446 9.528-6.129 9.583-23.708.139-38.362-7.104-11.088-18.025-17.913-27.051-17.913Z" fill="#D3DBF7"/></mask><g mask="url(#mask0_10079_21677098)"><path d="M100.116 124.067c-4.569 0-9.36-.947-14.18-2.841-10.14-4.012-19.418-11.896-26.076-22.232-6.659-10.336-10.03-22.037-9.472-32.93.585-11.867 5.655-21.451 14.291-26.995 8.609-5.544 19.446-6.213 30.478-1.839 10.141 4.012 19.418 11.896 26.076 22.232 6.659 10.336 10.03 22.037 9.472 32.93-.585 11.867-5.655 21.451-14.291 26.995-4.848 3.092-10.42 4.68-16.298 4.68ZM81.005 49.99c-2.897 0-5.6.696-7.912 2.2-4.263 2.759-6.798 7.968-7.16 14.655-.39 7.66 2.117 16.074 7.02 23.68 4.904 7.605 11.534 13.372 18.666 16.186 6.24 2.452 12.035 2.312 16.298-.446 9.528-6.129 9.583-23.708.139-38.362-7.104-11.088-18.025-17.913-27.051-17.913Z" fill="#D3DBF7"/><path d="M100.116 124.067c-4.569 0-9.36-.947-14.18-2.841-10.14-4.012-19.418-11.896-26.076-22.232-6.659-10.336-10.03-22.037-9.472-32.93.585-11.867 5.655-21.451 14.291-26.995 8.609-5.544 19.446-6.213 30.478-1.839 10.141 4.012 19.418 11.896 26.076 22.232 6.659 10.336 10.03 22.037 9.472 32.93-.585 11.867-5.655 21.451-14.291 26.995-4.848 3.092-10.42 4.68-16.298 4.68ZM81.005 49.99c-2.897 0-5.6.696-7.912 2.2-4.263 2.759-6.798 7.968-7.16 14.655-.39 7.66 2.117 16.074 7.02 23.68 4.904 7.605 11.534 13.372 18.666 16.186 6.24 2.452 12.035 2.312 16.298-.446 9.528-6.129 9.583-23.708.139-38.362-7.104-11.088-18.025-17.913-27.051-17.913Z" fill="url(#paint0_linear_10079_21677098)"/><g filter="url(#filter0_f_10079_21677098)"><path d="M87.965 35.085c-8.497-1.7-16.576-.362-23.318 3.984-7.577 4.875-12.425 12.926-13.874 22.9h1.421s6.24-21.925 35.771-26.884Z" fill="url(#paint1_linear_10079_21677098)"/></g><g filter="url(#filter1_f_10079_21677098)"><path d="M123.768 91.444c-6.463 8.246-19.529 24.07-26.55 32.484.976.083 1.923.139 2.87.139 5.906 0 11.45-1.56 16.298-4.708 8.608-5.544 13.679-15.128 14.292-26.996.557-10.837-2.786-22.426-9.333-32.706 3.844 9.444 8.33 24.265 2.423 31.787Z" fill="url(#paint2_linear_10079_21677098)"/></g></g><path d="M97.077 125.767c-4.374 0-8.97-.975-13.651-2.953-9.472-3.984-18.192-11.618-24.572-21.536-6.407-9.89-9.75-21.005-9.444-31.258.306-11.06 4.764-19.863 12.509-24.878 7.745-4.986 17.635-5.377 27.803-1.114 9.472 3.984 18.192 11.617 24.572 21.535 6.38 9.918 9.751 21.034 9.444 31.286-.306 11.032-4.764 19.863-12.509 24.85-4.179 2.73-8.998 4.068-14.152 4.068Zm-20.978-73.52c-3.037 0-5.823.78-8.163 2.284-4.569 2.925-7.187 8.553-7.41 15.796-.223 8.023 2.48 16.883 7.661 24.934 5.182 8.051 12.119 14.18 19.53 17.3 6.686 2.814 12.898 2.731 17.467-.195 4.569-2.953 7.188-8.552 7.41-15.824.223-8.023-2.479-16.882-7.661-24.933-5.182-8.052-12.119-14.18-19.529-17.301-3.26-1.365-6.408-2.062-9.305-2.062Z" fill="#2F3C6B"/><g filter="url(#filter2_f_10079_21677098)"><path d="M60.525 70.327c.223-7.271 2.842-12.87 7.41-15.824 2.34-1.477 5.126-2.257 8.163-2.257 2.898 0 6.046.697 9.305 2.062 6.213 2.619 12.09 7.355 16.883 13.54.863-1.226 1.337-2.452 1.309-3.567-.139-6.296-3.176-12.035-5.878-15.907-2.591-1.727-5.266-3.204-8.024-4.346-10.196-4.262-20.058-3.872-27.803 1.114a24.795 24.795 0 0 0-5.321 4.597c-1.003 4.708-1.783 10.364-2.117 17.106-.363 7.382 2.618 11.617 7.215 13.623-.836-3.427-1.226-6.854-1.142-10.141Z" fill="#E6EBFF"/></g><g filter="url(#filter3_f_10079_21677098)"><path d="M76.1 52.246c2.898 0 6.046.697 9.306 2.062 7.41 3.12 14.347 9.25 19.529 17.3 5.182 8.052 7.912 16.883 7.661 24.934-.223 7.272-2.841 12.871-7.41 15.824-2.34 1.505-5.099 2.257-8.135 2.257-2.898 0-6.046-.697-9.305-2.062-7.41-3.12-14.348-9.249-19.53-17.3-5.181-8.024-7.911-16.883-7.688-24.934.222-7.271 2.841-12.871 7.41-15.824 2.34-1.477 5.126-2.257 8.163-2.257Zm0-4.736c-4.011 0-7.605 1.003-10.725 3.009-5.906 3.845-9.305 10.81-9.556 19.669-.25 8.97 2.73 18.805 8.414 27.636 5.683 8.831 13.4 15.601 21.674 19.083 3.845 1.616 7.578 2.424 11.144 2.424 4.012 0 7.605-1.003 10.726-3.009 5.906-3.816 9.305-10.809 9.583-19.668.251-8.97-2.73-18.805-8.413-27.636-5.684-8.832-13.4-15.602-21.675-19.084-3.872-1.588-7.605-2.424-11.171-2.424Z" fill="url(#paint3_linear_10079_21677098)"/></g><path fill-rule="evenodd" clip-rule="evenodd" d="M51.307 59.046a37.03 37.03 0 0 1 1.282-4.466c.324-.908.682-1.792 1.073-2.65 2.438-5.36 6.158-9.755 10.985-12.861 4.858-3.132 10.41-4.701 16.314-4.698 4.581-.003 9.37.946 14.196 2.86 10.141 4.011 19.418 11.895 26.076 22.23 6.659 10.337 10.03 22.038 9.472 32.93-.585 11.868-5.655 21.452-14.291 26.996a29.575 29.575 0 0 1-6.472 3.098c-3.87 2.201-8.232 3.282-12.865 3.282-4.374 0-8.97-.975-13.651-2.953-9.472-3.984-18.192-11.618-24.572-21.536-6.407-9.89-9.75-21.005-9.444-31.258.11-3.972.756-7.654 1.897-10.974Zm61.282 35.46c.02.683.02 1.363-.001 2.036-.065 2.124-.334 4.105-.797 5.919-1.044 1.526-2.336 2.815-3.874 3.804-4.263 2.758-10.057 2.898-16.298.446-7.132-2.814-13.762-8.58-18.665-16.186-4.904-7.606-7.411-16.02-7.021-23.68.343-6.329 2.632-11.335 6.49-14.19a16.314 16.314 0 0 1 4.04-.405c2.794.056 5.813.75 8.935 2.058 7.41 3.12 14.347 9.25 19.529 17.3a53.225 53.225 0 0 1 3.505 6.346c2.554 5.507 3.982 11.18 4.157 16.552Z" fill="#42AB44" style="mix-blend-mode:color"/><g filter="url(#filter4_f_10079_21677098)"><path d="M76.093 52.246c2.897 0 6.045.696 9.305 2.061 7.41 3.12 14.347 9.25 19.529 17.3 5.182 8.052 7.912 16.883 7.661 24.935-.222 7.271-2.841 12.871-7.41 15.824-2.34 1.504-5.098 2.256-8.135 2.256-2.897 0-6.045-.696-9.305-2.061-7.41-3.12-14.347-9.249-19.53-17.3-5.181-8.024-7.911-16.883-7.688-24.935.223-7.27 2.841-12.87 7.41-15.824 2.34-1.476 5.126-2.256 8.163-2.256Zm0-4.736c-4.012 0-7.606 1.003-10.726 3.009-5.906 3.844-9.305 10.809-9.556 19.668-.25 8.97 2.73 18.805 8.414 27.636 5.683 8.832 13.4 15.601 21.674 19.084 3.845 1.616 7.578 2.424 11.144 2.424 4.012 0 7.606-1.003 10.726-3.009 5.906-3.817 9.305-10.81 9.583-19.669.251-8.97-2.73-18.805-8.413-27.636s-13.4-15.601-21.675-19.083c-3.872-1.588-7.605-2.424-11.171-2.424Z" fill="#050304"/><path d="M76.093 52.246c2.897 0 6.045.696 9.305 2.061 7.41 3.12 14.347 9.25 19.529 17.3 5.182 8.052 7.912 16.883 7.661 24.935-.222 7.271-2.841 12.871-7.41 15.824-2.34 1.504-5.098 2.256-8.135 2.256-2.897 0-6.045-.696-9.305-2.061-7.41-3.12-14.347-9.249-19.53-17.3-5.181-8.024-7.911-16.883-7.688-24.935.223-7.27 2.841-12.87 7.41-15.824 2.34-1.476 5.126-2.256 8.163-2.256Zm0-4.736c-4.012 0-7.606 1.003-10.726 3.009-5.906 3.844-9.305 10.809-9.556 19.668-.25 8.97 2.73 18.805 8.414 27.636 5.683 8.832 13.4 15.601 21.674 19.084 3.845 1.616 7.578 2.424 11.144 2.424 4.012 0 7.606-1.003 10.726-3.009 5.906-3.817 9.305-10.81 9.583-19.669.251-8.97-2.73-18.805-8.413-27.636s-13.4-15.601-21.675-19.083c-3.872-1.588-7.605-2.424-11.171-2.424Z" fill="url(#paint4_linear_10079_21677098)"/></g><path fill-rule="evenodd" clip-rule="evenodd" d="m102.594 76.455-1-21.46 1-13.902 1 15.512-1 19.85ZM61.73 127.518l-1.714-36.794 1.714-23.833 1.715 26.594-1.715 34.033Z" fill="#fff"/><g filter="url(#filter5_f_10079_21677098)"><path d="M150.196 143.469c-.728.211-1.748.426-3.055.637-3.046.491-7.484.938-13.003 1.315-11.027.753-26.278 1.22-43.134 1.22-16.857 0-32.107-.467-43.135-1.22-5.518-.377-9.956-.824-13.002-1.315-1.307-.211-2.327-.426-3.055-.637.728-.211 1.748-.426 3.055-.637 3.046-.492 7.484-.939 13.003-1.315 11.027-.753 26.277-1.22 43.134-1.22 16.856 0 32.107.467 43.134 1.22 5.519.376 9.957.823 13.003 1.315 1.307.211 2.327.426 3.055.637Zm-119.459-.436.017.014a.072.072 0 0 1-.017-.014Zm0 .872c0-.001.004-.005.017-.014a.114.114 0 0 1-.017.014Zm120.517-.014c.013.009.017.013.017.014a.108.108 0 0 1-.017-.014Zm0-.844a.108.108 0 0 1 .017-.014s-.004.005-.017.014Z" stroke="url(#paint5_radial_10079_21677098)" stroke-width="2"/></g><path d="M19.022 73.41h-8.44V53.798H4.335v-4.075h6.245V22.808H27.5c3.496 0 6.504.648 9.032 1.945 2.527 1.297 4.471 3.118 5.839 5.469 1.36 2.35 2.047 5.1 2.047 8.269 0 3.213-.71 5.97-2.136 8.27-1.427 2.298-3.452 4.045-6.075 5.246-2.624 1.202-5.699 1.799-9.217 1.799h-7.953V73.41h-.014Zm11.411-12.676v4.075H4.336v-4.075h26.097Zm-5.979-13.569c2.106 0 4.013-.235 5.728-.707 1.707-.472 3.075-1.327 4.087-2.58 1.013-1.245 1.523-3.043 1.523-5.394 0-2.005-.414-3.649-1.242-4.93-.828-1.283-2.01-2.241-3.533-2.875-1.522-.634-3.355-.944-5.484-.944h-6.54v17.423h5.461v.007Z" fill="#B5E2FF"/><g filter="url(#filter6_f_10079_21677098)"><path d="M127.256 42.712h-3.595v-8.355H121v-1.736h2.661V21.154h7.207c1.489 0 2.771.277 3.848.83 1.077.552 1.905 1.327 2.487 2.329.58 1.002.872 2.173.872 3.523 0 1.369-.302 2.543-.91 3.523-.607.98-1.47 1.723-2.588 2.235-1.118.512-2.427.766-3.926.766h-3.388v8.352h-.007Zm4.862-5.4v1.736H121v-1.736h11.118Zm-2.547-5.78c.897 0 1.71-.101 2.44-.302.727-.201 1.31-.565 1.741-1.099.432-.53.649-1.297.649-2.298 0-.854-.176-1.555-.529-2.1-.353-.547-.857-.955-1.505-1.225-.649-.27-1.43-.402-2.337-.402h-2.786v7.422h2.327v.003Z" fill="#B5E2FF"/></g><g filter="url(#filter7_f_10079_21677098)"><path d="M38.569 123.794h-3.596v-8.355h-2.66v-1.737h2.66v-11.466h7.208c1.489 0 2.77.276 3.847.829 1.077.552 1.905 1.328 2.488 2.329.58 1.002.872 2.173.872 3.523 0 1.369-.302 2.544-.91 3.523-.608.98-1.47 1.724-2.588 2.236-1.118.511-2.428.766-3.927.766h-3.388v8.352h-.006Zm4.862-5.401v1.736H32.313v-1.736H43.43Zm-2.548-5.78c.898 0 1.71-.101 2.44-.302.728-.201 1.31-.565 1.742-1.099.431-.53.648-1.296.648-2.298 0-.854-.176-1.554-.529-2.1-.352-.547-.856-.955-1.505-1.225-.648-.27-1.43-.402-2.336-.402h-2.787v7.423h2.327v.003Z" fill="#B5E2FF"/></g><defs><filter id="filter0_f_10079_21677098" x="48.773" y="32.371" width="41.195" height="31.598" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur stdDeviation="1" result="effect1_foregroundBlur_10079_21677098"/></filter><filter id="filter1_f_10079_21677098" x="95.219" y="57.657" width="37.516" height="68.41" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur stdDeviation="1" result="effect1_foregroundBlur_10079_21677098"/></filter><filter id="filter2_f_10079_21677098" x="50.422" y="37.094" width="57.172" height="47.374" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur stdDeviation="2" result="effect1_foregroundBlur_10079_21677098"/></filter><filter id="filter3_f_10079_21677098" x="51.805" y="43.51" width="69.57" height="79.821" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur stdDeviation="2" result="effect1_foregroundBlur_10079_21677098"/></filter><filter id="filter4_f_10079_21677098" x="51.797" y="43.51" width="69.57" height="79.821" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur stdDeviation="2" result="effect1_foregroundBlur_10079_21677098"/></filter><filter id="filter5_f_10079_21677098" x="25.906" y="135.297" width="130.195" height="16.344" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur stdDeviation="2" result="effect1_foregroundBlur_10079_21677098"/></filter><filter id="filter6_f_10079_21677098" x="117" y="17.154" width="25.078" height="29.558" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur stdDeviation="2" result="effect1_foregroundBlur_10079_21677098"/></filter><filter id="filter7_f_10079_21677098" x="23.313" y="93.236" width="35.078" height="39.558" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur stdDeviation="4.5" result="effect1_foregroundBlur_10079_21677098"/></filter><linearGradient id="paint0_linear_10079_21677098" x1="69.803" y1="76.487" x2="95.257" y2="71.284" gradientUnits="userSpaceOnUse"><stop stop-color="#2E3C6A"/><stop offset="1" stop-color="#2E3C6A" stop-opacity="0"/></linearGradient><linearGradient id="paint1_linear_10079_21677098" x1="50.773" y1="42.91" x2="84.921" y2="37.797" gradientUnits="userSpaceOnUse"><stop offset=".594" stop-color="#4B598A"/><stop offset="1" stop-color="#A7B4E1"/></linearGradient><linearGradient id="paint2_linear_10079_21677098" x1="97.219" y1="79.586" x2="128.579" y2="77.773" gradientUnits="userSpaceOnUse"><stop offset=".594" stop-color="#4B598A"/><stop offset="1" stop-color="#A7B4E1"/></linearGradient><linearGradient id="paint3_linear_10079_21677098" x1="86.59" y1="47.51" x2="86.59" y2="119.331" gradientUnits="userSpaceOnUse"><stop stop-color="#747474"/><stop offset="1" stop-color="#fff"/></linearGradient><linearGradient id="paint4_linear_10079_21677098" x1="117.367" y1="119.331" x2="86.582" y2="119.331" gradientUnits="userSpaceOnUse"><stop stop-color="#0057D6"/><stop offset="1" stop-color="#0057D6" stop-opacity="0"/></linearGradient><radialGradient id="paint5_radial_10079_21677098" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="rotate(90.005 -26.226 117.232) scale(2.2011 32.2346)"><stop stop-color="#6A99DD"/><stop offset="1" stop-color="#A0C0EF"/></radialGradient></defs></svg>
|
|
1
|
+
<svg id="icon" viewBox="0 0 180 160" xmlns="http://www.w3.org/2000/svg" fill="none"><path fill="#6CC6FF" d="M168.514 90.731c0-13.662-6.838-25.685-17.505-32.79h-1.641v1.64l-2.462 2.46c9.573 6.01 15.864 16.667 15.864 28.963s-6.564 22.953-16.137 28.964l2.461 2.459v1.64h1.642c10.667-7.378 17.778-19.4 17.778-33.336Z"/><path fill="#6CC6FF" d="M154.841 90.731c0-9.837-5.47-18.58-13.676-22.952h-1.641v1.64l-2.461 2.459c7.385 3.278 12.308 10.383 12.308 18.853 0 8.47-5.197 15.848-12.582 19.127l2.462 2.46v1.639h1.641c8.205-4.645 13.949-13.116 13.949-23.226Z"/><path fill="#B5E2FF" d="M159.411 90.731c0 12.296-6.564 22.953-16.138 28.964l4.103 4.099c10.667-7.105 17.505-19.401 17.505-33.063 0-13.662-6.838-25.685-17.505-32.79l-3.829 3.826c9.573 6.285 15.864 16.941 15.864 28.964Z"/><path fill="#B5E2FF" d="M145.738 90.731c0 8.47-5.197 15.848-12.582 19.127l4.103 4.099c8.205-4.372 13.949-13.116 13.949-22.953s-5.47-18.58-13.675-22.952l-4.103 4.098c7.111 3.006 12.308 10.384 12.308 18.581Z"/><path fill="#fff" d="M100.116 124.067c-4.569 0-9.36-.947-14.18-2.841-10.14-4.012-19.418-11.896-26.076-22.232-6.659-10.336-10.03-22.037-9.472-32.93.585-11.867 5.655-21.451 14.291-26.995 8.609-5.544 19.446-6.213 30.478-1.839 10.141 4.012 19.418 11.896 26.076 22.232 6.659 10.336 10.03 22.037 9.472 32.93-.585 11.867-5.655 21.451-14.291 26.995-4.848 3.092-10.42 4.68-16.298 4.68ZM81.005 49.99c-2.897 0-5.6.696-7.912 2.2-4.263 2.759-6.798 7.968-7.16 14.655-.39 7.66 2.117 16.074 7.02 23.68 4.904 7.605 11.534 13.372 18.666 16.186 6.24 2.452 12.035 2.312 16.298-.446 9.528-6.129 9.583-23.708.139-38.362-7.104-11.088-18.025-17.913-27.051-17.913Z"/><mask id="a" width="81" height="91" x="50" y="34" maskUnits="userSpaceOnUse" style="mask-type:alpha"><path fill="#D3DBF7" d="M100.116 124.067c-4.569 0-9.36-.947-14.18-2.841-10.14-4.012-19.418-11.896-26.076-22.232-6.659-10.336-10.03-22.037-9.472-32.93.585-11.867 5.655-21.451 14.291-26.995 8.609-5.544 19.446-6.213 30.478-1.839 10.141 4.012 19.418 11.896 26.076 22.232 6.659 10.336 10.03 22.037 9.472 32.93-.585 11.867-5.655 21.451-14.291 26.995-4.848 3.092-10.42 4.68-16.298 4.68ZM81.005 49.99c-2.897 0-5.6.696-7.912 2.2-4.263 2.759-6.798 7.968-7.16 14.655-.39 7.66 2.117 16.074 7.02 23.68 4.904 7.605 11.534 13.372 18.666 16.186 6.24 2.452 12.035 2.312 16.298-.446 9.528-6.129 9.583-23.708.139-38.362-7.104-11.088-18.025-17.913-27.051-17.913Z"/></mask><g mask="url(#a)"><path fill="#D3DBF7" d="M100.116 124.067c-4.569 0-9.36-.947-14.18-2.841-10.14-4.012-19.418-11.896-26.076-22.232-6.659-10.336-10.03-22.037-9.472-32.93.585-11.867 5.655-21.451 14.291-26.995 8.609-5.544 19.446-6.213 30.478-1.839 10.141 4.012 19.418 11.896 26.076 22.232 6.659 10.336 10.03 22.037 9.472 32.93-.585 11.867-5.655 21.451-14.291 26.995-4.848 3.092-10.42 4.68-16.298 4.68ZM81.005 49.99c-2.897 0-5.6.696-7.912 2.2-4.263 2.759-6.798 7.968-7.16 14.655-.39 7.66 2.117 16.074 7.02 23.68 4.904 7.605 11.534 13.372 18.666 16.186 6.24 2.452 12.035 2.312 16.298-.446 9.528-6.129 9.583-23.708.139-38.362-7.104-11.088-18.025-17.913-27.051-17.913Z"/><path fill="url(#b)" d="M100.116 124.067c-4.569 0-9.36-.947-14.18-2.841-10.14-4.012-19.418-11.896-26.076-22.232-6.659-10.336-10.03-22.037-9.472-32.93.585-11.867 5.655-21.451 14.291-26.995 8.609-5.544 19.446-6.213 30.478-1.839 10.141 4.012 19.418 11.896 26.076 22.232 6.659 10.336 10.03 22.037 9.472 32.93-.585 11.867-5.655 21.451-14.291 26.995-4.848 3.092-10.42 4.68-16.298 4.68ZM81.005 49.99c-2.897 0-5.6.696-7.912 2.2-4.263 2.759-6.798 7.968-7.16 14.655-.39 7.66 2.117 16.074 7.02 23.68 4.904 7.605 11.534 13.372 18.666 16.186 6.24 2.452 12.035 2.312 16.298-.446 9.528-6.129 9.583-23.708.139-38.362-7.104-11.088-18.025-17.913-27.051-17.913Z"/><g filter="url(#c)"><path fill="url(#d)" d="M87.965 35.085c-8.497-1.7-16.576-.362-23.318 3.984-7.577 4.875-12.425 12.926-13.874 22.9h1.421s6.24-21.925 35.771-26.884Z"/></g><g filter="url(#e)"><path fill="url(#f)" d="M123.768 91.444c-6.463 8.246-19.529 24.07-26.55 32.484a33.78 33.78 0 0 0 2.87.139c5.906 0 11.45-1.56 16.298-4.708 8.608-5.544 13.679-15.128 14.292-26.996.557-10.837-2.786-22.426-9.333-32.706 3.844 9.444 8.33 24.265 2.423 31.787Z"/></g></g><path fill="#2F3C6B" d="M97.077 125.767c-4.374 0-8.97-.975-13.651-2.953-9.472-3.984-18.192-11.618-24.572-21.536-6.407-9.89-9.75-21.005-9.444-31.258.306-11.06 4.764-19.863 12.509-24.878 7.745-4.986 17.635-5.377 27.803-1.114 9.472 3.984 18.192 11.617 24.572 21.535 6.38 9.918 9.751 21.034 9.444 31.286-.306 11.032-4.764 19.863-12.509 24.85-4.179 2.73-8.998 4.068-14.152 4.068Zm-20.978-73.52c-3.037 0-5.823.78-8.163 2.284-4.569 2.925-7.187 8.553-7.41 15.796-.223 8.023 2.48 16.883 7.661 24.934 5.182 8.051 12.119 14.18 19.53 17.3 6.686 2.814 12.898 2.731 17.467-.195 4.569-2.953 7.188-8.552 7.41-15.824.223-8.023-2.479-16.882-7.661-24.933-5.182-8.052-12.119-14.18-19.529-17.301-3.26-1.365-6.408-2.062-9.305-2.062Z"/><g filter="url(#g)"><path fill="#E6EBFF" d="M60.525 70.327c.223-7.271 2.842-12.87 7.41-15.824 2.34-1.477 5.126-2.257 8.163-2.257 2.898 0 6.046.697 9.305 2.062 6.213 2.619 12.09 7.355 16.883 13.54.863-1.226 1.337-2.452 1.309-3.567-.139-6.296-3.176-12.035-5.878-15.907-2.591-1.727-5.266-3.204-8.024-4.346-10.196-4.262-20.058-3.872-27.803 1.114a24.795 24.795 0 0 0-5.321 4.597c-1.003 4.708-1.783 10.364-2.117 17.106-.363 7.382 2.618 11.617 7.215 13.623-.836-3.427-1.226-6.854-1.142-10.141Z"/></g><g filter="url(#h)"><path fill="url(#i)" d="M76.1 52.246c2.898 0 6.046.697 9.306 2.062 7.41 3.12 14.347 9.25 19.529 17.3 5.182 8.052 7.912 16.883 7.661 24.934-.223 7.272-2.841 12.871-7.41 15.824-2.34 1.505-5.099 2.257-8.135 2.257-2.898 0-6.046-.697-9.305-2.062-7.41-3.12-14.348-9.249-19.53-17.3-5.181-8.024-7.911-16.883-7.688-24.934.222-7.271 2.841-12.871 7.41-15.824 2.34-1.477 5.126-2.257 8.163-2.257Zm0-4.736c-4.011 0-7.605 1.003-10.725 3.009-5.906 3.845-9.305 10.81-9.556 19.669-.25 8.97 2.73 18.805 8.414 27.636 5.683 8.831 13.4 15.601 21.674 19.083 3.845 1.616 7.578 2.424 11.144 2.424 4.012 0 7.605-1.003 10.726-3.009 5.906-3.816 9.305-10.809 9.583-19.668.251-8.97-2.73-18.805-8.413-27.636-5.684-8.832-13.4-15.602-21.675-19.084-3.872-1.588-7.605-2.424-11.171-2.424Z"/></g><path fill="#42AB44" fill-rule="evenodd" d="M51.307 59.046c.342-1.543.77-3.034 1.282-4.466.324-.908.682-1.792 1.073-2.65 2.438-5.36 6.158-9.755 10.985-12.861 4.858-3.132 10.41-4.701 16.314-4.698 4.581-.003 9.37.946 14.196 2.86 10.141 4.011 19.418 11.895 26.076 22.23 6.659 10.337 10.03 22.038 9.472 32.93-.585 11.868-5.655 21.452-14.291 26.996a29.575 29.575 0 0 1-6.472 3.098c-3.87 2.201-8.232 3.282-12.865 3.282-4.374 0-8.97-.975-13.651-2.953-9.472-3.984-18.192-11.618-24.572-21.536-6.407-9.89-9.75-21.005-9.444-31.258.11-3.972.756-7.654 1.897-10.974Zm61.282 35.46c.02.683.02 1.363-.001 2.036-.065 2.124-.334 4.105-.797 5.919-1.044 1.526-2.336 2.815-3.874 3.804-4.263 2.758-10.057 2.898-16.298.446-7.132-2.814-13.762-8.58-18.665-16.186-4.904-7.606-7.411-16.02-7.021-23.68.343-6.329 2.632-11.335 6.49-14.19a16.314 16.314 0 0 1 4.029-.405c2.798.055 5.82.749 8.946 2.058 7.41 3.12 14.347 9.25 19.529 17.3a53.225 53.225 0 0 1 3.505 6.346c2.554 5.507 3.982 11.18 4.157 16.552Z" clip-rule="evenodd" style="mix-blend-mode:color"/><g filter="url(#j)"><path fill="#050304" d="M76.093 52.246c2.897 0 6.045.696 9.305 2.061 7.41 3.12 14.347 9.25 19.529 17.3 5.182 8.052 7.912 16.883 7.661 24.935-.222 7.271-2.841 12.871-7.41 15.824-2.34 1.504-5.098 2.256-8.135 2.256-2.897 0-6.045-.696-9.305-2.061-7.41-3.12-14.347-9.249-19.53-17.3-5.181-8.024-7.911-16.883-7.688-24.935.223-7.27 2.841-12.87 7.41-15.824 2.34-1.476 5.126-2.256 8.163-2.256Zm0-4.736c-4.012 0-7.606 1.003-10.726 3.009-5.906 3.844-9.305 10.809-9.556 19.668-.25 8.97 2.73 18.805 8.414 27.636 5.683 8.832 13.4 15.601 21.674 19.084 3.845 1.616 7.578 2.424 11.144 2.424 4.012 0 7.606-1.003 10.726-3.009 5.906-3.817 9.305-10.81 9.583-19.669.251-8.97-2.73-18.805-8.413-27.636s-13.4-15.601-21.675-19.083c-3.872-1.588-7.605-2.424-11.171-2.424Z"/><path fill="url(#k)" d="M76.093 52.246c2.897 0 6.045.696 9.305 2.061 7.41 3.12 14.347 9.25 19.529 17.3 5.182 8.052 7.912 16.883 7.661 24.935-.222 7.271-2.841 12.871-7.41 15.824-2.34 1.504-5.098 2.256-8.135 2.256-2.897 0-6.045-.696-9.305-2.061-7.41-3.12-14.347-9.249-19.53-17.3-5.181-8.024-7.911-16.883-7.688-24.935.223-7.27 2.841-12.87 7.41-15.824 2.34-1.476 5.126-2.256 8.163-2.256Zm0-4.736c-4.012 0-7.606 1.003-10.726 3.009-5.906 3.844-9.305 10.809-9.556 19.668-.25 8.97 2.73 18.805 8.414 27.636 5.683 8.832 13.4 15.601 21.674 19.084 3.845 1.616 7.578 2.424 11.144 2.424 4.012 0 7.606-1.003 10.726-3.009 5.906-3.817 9.305-10.81 9.583-19.669.251-8.97-2.73-18.805-8.413-27.636s-13.4-15.601-21.675-19.083c-3.872-1.588-7.605-2.424-11.171-2.424Z"/></g><path fill="#fff" fill-rule="evenodd" d="m102.594 76.455-1-21.46 1-13.902 1 15.512-1 19.85ZM61.73 127.518l-1.714-36.794 1.714-23.833 1.715 26.594-1.715 34.033Z" clip-rule="evenodd"/><g filter="url(#l)"><path stroke="url(#m)" stroke-width="2" d="M150.196 143.469c-.728.211-1.748.426-3.055.637-3.046.491-7.484.938-13.003 1.315-11.027.753-26.278 1.22-43.134 1.22-16.857 0-32.107-.467-43.135-1.22-5.518-.377-9.956-.824-13.002-1.315-1.307-.211-2.327-.426-3.055-.637.728-.211 1.748-.426 3.055-.637 3.046-.492 7.484-.939 13.003-1.315 11.027-.753 26.277-1.22 43.134-1.22 16.856 0 32.107.467 43.134 1.22 5.519.376 9.957.823 13.003 1.315 1.307.211 2.327.426 3.055.637Zm-119.459-.436.017.014a.072.072 0 0 1-.017-.014Zm0 .872c0-.001.004-.005.017-.014a.114.114 0 0 1-.017.014Zm120.517-.014c.013.009.017.013.017.014a.108.108 0 0 1-.017-.014Zm0-.844a.108.108 0 0 1 .017-.014s-.004.005-.017.014Z"/></g><path fill="#B5E2FF" d="M19.022 73.41h-8.44V53.798H4.335v-4.075h6.245V22.808H27.5c3.496 0 6.504.648 9.032 1.945 2.527 1.297 4.471 3.118 5.839 5.469 1.36 2.35 2.047 5.1 2.047 8.269 0 3.213-.71 5.97-2.136 8.27-1.427 2.298-3.452 4.045-6.075 5.246-2.624 1.202-5.699 1.799-9.217 1.799h-7.953V73.41h-.014Zm11.411-12.676v4.075H4.336v-4.075h26.097Zm-5.979-13.569c2.106 0 4.013-.235 5.728-.707 1.707-.472 3.075-1.327 4.087-2.58 1.013-1.245 1.523-3.043 1.523-5.394 0-2.005-.414-3.649-1.242-4.93-.828-1.283-2.01-2.241-3.533-2.875-1.522-.634-3.355-.944-5.484-.944h-6.54v17.423h5.461v.007Z"/><g filter="url(#n)"><path fill="#B5E2FF" d="M127.256 42.712h-3.595v-8.355H121v-1.736h2.661V21.154h7.207c1.489 0 2.771.277 3.848.83 1.077.552 1.905 1.327 2.487 2.329.58 1.002.872 2.173.872 3.523 0 1.369-.302 2.543-.91 3.523-.607.98-1.47 1.723-2.588 2.235-1.118.512-2.427.766-3.926.766h-3.388v8.352h-.007Zm4.862-5.4v1.736H121v-1.736h11.118Zm-2.547-5.78c.897 0 1.71-.101 2.44-.302.727-.201 1.31-.565 1.741-1.099.432-.53.649-1.297.649-2.298 0-.854-.176-1.555-.529-2.1-.353-.547-.857-.955-1.505-1.225-.649-.27-1.43-.402-2.337-.402h-2.786v7.422h2.327v.003Z"/></g><g filter="url(#o)"><path fill="#B5E2FF" d="M38.569 123.794h-3.596v-8.355h-2.66v-1.737h2.66v-11.466h7.208c1.489 0 2.77.276 3.847.829 1.077.552 1.905 1.328 2.488 2.329.58 1.002.872 2.173.872 3.523 0 1.369-.302 2.544-.91 3.523-.608.98-1.47 1.724-2.588 2.236-1.118.511-2.428.766-3.927.766h-3.388v8.352h-.006Zm4.862-5.401v1.736H32.313v-1.736H43.43Zm-2.548-5.78c.898 0 1.71-.101 2.44-.302.728-.201 1.31-.565 1.742-1.099.431-.53.648-1.296.648-2.298 0-.854-.176-1.554-.529-2.1-.352-.547-.856-.955-1.505-1.225-.648-.27-1.43-.402-2.336-.402h-2.787v7.423h2.327v.003Z"/></g><defs><filter id="c" width="41.195" height="31.598" x="48.773" y="32.371" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_10079_21677098" stdDeviation="1"/></filter><filter id="e" width="37.516" height="68.41" x="95.219" y="57.657" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_10079_21677098" stdDeviation="1"/></filter><filter id="g" width="57.172" height="47.374" x="50.422" y="37.094" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_10079_21677098" stdDeviation="2"/></filter><filter id="h" width="69.57" height="79.821" x="51.805" y="43.51" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_10079_21677098" stdDeviation="2"/></filter><filter id="j" width="69.57" height="79.821" x="51.797" y="43.51" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_10079_21677098" stdDeviation="2"/></filter><filter id="l" width="130.195" height="16.344" x="25.906" y="135.297" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_10079_21677098" stdDeviation="2"/></filter><filter id="n" width="25.078" height="29.558" x="117" y="17.154" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_10079_21677098" stdDeviation="2"/></filter><filter id="o" width="35.078" height="39.558" x="23.313" y="93.236" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_10079_21677098" stdDeviation="4.5"/></filter><linearGradient id="b" x1="69.803" x2="95.257" y1="76.487" y2="71.284" gradientUnits="userSpaceOnUse"><stop stop-color="#2E3C6A"/><stop offset="1" stop-color="#2E3C6A" stop-opacity="0"/></linearGradient><linearGradient id="d" x1="50.773" x2="84.921" y1="42.91" y2="37.797" gradientUnits="userSpaceOnUse"><stop offset=".594" stop-color="#4B598A"/><stop offset="1" stop-color="#A7B4E1"/></linearGradient><linearGradient id="f" x1="97.219" x2="128.579" y1="79.586" y2="77.773" gradientUnits="userSpaceOnUse"><stop offset=".594" stop-color="#4B598A"/><stop offset="1" stop-color="#A7B4E1"/></linearGradient><linearGradient id="i" x1="86.59" x2="86.59" y1="47.51" y2="119.331" gradientUnits="userSpaceOnUse"><stop stop-color="#747474"/><stop offset="1" stop-color="#fff"/></linearGradient><linearGradient id="k" x1="117.367" x2="86.582" y1="119.331" y2="119.331" gradientUnits="userSpaceOnUse"><stop stop-color="#0057D6"/><stop offset="1" stop-color="#0057D6" stop-opacity="0"/></linearGradient><radialGradient id="m" cx="0" cy="0" r="1" gradientTransform="rotate(90.005 -26.226 117.232) scale(2.2011 32.2346)" gradientUnits="userSpaceOnUse"><stop stop-color="#6A99DD"/><stop offset="1" stop-color="#A0C0EF"/></radialGradient></defs></svg>
|