update funnel soulmate

This commit is contained in:
dev.daminik00 2025-10-08 01:58:45 +02:00
parent 8c4a5f0ebe
commit 0bd9289018
22 changed files with 5073 additions and 4440 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,300 @@
{
"meta": {
"id": "soulmate_test",
"title": "Новая воронка",
"description": "Описание новой воронки",
"firstScreenId": "onboarding",
"yandexMetrikaId": "104471567"
},
"defaultTexts": {
"nextButton": "Continue"
},
"screens": [
{
"id": "onboarding",
"template": "info",
"title": {
"text": "Добро пожаловать!",
"show": true,
"font": "manrope",
"weight": "bold",
"size": "md",
"align": "center",
"color": "default"
},
"subtitle": {
"text": "Это ваша новая воронка. Начните редактирование.",
"show": true,
"font": "manrope",
"weight": "regular",
"size": "md",
"align": "center",
"color": "muted"
},
"navigation": {
"rules": [],
"defaultNextScreenId": "gender",
"isEndScreen": false
},
"icon": {
"type": "emoji",
"value": "🎯",
"size": "lg"
},
"variables": [],
"variants": []
},
{
"id": "gender",
"template": "list",
"header": {
"showBackButton": true,
"show": true
},
"title": {
"text": "Новый экран",
"show": true,
"font": "manrope",
"weight": "bold",
"size": "2xl",
"align": "left",
"color": "default"
},
"subtitle": {
"text": "Добавьте детали справа",
"show": true,
"font": "manrope",
"weight": "medium",
"size": "lg",
"align": "left",
"color": "default"
},
"bottomActionButton": {
"show": false,
"cornerRadius": "3xl",
"showPrivacyTermsConsent": false
},
"navigation": {
"rules": [],
"defaultNextScreenId": "example",
"isEndScreen": false
},
"list": {
"selectionType": "single",
"options": [
{
"id": "male",
"label": "male",
"disabled": false
},
{
"id": "female",
"label": "female",
"disabled": false
}
],
"registrationFieldKey": "profile.gender"
},
"variants": []
},
{
"id": "example",
"template": "list",
"header": {
"showBackButton": true,
"show": true
},
"title": {
"text": "Новый экран",
"show": true,
"font": "manrope",
"weight": "bold",
"size": "2xl",
"align": "left",
"color": "default"
},
"subtitle": {
"text": "Добавьте детали справа",
"show": true,
"font": "manrope",
"weight": "medium",
"size": "lg",
"align": "left",
"color": "default"
},
"bottomActionButton": {
"show": true,
"cornerRadius": "3xl",
"showPrivacyTermsConsent": false
},
"navigation": {
"rules": [],
"defaultNextScreenId": "birthdate",
"isEndScreen": false
},
"list": {
"selectionType": "single",
"options": [
{
"id": "option-1",
"label": "Вариант 1",
"disabled": false
},
{
"id": "option-2",
"label": "Вариант 2",
"disabled": false
}
]
},
"variants": []
},
{
"id": "birthdate",
"template": "date",
"header": {
"showBackButton": true,
"show": true
},
"title": {
"text": "Новый экран",
"show": true,
"font": "manrope",
"weight": "bold",
"size": "2xl",
"align": "left",
"color": "default"
},
"subtitle": {
"text": "Добавьте детали справа",
"show": true,
"font": "manrope",
"weight": "medium",
"size": "lg",
"align": "left",
"color": "default"
},
"bottomActionButton": {
"show": true,
"cornerRadius": "3xl",
"showPrivacyTermsConsent": false
},
"navigation": {
"rules": [],
"defaultNextScreenId": "email",
"isEndScreen": false
},
"dateInput": {
"monthLabel": "Месяц",
"dayLabel": "День",
"yearLabel": "Год",
"monthPlaceholder": "ММ",
"dayPlaceholder": "ДД",
"yearPlaceholder": "ГГГГ",
"showSelectedDate": true,
"selectedDateFormat": "dd MMMM yyyy",
"selectedDateLabel": "Выбранная дата:",
"zodiac": {
"enabled": true,
"storageKey": "userZodiac"
},
"registrationFieldKey": "profile.birthdate"
},
"variants": []
},
{
"id": "email",
"template": "email",
"header": {
"showBackButton": true,
"show": true
},
"title": {
"text": "Портрет твоей второй половинки готов! Куда нам его отправить?",
"show": true,
"font": "manrope",
"weight": "bold",
"size": "2xl",
"align": "center",
"color": "default"
},
"bottomActionButton": {
"show": true,
"cornerRadius": "3xl",
"showPrivacyTermsConsent": true
},
"navigation": {
"rules": [],
"defaultNextScreenId": "final",
"isEndScreen": false
},
"emailInput": {
"label": "Email адрес",
"placeholder": "example@email.com"
},
"image": {
"src": "/female-portrait.jpg"
},
"variants": [
{
"conditions": [
{
"screenId": "gender",
"operator": "includesAny",
"optionIds": [
"male"
]
}
],
"overrides": {
"image": {
"src": "/male-portrait.jpg"
}
}
}
]
},
{
"id": "final",
"template": "info",
"header": {
"showBackButton": true,
"show": true
},
"title": {
"text": "Спасибо за регистрацию",
"show": true,
"font": "manrope",
"weight": "bold",
"size": "2xl",
"align": "center",
"color": "default"
},
"subtitle": {
"text": "Добавьте подзаголовок для информационного экрана",
"show": true,
"font": "manrope",
"weight": "medium",
"size": "lg",
"align": "center",
"color": "default"
},
"bottomActionButton": {
"show": false,
"cornerRadius": "3xl",
"showPrivacyTermsConsent": false
},
"navigation": {
"rules": [],
"isEndScreen": true
},
"icon": {
"type": "emoji",
"value": "",
"size": "xl"
},
"variables": [],
"variants": []
}
]
}

View File

@ -1,522 +0,0 @@
<svg width="252" height="168" viewBox="0 0 252 168" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M200.799 116.696C201.232 116.893 219.738 107.804 231.881 116.696C244.025 125.587 234.195 139.503 227.399 142.98C227.399 142.98 234.339 142.684 239.543 146.383H184.609L200.802 116.696H200.799Z" fill="url(#paint0_linear_36_5452)"/>
<path style="mix-blend-mode:color-dodge" opacity="0.5" d="M200.799 116.696C201.232 116.893 219.738 107.804 231.881 116.696C244.025 125.587 234.195 139.503 227.399 142.98C227.399 142.98 234.339 142.684 239.543 146.383H184.609L200.802 116.696H200.799Z" fill="url(#paint1_linear_36_5452)"/>
<path d="M108.421 128.187C108.743 127.928 75.9896 105.555 52.5687 101.441C29.1478 97.3257 31.9679 124.208 42.1608 129.899C42.1608 129.899 38.4744 133.851 42.3789 137.113C42.3789 137.113 39.5588 142.549 30.8865 137.113C22.2143 131.677 9.85254 138.776 13.757 146.313H131.086L108.421 128.187Z" fill="url(#paint2_linear_36_5452)"/>
<path style="mix-blend-mode:color-dodge" opacity="0.5" d="M108.421 128.187C108.743 127.928 75.9896 105.555 52.5687 101.441C29.1478 97.3257 31.9679 124.208 42.1608 129.899C42.1608 129.899 38.4744 133.851 42.3789 137.113C42.3789 137.113 39.5588 142.549 30.8865 137.113C22.2143 131.677 9.85254 138.776 13.757 146.313H131.086L108.421 128.187Z" fill="url(#paint3_linear_36_5452)"/>
<path d="M200.227 146.313C200.227 146.313 223.759 133.344 221.261 115.588C218.552 96.3224 203.177 102.433 203.177 102.433L200.227 65.5412C200.227 65.5412 203.376 62.9263 201.985 58.4788C200.83 54.7859 196.384 56.4953 198.08 50.1475C199.96 43.119 196.477 27.0631 177.215 39.3861C177.215 39.3861 170.193 21.667 150.037 21.5592C129.882 21.4514 136.06 36.2352 136.06 36.2352C136.06 36.2352 127.206 33.953 124.804 49.6054L115.677 54.1699C115.677 54.1699 110.906 47.9022 101.076 47.6127C91.2452 47.3232 86.6403 55.2941 86.1949 60.8011C86.1949 60.8011 73.4799 57.7581 62.2701 62.107C51.0604 66.4559 42.9595 77.8549 45.5124 94.0063C45.5124 94.0063 37.4822 90.683 37.4668 99.1529C37.4607 103.745 46.4309 110.715 47.8747 113.441C49.3186 116.167 43.8996 123.851 52.6824 128.089C61.4653 132.327 64.5004 130.479 68.7305 133.199C68.7305 133.199 56.5869 140.625 52.5749 146.387L200.224 146.313H200.227Z" fill="url(#paint4_linear_36_5452)"/>
<path style="mix-blend-mode:color-dodge" opacity="0.7" d="M200.227 146.313C200.227 146.313 223.759 133.344 221.261 115.588C218.552 96.3224 203.177 102.433 203.177 102.433L200.227 65.5412C200.227 65.5412 203.376 62.9263 201.985 58.4788C200.83 54.7859 196.384 56.4953 198.08 50.1475C199.96 43.119 196.477 27.0631 177.215 39.3861C177.215 39.3861 170.193 21.667 150.037 21.5592C129.882 21.4514 136.06 36.2352 136.06 36.2352C136.06 36.2352 127.206 33.953 124.804 49.6054L115.677 54.1699C115.677 54.1699 110.906 47.9022 101.076 47.6127C91.2452 47.3232 86.6403 55.2941 86.1949 60.8011C86.1949 60.8011 73.4799 57.7581 62.2701 62.107C51.0604 66.4559 42.9595 77.8549 45.5124 94.0063C45.5124 94.0063 37.4822 90.683 37.4668 99.1529C37.4607 103.745 46.4309 110.715 47.8747 113.441C49.3186 116.167 43.8996 123.851 52.6824 128.089C61.4653 132.327 64.5004 130.479 68.7305 133.199C68.7305 133.199 56.5869 140.625 52.5749 146.387L200.224 146.313H200.227Z" fill="url(#paint5_linear_36_5452)"/>
<path d="M112.595 55.6533C112.595 55.6533 111.646 50.8701 111.972 46.3056C111.972 46.3056 114.457 50.1833 119.563 48.6433C124.063 47.285 119.237 43.3889 115.495 46.5767C115.495 46.5767 108.574 43.9864 110.454 31.6665C110.454 31.6665 115.032 40.0718 129.439 47.3189C143.847 54.5661 151.171 56.3063 151.171 56.3063C151.171 56.3063 144.424 52.2838 137.955 46.6321C137.955 46.6321 155.622 44.8919 163.44 57.6122C163.44 57.6122 164.015 56.0168 166.69 57.0332C169.366 58.0495 168.174 64.3512 175.854 66.5996C175.854 66.5996 173.486 64.4251 171.243 60.7291C171.243 60.7291 170.014 51.597 175.854 41.4146C175.854 41.4146 173.989 50.5098 176.641 56.9592L180.133 57.683C180.133 57.683 180.364 62.0443 183.169 60.8C185.049 59.9653 185.626 58.1081 187.288 58.0465C191.119 57.9017 193.036 64.0986 193.036 64.0986C193.036 64.0986 200.657 62.9806 206.878 69.1344C211.938 74.1424 210.709 86.6379 210.709 86.6379C210.709 86.6379 210.202 83.1544 206.949 81.0723C206.949 81.0723 202.252 82.4891 202.756 88.3103C203.262 94.1345 205.935 100.082 205.935 100.082C205.935 100.082 203.855 93.3676 209.637 91.3441C209.637 91.3441 208.752 96.3398 209.477 99.1487C210.199 101.958 213.019 108.336 213.019 114.422C213.019 114.422 204.78 127.685 189.816 135.147C189.816 135.147 204.851 127.392 212.079 127.096C212.079 127.096 217.572 131.525 221.258 141.526C221.258 141.526 206.15 134.858 199.284 140.439C193.853 144.852 200.224 146.309 200.224 146.309H109.566C109.566 146.309 95.7056 141.671 95.2725 119.061C94.8393 96.4506 106.55 77.515 106.55 77.515L112.595 55.6503V55.6533Z" fill="url(#paint6_linear_36_5452)"/>
<path style="mix-blend-mode:color-dodge" opacity="0.7" d="M112.595 55.6533C112.595 55.6533 111.646 50.8701 111.972 46.3056C111.972 46.3056 114.457 50.1833 119.563 48.6433C124.063 47.285 119.237 43.3889 115.495 46.5767C115.495 46.5767 108.574 43.9864 110.454 31.6665C110.454 31.6665 115.032 40.0718 129.439 47.3189C143.847 54.5661 151.171 56.3063 151.171 56.3063C151.171 56.3063 144.424 52.2838 137.955 46.6321C137.955 46.6321 155.622 44.8919 163.44 57.6122C163.44 57.6122 164.015 56.0168 166.69 57.0332C169.366 58.0495 168.174 64.3512 175.854 66.5996C175.854 66.5996 173.486 64.4251 171.243 60.7291C171.243 60.7291 170.014 51.597 175.854 41.4146C175.854 41.4146 173.989 50.5098 176.641 56.9592L180.133 57.683C180.133 57.683 180.364 62.0443 183.169 60.8C185.049 59.9653 185.626 58.1081 187.288 58.0465C191.119 57.9017 193.036 64.0986 193.036 64.0986C193.036 64.0986 200.657 62.9806 206.878 69.1344C211.938 74.1424 210.709 86.6379 210.709 86.6379C210.709 86.6379 210.202 83.1544 206.949 81.0723C206.949 81.0723 202.252 82.4891 202.756 88.3103C203.262 94.1345 205.935 100.082 205.935 100.082C205.935 100.082 203.855 93.3676 209.637 91.3441C209.637 91.3441 208.752 96.3398 209.477 99.1487C210.199 101.958 213.019 108.336 213.019 114.422C213.019 114.422 204.78 127.685 189.816 135.147C189.816 135.147 204.851 127.392 212.079 127.096C212.079 127.096 217.572 131.525 221.258 141.526C221.258 141.526 206.15 134.858 199.284 140.439C193.853 144.852 200.224 146.309 200.224 146.309H109.566C109.566 146.309 95.7056 141.671 95.2725 119.061C94.8393 96.4506 106.55 77.515 106.55 77.515L112.595 55.6503V55.6533Z" fill="url(#paint7_linear_36_5452)"/>
<path style="mix-blend-mode:color-dodge" opacity="0.7" d="M129.439 146.313C129.439 146.313 134.956 125.905 131.104 101.983C127.252 78.061 118.506 58.4785 118.506 58.4785C118.506 58.4785 125.633 63.9855 128.524 70.2194V64.2411C128.524 64.2411 145.641 63.117 159.996 71.5222C174.352 79.9274 163.111 132.398 141.988 146.31L137.488 146.384C137.488 146.384 142.612 143.267 143.484 133.701C143.484 133.701 135.347 137.929 130.622 146.384L129.439 146.31V146.313Z" fill="url(#paint8_linear_36_5452)"/>
<path style="mix-blend-mode:color-dodge" opacity="0.7" d="M199.287 140.442C206.153 134.861 221.261 141.529 221.261 141.529C217.575 131.528 212.082 127.099 212.082 127.099C205.517 127.37 192.514 133.789 190.182 134.965C190.062 135.027 189.939 135.089 189.819 135.15C189.819 135.15 189.948 135.086 190.182 134.965C204.912 127.469 213.022 114.425 213.022 114.425C213.022 108.339 210.202 101.96 209.48 99.1515C208.758 96.3426 209.64 91.3469 209.64 91.3469C203.859 93.3673 205.938 100.085 205.938 100.085C205.938 100.085 203.263 94.1373 202.759 88.3131C202.252 82.4889 206.952 81.0752 206.952 81.0752C209.698 82.8338 210.485 85.5904 210.666 86.4066C207.674 70.2337 185.436 63.1035 185.436 63.1035C185.436 63.1035 196.47 71.9615 199.797 80.8134C203.121 89.6621 199.797 110.052 199.797 110.052C199.797 110.052 209.483 109.648 206.593 114.136C203.702 118.623 191.34 123.924 191.34 123.924L185.436 123.489C176.711 130.881 155.895 138.273 155.895 138.273C158.184 131.316 159.315 116.701 159.315 116.701C151.954 139.12 134.164 146.318 134.164 146.318H200.23C200.23 146.318 193.859 144.864 199.29 140.448L199.287 140.442Z" fill="url(#paint9_linear_36_5452)"/>
<path style="mix-blend-mode:color-dodge" d="M86.1977 126.038C117.83 113.287 118.868 82.7765 107.72 74.5961C103.883 71.781 100.24 71.0264 97.0787 71.279C98.5379 71.1866 104.657 71.2882 105.803 79.4348C107.109 88.6993 97.432 109.514 81.1811 111.531C67.1759 113.268 61.2377 103.579 61.0288 103.228C64.8319 111.987 72.7485 120.617 86.1977 126.041V126.038Z" fill="url(#paint10_linear_36_5452)"/>
<path style="mix-blend-mode:screen" opacity="0.7" d="M69.6055 73.5737C69.6055 73.5737 62.2419 75.6404 60.067 85.2068C57.892 94.7732 63.1912 104.37 63.1912 104.37C63.1912 104.37 62.1037 92.919 69.6055 73.5737Z" fill="url(#paint11_linear_36_5452)"/>
<path style="mix-blend-mode:multiply" d="M82.6495 76.8691C86.3451 82.3175 91.5091 84.1163 91.5091 84.1163C91.5091 84.1163 94.6395 70.9679 89.4232 73.9523C87.3834 75.2398 86.1946 76.4995 86.1946 76.4995C86.1946 76.4995 80.6803 70.6537 73.0249 71.2758C73.1171 71.2758 78.9815 71.4606 82.6464 76.866L82.6495 76.8691Z" fill="url(#paint12_linear_36_5452)"/>
<path d="M107.72 74.596C106.814 73.9307 105.917 73.3794 105.035 72.9297L105.837 74.1494L103.023 75.4707L107.996 75.1935C109.83 77.1616 111.216 82.0064 111.216 82.0064C110.402 89.6447 106.654 92.004 106.654 92.004L104.694 92.3274L105.103 95.395L103.88 97.203L98.5807 92.004C98.5807 92.004 101.109 98.4811 101.109 99.9534C101.109 101.426 100.295 104.693 100.295 104.693L102.74 109.692C99.8863 112.406 95.4841 114.5 95.4841 114.5L89.2879 114.01L86.6798 114.934L80.075 114.01L82.0318 117.035C82.0318 117.035 84.1515 116.055 85.3742 117.035C86.5968 118.014 86.1974 119.976 86.1974 119.976C81.4481 120.46 73.1138 118.464 72.9233 118.421C76.5667 121.322 80.9597 123.922 86.1974 126.035C117.83 113.283 118.868 82.7733 107.72 74.5929V74.596ZM86.9501 120.99C87.5215 119.517 87.3863 117.885 87.3863 117.885L89.4783 120.309L86.9501 120.99ZM93.7699 118.319L90.3446 115.159C90.3446 115.159 95.1277 115.378 98.851 117.149L93.7699 118.319ZM104.857 107.598L101.637 104.533L102.147 102.735H103.106C102.209 100.526 101.189 97.7081 101.189 97.7081L105.182 102.097L104.857 107.601V107.598ZM108.688 93.1713C108.771 95.0932 107.751 96.972 107.751 96.972L105.754 94.1322L108.688 93.1713ZM108.009 100.529L106.405 96.55L109.256 99.4852C109.256 99.4852 108.445 100.394 108.009 100.529Z" fill="url(#paint13_linear_36_5452)"/>
<path d="M93.5429 111.642C93.5429 111.642 90.0347 111.204 87.5955 110.006V108.811L85.8076 104.693L92.4401 108.337C92.4401 108.337 92.5814 110.986 93.5429 111.639V111.642Z" fill="url(#paint14_linear_36_5452)"/>
<path d="M69.4492 111.288C69.4492 111.288 73.6609 113.114 78.444 113.85L76.4595 114.937L73.1971 113.906L72.7363 113.225L69.4492 111.291V111.288Z" fill="url(#paint15_linear_36_5452)"/>
<path d="M101.625 87.0953L103.419 89.6363L102.848 85.8418C102.848 85.8418 101.871 86.5502 101.625 87.0953Z" fill="url(#paint16_linear_36_5452)"/>
<path d="M93.8931 78.9878L95.6042 76.1265C95.6042 76.1265 98.5809 75.4304 100.823 75.5936L96.2984 77.2784H98.4181L93.8931 78.9878Z" fill="url(#paint17_linear_36_5452)"/>
<path d="M78.8527 104.7C78.8527 104.7 81.6789 106.262 83.7433 106.311L83.5252 104.374L78.8496 104.7H78.8527Z" fill="url(#paint18_linear_36_5452)"/>
<g filter="url(#filter0_d_36_5452)">
<path d="M150.041 114.799C150.041 114.799 154.692 125.887 141.686 129.509C128.679 133.131 113.042 121.92 98.911 122.225C84.7798 122.53 71.7976 121.713 72.7099 104.022C73.6223 86.3307 94.1679 53.5505 135.145 59.963C168.308 65.1528 173.96 89.6878 173.96 98.6475C173.96 105.528 170.393 119.36 150.044 114.799H150.041Z" fill="url(#paint19_linear_36_5452)"/>
<path style="mix-blend-mode:multiply" opacity="0.35" d="M115.746 97.7353C115.746 97.7353 123.767 98.1696 133.087 103.387C142.407 108.605 148.717 110.148 156.714 103.292C165.73 95.5578 173.816 96.0013 173.816 96.0013C173.914 96.9838 173.957 97.877 173.957 98.6501C173.957 105.531 170.39 119.363 150.041 114.801C141.633 112.981 138.506 109.184 131.474 104.259C124.442 99.3338 115.746 97.7384 115.746 97.7384V97.7353Z" fill="url(#paint20_linear_36_5452)"/>
<path style="mix-blend-mode:multiply" opacity="0.35" d="M141.686 129.508C128.679 133.13 113.042 121.919 98.911 122.224C84.7798 122.528 71.7976 121.712 72.7099 104.021C73.3458 91.6856 83.5326 72.0076 103.534 63.4053C83.9535 80.801 91.7963 112.793 103.534 118.454C111.147 122.125 118.292 118.494 130.27 114.798C140.337 111.693 150.041 114.798 150.041 114.798C150.041 114.798 154.689 125.886 141.686 129.508Z" fill="url(#paint21_linear_36_5452)"/>
<path style="mix-blend-mode:multiply" opacity="0.5" d="M150.041 114.799C150.041 114.799 137.784 110.342 130.559 111.5C123.334 112.658 118.418 113.992 115.746 113.977C113.073 113.964 103.439 104.395 100.161 95.9957C96.8867 87.5936 97.8974 70.9309 103.968 71.6578C110.038 72.3816 110.615 80.9316 110.615 86.725C110.615 92.5184 105.703 92.5215 104.69 90.4918C103.679 88.4621 104.112 82.2344 104.112 82.2344C104.112 82.2344 104.64 89.0442 105.654 89.8173C106.668 90.5904 109.556 89.9621 109.411 87.2579C109.267 84.5536 109.411 77.405 107.436 75.2336C105.461 73.0592 102.957 72.6249 101.992 73.977C101.028 75.3291 99.1262 80.6421 99.9218 87.0176C100.717 93.3932 101.657 98.1024 105.703 103.462C109.749 108.824 113.002 111.938 116.397 112.446C119.791 112.954 129.637 109.043 134.893 109.837C140.15 110.635 150.041 114.802 150.041 114.802V114.799Z" fill="url(#paint22_linear_36_5452)"/>
<path style="mix-blend-mode:multiply" opacity="0.5" d="M104.521 85.4673C104.895 87.3984 104.76 90.5153 106.95 90.1119C106.95 90.1119 105.362 91.6488 104.686 90.4907C104.011 89.3327 104.517 85.4673 104.517 85.4673H104.521Z" fill="url(#paint23_linear_36_5452)"/>
<path style="mix-blend-mode:multiply" opacity="0.5" d="M162.495 107.877C162.495 107.877 170.443 104.979 166.397 101.791C162.351 98.6037 156.281 99.1827 152.524 100.344C148.767 101.502 130.414 98.114 127.812 93.2168C125.211 88.3196 132.003 82.2336 135.615 77.8878C139.228 73.5419 130.411 65.571 126.799 64.8472C126.799 64.8472 132.725 67.6469 133.975 72.3808C135.228 77.1147 133.493 79.5294 130.024 82.5231C126.556 85.5169 123.281 90.9161 127.616 94.689C131.95 98.462 140.128 100.587 146.542 101.262C152.954 101.939 159.989 100.199 162.204 100.972C164.418 101.745 169.718 103.581 162.492 107.877H162.495Z" fill="url(#paint24_linear_36_5452)"/>
<path style="mix-blend-mode:multiply" opacity="0.5" d="M130.924 96.9109C130.924 96.9109 126.27 94.7641 125.668 91.564C125.066 88.367 127.858 84.7881 127.858 84.7881C127.858 84.7881 124.448 92.7498 130.924 96.9078V96.9109Z" fill="url(#paint25_linear_36_5452)"/>
<path style="mix-blend-mode:multiply" opacity="0.5" d="M126.802 64.844C126.802 64.844 121.069 61.8502 113.073 64.0709C105.076 66.2915 106.907 69.8674 112.108 72.3776C117.312 74.8877 118.08 79.1381 121.548 78.365C125.017 77.592 128.869 73.6311 124.439 69.6703C120.006 65.7094 116.925 66.4825 116.925 66.4825C116.925 66.4825 122.676 68.0287 124.184 71.3119C125.693 74.5952 123.189 76.4308 120.876 76.7203C118.563 77.0099 117.214 72.8118 114.034 71.6261C110.855 70.4403 107.869 68.5091 109.989 66.578C112.108 64.6468 119.718 62.7157 126.802 64.8378V64.844Z" fill="url(#paint26_linear_36_5452)"/>
<path style="mix-blend-mode:multiply" opacity="0.5" d="M123.908 75.2083C123.908 75.2083 122.317 78.6979 120.584 78.4546C118.851 78.2113 117.334 76.3263 116.504 75.35C115.675 74.3736 118.928 76.6528 120.443 76.7637C122.467 76.9084 123.911 75.2114 123.911 75.2114L123.908 75.2083Z" fill="url(#paint27_linear_36_5452)"/>
<path style="mix-blend-mode:multiply" opacity="0.5" d="M135.615 77.8845C135.615 77.8845 145.298 75.9934 152.09 78.4605C158.883 80.9275 164.52 86.145 157.002 87.5926C149.488 89.0402 143.418 94.6857 140.239 90.8481C137.059 87.0105 137.735 82.3258 147.369 82.5199C147.369 82.5199 142.647 81.2632 138.696 82.9049C134.746 84.5465 136.383 89.3974 139.179 91.5596C141.971 93.7217 144.96 94.5163 150.643 91.5596C156.327 88.6028 161.915 88.7476 162.108 86.3575C162.302 83.9674 160.372 79.6216 154.788 77.7859C149.2 75.9503 139.471 76.1443 135.615 77.8814V77.8845Z" fill="url(#paint28_linear_36_5452)"/>
<path style="mix-blend-mode:multiply" opacity="0.5" d="M115.746 113.976C115.746 113.976 106.281 114.543 100.932 110.339C95.5841 106.138 95.5841 100.486 88.5032 101.355C81.4222 102.223 75.0632 104.398 74.4856 109.467C73.9081 114.537 77.1091 117.848 77.1091 117.848C77.1091 117.848 74.0525 114.974 73.7146 111.013C73.3767 107.053 73.6193 103.431 82.3868 101.111C91.1543 98.7921 93.4675 99.2757 95.9221 102.852C98.3797 106.424 102.137 112.443 115.746 113.973V113.976Z" fill="url(#paint29_linear_36_5452)"/>
<path style="mix-blend-mode:multiply" opacity="0.5" d="M78.8537 102.3C78.8537 102.3 84.8901 100.486 88.0697 96.1403C91.2492 91.7945 94.9325 77.8053 91.3936 78.4613C87.8516 79.1173 79.5449 86.7248 79.978 89.8387C80.4112 92.9525 81.2775 95.3457 81.2775 95.3457C81.2775 95.3457 80.362 90.7103 81.7598 88.3911C83.1575 86.0719 88.936 80.2785 90.5979 80.4941C92.2599 80.7127 88.0697 93.6794 86.334 95.78C84.5983 97.8805 78.8506 102.303 78.8506 102.303L78.8537 102.3Z" fill="url(#paint30_linear_36_5452)"/>
<path style="mix-blend-mode:multiply" opacity="0.5" d="M129.066 95.9922C129.066 95.9922 122.225 92.2963 115.386 93.4944C108.545 94.6925 103.538 98.5055 108.594 104.835C112.941 110.271 116.597 110.973 123.312 108.774C130.031 106.575 134.172 109.831 134.172 109.831C134.172 109.831 131.668 106.572 126.802 105.848C121.936 105.124 118.566 102.999 118.566 102.999C118.566 102.999 123.672 106.091 122.034 106.96C120.397 107.829 115.193 109.375 111.436 105.848C107.679 102.322 107.101 98.9428 109.894 96.8177C112.686 94.6925 119.239 93.5283 129.066 95.9922Z" fill="url(#paint31_linear_36_5452)"/>
<path style="mix-blend-mode:multiply" opacity="0.5" d="M135.615 77.8847C135.615 77.8847 142.177 65.6079 154.499 71.6323C166.821 77.6568 172.498 89.3576 172.498 89.3576C172.498 89.3576 171.742 86.1945 169.045 81.9441C166.348 77.6937 157.605 70.2556 150.85 68.5185C144.094 66.7783 126.799 64.8472 126.799 64.8472C126.799 64.8472 136.383 66.2948 140.528 67.6469C144.672 68.999 137.059 70.3511 135.615 77.8847Z" fill="url(#paint32_linear_36_5452)"/>
<path style="mix-blend-mode:multiply" opacity="0.5" d="M117.217 125.985C117.217 125.985 123.38 128.015 132.052 126.469C140.724 124.923 142.65 120.866 138.605 119.225C134.559 117.583 133.305 119.031 127.816 120.192C122.326 121.353 127.911 124.153 127.911 124.153C127.911 124.153 120.492 122.317 125.309 119.708C130.126 117.099 135.619 115.917 138.989 117.848C142.362 119.779 144.441 124.658 148.776 125.335L148.244 125.933C148.244 125.933 146.275 125.948 145.302 124.972C144.325 123.992 142.881 121.747 142.374 122.763C141.867 123.78 137.342 127.34 132.221 127.725C125.466 128.234 120.606 127.143 117.22 125.985H117.217Z" fill="url(#paint33_linear_36_5452)"/>
<path style="mix-blend-mode:multiply" opacity="0.5" d="M79.0139 119.245C79.0139 119.245 78.9678 113.002 84.7493 108.773C90.5308 104.545 99.3935 114.302 108.545 117.585C117.696 120.868 109.605 123.573 101.559 118.358C95.7102 114.567 90.4325 110.92 88.2145 112.371C85.9996 113.818 87.0594 118.263 87.0594 118.263C87.0594 118.263 87.637 113.338 89.8519 113.338C92.0668 113.338 100.739 120.678 107.289 122.033C113.841 123.385 116.007 120.798 113.841 118.845C112.514 117.647 109.119 117.425 105.074 114.804C101.028 112.18 91.8732 105.321 87.5387 105.854C83.2041 106.386 78.4517 110.203 77.7451 118.389C77.7451 118.389 78.808 119.131 79.0108 119.251L79.0139 119.245Z" fill="url(#paint34_linear_36_5452)"/>
<path style="mix-blend-mode:multiply" opacity="0.5" d="M129.066 95.9917C129.066 95.9917 121.745 92.2988 121.745 87.3C121.745 82.3012 119.288 80.7797 113.147 76.1444C107.006 71.509 100.846 69.7996 108.404 61.5977L107.298 61.958C107.298 61.958 104.078 64.305 103.826 67.8377C103.682 69.8427 105.814 71.7246 108.379 73.7543C110.944 75.784 117.448 80.2376 118.965 82.3752C120.483 84.5127 119.177 88.2179 121.856 91.2147C125.551 95.3449 129.069 95.9948 129.069 95.9948L129.066 95.9917Z" fill="url(#paint35_linear_36_5452)"/>
<path style="mix-blend-mode:multiply" opacity="0.5" d="M152.523 100.341C152.523 100.341 156.499 97.082 160.978 95.271C165.457 93.46 173.929 97.5132 173.929 97.5132L173.815 95.9979C173.815 95.9979 165.914 92.2773 161.34 94.1129C156.763 95.9486 152.523 100.344 152.523 100.344V100.341Z" fill="url(#paint36_linear_36_5452)"/>
<path style="mix-blend-mode:multiply" opacity="0.5" d="M133.738 70.4971C133.738 70.4971 139.471 74.4579 134.251 79.4659C134.251 79.4659 135.425 74.4579 133.738 70.4971Z" fill="url(#paint37_linear_36_5452)"/>
<path style="mix-blend-mode:multiply" opacity="0.5" d="M92.0544 78.5409C92.6842 78.7812 93.5627 81.6517 90.8164 86.6259C90.8164 86.6259 92.0175 81.3653 90.5983 80.4936C89.8026 80.0039 86.3374 83.2502 86.3374 83.2502C86.3374 83.2502 90.0392 77.7679 92.0513 78.544L92.0544 78.5409Z" fill="url(#paint38_linear_36_5452)"/>
<path style="mix-blend-mode:multiply" opacity="0.5" d="M159.371 81.6143C159.371 81.6143 163.073 84.5495 161.93 86.9457C161.266 88.3348 158.05 88.7136 158.05 88.7136C158.05 88.7136 160.471 87.1551 160.578 85.4889C160.686 83.8226 159.368 81.6143 159.368 81.6143H159.371Z" fill="url(#paint39_linear_36_5452)"/>
<path style="mix-blend-mode:multiply" opacity="0.2" d="M157.003 87.5928C149.488 89.0404 143.418 94.686 140.239 90.8484C138.521 88.7756 137.929 86.4533 139.268 84.787C139.67 87.6329 143.418 89.7642 147.175 87.8793C150.932 85.9943 156.063 87.0107 157.147 84.1833C158.231 81.359 155.347 79.896 155.347 79.896C160.4 82.5633 163.257 86.3824 157.003 87.5867V87.5928Z" fill="url(#paint40_linear_36_5452)"/>
<path style="mix-blend-mode:multiply" opacity="0.2" d="M105.654 89.8128C104.852 89.1999 104.355 84.8047 104.183 83.003C104.183 83.0122 104.745 85.5162 106.533 85.6117C108.318 85.7072 109.193 82.1067 109.199 82.082C109.344 84.1271 109.353 86.0983 109.414 87.2533C109.559 89.9575 106.668 90.5858 105.657 89.8128H105.654Z" fill="url(#paint41_linear_36_5452)"/>
<path style="mix-blend-mode:multiply" opacity="0.2" d="M122.031 106.959C120.393 107.828 115.19 109.374 111.432 105.847C107.675 102.321 107.098 98.9421 109.89 96.8169C109.098 98.7326 110.83 101.067 114.299 101.597C117.767 102.127 118.563 102.998 118.563 102.998C118.563 102.998 118.581 103.008 118.609 103.026C119.109 103.334 123.576 106.137 122.031 106.956V106.959Z" fill="url(#paint42_linear_36_5452)"/>
<path style="mix-blend-mode:multiply" opacity="0.2" d="M108.591 104.834C112.938 110.271 116.593 110.973 123.309 108.774C129.391 106.781 133.36 109.263 134.058 109.75C128.654 109.424 119.616 112.922 116.394 112.442C112.999 111.934 109.746 108.82 105.7 103.458C101.654 98.0955 100.714 93.3893 99.9186 87.0137C99.7097 85.3321 99.6882 83.7274 99.7865 82.249C99.7865 82.3876 99.851 83.595 101.362 89.3576C102.984 95.5422 107.212 97.6889 107.212 97.6889C106.066 99.5277 106.253 101.915 108.588 104.834H108.591Z" fill="url(#paint43_linear_36_5452)"/>
<path style="mix-blend-mode:multiply" opacity="0.2" d="M121.742 87.304C121.742 83.2446 120.123 81.4798 116.225 78.4768C117.058 79.0867 120.062 81.0578 125.137 81.8709C131.047 82.8196 133.57 78.4891 133.677 78.3013C132.949 79.7858 131.686 81.0886 130.028 82.5208C126.559 85.5146 123.285 90.9138 127.619 94.6867C128.184 95.1795 128.817 95.6415 129.502 96.0789L129.496 96.1097L129.066 95.9957C129.066 95.9957 121.745 92.3028 121.745 87.304H121.742Z" fill="url(#paint44_linear_36_5452)"/>
<path style="mix-blend-mode:screen" opacity="0.7" d="M165.432 91.3592C161.749 90.7832 159.073 90.9249 155.411 93.8231C151.75 96.7214 142.472 100.343 136.442 96.2379C130.412 92.1323 133.975 89.197 137.01 91.1713C140.045 93.1456 142.217 96.974 150.383 93.4936C156.511 90.8818 159.408 89.1693 163.985 90.121C168.563 91.0697 168.514 91.8427 165.429 91.3592H165.432Z" fill="url(#paint45_linear_36_5452)"/>
<path style="mix-blend-mode:screen" opacity="0.7" d="M113.26 83.9524C115.103 84.4175 117.441 85.052 118.215 87.1402C118.986 89.2284 120.101 83.1979 117.189 81.0388C114.28 78.8797 112.145 80.3181 111.93 81.5193C111.721 82.6835 112.065 83.6475 113.26 83.9494V83.9524Z" fill="url(#paint46_linear_36_5452)"/>
<path style="mix-blend-mode:screen" opacity="0.7" d="M98.3243 75.3494C97.2368 81.189 96.4503 90.6322 99.5592 96.9739C102.665 103.312 104.963 109.617 99.7312 103.457C94.4996 97.3004 93.9958 89.3294 95.2246 81.6141C96.4534 73.8987 98.8373 72.6082 98.3273 75.3463L98.3243 75.3494Z" fill="url(#paint47_linear_36_5452)"/>
<path style="mix-blend-mode:screen" opacity="0.7" d="M158.351 70.1085C151.703 66.7759 142.407 63.6374 127.017 62.9968C116.151 62.5441 112.925 61.0041 118.166 60.1355C123.404 59.267 143.083 59.5318 158.354 70.1085H158.351Z" fill="url(#paint48_linear_36_5452)"/>
<path style="mix-blend-mode:screen" opacity="0.7" d="M131.619 101.597C131.619 101.597 123.045 97.578 117.552 97.3654C112.059 97.1529 115.678 94.6705 120.501 95.3327C125.324 95.9949 130.307 99.6939 131.619 101.594V101.597Z" fill="url(#paint49_linear_36_5452)"/>
<path style="mix-blend-mode:color-dodge" opacity="0.35" d="M153.777 84.7882C153.777 84.7882 150.791 84.8097 148.189 86.0294C145.587 87.2491 142.601 87.3784 142.119 85.4073C141.637 83.4361 147.323 81.9823 153.777 84.7851V84.7882Z" fill="url(#paint50_linear_36_5452)"/>
<path style="mix-blend-mode:screen" opacity="0.7" d="M116.897 67.21C116.897 67.21 122 67.9245 123.207 71.5096C124.055 74.0352 121.84 75.994 120.685 74.9807C119.53 73.9674 120.387 70.1575 116.897 67.213V67.21Z" fill="url(#paint51_linear_36_5452)"/>
<path style="mix-blend-mode:color-dodge" opacity="0.7" d="M144.177 86.9258C144.177 86.9258 142.604 87.2677 141.863 86.2143C141.123 85.161 142.847 84.0737 142.847 84.0737C142.847 84.0737 142.604 85.7154 144.174 86.9258H144.177Z" fill="url(#paint52_linear_36_5452)"/>
<path style="mix-blend-mode:color-dodge" opacity="0.7" d="M120.584 68.5186C120.584 68.5186 123.395 70.0247 123.585 72.5595C123.834 75.8735 122.141 75.7842 121.742 73.5389C121.346 71.2936 121.232 69.6212 120.584 68.5186Z" fill="url(#paint53_linear_36_5452)"/>
<path style="mix-blend-mode:color-dodge" opacity="0.7" d="M128.254 61.0847C128.274 60.6991 126.427 60.2893 124.13 60.1693C121.832 60.0494 119.954 60.2648 119.934 60.6504C119.914 61.036 121.76 61.4458 124.057 61.5658C126.355 61.6857 128.234 61.4703 128.254 61.0847Z" fill="url(#paint54_linear_36_5452)"/>
<path d="M115.481 54.2278C115.678 54.2278 115.678 53.9229 115.481 53.9229C115.285 53.9229 115.285 54.2278 115.481 54.2278Z" fill="url(#paint55_linear_36_5452)"/>
<path style="mix-blend-mode:color-dodge" opacity="0.7" d="M114.558 81.7447C114.694 80.9396 114.181 80.1816 113.413 80.0517C112.646 79.9217 111.913 80.4691 111.778 81.2742C111.642 82.0793 112.155 82.8373 112.923 82.9672C113.69 83.0971 114.423 82.5498 114.558 81.7447Z" fill="url(#paint56_linear_36_5452)"/>
<path style="mix-blend-mode:color-dodge" opacity="0.7" d="M167.048 91.6991C167.048 91.6991 162.578 90.618 159.334 91.582C159.334 91.582 161.967 89.6232 165.53 90.2268C169.094 90.8305 168.59 92.1826 167.048 91.6991Z" fill="url(#paint57_linear_36_5452)"/>
</g>
<path style="mix-blend-mode:color-dodge" opacity="0.7" d="M151.607 146.387C151.607 146.387 165.532 136.423 181.903 131.64L170.598 141.099L176.561 140.446L178.306 137.837C178.306 137.837 197.954 131.966 208.47 129.903C208.47 129.903 191.595 135.447 175.854 144.36C175.854 144.36 165.628 142.186 159.997 146.316L151.61 146.39L151.607 146.387Z" fill="url(#paint58_linear_36_5452)"/>
<path d="M178.303 34.781L190.397 5.57666C190.397 5.57666 190.108 16.3011 189.168 19.2025L178.303 34.784V34.781Z" fill="url(#paint59_linear_36_5452)"/>
<path d="M151.438 41.957L143.74 35.4336L146.016 33.9829L151.438 41.957Z" fill="url(#paint60_linear_36_5452)"/>
<path d="M182.88 46.8858L185.844 42.5368C185.844 42.5368 189.82 40.6519 192.64 40.5811L182.883 46.8858H182.88Z" fill="url(#paint61_linear_36_5452)"/>
<path d="M215.188 100.083C215.188 100.083 215.91 89.8115 217.501 84.4369L221.91 81.5264L215.188 100.083Z" fill="url(#paint62_linear_36_5452)"/>
<path d="M218.875 125.105C218.875 125.105 223.28 125.471 224.945 123.866V120.95L218.875 125.105Z" fill="url(#paint63_linear_36_5452)"/>
<defs>
<filter id="filter0_d_36_5452" x="42.6646" y="23.9229" width="161.295" height="136.307" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset/>
<feGaussianBlur stdDeviation="15"/>
<feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_36_5452"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_36_5452" result="shape"/>
</filter>
<linearGradient id="paint0_linear_36_5452" x1="194.126" y1="118.87" x2="219.602" y2="141.51" gradientUnits="userSpaceOnUse">
<stop stop-color="#95EBF5"/>
<stop offset="0.63" stop-color="#69ECF2"/>
<stop offset="1" stop-color="#55EDF2"/>
</linearGradient>
<linearGradient id="paint1_linear_36_5452" x1="207.29" y1="156.772" x2="231.135" y2="105.291" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF9500" stop-opacity="0"/>
<stop offset="0.01" stop-color="#FE9600" stop-opacity="0.02"/>
<stop offset="0.23" stop-color="#FEAF04" stop-opacity="0.31"/>
<stop offset="0.43" stop-color="#FDC408" stop-opacity="0.56"/>
<stop offset="0.62" stop-color="#FCD40B" stop-opacity="0.75"/>
<stop offset="0.78" stop-color="#FCE00E" stop-opacity="0.89"/>
<stop offset="0.91" stop-color="#FCE70F" stop-opacity="0.97"/>
<stop offset="1" stop-color="#FCEA10"/>
</linearGradient>
<linearGradient id="paint2_linear_36_5452" x1="27.3722" y1="106.07" x2="78.2287" y2="151.267" gradientUnits="userSpaceOnUse">
<stop stop-color="#95EBF5"/>
<stop offset="0.63" stop-color="#69ECF2"/>
<stop offset="1" stop-color="#55EDF2"/>
</linearGradient>
<linearGradient id="paint3_linear_36_5452" x1="79.7989" y1="156.215" x2="11.2656" y2="64.7467" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF9500" stop-opacity="0"/>
<stop offset="0.01" stop-color="#FE9600" stop-opacity="0.02"/>
<stop offset="0.23" stop-color="#FEAF04" stop-opacity="0.31"/>
<stop offset="0.43" stop-color="#FDC408" stop-opacity="0.56"/>
<stop offset="0.62" stop-color="#FCD40B" stop-opacity="0.75"/>
<stop offset="0.78" stop-color="#FCE00E" stop-opacity="0.89"/>
<stop offset="0.91" stop-color="#FCE70F" stop-opacity="0.97"/>
<stop offset="1" stop-color="#FCEA10"/>
</linearGradient>
<linearGradient id="paint4_linear_36_5452" x1="118.589" y1="29.9583" x2="133.302" y2="135.283" gradientUnits="userSpaceOnUse">
<stop stop-color="#95EBF5"/>
<stop offset="0.63" stop-color="#69ECF2"/>
<stop offset="1" stop-color="#55EDF2"/>
</linearGradient>
<linearGradient id="paint5_linear_36_5452" x1="120.226" y1="224.825" x2="133.307" y2="61.3393" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF9500" stop-opacity="0"/>
<stop offset="0.01" stop-color="#FE9600" stop-opacity="0.02"/>
<stop offset="0.23" stop-color="#FEAF04" stop-opacity="0.31"/>
<stop offset="0.43" stop-color="#FDC408" stop-opacity="0.56"/>
<stop offset="0.62" stop-color="#FCD40B" stop-opacity="0.75"/>
<stop offset="0.78" stop-color="#FCE00E" stop-opacity="0.89"/>
<stop offset="0.91" stop-color="#FCE70F" stop-opacity="0.97"/>
<stop offset="1" stop-color="#FCEA10"/>
</linearGradient>
<linearGradient id="paint6_linear_36_5452" x1="114.887" y1="43.8848" x2="207.602" y2="185.849" gradientUnits="userSpaceOnUse">
<stop stop-color="#95EBF5"/>
<stop offset="0.63" stop-color="#69ECF2"/>
<stop offset="1" stop-color="#55EDF2"/>
</linearGradient>
<linearGradient id="paint7_linear_36_5452" x1="166.045" y1="13.1251" x2="156.562" y2="153.023" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF9500" stop-opacity="0"/>
<stop offset="0.11" stop-color="#FE9B01" stop-opacity="0.08"/>
<stop offset="0.34" stop-color="#FEAD04" stop-opacity="0.29"/>
<stop offset="0.67" stop-color="#FDCA0A" stop-opacity="0.63"/>
<stop offset="1" stop-color="#FCEA10"/>
</linearGradient>
<linearGradient id="paint8_linear_36_5452" x1="170.205" y1="31.2177" x2="99.0084" y2="166.079" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF9500" stop-opacity="0"/>
<stop offset="0.11" stop-color="#FE9B01" stop-opacity="0.08"/>
<stop offset="0.34" stop-color="#FEAD04" stop-opacity="0.29"/>
<stop offset="0.67" stop-color="#FDCA0A" stop-opacity="0.63"/>
<stop offset="1" stop-color="#FCEA10"/>
</linearGradient>
<linearGradient id="paint9_linear_36_5452" x1="153.174" y1="90.1272" x2="203.752" y2="153.592" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF9500" stop-opacity="0"/>
<stop offset="0.11" stop-color="#FE9B01" stop-opacity="0.08"/>
<stop offset="0.34" stop-color="#FEAD04" stop-opacity="0.29"/>
<stop offset="0.67" stop-color="#FDCA0A" stop-opacity="0.63"/>
<stop offset="1" stop-color="#FCEA10"/>
</linearGradient>
<linearGradient id="paint10_linear_36_5452" x1="79.5161" y1="87.8" x2="196.665" y2="181.667" gradientUnits="userSpaceOnUse">
<stop stop-color="#95EBF5" stop-opacity="0"/>
<stop offset="0.31" stop-color="#7EEBF3" stop-opacity="0.35"/>
<stop offset="0.65" stop-color="#68ECF2" stop-opacity="0.7"/>
<stop offset="0.88" stop-color="#5AECF2" stop-opacity="0.92"/>
<stop offset="1" stop-color="#55EDF2"/>
</linearGradient>
<linearGradient id="paint11_linear_36_5452" x1="76.4376" y1="118.868" x2="60.7131" y2="73.1183" gradientUnits="userSpaceOnUse">
<stop stop-color="#FC9D91" stop-opacity="0"/>
<stop offset="0.18" stop-color="#FC9D91" stop-opacity="0.22"/>
<stop offset="0.48" stop-color="#FC9D91" stop-opacity="0.55"/>
<stop offset="0.73" stop-color="#FC9D91" stop-opacity="0.79"/>
<stop offset="0.91" stop-color="#FC9D91" stop-opacity="0.94"/>
<stop offset="1" stop-color="#FC9D91"/>
</linearGradient>
<linearGradient id="paint12_linear_36_5452" x1="101.035" y1="82.6748" x2="26.4661" y2="53.3806" gradientUnits="userSpaceOnUse">
<stop stop-color="#0C5DA5" stop-opacity="0"/>
<stop offset="0.27" stop-color="#14529D" stop-opacity="0.24"/>
<stop offset="0.87" stop-color="#2A3989" stop-opacity="0.86"/>
<stop offset="1" stop-color="#2F3485"/>
</linearGradient>
<linearGradient id="paint13_linear_36_5452" x1="75.9615" y1="93.5532" x2="120.767" y2="107.004" gradientUnits="userSpaceOnUse">
<stop stop-color="#95EBF5" stop-opacity="0"/>
<stop offset="0.31" stop-color="#7EEBF3" stop-opacity="0.35"/>
<stop offset="0.65" stop-color="#68ECF2" stop-opacity="0.7"/>
<stop offset="0.88" stop-color="#5AECF2" stop-opacity="0.92"/>
<stop offset="1" stop-color="#55EDF2"/>
</linearGradient>
<linearGradient id="paint14_linear_36_5452" x1="85.2362" y1="104.262" x2="94.1718" y2="113.393" gradientUnits="userSpaceOnUse">
<stop stop-color="#95EBF5" stop-opacity="0"/>
<stop offset="0.31" stop-color="#7EEBF3" stop-opacity="0.35"/>
<stop offset="0.65" stop-color="#68ECF2" stop-opacity="0.7"/>
<stop offset="0.88" stop-color="#5AECF2" stop-opacity="0.92"/>
<stop offset="1" stop-color="#55EDF2"/>
</linearGradient>
<linearGradient id="paint15_linear_36_5452" x1="70.2817" y1="110.622" x2="82.6075" y2="117.826" gradientUnits="userSpaceOnUse">
<stop stop-color="#95EBF5" stop-opacity="0"/>
<stop offset="0.31" stop-color="#7EEBF3" stop-opacity="0.35"/>
<stop offset="0.65" stop-color="#68ECF2" stop-opacity="0.7"/>
<stop offset="0.88" stop-color="#5AECF2" stop-opacity="0.92"/>
<stop offset="1" stop-color="#55EDF2"/>
</linearGradient>
<linearGradient id="paint16_linear_36_5452" x1="99.7972" y1="82.7464" x2="105.282" y2="91.0709" gradientUnits="userSpaceOnUse">
<stop stop-color="#95EBF5" stop-opacity="0"/>
<stop offset="0.31" stop-color="#7EEBF3" stop-opacity="0.35"/>
<stop offset="0.65" stop-color="#68ECF2" stop-opacity="0.7"/>
<stop offset="0.88" stop-color="#5AECF2" stop-opacity="0.92"/>
<stop offset="1" stop-color="#55EDF2"/>
</linearGradient>
<linearGradient id="paint17_linear_36_5452" x1="92.0929" y1="77.8944" x2="103.387" y2="76.307" gradientUnits="userSpaceOnUse">
<stop stop-color="#95EBF5" stop-opacity="0"/>
<stop offset="0.31" stop-color="#7EEBF3" stop-opacity="0.35"/>
<stop offset="0.65" stop-color="#68ECF2" stop-opacity="0.7"/>
<stop offset="0.88" stop-color="#5AECF2" stop-opacity="0.92"/>
<stop offset="1" stop-color="#55EDF2"/>
</linearGradient>
<linearGradient id="paint18_linear_36_5452" x1="78.441" y1="103.179" x2="87.1467" y2="107.467" gradientUnits="userSpaceOnUse">
<stop stop-color="#95EBF5" stop-opacity="0"/>
<stop offset="0.31" stop-color="#7EEBF3" stop-opacity="0.35"/>
<stop offset="0.65" stop-color="#68ECF2" stop-opacity="0.7"/>
<stop offset="0.88" stop-color="#5AECF2" stop-opacity="0.92"/>
<stop offset="1" stop-color="#55EDF2"/>
</linearGradient>
<linearGradient id="paint19_linear_36_5452" x1="104.822" y1="72.3014" x2="148.326" y2="137.388" gradientUnits="userSpaceOnUse">
<stop stop-color="#55EDF2"/>
<stop offset="0.65" stop-color="#3FBDE6"/>
<stop offset="1" stop-color="#36A9E1"/>
</linearGradient>
<linearGradient id="paint20_linear_36_5452" x1="191.295" y1="110.489" x2="110.643" y2="96.6502" gradientUnits="userSpaceOnUse">
<stop stop-color="#1E1F5E"/>
<stop offset="0.18" stop-color="#1F2061" stop-opacity="0.95"/>
<stop offset="0.4" stop-color="#22246D" stop-opacity="0.79"/>
<stop offset="0.64" stop-color="#282A7F" stop-opacity="0.54"/>
<stop offset="0.89" stop-color="#303399" stop-opacity="0.18"/>
<stop offset="1" stop-color="#3538A7" stop-opacity="0"/>
</linearGradient>
<linearGradient id="paint21_linear_36_5452" x1="68.2002" y1="104.363" x2="141.312" y2="93.8979" gradientUnits="userSpaceOnUse">
<stop stop-color="#1E1F5E"/>
<stop offset="0.18" stop-color="#1F2061" stop-opacity="0.95"/>
<stop offset="0.4" stop-color="#22246D" stop-opacity="0.79"/>
<stop offset="0.64" stop-color="#282A7F" stop-opacity="0.54"/>
<stop offset="0.89" stop-color="#303399" stop-opacity="0.18"/>
<stop offset="1" stop-color="#3538A7" stop-opacity="0"/>
</linearGradient>
<linearGradient id="paint22_linear_36_5452" x1="157.298" y1="139.534" x2="71.584" y2="54.7307" gradientUnits="userSpaceOnUse">
<stop stop-color="#1E1F5E"/>
<stop offset="0.18" stop-color="#1F2061" stop-opacity="0.95"/>
<stop offset="0.4" stop-color="#22246D" stop-opacity="0.79"/>
<stop offset="0.64" stop-color="#282A7F" stop-opacity="0.54"/>
<stop offset="0.89" stop-color="#303399" stop-opacity="0.18"/>
<stop offset="1" stop-color="#3538A7" stop-opacity="0"/>
</linearGradient>
<linearGradient id="paint23_linear_36_5452" x1="107.808" y1="90.925" x2="101.825" y2="85.5074" gradientUnits="userSpaceOnUse">
<stop stop-color="#1E1F5E"/>
<stop offset="0.18" stop-color="#1F2061" stop-opacity="0.95"/>
<stop offset="0.4" stop-color="#22246D" stop-opacity="0.79"/>
<stop offset="0.64" stop-color="#282A7F" stop-opacity="0.54"/>
<stop offset="0.89" stop-color="#303399" stop-opacity="0.18"/>
<stop offset="1" stop-color="#3538A7" stop-opacity="0"/>
</linearGradient>
<linearGradient id="paint24_linear_36_5452" x1="165.687" y1="116.366" x2="92.2321" y2="45.0516" gradientUnits="userSpaceOnUse">
<stop stop-color="#1E1F5E"/>
<stop offset="0.18" stop-color="#1F2061" stop-opacity="0.95"/>
<stop offset="0.4" stop-color="#22246D" stop-opacity="0.79"/>
<stop offset="0.64" stop-color="#282A7F" stop-opacity="0.54"/>
<stop offset="0.89" stop-color="#303399" stop-opacity="0.18"/>
<stop offset="1" stop-color="#3538A7" stop-opacity="0"/>
</linearGradient>
<linearGradient id="paint25_linear_36_5452" x1="133.876" y1="95.7281" x2="120.128" y2="82.3813" gradientUnits="userSpaceOnUse">
<stop stop-color="#1E1F5E"/>
<stop offset="0.18" stop-color="#1F2061" stop-opacity="0.95"/>
<stop offset="0.4" stop-color="#22246D" stop-opacity="0.79"/>
<stop offset="0.64" stop-color="#282A7F" stop-opacity="0.54"/>
<stop offset="0.89" stop-color="#303399" stop-opacity="0.18"/>
<stop offset="1" stop-color="#3538A7" stop-opacity="0"/>
</linearGradient>
<linearGradient id="paint26_linear_36_5452" x1="148.471" y1="88.3811" x2="100.146" y2="56.4186" gradientUnits="userSpaceOnUse">
<stop stop-color="#1E1F5E"/>
<stop offset="0.18" stop-color="#1F2061" stop-opacity="0.95"/>
<stop offset="0.4" stop-color="#22246D" stop-opacity="0.79"/>
<stop offset="0.64" stop-color="#282A7F" stop-opacity="0.54"/>
<stop offset="0.89" stop-color="#303399" stop-opacity="0.18"/>
<stop offset="1" stop-color="#3538A7" stop-opacity="0"/>
</linearGradient>
<linearGradient id="paint27_linear_36_5452" x1="127.508" y1="77.4505" x2="113.539" y2="75.8173" gradientUnits="userSpaceOnUse">
<stop stop-color="#0C5DA5" stop-opacity="0"/>
<stop offset="0.27" stop-color="#14529D" stop-opacity="0.24"/>
<stop offset="0.87" stop-color="#2A3989" stop-opacity="0.86"/>
<stop offset="1" stop-color="#2F3485"/>
</linearGradient>
<linearGradient id="paint28_linear_36_5452" x1="175.923" y1="88.5504" x2="125.041" y2="82.6027" gradientUnits="userSpaceOnUse">
<stop stop-color="#0C5DA5" stop-opacity="0"/>
<stop offset="0.27" stop-color="#14529D" stop-opacity="0.24"/>
<stop offset="0.87" stop-color="#2A3989" stop-opacity="0.86"/>
<stop offset="1" stop-color="#2F3485"/>
</linearGradient>
<linearGradient id="paint29_linear_36_5452" x1="137.489" y1="115.061" x2="58.3828" y2="105.813" gradientUnits="userSpaceOnUse">
<stop stop-color="#0C5DA5" stop-opacity="0"/>
<stop offset="0.27" stop-color="#14529D" stop-opacity="0.24"/>
<stop offset="0.87" stop-color="#2A3989" stop-opacity="0.86"/>
<stop offset="1" stop-color="#2F3485"/>
</linearGradient>
<linearGradient id="paint30_linear_36_5452" x1="97.7864" y1="91.8407" x2="75.6204" y2="89.2483" gradientUnits="userSpaceOnUse">
<stop stop-color="#0C5DA5" stop-opacity="0"/>
<stop offset="0.27" stop-color="#14529D" stop-opacity="0.24"/>
<stop offset="0.87" stop-color="#2A3989" stop-opacity="0.86"/>
<stop offset="1" stop-color="#2F3485"/>
</linearGradient>
<linearGradient id="paint31_linear_36_5452" x1="149.449" y1="105.288" x2="96.109" y2="99.0518" gradientUnits="userSpaceOnUse">
<stop stop-color="#0C5DA5" stop-opacity="0"/>
<stop offset="0.27" stop-color="#14529D" stop-opacity="0.24"/>
<stop offset="0.87" stop-color="#2A3989" stop-opacity="0.86"/>
<stop offset="1" stop-color="#2F3485"/>
</linearGradient>
<linearGradient id="paint32_linear_36_5452" x1="198.121" y1="82.7972" x2="108.222" y2="72.2838" gradientUnits="userSpaceOnUse">
<stop stop-color="#0C5DA5" stop-opacity="0"/>
<stop offset="0.27" stop-color="#14529D" stop-opacity="0.24"/>
<stop offset="0.87" stop-color="#2A3989" stop-opacity="0.86"/>
<stop offset="1" stop-color="#2F3485"/>
</linearGradient>
<linearGradient id="paint33_linear_36_5452" x1="164.769" y1="126.336" x2="106.495" y2="119.524" gradientUnits="userSpaceOnUse">
<stop stop-color="#0C5DA5" stop-opacity="0"/>
<stop offset="0.27" stop-color="#14529D" stop-opacity="0.24"/>
<stop offset="0.87" stop-color="#2A3989" stop-opacity="0.86"/>
<stop offset="1" stop-color="#2F3485"/>
</linearGradient>
<linearGradient id="paint34_linear_36_5452" x1="133.904" y1="118.435" x2="65.1205" y2="110.392" gradientUnits="userSpaceOnUse">
<stop stop-color="#0C5DA5" stop-opacity="0"/>
<stop offset="0.27" stop-color="#14529D" stop-opacity="0.24"/>
<stop offset="0.87" stop-color="#2A3989" stop-opacity="0.86"/>
<stop offset="1" stop-color="#2F3485"/>
</linearGradient>
<linearGradient id="paint35_linear_36_5452" x1="145.317" y1="81.9193" x2="92.4838" y2="75.7418" gradientUnits="userSpaceOnUse">
<stop stop-color="#0C5DA5" stop-opacity="0"/>
<stop offset="0.27" stop-color="#14529D" stop-opacity="0.24"/>
<stop offset="0.87" stop-color="#2A3989" stop-opacity="0.86"/>
<stop offset="1" stop-color="#2F3485"/>
</linearGradient>
<linearGradient id="paint36_linear_36_5452" x1="184.426" y1="99.9803" x2="145.415" y2="95.4176" gradientUnits="userSpaceOnUse">
<stop stop-color="#0C5DA5" stop-opacity="0"/>
<stop offset="0.27" stop-color="#14529D" stop-opacity="0.24"/>
<stop offset="0.87" stop-color="#2A3989" stop-opacity="0.86"/>
<stop offset="1" stop-color="#2F3485"/>
</linearGradient>
<linearGradient id="paint37_linear_36_5452" x1="138.116" y1="75.4651" x2="132.042" y2="74.7542" gradientUnits="userSpaceOnUse">
<stop stop-color="#0C5DA5" stop-opacity="0"/>
<stop offset="0.27" stop-color="#14529D" stop-opacity="0.24"/>
<stop offset="0.87" stop-color="#2A3989" stop-opacity="0.86"/>
<stop offset="1" stop-color="#2F3485"/>
</linearGradient>
<linearGradient id="paint38_linear_36_5452" x1="95.5872" y1="83.0562" x2="84.2937" y2="81.7355" gradientUnits="userSpaceOnUse">
<stop stop-color="#0C5DA5" stop-opacity="0"/>
<stop offset="0.27" stop-color="#14529D" stop-opacity="0.24"/>
<stop offset="0.87" stop-color="#2A3989" stop-opacity="0.86"/>
<stop offset="1" stop-color="#2F3485"/>
</linearGradient>
<linearGradient id="paint39_linear_36_5452" x1="164.126" y1="85.7999" x2="157.106" y2="84.9787" gradientUnits="userSpaceOnUse">
<stop stop-color="#0C5DA5" stop-opacity="0"/>
<stop offset="0.27" stop-color="#14529D" stop-opacity="0.24"/>
<stop offset="0.87" stop-color="#2A3989" stop-opacity="0.86"/>
<stop offset="1" stop-color="#2F3485"/>
</linearGradient>
<linearGradient id="paint40_linear_36_5452" x1="149.525" y1="100.593" x2="149.621" y2="56.3558" gradientUnits="userSpaceOnUse">
<stop stop-color="#1E1F5E"/>
<stop offset="0.18" stop-color="#1F2061" stop-opacity="0.95"/>
<stop offset="0.4" stop-color="#22246D" stop-opacity="0.79"/>
<stop offset="0.64" stop-color="#282A7F" stop-opacity="0.54"/>
<stop offset="0.89" stop-color="#303399" stop-opacity="0.18"/>
<stop offset="1" stop-color="#3538A7" stop-opacity="0"/>
</linearGradient>
<linearGradient id="paint41_linear_36_5452" x1="106.763" y1="101.957" x2="106.856" y2="59.4812" gradientUnits="userSpaceOnUse">
<stop stop-color="#1E1F5E"/>
<stop offset="0.18" stop-color="#1F2061" stop-opacity="0.95"/>
<stop offset="0.4" stop-color="#22246D" stop-opacity="0.79"/>
<stop offset="0.64" stop-color="#282A7F" stop-opacity="0.54"/>
<stop offset="0.89" stop-color="#303399" stop-opacity="0.18"/>
<stop offset="1" stop-color="#3538A7" stop-opacity="0"/>
</linearGradient>
<linearGradient id="paint42_linear_36_5452" x1="115.113" y1="165.799" x2="115.505" y2="-13.9728" gradientUnits="userSpaceOnUse">
<stop stop-color="#1E1F5E"/>
<stop offset="0.18" stop-color="#1F2061" stop-opacity="0.95"/>
<stop offset="0.4" stop-color="#22246D" stop-opacity="0.79"/>
<stop offset="0.64" stop-color="#282A7F" stop-opacity="0.54"/>
<stop offset="0.89" stop-color="#303399" stop-opacity="0.18"/>
<stop offset="1" stop-color="#3538A7" stop-opacity="0"/>
</linearGradient>
<linearGradient id="paint43_linear_36_5452" x1="116.747" y1="165.803" x2="117.139" y2="-13.9693" gradientUnits="userSpaceOnUse">
<stop stop-color="#1E1F5E"/>
<stop offset="0.18" stop-color="#1F2061" stop-opacity="0.95"/>
<stop offset="0.4" stop-color="#22246D" stop-opacity="0.79"/>
<stop offset="0.64" stop-color="#282A7F" stop-opacity="0.54"/>
<stop offset="0.89" stop-color="#303399" stop-opacity="0.18"/>
<stop offset="1" stop-color="#3538A7" stop-opacity="0"/>
</linearGradient>
<linearGradient id="paint44_linear_36_5452" x1="124.913" y1="96.0974" x2="124.953" y2="78.2828" gradientUnits="userSpaceOnUse">
<stop stop-color="#1E1F5E"/>
<stop offset="0.18" stop-color="#1F2061" stop-opacity="0.95"/>
<stop offset="0.4" stop-color="#22246D" stop-opacity="0.79"/>
<stop offset="0.64" stop-color="#282A7F" stop-opacity="0.54"/>
<stop offset="0.89" stop-color="#303399" stop-opacity="0.18"/>
<stop offset="1" stop-color="#3538A7" stop-opacity="0"/>
</linearGradient>
<linearGradient id="paint45_linear_36_5452" x1="197.068" y1="127.022" x2="127.102" y2="75.6274" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF9500"/>
<stop offset="0.11" stop-color="#FF9A0D" stop-opacity="0.92"/>
<stop offset="0.34" stop-color="#FFA931" stop-opacity="0.71"/>
<stop offset="0.66" stop-color="#FFC16A" stop-opacity="0.38"/>
<stop offset="1" stop-color="#FFDCAB" stop-opacity="0"/>
</linearGradient>
<linearGradient id="paint46_linear_36_5452" x1="103.364" y1="66.1172" x2="121.277" y2="91.1336" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF9500"/>
<stop offset="0.11" stop-color="#FF9A0D" stop-opacity="0.92"/>
<stop offset="0.34" stop-color="#FFA931" stop-opacity="0.71"/>
<stop offset="0.66" stop-color="#FFC16A" stop-opacity="0.38"/>
<stop offset="1" stop-color="#FFDCAB" stop-opacity="0"/>
</linearGradient>
<linearGradient id="paint47_linear_36_5452" x1="152.017" y1="102.77" x2="74.9727" y2="83.8505" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF9500"/>
<stop offset="0.11" stop-color="#FF9A0D" stop-opacity="0.92"/>
<stop offset="0.34" stop-color="#FFA931" stop-opacity="0.71"/>
<stop offset="0.66" stop-color="#FFC16A" stop-opacity="0.38"/>
<stop offset="1" stop-color="#FFDCAB" stop-opacity="0"/>
</linearGradient>
<linearGradient id="paint48_linear_36_5452" x1="176.516" y1="92.4475" x2="111.517" y2="48.628" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF9500"/>
<stop offset="0.11" stop-color="#FF9A0D" stop-opacity="0.92"/>
<stop offset="0.34" stop-color="#FFA931" stop-opacity="0.71"/>
<stop offset="0.66" stop-color="#FFC16A" stop-opacity="0.38"/>
<stop offset="1" stop-color="#FFDCAB" stop-opacity="0"/>
</linearGradient>
<linearGradient id="paint49_linear_36_5452" x1="152.521" y1="126.105" x2="103.249" y2="80.8301" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF9500"/>
<stop offset="0.11" stop-color="#FF9A0D" stop-opacity="0.92"/>
<stop offset="0.34" stop-color="#FFA931" stop-opacity="0.71"/>
<stop offset="0.66" stop-color="#FFC16A" stop-opacity="0.38"/>
<stop offset="1" stop-color="#FFDCAB" stop-opacity="0"/>
</linearGradient>
<linearGradient id="paint50_linear_36_5452" x1="154.997" y1="79.8017" x2="136.617" y2="92.4651" gradientUnits="userSpaceOnUse">
<stop stop-color="#FC9D91" stop-opacity="0"/>
<stop offset="0.18" stop-color="#FC9D91" stop-opacity="0.22"/>
<stop offset="0.48" stop-color="#FC9D91" stop-opacity="0.55"/>
<stop offset="0.73" stop-color="#FC9D91" stop-opacity="0.79"/>
<stop offset="0.91" stop-color="#FC9D91" stop-opacity="0.94"/>
<stop offset="1" stop-color="#FC9D91"/>
</linearGradient>
<linearGradient id="paint51_linear_36_5452" x1="141.357" y1="91.8374" x2="114.714" y2="65.9516" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF9500"/>
<stop offset="0.11" stop-color="#FF9A0D" stop-opacity="0.92"/>
<stop offset="0.34" stop-color="#FFA931" stop-opacity="0.71"/>
<stop offset="0.66" stop-color="#FFC16A" stop-opacity="0.38"/>
<stop offset="1" stop-color="#FFDCAB" stop-opacity="0"/>
</linearGradient>
<linearGradient id="paint52_linear_36_5452" x1="144.588" y1="84.3232" x2="141.644" y2="87.3555" gradientUnits="userSpaceOnUse">
<stop stop-color="#FC9D91" stop-opacity="0"/>
<stop offset="0.18" stop-color="#FC9D91" stop-opacity="0.22"/>
<stop offset="0.48" stop-color="#FC9D91" stop-opacity="0.55"/>
<stop offset="0.73" stop-color="#FC9D91" stop-opacity="0.79"/>
<stop offset="0.91" stop-color="#FC9D91" stop-opacity="0.94"/>
<stop offset="1" stop-color="#FC9D91"/>
</linearGradient>
<linearGradient id="paint53_linear_36_5452" x1="124.166" y1="69.3717" x2="119.456" y2="74.2259" gradientUnits="userSpaceOnUse">
<stop stop-color="#FC9D91" stop-opacity="0"/>
<stop offset="0.18" stop-color="#FC9D91" stop-opacity="0.22"/>
<stop offset="0.48" stop-color="#FC9D91" stop-opacity="0.55"/>
<stop offset="0.73" stop-color="#FC9D91" stop-opacity="0.79"/>
<stop offset="0.91" stop-color="#FC9D91" stop-opacity="0.94"/>
<stop offset="1" stop-color="#FC9D91"/>
</linearGradient>
<linearGradient id="paint54_linear_36_5452" x1="123.322" y1="62.6315" x2="124.757" y2="59.3563" gradientUnits="userSpaceOnUse">
<stop stop-color="#FC9D91" stop-opacity="0"/>
<stop offset="0.18" stop-color="#FC9D91" stop-opacity="0.22"/>
<stop offset="0.48" stop-color="#FC9D91" stop-opacity="0.55"/>
<stop offset="0.73" stop-color="#FC9D91" stop-opacity="0.79"/>
<stop offset="0.91" stop-color="#FC9D91" stop-opacity="0.94"/>
<stop offset="1" stop-color="#FC9D91"/>
</linearGradient>
<linearGradient id="paint55_linear_36_5452" x1="115.534" y1="54.2185" x2="115.426" y2="53.9323" gradientUnits="userSpaceOnUse">
<stop stop-color="#FC9D91" stop-opacity="0"/>
<stop offset="0.18" stop-color="#FC9D91" stop-opacity="0.22"/>
<stop offset="0.48" stop-color="#FC9D91" stop-opacity="0.55"/>
<stop offset="0.73" stop-color="#FC9D91" stop-opacity="0.79"/>
<stop offset="0.91" stop-color="#FC9D91" stop-opacity="0.94"/>
<stop offset="1" stop-color="#FC9D91"/>
</linearGradient>
<linearGradient id="paint56_linear_36_5452" x1="112.36" y1="84.6993" x2="113.606" y2="79.8131" gradientUnits="userSpaceOnUse">
<stop stop-color="#FC9D91" stop-opacity="0"/>
<stop offset="0.18" stop-color="#FC9D91" stop-opacity="0.22"/>
<stop offset="0.48" stop-color="#FC9D91" stop-opacity="0.55"/>
<stop offset="0.73" stop-color="#FC9D91" stop-opacity="0.79"/>
<stop offset="0.91" stop-color="#FC9D91" stop-opacity="0.94"/>
<stop offset="1" stop-color="#FC9D91"/>
</linearGradient>
<linearGradient id="paint57_linear_36_5452" x1="163.991" y1="88.9086" x2="163.729" y2="92.1148" gradientUnits="userSpaceOnUse">
<stop stop-color="#FC9D91" stop-opacity="0"/>
<stop offset="0.18" stop-color="#FC9D91" stop-opacity="0.22"/>
<stop offset="0.48" stop-color="#FC9D91" stop-opacity="0.55"/>
<stop offset="0.73" stop-color="#FC9D91" stop-opacity="0.79"/>
<stop offset="0.91" stop-color="#FC9D91" stop-opacity="0.94"/>
<stop offset="1" stop-color="#FC9D91"/>
</linearGradient>
<linearGradient id="paint58_linear_36_5452" x1="225.074" y1="104.967" x2="150.563" y2="159.57" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF9500" stop-opacity="0"/>
<stop offset="0.11" stop-color="#FE9B01" stop-opacity="0.08"/>
<stop offset="0.34" stop-color="#FEAD04" stop-opacity="0.29"/>
<stop offset="0.67" stop-color="#FDCA0A" stop-opacity="0.63"/>
<stop offset="1" stop-color="#FCEA10"/>
</linearGradient>
<linearGradient id="paint59_linear_36_5452" x1="190.422" y1="11.2561" x2="171.115" y2="45.2839" gradientUnits="userSpaceOnUse">
<stop stop-color="#95EBF5"/>
<stop offset="0.63" stop-color="#69ECF2"/>
<stop offset="1" stop-color="#55EDF2"/>
</linearGradient>
<linearGradient id="paint60_linear_36_5452" x1="142.677" y1="32.175" x2="155.075" y2="46.3849" gradientUnits="userSpaceOnUse">
<stop stop-color="#95EBF5"/>
<stop offset="0.63" stop-color="#69ECF2"/>
<stop offset="1" stop-color="#55EDF2"/>
</linearGradient>
<linearGradient id="paint61_linear_36_5452" x1="196.28" y1="38.0432" x2="180.068" y2="47.0656" gradientUnits="userSpaceOnUse">
<stop stop-color="#95EBF5"/>
<stop offset="0.63" stop-color="#69ECF2"/>
<stop offset="1" stop-color="#55EDF2"/>
</linearGradient>
<linearGradient id="paint62_linear_36_5452" x1="221.903" y1="75.4773" x2="213.041" y2="105.612" gradientUnits="userSpaceOnUse">
<stop stop-color="#95EBF5"/>
<stop offset="0.63" stop-color="#69ECF2"/>
<stop offset="1" stop-color="#55EDF2"/>
</linearGradient>
<linearGradient id="paint63_linear_36_5452" x1="223.575" y1="118.794" x2="221.013" y2="127.513" gradientUnits="userSpaceOnUse">
<stop stop-color="#95EBF5"/>
<stop offset="0.63" stop-color="#69ECF2"/>
<stop offset="1" stop-color="#55EDF2"/>
</linearGradient>
</defs>
</svg>

Before

Width:  |  Height:  |  Size: 54 KiB

View File

@ -0,0 +1,58 @@
<svg width="342" height="336" viewBox="0 0 342 336" fill="none" xmlns="http://www.w3.org/2000/svg">
<g filter="url(#filter0_d_445_2736)">
<path d="M279.512 46.9438C220.739 3.86271 170.996 56.5473 170.996 56.5473C170.996 56.5473 121.263 3.85272 62.4805 46.9438C6.28194 88.1362 11.5106 241.783 170.996 306C330.471 241.783 335.71 88.1362 279.512 46.9438Z" fill="url(#paint0_linear_445_2736)"/>
<path d="M171.006 306C330.481 241.783 335.72 88.1357 279.521 46.9434C260.173 32.7629 241.813 28.9554 225.877 30.2346C233.241 29.7649 264.075 30.2746 269.862 71.297C276.438 117.946 227.663 222.775 145.73 232.929C75.1229 241.683 45.1876 192.885 44.1299 191.117C63.3084 235.227 103.212 278.698 171.016 306H171.006Z" fill="url(#paint1_linear_445_2736)"/>
<path opacity="0.7" d="M87.3571 41.8068C87.3571 41.8068 50.2273 52.2099 39.271 100.388C28.3147 148.565 55.0269 196.893 55.0269 196.893C55.0269 196.893 49.5488 139.232 87.3571 41.7969V41.8068Z" fill="url(#paint2_linear_445_2736)"/>
<path opacity="0.7" d="M146.549 288.712C146.549 288.712 213.853 285.644 271.449 214.002C271.449 214.002 240.266 263.109 174.498 301.064C174.498 301.064 157.445 297.566 146.549 288.712Z" fill="url(#paint3_linear_445_2736)"/>
<path d="M153.125 58.4064C171.754 85.8479 197.788 94.9019 197.788 94.9019C197.788 94.9019 213.574 28.6763 187.281 43.7162C177.003 50.2019 171.006 56.5476 171.006 56.5476C171.006 56.5476 143.206 27.0974 104.609 30.2453C105.068 30.2553 134.634 31.1746 153.125 58.4064Z" fill="url(#paint4_linear_445_2736)"/>
<path opacity="0.7" d="M101.945 41.8068C75.2328 41.8068 44.14 60.0446 36.6262 112.759C30.0105 159.178 54.9865 241.943 139.504 221.786C224.031 201.63 270.98 71.7168 241.044 54.0786C211.109 36.4404 195.962 84.5881 198.077 116.777C198.077 116.777 149.123 41.7969 101.935 41.7969L101.945 41.8068Z" fill="url(#paint5_linear_445_2736)"/>
</g>
<defs>
<filter id="filter0_d_445_2736" x="0" y="0" width="341.999" height="336" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset/>
<feGaussianBlur stdDeviation="15"/>
<feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_445_2736"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_445_2736" result="shape"/>
</filter>
<linearGradient id="paint0_linear_445_2736" x1="289.051" y1="238.575" x2="132.258" y2="107.903" gradientUnits="userSpaceOnUse">
<stop stop-color="#EF4B9F"/>
<stop offset="1" stop-color="#E6332A"/>
</linearGradient>
<linearGradient id="paint1_linear_445_2736" x1="105.038" y1="79.9512" x2="547.056" y2="473.234" gradientUnits="userSpaceOnUse">
<stop stop-color="#0C5DA5" stop-opacity="0"/>
<stop offset="0.27" stop-color="#14529D" stop-opacity="0.24"/>
<stop offset="0.87" stop-color="#2A3989" stop-opacity="0.86"/>
<stop offset="1" stop-color="#2F3485"/>
</linearGradient>
<linearGradient id="paint2_linear_445_2736" x1="19.1445" y1="17.5132" x2="197.95" y2="366.373" gradientUnits="userSpaceOnUse">
<stop stop-color="#FCEA10"/>
<stop offset="0.33" stop-color="#FDCA0A" stop-opacity="0.63"/>
<stop offset="0.66" stop-color="#FEAD04" stop-opacity="0.29"/>
<stop offset="0.89" stop-color="#FE9B01" stop-opacity="0.08"/>
<stop offset="1" stop-color="#FF9500" stop-opacity="0"/>
</linearGradient>
<linearGradient id="paint3_linear_445_2736" x1="69.0263" y1="393.761" x2="290.176" y2="173.998" gradientUnits="userSpaceOnUse">
<stop stop-color="#FCEA10"/>
<stop offset="0.33" stop-color="#FDCA0A" stop-opacity="0.63"/>
<stop offset="0.66" stop-color="#FEAD04" stop-opacity="0.29"/>
<stop offset="0.89" stop-color="#FE9B01" stop-opacity="0.08"/>
<stop offset="1" stop-color="#FF9500" stop-opacity="0"/>
</linearGradient>
<linearGradient id="paint4_linear_445_2736" x1="245.804" y1="87.6267" x2="-130.024" y2="-60.1825" gradientUnits="userSpaceOnUse">
<stop stop-color="#0C5DA5" stop-opacity="0"/>
<stop offset="0.27" stop-color="#14529D" stop-opacity="0.24"/>
<stop offset="0.87" stop-color="#2A3989" stop-opacity="0.86"/>
<stop offset="1" stop-color="#2F3485"/>
</linearGradient>
<linearGradient id="paint5_linear_445_2736" x1="9.70438" y1="-29.0956" x2="244.871" y2="230.392" gradientUnits="userSpaceOnUse">
<stop stop-color="#FCEA10"/>
<stop offset="0.33" stop-color="#FDCA0A" stop-opacity="0.63"/>
<stop offset="0.66" stop-color="#FEAD04" stop-opacity="0.29"/>
<stop offset="0.89" stop-color="#FE9B01" stop-opacity="0.08"/>
<stop offset="1" stop-color="#FF9500" stop-opacity="0"/>
</linearGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 4.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 84 KiB

View File

@ -0,0 +1,208 @@
<svg width="858" height="512" viewBox="0 0 858 512" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M446.951 154.46C446.951 154.46 506.041 164.97 547.501 192.46C588.961 219.95 608.501 183.91 572.381 173.46C572.381 173.46 582.841 152.42 610.371 146.77C637.901 141.12 654.251 111.24 638.611 89.5898C638.611 89.5898 668.261 124.18 652.731 157.71C637.201 191.24 624.491 197.11 637.201 230.53C649.911 263.95 695.081 341.96 659.561 401.59C631.811 448.17 642.191 461.59 642.191 461.59C642.191 461.59 646.381 427.71 695.081 429.83C695.081 429.83 667.551 445.83 673.201 480.18H439.481C439.481 480.18 388.001 205.91 446.951 154.46Z" fill="url(#paint0_linear_445_2737)"/>
<path opacity="0.7" d="M446.951 154.46C446.951 154.46 506.041 164.97 547.501 192.46C588.961 219.95 608.501 183.91 572.381 173.46C572.381 173.46 582.841 152.42 610.371 146.77C637.901 141.12 653.961 110.77 638.611 89.5898C638.611 89.5898 668.261 124.18 652.731 157.71C637.201 191.24 624.491 197.11 637.201 230.53C649.911 263.95 695.081 341.96 659.561 401.59C631.811 448.17 642.191 461.59 642.191 461.59C642.191 461.59 646.381 427.71 695.081 429.83C695.081 429.83 667.551 445.83 673.201 480.18H439.481C439.481 480.18 388.001 205.91 446.951 154.46Z" fill="url(#paint1_linear_445_2737)"/>
<path d="M254.05 480.18C254.05 480.18 213.11 467.97 223.46 432.68C233.81 397.39 187.42 387.49 182.05 372.62C173.23 348.19 198.99 339.93 185.34 315.05C185.34 315.05 196.87 322.29 197.58 346.04C198.29 369.79 221.58 373.41 249.82 372.96C249.82 372.96 190.71 295.36 209.35 255.79C226.88 218.58 278.06 204.67 279.47 196.07C280.88 187.47 260.65 183.86 260.65 183.86C260.65 183.86 283.36 165.65 302.41 177.53C321.47 189.41 349.7 202.3 377.94 188.73C377.94 188.73 382.29 174.59 359.94 159.44C339.99 145.92 331.35 130.71 366.53 97.4603C396.41 69.2203 381.12 54.0303 381.12 54.0303C381.12 54.0303 404.06 50.9803 402.65 91.6903C401.24 132.41 415.73 148.01 446.95 154.46C478.17 160.91 501.47 193.14 507.12 231.14C512.77 269.14 495.94 286.56 519.94 322.75C543.94 358.94 556.18 398.75 552.41 430.42C552.41 430.42 540.43 390.72 508.88 370.59C469 345.14 467.59 319.36 467.59 319.36C467.59 319.36 473.59 335.31 462.3 352.27C451.01 369.23 435.12 388.24 449.59 426.24L453.47 403.85C453.47 403.85 488.06 426.24 492.29 445.92C496.52 465.6 478.47 480.19 478.47 480.19H254.06L254.05 480.18Z" fill="url(#paint2_linear_445_2737)"/>
<path opacity="0.7" d="M254.05 480.18C254.05 480.18 213.11 467.97 223.46 432.68C233.81 397.39 187.42 387.49 182.05 372.62C173.23 348.19 198.99 339.93 185.34 315.05C185.34 315.05 196.87 322.29 197.58 346.04C198.29 369.79 221.58 373.41 249.82 372.96C249.82 372.96 190.71 295.36 209.35 255.79C226.88 218.58 278.06 204.67 279.47 196.07C280.88 187.47 260.65 183.86 260.65 183.86C260.65 183.86 283.36 165.65 302.41 177.53C321.47 189.41 349.7 202.3 377.94 188.73C377.94 188.73 382.29 174.59 359.94 159.44C339.99 145.92 331.35 130.71 366.53 97.4603C396.41 69.2203 381.12 54.0303 381.12 54.0303C381.12 54.0303 404.06 50.9803 402.65 91.6903C401.24 132.41 415.73 148.01 446.95 154.46C478.17 160.91 501.47 193.14 507.12 231.14C512.77 269.14 495.94 286.56 519.94 322.75C543.94 358.94 556.18 398.75 552.41 430.42C552.41 430.42 540.43 390.72 508.88 370.59C469 345.14 467.59 319.36 467.59 319.36C467.59 319.36 473.59 335.31 462.3 352.27C451.01 369.23 435.12 388.24 449.59 426.24L453.47 403.85C453.47 403.85 488.06 426.24 492.29 445.92C496.52 465.6 478.47 480.19 478.47 480.19H254.06L254.05 480.18Z" fill="url(#paint3_linear_445_2737)"/>
<path opacity="0.7" d="M643.871 480.18C643.871 480.18 607.101 452.27 611.781 417.79C616.861 380.4 696.011 304.75 610.091 235.45C534.521 174.49 453.811 165.82 453.811 165.82C453.811 165.82 539.071 183.87 560.501 261.78C578.671 327.82 527.191 385.11 530.541 429.82C530.541 429.82 540.581 420.29 549.361 436.53C558.131 452.77 536.741 470.77 536.741 470.77C536.741 470.77 524.291 408.45 484.391 393.37C484.391 393.37 503.611 447.59 478.461 480.18H643.871Z" fill="url(#paint4_linear_445_2737)"/>
<path opacity="0.7" d="M568.731 480.2C568.731 480.2 572.461 426.43 604.351 369.08C636.241 311.73 611.351 241.47 566.841 209.99C566.841 209.99 683.081 258.23 653.901 373.44C653.901 373.44 626.191 389.88 618.371 417.79C606.721 459.35 635.781 480.18 635.781 480.18L568.721 480.2H568.731Z" fill="url(#paint5_linear_445_2737)"/>
<path opacity="0.7" d="M254.051 480.18C254.051 480.18 229.701 466.95 232.871 437.43C236.051 407.91 209.251 393.88 195.111 381.45C180.971 369.01 188.761 347.41 188.761 347.41C188.761 347.41 182.051 371.61 209.351 378.17C236.641 384.73 272.881 402.83 272.881 402.83C272.881 402.83 250.171 426.58 264.291 451.52C278.411 476.46 358.531 480.19 358.531 480.19H254.061L254.051 480.18Z" fill="url(#paint6_linear_445_2737)"/>
<path opacity="0.7" d="M358.52 480.18C358.52 480.18 277.58 482.44 245.11 443.08C245.11 443.08 242.76 402.1 287.46 382.1C332.17 362.1 319.46 312.99 319.46 312.99C319.46 312.99 349.58 386.53 321.34 422.27C321.34 422.27 280.16 409.6 270.99 427.92C261.81 446.24 284.75 475.42 358.52 480.17V480.18Z" fill="url(#paint7_linear_445_2737)"/>
<path opacity="0.7" d="M502.231 480.18C502.231 480.18 519.881 447.61 490.971 404.63C462.061 361.65 486.361 334.77 488.331 288.27C490.301 241.77 472.891 214.62 472.891 214.62C472.891 214.62 490.981 279.25 454.541 336.74C422.941 386.59 399.011 429.5 459.251 458.91C459.251 458.91 462.901 446.29 478.491 450.65C497.251 455.91 502.251 480.17 502.251 480.17L502.231 480.18Z" fill="url(#paint8_linear_445_2737)"/>
<path opacity="0.7" d="M472.961 391.18C472.961 391.18 505.521 402.08 516.671 414.53L510.471 414.46C510.471 414.46 517.741 432.83 507.591 458.63C507.591 458.63 497.441 422.11 472.961 391.18Z" fill="url(#paint9_linear_445_2737)"/>
<path opacity="0.7" d="M422.761 449.64C385.351 443.87 372.291 437.76 372.291 437.76C372.291 437.76 381.471 453.71 412.531 462.87C412.531 462.87 388.181 483.23 343.351 471.35C298.531 459.47 283.001 480.17 283.001 480.17H254.061C254.061 480.17 374.061 439.72 417.821 366.98C461.581 294.24 434.761 233.62 398.061 202.85C361.351 172.09 371.821 131.88 384.411 110.56C401.121 82.2903 389.121 58.5303 389.121 58.5303C389.121 58.5303 402.301 65.5403 399.471 98.1103C396.651 130.68 408.881 151.72 437.821 160.77C437.821 160.77 406.881 174.79 427.351 202.96C447.821 231.12 478.121 301.54 451.551 354.07C424.981 406.6 398.761 435.15 422.761 449.63V449.64Z" fill="url(#paint10_linear_445_2737)"/>
<path d="M358.05 71.4404C358.05 71.4404 367.36 54.1504 349.11 41.4004C339.05 34.3804 317.53 37.5204 317.53 37.5204C317.53 37.5204 340.73 63.9204 358.05 71.4304V71.4404Z" fill="url(#paint11_linear_445_2737)"/>
<path opacity="0.7" d="M313.351 191.78C313.351 191.78 351.821 208.41 381.111 191.78C381.111 191.78 384.281 175.46 360.271 156.83C336.261 138.2 345.941 114.72 372.471 94.2305C372.471 94.2305 358.501 127.29 374.291 154C392.881 185.44 394.051 221.18 394.051 221.18C394.051 221.18 340.871 216.2 313.341 191.77L313.351 191.78Z" fill="url(#paint12_linear_445_2737)"/>
<path opacity="0.7" d="M383.941 55.3799C383.941 55.3799 393.121 69.1799 382.531 83.6499C371.941 98.1299 342.971 120.47 348.161 141.64C353.351 162.82 379.941 158.52 384.881 192.45C384.881 192.45 380.411 160.33 367.591 146.31C354.771 132.29 390.521 98.1999 394.061 85.0099C394.061 85.0099 395.711 63.7499 383.941 55.3799Z" fill="url(#paint13_linear_445_2737)"/>
<path d="M428.26 129.57C428.26 129.57 419.7 123.96 428.26 111.25C428.26 111.25 437.98 118.35 428.26 129.57Z" fill="url(#paint14_linear_445_2737)"/>
<path d="M231.071 188.26C231.071 188.26 191.271 203.69 185.631 180.32C185.631 180.32 186.511 176.92 196.811 174.5C196.811 174.5 209.081 187.84 231.071 188.26Z" fill="url(#paint15_linear_445_2737)"/>
<path d="M178.76 301.94C178.76 301.94 165.11 293.57 167.47 272.99C169.81 252.49 163 241.1 163 241.1C163 241.1 175.7 253.09 180.17 273.45C180.17 273.45 172.41 284.31 178.76 301.95V301.94Z" fill="url(#paint16_linear_445_2737)"/>
<path d="M235.471 70.3497C235.471 70.3497 228.46 63.8397 232.13 53.9697C232.13 53.9697 241.67 60.5497 243.87 72.3097L235.471 70.3497Z" fill="url(#paint17_linear_445_2737)"/>
<path d="M632.26 108.3C632.26 108.3 637.2 93.48 618.67 68.06C606.47 51.33 609.67 31 609.67 31C609.67 31 596.96 53.24 604.38 78.65C604.38 78.65 623.09 87.12 632.26 108.3Z" fill="url(#paint18_linear_445_2737)"/>
<path d="M677.891 405.46C677.891 405.46 686.891 396.89 691.831 383.66C691.831 383.66 692.891 392.13 691.481 400.78L677.891 405.47V405.46Z" fill="url(#paint19_linear_445_2737)"/>
<path opacity="0.7" d="M625.29 233.59C625.29 233.59 591.67 203.24 599.43 182.06C607.19 160.88 642.84 143.59 649.9 125.94C649.9 125.94 645.78 161.12 634.37 176.06C619.55 195.47 625.29 233.59 625.29 233.59Z" fill="url(#paint20_linear_445_2737)"/>
<g filter="url(#filter0_d_445_2737)">
<path d="M533.592 201.534C474.819 158.453 425.076 211.137 425.076 211.137C425.076 211.137 375.344 158.443 316.561 201.534C260.362 242.726 265.591 396.373 425.076 460.59C584.552 396.373 589.79 242.726 533.592 201.534Z" fill="url(#paint21_linear_445_2737)"/>
<path d="M425.087 460.589C584.562 396.373 589.801 242.726 533.602 201.533C514.254 187.353 495.894 183.545 479.958 184.824C487.322 184.355 518.156 184.864 523.943 225.887C530.519 272.536 481.744 377.365 399.811 387.518C329.204 396.273 299.269 347.475 298.211 345.706C317.389 389.817 357.293 433.288 425.097 460.589H425.087Z" fill="url(#paint22_linear_445_2737)"/>
<path opacity="0.7" d="M341.437 196.397C341.437 196.397 304.307 206.8 293.351 254.977C282.395 303.155 309.107 351.483 309.107 351.483C309.107 351.483 303.629 293.821 341.437 196.387V196.397Z" fill="url(#paint23_linear_445_2737)"/>
<path opacity="0.7" d="M400.629 443.301C400.629 443.301 467.933 440.233 525.529 368.591C525.529 368.591 494.346 417.698 428.578 455.652C428.578 455.652 411.525 452.155 400.629 443.301Z" fill="url(#paint24_linear_445_2737)"/>
<path d="M407.205 212.996C425.834 240.438 451.868 249.492 451.868 249.492C451.868 249.492 467.654 183.266 441.361 198.306C431.083 204.792 425.086 211.137 425.086 211.137C425.086 211.137 397.286 181.687 358.689 184.835C359.148 184.845 388.715 185.764 407.205 212.996Z" fill="url(#paint25_linear_445_2737)"/>
<path opacity="0.7" d="M356.027 196.397C329.315 196.397 298.222 214.634 290.708 267.349C284.093 313.768 309.069 396.532 393.586 376.376C478.113 356.219 525.062 226.307 495.127 208.668C465.191 191.03 450.044 239.178 452.159 271.366C452.159 271.366 403.205 196.387 356.017 196.387L356.027 196.397Z" fill="url(#paint26_linear_445_2737)"/>
</g>
<defs>
<filter id="filter0_d_445_2737" x="254.08" y="154.59" width="342" height="336" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset/>
<feGaussianBlur stdDeviation="15"/>
<feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_445_2737"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_445_2737" result="shape"/>
</filter>
<linearGradient id="paint0_linear_445_2737" x1="587.741" y1="138.44" x2="503.741" y2="671.38" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF9500"/>
<stop offset="0.36" stop-color="#FF8004"/>
<stop offset="1" stop-color="#FF540D"/>
</linearGradient>
<linearGradient id="paint1_linear_445_2737" x1="686.321" y1="121.37" x2="545.141" y2="338.79" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF9500" stop-opacity="0"/>
<stop offset="0.11" stop-color="#FE9B01" stop-opacity="0.08"/>
<stop offset="0.34" stop-color="#FEAD04" stop-opacity="0.29"/>
<stop offset="0.67" stop-color="#FDCA0A" stop-opacity="0.63"/>
<stop offset="1" stop-color="#FCEA10"/>
</linearGradient>
<linearGradient id="paint2_linear_445_2737" x1="277.46" y1="148.2" x2="473.6" y2="581.35" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF9500"/>
<stop offset="0.36" stop-color="#FF8004"/>
<stop offset="1" stop-color="#FF540D"/>
</linearGradient>
<linearGradient id="paint3_linear_445_2737" x1="141.2" y1="146.18" x2="513.91" y2="400.29" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF9500" stop-opacity="0"/>
<stop offset="0.11" stop-color="#FE9B01" stop-opacity="0.08"/>
<stop offset="0.34" stop-color="#FEAD04" stop-opacity="0.29"/>
<stop offset="0.67" stop-color="#FDCA0A" stop-opacity="0.63"/>
<stop offset="1" stop-color="#FCEA10"/>
</linearGradient>
<linearGradient id="paint4_linear_445_2737" x1="784.851" y1="294.28" x2="344.231" y2="347.91" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF9500" stop-opacity="0"/>
<stop offset="0.11" stop-color="#FE9B01" stop-opacity="0.08"/>
<stop offset="0.34" stop-color="#FEAD04" stop-opacity="0.29"/>
<stop offset="0.67" stop-color="#FDCA0A" stop-opacity="0.63"/>
<stop offset="1" stop-color="#FCEA10"/>
</linearGradient>
<linearGradient id="paint5_linear_445_2737" x1="734.201" y1="319.4" x2="438.431" y2="376.57" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF9500" stop-opacity="0"/>
<stop offset="0.11" stop-color="#FE9B01" stop-opacity="0.08"/>
<stop offset="0.34" stop-color="#FEAD04" stop-opacity="0.29"/>
<stop offset="0.67" stop-color="#FDCA0A" stop-opacity="0.63"/>
<stop offset="1" stop-color="#FCEA10"/>
</linearGradient>
<linearGradient id="paint6_linear_445_2737" x1="206.201" y1="275.82" x2="379.651" y2="662.98" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF9500" stop-opacity="0"/>
<stop offset="0.11" stop-color="#FE9B01" stop-opacity="0.08"/>
<stop offset="0.34" stop-color="#FEAD04" stop-opacity="0.29"/>
<stop offset="0.67" stop-color="#FDCA0A" stop-opacity="0.63"/>
<stop offset="1" stop-color="#FCEA10"/>
</linearGradient>
<linearGradient id="paint7_linear_445_2737" x1="200.98" y1="267.68" x2="403.45" y2="542.48" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF9500" stop-opacity="0"/>
<stop offset="0.11" stop-color="#FE9B01" stop-opacity="0.08"/>
<stop offset="0.34" stop-color="#FEAD04" stop-opacity="0.29"/>
<stop offset="0.67" stop-color="#FDCA0A" stop-opacity="0.63"/>
<stop offset="1" stop-color="#FCEA10"/>
</linearGradient>
<linearGradient id="paint8_linear_445_2737" x1="409.381" y1="182.3" x2="492.271" y2="463.58" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF9500" stop-opacity="0"/>
<stop offset="0.11" stop-color="#FE9B01" stop-opacity="0.08"/>
<stop offset="0.34" stop-color="#FEAD04" stop-opacity="0.29"/>
<stop offset="0.67" stop-color="#FDCA0A" stop-opacity="0.63"/>
<stop offset="1" stop-color="#FCEA10"/>
</linearGradient>
<linearGradient id="paint9_linear_445_2737" x1="484.421" y1="362.8" x2="512.601" y2="471.42" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF9500" stop-opacity="0"/>
<stop offset="0.11" stop-color="#FE9B01" stop-opacity="0.08"/>
<stop offset="0.34" stop-color="#FEAD04" stop-opacity="0.29"/>
<stop offset="0.67" stop-color="#FDCA0A" stop-opacity="0.63"/>
<stop offset="1" stop-color="#FCEA10"/>
</linearGradient>
<linearGradient id="paint10_linear_445_2737" x1="167.741" y1="133.76" x2="583.411" y2="499.87" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF9500" stop-opacity="0"/>
<stop offset="0.11" stop-color="#FE9B01" stop-opacity="0.08"/>
<stop offset="0.34" stop-color="#FEAD04" stop-opacity="0.29"/>
<stop offset="0.67" stop-color="#FDCA0A" stop-opacity="0.63"/>
<stop offset="1" stop-color="#FCEA10"/>
</linearGradient>
<linearGradient id="paint11_linear_445_2737" x1="325.56" y1="28.2504" x2="483.18" y2="231.68" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF9500"/>
<stop offset="0.36" stop-color="#FF8004"/>
<stop offset="1" stop-color="#FF540D"/>
</linearGradient>
<linearGradient id="paint12_linear_445_2737" x1="288.181" y1="68.8805" x2="450.061" y2="288.13" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF9500" stop-opacity="0"/>
<stop offset="0.11" stop-color="#FE9B01" stop-opacity="0.08"/>
<stop offset="0.34" stop-color="#FEAD04" stop-opacity="0.29"/>
<stop offset="0.67" stop-color="#FDCA0A" stop-opacity="0.63"/>
<stop offset="1" stop-color="#FCEA10"/>
</linearGradient>
<linearGradient id="paint13_linear_445_2737" x1="351.391" y1="44.4099" x2="408.841" y2="229.46" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF9500" stop-opacity="0"/>
<stop offset="0.11" stop-color="#FE9B01" stop-opacity="0.08"/>
<stop offset="0.34" stop-color="#FEAD04" stop-opacity="0.29"/>
<stop offset="0.67" stop-color="#FDCA0A" stop-opacity="0.63"/>
<stop offset="1" stop-color="#FCEA10"/>
</linearGradient>
<linearGradient id="paint14_linear_445_2737" x1="428.86" y1="88.54" x2="428.11" y2="159.21" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF9500"/>
<stop offset="0.36" stop-color="#FF8004"/>
<stop offset="1" stop-color="#FF540D"/>
</linearGradient>
<linearGradient id="paint15_linear_445_2737" x1="188.558" y1="179.052" x2="248.325" y2="205.478" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF9500"/>
<stop offset="0.36" stop-color="#FF8004"/>
<stop offset="1" stop-color="#FF540D"/>
</linearGradient>
<linearGradient id="paint16_linear_445_2737" x1="162.3" y1="250.35" x2="193.63" y2="325.28" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF9500"/>
<stop offset="0.36" stop-color="#FF8004"/>
<stop offset="1" stop-color="#FF540D"/>
</linearGradient>
<linearGradient id="paint17_linear_445_2737" x1="232.41" y1="55.4397" x2="251.15" y2="96.9597" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF9500"/>
<stop offset="0.36" stop-color="#FF8004"/>
<stop offset="1" stop-color="#FF540D"/>
</linearGradient>
<linearGradient id="paint18_linear_445_2737" x1="601" y1="41.53" x2="648.3" y2="146" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF9500"/>
<stop offset="0.36" stop-color="#FF8004"/>
<stop offset="1" stop-color="#FF540D"/>
</linearGradient>
<linearGradient id="paint19_linear_445_2737" x1="682.431" y1="389.19" x2="691.591" y2="409.43" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF9500"/>
<stop offset="0.36" stop-color="#FF8004"/>
<stop offset="1" stop-color="#FF540D"/>
</linearGradient>
<linearGradient id="paint20_linear_445_2737" x1="594.13" y1="269.66" x2="646.01" y2="93.5404" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF9500" stop-opacity="0"/>
<stop offset="0.11" stop-color="#FE9B01" stop-opacity="0.08"/>
<stop offset="0.34" stop-color="#FEAD04" stop-opacity="0.29"/>
<stop offset="0.67" stop-color="#FDCA0A" stop-opacity="0.63"/>
<stop offset="1" stop-color="#FCEA10"/>
</linearGradient>
<linearGradient id="paint21_linear_445_2737" x1="543.131" y1="393.165" x2="386.338" y2="262.492" gradientUnits="userSpaceOnUse">
<stop stop-color="#EF4B9F"/>
<stop offset="1" stop-color="#E6332A"/>
</linearGradient>
<linearGradient id="paint22_linear_445_2737" x1="359.119" y1="234.541" x2="801.137" y2="627.824" gradientUnits="userSpaceOnUse">
<stop stop-color="#0C5DA5" stop-opacity="0"/>
<stop offset="0.27" stop-color="#14529D" stop-opacity="0.24"/>
<stop offset="0.87" stop-color="#2A3989" stop-opacity="0.86"/>
<stop offset="1" stop-color="#2F3485"/>
</linearGradient>
<linearGradient id="paint23_linear_445_2737" x1="273.225" y1="172.103" x2="452.03" y2="520.963" gradientUnits="userSpaceOnUse">
<stop stop-color="#FCEA10"/>
<stop offset="0.33" stop-color="#FDCA0A" stop-opacity="0.63"/>
<stop offset="0.66" stop-color="#FEAD04" stop-opacity="0.29"/>
<stop offset="0.89" stop-color="#FE9B01" stop-opacity="0.08"/>
<stop offset="1" stop-color="#FF9500" stop-opacity="0"/>
</linearGradient>
<linearGradient id="paint24_linear_445_2737" x1="323.106" y1="548.35" x2="544.256" y2="328.587" gradientUnits="userSpaceOnUse">
<stop stop-color="#FCEA10"/>
<stop offset="0.33" stop-color="#FDCA0A" stop-opacity="0.63"/>
<stop offset="0.66" stop-color="#FEAD04" stop-opacity="0.29"/>
<stop offset="0.89" stop-color="#FE9B01" stop-opacity="0.08"/>
<stop offset="1" stop-color="#FF9500" stop-opacity="0"/>
</linearGradient>
<linearGradient id="paint25_linear_445_2737" x1="499.884" y1="242.217" x2="124.056" y2="94.4074" gradientUnits="userSpaceOnUse">
<stop stop-color="#0C5DA5" stop-opacity="0"/>
<stop offset="0.27" stop-color="#14529D" stop-opacity="0.24"/>
<stop offset="0.87" stop-color="#2A3989" stop-opacity="0.86"/>
<stop offset="1" stop-color="#2F3485"/>
</linearGradient>
<linearGradient id="paint26_linear_445_2737" x1="263.786" y1="125.494" x2="498.953" y2="384.982" gradientUnits="userSpaceOnUse">
<stop stop-color="#FCEA10"/>
<stop offset="0.33" stop-color="#FDCA0A" stop-opacity="0.63"/>
<stop offset="0.66" stop-color="#FEAD04" stop-opacity="0.29"/>
<stop offset="0.89" stop-color="#FE9B01" stop-opacity="0.08"/>
<stop offset="1" stop-color="#FF9500" stop-opacity="0"/>
</linearGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 20 KiB

View File

@ -0,0 +1,522 @@
<svg width="858" height="512" viewBox="0 0 858 512" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M671.275 387.78C672.685 388.42 732.925 358.91 772.455 387.78C811.985 416.65 779.985 461.83 757.865 473.12C757.865 473.12 780.455 472.16 797.395 484.17H618.575L671.285 387.78H671.275Z" fill="url(#paint0_linear_445_2816)"/>
<path style="mix-blend-mode:color-dodge" opacity="0.5" d="M671.275 387.78C672.685 388.42 732.925 358.91 772.455 387.78C811.985 416.65 779.985 461.83 757.865 473.12C757.865 473.12 780.455 472.16 797.395 484.17H618.575L671.285 387.78H671.275Z" fill="url(#paint1_linear_445_2816)"/>
<path d="M370.565 425.09C371.615 424.25 264.995 351.61 188.755 338.25C112.515 324.89 121.695 412.17 154.875 430.65C154.875 430.65 142.875 443.48 155.585 454.07C155.585 454.07 146.405 471.72 118.175 454.07C89.9451 436.42 49.7051 459.47 62.4151 483.94H444.345L370.565 425.09Z" fill="url(#paint2_linear_445_2816)"/>
<path style="mix-blend-mode:color-dodge" opacity="0.5" d="M370.565 425.09C371.615 424.25 264.995 351.61 188.755 338.25C112.515 324.89 121.695 412.17 154.875 430.65C154.875 430.65 142.875 443.48 155.585 454.07C155.585 454.07 146.405 471.72 118.175 454.07C89.9451 436.42 49.7051 459.47 62.4151 483.94H444.345L370.565 425.09Z" fill="url(#paint3_linear_445_2816)"/>
<path d="M669.416 483.94C669.416 483.94 746.016 441.83 737.886 384.18C729.066 321.63 679.016 341.47 679.016 341.47L669.416 221.69C669.416 221.69 679.666 213.2 675.136 198.76C671.376 186.77 656.906 192.32 662.426 171.71C668.546 148.89 657.206 96.7596 594.506 136.77C594.506 136.77 571.646 79.2396 506.036 78.8896C440.426 78.5396 460.536 126.54 460.536 126.54C460.536 126.54 431.716 119.13 423.896 169.95L394.186 184.77C394.186 184.77 378.656 164.42 346.656 163.48C314.656 162.54 299.666 188.42 298.216 206.3C298.216 206.3 256.826 196.42 220.336 210.54C183.846 224.66 157.476 261.67 165.786 314.11C165.786 314.11 139.646 303.32 139.596 330.82C139.576 345.73 168.776 368.36 173.476 377.21C178.176 386.06 160.536 411.01 189.126 424.77C217.716 438.53 227.596 432.53 241.366 441.36C241.366 441.36 201.836 465.47 188.776 484.18L669.406 483.94H669.416Z" fill="url(#paint4_linear_445_2816)"/>
<path style="mix-blend-mode:color-dodge" opacity="0.7" d="M669.416 483.94C669.416 483.94 746.016 441.83 737.886 384.18C729.066 321.63 679.016 341.47 679.016 341.47L669.416 221.69C669.416 221.69 679.666 213.2 675.136 198.76C671.376 186.77 656.906 192.32 662.426 171.71C668.546 148.89 657.206 96.7596 594.506 136.77C594.506 136.77 571.646 79.2396 506.036 78.8896C440.426 78.5396 460.536 126.54 460.536 126.54C460.536 126.54 431.716 119.13 423.896 169.95L394.186 184.77C394.186 184.77 378.656 164.42 346.656 163.48C314.656 162.54 299.666 188.42 298.216 206.3C298.216 206.3 256.826 196.42 220.336 210.54C183.846 224.66 157.476 261.67 165.786 314.11C165.786 314.11 139.646 303.32 139.596 330.82C139.576 345.73 168.776 368.36 173.476 377.21C178.176 386.06 160.536 411.01 189.126 424.77C217.716 438.53 227.596 432.53 241.366 441.36C241.366 441.36 201.836 465.47 188.776 484.18L669.406 483.94H669.416Z" fill="url(#paint5_linear_445_2816)"/>
<path d="M384.156 189.59C384.156 189.59 381.066 174.06 382.126 159.24C382.126 159.24 390.216 171.83 406.836 166.83C421.486 162.42 405.776 149.77 393.596 160.12C393.596 160.12 371.066 151.71 377.186 111.71C377.186 111.71 392.086 139 438.986 162.53C485.886 186.06 509.726 191.71 509.726 191.71C509.726 191.71 487.766 178.65 466.706 160.3C466.706 160.3 524.216 154.65 549.666 195.95C549.666 195.95 551.536 190.77 560.246 194.07C568.956 197.37 565.076 217.83 590.076 225.13C590.076 225.13 582.366 218.07 575.066 206.07C575.066 206.07 571.066 176.42 590.076 143.36C590.076 143.36 584.006 172.89 592.636 193.83L604.006 196.18C604.006 196.18 604.756 210.34 613.886 206.3C620.006 203.59 621.886 197.56 627.296 197.36C639.766 196.89 646.006 217.01 646.006 217.01C646.006 217.01 670.816 213.38 691.066 233.36C707.536 249.62 703.536 290.19 703.536 290.19C703.536 290.19 701.886 278.88 691.296 272.12C691.296 272.12 676.006 276.72 677.646 295.62C679.296 314.53 687.996 333.84 687.996 333.84C687.996 333.84 681.226 312.04 700.046 305.47C700.046 305.47 697.166 321.69 699.526 330.81C701.876 339.93 711.056 360.64 711.056 380.4C711.056 380.4 684.236 423.46 635.526 447.69C635.526 447.69 684.466 422.51 707.996 421.55C707.996 421.55 725.876 435.93 737.876 468.4C737.876 468.4 688.696 446.75 666.346 464.87C648.666 479.2 669.406 483.93 669.406 483.93H374.296C374.296 483.93 329.176 468.87 327.766 395.46C326.356 322.05 364.476 260.57 364.476 260.57L384.156 189.58V189.59Z" fill="url(#paint6_linear_445_2816)"/>
<path style="mix-blend-mode:color-dodge" opacity="0.7" d="M384.156 189.59C384.156 189.59 381.066 174.06 382.126 159.24C382.126 159.24 390.216 171.83 406.836 166.83C421.486 162.42 405.776 149.77 393.596 160.12C393.596 160.12 371.066 151.71 377.186 111.71C377.186 111.71 392.086 139 438.986 162.53C485.886 186.06 509.726 191.71 509.726 191.71C509.726 191.71 487.766 178.65 466.706 160.3C466.706 160.3 524.216 154.65 549.666 195.95C549.666 195.95 551.536 190.77 560.246 194.07C568.956 197.37 565.076 217.83 590.076 225.13C590.076 225.13 582.366 218.07 575.066 206.07C575.066 206.07 571.066 176.42 590.076 143.36C590.076 143.36 584.006 172.89 592.636 193.83L604.006 196.18C604.006 196.18 604.756 210.34 613.886 206.3C620.006 203.59 621.886 197.56 627.296 197.36C639.766 196.89 646.006 217.01 646.006 217.01C646.006 217.01 670.816 213.38 691.066 233.36C707.536 249.62 703.536 290.19 703.536 290.19C703.536 290.19 701.886 278.88 691.296 272.12C691.296 272.12 676.006 276.72 677.646 295.62C679.296 314.53 687.996 333.84 687.996 333.84C687.996 333.84 681.226 312.04 700.046 305.47C700.046 305.47 697.166 321.69 699.526 330.81C701.876 339.93 711.056 360.64 711.056 380.4C711.056 380.4 684.236 423.46 635.526 447.69C635.526 447.69 684.466 422.51 707.996 421.55C707.996 421.55 725.876 435.93 737.876 468.4C737.876 468.4 688.696 446.75 666.346 464.87C648.666 479.2 669.406 483.93 669.406 483.93H374.296C374.296 483.93 329.176 468.87 327.766 395.46C326.356 322.05 364.476 260.57 364.476 260.57L384.156 189.58V189.59Z" fill="url(#paint7_linear_445_2816)"/>
<path style="mix-blend-mode:color-dodge" opacity="0.7" d="M438.986 483.94C438.986 483.94 456.946 417.68 444.406 340.01C431.866 262.34 403.396 198.76 403.396 198.76C403.396 198.76 426.595 216.64 436.005 236.88V217.47C436.005 217.47 491.725 213.82 538.455 241.11C585.185 268.4 548.595 438.76 479.835 483.93L465.186 484.17C465.186 484.17 481.865 474.05 484.705 442.99C484.705 442.99 458.216 456.72 442.836 484.17L438.986 483.93V483.94Z" fill="url(#paint8_linear_445_2816)"/>
<path style="mix-blend-mode:color-dodge" opacity="0.7" d="M666.355 464.88C688.705 446.76 737.885 468.41 737.885 468.41C725.885 435.94 708.005 421.56 708.005 421.56C686.635 422.44 644.305 443.28 636.715 447.1C636.325 447.3 635.925 447.5 635.535 447.7C635.535 447.7 635.955 447.49 636.715 447.1C684.665 422.76 711.065 380.41 711.065 380.41C711.065 360.65 701.885 339.94 699.535 330.82C697.185 321.7 700.055 305.48 700.055 305.48C681.235 312.04 688.005 333.85 688.005 333.85C688.005 333.85 679.295 314.54 677.655 295.63C676.005 276.72 691.305 272.13 691.305 272.13C700.245 277.84 702.805 286.79 703.395 289.44C693.655 236.93 621.265 213.78 621.265 213.78C621.265 213.78 657.185 242.54 668.015 271.28C678.835 300.01 668.015 366.21 668.015 366.21C668.015 366.21 699.545 364.9 690.135 379.47C680.725 394.04 640.485 411.25 640.485 411.25L621.265 409.84C592.865 433.84 525.105 457.84 525.105 457.84C532.555 435.25 536.235 387.8 536.235 387.8C512.275 460.59 454.365 483.96 454.365 483.96H669.425C669.425 483.96 648.685 479.24 666.365 464.9L666.355 464.88Z" fill="url(#paint9_linear_445_2816)"/>
<path style="mix-blend-mode:color-dodge" d="M298.225 418.11C401.195 376.71 404.575 277.65 368.285 251.09C355.795 241.95 343.935 239.5 333.645 240.32C338.395 240.02 358.315 240.35 362.045 266.8C366.295 296.88 334.795 364.46 281.895 371.01C236.305 376.65 216.975 345.19 216.295 344.05C228.675 372.49 254.445 400.51 298.225 418.12V418.11Z" fill="url(#paint10_linear_445_2816)"/>
<path style="mix-blend-mode:screen" opacity="0.7" d="M244.216 247.77C244.216 247.77 220.246 254.48 213.166 285.54C206.086 316.6 223.336 347.76 223.336 347.76C223.336 347.76 219.796 310.58 244.216 247.77Z" fill="url(#paint11_linear_445_2816)"/>
<path style="mix-blend-mode:multiply" d="M286.676 258.47C298.706 276.16 315.516 282 315.516 282C315.516 282 325.706 239.31 308.726 249C302.086 253.18 298.216 257.27 298.216 257.27C298.216 257.27 280.266 238.29 255.346 240.31C255.646 240.31 274.736 240.91 286.666 258.46L286.676 258.47Z" fill="url(#paint12_linear_445_2816)"/>
<path d="M368.286 251.09C365.336 248.93 362.416 247.14 359.546 245.68L362.156 249.64L352.996 253.93L369.186 253.03C375.156 259.42 379.666 275.15 379.666 275.15C377.016 299.95 364.816 307.61 364.816 307.61L358.436 308.66L359.766 318.62L355.786 324.49L338.536 307.61C338.536 307.61 346.766 328.64 346.766 333.42C346.766 338.2 344.116 348.81 344.116 348.81L352.076 365.04C342.786 373.85 328.456 380.65 328.456 380.65L308.286 379.06L299.796 382.06L278.296 379.06L284.666 388.88C284.666 388.88 291.566 385.7 295.546 388.88C299.526 392.06 298.226 398.43 298.226 398.43C282.766 400 255.636 393.52 255.016 393.38C266.876 402.8 281.176 411.24 298.226 418.1C401.196 376.7 404.576 277.64 368.286 251.08V251.09ZM300.676 401.72C302.536 396.94 302.096 391.64 302.096 391.64L308.906 399.51L300.676 401.72ZM322.876 393.05L311.726 382.79C311.726 382.79 327.296 383.5 339.416 389.25L322.876 393.05ZM358.966 358.24L348.486 348.29L350.146 342.45H353.266C350.346 335.28 347.026 326.13 347.026 326.13L360.026 340.38L358.966 358.25V358.24ZM371.436 311.4C371.706 317.64 368.386 323.74 368.386 323.74L361.886 314.52L371.436 311.4ZM369.226 335.29L364.006 322.37L373.286 331.9C373.286 331.9 370.646 334.85 369.226 335.29Z" fill="url(#paint13_linear_445_2816)"/>
<path d="M322.135 371.37C322.135 371.37 310.715 369.95 302.775 366.06V362.18L296.955 348.81L318.545 360.64C318.545 360.64 319.005 369.24 322.135 371.36V371.37Z" fill="url(#paint14_linear_445_2816)"/>
<path d="M243.705 370.22C243.705 370.22 257.415 376.15 272.985 378.54L266.525 382.07L255.905 378.72L254.405 376.51L243.705 370.23V370.22Z" fill="url(#paint15_linear_445_2816)"/>
<path d="M348.445 291.67L354.285 299.92L352.425 287.6C352.425 287.6 349.245 289.9 348.445 291.67Z" fill="url(#paint16_linear_445_2816)"/>
<path d="M323.275 265.35L328.845 256.06C328.845 256.06 338.535 253.8 345.835 254.33L331.105 259.8H338.005L323.275 265.35Z" fill="url(#paint17_linear_445_2816)"/>
<path d="M274.316 348.83C274.316 348.83 283.516 353.9 290.236 354.06L289.526 347.77L274.306 348.83H274.316Z" fill="url(#paint18_linear_445_2816)"/>
<g filter="url(#filter0_d_445_2816)">
<path d="M510.364 380.01C510.364 380.01 525.504 416.01 483.164 427.77C440.824 439.53 389.924 403.13 343.924 404.12C297.924 405.11 255.664 402.46 258.634 345.02C261.604 287.58 328.484 181.15 461.874 201.97C569.824 218.82 588.224 298.48 588.224 327.57C588.224 349.91 576.614 394.82 510.374 380.01H510.364Z" fill="url(#paint19_linear_445_2816)"/>
<path style="mix-blend-mode:multiply" opacity="0.35" d="M398.724 324.61C398.724 324.61 424.834 326.02 455.174 342.96C485.514 359.9 506.054 364.91 532.084 342.65C561.434 317.54 587.754 318.98 587.754 318.98C588.074 322.17 588.214 325.07 588.214 327.58C588.214 349.92 576.604 394.83 510.364 380.02C482.994 374.11 472.814 361.78 449.924 345.79C427.034 329.8 398.724 324.62 398.724 324.62V324.61Z" fill="url(#paint20_linear_445_2816)"/>
<path style="mix-blend-mode:multiply" opacity="0.35" d="M483.164 427.77C440.824 439.53 389.924 403.13 343.924 404.12C297.924 405.11 255.664 402.46 258.634 345.02C260.704 304.97 293.864 241.08 358.974 213.15C295.234 269.63 320.764 373.5 358.974 391.88C383.754 403.8 407.014 392.01 446.004 380.01C478.774 369.93 510.364 380.01 510.364 380.01C510.364 380.01 525.494 416.01 483.164 427.77Z" fill="url(#paint21_linear_445_2816)"/>
<path style="mix-blend-mode:multiply" opacity="0.5" d="M510.364 380.01C510.364 380.01 470.464 365.54 446.944 369.3C423.424 373.06 407.424 377.39 398.724 377.34C390.024 377.3 358.664 346.23 347.994 318.96C337.334 291.68 340.624 237.58 360.384 239.94C380.144 242.29 382.024 270.05 382.024 288.86C382.024 307.67 366.034 307.68 362.734 301.09C359.444 294.5 360.854 274.28 360.854 274.28C360.854 274.28 362.574 296.39 365.874 298.9C369.174 301.41 378.574 299.37 378.104 290.59C377.634 281.81 378.104 258.6 371.674 251.55C365.244 244.49 357.094 243.08 353.954 247.47C350.814 251.86 344.624 269.11 347.214 289.81C349.804 310.51 352.864 325.8 366.034 343.2C379.204 360.61 389.794 370.72 400.844 372.37C411.894 374.02 443.944 361.32 461.054 363.9C478.164 366.49 510.364 380.02 510.364 380.02V380.01Z" fill="url(#paint22_linear_445_2816)"/>
<path style="mix-blend-mode:multiply" opacity="0.5" d="M362.184 284.78C363.404 291.05 362.964 301.17 370.094 299.86C370.094 299.86 364.924 304.85 362.724 301.09C360.524 297.33 362.174 284.78 362.174 284.78H362.184Z" fill="url(#paint23_linear_445_2816)"/>
<path style="mix-blend-mode:multiply" opacity="0.5" d="M550.904 357.54C550.904 357.54 576.774 348.13 563.604 337.78C550.434 327.43 530.674 329.31 518.444 333.08C506.214 336.84 446.474 325.84 438.004 309.94C429.534 294.04 451.644 274.28 463.404 260.17C475.164 246.06 446.464 220.18 434.704 217.83C434.704 217.83 453.994 226.92 458.064 242.29C462.144 257.66 456.494 265.5 445.204 275.22C433.914 284.94 423.254 302.47 437.364 314.72C451.474 326.97 478.094 333.87 498.974 336.06C519.844 338.26 542.744 332.61 549.954 335.12C557.164 337.63 574.414 343.59 550.894 357.54H550.904Z" fill="url(#paint24_linear_445_2816)"/>
<path style="mix-blend-mode:multiply" opacity="0.5" d="M448.134 321.93C448.134 321.93 432.984 314.96 431.024 304.57C429.064 294.19 438.154 282.57 438.154 282.57C438.154 282.57 427.054 308.42 448.134 321.92V321.93Z" fill="url(#paint25_linear_445_2816)"/>
<path style="mix-blend-mode:multiply" opacity="0.5" d="M434.713 217.821C434.713 217.821 416.053 208.101 390.023 215.311C363.993 222.521 369.953 234.131 386.883 242.281C403.823 250.431 406.323 264.23 417.613 261.72C428.903 259.21 441.443 246.35 427.023 233.49C412.593 220.63 402.563 223.141 402.563 223.141C402.563 223.141 421.283 228.161 426.193 238.821C431.103 249.481 422.953 255.441 415.423 256.381C407.893 257.321 403.503 243.691 393.153 239.841C382.803 235.991 373.083 229.721 379.983 223.451C386.883 217.181 411.653 210.91 434.713 217.8V217.821Z" fill="url(#paint26_linear_445_2816)"/>
<path style="mix-blend-mode:multiply" opacity="0.5" d="M425.294 251.47C425.294 251.47 420.114 262.8 414.474 262.01C408.834 261.22 403.894 255.1 401.194 251.93C398.494 248.76 409.084 256.16 414.014 256.52C420.604 256.99 425.304 251.48 425.304 251.48L425.294 251.47Z" fill="url(#paint27_linear_445_2816)"/>
<path style="mix-blend-mode:multiply" opacity="0.5" d="M463.404 260.161C463.404 260.161 494.924 254.021 517.034 262.031C539.144 270.041 557.494 286.981 533.024 291.681C508.564 296.381 488.804 314.711 478.454 302.251C468.104 289.791 470.304 274.581 501.664 275.211C501.664 275.211 486.294 271.131 473.434 276.461C460.574 281.791 465.904 297.541 475.004 304.561C484.094 311.581 493.824 314.161 512.324 304.561C530.824 294.961 549.014 295.431 549.644 287.671C550.274 279.911 543.994 265.801 525.814 259.841C507.624 253.881 475.954 254.511 463.404 260.151V260.161Z" fill="url(#paint28_linear_445_2816)"/>
<path style="mix-blend-mode:multiply" opacity="0.5" d="M398.724 377.341C398.724 377.341 367.914 379.181 350.504 365.531C333.094 351.891 333.094 333.541 310.044 336.361C286.994 339.181 266.294 346.241 264.414 362.701C262.534 379.161 272.954 389.911 272.954 389.911C272.954 389.911 263.004 380.581 261.904 367.721C260.804 354.861 261.594 343.101 290.134 335.571C318.674 328.041 326.204 329.611 334.194 341.221C342.194 352.821 354.424 372.361 398.724 377.331V377.341Z" fill="url(#paint29_linear_445_2816)"/>
<path style="mix-blend-mode:multiply" opacity="0.5" d="M278.634 339.43C278.634 339.43 298.284 333.54 308.634 319.43C318.984 305.32 330.974 259.9 319.454 262.03C307.924 264.16 280.884 288.86 282.294 298.97C283.704 309.08 286.524 316.85 286.524 316.85C286.524 316.85 283.544 301.8 288.094 294.27C292.644 286.74 311.454 267.93 316.864 268.63C322.274 269.34 308.634 311.44 302.984 318.26C297.334 325.08 278.624 339.44 278.624 339.44L278.634 339.43Z" fill="url(#paint30_linear_445_2816)"/>
<path style="mix-blend-mode:multiply" opacity="0.5" d="M442.084 318.95C442.084 318.95 419.814 306.95 397.554 310.84C375.284 314.73 358.984 327.11 375.444 347.66C389.594 365.31 401.494 367.59 423.354 360.45C445.224 353.31 458.704 363.88 458.704 363.88C458.704 363.88 450.554 353.3 434.714 350.95C418.874 348.6 407.904 341.7 407.904 341.7C407.904 341.7 424.524 351.74 419.194 354.56C413.864 357.38 396.924 362.4 384.694 350.95C372.464 339.5 370.584 328.53 379.674 321.63C388.764 314.73 410.094 310.95 442.084 318.95Z" fill="url(#paint31_linear_445_2816)"/>
<path style="mix-blend-mode:multiply" opacity="0.5" d="M463.404 260.16C463.404 260.16 484.764 220.3 524.874 239.86C564.984 259.42 583.464 297.41 583.464 297.41C583.464 297.41 581.004 287.14 572.224 273.34C563.444 259.54 534.984 235.39 512.994 229.75C491.004 224.1 434.704 217.83 434.704 217.83C434.704 217.83 465.904 222.53 479.394 226.92C492.884 231.31 468.104 235.7 463.404 260.16Z" fill="url(#paint32_linear_445_2816)"/>
<path style="mix-blend-mode:multiply" opacity="0.5" d="M403.514 416.33C403.514 416.33 423.574 422.92 451.804 417.9C480.034 412.88 486.304 399.71 473.134 394.38C459.964 389.05 455.884 393.75 438.014 397.52C420.144 401.29 438.324 410.38 438.324 410.38C438.324 410.38 414.174 404.42 429.854 395.95C445.534 387.48 463.414 383.64 474.384 389.91C485.364 396.18 492.134 412.02 506.244 414.22L504.514 416.16C504.514 416.16 498.104 416.21 494.934 413.04C491.754 409.86 487.054 402.57 485.404 405.87C483.754 409.17 469.024 420.73 452.354 421.98C430.364 423.63 414.544 420.09 403.524 416.33H403.514Z" fill="url(#paint33_linear_445_2816)"/>
<path style="mix-blend-mode:multiply" opacity="0.5" d="M279.154 394.45C279.154 394.45 279.004 374.18 297.824 360.45C316.644 346.72 345.494 378.4 375.284 389.06C405.074 399.72 378.734 408.5 352.544 391.57C333.504 379.26 316.324 367.42 309.104 372.13C301.894 376.83 305.344 391.26 305.344 391.26C305.344 391.26 307.224 375.27 314.434 375.27C321.644 375.27 349.874 399.1 371.194 403.5C392.524 407.89 399.574 399.49 392.524 393.15C388.204 389.26 377.154 388.54 363.984 380.03C350.814 371.51 321.014 349.24 306.904 350.97C292.794 352.7 277.324 365.09 275.024 391.67C275.024 391.67 278.484 394.08 279.144 394.47L279.154 394.45Z" fill="url(#paint34_linear_445_2816)"/>
<path style="mix-blend-mode:multiply" opacity="0.5" d="M442.084 318.95C442.084 318.95 418.254 306.96 418.254 290.73C418.254 274.5 410.254 269.56 390.264 254.51C370.274 239.46 350.224 233.91 374.824 207.28L371.224 208.45C371.224 208.45 360.744 216.07 359.924 227.54C359.454 234.05 366.394 240.16 374.744 246.75C383.094 253.34 404.264 267.8 409.204 274.74C414.144 281.68 409.894 293.71 418.614 303.44C430.644 316.85 442.094 318.96 442.094 318.96L442.084 318.95Z" fill="url(#paint35_linear_445_2816)"/>
<path style="mix-blend-mode:multiply" opacity="0.5" d="M518.444 333.071C518.444 333.071 531.384 322.491 545.964 316.611C560.544 310.731 588.124 323.891 588.124 323.891L587.754 318.971C587.754 318.971 562.034 306.891 547.144 312.851C532.244 318.811 518.444 333.081 518.444 333.081V333.071Z" fill="url(#paint36_linear_445_2816)"/>
<path style="mix-blend-mode:multiply" opacity="0.5" d="M457.294 236.171C457.294 236.171 475.954 249.031 458.964 265.291C458.964 265.291 462.784 249.031 457.294 236.171Z" fill="url(#paint37_linear_445_2816)"/>
<path style="mix-blend-mode:multiply" opacity="0.5" d="M321.604 262.29C323.654 263.07 326.514 272.39 317.574 288.54C317.574 288.54 321.484 271.46 316.864 268.63C314.274 267.04 302.994 277.58 302.994 277.58C302.994 277.58 315.044 259.78 321.594 262.3L321.604 262.29Z" fill="url(#paint38_linear_445_2816)"/>
<path style="mix-blend-mode:multiply" opacity="0.5" d="M540.734 272.271C540.734 272.271 552.784 281.801 549.064 289.581C546.904 294.091 536.434 295.32 536.434 295.32C536.434 295.32 544.314 290.26 544.664 284.85C545.014 279.44 540.724 272.271 540.724 272.271H540.734Z" fill="url(#paint39_linear_445_2816)"/>
<path style="mix-blend-mode:multiply" opacity="0.2" d="M533.024 291.68C508.564 296.38 488.804 314.71 478.454 302.25C472.864 295.52 470.934 287.98 475.294 282.57C476.604 291.81 488.804 298.73 501.034 292.61C513.264 286.49 529.964 289.79 533.494 280.61C537.024 271.44 527.634 266.69 527.634 266.69C544.084 275.35 553.384 287.75 533.024 291.66V291.68Z" fill="url(#paint40_linear_445_2816)"/>
<path style="mix-blend-mode:multiply" opacity="0.2" d="M365.874 298.89C363.264 296.9 361.644 282.63 361.084 276.78C361.084 276.81 362.914 284.94 368.734 285.25C374.544 285.56 377.394 273.87 377.414 273.79C377.884 280.43 377.914 286.83 378.114 290.58C378.584 299.36 369.174 301.4 365.884 298.89H365.874Z" fill="url(#paint41_linear_445_2816)"/>
<path style="mix-blend-mode:multiply" opacity="0.2" d="M419.184 354.561C413.854 357.381 396.914 362.401 384.684 350.951C372.454 339.501 370.574 328.531 379.664 321.631C377.084 327.851 382.724 335.431 394.014 337.151C405.304 338.871 407.894 341.701 407.894 341.701C407.894 341.701 407.954 341.731 408.044 341.791C409.674 342.791 424.214 351.891 419.184 354.551V354.561Z" fill="url(#paint42_linear_445_2816)"/>
<path style="mix-blend-mode:multiply" opacity="0.2" d="M375.434 347.66C389.584 365.31 401.484 367.59 423.344 360.45C443.144 353.98 456.064 362.04 458.334 363.62C440.744 362.56 411.324 373.92 400.834 372.36C389.784 370.71 379.194 360.6 366.024 343.19C352.854 325.78 349.794 310.5 347.204 289.8C346.524 284.34 346.454 279.13 346.774 274.33C346.774 274.78 346.984 278.7 351.904 297.41C357.184 317.49 370.944 324.46 370.944 324.46C367.214 330.43 367.824 338.18 375.424 347.66H375.434Z" fill="url(#paint43_linear_445_2816)"/>
<path style="mix-blend-mode:multiply" opacity="0.2" d="M418.244 290.741C418.244 277.561 412.974 271.831 400.284 262.081C402.994 264.061 412.774 270.461 429.294 273.101C448.534 276.181 456.744 262.121 457.094 261.511C454.724 266.331 450.614 270.561 445.214 275.211C433.924 284.931 423.264 302.461 437.374 314.711C439.214 316.311 441.274 317.811 443.504 319.231L443.484 319.331L442.084 318.961C442.084 318.961 418.254 306.971 418.254 290.741H418.244Z" fill="url(#paint44_linear_445_2816)"/>
<path style="mix-blend-mode:screen" opacity="0.7" d="M560.464 303.91C548.474 302.04 539.764 302.5 527.844 311.91C515.924 321.32 485.724 333.08 466.094 319.75C446.464 306.42 458.064 296.89 467.944 303.3C477.824 309.71 484.894 322.14 511.474 310.84C531.424 302.36 540.854 296.8 555.754 299.89C570.654 302.97 570.494 305.48 560.454 303.91H560.464Z" fill="url(#paint45_linear_445_2816)"/>
<path style="mix-blend-mode:screen" opacity="0.7" d="M390.634 279.86C396.634 281.37 404.244 283.43 406.764 290.21C409.274 296.99 412.904 277.41 403.424 270.4C393.954 263.39 387.004 268.06 386.304 271.96C385.624 275.74 386.744 278.87 390.634 279.85V279.86Z" fill="url(#paint46_linear_445_2816)"/>
<path style="mix-blend-mode:screen" opacity="0.7" d="M342.013 251.93C338.473 270.89 335.913 301.55 346.033 322.14C356.143 342.72 363.623 363.19 346.593 343.19C329.563 323.2 327.923 297.32 331.923 272.27C335.923 247.22 343.683 243.03 342.023 251.92L342.013 251.93Z" fill="url(#paint47_linear_445_2816)"/>
<path style="mix-blend-mode:screen" opacity="0.7" d="M537.413 234.91C515.773 224.09 485.513 213.9 435.413 211.82C400.043 210.35 389.543 205.35 406.603 202.53C423.653 199.71 487.713 200.57 537.423 234.91H537.413Z" fill="url(#paint48_linear_445_2816)"/>
<path style="mix-blend-mode:screen" opacity="0.7" d="M450.394 337.151C450.394 337.151 422.484 324.101 404.604 323.411C386.724 322.721 398.504 314.661 414.204 316.811C429.904 318.961 446.124 330.971 450.394 337.141V337.151Z" fill="url(#paint49_linear_445_2816)"/>
<path style="mix-blend-mode:color-dodge" opacity="0.35" d="M522.524 282.57C522.524 282.57 512.804 282.64 504.334 286.6C495.864 290.56 486.144 290.98 484.574 284.58C483.004 278.18 501.514 273.46 522.524 282.56V282.57Z" fill="url(#paint50_linear_445_2816)"/>
<path style="mix-blend-mode:screen" opacity="0.7" d="M402.474 225.5C402.474 225.5 419.084 227.82 423.014 239.46C425.774 247.66 418.564 254.02 414.804 250.73C411.044 247.44 413.834 235.07 402.474 225.51V225.5Z" fill="url(#paint51_linear_445_2816)"/>
<path style="mix-blend-mode:color-dodge" opacity="0.7" d="M491.274 289.51C491.274 289.51 486.154 290.62 483.744 287.2C481.334 283.78 486.944 280.25 486.944 280.25C486.944 280.25 486.154 285.58 491.264 289.51H491.274Z" fill="url(#paint52_linear_445_2816)"/>
<path style="mix-blend-mode:color-dodge" opacity="0.7" d="M414.474 229.75C414.474 229.75 423.624 234.64 424.244 242.87C425.054 253.63 419.544 253.34 418.244 246.05C416.954 238.76 416.584 233.33 414.474 229.75Z" fill="url(#paint53_linear_445_2816)"/>
<path style="mix-blend-mode:color-dodge" opacity="0.7" d="M439.44 205.613C439.505 204.361 433.495 203.03 426.016 202.641C418.537 202.252 412.421 202.951 412.356 204.203C412.291 205.455 418.301 206.785 425.78 207.175C433.259 207.564 439.374 206.865 439.44 205.613Z" fill="url(#paint54_linear_445_2816)"/>
<path d="M397.864 183.35C398.504 183.35 398.504 182.36 397.864 182.36C397.224 182.36 397.224 183.35 397.864 183.35Z" fill="url(#paint55_linear_445_2816)"/>
<path style="mix-blend-mode:color-dodge" opacity="0.7" d="M394.86 272.69C395.301 270.076 393.632 267.615 391.132 267.193C388.633 266.771 386.249 268.548 385.808 271.162C385.366 273.776 387.035 276.238 389.535 276.659C392.034 277.081 394.418 275.304 394.86 272.69Z" fill="url(#paint56_linear_445_2816)"/>
<path style="mix-blend-mode:color-dodge" opacity="0.7" d="M565.724 305.011C565.724 305.011 551.174 301.501 540.614 304.631C540.614 304.631 549.184 298.271 560.784 300.231C572.384 302.191 570.744 306.581 565.724 305.011Z" fill="url(#paint57_linear_445_2816)"/>
</g>
<path style="mix-blend-mode:color-dodge" opacity="0.7" d="M511.146 484.18C511.146 484.18 556.476 451.83 609.766 436.3L572.966 467.01L592.376 464.89L598.056 456.42C598.056 456.42 662.016 437.36 696.246 430.66C696.246 430.66 641.316 448.66 590.076 477.6C590.076 477.6 556.786 470.54 538.456 483.95L511.156 484.19L511.146 484.18Z" fill="url(#paint58_linear_445_2816)"/>
<path d="M598.046 121.82L637.416 27C637.416 27 636.476 61.82 633.416 71.24L598.046 121.83V121.82Z" fill="url(#paint59_linear_445_2816)"/>
<path d="M510.595 145.12L485.535 123.939L492.945 119.229L510.595 145.12Z" fill="url(#paint60_linear_445_2816)"/>
<path d="M612.945 161.12L622.595 147C622.595 147 635.535 140.88 644.715 140.65L612.955 161.12H612.945Z" fill="url(#paint61_linear_445_2816)"/>
<path d="M718.115 333.84C718.115 333.84 720.465 300.49 725.645 283.04L739.995 273.59L718.115 333.84Z" fill="url(#paint62_linear_445_2816)"/>
<path d="M730.115 415.08C730.115 415.08 744.455 416.27 749.875 411.06V401.59L730.115 415.08Z" fill="url(#paint63_linear_445_2816)"/>
<defs>
<filter id="filter0_d_445_2816" x="228.486" y="152.36" width="389.737" height="307.752" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset/>
<feGaussianBlur stdDeviation="15"/>
<feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_445_2816"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_445_2816" result="shape"/>
</filter>
<linearGradient id="paint0_linear_445_2816" x1="649.555" y1="394.84" x2="732.295" y2="468.56" gradientUnits="userSpaceOnUse">
<stop stop-color="#95EBF5"/>
<stop offset="0.63" stop-color="#69ECF2"/>
<stop offset="1" stop-color="#55EDF2"/>
</linearGradient>
<linearGradient id="paint1_linear_445_2816" x1="692.405" y1="517.9" x2="769.695" y2="350.6" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF9500" stop-opacity="0"/>
<stop offset="0.01" stop-color="#FE9600" stop-opacity="0.02"/>
<stop offset="0.23" stop-color="#FEAF04" stop-opacity="0.31"/>
<stop offset="0.43" stop-color="#FDC408" stop-opacity="0.56"/>
<stop offset="0.62" stop-color="#FCD40B" stop-opacity="0.75"/>
<stop offset="0.78" stop-color="#FCE00E" stop-opacity="0.89"/>
<stop offset="0.91" stop-color="#FCE70F" stop-opacity="0.97"/>
<stop offset="1" stop-color="#FCEA10"/>
</linearGradient>
<linearGradient id="paint2_linear_445_2816" x1="106.735" y1="353.28" x2="271.905" y2="500.45" gradientUnits="userSpaceOnUse">
<stop stop-color="#95EBF5"/>
<stop offset="0.63" stop-color="#69ECF2"/>
<stop offset="1" stop-color="#55EDF2"/>
</linearGradient>
<linearGradient id="paint3_linear_445_2816" x1="277.395" y1="516.09" x2="55.0451" y2="218.56" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF9500" stop-opacity="0"/>
<stop offset="0.01" stop-color="#FE9600" stop-opacity="0.02"/>
<stop offset="0.23" stop-color="#FEAF04" stop-opacity="0.31"/>
<stop offset="0.43" stop-color="#FDC408" stop-opacity="0.56"/>
<stop offset="0.62" stop-color="#FCD40B" stop-opacity="0.75"/>
<stop offset="0.78" stop-color="#FCE00E" stop-opacity="0.89"/>
<stop offset="0.91" stop-color="#FCE70F" stop-opacity="0.97"/>
<stop offset="1" stop-color="#FCEA10"/>
</linearGradient>
<linearGradient id="paint4_linear_445_2816" x1="403.666" y1="106.16" x2="451.316" y2="448.16" gradientUnits="userSpaceOnUse">
<stop stop-color="#95EBF5"/>
<stop offset="0.63" stop-color="#69ECF2"/>
<stop offset="1" stop-color="#55EDF2"/>
</linearGradient>
<linearGradient id="paint5_linear_445_2816" x1="408.996" y1="738.85" x2="451.356" y2="208.03" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF9500" stop-opacity="0"/>
<stop offset="0.01" stop-color="#FE9600" stop-opacity="0.02"/>
<stop offset="0.23" stop-color="#FEAF04" stop-opacity="0.31"/>
<stop offset="0.43" stop-color="#FDC408" stop-opacity="0.56"/>
<stop offset="0.62" stop-color="#FCD40B" stop-opacity="0.75"/>
<stop offset="0.78" stop-color="#FCE00E" stop-opacity="0.89"/>
<stop offset="0.91" stop-color="#FCE70F" stop-opacity="0.97"/>
<stop offset="1" stop-color="#FCEA10"/>
</linearGradient>
<linearGradient id="paint6_linear_445_2816" x1="391.616" y1="151.38" x2="692.326" y2="613.02" gradientUnits="userSpaceOnUse">
<stop stop-color="#95EBF5"/>
<stop offset="0.63" stop-color="#69ECF2"/>
<stop offset="1" stop-color="#55EDF2"/>
</linearGradient>
<linearGradient id="paint7_linear_445_2816" x1="558.146" y1="51.51" x2="527.436" y2="505.74" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF9500" stop-opacity="0"/>
<stop offset="0.11" stop-color="#FE9B01" stop-opacity="0.08"/>
<stop offset="0.34" stop-color="#FEAD04" stop-opacity="0.29"/>
<stop offset="0.67" stop-color="#FDCA0A" stop-opacity="0.63"/>
<stop offset="1" stop-color="#FCEA10"/>
</linearGradient>
<linearGradient id="paint8_linear_445_2816" x1="571.685" y1="110.25" x2="340.865" y2="548.61" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF9500" stop-opacity="0"/>
<stop offset="0.11" stop-color="#FE9B01" stop-opacity="0.08"/>
<stop offset="0.34" stop-color="#FEAD04" stop-opacity="0.29"/>
<stop offset="0.67" stop-color="#FDCA0A" stop-opacity="0.63"/>
<stop offset="1" stop-color="#FCEA10"/>
</linearGradient>
<linearGradient id="paint9_linear_445_2816" x1="516.245" y1="301.52" x2="680.365" y2="507.99" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF9500" stop-opacity="0"/>
<stop offset="0.11" stop-color="#FE9B01" stop-opacity="0.08"/>
<stop offset="0.34" stop-color="#FEAD04" stop-opacity="0.29"/>
<stop offset="0.67" stop-color="#FDCA0A" stop-opacity="0.63"/>
<stop offset="1" stop-color="#FCEA10"/>
</linearGradient>
<linearGradient id="paint10_linear_445_2816" x1="276.475" y1="293.96" x2="657.045" y2="599.69" gradientUnits="userSpaceOnUse">
<stop stop-color="#95EBF5" stop-opacity="0"/>
<stop offset="0.31" stop-color="#7EEBF3" stop-opacity="0.35"/>
<stop offset="0.65" stop-color="#68ECF2" stop-opacity="0.7"/>
<stop offset="0.88" stop-color="#5AECF2" stop-opacity="0.92"/>
<stop offset="1" stop-color="#55EDF2"/>
</linearGradient>
<linearGradient id="paint11_linear_445_2816" x1="266.456" y1="394.83" x2="215.506" y2="246.21" gradientUnits="userSpaceOnUse">
<stop stop-color="#FC9D91" stop-opacity="0"/>
<stop offset="0.18" stop-color="#FC9D91" stop-opacity="0.22"/>
<stop offset="0.48" stop-color="#FC9D91" stop-opacity="0.55"/>
<stop offset="0.73" stop-color="#FC9D91" stop-opacity="0.79"/>
<stop offset="0.91" stop-color="#FC9D91" stop-opacity="0.94"/>
<stop offset="1" stop-color="#FC9D91"/>
</linearGradient>
<linearGradient id="paint12_linear_445_2816" x1="346.526" y1="277.32" x2="103.956" y2="181.78" gradientUnits="userSpaceOnUse">
<stop stop-color="#0C5DA5" stop-opacity="0"/>
<stop offset="0.27" stop-color="#14529D" stop-opacity="0.24"/>
<stop offset="0.87" stop-color="#2A3989" stop-opacity="0.86"/>
<stop offset="1" stop-color="#2F3485"/>
</linearGradient>
<linearGradient id="paint13_linear_445_2816" x1="264.906" y1="312.64" x2="410.696" y2="356.52" gradientUnits="userSpaceOnUse">
<stop stop-color="#95EBF5" stop-opacity="0"/>
<stop offset="0.31" stop-color="#7EEBF3" stop-opacity="0.35"/>
<stop offset="0.65" stop-color="#68ECF2" stop-opacity="0.7"/>
<stop offset="0.88" stop-color="#5AECF2" stop-opacity="0.92"/>
<stop offset="1" stop-color="#55EDF2"/>
</linearGradient>
<linearGradient id="paint14_linear_445_2816" x1="295.095" y1="347.41" x2="324.105" y2="377.13" gradientUnits="userSpaceOnUse">
<stop stop-color="#95EBF5" stop-opacity="0"/>
<stop offset="0.31" stop-color="#7EEBF3" stop-opacity="0.35"/>
<stop offset="0.65" stop-color="#68ECF2" stop-opacity="0.7"/>
<stop offset="0.88" stop-color="#5AECF2" stop-opacity="0.92"/>
<stop offset="1" stop-color="#55EDF2"/>
</linearGradient>
<linearGradient id="paint15_linear_445_2816" x1="246.415" y1="368.06" x2="286.485" y2="391.54" gradientUnits="userSpaceOnUse">
<stop stop-color="#95EBF5" stop-opacity="0"/>
<stop offset="0.31" stop-color="#7EEBF3" stop-opacity="0.35"/>
<stop offset="0.65" stop-color="#68ECF2" stop-opacity="0.7"/>
<stop offset="0.88" stop-color="#5AECF2" stop-opacity="0.92"/>
<stop offset="1" stop-color="#55EDF2"/>
</linearGradient>
<linearGradient id="paint16_linear_445_2816" x1="342.495" y1="277.55" x2="360.285" y2="304.62" gradientUnits="userSpaceOnUse">
<stop stop-color="#95EBF5" stop-opacity="0"/>
<stop offset="0.31" stop-color="#7EEBF3" stop-opacity="0.35"/>
<stop offset="0.65" stop-color="#68ECF2" stop-opacity="0.7"/>
<stop offset="0.88" stop-color="#5AECF2" stop-opacity="0.92"/>
<stop offset="1" stop-color="#55EDF2"/>
</linearGradient>
<linearGradient id="paint17_linear_445_2816" x1="317.415" y1="261.8" x2="354.175" y2="256.62" gradientUnits="userSpaceOnUse">
<stop stop-color="#95EBF5" stop-opacity="0"/>
<stop offset="0.31" stop-color="#7EEBF3" stop-opacity="0.35"/>
<stop offset="0.65" stop-color="#68ECF2" stop-opacity="0.7"/>
<stop offset="0.88" stop-color="#5AECF2" stop-opacity="0.92"/>
<stop offset="1" stop-color="#55EDF2"/>
</linearGradient>
<linearGradient id="paint18_linear_445_2816" x1="272.976" y1="343.89" x2="301.286" y2="357.869" gradientUnits="userSpaceOnUse">
<stop stop-color="#95EBF5" stop-opacity="0"/>
<stop offset="0.31" stop-color="#7EEBF3" stop-opacity="0.35"/>
<stop offset="0.65" stop-color="#68ECF2" stop-opacity="0.7"/>
<stop offset="0.88" stop-color="#5AECF2" stop-opacity="0.92"/>
<stop offset="1" stop-color="#55EDF2"/>
</linearGradient>
<linearGradient id="paint19_linear_445_2816" x1="363.164" y1="242.03" x2="504.274" y2="453.69" gradientUnits="userSpaceOnUse">
<stop stop-color="#55EDF2"/>
<stop offset="0.65" stop-color="#3FBDE6"/>
<stop offset="1" stop-color="#36A9E1"/>
</linearGradient>
<linearGradient id="paint20_linear_445_2816" x1="644.654" y1="366.02" x2="382.154" y2="320.86" gradientUnits="userSpaceOnUse">
<stop stop-color="#1E1F5E"/>
<stop offset="0.18" stop-color="#1F2061" stop-opacity="0.95"/>
<stop offset="0.4" stop-color="#22246D" stop-opacity="0.79"/>
<stop offset="0.64" stop-color="#282A7F" stop-opacity="0.54"/>
<stop offset="0.89" stop-color="#303399" stop-opacity="0.18"/>
<stop offset="1" stop-color="#3538A7" stop-opacity="0"/>
</linearGradient>
<linearGradient id="paint21_linear_445_2816" x1="243.954" y1="346.13" x2="481.924" y2="311.98" gradientUnits="userSpaceOnUse">
<stop stop-color="#1E1F5E"/>
<stop offset="0.18" stop-color="#1F2061" stop-opacity="0.95"/>
<stop offset="0.4" stop-color="#22246D" stop-opacity="0.79"/>
<stop offset="0.64" stop-color="#282A7F" stop-opacity="0.54"/>
<stop offset="0.89" stop-color="#303399" stop-opacity="0.18"/>
<stop offset="1" stop-color="#3538A7" stop-opacity="0"/>
</linearGradient>
<linearGradient id="paint22_linear_445_2816" x1="533.984" y1="460.32" x2="255.684" y2="184.26" gradientUnits="userSpaceOnUse">
<stop stop-color="#1E1F5E"/>
<stop offset="0.18" stop-color="#1F2061" stop-opacity="0.95"/>
<stop offset="0.4" stop-color="#22246D" stop-opacity="0.79"/>
<stop offset="0.64" stop-color="#282A7F" stop-opacity="0.54"/>
<stop offset="0.89" stop-color="#303399" stop-opacity="0.18"/>
<stop offset="1" stop-color="#3538A7" stop-opacity="0"/>
</linearGradient>
<linearGradient id="paint23_linear_445_2816" x1="372.884" y1="302.5" x2="353.454" y2="284.86" gradientUnits="userSpaceOnUse">
<stop stop-color="#1E1F5E"/>
<stop offset="0.18" stop-color="#1F2061" stop-opacity="0.95"/>
<stop offset="0.4" stop-color="#22246D" stop-opacity="0.79"/>
<stop offset="0.64" stop-color="#282A7F" stop-opacity="0.54"/>
<stop offset="0.89" stop-color="#303399" stop-opacity="0.18"/>
<stop offset="1" stop-color="#3538A7" stop-opacity="0"/>
</linearGradient>
<linearGradient id="paint24_linear_445_2816" x1="561.294" y1="385.1" x2="322.784" y2="152.94" gradientUnits="userSpaceOnUse">
<stop stop-color="#1E1F5E"/>
<stop offset="0.18" stop-color="#1F2061" stop-opacity="0.95"/>
<stop offset="0.4" stop-color="#22246D" stop-opacity="0.79"/>
<stop offset="0.64" stop-color="#282A7F" stop-opacity="0.54"/>
<stop offset="0.89" stop-color="#303399" stop-opacity="0.18"/>
<stop offset="1" stop-color="#3538A7" stop-opacity="0"/>
</linearGradient>
<linearGradient id="paint25_linear_445_2816" x1="457.744" y1="318.09" x2="413.104" y2="274.64" gradientUnits="userSpaceOnUse">
<stop stop-color="#1E1F5E"/>
<stop offset="0.18" stop-color="#1F2061" stop-opacity="0.95"/>
<stop offset="0.4" stop-color="#22246D" stop-opacity="0.79"/>
<stop offset="0.64" stop-color="#282A7F" stop-opacity="0.54"/>
<stop offset="0.89" stop-color="#303399" stop-opacity="0.18"/>
<stop offset="1" stop-color="#3538A7" stop-opacity="0"/>
</linearGradient>
<linearGradient id="paint26_linear_445_2816" x1="505.253" y1="294.24" x2="348.193" y2="190.09" gradientUnits="userSpaceOnUse">
<stop stop-color="#1E1F5E"/>
<stop offset="0.18" stop-color="#1F2061" stop-opacity="0.95"/>
<stop offset="0.4" stop-color="#22246D" stop-opacity="0.79"/>
<stop offset="0.64" stop-color="#282A7F" stop-opacity="0.54"/>
<stop offset="0.89" stop-color="#303399" stop-opacity="0.18"/>
<stop offset="1" stop-color="#3538A7" stop-opacity="0"/>
</linearGradient>
<linearGradient id="paint27_linear_445_2816" x1="437.014" y1="258.75" x2="391.544" y2="253.42" gradientUnits="userSpaceOnUse">
<stop stop-color="#0C5DA5" stop-opacity="0"/>
<stop offset="0.27" stop-color="#14529D" stop-opacity="0.24"/>
<stop offset="0.87" stop-color="#2A3989" stop-opacity="0.86"/>
<stop offset="1" stop-color="#2F3485"/>
</linearGradient>
<linearGradient id="paint28_linear_445_2816" x1="594.614" y1="294.791" x2="428.994" y2="275.381" gradientUnits="userSpaceOnUse">
<stop stop-color="#0C5DA5" stop-opacity="0"/>
<stop offset="0.27" stop-color="#14529D" stop-opacity="0.24"/>
<stop offset="0.87" stop-color="#2A3989" stop-opacity="0.86"/>
<stop offset="1" stop-color="#2F3485"/>
</linearGradient>
<linearGradient id="paint29_linear_445_2816" x1="469.504" y1="380.861" x2="212.014" y2="350.681" gradientUnits="userSpaceOnUse">
<stop stop-color="#0C5DA5" stop-opacity="0"/>
<stop offset="0.27" stop-color="#14529D" stop-opacity="0.24"/>
<stop offset="0.87" stop-color="#2A3989" stop-opacity="0.86"/>
<stop offset="1" stop-color="#2F3485"/>
</linearGradient>
<linearGradient id="paint30_linear_445_2816" x1="340.264" y1="305.47" x2="268.114" y2="297.01" gradientUnits="userSpaceOnUse">
<stop stop-color="#0C5DA5" stop-opacity="0"/>
<stop offset="0.27" stop-color="#14529D" stop-opacity="0.24"/>
<stop offset="0.87" stop-color="#2A3989" stop-opacity="0.86"/>
<stop offset="1" stop-color="#2F3485"/>
</linearGradient>
<linearGradient id="paint31_linear_445_2816" x1="508.434" y1="349.13" x2="334.814" y2="328.78" gradientUnits="userSpaceOnUse">
<stop stop-color="#0C5DA5" stop-opacity="0"/>
<stop offset="0.27" stop-color="#14529D" stop-opacity="0.24"/>
<stop offset="0.87" stop-color="#2A3989" stop-opacity="0.86"/>
<stop offset="1" stop-color="#2F3485"/>
</linearGradient>
<linearGradient id="paint32_linear_445_2816" x1="666.874" y1="276.11" x2="374.254" y2="241.8" gradientUnits="userSpaceOnUse">
<stop stop-color="#0C5DA5" stop-opacity="0"/>
<stop offset="0.27" stop-color="#14529D" stop-opacity="0.24"/>
<stop offset="0.87" stop-color="#2A3989" stop-opacity="0.86"/>
<stop offset="1" stop-color="#2F3485"/>
</linearGradient>
<linearGradient id="paint33_linear_445_2816" x1="558.304" y1="417.47" x2="368.624" y2="395.24" gradientUnits="userSpaceOnUse">
<stop stop-color="#0C5DA5" stop-opacity="0"/>
<stop offset="0.27" stop-color="#14529D" stop-opacity="0.24"/>
<stop offset="0.87" stop-color="#2A3989" stop-opacity="0.86"/>
<stop offset="1" stop-color="#2F3485"/>
</linearGradient>
<linearGradient id="paint34_linear_445_2816" x1="457.834" y1="391.82" x2="233.944" y2="365.57" gradientUnits="userSpaceOnUse">
<stop stop-color="#0C5DA5" stop-opacity="0"/>
<stop offset="0.27" stop-color="#14529D" stop-opacity="0.24"/>
<stop offset="0.87" stop-color="#2A3989" stop-opacity="0.86"/>
<stop offset="1" stop-color="#2F3485"/>
</linearGradient>
<linearGradient id="paint35_linear_445_2816" x1="494.984" y1="273.26" x2="323.014" y2="253.1" gradientUnits="userSpaceOnUse">
<stop stop-color="#0C5DA5" stop-opacity="0"/>
<stop offset="0.27" stop-color="#14529D" stop-opacity="0.24"/>
<stop offset="0.87" stop-color="#2A3989" stop-opacity="0.86"/>
<stop offset="1" stop-color="#2F3485"/>
</linearGradient>
<linearGradient id="paint36_linear_445_2816" x1="622.294" y1="331.901" x2="495.314" y2="317.011" gradientUnits="userSpaceOnUse">
<stop stop-color="#0C5DA5" stop-opacity="0"/>
<stop offset="0.27" stop-color="#14529D" stop-opacity="0.24"/>
<stop offset="0.87" stop-color="#2A3989" stop-opacity="0.86"/>
<stop offset="1" stop-color="#2F3485"/>
</linearGradient>
<linearGradient id="paint37_linear_445_2816" x1="471.544" y1="252.301" x2="451.774" y2="249.981" gradientUnits="userSpaceOnUse">
<stop stop-color="#0C5DA5" stop-opacity="0"/>
<stop offset="0.27" stop-color="#14529D" stop-opacity="0.24"/>
<stop offset="0.87" stop-color="#2A3989" stop-opacity="0.86"/>
<stop offset="1" stop-color="#2F3485"/>
</linearGradient>
<linearGradient id="paint38_linear_445_2816" x1="333.104" y1="276.95" x2="296.344" y2="272.64" gradientUnits="userSpaceOnUse">
<stop stop-color="#0C5DA5" stop-opacity="0"/>
<stop offset="0.27" stop-color="#14529D" stop-opacity="0.24"/>
<stop offset="0.87" stop-color="#2A3989" stop-opacity="0.86"/>
<stop offset="1" stop-color="#2F3485"/>
</linearGradient>
<linearGradient id="paint39_linear_445_2816" x1="556.214" y1="285.861" x2="533.364" y2="283.18" gradientUnits="userSpaceOnUse">
<stop stop-color="#0C5DA5" stop-opacity="0"/>
<stop offset="0.27" stop-color="#14529D" stop-opacity="0.24"/>
<stop offset="0.87" stop-color="#2A3989" stop-opacity="0.86"/>
<stop offset="1" stop-color="#2F3485"/>
</linearGradient>
<linearGradient id="paint40_linear_445_2816" x1="508.684" y1="333.89" x2="508.994" y2="190.26" gradientUnits="userSpaceOnUse">
<stop stop-color="#1E1F5E"/>
<stop offset="0.18" stop-color="#1F2061" stop-opacity="0.95"/>
<stop offset="0.4" stop-color="#22246D" stop-opacity="0.79"/>
<stop offset="0.64" stop-color="#282A7F" stop-opacity="0.54"/>
<stop offset="0.89" stop-color="#303399" stop-opacity="0.18"/>
<stop offset="1" stop-color="#3538A7" stop-opacity="0"/>
</linearGradient>
<linearGradient id="paint41_linear_445_2816" x1="369.484" y1="338.32" x2="369.784" y2="200.41" gradientUnits="userSpaceOnUse">
<stop stop-color="#1E1F5E"/>
<stop offset="0.18" stop-color="#1F2061" stop-opacity="0.95"/>
<stop offset="0.4" stop-color="#22246D" stop-opacity="0.79"/>
<stop offset="0.64" stop-color="#282A7F" stop-opacity="0.54"/>
<stop offset="0.89" stop-color="#303399" stop-opacity="0.18"/>
<stop offset="1" stop-color="#3538A7" stop-opacity="0"/>
</linearGradient>
<linearGradient id="paint42_linear_445_2816" x1="396.664" y1="545.601" x2="397.934" y2="-38.0791" gradientUnits="userSpaceOnUse">
<stop stop-color="#1E1F5E"/>
<stop offset="0.18" stop-color="#1F2061" stop-opacity="0.95"/>
<stop offset="0.4" stop-color="#22246D" stop-opacity="0.79"/>
<stop offset="0.64" stop-color="#282A7F" stop-opacity="0.54"/>
<stop offset="0.89" stop-color="#303399" stop-opacity="0.18"/>
<stop offset="1" stop-color="#3538A7" stop-opacity="0"/>
</linearGradient>
<linearGradient id="paint43_linear_445_2816" x1="401.984" y1="545.61" x2="403.254" y2="-38.0698" gradientUnits="userSpaceOnUse">
<stop stop-color="#1E1F5E"/>
<stop offset="0.18" stop-color="#1F2061" stop-opacity="0.95"/>
<stop offset="0.4" stop-color="#22246D" stop-opacity="0.79"/>
<stop offset="0.64" stop-color="#282A7F" stop-opacity="0.54"/>
<stop offset="0.89" stop-color="#303399" stop-opacity="0.18"/>
<stop offset="1" stop-color="#3538A7" stop-opacity="0"/>
</linearGradient>
<linearGradient id="paint44_linear_445_2816" x1="428.564" y1="319.291" x2="428.694" y2="261.451" gradientUnits="userSpaceOnUse">
<stop stop-color="#1E1F5E"/>
<stop offset="0.18" stop-color="#1F2061" stop-opacity="0.95"/>
<stop offset="0.4" stop-color="#22246D" stop-opacity="0.79"/>
<stop offset="0.64" stop-color="#282A7F" stop-opacity="0.54"/>
<stop offset="0.89" stop-color="#303399" stop-opacity="0.18"/>
<stop offset="1" stop-color="#3538A7" stop-opacity="0"/>
</linearGradient>
<linearGradient id="paint45_linear_445_2816" x1="663.444" y1="419.7" x2="436.104" y2="252.27" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF9500"/>
<stop offset="0.11" stop-color="#FF9A0D" stop-opacity="0.92"/>
<stop offset="0.34" stop-color="#FFA931" stop-opacity="0.71"/>
<stop offset="0.66" stop-color="#FFC16A" stop-opacity="0.38"/>
<stop offset="1" stop-color="#FFDCAB" stop-opacity="0"/>
</linearGradient>
<linearGradient id="paint46_linear_445_2816" x1="358.421" y1="221.953" x2="416.53" y2="303.319" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF9500"/>
<stop offset="0.11" stop-color="#FF9A0D" stop-opacity="0.92"/>
<stop offset="0.34" stop-color="#FFA931" stop-opacity="0.71"/>
<stop offset="0.66" stop-color="#FFC16A" stop-opacity="0.38"/>
<stop offset="1" stop-color="#FFDCAB" stop-opacity="0"/>
</linearGradient>
<linearGradient id="paint47_linear_445_2816" x1="516.793" y1="340.96" x2="266.074" y2="279.23" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF9500"/>
<stop offset="0.11" stop-color="#FF9A0D" stop-opacity="0.92"/>
<stop offset="0.34" stop-color="#FFA931" stop-opacity="0.71"/>
<stop offset="0.66" stop-color="#FFC16A" stop-opacity="0.38"/>
<stop offset="1" stop-color="#FFDCAB" stop-opacity="0"/>
</linearGradient>
<linearGradient id="paint48_linear_445_2816" x1="596.543" y1="307.44" x2="385.303" y2="164.661" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF9500"/>
<stop offset="0.11" stop-color="#FF9A0D" stop-opacity="0.92"/>
<stop offset="0.34" stop-color="#FFA931" stop-opacity="0.71"/>
<stop offset="0.66" stop-color="#FFC16A" stop-opacity="0.38"/>
<stop offset="1" stop-color="#FFDCAB" stop-opacity="0"/>
</linearGradient>
<linearGradient id="paint49_linear_445_2816" x1="518.434" y1="416.721" x2="358.424" y2="269.311" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF9500"/>
<stop offset="0.11" stop-color="#FF9A0D" stop-opacity="0.92"/>
<stop offset="0.34" stop-color="#FFA931" stop-opacity="0.71"/>
<stop offset="0.66" stop-color="#FFC16A" stop-opacity="0.38"/>
<stop offset="1" stop-color="#FFDCAB" stop-opacity="0"/>
</linearGradient>
<linearGradient id="paint50_linear_445_2816" x1="526.494" y1="266.38" x2="466.764" y2="307.64" gradientUnits="userSpaceOnUse">
<stop stop-color="#FC9D91" stop-opacity="0"/>
<stop offset="0.18" stop-color="#FC9D91" stop-opacity="0.22"/>
<stop offset="0.48" stop-color="#FC9D91" stop-opacity="0.55"/>
<stop offset="0.73" stop-color="#FC9D91" stop-opacity="0.79"/>
<stop offset="0.91" stop-color="#FC9D91" stop-opacity="0.94"/>
<stop offset="1" stop-color="#FC9D91"/>
</linearGradient>
<linearGradient id="paint51_linear_445_2816" x1="482.094" y1="305.46" x2="395.584" y2="221.19" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF9500"/>
<stop offset="0.11" stop-color="#FF9A0D" stop-opacity="0.92"/>
<stop offset="0.34" stop-color="#FFA931" stop-opacity="0.71"/>
<stop offset="0.66" stop-color="#FFC16A" stop-opacity="0.38"/>
<stop offset="1" stop-color="#FFDCAB" stop-opacity="0"/>
</linearGradient>
<linearGradient id="paint52_linear_445_2816" x1="492.614" y1="281.06" x2="483.054" y2="290.93" gradientUnits="userSpaceOnUse">
<stop stop-color="#FC9D91" stop-opacity="0"/>
<stop offset="0.18" stop-color="#FC9D91" stop-opacity="0.22"/>
<stop offset="0.48" stop-color="#FC9D91" stop-opacity="0.55"/>
<stop offset="0.73" stop-color="#FC9D91" stop-opacity="0.79"/>
<stop offset="0.91" stop-color="#FC9D91" stop-opacity="0.94"/>
<stop offset="1" stop-color="#FC9D91"/>
</linearGradient>
<linearGradient id="paint53_linear_445_2816" x1="426.134" y1="232.52" x2="410.844" y2="248.32" gradientUnits="userSpaceOnUse">
<stop stop-color="#FC9D91" stop-opacity="0"/>
<stop offset="0.18" stop-color="#FC9D91" stop-opacity="0.22"/>
<stop offset="0.48" stop-color="#FC9D91" stop-opacity="0.55"/>
<stop offset="0.73" stop-color="#FC9D91" stop-opacity="0.79"/>
<stop offset="0.91" stop-color="#FC9D91" stop-opacity="0.94"/>
<stop offset="1" stop-color="#FC9D91"/>
</linearGradient>
<linearGradient id="paint54_linear_445_2816" x1="423.387" y1="210.635" x2="428.036" y2="199.992" gradientUnits="userSpaceOnUse">
<stop stop-color="#FC9D91" stop-opacity="0"/>
<stop offset="0.18" stop-color="#FC9D91" stop-opacity="0.22"/>
<stop offset="0.48" stop-color="#FC9D91" stop-opacity="0.55"/>
<stop offset="0.73" stop-color="#FC9D91" stop-opacity="0.79"/>
<stop offset="0.91" stop-color="#FC9D91" stop-opacity="0.94"/>
<stop offset="1" stop-color="#FC9D91"/>
</linearGradient>
<linearGradient id="paint55_linear_445_2816" x1="398.034" y1="183.32" x2="397.684" y2="182.39" gradientUnits="userSpaceOnUse">
<stop stop-color="#FC9D91" stop-opacity="0"/>
<stop offset="0.18" stop-color="#FC9D91" stop-opacity="0.22"/>
<stop offset="0.48" stop-color="#FC9D91" stop-opacity="0.55"/>
<stop offset="0.73" stop-color="#FC9D91" stop-opacity="0.79"/>
<stop offset="0.91" stop-color="#FC9D91" stop-opacity="0.94"/>
<stop offset="1" stop-color="#FC9D91"/>
</linearGradient>
<linearGradient id="paint56_linear_445_2816" x1="387.703" y1="282.283" x2="391.741" y2="266.414" gradientUnits="userSpaceOnUse">
<stop stop-color="#FC9D91" stop-opacity="0"/>
<stop offset="0.18" stop-color="#FC9D91" stop-opacity="0.22"/>
<stop offset="0.48" stop-color="#FC9D91" stop-opacity="0.55"/>
<stop offset="0.73" stop-color="#FC9D91" stop-opacity="0.79"/>
<stop offset="0.91" stop-color="#FC9D91" stop-opacity="0.94"/>
<stop offset="1" stop-color="#FC9D91"/>
</linearGradient>
<linearGradient id="paint57_linear_445_2816" x1="555.774" y1="295.951" x2="554.924" y2="306.361" gradientUnits="userSpaceOnUse">
<stop stop-color="#FC9D91" stop-opacity="0"/>
<stop offset="0.18" stop-color="#FC9D91" stop-opacity="0.22"/>
<stop offset="0.48" stop-color="#FC9D91" stop-opacity="0.55"/>
<stop offset="0.73" stop-color="#FC9D91" stop-opacity="0.79"/>
<stop offset="0.91" stop-color="#FC9D91" stop-opacity="0.94"/>
<stop offset="1" stop-color="#FC9D91"/>
</linearGradient>
<linearGradient id="paint58_linear_445_2816" x1="750.296" y1="349.7" x2="508.185" y2="527.58" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF9500" stop-opacity="0"/>
<stop offset="0.11" stop-color="#FE9B01" stop-opacity="0.08"/>
<stop offset="0.34" stop-color="#FEAD04" stop-opacity="0.29"/>
<stop offset="0.67" stop-color="#FDCA0A" stop-opacity="0.63"/>
<stop offset="1" stop-color="#FCEA10"/>
</linearGradient>
<linearGradient id="paint59_linear_445_2816" x1="637.496" y1="45.44" x2="574.896" y2="156.06" gradientUnits="userSpaceOnUse">
<stop stop-color="#95EBF5"/>
<stop offset="0.63" stop-color="#69ECF2"/>
<stop offset="1" stop-color="#55EDF2"/>
</linearGradient>
<linearGradient id="paint60_linear_445_2816" x1="482.075" y1="113.359" x2="522.315" y2="159.599" gradientUnits="userSpaceOnUse">
<stop stop-color="#95EBF5"/>
<stop offset="0.63" stop-color="#69ECF2"/>
<stop offset="1" stop-color="#55EDF2"/>
</linearGradient>
<linearGradient id="paint61_linear_445_2816" x1="656.565" y1="132.41" x2="603.855" y2="161.82" gradientUnits="userSpaceOnUse">
<stop stop-color="#95EBF5"/>
<stop offset="0.63" stop-color="#69ECF2"/>
<stop offset="1" stop-color="#55EDF2"/>
</linearGradient>
<linearGradient id="paint62_linear_445_2816" x1="739.975" y1="253.95" x2="711.265" y2="351.83" gradientUnits="userSpaceOnUse">
<stop stop-color="#95EBF5"/>
<stop offset="0.63" stop-color="#69ECF2"/>
<stop offset="1" stop-color="#55EDF2"/>
</linearGradient>
<linearGradient id="paint63_linear_445_2816" x1="745.415" y1="394.59" x2="737.115" y2="422.91" gradientUnits="userSpaceOnUse">
<stop stop-color="#95EBF5"/>
<stop offset="0.63" stop-color="#69ECF2"/>
<stop offset="1" stop-color="#55EDF2"/>
</linearGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 53 KiB

View File

@ -0,0 +1,58 @@
<svg width="342" height="336" viewBox="0 0 342 336" fill="none" xmlns="http://www.w3.org/2000/svg">
<g filter="url(#filter0_d_445_2736)">
<path d="M279.512 46.9438C220.739 3.86271 170.996 56.5473 170.996 56.5473C170.996 56.5473 121.263 3.85272 62.4805 46.9438C6.28194 88.1362 11.5106 241.783 170.996 306C330.471 241.783 335.71 88.1362 279.512 46.9438Z" fill="url(#paint0_linear_445_2736)"/>
<path d="M171.006 306C330.481 241.783 335.72 88.1357 279.521 46.9434C260.173 32.7629 241.813 28.9554 225.877 30.2346C233.241 29.7649 264.075 30.2746 269.862 71.297C276.438 117.946 227.663 222.775 145.73 232.929C75.1229 241.683 45.1876 192.885 44.1299 191.117C63.3084 235.227 103.212 278.698 171.016 306H171.006Z" fill="url(#paint1_linear_445_2736)"/>
<path opacity="0.7" d="M87.3571 41.8068C87.3571 41.8068 50.2273 52.2099 39.271 100.388C28.3147 148.565 55.0269 196.893 55.0269 196.893C55.0269 196.893 49.5488 139.232 87.3571 41.7969V41.8068Z" fill="url(#paint2_linear_445_2736)"/>
<path opacity="0.7" d="M146.549 288.712C146.549 288.712 213.853 285.644 271.449 214.002C271.449 214.002 240.266 263.109 174.498 301.064C174.498 301.064 157.445 297.566 146.549 288.712Z" fill="url(#paint3_linear_445_2736)"/>
<path d="M153.125 58.4064C171.754 85.8479 197.788 94.9019 197.788 94.9019C197.788 94.9019 213.574 28.6763 187.281 43.7162C177.003 50.2019 171.006 56.5476 171.006 56.5476C171.006 56.5476 143.206 27.0974 104.609 30.2453C105.068 30.2553 134.634 31.1746 153.125 58.4064Z" fill="url(#paint4_linear_445_2736)"/>
<path opacity="0.7" d="M101.945 41.8068C75.2328 41.8068 44.14 60.0446 36.6262 112.759C30.0105 159.178 54.9865 241.943 139.504 221.786C224.031 201.63 270.98 71.7168 241.044 54.0786C211.109 36.4404 195.962 84.5881 198.077 116.777C198.077 116.777 149.123 41.7969 101.935 41.7969L101.945 41.8068Z" fill="url(#paint5_linear_445_2736)"/>
</g>
<defs>
<filter id="filter0_d_445_2736" x="0" y="0" width="341.999" height="336" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset/>
<feGaussianBlur stdDeviation="15"/>
<feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_445_2736"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_445_2736" result="shape"/>
</filter>
<linearGradient id="paint0_linear_445_2736" x1="289.051" y1="238.575" x2="132.258" y2="107.903" gradientUnits="userSpaceOnUse">
<stop stop-color="#EF4B9F"/>
<stop offset="1" stop-color="#E6332A"/>
</linearGradient>
<linearGradient id="paint1_linear_445_2736" x1="105.038" y1="79.9512" x2="547.056" y2="473.234" gradientUnits="userSpaceOnUse">
<stop stop-color="#0C5DA5" stop-opacity="0"/>
<stop offset="0.27" stop-color="#14529D" stop-opacity="0.24"/>
<stop offset="0.87" stop-color="#2A3989" stop-opacity="0.86"/>
<stop offset="1" stop-color="#2F3485"/>
</linearGradient>
<linearGradient id="paint2_linear_445_2736" x1="19.1445" y1="17.5132" x2="197.95" y2="366.373" gradientUnits="userSpaceOnUse">
<stop stop-color="#FCEA10"/>
<stop offset="0.33" stop-color="#FDCA0A" stop-opacity="0.63"/>
<stop offset="0.66" stop-color="#FEAD04" stop-opacity="0.29"/>
<stop offset="0.89" stop-color="#FE9B01" stop-opacity="0.08"/>
<stop offset="1" stop-color="#FF9500" stop-opacity="0"/>
</linearGradient>
<linearGradient id="paint3_linear_445_2736" x1="69.0263" y1="393.761" x2="290.176" y2="173.998" gradientUnits="userSpaceOnUse">
<stop stop-color="#FCEA10"/>
<stop offset="0.33" stop-color="#FDCA0A" stop-opacity="0.63"/>
<stop offset="0.66" stop-color="#FEAD04" stop-opacity="0.29"/>
<stop offset="0.89" stop-color="#FE9B01" stop-opacity="0.08"/>
<stop offset="1" stop-color="#FF9500" stop-opacity="0"/>
</linearGradient>
<linearGradient id="paint4_linear_445_2736" x1="245.804" y1="87.6267" x2="-130.024" y2="-60.1825" gradientUnits="userSpaceOnUse">
<stop stop-color="#0C5DA5" stop-opacity="0"/>
<stop offset="0.27" stop-color="#14529D" stop-opacity="0.24"/>
<stop offset="0.87" stop-color="#2A3989" stop-opacity="0.86"/>
<stop offset="1" stop-color="#2F3485"/>
</linearGradient>
<linearGradient id="paint5_linear_445_2736" x1="9.70438" y1="-29.0956" x2="244.871" y2="230.392" gradientUnits="userSpaceOnUse">
<stop stop-color="#FCEA10"/>
<stop offset="0.33" stop-color="#FDCA0A" stop-opacity="0.63"/>
<stop offset="0.66" stop-color="#FEAD04" stop-opacity="0.29"/>
<stop offset="0.89" stop-color="#FE9B01" stop-opacity="0.08"/>
<stop offset="1" stop-color="#FF9500" stop-opacity="0"/>
</linearGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 4.6 KiB

View File

@ -0,0 +1,572 @@
<svg width="858" height="512" viewBox="0 0 858 512" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M408.321 194.39C408.321 194.39 405.231 179.46 406.291 165.21C406.291 165.21 414.381 177.32 431.001 172.5C445.651 168.26 429.941 156.1 417.761 166.05C417.761 166.05 395.231 157.96 401.351 119.51C401.351 119.51 416.251 145.75 463.151 168.37C510.051 190.99 533.891 196.42 533.891 196.42C533.891 196.42 511.931 183.87 490.871 166.22C490.871 166.22 548.381 160.79 573.831 200.49C573.831 200.49 575.701 195.51 584.411 198.68C593.121 201.85 589.241 221.53 614.241 228.54C614.241 228.54 606.531 221.75 599.231 210.22C599.231 210.22 595.231 181.72 614.241 149.94C614.241 149.94 608.171 178.33 616.801 198.46L628.171 200.72C628.171 200.72 628.921 214.33 638.051 210.45C644.171 207.85 646.051 202.05 651.461 201.85C663.931 201.4 670.171 220.74 670.171 220.74C670.171 220.74 694.981 217.25 715.231 236.46C731.701 252.09 727.701 291.1 727.701 291.1C727.701 291.1 726.051 280.23 715.461 273.73C715.461 273.73 700.171 278.15 701.811 296.33C703.461 314.51 712.161 333.07 712.161 333.07C712.161 333.07 705.391 312.11 724.211 305.8C724.211 305.8 721.331 321.39 723.691 330.16C726.051 338.93 735.221 358.84 735.221 377.84C735.221 377.84 708.401 419.23 659.691 442.53C659.691 442.53 708.631 418.33 732.161 417.4C732.161 417.4 750.041 431.22 762.041 462.44C762.041 462.44 712.861 441.63 690.511 459.05C672.831 472.83 693.571 477.37 693.571 477.37H398.461C398.461 477.37 353.341 462.89 351.931 392.32C350.521 321.75 388.641 262.64 388.641 262.64L408.321 194.39Z" fill="url(#paint0_linear_445_2646)"/>
<path style="mix-blend-mode:color-dodge" opacity="0.7" d="M408.321 194.39C408.321 194.39 405.231 179.46 406.291 165.21C406.291 165.21 414.381 177.32 431.001 172.5C445.651 168.26 429.941 156.1 417.761 166.05C417.761 166.05 395.231 157.96 401.351 119.51C401.351 119.51 416.251 145.75 463.151 168.37C510.051 190.99 533.891 196.42 533.891 196.42C533.891 196.42 511.931 183.87 490.871 166.22C490.871 166.22 548.381 160.79 573.831 200.49C573.831 200.49 575.701 195.51 584.411 198.68C593.121 201.85 589.241 221.53 614.241 228.54C614.241 228.54 606.531 221.75 599.231 210.22C599.231 210.22 595.231 181.72 614.241 149.94C614.241 149.94 608.171 178.33 616.801 198.46L628.171 200.72C628.171 200.72 628.921 214.33 638.051 210.45C644.171 207.85 646.051 202.05 651.461 201.85C663.931 201.4 670.171 220.74 670.171 220.74C670.171 220.74 694.981 217.25 715.231 236.46C731.701 252.09 727.701 291.1 727.701 291.1C727.701 291.1 726.051 280.23 715.461 273.73C715.461 273.73 700.171 278.15 701.811 296.33C703.461 314.51 712.161 333.07 712.161 333.07C712.161 333.07 705.391 312.11 724.211 305.8C724.211 305.8 721.331 321.39 723.691 330.16C726.051 338.93 735.221 358.84 735.221 377.84C735.221 377.84 708.401 419.23 659.691 442.53C659.691 442.53 708.631 418.33 732.161 417.4C732.161 417.4 750.041 431.22 762.041 462.44C762.041 462.44 712.861 441.63 690.511 459.05C672.831 472.83 693.571 477.37 693.571 477.37H398.461C398.461 477.37 353.341 462.89 351.931 392.32C350.521 321.75 388.641 262.64 388.641 262.64L408.321 194.39Z" fill="url(#paint1_linear_445_2646)"/>
<path d="M366.94 151.64C366.94 151.64 436.87 159.56 444.38 276.44C447.85 330.47 493.54 369.67 493.54 369.67C493.54 369.67 465.57 400.49 410.96 382.41C410.96 382.41 405.11 389.6 420.17 414.93C435.23 440.26 436.52 471.03 422.23 477.36H351.9L336.41 181.06L366.95 151.64H366.94Z" fill="url(#paint2_linear_445_2646)"/>
<path style="mix-blend-mode:color-dodge" opacity="0.7" d="M463.151 477.36C463.151 477.36 481.111 413.67 468.571 339C456.031 264.33 427.561 203.21 427.561 203.21C427.561 203.21 450.761 220.4 460.171 239.85V221.19C460.171 221.19 515.891 217.68 562.621 243.92C609.351 270.16 572.761 433.93 504.001 477.36L489.351 477.59C489.351 477.59 506.031 467.86 508.871 438.01C508.871 438.01 482.381 451.21 467.001 477.59L463.151 477.36Z" fill="url(#paint3_linear_445_2646)"/>
<path style="mix-blend-mode:color-dodge" opacity="0.7" d="M690.52 459.04C712.87 441.62 762.05 462.43 762.05 462.43C750.05 431.21 732.17 417.39 732.17 417.39C710.8 418.23 668.47 438.27 660.88 441.95C660.49 442.14 660.09 442.34 659.7 442.53C659.7 442.53 660.12 442.32 660.88 441.95C708.83 418.55 735.23 377.83 735.23 377.83C735.23 358.83 726.05 338.92 723.7 330.15C721.35 321.38 724.22 305.79 724.22 305.79C705.4 312.1 712.17 333.06 712.17 333.06C712.17 333.06 703.46 314.49 701.82 296.32C700.17 278.14 715.47 273.72 715.47 273.72C724.41 279.21 726.97 287.81 727.56 290.36C717.82 239.88 645.43 217.63 645.43 217.63C645.43 217.63 681.35 245.28 692.18 272.91C703 300.53 692.18 364.17 692.18 364.17C692.18 364.17 723.71 362.91 714.3 376.92C704.89 390.93 664.65 407.47 664.65 407.47L645.43 406.11C617.03 429.18 549.27 452.26 549.27 452.26C556.72 430.55 560.4 384.93 560.4 384.93C536.44 454.91 478.53 477.37 478.53 477.37H693.59C693.59 477.37 672.85 472.83 690.53 459.05L690.52 459.04Z" fill="url(#paint4_linear_445_2646)"/>
<path d="M174.05 477.36C174.05 477.36 133.11 465.15 143.46 429.86C153.81 394.57 107.42 384.67 102.05 369.8C93.23 345.37 118.99 337.11 105.34 312.23C105.34 312.23 116.87 319.47 117.58 343.22C118.29 366.97 141.58 370.59 169.82 370.14C169.82 370.14 110.71 292.54 129.35 252.97C146.88 215.76 198.06 201.85 199.47 193.25C200.88 184.65 180.65 181.04 180.65 181.04C180.65 181.04 203.36 162.83 222.41 174.71C241.47 186.59 269.7 199.48 297.94 185.91C297.94 185.91 302.29 171.77 279.94 156.62C259.99 143.1 251.35 127.89 286.53 94.64C316.41 66.4 301.12 51.21 301.12 51.21C301.12 51.21 324.06 48.16 322.65 88.87C321.24 129.59 335.73 145.19 366.95 151.64C398.17 158.09 421.47 190.32 427.12 228.32C432.77 266.32 415.94 283.74 439.94 319.93C463.94 356.12 472.34 359.58 468.58 391.24C468.58 391.24 460.44 387.9 428.88 367.77C389 342.32 387.59 316.54 387.59 316.54C387.59 316.54 393.59 332.49 382.3 349.45C371.01 366.41 355.12 385.42 369.59 423.42L373.47 401.03C373.47 401.03 408.06 423.42 412.29 443.1C416.52 462.78 398.47 477.37 398.47 477.37H174.06L174.05 477.36Z" fill="url(#paint5_linear_445_2646)"/>
<path style="mix-blend-mode:color-dodge" opacity="0.7" d="M174.05 477.36C174.05 477.36 133.11 465.15 143.46 429.86C153.81 394.57 107.42 384.67 102.05 369.8C93.23 345.37 118.99 337.11 105.34 312.23C105.34 312.23 116.87 319.47 117.58 343.22C118.29 366.97 141.58 370.59 169.82 370.14C169.82 370.14 110.71 292.54 129.35 252.97C146.88 215.76 198.06 201.85 199.47 193.25C200.88 184.65 180.65 181.04 180.65 181.04C180.65 181.04 203.36 162.83 222.41 174.71C241.47 186.59 269.7 199.48 297.94 185.91C297.94 185.91 302.29 171.77 279.94 156.62C259.99 143.1 251.35 127.89 286.53 94.64C316.41 66.4 301.12 51.21 301.12 51.21C301.12 51.21 324.06 48.16 322.65 88.87C321.24 129.59 335.73 145.19 366.95 151.64C398.17 158.09 421.47 190.32 427.12 228.32C432.77 266.32 415.94 283.74 439.94 319.93C463.94 356.12 472.34 359.58 468.58 391.24C468.58 391.24 460.44 387.9 428.88 367.77C389 342.32 387.59 316.54 387.59 316.54C387.59 316.54 393.59 332.49 382.3 349.45C371.01 366.41 355.12 385.42 369.59 423.42L373.47 401.03C373.47 401.03 408.06 423.42 412.29 443.1C416.52 462.78 398.47 477.37 398.47 477.37H174.06L174.05 477.36Z" fill="url(#paint6_linear_445_2646)"/>
<path style="mix-blend-mode:color-dodge" opacity="0.7" d="M174.05 477.36C174.05 477.36 149.7 464.13 152.87 434.61C156.05 405.09 129.25 391.06 115.11 378.63C100.97 366.19 108.76 344.59 108.76 344.59C108.76 344.59 102.05 368.79 129.35 375.35C156.64 381.91 192.88 400.01 192.88 400.01C192.88 400.01 170.17 423.76 184.29 448.7C198.41 473.64 278.53 477.37 278.53 477.37H174.06L174.05 477.36Z" fill="url(#paint7_linear_445_2646)"/>
<path style="mix-blend-mode:color-dodge" opacity="0.7" d="M278.52 477.36C278.52 477.36 197.58 479.62 165.11 440.26C165.11 440.26 162.76 399.28 207.46 379.28C252.17 359.28 239.46 310.17 239.46 310.17C239.46 310.17 269.58 383.71 241.34 419.45C241.34 419.45 200.16 406.78 190.99 425.1C181.81 443.42 204.75 472.6 278.52 477.35V477.36Z" fill="url(#paint8_linear_445_2646)"/>
<path d="M620 386.02C620 386.02 632.72 416.28 597.14 426.16C561.56 436.04 518.78 405.45 480.12 406.29C441.46 407.12 405.95 404.89 408.44 356.62C410.93 308.35 467.15 218.9 579.24 236.4C669.96 250.56 685.42 317.5 685.42 341.96C685.42 360.73 675.66 398.48 619.99 386.03L620 386.02Z" fill="url(#paint9_linear_445_2646)"/>
<path style="mix-blend-mode:multiply" opacity="0.35" d="M526.18 339.46C526.18 339.46 548.12 340.65 573.62 354.88C599.12 369.11 616.38 373.33 638.26 354.62C662.93 333.52 685.04 334.73 685.04 334.73C685.31 337.41 685.43 339.85 685.43 341.96C685.43 360.73 675.67 398.48 620 386.03C597 381.06 588.44 370.7 569.2 357.26C549.96 343.82 526.17 339.47 526.17 339.47L526.18 339.46Z" fill="url(#paint10_linear_445_2646)"/>
<path style="mix-blend-mode:multiply" opacity="0.35" d="M597.14 426.159C561.56 436.039 518.78 405.449 480.12 406.289C441.46 407.119 405.95 404.889 408.44 356.619C410.18 322.959 438.04 269.269 492.77 245.789C439.2 293.259 460.66 380.549 492.77 395.999C513.59 406.019 533.14 396.109 565.91 386.029C593.45 377.559 620 386.029 620 386.029C620 386.029 632.71 416.289 597.14 426.169V426.159Z" fill="url(#paint11_linear_445_2646)"/>
<path style="mix-blend-mode:multiply" opacity="0.5" d="M620 386.019C620 386.019 586.47 373.859 566.7 377.019C546.93 380.179 533.49 383.819 526.18 383.779C518.87 383.739 492.51 357.639 483.55 334.709C474.59 311.789 477.36 266.319 493.96 268.299C510.56 270.279 512.15 293.599 512.15 309.419C512.15 325.229 498.71 325.229 495.94 319.699C493.17 314.169 494.36 297.169 494.36 297.169C494.36 297.169 495.81 315.749 498.58 317.859C501.35 319.969 509.25 318.259 508.86 310.879C508.47 303.499 508.86 283.999 503.46 278.069C498.06 272.139 491.2 270.949 488.57 274.639C485.94 278.329 480.73 292.829 482.9 310.219C485.07 327.619 487.64 340.459 498.71 355.089C509.78 369.719 518.67 378.219 527.97 379.599C537.26 380.979 564.19 370.309 578.57 372.479C592.95 374.649 620.01 386.029 620.01 386.029L620 386.019Z" fill="url(#paint12_linear_445_2646)"/>
<path style="mix-blend-mode:multiply" opacity="0.5" d="M495.469 305.989C496.489 311.259 496.129 319.759 502.119 318.659C502.119 318.659 497.769 322.859 495.929 319.689C494.089 316.519 495.469 305.979 495.469 305.979V305.989Z" fill="url(#paint13_linear_445_2646)"/>
<path style="mix-blend-mode:multiply" opacity="0.5" d="M654.07 367.13C654.07 367.13 675.81 359.22 664.74 350.53C653.67 341.83 637.07 343.41 626.79 346.58C616.51 349.74 566.3 340.5 559.19 327.13C552.07 313.76 570.65 297.16 580.54 285.3C590.42 273.44 566.31 251.7 556.42 249.72C556.42 249.72 572.63 257.36 576.06 270.28C579.49 283.19 574.74 289.78 565.25 297.95C555.76 306.12 546.8 320.85 558.66 331.14C570.52 341.43 592.89 347.23 610.44 349.08C627.98 350.92 647.22 346.18 653.28 348.29C659.34 350.4 673.84 355.41 654.07 367.13Z" fill="url(#paint14_linear_445_2646)"/>
<path style="mix-blend-mode:multiply" opacity="0.5" d="M567.7 337.209C567.7 337.209 554.97 331.349 553.32 322.619C551.67 313.889 559.31 304.129 559.31 304.129C559.31 304.129 549.98 325.859 567.7 337.199V337.209Z" fill="url(#paint15_linear_445_2646)"/>
<path style="mix-blend-mode:multiply" opacity="0.5" d="M556.42 249.719C556.42 249.719 540.74 241.549 518.86 247.609C496.98 253.669 501.99 263.419 516.22 270.279C530.45 277.129 532.56 288.729 542.05 286.619C551.54 284.509 562.08 273.709 549.96 262.899C537.84 252.089 529.4 254.199 529.4 254.199C529.4 254.199 545.13 258.419 549.26 267.379C553.39 276.339 546.54 281.349 540.21 282.139C533.88 282.929 530.19 271.469 521.5 268.239C512.8 265.009 504.63 259.739 510.43 254.469C516.23 249.199 537.05 243.929 556.42 249.729V249.719Z" fill="url(#paint16_linear_445_2646)"/>
<path style="mix-blend-mode:multiply" opacity="0.5" d="M548.51 277.989C548.51 277.989 544.16 287.519 539.42 286.849C534.68 286.179 530.53 281.039 528.26 278.379C525.99 275.709 534.89 281.939 539.03 282.229C544.56 282.629 548.51 277.989 548.51 277.989Z" fill="url(#paint17_linear_445_2646)"/>
<path style="mix-blend-mode:multiply" opacity="0.5" d="M580.54 285.299C580.54 285.299 607.03 280.139 625.61 286.869C644.19 293.599 659.61 307.829 639.05 311.789C618.49 315.739 601.89 331.139 593.19 320.679C584.49 310.209 586.34 297.429 612.69 297.959C612.69 297.959 599.78 294.529 588.97 299.009C578.16 303.489 582.64 316.729 590.29 322.629C597.93 328.529 606.1 330.699 621.65 322.629C637.2 314.559 652.49 314.959 653.01 308.429C653.54 301.909 648.27 290.049 632.98 285.039C617.69 280.029 591.07 280.559 580.53 285.299H580.54Z" fill="url(#paint18_linear_445_2646)"/>
<path style="mix-blend-mode:multiply" opacity="0.5" d="M526.18 383.779C526.18 383.779 500.28 385.319 485.66 373.859C471.03 362.399 471.03 346.979 451.66 349.349C432.29 351.719 414.89 357.649 413.31 371.489C411.73 385.329 420.49 394.349 420.49 394.349C420.49 394.349 412.13 386.509 411.21 375.699C410.29 364.889 410.95 355.009 434.93 348.679C458.91 342.349 465.24 343.669 471.96 353.419C478.68 363.169 488.96 379.589 526.19 383.769L526.18 383.779Z" fill="url(#paint19_linear_445_2646)"/>
<path style="mix-blend-mode:multiply" opacity="0.5" d="M425.25 351.92C425.25 351.92 441.77 346.97 450.46 335.11C459.16 323.25 469.24 285.079 459.55 286.869C449.86 288.659 427.13 309.42 428.32 317.92C429.51 326.42 431.88 332.94 431.88 332.94C431.88 332.94 429.38 320.29 433.2 313.96C437.02 307.63 452.84 291.82 457.38 292.41C461.92 293 450.46 328.389 445.72 334.119C440.98 339.849 425.25 351.92 425.25 351.92Z" fill="url(#paint20_linear_445_2646)"/>
<path style="mix-blend-mode:multiply" opacity="0.5" d="M562.61 334.709C562.61 334.709 543.9 324.629 525.18 327.889C506.47 331.159 492.76 341.569 506.6 358.829C518.49 373.669 528.49 375.579 546.87 369.579C565.25 363.579 576.58 372.459 576.58 372.459C576.58 372.459 569.73 363.569 556.42 361.589C543.11 359.609 533.89 353.819 533.89 353.819C533.89 353.819 547.86 362.249 543.38 364.629C538.9 366.999 524.67 371.219 514.39 361.599C504.11 351.979 502.53 342.759 510.17 336.959C517.81 331.159 535.74 327.979 562.62 334.709H562.61Z" fill="url(#paint21_linear_445_2646)"/>
<path style="mix-blend-mode:multiply" opacity="0.5" d="M580.54 285.299C580.54 285.299 598.49 251.799 632.2 268.239C665.91 284.679 681.44 316.599 681.44 316.599C681.44 316.599 679.38 307.969 672 296.369C664.62 284.769 640.7 264.479 622.22 259.729C603.74 254.989 556.43 249.709 556.43 249.709C556.43 249.709 582.65 253.659 593.99 257.349C605.32 261.039 584.5 264.729 580.55 285.289L580.54 285.299Z" fill="url(#paint22_linear_445_2646)"/>
<path style="mix-blend-mode:multiply" opacity="0.5" d="M530.199 416.55C530.199 416.55 547.059 422.09 570.779 417.87C594.499 413.65 599.769 402.58 588.699 398.1C577.629 393.62 574.199 397.57 559.179 400.74C544.159 403.9 559.439 411.55 559.439 411.55C559.439 411.55 539.149 406.54 552.319 399.43C565.499 392.31 580.519 389.09 589.749 394.36C598.969 399.63 604.659 412.94 616.519 414.79L615.059 416.42C615.059 416.42 609.669 416.47 607.009 413.8C604.349 411.13 600.389 405 598.999 407.77C597.609 410.54 585.239 420.26 571.229 421.31C552.749 422.69 539.459 419.72 530.189 416.56L530.199 416.55Z" fill="url(#paint23_linear_445_2646)"/>
<path style="mix-blend-mode:multiply" opacity="0.5" d="M425.69 398.15C425.69 398.15 425.559 381.11 441.379 369.57C457.189 358.03 481.44 384.65 506.48 393.61C531.52 402.57 509.379 409.95 487.369 395.72C471.369 385.37 456.929 375.43 450.869 379.38C444.809 383.33 447.71 395.46 447.71 395.46C447.71 395.46 449.29 382.02 455.35 382.02C461.41 382.02 485.13 402.049 503.05 405.739C520.97 409.429 526.9 402.37 520.97 397.04C517.34 393.77 508.059 393.17 496.989 386.01C485.919 378.85 460.88 360.14 449.02 361.59C437.16 363.04 424.159 373.46 422.229 395.79C422.229 395.79 425.13 397.81 425.69 398.15Z" fill="url(#paint24_linear_445_2646)"/>
<path style="mix-blend-mode:multiply" opacity="0.5" d="M562.609 334.709C562.609 334.709 542.579 324.629 542.579 310.999C542.579 297.359 535.859 293.209 519.059 280.559C502.259 267.909 485.409 263.239 506.089 240.869L503.059 241.859C503.059 241.859 494.259 248.259 493.559 257.899C493.159 263.369 498.999 268.509 506.009 274.039C513.019 279.569 530.819 291.729 534.969 297.559C539.119 303.389 535.549 313.499 542.879 321.679C552.989 332.949 562.609 334.719 562.609 334.719V334.709Z" fill="url(#paint25_linear_445_2646)"/>
<path style="mix-blend-mode:multiply" opacity="0.5" d="M626.79 346.579C626.79 346.579 637.66 337.679 649.92 332.739C662.18 327.799 685.35 338.859 685.35 338.859L685.04 334.729C685.04 334.729 663.43 324.579 650.91 329.579C638.39 334.589 626.79 346.579 626.79 346.579Z" fill="url(#paint26_linear_445_2646)"/>
<path style="mix-blend-mode:multiply" opacity="0.5" d="M575.399 265.129C575.399 265.129 591.079 275.939 576.799 289.599C576.799 289.599 580.009 275.939 575.399 265.129Z" fill="url(#paint27_linear_445_2646)"/>
<path style="mix-blend-mode:multiply" opacity="0.5" d="M461.37 287.089C463.09 287.749 465.49 295.579 457.98 309.149C457.98 309.149 461.27 294.799 457.39 292.409C455.22 291.079 445.74 299.929 445.74 299.929C445.74 299.929 455.87 284.969 461.37 287.079V287.089Z" fill="url(#paint28_linear_445_2646)"/>
<path style="mix-blend-mode:multiply" opacity="0.5" d="M645.52 295.48C645.52 295.48 655.65 303.49 652.52 310.03C650.71 313.82 641.91 314.85 641.91 314.85C641.91 314.85 648.53 310.6 648.83 306.05C649.13 301.5 645.52 295.47 645.52 295.47V295.48Z" fill="url(#paint29_linear_445_2646)"/>
<path style="mix-blend-mode:multiply" opacity="0.2" d="M639.05 311.779C618.49 315.729 601.89 331.129 593.19 320.669C588.49 315.009 586.87 308.679 590.54 304.129C591.64 311.899 601.89 317.709 612.17 312.569C622.45 307.429 636.48 310.199 639.45 302.489C642.41 294.779 634.53 290.789 634.53 290.789C648.35 298.069 656.17 308.489 639.06 311.779H639.05Z" fill="url(#paint30_linear_445_2646)"/>
<path style="mix-blend-mode:multiply" opacity="0.2" d="M498.57 317.849C496.38 316.179 495.01 304.189 494.54 299.259C494.54 299.289 496.07 306.119 500.97 306.379C505.86 306.639 508.25 296.809 508.26 296.749C508.66 302.329 508.68 307.709 508.85 310.859C509.25 318.239 501.34 319.949 498.57 317.839V317.849Z" fill="url(#paint31_linear_445_2646)"/>
<path style="mix-blend-mode:multiply" opacity="0.2" d="M543.37 364.629C538.89 366.999 524.66 371.219 514.38 361.599C504.1 351.979 502.52 342.759 510.16 336.959C508 342.189 512.73 348.549 522.22 349.999C531.71 351.449 533.88 353.819 533.88 353.819C533.88 353.819 533.93 353.849 534.01 353.899C535.38 354.739 547.6 362.389 543.37 364.629Z" fill="url(#paint32_linear_445_2646)"/>
<path style="mix-blend-mode:multiply" opacity="0.2" d="M506.61 358.829C518.5 373.669 528.5 375.579 546.88 369.579C563.52 364.139 574.38 370.909 576.29 372.239C561.51 371.349 536.79 380.899 527.96 379.579C518.67 378.199 509.77 369.699 498.7 355.069C487.63 340.439 485.06 327.589 482.89 310.199C482.32 305.609 482.26 301.229 482.53 297.199C482.53 297.569 482.71 300.869 486.84 316.599C491.28 333.469 502.84 339.329 502.84 339.329C499.7 344.349 500.22 350.859 506.61 358.829Z" fill="url(#paint33_linear_445_2646)"/>
<path style="mix-blend-mode:multiply" opacity="0.2" d="M542.58 310.989C542.58 299.919 538.15 295.099 527.49 286.899C529.77 288.569 537.99 293.939 551.87 296.159C568.04 298.749 574.94 286.929 575.23 286.419C573.24 290.469 569.79 294.029 565.24 297.939C555.75 306.109 546.79 320.839 558.65 331.129C560.2 332.469 561.93 333.739 563.8 334.929L563.78 335.009L562.6 334.699C562.6 334.699 542.57 324.619 542.57 310.989H542.58Z" fill="url(#paint34_linear_445_2646)"/>
<path style="mix-blend-mode:screen" opacity="0.7" d="M662.11 322.059C652.03 320.489 644.71 320.869 634.7 328.779C624.68 336.689 599.3 346.569 582.8 335.369C566.3 324.169 576.05 316.159 584.36 321.549C592.66 326.939 598.61 337.379 620.95 327.889C637.72 320.759 645.64 316.089 658.16 318.679C670.68 321.269 670.55 323.379 662.11 322.059Z" fill="url(#paint35_linear_445_2646)"/>
<path style="mix-blend-mode:screen" opacity="0.7" d="M519.38 301.86C524.42 303.13 530.82 304.86 532.93 310.56C535.04 316.26 538.09 299.8 530.13 293.92C522.17 288.03 516.33 291.95 515.74 295.23C515.15 298.51 516.11 301.03 519.38 301.86Z" fill="url(#paint36_linear_445_2646)"/>
<path style="mix-blend-mode:screen" opacity="0.7" d="M478.52 278.38C475.55 294.31 473.4 320.08 481.9 337.38C490.4 354.68 496.68 371.88 482.37 355.07C468.06 338.27 466.68 316.52 470.04 295.47C473.4 274.42 479.92 270.89 478.52 278.37V278.38Z" fill="url(#paint37_linear_445_2646)"/>
<path style="mix-blend-mode:screen" opacity="0.7" d="M642.74 264.079C624.55 254.989 599.12 246.419 557.02 244.679C527.29 243.449 518.47 239.239 532.81 236.869C547.14 234.499 600.97 235.219 642.75 264.079H642.74Z" fill="url(#paint38_linear_445_2646)"/>
<path style="mix-blend-mode:screen" opacity="0.7" d="M569.6 349.999C569.6 349.999 546.14 339.029 531.12 338.459C516.1 337.879 525.99 331.109 539.19 332.919C552.27 334.719 566.01 344.819 569.6 350.009V349.999Z" fill="url(#paint39_linear_445_2646)"/>
<path style="mix-blend-mode:color-dodge" opacity="0.35" d="M630.22 304.139C630.22 304.139 622.05 304.189 614.93 307.529C607.81 310.869 599.64 311.209 598.33 305.829C597.02 300.449 612.56 296.479 630.22 304.129V304.139Z" fill="url(#paint40_linear_445_2646)"/>
<path style="mix-blend-mode:screen" opacity="0.7" d="M529.33 256.169C529.33 256.169 543.29 258.119 546.59 267.899C548.91 274.789 542.85 280.129 539.69 277.369C536.53 274.599 538.87 264.209 529.33 256.169Z" fill="url(#paint41_linear_445_2646)"/>
<path style="mix-blend-mode:color-dodge" opacity="0.7" d="M603.96 309.969C603.96 309.969 599.66 310.899 597.63 308.029C595.6 305.159 600.32 302.189 600.32 302.189C600.32 302.189 599.65 306.669 603.95 309.969H603.96Z" fill="url(#paint42_linear_445_2646)"/>
<path style="mix-blend-mode:color-dodge" opacity="0.7" d="M539.41 259.739C539.41 259.739 547.1 263.849 547.62 270.769C548.3 279.809 543.67 279.569 542.58 273.439C541.49 267.309 541.18 262.749 539.41 259.739Z" fill="url(#paint43_linear_445_2646)"/>
<path style="mix-blend-mode:color-dodge" opacity="0.7" d="M560.394 239.448C560.449 238.394 555.396 237.275 549.109 236.948C542.821 236.62 537.68 237.209 537.625 238.263C537.57 239.316 542.622 240.435 548.91 240.763C555.198 241.09 560.339 240.501 560.394 239.448Z" fill="url(#paint44_linear_445_2646)"/>
<path d="M525.45 220.819C526.09 220.819 526.09 219.829 525.45 219.829C524.81 219.829 524.81 220.819 525.45 220.819Z" fill="url(#paint45_linear_445_2646)"/>
<path style="mix-blend-mode:color-dodge" opacity="0.7" d="M522.925 295.827C523.296 293.627 521.898 291.557 519.801 291.203C517.705 290.849 515.704 292.346 515.333 294.546C514.961 296.746 516.36 298.816 518.456 299.17C520.553 299.524 522.554 298.027 522.925 295.827Z" fill="url(#paint46_linear_445_2646)"/>
<path style="mix-blend-mode:color-dodge" opacity="0.7" d="M666.52 322.989C666.52 322.989 654.29 320.039 645.42 322.669C645.42 322.669 652.62 317.319 662.37 318.969C672.12 320.619 670.74 324.309 666.52 322.989Z" fill="url(#paint47_linear_445_2646)"/>
<path opacity="0.7" d="M417.11 327.129C407.18 351.559 430.76 340.409 430.76 340.409C430.76 340.409 423.66 318.479 427.56 310.729C431.46 302.979 443.46 290.619 462.05 281.509C462.05 281.509 475.98 258.099 481.46 253.159C481.46 253.159 438.93 273.449 417.11 327.139V327.129Z" fill="url(#paint48_linear_445_2646)"/>
<path opacity="0.7" d="M419.7 390.739C419.7 390.739 412.88 373.799 418.52 364.389C424.17 354.979 452.95 349.329 457.65 350.539C462.36 351.749 465.34 361.939 465.34 361.939C465.34 361.939 454.01 356.859 445.73 359.439C435.93 362.499 423.93 367.199 419.69 390.729L419.7 390.739Z" fill="url(#paint49_linear_445_2646)"/>
<path opacity="0.7" d="M444.93 391.239C444.93 391.239 432.48 372.409 446.81 368.059C461.15 363.709 482.36 391.239 482.36 391.239C482.36 391.239 465.66 379.059 456.04 376.949C446.42 374.829 444.3 386.159 444.92 391.239H444.93Z" fill="url(#paint50_linear_445_2646)"/>
<path opacity="0.7" d="M433.58 323.089C433.58 323.089 433.91 317.169 436.52 312.499C439.13 307.829 453.81 295.909 453.81 295.909C453.81 295.909 444.28 314.729 433.57 323.089H433.58Z" fill="url(#paint51_linear_445_2646)"/>
<path d="M339.05 229.619C288.58 192.679 245.87 237.859 245.87 237.859C245.87 237.859 203.16 192.679 152.69 229.619C104.43 264.939 108.93 396.679 245.87 451.739C382.81 396.679 387.31 264.939 339.05 229.619Z" fill="url(#paint52_linear_445_2646)"/>
<path style="mix-blend-mode:multiply" d="M245.88 451.739C382.82 396.679 387.32 264.939 339.06 229.619C322.45 217.459 306.68 214.199 293 215.289C299.32 214.879 325.8 215.329 330.77 250.499C336.42 290.499 294.53 380.379 224.18 389.089C163.55 396.589 137.85 354.759 136.94 353.239C153.41 391.059 187.67 428.329 245.89 451.739H245.88Z" fill="url(#paint53_linear_445_2646)"/>
<path style="mix-blend-mode:color-dodge" opacity="0.7" d="M174.05 225.22C174.05 225.22 142.17 234.14 132.76 275.45C123.35 316.76 146.29 358.2 146.29 358.2C146.29 358.2 141.58 308.76 174.05 225.22Z" fill="url(#paint54_linear_445_2646)"/>
<path opacity="0.7" d="M224.87 436.919C224.87 436.919 279.69 434.289 329.15 372.859C329.15 372.859 305.34 414.969 248.87 447.499C248.87 447.499 234.22 444.499 224.87 436.909V436.919Z" fill="url(#paint55_linear_445_2646)"/>
<path style="mix-blend-mode:multiply" d="M230.52 239.45C246.52 262.98 268.87 270.74 268.87 270.74C268.87 270.74 282.42 213.96 259.85 226.85C251.02 232.41 245.88 237.85 245.88 237.85C245.88 237.85 222.01 212.6 188.87 215.3C189.27 215.31 214.65 216.1 230.53 239.44L230.52 239.45Z" fill="url(#paint56_linear_445_2646)"/>
<path style="mix-blend-mode:color-dodge" opacity="0.7" d="M174.05 477.36C174.05 477.36 294.05 436.91 337.81 364.17C381.57 291.43 354.75 230.81 318.05 200.04C281.34 169.28 291.81 129.07 304.4 107.75C321.11 79.4797 309.11 55.7197 309.11 55.7197C309.11 55.7197 322.29 62.7297 319.46 95.2997C316.64 127.87 328.87 148.91 357.81 157.96C357.81 157.96 326.87 171.98 347.34 200.15C367.81 228.31 401.69 308.49 374.05 353.76C343.18 404.31 355.7 426.23 379.7 440.71C379.7 440.71 373.11 420.58 377.35 408.14C377.35 408.14 423.82 436.64 398.47 477.36C398.47 477.36 380.18 452.59 342.76 446.82C305.35 441.05 292.29 434.94 292.29 434.94C292.29 434.94 301.47 450.89 332.53 460.05C332.53 460.05 308.18 480.41 263.35 468.53C218.53 456.65 203 477.35 203 477.35H174.06L174.05 477.36Z" fill="url(#paint57_linear_445_2646)"/>
<path style="mix-blend-mode:color-dodge" opacity="0.7" d="M422.22 477.36C422.22 477.36 439.87 444.79 410.96 401.81C382.05 358.83 406.35 331.95 408.32 285.45C410.29 238.95 392.88 211.8 392.88 211.8C392.88 211.8 410.97 276.43 374.53 333.92C342.93 383.77 319 426.68 379.24 456.09C379.24 456.09 382.89 443.47 398.48 447.83C417.24 453.09 422.24 477.35 422.24 477.35L422.22 477.36Z" fill="url(#paint58_linear_445_2646)"/>
<path d="M278.05 68.6201C278.05 68.6201 287.36 51.3301 269.11 38.5801C259.05 31.5601 237.53 34.7001 237.53 34.7001C237.53 34.7001 260.73 61.1001 278.05 68.6101V68.6201Z" fill="url(#paint59_linear_445_2646)"/>
<path style="mix-blend-mode:color-dodge" opacity="0.7" d="M233.34 188.96C233.34 188.96 271.81 205.59 301.1 188.96C301.1 188.96 304.27 172.64 280.26 154.01C256.25 135.38 265.93 111.9 292.46 91.4102C292.46 91.4102 278.49 124.47 294.28 151.18C312.87 182.62 314.04 218.36 314.04 218.36C314.04 218.36 260.86 213.38 233.33 188.95L233.34 188.96Z" fill="url(#paint60_linear_445_2646)"/>
<path style="mix-blend-mode:color-dodge" opacity="0.7" d="M303.93 52.5596C303.93 52.5596 313.11 66.3596 302.52 80.8296C291.93 95.3096 262.96 117.65 268.15 138.82C273.34 160 299.93 155.7 304.87 189.63C304.87 189.63 300.4 157.51 287.58 143.49C274.76 129.47 310.51 95.3796 314.05 82.1896C314.05 82.1896 315.7 60.9296 303.93 52.5596Z" fill="url(#paint61_linear_445_2646)"/>
<path d="M348.26 126.75C348.26 126.75 339.7 121.14 348.26 108.43C348.26 108.43 357.98 115.53 348.26 126.75Z" fill="url(#paint62_linear_445_2646)"/>
<path d="M151.06 185.44C151.06 185.44 111.26 200.87 105.62 177.5C105.62 177.5 106.5 174.1 116.8 171.68C116.8 171.68 129.07 185.02 151.06 185.44Z" fill="url(#paint63_linear_445_2646)"/>
<path d="M98.76 299.119C98.76 299.119 85.11 290.749 87.47 270.169C89.83 249.589 83 238.279 83 238.279C83 238.279 95.7 250.269 100.17 270.629C100.17 270.629 92.41 281.489 98.76 299.129V299.119Z" fill="url(#paint64_linear_445_2646)"/>
<path d="M155.47 67.5294C155.47 67.5294 148.46 61.0194 152.13 51.1494C152.13 51.1494 161.67 57.7294 163.87 69.4894L155.47 67.5294Z" fill="url(#paint65_linear_445_2646)"/>
<path style="mix-blend-mode:color-dodge" opacity="0.7" d="M392.95 388.359C392.95 388.359 425.51 399.259 436.66 411.709L430.46 411.639C430.46 411.639 437.73 430.009 427.58 455.809C427.58 455.809 417.43 419.289 392.95 388.359Z" fill="url(#paint66_linear_445_2646)"/>
<path style="mix-blend-mode:color-dodge" opacity="0.7" d="M535.311 477.59C535.311 477.59 580.641 446.49 633.931 431.56L597.131 461.08L616.541 459.04L622.221 450.9C622.221 450.9 686.181 432.58 720.411 426.13C720.411 426.13 665.481 443.43 614.241 471.26C614.241 471.26 580.951 464.47 562.621 477.37L535.321 477.6L535.311 477.59Z" fill="url(#paint67_linear_445_2646)"/>
<path d="M622.21 129.24L661.58 38.0801C661.58 38.0801 660.64 71.5601 657.58 80.6101L622.21 129.24Z" fill="url(#paint68_linear_445_2646)"/>
<path d="M534.76 151.64L509.7 131.28L517.11 126.75L534.76 151.64Z" fill="url(#paint69_linear_445_2646)"/>
<path d="M637.11 167.02L646.76 153.45C646.76 153.45 659.7 147.57 668.88 147.34L637.12 167.02H637.11Z" fill="url(#paint70_linear_445_2646)"/>
<path d="M742.28 333.06C742.28 333.06 744.63 301 749.81 284.22L764.16 275.13L742.28 333.06Z" fill="url(#paint71_linear_445_2646)"/>
<path d="M392.871 100.229L380.521 74.9494C380.521 74.9494 383.521 72.0694 388.641 69.8594L392.88 100.229H392.871Z" fill="url(#paint72_linear_445_2646)"/>
<path d="M754.28 411.159C754.28 411.159 768.62 412.309 774.04 407.299V398.189L754.28 411.159Z" fill="url(#paint73_linear_445_2646)"/>
<defs>
<linearGradient id="paint0_linear_445_2646" x1="419.441" y1="155.66" x2="713.131" y2="606.55" gradientUnits="userSpaceOnUse">
<stop stop-color="#95EBF5"/>
<stop offset="0.63" stop-color="#69ECF2"/>
<stop offset="1" stop-color="#55EDF2"/>
</linearGradient>
<linearGradient id="paint1_linear_445_2646" x1="581.311" y1="62.0498" x2="551.791" y2="498.73" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF9500" stop-opacity="0"/>
<stop offset="0.11" stop-color="#FE9B01" stop-opacity="0.08"/>
<stop offset="0.34" stop-color="#FEAD04" stop-opacity="0.29"/>
<stop offset="0.67" stop-color="#FDCA0A" stop-opacity="0.63"/>
<stop offset="1" stop-color="#FCEA10"/>
</linearGradient>
<linearGradient id="paint2_linear_445_2646" x1="343.76" y1="303.52" x2="480.59" y2="381.31" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF9500"/>
<stop offset="0.11" stop-color="#FF8F01" stop-opacity="0.92"/>
<stop offset="0.34" stop-color="#FF8203" stop-opacity="0.71"/>
<stop offset="0.66" stop-color="#FF6C08" stop-opacity="0.38"/>
<stop offset="1" stop-color="#FF540D" stop-opacity="0"/>
</linearGradient>
<linearGradient id="paint3_linear_445_2646" x1="592.711" y1="116.26" x2="369.3" y2="540.54" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF9500" stop-opacity="0"/>
<stop offset="0.11" stop-color="#FE9B01" stop-opacity="0.08"/>
<stop offset="0.34" stop-color="#FEAD04" stop-opacity="0.29"/>
<stop offset="0.67" stop-color="#FDCA0A" stop-opacity="0.63"/>
<stop offset="1" stop-color="#FCEA10"/>
</linearGradient>
<linearGradient id="paint4_linear_445_2646" x1="543.32" y1="302.95" x2="702.78" y2="503.57" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF9500" stop-opacity="0"/>
<stop offset="0.11" stop-color="#FE9B01" stop-opacity="0.08"/>
<stop offset="0.34" stop-color="#FEAD04" stop-opacity="0.29"/>
<stop offset="0.67" stop-color="#FDCA0A" stop-opacity="0.63"/>
<stop offset="1" stop-color="#FCEA10"/>
</linearGradient>
<linearGradient id="paint5_linear_445_2646" x1="197.45" y1="145.38" x2="393.6" y2="578.53" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF9500"/>
<stop offset="0.36" stop-color="#FF8004"/>
<stop offset="1" stop-color="#FF540D"/>
</linearGradient>
<linearGradient id="paint6_linear_445_2646" x1="240.05" y1="178.57" x2="316.88" y2="502.91" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF9500" stop-opacity="0"/>
<stop offset="0.11" stop-color="#FE9B01" stop-opacity="0.08"/>
<stop offset="0.34" stop-color="#FEAD04" stop-opacity="0.29"/>
<stop offset="0.67" stop-color="#FDCA0A" stop-opacity="0.63"/>
<stop offset="1" stop-color="#FCEA10"/>
</linearGradient>
<linearGradient id="paint7_linear_445_2646" x1="126.2" y1="273" x2="299.64" y2="660.16" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF9500" stop-opacity="0"/>
<stop offset="0.11" stop-color="#FE9B01" stop-opacity="0.08"/>
<stop offset="0.34" stop-color="#FEAD04" stop-opacity="0.29"/>
<stop offset="0.67" stop-color="#FDCA0A" stop-opacity="0.63"/>
<stop offset="1" stop-color="#FCEA10"/>
</linearGradient>
<linearGradient id="paint8_linear_445_2646" x1="120.98" y1="264.86" x2="323.44" y2="539.66" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF9500" stop-opacity="0"/>
<stop offset="0.11" stop-color="#FE9B01" stop-opacity="0.08"/>
<stop offset="0.34" stop-color="#FEAD04" stop-opacity="0.29"/>
<stop offset="0.67" stop-color="#FDCA0A" stop-opacity="0.63"/>
<stop offset="1" stop-color="#FCEA10"/>
</linearGradient>
<linearGradient id="paint9_linear_445_2646" x1="496.29" y1="270.06" x2="614.88" y2="447.94" gradientUnits="userSpaceOnUse">
<stop stop-color="#55EDF2"/>
<stop offset="0.65" stop-color="#3FBDE6"/>
<stop offset="1" stop-color="#36A9E1"/>
</linearGradient>
<linearGradient id="paint10_linear_445_2646" x1="732.86" y1="374.27" x2="512.26" y2="336.31" gradientUnits="userSpaceOnUse">
<stop stop-color="#1E1F5E"/>
<stop offset="0.18" stop-color="#1F2061" stop-opacity="0.95"/>
<stop offset="0.4" stop-color="#22246D" stop-opacity="0.79"/>
<stop offset="0.64" stop-color="#282A7F" stop-opacity="0.54"/>
<stop offset="0.89" stop-color="#303399" stop-opacity="0.18"/>
<stop offset="1" stop-color="#3538A7" stop-opacity="0"/>
</linearGradient>
<linearGradient id="paint11_linear_445_2646" x1="490.32" y1="440.499" x2="555.56" y2="267.339" gradientUnits="userSpaceOnUse">
<stop stop-color="#1E1F5E"/>
<stop offset="0.18" stop-color="#1F2061" stop-opacity="0.95"/>
<stop offset="0.4" stop-color="#22246D" stop-opacity="0.79"/>
<stop offset="0.64" stop-color="#282A7F" stop-opacity="0.54"/>
<stop offset="0.89" stop-color="#303399" stop-opacity="0.18"/>
<stop offset="1" stop-color="#3538A7" stop-opacity="0"/>
</linearGradient>
<linearGradient id="paint12_linear_445_2646" x1="639.85" y1="453.509" x2="405.97" y2="221.509" gradientUnits="userSpaceOnUse">
<stop stop-color="#1E1F5E"/>
<stop offset="0.18" stop-color="#1F2061" stop-opacity="0.95"/>
<stop offset="0.4" stop-color="#22246D" stop-opacity="0.79"/>
<stop offset="0.64" stop-color="#282A7F" stop-opacity="0.54"/>
<stop offset="0.89" stop-color="#303399" stop-opacity="0.18"/>
<stop offset="1" stop-color="#3538A7" stop-opacity="0"/>
</linearGradient>
<linearGradient id="paint13_linear_445_2646" x1="504.469" y1="320.879" x2="488.129" y2="306.059" gradientUnits="userSpaceOnUse">
<stop stop-color="#1E1F5E"/>
<stop offset="0.18" stop-color="#1F2061" stop-opacity="0.95"/>
<stop offset="0.4" stop-color="#22246D" stop-opacity="0.79"/>
<stop offset="0.64" stop-color="#282A7F" stop-opacity="0.54"/>
<stop offset="0.89" stop-color="#303399" stop-opacity="0.18"/>
<stop offset="1" stop-color="#3538A7" stop-opacity="0"/>
</linearGradient>
<linearGradient id="paint14_linear_445_2646" x1="662.8" y1="390.3" x2="462.36" y2="195.19" gradientUnits="userSpaceOnUse">
<stop stop-color="#1E1F5E"/>
<stop offset="0.18" stop-color="#1F2061" stop-opacity="0.95"/>
<stop offset="0.4" stop-color="#22246D" stop-opacity="0.79"/>
<stop offset="0.64" stop-color="#282A7F" stop-opacity="0.54"/>
<stop offset="0.89" stop-color="#303399" stop-opacity="0.18"/>
<stop offset="1" stop-color="#3538A7" stop-opacity="0"/>
</linearGradient>
<linearGradient id="paint15_linear_445_2646" x1="575.78" y1="333.979" x2="538.27" y2="297.469" gradientUnits="userSpaceOnUse">
<stop stop-color="#1E1F5E"/>
<stop offset="0.18" stop-color="#1F2061" stop-opacity="0.95"/>
<stop offset="0.4" stop-color="#22246D" stop-opacity="0.79"/>
<stop offset="0.64" stop-color="#282A7F" stop-opacity="0.54"/>
<stop offset="0.89" stop-color="#303399" stop-opacity="0.18"/>
<stop offset="1" stop-color="#3538A7" stop-opacity="0"/>
</linearGradient>
<linearGradient id="paint16_linear_445_2646" x1="615.71" y1="313.939" x2="483.71" y2="226.409" gradientUnits="userSpaceOnUse">
<stop stop-color="#1E1F5E"/>
<stop offset="0.18" stop-color="#1F2061" stop-opacity="0.95"/>
<stop offset="0.4" stop-color="#22246D" stop-opacity="0.79"/>
<stop offset="0.64" stop-color="#282A7F" stop-opacity="0.54"/>
<stop offset="0.89" stop-color="#303399" stop-opacity="0.18"/>
<stop offset="1" stop-color="#3538A7" stop-opacity="0"/>
</linearGradient>
<linearGradient id="paint17_linear_445_2646" x1="558.36" y1="284.109" x2="520.14" y2="279.629" gradientUnits="userSpaceOnUse">
<stop stop-color="#0C5DA5" stop-opacity="0"/>
<stop offset="0.27" stop-color="#14529D" stop-opacity="0.24"/>
<stop offset="0.87" stop-color="#2A3989" stop-opacity="0.86"/>
<stop offset="1" stop-color="#2F3485"/>
</linearGradient>
<linearGradient id="paint18_linear_445_2646" x1="690.8" y1="314.399" x2="551.62" y2="298.089" gradientUnits="userSpaceOnUse">
<stop stop-color="#0C5DA5" stop-opacity="0"/>
<stop offset="0.27" stop-color="#14529D" stop-opacity="0.24"/>
<stop offset="0.87" stop-color="#2A3989" stop-opacity="0.86"/>
<stop offset="1" stop-color="#2F3485"/>
</linearGradient>
<linearGradient id="paint19_linear_445_2646" x1="585.66" y1="386.739" x2="369.27" y2="361.369" gradientUnits="userSpaceOnUse">
<stop stop-color="#0C5DA5" stop-opacity="0"/>
<stop offset="0.27" stop-color="#14529D" stop-opacity="0.24"/>
<stop offset="0.87" stop-color="#2A3989" stop-opacity="0.86"/>
<stop offset="1" stop-color="#2F3485"/>
</linearGradient>
<linearGradient id="paint20_linear_445_2646" x1="477.05" y1="323.38" x2="416.42" y2="316.27" gradientUnits="userSpaceOnUse">
<stop stop-color="#0C5DA5" stop-opacity="0"/>
<stop offset="0.27" stop-color="#14529D" stop-opacity="0.24"/>
<stop offset="0.87" stop-color="#2A3989" stop-opacity="0.86"/>
<stop offset="1" stop-color="#2F3485"/>
</linearGradient>
<linearGradient id="paint21_linear_445_2646" x1="618.38" y1="360.069" x2="472.47" y2="342.959" gradientUnits="userSpaceOnUse">
<stop stop-color="#0C5DA5" stop-opacity="0"/>
<stop offset="0.27" stop-color="#14529D" stop-opacity="0.24"/>
<stop offset="0.87" stop-color="#2A3989" stop-opacity="0.86"/>
<stop offset="1" stop-color="#2F3485"/>
</linearGradient>
<linearGradient id="paint22_linear_445_2646" x1="751.53" y1="298.699" x2="505.61" y2="269.869" gradientUnits="userSpaceOnUse">
<stop stop-color="#0C5DA5" stop-opacity="0"/>
<stop offset="0.27" stop-color="#14529D" stop-opacity="0.24"/>
<stop offset="0.87" stop-color="#2A3989" stop-opacity="0.86"/>
<stop offset="1" stop-color="#2F3485"/>
</linearGradient>
<linearGradient id="paint23_linear_445_2646" x1="660.289" y1="417.51" x2="500.879" y2="398.82" gradientUnits="userSpaceOnUse">
<stop stop-color="#0C5DA5" stop-opacity="0"/>
<stop offset="0.27" stop-color="#14529D" stop-opacity="0.24"/>
<stop offset="0.87" stop-color="#2A3989" stop-opacity="0.86"/>
<stop offset="1" stop-color="#2F3485"/>
</linearGradient>
<linearGradient id="paint24_linear_445_2646" x1="575.85" y1="395.94" x2="387.699" y2="373.879" gradientUnits="userSpaceOnUse">
<stop stop-color="#0C5DA5" stop-opacity="0"/>
<stop offset="0.27" stop-color="#14529D" stop-opacity="0.24"/>
<stop offset="0.87" stop-color="#2A3989" stop-opacity="0.86"/>
<stop offset="1" stop-color="#2F3485"/>
</linearGradient>
<linearGradient id="paint25_linear_445_2646" x1="607.08" y1="296.309" x2="462.559" y2="279.369" gradientUnits="userSpaceOnUse">
<stop stop-color="#0C5DA5" stop-opacity="0"/>
<stop offset="0.27" stop-color="#14529D" stop-opacity="0.24"/>
<stop offset="0.87" stop-color="#2A3989" stop-opacity="0.86"/>
<stop offset="1" stop-color="#2F3485"/>
</linearGradient>
<linearGradient id="paint26_linear_445_2646" x1="714.07" y1="345.589" x2="607.35" y2="333.079" gradientUnits="userSpaceOnUse">
<stop stop-color="#0C5DA5" stop-opacity="0"/>
<stop offset="0.27" stop-color="#14529D" stop-opacity="0.24"/>
<stop offset="0.87" stop-color="#2A3989" stop-opacity="0.86"/>
<stop offset="1" stop-color="#2F3485"/>
</linearGradient>
<linearGradient id="paint27_linear_445_2646" x1="587.379" y1="278.689" x2="570.759" y2="276.739" gradientUnits="userSpaceOnUse">
<stop stop-color="#0C5DA5" stop-opacity="0"/>
<stop offset="0.27" stop-color="#14529D" stop-opacity="0.24"/>
<stop offset="0.87" stop-color="#2A3989" stop-opacity="0.86"/>
<stop offset="1" stop-color="#2F3485"/>
</linearGradient>
<linearGradient id="paint28_linear_445_2646" x1="471.03" y1="299.399" x2="440.14" y2="295.779" gradientUnits="userSpaceOnUse">
<stop stop-color="#0C5DA5" stop-opacity="0"/>
<stop offset="0.27" stop-color="#14529D" stop-opacity="0.24"/>
<stop offset="0.87" stop-color="#2A3989" stop-opacity="0.86"/>
<stop offset="1" stop-color="#2F3485"/>
</linearGradient>
<linearGradient id="paint29_linear_445_2646" x1="658.53" y1="306.9" x2="639.33" y2="304.65" gradientUnits="userSpaceOnUse">
<stop stop-color="#0C5DA5" stop-opacity="0"/>
<stop offset="0.27" stop-color="#14529D" stop-opacity="0.24"/>
<stop offset="0.87" stop-color="#2A3989" stop-opacity="0.86"/>
<stop offset="1" stop-color="#2F3485"/>
</linearGradient>
<linearGradient id="paint30_linear_445_2646" x1="618.59" y1="347.259" x2="618.86" y2="226.549" gradientUnits="userSpaceOnUse">
<stop stop-color="#1E1F5E"/>
<stop offset="0.18" stop-color="#1F2061" stop-opacity="0.95"/>
<stop offset="0.4" stop-color="#22246D" stop-opacity="0.79"/>
<stop offset="0.64" stop-color="#282A7F" stop-opacity="0.54"/>
<stop offset="0.89" stop-color="#303399" stop-opacity="0.18"/>
<stop offset="1" stop-color="#3538A7" stop-opacity="0"/>
</linearGradient>
<linearGradient id="paint31_linear_445_2646" x1="501.6" y1="350.989" x2="501.86" y2="235.079" gradientUnits="userSpaceOnUse">
<stop stop-color="#1E1F5E"/>
<stop offset="0.18" stop-color="#1F2061" stop-opacity="0.95"/>
<stop offset="0.4" stop-color="#22246D" stop-opacity="0.79"/>
<stop offset="0.64" stop-color="#282A7F" stop-opacity="0.54"/>
<stop offset="0.89" stop-color="#303399" stop-opacity="0.18"/>
<stop offset="1" stop-color="#3538A7" stop-opacity="0"/>
</linearGradient>
<linearGradient id="paint32_linear_445_2646" x1="524.45" y1="525.179" x2="525.52" y2="34.659" gradientUnits="userSpaceOnUse">
<stop stop-color="#1E1F5E"/>
<stop offset="0.18" stop-color="#1F2061" stop-opacity="0.95"/>
<stop offset="0.4" stop-color="#22246D" stop-opacity="0.79"/>
<stop offset="0.64" stop-color="#282A7F" stop-opacity="0.54"/>
<stop offset="0.89" stop-color="#303399" stop-opacity="0.18"/>
<stop offset="1" stop-color="#3538A7" stop-opacity="0"/>
</linearGradient>
<linearGradient id="paint33_linear_445_2646" x1="528.92" y1="525.189" x2="529.99" y2="34.6692" gradientUnits="userSpaceOnUse">
<stop stop-color="#1E1F5E"/>
<stop offset="0.18" stop-color="#1F2061" stop-opacity="0.95"/>
<stop offset="0.4" stop-color="#22246D" stop-opacity="0.79"/>
<stop offset="0.64" stop-color="#282A7F" stop-opacity="0.54"/>
<stop offset="0.89" stop-color="#303399" stop-opacity="0.18"/>
<stop offset="1" stop-color="#3538A7" stop-opacity="0"/>
</linearGradient>
<linearGradient id="paint34_linear_445_2646" x1="551.26" y1="334.999" x2="551.37" y2="286.379" gradientUnits="userSpaceOnUse">
<stop stop-color="#1E1F5E"/>
<stop offset="0.18" stop-color="#1F2061" stop-opacity="0.95"/>
<stop offset="0.4" stop-color="#22246D" stop-opacity="0.79"/>
<stop offset="0.64" stop-color="#282A7F" stop-opacity="0.54"/>
<stop offset="0.89" stop-color="#303399" stop-opacity="0.18"/>
<stop offset="1" stop-color="#3538A7" stop-opacity="0"/>
</linearGradient>
<linearGradient id="paint35_linear_445_2646" x1="748.65" y1="419.369" x2="557.589" y2="278.669" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF9500"/>
<stop offset="0.11" stop-color="#FF9A0D" stop-opacity="0.92"/>
<stop offset="0.34" stop-color="#FFA931" stop-opacity="0.71"/>
<stop offset="0.66" stop-color="#FFC16A" stop-opacity="0.38"/>
<stop offset="1" stop-color="#FFDCAB" stop-opacity="0"/>
</linearGradient>
<linearGradient id="paint36_linear_445_2646" x1="492.303" y1="253.158" x2="541.136" y2="321.528" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF9500"/>
<stop offset="0.11" stop-color="#FF9A0D" stop-opacity="0.92"/>
<stop offset="0.34" stop-color="#FFA931" stop-opacity="0.71"/>
<stop offset="0.66" stop-color="#FFC16A" stop-opacity="0.38"/>
<stop offset="1" stop-color="#FFDCAB" stop-opacity="0"/>
</linearGradient>
<linearGradient id="paint37_linear_445_2646" x1="625.41" y1="353.2" x2="414.7" y2="301.32" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF9500"/>
<stop offset="0.11" stop-color="#FF9A0D" stop-opacity="0.92"/>
<stop offset="0.34" stop-color="#FFA931" stop-opacity="0.71"/>
<stop offset="0.66" stop-color="#FFC16A" stop-opacity="0.38"/>
<stop offset="1" stop-color="#FFDCAB" stop-opacity="0"/>
</linearGradient>
<linearGradient id="paint38_linear_445_2646" x1="692.43" y1="325.039" x2="514.9" y2="205.039" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF9500"/>
<stop offset="0.11" stop-color="#FF9A0D" stop-opacity="0.92"/>
<stop offset="0.34" stop-color="#FFA931" stop-opacity="0.71"/>
<stop offset="0.66" stop-color="#FFC16A" stop-opacity="0.38"/>
<stop offset="1" stop-color="#FFDCAB" stop-opacity="0"/>
</linearGradient>
<linearGradient id="paint39_linear_445_2646" x1="626.78" y1="416.869" x2="492.31" y2="292.989" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF9500"/>
<stop offset="0.11" stop-color="#FF9A0D" stop-opacity="0.92"/>
<stop offset="0.34" stop-color="#FFA931" stop-opacity="0.71"/>
<stop offset="0.66" stop-color="#FFC16A" stop-opacity="0.38"/>
<stop offset="1" stop-color="#FFDCAB" stop-opacity="0"/>
</linearGradient>
<linearGradient id="paint40_linear_445_2646" x1="633.56" y1="290.529" x2="583.36" y2="325.199" gradientUnits="userSpaceOnUse">
<stop stop-color="#FC9D91" stop-opacity="0"/>
<stop offset="0.18" stop-color="#FC9D91" stop-opacity="0.22"/>
<stop offset="0.48" stop-color="#FC9D91" stop-opacity="0.55"/>
<stop offset="0.73" stop-color="#FC9D91" stop-opacity="0.79"/>
<stop offset="0.91" stop-color="#FC9D91" stop-opacity="0.94"/>
<stop offset="1" stop-color="#FC9D91"/>
</linearGradient>
<linearGradient id="paint41_linear_445_2646" x1="596.24" y1="323.369" x2="523.54" y2="252.539" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF9500"/>
<stop offset="0.11" stop-color="#FF9A0D" stop-opacity="0.92"/>
<stop offset="0.34" stop-color="#FFA931" stop-opacity="0.71"/>
<stop offset="0.66" stop-color="#FFC16A" stop-opacity="0.38"/>
<stop offset="1" stop-color="#FFDCAB" stop-opacity="0"/>
</linearGradient>
<linearGradient id="paint42_linear_445_2646" x1="605.09" y1="302.859" x2="597.05" y2="311.159" gradientUnits="userSpaceOnUse">
<stop stop-color="#FC9D91" stop-opacity="0"/>
<stop offset="0.18" stop-color="#FC9D91" stop-opacity="0.22"/>
<stop offset="0.48" stop-color="#FC9D91" stop-opacity="0.55"/>
<stop offset="0.73" stop-color="#FC9D91" stop-opacity="0.79"/>
<stop offset="0.91" stop-color="#FC9D91" stop-opacity="0.94"/>
<stop offset="1" stop-color="#FC9D91"/>
</linearGradient>
<linearGradient id="paint43_linear_445_2646" x1="549.22" y1="262.069" x2="536.36" y2="275.349" gradientUnits="userSpaceOnUse">
<stop stop-color="#FC9D91" stop-opacity="0"/>
<stop offset="0.18" stop-color="#FC9D91" stop-opacity="0.22"/>
<stop offset="0.48" stop-color="#FC9D91" stop-opacity="0.55"/>
<stop offset="0.73" stop-color="#FC9D91" stop-opacity="0.79"/>
<stop offset="0.91" stop-color="#FC9D91" stop-opacity="0.94"/>
<stop offset="1" stop-color="#FC9D91"/>
</linearGradient>
<linearGradient id="paint44_linear_445_2646" x1="546.907" y1="243.662" x2="550.816" y2="234.734" gradientUnits="userSpaceOnUse">
<stop stop-color="#FC9D91" stop-opacity="0"/>
<stop offset="0.18" stop-color="#FC9D91" stop-opacity="0.22"/>
<stop offset="0.48" stop-color="#FC9D91" stop-opacity="0.55"/>
<stop offset="0.73" stop-color="#FC9D91" stop-opacity="0.79"/>
<stop offset="0.91" stop-color="#FC9D91" stop-opacity="0.94"/>
<stop offset="1" stop-color="#FC9D91"/>
</linearGradient>
<linearGradient id="paint45_linear_445_2646" x1="525.63" y1="220.799" x2="525.28" y2="219.859" gradientUnits="userSpaceOnUse">
<stop stop-color="#FC9D91" stop-opacity="0"/>
<stop offset="0.18" stop-color="#FC9D91" stop-opacity="0.22"/>
<stop offset="0.48" stop-color="#FC9D91" stop-opacity="0.55"/>
<stop offset="0.73" stop-color="#FC9D91" stop-opacity="0.79"/>
<stop offset="0.91" stop-color="#FC9D91" stop-opacity="0.94"/>
<stop offset="1" stop-color="#FC9D91"/>
</linearGradient>
<linearGradient id="paint46_linear_445_2646" x1="516.92" y1="303.89" x2="520.307" y2="290.548" gradientUnits="userSpaceOnUse">
<stop stop-color="#FC9D91" stop-opacity="0"/>
<stop offset="0.18" stop-color="#FC9D91" stop-opacity="0.22"/>
<stop offset="0.48" stop-color="#FC9D91" stop-opacity="0.55"/>
<stop offset="0.73" stop-color="#FC9D91" stop-opacity="0.79"/>
<stop offset="0.91" stop-color="#FC9D91" stop-opacity="0.94"/>
<stop offset="1" stop-color="#FC9D91"/>
</linearGradient>
<linearGradient id="paint47_linear_445_2646" x1="658.17" y1="315.369" x2="657.45" y2="324.129" gradientUnits="userSpaceOnUse">
<stop stop-color="#FC9D91" stop-opacity="0"/>
<stop offset="0.18" stop-color="#FC9D91" stop-opacity="0.22"/>
<stop offset="0.48" stop-color="#FC9D91" stop-opacity="0.55"/>
<stop offset="0.73" stop-color="#FC9D91" stop-opacity="0.79"/>
<stop offset="0.91" stop-color="#FC9D91" stop-opacity="0.94"/>
<stop offset="1" stop-color="#FC9D91"/>
</linearGradient>
<linearGradient id="paint48_linear_445_2646" x1="403.42" y1="327.739" x2="508.24" y2="265.979" gradientUnits="userSpaceOnUse">
<stop stop-color="#FFEC65"/>
<stop offset="0.34" stop-color="#FFCB3E" stop-opacity="0.62"/>
<stop offset="0.66" stop-color="#FFAE1D" stop-opacity="0.29"/>
<stop offset="0.89" stop-color="#FF9B08" stop-opacity="0.08"/>
<stop offset="1" stop-color="#FF9500" stop-opacity="0"/>
</linearGradient>
<linearGradient id="paint49_linear_445_2646" x1="416.9" y1="357.289" x2="476.9" y2="393.769" gradientUnits="userSpaceOnUse">
<stop stop-color="#FFEC65"/>
<stop offset="0.34" stop-color="#FFCB3E" stop-opacity="0.62"/>
<stop offset="0.66" stop-color="#FFAE1D" stop-opacity="0.29"/>
<stop offset="0.89" stop-color="#FF9B08" stop-opacity="0.08"/>
<stop offset="1" stop-color="#FF9500" stop-opacity="0"/>
</linearGradient>
<linearGradient id="paint50_linear_445_2646" x1="436.98" y1="373.789" x2="491.8" y2="398.959" gradientUnits="userSpaceOnUse">
<stop stop-color="#FFEC65"/>
<stop offset="0.34" stop-color="#FFCB3E" stop-opacity="0.62"/>
<stop offset="0.66" stop-color="#FFAE1D" stop-opacity="0.29"/>
<stop offset="0.89" stop-color="#FF9B08" stop-opacity="0.08"/>
<stop offset="1" stop-color="#FF9500" stop-opacity="0"/>
</linearGradient>
<linearGradient id="paint51_linear_445_2646" x1="424.85" y1="321.349" x2="474.26" y2="290.289" gradientUnits="userSpaceOnUse">
<stop stop-color="#FFEC65"/>
<stop offset="0.34" stop-color="#FFCB3E" stop-opacity="0.62"/>
<stop offset="0.66" stop-color="#FFAE1D" stop-opacity="0.29"/>
<stop offset="0.89" stop-color="#FF9B08" stop-opacity="0.08"/>
<stop offset="1" stop-color="#FF9500" stop-opacity="0"/>
</linearGradient>
<linearGradient id="paint52_linear_445_2646" x1="182.03" y1="243.549" x2="337.68" y2="398.129" gradientUnits="userSpaceOnUse">
<stop stop-color="#EF4B9F"/>
<stop offset="1" stop-color="#E6332A"/>
</linearGradient>
<linearGradient id="paint53_linear_445_2646" x1="189.23" y1="257.919" x2="568.29" y2="595.689" gradientUnits="userSpaceOnUse">
<stop stop-color="#0C5DA5" stop-opacity="0"/>
<stop offset="0.27" stop-color="#14529D" stop-opacity="0.24"/>
<stop offset="0.87" stop-color="#2A3989" stop-opacity="0.86"/>
<stop offset="1" stop-color="#2F3485"/>
</linearGradient>
<linearGradient id="paint54_linear_445_2646" x1="115.47" y1="204.39" x2="268.65" y2="503.69" gradientUnits="userSpaceOnUse">
<stop stop-color="#FCEA10"/>
<stop offset="0.33" stop-color="#FDCA0A" stop-opacity="0.63"/>
<stop offset="0.66" stop-color="#FEAD04" stop-opacity="0.29"/>
<stop offset="0.89" stop-color="#FE9B01" stop-opacity="0.08"/>
<stop offset="1" stop-color="#FF9500" stop-opacity="0"/>
</linearGradient>
<linearGradient id="paint55_linear_445_2646" x1="267.7" y1="519.259" x2="276.52" y2="410.909" gradientUnits="userSpaceOnUse">
<stop stop-color="#36A9E1" stop-opacity="0"/>
<stop offset="0.09" stop-color="#36AAE1" stop-opacity="0.03"/>
<stop offset="0.22" stop-color="#39B0E2" stop-opacity="0.11"/>
<stop offset="0.38" stop-color="#3DB9E5" stop-opacity="0.24"/>
<stop offset="0.56" stop-color="#43C5E8" stop-opacity="0.42"/>
<stop offset="0.75" stop-color="#4AD5EC" stop-opacity="0.65"/>
<stop offset="0.95" stop-color="#52E8F0" stop-opacity="0.93"/>
<stop offset="1" stop-color="#55EDF2"/>
</linearGradient>
<linearGradient id="paint56_linear_445_2646" x1="310.1" y1="264.51" x2="-12.4798" y2="137.45" gradientUnits="userSpaceOnUse">
<stop stop-color="#0C5DA5" stop-opacity="0"/>
<stop offset="0.27" stop-color="#14529D" stop-opacity="0.24"/>
<stop offset="0.87" stop-color="#2A3989" stop-opacity="0.86"/>
<stop offset="1" stop-color="#2F3485"/>
</linearGradient>
<linearGradient id="paint57_linear_445_2646" x1="69.0498" y1="114.49" x2="573.63" y2="558.9" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF9500" stop-opacity="0"/>
<stop offset="0.11" stop-color="#FE9B01" stop-opacity="0.08"/>
<stop offset="0.34" stop-color="#FEAD04" stop-opacity="0.29"/>
<stop offset="0.67" stop-color="#FDCA0A" stop-opacity="0.63"/>
<stop offset="1" stop-color="#FCEA10"/>
</linearGradient>
<linearGradient id="paint58_linear_445_2646" x1="329.37" y1="179.48" x2="412.26" y2="460.76" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF9500" stop-opacity="0"/>
<stop offset="0.11" stop-color="#FE9B01" stop-opacity="0.08"/>
<stop offset="0.34" stop-color="#FEAD04" stop-opacity="0.29"/>
<stop offset="0.67" stop-color="#FDCA0A" stop-opacity="0.63"/>
<stop offset="1" stop-color="#FCEA10"/>
</linearGradient>
<linearGradient id="paint59_linear_445_2646" x1="245.55" y1="25.4301" x2="403.17" y2="228.86" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF9500"/>
<stop offset="0.36" stop-color="#FF8004"/>
<stop offset="1" stop-color="#FF540D"/>
</linearGradient>
<linearGradient id="paint60_linear_445_2646" x1="208.18" y1="66.0602" x2="370.05" y2="285.31" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF9500" stop-opacity="0"/>
<stop offset="0.11" stop-color="#FE9B01" stop-opacity="0.08"/>
<stop offset="0.34" stop-color="#FEAD04" stop-opacity="0.29"/>
<stop offset="0.67" stop-color="#FDCA0A" stop-opacity="0.63"/>
<stop offset="1" stop-color="#FCEA10"/>
</linearGradient>
<linearGradient id="paint61_linear_445_2646" x1="271.38" y1="41.5896" x2="328.84" y2="226.64" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF9500" stop-opacity="0"/>
<stop offset="0.11" stop-color="#FE9B01" stop-opacity="0.08"/>
<stop offset="0.34" stop-color="#FEAD04" stop-opacity="0.29"/>
<stop offset="0.67" stop-color="#FDCA0A" stop-opacity="0.63"/>
<stop offset="1" stop-color="#FCEA10"/>
</linearGradient>
<linearGradient id="paint62_linear_445_2646" x1="348.86" y1="85.7197" x2="348.11" y2="156.39" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF9500"/>
<stop offset="0.36" stop-color="#FF8004"/>
<stop offset="1" stop-color="#FF540D"/>
</linearGradient>
<linearGradient id="paint63_linear_445_2646" x1="108.596" y1="176.221" x2="168.364" y2="202.646" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF9500"/>
<stop offset="0.36" stop-color="#FF8004"/>
<stop offset="1" stop-color="#FF540D"/>
</linearGradient>
<linearGradient id="paint64_linear_445_2646" x1="82.3" y1="247.529" x2="113.63" y2="322.459" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF9500"/>
<stop offset="0.36" stop-color="#FF8004"/>
<stop offset="1" stop-color="#FF540D"/>
</linearGradient>
<linearGradient id="paint65_linear_445_2646" x1="152.4" y1="52.6194" x2="171.14" y2="94.1394" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF9500"/>
<stop offset="0.36" stop-color="#FF8004"/>
<stop offset="1" stop-color="#FF540D"/>
</linearGradient>
<linearGradient id="paint66_linear_445_2646" x1="404.42" y1="359.979" x2="432.59" y2="468.599" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF9500" stop-opacity="0"/>
<stop offset="0.11" stop-color="#FE9B01" stop-opacity="0.08"/>
<stop offset="0.34" stop-color="#FEAD04" stop-opacity="0.29"/>
<stop offset="0.67" stop-color="#FDCA0A" stop-opacity="0.63"/>
<stop offset="1" stop-color="#FCEA10"/>
</linearGradient>
<linearGradient id="paint67_linear_445_2646" x1="773.471" y1="344.87" x2="532.99" y2="521.55" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF9500" stop-opacity="0"/>
<stop offset="0.11" stop-color="#FE9B01" stop-opacity="0.08"/>
<stop offset="0.34" stop-color="#FEAD04" stop-opacity="0.29"/>
<stop offset="0.67" stop-color="#FDCA0A" stop-opacity="0.63"/>
<stop offset="1" stop-color="#FCEA10"/>
</linearGradient>
<linearGradient id="paint68_linear_445_2646" x1="661.54" y1="55.8801" x2="600.9" y2="163.04" gradientUnits="userSpaceOnUse">
<stop stop-color="#95EBF5"/>
<stop offset="0.63" stop-color="#69ECF2"/>
<stop offset="1" stop-color="#55EDF2"/>
</linearGradient>
<linearGradient id="paint69_linear_445_2646" x1="506.33" y1="120.88" x2="545.8" y2="166.24" gradientUnits="userSpaceOnUse">
<stop stop-color="#95EBF5"/>
<stop offset="0.63" stop-color="#69ECF2"/>
<stop offset="1" stop-color="#55EDF2"/>
</linearGradient>
<linearGradient id="paint70_linear_445_2646" x1="680.38" y1="138.78" x2="628.21" y2="167.89" gradientUnits="userSpaceOnUse">
<stop stop-color="#95EBF5"/>
<stop offset="0.63" stop-color="#69ECF2"/>
<stop offset="1" stop-color="#55EDF2"/>
</linearGradient>
<linearGradient id="paint71_linear_445_2646" x1="763.9" y1="256.12" x2="736.2" y2="350.58" gradientUnits="userSpaceOnUse">
<stop stop-color="#95EBF5"/>
<stop offset="0.63" stop-color="#69ECF2"/>
<stop offset="1" stop-color="#55EDF2"/>
</linearGradient>
<linearGradient id="paint72_linear_445_2646" x1="393.95" y1="62.8494" x2="381.41" y2="105.609" gradientUnits="userSpaceOnUse">
<stop stop-color="#95EBF5"/>
<stop offset="0.63" stop-color="#69ECF2"/>
<stop offset="1" stop-color="#55EDF2"/>
</linearGradient>
<linearGradient id="paint73_linear_445_2646" x1="769.42" y1="391.299" x2="761.34" y2="418.859" gradientUnits="userSpaceOnUse">
<stop stop-color="#95EBF5"/>
<stop offset="0.63" stop-color="#69ECF2"/>
<stop offset="1" stop-color="#55EDF2"/>
</linearGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 57 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 74 KiB

View File

@ -1,213 +0,0 @@
<svg width="252" height="167" viewBox="0 0 252 167" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_35_5249)">
<path d="M131.693 52.3307C131.693 52.3307 150.168 55.6057 163.131 64.1718C176.094 72.7379 182.204 61.5076 170.91 58.2513C170.91 58.2513 174.181 51.695 182.788 49.9344C191.396 48.1739 196.508 38.863 191.618 32.1167C191.618 32.1167 200.888 42.8952 196.033 53.3434C191.177 63.7916 187.203 65.6208 191.177 76.0347C195.151 86.4487 209.274 110.757 198.168 129.338C189.492 143.853 192.737 148.035 192.737 148.035C192.737 148.035 194.047 137.478 209.274 138.138C209.274 138.138 200.666 143.124 202.433 153.828H129.357C129.357 153.828 113.262 68.3629 131.693 52.3307Z" fill="url(#paint0_linear_35_5249)"/>
<path style="mix-blend-mode:color-dodge" opacity="0.7" d="M131.693 52.3307C131.693 52.3307 150.168 55.6057 163.131 64.1718C176.094 72.7379 182.204 61.5076 170.91 58.2513C170.91 58.2513 174.181 51.695 182.788 49.9344C191.396 48.1739 196.417 38.7166 191.618 32.1167C191.618 32.1167 200.888 42.8952 196.033 53.3434C191.177 63.7916 187.203 65.6208 191.177 76.0347C195.151 86.4487 209.274 110.757 198.168 129.338C189.492 143.853 192.737 148.035 192.737 148.035C192.737 148.035 194.047 137.478 209.274 138.138C209.274 138.138 200.666 143.124 202.433 153.828H129.357C129.357 153.828 113.262 68.3629 131.693 52.3307Z" fill="url(#paint1_linear_35_5249)"/>
<path d="M71.3803 153.828C71.3803 153.828 58.5799 150.023 61.816 139.026C65.052 128.03 50.5476 124.945 48.8687 120.311C46.111 112.698 54.1651 110.125 49.8973 102.372C49.8973 102.372 53.5023 104.628 53.7243 112.029C53.9463 119.429 61.2282 120.557 70.0577 120.417C70.0577 120.417 51.5763 96.2362 57.4043 83.9059C62.8853 72.311 78.8873 67.9765 79.3282 65.2967C79.769 62.6169 73.4439 61.492 73.4439 61.492C73.4439 61.492 80.5444 55.8176 86.5006 59.5195C92.4599 63.2214 101.286 67.238 110.116 63.0095C110.116 63.0095 111.476 58.6034 104.488 53.8825C98.2504 49.6696 95.5491 44.93 106.549 34.569C115.891 25.7692 111.11 21.0359 111.11 21.0359C111.11 21.0359 118.283 20.0855 117.842 32.7711C117.401 45.4597 121.931 50.3208 131.693 52.3307C141.454 54.3406 148.739 64.3837 150.506 76.2248C152.272 88.0659 147.01 93.4941 154.514 104.771C162.018 116.048 165.845 128.453 164.666 138.322C164.666 138.322 160.92 125.951 151.056 119.678C138.587 111.748 138.146 103.715 138.146 103.715C138.146 103.715 140.022 108.685 136.492 113.97C132.962 119.255 127.994 125.178 132.518 137.019L133.731 130.043C133.731 130.043 144.546 137.019 145.869 143.152C147.191 149.284 141.548 153.831 141.548 153.831H71.3834L71.3803 153.828Z" fill="url(#paint2_linear_35_5249)"/>
<path style="mix-blend-mode:color-dodge" opacity="0.7" d="M71.3803 153.828C71.3803 153.828 58.5799 150.023 61.816 139.026C65.052 128.03 50.5476 124.945 48.8687 120.311C46.111 112.698 54.1651 110.125 49.8973 102.372C49.8973 102.372 53.5023 104.628 53.7243 112.029C53.9463 119.429 61.2282 120.557 70.0577 120.417C70.0577 120.417 51.5763 96.2362 57.4043 83.9059C62.8853 72.311 78.8873 67.9765 79.3282 65.2967C79.769 62.6169 73.4439 61.492 73.4439 61.492C73.4439 61.492 80.5444 55.8176 86.5006 59.5195C92.4599 63.2214 101.286 67.238 110.116 63.0095C110.116 63.0095 111.476 58.6034 104.488 53.8825C98.2504 49.6696 95.5491 44.93 106.549 34.569C115.891 25.7692 111.11 21.0359 111.11 21.0359C111.11 21.0359 118.283 20.0855 117.842 32.7711C117.401 45.4597 121.931 50.3208 131.693 52.3307C141.454 54.3406 148.739 64.3837 150.506 76.2248C152.272 88.0659 147.01 93.4941 154.514 104.771C162.018 116.048 165.845 128.453 164.666 138.322C164.666 138.322 160.92 125.951 151.056 119.678C138.587 111.748 138.146 103.715 138.146 103.715C138.146 103.715 140.022 108.685 136.492 113.97C132.962 119.255 127.994 125.178 132.518 137.019L133.731 130.043C133.731 130.043 144.546 137.019 145.869 143.152C147.191 149.284 141.548 153.831 141.548 153.831H71.3834L71.3803 153.828Z" fill="url(#paint3_linear_35_5249)"/>
<path style="mix-blend-mode:color-dodge" opacity="0.7" d="M193.262 153.827C193.262 153.827 181.766 145.13 183.229 134.386C184.817 122.735 209.565 99.1615 182.701 77.5671C159.073 58.5715 133.838 55.8699 133.838 55.8699C133.838 55.8699 160.495 61.4944 167.196 85.7717C172.877 106.35 156.781 124.202 157.828 138.134C157.828 138.134 160.968 135.165 163.713 140.225C166.455 145.286 159.767 150.895 159.767 150.895C159.767 150.895 155.874 131.475 143.399 126.776C143.399 126.776 149.408 143.672 141.545 153.827H193.262Z" fill="url(#paint4_linear_35_5249)"/>
<path style="mix-blend-mode:color-dodge" opacity="0.7" d="M169.769 153.833C169.769 153.833 170.935 137.078 180.906 119.207C190.876 101.336 183.094 79.4427 169.178 69.6333C169.178 69.6333 205.521 84.6652 196.398 120.566C196.398 120.566 187.734 125.688 185.289 134.385C181.647 147.336 190.733 153.827 190.733 153.827L169.766 153.833H169.769Z" fill="url(#paint5_linear_35_5249)"/>
<path style="mix-blend-mode:color-dodge" opacity="0.7" d="M71.3804 153.826C71.3804 153.826 63.7671 149.704 64.7582 140.505C65.7525 131.307 57.3731 126.935 52.9521 123.061C48.5311 119.185 50.9667 112.454 50.9667 112.454C50.9667 112.454 48.8687 119.995 57.4044 122.039C65.9369 124.084 77.2678 129.724 77.2678 129.724C77.2678 129.724 70.1673 137.124 74.582 144.896C78.9968 152.667 104.047 153.83 104.047 153.83H71.3835L71.3804 153.826Z" fill="url(#paint6_linear_35_5249)"/>
<path style="mix-blend-mode:color-dodge" opacity="0.7" d="M104.044 153.826C104.044 153.826 78.7374 154.531 68.5853 142.266C68.5853 142.266 67.8505 129.496 81.8265 123.264C95.8056 117.032 91.8317 101.729 91.8317 101.729C91.8317 101.729 101.249 124.644 92.4195 135.781C92.4195 135.781 79.5441 131.833 76.677 137.542C73.8067 143.251 80.9792 152.343 104.044 153.823V153.826Z" fill="url(#paint7_linear_35_5249)"/>
<path style="mix-blend-mode:color-dodge" opacity="0.7" d="M148.977 153.827C148.977 153.827 154.495 143.677 145.456 130.285C136.417 116.892 144.015 108.516 144.631 94.026C145.247 79.5363 139.803 71.0762 139.803 71.0762C139.803 71.0762 145.459 91.2153 134.066 109.13C124.186 124.663 116.704 138.034 135.538 147.199C135.538 147.199 136.68 143.266 141.554 144.625C147.42 146.264 148.983 153.823 148.983 153.823L148.977 153.827Z" fill="url(#paint8_linear_35_5249)"/>
<path style="mix-blend-mode:color-dodge" opacity="0.7" d="M139.825 126.093C139.825 126.093 150.005 129.49 153.492 133.369L151.553 133.347C151.553 133.347 153.826 139.072 150.653 147.111C150.653 147.111 147.479 135.731 139.825 126.093Z" fill="url(#paint9_linear_35_5249)"/>
<path style="mix-blend-mode:color-dodge" opacity="0.7" d="M124.129 144.31C112.433 142.512 108.349 140.608 108.349 140.608C108.349 140.608 111.22 145.578 120.931 148.432C120.931 148.432 113.317 154.777 99.3008 151.075C85.2874 147.373 80.4317 153.823 80.4317 153.823H71.3833C71.3833 153.823 108.903 141.219 122.585 118.552C136.267 95.8861 127.881 76.9964 116.407 67.4082C104.929 57.8232 108.202 45.2934 112.139 38.65C117.363 29.8408 113.611 22.437 113.611 22.437C113.611 22.437 117.732 24.6214 116.847 34.7704C115.966 44.9195 119.79 51.4757 128.838 54.2958C128.838 54.2958 119.164 58.6645 125.564 67.4425C131.965 76.2174 141.438 98.1608 133.131 114.53C124.823 130.898 116.625 139.795 124.129 144.307V144.31Z" fill="url(#paint10_linear_35_5249)"/>
<path d="M103.897 26.461C103.897 26.461 106.808 21.0733 101.102 17.1003C97.9565 14.9128 91.228 15.8912 91.228 15.8912C91.228 15.8912 98.4818 24.1177 103.897 26.4579V26.461Z" fill="url(#paint11_linear_35_5249)"/>
<path style="mix-blend-mode:color-dodge" opacity="0.7" d="M89.9211 63.9596C89.9211 63.9596 101.949 69.1416 111.107 63.9596C111.107 63.9596 112.098 58.8741 104.591 53.0689C97.0842 47.2636 100.111 39.9471 108.406 33.5623C108.406 33.5623 104.038 43.864 108.975 52.187C114.787 61.984 115.153 73.1209 115.153 73.1209C115.153 73.1209 98.5255 71.569 89.918 63.9565L89.9211 63.9596Z" fill="url(#paint12_linear_35_5249)"/>
<path style="mix-blend-mode:color-dodge" opacity="0.7" d="M111.992 21.4561C111.992 21.4561 114.862 25.7562 111.551 30.2652C108.24 34.7773 99.1824 41.7386 100.805 48.3353C102.428 54.9352 110.742 53.5953 112.286 64.1681C112.286 64.1681 110.888 54.1593 106.88 49.7906C102.872 45.4218 114.049 34.7991 115.156 30.689C115.156 30.689 115.672 24.0642 111.992 21.4561Z" fill="url(#paint13_linear_35_5249)"/>
<path d="M125.849 44.5741C125.849 44.5741 123.173 42.826 125.849 38.8655C125.849 38.8655 128.888 41.0779 125.849 44.5741Z" fill="url(#paint14_linear_35_5249)"/>
<path d="M64.1951 62.8619C64.1951 62.8619 51.7512 67.67 49.9878 60.3878C49.9878 60.3878 50.2629 59.3283 53.4834 58.5742C53.4834 58.5742 57.3197 62.7311 64.1951 62.8619Z" fill="url(#paint15_linear_35_5249)"/>
<path d="M47.8401 98.2861C47.8401 98.2861 43.5723 95.6779 44.3102 89.2651C45.0418 82.8771 42.9126 79.3279 42.9126 79.3279C42.9126 79.3279 46.8834 83.064 48.281 89.4084C48.281 89.4084 45.8547 92.7924 47.8401 98.2892V98.2861Z" fill="url(#paint16_linear_35_5249)"/>
<path d="M65.571 26.1212C65.571 26.1212 63.3793 24.0927 64.5267 21.0171C64.5267 21.0171 67.5095 23.0675 68.1974 26.732L65.571 26.1212Z" fill="url(#paint17_linear_35_5249)"/>
<path d="M189.632 37.9461C189.632 37.9461 191.177 33.3281 185.383 25.4071C181.569 20.1939 182.569 13.8589 182.569 13.8589C182.569 13.8589 178.595 20.789 180.915 28.707C180.915 28.707 186.765 31.3463 189.632 37.9461Z" fill="url(#paint18_linear_35_5249)"/>
<path d="M203.899 130.544C203.899 130.544 206.713 127.873 208.257 123.75C208.257 123.75 208.589 126.39 208.148 129.085L203.899 130.547V130.544Z" fill="url(#paint19_linear_35_5249)"/>
<path style="mix-blend-mode:color-dodge" opacity="0.7" d="M187.453 76.9869C187.453 76.9869 176.941 67.5296 179.367 60.9298C181.794 54.3299 192.94 48.9422 195.148 43.4424C195.148 43.4424 193.859 54.4047 190.292 59.0601C185.658 65.1084 187.453 76.9869 187.453 76.9869Z" fill="url(#paint20_linear_35_5249)"/>
<g filter="url(#filter0_d_35_5249)">
<path d="M160.577 67.6125C142.161 54.179 126.575 70.607 126.575 70.607C126.575 70.607 110.992 54.1759 92.5733 67.6125C74.9642 80.457 76.6026 128.367 126.575 148.391C176.545 128.367 178.186 80.457 160.577 67.6125Z" fill="url(#paint21_linear_35_5249)"/>
<path style="mix-blend-mode:multiply" d="M126.578 148.391C176.548 128.367 178.189 80.4571 160.58 67.6126C154.518 63.1909 148.765 62.0037 143.771 62.4026C146.079 62.2561 155.74 62.415 157.553 75.2065C159.614 89.7523 144.331 122.44 118.658 125.606C96.5345 128.336 87.1547 113.12 86.8232 112.568C92.8326 126.323 105.336 139.878 126.581 148.391H126.578Z" fill="url(#paint22_linear_35_5249)"/>
<path style="mix-blend-mode:color-dodge" opacity="0.7" d="M100.368 66.0109C100.368 66.0109 88.7338 69.2548 85.3008 84.2774C81.8677 99.3 90.2377 114.369 90.2377 114.369C90.2377 114.369 88.5212 96.3896 100.368 66.0078V66.0109Z" fill="url(#paint23_linear_35_5249)"/>
<path style="mix-blend-mode:color-dodge" opacity="0.7" d="M118.915 142.999C118.915 142.999 140.004 142.043 158.051 119.704C158.051 119.704 148.28 135.016 127.673 146.851C127.673 146.851 122.329 145.76 118.915 142.999Z" fill="url(#paint24_linear_35_5249)"/>
<path style="mix-blend-mode:multiply" d="M120.976 71.1863C126.813 79.7431 134.97 82.5662 134.97 82.5662C134.97 82.5662 139.917 61.916 131.678 66.6057C128.458 68.628 126.578 70.6067 126.578 70.6067C126.578 70.6067 117.868 61.4237 105.774 62.4052C105.918 62.4083 115.182 62.695 120.976 71.1863Z" fill="url(#paint25_linear_35_5249)"/>
<path style="mix-blend-mode:color-dodge" opacity="0.7" d="M104.939 66.0109C96.5693 66.0109 86.8268 71.6978 84.4724 88.135C82.3995 102.609 90.2254 128.416 116.708 122.131C143.193 115.846 157.904 75.3373 148.524 69.8375C139.144 64.3376 134.398 79.3508 135.061 89.3877C135.061 89.3877 119.722 66.0078 104.936 66.0078L104.939 66.0109Z" fill="url(#paint26_linear_35_5249)"/>
</g>
</g>
<defs>
<filter id="filter0_d_35_5249" x="52.396" y="32.3291" width="148.361" height="146.062" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset/>
<feGaussianBlur stdDeviation="15"/>
<feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_35_5249"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_35_5249" result="shape"/>
</filter>
<linearGradient id="paint0_linear_35_5249" x1="175.713" y1="47.3387" x2="149.622" y2="213.434" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF9500"/>
<stop offset="0.36" stop-color="#FF8004"/>
<stop offset="1" stop-color="#FF540D"/>
</linearGradient>
<linearGradient id="paint1_linear_35_5249" x1="206.535" y1="42.0196" x2="162.603" y2="109.905" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF9500" stop-opacity="0"/>
<stop offset="0.11" stop-color="#FE9B01" stop-opacity="0.08"/>
<stop offset="0.34" stop-color="#FEAD04" stop-opacity="0.29"/>
<stop offset="0.67" stop-color="#FDCA0A" stop-opacity="0.63"/>
<stop offset="1" stop-color="#FCEA10"/>
</linearGradient>
<linearGradient id="paint2_linear_35_5249" x1="78.6997" y1="50.38" x2="139.682" y2="185.508" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF9500"/>
<stop offset="0.36" stop-color="#FF8004"/>
<stop offset="1" stop-color="#FF540D"/>
</linearGradient>
<linearGradient id="paint3_linear_35_5249" x1="36.0964" y1="49.7506" x2="152.379" y2="129.299" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF9500" stop-opacity="0"/>
<stop offset="0.11" stop-color="#FE9B01" stop-opacity="0.08"/>
<stop offset="0.34" stop-color="#FEAD04" stop-opacity="0.29"/>
<stop offset="0.67" stop-color="#FDCA0A" stop-opacity="0.63"/>
<stop offset="1" stop-color="#FCEA10"/>
</linearGradient>
<linearGradient id="paint4_linear_35_5249" x1="237.341" y1="95.899" x2="99.59" y2="112.722" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF9500" stop-opacity="0"/>
<stop offset="0.11" stop-color="#FE9B01" stop-opacity="0.08"/>
<stop offset="0.34" stop-color="#FEAD04" stop-opacity="0.29"/>
<stop offset="0.67" stop-color="#FDCA0A" stop-opacity="0.63"/>
<stop offset="1" stop-color="#FCEA10"/>
</linearGradient>
<linearGradient id="paint5_linear_35_5249" x1="221.505" y1="103.726" x2="129.051" y2="121.657" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF9500" stop-opacity="0"/>
<stop offset="0.11" stop-color="#FE9B01" stop-opacity="0.08"/>
<stop offset="0.34" stop-color="#FEAD04" stop-opacity="0.29"/>
<stop offset="0.67" stop-color="#FDCA0A" stop-opacity="0.63"/>
<stop offset="1" stop-color="#FCEA10"/>
</linearGradient>
<linearGradient id="paint6_linear_35_5249" x1="56.4195" y1="90.1464" x2="110.346" y2="210.924" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF9500" stop-opacity="0"/>
<stop offset="0.11" stop-color="#FE9B01" stop-opacity="0.08"/>
<stop offset="0.34" stop-color="#FEAD04" stop-opacity="0.29"/>
<stop offset="0.67" stop-color="#FDCA0A" stop-opacity="0.63"/>
<stop offset="1" stop-color="#FCEA10"/>
</linearGradient>
<linearGradient id="paint7_linear_35_5249" x1="54.7875" y1="87.6098" x2="117.815" y2="173.443" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF9500" stop-opacity="0"/>
<stop offset="0.11" stop-color="#FE9B01" stop-opacity="0.08"/>
<stop offset="0.34" stop-color="#FEAD04" stop-opacity="0.29"/>
<stop offset="0.67" stop-color="#FDCA0A" stop-opacity="0.63"/>
<stop offset="1" stop-color="#FCEA10"/>
</linearGradient>
<linearGradient id="paint8_linear_35_5249" x1="119.946" y1="61.005" x2="145.702" y2="148.701" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF9500" stop-opacity="0"/>
<stop offset="0.11" stop-color="#FE9B01" stop-opacity="0.08"/>
<stop offset="0.34" stop-color="#FEAD04" stop-opacity="0.29"/>
<stop offset="0.67" stop-color="#FDCA0A" stop-opacity="0.63"/>
<stop offset="1" stop-color="#FCEA10"/>
</linearGradient>
<linearGradient id="paint9_linear_35_5249" x1="143.408" y1="117.25" x2="152.163" y2="151.111" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF9500" stop-opacity="0"/>
<stop offset="0.11" stop-color="#FE9B01" stop-opacity="0.08"/>
<stop offset="0.34" stop-color="#FEAD04" stop-opacity="0.29"/>
<stop offset="0.67" stop-color="#FDCA0A" stop-opacity="0.63"/>
<stop offset="1" stop-color="#FCEA10"/>
</linearGradient>
<linearGradient id="paint10_linear_35_5249" x1="44.3944" y1="45.8793" x2="173.975" y2="160.396" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF9500" stop-opacity="0"/>
<stop offset="0.11" stop-color="#FE9B01" stop-opacity="0.08"/>
<stop offset="0.34" stop-color="#FEAD04" stop-opacity="0.29"/>
<stop offset="0.67" stop-color="#FDCA0A" stop-opacity="0.63"/>
<stop offset="1" stop-color="#FCEA10"/>
</linearGradient>
<linearGradient id="paint11_linear_35_5249" x1="93.7387" y1="13.0026" x2="142.813" y2="76.5534" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF9500"/>
<stop offset="0.36" stop-color="#FF8004"/>
<stop offset="1" stop-color="#FF540D"/>
</linearGradient>
<linearGradient id="paint12_linear_35_5249" x1="82.0514" y1="25.663" x2="132.444" y2="94.1455" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF9500" stop-opacity="0"/>
<stop offset="0.11" stop-color="#FE9B01" stop-opacity="0.08"/>
<stop offset="0.34" stop-color="#FEAD04" stop-opacity="0.29"/>
<stop offset="0.67" stop-color="#FDCA0A" stop-opacity="0.63"/>
<stop offset="1" stop-color="#FCEA10"/>
</linearGradient>
<linearGradient id="paint13_linear_35_5249" x1="101.815" y1="18.0377" x2="119.667" y2="75.7349" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF9500" stop-opacity="0"/>
<stop offset="0.11" stop-color="#FE9B01" stop-opacity="0.08"/>
<stop offset="0.34" stop-color="#FEAD04" stop-opacity="0.29"/>
<stop offset="0.67" stop-color="#FDCA0A" stop-opacity="0.63"/>
<stop offset="1" stop-color="#FCEA10"/>
</linearGradient>
<linearGradient id="paint14_linear_35_5249" x1="126.037" y1="31.7889" x2="125.804" y2="53.8102" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF9500"/>
<stop offset="0.36" stop-color="#FF8004"/>
<stop offset="1" stop-color="#FF540D"/>
</linearGradient>
<linearGradient id="paint15_linear_35_5249" x1="50.903" y1="59.9928" x2="69.5693" y2="68.2737" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF9500"/>
<stop offset="0.36" stop-color="#FF8004"/>
<stop offset="1" stop-color="#FF540D"/>
</linearGradient>
<linearGradient id="paint16_linear_35_5249" x1="42.6937" y1="82.2103" x2="52.4333" y2="105.582" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF9500"/>
<stop offset="0.36" stop-color="#FF8004"/>
<stop offset="1" stop-color="#FF540D"/>
</linearGradient>
<linearGradient id="paint17_linear_35_5249" x1="64.6143" y1="21.4752" x2="70.4408" y2="34.4279" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF9500"/>
<stop offset="0.36" stop-color="#FF8004"/>
<stop offset="1" stop-color="#FF540D"/>
</linearGradient>
<linearGradient id="paint18_linear_35_5249" x1="179.858" y1="17.1401" x2="194.564" y2="49.7311" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF9500"/>
<stop offset="0.36" stop-color="#FF8004"/>
<stop offset="1" stop-color="#FF540D"/>
</linearGradient>
<linearGradient id="paint19_linear_35_5249" x1="205.318" y1="125.474" x2="208.166" y2="131.788" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF9500"/>
<stop offset="0.36" stop-color="#FF8004"/>
<stop offset="1" stop-color="#FF540D"/>
</linearGradient>
<linearGradient id="paint20_linear_35_5249" x1="177.71" y1="88.2265" x2="193.831" y2="33.3168" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF9500" stop-opacity="0"/>
<stop offset="0.11" stop-color="#FE9B01" stop-opacity="0.08"/>
<stop offset="0.34" stop-color="#FEAD04" stop-opacity="0.29"/>
<stop offset="0.67" stop-color="#FDCA0A" stop-opacity="0.63"/>
<stop offset="1" stop-color="#FCEA10"/>
</linearGradient>
<linearGradient id="paint21_linear_35_5249" x1="163.566" y1="127.366" x2="114.633" y2="86.3865" gradientUnits="userSpaceOnUse">
<stop stop-color="#EF4B9F"/>
<stop offset="1" stop-color="#E6332A"/>
</linearGradient>
<linearGradient id="paint22_linear_35_5249" x1="105.908" y1="77.905" x2="243.813" y2="201.203" gradientUnits="userSpaceOnUse">
<stop stop-color="#0C5DA5" stop-opacity="0"/>
<stop offset="0.27" stop-color="#14529D" stop-opacity="0.24"/>
<stop offset="0.87" stop-color="#2A3989" stop-opacity="0.86"/>
<stop offset="1" stop-color="#2F3485"/>
</linearGradient>
<linearGradient id="paint23_linear_35_5249" x1="78.9944" y1="58.4357" x2="134.591" y2="167.436" gradientUnits="userSpaceOnUse">
<stop stop-color="#FCEA10"/>
<stop offset="0.33" stop-color="#FDCA0A" stop-opacity="0.63"/>
<stop offset="0.66" stop-color="#FEAD04" stop-opacity="0.29"/>
<stop offset="0.89" stop-color="#FE9B01" stop-opacity="0.08"/>
<stop offset="1" stop-color="#FF9500" stop-opacity="0"/>
</linearGradient>
<linearGradient id="paint24_linear_35_5249" x1="94.6244" y1="175.756" x2="163.584" y2="106.894" gradientUnits="userSpaceOnUse">
<stop stop-color="#FCEA10"/>
<stop offset="0.33" stop-color="#FDCA0A" stop-opacity="0.63"/>
<stop offset="0.66" stop-color="#FEAD04" stop-opacity="0.29"/>
<stop offset="0.89" stop-color="#FE9B01" stop-opacity="0.08"/>
<stop offset="1" stop-color="#FF9500" stop-opacity="0"/>
</linearGradient>
<linearGradient id="paint25_linear_35_5249" x1="150.016" y1="80.2977" x2="32.4086" y2="33.8185" gradientUnits="userSpaceOnUse">
<stop stop-color="#0C5DA5" stop-opacity="0"/>
<stop offset="0.27" stop-color="#14529D" stop-opacity="0.24"/>
<stop offset="0.87" stop-color="#2A3989" stop-opacity="0.86"/>
<stop offset="1" stop-color="#2F3485"/>
</linearGradient>
<linearGradient id="paint26_linear_35_5249" x1="76.0368" y1="43.9024" x2="149.33" y2="125.17" gradientUnits="userSpaceOnUse">
<stop stop-color="#FCEA10"/>
<stop offset="0.33" stop-color="#FDCA0A" stop-opacity="0.63"/>
<stop offset="0.66" stop-color="#FEAD04" stop-opacity="0.29"/>
<stop offset="0.89" stop-color="#FE9B01" stop-opacity="0.08"/>
<stop offset="1" stop-color="#FF9500" stop-opacity="0"/>
</linearGradient>
<clipPath id="clip0_35_5249">
<rect width="251" height="167" fill="white" transform="translate(0.5)"/>
</clipPath>
</defs>
</svg>

Before

Width:  |  Height:  |  Size: 22 KiB

View File

@ -0,0 +1,572 @@
<svg width="858" height="512" viewBox="0 0 858 512" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M408.321 194.39C408.321 194.39 405.231 179.46 406.291 165.21C406.291 165.21 414.381 177.32 431.001 172.5C445.651 168.26 429.941 156.1 417.761 166.05C417.761 166.05 395.231 157.96 401.351 119.51C401.351 119.51 416.251 145.75 463.151 168.37C510.051 190.99 533.891 196.42 533.891 196.42C533.891 196.42 511.931 183.87 490.871 166.22C490.871 166.22 548.381 160.79 573.831 200.49C573.831 200.49 575.701 195.51 584.411 198.68C593.121 201.85 589.241 221.53 614.241 228.54C614.241 228.54 606.531 221.75 599.231 210.22C599.231 210.22 595.231 181.72 614.241 149.94C614.241 149.94 608.171 178.33 616.801 198.46L628.171 200.72C628.171 200.72 628.921 214.33 638.051 210.45C644.171 207.85 646.051 202.05 651.461 201.85C663.931 201.4 670.171 220.74 670.171 220.74C670.171 220.74 694.981 217.25 715.231 236.46C731.701 252.09 727.701 291.1 727.701 291.1C727.701 291.1 726.051 280.23 715.461 273.73C715.461 273.73 700.171 278.15 701.811 296.33C703.461 314.51 712.161 333.07 712.161 333.07C712.161 333.07 705.391 312.11 724.211 305.8C724.211 305.8 721.331 321.39 723.691 330.16C726.051 338.93 735.221 358.84 735.221 377.84C735.221 377.84 708.401 419.23 659.691 442.53C659.691 442.53 708.631 418.33 732.161 417.4C732.161 417.4 750.041 431.22 762.041 462.44C762.041 462.44 712.861 441.63 690.511 459.05C672.831 472.83 693.571 477.37 693.571 477.37H398.461C398.461 477.37 353.341 462.89 351.931 392.32C350.521 321.75 388.641 262.64 388.641 262.64L408.321 194.39Z" fill="url(#paint0_linear_445_2646)"/>
<path style="mix-blend-mode:color-dodge" opacity="0.7" d="M408.321 194.39C408.321 194.39 405.231 179.46 406.291 165.21C406.291 165.21 414.381 177.32 431.001 172.5C445.651 168.26 429.941 156.1 417.761 166.05C417.761 166.05 395.231 157.96 401.351 119.51C401.351 119.51 416.251 145.75 463.151 168.37C510.051 190.99 533.891 196.42 533.891 196.42C533.891 196.42 511.931 183.87 490.871 166.22C490.871 166.22 548.381 160.79 573.831 200.49C573.831 200.49 575.701 195.51 584.411 198.68C593.121 201.85 589.241 221.53 614.241 228.54C614.241 228.54 606.531 221.75 599.231 210.22C599.231 210.22 595.231 181.72 614.241 149.94C614.241 149.94 608.171 178.33 616.801 198.46L628.171 200.72C628.171 200.72 628.921 214.33 638.051 210.45C644.171 207.85 646.051 202.05 651.461 201.85C663.931 201.4 670.171 220.74 670.171 220.74C670.171 220.74 694.981 217.25 715.231 236.46C731.701 252.09 727.701 291.1 727.701 291.1C727.701 291.1 726.051 280.23 715.461 273.73C715.461 273.73 700.171 278.15 701.811 296.33C703.461 314.51 712.161 333.07 712.161 333.07C712.161 333.07 705.391 312.11 724.211 305.8C724.211 305.8 721.331 321.39 723.691 330.16C726.051 338.93 735.221 358.84 735.221 377.84C735.221 377.84 708.401 419.23 659.691 442.53C659.691 442.53 708.631 418.33 732.161 417.4C732.161 417.4 750.041 431.22 762.041 462.44C762.041 462.44 712.861 441.63 690.511 459.05C672.831 472.83 693.571 477.37 693.571 477.37H398.461C398.461 477.37 353.341 462.89 351.931 392.32C350.521 321.75 388.641 262.64 388.641 262.64L408.321 194.39Z" fill="url(#paint1_linear_445_2646)"/>
<path d="M366.94 151.64C366.94 151.64 436.87 159.56 444.38 276.44C447.85 330.47 493.54 369.67 493.54 369.67C493.54 369.67 465.57 400.49 410.96 382.41C410.96 382.41 405.11 389.6 420.17 414.93C435.23 440.26 436.52 471.03 422.23 477.36H351.9L336.41 181.06L366.95 151.64H366.94Z" fill="url(#paint2_linear_445_2646)"/>
<path style="mix-blend-mode:color-dodge" opacity="0.7" d="M463.151 477.36C463.151 477.36 481.111 413.67 468.571 339C456.031 264.33 427.561 203.21 427.561 203.21C427.561 203.21 450.761 220.4 460.171 239.85V221.19C460.171 221.19 515.891 217.68 562.621 243.92C609.351 270.16 572.761 433.93 504.001 477.36L489.351 477.59C489.351 477.59 506.031 467.86 508.871 438.01C508.871 438.01 482.381 451.21 467.001 477.59L463.151 477.36Z" fill="url(#paint3_linear_445_2646)"/>
<path style="mix-blend-mode:color-dodge" opacity="0.7" d="M690.52 459.04C712.87 441.62 762.05 462.43 762.05 462.43C750.05 431.21 732.17 417.39 732.17 417.39C710.8 418.23 668.47 438.27 660.88 441.95C660.49 442.14 660.09 442.34 659.7 442.53C659.7 442.53 660.12 442.32 660.88 441.95C708.83 418.55 735.23 377.83 735.23 377.83C735.23 358.83 726.05 338.92 723.7 330.15C721.35 321.38 724.22 305.79 724.22 305.79C705.4 312.1 712.17 333.06 712.17 333.06C712.17 333.06 703.46 314.49 701.82 296.32C700.17 278.14 715.47 273.72 715.47 273.72C724.41 279.21 726.97 287.81 727.56 290.36C717.82 239.88 645.43 217.63 645.43 217.63C645.43 217.63 681.35 245.28 692.18 272.91C703 300.53 692.18 364.17 692.18 364.17C692.18 364.17 723.71 362.91 714.3 376.92C704.89 390.93 664.65 407.47 664.65 407.47L645.43 406.11C617.03 429.18 549.27 452.26 549.27 452.26C556.72 430.55 560.4 384.93 560.4 384.93C536.44 454.91 478.53 477.37 478.53 477.37H693.59C693.59 477.37 672.85 472.83 690.53 459.05L690.52 459.04Z" fill="url(#paint4_linear_445_2646)"/>
<path d="M174.05 477.36C174.05 477.36 133.11 465.15 143.46 429.86C153.81 394.57 107.42 384.67 102.05 369.8C93.23 345.37 118.99 337.11 105.34 312.23C105.34 312.23 116.87 319.47 117.58 343.22C118.29 366.97 141.58 370.59 169.82 370.14C169.82 370.14 110.71 292.54 129.35 252.97C146.88 215.76 198.06 201.85 199.47 193.25C200.88 184.65 180.65 181.04 180.65 181.04C180.65 181.04 203.36 162.83 222.41 174.71C241.47 186.59 269.7 199.48 297.94 185.91C297.94 185.91 302.29 171.77 279.94 156.62C259.99 143.1 251.35 127.89 286.53 94.64C316.41 66.4 301.12 51.21 301.12 51.21C301.12 51.21 324.06 48.16 322.65 88.87C321.24 129.59 335.73 145.19 366.95 151.64C398.17 158.09 421.47 190.32 427.12 228.32C432.77 266.32 415.94 283.74 439.94 319.93C463.94 356.12 472.34 359.58 468.58 391.24C468.58 391.24 460.44 387.9 428.88 367.77C389 342.32 387.59 316.54 387.59 316.54C387.59 316.54 393.59 332.49 382.3 349.45C371.01 366.41 355.12 385.42 369.59 423.42L373.47 401.03C373.47 401.03 408.06 423.42 412.29 443.1C416.52 462.78 398.47 477.37 398.47 477.37H174.06L174.05 477.36Z" fill="url(#paint5_linear_445_2646)"/>
<path style="mix-blend-mode:color-dodge" opacity="0.7" d="M174.05 477.36C174.05 477.36 133.11 465.15 143.46 429.86C153.81 394.57 107.42 384.67 102.05 369.8C93.23 345.37 118.99 337.11 105.34 312.23C105.34 312.23 116.87 319.47 117.58 343.22C118.29 366.97 141.58 370.59 169.82 370.14C169.82 370.14 110.71 292.54 129.35 252.97C146.88 215.76 198.06 201.85 199.47 193.25C200.88 184.65 180.65 181.04 180.65 181.04C180.65 181.04 203.36 162.83 222.41 174.71C241.47 186.59 269.7 199.48 297.94 185.91C297.94 185.91 302.29 171.77 279.94 156.62C259.99 143.1 251.35 127.89 286.53 94.64C316.41 66.4 301.12 51.21 301.12 51.21C301.12 51.21 324.06 48.16 322.65 88.87C321.24 129.59 335.73 145.19 366.95 151.64C398.17 158.09 421.47 190.32 427.12 228.32C432.77 266.32 415.94 283.74 439.94 319.93C463.94 356.12 472.34 359.58 468.58 391.24C468.58 391.24 460.44 387.9 428.88 367.77C389 342.32 387.59 316.54 387.59 316.54C387.59 316.54 393.59 332.49 382.3 349.45C371.01 366.41 355.12 385.42 369.59 423.42L373.47 401.03C373.47 401.03 408.06 423.42 412.29 443.1C416.52 462.78 398.47 477.37 398.47 477.37H174.06L174.05 477.36Z" fill="url(#paint6_linear_445_2646)"/>
<path style="mix-blend-mode:color-dodge" opacity="0.7" d="M174.05 477.36C174.05 477.36 149.7 464.13 152.87 434.61C156.05 405.09 129.25 391.06 115.11 378.63C100.97 366.19 108.76 344.59 108.76 344.59C108.76 344.59 102.05 368.79 129.35 375.35C156.64 381.91 192.88 400.01 192.88 400.01C192.88 400.01 170.17 423.76 184.29 448.7C198.41 473.64 278.53 477.37 278.53 477.37H174.06L174.05 477.36Z" fill="url(#paint7_linear_445_2646)"/>
<path style="mix-blend-mode:color-dodge" opacity="0.7" d="M278.52 477.36C278.52 477.36 197.58 479.62 165.11 440.26C165.11 440.26 162.76 399.28 207.46 379.28C252.17 359.28 239.46 310.17 239.46 310.17C239.46 310.17 269.58 383.71 241.34 419.45C241.34 419.45 200.16 406.78 190.99 425.1C181.81 443.42 204.75 472.6 278.52 477.35V477.36Z" fill="url(#paint8_linear_445_2646)"/>
<path d="M620 386.02C620 386.02 632.72 416.28 597.14 426.16C561.56 436.04 518.78 405.45 480.12 406.29C441.46 407.12 405.95 404.89 408.44 356.62C410.93 308.35 467.15 218.9 579.24 236.4C669.96 250.56 685.42 317.5 685.42 341.96C685.42 360.73 675.66 398.48 619.99 386.03L620 386.02Z" fill="url(#paint9_linear_445_2646)"/>
<path style="mix-blend-mode:multiply" opacity="0.35" d="M526.18 339.46C526.18 339.46 548.12 340.65 573.62 354.88C599.12 369.11 616.38 373.33 638.26 354.62C662.93 333.52 685.04 334.73 685.04 334.73C685.31 337.41 685.43 339.85 685.43 341.96C685.43 360.73 675.67 398.48 620 386.03C597 381.06 588.44 370.7 569.2 357.26C549.96 343.82 526.17 339.47 526.17 339.47L526.18 339.46Z" fill="url(#paint10_linear_445_2646)"/>
<path style="mix-blend-mode:multiply" opacity="0.35" d="M597.14 426.159C561.56 436.039 518.78 405.449 480.12 406.289C441.46 407.119 405.95 404.889 408.44 356.619C410.18 322.959 438.04 269.269 492.77 245.789C439.2 293.259 460.66 380.549 492.77 395.999C513.59 406.019 533.14 396.109 565.91 386.029C593.45 377.559 620 386.029 620 386.029C620 386.029 632.71 416.289 597.14 426.169V426.159Z" fill="url(#paint11_linear_445_2646)"/>
<path style="mix-blend-mode:multiply" opacity="0.5" d="M620 386.019C620 386.019 586.47 373.859 566.7 377.019C546.93 380.179 533.49 383.819 526.18 383.779C518.87 383.739 492.51 357.639 483.55 334.709C474.59 311.789 477.36 266.319 493.96 268.299C510.56 270.279 512.15 293.599 512.15 309.419C512.15 325.229 498.71 325.229 495.94 319.699C493.17 314.169 494.36 297.169 494.36 297.169C494.36 297.169 495.81 315.749 498.58 317.859C501.35 319.969 509.25 318.259 508.86 310.879C508.47 303.499 508.86 283.999 503.46 278.069C498.06 272.139 491.2 270.949 488.57 274.639C485.94 278.329 480.73 292.829 482.9 310.219C485.07 327.619 487.64 340.459 498.71 355.089C509.78 369.719 518.67 378.219 527.97 379.599C537.26 380.979 564.19 370.309 578.57 372.479C592.95 374.649 620.01 386.029 620.01 386.029L620 386.019Z" fill="url(#paint12_linear_445_2646)"/>
<path style="mix-blend-mode:multiply" opacity="0.5" d="M495.469 305.989C496.489 311.259 496.129 319.759 502.119 318.659C502.119 318.659 497.769 322.859 495.929 319.689C494.089 316.519 495.469 305.979 495.469 305.979V305.989Z" fill="url(#paint13_linear_445_2646)"/>
<path style="mix-blend-mode:multiply" opacity="0.5" d="M654.07 367.13C654.07 367.13 675.81 359.22 664.74 350.53C653.67 341.83 637.07 343.41 626.79 346.58C616.51 349.74 566.3 340.5 559.19 327.13C552.07 313.76 570.65 297.16 580.54 285.3C590.42 273.44 566.31 251.7 556.42 249.72C556.42 249.72 572.63 257.36 576.06 270.28C579.49 283.19 574.74 289.78 565.25 297.95C555.76 306.12 546.8 320.85 558.66 331.14C570.52 341.43 592.89 347.23 610.44 349.08C627.98 350.92 647.22 346.18 653.28 348.29C659.34 350.4 673.84 355.41 654.07 367.13Z" fill="url(#paint14_linear_445_2646)"/>
<path style="mix-blend-mode:multiply" opacity="0.5" d="M567.7 337.209C567.7 337.209 554.97 331.349 553.32 322.619C551.67 313.889 559.31 304.129 559.31 304.129C559.31 304.129 549.98 325.859 567.7 337.199V337.209Z" fill="url(#paint15_linear_445_2646)"/>
<path style="mix-blend-mode:multiply" opacity="0.5" d="M556.42 249.719C556.42 249.719 540.74 241.549 518.86 247.609C496.98 253.669 501.99 263.419 516.22 270.279C530.45 277.129 532.56 288.729 542.05 286.619C551.54 284.509 562.08 273.709 549.96 262.899C537.84 252.089 529.4 254.199 529.4 254.199C529.4 254.199 545.13 258.419 549.26 267.379C553.39 276.339 546.54 281.349 540.21 282.139C533.88 282.929 530.19 271.469 521.5 268.239C512.8 265.009 504.63 259.739 510.43 254.469C516.23 249.199 537.05 243.929 556.42 249.729V249.719Z" fill="url(#paint16_linear_445_2646)"/>
<path style="mix-blend-mode:multiply" opacity="0.5" d="M548.51 277.989C548.51 277.989 544.16 287.519 539.42 286.849C534.68 286.179 530.53 281.039 528.26 278.379C525.99 275.709 534.89 281.939 539.03 282.229C544.56 282.629 548.51 277.989 548.51 277.989Z" fill="url(#paint17_linear_445_2646)"/>
<path style="mix-blend-mode:multiply" opacity="0.5" d="M580.54 285.299C580.54 285.299 607.03 280.139 625.61 286.869C644.19 293.599 659.61 307.829 639.05 311.789C618.49 315.739 601.89 331.139 593.19 320.679C584.49 310.209 586.34 297.429 612.69 297.959C612.69 297.959 599.78 294.529 588.97 299.009C578.16 303.489 582.64 316.729 590.29 322.629C597.93 328.529 606.1 330.699 621.65 322.629C637.2 314.559 652.49 314.959 653.01 308.429C653.54 301.909 648.27 290.049 632.98 285.039C617.69 280.029 591.07 280.559 580.53 285.299H580.54Z" fill="url(#paint18_linear_445_2646)"/>
<path style="mix-blend-mode:multiply" opacity="0.5" d="M526.18 383.779C526.18 383.779 500.28 385.319 485.66 373.859C471.03 362.399 471.03 346.979 451.66 349.349C432.29 351.719 414.89 357.649 413.31 371.489C411.73 385.329 420.49 394.349 420.49 394.349C420.49 394.349 412.13 386.509 411.21 375.699C410.29 364.889 410.95 355.009 434.93 348.679C458.91 342.349 465.24 343.669 471.96 353.419C478.68 363.169 488.96 379.589 526.19 383.769L526.18 383.779Z" fill="url(#paint19_linear_445_2646)"/>
<path style="mix-blend-mode:multiply" opacity="0.5" d="M425.25 351.92C425.25 351.92 441.77 346.97 450.46 335.11C459.16 323.25 469.24 285.079 459.55 286.869C449.86 288.659 427.13 309.42 428.32 317.92C429.51 326.42 431.88 332.94 431.88 332.94C431.88 332.94 429.38 320.29 433.2 313.96C437.02 307.63 452.84 291.82 457.38 292.41C461.92 293 450.46 328.389 445.72 334.119C440.98 339.849 425.25 351.92 425.25 351.92Z" fill="url(#paint20_linear_445_2646)"/>
<path style="mix-blend-mode:multiply" opacity="0.5" d="M562.61 334.709C562.61 334.709 543.9 324.629 525.18 327.889C506.47 331.159 492.76 341.569 506.6 358.829C518.49 373.669 528.49 375.579 546.87 369.579C565.25 363.579 576.58 372.459 576.58 372.459C576.58 372.459 569.73 363.569 556.42 361.589C543.11 359.609 533.89 353.819 533.89 353.819C533.89 353.819 547.86 362.249 543.38 364.629C538.9 366.999 524.67 371.219 514.39 361.599C504.11 351.979 502.53 342.759 510.17 336.959C517.81 331.159 535.74 327.979 562.62 334.709H562.61Z" fill="url(#paint21_linear_445_2646)"/>
<path style="mix-blend-mode:multiply" opacity="0.5" d="M580.54 285.299C580.54 285.299 598.49 251.799 632.2 268.239C665.91 284.679 681.44 316.599 681.44 316.599C681.44 316.599 679.38 307.969 672 296.369C664.62 284.769 640.7 264.479 622.22 259.729C603.74 254.989 556.43 249.709 556.43 249.709C556.43 249.709 582.65 253.659 593.99 257.349C605.32 261.039 584.5 264.729 580.55 285.289L580.54 285.299Z" fill="url(#paint22_linear_445_2646)"/>
<path style="mix-blend-mode:multiply" opacity="0.5" d="M530.199 416.55C530.199 416.55 547.059 422.09 570.779 417.87C594.499 413.65 599.769 402.58 588.699 398.1C577.629 393.62 574.199 397.57 559.179 400.74C544.159 403.9 559.439 411.55 559.439 411.55C559.439 411.55 539.149 406.54 552.319 399.43C565.499 392.31 580.519 389.09 589.749 394.36C598.969 399.63 604.659 412.94 616.519 414.79L615.059 416.42C615.059 416.42 609.669 416.47 607.009 413.8C604.349 411.13 600.389 405 598.999 407.77C597.609 410.54 585.239 420.26 571.229 421.31C552.749 422.69 539.459 419.72 530.189 416.56L530.199 416.55Z" fill="url(#paint23_linear_445_2646)"/>
<path style="mix-blend-mode:multiply" opacity="0.5" d="M425.69 398.15C425.69 398.15 425.559 381.11 441.379 369.57C457.189 358.03 481.44 384.65 506.48 393.61C531.52 402.57 509.379 409.95 487.369 395.72C471.369 385.37 456.929 375.43 450.869 379.38C444.809 383.33 447.71 395.46 447.71 395.46C447.71 395.46 449.29 382.02 455.35 382.02C461.41 382.02 485.13 402.049 503.05 405.739C520.97 409.429 526.9 402.37 520.97 397.04C517.34 393.77 508.059 393.17 496.989 386.01C485.919 378.85 460.88 360.14 449.02 361.59C437.16 363.04 424.159 373.46 422.229 395.79C422.229 395.79 425.13 397.81 425.69 398.15Z" fill="url(#paint24_linear_445_2646)"/>
<path style="mix-blend-mode:multiply" opacity="0.5" d="M562.609 334.709C562.609 334.709 542.579 324.629 542.579 310.999C542.579 297.359 535.859 293.209 519.059 280.559C502.259 267.909 485.409 263.239 506.089 240.869L503.059 241.859C503.059 241.859 494.259 248.259 493.559 257.899C493.159 263.369 498.999 268.509 506.009 274.039C513.019 279.569 530.819 291.729 534.969 297.559C539.119 303.389 535.549 313.499 542.879 321.679C552.989 332.949 562.609 334.719 562.609 334.719V334.709Z" fill="url(#paint25_linear_445_2646)"/>
<path style="mix-blend-mode:multiply" opacity="0.5" d="M626.79 346.579C626.79 346.579 637.66 337.679 649.92 332.739C662.18 327.799 685.35 338.859 685.35 338.859L685.04 334.729C685.04 334.729 663.43 324.579 650.91 329.579C638.39 334.589 626.79 346.579 626.79 346.579Z" fill="url(#paint26_linear_445_2646)"/>
<path style="mix-blend-mode:multiply" opacity="0.5" d="M575.399 265.129C575.399 265.129 591.079 275.939 576.799 289.599C576.799 289.599 580.009 275.939 575.399 265.129Z" fill="url(#paint27_linear_445_2646)"/>
<path style="mix-blend-mode:multiply" opacity="0.5" d="M461.37 287.089C463.09 287.749 465.49 295.579 457.98 309.149C457.98 309.149 461.27 294.799 457.39 292.409C455.22 291.079 445.74 299.929 445.74 299.929C445.74 299.929 455.87 284.969 461.37 287.079V287.089Z" fill="url(#paint28_linear_445_2646)"/>
<path style="mix-blend-mode:multiply" opacity="0.5" d="M645.52 295.48C645.52 295.48 655.65 303.49 652.52 310.03C650.71 313.82 641.91 314.85 641.91 314.85C641.91 314.85 648.53 310.6 648.83 306.05C649.13 301.5 645.52 295.47 645.52 295.47V295.48Z" fill="url(#paint29_linear_445_2646)"/>
<path style="mix-blend-mode:multiply" opacity="0.2" d="M639.05 311.779C618.49 315.729 601.89 331.129 593.19 320.669C588.49 315.009 586.87 308.679 590.54 304.129C591.64 311.899 601.89 317.709 612.17 312.569C622.45 307.429 636.48 310.199 639.45 302.489C642.41 294.779 634.53 290.789 634.53 290.789C648.35 298.069 656.17 308.489 639.06 311.779H639.05Z" fill="url(#paint30_linear_445_2646)"/>
<path style="mix-blend-mode:multiply" opacity="0.2" d="M498.57 317.849C496.38 316.179 495.01 304.189 494.54 299.259C494.54 299.289 496.07 306.119 500.97 306.379C505.86 306.639 508.25 296.809 508.26 296.749C508.66 302.329 508.68 307.709 508.85 310.859C509.25 318.239 501.34 319.949 498.57 317.839V317.849Z" fill="url(#paint31_linear_445_2646)"/>
<path style="mix-blend-mode:multiply" opacity="0.2" d="M543.37 364.629C538.89 366.999 524.66 371.219 514.38 361.599C504.1 351.979 502.52 342.759 510.16 336.959C508 342.189 512.73 348.549 522.22 349.999C531.71 351.449 533.88 353.819 533.88 353.819C533.88 353.819 533.93 353.849 534.01 353.899C535.38 354.739 547.6 362.389 543.37 364.629Z" fill="url(#paint32_linear_445_2646)"/>
<path style="mix-blend-mode:multiply" opacity="0.2" d="M506.61 358.829C518.5 373.669 528.5 375.579 546.88 369.579C563.52 364.139 574.38 370.909 576.29 372.239C561.51 371.349 536.79 380.899 527.96 379.579C518.67 378.199 509.77 369.699 498.7 355.069C487.63 340.439 485.06 327.589 482.89 310.199C482.32 305.609 482.26 301.229 482.53 297.199C482.53 297.569 482.71 300.869 486.84 316.599C491.28 333.469 502.84 339.329 502.84 339.329C499.7 344.349 500.22 350.859 506.61 358.829Z" fill="url(#paint33_linear_445_2646)"/>
<path style="mix-blend-mode:multiply" opacity="0.2" d="M542.58 310.989C542.58 299.919 538.15 295.099 527.49 286.899C529.77 288.569 537.99 293.939 551.87 296.159C568.04 298.749 574.94 286.929 575.23 286.419C573.24 290.469 569.79 294.029 565.24 297.939C555.75 306.109 546.79 320.839 558.65 331.129C560.2 332.469 561.93 333.739 563.8 334.929L563.78 335.009L562.6 334.699C562.6 334.699 542.57 324.619 542.57 310.989H542.58Z" fill="url(#paint34_linear_445_2646)"/>
<path style="mix-blend-mode:screen" opacity="0.7" d="M662.11 322.059C652.03 320.489 644.71 320.869 634.7 328.779C624.68 336.689 599.3 346.569 582.8 335.369C566.3 324.169 576.05 316.159 584.36 321.549C592.66 326.939 598.61 337.379 620.95 327.889C637.72 320.759 645.64 316.089 658.16 318.679C670.68 321.269 670.55 323.379 662.11 322.059Z" fill="url(#paint35_linear_445_2646)"/>
<path style="mix-blend-mode:screen" opacity="0.7" d="M519.38 301.86C524.42 303.13 530.82 304.86 532.93 310.56C535.04 316.26 538.09 299.8 530.13 293.92C522.17 288.03 516.33 291.95 515.74 295.23C515.15 298.51 516.11 301.03 519.38 301.86Z" fill="url(#paint36_linear_445_2646)"/>
<path style="mix-blend-mode:screen" opacity="0.7" d="M478.52 278.38C475.55 294.31 473.4 320.08 481.9 337.38C490.4 354.68 496.68 371.88 482.37 355.07C468.06 338.27 466.68 316.52 470.04 295.47C473.4 274.42 479.92 270.89 478.52 278.37V278.38Z" fill="url(#paint37_linear_445_2646)"/>
<path style="mix-blend-mode:screen" opacity="0.7" d="M642.74 264.079C624.55 254.989 599.12 246.419 557.02 244.679C527.29 243.449 518.47 239.239 532.81 236.869C547.14 234.499 600.97 235.219 642.75 264.079H642.74Z" fill="url(#paint38_linear_445_2646)"/>
<path style="mix-blend-mode:screen" opacity="0.7" d="M569.6 349.999C569.6 349.999 546.14 339.029 531.12 338.459C516.1 337.879 525.99 331.109 539.19 332.919C552.27 334.719 566.01 344.819 569.6 350.009V349.999Z" fill="url(#paint39_linear_445_2646)"/>
<path style="mix-blend-mode:color-dodge" opacity="0.35" d="M630.22 304.139C630.22 304.139 622.05 304.189 614.93 307.529C607.81 310.869 599.64 311.209 598.33 305.829C597.02 300.449 612.56 296.479 630.22 304.129V304.139Z" fill="url(#paint40_linear_445_2646)"/>
<path style="mix-blend-mode:screen" opacity="0.7" d="M529.33 256.169C529.33 256.169 543.29 258.119 546.59 267.899C548.91 274.789 542.85 280.129 539.69 277.369C536.53 274.599 538.87 264.209 529.33 256.169Z" fill="url(#paint41_linear_445_2646)"/>
<path style="mix-blend-mode:color-dodge" opacity="0.7" d="M603.96 309.969C603.96 309.969 599.66 310.899 597.63 308.029C595.6 305.159 600.32 302.189 600.32 302.189C600.32 302.189 599.65 306.669 603.95 309.969H603.96Z" fill="url(#paint42_linear_445_2646)"/>
<path style="mix-blend-mode:color-dodge" opacity="0.7" d="M539.41 259.739C539.41 259.739 547.1 263.849 547.62 270.769C548.3 279.809 543.67 279.569 542.58 273.439C541.49 267.309 541.18 262.749 539.41 259.739Z" fill="url(#paint43_linear_445_2646)"/>
<path style="mix-blend-mode:color-dodge" opacity="0.7" d="M560.394 239.448C560.449 238.394 555.396 237.275 549.109 236.948C542.821 236.62 537.68 237.209 537.625 238.263C537.57 239.316 542.622 240.435 548.91 240.763C555.198 241.09 560.339 240.501 560.394 239.448Z" fill="url(#paint44_linear_445_2646)"/>
<path d="M525.45 220.819C526.09 220.819 526.09 219.829 525.45 219.829C524.81 219.829 524.81 220.819 525.45 220.819Z" fill="url(#paint45_linear_445_2646)"/>
<path style="mix-blend-mode:color-dodge" opacity="0.7" d="M522.925 295.827C523.296 293.627 521.898 291.557 519.801 291.203C517.705 290.849 515.704 292.346 515.333 294.546C514.961 296.746 516.36 298.816 518.456 299.17C520.553 299.524 522.554 298.027 522.925 295.827Z" fill="url(#paint46_linear_445_2646)"/>
<path style="mix-blend-mode:color-dodge" opacity="0.7" d="M666.52 322.989C666.52 322.989 654.29 320.039 645.42 322.669C645.42 322.669 652.62 317.319 662.37 318.969C672.12 320.619 670.74 324.309 666.52 322.989Z" fill="url(#paint47_linear_445_2646)"/>
<path opacity="0.7" d="M417.11 327.129C407.18 351.559 430.76 340.409 430.76 340.409C430.76 340.409 423.66 318.479 427.56 310.729C431.46 302.979 443.46 290.619 462.05 281.509C462.05 281.509 475.98 258.099 481.46 253.159C481.46 253.159 438.93 273.449 417.11 327.139V327.129Z" fill="url(#paint48_linear_445_2646)"/>
<path opacity="0.7" d="M419.7 390.739C419.7 390.739 412.88 373.799 418.52 364.389C424.17 354.979 452.95 349.329 457.65 350.539C462.36 351.749 465.34 361.939 465.34 361.939C465.34 361.939 454.01 356.859 445.73 359.439C435.93 362.499 423.93 367.199 419.69 390.729L419.7 390.739Z" fill="url(#paint49_linear_445_2646)"/>
<path opacity="0.7" d="M444.93 391.239C444.93 391.239 432.48 372.409 446.81 368.059C461.15 363.709 482.36 391.239 482.36 391.239C482.36 391.239 465.66 379.059 456.04 376.949C446.42 374.829 444.3 386.159 444.92 391.239H444.93Z" fill="url(#paint50_linear_445_2646)"/>
<path opacity="0.7" d="M433.58 323.089C433.58 323.089 433.91 317.169 436.52 312.499C439.13 307.829 453.81 295.909 453.81 295.909C453.81 295.909 444.28 314.729 433.57 323.089H433.58Z" fill="url(#paint51_linear_445_2646)"/>
<path d="M339.05 229.619C288.58 192.679 245.87 237.859 245.87 237.859C245.87 237.859 203.16 192.679 152.69 229.619C104.43 264.939 108.93 396.679 245.87 451.739C382.81 396.679 387.31 264.939 339.05 229.619Z" fill="url(#paint52_linear_445_2646)"/>
<path style="mix-blend-mode:multiply" d="M245.88 451.739C382.82 396.679 387.32 264.939 339.06 229.619C322.45 217.459 306.68 214.199 293 215.289C299.32 214.879 325.8 215.329 330.77 250.499C336.42 290.499 294.53 380.379 224.18 389.089C163.55 396.589 137.85 354.759 136.94 353.239C153.41 391.059 187.67 428.329 245.89 451.739H245.88Z" fill="url(#paint53_linear_445_2646)"/>
<path style="mix-blend-mode:color-dodge" opacity="0.7" d="M174.05 225.22C174.05 225.22 142.17 234.14 132.76 275.45C123.35 316.76 146.29 358.2 146.29 358.2C146.29 358.2 141.58 308.76 174.05 225.22Z" fill="url(#paint54_linear_445_2646)"/>
<path opacity="0.7" d="M224.87 436.919C224.87 436.919 279.69 434.289 329.15 372.859C329.15 372.859 305.34 414.969 248.87 447.499C248.87 447.499 234.22 444.499 224.87 436.909V436.919Z" fill="url(#paint55_linear_445_2646)"/>
<path style="mix-blend-mode:multiply" d="M230.52 239.45C246.52 262.98 268.87 270.74 268.87 270.74C268.87 270.74 282.42 213.96 259.85 226.85C251.02 232.41 245.88 237.85 245.88 237.85C245.88 237.85 222.01 212.6 188.87 215.3C189.27 215.31 214.65 216.1 230.53 239.44L230.52 239.45Z" fill="url(#paint56_linear_445_2646)"/>
<path style="mix-blend-mode:color-dodge" opacity="0.7" d="M174.05 477.36C174.05 477.36 294.05 436.91 337.81 364.17C381.57 291.43 354.75 230.81 318.05 200.04C281.34 169.28 291.81 129.07 304.4 107.75C321.11 79.4797 309.11 55.7197 309.11 55.7197C309.11 55.7197 322.29 62.7297 319.46 95.2997C316.64 127.87 328.87 148.91 357.81 157.96C357.81 157.96 326.87 171.98 347.34 200.15C367.81 228.31 401.69 308.49 374.05 353.76C343.18 404.31 355.7 426.23 379.7 440.71C379.7 440.71 373.11 420.58 377.35 408.14C377.35 408.14 423.82 436.64 398.47 477.36C398.47 477.36 380.18 452.59 342.76 446.82C305.35 441.05 292.29 434.94 292.29 434.94C292.29 434.94 301.47 450.89 332.53 460.05C332.53 460.05 308.18 480.41 263.35 468.53C218.53 456.65 203 477.35 203 477.35H174.06L174.05 477.36Z" fill="url(#paint57_linear_445_2646)"/>
<path style="mix-blend-mode:color-dodge" opacity="0.7" d="M422.22 477.36C422.22 477.36 439.87 444.79 410.96 401.81C382.05 358.83 406.35 331.95 408.32 285.45C410.29 238.95 392.88 211.8 392.88 211.8C392.88 211.8 410.97 276.43 374.53 333.92C342.93 383.77 319 426.68 379.24 456.09C379.24 456.09 382.89 443.47 398.48 447.83C417.24 453.09 422.24 477.35 422.24 477.35L422.22 477.36Z" fill="url(#paint58_linear_445_2646)"/>
<path d="M278.05 68.6201C278.05 68.6201 287.36 51.3301 269.11 38.5801C259.05 31.5601 237.53 34.7001 237.53 34.7001C237.53 34.7001 260.73 61.1001 278.05 68.6101V68.6201Z" fill="url(#paint59_linear_445_2646)"/>
<path style="mix-blend-mode:color-dodge" opacity="0.7" d="M233.34 188.96C233.34 188.96 271.81 205.59 301.1 188.96C301.1 188.96 304.27 172.64 280.26 154.01C256.25 135.38 265.93 111.9 292.46 91.4102C292.46 91.4102 278.49 124.47 294.28 151.18C312.87 182.62 314.04 218.36 314.04 218.36C314.04 218.36 260.86 213.38 233.33 188.95L233.34 188.96Z" fill="url(#paint60_linear_445_2646)"/>
<path style="mix-blend-mode:color-dodge" opacity="0.7" d="M303.93 52.5596C303.93 52.5596 313.11 66.3596 302.52 80.8296C291.93 95.3096 262.96 117.65 268.15 138.82C273.34 160 299.93 155.7 304.87 189.63C304.87 189.63 300.4 157.51 287.58 143.49C274.76 129.47 310.51 95.3796 314.05 82.1896C314.05 82.1896 315.7 60.9296 303.93 52.5596Z" fill="url(#paint61_linear_445_2646)"/>
<path d="M348.26 126.75C348.26 126.75 339.7 121.14 348.26 108.43C348.26 108.43 357.98 115.53 348.26 126.75Z" fill="url(#paint62_linear_445_2646)"/>
<path d="M151.06 185.44C151.06 185.44 111.26 200.87 105.62 177.5C105.62 177.5 106.5 174.1 116.8 171.68C116.8 171.68 129.07 185.02 151.06 185.44Z" fill="url(#paint63_linear_445_2646)"/>
<path d="M98.76 299.119C98.76 299.119 85.11 290.749 87.47 270.169C89.83 249.589 83 238.279 83 238.279C83 238.279 95.7 250.269 100.17 270.629C100.17 270.629 92.41 281.489 98.76 299.129V299.119Z" fill="url(#paint64_linear_445_2646)"/>
<path d="M155.47 67.5294C155.47 67.5294 148.46 61.0194 152.13 51.1494C152.13 51.1494 161.67 57.7294 163.87 69.4894L155.47 67.5294Z" fill="url(#paint65_linear_445_2646)"/>
<path style="mix-blend-mode:color-dodge" opacity="0.7" d="M392.95 388.359C392.95 388.359 425.51 399.259 436.66 411.709L430.46 411.639C430.46 411.639 437.73 430.009 427.58 455.809C427.58 455.809 417.43 419.289 392.95 388.359Z" fill="url(#paint66_linear_445_2646)"/>
<path style="mix-blend-mode:color-dodge" opacity="0.7" d="M535.311 477.59C535.311 477.59 580.641 446.49 633.931 431.56L597.131 461.08L616.541 459.04L622.221 450.9C622.221 450.9 686.181 432.58 720.411 426.13C720.411 426.13 665.481 443.43 614.241 471.26C614.241 471.26 580.951 464.47 562.621 477.37L535.321 477.6L535.311 477.59Z" fill="url(#paint67_linear_445_2646)"/>
<path d="M622.21 129.24L661.58 38.0801C661.58 38.0801 660.64 71.5601 657.58 80.6101L622.21 129.24Z" fill="url(#paint68_linear_445_2646)"/>
<path d="M534.76 151.64L509.7 131.28L517.11 126.75L534.76 151.64Z" fill="url(#paint69_linear_445_2646)"/>
<path d="M637.11 167.02L646.76 153.45C646.76 153.45 659.7 147.57 668.88 147.34L637.12 167.02H637.11Z" fill="url(#paint70_linear_445_2646)"/>
<path d="M742.28 333.06C742.28 333.06 744.63 301 749.81 284.22L764.16 275.13L742.28 333.06Z" fill="url(#paint71_linear_445_2646)"/>
<path d="M392.871 100.229L380.521 74.9494C380.521 74.9494 383.521 72.0694 388.641 69.8594L392.88 100.229H392.871Z" fill="url(#paint72_linear_445_2646)"/>
<path d="M754.28 411.159C754.28 411.159 768.62 412.309 774.04 407.299V398.189L754.28 411.159Z" fill="url(#paint73_linear_445_2646)"/>
<defs>
<linearGradient id="paint0_linear_445_2646" x1="419.441" y1="155.66" x2="713.131" y2="606.55" gradientUnits="userSpaceOnUse">
<stop stop-color="#95EBF5"/>
<stop offset="0.63" stop-color="#69ECF2"/>
<stop offset="1" stop-color="#55EDF2"/>
</linearGradient>
<linearGradient id="paint1_linear_445_2646" x1="581.311" y1="62.0498" x2="551.791" y2="498.73" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF9500" stop-opacity="0"/>
<stop offset="0.11" stop-color="#FE9B01" stop-opacity="0.08"/>
<stop offset="0.34" stop-color="#FEAD04" stop-opacity="0.29"/>
<stop offset="0.67" stop-color="#FDCA0A" stop-opacity="0.63"/>
<stop offset="1" stop-color="#FCEA10"/>
</linearGradient>
<linearGradient id="paint2_linear_445_2646" x1="343.76" y1="303.52" x2="480.59" y2="381.31" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF9500"/>
<stop offset="0.11" stop-color="#FF8F01" stop-opacity="0.92"/>
<stop offset="0.34" stop-color="#FF8203" stop-opacity="0.71"/>
<stop offset="0.66" stop-color="#FF6C08" stop-opacity="0.38"/>
<stop offset="1" stop-color="#FF540D" stop-opacity="0"/>
</linearGradient>
<linearGradient id="paint3_linear_445_2646" x1="592.711" y1="116.26" x2="369.3" y2="540.54" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF9500" stop-opacity="0"/>
<stop offset="0.11" stop-color="#FE9B01" stop-opacity="0.08"/>
<stop offset="0.34" stop-color="#FEAD04" stop-opacity="0.29"/>
<stop offset="0.67" stop-color="#FDCA0A" stop-opacity="0.63"/>
<stop offset="1" stop-color="#FCEA10"/>
</linearGradient>
<linearGradient id="paint4_linear_445_2646" x1="543.32" y1="302.95" x2="702.78" y2="503.57" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF9500" stop-opacity="0"/>
<stop offset="0.11" stop-color="#FE9B01" stop-opacity="0.08"/>
<stop offset="0.34" stop-color="#FEAD04" stop-opacity="0.29"/>
<stop offset="0.67" stop-color="#FDCA0A" stop-opacity="0.63"/>
<stop offset="1" stop-color="#FCEA10"/>
</linearGradient>
<linearGradient id="paint5_linear_445_2646" x1="197.45" y1="145.38" x2="393.6" y2="578.53" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF9500"/>
<stop offset="0.36" stop-color="#FF8004"/>
<stop offset="1" stop-color="#FF540D"/>
</linearGradient>
<linearGradient id="paint6_linear_445_2646" x1="240.05" y1="178.57" x2="316.88" y2="502.91" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF9500" stop-opacity="0"/>
<stop offset="0.11" stop-color="#FE9B01" stop-opacity="0.08"/>
<stop offset="0.34" stop-color="#FEAD04" stop-opacity="0.29"/>
<stop offset="0.67" stop-color="#FDCA0A" stop-opacity="0.63"/>
<stop offset="1" stop-color="#FCEA10"/>
</linearGradient>
<linearGradient id="paint7_linear_445_2646" x1="126.2" y1="273" x2="299.64" y2="660.16" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF9500" stop-opacity="0"/>
<stop offset="0.11" stop-color="#FE9B01" stop-opacity="0.08"/>
<stop offset="0.34" stop-color="#FEAD04" stop-opacity="0.29"/>
<stop offset="0.67" stop-color="#FDCA0A" stop-opacity="0.63"/>
<stop offset="1" stop-color="#FCEA10"/>
</linearGradient>
<linearGradient id="paint8_linear_445_2646" x1="120.98" y1="264.86" x2="323.44" y2="539.66" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF9500" stop-opacity="0"/>
<stop offset="0.11" stop-color="#FE9B01" stop-opacity="0.08"/>
<stop offset="0.34" stop-color="#FEAD04" stop-opacity="0.29"/>
<stop offset="0.67" stop-color="#FDCA0A" stop-opacity="0.63"/>
<stop offset="1" stop-color="#FCEA10"/>
</linearGradient>
<linearGradient id="paint9_linear_445_2646" x1="496.29" y1="270.06" x2="614.88" y2="447.94" gradientUnits="userSpaceOnUse">
<stop stop-color="#55EDF2"/>
<stop offset="0.65" stop-color="#3FBDE6"/>
<stop offset="1" stop-color="#36A9E1"/>
</linearGradient>
<linearGradient id="paint10_linear_445_2646" x1="732.86" y1="374.27" x2="512.26" y2="336.31" gradientUnits="userSpaceOnUse">
<stop stop-color="#1E1F5E"/>
<stop offset="0.18" stop-color="#1F2061" stop-opacity="0.95"/>
<stop offset="0.4" stop-color="#22246D" stop-opacity="0.79"/>
<stop offset="0.64" stop-color="#282A7F" stop-opacity="0.54"/>
<stop offset="0.89" stop-color="#303399" stop-opacity="0.18"/>
<stop offset="1" stop-color="#3538A7" stop-opacity="0"/>
</linearGradient>
<linearGradient id="paint11_linear_445_2646" x1="490.32" y1="440.499" x2="555.56" y2="267.339" gradientUnits="userSpaceOnUse">
<stop stop-color="#1E1F5E"/>
<stop offset="0.18" stop-color="#1F2061" stop-opacity="0.95"/>
<stop offset="0.4" stop-color="#22246D" stop-opacity="0.79"/>
<stop offset="0.64" stop-color="#282A7F" stop-opacity="0.54"/>
<stop offset="0.89" stop-color="#303399" stop-opacity="0.18"/>
<stop offset="1" stop-color="#3538A7" stop-opacity="0"/>
</linearGradient>
<linearGradient id="paint12_linear_445_2646" x1="639.85" y1="453.509" x2="405.97" y2="221.509" gradientUnits="userSpaceOnUse">
<stop stop-color="#1E1F5E"/>
<stop offset="0.18" stop-color="#1F2061" stop-opacity="0.95"/>
<stop offset="0.4" stop-color="#22246D" stop-opacity="0.79"/>
<stop offset="0.64" stop-color="#282A7F" stop-opacity="0.54"/>
<stop offset="0.89" stop-color="#303399" stop-opacity="0.18"/>
<stop offset="1" stop-color="#3538A7" stop-opacity="0"/>
</linearGradient>
<linearGradient id="paint13_linear_445_2646" x1="504.469" y1="320.879" x2="488.129" y2="306.059" gradientUnits="userSpaceOnUse">
<stop stop-color="#1E1F5E"/>
<stop offset="0.18" stop-color="#1F2061" stop-opacity="0.95"/>
<stop offset="0.4" stop-color="#22246D" stop-opacity="0.79"/>
<stop offset="0.64" stop-color="#282A7F" stop-opacity="0.54"/>
<stop offset="0.89" stop-color="#303399" stop-opacity="0.18"/>
<stop offset="1" stop-color="#3538A7" stop-opacity="0"/>
</linearGradient>
<linearGradient id="paint14_linear_445_2646" x1="662.8" y1="390.3" x2="462.36" y2="195.19" gradientUnits="userSpaceOnUse">
<stop stop-color="#1E1F5E"/>
<stop offset="0.18" stop-color="#1F2061" stop-opacity="0.95"/>
<stop offset="0.4" stop-color="#22246D" stop-opacity="0.79"/>
<stop offset="0.64" stop-color="#282A7F" stop-opacity="0.54"/>
<stop offset="0.89" stop-color="#303399" stop-opacity="0.18"/>
<stop offset="1" stop-color="#3538A7" stop-opacity="0"/>
</linearGradient>
<linearGradient id="paint15_linear_445_2646" x1="575.78" y1="333.979" x2="538.27" y2="297.469" gradientUnits="userSpaceOnUse">
<stop stop-color="#1E1F5E"/>
<stop offset="0.18" stop-color="#1F2061" stop-opacity="0.95"/>
<stop offset="0.4" stop-color="#22246D" stop-opacity="0.79"/>
<stop offset="0.64" stop-color="#282A7F" stop-opacity="0.54"/>
<stop offset="0.89" stop-color="#303399" stop-opacity="0.18"/>
<stop offset="1" stop-color="#3538A7" stop-opacity="0"/>
</linearGradient>
<linearGradient id="paint16_linear_445_2646" x1="615.71" y1="313.939" x2="483.71" y2="226.409" gradientUnits="userSpaceOnUse">
<stop stop-color="#1E1F5E"/>
<stop offset="0.18" stop-color="#1F2061" stop-opacity="0.95"/>
<stop offset="0.4" stop-color="#22246D" stop-opacity="0.79"/>
<stop offset="0.64" stop-color="#282A7F" stop-opacity="0.54"/>
<stop offset="0.89" stop-color="#303399" stop-opacity="0.18"/>
<stop offset="1" stop-color="#3538A7" stop-opacity="0"/>
</linearGradient>
<linearGradient id="paint17_linear_445_2646" x1="558.36" y1="284.109" x2="520.14" y2="279.629" gradientUnits="userSpaceOnUse">
<stop stop-color="#0C5DA5" stop-opacity="0"/>
<stop offset="0.27" stop-color="#14529D" stop-opacity="0.24"/>
<stop offset="0.87" stop-color="#2A3989" stop-opacity="0.86"/>
<stop offset="1" stop-color="#2F3485"/>
</linearGradient>
<linearGradient id="paint18_linear_445_2646" x1="690.8" y1="314.399" x2="551.62" y2="298.089" gradientUnits="userSpaceOnUse">
<stop stop-color="#0C5DA5" stop-opacity="0"/>
<stop offset="0.27" stop-color="#14529D" stop-opacity="0.24"/>
<stop offset="0.87" stop-color="#2A3989" stop-opacity="0.86"/>
<stop offset="1" stop-color="#2F3485"/>
</linearGradient>
<linearGradient id="paint19_linear_445_2646" x1="585.66" y1="386.739" x2="369.27" y2="361.369" gradientUnits="userSpaceOnUse">
<stop stop-color="#0C5DA5" stop-opacity="0"/>
<stop offset="0.27" stop-color="#14529D" stop-opacity="0.24"/>
<stop offset="0.87" stop-color="#2A3989" stop-opacity="0.86"/>
<stop offset="1" stop-color="#2F3485"/>
</linearGradient>
<linearGradient id="paint20_linear_445_2646" x1="477.05" y1="323.38" x2="416.42" y2="316.27" gradientUnits="userSpaceOnUse">
<stop stop-color="#0C5DA5" stop-opacity="0"/>
<stop offset="0.27" stop-color="#14529D" stop-opacity="0.24"/>
<stop offset="0.87" stop-color="#2A3989" stop-opacity="0.86"/>
<stop offset="1" stop-color="#2F3485"/>
</linearGradient>
<linearGradient id="paint21_linear_445_2646" x1="618.38" y1="360.069" x2="472.47" y2="342.959" gradientUnits="userSpaceOnUse">
<stop stop-color="#0C5DA5" stop-opacity="0"/>
<stop offset="0.27" stop-color="#14529D" stop-opacity="0.24"/>
<stop offset="0.87" stop-color="#2A3989" stop-opacity="0.86"/>
<stop offset="1" stop-color="#2F3485"/>
</linearGradient>
<linearGradient id="paint22_linear_445_2646" x1="751.53" y1="298.699" x2="505.61" y2="269.869" gradientUnits="userSpaceOnUse">
<stop stop-color="#0C5DA5" stop-opacity="0"/>
<stop offset="0.27" stop-color="#14529D" stop-opacity="0.24"/>
<stop offset="0.87" stop-color="#2A3989" stop-opacity="0.86"/>
<stop offset="1" stop-color="#2F3485"/>
</linearGradient>
<linearGradient id="paint23_linear_445_2646" x1="660.289" y1="417.51" x2="500.879" y2="398.82" gradientUnits="userSpaceOnUse">
<stop stop-color="#0C5DA5" stop-opacity="0"/>
<stop offset="0.27" stop-color="#14529D" stop-opacity="0.24"/>
<stop offset="0.87" stop-color="#2A3989" stop-opacity="0.86"/>
<stop offset="1" stop-color="#2F3485"/>
</linearGradient>
<linearGradient id="paint24_linear_445_2646" x1="575.85" y1="395.94" x2="387.699" y2="373.879" gradientUnits="userSpaceOnUse">
<stop stop-color="#0C5DA5" stop-opacity="0"/>
<stop offset="0.27" stop-color="#14529D" stop-opacity="0.24"/>
<stop offset="0.87" stop-color="#2A3989" stop-opacity="0.86"/>
<stop offset="1" stop-color="#2F3485"/>
</linearGradient>
<linearGradient id="paint25_linear_445_2646" x1="607.08" y1="296.309" x2="462.559" y2="279.369" gradientUnits="userSpaceOnUse">
<stop stop-color="#0C5DA5" stop-opacity="0"/>
<stop offset="0.27" stop-color="#14529D" stop-opacity="0.24"/>
<stop offset="0.87" stop-color="#2A3989" stop-opacity="0.86"/>
<stop offset="1" stop-color="#2F3485"/>
</linearGradient>
<linearGradient id="paint26_linear_445_2646" x1="714.07" y1="345.589" x2="607.35" y2="333.079" gradientUnits="userSpaceOnUse">
<stop stop-color="#0C5DA5" stop-opacity="0"/>
<stop offset="0.27" stop-color="#14529D" stop-opacity="0.24"/>
<stop offset="0.87" stop-color="#2A3989" stop-opacity="0.86"/>
<stop offset="1" stop-color="#2F3485"/>
</linearGradient>
<linearGradient id="paint27_linear_445_2646" x1="587.379" y1="278.689" x2="570.759" y2="276.739" gradientUnits="userSpaceOnUse">
<stop stop-color="#0C5DA5" stop-opacity="0"/>
<stop offset="0.27" stop-color="#14529D" stop-opacity="0.24"/>
<stop offset="0.87" stop-color="#2A3989" stop-opacity="0.86"/>
<stop offset="1" stop-color="#2F3485"/>
</linearGradient>
<linearGradient id="paint28_linear_445_2646" x1="471.03" y1="299.399" x2="440.14" y2="295.779" gradientUnits="userSpaceOnUse">
<stop stop-color="#0C5DA5" stop-opacity="0"/>
<stop offset="0.27" stop-color="#14529D" stop-opacity="0.24"/>
<stop offset="0.87" stop-color="#2A3989" stop-opacity="0.86"/>
<stop offset="1" stop-color="#2F3485"/>
</linearGradient>
<linearGradient id="paint29_linear_445_2646" x1="658.53" y1="306.9" x2="639.33" y2="304.65" gradientUnits="userSpaceOnUse">
<stop stop-color="#0C5DA5" stop-opacity="0"/>
<stop offset="0.27" stop-color="#14529D" stop-opacity="0.24"/>
<stop offset="0.87" stop-color="#2A3989" stop-opacity="0.86"/>
<stop offset="1" stop-color="#2F3485"/>
</linearGradient>
<linearGradient id="paint30_linear_445_2646" x1="618.59" y1="347.259" x2="618.86" y2="226.549" gradientUnits="userSpaceOnUse">
<stop stop-color="#1E1F5E"/>
<stop offset="0.18" stop-color="#1F2061" stop-opacity="0.95"/>
<stop offset="0.4" stop-color="#22246D" stop-opacity="0.79"/>
<stop offset="0.64" stop-color="#282A7F" stop-opacity="0.54"/>
<stop offset="0.89" stop-color="#303399" stop-opacity="0.18"/>
<stop offset="1" stop-color="#3538A7" stop-opacity="0"/>
</linearGradient>
<linearGradient id="paint31_linear_445_2646" x1="501.6" y1="350.989" x2="501.86" y2="235.079" gradientUnits="userSpaceOnUse">
<stop stop-color="#1E1F5E"/>
<stop offset="0.18" stop-color="#1F2061" stop-opacity="0.95"/>
<stop offset="0.4" stop-color="#22246D" stop-opacity="0.79"/>
<stop offset="0.64" stop-color="#282A7F" stop-opacity="0.54"/>
<stop offset="0.89" stop-color="#303399" stop-opacity="0.18"/>
<stop offset="1" stop-color="#3538A7" stop-opacity="0"/>
</linearGradient>
<linearGradient id="paint32_linear_445_2646" x1="524.45" y1="525.179" x2="525.52" y2="34.659" gradientUnits="userSpaceOnUse">
<stop stop-color="#1E1F5E"/>
<stop offset="0.18" stop-color="#1F2061" stop-opacity="0.95"/>
<stop offset="0.4" stop-color="#22246D" stop-opacity="0.79"/>
<stop offset="0.64" stop-color="#282A7F" stop-opacity="0.54"/>
<stop offset="0.89" stop-color="#303399" stop-opacity="0.18"/>
<stop offset="1" stop-color="#3538A7" stop-opacity="0"/>
</linearGradient>
<linearGradient id="paint33_linear_445_2646" x1="528.92" y1="525.189" x2="529.99" y2="34.6692" gradientUnits="userSpaceOnUse">
<stop stop-color="#1E1F5E"/>
<stop offset="0.18" stop-color="#1F2061" stop-opacity="0.95"/>
<stop offset="0.4" stop-color="#22246D" stop-opacity="0.79"/>
<stop offset="0.64" stop-color="#282A7F" stop-opacity="0.54"/>
<stop offset="0.89" stop-color="#303399" stop-opacity="0.18"/>
<stop offset="1" stop-color="#3538A7" stop-opacity="0"/>
</linearGradient>
<linearGradient id="paint34_linear_445_2646" x1="551.26" y1="334.999" x2="551.37" y2="286.379" gradientUnits="userSpaceOnUse">
<stop stop-color="#1E1F5E"/>
<stop offset="0.18" stop-color="#1F2061" stop-opacity="0.95"/>
<stop offset="0.4" stop-color="#22246D" stop-opacity="0.79"/>
<stop offset="0.64" stop-color="#282A7F" stop-opacity="0.54"/>
<stop offset="0.89" stop-color="#303399" stop-opacity="0.18"/>
<stop offset="1" stop-color="#3538A7" stop-opacity="0"/>
</linearGradient>
<linearGradient id="paint35_linear_445_2646" x1="748.65" y1="419.369" x2="557.589" y2="278.669" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF9500"/>
<stop offset="0.11" stop-color="#FF9A0D" stop-opacity="0.92"/>
<stop offset="0.34" stop-color="#FFA931" stop-opacity="0.71"/>
<stop offset="0.66" stop-color="#FFC16A" stop-opacity="0.38"/>
<stop offset="1" stop-color="#FFDCAB" stop-opacity="0"/>
</linearGradient>
<linearGradient id="paint36_linear_445_2646" x1="492.303" y1="253.158" x2="541.136" y2="321.528" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF9500"/>
<stop offset="0.11" stop-color="#FF9A0D" stop-opacity="0.92"/>
<stop offset="0.34" stop-color="#FFA931" stop-opacity="0.71"/>
<stop offset="0.66" stop-color="#FFC16A" stop-opacity="0.38"/>
<stop offset="1" stop-color="#FFDCAB" stop-opacity="0"/>
</linearGradient>
<linearGradient id="paint37_linear_445_2646" x1="625.41" y1="353.2" x2="414.7" y2="301.32" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF9500"/>
<stop offset="0.11" stop-color="#FF9A0D" stop-opacity="0.92"/>
<stop offset="0.34" stop-color="#FFA931" stop-opacity="0.71"/>
<stop offset="0.66" stop-color="#FFC16A" stop-opacity="0.38"/>
<stop offset="1" stop-color="#FFDCAB" stop-opacity="0"/>
</linearGradient>
<linearGradient id="paint38_linear_445_2646" x1="692.43" y1="325.039" x2="514.9" y2="205.039" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF9500"/>
<stop offset="0.11" stop-color="#FF9A0D" stop-opacity="0.92"/>
<stop offset="0.34" stop-color="#FFA931" stop-opacity="0.71"/>
<stop offset="0.66" stop-color="#FFC16A" stop-opacity="0.38"/>
<stop offset="1" stop-color="#FFDCAB" stop-opacity="0"/>
</linearGradient>
<linearGradient id="paint39_linear_445_2646" x1="626.78" y1="416.869" x2="492.31" y2="292.989" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF9500"/>
<stop offset="0.11" stop-color="#FF9A0D" stop-opacity="0.92"/>
<stop offset="0.34" stop-color="#FFA931" stop-opacity="0.71"/>
<stop offset="0.66" stop-color="#FFC16A" stop-opacity="0.38"/>
<stop offset="1" stop-color="#FFDCAB" stop-opacity="0"/>
</linearGradient>
<linearGradient id="paint40_linear_445_2646" x1="633.56" y1="290.529" x2="583.36" y2="325.199" gradientUnits="userSpaceOnUse">
<stop stop-color="#FC9D91" stop-opacity="0"/>
<stop offset="0.18" stop-color="#FC9D91" stop-opacity="0.22"/>
<stop offset="0.48" stop-color="#FC9D91" stop-opacity="0.55"/>
<stop offset="0.73" stop-color="#FC9D91" stop-opacity="0.79"/>
<stop offset="0.91" stop-color="#FC9D91" stop-opacity="0.94"/>
<stop offset="1" stop-color="#FC9D91"/>
</linearGradient>
<linearGradient id="paint41_linear_445_2646" x1="596.24" y1="323.369" x2="523.54" y2="252.539" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF9500"/>
<stop offset="0.11" stop-color="#FF9A0D" stop-opacity="0.92"/>
<stop offset="0.34" stop-color="#FFA931" stop-opacity="0.71"/>
<stop offset="0.66" stop-color="#FFC16A" stop-opacity="0.38"/>
<stop offset="1" stop-color="#FFDCAB" stop-opacity="0"/>
</linearGradient>
<linearGradient id="paint42_linear_445_2646" x1="605.09" y1="302.859" x2="597.05" y2="311.159" gradientUnits="userSpaceOnUse">
<stop stop-color="#FC9D91" stop-opacity="0"/>
<stop offset="0.18" stop-color="#FC9D91" stop-opacity="0.22"/>
<stop offset="0.48" stop-color="#FC9D91" stop-opacity="0.55"/>
<stop offset="0.73" stop-color="#FC9D91" stop-opacity="0.79"/>
<stop offset="0.91" stop-color="#FC9D91" stop-opacity="0.94"/>
<stop offset="1" stop-color="#FC9D91"/>
</linearGradient>
<linearGradient id="paint43_linear_445_2646" x1="549.22" y1="262.069" x2="536.36" y2="275.349" gradientUnits="userSpaceOnUse">
<stop stop-color="#FC9D91" stop-opacity="0"/>
<stop offset="0.18" stop-color="#FC9D91" stop-opacity="0.22"/>
<stop offset="0.48" stop-color="#FC9D91" stop-opacity="0.55"/>
<stop offset="0.73" stop-color="#FC9D91" stop-opacity="0.79"/>
<stop offset="0.91" stop-color="#FC9D91" stop-opacity="0.94"/>
<stop offset="1" stop-color="#FC9D91"/>
</linearGradient>
<linearGradient id="paint44_linear_445_2646" x1="546.907" y1="243.662" x2="550.816" y2="234.734" gradientUnits="userSpaceOnUse">
<stop stop-color="#FC9D91" stop-opacity="0"/>
<stop offset="0.18" stop-color="#FC9D91" stop-opacity="0.22"/>
<stop offset="0.48" stop-color="#FC9D91" stop-opacity="0.55"/>
<stop offset="0.73" stop-color="#FC9D91" stop-opacity="0.79"/>
<stop offset="0.91" stop-color="#FC9D91" stop-opacity="0.94"/>
<stop offset="1" stop-color="#FC9D91"/>
</linearGradient>
<linearGradient id="paint45_linear_445_2646" x1="525.63" y1="220.799" x2="525.28" y2="219.859" gradientUnits="userSpaceOnUse">
<stop stop-color="#FC9D91" stop-opacity="0"/>
<stop offset="0.18" stop-color="#FC9D91" stop-opacity="0.22"/>
<stop offset="0.48" stop-color="#FC9D91" stop-opacity="0.55"/>
<stop offset="0.73" stop-color="#FC9D91" stop-opacity="0.79"/>
<stop offset="0.91" stop-color="#FC9D91" stop-opacity="0.94"/>
<stop offset="1" stop-color="#FC9D91"/>
</linearGradient>
<linearGradient id="paint46_linear_445_2646" x1="516.92" y1="303.89" x2="520.307" y2="290.548" gradientUnits="userSpaceOnUse">
<stop stop-color="#FC9D91" stop-opacity="0"/>
<stop offset="0.18" stop-color="#FC9D91" stop-opacity="0.22"/>
<stop offset="0.48" stop-color="#FC9D91" stop-opacity="0.55"/>
<stop offset="0.73" stop-color="#FC9D91" stop-opacity="0.79"/>
<stop offset="0.91" stop-color="#FC9D91" stop-opacity="0.94"/>
<stop offset="1" stop-color="#FC9D91"/>
</linearGradient>
<linearGradient id="paint47_linear_445_2646" x1="658.17" y1="315.369" x2="657.45" y2="324.129" gradientUnits="userSpaceOnUse">
<stop stop-color="#FC9D91" stop-opacity="0"/>
<stop offset="0.18" stop-color="#FC9D91" stop-opacity="0.22"/>
<stop offset="0.48" stop-color="#FC9D91" stop-opacity="0.55"/>
<stop offset="0.73" stop-color="#FC9D91" stop-opacity="0.79"/>
<stop offset="0.91" stop-color="#FC9D91" stop-opacity="0.94"/>
<stop offset="1" stop-color="#FC9D91"/>
</linearGradient>
<linearGradient id="paint48_linear_445_2646" x1="403.42" y1="327.739" x2="508.24" y2="265.979" gradientUnits="userSpaceOnUse">
<stop stop-color="#FFEC65"/>
<stop offset="0.34" stop-color="#FFCB3E" stop-opacity="0.62"/>
<stop offset="0.66" stop-color="#FFAE1D" stop-opacity="0.29"/>
<stop offset="0.89" stop-color="#FF9B08" stop-opacity="0.08"/>
<stop offset="1" stop-color="#FF9500" stop-opacity="0"/>
</linearGradient>
<linearGradient id="paint49_linear_445_2646" x1="416.9" y1="357.289" x2="476.9" y2="393.769" gradientUnits="userSpaceOnUse">
<stop stop-color="#FFEC65"/>
<stop offset="0.34" stop-color="#FFCB3E" stop-opacity="0.62"/>
<stop offset="0.66" stop-color="#FFAE1D" stop-opacity="0.29"/>
<stop offset="0.89" stop-color="#FF9B08" stop-opacity="0.08"/>
<stop offset="1" stop-color="#FF9500" stop-opacity="0"/>
</linearGradient>
<linearGradient id="paint50_linear_445_2646" x1="436.98" y1="373.789" x2="491.8" y2="398.959" gradientUnits="userSpaceOnUse">
<stop stop-color="#FFEC65"/>
<stop offset="0.34" stop-color="#FFCB3E" stop-opacity="0.62"/>
<stop offset="0.66" stop-color="#FFAE1D" stop-opacity="0.29"/>
<stop offset="0.89" stop-color="#FF9B08" stop-opacity="0.08"/>
<stop offset="1" stop-color="#FF9500" stop-opacity="0"/>
</linearGradient>
<linearGradient id="paint51_linear_445_2646" x1="424.85" y1="321.349" x2="474.26" y2="290.289" gradientUnits="userSpaceOnUse">
<stop stop-color="#FFEC65"/>
<stop offset="0.34" stop-color="#FFCB3E" stop-opacity="0.62"/>
<stop offset="0.66" stop-color="#FFAE1D" stop-opacity="0.29"/>
<stop offset="0.89" stop-color="#FF9B08" stop-opacity="0.08"/>
<stop offset="1" stop-color="#FF9500" stop-opacity="0"/>
</linearGradient>
<linearGradient id="paint52_linear_445_2646" x1="182.03" y1="243.549" x2="337.68" y2="398.129" gradientUnits="userSpaceOnUse">
<stop stop-color="#EF4B9F"/>
<stop offset="1" stop-color="#E6332A"/>
</linearGradient>
<linearGradient id="paint53_linear_445_2646" x1="189.23" y1="257.919" x2="568.29" y2="595.689" gradientUnits="userSpaceOnUse">
<stop stop-color="#0C5DA5" stop-opacity="0"/>
<stop offset="0.27" stop-color="#14529D" stop-opacity="0.24"/>
<stop offset="0.87" stop-color="#2A3989" stop-opacity="0.86"/>
<stop offset="1" stop-color="#2F3485"/>
</linearGradient>
<linearGradient id="paint54_linear_445_2646" x1="115.47" y1="204.39" x2="268.65" y2="503.69" gradientUnits="userSpaceOnUse">
<stop stop-color="#FCEA10"/>
<stop offset="0.33" stop-color="#FDCA0A" stop-opacity="0.63"/>
<stop offset="0.66" stop-color="#FEAD04" stop-opacity="0.29"/>
<stop offset="0.89" stop-color="#FE9B01" stop-opacity="0.08"/>
<stop offset="1" stop-color="#FF9500" stop-opacity="0"/>
</linearGradient>
<linearGradient id="paint55_linear_445_2646" x1="267.7" y1="519.259" x2="276.52" y2="410.909" gradientUnits="userSpaceOnUse">
<stop stop-color="#36A9E1" stop-opacity="0"/>
<stop offset="0.09" stop-color="#36AAE1" stop-opacity="0.03"/>
<stop offset="0.22" stop-color="#39B0E2" stop-opacity="0.11"/>
<stop offset="0.38" stop-color="#3DB9E5" stop-opacity="0.24"/>
<stop offset="0.56" stop-color="#43C5E8" stop-opacity="0.42"/>
<stop offset="0.75" stop-color="#4AD5EC" stop-opacity="0.65"/>
<stop offset="0.95" stop-color="#52E8F0" stop-opacity="0.93"/>
<stop offset="1" stop-color="#55EDF2"/>
</linearGradient>
<linearGradient id="paint56_linear_445_2646" x1="310.1" y1="264.51" x2="-12.4798" y2="137.45" gradientUnits="userSpaceOnUse">
<stop stop-color="#0C5DA5" stop-opacity="0"/>
<stop offset="0.27" stop-color="#14529D" stop-opacity="0.24"/>
<stop offset="0.87" stop-color="#2A3989" stop-opacity="0.86"/>
<stop offset="1" stop-color="#2F3485"/>
</linearGradient>
<linearGradient id="paint57_linear_445_2646" x1="69.0498" y1="114.49" x2="573.63" y2="558.9" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF9500" stop-opacity="0"/>
<stop offset="0.11" stop-color="#FE9B01" stop-opacity="0.08"/>
<stop offset="0.34" stop-color="#FEAD04" stop-opacity="0.29"/>
<stop offset="0.67" stop-color="#FDCA0A" stop-opacity="0.63"/>
<stop offset="1" stop-color="#FCEA10"/>
</linearGradient>
<linearGradient id="paint58_linear_445_2646" x1="329.37" y1="179.48" x2="412.26" y2="460.76" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF9500" stop-opacity="0"/>
<stop offset="0.11" stop-color="#FE9B01" stop-opacity="0.08"/>
<stop offset="0.34" stop-color="#FEAD04" stop-opacity="0.29"/>
<stop offset="0.67" stop-color="#FDCA0A" stop-opacity="0.63"/>
<stop offset="1" stop-color="#FCEA10"/>
</linearGradient>
<linearGradient id="paint59_linear_445_2646" x1="245.55" y1="25.4301" x2="403.17" y2="228.86" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF9500"/>
<stop offset="0.36" stop-color="#FF8004"/>
<stop offset="1" stop-color="#FF540D"/>
</linearGradient>
<linearGradient id="paint60_linear_445_2646" x1="208.18" y1="66.0602" x2="370.05" y2="285.31" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF9500" stop-opacity="0"/>
<stop offset="0.11" stop-color="#FE9B01" stop-opacity="0.08"/>
<stop offset="0.34" stop-color="#FEAD04" stop-opacity="0.29"/>
<stop offset="0.67" stop-color="#FDCA0A" stop-opacity="0.63"/>
<stop offset="1" stop-color="#FCEA10"/>
</linearGradient>
<linearGradient id="paint61_linear_445_2646" x1="271.38" y1="41.5896" x2="328.84" y2="226.64" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF9500" stop-opacity="0"/>
<stop offset="0.11" stop-color="#FE9B01" stop-opacity="0.08"/>
<stop offset="0.34" stop-color="#FEAD04" stop-opacity="0.29"/>
<stop offset="0.67" stop-color="#FDCA0A" stop-opacity="0.63"/>
<stop offset="1" stop-color="#FCEA10"/>
</linearGradient>
<linearGradient id="paint62_linear_445_2646" x1="348.86" y1="85.7197" x2="348.11" y2="156.39" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF9500"/>
<stop offset="0.36" stop-color="#FF8004"/>
<stop offset="1" stop-color="#FF540D"/>
</linearGradient>
<linearGradient id="paint63_linear_445_2646" x1="108.596" y1="176.221" x2="168.364" y2="202.646" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF9500"/>
<stop offset="0.36" stop-color="#FF8004"/>
<stop offset="1" stop-color="#FF540D"/>
</linearGradient>
<linearGradient id="paint64_linear_445_2646" x1="82.3" y1="247.529" x2="113.63" y2="322.459" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF9500"/>
<stop offset="0.36" stop-color="#FF8004"/>
<stop offset="1" stop-color="#FF540D"/>
</linearGradient>
<linearGradient id="paint65_linear_445_2646" x1="152.4" y1="52.6194" x2="171.14" y2="94.1394" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF9500"/>
<stop offset="0.36" stop-color="#FF8004"/>
<stop offset="1" stop-color="#FF540D"/>
</linearGradient>
<linearGradient id="paint66_linear_445_2646" x1="404.42" y1="359.979" x2="432.59" y2="468.599" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF9500" stop-opacity="0"/>
<stop offset="0.11" stop-color="#FE9B01" stop-opacity="0.08"/>
<stop offset="0.34" stop-color="#FEAD04" stop-opacity="0.29"/>
<stop offset="0.67" stop-color="#FDCA0A" stop-opacity="0.63"/>
<stop offset="1" stop-color="#FCEA10"/>
</linearGradient>
<linearGradient id="paint67_linear_445_2646" x1="773.471" y1="344.87" x2="532.99" y2="521.55" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF9500" stop-opacity="0"/>
<stop offset="0.11" stop-color="#FE9B01" stop-opacity="0.08"/>
<stop offset="0.34" stop-color="#FEAD04" stop-opacity="0.29"/>
<stop offset="0.67" stop-color="#FDCA0A" stop-opacity="0.63"/>
<stop offset="1" stop-color="#FCEA10"/>
</linearGradient>
<linearGradient id="paint68_linear_445_2646" x1="661.54" y1="55.8801" x2="600.9" y2="163.04" gradientUnits="userSpaceOnUse">
<stop stop-color="#95EBF5"/>
<stop offset="0.63" stop-color="#69ECF2"/>
<stop offset="1" stop-color="#55EDF2"/>
</linearGradient>
<linearGradient id="paint69_linear_445_2646" x1="506.33" y1="120.88" x2="545.8" y2="166.24" gradientUnits="userSpaceOnUse">
<stop stop-color="#95EBF5"/>
<stop offset="0.63" stop-color="#69ECF2"/>
<stop offset="1" stop-color="#55EDF2"/>
</linearGradient>
<linearGradient id="paint70_linear_445_2646" x1="680.38" y1="138.78" x2="628.21" y2="167.89" gradientUnits="userSpaceOnUse">
<stop stop-color="#95EBF5"/>
<stop offset="0.63" stop-color="#69ECF2"/>
<stop offset="1" stop-color="#55EDF2"/>
</linearGradient>
<linearGradient id="paint71_linear_445_2646" x1="763.9" y1="256.12" x2="736.2" y2="350.58" gradientUnits="userSpaceOnUse">
<stop stop-color="#95EBF5"/>
<stop offset="0.63" stop-color="#69ECF2"/>
<stop offset="1" stop-color="#55EDF2"/>
</linearGradient>
<linearGradient id="paint72_linear_445_2646" x1="393.95" y1="62.8494" x2="381.41" y2="105.609" gradientUnits="userSpaceOnUse">
<stop stop-color="#95EBF5"/>
<stop offset="0.63" stop-color="#69ECF2"/>
<stop offset="1" stop-color="#55EDF2"/>
</linearGradient>
<linearGradient id="paint73_linear_445_2646" x1="769.42" y1="391.299" x2="761.34" y2="418.859" gradientUnits="userSpaceOnUse">
<stop stop-color="#95EBF5"/>
<stop offset="0.63" stop-color="#69ECF2"/>
<stop offset="1" stop-color="#55EDF2"/>
</linearGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 57 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 95 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 75 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

View File

@ -1,13 +0,0 @@
<svg width="80" height="80" viewBox="0 0 80 80" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M40 0C62.0914 0 80 17.9086 80 40C80 62.0914 62.0914 80 40 80C17.9086 80 0 62.0914 0 40C0 17.9086 17.9086 0 40 0Z" fill="url(#paint0_linear_116_2792)"/>
<path d="M40 0C62.0914 0 80 17.9086 80 40C80 62.0914 62.0914 80 40 80C17.9086 80 0 62.0914 0 40C0 17.9086 17.9086 0 40 0Z" stroke="#E5E7EB"/>
<path d="M55 58H25V22H55V58Z" stroke="#E5E7EB"/>
<path d="M55 54.75H25V24.75H55V54.75Z" stroke="#E5E7EB"/>
<path d="M27.7891 42.3515L38.377 52.2363C38.8164 52.6464 39.3965 52.8749 40 52.8749C40.6035 52.8749 41.1836 52.6464 41.623 52.2363L52.2109 42.3515C53.9922 40.6933 55 38.3671 55 35.9355V35.5957C55 31.4999 52.041 28.0078 48.0039 27.3339C45.332 26.8886 42.6133 27.7617 40.7031 29.6718L40 30.3749L39.2969 29.6718C37.3867 27.7617 34.668 26.8886 31.9961 27.3339C27.959 28.0078 25 31.4999 25 35.5957V35.9355C25 38.3671 26.0078 40.6933 27.7891 42.3515Z" fill="#EC4899"/>
<defs>
<linearGradient id="paint0_linear_116_2792" x1="0" y1="40" x2="80" y2="40" gradientUnits="userSpaceOnUse">
<stop stop-color="#FCE7F3"/>
<stop offset="1" stop-color="#F3E8FF"/>
</linearGradient>
</defs>
</svg>

Before

Width:  |  Height:  |  Size: 1.2 KiB

View File

@ -1,572 +0,0 @@
<svg width="252" height="153" viewBox="0 0 252 153" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M119.605 56.9129C119.605 56.9129 118.626 52.1736 118.962 47.6502C118.962 47.6502 121.523 51.4943 126.785 49.9643C131.424 48.6184 126.45 44.7584 122.593 47.9169C122.593 47.9169 115.46 45.3488 117.398 33.1436C117.398 33.1436 122.115 41.473 136.964 48.6533C151.813 55.8336 159.361 57.5573 159.361 57.5573C159.361 57.5573 152.409 53.5735 145.741 47.9708C145.741 47.9708 163.949 46.2472 172.007 58.8492C172.007 58.8492 172.599 57.2684 175.357 58.2747C178.114 59.2809 176.886 65.528 184.801 67.7532C184.801 67.7532 182.36 65.5978 180.049 61.9378C180.049 61.9378 178.782 52.891 184.801 42.803C184.801 42.803 182.879 51.8149 185.612 58.2048L189.212 58.9222C189.212 58.9222 189.449 63.2425 192.34 62.0109C194.277 61.1855 194.873 59.3444 196.585 59.2809C200.534 59.1381 202.509 65.2772 202.509 65.2772C202.509 65.2772 210.364 64.1694 216.776 70.2673C221.99 75.2287 220.724 87.6118 220.724 87.6118C220.724 87.6118 220.201 84.1613 216.848 82.098C216.848 82.098 212.007 83.501 212.527 89.2719C213.049 95.0429 215.804 100.934 215.804 100.934C215.804 100.934 213.66 94.281 219.619 92.278C219.619 92.278 218.707 97.2268 219.454 100.011C220.201 102.795 223.105 109.115 223.105 115.146C223.105 115.146 214.613 128.284 199.191 135.681C199.191 135.681 214.686 127.999 222.136 127.703C222.136 127.703 227.797 132.09 231.596 142.001C231.596 142.001 216.025 135.395 208.949 140.925C203.351 145.299 209.918 146.74 209.918 146.74H116.483C116.483 146.74 102.197 142.143 101.751 119.742C101.304 97.3411 113.374 78.5776 113.374 78.5776L119.605 56.9129Z" fill="url(#paint0_linear_36_5540)"/>
<path style="mix-blend-mode:color-dodge" opacity="0.7" d="M119.605 56.9129C119.605 56.9129 118.626 52.1736 118.962 47.6502C118.962 47.6502 121.523 51.4943 126.785 49.9643C131.424 48.6184 126.45 44.7584 122.593 47.9169C122.593 47.9169 115.46 45.3488 117.398 33.1436C117.398 33.1436 122.115 41.473 136.964 48.6533C151.813 55.8336 159.361 57.5573 159.361 57.5573C159.361 57.5573 152.409 53.5735 145.741 47.9708C145.741 47.9708 163.949 46.2472 172.007 58.8492C172.007 58.8492 172.599 57.2684 175.357 58.2747C178.114 59.2809 176.886 65.528 184.801 67.7532C184.801 67.7532 182.36 65.5978 180.049 61.9378C180.049 61.9378 178.782 52.891 184.801 42.803C184.801 42.803 182.879 51.8149 185.612 58.2048L189.212 58.9222C189.212 58.9222 189.449 63.2425 192.34 62.0109C194.277 61.1855 194.873 59.3444 196.585 59.2809C200.534 59.1381 202.509 65.2772 202.509 65.2772C202.509 65.2772 210.364 64.1694 216.776 70.2673C221.99 75.2287 220.724 87.6118 220.724 87.6118C220.724 87.6118 220.201 84.1613 216.848 82.098C216.848 82.098 212.007 83.501 212.527 89.2719C213.049 95.0429 215.804 100.934 215.804 100.934C215.804 100.934 213.66 94.281 219.619 92.278C219.619 92.278 218.707 97.2268 219.454 100.011C220.201 102.795 223.105 109.115 223.105 115.146C223.105 115.146 214.613 128.284 199.191 135.681C199.191 135.681 214.686 127.999 222.136 127.703C222.136 127.703 227.797 132.09 231.596 142.001C231.596 142.001 216.025 135.395 208.949 140.925C203.351 145.299 209.918 146.74 209.918 146.74H116.483C116.483 146.74 102.197 142.143 101.751 119.742C101.304 97.3411 113.374 78.5776 113.374 78.5776L119.605 56.9129Z" fill="url(#paint1_linear_36_5540)"/>
<path d="M106.503 43.3428C106.503 43.3428 128.644 45.8568 131.021 82.9583C132.12 100.109 146.586 112.553 146.586 112.553C146.586 112.553 137.73 122.336 120.44 116.597C120.44 116.597 118.588 118.879 123.356 126.92C128.124 134.96 128.533 144.728 124.008 146.737H101.741L96.8369 52.6816L106.506 43.3428H106.503Z" fill="url(#paint2_linear_36_5540)"/>
<path style="mix-blend-mode:color-dodge" opacity="0.7" d="M136.964 146.737C136.964 146.737 142.65 126.52 138.68 102.817C134.71 79.1143 125.696 59.7129 125.696 59.7129C125.696 59.7129 133.041 65.1695 136.02 71.3436V65.4203C136.02 65.4203 153.662 64.3061 168.457 72.6356C183.253 80.965 171.668 132.951 149.898 146.737L145.259 146.81C145.259 146.81 150.54 143.721 151.439 134.246C151.439 134.246 143.052 138.436 138.183 146.81L136.964 146.737Z" fill="url(#paint3_linear_36_5540)"/>
<path style="mix-blend-mode:color-dodge" opacity="0.7" d="M208.952 140.922C216.029 135.392 231.6 141.998 231.6 141.998C227.8 132.088 222.139 127.701 222.139 127.701C215.373 127.967 201.971 134.329 199.568 135.497C199.445 135.557 199.318 135.621 199.194 135.681C199.194 135.681 199.327 135.614 199.568 135.497C214.75 128.069 223.108 115.143 223.108 115.143C223.108 109.112 220.202 102.792 219.458 100.008C218.713 97.2241 219.622 92.2754 219.622 92.2754C213.664 94.2784 215.807 100.932 215.807 100.932C215.807 100.932 213.049 95.037 212.53 89.2693C212.008 83.4984 216.852 82.0953 216.852 82.0953C219.682 83.838 220.493 86.5679 220.68 87.3774C217.596 71.3534 194.676 64.2905 194.676 64.2905C194.676 64.2905 206.049 73.0675 209.478 81.8382C212.904 90.6057 209.478 110.807 209.478 110.807C209.478 110.807 219.461 110.407 216.481 114.854C213.502 119.302 200.762 124.552 200.762 124.552L194.676 124.12C185.685 131.443 164.231 138.77 164.231 138.77C166.59 131.878 167.755 117.397 167.755 117.397C160.169 139.611 141.834 146.74 141.834 146.74H209.924C209.924 146.74 203.358 145.299 208.956 140.925L208.952 140.922Z" fill="url(#paint4_linear_36_5540)"/>
<path d="M45.4319 146.738C45.4319 146.738 32.4698 142.862 35.7467 131.659C39.0237 120.457 24.3361 117.315 22.6359 112.594C19.8434 104.84 27.9993 102.218 23.6775 94.3199C23.6775 94.3199 27.328 96.6181 27.5528 104.157C27.7776 111.696 35.1515 112.845 44.0926 112.702C44.0926 112.702 25.3777 88.0697 31.2793 75.5089C36.8295 63.6972 53.0337 59.2817 53.4801 56.5518C53.9265 53.8219 47.5215 52.6759 47.5215 52.6759C47.5215 52.6759 54.7117 46.8955 60.7432 50.6666C66.7778 54.4377 75.7157 58.5294 84.6568 54.2218C84.6568 54.2218 86.0341 49.7334 78.9578 44.9243C72.6414 40.6326 69.9059 35.8044 81.0443 25.2498C90.5046 16.2855 85.6636 11.4637 85.6636 11.4637C85.6636 11.4637 92.9267 10.4955 92.4803 23.4182C92.0339 36.3441 96.6215 41.296 106.506 43.3434C116.391 45.3909 123.768 55.6217 125.557 67.6841C127.345 79.7466 122.017 85.2762 129.616 96.7641C137.214 108.252 139.874 109.35 138.683 119.4C138.683 119.4 136.106 118.34 126.114 111.95C113.487 103.871 113.041 95.688 113.041 95.688C113.041 95.688 114.941 100.751 111.366 106.135C107.792 111.518 102.761 117.553 107.342 129.615L108.57 122.508C108.57 122.508 119.522 129.615 120.861 135.862C122.201 142.109 116.486 146.741 116.486 146.741H45.435L45.4319 146.738Z" fill="url(#paint5_linear_36_5540)"/>
<path style="mix-blend-mode:color-dodge" opacity="0.7" d="M45.4319 146.738C45.4319 146.738 32.4698 142.862 35.7467 131.659C39.0237 120.457 24.3361 117.315 22.6359 112.594C19.8434 104.84 27.9993 102.218 23.6775 94.3199C23.6775 94.3199 27.328 96.6181 27.5528 104.157C27.7776 111.696 35.1515 112.845 44.0926 112.702C44.0926 112.702 25.3777 88.0697 31.2793 75.5089C36.8295 63.6972 53.0337 59.2817 53.4801 56.5518C53.9265 53.8219 47.5215 52.6759 47.5215 52.6759C47.5215 52.6759 54.7117 46.8955 60.7432 50.6666C66.7778 54.4377 75.7157 58.5294 84.6568 54.2218C84.6568 54.2218 86.0341 49.7334 78.9578 44.9243C72.6414 40.6326 69.9059 35.8044 81.0443 25.2498C90.5046 16.2855 85.6636 11.4637 85.6636 11.4637C85.6636 11.4637 92.9267 10.4955 92.4803 23.4182C92.0339 36.3441 96.6215 41.296 106.506 43.3434C116.391 45.3909 123.768 55.6217 125.557 67.6841C127.345 79.7466 122.017 85.2762 129.616 96.7641C137.214 108.252 139.874 109.35 138.683 119.4C138.683 119.4 136.106 118.34 126.114 111.95C113.487 103.871 113.041 95.688 113.041 95.688C113.041 95.688 114.941 100.751 111.366 106.135C107.792 111.518 102.761 117.553 107.342 129.615L108.57 122.508C108.57 122.508 119.522 129.615 120.861 135.862C122.201 142.109 116.486 146.741 116.486 146.741H45.435L45.4319 146.738Z" fill="url(#paint6_linear_36_5540)"/>
<path style="mix-blend-mode:color-dodge" opacity="0.7" d="M45.4319 146.737C45.4319 146.737 37.7224 142.537 38.726 133.167C39.7329 123.796 31.2477 119.342 26.7708 115.397C22.2939 111.448 24.7603 104.591 24.7603 104.591C24.7603 104.591 22.6359 112.273 31.2793 114.356C39.9197 116.438 51.3936 122.183 51.3936 122.183C51.3936 122.183 44.2034 129.722 48.674 137.639C53.1445 145.556 78.5114 146.74 78.5114 146.74H45.435L45.4319 146.737Z" fill="url(#paint7_linear_36_5540)"/>
<path style="mix-blend-mode:color-dodge" opacity="0.7" d="M78.5083 146.737C78.5083 146.737 52.8818 147.454 42.6015 134.96C42.6015 134.96 41.8574 121.951 56.0099 115.603C70.1656 109.254 66.1415 93.665 66.1415 93.665C66.1415 93.665 75.6778 117.009 66.7367 128.354C66.7367 128.354 53.6987 124.332 50.7954 130.148C47.8889 135.963 55.1519 145.226 78.5083 146.733V146.737Z" fill="url(#paint8_linear_36_5540)"/>
<path d="M186.624 117.742C186.624 117.742 190.652 127.347 179.387 130.484C168.122 133.62 154.577 123.909 142.337 124.176C130.097 124.44 118.854 123.732 119.642 108.409C120.431 93.0868 138.23 64.6925 173.719 70.2475C202.442 74.7424 207.337 95.9913 207.337 103.756C207.337 109.714 204.247 121.697 186.621 117.745L186.624 117.742Z" fill="url(#paint9_linear_36_5540)"/>
<path style="mix-blend-mode:multiply" opacity="0.35" d="M156.92 102.962C156.92 102.962 163.867 103.339 171.94 107.856C180.014 112.373 185.478 113.713 192.406 107.774C200.217 101.076 207.217 101.46 207.217 101.46C207.302 102.311 207.34 103.085 207.34 103.755C207.34 109.713 204.25 121.696 186.625 117.744C179.343 116.167 176.632 112.878 170.541 108.612C164.449 104.346 156.917 102.965 156.917 102.965L156.92 102.962Z" fill="url(#paint10_linear_36_5540)"/>
<path style="mix-blend-mode:multiply" opacity="0.35" d="M179.387 130.483C168.122 133.62 154.577 123.909 142.337 124.176C130.097 124.439 118.854 123.732 119.642 108.409C120.193 97.7243 129.014 80.6813 146.342 73.228C129.381 88.2965 136.176 116.005 146.342 120.91C152.934 124.09 159.124 120.944 169.499 117.745C178.218 115.056 186.624 117.745 186.624 117.745C186.624 117.745 190.649 127.35 179.387 130.486V130.483Z" fill="url(#paint11_linear_36_5540)"/>
<path style="mix-blend-mode:multiply" opacity="0.5" d="M186.625 117.742C186.625 117.742 176.009 113.882 169.749 114.885C163.49 115.888 159.234 117.043 156.92 117.03C154.606 117.018 146.26 108.733 143.423 101.454C140.586 94.1785 141.463 79.7449 146.719 80.3734C151.975 81.0019 152.478 88.4044 152.478 93.4262C152.478 98.4448 148.223 98.4448 147.346 96.6894C146.469 94.934 146.846 89.5377 146.846 89.5377C146.846 89.5377 147.305 95.4356 148.182 96.1053C149.059 96.7751 151.56 96.2323 151.436 93.8896C151.313 91.547 151.436 85.3571 149.727 83.4747C148.017 81.5923 145.845 81.2146 145.012 82.3859C144.18 83.5572 142.53 88.16 143.217 93.6802C143.904 99.2035 144.718 103.279 148.223 107.923C151.728 112.567 154.542 115.266 157.487 115.704C160.428 116.142 168.954 112.755 173.507 113.443C178.06 114.132 186.628 117.745 186.628 117.745L186.625 117.742Z" fill="url(#paint12_linear_36_5540)"/>
<path style="mix-blend-mode:multiply" opacity="0.5" d="M147.197 92.3371C147.52 94.01 147.406 96.7082 149.302 96.359C149.302 96.359 147.925 97.6922 147.342 96.686C146.76 95.6797 147.197 92.334 147.197 92.334V92.3371Z" fill="url(#paint13_linear_36_5540)"/>
<path style="mix-blend-mode:multiply" opacity="0.5" d="M197.411 111.745C197.411 111.745 204.294 109.234 200.789 106.476C197.285 103.714 192.029 104.216 188.774 105.222C185.519 106.225 169.622 103.292 167.371 99.048C165.117 94.8039 170.999 89.5346 174.131 85.7698C177.259 82.0051 169.625 75.1041 166.494 74.4756C166.494 74.4756 171.626 76.9008 172.712 81.002C173.798 85.1 172.294 87.1919 169.29 89.7853C166.285 92.3788 163.448 97.0545 167.203 100.321C170.958 103.587 178.041 105.428 183.597 106.016C189.151 106.6 195.242 105.095 197.161 105.765C199.08 106.435 203.671 108.025 197.411 111.745Z" fill="url(#paint14_linear_36_5540)"/>
<path style="mix-blend-mode:multiply" opacity="0.5" d="M170.066 102.248C170.066 102.248 166.035 100.388 165.513 97.6164C164.99 94.8452 167.409 91.7471 167.409 91.7471C167.409 91.7471 164.455 98.6449 170.066 102.245V102.248Z" fill="url(#paint15_linear_36_5540)"/>
<path style="mix-blend-mode:multiply" opacity="0.5" d="M166.494 74.4757C166.494 74.4757 161.53 71.8823 154.602 73.8059C147.675 75.7296 149.261 78.8245 153.767 81.0021C158.272 83.1765 158.94 86.8587 161.945 86.189C164.949 85.5192 168.286 82.0909 164.449 78.6595C160.612 75.228 157.939 75.8978 157.939 75.8978C157.939 75.8978 162.92 77.2374 164.227 80.0816C165.535 82.9258 163.366 84.5161 161.362 84.7669C159.358 85.0176 158.19 81.3799 155.438 80.3545C152.684 79.3292 150.097 77.6564 151.933 75.9835C153.77 74.3106 160.362 72.6378 166.494 74.4789V74.4757Z" fill="url(#paint16_linear_36_5540)"/>
<path style="mix-blend-mode:multiply" opacity="0.5" d="M163.99 83.4492C163.99 83.4492 162.613 86.4743 161.112 86.2616C159.611 86.0489 158.297 84.4173 157.578 83.573C156.86 82.7254 159.678 84.703 160.988 84.7951C162.739 84.9221 163.99 83.4492 163.99 83.4492Z" fill="url(#paint17_linear_36_5540)"/>
<path style="mix-blend-mode:multiply" opacity="0.5" d="M174.131 85.7697C174.131 85.7697 182.518 84.1317 188.401 86.2681C194.283 88.4044 199.166 92.9214 192.656 94.1785C186.146 95.4323 180.891 100.321 178.136 97.0004C175.382 93.6769 175.967 89.6201 184.31 89.7884C184.31 89.7884 180.223 88.6996 176.8 90.1217C173.378 91.5438 174.796 95.7466 177.218 97.6194C179.637 99.4923 182.224 100.181 187.147 97.6194C192.07 95.0578 196.911 95.1847 197.076 93.1119C197.244 91.0422 195.575 87.2775 190.734 85.6872C185.893 84.0968 177.465 84.2651 174.128 85.7697H174.131Z" fill="url(#paint18_linear_36_5540)"/>
<path style="mix-blend-mode:multiply" opacity="0.5" d="M156.92 117.03C156.92 117.03 148.72 117.519 144.091 113.881C139.459 110.243 139.459 105.349 133.326 106.101C127.193 106.853 121.684 108.736 121.184 113.129C120.684 117.522 123.457 120.385 123.457 120.385C123.457 120.385 120.81 117.897 120.519 114.465C120.228 111.034 120.437 107.898 128.029 105.888C135.621 103.879 137.625 104.298 139.753 107.393C141.881 110.488 145.136 115.7 156.923 117.027L156.92 117.03Z" fill="url(#paint19_linear_36_5540)"/>
<path style="mix-blend-mode:multiply" opacity="0.5" d="M124.964 106.917C124.964 106.917 130.195 105.346 132.946 101.581C135.701 97.8161 138.892 85.6997 135.824 86.2679C132.756 86.8361 125.56 93.426 125.936 96.1242C126.313 98.8223 127.063 100.892 127.063 100.892C127.063 100.892 126.272 96.8765 127.481 94.8671C128.691 92.8578 133.7 87.8392 135.137 88.0265C136.574 88.2137 132.946 99.4477 131.445 101.267C129.945 103.085 124.964 106.917 124.964 106.917Z" fill="url(#paint20_linear_36_5540)"/>
<path style="mix-blend-mode:multiply" opacity="0.5" d="M168.454 101.454C168.454 101.454 162.53 98.2542 156.604 99.2891C150.68 100.327 146.339 103.632 150.721 109.11C154.485 113.821 157.651 114.427 163.471 112.523C169.29 110.618 172.877 113.437 172.877 113.437C172.877 113.437 170.709 110.615 166.494 109.987C162.28 109.358 159.361 107.52 159.361 107.52C159.361 107.52 163.784 110.196 162.366 110.952C160.947 111.704 156.442 113.043 153.187 109.99C149.933 106.936 149.432 104.009 151.851 102.168C154.27 100.327 159.947 99.3176 168.457 101.454H168.454Z" fill="url(#paint21_linear_36_5540)"/>
<path style="mix-blend-mode:multiply" opacity="0.5" d="M174.131 85.7701C174.131 85.7701 179.814 75.1361 190.487 80.3547C201.16 85.5733 206.077 95.7057 206.077 95.7057C206.077 95.7057 205.425 92.9663 203.088 89.284C200.752 85.6018 193.178 79.1611 187.327 77.6533C181.476 76.1487 166.498 74.4727 166.498 74.4727C166.498 74.4727 174.799 75.7265 178.389 76.8978C181.977 78.0692 175.385 79.2405 174.134 85.7669L174.131 85.7701Z" fill="url(#paint22_linear_36_5540)"/>
<path style="mix-blend-mode:multiply" opacity="0.5" d="M158.193 127.432C158.193 127.432 163.531 129.191 171.041 127.851C178.551 126.512 180.219 122.998 176.714 121.576C173.209 120.154 172.124 121.408 167.368 122.414C162.613 123.417 167.45 125.845 167.45 125.845C167.45 125.845 161.026 124.255 165.196 121.998C169.369 119.738 174.124 118.716 177.047 120.389C179.966 122.061 181.767 126.286 185.522 126.874L185.06 127.391C185.06 127.391 183.354 127.407 182.512 126.559C181.669 125.712 180.416 123.766 179.975 124.645C179.535 125.525 175.619 128.61 171.183 128.943C165.332 129.381 161.124 128.439 158.189 127.436L158.193 127.432Z" fill="url(#paint23_linear_36_5540)"/>
<path style="mix-blend-mode:multiply" opacity="0.5" d="M125.104 121.592C125.104 121.592 125.063 116.183 130.071 112.519C135.077 108.856 142.755 117.306 150.683 120.15C158.611 122.995 151.601 125.337 144.632 120.82C139.567 117.535 134.995 114.38 133.076 115.633C131.157 116.887 132.076 120.738 132.076 120.738C132.076 120.738 132.576 116.471 134.494 116.471C136.413 116.471 143.923 122.83 149.597 124.001C155.27 125.172 157.148 122.931 155.27 121.239C154.121 120.201 151.183 120.011 147.678 117.738C144.173 115.465 136.245 109.526 132.49 109.986C128.735 110.447 124.619 113.754 124.008 120.842C124.008 120.842 124.926 121.484 125.104 121.592Z" fill="url(#paint24_linear_36_5540)"/>
<path style="mix-blend-mode:multiply" opacity="0.5" d="M168.454 101.454C168.454 101.454 162.112 98.2541 162.112 93.9275C162.112 89.5978 159.985 88.2804 154.666 84.2649C149.347 80.2494 144.012 78.767 150.559 71.666L149.6 71.9803C149.6 71.9803 146.814 74.0118 146.592 77.0719C146.465 78.8082 148.314 80.4399 150.534 82.1953C152.753 83.9507 158.389 87.8106 159.703 89.6612C161.017 91.5119 159.887 94.7211 162.207 97.3177C165.408 100.895 168.454 101.457 168.454 101.457V101.454Z" fill="url(#paint25_linear_36_5540)"/>
<path style="mix-blend-mode:multiply" opacity="0.5" d="M188.774 105.222C188.774 105.222 192.216 102.396 196.098 100.828C199.979 99.2602 207.315 102.771 207.315 102.771L207.217 101.46C207.217 101.46 200.375 98.2381 196.411 99.8252C192.447 101.416 188.774 105.222 188.774 105.222Z" fill="url(#paint26_linear_36_5540)"/>
<path style="mix-blend-mode:multiply" opacity="0.5" d="M172.503 79.3672C172.503 79.3672 177.468 82.7986 172.947 87.1348C172.947 87.1348 173.963 82.7986 172.503 79.3672Z" fill="url(#paint27_linear_36_5540)"/>
<path style="mix-blend-mode:multiply" opacity="0.5" d="M136.4 86.3379C136.945 86.5474 137.705 89.0329 135.327 93.3405C135.327 93.3405 136.369 88.7853 135.14 88.0267C134.453 87.6045 131.452 90.4137 131.452 90.4137C131.452 90.4137 134.659 85.665 136.4 86.3347V86.3379Z" fill="url(#paint28_linear_36_5540)"/>
<path style="mix-blend-mode:multiply" opacity="0.5" d="M194.704 89.0012C194.704 89.0012 197.912 91.5439 196.921 93.6199C196.348 94.8229 193.562 95.1499 193.562 95.1499C193.562 95.1499 195.657 93.8008 195.752 92.3565C195.847 90.9122 194.704 88.998 194.704 88.998V89.0012Z" fill="url(#paint29_linear_36_5540)"/>
<path style="mix-blend-mode:multiply" opacity="0.2" d="M192.656 94.1756C186.146 95.4295 180.891 100.318 178.136 96.9976C176.648 95.2009 176.135 93.1915 177.297 91.7472C177.645 94.2137 180.891 96.058 184.145 94.4264C187.4 92.7948 191.842 93.674 192.783 91.2266C193.72 88.7792 191.225 87.5127 191.225 87.5127C195.6 89.8236 198.076 93.1312 192.659 94.1756H192.656Z" fill="url(#paint30_linear_36_5540)"/>
<path style="mix-blend-mode:multiply" opacity="0.2" d="M148.178 96.1021C147.485 95.572 147.051 91.766 146.902 90.2011C146.902 90.2106 147.387 92.3786 148.938 92.4612C150.486 92.5437 151.243 89.4233 151.246 89.4043C151.373 91.1756 151.379 92.8834 151.433 93.8833C151.56 96.2259 149.055 96.7687 148.178 96.099V96.1021Z" fill="url(#paint31_linear_36_5540)"/>
<path style="mix-blend-mode:multiply" opacity="0.2" d="M162.362 110.952C160.944 111.704 156.439 113.044 153.184 109.99C149.929 106.936 149.429 104.01 151.848 102.168C151.164 103.829 152.661 105.847 155.666 106.308C158.671 106.768 159.358 107.52 159.358 107.52C159.358 107.52 159.374 107.53 159.399 107.546C159.833 107.812 163.702 110.241 162.362 110.952Z" fill="url(#paint32_linear_36_5540)"/>
<path style="mix-blend-mode:multiply" opacity="0.2" d="M150.724 109.11C154.488 113.821 157.654 114.427 163.474 112.523C168.742 110.796 172.181 112.945 172.785 113.367C168.106 113.084 160.279 116.116 157.484 115.697C154.542 115.259 151.724 112.561 148.219 107.917C144.715 103.273 143.901 99.1936 143.214 93.6735C143.033 92.2165 143.014 90.8261 143.1 89.5469C143.1 89.6643 143.157 90.7119 144.464 95.7051C145.87 101.06 149.53 102.92 149.53 102.92C148.536 104.514 148.701 106.58 150.724 109.11Z" fill="url(#paint33_linear_36_5540)"/>
<path style="mix-blend-mode:multiply" opacity="0.2" d="M162.113 93.9243C162.113 90.4103 160.71 88.8803 157.335 86.2774C158.057 86.8075 160.659 88.5121 165.054 89.2168C170.174 90.0389 172.358 86.2869 172.45 86.125C171.82 87.4106 170.728 88.5406 169.287 89.7818C166.282 92.3752 163.446 97.051 167.201 100.317C167.691 100.743 168.239 101.146 168.831 101.524L168.825 101.549L168.451 101.451C168.451 101.451 162.109 98.2509 162.109 93.9243H162.113Z" fill="url(#paint34_linear_36_5540)"/>
<path style="mix-blend-mode:screen" opacity="0.7" d="M199.957 97.4382C196.766 96.9398 194.448 97.0604 191.279 99.5713C188.106 102.082 180.071 105.218 174.847 101.663C169.623 98.1079 172.709 95.5653 175.341 97.2763C177.968 98.9872 179.852 102.301 186.925 99.2888C192.235 97.0255 194.742 95.5431 198.706 96.3652C202.67 97.1874 202.629 97.8572 199.957 97.4382Z" fill="url(#paint35_linear_36_5540)"/>
<path style="mix-blend-mode:screen" opacity="0.7" d="M154.767 91.026C156.363 91.4292 158.389 91.9783 159.057 93.7877C159.725 95.597 160.691 90.3721 158.171 88.5056C155.651 86.6359 153.802 87.8803 153.615 88.9214C153.428 89.9626 153.732 90.7626 154.767 91.026Z" fill="url(#paint36_linear_36_5540)"/>
<path style="mix-blend-mode:screen" opacity="0.7" d="M141.83 83.5729C140.89 88.6296 140.209 96.8098 142.9 102.301C145.592 107.793 147.58 113.253 143.049 107.917C138.519 102.584 138.082 95.6798 139.145 88.9978C140.209 82.3159 142.274 81.1953 141.83 83.5697V83.5729Z" fill="url(#paint37_linear_36_5540)"/>
<path style="mix-blend-mode:screen" opacity="0.7" d="M193.824 79.0339C188.065 76.1484 180.014 73.428 166.684 72.8757C157.271 72.4853 154.479 71.1489 159.019 70.3966C163.556 69.6442 180.599 69.8728 193.827 79.0339H193.824Z" fill="url(#paint38_linear_36_5540)"/>
<path style="mix-blend-mode:screen" opacity="0.7" d="M170.667 106.308C170.667 106.308 163.24 102.825 158.484 102.644C153.729 102.46 156.86 100.311 161.039 100.886C165.18 101.457 169.531 104.663 170.667 106.311V106.308Z" fill="url(#paint39_linear_36_5540)"/>
<path style="mix-blend-mode:color-dodge" opacity="0.35" d="M189.86 91.7501C189.86 91.7501 187.274 91.766 185.019 92.8262C182.765 93.8864 180.178 93.9944 179.764 92.2866C179.349 90.5788 184.269 89.3186 189.86 91.7469V91.7501Z" fill="url(#paint40_linear_36_5540)"/>
<path style="mix-blend-mode:screen" opacity="0.7" d="M157.917 76.5229C157.917 76.5229 162.337 77.1419 163.382 80.2464C164.117 82.4335 162.198 84.1286 161.198 83.2525C160.197 82.3732 160.938 79.0751 157.917 76.5229Z" fill="url(#paint41_linear_36_5540)"/>
<path style="mix-blend-mode:color-dodge" opacity="0.7" d="M181.546 93.6005C181.546 93.6005 180.185 93.8957 179.542 92.9847C178.899 92.0736 180.394 91.1309 180.394 91.1309C180.394 91.1309 180.181 92.553 181.543 93.6005H181.546Z" fill="url(#paint42_linear_36_5540)"/>
<path style="mix-blend-mode:color-dodge" opacity="0.7" d="M161.109 77.6562C161.109 77.6562 163.544 78.9609 163.708 81.1575C163.924 84.0271 162.458 83.9509 162.113 82.0051C161.767 80.0592 161.669 78.6117 161.109 77.6562Z" fill="url(#paint43_linear_36_5540)"/>
<path style="mix-blend-mode:color-dodge" opacity="0.7" d="M167.753 71.2151C167.77 70.8807 166.17 70.5254 164.18 70.4215C162.189 70.3176 160.561 70.5045 160.544 70.8389C160.526 71.1733 162.126 71.5286 164.117 71.6325C166.107 71.7364 167.735 71.5495 167.753 71.2151Z" fill="url(#paint44_linear_36_5540)"/>
<path d="M156.689 65.3016C156.892 65.3016 156.892 64.9873 156.689 64.9873C156.486 64.9873 156.486 65.3016 156.689 65.3016Z" fill="url(#paint45_linear_36_5540)"/>
<path style="mix-blend-mode:color-dodge" opacity="0.7" d="M155.889 89.112C156.007 88.4136 155.564 87.7564 154.9 87.644C154.236 87.5317 153.603 88.0068 153.485 88.7052C153.368 89.4036 153.811 90.0608 154.474 90.1731C155.138 90.2854 155.772 89.8104 155.889 89.112Z" fill="url(#paint46_linear_36_5540)"/>
<path style="mix-blend-mode:color-dodge" opacity="0.7" d="M201.353 97.7338C201.353 97.7338 197.481 96.7974 194.673 97.6322C194.673 97.6322 196.952 95.9339 200.039 96.4577C203.126 96.9815 202.689 98.1528 201.353 97.7338Z" fill="url(#paint47_linear_36_5540)"/>
<path opacity="0.7" d="M122.387 99.0483C119.243 106.803 126.709 103.264 126.709 103.264C126.709 103.264 124.461 96.3026 125.696 93.8425C126.93 91.3824 130.73 87.4589 136.615 84.5671C136.615 84.5671 141.026 77.136 142.761 75.5679C142.761 75.5679 129.295 82.0086 122.387 99.0515V99.0483Z" fill="url(#paint48_linear_36_5540)"/>
<path opacity="0.7" d="M123.207 119.24C123.207 119.24 121.048 113.863 122.834 110.876C124.622 107.889 133.735 106.095 135.223 106.479C136.714 106.863 137.657 110.098 137.657 110.098C137.657 110.098 134.07 108.485 131.449 109.304C128.346 110.276 124.546 111.768 123.204 119.237L123.207 119.24Z" fill="url(#paint49_linear_36_5540)"/>
<path opacity="0.7" d="M131.195 119.399C131.195 119.399 127.254 113.421 131.791 112.041C136.331 110.66 143.046 119.399 143.046 119.399C143.046 119.399 137.759 115.532 134.713 114.863C131.667 114.19 130.996 117.786 131.192 119.399H131.195Z" fill="url(#paint50_linear_36_5540)"/>
<path opacity="0.7" d="M127.602 97.766C127.602 97.766 127.706 95.8868 128.533 94.4044C129.359 92.922 134.007 89.1382 134.007 89.1382C134.007 89.1382 130.99 95.1123 127.599 97.766H127.602Z" fill="url(#paint51_linear_36_5540)"/>
<path d="M97.6729 68.0971C81.6935 56.3711 68.171 70.7127 68.171 70.7127C68.171 70.7127 54.6486 56.3711 38.6692 68.0971C23.3896 79.3088 24.8143 121.127 68.171 138.605C111.528 121.127 112.952 79.3088 97.6729 68.0971Z" fill="url(#paint52_linear_36_5540)"/>
<path style="mix-blend-mode:multiply" d="M68.1742 138.605C111.531 121.127 112.956 79.3083 97.676 68.0966C92.4171 64.2366 87.4242 63.2018 83.0929 63.5478C85.0939 63.4176 93.4778 63.5605 95.0513 74.7246C96.8402 87.4219 83.5774 115.953 61.3038 118.718C42.1076 121.098 33.9707 107.82 33.6826 107.338C38.8972 119.343 49.7443 131.174 68.1774 138.605H68.1742Z" fill="url(#paint53_linear_36_5540)"/>
<path style="mix-blend-mode:color-dodge" opacity="0.7" d="M45.4319 66.7002C45.4319 66.7002 35.3384 69.5317 32.359 82.6448C29.3797 95.7579 36.6428 108.912 36.6428 108.912C36.6428 108.912 35.1515 93.2185 45.4319 66.7002Z" fill="url(#paint54_linear_36_5540)"/>
<path opacity="0.7" d="M61.5225 133.901C61.5225 133.901 78.8791 133.066 94.5387 113.566C94.5387 113.566 87.0002 126.933 69.1211 137.259C69.1211 137.259 64.4828 136.307 61.5225 133.897V133.901Z" fill="url(#paint55_linear_36_5540)"/>
<path style="mix-blend-mode:multiply" d="M63.3109 71.2169C68.3766 78.6861 75.4529 81.1494 75.4529 81.1494C75.4529 81.1494 79.743 63.1256 72.5971 67.2173C69.8014 68.9822 68.174 70.7091 68.174 70.7091C68.174 70.7091 60.6165 62.6939 50.124 63.551C50.2507 63.5541 58.2863 63.8049 63.314 71.2138L63.3109 71.2169Z" fill="url(#paint56_linear_36_5540)"/>
<path style="mix-blend-mode:color-dodge" opacity="0.7" d="M45.4316 146.737C45.4316 146.737 83.425 133.897 97.2799 110.807C111.135 87.717 102.643 68.4742 91.0236 58.7068C79.4008 48.9426 82.7158 36.1787 86.7019 29.411C91.9925 20.4372 88.1931 12.895 88.1931 12.895C88.1931 12.895 92.3661 15.1202 91.4701 25.459C90.5772 35.7978 94.4494 42.4765 103.612 45.3493C103.612 45.3493 93.8161 49.7997 100.297 58.7418C106.778 67.6807 117.505 93.1324 108.754 107.503C98.9801 123.549 102.944 130.507 110.543 135.103C110.543 135.103 108.456 128.713 109.799 124.765C109.799 124.765 124.512 133.811 116.485 146.737C116.485 146.737 110.695 138.874 98.8471 137.043C87.0027 135.211 82.8677 133.272 82.8677 133.272C82.8677 133.272 85.7742 138.335 95.6082 141.242C95.6082 141.242 87.8987 147.705 73.705 143.934C59.5145 140.163 54.5975 146.734 54.5975 146.734H45.4348L45.4316 146.737Z" fill="url(#paint57_linear_36_5540)"/>
<path style="mix-blend-mode:color-dodge" opacity="0.7" d="M124.005 146.737C124.005 146.737 129.593 136.399 120.44 122.755C111.287 109.112 118.981 100.579 119.604 85.8188C120.228 71.0582 114.716 62.4399 114.716 62.4399C114.716 62.4399 120.443 82.9556 108.906 101.205C98.901 117.029 91.3245 130.65 110.397 139.985C110.397 139.985 111.553 135.979 116.489 137.364C122.428 139.033 124.011 146.734 124.011 146.734L124.005 146.737Z" fill="url(#paint58_linear_36_5540)"/>
<path d="M78.3594 16.9895C78.3594 16.9895 81.307 11.5011 75.5288 7.45387C72.3437 5.22549 65.5303 6.22223 65.5303 6.22223C65.5303 6.22223 72.8756 14.6024 78.3594 16.9864V16.9895Z" fill="url(#paint59_linear_36_5540)"/>
<path style="mix-blend-mode:color-dodge" opacity="0.7" d="M64.2039 55.1892C64.2039 55.1892 76.3839 60.4681 85.6574 55.1892C85.6574 55.1892 86.6611 50.0087 79.0592 44.0949C71.4574 38.1811 74.5222 30.7278 82.9219 24.2236C82.9219 24.2236 78.4988 34.7179 83.4981 43.1966C89.3839 53.1766 89.7544 64.5217 89.7544 64.5217C89.7544 64.5217 72.917 62.9408 64.2007 55.186L64.2039 55.1892Z" fill="url(#paint60_linear_36_5540)"/>
<path style="mix-blend-mode:color-dodge" opacity="0.7" d="M86.5534 11.8916C86.5534 11.8916 89.4599 16.2722 86.107 20.8654C82.7541 25.4618 73.5818 32.5533 75.225 39.2733C76.8683 45.9965 85.2869 44.6316 86.851 55.402C86.851 55.402 85.4358 45.2061 81.3768 40.7557C77.3178 36.3053 88.6367 25.4841 89.7575 21.2971C89.7575 21.2971 90.2799 14.5485 86.5534 11.8916Z" fill="url(#paint61_linear_36_5540)"/>
<path d="M100.589 35.4418C100.589 35.4418 97.8786 33.661 100.589 29.6265C100.589 29.6265 103.666 31.8802 100.589 35.4418Z" fill="url(#paint62_linear_36_5540)"/>
<path d="M38.1529 54.072C38.1529 54.072 25.5518 58.97 23.7661 51.5516C23.7661 51.5516 24.0447 50.4723 27.3058 49.7041C27.3058 49.7041 31.1906 53.9387 38.1529 54.072Z" fill="url(#paint63_linear_36_5540)"/>
<path d="M21.5943 90.1573C21.5943 90.1573 17.2725 87.5004 18.0197 80.9676C18.7669 74.4349 16.6045 70.8447 16.6045 70.8447C16.6045 70.8447 20.6255 74.6507 22.0407 81.1137C22.0407 81.1137 19.5838 84.561 21.5943 90.1605V90.1573Z" fill="url(#paint64_linear_36_5540)"/>
<path d="M39.5493 16.6434C39.5493 16.6434 37.3299 14.5769 38.4919 11.4438C38.4919 11.4438 41.5123 13.5326 42.2089 17.2656L39.5493 16.6434Z" fill="url(#paint65_linear_36_5540)"/>
<path style="mix-blend-mode:color-dodge" opacity="0.7" d="M114.738 118.485C114.738 118.485 125.047 121.945 128.577 125.897L126.614 125.875C126.614 125.875 128.916 131.706 125.703 139.896C125.703 139.896 122.489 128.304 114.738 118.485Z" fill="url(#paint66_linear_36_5540)"/>
<path style="mix-blend-mode:color-dodge" opacity="0.7" d="M159.811 146.81C159.811 146.81 174.163 136.938 191.035 132.199L179.384 141.569L185.529 140.922L187.328 138.338C187.328 138.338 207.578 132.523 218.416 130.475C218.416 130.475 201.024 135.967 184.801 144.801C184.801 144.801 174.261 142.645 168.458 146.74L159.814 146.813L159.811 146.81Z" fill="url(#paint67_linear_36_5540)"/>
<path d="M187.324 36.2321L199.789 7.29492C199.789 7.29492 199.492 17.9226 198.523 20.7953L187.324 36.2321Z" fill="url(#paint68_linear_36_5540)"/>
<path d="M159.637 43.3428L151.703 36.8799L154.049 35.4419L159.637 43.3428Z" fill="url(#paint69_linear_36_5540)"/>
<path d="M192.042 48.2246L195.097 43.917C195.097 43.917 199.194 42.0505 202.101 41.9775L192.045 48.2246H192.042Z" fill="url(#paint70_linear_36_5540)"/>
<path d="M225.34 100.932C225.34 100.932 226.084 90.755 227.724 85.4284L232.267 82.543L225.34 100.932Z" fill="url(#paint71_linear_36_5540)"/>
<path d="M114.713 27.0232L110.803 18.9985C110.803 18.9985 111.753 18.0843 113.374 17.3828L114.716 27.0232H114.713Z" fill="url(#paint72_linear_36_5540)"/>
<path d="M229.139 125.723C229.139 125.723 233.679 126.088 235.395 124.497V121.605L229.139 125.723Z" fill="url(#paint73_linear_36_5540)"/>
<defs>
<linearGradient id="paint0_linear_36_5540" x1="123.125" y1="44.6187" x2="216.449" y2="187.525" gradientUnits="userSpaceOnUse">
<stop stop-color="#95EBF5"/>
<stop offset="0.63" stop-color="#69ECF2"/>
<stop offset="1" stop-color="#55EDF2"/>
</linearGradient>
<linearGradient id="paint1_linear_36_5540" x1="174.375" y1="14.9039" x2="164.98" y2="153.517" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF9500" stop-opacity="0"/>
<stop offset="0.11" stop-color="#FE9B01" stop-opacity="0.08"/>
<stop offset="0.34" stop-color="#FEAD04" stop-opacity="0.29"/>
<stop offset="0.67" stop-color="#FDCA0A" stop-opacity="0.63"/>
<stop offset="1" stop-color="#FCEA10"/>
</linearGradient>
<linearGradient id="paint2_linear_36_5540" x1="99.164" y1="91.5544" x2="142.541" y2="116.151" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF9500"/>
<stop offset="0.11" stop-color="#FF8F01" stop-opacity="0.92"/>
<stop offset="0.34" stop-color="#FF8203" stop-opacity="0.71"/>
<stop offset="0.66" stop-color="#FF6C08" stop-opacity="0.38"/>
<stop offset="1" stop-color="#FF540D" stop-opacity="0"/>
</linearGradient>
<linearGradient id="paint3_linear_36_5540" x1="177.984" y1="32.1121" x2="106.963" y2="166.641" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF9500" stop-opacity="0"/>
<stop offset="0.11" stop-color="#FE9B01" stop-opacity="0.08"/>
<stop offset="0.34" stop-color="#FEAD04" stop-opacity="0.29"/>
<stop offset="0.67" stop-color="#FDCA0A" stop-opacity="0.63"/>
<stop offset="1" stop-color="#FCEA10"/>
</linearGradient>
<linearGradient id="paint4_linear_36_5540" x1="162.347" y1="91.3739" x2="212.994" y2="154.929" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF9500" stop-opacity="0"/>
<stop offset="0.11" stop-color="#FE9B01" stop-opacity="0.08"/>
<stop offset="0.34" stop-color="#FEAD04" stop-opacity="0.29"/>
<stop offset="0.67" stop-color="#FDCA0A" stop-opacity="0.63"/>
<stop offset="1" stop-color="#FCEA10"/>
</linearGradient>
<linearGradient id="paint5_linear_36_5540" x1="52.8406" y1="41.3563" x2="115.211" y2="178.731" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF9500"/>
<stop offset="0.36" stop-color="#FF8004"/>
<stop offset="1" stop-color="#FF540D"/>
</linearGradient>
<linearGradient id="paint6_linear_36_5540" x1="66.3282" y1="51.8919" x2="90.773" y2="154.819" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF9500" stop-opacity="0"/>
<stop offset="0.11" stop-color="#FE9B01" stop-opacity="0.08"/>
<stop offset="0.34" stop-color="#FEAD04" stop-opacity="0.29"/>
<stop offset="0.67" stop-color="#FDCA0A" stop-opacity="0.63"/>
<stop offset="1" stop-color="#FCEA10"/>
</linearGradient>
<linearGradient id="paint7_linear_36_5540" x1="30.282" y1="81.8663" x2="85.4324" y2="204.657" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF9500" stop-opacity="0"/>
<stop offset="0.11" stop-color="#FE9B01" stop-opacity="0.08"/>
<stop offset="0.34" stop-color="#FEAD04" stop-opacity="0.29"/>
<stop offset="0.67" stop-color="#FDCA0A" stop-opacity="0.63"/>
<stop offset="1" stop-color="#FCEA10"/>
</linearGradient>
<linearGradient id="paint8_linear_36_5540" x1="28.6294" y1="79.2822" x2="92.9459" y2="166.353" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF9500" stop-opacity="0"/>
<stop offset="0.11" stop-color="#FE9B01" stop-opacity="0.08"/>
<stop offset="0.34" stop-color="#FEAD04" stop-opacity="0.29"/>
<stop offset="0.67" stop-color="#FDCA0A" stop-opacity="0.63"/>
<stop offset="1" stop-color="#FCEA10"/>
</linearGradient>
<linearGradient id="paint9_linear_36_5540" x1="147.456" y1="80.9323" x2="185.138" y2="137.307" gradientUnits="userSpaceOnUse">
<stop stop-color="#55EDF2"/>
<stop offset="0.65" stop-color="#3FBDE6"/>
<stop offset="1" stop-color="#36A9E1"/>
</linearGradient>
<linearGradient id="paint10_linear_36_5540" x1="222.357" y1="114.011" x2="152.503" y2="102.022" gradientUnits="userSpaceOnUse">
<stop stop-color="#1E1F5E"/>
<stop offset="0.18" stop-color="#1F2061" stop-opacity="0.95"/>
<stop offset="0.4" stop-color="#22246D" stop-opacity="0.79"/>
<stop offset="0.64" stop-color="#282A7F" stop-opacity="0.54"/>
<stop offset="0.89" stop-color="#303399" stop-opacity="0.18"/>
<stop offset="1" stop-color="#3538A7" stop-opacity="0"/>
</linearGradient>
<linearGradient id="paint11_linear_36_5540" x1="145.566" y1="135.035" x2="166.316" y2="80.1042" gradientUnits="userSpaceOnUse">
<stop stop-color="#1E1F5E"/>
<stop offset="0.18" stop-color="#1F2061" stop-opacity="0.95"/>
<stop offset="0.4" stop-color="#22246D" stop-opacity="0.79"/>
<stop offset="0.64" stop-color="#282A7F" stop-opacity="0.54"/>
<stop offset="0.89" stop-color="#303399" stop-opacity="0.18"/>
<stop offset="1" stop-color="#3538A7" stop-opacity="0"/>
</linearGradient>
<linearGradient id="paint12_linear_36_5540" x1="192.909" y1="139.165" x2="118.67" y2="65.7131" gradientUnits="userSpaceOnUse">
<stop stop-color="#1E1F5E"/>
<stop offset="0.18" stop-color="#1F2061" stop-opacity="0.95"/>
<stop offset="0.4" stop-color="#22246D" stop-opacity="0.79"/>
<stop offset="0.64" stop-color="#282A7F" stop-opacity="0.54"/>
<stop offset="0.89" stop-color="#303399" stop-opacity="0.18"/>
<stop offset="1" stop-color="#3538A7" stop-opacity="0"/>
</linearGradient>
<linearGradient id="paint13_linear_36_5540" x1="150.046" y1="97.0637" x2="144.861" y2="92.3727" gradientUnits="userSpaceOnUse">
<stop stop-color="#1E1F5E"/>
<stop offset="0.18" stop-color="#1F2061" stop-opacity="0.95"/>
<stop offset="0.4" stop-color="#22246D" stop-opacity="0.79"/>
<stop offset="0.64" stop-color="#282A7F" stop-opacity="0.54"/>
<stop offset="0.89" stop-color="#303399" stop-opacity="0.18"/>
<stop offset="1" stop-color="#3538A7" stop-opacity="0"/>
</linearGradient>
<linearGradient id="paint14_linear_36_5540" x1="200.175" y1="119.1" x2="136.554" y2="57.3308" gradientUnits="userSpaceOnUse">
<stop stop-color="#1E1F5E"/>
<stop offset="0.18" stop-color="#1F2061" stop-opacity="0.95"/>
<stop offset="0.4" stop-color="#22246D" stop-opacity="0.79"/>
<stop offset="0.64" stop-color="#282A7F" stop-opacity="0.54"/>
<stop offset="0.89" stop-color="#303399" stop-opacity="0.18"/>
<stop offset="1" stop-color="#3538A7" stop-opacity="0"/>
</linearGradient>
<linearGradient id="paint15_linear_36_5540" x1="172.624" y1="101.222" x2="160.718" y2="89.6638" gradientUnits="userSpaceOnUse">
<stop stop-color="#1E1F5E"/>
<stop offset="0.18" stop-color="#1F2061" stop-opacity="0.95"/>
<stop offset="0.4" stop-color="#22246D" stop-opacity="0.79"/>
<stop offset="0.64" stop-color="#282A7F" stop-opacity="0.54"/>
<stop offset="0.89" stop-color="#303399" stop-opacity="0.18"/>
<stop offset="1" stop-color="#3538A7" stop-opacity="0"/>
</linearGradient>
<linearGradient id="paint16_linear_36_5540" x1="185.266" y1="94.8612" x2="143.407" y2="67.1762" gradientUnits="userSpaceOnUse">
<stop stop-color="#1E1F5E"/>
<stop offset="0.18" stop-color="#1F2061" stop-opacity="0.95"/>
<stop offset="0.4" stop-color="#22246D" stop-opacity="0.79"/>
<stop offset="0.64" stop-color="#282A7F" stop-opacity="0.54"/>
<stop offset="0.89" stop-color="#303399" stop-opacity="0.18"/>
<stop offset="1" stop-color="#3538A7" stop-opacity="0"/>
</linearGradient>
<linearGradient id="paint17_linear_36_5540" x1="167.108" y1="85.3918" x2="155.007" y2="83.977" gradientUnits="userSpaceOnUse">
<stop stop-color="#0C5DA5" stop-opacity="0"/>
<stop offset="0.27" stop-color="#14529D" stop-opacity="0.24"/>
<stop offset="0.87" stop-color="#2A3989" stop-opacity="0.86"/>
<stop offset="1" stop-color="#2F3485"/>
</linearGradient>
<linearGradient id="paint18_linear_36_5540" x1="209.041" y1="95.007" x2="164.972" y2="89.856" gradientUnits="userSpaceOnUse">
<stop stop-color="#0C5DA5" stop-opacity="0"/>
<stop offset="0.27" stop-color="#14529D" stop-opacity="0.24"/>
<stop offset="0.87" stop-color="#2A3989" stop-opacity="0.86"/>
<stop offset="1" stop-color="#2F3485"/>
</linearGradient>
<linearGradient id="paint19_linear_36_5540" x1="175.752" y1="117.97" x2="107.236" y2="109.957" gradientUnits="userSpaceOnUse">
<stop stop-color="#0C5DA5" stop-opacity="0"/>
<stop offset="0.27" stop-color="#14529D" stop-opacity="0.24"/>
<stop offset="0.87" stop-color="#2A3989" stop-opacity="0.86"/>
<stop offset="1" stop-color="#2F3485"/>
</linearGradient>
<linearGradient id="paint20_linear_36_5540" x1="141.365" y1="97.8573" x2="122.167" y2="95.6119" gradientUnits="userSpaceOnUse">
<stop stop-color="#0C5DA5" stop-opacity="0"/>
<stop offset="0.27" stop-color="#14529D" stop-opacity="0.24"/>
<stop offset="0.87" stop-color="#2A3989" stop-opacity="0.86"/>
<stop offset="1" stop-color="#2F3485"/>
</linearGradient>
<linearGradient id="paint21_linear_36_5540" x1="186.112" y1="109.504" x2="139.912" y2="104.1" gradientUnits="userSpaceOnUse">
<stop stop-color="#0C5DA5" stop-opacity="0"/>
<stop offset="0.27" stop-color="#14529D" stop-opacity="0.24"/>
<stop offset="0.87" stop-color="#2A3989" stop-opacity="0.86"/>
<stop offset="1" stop-color="#2F3485"/>
</linearGradient>
<linearGradient id="paint22_linear_36_5540" x1="228.268" y1="90.0237" x2="150.402" y2="80.9188" gradientUnits="userSpaceOnUse">
<stop stop-color="#0C5DA5" stop-opacity="0"/>
<stop offset="0.27" stop-color="#14529D" stop-opacity="0.24"/>
<stop offset="0.87" stop-color="#2A3989" stop-opacity="0.86"/>
<stop offset="1" stop-color="#2F3485"/>
</linearGradient>
<linearGradient id="paint23_linear_36_5540" x1="199.381" y1="127.737" x2="148.906" y2="121.835" gradientUnits="userSpaceOnUse">
<stop stop-color="#0C5DA5" stop-opacity="0"/>
<stop offset="0.27" stop-color="#14529D" stop-opacity="0.24"/>
<stop offset="0.87" stop-color="#2A3989" stop-opacity="0.86"/>
<stop offset="1" stop-color="#2F3485"/>
</linearGradient>
<linearGradient id="paint24_linear_36_5540" x1="172.646" y1="120.89" x2="113.072" y2="113.923" gradientUnits="userSpaceOnUse">
<stop stop-color="#0C5DA5" stop-opacity="0"/>
<stop offset="0.27" stop-color="#14529D" stop-opacity="0.24"/>
<stop offset="0.87" stop-color="#2A3989" stop-opacity="0.86"/>
<stop offset="1" stop-color="#2F3485"/>
</linearGradient>
<linearGradient id="paint25_linear_36_5540" x1="182.534" y1="89.2645" x2="136.774" y2="83.9146" gradientUnits="userSpaceOnUse">
<stop stop-color="#0C5DA5" stop-opacity="0"/>
<stop offset="0.27" stop-color="#14529D" stop-opacity="0.24"/>
<stop offset="0.87" stop-color="#2A3989" stop-opacity="0.86"/>
<stop offset="1" stop-color="#2F3485"/>
</linearGradient>
<linearGradient id="paint26_linear_36_5540" x1="216.408" y1="104.907" x2="182.617" y2="100.957" gradientUnits="userSpaceOnUse">
<stop stop-color="#0C5DA5" stop-opacity="0"/>
<stop offset="0.27" stop-color="#14529D" stop-opacity="0.24"/>
<stop offset="0.87" stop-color="#2A3989" stop-opacity="0.86"/>
<stop offset="1" stop-color="#2F3485"/>
</linearGradient>
<linearGradient id="paint27_linear_36_5540" x1="176.296" y1="83.6716" x2="171.034" y2="83.0557" gradientUnits="userSpaceOnUse">
<stop stop-color="#0C5DA5" stop-opacity="0"/>
<stop offset="0.27" stop-color="#14529D" stop-opacity="0.24"/>
<stop offset="0.87" stop-color="#2A3989" stop-opacity="0.86"/>
<stop offset="1" stop-color="#2F3485"/>
</linearGradient>
<linearGradient id="paint28_linear_36_5540" x1="139.459" y1="90.2455" x2="129.678" y2="89.1023" gradientUnits="userSpaceOnUse">
<stop stop-color="#0C5DA5" stop-opacity="0"/>
<stop offset="0.27" stop-color="#14529D" stop-opacity="0.24"/>
<stop offset="0.87" stop-color="#2A3989" stop-opacity="0.86"/>
<stop offset="1" stop-color="#2F3485"/>
</linearGradient>
<linearGradient id="paint29_linear_36_5540" x1="198.824" y1="92.6263" x2="192.744" y2="91.9157" gradientUnits="userSpaceOnUse">
<stop stop-color="#0C5DA5" stop-opacity="0"/>
<stop offset="0.27" stop-color="#14529D" stop-opacity="0.24"/>
<stop offset="0.87" stop-color="#2A3989" stop-opacity="0.86"/>
<stop offset="1" stop-color="#2F3485"/>
</linearGradient>
<linearGradient id="paint30_linear_36_5540" x1="186.178" y1="105.438" x2="186.264" y2="67.1208" gradientUnits="userSpaceOnUse">
<stop stop-color="#1E1F5E"/>
<stop offset="0.18" stop-color="#1F2061" stop-opacity="0.95"/>
<stop offset="0.4" stop-color="#22246D" stop-opacity="0.79"/>
<stop offset="0.64" stop-color="#282A7F" stop-opacity="0.54"/>
<stop offset="0.89" stop-color="#303399" stop-opacity="0.18"/>
<stop offset="1" stop-color="#3538A7" stop-opacity="0"/>
</linearGradient>
<linearGradient id="paint31_linear_36_5540" x1="149.138" y1="106.622" x2="149.22" y2="69.8282" gradientUnits="userSpaceOnUse">
<stop stop-color="#1E1F5E"/>
<stop offset="0.18" stop-color="#1F2061" stop-opacity="0.95"/>
<stop offset="0.4" stop-color="#22246D" stop-opacity="0.79"/>
<stop offset="0.64" stop-color="#282A7F" stop-opacity="0.54"/>
<stop offset="0.89" stop-color="#303399" stop-opacity="0.18"/>
<stop offset="1" stop-color="#3538A7" stop-opacity="0"/>
</linearGradient>
<linearGradient id="paint32_linear_36_5540" x1="156.372" y1="161.916" x2="156.713" y2="6.20866" gradientUnits="userSpaceOnUse">
<stop stop-color="#1E1F5E"/>
<stop offset="0.18" stop-color="#1F2061" stop-opacity="0.95"/>
<stop offset="0.4" stop-color="#22246D" stop-opacity="0.79"/>
<stop offset="0.64" stop-color="#282A7F" stop-opacity="0.54"/>
<stop offset="0.89" stop-color="#303399" stop-opacity="0.18"/>
<stop offset="1" stop-color="#3538A7" stop-opacity="0"/>
</linearGradient>
<linearGradient id="paint33_linear_36_5540" x1="157.787" y1="161.918" x2="158.128" y2="6.21136" gradientUnits="userSpaceOnUse">
<stop stop-color="#1E1F5E"/>
<stop offset="0.18" stop-color="#1F2061" stop-opacity="0.95"/>
<stop offset="0.4" stop-color="#22246D" stop-opacity="0.79"/>
<stop offset="0.64" stop-color="#282A7F" stop-opacity="0.54"/>
<stop offset="0.89" stop-color="#303399" stop-opacity="0.18"/>
<stop offset="1" stop-color="#3538A7" stop-opacity="0"/>
</linearGradient>
<linearGradient id="paint34_linear_36_5540" x1="164.861" y1="101.546" x2="164.896" y2="86.1123" gradientUnits="userSpaceOnUse">
<stop stop-color="#1E1F5E"/>
<stop offset="0.18" stop-color="#1F2061" stop-opacity="0.95"/>
<stop offset="0.4" stop-color="#22246D" stop-opacity="0.79"/>
<stop offset="0.64" stop-color="#282A7F" stop-opacity="0.54"/>
<stop offset="0.89" stop-color="#303399" stop-opacity="0.18"/>
<stop offset="1" stop-color="#3538A7" stop-opacity="0"/>
</linearGradient>
<linearGradient id="paint35_linear_36_5540" x1="227.357" y1="128.328" x2="166.755" y2="83.8147" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF9500"/>
<stop offset="0.11" stop-color="#FF9A0D" stop-opacity="0.92"/>
<stop offset="0.34" stop-color="#FFA931" stop-opacity="0.71"/>
<stop offset="0.66" stop-color="#FFC16A" stop-opacity="0.38"/>
<stop offset="1" stop-color="#FFDCAB" stop-opacity="0"/>
</linearGradient>
<linearGradient id="paint36_linear_36_5540" x1="146.195" y1="75.5666" x2="161.709" y2="97.2315" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF9500"/>
<stop offset="0.11" stop-color="#FF9A0D" stop-opacity="0.92"/>
<stop offset="0.34" stop-color="#FFA931" stop-opacity="0.71"/>
<stop offset="0.66" stop-color="#FFC16A" stop-opacity="0.38"/>
<stop offset="1" stop-color="#FFDCAB" stop-opacity="0"/>
</linearGradient>
<linearGradient id="paint37_linear_36_5540" x1="188.337" y1="107.323" x2="121.605" y2="90.9351" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF9500"/>
<stop offset="0.11" stop-color="#FF9A0D" stop-opacity="0.92"/>
<stop offset="0.34" stop-color="#FFA931" stop-opacity="0.71"/>
<stop offset="0.66" stop-color="#FFC16A" stop-opacity="0.38"/>
<stop offset="1" stop-color="#FFDCAB" stop-opacity="0"/>
</linearGradient>
<linearGradient id="paint38_linear_36_5540" x1="209.557" y1="98.3846" x2="153.257" y2="60.428" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF9500"/>
<stop offset="0.11" stop-color="#FF9A0D" stop-opacity="0.92"/>
<stop offset="0.34" stop-color="#FFA931" stop-opacity="0.71"/>
<stop offset="0.66" stop-color="#FFC16A" stop-opacity="0.38"/>
<stop offset="1" stop-color="#FFDCAB" stop-opacity="0"/>
</linearGradient>
<linearGradient id="paint39_linear_36_5540" x1="188.771" y1="127.534" x2="146.095" y2="88.3209" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF9500"/>
<stop offset="0.11" stop-color="#FF9A0D" stop-opacity="0.92"/>
<stop offset="0.34" stop-color="#FFA931" stop-opacity="0.71"/>
<stop offset="0.66" stop-color="#FFC16A" stop-opacity="0.38"/>
<stop offset="1" stop-color="#FFDCAB" stop-opacity="0"/>
</linearGradient>
<linearGradient id="paint40_linear_36_5540" x1="190.918" y1="87.4299" x2="174.997" y2="98.3967" gradientUnits="userSpaceOnUse">
<stop stop-color="#FC9D91" stop-opacity="0"/>
<stop offset="0.18" stop-color="#FC9D91" stop-opacity="0.22"/>
<stop offset="0.48" stop-color="#FC9D91" stop-opacity="0.55"/>
<stop offset="0.73" stop-color="#FC9D91" stop-opacity="0.79"/>
<stop offset="0.91" stop-color="#FC9D91" stop-opacity="0.94"/>
<stop offset="1" stop-color="#FC9D91"/>
</linearGradient>
<linearGradient id="paint41_linear_36_5540" x1="179.102" y1="97.8544" x2="156.026" y2="75.4304" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF9500"/>
<stop offset="0.11" stop-color="#FF9A0D" stop-opacity="0.92"/>
<stop offset="0.34" stop-color="#FFA931" stop-opacity="0.71"/>
<stop offset="0.66" stop-color="#FFC16A" stop-opacity="0.38"/>
<stop offset="1" stop-color="#FFDCAB" stop-opacity="0"/>
</linearGradient>
<linearGradient id="paint42_linear_36_5540" x1="181.904" y1="91.3435" x2="179.351" y2="93.9716" gradientUnits="userSpaceOnUse">
<stop stop-color="#FC9D91" stop-opacity="0"/>
<stop offset="0.18" stop-color="#FC9D91" stop-opacity="0.22"/>
<stop offset="0.48" stop-color="#FC9D91" stop-opacity="0.55"/>
<stop offset="0.73" stop-color="#FC9D91" stop-opacity="0.79"/>
<stop offset="0.91" stop-color="#FC9D91" stop-opacity="0.94"/>
<stop offset="1" stop-color="#FC9D91"/>
</linearGradient>
<linearGradient id="paint43_linear_36_5540" x1="164.215" y1="78.3959" x2="160.132" y2="82.6008" gradientUnits="userSpaceOnUse">
<stop stop-color="#FC9D91" stop-opacity="0"/>
<stop offset="0.18" stop-color="#FC9D91" stop-opacity="0.22"/>
<stop offset="0.48" stop-color="#FC9D91" stop-opacity="0.55"/>
<stop offset="0.73" stop-color="#FC9D91" stop-opacity="0.79"/>
<stop offset="0.91" stop-color="#FC9D91" stop-opacity="0.94"/>
<stop offset="1" stop-color="#FC9D91"/>
</linearGradient>
<linearGradient id="paint44_linear_36_5540" x1="163.482" y1="72.5529" x2="164.726" y2="69.721" gradientUnits="userSpaceOnUse">
<stop stop-color="#FC9D91" stop-opacity="0"/>
<stop offset="0.18" stop-color="#FC9D91" stop-opacity="0.22"/>
<stop offset="0.48" stop-color="#FC9D91" stop-opacity="0.55"/>
<stop offset="0.73" stop-color="#FC9D91" stop-opacity="0.79"/>
<stop offset="0.91" stop-color="#FC9D91" stop-opacity="0.94"/>
<stop offset="1" stop-color="#FC9D91"/>
</linearGradient>
<linearGradient id="paint45_linear_36_5540" x1="156.746" y1="65.2952" x2="156.635" y2="64.997" gradientUnits="userSpaceOnUse">
<stop stop-color="#FC9D91" stop-opacity="0"/>
<stop offset="0.18" stop-color="#FC9D91" stop-opacity="0.22"/>
<stop offset="0.48" stop-color="#FC9D91" stop-opacity="0.55"/>
<stop offset="0.73" stop-color="#FC9D91" stop-opacity="0.79"/>
<stop offset="0.91" stop-color="#FC9D91" stop-opacity="0.94"/>
<stop offset="1" stop-color="#FC9D91"/>
</linearGradient>
<linearGradient id="paint46_linear_36_5540" x1="153.988" y1="91.6714" x2="155.066" y2="87.4375" gradientUnits="userSpaceOnUse">
<stop stop-color="#FC9D91" stop-opacity="0"/>
<stop offset="0.18" stop-color="#FC9D91" stop-opacity="0.22"/>
<stop offset="0.48" stop-color="#FC9D91" stop-opacity="0.55"/>
<stop offset="0.73" stop-color="#FC9D91" stop-opacity="0.79"/>
<stop offset="0.91" stop-color="#FC9D91" stop-opacity="0.94"/>
<stop offset="1" stop-color="#FC9D91"/>
</linearGradient>
<linearGradient id="paint47_linear_36_5540" x1="198.71" y1="95.315" x2="198.481" y2="98.0956" gradientUnits="userSpaceOnUse">
<stop stop-color="#FC9D91" stop-opacity="0"/>
<stop offset="0.18" stop-color="#FC9D91" stop-opacity="0.22"/>
<stop offset="0.48" stop-color="#FC9D91" stop-opacity="0.55"/>
<stop offset="0.73" stop-color="#FC9D91" stop-opacity="0.79"/>
<stop offset="0.91" stop-color="#FC9D91" stop-opacity="0.94"/>
<stop offset="1" stop-color="#FC9D91"/>
</linearGradient>
<linearGradient id="paint48_linear_36_5540" x1="118.053" y1="99.242" x2="151.284" y2="79.7127" gradientUnits="userSpaceOnUse">
<stop stop-color="#FFEC65"/>
<stop offset="0.34" stop-color="#FFCB3E" stop-opacity="0.62"/>
<stop offset="0.66" stop-color="#FFAE1D" stop-opacity="0.29"/>
<stop offset="0.89" stop-color="#FF9B08" stop-opacity="0.08"/>
<stop offset="1" stop-color="#FF9500" stop-opacity="0"/>
</linearGradient>
<linearGradient id="paint49_linear_36_5540" x1="122.321" y1="108.622" x2="141.344" y2="120.158" gradientUnits="userSpaceOnUse">
<stop stop-color="#FFEC65"/>
<stop offset="0.34" stop-color="#FFCB3E" stop-opacity="0.62"/>
<stop offset="0.66" stop-color="#FFAE1D" stop-opacity="0.29"/>
<stop offset="0.89" stop-color="#FF9B08" stop-opacity="0.08"/>
<stop offset="1" stop-color="#FF9500" stop-opacity="0"/>
</linearGradient>
<linearGradient id="paint50_linear_36_5540" x1="128.678" y1="113.859" x2="146.051" y2="121.815" gradientUnits="userSpaceOnUse">
<stop stop-color="#FFEC65"/>
<stop offset="0.34" stop-color="#FFCB3E" stop-opacity="0.62"/>
<stop offset="0.66" stop-color="#FFAE1D" stop-opacity="0.29"/>
<stop offset="0.89" stop-color="#FF9B08" stop-opacity="0.08"/>
<stop offset="1" stop-color="#FF9500" stop-opacity="0"/>
</linearGradient>
<linearGradient id="paint51_linear_36_5540" x1="124.838" y1="97.2137" x2="140.504" y2="87.3908" gradientUnits="userSpaceOnUse">
<stop stop-color="#FFEC65"/>
<stop offset="0.34" stop-color="#FFCB3E" stop-opacity="0.62"/>
<stop offset="0.66" stop-color="#FFAE1D" stop-opacity="0.29"/>
<stop offset="0.89" stop-color="#FF9B08" stop-opacity="0.08"/>
<stop offset="1" stop-color="#FF9500" stop-opacity="0"/>
</linearGradient>
<linearGradient id="paint52_linear_36_5540" x1="47.9586" y1="72.5189" x2="97.3659" y2="121.46" gradientUnits="userSpaceOnUse">
<stop stop-color="#EF4B9F"/>
<stop offset="1" stop-color="#E6332A"/>
</linearGradient>
<linearGradient id="paint53_linear_36_5540" x1="50.2382" y1="77.0799" x2="170.528" y2="183.989" gradientUnits="userSpaceOnUse">
<stop stop-color="#0C5DA5" stop-opacity="0"/>
<stop offset="0.27" stop-color="#14529D" stop-opacity="0.24"/>
<stop offset="0.87" stop-color="#2A3989" stop-opacity="0.86"/>
<stop offset="1" stop-color="#2F3485"/>
</linearGradient>
<linearGradient id="paint54_linear_36_5540" x1="26.8848" y1="60.0881" x2="75.5827" y2="154.993" gradientUnits="userSpaceOnUse">
<stop stop-color="#FCEA10"/>
<stop offset="0.33" stop-color="#FDCA0A" stop-opacity="0.63"/>
<stop offset="0.66" stop-color="#FEAD04" stop-opacity="0.29"/>
<stop offset="0.89" stop-color="#FE9B01" stop-opacity="0.08"/>
<stop offset="1" stop-color="#FF9500" stop-opacity="0"/>
</linearGradient>
<linearGradient id="paint55_linear_36_5540" x1="75.0829" y1="160.038" x2="77.8898" y2="125.645" gradientUnits="userSpaceOnUse">
<stop stop-color="#36A9E1" stop-opacity="0"/>
<stop offset="0.09" stop-color="#36AAE1" stop-opacity="0.03"/>
<stop offset="0.22" stop-color="#39B0E2" stop-opacity="0.11"/>
<stop offset="0.38" stop-color="#3DB9E5" stop-opacity="0.24"/>
<stop offset="0.56" stop-color="#43C5E8" stop-opacity="0.42"/>
<stop offset="0.75" stop-color="#4AD5EC" stop-opacity="0.65"/>
<stop offset="0.95" stop-color="#52E8F0" stop-opacity="0.93"/>
<stop offset="1" stop-color="#55EDF2"/>
</linearGradient>
<linearGradient id="paint56_linear_36_5540" x1="88.5068" y1="79.1718" x2="-13.6965" y2="39.0194" gradientUnits="userSpaceOnUse">
<stop stop-color="#0C5DA5" stop-opacity="0"/>
<stop offset="0.27" stop-color="#14529D" stop-opacity="0.24"/>
<stop offset="0.87" stop-color="#2A3989" stop-opacity="0.86"/>
<stop offset="1" stop-color="#2F3485"/>
</linearGradient>
<linearGradient id="paint57_linear_36_5540" x1="12.1875" y1="31.5505" x2="172.305" y2="172.209" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF9500" stop-opacity="0"/>
<stop offset="0.11" stop-color="#FE9B01" stop-opacity="0.08"/>
<stop offset="0.34" stop-color="#FEAD04" stop-opacity="0.29"/>
<stop offset="0.67" stop-color="#FDCA0A" stop-opacity="0.63"/>
<stop offset="1" stop-color="#FCEA10"/>
</linearGradient>
<linearGradient id="paint58_linear_36_5540" x1="94.6078" y1="52.1805" x2="120.977" y2="141.431" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF9500" stop-opacity="0"/>
<stop offset="0.11" stop-color="#FE9B01" stop-opacity="0.08"/>
<stop offset="0.34" stop-color="#FEAD04" stop-opacity="0.29"/>
<stop offset="0.67" stop-color="#FDCA0A" stop-opacity="0.63"/>
<stop offset="1" stop-color="#FCEA10"/>
</linearGradient>
<linearGradient id="paint59_linear_36_5540" x1="68.0695" y1="3.27963" x2="118.135" y2="67.7293" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF9500"/>
<stop offset="0.36" stop-color="#FF8004"/>
<stop offset="1" stop-color="#FF540D"/>
</linearGradient>
<linearGradient id="paint60_linear_36_5540" x1="56.2379" y1="16.1767" x2="107.66" y2="85.6465" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF9500" stop-opacity="0"/>
<stop offset="0.11" stop-color="#FE9B01" stop-opacity="0.08"/>
<stop offset="0.34" stop-color="#FEAD04" stop-opacity="0.29"/>
<stop offset="0.67" stop-color="#FDCA0A" stop-opacity="0.63"/>
<stop offset="1" stop-color="#FCEA10"/>
</linearGradient>
<linearGradient id="paint61_linear_36_5540" x1="76.2477" y1="8.40937" x2="94.5263" y2="67.1234" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF9500" stop-opacity="0"/>
<stop offset="0.11" stop-color="#FE9B01" stop-opacity="0.08"/>
<stop offset="0.34" stop-color="#FEAD04" stop-opacity="0.29"/>
<stop offset="0.67" stop-color="#FDCA0A" stop-opacity="0.63"/>
<stop offset="1" stop-color="#FCEA10"/>
</linearGradient>
<linearGradient id="paint62_linear_36_5540" x1="100.779" y1="22.4176" x2="100.54" y2="44.8505" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF9500"/>
<stop offset="0.36" stop-color="#FF8004"/>
<stop offset="1" stop-color="#FF540D"/>
</linearGradient>
<linearGradient id="paint63_linear_36_5540" x1="24.7084" y1="51.1457" x2="43.6475" y2="59.4975" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF9500"/>
<stop offset="0.36" stop-color="#FF8004"/>
<stop offset="1" stop-color="#FF540D"/>
</linearGradient>
<linearGradient id="paint64_linear_36_5540" x1="16.3829" y1="73.781" x2="26.3461" y2="97.5478" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF9500"/>
<stop offset="0.36" stop-color="#FF8004"/>
<stop offset="1" stop-color="#FF540D"/>
</linearGradient>
<linearGradient id="paint65_linear_36_5540" x1="38.5773" y1="11.9105" x2="44.5362" y2="25.0787" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF9500"/>
<stop offset="0.36" stop-color="#FF8004"/>
<stop offset="1" stop-color="#FF540D"/>
</linearGradient>
<linearGradient id="paint66_linear_36_5540" x1="118.37" y1="109.477" x2="127.332" y2="143.945" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF9500" stop-opacity="0"/>
<stop offset="0.11" stop-color="#FE9B01" stop-opacity="0.08"/>
<stop offset="0.34" stop-color="#FEAD04" stop-opacity="0.29"/>
<stop offset="0.67" stop-color="#FDCA0A" stop-opacity="0.63"/>
<stop offset="1" stop-color="#FCEA10"/>
</linearGradient>
<linearGradient id="paint67_linear_36_5540" x1="235.215" y1="104.681" x2="158.938" y2="160.576" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF9500" stop-opacity="0"/>
<stop offset="0.11" stop-color="#FE9B01" stop-opacity="0.08"/>
<stop offset="0.34" stop-color="#FEAD04" stop-opacity="0.29"/>
<stop offset="0.67" stop-color="#FDCA0A" stop-opacity="0.63"/>
<stop offset="1" stop-color="#FCEA10"/>
</linearGradient>
<linearGradient id="paint68_linear_36_5540" x1="199.777" y1="12.9452" x2="180.502" y2="46.9185" gradientUnits="userSpaceOnUse">
<stop stop-color="#95EBF5"/>
<stop offset="0.63" stop-color="#69ECF2"/>
<stop offset="1" stop-color="#55EDF2"/>
</linearGradient>
<linearGradient id="paint69_linear_36_5540" x1="150.636" y1="33.5786" x2="163.169" y2="47.9451" gradientUnits="userSpaceOnUse">
<stop stop-color="#95EBF5"/>
<stop offset="0.63" stop-color="#69ECF2"/>
<stop offset="1" stop-color="#55EDF2"/>
</linearGradient>
<linearGradient id="paint70_linear_36_5540" x1="205.742" y1="39.2603" x2="189.204" y2="48.4643" gradientUnits="userSpaceOnUse">
<stop stop-color="#95EBF5"/>
<stop offset="0.63" stop-color="#69ECF2"/>
<stop offset="1" stop-color="#55EDF2"/>
</linearGradient>
<linearGradient id="paint71_linear_36_5540" x1="232.185" y1="76.5086" x2="223.373" y2="106.481" gradientUnits="userSpaceOnUse">
<stop stop-color="#95EBF5"/>
<stop offset="0.63" stop-color="#69ECF2"/>
<stop offset="1" stop-color="#55EDF2"/>
</linearGradient>
<linearGradient id="paint72_linear_36_5540" x1="115.055" y1="15.1576" x2="111.066" y2="28.7254" gradientUnits="userSpaceOnUse">
<stop stop-color="#95EBF5"/>
<stop offset="0.63" stop-color="#69ECF2"/>
<stop offset="1" stop-color="#55EDF2"/>
</linearGradient>
<linearGradient id="paint73_linear_36_5540" x1="233.933" y1="119.418" x2="231.362" y2="128.163" gradientUnits="userSpaceOnUse">
<stop stop-color="#95EBF5"/>
<stop offset="0.63" stop-color="#69ECF2"/>
<stop offset="1" stop-color="#55EDF2"/>
</linearGradient>
</defs>
</svg>

Before

Width:  |  Height:  |  Size: 59 KiB

View File

@ -1,58 +0,0 @@
<svg width="188" height="185" viewBox="0 0 188 185" fill="none" xmlns="http://www.w3.org/2000/svg">
<g filter="url(#filter0_d_190_2366)">
<path d="M142.901 37.6245C116.415 18.2386 93.9982 41.946 93.9982 41.946C93.9982 41.946 71.586 18.2341 45.0951 37.6245C19.7688 56.1605 22.1252 125.3 93.9982 154.196C165.867 125.3 168.228 56.1605 142.901 37.6245Z" fill="url(#paint0_linear_190_2366)"/>
<path style="mix-blend-mode:multiply" d="M94.0026 154.197C165.871 125.3 168.232 56.161 142.906 37.6249C134.186 31.2439 125.912 29.5306 118.731 30.1062C122.049 29.8948 135.945 30.1242 138.553 48.5838C141.516 69.5751 119.536 116.747 82.6121 121.316C50.7924 125.255 37.3019 103.297 36.8252 102.501C45.4681 122.35 63.451 141.911 94.0071 154.197H94.0026Z" fill="url(#paint1_linear_190_2366)"/>
<path style="mix-blend-mode:color-dodge" opacity="0.7" d="M56.3055 35.3131C56.3055 35.3131 39.5727 39.9943 34.6352 61.6736C29.6977 83.353 41.7357 105.1 41.7357 105.1C41.7357 105.1 39.2669 79.1529 56.3055 35.3086V35.3131Z" fill="url(#paint2_linear_190_2366)"/>
<path style="mix-blend-mode:color-dodge" opacity="0.7" d="M82.981 146.417C82.981 146.417 113.312 145.036 139.268 112.798C139.268 112.798 125.215 134.896 95.5766 151.975C95.5766 151.975 87.8915 150.401 82.981 146.417Z" fill="url(#paint3_linear_190_2366)"/>
<path style="mix-blend-mode:multiply" d="M85.9442 42.782C94.3398 55.1304 106.072 59.2045 106.072 59.2045C106.072 59.2045 113.186 29.4039 101.337 36.1716C96.7052 39.0901 94.0026 41.9456 94.0026 41.9456C94.0026 41.9456 81.4744 28.6934 64.0806 30.1099C64.2874 30.1144 77.6116 30.5281 85.9442 42.782Z" fill="url(#paint4_linear_190_2366)"/>
<path style="mix-blend-mode:color-dodge" opacity="0.7" d="M62.8798 35.3131C50.8418 35.3131 36.8296 43.5198 33.4435 67.2407C30.4621 88.1286 41.7177 125.372 79.8059 116.301C117.899 107.231 139.056 48.7722 125.566 40.8352C112.075 32.8983 105.249 54.5641 106.202 69.0485C106.202 69.0485 84.1409 35.3086 62.8753 35.3086L62.8798 35.3131Z" fill="url(#paint5_linear_190_2366)"/>
</g>
<defs>
<filter id="filter0_d_190_2366" x="0.45752" y="0" width="187.084" height="184.197" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset/>
<feGaussianBlur stdDeviation="15"/>
<feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_190_2366"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_190_2366" result="shape"/>
</filter>
<linearGradient id="paint0_linear_190_2366" x1="147.2" y1="123.856" x2="76.6268" y2="64.952" gradientUnits="userSpaceOnUse">
<stop stop-color="#EF4B9F"/>
<stop offset="1" stop-color="#E6332A"/>
</linearGradient>
<linearGradient id="paint1_linear_190_2366" x1="64.2739" y1="52.478" x2="263.21" y2="229.744" gradientUnits="userSpaceOnUse">
<stop stop-color="#0C5DA5" stop-opacity="0"/>
<stop offset="0.27" stop-color="#14529D" stop-opacity="0.24"/>
<stop offset="0.87" stop-color="#2A3989" stop-opacity="0.86"/>
<stop offset="1" stop-color="#2F3485"/>
</linearGradient>
<linearGradient id="paint2_linear_190_2366" x1="25.5651" y1="24.3812" x2="105.955" y2="181.461" gradientUnits="userSpaceOnUse">
<stop stop-color="#FCEA10"/>
<stop offset="0.33" stop-color="#FDCA0A" stop-opacity="0.63"/>
<stop offset="0.66" stop-color="#FEAD04" stop-opacity="0.29"/>
<stop offset="0.89" stop-color="#FE9B01" stop-opacity="0.08"/>
<stop offset="1" stop-color="#FF9500" stop-opacity="0"/>
</linearGradient>
<linearGradient id="paint3_linear_190_2366" x1="48.045" y1="193.687" x2="147.56" y2="94.649" gradientUnits="userSpaceOnUse">
<stop stop-color="#FCEA10"/>
<stop offset="0.33" stop-color="#FDCA0A" stop-opacity="0.63"/>
<stop offset="0.66" stop-color="#FEAD04" stop-opacity="0.29"/>
<stop offset="0.89" stop-color="#FE9B01" stop-opacity="0.08"/>
<stop offset="1" stop-color="#FF9500" stop-opacity="0"/>
</linearGradient>
<linearGradient id="paint4_linear_190_2366" x1="127.711" y1="55.9308" x2="-41.5908" y2="-10.7528" gradientUnits="userSpaceOnUse">
<stop stop-color="#0C5DA5" stop-opacity="0"/>
<stop offset="0.27" stop-color="#14529D" stop-opacity="0.24"/>
<stop offset="0.87" stop-color="#2A3989" stop-opacity="0.86"/>
<stop offset="1" stop-color="#2F3485"/>
</linearGradient>
<linearGradient id="paint5_linear_190_2366" x1="21.311" y1="3.40793" x2="127.117" y2="120.33" gradientUnits="userSpaceOnUse">
<stop stop-color="#FCEA10"/>
<stop offset="0.33" stop-color="#FDCA0A" stop-opacity="0.63"/>
<stop offset="0.66" stop-color="#FEAD04" stop-opacity="0.29"/>
<stop offset="0.89" stop-color="#FE9B01" stop-opacity="0.08"/>
<stop offset="1" stop-color="#FF9500" stop-opacity="0"/>
</linearGradient>
</defs>
</svg>

Before

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 45 KiB

View File

@ -0,0 +1,11 @@
<svg width="440" height="440" viewBox="0 0 440 440" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M220 0C341.503 0 440 98.4974 440 220C440 341.503 341.503 440 220 440C98.4974 440 0 341.503 0 220C0 98.4974 98.4974 0 220 0Z" fill="url(#paint0_linear_433_2691)"/>
<path d="M220 0C341.503 0 440 98.4974 440 220C440 341.503 341.503 440 220 440C98.4974 440 0 341.503 0 220C0 98.4974 98.4974 0 220 0Z" stroke="#E5E7EB"/>
<path d="M153.34 231.164L211.573 285.49C213.99 287.744 217.181 289 220.5 289C223.819 289 227.01 287.744 229.427 285.49L287.66 231.164C297.457 222.05 303 209.266 303 195.901V194.034C303 171.524 286.726 152.331 264.521 148.628C249.826 146.18 234.873 150.978 224.367 161.477L220.5 165.341L216.633 161.477C206.127 150.978 191.174 146.18 176.479 148.628C154.274 152.331 138 171.524 138 194.034V195.901C138 209.266 143.543 222.05 153.34 231.164Z" fill="#EC4899"/>
<defs>
<linearGradient id="paint0_linear_433_2691" x1="0" y1="220" x2="440" y2="220" gradientUnits="userSpaceOnUse">
<stop stop-color="#FCE7F3"/>
<stop offset="1" stop-color="#F3E8FF"/>
</linearGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -6,9 +6,310 @@
import type { FunnelDefinition } from "./types";
export const BAKED_FUNNELS: Record<string, FunnelDefinition> = {
"soulmate_prod": {
"soulmate_test": {
"meta": {
"id": "soulmate_prod",
"id": "soulmate_test",
"title": "Новая воронка",
"description": "Описание новой воронки",
"firstScreenId": "onboarding",
"yandexMetrikaId": "104471567"
},
"defaultTexts": {
"nextButton": "Continue"
},
"screens": [
{
"id": "onboarding",
"template": "info",
"title": {
"text": "Добро пожаловать!",
"show": true,
"font": "manrope",
"weight": "bold",
"size": "md",
"align": "center",
"color": "default"
},
"subtitle": {
"text": "Это ваша новая воронка. Начните редактирование.",
"show": true,
"font": "manrope",
"weight": "regular",
"size": "md",
"align": "center",
"color": "muted"
},
"navigation": {
"rules": [],
"defaultNextScreenId": "gender",
"isEndScreen": false
},
"icon": {
"type": "emoji",
"value": "🎯",
"size": "lg"
},
"variables": [],
"variants": []
},
{
"id": "gender",
"template": "list",
"header": {
"showBackButton": true,
"show": true
},
"title": {
"text": "Новый экран",
"show": true,
"font": "manrope",
"weight": "bold",
"size": "2xl",
"align": "left",
"color": "default"
},
"subtitle": {
"text": "Добавьте детали справа",
"show": true,
"font": "manrope",
"weight": "medium",
"size": "lg",
"align": "left",
"color": "default"
},
"bottomActionButton": {
"show": false,
"cornerRadius": "3xl",
"showPrivacyTermsConsent": false
},
"navigation": {
"rules": [],
"defaultNextScreenId": "example",
"isEndScreen": false
},
"list": {
"selectionType": "single",
"options": [
{
"id": "male",
"label": "male",
"disabled": false
},
{
"id": "female",
"label": "female",
"disabled": false
}
],
"registrationFieldKey": "profile.gender"
},
"variants": []
},
{
"id": "example",
"template": "list",
"header": {
"showBackButton": true,
"show": true
},
"title": {
"text": "Новый экран",
"show": true,
"font": "manrope",
"weight": "bold",
"size": "2xl",
"align": "left",
"color": "default"
},
"subtitle": {
"text": "Добавьте детали справа",
"show": true,
"font": "manrope",
"weight": "medium",
"size": "lg",
"align": "left",
"color": "default"
},
"bottomActionButton": {
"show": true,
"cornerRadius": "3xl",
"showPrivacyTermsConsent": false
},
"navigation": {
"rules": [],
"defaultNextScreenId": "birthdate",
"isEndScreen": false
},
"list": {
"selectionType": "single",
"options": [
{
"id": "option-1",
"label": "Вариант 1",
"disabled": false
},
{
"id": "option-2",
"label": "Вариант 2",
"disabled": false
}
]
},
"variants": []
},
{
"id": "birthdate",
"template": "date",
"header": {
"showBackButton": true,
"show": true
},
"title": {
"text": "Новый экран",
"show": true,
"font": "manrope",
"weight": "bold",
"size": "2xl",
"align": "left",
"color": "default"
},
"subtitle": {
"text": "Добавьте детали справа",
"show": true,
"font": "manrope",
"weight": "medium",
"size": "lg",
"align": "left",
"color": "default"
},
"bottomActionButton": {
"show": true,
"cornerRadius": "3xl",
"showPrivacyTermsConsent": false
},
"navigation": {
"rules": [],
"defaultNextScreenId": "email",
"isEndScreen": false
},
"dateInput": {
"monthLabel": "Месяц",
"dayLabel": "День",
"yearLabel": "Год",
"monthPlaceholder": "ММ",
"dayPlaceholder": "ДД",
"yearPlaceholder": "ГГГГ",
"showSelectedDate": true,
"selectedDateFormat": "dd MMMM yyyy",
"selectedDateLabel": "Выбранная дата:",
"zodiac": {
"enabled": true,
"storageKey": "userZodiac"
},
"registrationFieldKey": "profile.birthdate"
},
"variants": []
},
{
"id": "email",
"template": "email",
"header": {
"showBackButton": true,
"show": true
},
"title": {
"text": "Портрет твоей второй половинки готов! Куда нам его отправить?",
"show": true,
"font": "manrope",
"weight": "bold",
"size": "2xl",
"align": "center",
"color": "default"
},
"bottomActionButton": {
"show": true,
"cornerRadius": "3xl",
"showPrivacyTermsConsent": true
},
"navigation": {
"rules": [],
"defaultNextScreenId": "final",
"isEndScreen": false
},
"emailInput": {
"label": "Email адрес",
"placeholder": "example@email.com"
},
"image": {
"src": "/female-portrait.jpg"
},
"variants": [
{
"conditions": [
{
"screenId": "gender",
"operator": "includesAny",
"optionIds": [
"male"
]
}
],
"overrides": {
"image": {
"src": "/male-portrait.jpg"
}
}
}
]
},
{
"id": "final",
"template": "info",
"header": {
"showBackButton": true,
"show": true
},
"title": {
"text": "Спасибо за регистрацию",
"show": true,
"font": "manrope",
"weight": "bold",
"size": "2xl",
"align": "center",
"color": "default"
},
"subtitle": {
"text": "Добавьте подзаголовок для информационного экрана",
"show": true,
"font": "manrope",
"weight": "medium",
"size": "lg",
"align": "center",
"color": "default"
},
"bottomActionButton": {
"show": false,
"cornerRadius": "3xl",
"showPrivacyTermsConsent": false
},
"navigation": {
"rules": [],
"isEndScreen": true
},
"icon": {
"type": "emoji",
"value": "",
"size": "xl"
},
"variables": [],
"variants": []
}
]
},
"soulmate": {
"meta": {
"id": "soulmate",
"title": "Soulmate V1",
"description": "Soulmate",
"firstScreenId": "onboarding",
@ -753,7 +1054,7 @@ export const BAKED_FUNNELS: Record<string, FunnelDefinition> = {
},
"icon": {
"type": "image",
"value": "/images/9a720927-20de-4ebc-9b4b-b7589f59567c.png",
"value": "/images/fb6eb360-db1e-4433-9c8a-33eedfad1b12.svg",
"size": "lg"
},
"variables": [],
@ -1039,7 +1340,7 @@ export const BAKED_FUNNELS: Record<string, FunnelDefinition> = {
},
"icon": {
"type": "image",
"value": "/images/95f56ee0-0a58-465e-882f-d4e03fa7b518.png",
"value": "/images/528c3574-2121-46cd-b5e5-b1fda5ae9315.svg",
"size": "xl"
},
"variables": [
@ -1241,7 +1542,7 @@ export const BAKED_FUNNELS: Record<string, FunnelDefinition> = {
"text": "По нашей статистике **43 % {{gender}} {{zodiac}}** выбирают разум. Но одних расчётов недостаточно. Мы откроем, какие черты второй половинки принесут доверие, и нарисуем её образ."
},
"icon": {
"value": "/images/3f8d6d3c-a016-4c9d-8ee7-ece69f927bd6.png"
"value": "/images/575ab717-eaa5-462b-8aa6-0202a62c9099.svg"
}
}
},
@ -1260,21 +1561,26 @@ export const BAKED_FUNNELS: Record<string, FunnelDefinition> = {
"text": "По нашей статистике **47 % {{gender}} {{zodiac}}** ищут баланс. Но удержать его непросто. Мы покажем, какие качества второй половинки соединят страсть и надёжность, и создадим её портрет."
},
"icon": {
"value": "/images/9200a254-3f17-4bcc-ad1b-f745917f04f0.png"
"value": "/images/7dd85bf0-4b92-4213-9e2a-82ba1e53d165.svg"
}
}
},
{
"conditions": [
{
"screenId": "onboarding",
"screenId": "love-priority",
"operator": "includesAny",
"optionIds": []
"optionIds": [
"depends_on_situation"
]
}
],
"overrides": {
"subtitle": {
"text": "По нашей статистике **37% {{gender}} {{zodiac}}** выбирают по обстоятельствам. Но такая гибкость часто ведёт к сомнениям. Мы откроем, кто способен подарить стабильность и уверенность, и нарисуем портрет второй половинки."
},
"icon": {
"value": "/images/9200a254-3f17-4bcc-ad1b-f745917f04f0.png"
"value": "/images/6bd25c4d-9308-4907-a54f-b7bc10322fa8.svg"
}
}
}
@ -1438,7 +1744,7 @@ export const BAKED_FUNNELS: Record<string, FunnelDefinition> = {
},
"icon": {
"type": "image",
"value": "/images/e49915b8-6371-4235-8fd8-e04d5e431b00.png",
"value": "/images/1d7d3979-6627-416e-8f80-c0388a6cec22.svg",
"size": "xl"
},
"variables": [],
@ -1461,7 +1767,7 @@ export const BAKED_FUNNELS: Record<string, FunnelDefinition> = {
"text": "Ощущение потраченного времени тяжело. Мы подскажем, как перестать застревать в прошлом и двигаться вперёд."
},
"icon": {
"value": "/images/723f89af-9627-46a4-938f-7036a3f2c0c3.png"
"value": "/images/5ae02c30-44a0-4a8c-a814-9fd2490cdc77.svg"
}
}
},
@ -2691,306 +2997,5 @@ export const BAKED_FUNNELS: Record<string, FunnelDefinition> = {
}
}
]
},
"soulmate": {
"meta": {
"id": "soulmate",
"title": "Новая воронка",
"description": "Описание новой воронки",
"firstScreenId": "onboarding",
"yandexMetrikaId": "104471567"
},
"defaultTexts": {
"nextButton": "Continue"
},
"screens": [
{
"id": "onboarding",
"template": "info",
"title": {
"text": "Добро пожаловать!",
"show": true,
"font": "manrope",
"weight": "bold",
"size": "md",
"align": "center",
"color": "default"
},
"subtitle": {
"text": "Это ваша новая воронка. Начните редактирование.",
"show": true,
"font": "manrope",
"weight": "regular",
"size": "md",
"align": "center",
"color": "muted"
},
"navigation": {
"rules": [],
"defaultNextScreenId": "gender",
"isEndScreen": false
},
"icon": {
"type": "emoji",
"value": "🎯",
"size": "lg"
},
"variables": [],
"variants": []
},
{
"id": "gender",
"template": "list",
"header": {
"showBackButton": true,
"show": true
},
"title": {
"text": "Новый экран",
"show": true,
"font": "manrope",
"weight": "bold",
"size": "2xl",
"align": "left",
"color": "default"
},
"subtitle": {
"text": "Добавьте детали справа",
"show": true,
"font": "manrope",
"weight": "medium",
"size": "lg",
"align": "left",
"color": "default"
},
"bottomActionButton": {
"show": false,
"cornerRadius": "3xl",
"showPrivacyTermsConsent": false
},
"navigation": {
"rules": [],
"defaultNextScreenId": "example",
"isEndScreen": false
},
"list": {
"selectionType": "single",
"options": [
{
"id": "male",
"label": "male",
"disabled": false
},
{
"id": "female",
"label": "female",
"disabled": false
}
],
"registrationFieldKey": "profile.gender"
},
"variants": []
},
{
"id": "example",
"template": "list",
"header": {
"showBackButton": true,
"show": true
},
"title": {
"text": "Новый экран",
"show": true,
"font": "manrope",
"weight": "bold",
"size": "2xl",
"align": "left",
"color": "default"
},
"subtitle": {
"text": "Добавьте детали справа",
"show": true,
"font": "manrope",
"weight": "medium",
"size": "lg",
"align": "left",
"color": "default"
},
"bottomActionButton": {
"show": true,
"cornerRadius": "3xl",
"showPrivacyTermsConsent": false
},
"navigation": {
"rules": [],
"defaultNextScreenId": "birthdate",
"isEndScreen": false
},
"list": {
"selectionType": "single",
"options": [
{
"id": "option-1",
"label": "Вариант 1",
"disabled": false
},
{
"id": "option-2",
"label": "Вариант 2",
"disabled": false
}
]
},
"variants": []
},
{
"id": "birthdate",
"template": "date",
"header": {
"showBackButton": true,
"show": true
},
"title": {
"text": "Новый экран",
"show": true,
"font": "manrope",
"weight": "bold",
"size": "2xl",
"align": "left",
"color": "default"
},
"subtitle": {
"text": "Добавьте детали справа",
"show": true,
"font": "manrope",
"weight": "medium",
"size": "lg",
"align": "left",
"color": "default"
},
"bottomActionButton": {
"show": true,
"cornerRadius": "3xl",
"showPrivacyTermsConsent": false
},
"navigation": {
"rules": [],
"defaultNextScreenId": "email",
"isEndScreen": false
},
"dateInput": {
"monthLabel": "Месяц",
"dayLabel": "День",
"yearLabel": "Год",
"monthPlaceholder": "ММ",
"dayPlaceholder": "ДД",
"yearPlaceholder": "ГГГГ",
"showSelectedDate": true,
"selectedDateFormat": "dd MMMM yyyy",
"selectedDateLabel": "Выбранная дата:",
"zodiac": {
"enabled": true,
"storageKey": "userZodiac"
},
"registrationFieldKey": "profile.birthdate"
},
"variants": []
},
{
"id": "email",
"template": "email",
"header": {
"showBackButton": true,
"show": true
},
"title": {
"text": "Портрет твоей второй половинки готов! Куда нам его отправить?",
"show": true,
"font": "manrope",
"weight": "bold",
"size": "2xl",
"align": "center",
"color": "default"
},
"bottomActionButton": {
"show": true,
"cornerRadius": "3xl",
"showPrivacyTermsConsent": true
},
"navigation": {
"rules": [],
"defaultNextScreenId": "final",
"isEndScreen": false
},
"emailInput": {
"label": "Email адрес",
"placeholder": "example@email.com"
},
"image": {
"src": "/female-portrait.jpg"
},
"variants": [
{
"conditions": [
{
"screenId": "gender",
"operator": "includesAny",
"optionIds": [
"male"
]
}
],
"overrides": {
"image": {
"src": "/male-portrait.jpg"
}
}
}
]
},
{
"id": "final",
"template": "info",
"header": {
"showBackButton": true,
"show": true
},
"title": {
"text": "Спасибо за регистрацию",
"show": true,
"font": "manrope",
"weight": "bold",
"size": "2xl",
"align": "center",
"color": "default"
},
"subtitle": {
"text": "Добавьте подзаголовок для информационного экрана",
"show": true,
"font": "manrope",
"weight": "medium",
"size": "lg",
"align": "center",
"color": "default"
},
"bottomActionButton": {
"show": false,
"cornerRadius": "3xl",
"showPrivacyTermsConsent": false
},
"navigation": {
"rules": [],
"isEndScreen": true
},
"icon": {
"type": "emoji",
"value": "",
"size": "xl"
},
"variables": [],
"variants": []
}
]
}
};