提交 f5627979 作者: 郁骅焌

瘦身

上级 9b5afc18
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
# 第1步:请在此处配置您的github用户名 # 第1步:请在此处配置您的github用户名
VITE_APP_GITHUB_USER_NAME=test VITE_APP_GITHUB_USER_NAME=heroplum007
# 第2步:请在项目根目录新建一个.env.local的新文件,切记是新建空的文件不是直接拷贝.env文件的内容 # 第2步:请在项目根目录新建一个.env.local的新文件,切记是新建空的文件不是直接拷贝.env文件的内容
# 第3步:.env.local的文件只能有一行不可以换行,大概500个字符不要复制漏掉,购买时随邮件邀请函发放,格式如下:VITE_APP_SECRET_KEY=XXXXXXX # 第3步:.env.local的文件只能有一行不可以换行,大概500个字符不要复制漏掉,购买时随邮件邀请函发放,格式如下:VITE_APP_SECRET_KEY=XXXXXXX
......
...@@ -10,8 +10,8 @@ ...@@ -10,8 +10,8 @@
<link href="/favicon.ico" rel="icon" sizes="any"> <link href="/favicon.ico" rel="icon" sizes="any">
<link href="/favicon.svg" rel="icon" type="image/svg+xml"> <link href="/favicon.svg" rel="icon" type="image/svg+xml">
<link href="/apple-touch-icon-180x180.png" rel="apple-touch-icon"> <link href="/apple-touch-icon-180x180.png" rel="apple-touch-icon">
<title>Vue Shop Vite</title> <title>Sage后台管理系统</title>
<meta content="Vue Shop Vite 是一款国内领先的基于Vue3 + Vite5 + Element Plus的中后台Admin前端框架" name="description"> <meta content="Sage后台管理系统 是一款国内领先的基于Vue3 + Vite5 + Element Plus的中后台Admin前端框架" name="description">
<link href="/static/css/loading.css" rel="stylesheet"> <link href="/static/css/loading.css" rel="stylesheet">
</head> </head>
......
import progress from 'vite-plugin-vitebar' import progress from 'vite-plugin-vitebar'
export const createProgress = (env: Record<string, string>) => { export const createProgress = (env: Record<string, string>) => {
const projectName = 'Vue Shop Vite' const projectName = 'Sage后台管理系统'
return progress({ env, projectName }) return progress({ env, projectName })
} }
...@@ -13,9 +13,9 @@ export const createPwa = (nodeEnv: string, pwaDev: boolean) => { ...@@ -13,9 +13,9 @@ export const createPwa = (nodeEnv: string, pwaDev: boolean) => {
}, },
manifest: { manifest: {
lang: 'zh', lang: 'zh',
name: 'Vue Shop Vite', name: 'Sage后台管理系统',
short_name: 'Vue Shop Vite', short_name: 'Sage后台管理系统',
description: 'Vue Shop Vite官网、文档、演示地址', description: 'Sage后台管理系统官网、文档、演示地址',
background_color: '#ffffff', background_color: '#ffffff',
theme_color: '#ffffff', theme_color: '#ffffff',
icons: [ icons: [
......
...@@ -28,23 +28,23 @@ ...@@ -28,23 +28,23 @@
</div> </div>
<el-divider /> <el-divider />
<ul class="el-dropdown-menu"> <ul class="el-dropdown-menu">
<li class="el-dropdown-menu__item" @click="handleCommand('changeLog')"> <!-- <li class="el-dropdown-menu__item" @click="handleCommand('changeLog')">
<vab-icon icon="file-word-line" /> <vab-icon icon="file-word-line" />
<span>{{ translate('更新日志') }}</span> <span>{{ translate('更新日志') }}</span>
<el-tag effect="dark" size="small" type="danger">99+</el-tag> <el-tag effect="dark" size="small" type="danger">99+</el-tag>
</li> </li> -->
<li class="el-dropdown-menu__item" @click="handleCommand('dataScreen')"> <!-- <li class="el-dropdown-menu__item" @click="handleCommand('dataScreen')">
<vab-icon icon="database-2-line" /> <vab-icon icon="database-2-line" />
<span>{{ translate('数据大屏') }}</span> <span>{{ translate('数据大屏') }}</span>
</li> </li> -->
<li class="el-dropdown-menu__item" @click="handleCommand('portal')"> <!-- <li class="el-dropdown-menu__item" @click="handleCommand('portal')">
<vab-icon icon="building-line" /> <vab-icon icon="building-line" />
<span>{{ translate('门户') }}</span> <span>{{ translate('门户') }}</span>
</li> </li> -->
<li class="el-dropdown-menu__item" @click="handleCommand('book')"> <!-- <li class="el-dropdown-menu__item" @click="handleCommand('book')">
<vab-icon icon="book-2-line" /> <vab-icon icon="book-2-line" />
<span>{{ translate('文档') }}</span> <span>{{ translate('文档') }}</span>
</li> </li> -->
<li class="el-dropdown-menu__item" @click="handleCommand('logout')"> <li class="el-dropdown-menu__item" @click="handleCommand('logout')">
<vab-icon icon="logout-circle-r-line" /> <vab-icon icon="logout-circle-r-line" />
<span>{{ translate('退出登录') }}</span> <span>{{ translate('退出登录') }}</span>
......
...@@ -97,7 +97,10 @@ const handleTabClick = () => { ...@@ -97,7 +97,10 @@ const handleTabClick = () => {
'_blank' '_blank'
) )
router.push('/redirect') router.push('/redirect')
} else if (openFirstMenu) router.push(tabMenu.value.redirect || tabMenu.value) } else if (openFirstMenu) {
console.log(tabMenu.value)
router.push(tabMenu.value.redirect || tabMenu.value)
}
setDefaultOpeneds() setDefaultOpeneds()
}) })
......
...@@ -3,7 +3,6 @@ ...@@ -3,7 +3,6 @@
Copyright Copyright
<vab-icon icon="copyright-line" /> <vab-icon icon="copyright-line" />
{{ fullYear }} {{ title }} {{ fullYear }} {{ title }}
<a <a
v-if="beian" v-if="beian"
class="hidden-xs-only" class="hidden-xs-only"
......
<template> <template>
<div class="vab-right-tools"> <div class="vab-right-tools">
<vab-search v-show="!isHorizontal" class="hidden-xs-only" /> <!-- <vab-search v-show="!isHorizontal" class="hidden-xs-only" /> -->
<div class="vab-right-tools-draggable"> <div class="vab-right-tools-draggable">
<vab-dark v-show="theme.showDark" :style="!isHorizontal ? '' : { marginLeft: 'var(--el-margin)' }" /> <!-- <vab-dark v-show="theme.showDark" :style="!isHorizontal ? '' : { marginLeft: 'var(--el-margin)' }" /> -->
<vab-color-picker v-show="theme.showColorPicker" /> <!-- <vab-color-picker v-show="theme.showColorPicker" /> -->
<vab-theme v-show="theme.showTheme && routeName !== 'SeparateLayout'" /> <!-- <vab-theme v-show="theme.showTheme && routeName !== 'SeparateLayout'" /> -->
<vab-error-log class="hidden-xs-only" /> <vab-error-log class="hidden-xs-only" />
<vab-font-size v-show="theme.showFontSize" /> <!-- <vab-font-size v-show="theme.showFontSize" /> -->
<vab-lock v-show="theme.showLock" /> <vab-lock v-show="theme.showLock" />
<vab-notice v-show="theme.showNotice" /> <vab-notice v-show="theme.showNotice" />
<vab-language v-show="theme.showLanguage" /> <!-- <vab-language v-show="theme.showLanguage" /> -->
<vab-fullscreen v-show="theme.showFullScreen" /> <vab-fullscreen v-show="theme.showFullScreen" />
<vab-refresh v-show="theme.showRefresh" /> <vab-refresh v-show="theme.showRefresh" />
</div> </div>
......
...@@ -98,7 +98,7 @@ ...@@ -98,7 +98,7 @@
"stylelint-config-recommended-scss": "^14.1.0", "stylelint-config-recommended-scss": "^14.1.0",
"stylelint-config-recommended-vue": "^1.5.0", "stylelint-config-recommended-vue": "^1.5.0",
"terser": "^5.36.0", "terser": "^5.36.0",
"typescript": "^5.7.2", "typescript": "5.6.2",
"unplugin-auto-import": "^0.18.5", "unplugin-auto-import": "^0.18.5",
"unplugin-vue-components": "^0.27.4", "unplugin-vue-components": "^0.27.4",
"vite": "^6.0.1", "vite": "^6.0.1",
...@@ -109,7 +109,7 @@ ...@@ -109,7 +109,7 @@
"vite-plugin-svg-icons": "^2.0.1", "vite-plugin-svg-icons": "^2.0.1",
"vite-plugin-unplugin": "^1.8.0", "vite-plugin-unplugin": "^1.8.0",
"vite-plugin-vitebar": "^0.0.8", "vite-plugin-vitebar": "^0.0.8",
"vue-tsc": "^2.1.10" "vue-tsc": "2.0.29"
}, },
"gitHooks": { "gitHooks": {
"pre-commit": "lint-staged" "pre-commit": "lint-staged"
......
/*! build: Vue Shop Vite
copyright: https://vuejs-core.cn/shop-vite
*/
figure { figure {
position: absolute; position: absolute;
top: 0; top: 0;
......
...@@ -5,7 +5,7 @@ export const settingConfig: { ...@@ -5,7 +5,7 @@ export const settingConfig: {
[key: string]: string | boolean | number | Array<string> [key: string]: string | boolean | number | Array<string>
} = { } = {
// 标题,此项修改后需要重启项目!!! (包括初次加载雪花屏的标题 页面的标题 浏览器的标题) // 标题,此项修改后需要重启项目!!! (包括初次加载雪花屏的标题 页面的标题 浏览器的标题)
title: 'Vue Shop Vite', title: 'Sage 后台管理系统',
// 标题分隔符 // 标题分隔符
titleSeparator: ' - ', titleSeparator: ' - ',
// 标题是否反转 // 标题是否反转
......
...@@ -41,7 +41,7 @@ export const themeConfig: ThemeType = { ...@@ -41,7 +41,7 @@ export const themeConfig: ThemeType = {
//是否开启全屏组件 //是否开启全屏组件
showFullScreen: true, showFullScreen: true,
//是否开启右侧悬浮窗 //是否开启右侧悬浮窗
showThemeSetting: true, showThemeSetting: false,
//是否开启暗黑组件 //是否开启暗黑组件
showDark: true, showDark: true,
//否默认收起左侧菜单 //否默认收起左侧菜单
...@@ -49,7 +49,7 @@ export const themeConfig: ThemeType = { ...@@ -49,7 +49,7 @@ export const themeConfig: ThemeType = {
//是否开启页面动画 null、el-fade-in-linear、el-fade-in、el-zoom-in-center、el-zoom-in-top、el-zoom-in-bottom。 //是否开启页面动画 null、el-fade-in-linear、el-fade-in、el-zoom-in-center、el-zoom-in-top、el-zoom-in-bottom。
pageTransition: 'el-fade-in-linear', pageTransition: 'el-fade-in-linear',
// 圆角(单位px,类型必须为数字) // 圆角(单位px,类型必须为数字)
radius: 5, radius: 4,
// 是否开启锁屏 // 是否开启锁屏
showLock: true, showLock: true,
// 是否开启颜色选择器组件 // 是否开启颜色选择器组件
......
<svg width="1080" height="1080" viewBox="0 0 1080 1080" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect width="1080" height="1080" fill="tranparent"/>
<path d="M332.497 743.379L317.218 841.498L311.401 840.592C309.438 840.286 307.677 839.214 306.505 837.609C305.333 836.005 304.847 834.002 305.152 832.039L318.127 748.722C318.432 746.759 319.505 744.998 321.109 743.826C322.713 742.654 324.717 742.168 326.68 742.474L332.497 743.379Z" fill="#5661AE"/>
<path d="M380.25 759.892L356.36 752.744L348.765 786.028L374.902 794.234L380.25 759.892Z" fill="#BC775C"/>
<path d="M363.811 790.752L359.394 789.366L370.245 756.899L374.279 758.106L363.811 790.752Z" fill="#93523E"/>
<path d="M359.389 753.216C359.389 753.216 350.029 769.479 355.187 788.045L323.032 840.615C320.236 842.657 315.989 841.446 313.63 840.189C313.113 839.911 312.697 839.479 312.437 838.954C312.177 838.428 312.088 837.834 312.181 837.255L326.05 748.19C326.281 746.703 327.085 745.367 328.291 744.467C329.496 743.568 331.007 743.177 332.497 743.379C338.462 744.188 347.538 745.496 351.108 746.412C356.627 747.829 359.536 749.835 359.389 753.216Z" fill="#1C85E8"/>
<path d="M348.775 799.21L344.054 791.681C343.881 791.406 343.644 791.178 343.363 791.016C343.081 790.854 342.764 790.764 342.44 790.754C342.116 790.743 341.794 790.813 341.502 790.956C341.211 791.099 340.959 791.312 340.77 791.575C340.537 791.898 340.407 792.283 340.397 792.681C340.386 793.079 340.496 793.471 340.712 793.805L346.605 802.954L348.775 799.21Z" fill="tranparent"/>
<path d="M343.424 807.276L338.748 799.764C338.576 799.489 338.338 799.261 338.057 799.099C337.775 798.937 337.459 798.847 337.134 798.837C336.81 798.827 336.488 798.896 336.196 799.039C335.905 799.182 335.654 799.395 335.464 799.658C335.231 799.981 335.101 800.367 335.091 800.765C335.081 801.162 335.19 801.554 335.406 801.888L341.175 810.953L343.424 807.276Z" fill="tranparent"/>
<path d="M337.877 816.345L333.287 808.886C333.115 808.611 332.878 808.383 332.596 808.221C332.315 808.06 331.998 807.97 331.673 807.959C331.349 807.949 331.027 808.018 330.736 808.162C330.444 808.305 330.193 808.517 330.003 808.781C329.771 809.104 329.641 809.489 329.63 809.887C329.62 810.285 329.73 810.676 329.945 811.011L335.687 819.925L337.877 816.345Z" fill="tranparent"/>
<path d="M595.136 828.856H694.438V834.743C694.438 835.727 694.244 836.701 693.867 837.61C693.491 838.519 692.939 839.344 692.244 840.04C691.548 840.735 690.722 841.287 689.814 841.663C688.905 842.04 687.931 842.234 686.947 842.234H602.627C600.64 842.234 598.735 841.444 597.33 840.04C595.926 838.635 595.136 836.73 595.136 834.743V828.856Z" fill="#5661AE"/>
<path d="M604.105 779.131L600.718 803.835L634.775 806.219L638.861 779.131H604.105Z" fill="#BC775C"/>
<path d="M638.508 781.471L637.636 787.252L602.663 789.648L603.784 781.471H638.508Z" fill="#93523E"/>
<path d="M600.719 800.771C600.719 800.771 618.228 807.517 635.779 799.564L692.67 823.248C695.118 825.696 694.575 830.078 693.697 832.603C693.501 833.156 693.139 833.634 692.659 833.972C692.18 834.309 691.607 834.489 691.021 834.486H600.882C599.377 834.487 597.933 833.898 596.859 832.845C595.784 831.792 595.166 830.36 595.136 828.856C595.018 822.838 594.913 813.669 595.27 810C595.82 804.329 597.355 801.146 600.719 800.771Z" fill="#1C85E8"/>
<path d="M647.798 804.181L641.085 810.005C640.84 810.218 640.65 810.488 640.534 810.791C640.417 811.094 640.377 811.421 640.417 811.743C640.457 812.065 640.575 812.372 640.761 812.638C640.947 812.904 641.196 813.12 641.486 813.267C641.84 813.447 642.241 813.516 642.636 813.465C643.03 813.414 643.401 813.245 643.698 812.981L651.831 805.75L647.798 804.181Z" fill="tranparent"/>
<path d="M656.591 808.228L649.888 814.004C649.643 814.217 649.454 814.487 649.337 814.789C649.221 815.092 649.181 815.419 649.22 815.742C649.26 816.064 649.378 816.371 649.564 816.637C649.751 816.903 649.999 817.118 650.289 817.265C650.644 817.446 651.044 817.515 651.439 817.464C651.834 817.413 652.204 817.244 652.501 816.98L660.57 809.885L656.591 808.228Z" fill="tranparent"/>
<path d="M666.405 812.314L659.742 817.996C659.497 818.209 659.307 818.479 659.191 818.781C659.075 819.084 659.034 819.411 659.074 819.734C659.114 820.056 659.232 820.363 659.418 820.629C659.604 820.895 659.853 821.11 660.143 821.257C660.497 821.438 660.898 821.507 661.293 821.456C661.688 821.405 662.058 821.236 662.355 820.972L670.28 813.927L666.405 812.314Z" fill="tranparent"/>
<path d="M545.616 455.355L566.195 414.836C566.195 414.836 553.667 416.473 551.483 408.696C549.299 400.92 610.693 393.962 610.693 393.962C610.693 393.962 605.782 411.152 598.415 413.198L578.155 472.546L545.616 455.355Z" fill="#BC775C"/>
<path d="M548.681 449.319L580.827 464.718L578.154 472.545L546.915 452.797L548.681 449.319Z" fill="#93523E"/>
<path d="M744.682 238.505L448.766 286.948C443.688 287.779 440.246 292.569 441.077 297.646L460.4 415.684C461.231 420.762 466.021 424.204 471.099 423.373L767.016 374.93C772.093 374.099 775.536 369.309 774.704 364.232L755.381 246.194C754.55 241.116 749.76 237.674 744.682 238.505Z" fill="#FEBB94"/>
<path d="M593.467 312.515L713.73 292.828" stroke="white" stroke-width="16.5208" stroke-miterlimit="10" stroke-linecap="round"/>
<path opacity="0.7" d="M602.01 349.031L680.461 336.188" stroke="white" stroke-width="16.5208" stroke-miterlimit="10" stroke-linecap="round"/>
<path d="M521.579 393.057C545.069 393.057 564.112 374.014 564.112 350.523C564.112 327.033 545.069 307.99 521.579 307.99C498.088 307.99 479.045 327.033 479.045 350.523C479.045 374.014 498.088 393.057 521.579 393.057Z" stroke="#EF6A77" stroke-width="16.5208" stroke-miterlimit="10"/>
<path d="M563.554 343.652C564.913 351.954 563.78 360.472 560.297 368.13C556.815 375.788 551.14 382.241 543.99 386.674C536.84 391.106 528.537 393.319 520.129 393.032C511.722 392.746 503.588 389.972 496.757 385.063C489.926 380.154 484.703 373.329 481.751 365.452C478.798 357.574 478.248 348.999 480.169 340.809C482.091 332.619 486.398 325.182 492.545 319.44C498.693 313.698 506.405 309.907 514.707 308.548" stroke="white" stroke-width="16.5208" stroke-miterlimit="10" stroke-linecap="round"/>
<path d="M535.438 669.024L547.713 807.958C547.713 837.741 517.326 841.129 507.599 837.619C493.877 832.667 360.981 798.836 360.981 798.836L375.065 755.699L477.063 769.876C477.063 769.876 474.274 740.931 446.922 652.547L535.438 669.024Z" fill="#5661AE"/>
<path d="M456.035 683.161L538.738 706.382L534.088 650.593L446.922 652.547L456.035 683.161Z" fill="#465393"/>
<path d="M534.238 364.63C534.238 364.63 550.616 383.221 555.485 390.746C560.354 398.271 560.529 413.03 550.348 416.793C540.167 420.555 531.839 421.188 516.975 418.411C505.409 416.251 490.416 397.164 494.842 387.426C499.269 377.688 519.852 359.982 534.238 364.63Z" fill="#BC775C"/>
<path d="M537.336 416.64L534.901 448.068L499.268 440.322L515.204 410.665L537.336 416.64Z" fill="#BC775C"/>
<path d="M537.336 419.911H527.648L535.936 434.709" fill="#93523E"/>
<path d="M495.285 438.33L500.6 433.182C501.289 432.514 502.136 432.03 503.063 431.775C503.989 431.52 504.964 431.503 505.898 431.724L535.036 438.625C535.737 438.791 536.384 439.136 536.912 439.626C537.441 440.117 537.833 440.736 538.051 441.423L540.157 448.069L495.285 438.33Z" fill="url(#paint0_linear)"/>
<path d="M449.136 597.229L443.921 622.498C438.048 661.045 465.686 686.544 507.924 679.595C545.646 673.388 657.385 630.065 657.385 630.065L652.932 561.501L558.995 576.999C558.995 576.999 474.561 561.355 449.136 597.229Z" fill="#5661AE"/>
<path d="M659.93 621.461C676.712 621.461 690.317 607.857 690.317 591.074C690.317 574.292 676.712 560.687 659.93 560.687C643.147 560.687 629.542 574.292 629.542 591.074C629.542 607.857 643.147 621.461 659.93 621.461Z" fill="#5661AE"/>
<path d="M659.93 621.461C676.712 621.461 690.317 607.857 690.317 591.074C690.317 574.292 676.712 560.687 659.93 560.687C643.147 560.687 629.542 574.292 629.542 591.074C629.542 607.857 643.147 621.461 659.93 621.461Z" fill="#5661AE"/>
<path d="M517.326 839.219C534.109 839.219 547.714 825.614 547.714 808.831C547.714 792.049 534.109 778.444 517.326 778.444C500.544 778.444 486.939 792.049 486.939 808.831C486.939 825.614 500.544 839.219 517.326 839.219Z" fill="#5661AE"/>
<path d="M688.834 599.855L646.116 781.471H595.025L629.542 591.074L688.834 599.855Z" fill="#5661AE"/>
<path d="M558.995 576.999L446.483 612.014L449.136 597.228L558.995 576.999Z" fill="#465393"/>
<path d="M584.244 474.404L595.422 482.537L632.751 421.265C632.751 421.265 627.781 401.196 627.439 397.779L639.585 396.048C639.585 396.048 649.423 377.506 652.227 373.839C655.031 370.171 658.267 370.818 659.993 373.839C659.993 373.839 665.386 374.702 666.249 382.036C666.249 382.036 670.995 383.115 672.937 392.607C672.937 392.607 677.035 396.921 676.173 401.667C675.31 406.413 664.523 425.013 662.798 426.931C661.469 428.495 660.244 430.144 659.13 431.869L623.177 518.021C623.177 518.021 614.392 536.865 593.805 529.718L568.28 517.889C556.565 510.298 584.244 474.404 584.244 474.404Z" fill="#BC775C"/>
<path d="M603.058 531.946C614.925 531.946 624.546 522.326 624.546 510.458C624.546 498.59 614.925 488.97 603.058 488.97C591.19 488.97 581.57 498.59 581.57 510.458C581.57 522.326 591.19 531.946 603.058 531.946Z" fill="#BC775C"/>
<path d="M512.991 380.122C512.991 380.122 534.017 373.04 538.222 358.211C542.427 343.383 533.574 335.636 522.065 343.161C522.065 343.161 513.876 330.103 499.933 339.178C485.989 348.252 488.645 369.72 489.088 373.925C489.088 373.925 473.374 384.992 480.899 402.476C488.424 419.961 509.072 424.166 509.072 424.166C511.351 420.891 512.982 417.209 513.876 413.321C513.876 413.321 502.498 404.689 509.072 396.279C515.647 387.869 523.172 401.37 523.172 401.37C523.172 401.37 528.926 382.336 512.991 380.122Z" fill="#465393"/>
<path d="M495.285 438.331C495.285 438.331 480.689 445.589 477.382 453.404C474.327 460.626 453.075 555.484 446.566 593.67C446.411 594.575 446.48 595.505 446.768 596.378C447.057 597.25 447.555 598.038 448.219 598.673C448.883 599.308 449.693 599.77 450.578 600.019C451.463 600.267 452.395 600.295 453.292 600.099L558.995 576.999C558.995 576.999 553.825 521.444 555.637 505.14C557.449 488.836 540.157 448.069 540.157 448.069L495.285 438.331Z" fill="url(#paint1_linear)"/>
<path d="M555.262 512.827L528.613 496.99L556.342 542.605L555.262 512.827Z" fill="#96BAFD"/>
<path d="M595.422 482.536L603.182 487.945L610.693 457.471L595.422 482.536Z" fill="#93523E"/>
<path d="M540.157 448.069C540.157 448.069 582.572 471.255 587.721 475.058C588.389 475.55 588.859 476.265 589.046 477.074C589.233 477.882 589.124 478.731 588.741 479.466L569.26 516.869C569.041 517.289 568.739 517.66 568.372 517.96C568.005 518.259 567.581 518.48 567.125 518.61C566.67 518.739 566.192 518.775 565.723 518.713C565.253 518.652 564.801 518.496 564.394 518.254L514.956 488.874C514.956 488.874 512.325 449.765 540.157 448.069Z" fill="url(#paint2_linear)"/>
<path d="M534.745 392.518C535.761 391.759 535.646 389.886 534.488 388.335C533.33 386.784 531.567 386.141 530.55 386.9C529.534 387.659 529.649 389.532 530.807 391.083C531.966 392.635 533.729 393.277 534.745 392.518Z" fill="#080B09"/>
<path d="M548.683 381.971C549.699 381.212 549.584 379.339 548.426 377.788C547.268 376.237 545.505 375.594 544.488 376.353C543.472 377.112 543.587 378.985 544.745 380.536C545.904 382.088 547.667 382.73 548.683 381.971Z" fill="#080B09"/>
<path d="M543.041 384.86C543.041 384.86 542.799 389.449 545.611 388.24C548.256 386.994 550.516 387.852 548.858 391.334" stroke="#93523E" stroke-width="1.20877" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M549.788 394.609C548.191 395.477 544.998 397.213 542.891 398.405C542.764 398.475 542.659 398.579 542.586 398.705C542.514 398.831 542.478 398.974 542.481 399.12C542.485 399.265 542.528 399.406 542.606 399.529C542.685 399.651 542.795 399.75 542.926 399.814C545.88 401.09 552.208 402.948 550.88 395.204C550.879 395.078 550.844 394.953 550.779 394.845C550.714 394.736 550.62 394.646 550.509 394.586C550.398 394.525 550.272 394.495 550.145 394.499C550.018 394.503 549.895 394.541 549.788 394.609Z" fill="tranparent"/>
<path d="M522.758 387.933L523.054 388.174C523.455 388.564 523.994 388.78 524.553 388.774C525.113 388.768 525.647 388.542 526.04 388.143L532.609 381.121C532.941 380.794 533.138 380.354 533.161 379.889C533.185 379.424 533.032 378.967 532.735 378.609C532.563 378.381 532.344 378.192 532.094 378.054C531.843 377.917 531.567 377.834 531.282 377.812C530.997 377.789 530.711 377.827 530.442 377.924C530.173 378.02 529.928 378.172 529.722 378.37L522.857 385.152C522.664 385.325 522.507 385.536 522.397 385.771C522.288 386.007 522.226 386.262 522.217 386.521C522.208 386.781 522.251 387.04 522.344 387.282C522.437 387.525 522.578 387.746 522.758 387.933Z" fill="#080B09"/>
<path d="M546.635 368.004L537.601 371.394C537.335 371.497 537.093 371.656 536.893 371.86C536.693 372.064 536.538 372.307 536.439 372.575C536.341 372.843 536.3 373.129 536.319 373.414C536.339 373.699 536.419 373.977 536.554 374.228C536.754 374.649 537.105 374.979 537.538 375.153C537.97 375.327 538.451 375.332 538.887 375.167L548.017 372.148C548.543 371.958 548.973 371.568 549.213 371.063C549.453 370.557 549.483 369.978 549.297 369.45L549.202 369.08C549.108 368.838 548.966 368.617 548.785 368.431C548.603 368.245 548.387 368.097 548.147 367.997C547.908 367.897 547.65 367.845 547.391 367.846C547.131 367.848 546.874 367.901 546.635 368.004Z" fill="#080B09"/>
<defs>
<linearGradient id="paint0_linear" x1="516.604" y1="431.531" x2="518.012" y2="466.866" gradientUnits="userSpaceOnUse">
<stop stop-color="white"/>
<stop offset="1" stop-color="#94B9FF"/>
</linearGradient>
<linearGradient id="paint1_linear" x1="499.939" y1="437.946" x2="552.833" y2="776.985" gradientUnits="userSpaceOnUse">
<stop stop-color="white"/>
<stop offset="1" stop-color="#94B9FF"/>
</linearGradient>
<linearGradient id="paint2_linear" x1="550.164" y1="447.901" x2="565.645" y2="597.908" gradientUnits="userSpaceOnUse">
<stop stop-color="white"/>
<stop offset="1" stop-color="#94B9FF"/>
</linearGradient>
</defs>
</svg>
<svg width="1080" height="1080" viewBox="0 0 1080 1080" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect width="1080" height="1080" fill="tranparent"/>
<path d="M792.606 590.787H420.297V853.8H792.606V590.787Z" fill="#5CA4E6"/>
<path d="M569.031 590.787H420.297V853.8H569.031V590.787Z" fill="url(#paint0_linear)"/>
<path d="M545.331 537.229C545.331 537.229 516.691 512.229 493.406 533.474C470.12 554.719 373.914 700.614 373.914 700.614L403.012 720.736L512.142 598.008L531.138 628.584L545.331 537.229Z" fill="#FCBA9F"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M525.846 816.387C537.842 807.621 550.207 798.585 563.228 795.667C563.521 795.6 563.825 795.598 564.12 795.66C564.414 795.722 564.691 795.848 564.932 796.028C565.173 796.208 565.372 796.438 565.515 796.703C565.658 796.968 565.742 797.26 565.76 797.56L567.187 821.718C567.216 822.216 567.065 822.707 566.76 823.101C566.455 823.496 566.018 823.766 565.529 823.862L476.332 841.492C469.755 842.792 465.537 839.932 463.514 834.853C463.448 834.678 463.434 834.487 463.473 834.304C463.513 834.121 463.604 833.953 463.736 833.82C463.869 833.688 464.037 833.596 464.22 833.557C464.403 833.517 464.594 833.531 464.769 833.597C476.486 837.901 489.422 837.45 500.81 832.338C509.038 828.67 517.349 822.596 525.846 816.387Z" fill="#5661AE"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M553.219 737.241C553.219 737.241 554.908 775.369 555.798 779.248C556.41 781.368 557.178 783.44 558.094 785.447C559.623 789.092 561.326 793.152 561.482 796.103C549.101 799.402 537.305 808.02 525.847 816.391C517.35 822.599 509.04 828.671 500.811 832.338C489.973 837.202 477.711 837.857 466.416 834.174C464.865 827.584 469.367 820.287 480.724 817C501.08 811.109 512.204 807.375 519.302 790.349C524.346 778.251 515.898 736.129 515.898 736.129L553.219 737.241Z" fill="#FFCCB3"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M520.194 783.912C524.196 783.666 540.1 782.619 555.326 780.628C558.285 780.242 560.926 785.799 559.662 789.334C558.835 791.915 558.217 794.559 557.815 797.24C552.847 799.056 548.081 801.381 543.592 804.178C544.512 797.879 540.67 795.09 534.962 795.377C530.453 795.605 520.268 798.468 515.017 800.023C514.728 800.108 514.421 800.108 514.133 800.025C513.844 799.941 513.585 799.776 513.386 799.55C513.188 799.324 513.058 799.046 513.013 798.748C512.968 798.451 513.008 798.147 513.13 797.872L518.848 784.853C518.964 784.588 519.151 784.359 519.388 784.193C519.626 784.027 519.904 783.93 520.194 783.912Z" fill="tranparent"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M478.076 836.422C488.438 837.233 494.706 834.539 494.706 834.539L490.536 813.444L474.323 817.433L478.076 836.422Z" fill="tranparent"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M348.14 740.227C362.956 741.332 378.228 742.47 390.033 748.691C390.3 748.83 390.533 749.026 390.717 749.264C390.901 749.502 391.03 749.777 391.097 750.071C391.164 750.364 391.166 750.668 391.103 750.963C391.04 751.257 390.914 751.534 390.734 751.774L376.156 771.091C375.856 771.489 375.422 771.764 374.934 771.867C374.447 771.97 373.938 771.892 373.504 771.648L294.167 727.235C288.317 723.96 286.96 719.048 288.713 713.869C288.776 713.693 288.889 713.539 289.038 713.425C289.187 713.311 289.365 713.242 289.552 713.227C289.739 713.212 289.926 713.251 290.091 713.34C290.256 713.428 290.393 713.563 290.483 713.727C296.612 724.601 306.753 732.645 318.737 736.137C327.38 738.68 337.645 739.445 348.14 740.227Z" fill="#5661AE"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M420.297 697.721L395.023 731.373C394.115 733.384 393.356 735.459 392.752 737.582C391.553 741.348 390.216 745.543 388.422 747.891C376.857 742.374 362.289 741.287 348.138 740.23C337.644 739.447 327.381 738.681 318.738 736.138C307.333 732.813 297.574 725.361 291.363 715.234C294.455 709.211 302.614 706.575 313.391 711.437C332.708 720.151 343.598 724.521 360.04 716.161C362.69 714.601 365.065 712.615 367.069 710.284L392.605 672.676L420.297 697.721Z" fill="#FCBA9F"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M364.893 711.839C368.1 714.247 380.886 723.762 393.769 732.118C396.272 733.743 394.679 739.686 391.425 741.558C389.122 742.986 386.937 744.598 384.893 746.379C379.934 744.54 374.797 743.22 369.566 742.439C374.351 738.24 373.235 733.625 368.702 730.143C365.123 727.392 355.512 722.968 350.506 720.747C350.231 720.625 349.997 720.426 349.832 720.175C349.666 719.924 349.576 719.631 349.571 719.33C349.567 719.029 349.649 718.733 349.807 718.478C349.965 718.222 350.193 718.017 350.465 717.886L363.259 711.683C363.519 711.556 363.81 711.503 364.098 711.531C364.386 711.558 364.662 711.665 364.893 711.839Z" fill="tranparent"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M298.782 724.506C306.145 731.842 312.663 733.855 312.663 733.855L323.167 715.091L308.237 707.616L298.782 724.506Z" fill="tranparent"/>
<path d="M584.606 519.089L509.09 532.505L523.954 592.282H572.326C572.326 592.282 595.32 542.859 584.606 519.089Z" fill="#FFCCB3"/>
<path d="M518.769 591.698C535.551 591.698 549.156 578.093 549.156 561.31C549.156 544.528 535.551 530.923 518.769 530.923C501.986 530.923 488.381 544.528 488.381 561.31C488.381 578.093 501.986 591.698 518.769 591.698Z" fill="#FFCCB3"/>
<path d="M488.758 566.098L519.165 756.49L554.237 757.954L550.142 569.751L488.758 566.098Z" fill="#FFCCB3"/>
<path d="M536.393 524.326C536.393 524.326 548.031 527.91 552.835 546.892C557.639 565.873 552.397 592.282 552.397 592.282H559.881C559.881 592.282 586.565 560.946 566.933 521.009L536.393 524.326Z" fill="#FF967C"/>
<path d="M609.818 361.511L600.313 366.071C596.668 367.82 593.455 370.352 590.902 373.486C588.349 376.621 586.52 380.28 585.544 384.203L564.057 470.659L515.615 493.821L526.659 511.362L618.25 508.114L609.818 361.511Z" fill="#5661AE"/>
<path d="M596.13 392.634C596.13 392.634 579.451 416.067 587.522 438.385C595.593 460.704 592.298 464.842 590.279 484.615C588.261 504.387 594.852 499.789 594.852 499.789L618.25 488.753C618.25 488.753 628.013 395.224 596.13 392.634Z" fill="#465393"/>
<path d="M694.259 500.253C694.259 500.253 703.507 545.509 691.388 564.421C676.048 588.359 657.285 592.025 643.419 592.283H552.397C552.397 592.283 552.229 535.495 507.387 525.793C507.387 525.793 654.969 484.69 694.259 500.253Z" fill="#1F2D49"/>
<path d="M696.299 513.431L599.834 516.607L600.86 509.869L619.658 507.696H696.164L696.299 513.431Z" fill="#0D1B33"/>
<path d="M571.537 492.226C571.537 492.226 559.736 495.656 554.435 497.216C549.134 498.775 538.652 502.517 538.652 502.517L546.327 513.431L581.109 511.362L571.537 492.226Z" fill="#FFCCB3"/>
<path d="M628.724 353.44C628.724 353.44 608.915 361.278 605.89 363.697C602.866 366.117 599.994 385.863 594.852 395.239C589.711 404.615 582.189 421.92 593.175 437.816C604.162 453.711 602.993 466.333 602.993 466.333L600.655 506.207L692.296 508.995C693.13 509.021 693.959 508.87 694.73 508.552C695.501 508.233 696.196 507.755 696.768 507.148C697.341 506.541 697.777 505.82 698.05 505.031C698.323 504.243 698.425 503.406 698.35 502.575C697.298 490.95 695.532 473.581 695.154 455.069C694.642 429.981 694.259 346.153 694.259 346.153L653.014 344.858C644.706 346.291 628.724 353.44 628.724 353.44Z" fill="#5661AE"/>
<path d="M694.259 390.659C706.549 390.659 716.512 380.696 716.512 368.406C716.512 356.116 706.549 346.153 694.259 346.153C681.969 346.153 672.006 356.116 672.006 368.406C672.006 380.696 681.969 390.659 694.259 390.659Z" fill="#5661AE"/>
<path d="M697.261 493.381C697.261 493.381 695.357 500.338 675.007 508.469C675.007 508.469 627.3 507.432 603.597 507.93C579.894 508.429 606.138 502.176 619.369 495.579C632.6 488.982 695.755 470.659 695.755 470.659L697.261 493.381Z" fill="#465393"/>
<path d="M678.026 380.42C678.026 380.42 664.228 393 663.416 402.334C662.605 411.668 660.728 437.694 642.996 440.29C621.26 443.472 615.571 446.57 625.647 449.005C635.723 451.44 658.59 447.494 658.59 457.933C658.59 465.361 667.475 470.919 671.939 466.861C676.403 462.803 711.96 401.117 678.026 380.42Z" fill="#465393"/>
<path d="M716.273 371.662C714.402 380.592 696.604 474.672 696.604 474.672C696.604 474.672 694.259 488.746 680.506 492.226L584.606 516.607L567.731 491.294L654.706 461.548L672.006 368.406C672.006 368.406 718.769 359.749 716.273 371.662Z" fill="#5661AE"/>
<path d="M626.488 336.114L627.401 366.987C627.401 366.987 627.156 372.314 633.621 371.595C640.086 370.877 653.097 366.043 656.689 359.818C660.281 353.592 658.013 351.457 658.013 351.457L638.28 312.996L626.488 336.114Z" fill="#FFCCB3"/>
<path d="M626.488 339.702L634.566 330.123L627.183 359.593L626.488 339.702Z" fill="#FF967C"/>
<path d="M633.689 260.014C633.34 254.124 634.624 248.251 637.401 243.044C641.997 234.736 651.543 223.246 666.038 228.196C680.533 233.145 691.139 244.282 685.659 260.014C680.18 275.747 664.956 280.781 657.2 279.105C649.443 277.429 633.689 260.014 633.689 260.014Z" fill="#080B09"/>
<path d="M629.021 262.202C629.855 260.794 631.105 259.679 632.598 259.009C634.091 258.339 635.755 258.147 637.361 258.46C643.097 259.516 649.135 264.045 654.267 269.478C659.399 274.912 659.231 278.856 656.9 281.261C654.568 283.667 629.021 262.202 629.021 262.202Z" fill="#FEBB94"/>
<path d="M501.878 419.719L538.652 521.599H612.59C612.59 518.488 611.354 515.504 609.154 513.305C606.955 511.105 603.971 509.869 600.86 509.869H547.369L515.615 419.719L501.878 419.719Z" fill="tranparent"/>
<path d="M501.878 419.719H402.676L441.041 521.599H538.652L501.878 419.719Z" fill="#D4DCF4"/>
<path d="M470.664 482.686C475.605 482.686 479.61 478.68 479.61 473.74C479.61 468.799 475.605 464.793 470.664 464.793C465.723 464.793 461.718 468.799 461.718 473.74C461.718 478.68 465.723 482.686 470.664 482.686Z" fill="tranparent"/>
<path d="M586.336 298.153C586.336 298.153 589.395 327.702 603.772 341.157C613.148 349.932 621.746 347.684 634.566 330.123C646.32 314.021 647.354 306.191 647.354 306.191L634.931 278.24C634.931 278.24 584.875 271.115 586.336 298.153Z" fill="#FFCCB3"/>
<path d="M591.424 292.367C591.424 292.367 598.498 303.627 611.454 303.809C614.166 306.03 617.403 307.516 620.855 308.123C624.307 308.731 627.857 308.439 631.163 307.277C631.163 307.277 625.996 299.439 631.163 296.692C639.937 292.028 642.96 307.58 638.28 312.996C635.1 316.677 638.463 320.963 640.835 324.796C643.207 328.628 650.872 338.117 650.872 338.117C650.872 338.117 650.142 332.643 653.609 328.628C657.077 324.613 668.324 283.511 647.432 268.391C626.54 253.272 604.548 265.368 600.425 268.391C600.425 268.391 578.472 272.225 578.433 295.056C578.4 314.574 592.291 319.217 592.291 319.217L588.145 303.463C588.145 303.463 590.709 303.737 591.424 292.367Z" fill="#080B09"/>
<path d="M614.771 328.765C614.771 328.765 616.395 333.83 610.889 336.183C607.173 337.405 604.577 333.766 604.577 333.766L614.771 328.765Z" fill="#E56441"/>
<path d="M595.51 321.337C596.654 321.055 597.244 319.459 596.827 317.773C596.411 316.088 595.147 314.95 594.003 315.232C592.859 315.515 592.269 317.11 592.685 318.796C593.101 320.482 594.366 321.62 595.51 321.337Z" fill="#080B09"/>
<path d="M612.469 317.406C613.613 317.124 614.203 315.528 613.787 313.843C613.371 312.157 612.106 311.019 610.962 311.302C609.818 311.584 609.228 313.18 609.645 314.865C610.061 316.551 611.326 317.689 612.469 317.406Z" fill="#080B09"/>
<path d="M588.93 312.247L597.561 310.266C597.705 310.22 597.827 310.123 597.905 309.994C597.983 309.865 598.012 309.711 597.986 309.563C597.89 309.309 597.743 309.077 597.556 308.882C597.368 308.686 597.142 308.53 596.892 308.424C596.642 308.318 596.374 308.264 596.102 308.265C595.831 308.265 595.563 308.321 595.313 308.428L588.545 311.295C587.982 311.434 588.225 312.421 588.93 312.247Z" fill="#080B09"/>
<path d="M617.91 304.522L606.669 308.045C606.594 307.694 606.593 307.331 606.667 306.979C606.74 306.628 606.887 306.296 607.097 306.005C607.306 305.714 607.575 305.47 607.885 305.288C608.195 305.107 608.539 304.993 608.896 304.953L617.877 303.782C618.158 303.713 618.332 304.418 617.91 304.522Z" fill="#080B09"/>
<path d="M601.563 315.7L600.344 324.801L603.558 326.353" stroke="#E56441" stroke-width="0.94666" stroke-linecap="round"/>
<defs>
<linearGradient id="paint0_linear" x1="490.961" y1="590.162" x2="595.295" y2="1134.36" gradientUnits="userSpaceOnUse">
<stop stop-color="white"/>
<stop offset="1" stop-color="#94B9FF"/>
</linearGradient>
</defs>
</svg>
<svg width="1080" height="1080" viewBox="0 0 1080 1080" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect width="1080" height="1080" fill="tranparent"/>
<path d="M378.07 665.911L420.896 755.502L415.585 758.041C413.792 758.898 411.733 759.008 409.86 758.346C407.987 757.685 406.453 756.306 405.597 754.514L369.23 678.438C368.374 676.646 368.264 674.587 368.925 672.714C369.587 670.84 370.966 669.307 372.758 668.45L378.07 665.911L378.07 665.911Z" fill="#71C8EA"/>
<path d="M424.695 645.68L395.139 657.898L411.72 681.346L437.922 673.351L424.695 645.68Z" fill="#FFCCB3"/>
<path d="M405.816 658.834C405.816 658.834 417.355 676.657 419.096 686.615C420.836 696.574 426.798 746.948 425.194 751.489C424.041 754.753 419.853 756.153 417.196 756.45C416.613 756.512 416.025 756.391 415.514 756.104C415.003 755.817 414.593 755.378 414.343 754.848L375.468 673.523C374.818 672.166 374.727 670.609 375.213 669.185C375.7 667.762 376.725 666.586 378.07 665.911C383.448 663.209 391.675 659.16 395.139 657.899C400.493 655.95 404.027 655.962 405.816 658.834Z" fill="#5661AE"/>
<path d="M615.043 701.47L574.879 775.611C573.933 777.358 572.332 778.657 570.428 779.223C568.524 779.789 566.472 779.575 564.726 778.629L559.549 775.825L606.848 688.512L612.025 691.317C613.772 692.263 615.071 693.864 615.637 695.768C616.203 697.672 615.99 699.723 615.043 701.47Z" fill="#71C8EA"/>
<path d="M561.305 665.952L590.206 679.648L572.461 702.228L546.696 692.919L561.305 665.952Z" fill="#FFCCB3"/>
<path d="M579.495 680.043C579.495 680.043 567.07 697.259 564.828 707.117C562.587 716.975 554.088 766.983 555.46 771.6C556.446 774.918 560.558 776.528 563.197 776.958C563.776 777.05 564.369 776.959 564.894 776.698C565.419 776.437 565.85 776.019 566.127 775.502L609.063 696.246C609.78 694.924 609.95 693.373 609.536 691.927C609.122 690.48 608.157 689.254 606.849 688.512C601.614 685.542 593.601 681.082 590.206 679.648C584.957 677.431 581.427 677.264 579.495 680.043Z" fill="#5661AE"/>
<path d="M648.374 560.339C648.374 560.339 659.438 615.282 650.852 626.047L432.067 682.069L413.41 647.122L541.17 589.148L566.757 554.078L648.374 560.339Z" fill="#D1E8F7"/>
<path d="M593.01 599.544L544.738 615.689L522.213 625.134L551.505 651.487L525.317 657.403L453.886 599.544H593.01Z" fill="#5CA4E6"/>
<path d="M427.119 642.539L428.604 647.7L462.524 674.175L494.387 666.401C494.387 666.401 432.92 637.149 427.119 642.539Z" fill="#5CA4E6"/>
<path d="M488.525 557.134C488.525 557.134 426.66 553.778 395.996 556.473C376.251 558.209 369.133 608.736 384.89 617.928L553.996 704.514L573.924 668.504L464.835 594.663L542.88 583.685L488.525 557.134Z" fill="#D1E8F7"/>
<path d="M401.196 622.229C419.466 622.229 434.277 607.418 434.277 589.148C434.277 570.877 419.466 556.066 401.196 556.066C382.925 556.066 368.114 570.877 368.114 589.148C368.114 607.418 382.925 622.229 401.196 622.229Z" fill="#D1E8F7"/>
<path d="M645.356 626.502C663.626 626.502 678.437 611.691 678.437 593.42C678.437 575.15 663.626 560.339 645.356 560.339C627.085 560.339 612.274 575.15 612.274 593.42C612.274 611.691 627.085 626.502 645.356 626.502Z" fill="#D1E8F7"/>
<path d="M554.734 437.314C551.249 420.108 559.445 420.552 562.173 417.816C562.173 417.816 572.405 409.378 580.202 417.244C588.455 425.564 635.764 490.194 635.764 490.194L606.163 517.419L600.599 510.779L586.186 493.59L570.77 475.218L568.855 473.126L548.059 449.571C548.059 449.571 556.705 446.372 554.734 437.314Z" fill="#5661AE"/>
<path d="M571.15 454.592C583.063 450.601 589.486 437.709 585.496 425.796C581.506 413.883 568.614 407.46 556.7 411.45C544.787 415.44 538.364 428.333 542.354 440.246C546.345 452.159 559.237 458.582 571.15 454.592Z" fill="#5661AE"/>
<path d="M569.128 473.035C568.531 469.439 567.337 462.247 566.052 455.692L559.222 423.967C559.222 423.967 577.565 451.077 586.015 469.96C592.274 484.111 599.534 498.533 600.735 510.734L586.323 493.544L570.907 475.172L569.128 473.035Z" fill="#465393"/>
<path d="M665.331 417.431C672.365 404.602 668.985 402.424 671.977 395.124C674.925 388.001 669.691 370.345 674.702 372.752C679.712 375.16 681.263 381.558 681.263 381.558C684.69 375.496 687.846 364.342 696.049 363.065C704.254 361.788 704.98 364.37 709.63 368.186C722.001 378.479 706.226 393.948 703.593 399.839C701.899 403.531 689.452 414.788 688.073 417.249L681.808 426.336L665.331 417.431Z" fill="#FFCCB3"/>
<path d="M689.5 382.353L699.497 363.896L689.5 382.353Z" fill="#E56441"/>
<path d="M689.5 382.353L699.497 363.896" stroke="#E56441" stroke-width="0.94666" stroke-linecap="round"/>
<path d="M696.05 385.342L706.946 368.153L696.05 385.342Z" fill="#E56441"/>
<path d="M696.05 385.342L706.946 368.153" stroke="#E56441" stroke-width="0.94666" stroke-linecap="round"/>
<path d="M703.832 388.647L710.059 378.237L703.832 388.647Z" fill="#E56441"/>
<path d="M703.832 388.647L710.059 378.237" stroke="#E56441" stroke-width="0.94666" stroke-linecap="round"/>
<path d="M687.03 398.601C686.977 392.211 683.142 384.477 683.142 384.477L687.03 398.601Z" fill="#E56441"/>
<path d="M687.03 398.601C686.977 392.211 683.142 384.477 683.142 384.477" stroke="#E56441" stroke-width="0.94666" stroke-linecap="round"/>
<path d="M605.912 489.68L666.105 409.52C666.488 409.049 667.033 408.737 667.633 408.644C668.233 408.55 668.847 408.682 669.355 409.015L685.117 419.438C685.866 419.946 686.399 420.714 686.614 421.592C686.829 422.471 686.709 423.399 686.278 424.194L637.872 513.463L605.912 489.68Z" fill="#5661AE"/>
<path d="M620.537 523.537C631.67 523.537 640.695 514.513 640.695 503.38C640.695 492.248 631.67 483.223 620.537 483.223C609.405 483.223 600.38 492.248 600.38 503.38C600.38 514.513 609.405 523.537 620.537 523.537Z" fill="#5661AE"/>
<path d="M531.151 400.097C531.151 400.097 564.929 409.036 570.728 411.356C576.527 413.675 576.913 422.953 577.3 429.525C577.686 436.096 576.388 583.685 576.388 583.685L501.632 580.81L445.726 548.084C445.726 548.084 448.156 430.979 448.93 425.567C449.703 420.155 443.628 415.494 450.213 412.77L492.543 401.588L531.151 400.097Z" fill="#5661AE"/>
<path d="M474.898 452.674L475.5 561.718L443.362 525.898L458.911 449.281L474.898 452.674Z" fill="#465393"/>
<path d="M487.03 403.254C487.03 403.254 482.248 412.872 487.03 419.506C491.812 426.14 510.956 432.584 524.035 432.395C537.113 432.205 544.043 419.736 538.114 402.278L516.453 396.192L492.543 401.588L487.03 403.254Z" fill="#465393"/>
<path d="M541.172 320.37C541.172 320.37 550.59 340.693 540.545 344.891C530.5 349.089 531.67 321.356 541.172 320.37Z" fill="#93523E"/>
<path d="M530.548 385.402L533.273 416.126C533.273 416.126 535.885 420.245 525.712 422.408C519.168 423.8 501.545 416.857 498.127 414.774C496.673 414.002 495.534 412.747 494.906 411.226C494.278 409.705 494.199 408.012 494.685 406.44C495.724 402.679 500.029 371.358 500.029 371.358L530.548 385.402Z" fill="#FFCCB3"/>
<path d="M531.073 391.326L514.841 383.307L532.937 412.339L531.073 391.326Z" fill="#FF967C"/>
<path d="M535.763 326.252C535.763 326.252 545.289 350.142 548.744 366.902C552.23 383.81 546.668 388.033 539.328 390.52C533.54 392.481 524.296 394.045 518.007 392.077C506.541 388.487 495.323 378.126 492.64 375.998C488.486 372.703 484.384 357.757 490.473 349.301C496.562 340.846 520.551 314.274 535.763 326.252Z" fill="#FFCCB3"/>
<path d="M523.499 359.227C524.766 358.729 525.176 356.757 524.415 354.824C523.654 352.89 522.011 351.727 520.744 352.225C519.477 352.723 519.067 354.695 519.827 356.629C520.588 358.562 522.232 359.726 523.499 359.227Z" fill="#080B09"/>
<path d="M540.911 352.25C542.178 351.752 542.588 349.78 541.827 347.846C541.067 345.913 539.423 344.749 538.156 345.248C536.889 345.746 536.479 347.718 537.24 349.651C538 351.585 539.644 352.748 540.911 352.25Z" fill="#080B09"/>
<path d="M534.525 355.549C534.525 355.549 532.978 360.231 536.23 359.775C539.321 359.232 541.418 360.759 538.718 363.896" fill="#E56441"/>
<path d="M534.525 355.549C534.525 355.549 532.978 360.231 536.23 359.775C539.321 359.232 541.418 360.759 538.718 363.896" stroke="#E56441" stroke-width="0.94666" stroke-linecap="round"/>
<path d="M538.869 368.036L538.885 368.032L538.901 368.027C538.946 368.014 538.994 368.012 539.039 368.023C539.085 368.034 539.127 368.057 539.161 368.09C539.195 368.122 539.22 368.164 539.233 368.209C539.245 368.254 539.246 368.302 539.234 368.348L539.224 368.387L539.22 368.427C539.021 370.476 538.511 371.693 537.892 372.378C537.294 373.039 536.544 373.259 535.693 373.194C534.82 373.128 533.861 372.76 532.932 372.255C532.014 371.756 531.161 371.143 530.502 370.617C530.457 370.575 530.424 370.522 530.406 370.464C530.386 370.402 530.384 370.336 530.4 370.274C530.415 370.211 530.448 370.154 530.493 370.108C530.539 370.063 530.596 370.031 530.659 370.016L530.659 370.016L530.664 370.014C533.178 369.378 536.97 368.484 538.869 368.036Z" fill="#E56441" stroke="#E56441"/>
<path d="M512.468 351.041L512.706 351.375C513.011 351.892 513.508 352.268 514.089 352.42C514.669 352.572 515.286 352.489 515.806 352.187L524.592 346.774C525.029 346.529 525.357 346.13 525.513 345.655C525.668 345.18 525.64 344.663 525.433 344.208C525.319 343.924 525.147 343.666 524.926 343.453C524.706 343.24 524.442 343.076 524.154 342.972C523.866 342.869 523.558 342.827 523.253 342.851C522.947 342.875 522.65 342.963 522.381 343.11L513.356 348.19C513.107 348.315 512.886 348.489 512.705 348.702C512.525 348.914 512.389 349.161 512.306 349.427C512.224 349.693 512.195 349.973 512.223 350.251C512.25 350.528 512.334 350.797 512.468 351.041Z" fill="#080B09"/>
<path d="M542.823 337.158L532.511 338.114C532.206 338.146 531.911 338.242 531.646 338.397C531.381 338.551 531.152 338.76 530.974 339.009C530.796 339.258 530.673 339.543 530.613 339.843C530.553 340.144 530.557 340.454 530.625 340.753C530.714 341.245 530.984 341.686 531.382 341.988C531.781 342.29 532.278 342.432 532.776 342.385L543.082 341.839C543.68 341.792 544.236 341.509 544.627 341.054C545.018 340.599 545.213 340.007 545.169 339.408L545.176 338.998C545.147 338.721 545.062 338.452 544.927 338.208C544.792 337.964 544.609 337.75 544.39 337.579C544.17 337.407 543.918 337.281 543.649 337.209C543.38 337.137 543.099 337.119 542.823 337.158Z" fill="#080B09"/>
<path d="M523.94 331.018C523.94 331.018 518.793 340.812 509.455 343.717C500.117 346.621 505.22 361.359 505.22 361.359C505.22 361.359 498.817 354.99 491.456 358.575C484.096 362.161 489.683 376.232 499.852 376.412L497.086 392.246C497.086 392.246 491.936 385.832 486.52 382.4C481.103 378.969 461.645 365.647 470.241 348.103C470.241 348.103 463.516 323.467 481.96 310.695C500.404 297.922 516.368 302.742 516.368 302.742C516.368 302.742 520.765 295.767 530.957 297.192C541.148 298.617 543.499 316.995 540.124 323.642C536.749 330.289 531.249 333.114 523.94 331.018Z" fill="#93523E"/>
<path d="M447.099 429.212C460.069 417.382 463.899 424.641 467.648 425.576C467.648 425.576 480.144 430.019 477.402 440.749C474.504 452.105 443.362 525.898 443.362 525.898L404.797 514.49L407.635 506.305L414.977 485.108L422.819 462.443L423.629 459.726L433.153 429.782C433.153 429.782 440.34 435.556 447.099 429.212Z" fill="#5661AE"/>
<path d="M472.785 449.685C480.956 440.141 479.842 425.78 470.298 417.61C460.754 409.439 446.393 410.553 438.223 420.097C430.052 429.641 431.165 444.002 440.71 452.172C450.254 460.343 464.614 459.229 472.785 449.685Z" fill="#5661AE"/>
<path d="M439.544 507.773L511.142 577.933C511.559 578.375 511.797 578.955 511.811 579.562C511.825 580.17 511.614 580.761 511.218 581.222L498.823 595.484C498.222 596.16 497.391 596.589 496.491 596.687C495.592 596.785 494.688 596.544 493.956 596.013L411.785 536.348L439.544 507.773Z" fill="#5661AE"/>
<path d="M424.048 540.638C435.181 540.638 444.206 531.613 444.206 520.481C444.206 509.348 435.181 500.323 424.048 500.323C412.916 500.323 403.891 509.348 403.891 520.481C403.891 531.613 412.916 540.638 424.048 540.638Z" fill="#5661AE"/>
<path d="M540.532 494.258L501.675 601.91H423.547C423.547 598.623 424.853 595.471 427.177 593.146C429.502 590.822 432.654 589.516 435.941 589.516H492.464L526.017 494.258H540.532Z" fill="tranparent"/>
<path d="M540.532 494.258H645.356L604.816 601.911H501.675L540.532 494.258Z" fill="url(#paint0_linear)"/>
<defs>
<linearGradient id="paint0_linear" x1="569.939" y1="494.002" x2="588.575" y2="723.418" gradientUnits="userSpaceOnUse">
<stop stop-color="white"/>
<stop offset="1" stop-color="#94B9FF"/>
</linearGradient>
</defs>
</svg>
<svg width="1080" height="1080" viewBox="0 0 1080 1080" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect width="1080" height="1080" fill="tranparent"/>
<path d="M688.435 168.521L360.632 175.793C350.817 176.011 343.037 184.144 343.255 193.959L353.3 646.734C353.517 656.549 361.65 664.328 371.465 664.111L699.268 656.838C709.083 656.621 716.863 648.488 716.645 638.673L706.6 185.898C706.382 176.083 698.249 168.303 688.435 168.521Z" fill="url(#paint0_linear)"/>
<path d="M745.034 850.712C744.792 850.739 744.684 850.873 744.818 850.981C744.711 851.114 744.711 851.114 744.738 851.356C744.229 853.02 743.869 854.725 743.663 856.452L764.355 873.082L766.644 870.508C766.644 870.508 759.009 861.06 756.14 858.313C754.907 857.101 753.808 855.998 752.709 854.894C751.744 853.897 750.887 852.767 750.056 851.879C748.904 850.291 745.544 850.901 745.518 850.659C745.384 850.552 745.034 850.712 745.034 850.712Z" fill="#233B62"/>
<path d="M588.591 706.223L608.563 725.585L720.275 833.463L722.313 835.321L723.196 836.693L723.33 836.801L739.155 860.775L740.922 863.518L741.511 864.433L752.221 880.765L743.399 885.152L740.844 886.409L737.24 888.147L731.564 891.09L731.457 891.224L725.432 894.327L725.137 893.869L711.386 867.59C708.718 862.514 704.978 858.078 700.427 854.589L578.956 761.6L555.864 743.924L588.591 706.223Z" fill="#FFCCB3"/>
<path d="M737.622 837.692C732.268 835.206 726.258 832.982 720.383 833.328C723.925 836.43 725.538 841.95 727.877 845.972C732.693 854.254 745.037 869.644 738.73 882.723C735.186 890.072 725.271 893.977 725.137 893.869C723.478 901.417 715.255 932.139 731.647 914.33C740.8 904.384 749.881 893.76 754.446 883.215C756.318 878.892 752.359 874.579 750.416 870.928C747.931 865.405 744.213 858.089 744.682 851.975L744.79 851.84C745.06 851.417 766.284 870.418 766.645 870.508C767.373 869.327 769.071 866.94 769.071 866.94C769.071 866.94 738.641 838.071 737.622 837.692Z" fill="#1C85E8"/>
<path d="M509.048 938.19C508.856 938.039 508.685 938.06 508.706 938.231C508.536 938.251 508.535 938.251 508.385 938.442C506.858 939.275 505.409 940.243 504.053 941.333L507.215 967.691L510.652 967.452C510.652 967.452 511.8 955.359 511.671 951.389C511.637 949.661 511.623 948.103 511.609 946.545C511.616 945.158 511.794 943.751 511.821 942.535C512.109 940.595 509.28 938.682 509.431 938.49C509.41 938.319 509.048 938.19 509.048 938.19Z" fill="#233B62"/>
<path d="M498.26 725.503L498.997 753.31L503.412 908.544L503.569 911.298L503.241 912.896L503.261 913.067L497.808 941.27L497.153 944.468L496.934 945.533L493.169 964.698L483.795 961.664L481.089 960.776L477.298 959.498L471.183 957.633L471.012 957.653L464.535 955.658L464.645 955.125L473.193 926.724C474.835 921.229 475.264 915.443 474.45 909.766L452.647 758.351L448.501 729.566L498.26 725.503Z" fill="#FFCCB3"/>
<path d="M512.854 923.698C510.765 918.177 508.024 912.384 503.583 908.524C503.946 913.218 501.239 918.292 500.098 922.803C497.749 932.091 495.81 951.724 482.156 956.663C474.483 959.438 464.666 955.296 464.645 955.125C458.181 959.36 430.819 975.571 454.99 974.303C468.488 973.595 482.409 972.35 493.046 968.005C497.407 966.224 497.594 960.372 498.758 956.404C500.844 950.717 503.301 942.888 507.913 938.845L508.084 938.825C508.573 938.711 510.457 967.136 510.652 967.452C511.998 967.117 514.881 966.598 514.881 966.598C514.881 966.598 513.318 924.682 512.854 923.698Z" fill="#1C85E8"/>
<path d="M462.635 724.134C481.706 724.134 497.166 708.674 497.166 689.603C497.166 670.532 481.706 655.072 462.635 655.072C443.564 655.072 428.104 670.532 428.104 689.603C428.104 708.674 443.564 724.134 462.635 724.134Z" fill="#1F2D49"/>
<path d="M509.969 667.459L500.231 585.066L497.009 698.809L509.969 667.459Z" fill="#0D1B33"/>
<path d="M468.164 516.868L575.392 517.97L585.813 539.535L466.352 524.52L468.164 516.868Z" fill="#0D1B33"/>
<path d="M548.696 731.387C567.766 731.387 583.226 715.927 583.226 696.856C583.226 677.786 567.766 662.326 548.696 662.326C529.625 662.326 514.165 677.786 514.165 696.856C514.165 715.927 529.625 731.387 548.696 731.387Z" fill="#1F2D49"/>
<path d="M352.637 386.129L344.474 375.681C342.766 373.234 340.493 371.235 337.849 369.853C333.833 367.842 327.675 364.091 325.534 360.34C321.988 354.381 308.011 338.282 320.135 325.768C324.623 321.15 323.501 322.243 332.473 322.381C341.444 322.519 342.821 331.828 347.304 337.922C347.304 337.922 348.311 330.893 353.266 327.682C358.223 324.47 354.933 344.085 358.746 351.518C362.558 358.952 359.477 361.762 368.51 374.821L352.637 386.129Z" fill="#FFCCB3"/>
<path d="M331.108 323.453L338.398 339.993L331.108 323.453Z" fill="#E56441"/>
<path d="M331.108 323.453L338.398 339.993" stroke="#E56441" stroke-width="1.03302" stroke-linecap="round"/>
<path d="M321.6 326.395L331.702 344.007L321.6 326.395Z" fill="#E56441"/>
<path d="M321.6 326.395L331.702 344.007" stroke="#E56441" stroke-width="1.03302" stroke-linecap="round"/>
<path d="M315.636 337.975L323.598 348.489L315.636 337.975Z" fill="#E56441"/>
<path d="M315.636 337.975L323.598 348.489" stroke="#E56441" stroke-width="1.03302" stroke-linecap="round"/>
<path d="M345.427 341.67C345.427 341.67 342.343 350.506 342.876 357.469L345.427 341.67Z" fill="#E56441"/>
<path d="M345.427 341.67C345.427 341.67 342.343 350.506 342.876 357.469" stroke="#E56441" stroke-width="1.03302" stroke-linecap="round"/>
<path d="M479.062 270.229C479.062 270.229 474.509 299.34 465.805 312.817C457.101 326.294 439.974 370.376 463.278 380.765C486.583 391.154 512.16 372.375 508.238 326.751C504.315 281.126 487.545 264.141 479.062 270.229Z" fill="#1F2D49"/>
<path d="M479.062 358.106C470.681 361.012 458.999 366.903 455.837 373.477L427.905 437.109L368.51 369.007L347.89 386.128L407.214 474.832C419.793 493.567 438.234 496.147 449.926 480.719L473.265 444.062L479.062 358.106Z" fill="#1C85E8"/>
<path opacity="0.6" d="M467.15 412.883C467.15 412.883 464.631 408.539 464.631 431.216L449.927 480.719L473.265 444.062C491.988 418.89 477.197 412.166 467.15 412.883Z" fill="#0E66AF"/>
<path d="M550.238 296.273C550.238 296.273 556.782 308.4 574.393 320.443C591.68 332.263 609.454 349.841 599.959 379.775C590.463 409.709 539.105 376.252 525.853 355.857C512.601 335.461 520.294 304.497 520.294 304.497L550.238 296.273Z" fill="#1F2D49"/>
<path d="M498.727 349.76C498.727 349.76 477.11 358.313 473.81 360.953C470.509 363.593 467.376 385.141 461.765 395.372C456.154 405.604 447.946 424.487 459.935 441.833C471.923 459.178 470.648 472.952 470.648 472.952L468.097 516.464L571.414 518.368C572.324 518.396 573.23 518.232 574.071 517.884C574.912 517.537 575.67 517.015 576.295 516.352C576.919 515.69 577.396 514.903 577.694 514.043C577.991 513.182 578.103 512.269 578.021 511.362C576.873 498.676 571.629 480.861 571.216 460.661C570.658 433.284 566.02 341.675 566.02 341.675L525.232 340.396C516.167 341.958 498.727 349.76 498.727 349.76Z" fill="#1C85E8"/>
<path opacity="0.6" d="M552.526 379.201C552.526 379.201 537.47 392.929 536.584 403.115C535.698 413.301 553.14 437.333 533.79 440.166C510.072 443.638 503.864 447.018 514.859 449.676C525.853 452.333 549.899 448.064 550.807 459.418C552.229 477.202 564.65 487.183 573.636 484.658C567.609 430.552 574.709 406.957 552.526 379.201Z" fill="#0E66AF"/>
<path d="M498.541 323.336L493.914 357.054C493.914 357.054 491 364.107 498.672 364.602C506.345 365.097 517.514 360.929 524.345 355.406C531.176 349.883 530.878 349.294 529.179 344.595C527.479 339.896 521.673 305.327 521.673 305.327L498.541 323.336Z" fill="#FFCCB3"/>
<path d="M498.766 318.146L514.189 311.716C514.189 311.716 503.843 337.844 494.956 349.216L498.766 318.146Z" fill="#FCBA9F"/>
<path d="M485.431 258.394C485.431 258.394 473.313 292.87 480.714 314.051C485.541 327.865 494.997 327.109 517.22 316.158C537.596 306.117 542.778 298.759 542.778 298.759L545.011 263.977C545.011 263.977 498.246 230.328 485.431 258.394Z" fill="#FFCCB3"/>
<path d="M504.315 263C504.315 263 506.278 271.838 517.417 278.474C523.48 282.086 524.328 297.268 524.328 297.268C524.328 297.268 525.743 286.888 533.89 290.568C542.038 294.248 529.587 307.44 522.52 310.297C522.52 310.297 525.289 325.313 527.225 335.889L559.226 322.015C559.226 322.015 552.713 303.638 554.42 291.566C556.126 279.495 560.477 241.402 526.238 235.97C488.781 230.027 484.128 252.522 479.062 270.229C479.062 270.229 493.81 278.044 504.315 263Z" fill="#1F2D49"/>
<path d="M489.391 305.144L500.501 305.667C500.476 305.738 500.448 305.814 500.416 305.895C500.224 306.384 499.905 307.028 499.4 307.65C498.41 308.869 496.672 310.049 493.613 309.751C491.734 309.39 490.656 308.131 490.034 306.909C489.722 306.295 489.532 305.702 489.419 305.26C489.409 305.22 489.4 305.181 489.391 305.144Z" fill="#E56441" stroke="#E56441"/>
<path d="M489.788 285.248C490.277 283.417 489.666 281.664 488.424 281.332C487.182 281 485.779 282.215 485.289 284.046C484.8 285.876 485.411 287.629 486.653 287.961C487.895 288.293 489.298 287.079 489.788 285.248Z" fill="#080B09"/>
<path d="M508.069 290.415C508.558 288.584 507.948 286.831 506.705 286.499C505.463 286.167 504.06 287.382 503.571 289.213C503.081 291.043 503.692 292.796 504.934 293.128C506.176 293.46 507.579 292.246 508.069 290.415Z" fill="#080B09"/>
<path d="M485.146 275.809L494.439 278.457C494.601 278.489 494.769 278.461 494.911 278.378C495.054 278.296 495.162 278.165 495.215 278.009C495.257 277.715 495.239 277.417 495.162 277.131C495.086 276.845 494.952 276.578 494.769 276.345C494.586 276.112 494.358 275.919 494.098 275.777C493.838 275.634 493.552 275.546 493.258 275.518L485.279 274.697C484.667 274.534 484.381 275.605 485.146 275.809Z" fill="#080B09"/>
<path d="M516.915 283.674L504.315 281.126C504.428 280.751 504.618 280.404 504.873 280.107C505.129 279.81 505.443 279.569 505.797 279.401C506.151 279.233 506.536 279.141 506.928 279.131C507.319 279.121 507.709 279.193 508.071 279.343L517.272 282.95C517.578 283.031 517.374 283.797 516.915 283.674Z" fill="#080B09"/>
<path d="M495.405 285.758L491.869 293.644L493.066 297.267" stroke="#E56441" stroke-width="1.03302" stroke-linecap="round"/>
<path d="M556.942 356.476C556.942 356.476 580.288 345.235 584.675 352.455C588.911 357.054 611.102 419.511 611.102 419.511L580.135 441.976C573.34 431.194 542.523 376.218 542.523 376.218L556.942 356.476Z" fill="#1C85E8"/>
<path d="M564.649 390.36C578.049 390.36 588.911 379.498 588.911 366.099C588.911 352.699 578.049 341.837 564.649 341.837C551.25 341.837 540.388 352.699 540.388 366.099C540.388 379.498 551.25 390.36 564.649 390.36Z" fill="#1C85E8"/>
<path d="M620.357 447.781L587.529 460.43L565.718 417.255L601.153 394.979L620.357 447.781Z" fill="#1C85E8"/>
<path opacity="0.6" d="M609.72 415.647L602.134 427.705L601.014 390.36L609.72 415.647Z" fill="#0E66AF"/>
<path d="M647.92 358.585C652.73 345.533 649.245 343.961 651.033 336.677C652.804 329.565 645.399 313.698 650.449 315.258C655.499 316.817 657.857 322.616 657.857 322.616C660.227 316.433 664.489 300.965 669.16 303.148C672.725 304.814 665.314 317.793 665.713 322.205C665.832 323.515 669.712 302.854 676.206 304.577C679.282 305.393 671.949 323.89 672.292 324.094C685.371 332.033 683.071 330.756 681.424 336.665C680.349 340.375 670.229 352.709 669.278 355.217L664.665 364.642L647.92 358.585Z" fill="#FFCCB3"/>
<path d="M665.202 341.413L673.03 323.719L665.202 341.413Z" fill="#93523E"/>
<path d="M665.202 341.413L673.03 323.719" stroke="#93523E" stroke-width="0.90001" stroke-linecap="round"/>
<path d="M673.819 337.898L678.21 327.234L673.819 337.898Z" fill="#93523E"/>
<path d="M673.819 337.898L678.21 327.234" stroke="#93523E" stroke-width="0.90001" stroke-linecap="round"/>
<path d="M604.729 473.854C614.456 473.854 622.341 465.968 622.341 456.241C622.341 446.514 614.456 438.629 604.729 438.629C595.002 438.629 587.116 446.514 587.116 456.241C587.116 465.968 595.002 473.854 604.729 473.854Z" fill="#1C85E8"/>
<path d="M620.822 463.532C620.822 463.532 662.229 374.42 667.073 364.642L647.128 356.188L590.931 445.514L620.822 463.532Z" fill="#1C85E8"/>
<path d="M468.097 516.464C468.097 516.464 428.746 671.79 428.673 683.629C428.605 694.908 421.338 717.928 451.844 777.214C452.335 778.152 453.023 778.974 453.86 779.622C454.697 780.27 455.664 780.73 456.695 780.971C457.727 781.212 458.797 781.227 459.835 781.017C460.873 780.806 461.853 780.374 462.708 779.75C467.927 776.056 476.763 773.39 490.108 780.093C529.763 800.009 615.791 812.871 654.042 790.238C678.824 775.576 697.705 755.21 707.929 742.686C708.773 741.649 709.315 740.4 709.498 739.076C709.681 737.752 709.497 736.403 708.967 735.176C708.436 733.949 707.579 732.891 706.489 732.118C705.398 731.344 704.117 730.885 702.784 730.789C681.437 729.196 640.476 723.365 619.065 702.05C589.277 672.394 594.036 618.244 592.94 588.874C591.844 559.503 592.726 545.388 575.393 517.971L468.097 516.464Z" fill="#1F2D49"/>
<path d="M588.911 802.225C588.911 802.225 552.113 784.738 540.387 754.147C528.661 723.556 495.758 672.115 497.009 698.809C498.26 725.503 503.489 785.894 503.489 785.894C503.489 785.894 556.633 803.885 588.911 802.225Z" fill="#080B09"/>
<path d="M471.038 361.424C471.038 361.424 466.644 382.657 500.611 383.553C534.578 384.449 552.56 369.52 561.999 341.511L528.127 340.486L494.685 351.414L471.038 361.424Z" fill="#FFCCB3"/>
<path d="M310.003 126.708L322.242 707.655C322.277 709.298 322.635 710.917 323.296 712.421C323.957 713.925 324.908 715.284 326.094 716.42C327.281 717.556 328.679 718.448 330.21 719.043C331.742 719.638 333.375 719.926 335.017 719.89L738.182 710.945C741.494 710.872 744.642 709.486 746.933 707.094C749.225 704.701 750.473 701.496 750.403 698.184L738.163 117.237C738.129 115.595 737.771 113.976 737.11 112.472C736.449 110.968 735.498 109.609 734.311 108.472C733.125 107.336 731.726 106.445 730.195 105.85C728.664 105.254 727.03 104.967 725.388 105.003L322.224 113.947C318.911 114.021 315.764 115.406 313.472 117.799C311.181 120.192 309.933 123.396 310.003 126.708ZM704.542 656.721L366.192 664.228C364.551 664.264 362.918 663.977 361.388 663.382C359.858 662.788 358.46 661.898 357.273 660.763C356.087 659.628 355.136 658.271 354.474 656.769C353.813 655.266 353.453 653.648 353.417 652.007L343.138 188.685C343.101 187.044 343.389 185.412 343.983 183.881C344.577 182.351 345.467 180.953 346.602 179.767C347.737 178.58 349.094 177.629 350.597 176.968C352.099 176.306 353.717 175.947 355.358 175.91L693.708 168.404C695.349 168.367 696.982 168.655 698.512 169.249C700.042 169.843 701.44 170.733 702.626 171.868C703.813 173.003 704.764 174.36 705.426 175.863C706.087 177.365 706.447 178.983 706.483 180.624L716.762 643.946C716.798 645.587 716.511 647.22 715.917 648.75C715.322 650.28 714.432 651.678 713.298 652.865C712.163 654.051 710.805 655.002 709.303 655.664C707.801 656.326 706.183 656.685 704.542 656.721Z" fill="url(#paint1_linear)"/>
<path d="M358.004 157.638C365.406 157.638 371.407 151.637 371.407 144.234C371.407 136.831 365.406 130.83 358.004 130.83C350.601 130.83 344.6 136.831 344.6 144.234C344.6 151.637 350.601 157.638 358.004 157.638Z" fill="tranparent"/>
<path d="M384.734 136.657L457.266 135.048" stroke="white" stroke-width="5.36573" stroke-miterlimit="10" stroke-linecap="round"/>
<path d="M384.734 150.935L427.355 149.99" stroke="white" stroke-width="5.36573" stroke-miterlimit="10" stroke-linecap="round"/>
<path d="M509.816 293.383C509.159 295.966 507.896 298.11 506.411 299.495C504.922 300.884 503.267 301.464 501.776 301.085C500.286 300.707 499.109 299.406 498.463 297.474C497.82 295.549 497.735 293.062 498.392 290.479C499.048 287.896 500.311 285.751 501.796 284.367C503.285 282.978 504.941 282.397 506.431 282.776C507.921 283.155 509.099 284.456 509.744 286.387C510.387 288.313 510.472 290.8 509.816 293.383Z" stroke="white"/>
<path d="M490.816 288.383C490.159 290.966 488.896 293.11 487.411 294.495C485.922 295.884 484.267 296.464 482.776 296.085C481.286 295.707 480.109 294.406 479.463 292.474C478.82 290.549 478.735 288.062 479.392 285.479C480.048 282.896 481.311 280.751 482.796 279.367C484.285 277.978 485.941 277.397 487.431 277.776C488.921 278.155 490.099 279.456 490.744 281.387C491.387 283.313 491.472 285.8 490.816 288.383Z" stroke="white"/>
<path d="M490.456 288.716C492.123 288.216 496.056 288.016 498.456 291.216" stroke="white"/>
<path d="M509.956 293.216L527.956 290.716" stroke="white"/>
<defs>
<linearGradient id="paint0_linear" x1="515.462" y1="171.197" x2="687.676" y2="1193.61" gradientUnits="userSpaceOnUse">
<stop stop-color="white"/>
<stop offset="1" stop-color="#94B9FF"/>
</linearGradient>
<linearGradient id="paint1_linear" x1="479.218" y1="-90.6452" x2="760.501" y2="1378.23" gradientUnits="userSpaceOnUse">
<stop stop-color="white"/>
<stop offset="1" stop-color="#94B9FF"/>
</linearGradient>
</defs>
</svg>
<svg width="1080" height="1080" viewBox="0 0 1080 1080" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect width="1080" height="1080" fill="tranparent"/>
<path d="M372.865 170.446L362.031 658.764L725.376 666.825L736.21 178.507L372.865 170.446Z" fill="url(#paint0_linear)"/>
<path d="M523.5 270.71C536.724 270.71 547.444 259.991 547.444 246.767C547.444 233.544 536.724 222.824 523.5 222.824C510.277 222.824 499.557 233.544 499.557 246.767C499.557 259.991 510.277 270.71 523.5 270.71Z" fill="#1F2D49"/>
<path d="M501.023 240.498C509.911 240.498 517.116 233.293 517.116 224.404C517.116 215.516 509.911 208.311 501.023 208.311C492.135 208.311 484.93 215.516 484.93 224.404C484.93 233.293 492.135 240.498 501.023 240.498Z" fill="#1F2D49"/>
<path d="M334.036 853.032C334.278 853.058 334.386 853.193 334.252 853.3C334.359 853.434 334.359 853.434 334.333 853.676C334.842 855.339 335.202 857.045 335.408 858.772L314.716 875.401L312.426 872.827C312.426 872.827 320.062 863.38 322.93 860.633C324.163 859.421 325.263 858.318 326.362 857.214C327.327 856.217 328.184 855.087 329.015 854.199C330.166 852.611 333.526 853.221 333.552 852.979C333.686 852.871 334.036 853.032 334.036 853.032Z" fill="#233B62"/>
<path d="M490.48 708.542L470.507 727.904L358.796 835.782L356.757 837.64L355.874 839.012L355.74 839.12L339.916 863.094L338.148 865.838L337.56 866.753L326.85 883.085L335.672 887.472L338.227 888.729L341.83 890.466L347.506 893.41L347.614 893.543L353.639 896.646L353.933 896.189L367.684 869.909C370.353 864.833 374.092 860.397 378.644 856.908L500.114 763.92L523.207 746.243L490.48 708.542Z" fill="#BC775C"/>
<path d="M341.449 840.012C346.803 837.525 352.813 835.302 358.688 835.648C355.146 838.75 353.533 844.269 351.193 848.292C346.378 856.574 334.034 871.964 340.341 885.043C343.884 892.392 353.799 896.297 353.933 896.189C355.592 903.736 363.815 934.459 347.424 916.65C338.27 906.704 329.189 896.08 324.624 885.535C322.752 881.212 326.711 876.899 328.654 873.248C331.139 867.724 334.858 860.409 334.388 854.294L334.28 854.16C334.011 853.737 312.787 872.738 312.426 872.828C311.698 871.647 310 869.26 310 869.26C310 869.26 340.429 840.391 341.449 840.012Z" fill="#FEBB94"/>
<path d="M570.023 940.509C570.214 940.359 570.385 940.379 570.365 940.55C570.535 940.571 570.535 940.571 570.685 940.762C572.212 941.595 573.662 942.563 575.017 943.653L571.855 970.01L568.419 969.772C568.419 969.772 567.27 957.679 567.4 953.709C567.434 951.981 567.448 950.423 567.461 948.865C567.454 947.478 567.276 946.071 567.25 944.855C566.962 942.915 569.79 941.001 569.64 940.81C569.66 940.639 570.023 940.509 570.023 940.509Z" fill="#233B62"/>
<path d="M580.81 727.823L580.073 755.63L575.659 910.864L575.501 913.618L575.83 915.216L575.809 915.387L581.262 943.59L581.918 946.788L582.137 947.853L585.902 967.017L595.276 963.984L597.981 963.096L601.773 961.818L607.888 959.952L608.058 959.973L614.535 957.977L614.426 957.444L605.878 929.043C604.236 923.549 603.806 917.763 604.62 912.086L626.423 760.67L630.569 731.886L580.81 727.823Z" fill="#BC775C"/>
<path d="M566.217 926.018C568.305 920.497 571.046 914.704 575.488 910.844C575.125 915.538 577.832 920.612 578.973 925.123C581.322 934.41 583.261 954.044 596.915 958.983C604.587 961.758 614.405 957.616 614.426 957.445C620.889 961.68 648.252 977.891 624.081 976.623C610.583 975.914 596.662 974.67 586.024 970.325C581.663 968.544 581.477 962.692 580.313 958.724C578.227 953.037 575.769 945.208 571.157 941.165L570.986 941.145C570.498 941.031 568.614 969.456 568.419 969.772C567.072 969.437 564.189 968.918 564.189 968.918C564.189 968.918 565.752 927.002 566.217 926.018Z" fill="#FEBB94"/>
<path d="M610.973 518.784C610.973 518.784 645.71 702.41 648.34 722.097C650.971 741.784 652.724 878.867 652.724 878.867L536.547 871.499L563.164 711.097L559.927 640.07C559.927 640.07 555.842 710.302 552.988 722.097C550.133 733.892 450.068 856.078 450.068 856.078L396.362 791.764L481.739 677.774C481.739 677.774 490.532 622.49 491.956 592.72C494.701 535.337 503.678 520.29 503.678 520.29L610.973 518.784Z" fill="#1F2D49"/>
<path d="M610.906 519.188L503.678 520.29L497.632 541.855L612.718 526.84L610.906 519.188Z" fill="#0D1B33"/>
<path d="M726.434 388.448L734.596 378C736.305 375.554 738.577 373.555 741.222 372.172C745.238 370.162 751.396 366.41 753.536 362.66C757.082 356.7 771.059 340.601 758.936 328.087C754.448 323.469 755.569 324.562 746.598 324.701C737.627 324.838 736.25 334.147 731.767 340.241C731.767 340.241 730.759 333.212 725.804 330.001C720.848 326.79 724.137 346.404 720.324 353.838C716.512 361.271 719.593 364.081 710.561 377.141L726.434 388.448Z" fill="#BC775C"/>
<path d="M747.962 325.773L740.673 342.314L747.962 325.773Z" fill="#E56441"/>
<path d="M747.962 325.773L740.673 342.314" stroke="#E56441" stroke-width="1.03302" stroke-linecap="round"/>
<path d="M757.471 328.715L747.369 346.327L757.471 328.715Z" fill="#E56441"/>
<path d="M757.471 328.715L747.369 346.327" stroke="#E56441" stroke-width="1.03302" stroke-linecap="round"/>
<path d="M763.435 340.294L755.472 350.809L763.435 340.294Z" fill="#E56441"/>
<path d="M763.435 340.294L755.472 350.809" stroke="#E56441" stroke-width="1.03302" stroke-linecap="round"/>
<path d="M733.643 343.99C733.643 343.99 736.727 352.826 736.194 359.789L733.643 343.99Z" fill="#E56441"/>
<path d="M733.643 343.99C733.643 343.99 736.727 352.826 736.194 359.789" stroke="#E56441" stroke-width="1.03302" stroke-linecap="round"/>
<path d="M600.009 360.427C608.39 363.332 620.071 369.223 623.233 375.797L651.165 439.429L710.561 371.327L731.181 388.449L671.856 477.153C659.278 495.887 640.837 498.467 629.144 483.04L605.806 446.382L600.009 360.427Z" fill="#FEBB94"/>
<path d="M611.921 415.203C611.921 415.203 614.439 410.859 614.439 433.536L629.144 483.039L605.806 446.382C587.082 421.209 601.874 414.485 611.921 415.203Z" fill="#FF967C"/>
<path d="M580.344 352.08C580.344 352.08 601.96 360.633 605.261 363.273C608.561 365.914 611.695 387.462 617.305 397.693C622.916 407.924 631.125 426.808 619.136 444.153C607.147 461.498 608.423 475.273 608.423 475.273L610.973 518.784L507.656 520.688C506.746 520.717 505.841 520.552 505 520.204C504.158 519.857 503.4 519.335 502.776 518.673C502.151 518.011 501.674 517.223 501.377 516.363C501.079 515.503 500.968 514.589 501.05 513.683C502.198 500.997 507.442 483.181 507.854 462.981C508.413 435.604 513.051 343.996 513.051 343.996L553.838 342.716C562.904 344.279 580.344 352.08 580.344 352.08Z" fill="tranparent"/>
<path d="M608.878 483.039V483.038L608.639 478.962C608.573 476.426 608.593 473.298 608.679 469.794C609.389 464.209 611.732 454.865 619.136 444.153C631.124 426.808 622.916 407.924 617.305 397.693C611.695 387.461 608.561 365.914 605.261 363.273C601.96 360.633 591.532 356.673 591.532 356.673C591.532 356.673 590.915 375.468 590.29 392.68C589.665 409.893 585.7 557.206 585.7 557.206H629.144C629.144 557.206 610.297 495.77 608.878 483.039Z" fill="#FEBB94"/>
<path d="M538.683 343.191C538.683 343.191 556.179 373.995 563.164 405.289C570.149 436.584 552.869 541.963 555.175 555.587L474.342 561.761C474.342 561.761 503.309 523.216 505.435 486.978C507.56 450.741 511.285 377.72 511.285 377.72L515.264 344.171L538.683 343.191Z" fill="#FEBB94"/>
<path d="M526.544 381.521C526.544 381.521 532.882 395.194 533.768 405.379C534.653 415.565 525.931 439.653 545.28 442.486C568.999 445.958 563.848 450.431 552.854 453.088C541.859 455.745 529.171 450.384 528.263 461.738C526.841 479.523 514.421 489.503 505.435 486.978C511.462 432.873 504.362 409.277 526.544 381.521Z" fill="#FF967C"/>
<path d="M580.529 325.656L585.156 359.374C585.156 359.374 588.071 366.427 580.398 366.922C572.726 367.416 561.557 363.249 554.725 357.726C547.894 352.203 548.192 351.613 549.892 346.915C551.591 342.216 557.397 307.646 557.397 307.646L580.529 325.656Z" fill="#BC775C"/>
<path d="M584.392 357.518C580.299 351.825 575.899 343.457 572.408 336.238C570.5 332.291 568.869 328.699 567.715 326.094C567.138 324.791 566.68 323.736 566.367 323.006C566.366 323.004 566.365 323.002 566.364 323L580.391 328.848L584.392 357.518Z" fill="#93523E" stroke="#93523E"/>
<path d="M593.639 260.715C593.639 260.715 605.758 295.19 598.356 316.372C593.529 330.185 584.073 329.43 561.85 318.479C541.474 308.437 536.292 301.079 536.292 301.079L534.06 266.297C534.06 266.297 580.824 232.648 593.639 260.715Z" fill="#BC775C"/>
<path d="M574.756 265.32C574.756 265.32 572.792 274.158 561.653 280.794C555.591 284.406 554.742 299.588 554.742 299.588C554.742 299.588 553.328 289.208 545.18 292.888C537.032 296.568 549.484 309.76 556.55 312.617C556.55 312.617 555.718 317.058 553.782 327.633C553.782 327.633 527.679 318.181 524.651 293.886C523.143 281.788 518.593 243.722 552.833 238.29C590.29 232.347 594.942 254.842 600.009 272.549C600.009 272.549 585.26 280.364 574.756 265.32Z" fill="#1F2D49"/>
<path d="M578.57 307.987L589.68 307.463C589.671 307.501 589.661 307.54 589.651 307.58C589.539 308.021 589.349 308.615 589.037 309.228C588.415 310.451 587.337 311.71 585.457 312.07C582.399 312.369 580.661 311.189 579.671 309.97C579.166 309.348 578.847 308.704 578.654 308.215C578.623 308.134 578.594 308.058 578.57 307.987Z" fill="#93523E" stroke="#93523E"/>
<path d="M592.414 290.282C593.656 289.95 594.267 288.197 593.777 286.367C593.288 284.536 591.885 283.321 590.642 283.653C589.4 283.985 588.79 285.738 589.279 287.569C589.768 289.399 591.172 290.614 592.414 290.282Z" fill="#080B09"/>
<path d="M574.137 295.448C575.379 295.116 575.989 293.363 575.5 291.532C575.011 289.702 573.607 288.487 572.365 288.819C571.123 289.151 570.513 290.904 571.002 292.734C571.491 294.565 572.895 295.78 574.137 295.448Z" fill="#080B09"/>
<path d="M593.925 278.129L584.631 280.777C584.47 280.809 584.302 280.781 584.159 280.698C584.016 280.616 583.908 280.484 583.855 280.328C583.813 280.035 583.831 279.737 583.908 279.451C583.985 279.165 584.119 278.897 584.302 278.665C584.485 278.432 584.713 278.239 584.973 278.096C585.232 277.954 585.518 277.866 585.813 277.838L593.792 277.017C594.403 276.853 594.69 277.924 593.925 278.129Z" fill="#080B09"/>
<path d="M562.156 285.994L574.756 283.446C574.643 283.071 574.452 282.724 574.197 282.427C573.942 282.13 573.627 281.889 573.273 281.721C572.919 281.553 572.534 281.461 572.143 281.451C571.751 281.441 571.362 281.513 571 281.662L561.798 285.27C561.492 285.351 561.697 286.116 562.156 285.994Z" fill="#080B09"/>
<path d="M583.665 288.078L587.201 295.964L586.004 299.587" stroke="#93523E" stroke-width="1.03302" stroke-linecap="round"/>
<path d="M522.381 358.796C522.381 358.796 499.035 347.554 494.648 354.775C485.515 369.203 470.776 419.459 465.874 431.157C465.081 433.287 501.246 439.163 501.246 439.163L536.8 378.538L522.381 358.796Z" fill="#FEBB94"/>
<path d="M514.674 392.68C528.073 392.68 538.936 381.817 538.936 368.418C538.936 355.019 528.073 344.156 514.674 344.156C501.274 344.156 490.412 355.019 490.412 368.418C490.412 381.817 501.274 392.68 514.674 392.68Z" fill="#FEBB94"/>
<path d="M458.967 450.101L491.795 462.75L501.246 439.162L502.814 435.44L469.106 422.221L467.513 426.661L458.967 450.101Z" fill="#FEBB94"/>
<path d="M475.192 474.396C484.919 474.396 492.804 466.51 492.804 456.783C492.804 447.056 484.919 439.171 475.192 439.171C465.465 439.171 457.58 447.056 457.58 456.783C457.58 466.51 465.465 474.396 475.192 474.396Z" fill="#FEBB94"/>
<path d="M579.96 461.772C579.96 461.772 598.181 467.968 608.458 463.618C608.458 463.618 625.091 470.896 627.457 469.656C631.325 467.478 628.257 463.735 628.257 463.735C628.257 463.735 639.027 466.757 640.497 456.568C642.662 442.289 623.174 439.224 613.95 438.163C604.88 436.898 579.96 443.842 579.96 443.842V461.772Z" fill="#BC775C"/>
<path d="M632.328 437.209L613.011 437.931L631.628 443.841C631.628 443.841 638.268 440.729 635.173 438.079C634.361 437.455 633.35 437.145 632.328 437.209Z" fill="#BC775C"/>
<path d="M628.079 463.76L616.041 459.465L628.079 463.76Z" fill="#93523E"/>
<path d="M628.079 463.76L616.041 459.465" stroke="#93523E" stroke-width="1.03302" stroke-linecap="round"/>
<path d="M634.349 455.437C634.349 455.437 620.762 450.453 617.814 450.142L634.349 455.437Z" fill="#93523E"/>
<path d="M634.349 455.437C634.349 455.437 620.762 450.453 617.814 450.142" stroke="#93523E" stroke-width="1.03302" stroke-linecap="round"/>
<path d="M635.914 448.502C630.519 445.856 624.756 444.036 618.82 443.104L635.914 448.502Z" fill="#93523E"/>
<path d="M635.914 448.502C630.519 445.856 624.756 444.036 618.82 443.104" stroke="#93523E" stroke-width="1.03302" stroke-linecap="round"/>
<path d="M475.61 439.12C475.61 439.12 574.338 443.894 581.763 442.486L581.562 463.76L478.867 473.87L475.61 439.12Z" fill="#FEBB94"/>
<path d="M750.558 111.635L361.567 103.005C356.373 102.89 351.346 104.842 347.592 108.433C343.838 112.024 341.664 116.96 341.548 122.153L328.84 693.403C328.783 695.975 329.233 698.533 330.165 700.931C331.096 703.329 332.491 705.52 334.269 707.379C336.047 709.238 338.174 710.728 340.528 711.765C342.883 712.802 345.418 713.366 347.99 713.423L736.982 722.053C742.175 722.168 747.202 720.215 750.957 716.624C754.711 713.033 756.885 708.098 757 702.904L769.708 131.655C769.766 129.083 769.316 126.525 768.384 124.127C767.453 121.729 766.058 119.538 764.28 117.679C762.502 115.819 760.375 114.329 758.02 113.292C755.666 112.255 753.13 111.692 750.558 111.635ZM362.466 639.18L372.43 190.031C372.545 184.837 374.719 179.901 378.474 176.31C382.228 172.718 387.255 170.766 392.449 170.881L716.626 178.073C719.197 178.13 721.733 178.693 724.087 179.73C726.441 180.767 728.568 182.257 730.347 184.116C732.125 185.975 733.519 188.166 734.451 190.564C735.382 192.962 735.833 195.52 735.775 198.092L725.811 647.24C725.754 649.812 725.191 652.348 724.154 654.702C723.117 657.056 721.627 659.183 719.768 660.961C717.909 662.74 715.718 664.134 713.32 665.066C710.922 665.997 708.364 666.447 705.792 666.39L381.616 659.198C379.044 659.141 376.508 658.578 374.154 657.541C371.8 656.504 369.673 655.014 367.895 653.155C366.116 651.296 364.722 649.105 363.79 646.707C362.859 644.309 362.409 641.751 362.466 639.18Z" fill="url(#paint1_linear)"/>
<path d="M392.971 153.623C400.373 153.623 406.374 147.622 406.374 140.219C406.374 132.817 400.373 126.815 392.971 126.815C385.568 126.815 379.567 132.817 379.567 140.219C379.567 147.622 385.568 153.623 392.971 153.623Z" fill="tranparent"/>
<path d="M497.632 133.885L425.1 132.276" stroke="white" stroke-width="5.36573" stroke-miterlimit="10" stroke-linecap="round"/>
<path d="M467.721 148.163L425.1 147.218" stroke="white" stroke-width="5.36573" stroke-miterlimit="10" stroke-linecap="round"/>
<path d="M543.503 343.191C543.503 343.191 543.077 414.769 570.833 422.214C598.589 429.66 600.009 360.427 600.009 360.427" stroke="white" stroke-width="1.78858" stroke-miterlimit="10"/>
<defs>
<linearGradient id="paint0_linear" x1="-1581.19" y1="396.205" x2="-1488.38" y2="1218.07" gradientUnits="userSpaceOnUse">
<stop stop-color="white"/>
<stop offset="1" stop-color="#94B9FF"/>
</linearGradient>
<linearGradient id="paint1_linear" x1="498.235" y1="-93.9703" x2="782.921" y2="1384.26" gradientUnits="userSpaceOnUse">
<stop stop-color="white"/>
<stop offset="1" stop-color="#94B9FF"/>
</linearGradient>
</defs>
</svg>
<svg width="1080" height="1080" viewBox="0 0 1080 1080" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect width="1080" height="1080" fill="tranparent"/>
<path d="M721.818 833.345L671.13 900.73C669.936 902.318 668.16 903.366 666.193 903.644C664.226 903.922 662.229 903.408 660.642 902.213L655.937 898.674L715.63 819.318L720.335 822.857C721.922 824.051 722.97 825.827 723.248 827.794C723.527 829.761 723.012 831.758 721.818 833.345Z" fill="#5661AE"/>
<path d="M674.002 793.885L692.279 808.738L673.711 837.387L653.109 821.66L674.002 793.885Z" fill="#BC775C"/>
<path d="M682.12 801.122L659.357 825.951L653.818 821.582L675.136 795.389L682.12 801.122Z" fill="#93523E" stroke="#93523E"/>
<path d="M689.829 806.896C689.829 806.896 684.695 824.944 667.789 834.189L652.517 893.891C653.002 897.318 656.831 899.519 659.376 900.335C659.936 900.511 660.536 900.509 661.094 900.329C661.652 900.148 662.14 899.799 662.49 899.328L716.675 827.294C717.58 826.092 717.978 824.584 717.782 823.092C717.587 821.601 716.814 820.245 715.629 819.318C710.891 815.606 703.627 810.01 700.481 808.09C695.618 805.121 692.151 804.434 689.829 806.896Z" fill="#1C85E8"/>
<path d="M664.254 846.569L672.944 844.705C673.261 844.637 673.59 844.648 673.902 844.737C674.214 844.826 674.5 844.991 674.734 845.216C674.967 845.441 675.142 845.721 675.242 846.029C675.343 846.338 675.365 846.667 675.309 846.986C675.24 847.378 675.054 847.74 674.776 848.025C674.498 848.309 674.141 848.504 673.751 848.583L663.083 850.736L664.254 846.569Z" fill="tranparent"/>
<path d="M662.203 856.029L670.848 854.145C671.165 854.077 671.495 854.088 671.807 854.177C672.119 854.266 672.404 854.43 672.638 854.655C672.872 854.881 673.046 855.16 673.147 855.469C673.247 855.777 673.27 856.106 673.213 856.426C673.144 856.817 672.958 857.179 672.68 857.464C672.402 857.749 672.045 857.943 671.655 858.022L661.135 860.205L662.203 856.029Z" fill="tranparent"/>
<path d="M659.568 866.328L668.114 864.419C668.431 864.351 668.761 864.362 669.073 864.451C669.385 864.54 669.67 864.704 669.904 864.93C670.138 865.155 670.312 865.434 670.413 865.743C670.513 866.052 670.536 866.38 670.479 866.7C670.41 867.092 670.224 867.454 669.947 867.738C669.669 868.023 669.311 868.218 668.921 868.296L658.527 870.394L659.568 866.328Z" fill="tranparent"/>
<path d="M500.287 715.354L644.955 831.909L677.96 793.448L551.467 674.778L500.287 715.354Z" fill="#1F2D49"/>
<path d="M577.884 699.56V777.871L644.956 831.909L654.589 771.521L577.884 699.56Z" fill="#0D1B33"/>
<path d="M513.126 501.075L489.346 690.703H555.833L613.59 502.026L513.126 501.075Z" fill="#1F2D49"/>
<path d="M570.213 643.726L581.38 549.653H608.836L570.213 643.726Z" fill="#0D1B33"/>
<path d="M629.895 905.041H545.574C543.587 905.041 541.682 904.251 540.277 902.847C538.873 901.442 538.084 899.537 538.084 897.55V891.663H637.385V897.55C637.385 899.537 636.596 901.442 635.191 902.847C633.786 904.251 631.881 905.041 629.895 905.041Z" fill="#5661AE"/>
<path d="M632.686 843.108L631.802 866.643L597.746 869.027L597.929 843.108H632.686Z" fill="#BC775C"/>
<path d="M631.781 853.946L598.257 850.68L598.417 843.627L632.165 844.918L631.781 853.946Z" fill="#93523E" stroke="#93523E"/>
<path d="M631.802 863.578C631.802 863.578 614.293 870.324 596.742 862.371L539.851 886.055C537.403 888.502 537.946 892.885 538.824 895.41C539.02 895.963 539.382 896.441 539.862 896.779C540.341 897.116 540.914 897.296 541.5 897.293H631.639C633.143 897.294 634.588 896.705 635.662 895.652C636.737 894.599 637.355 893.167 637.385 891.663C637.503 885.645 637.608 876.476 637.251 872.807C636.701 867.136 635.166 863.953 631.802 863.578Z" fill="#1C85E8"/>
<path d="M584.723 866.988L591.436 872.812C591.681 873.025 591.871 873.295 591.987 873.598C592.104 873.9 592.144 874.227 592.104 874.55C592.065 874.872 591.946 875.179 591.76 875.445C591.574 875.711 591.325 875.927 591.035 876.073C590.681 876.254 590.28 876.323 589.885 876.272C589.49 876.221 589.12 876.052 588.823 875.788L580.689 868.557L584.723 866.988Z" fill="tranparent"/>
<path d="M575.93 871.035L582.633 876.811C582.878 877.024 583.067 877.293 583.184 877.596C583.3 877.899 583.34 878.226 583.301 878.548C583.261 878.87 583.143 879.178 582.957 879.444C582.77 879.709 582.521 879.925 582.232 880.072C581.877 880.252 581.476 880.322 581.082 880.271C580.687 880.22 580.317 880.051 580.02 879.787L571.951 872.691L575.93 871.035Z" fill="tranparent"/>
<path d="M566.116 875.121L572.779 880.803C573.024 881.016 573.213 881.286 573.33 881.589C573.446 881.892 573.487 882.219 573.447 882.541C573.407 882.863 573.289 883.17 573.103 883.436C572.916 883.702 572.668 883.918 572.378 884.065C572.023 884.245 571.623 884.314 571.228 884.263C570.833 884.212 570.463 884.043 570.166 883.779L562.241 876.734L566.116 875.121Z" fill="tranparent"/>
<path d="M653.923 502.026C653.377 511.643 653.377 521.282 653.923 530.898C656.134 561.983 649.066 652.755 649.123 664.699C649.18 676.644 641.312 844.877 641.312 844.877H593.511C593.511 844.877 581.292 700.296 581.01 683.749C580.728 667.203 577.884 502.706 577.884 502.706L653.923 502.026Z" fill="#1F2D49"/>
<path d="M511.686 512.557L653.924 530.898V502.026L512.423 506.679L511.686 512.557Z" fill="#0D1B33"/>
<path d="M522.589 723.946C540.949 723.946 555.832 709.063 555.832 690.703C555.832 672.343 540.949 657.459 522.589 657.459C504.229 657.459 489.346 672.343 489.346 690.703C489.346 709.063 504.229 723.946 522.589 723.946Z" fill="#1F2D49"/>
<path d="M621.532 522.973C621.532 522.973 615.147 535.046 613.589 536.432C612.032 537.817 586.354 540.984 581.38 542.765C576.407 544.546 574.032 547.239 574.032 549.653H634.396C634.396 549.653 635.958 548.197 637.083 543.557C638.209 538.916 640.177 536.948 640.177 536.948L621.532 522.973Z" fill="#BC775C"/>
<path d="M534.769 332.777C538.739 313.178 529.403 313.683 526.296 310.567C526.296 310.567 514.641 300.955 505.759 309.915C496.358 319.392 442.47 393.012 442.47 393.012L476.188 424.023L482.526 416.46L498.943 396.88L516.503 375.952L518.685 373.57L542.373 346.739C542.373 346.739 532.524 343.094 534.769 332.777Z" fill="#5661AE"/>
<path d="M548.871 336.116C553.417 322.546 546.1 307.86 532.53 303.315C518.96 298.77 504.274 306.086 499.729 319.656C495.184 333.227 502.5 347.912 516.07 352.457C529.641 357.003 544.326 349.686 548.871 336.116Z" fill="#5661AE"/>
<path d="M518.374 373.466C519.054 369.369 520.414 361.177 521.877 353.711L529.657 317.573C529.657 317.573 508.763 348.453 499.138 369.963C492.009 386.082 483.739 402.511 482.371 416.408L498.788 396.827L516.348 375.9L518.374 373.466Z" fill="#465393"/>
<path d="M408.79 310.128C400.778 295.515 404.629 293.034 401.22 284.719C397.862 276.606 403.825 256.493 398.117 259.235C392.409 261.978 390.643 269.266 390.643 269.266C386.739 262.361 383.144 249.655 373.8 248.201C364.454 246.747 363.627 249.688 358.33 254.035C344.238 265.759 362.207 283.38 365.207 290.09C367.137 294.296 381.314 307.118 382.886 309.921L390.021 320.272L408.79 310.128Z" fill="#BC775C"/>
<path d="M381.26 270.172L369.873 249.147" stroke="#93523E" stroke-width="1.07832" stroke-linecap="round"/>
<path d="M373.8 273.576L361.389 253.996" stroke="#93523E" stroke-width="1.07832" stroke-linecap="round"/>
<path d="M364.935 277.34L357.842 265.482" stroke="#93523E" stroke-width="1.07832" stroke-linecap="round"/>
<path d="M384.074 288.68C384.134 281.4 388.503 272.591 388.503 272.591" stroke="#93523E" stroke-width="1.07832" stroke-linecap="round"/>
<path d="M476.474 392.426L407.909 301.117C407.472 300.581 406.852 300.225 406.168 300.119C405.484 300.012 404.786 300.163 404.206 300.541L386.253 312.415C385.399 312.993 384.792 313.867 384.547 314.868C384.303 315.869 384.439 316.926 384.93 317.832L440.068 419.517L476.474 392.426Z" fill="#5661AE"/>
<path d="M459.814 430.992C472.495 430.992 482.775 420.712 482.775 408.031C482.775 395.35 472.495 385.071 459.814 385.071C447.133 385.071 436.854 395.35 436.854 408.031C436.854 420.712 447.133 430.992 459.814 430.992Z" fill="#5661AE"/>
<path d="M555.751 289.927C555.751 289.927 522.274 300.575 515.669 303.338C509.064 306.101 508.624 317.153 508.184 324.981C507.875 330.466 514.066 420.532 514.473 472.694C514.56 483.838 512.482 490.908 511.148 497.102C509.813 503.296 511.148 506.667 511.148 506.667L654.589 507.95C654.589 507.95 650.289 326.713 649.408 320.267C648.527 313.82 655.447 308.268 647.946 305.023L593.173 289.927H555.751Z" fill="tranparent"/>
<path d="M537.75 295.74C537.75 295.74 543.216 320.74 546.797 340.748C550.378 360.756 551.468 526.392 551.468 526.392C551.468 526.392 509.553 518.243 503.875 508.614C498.198 498.984 509.134 455.719 509.985 416.408C510.836 377.097 502.561 316.09 511.249 305.507C511.249 305.507 513.478 303.299 537.75 295.74Z" fill="#5661AE"/>
<path d="M608.196 294.133C608.196 294.133 588.308 335.569 589.525 348.198C590.741 360.827 590.81 468.528 589.525 491.014C588.726 504.693 586.642 518.267 583.3 531.555C583.3 531.555 637.554 535.397 658.519 528.835C658.519 528.835 668.471 466.179 661.939 443.796C655.406 421.413 650.416 305.083 650.416 305.083L608.196 294.133Z" fill="#5661AE"/>
<path d="M622.871 349.816C622.871 349.816 624.908 424.911 624.485 449.942C624.221 465.54 606.387 472.146 606.334 481.177C606.303 486.52 620.416 480.265 624.221 485.789C628.025 491.312 621.521 508.614 621.521 508.614L654.588 507.95L667.832 443.681L639.927 345.951L622.871 349.816Z" fill="#465393"/>
<path d="M556.439 273.189L553.334 308.186C553.334 308.186 552.505 313.622 561.947 315.342C569.444 316.707 585.023 307.898 588.539 304.996C596.355 298.546 597.078 294.643 596.252 291.654C595.068 287.371 591.201 257.191 591.201 257.191L556.439 273.189Z" fill="#BC775C"/>
<path d="M554.4 301.83L556.313 280.259L572.976 272.028L554.4 301.83Z" fill="#93523E" stroke="#93523E"/>
<path d="M537.915 206.951C537.915 206.951 531.531 235.544 530.681 255.017C529.824 274.664 536.845 278.405 545.549 279.872C552.414 281.029 563.093 281.113 569.808 277.76C582.053 271.645 602.156 256.805 604.787 253.925C608.861 249.467 608.581 229.584 593.023 224.667C581.706 221.09 552.852 190.725 537.915 206.951Z" fill="#BC775C"/>
<path d="M537.977 210C547.26 213.639 564.732 211.248 574.329 214.363C583.913 217.487 575.192 220.784 575.61 230.042C575.879 236.039 576.335 247.499 580.015 247.347C583.696 247.196 585.863 234.181 593.624 234.677C601.383 235.183 605.043 238.497 604.873 243.461C604.705 248.414 599.128 252.731 594.729 255.023C589.222 257.875 586.949 256.68 586.949 256.68C586.949 256.68 593.147 279.499 594.083 278.595C594.083 278.595 600.768 274.823 601.974 268.217C601.974 268.217 610.846 266.295 608.881 257.422C608.881 257.422 614.407 255.649 611.785 250.512C611.785 250.512 626.064 240.91 618.622 229.16C618.622 229.16 625.398 222.404 617.305 219.548C617.305 219.548 628.022 203.886 612.776 200.546C612.776 200.546 613.798 193.174 606.819 193.455C606.819 193.455 603.768 180.775 588.537 185.776C588.465 183.237 587.626 180.779 586.132 178.725C584.638 176.671 582.558 175.116 580.164 174.265C571.538 170.792 565.924 175.572 565.924 175.572C565.924 175.572 556.871 168.188 552.104 179.014C552.104 179.014 545.257 175.514 540.124 179.233C534.983 182.94 537.482 190.711 537.482 190.711C537.482 190.711 531.607 189.334 529.463 194.2C526.435 201.047 530.687 203.542 530.687 203.542C530.687 203.542 521.122 214.85 534.573 225.561L537.977 210Z" fill="#493212"/>
<path d="M561.34 238.228C561.845 235.915 561.026 233.772 559.511 233.441C557.996 233.11 556.358 234.717 555.853 237.029C555.348 239.341 556.167 241.484 557.682 241.815C559.197 242.146 560.834 240.54 561.34 238.228Z" fill="#080B09"/>
<path d="M540.494 233.533C540.999 231.221 540.18 229.078 538.665 228.747C537.15 228.416 535.513 230.022 535.007 232.335C534.502 234.647 535.321 236.79 536.836 237.121C538.351 237.452 539.989 235.846 540.494 233.533Z" fill="#080B09"/>
<path d="M544.615 239.673C544.615 239.673 547.203 244.659 543.463 244.735C539.889 244.685 537.807 246.782 541.412 249.821" stroke="#93523E" stroke-width="1.07832" stroke-linecap="round"/>
<path d="M541.965 254.431L541.981 254.433L541.997 254.434C544.214 254.594 548.641 254.912 551.584 255.173L551.584 255.173L551.589 255.173C551.675 255.18 551.757 255.21 551.827 255.26C551.897 255.311 551.952 255.379 551.986 255.459C552.02 255.538 552.031 255.625 552.019 255.71C552.007 255.792 551.974 255.87 551.922 255.935C551.275 256.648 550.423 257.496 549.476 258.227C548.519 258.966 547.497 259.56 546.515 259.797C545.553 260.028 544.646 259.915 543.834 259.264C542.998 258.593 542.198 257.299 541.601 255.024L541.591 254.985L541.575 254.948C541.548 254.888 541.538 254.822 541.545 254.756C541.553 254.69 541.578 254.628 541.618 254.575C541.657 254.522 541.71 254.481 541.771 254.456C541.832 254.43 541.899 254.422 541.965 254.431Z" fill="#93523E" stroke="#93523E"/>
<path d="M568.603 230.608L568.396 231.027C568.146 231.664 567.655 232.176 567.03 232.453C566.405 232.729 565.695 232.747 565.057 232.502L554.194 228.006C553.66 227.81 553.218 227.42 552.957 226.914C552.696 226.408 552.634 225.822 552.785 225.273C552.861 224.932 553.008 224.611 553.218 224.332C553.427 224.052 553.693 223.821 553.999 223.652C554.304 223.483 554.642 223.38 554.99 223.352C555.338 223.323 555.688 223.368 556.018 223.485L567.088 227.563C567.39 227.658 567.671 227.814 567.912 228.02C568.153 228.227 568.35 228.48 568.492 228.764C568.633 229.048 568.716 229.358 568.735 229.675C568.754 229.992 568.709 230.309 568.603 230.608Z" fill="#080B09"/>
<path d="M531.951 220.495L543.721 219.701C544.07 219.682 544.418 219.737 544.744 219.863C545.07 219.989 545.366 220.182 545.611 220.43C545.857 220.678 546.047 220.976 546.169 221.303C546.291 221.63 546.342 221.979 546.319 222.328C546.309 222.897 546.085 223.442 545.692 223.854C545.299 224.266 544.765 224.515 544.197 224.553L532.508 225.806C531.826 225.861 531.15 225.645 530.628 225.203C530.106 224.762 529.779 224.132 529.72 223.451L529.638 222.991C529.621 222.674 529.667 222.356 529.775 222.058C529.882 221.759 530.049 221.485 530.265 221.252C530.481 221.019 530.741 220.832 531.031 220.702C531.32 220.572 531.633 220.502 531.951 220.495Z" fill="#080B09"/>
<path d="M651.493 323.091C636.719 309.616 632.356 317.885 628.086 318.95C628.086 318.95 613.852 324.011 616.975 336.234C620.276 349.168 655.749 433.225 655.749 433.225L700.51 422.629L696.446 410.907L688.082 386.762L679.15 360.945L678.227 357.849L667.379 323.741C667.379 323.741 659.192 330.318 651.493 323.091Z" fill="#5661AE"/>
<path d="M658.771 349.245C669.642 339.938 670.911 323.58 661.604 312.709C652.297 301.837 635.939 300.569 625.067 309.876C614.196 319.183 612.928 335.541 622.235 346.412C631.541 357.284 647.899 358.552 658.771 349.245Z" fill="#5661AE"/>
<path d="M655.406 421.413L615.82 528.517C615.606 529.175 615.643 529.889 615.924 530.521C616.205 531.154 616.71 531.659 617.342 531.941L637.05 540.596C637.998 541 639.063 541.037 640.036 540.7C641.01 540.363 641.824 539.676 642.32 538.772L697.903 437.33L655.406 421.413Z" fill="#5661AE"/>
<path d="M677.55 449.919C690.231 449.919 700.51 439.639 700.51 426.958C700.51 414.277 690.231 403.998 677.55 403.998C664.869 403.998 654.589 414.277 654.589 426.958C654.589 439.639 664.869 449.919 677.55 449.919Z" fill="#5661AE"/>
</svg>
<svg width="1080" height="1080" viewBox="0 0 1080 1080" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect width="1080" height="1080" fill="tranparent"/>
<path d="M604.777 398.358C615.961 386.002 612.791 382.695 618.035 375.398C623.184 368.285 622.05 347.338 626.966 351.33C631.882 355.321 631.909 362.821 631.909 362.821C637.308 357.009 643.753 345.484 653.18 346.237C662.608 346.991 662.73 350.044 666.874 355.501C677.861 370.174 656.295 383.145 651.821 388.977C648.967 392.62 632.202 401.804 630.023 404.165L620.681 412.579L604.777 398.358Z" fill="#FFCCB3"/>
<path d="M640.825 365.878L656.779 348.069" stroke="#EF6A77" stroke-width="1.07832" stroke-linecap="round"/>
<path d="M647.293 370.921L663.908 354.754" stroke="#EF6A77" stroke-width="1.07832" stroke-linecap="round"/>
<path d="M655.042 376.638L664.693 366.749" stroke="#EF6A77" stroke-width="1.07832" stroke-linecap="round"/>
<path d="M437.259 498.331L430.39 522.992L466.241 512.81L470.903 498.331H437.259Z" fill="#5CA4E6"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M696.689 817.13C683.793 812.573 670.5 807.876 658.247 808.747C657.971 808.765 657.702 808.844 657.459 808.976C657.216 809.109 657.005 809.293 656.84 809.516C656.675 809.738 656.561 809.994 656.505 810.265C656.448 810.536 656.452 810.816 656.515 811.086L661.646 832.764C661.752 833.211 662.015 833.604 662.388 833.871C662.761 834.138 663.218 834.261 663.675 834.217L746.987 826.172C753.13 825.578 756.093 821.941 756.534 816.927C756.546 816.755 756.508 816.583 756.424 816.432C756.341 816.281 756.216 816.157 756.064 816.075C755.912 815.994 755.74 815.957 755.568 815.971C755.396 815.984 755.232 816.047 755.094 816.151C745.902 823.046 734.376 826.069 722.983 824.573C714.757 823.515 705.823 820.358 696.689 817.13Z" fill="#5661AE"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M651.62 754.582C651.62 754.582 660.215 788.648 660.456 792.304C660.476 794.335 660.348 796.365 660.07 798.377C659.686 801.995 659.259 806.026 659.901 808.669C671.691 808.303 684.371 812.783 696.689 817.134C705.823 820.36 714.756 823.516 722.981 824.574C733.825 825.996 744.809 823.331 753.795 817.096C753.419 810.875 747.52 805.631 736.636 805.737C717.129 805.926 706.333 805.576 695.572 792.44C687.924 783.107 684.234 743.732 684.234 743.732L651.62 754.582Z" fill="#FFCCB3"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M693.083 787C689.489 787.842 675.189 791.125 661.237 793.396C658.526 793.838 657.666 799.437 659.716 802.22C661.128 804.277 662.372 806.444 663.435 808.702C668.296 808.989 673.114 809.779 677.812 811.058C675.334 805.747 677.984 802.272 683.094 801.015C687.129 800.023 696.868 799.854 701.909 799.837C702.186 799.835 702.456 799.755 702.689 799.604C702.922 799.454 703.106 799.241 703.222 798.989C703.337 798.737 703.377 798.457 703.339 798.183C703.3 797.909 703.184 797.651 703.003 797.441L694.518 787.474C694.346 787.271 694.121 787.119 693.868 787.035C693.614 786.952 693.343 786.94 693.083 787Z" fill="tranparent"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M744.108 822.162C735.186 825.617 728.947 824.9 728.947 824.9L727.044 805.196L742.395 804.426L744.108 822.162Z" fill="tranparent"/>
<path d="M643.504 617.138C658.302 612.699 666.699 597.105 662.261 582.307C657.823 567.51 642.228 559.112 627.431 563.55C612.633 567.989 604.235 583.583 608.673 598.381C613.112 613.178 628.706 621.576 643.504 617.138Z" fill="#FFCCB3"/>
<path d="M643.744 563.621L597.372 547.747L575.788 605.895L635.778 616.339L643.744 563.621Z" fill="#FFCCB3"/>
<path d="M663.196 586.629L686.737 762.549L656.2 773.115L610.037 606.084L663.196 586.629Z" fill="#FFCCB3"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M566.499 829.327C554.317 823.109 541.761 816.7 529.5 815.947C529.223 815.929 528.946 815.971 528.688 816.07C528.43 816.17 528.196 816.324 528.003 816.523C527.811 816.722 527.663 816.96 527.572 817.222C527.48 817.483 527.447 817.761 527.474 818.037L529.701 840.203C529.747 840.659 529.956 841.084 530.291 841.398C530.625 841.712 531.062 841.894 531.521 841.91L615.166 844.923C621.333 845.145 624.751 841.93 625.849 837.019C625.883 836.85 625.868 836.675 625.806 836.514C625.743 836.353 625.635 836.214 625.496 836.113C625.356 836.011 625.19 835.953 625.018 835.943C624.845 835.934 624.674 835.974 624.524 836.06C614.502 841.682 602.678 843.158 591.582 840.173C583.568 838.039 575.128 833.731 566.499 829.327Z" fill="#5661AE"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M530.075 761.381C530.075 761.381 534.101 796.283 533.858 799.939C533.611 801.955 533.215 803.95 532.675 805.908C531.817 809.444 530.862 813.383 531.15 816.088C542.885 817.28 554.864 823.393 566.5 829.331C575.128 833.733 583.567 838.04 591.581 840.173C602.142 843.013 613.382 841.82 623.112 836.825C623.56 830.608 618.404 824.633 607.601 823.302C588.24 820.917 577.584 819.146 568.65 804.706C562.3 794.445 563.835 754.927 563.835 754.927L530.075 761.381Z" fill="#FCBA9F"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M566.9 798.985C563.226 799.345 548.618 800.713 534.488 801.125C531.743 801.205 530.153 806.642 531.817 809.67C532.946 811.896 533.893 814.209 534.649 816.586C539.429 817.512 544.101 818.931 548.589 820.818C546.834 815.227 549.919 812.131 555.149 811.56C559.281 811.109 568.956 812.226 573.955 812.873C574.23 812.908 574.509 812.864 574.76 812.746C575.01 812.628 575.221 812.44 575.369 812.206C575.516 811.971 575.593 811.699 575.591 811.422C575.589 811.145 575.508 810.875 575.357 810.643L568.26 799.644C568.116 799.419 567.913 799.239 567.673 799.123C567.433 799.007 567.166 798.959 566.9 798.985Z" fill="tranparent"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M612.841 840.569C603.542 842.817 597.452 841.283 597.452 841.283L598.164 821.501L613.483 822.762L612.841 840.569Z" fill="tranparent"/>
<path d="M540.157 624.067C555.411 621.619 565.792 607.269 563.344 592.015C560.896 576.761 546.546 566.38 531.292 568.828C516.038 571.276 505.657 585.626 508.105 600.88C510.553 616.134 524.903 626.515 540.157 624.067Z" stroke="#5CA4E6" stroke-width="1.0969" stroke-miterlimit="10"/>
<path d="M563.701 596.422L563.834 773.91L532.171 780.356L508.44 608.696L563.701 596.422Z" fill="#FCBA9F"/>
<path d="M480.813 531.62C480.813 531.62 472.299 573.281 483.456 590.691C497.577 612.727 514.849 616.101 527.613 616.339L596.576 610.391C596.576 610.391 596.119 570.74 621.66 555.927C621.66 555.927 516.981 517.293 480.813 531.62Z" fill="#5661AE"/>
<path d="M454.265 319.074L448.787 347.051L417.083 344.899L423.157 315.161L454.265 319.074Z" fill="#FFCCB3"/>
<path d="M453.946 320.701L451.285 334.292C451.285 334.292 443.999 328.082 442.592 318.39L453.946 320.701Z" fill="#FCBA9F"/>
<path d="M407.31 352.853C407.31 352.853 414.53 334.012 418.839 336.3C429.081 341.738 444.041 340.73 450.664 337.462C454.633 335.504 454.784 352.853 454.784 352.853L407.31 352.853Z" fill="#FEBB94"/>
<path d="M407.31 352.853L376.886 356.929C376.051 357.041 375.292 357.474 374.771 358.136C374.251 358.799 374.009 359.638 374.097 360.476L395.338 561.992L504.338 551.293L490.849 359.533L454.784 352.853H407.31Z" fill="#FEBB94"/>
<path d="M484.875 410.274L476.373 394.811L478.465 410.274H484.875Z" fill="#FF967C"/>
<path d="M488.957 359.183C500.451 360.946 510.086 368.605 513.305 375.297L541.739 440.071L611.561 384.231L631.41 405.138L568.647 482.68C556.025 499.303 534.192 506.143 519.322 484.465L495.564 447.15L488.957 359.183Z" fill="#FEBB94"/>
<path d="M541.739 440.072L549.683 455.688L555.729 428.882L541.739 440.072Z" fill="#FF967C"/>
<path d="M377.118 356.898C377.118 356.898 368.908 356.752 362.006 368.831C355.104 380.91 327.15 454.074 327.15 454.074C327.15 454.074 314.38 481.683 340.264 482.718H394.446L377.118 356.898Z" fill="#FEBB94"/>
<path d="M383.231 410.274L380.963 400.141L375.255 410.274H383.231Z" fill="#FF967C"/>
<path d="M526.568 616.268H408.238C404.511 616.268 400.909 614.924 398.094 612.482C395.279 610.04 393.438 606.665 392.911 602.976L367.905 427.945C367.591 425.75 367.753 423.512 368.379 421.384C369.005 419.256 370.082 417.288 371.535 415.612C372.988 413.936 374.785 412.592 376.803 411.671C378.821 410.75 381.013 410.273 383.231 410.273H501.562C505.289 410.273 508.89 411.618 511.706 414.06C514.521 416.501 516.361 419.877 516.888 423.566L541.895 598.596C542.209 600.792 542.047 603.03 541.421 605.158C540.794 607.286 539.718 609.254 538.265 610.93C536.811 612.606 535.015 613.95 532.997 614.871C530.979 615.792 528.787 616.268 526.568 616.268Z" fill="#5CA4E6"/>
<path d="M518.593 616.268H609.214C609.992 616.268 610.756 616.063 611.429 615.672C612.102 615.281 612.66 614.72 613.045 614.044C613.431 613.368 613.631 612.602 613.626 611.824C613.62 611.046 613.409 610.283 613.013 609.613C612.705 609.09 612.291 608.636 611.798 608.28C611.306 607.924 610.745 607.673 610.151 607.544L536.792 591.597L518.593 616.268Z" fill="#5CA4E6"/>
<path d="M518.593 616.268H400.262C396.535 616.268 392.934 614.924 390.118 612.482C387.303 610.04 385.463 606.665 384.936 602.976L359.929 427.945C359.615 425.75 359.777 423.512 360.403 421.384C361.03 419.256 362.106 417.288 363.559 415.612C365.013 413.936 366.809 412.592 368.827 411.671C370.845 410.75 373.038 410.273 375.256 410.273H493.586C497.313 410.273 500.915 411.618 503.73 414.06C506.546 416.501 508.386 419.877 508.913 423.566L533.919 598.596C534.233 600.792 534.071 603.03 533.445 605.158C532.819 607.286 531.742 609.254 530.289 610.93C528.836 612.606 527.039 613.95 525.021 614.871C523.003 615.792 520.811 616.268 518.593 616.268Z" fill="url(#paint0_linear)"/>
<path d="M437.899 616.268H524.164C524.164 625.785 520.384 634.913 513.654 641.643C506.924 648.372 497.797 652.153 488.28 652.153H473.784C464.267 652.153 455.139 648.372 448.41 641.643C441.68 634.913 437.899 625.785 437.899 616.268Z" fill="#E7EFFF"/>
<path d="M482.948 652.153H479.117V824.644H482.948V652.153Z" fill="#5CA4E6"/>
<path d="M479.117 824.645L426.535 841.684H534.713L482.947 824.645H479.117Z" fill="#5CA4E6"/>
<path d="M455.704 259.765C455.704 259.765 468.287 282.468 472.65 291.838C477.014 301.207 478.506 311.314 471.239 315.967C461.35 322.298 450.408 320.891 438.616 319.574C428.408 318.433 415.617 289.709 417.184 282.658C418.751 275.606 436.504 247.319 455.704 259.765Z" fill="#FFCCB3"/>
<path d="M465.086 285.787C466.002 285.046 465.86 283.351 464.768 282.001C463.677 280.65 462.049 280.156 461.133 280.897C460.216 281.638 460.359 283.333 461.45 284.683C462.542 286.033 464.17 286.528 465.086 285.787Z" fill="#080B09"/>
<path d="M451.532 282.335L461.132 275.508C460.897 275.236 460.609 275.016 460.284 274.862C459.96 274.709 459.607 274.625 459.248 274.616C458.889 274.607 458.533 274.674 458.201 274.811C457.869 274.948 457.57 275.154 457.323 275.414L450.963 281.862C450.737 282.044 451.193 282.609 451.532 282.335Z" fill="#080B09"/>
<path d="M470.834 299.878C469.545 300.679 468.058 301.104 466.54 301.104C465.022 301.104 463.535 300.679 462.246 299.878" stroke="#EF6A77" stroke-miterlimit="10" stroke-linecap="round"/>
<path d="M446.68 273.381L467.237 262.985C467.237 262.985 459.782 238.737 432.473 236.203C412.438 234.345 393.816 245.39 386.6 262.647C379.383 279.904 385.554 308.335 403.857 315.16C419.337 320.934 418.839 336.3 418.839 336.3L441.508 306.573C441.508 306.573 425.824 298.944 429.585 289.63C434.684 277.005 447.495 291.6 447.495 291.6L438.826 266.37L446.68 273.381Z" fill="#1F2D49"/>
<path d="M468.405 283.342C468.405 283.342 471.834 287.809 473.909 288.671C475.983 289.532 474.126 292.706 472.744 293.147C471.362 293.588 467.617 285.451 468.405 283.342Z" fill="#FFCCB3"/>
<path d="M383.658 307.7C397.11 307.7 408.016 296.794 408.016 283.342C408.016 269.89 397.11 258.984 383.658 258.984C370.205 258.984 359.3 269.89 359.3 283.342C359.3 296.794 370.205 307.7 383.658 307.7Z" fill="#0D1B33"/>
<path d="M380.963 308.77C394.416 308.77 405.321 297.865 405.321 284.412C405.321 270.96 394.416 260.054 380.963 260.054C367.511 260.054 356.605 270.96 356.605 284.412C356.605 297.865 367.511 308.77 380.963 308.77Z" fill="#1F2D49"/>
<defs>
<linearGradient id="paint0_linear" x1="442.585" y1="409.784" x2="498.29" y2="844.533" gradientUnits="userSpaceOnUse">
<stop stop-color="white"/>
<stop offset="1" stop-color="#94B9FF"/>
</linearGradient>
</defs>
</svg>
<svg width="1080" height="1080" viewBox="0 0 1080 1080" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect width="1080" height="1080" fill="tranparent"/>
<path opacity="0.6" d="M438.905 576.604H449.673" stroke="white" stroke-width="6" stroke-miterlimit="10" stroke-linecap="round"/>
<path d="M717.058 764.392C716.836 764.416 716.737 764.539 716.86 764.638C716.761 764.76 716.761 764.76 716.786 764.982C716.319 766.506 715.99 768.069 715.801 769.652L734.763 784.891L736.861 782.532C736.861 782.532 729.864 773.875 727.235 771.358C726.105 770.247 725.097 769.236 724.09 768.224C723.206 767.311 722.421 766.275 721.659 765.461C720.604 764.006 717.525 764.565 717.501 764.343C717.378 764.245 717.058 764.392 717.058 764.392Z" fill="#233B62"/>
<path d="M573.693 631.981L591.995 649.725L694.368 748.584L696.236 750.287L697.045 751.545L697.168 751.643L711.669 773.613L713.289 776.127L713.828 776.966L723.643 791.933L715.559 795.953L713.217 797.105L709.915 798.697L704.714 801.394L704.615 801.516L699.094 804.36L698.824 803.941L686.222 779.858C683.777 775.207 680.35 771.142 676.179 767.944L564.863 682.73L543.701 666.531L573.693 631.981Z" fill="#FFCCB3"/>
<path d="M710.265 752.46C705.358 750.182 699.85 748.144 694.467 748.461C697.713 751.304 699.191 756.362 701.335 760.048C705.748 767.638 717.059 781.741 711.28 793.727C708.033 800.462 698.947 804.04 698.824 803.941C697.304 810.857 689.768 839.012 704.789 822.691C713.177 813.577 721.499 803.841 725.683 794.178C727.398 790.216 723.77 786.263 721.99 782.918C719.712 777.856 716.305 771.152 716.735 765.549L716.834 765.426C717.081 765.038 736.531 782.451 736.861 782.533C737.528 781.45 739.084 779.263 739.084 779.263C739.084 779.263 711.199 752.807 710.265 752.46Z" fill="#1C85E8"/>
<path d="M500.799 844.556C500.624 844.418 500.467 844.437 500.486 844.594C500.33 844.613 500.33 844.613 500.192 844.788C498.793 845.551 497.464 846.438 496.222 847.437L499.12 871.591L502.269 871.372C502.269 871.372 503.322 860.29 503.203 856.653C503.172 855.069 503.159 853.641 503.147 852.214C503.153 850.943 503.316 849.653 503.341 848.538C503.604 846.76 501.012 845.007 501.15 844.832C501.131 844.675 500.799 844.556 500.799 844.556Z" fill="#233B62"/>
<path d="M490.914 649.65L491.589 675.133L495.634 817.39L495.779 819.913L495.478 821.378L495.497 821.534L490.499 847.38L489.899 850.31L489.698 851.286L486.248 868.848L477.657 866.068L475.178 865.254L471.704 864.083L466.1 862.374L465.944 862.393L460.008 860.564L460.109 860.076L467.942 834.049C469.447 829.014 469.84 823.711 469.094 818.509L449.114 679.752L445.314 653.374L490.914 649.65Z" fill="#FFCCB3"/>
<path d="M504.287 831.276C502.373 826.217 499.861 820.908 495.791 817.371C496.123 821.672 493.643 826.322 492.597 830.456C490.445 838.967 488.668 856.959 476.155 861.485C469.124 864.028 460.127 860.232 460.108 860.076C454.185 863.957 429.11 878.812 451.26 877.65C463.63 877.001 476.387 875.861 486.135 871.879C490.132 870.247 490.303 864.884 491.369 861.248C493.281 856.037 495.533 848.862 499.759 845.157L499.916 845.138C500.364 845.034 502.09 871.082 502.269 871.372C503.503 871.065 506.145 870.59 506.145 870.59C506.145 870.59 504.712 832.178 504.287 831.276Z" fill="#1C85E8"/>
<path d="M463.333 458.457L427.144 611.277L427.078 622.126L456.505 803.08L503.359 798.008L489.767 625.187L527.044 535.016L519.508 461.07L463.333 458.457Z" fill="#1F2D49"/>
<path d="M458.267 648.396C475.743 648.396 489.911 634.228 489.911 616.752C489.911 599.275 475.743 585.108 458.267 585.108C440.79 585.108 426.623 599.275 426.623 616.752C426.623 634.228 440.79 648.396 458.267 648.396Z" fill="#1F2D49"/>
<path d="M501.644 596.458L492.719 520.953L489.767 625.187L501.644 596.458Z" fill="#0D1B33"/>
<path d="M561.017 457.981C561.017 457.981 577.891 486.326 578.113 510.065C578.445 545.693 565.604 609.575 565.604 609.575L677.784 722.972L651.082 763.02C651.082 763.02 555.349 683.588 514.844 645.86L505.771 627.49L492.719 520.954L512.669 457.981H561.017Z" fill="#1F2D49"/>
<path d="M463.333 458.457L561.598 459.467L571.147 479.229L461.673 465.47L463.333 458.457Z" fill="#0D1B33"/>
<path d="M537.133 655.042C554.609 655.042 568.777 640.875 568.777 623.398C568.777 605.922 554.609 591.754 537.133 591.754C519.656 591.754 505.489 605.922 505.489 623.398C505.489 640.875 519.656 655.042 537.133 655.042Z" fill="#1F2D49"/>
<path d="M451.862 248.457C451.862 248.457 453.181 263.147 449.305 277.266C445.429 291.386 416.083 321.287 442.107 345.65C468.132 370.014 499.97 304.675 499.97 304.675L490.003 274.498L455.537 238.639L451.862 248.457Z" fill="#1F2D49"/>
<path d="M531.263 251.886C531.263 251.886 539.074 261.809 556.864 269.918C574.327 277.878 593.133 290.959 589.257 319.475C585.381 347.992 533.761 325.843 518.596 309.508C503.431 293.174 505.518 264.01 505.518 264.01L531.263 251.886Z" fill="#1F2D49"/>
<path d="M491.341 305.319C491.341 305.319 471.532 313.157 468.507 315.577C465.483 317.996 462.611 337.743 457.469 347.119C452.328 356.495 444.806 373.8 455.792 389.695C466.778 405.59 465.61 418.213 465.61 418.213L463.272 458.087L557.952 459.832C558.786 459.858 559.616 459.707 560.387 459.388C561.158 459.07 561.852 458.592 562.424 457.985C562.997 457.378 563.434 456.656 563.706 455.868C563.979 455.08 564.081 454.243 564.006 453.412C562.954 441.787 558.148 425.46 557.771 406.949C557.259 381.86 556.876 298.032 556.876 298.032L515.631 296.738C507.323 298.17 491.341 305.319 491.341 305.319Z" fill="#FEBB94"/>
<path d="M540.643 332.299C540.643 332.299 526.845 344.88 526.033 354.214C525.222 363.548 523.345 389.573 505.613 392.169C483.877 395.351 478.188 398.449 488.264 400.884C498.34 403.319 521.207 399.374 521.207 409.812C521.207 417.241 530.092 422.799 534.556 418.74C539.02 414.682 574.577 352.997 540.643 332.299Z" fill="#FF967C"/>
<path d="M374.232 342.844L366.752 333.27C365.187 331.028 363.104 329.196 360.681 327.929C357 326.087 351.357 322.649 349.396 319.212C346.146 313.75 333.338 298.998 344.448 287.53C348.561 283.298 347.533 284.299 355.754 284.426C363.975 284.552 365.237 293.083 369.345 298.668C369.345 298.668 370.268 292.226 374.809 289.284C379.351 286.341 376.337 304.315 379.831 311.127C383.324 317.939 380.501 320.515 388.778 332.482L374.232 342.844Z" fill="#FFCCB3"/>
<path d="M354.503 285.409L361.184 300.566L354.503 285.409Z" fill="#E56441"/>
<path d="M354.503 285.409L361.184 300.566" stroke="#E56441" stroke-width="0.94666" stroke-linecap="round"/>
<path d="M345.79 288.104L355.047 304.244L345.79 288.104Z" fill="#E56441"/>
<path d="M345.79 288.104L355.047 304.244" stroke="#E56441" stroke-width="0.94666" stroke-linecap="round"/>
<path d="M340.324 298.716L347.621 308.352L340.324 298.716Z" fill="#E56441"/>
<path d="M340.324 298.716L347.621 308.352" stroke="#E56441" stroke-width="0.94666" stroke-linecap="round"/>
<path d="M367.626 302.103C367.626 302.103 364.799 310.2 365.288 316.581L367.626 302.103Z" fill="#E56441"/>
<path d="M367.626 302.103C367.626 302.103 364.799 310.2 365.288 316.581" stroke="#E56441" stroke-width="0.94666" stroke-linecap="round"/>
<path d="M473.32 312.968C465.64 315.63 454.935 321.029 452.037 327.053L426.44 385.365L383.811 320.592L367.668 337.594L407.479 419.936C414.754 438.042 433.234 444.845 446.62 425.33L468.008 391.738L473.32 312.968Z" fill="#FEBB94"/>
<path d="M462.404 363.166C462.404 363.166 460.096 359.184 460.096 379.966L446.621 425.331L468.008 391.738C485.166 368.67 471.611 362.508 462.404 363.166Z" fill="#FF967C"/>
<path d="M509.332 335.652L438.624 363.816C436.427 364.691 435.356 367.182 436.231 369.379L471.621 458.227C472.496 460.423 474.986 461.495 477.183 460.62L547.891 432.456C550.088 431.58 551.159 429.09 550.284 426.893L514.894 338.045C514.019 335.848 511.529 334.777 509.332 335.652Z" fill="#1C85E8"/>
<path d="M449.413 372.174L478.57 360.56" stroke="white" stroke-width="4" stroke-miterlimit="10" stroke-linecap="round"/>
<path d="M453.816 382.612L467.106 377.318" stroke="white" stroke-width="4" stroke-miterlimit="10" stroke-linecap="round"/>
<path d="M488.834 284.433L489.947 315.601C489.947 315.601 488.423 322.427 495.427 321.669C502.432 320.912 511.863 315.397 517.164 309.338C522.465 303.28 522.103 302.794 519.831 298.819C517.559 294.843 506.893 264.543 506.893 264.543L488.834 284.433Z" fill="#FFCCB3"/>
<path d="M488.993 287.047L501.909 278.822C501.909 278.822 496.186 303.939 489.947 315.601L488.993 287.047Z" fill="#FCBA9F"/>
<path d="M454.168 237.788C454.168 237.788 453.962 268.808 467.345 284.418C476.073 294.598 485.254 293.249 500.569 276.489C514.611 261.122 516.58 253.112 516.58 253.112L506.884 222.68C506.884 222.68 455.745 209.558 454.168 237.788Z" fill="#FFCCB3"/>
<path d="M467.486 230.592C467.486 230.592 473.091 244.206 483.502 248.01C493.913 251.814 496.636 258.887 496.636 258.887C496.636 258.887 498.633 247.248 506.815 247.671C514.997 248.095 513.335 262.54 508.256 267.336C508.256 267.336 514.365 278.666 519.546 287.047L542.232 264.531C542.232 264.531 530.543 251.018 527.973 240.145C525.403 229.272 517.085 200.163 485.374 202.091C448.142 204.355 450.281 234.609 451.862 251.413C451.862 251.413 463.538 246.937 467.486 230.592Z" fill="#1F2D49"/>
<path d="M471.516 274.826L480.566 270.386C480.574 270.438 480.582 270.492 480.589 270.549C480.651 271.024 480.679 271.677 480.549 272.394C480.295 273.798 479.431 275.5 476.859 276.607C475.208 277.142 473.8 276.613 472.767 275.911C472.249 275.559 471.836 275.169 471.553 274.866C471.54 274.852 471.528 274.839 471.516 274.826Z" fill="#E56441" stroke="#E56441"/>
<path d="M461.656 262.229C462.8 261.947 463.39 260.351 462.974 258.665C462.558 256.979 461.293 255.842 460.149 256.124C459.005 256.407 458.415 258.002 458.831 259.688C459.248 261.374 460.512 262.511 461.656 262.229Z" fill="#080B09"/>
<path d="M478.616 258.299C479.76 258.016 480.35 256.421 479.934 254.735C479.517 253.049 478.253 251.911 477.109 252.194C475.965 252.476 475.375 254.072 475.791 255.757C476.207 257.443 477.472 258.581 478.616 258.299Z" fill="#080B09"/>
<path d="M455.076 253.139L463.707 251.158C463.851 251.112 463.973 251.015 464.051 250.886C464.13 250.757 464.158 250.604 464.132 250.455C464.036 250.201 463.89 249.969 463.702 249.774C463.514 249.578 463.288 249.422 463.038 249.316C462.789 249.21 462.52 249.156 462.249 249.157C461.977 249.157 461.709 249.213 461.46 249.32L454.692 252.187C454.128 252.327 454.372 253.313 455.076 253.139Z" fill="#080B09"/>
<path d="M484.056 245.414L472.815 248.937C472.74 248.586 472.739 248.223 472.813 247.871C472.887 247.52 473.033 247.188 473.243 246.897C473.453 246.606 473.721 246.362 474.031 246.18C474.341 245.999 474.686 245.885 475.042 245.845L484.024 244.674C484.305 244.605 484.479 245.31 484.056 245.414Z" fill="#080B09"/>
<path d="M467.709 256.592L466.49 265.693L469.705 267.245" fill="#E56441"/>
<path d="M467.709 256.592L466.49 265.693L469.705 267.245" stroke="#E56441" stroke-width="0.94666" stroke-linecap="round"/>
<path d="M476.266 416.168L448.388 424.166L444.98 441.345L451.323 460.358C451.323 460.358 455.782 457.358 454.852 450.36C453.922 443.362 477.48 443.562 481.797 434.764" fill="#FFCCB3"/>
<path d="M539.948 321.481C539.948 321.481 539.765 297.867 558.683 297.865C571.366 297.863 577.44 303.811 579.057 322.375C580.187 335.355 581.006 406.567 581.006 406.567C581.006 406.567 584.197 439.068 556.631 439.676L477.025 437.291L475.228 415.05L544.621 408.133L539.948 321.481Z" fill="#FEBB94"/>
<path d="M482.384 318.529C482.384 318.529 489.562 316.485 488.398 309.434C487.264 302.495 487.22 296.472 489.497 297.31C489.497 297.31 491.506 300.756 503.999 296.927C516.411 293.241 515.632 288.982 515.632 288.982C515.632 288.982 517.388 287.426 518.7 291.42C520.01 295.415 523.335 306.474 530.364 305.678L532.264 326.293L494.881 338.599C494.799 338.742 477.521 322.004 482.384 318.529Z" fill="#FEBB94"/>
<path d="M426.394 385.344L438.364 403.129L431.981 372.744L426.394 385.344Z" fill="#FF967C"/>
</svg>
<svg width="1080" height="1080" viewBox="0 0 1080 1080" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect width="1080" height="1080" fill="tranparent"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M448.455 614.93L585.169 609.947L599.685 837.875C600.985 857.158 591.668 873.841 579.752 873.841H453.655C441.738 873.841 432.422 857.158 433.722 837.875L448.455 614.93ZM594.701 838.092L580.402 615.146L453.005 619.697L438.705 838.092C438.055 848.708 440.872 859.324 446.288 864.958C447.189 866.054 448.31 866.948 449.58 867.583C450.849 868.217 452.237 868.578 453.655 868.641H579.752C581.169 868.578 582.558 868.218 583.827 867.583C585.096 866.948 586.218 866.054 587.118 864.958C592.318 859.324 595.352 848.708 594.701 838.092Z" fill="#1C85E8"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M570.002 614.93L706.716 609.947L721.232 837.875C722.532 857.158 713.216 873.841 701.299 873.841H575.202C563.286 873.841 553.969 857.158 555.269 837.875L570.002 614.93ZM716.249 838.092L701.949 615.146L574.552 619.697L560.253 838.092C559.602 848.708 562.419 859.324 567.836 864.958C568.736 866.054 569.858 866.948 571.127 867.583C572.396 868.218 573.784 868.578 575.202 868.641H701.299C702.717 868.578 704.105 868.217 705.374 867.583C706.644 866.948 707.765 866.054 708.666 864.958C713.866 859.324 716.899 848.708 716.249 838.092Z" fill="#1C85E8"/>
<path d="M429.822 599.764C429.706 603.206 430.145 606.644 431.122 609.947H634.784C706.066 609.947 704.549 577.231 711.482 532.165C719.716 477.783 753.515 352.552 758.931 310.086H738.999C733.365 310.303 727.948 310.52 722.965 310.953C691.333 313.553 670.75 321.787 661 348.652C658.898 354.483 657.374 360.506 656.45 366.635C646.917 424.051 634.567 480.816 624.818 534.765C624.168 538.015 623.518 541.048 622.868 543.865C612.251 590.664 591.235 599.33 561.552 599.33H429.822V599.764Z" fill="#1C85E8"/>
<path d="M431.122 609.947C433.722 617.746 440.439 624.246 457.772 624.246H661.867C733.149 624.246 731.632 591.531 738.565 546.465C746.365 494.899 763.698 360.786 768.681 321.136C768.84 319.756 768.707 318.358 768.291 317.033C767.874 315.707 767.184 314.484 766.265 313.442C765.346 312.4 764.218 311.563 762.955 310.985C761.691 310.407 760.321 310.101 758.931 310.086H758.715C753.852 310.097 749.161 311.888 745.528 315.122C741.895 318.355 739.573 322.807 738.999 327.636C732.282 380.068 718.849 484.066 711.482 532.382C704.549 577.447 706.066 610.163 634.784 610.163H433.722C432.868 609.984 431.994 609.911 431.122 609.947Z" fill="#5661AE"/>
<path d="M504.331 545.443C504.331 545.443 472.797 517.917 447.159 541.309C421.52 564.7 315.594 725.335 315.594 725.335L347.632 747.49L467.788 612.363L488.703 646.028L504.331 545.443Z" fill="#FCBA9F"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M482.876 852.806C496.084 843.155 509.698 833.205 524.035 829.993C524.358 829.919 524.693 829.916 525.017 829.985C525.341 830.054 525.646 830.192 525.911 830.39C526.177 830.588 526.396 830.842 526.553 831.133C526.711 831.424 526.803 831.747 526.824 832.077L528.394 858.676C528.427 859.224 528.26 859.764 527.924 860.199C527.589 860.633 527.107 860.93 526.569 861.037L428.36 880.448C421.119 881.879 416.474 878.73 414.247 873.138C414.174 872.945 414.158 872.735 414.202 872.533C414.245 872.332 414.346 872.147 414.492 872.001C414.638 871.855 414.822 871.754 415.024 871.71C415.226 871.666 415.436 871.682 415.629 871.754C428.529 876.494 442.773 875.997 455.311 870.369C464.37 866.33 473.521 859.643 482.876 852.806Z" fill="#5661AE"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M513.015 765.663C513.015 765.663 514.874 807.643 515.854 811.914C516.529 814.248 517.374 816.53 518.383 818.74C520.066 822.753 521.941 827.223 522.113 830.473C508.481 834.104 495.493 843.593 482.877 852.81C473.522 859.645 464.372 866.33 455.313 870.369C443.379 875.724 429.878 876.445 417.442 872.39C415.735 865.134 420.691 857.099 433.196 853.481C455.609 846.995 467.856 842.884 475.671 824.137C481.225 810.816 471.923 764.439 471.923 764.439L513.015 765.663Z" fill="#FFCCB3"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M476.653 817.05C481.06 816.779 498.57 815.626 515.335 813.434C518.593 813.009 521.501 819.128 520.109 823.02C519.198 825.862 518.518 828.773 518.076 831.724C512.606 833.724 507.358 836.284 502.415 839.364C503.429 832.428 499.198 829.357 492.913 829.674C487.949 829.924 476.735 833.077 470.953 834.788C470.636 834.882 470.298 834.882 469.98 834.79C469.661 834.698 469.376 834.517 469.158 834.268C468.939 834.019 468.797 833.712 468.747 833.385C468.697 833.058 468.742 832.723 468.876 832.42L475.172 818.086C475.299 817.793 475.505 817.542 475.766 817.359C476.028 817.177 476.335 817.07 476.653 817.05Z" fill="tranparent"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M430.281 874.865C441.689 875.758 448.591 872.792 448.591 872.792L444 849.565L426.148 853.958L430.281 874.865Z" fill="tranparent"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M287.216 768.951C303.529 770.167 320.345 771.42 333.342 778.27C333.636 778.423 333.893 778.639 334.095 778.901C334.297 779.163 334.44 779.466 334.513 779.789C334.586 780.112 334.589 780.447 334.52 780.771C334.451 781.095 334.312 781.4 334.114 781.665L318.063 802.933C317.732 803.371 317.255 803.675 316.718 803.787C316.181 803.9 315.621 803.815 315.142 803.547L227.79 754.646C221.349 751.041 219.854 745.632 221.785 739.93C221.855 739.736 221.979 739.566 222.143 739.441C222.307 739.315 222.503 739.24 222.709 739.223C222.915 739.207 223.121 739.25 223.302 739.347C223.484 739.445 223.634 739.593 223.734 739.773C230.482 751.746 241.648 760.603 254.843 764.448C264.358 767.247 275.661 768.09 287.216 768.951Z" fill="#5661AE"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M366.664 722.151L338.836 759.203C337.836 761.417 337 763.702 336.336 766.039C335.015 770.185 333.543 774.804 331.568 777.389C318.835 771.315 302.795 770.118 287.214 768.955C275.66 768.092 264.359 767.249 254.844 764.449C242.286 760.788 231.541 752.583 224.703 741.433C228.108 734.802 237.09 731.899 248.957 737.252C270.225 746.846 282.215 751.658 300.319 742.454C303.236 740.736 305.851 738.55 308.058 735.983L336.174 694.575L366.664 722.151Z" fill="#FCBA9F"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M305.662 737.694C309.193 740.345 323.271 750.822 337.455 760.023C340.211 761.811 338.458 768.355 334.875 770.416C332.338 771.989 329.933 773.764 327.683 775.724C322.222 773.7 316.567 772.246 310.807 771.386C316.075 766.763 314.846 761.682 309.856 757.848C305.915 754.819 295.333 749.948 289.822 747.503C289.519 747.368 289.261 747.15 289.079 746.873C288.896 746.597 288.797 746.274 288.792 745.942C288.787 745.611 288.877 745.286 289.052 745.004C289.226 744.722 289.477 744.496 289.776 744.353L303.863 737.522C304.149 737.383 304.469 737.325 304.787 737.355C305.104 737.385 305.407 737.503 305.662 737.694Z" fill="tranparent"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M232.872 751.641C240.978 759.718 248.155 761.935 248.155 761.935L259.72 741.276L243.282 733.045L232.872 751.641Z" fill="tranparent"/>
<path d="M547.574 525.471L464.428 540.242L480.794 606.059H534.053C534.053 606.059 559.369 551.641 547.574 525.471Z" fill="#FFCCB3"/>
<path d="M475.084 605.415C493.562 605.415 508.541 590.436 508.541 571.957C508.541 553.479 493.562 538.5 475.084 538.5C456.606 538.5 441.626 553.479 441.626 571.957C441.626 590.436 456.606 605.415 475.084 605.415Z" fill="#FFCCB3"/>
<path d="M442.041 577.229L475.521 786.857L514.136 788.468L509.627 581.251L442.041 577.229Z" fill="#FFCCB3"/>
<path d="M494.489 531.237C494.489 531.237 507.303 535.183 512.593 556.082C517.882 576.981 512.111 606.059 512.111 606.059H520.35C520.35 606.059 549.73 571.556 528.114 527.584L494.489 531.237Z" fill="#FF967C"/>
<path d="M668.305 504.731C668.305 504.731 678.488 554.56 665.144 575.382C648.254 601.738 627.596 605.775 612.329 606.059H512.111C512.111 606.059 511.926 543.534 462.553 532.852C462.553 532.852 625.046 487.595 668.305 504.731Z" fill="#1F2D49"/>
<path d="M670.551 519.241L564.34 522.738L565.47 515.319L586.167 512.926H670.403L670.551 519.241Z" fill="#0D1B33"/>
<path d="M424.866 470.87C424.866 470.87 409.366 478.938 397.486 475.117C397.486 475.117 379.687 484.879 376.928 483.733C372.403 481.692 375.447 477.218 375.447 477.218C375.447 477.218 363.752 481.656 361.101 470.455C357.268 454.766 378.668 449.412 388.835 447.312C398.812 445.001 422.904 450.045 422.904 450.045L424.866 470.87Z" fill="#FFCCB3"/>
<path d="M375.647 477.228L388.628 471.247" stroke="#FF967C" stroke-width="2.00961" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M367.835 468.583C367.835 468.583 382.472 461.678 385.724 461.039" stroke="#FF967C" stroke-width="2.00961" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M365.402 461.014C371.148 457.53 377.384 454.929 383.903 453.3" stroke="#FF967C" stroke-width="2.00961" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M547.046 248.544C547.046 248.544 548.176 259.815 552.081 285.298C555.986 310.781 542.97 335.945 537.33 339.416C531.69 342.887 550.841 352.203 569.645 347.659C588.448 343.115 601.106 336.379 604.143 328.136C607.18 319.892 579.322 234.897 547.046 248.544Z" fill="#080B09"/>
<path d="M558.616 312.802C565.937 312.802 571.873 306.867 571.873 299.546C571.873 292.225 565.937 286.29 558.616 286.29C551.295 286.29 545.36 292.225 545.36 299.546C545.36 306.867 551.295 312.802 558.616 312.802Z" stroke="#FEBB94" stroke-miterlimit="10"/>
<path d="M596.361 304.233L588.448 343.115C588.448 343.115 586.579 349.705 594.876 350.703C603.173 351.701 620.864 349.471 627.183 342.738C633.501 336.005 631.291 332.669 631.291 332.669L617.89 278.776L596.361 304.233Z" fill="#FFCCB3"/>
<path d="M595.309 308.721L608.222 299.108L590.344 333.803L595.309 308.721Z" fill="#FF967C"/>
<path d="M557.275 244.975C557.275 244.975 552.434 282.831 566.47 303.877C575.623 317.602 587.036 317.312 608.221 299.108C627.646 282.417 631.235 272.926 631.235 272.926L623.896 234.322C623.896 234.322 563.377 210.729 557.275 244.975Z" fill="#FFCCB3"/>
<path d="M521.434 406.126L509.818 424.661C508.16 427.308 505.959 429.572 503.361 431.306C500.764 433.039 497.828 434.202 494.747 434.717L412.19 448.53V469.416H513.954C519.687 469.416 525.333 468.009 530.395 465.318C535.458 462.627 539.783 458.735 542.99 453.983L568.013 416.907L521.434 406.126Z" fill="#FFCCB3"/>
<path d="M514.169 417.718C514.169 417.718 540.709 423.03 549.653 444.109L561.501 424.081L516.737 413.62L514.169 417.718Z" fill="#FF967C"/>
<path d="M573.17 335.726C573.17 335.726 548.203 344.677 541.646 353.661C536.544 360.651 521.269 392.445 514.742 406.211C514.372 406.992 514.177 407.845 514.172 408.709C514.167 409.574 514.352 410.429 514.713 411.214C515.074 412 515.603 412.697 516.263 413.255C516.923 413.814 517.697 414.222 518.531 414.449L555.213 424.453L573.17 335.726Z" fill="#FEBB94"/>
<path d="M548.002 375.29C548.002 375.29 533.217 401.338 531.646 418.026L545.532 422.236L548.002 375.29Z" fill="#FF967C"/>
<path d="M593.852 328.741C593.852 328.741 566.372 337.339 562.486 340.448C558.601 343.556 554.911 368.924 548.306 380.969C541.701 393.014 532.829 411.95 546.943 432.371C561.058 452.791 561.133 473.147 561.133 473.147L556.468 511.889L654.832 520.858C659.376 520.996 669.034 508.926 668.624 504.398C667.273 489.463 665.585 485.089 665.099 461.308C664.442 429.077 681.614 333.804 681.614 333.804L631.236 323.465C620.563 325.305 593.852 328.741 593.852 328.741Z" fill="tranparent"/>
<path d="M587.008 330.946C587.008 330.946 588.424 321.323 592.948 320.646C597.473 319.968 625.121 315.81 629.421 317.62C633.722 319.431 638.927 330.946 638.927 330.946C638.927 330.946 630.1 352.476 617.425 353.608C604.751 354.739 582.935 350.832 585.242 342.827C587.549 334.822 587.008 330.946 587.008 330.946Z" fill="tranparent"/>
<path d="M587.008 330.945C587.008 330.945 577.542 361.104 575.239 382.985C572.935 404.866 580.797 435.66 581.526 450.856C582.255 466.052 576.758 521.484 576.758 521.484H540.183C540.183 521.484 557.377 464.97 554.271 449.91C551.166 434.85 537.848 424.534 538.276 409.024C538.703 393.513 557.906 351.915 557.906 351.915C558.814 347.874 560.36 344.002 562.486 340.447C562.486 340.447 571.706 335.405 587.008 330.945Z" fill="#FEBB94"/>
<path d="M678.053 332.843L634.325 319.44C634.325 319.44 629.814 345.243 624.819 359.783C619.824 374.323 613.068 399.539 616.75 417.741C620.432 435.943 626.356 476.144 621.361 491.897C616.366 507.65 612 520.714 612 520.714L675.132 521.484C675.132 521.484 669.589 493.854 669.166 491.862C668.743 489.87 661.927 466.692 665.093 445.427C668.259 424.162 674.948 386.896 674.948 386.896L678.053 332.843Z" fill="#FEBB94"/>
<path d="M621.058 413.149C622.139 413.149 623.016 412.272 623.016 411.191C623.016 410.109 622.139 409.232 621.058 409.232C619.976 409.232 619.1 410.109 619.1 411.191C619.1 412.272 619.976 413.149 621.058 413.149Z" fill="tranparent"/>
<path d="M623.016 430.659C624.097 430.659 624.974 429.782 624.974 428.7C624.974 427.619 624.097 426.742 623.016 426.742C621.934 426.742 621.058 427.619 621.058 428.7C621.058 429.782 621.934 430.659 623.016 430.659Z" fill="tranparent"/>
<path d="M581.894 332.653C581.894 332.653 584.952 351.223 601.562 350.93C618.172 350.637 642.308 325.722 642.308 325.722" stroke="white" stroke-width="0.73719" stroke-miterlimit="10"/>
<path d="M649.022 364.554C649.022 364.554 644.401 375.902 649.263 386.913C654.73 399.294 661.774 429.842 638.993 433.177C611.07 437.265 623.162 441.638 636.106 444.766C649.05 447.895 643.75 447.898 643.75 461.308C643.75 470.851 670.485 488.605 667.683 481.379C652.65 442.606 692.616 391.143 649.022 364.554Z" fill="#FF967C"/>
<path d="M570.37 295.216L583.362 292.232C583.356 292.352 583.346 292.489 583.331 292.638C583.268 293.261 583.108 294.101 582.728 294.977C581.981 296.699 580.361 298.611 576.765 299.247C574.481 299.44 572.833 298.334 571.728 297.133C571.174 296.53 570.767 295.912 570.497 295.443C570.451 295.362 570.408 295.286 570.37 295.216Z" fill="#E56441" stroke="#E56441"/>
<path d="M561.949 276.664C563.462 276.646 564.668 274.824 564.642 272.593C564.616 270.363 563.368 268.569 561.854 268.587C560.341 268.604 559.135 270.427 559.161 272.657C559.187 274.888 560.435 276.682 561.949 276.664Z" fill="#080B09"/>
<path d="M584.314 276.722C585.828 276.705 587.034 274.882 587.007 272.651C586.981 270.421 585.733 268.627 584.22 268.645C582.706 268.662 581.5 270.485 581.526 272.716C581.552 274.946 582.801 276.74 584.314 276.722Z" fill="#080B09"/>
<path d="M556.385 263.365L567.761 263.419C567.955 263.403 568.136 263.319 568.272 263.18C568.407 263.041 568.488 262.858 568.499 262.664C568.454 262.318 568.339 261.986 568.161 261.686C567.983 261.386 567.746 261.125 567.465 260.919C567.184 260.713 566.864 260.567 566.524 260.488C566.185 260.409 565.833 260.4 565.489 260.461L556.183 262.062C555.438 262.071 555.453 263.376 556.385 263.365Z" fill="#080B09"/>
<path d="M594.898 262.203L579.804 263.311C579.813 262.85 579.919 262.396 580.114 261.979C580.309 261.561 580.59 261.189 580.938 260.886C581.286 260.583 581.693 260.357 582.134 260.221C582.574 260.085 583.039 260.043 583.497 260.098L595.073 261.268C595.446 261.264 595.457 262.196 594.898 262.203Z" fill="#080B09"/>
<path d="M571.173 271.39L566.979 282.415L570.545 285.299" stroke="#E56441" stroke-width="1.21616" stroke-linecap="round"/>
<path d="M565.335 239.231C565.335 239.231 570.88 255.389 587.032 259.418C587.032 259.418 594.653 270.859 610.666 269.535C610.666 269.535 606.503 258.216 613.771 256.297C626.113 253.036 625.332 273.374 617.891 278.776C612.834 282.447 612.232 322.912 638.927 330.945C662.859 338.147 702.547 315.435 686.457 307.883C633.093 282.833 640.488 245.816 633.658 232.152C622.052 208.933 589.67 209.311 583.625 211.884C583.625 211.884 555.044 210.24 548.299 238.785C542.532 263.187 557.033 272.684 557.033 272.684L557.98 252.148C557.98 252.148 561.107 253.243 565.335 239.231Z" fill="#080B09"/>
<path d="M600.666 364.553C602.028 364.553 603.132 361.504 603.132 357.742C603.132 353.979 602.028 350.93 600.666 350.93C599.305 350.93 598.201 353.979 598.201 357.742C598.201 361.504 599.305 364.553 600.666 364.553Z" fill="tranparent"/>
<path d="M665.387 349.023C665.387 349.023 691.493 336.453 696.398 344.527C706.611 360.661 723.077 400.506 728.559 413.587C728.779 414.147 728.886 414.744 728.873 415.346C728.861 415.947 728.73 416.541 728.488 417.091C728.245 417.642 727.896 418.139 727.46 418.554C727.025 418.969 726.511 419.293 725.949 419.509L685.674 435.185C684.12 435.804 682.387 435.804 680.832 435.185C679.277 434.565 678.018 433.374 677.314 431.856L649.263 371.099L665.387 349.023Z" fill="#FEBB94"/>
<path d="M674.005 386.913C688.989 386.913 701.135 374.766 701.135 359.783C701.135 344.8 688.989 332.653 674.005 332.653C659.022 332.653 646.875 344.8 646.875 359.783C646.875 374.766 659.022 386.913 674.005 386.913Z" fill="#FEBB94"/>
<path d="M736.298 451.121L699.589 465.266L689.021 438.89L687.268 434.728L724.959 419.945L726.741 424.91L736.298 451.121Z" fill="#FFCCB3"/>
<path d="M726.741 424.911C716.817 428.674 697.552 435.577 689.021 438.89L687.268 434.728L724.758 419.953L726.741 424.911Z" fill="#FF967C"/>
<path d="M718.154 478.287C729.031 478.287 737.849 469.47 737.849 458.593C737.849 447.716 729.031 438.899 718.154 438.899C707.277 438.899 698.46 447.716 698.46 458.593C698.46 469.47 707.277 478.287 718.154 478.287Z" fill="#FFCCB3"/>
<path d="M596.784 464.445C596.784 464.445 580.626 471.1 569.134 466.236C569.134 466.236 550.536 474.374 547.89 472.987C543.565 470.552 546.995 466.367 546.995 466.367C546.995 466.367 534.952 469.746 533.309 458.353C530.888 442.386 552.679 438.958 562.993 437.771C573.136 436.358 596.683 443.528 596.683 443.528L596.784 464.445Z" fill="#FFCCB3"/>
<path d="M542.443 436.707L564.044 437.514L543.226 444.122C543.226 444.122 535.801 440.642 539.262 437.679C540.17 436.981 541.3 436.635 542.443 436.707Z" fill="#FFCCB3"/>
<path d="M547.194 466.395L560.656 461.593" stroke="#FF967C" stroke-width="2.00961" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M540.184 457.088C540.184 457.088 555.377 451.515 558.673 451.167" stroke="#FF967C" stroke-width="2.00961" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M538.434 449.333C544.467 446.374 550.91 444.339 557.548 443.297" stroke="#FF967C" stroke-width="2.00961" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M717.687 438.842C717.687 438.842 595.151 444.327 586.848 442.752C578.746 441.206 596.784 464.445 596.784 464.445L714.045 477.7L717.687 438.842Z" fill="#FFCCB3"/>
<path d="M701.004 200H707.004" stroke="#5CA4E6" stroke-miterlimit="10"/>
<path d="M622.037 299.77C629.358 299.77 635.293 293.834 635.293 286.513C635.293 279.192 629.358 273.257 622.037 273.257C614.715 273.257 608.78 279.192 608.78 286.513C608.78 293.834 614.715 299.77 622.037 299.77Z" stroke="#FEBB94" stroke-miterlimit="10"/>
</svg>
<svg width="1080" height="1080" viewBox="0 0 1080 1080" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect width="1080" height="1080" fill="tranparent"/>
<path d="M379.026 674.295H700.408C708.154 674.295 714.434 668.015 714.434 660.269V456.514C714.434 448.767 708.154 442.487 700.408 442.487H379.026C371.28 442.487 365 448.767 365 456.514V660.269C365 668.015 371.28 674.295 379.026 674.295Z" fill="#1C85E8"/>
<path d="M496.427 584.211C495.487 574.045 492.116 558.816 492.116 558.816C492.116 558.816 489.204 558.547 480.22 578.621C473.567 593.665 465.848 608.998 464.572 621.969L479.893 603.694L496.427 584.211Z" fill="#96BAFD"/>
<path d="M434.977 511.07C433.338 495.602 437.547 494.852 437.606 486.465C437.635 478.27 450.009 463.098 444.107 463.405C438.205 463.711 434.061 469.352 434.061 469.352C433.185 462 434.664 449.765 427.141 445.149C419.617 440.533 417.846 442.767 411.72 444.603C395.366 449.626 404.495 471.267 404.662 478.125C404.81 482.442 412.402 498.587 412.746 501.565L415.164 513.048L434.977 511.07Z" fill="#FCA39B"/>
<path d="M425.656 466.754L423.419 444.551" stroke="#E56441" stroke-width="1.0064" stroke-linecap="round"/>
<path d="M418.006 467L414.367 445.672" stroke="#E56441" stroke-width="1.0064" stroke-linecap="round"/>
<path d="M409.018 467.049L407.179 454.285" stroke="#E56441" stroke-width="1.0064" stroke-linecap="round"/>
<path d="M421.416 483.703C424.088 477.457 431.021 471.444 431.021 471.444" stroke="#E56441" stroke-width="1.0064" stroke-linecap="round"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M437.987 511.556C437.673 511.363 437.323 511.24 436.963 511.192C436.31 509.305 435.499 507.449 434.643 506.651C432.599 504.749 417.374 507.658 414.944 508.681C413.401 509.331 413.817 513.322 414.327 516.149C414.233 516.252 414.144 516.36 414.06 516.473C413.49 517.247 413.227 518.205 413.323 519.162L422.24 613.454C422.239 613.549 422.238 613.645 422.238 613.74C422.238 625.575 431.833 635.169 443.668 635.169C449.532 635.169 454.846 632.814 458.715 628.997L458.801 629.076L464.716 622.017L480.038 603.743L496.427 584.211L498.463 581.988L520.571 556.947C520.571 556.947 520.505 556.922 520.383 556.871C523.153 554.238 525.338 550.909 526.636 547.032C530.878 534.367 524.05 520.661 511.385 516.419C501.242 513.022 490.432 516.725 484.349 524.84C478.315 531.846 465.107 549.24 452.923 565.547L439.127 513.042C438.944 512.423 438.538 511.893 437.987 511.556Z" fill="url(#paint0_linear)"/>
<path d="M528.553 505.842C528.553 505.842 503.95 513.102 497.759 515.691C491.568 518.281 491.155 528.64 490.742 535.978C490.453 541.119 489.481 601.448 489.863 650.342C489.944 660.788 487.5 668.489 486.249 674.295H619.938C619.938 674.295 618.691 669.197 618.382 656.697C617.126 605.914 616.891 538.306 616.341 534.28C615.516 528.237 622.002 523.033 614.971 519.991L571.453 502.602L528.553 505.842Z" fill="url(#paint1_linear)"/>
<path d="M584.587 558.111C584.587 558.111 576.364 609.147 575.967 632.61C575.72 647.23 575.917 665.83 575.867 674.295H619.938L610.857 631.126L614.143 558.355L584.587 558.111Z" fill="url(#paint2_linear)"/>
<path d="M534.239 480.966L538.441 520.222C538.441 520.222 537.977 531.954 544.738 531.949C568.447 531.932 573.547 510.858 572.773 508.056C571.663 504.041 567.12 473.579 567.12 473.579L534.239 480.966Z" fill="#FCA39B"/>
<path d="M538.706 518.286L534.498 484.073H552.97L538.706 518.286Z" fill="#E56441" stroke="#E56441"/>
<path d="M577.96 457.152C577.007 441.739 560.287 447.705 557.45 448.85C554.613 449.995 546.48 428.204 546.48 428.204C546.48 428.204 511.539 427.457 505.198 434.634C505.198 434.634 505.058 463.721 507.159 482.008C509.259 500.295 515.625 507.637 522.385 507.219C531.712 507.428 542.162 503.921 548.389 498.807C559.482 489.696 562.667 475.853 562.667 475.853C562.872 475.719 562.984 475.648 562.984 475.648C562.984 475.648 578.86 471.709 577.96 457.152Z" fill="#FCA39B"/>
<path d="M575.803 472.126C582.586 460.178 597.637 438.437 570.937 413.235C555.778 398.926 498.508 400.288 501.007 441.46C501.262 445.664 503.107 453.797 505.544 456.84L506.113 445.511C507.617 436.719 509.663 446.866 520.571 446.451C537.64 445.802 539.027 437.789 543.826 440.409C553.326 445.597 547.966 457.093 550.007 460.314C552.95 464.958 554.276 459.906 554.276 459.906C559.061 454.848 565.205 452.189 569.54 457.684C575.242 464.911 561.294 477.676 561.294 477.676L569.172 488.89C573.37 487.849 575.812 472.116 575.812 472.116L575.803 472.126Z" fill="#080B09"/>
<path d="M532.895 464.141C532.966 461.924 531.846 460.089 530.394 460.042C528.941 459.995 527.705 461.755 527.634 463.972C527.563 466.19 528.683 468.025 530.135 468.072C531.588 468.119 532.824 466.359 532.895 464.141Z" fill="#080B09"/>
<path d="M512.881 463.37C512.952 461.152 511.832 459.317 510.379 459.27C508.927 459.224 507.691 460.983 507.62 463.201C507.548 465.418 508.669 467.254 510.121 467.3C511.574 467.347 512.81 465.587 512.881 463.37Z" fill="#080B09"/>
<path d="M517.727 468.326C517.727 468.326 520.962 472.48 517.528 473.188C514.225 473.751 512.664 476.039 516.505 478.225" stroke="#E56441" stroke-width="1.01075" stroke-linecap="round"/>
<path d="M517.802 482.412L517.819 482.411L517.835 482.409C519.906 482.178 524.04 481.716 526.796 481.455L526.796 481.455L526.801 481.454C526.876 481.447 526.951 481.459 527.019 481.491C527.087 481.523 527.145 481.573 527.186 481.636C527.228 481.699 527.252 481.772 527.255 481.846C527.257 481.918 527.241 481.989 527.208 482.053C526.733 482.82 526.094 483.745 525.348 484.578C524.594 485.421 523.757 486.139 522.897 486.521C522.057 486.896 521.212 486.945 520.363 486.489C519.486 486.017 518.532 484.968 517.595 482.976L517.578 482.939L517.556 482.906C517.524 482.86 517.505 482.806 517.501 482.749C517.497 482.693 517.509 482.637 517.534 482.587C517.559 482.536 517.597 482.493 517.644 482.463C517.691 482.432 517.746 482.414 517.802 482.412Z" fill="#E56441" stroke="#E56441"/>
<path d="M538.053 457.01L537.872 457.409C537.659 458.013 537.216 458.509 536.639 458.789C536.062 459.068 535.398 459.107 534.792 458.899L524.471 455.04C523.963 454.874 523.537 454.523 523.276 454.058C523.015 453.592 522.938 453.045 523.061 452.526C523.121 452.204 523.249 451.899 523.436 451.63C523.623 451.362 523.865 451.136 524.146 450.968C524.427 450.799 524.74 450.693 525.065 450.654C525.39 450.616 525.719 450.647 526.031 450.746L536.534 454.206C536.821 454.286 537.088 454.422 537.321 454.608C537.554 454.793 537.747 455.024 537.889 455.286C538.03 455.547 538.118 455.835 538.146 456.131C538.174 456.427 538.143 456.726 538.053 457.01Z" fill="#080B09"/>
<path d="M502.986 451.997L513.977 450.777C514.302 450.745 514.631 450.782 514.941 450.887C515.251 450.991 515.536 451.16 515.776 451.382C516.016 451.605 516.206 451.876 516.334 452.177C516.461 452.479 516.523 452.804 516.516 453.131C516.529 453.665 516.342 454.184 515.99 454.585C515.639 454.987 515.149 455.242 514.618 455.3L503.723 456.948C503.087 457.027 502.445 456.851 501.938 456.459C501.431 456.067 501.1 455.49 501.017 454.855L500.922 454.427C500.893 454.131 500.923 453.832 501.012 453.548C501.101 453.264 501.246 453 501.438 452.774C501.631 452.547 501.867 452.361 502.133 452.228C502.399 452.094 502.689 452.016 502.986 451.997Z" fill="#080B09"/>
<path d="M471.575 610.005H509.154C509.702 610.024 510.248 609.917 510.748 609.691C511.248 609.466 511.689 609.128 512.037 608.703C512.385 608.279 512.63 607.78 512.754 607.246C512.877 606.711 512.875 606.155 512.749 605.621L501.193 541.401C500.948 540.196 500.304 539.109 499.366 538.314C498.428 537.519 497.25 537.062 496.021 537.017H458.442C457.894 536.998 457.349 537.105 456.849 537.331C456.349 537.556 455.907 537.895 455.559 538.319C455.212 538.743 454.966 539.242 454.843 539.776C454.719 540.311 454.721 540.867 454.848 541.401L466.403 605.621C466.649 606.826 467.292 607.914 468.23 608.709C469.168 609.504 470.346 609.96 471.575 610.005Z" fill="#5CA4E6"/>
<path d="M469.889 610.005H507.468C508.016 610.024 508.561 609.917 509.061 609.691C509.561 609.466 510.003 609.128 510.35 608.703C510.698 608.279 510.944 607.78 511.067 607.246C511.19 606.711 511.189 606.155 511.062 605.621L499.507 541.401C499.261 540.196 498.618 539.109 497.68 538.314C496.742 537.519 495.563 537.062 494.335 537.017H456.756C456.208 536.998 455.662 537.105 455.162 537.331C454.662 537.556 454.221 537.895 453.873 538.319C453.525 538.743 453.28 539.242 453.156 539.776C453.033 540.311 453.035 540.867 453.161 541.401L464.717 605.621C464.962 606.826 465.606 607.914 466.544 608.709C467.482 609.504 468.66 609.96 469.889 610.005Z" fill="tranparent"/>
<path d="M527.932 592.06L523.569 606.283C523.569 606.283 505.493 601.949 501.626 600.051C494.086 596.174 485.978 590.945 485.028 588.957C482.119 583.929 481.777 577.708 482.109 573.363C482.152 572.717 482.352 572.092 482.693 571.542C483.034 570.992 483.505 570.534 484.065 570.209C484.624 569.884 485.255 569.702 485.902 569.678C486.549 569.654 487.191 569.79 487.773 570.073L503.595 577.969C503.595 577.969 505.655 574.489 503.583 571.723C502.248 569.897 504.308 566.417 505.223 565.351C505.635 565.106 506.105 564.976 506.584 564.974C507.063 564.973 507.534 565.1 507.947 565.342C508.684 566.282 507.671 569.55 509.225 571.624C511.871 574.945 509.522 576.387 516.334 582.047C521.724 586.487 527.988 591.923 527.932 592.06Z" fill="#FCA39B"/>
<path d="M497.332 580.374C492.83 578.857 483.649 573.511 483.649 573.511" stroke="#E56441" stroke-width="1.17473" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M497.924 586.377C494.301 585.059 484.733 579.875 484.733 579.875" stroke="#E56441" stroke-width="1.17473" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M495.741 591.728C493.352 590.914 486.249 587.535 486.249 587.535" stroke="#E56441" stroke-width="1.17473" stroke-linecap="round" stroke-linejoin="round"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M581.456 550.522C583.211 561.208 589.302 587.594 594.703 610.292L527.018 584.763C526.366 584.546 525.657 584.578 525.027 584.853C524.398 585.128 523.892 585.626 523.608 586.252L514.882 605.768C514.474 606.707 514.431 607.764 514.759 608.733C515.087 609.703 515.764 610.516 516.658 611.014L614.331 665.377C618.046 668.003 622.581 669.545 627.476 669.545C640.07 669.545 650.28 659.335 650.28 646.741C650.28 643.208 649.477 639.864 648.044 636.879L647.34 632.929L642.895 607.943L638.154 581.228L637.73 578.048L632.4 542.902C632.4 542.902 632.333 542.94 632.208 543.004C631.953 538.944 630.728 534.885 628.451 531.176C621.015 519.063 605.167 515.272 593.054 522.709C583.353 528.664 578.989 540.015 581.456 550.522Z" fill="url(#paint3_linear)"/>
<path d="M686.442 473.276H644.364" stroke="white" stroke-width="9.56968" stroke-miterlimit="10" stroke-linecap="round"/>
<path opacity="0.4" d="M690.087 493.955H603.129" stroke="white" stroke-width="9.56968" stroke-miterlimit="10" stroke-linecap="round"/>
<defs>
<linearGradient id="paint0_linear" x1="457.333" y1="464.928" x2="505.619" y2="777.294" gradientUnits="userSpaceOnUse">
<stop stop-color="white"/>
<stop offset="1" stop-color="#94B9FF"/>
</linearGradient>
<linearGradient id="paint1_linear" x1="537.617" y1="447.973" x2="610.257" y2="860.365" gradientUnits="userSpaceOnUse">
<stop stop-color="white"/>
<stop offset="1" stop-color="#94B9FF"/>
</linearGradient>
<linearGradient id="paint2_linear" x1="592.571" y1="413.285" x2="735.181" y2="748.912" gradientUnits="userSpaceOnUse">
<stop stop-color="white"/>
<stop offset="1" stop-color="#94B9FF"/>
</linearGradient>
<linearGradient id="paint3_linear" x1="566.696" y1="470.97" x2="622.196" y2="835.582" gradientUnits="userSpaceOnUse">
<stop stop-color="white"/>
<stop offset="1" stop-color="#94B9FF"/>
</linearGradient>
</defs>
</svg>
<svg width="1080" height="1080" viewBox="0 0 1080 1080" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect width="1080" height="1080" fill="tranparent"/>
<path d="M677.355 372.833H354V706.86H677.355V372.833Z" fill="#FEBB94"/>
<path d="M375.484 325.955H655.871C661.569 325.955 667.034 328.218 671.063 332.247C675.092 336.276 677.355 341.741 677.355 347.439V372.834H354V347.439C354 341.741 356.264 336.276 360.293 332.247C364.322 328.218 369.786 325.955 375.484 325.955Z" fill="#1C85E8"/>
<path d="M402.561 349.394H494.671" stroke="white" stroke-width="6.62824" stroke-miterlimit="10" stroke-linecap="round"/>
<path d="M354 706.86H677.355V787.987C677.355 792.015 675.755 795.878 672.908 798.726C670.06 801.574 666.197 803.173 662.169 803.173H369.186C365.159 803.173 361.296 801.574 358.448 798.726C355.6 795.878 354 792.015 354 787.987V706.86Z" fill="tranparent"/>
<path d="M373.696 728.341C372.216 727.43 370.84 726.359 369.594 725.147C368.715 724.271 368.048 723.207 367.642 722.034C366.909 719.756 367.765 717.147 370.161 716.375C370.782 716.176 371.441 716.128 372.084 716.236C372.727 716.345 373.335 716.606 373.856 716.998C374.377 716.606 374.985 716.345 375.628 716.237C376.271 716.129 376.93 716.176 377.551 716.375C378.092 716.576 378.588 716.883 379.009 717.278C379.43 717.673 379.767 718.147 380.003 718.674C380.238 719.201 380.365 719.77 380.378 720.347C380.391 720.924 380.288 721.498 380.076 722.034C379.67 723.207 379.003 724.271 378.124 725.147C376.878 726.359 375.502 727.43 374.022 728.341L373.862 728.44L373.696 728.341Z" stroke="#1C85E8" stroke-width="1.02173" stroke-linecap="round" stroke-linejoin="round"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M403.622 723.257C403.465 723.257 403.311 723.21 403.18 723.122C403.05 723.035 402.948 722.911 402.888 722.765C402.828 722.62 402.812 722.46 402.843 722.306C402.873 722.152 402.949 722.01 403.06 721.899C403.171 721.788 403.313 721.712 403.467 721.681C403.621 721.651 403.781 721.666 403.927 721.726C404.072 721.787 404.196 721.888 404.284 722.019C404.371 722.15 404.418 722.304 404.418 722.461C404.418 722.672 404.334 722.874 404.185 723.023C404.035 723.173 403.833 723.257 403.622 723.257ZM406.716 723.257C406.559 723.257 406.405 723.21 406.275 723.122C406.144 723.035 406.042 722.911 405.982 722.765C405.922 722.62 405.906 722.46 405.937 722.306C405.968 722.152 406.043 722.01 406.155 721.899C406.266 721.788 406.407 721.712 406.562 721.681C406.716 721.651 406.876 721.666 407.021 721.726C407.166 721.787 407.291 721.888 407.378 722.019C407.465 722.15 407.512 722.304 407.512 722.461C407.512 722.672 407.428 722.874 407.279 723.023C407.13 723.173 406.927 723.257 406.716 723.257ZM409.015 722.461C409.015 722.618 409.061 722.772 409.148 722.903C409.236 723.034 409.36 723.137 409.505 723.197C409.651 723.258 409.811 723.273 409.965 723.243C410.12 723.212 410.262 723.137 410.373 723.025C410.485 722.914 410.561 722.772 410.591 722.618C410.622 722.463 410.607 722.303 410.546 722.158C410.486 722.012 410.384 721.888 410.253 721.8C410.122 721.713 409.968 721.666 409.811 721.666C409.6 721.666 409.398 721.75 409.249 721.899C409.099 722.048 409.015 722.25 409.015 722.461Z" fill="#1C85E8"/>
<path d="M406.568 715.498C405.671 715.497 404.784 715.672 403.955 716.015C403.127 716.357 402.374 716.86 401.74 717.493C401.106 718.127 400.603 718.879 400.261 719.708C399.918 720.536 399.742 721.423 399.743 722.32C399.763 723.513 400.079 724.682 400.662 725.723C400.715 725.816 400.747 725.919 400.756 726.025C400.764 726.132 400.748 726.238 400.71 726.338L400.253 727.866C400.228 727.943 400.224 728.025 400.244 728.104C400.263 728.183 400.305 728.254 400.363 728.31C400.422 728.366 400.495 728.404 400.575 728.419C400.654 728.435 400.737 728.427 400.812 728.397L402.188 727.989C402.365 727.947 402.548 727.948 402.725 727.99C402.901 728.033 403.065 728.117 403.203 728.234C404.109 728.747 405.121 729.045 406.161 729.106C407.201 729.166 408.241 728.987 409.2 728.583C410.16 728.178 411.014 727.559 411.697 726.773C412.38 725.986 412.874 725.054 413.14 724.047C413.406 723.04 413.437 721.985 413.232 720.964C413.027 719.943 412.59 718.983 411.955 718.157C411.32 717.332 410.504 716.663 409.57 716.201C408.637 715.74 407.609 715.5 406.568 715.498V715.498Z" stroke="#1C85E8" stroke-width="1.02173" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M441.876 719.667L438.018 723.551L441.876 719.667ZM438.018 723.551L433.501 720.771C433.369 720.689 433.263 720.571 433.197 720.431C433.13 720.29 433.106 720.133 433.126 719.979C433.147 719.825 433.212 719.681 433.313 719.563C433.414 719.445 433.547 719.358 433.696 719.314L444.36 716.211C444.498 716.172 444.644 716.17 444.783 716.207C444.922 716.244 445.049 716.317 445.15 716.42C445.251 716.523 445.322 716.65 445.356 716.79C445.391 716.93 445.387 717.076 445.345 717.214L442.181 727.866C442.138 728.015 442.052 728.148 441.935 728.248C441.817 728.349 441.673 728.413 441.519 728.433C441.366 728.453 441.21 728.427 441.071 728.36C440.931 728.292 440.815 728.186 440.735 728.053L438.018 723.551Z" stroke="#1C85E8" stroke-width="1.02173" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M457.126 619.974H563.612V568.259H457.126V619.974Z" fill="#FFDACC"/>
<path d="M539.667 455.989C539.667 455.989 520.541 477.456 526.902 484.342C539.5 498.493 573.008 525.092 583.987 533.896C584.461 534.259 585.002 534.524 585.58 534.677C586.157 534.83 586.758 534.867 587.35 534.786C587.941 534.705 588.511 534.508 589.026 534.206C589.541 533.904 589.991 533.503 590.35 533.026L616.312 498.892C617.327 497.578 617.801 495.925 617.635 494.273C617.47 492.62 616.678 491.094 615.422 490.008L565.133 446.643L539.667 455.989Z" fill="#1C85E8"/>
<path d="M569.862 483.28C569.862 483.28 593.697 497.447 595.845 525.912L591.099 532.011C591.099 532.011 588.118 537.205 583.987 533.896C579.857 530.587 560.749 515.282 560.749 515.282L569.862 483.28Z" fill="#0E66AF"/>
<path d="M547.575 494.072C562.443 494.072 574.496 482.019 574.496 467.151C574.496 452.283 562.443 440.23 547.575 440.23C532.708 440.23 520.655 452.283 520.655 467.151C520.655 482.019 532.708 494.072 547.575 494.072Z" fill="#1C85E8"/>
<path d="M617.676 551.538L641.203 520.387L618.931 503.097L615.44 500.287L591.037 532.2L595.286 535.257L617.676 551.538Z" fill="#FFDACC"/>
<path d="M595.286 535.257C601.588 526.819 613.439 510.329 618.931 503.097L615.44 500.287L591.099 532.01L595.286 535.257Z" fill="#FF967C"/>
<path d="M629.797 555.858C640.59 555.858 649.34 547.109 649.34 536.316C649.34 525.523 640.59 516.773 629.797 516.773C619.004 516.773 610.255 525.523 610.255 536.316C610.255 547.109 619.004 555.858 629.797 555.858Z" fill="#FFDACC"/>
<path d="M613.25 525.803C613.25 525.803 676.291 433.224 679.205 425.361C682.041 417.683 696.931 436.16 696.931 436.16L648.141 542.609L613.25 525.803Z" fill="#FFDACC"/>
<path d="M677.355 430.136C684.009 416.462 680.389 414.372 683.127 406.643C685.828 399.1 679.501 381.034 684.825 383.28C690.148 385.527 692.081 392.091 692.081 392.091C695.332 385.624 698.045 373.885 706.497 372.145C714.949 370.405 715.834 373.049 720.854 376.775C734.217 386.835 718.622 403.691 716.187 409.939C714.614 413.858 702.262 426.174 700.955 428.797L694.911 438.548L677.355 430.136Z" fill="#FFDACC"/>
<path d="M700.672 392.499L710.117 372.833L700.672 392.499Z" fill="#E56441"/>
<path d="M700.672 392.499L710.117 372.833" stroke="#E56441" stroke-width="0.98391" stroke-linecap="round"/>
<path d="M707.623 395.271L718.065 376.876L707.623 395.271Z" fill="#E56441"/>
<path d="M707.623 395.271L718.065 376.876" stroke="#E56441" stroke-width="0.98391" stroke-linecap="round"/>
<path d="M715.869 398.308L721.807 387.187L715.869 398.308Z" fill="#E56441"/>
<path d="M715.869 398.308L721.807 387.187" stroke="#E56441" stroke-width="0.98391" stroke-linecap="round"/>
<path d="M698.929 409.492C698.552 402.86 694.179 395.026 694.179 395.026L698.929 409.492Z" fill="#E56441"/>
<path d="M698.929 409.492C698.552 402.86 694.179 395.026 694.179 395.026" stroke="#E56441" stroke-width="0.98391" stroke-linecap="round"/>
<path d="M527.806 433.849C527.806 433.849 554.547 440.003 558.682 443.311C562.817 446.618 565.823 473.503 571.934 486.783C580.981 506.443 586.838 516.901 571.639 538.506C562.473 551.537 565.59 584.665 565.59 584.665C565.59 584.665 574.891 628.756 580.983 706.859H436.762C446.009 613.357 450.768 619.198 450.768 589.549C450.768 514.637 442.406 442.737 442.406 442.737L492.774 431.131C504.131 433.089 527.806 433.849 527.806 433.849Z" fill="#1C85E8"/>
<path d="M565.341 581.148C565.341 581.148 514.491 604.076 449.898 581.148C449.898 581.148 449.715 591.959 449.367 597.616C449.367 597.616 515.678 622.25 567.642 595.608C567.642 595.608 567.719 585.777 565.341 581.148Z" fill="tranparent"/>
<path opacity="0.6" d="M466.818 467.151C466.818 467.151 484.381 478.763 479.208 490.48C473.39 503.654 473.44 537.585 490.136 539.711C519.926 543.505 506.983 548.715 493.209 552.043C479.435 555.372 471.999 564.034 471.999 578.304C471.999 588.46 488.627 622.308 447.098 622.25C456.635 551.538 436.468 490.732 466.818 467.151Z" fill="#0E66AF"/>
<path d="M407.868 576.646L443.271 575.431L459.537 525.497L418.593 520.598L407.868 576.646Z" fill="#FFDACC"/>
<path d="M425.549 594.325C435.314 594.325 443.229 586.41 443.229 576.645C443.229 566.881 435.314 558.966 425.549 558.966C415.785 558.966 407.87 566.881 407.87 576.645C407.87 586.41 415.785 594.325 425.549 594.325Z" fill="#FFDACC"/>
<path d="M439.024 684.892C439.024 684.892 435.621 700.205 441.689 709.622C441.689 709.622 437.349 727.322 438.982 729.449C441.801 732.9 444.975 729.223 444.975 729.223C444.975 729.223 443.837 740.394 454.167 740.097C468.661 739.784 468.343 719.984 467.808 710.679C467.5 701.491 457.54 681.767 457.54 681.767L439.024 684.892Z" fill="#FFDACC"/>
<path d="M471.908 728.691L467.875 709.71L465.229 729.138C465.229 729.138 469.448 735.17 471.537 731.654C472.015 730.744 472.147 729.691 471.908 728.691Z" fill="#FFDACC"/>
<path d="M444.92 729.051L447.098 716.407" stroke="#E56441" stroke-width="1.80404" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M454.229 733.822C454.229 733.822 456.824 719.527 456.625 716.559" stroke="#E56441" stroke-width="1.80404" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M461.356 734.178C463.047 728.387 463.856 722.375 463.758 716.344" stroke="#E56441" stroke-width="1.80404" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M443.09 574.024C443.09 574.024 457.069 683.245 459.737 690.346C462.35 697.275 439.024 684.892 439.024 684.892L409.282 583.216L443.09 574.024Z" fill="#FFDACC"/>
<path d="M417.21 527.15L415.775 533.954L456.096 534.822L458.748 527.634L417.21 527.15Z" fill="#FF967C"/>
<path d="M449.1 495.733C463.967 495.733 476.02 483.68 476.02 468.813C476.02 453.945 463.967 441.892 449.1 441.892C434.232 441.892 422.179 453.945 422.179 468.813C422.179 483.68 434.232 495.733 449.1 495.733Z" fill="#1C85E8"/>
<path d="M454.292 456.157C454.292 456.157 425.92 451.5 423.511 460.559C418.306 478.777 411.907 508.024 410.351 522.011C410.299 522.606 410.364 523.205 410.544 523.774C410.724 524.344 411.015 524.871 411.4 525.328C411.785 525.784 412.257 526.159 412.788 526.432C413.319 526.705 413.898 526.871 414.493 526.919L457.223 530.566C458.877 530.72 460.526 530.234 461.833 529.209C463.14 528.185 464.005 526.698 464.25 525.056L475.822 472.658L454.292 456.157Z" fill="#1C85E8"/>
<path d="M512.013 286.533C512.013 286.533 490.135 280.503 467.044 299.599C443.953 318.695 449.747 338.355 449.747 338.355L512.013 286.533Z" fill="url(#paint0_linear)"/>
<path d="M554.839 325.477C554.839 325.477 597.197 265.834 540.84 277.517C475.822 290.994 418.602 356.024 434.612 376.952C450.621 397.88 517.22 351.847 554.839 325.477Z" fill="url(#paint1_linear)"/>
<path d="M560.238 348.595C560.238 348.595 560.402 383.833 574.503 396.987C588.604 410.141 572.633 438.656 548.324 434.877C524.015 431.098 511.774 407.812 513.256 398.498C514.738 389.183 544.926 340.988 560.238 348.595Z" fill="#080B09"/>
<path d="M526.462 396.698L534.04 449.534C534.04 449.534 536.03 456.547 527.201 457.609C518.372 458.671 499.545 456.299 492.822 449.133C486.098 441.968 488.45 438.418 488.45 438.418L502.71 381.069L526.462 396.698Z" fill="#FFDACC"/>
<path d="M527.516 403.535L508.979 396.987L531.579 432.369L527.516 403.535Z" fill="#FF967C"/>
<path d="M547.436 331.434C547.436 331.434 563.34 368.802 555.051 394.414C549.646 411.117 537.874 414.12 510.914 401.603C486.195 390.126 479.775 381.444 479.775 381.444L476.129 339.788C476.129 339.788 531.284 298.127 547.436 331.434Z" fill="#FFDACC"/>
<path d="M534.341 387.342L548.592 386.637C548.572 386.732 548.548 386.836 548.519 386.949C548.378 387.508 548.139 388.261 547.744 389.041C546.958 390.597 545.583 392.215 543.174 392.681C539.294 393.07 537.072 391.576 535.802 390.02C535.157 389.23 534.75 388.413 534.504 387.791C534.438 387.625 534.384 387.474 534.341 387.342Z" fill="#E56441" stroke="#E56441"/>
<path d="M551.812 365.238C553.367 364.818 554.127 362.62 553.509 360.328C552.89 358.037 551.129 356.519 549.573 356.938C548.018 357.358 547.259 359.556 547.877 361.848C548.495 364.139 550.257 365.657 551.812 365.238Z" fill="#080B09"/>
<path d="M528.925 371.765C530.48 371.345 531.24 369.147 530.621 366.855C530.003 364.563 528.241 363.046 526.686 363.465C525.131 363.885 524.371 366.083 524.99 368.374C525.608 370.666 527.37 372.184 528.925 371.765Z" fill="#080B09"/>
<path d="M553.664 350.009L542.03 353.354C541.827 353.394 541.617 353.359 541.438 353.256C541.259 353.153 541.123 352.989 541.056 352.794C541.003 352.427 541.024 352.053 541.119 351.694C541.215 351.336 541.382 351 541.61 350.708C541.839 350.416 542.124 350.173 542.449 349.994C542.774 349.816 543.132 349.704 543.501 349.668L553.494 348.616C554.261 348.41 554.622 349.751 553.664 350.009Z" fill="#080B09"/>
<path d="M513.888 359.955L529.665 356.726C529.523 356.257 529.283 355.822 528.963 355.451C528.642 355.08 528.247 354.779 527.803 354.57C527.359 354.361 526.877 354.246 526.386 354.235C525.896 354.223 525.408 354.315 524.955 354.503L513.437 359.049C513.055 359.152 513.313 360.11 513.888 359.955Z" fill="#080B09"/>
<path d="M540.841 362.503L548.324 372.581L545.507 376.565" stroke="#E56441" stroke-width="1.29416" stroke-linecap="round"/>
<path d="M537.52 327.882C537.52 327.882 536.514 346.033 521.137 354.829C521.137 354.829 516.641 368.75 499.859 372.024C499.859 372.024 500.851 359.228 492.852 359.364C479.27 359.594 485.95 380.196 495.133 383.576C501.373 385.874 507.896 410.711 498.542 431.926C486.294 459.704 447.801 453.742 442.406 431.131C432.97 391.589 464.149 374.276 465.504 340.388C494.671 310.259 501.004 309.029 510.882 305.164C510.882 305.164 539.677 295.216 554.839 322.499C567.8 345.821 555.695 359.74 555.695 359.74L548.788 338.983C548.788 338.983 545.902 341.009 537.52 327.882Z" fill="#080B09"/>
<path d="M381.762 359.112C387.129 359.112 391.48 354.761 391.48 349.394C391.48 344.027 387.129 339.676 381.762 339.676C376.395 339.676 372.044 344.027 372.044 349.394C372.044 354.761 376.395 359.112 381.762 359.112Z" fill="tranparent"/>
<path d="M367.388 745.571H410.084" stroke="#1C85E8" stroke-width="6.62824" stroke-miterlimit="10" stroke-linecap="round"/>
<path opacity="0.3" d="M367.388 762.021H584.991" stroke="#1C85E8" stroke-width="6.62824" stroke-miterlimit="10" stroke-linecap="round"/>
<path opacity="0.3" d="M367.388 778.472H461.356" stroke="#1C85E8" stroke-width="6.62824" stroke-miterlimit="10" stroke-linecap="round"/>
<path d="M456.472 353.375C456.472 353.375 487.284 304.351 530.837 299.364" stroke="#96BAFD" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round"/>
<path d="M679.205 425.361C679.205 425.361 671.431 423.221 668.265 427.232C665.098 431.243 672.98 438.699 681.986 443.909C690.992 449.118 700.14 450.009 703.096 446.642C706.051 443.275 699.795 437.167 696.931 435.289" stroke="#1C85E8" stroke-width="1.29416" stroke-linecap="round"/>
<defs>
<linearGradient id="paint0_linear" x1="472.97" y1="219.907" x2="496.837" y2="396.489" gradientUnits="userSpaceOnUse">
<stop stop-color="white"/>
<stop offset="1" stop-color="#94B9FF"/>
</linearGradient>
<linearGradient id="paint1_linear" x1="485.003" y1="242.193" x2="512.44" y2="502.426" gradientUnits="userSpaceOnUse">
<stop stop-color="white"/>
<stop offset="1" stop-color="#94B9FF"/>
</linearGradient>
</defs>
</svg>
<svg width="1080" height="1080" viewBox="0 0 1080 1080" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect width="1080" height="1080" fill="tranparent"/>
<path d="M688.435 168.521L360.632 175.793C350.817 176.011 343.037 184.144 343.255 193.959L353.3 646.734C353.517 656.549 361.65 664.328 371.465 664.111L699.268 656.838C709.083 656.621 716.863 648.488 716.645 638.673L706.6 185.898C706.382 176.083 698.249 168.303 688.435 168.521Z" fill="url(#paint0_linear)"/>
<path d="M745.034 850.712C744.792 850.739 744.684 850.873 744.818 850.981C744.711 851.114 744.711 851.114 744.738 851.356C744.229 853.02 743.869 854.725 743.663 856.452L764.355 873.082L766.644 870.508C766.644 870.508 759.009 861.06 756.14 858.313C754.907 857.101 753.808 855.998 752.709 854.894C751.744 853.897 750.887 852.767 750.056 851.879C748.904 850.291 745.544 850.901 745.518 850.659C745.384 850.552 745.034 850.712 745.034 850.712Z" fill="#233B62"/>
<path d="M588.591 706.223L608.563 725.585L720.275 833.463L722.313 835.321L723.196 836.693L723.33 836.801L739.155 860.775L740.922 863.518L741.511 864.433L752.221 880.765L743.399 885.152L740.844 886.409L737.24 888.147L731.564 891.09L731.457 891.224L725.432 894.327L725.137 893.869L711.386 867.59C708.718 862.514 704.978 858.078 700.427 854.589L578.956 761.6L555.864 743.924L588.591 706.223Z" fill="#FFCCB3"/>
<path d="M737.622 837.692C732.268 835.206 726.258 832.982 720.383 833.328C723.925 836.43 725.538 841.95 727.877 845.972C732.693 854.254 745.037 869.644 738.73 882.723C735.186 890.072 725.271 893.977 725.137 893.869C723.478 901.417 715.255 932.139 731.647 914.33C740.8 904.384 749.881 893.76 754.446 883.215C756.318 878.892 752.359 874.579 750.416 870.928C747.931 865.405 744.213 858.089 744.682 851.975L744.79 851.84C745.06 851.417 766.284 870.418 766.645 870.508C767.373 869.327 769.071 866.94 769.071 866.94C769.071 866.94 738.641 838.071 737.622 837.692Z" fill="#1C85E8"/>
<path d="M509.048 938.19C508.856 938.039 508.685 938.06 508.706 938.231C508.536 938.251 508.535 938.251 508.385 938.442C506.858 939.275 505.409 940.243 504.053 941.333L507.215 967.691L510.652 967.452C510.652 967.452 511.8 955.359 511.671 951.389C511.637 949.661 511.623 948.103 511.609 946.545C511.616 945.158 511.794 943.751 511.821 942.535C512.109 940.595 509.28 938.682 509.431 938.49C509.41 938.319 509.048 938.19 509.048 938.19Z" fill="#233B62"/>
<path d="M498.26 725.503L498.997 753.31L503.412 908.544L503.569 911.298L503.241 912.896L503.261 913.067L497.808 941.27L497.153 944.468L496.934 945.533L493.169 964.698L483.795 961.664L481.089 960.776L477.298 959.498L471.183 957.633L471.012 957.653L464.535 955.658L464.645 955.125L473.193 926.724C474.835 921.229 475.264 915.443 474.45 909.766L452.647 758.351L448.501 729.566L498.26 725.503Z" fill="#FFCCB3"/>
<path d="M512.854 923.698C510.765 918.177 508.024 912.384 503.583 908.524C503.946 913.218 501.239 918.292 500.098 922.803C497.749 932.091 495.81 951.724 482.156 956.663C474.483 959.438 464.666 955.296 464.645 955.125C458.181 959.36 430.819 975.571 454.99 974.303C468.488 973.595 482.409 972.35 493.046 968.005C497.407 966.224 497.594 960.372 498.758 956.404C500.844 950.717 503.301 942.888 507.913 938.845L508.084 938.825C508.573 938.711 510.457 967.136 510.652 967.452C511.998 967.117 514.881 966.598 514.881 966.598C514.881 966.598 513.318 924.682 512.854 923.698Z" fill="#1C85E8"/>
<path d="M462.635 724.134C481.706 724.134 497.166 708.674 497.166 689.603C497.166 670.532 481.706 655.072 462.635 655.072C443.564 655.072 428.104 670.532 428.104 689.603C428.104 708.674 443.564 724.134 462.635 724.134Z" fill="#1F2D49"/>
<path d="M509.969 667.459L500.231 585.066L497.009 698.809L509.969 667.459Z" fill="#0D1B33"/>
<path d="M468.164 516.868L575.392 517.97L585.813 539.535L466.352 524.52L468.164 516.868Z" fill="#0D1B33"/>
<path d="M548.696 731.387C567.766 731.387 583.226 715.927 583.226 696.856C583.226 677.786 567.766 662.326 548.696 662.326C529.625 662.326 514.165 677.786 514.165 696.856C514.165 715.927 529.625 731.387 548.696 731.387Z" fill="#1F2D49"/>
<path d="M352.637 386.129L344.474 375.681C342.766 373.234 340.493 371.235 337.849 369.853C333.833 367.842 327.675 364.091 325.534 360.34C321.988 354.381 308.011 338.282 320.135 325.768C324.623 321.15 323.501 322.243 332.473 322.381C341.444 322.519 342.821 331.828 347.304 337.922C347.304 337.922 348.311 330.893 353.266 327.682C358.223 324.47 354.933 344.085 358.746 351.518C362.558 358.952 359.477 361.762 368.51 374.821L352.637 386.129Z" fill="#FFCCB3"/>
<path d="M331.108 323.453L338.398 339.993L331.108 323.453Z" fill="#E56441"/>
<path d="M331.108 323.453L338.398 339.993" stroke="#E56441" stroke-width="1.03302" stroke-linecap="round"/>
<path d="M321.6 326.395L331.702 344.007L321.6 326.395Z" fill="#E56441"/>
<path d="M321.6 326.395L331.702 344.007" stroke="#E56441" stroke-width="1.03302" stroke-linecap="round"/>
<path d="M315.636 337.975L323.598 348.489L315.636 337.975Z" fill="#E56441"/>
<path d="M315.636 337.975L323.598 348.489" stroke="#E56441" stroke-width="1.03302" stroke-linecap="round"/>
<path d="M345.427 341.67C345.427 341.67 342.343 350.506 342.876 357.469L345.427 341.67Z" fill="#E56441"/>
<path d="M345.427 341.67C345.427 341.67 342.343 350.506 342.876 357.469" stroke="#E56441" stroke-width="1.03302" stroke-linecap="round"/>
<path d="M479.062 270.229C479.062 270.229 474.509 299.34 465.805 312.817C457.101 326.294 439.974 370.376 463.278 380.765C486.583 391.154 512.16 372.375 508.238 326.751C504.315 281.126 487.545 264.141 479.062 270.229Z" fill="#1F2D49"/>
<path d="M479.062 358.106C470.681 361.012 458.999 366.903 455.837 373.477L427.905 437.109L368.51 369.007L347.89 386.128L407.214 474.832C419.793 493.567 438.234 496.147 449.926 480.719L473.265 444.062L479.062 358.106Z" fill="#1C85E8"/>
<path opacity="0.6" d="M467.15 412.883C467.15 412.883 464.631 408.539 464.631 431.216L449.927 480.719L473.265 444.062C491.988 418.89 477.197 412.166 467.15 412.883Z" fill="#0E66AF"/>
<path d="M550.238 296.273C550.238 296.273 556.782 308.4 574.393 320.443C591.68 332.263 609.454 349.841 599.959 379.775C590.463 409.709 539.105 376.252 525.853 355.857C512.601 335.461 520.294 304.497 520.294 304.497L550.238 296.273Z" fill="#1F2D49"/>
<path d="M498.727 349.76C498.727 349.76 477.11 358.313 473.81 360.953C470.509 363.593 467.376 385.141 461.765 395.372C456.154 405.604 447.946 424.487 459.935 441.833C471.923 459.178 470.648 472.952 470.648 472.952L468.097 516.464L571.414 518.368C572.324 518.396 573.23 518.232 574.071 517.884C574.912 517.537 575.67 517.015 576.295 516.352C576.919 515.69 577.396 514.903 577.694 514.043C577.991 513.182 578.103 512.269 578.021 511.362C576.873 498.676 571.629 480.861 571.216 460.661C570.658 433.284 566.02 341.675 566.02 341.675L525.232 340.396C516.167 341.958 498.727 349.76 498.727 349.76Z" fill="#1C85E8"/>
<path opacity="0.6" d="M552.526 379.201C552.526 379.201 537.47 392.929 536.584 403.115C535.698 413.301 553.14 437.333 533.79 440.166C510.072 443.638 503.864 447.018 514.859 449.676C525.853 452.333 549.899 448.064 550.807 459.418C552.229 477.202 564.65 487.183 573.636 484.658C567.609 430.552 574.709 406.957 552.526 379.201Z" fill="#0E66AF"/>
<path d="M498.541 323.336L493.914 357.054C493.914 357.054 491 364.107 498.672 364.602C506.345 365.097 517.514 360.929 524.345 355.406C531.176 349.883 530.878 349.294 529.179 344.595C527.479 339.896 521.673 305.327 521.673 305.327L498.541 323.336Z" fill="#FFCCB3"/>
<path d="M498.766 318.146L514.189 311.716C514.189 311.716 503.843 337.844 494.956 349.216L498.766 318.146Z" fill="#FCBA9F"/>
<path d="M485.431 258.394C485.431 258.394 473.313 292.87 480.714 314.051C485.541 327.865 494.997 327.109 517.22 316.158C537.596 306.117 542.778 298.759 542.778 298.759L545.011 263.977C545.011 263.977 498.246 230.328 485.431 258.394Z" fill="#FFCCB3"/>
<path d="M504.315 263C504.315 263 506.278 271.838 517.417 278.474C523.48 282.086 524.328 297.268 524.328 297.268C524.328 297.268 525.743 286.888 533.89 290.568C542.038 294.248 529.587 307.44 522.52 310.297C522.52 310.297 525.289 325.313 527.225 335.889L559.226 322.015C559.226 322.015 552.713 303.638 554.42 291.566C556.126 279.495 560.477 241.402 526.238 235.97C488.781 230.027 484.128 252.522 479.062 270.229C479.062 270.229 493.81 278.044 504.315 263Z" fill="#1F2D49"/>
<path d="M489.391 305.144L500.501 305.667C500.476 305.738 500.448 305.814 500.416 305.895C500.224 306.384 499.905 307.028 499.4 307.65C498.41 308.869 496.672 310.049 493.613 309.751C491.734 309.39 490.656 308.131 490.034 306.909C489.722 306.295 489.532 305.702 489.419 305.26C489.409 305.22 489.4 305.181 489.391 305.144Z" fill="#E56441" stroke="#E56441"/>
<path d="M489.788 285.248C490.277 283.417 489.666 281.664 488.424 281.332C487.182 281 485.779 282.215 485.289 284.046C484.8 285.876 485.411 287.629 486.653 287.961C487.895 288.293 489.298 287.079 489.788 285.248Z" fill="#080B09"/>
<path d="M508.069 290.415C508.558 288.584 507.948 286.831 506.705 286.499C505.463 286.167 504.06 287.382 503.571 289.213C503.081 291.043 503.692 292.796 504.934 293.128C506.176 293.46 507.579 292.246 508.069 290.415Z" fill="#080B09"/>
<path d="M485.146 275.809L494.439 278.457C494.601 278.489 494.769 278.461 494.911 278.378C495.054 278.296 495.162 278.165 495.215 278.009C495.257 277.715 495.239 277.417 495.162 277.131C495.086 276.845 494.952 276.578 494.769 276.345C494.586 276.112 494.358 275.919 494.098 275.777C493.838 275.634 493.552 275.546 493.258 275.518L485.279 274.697C484.667 274.534 484.381 275.605 485.146 275.809Z" fill="#080B09"/>
<path d="M516.915 283.674L504.315 281.126C504.428 280.751 504.618 280.404 504.873 280.107C505.129 279.81 505.443 279.569 505.797 279.401C506.151 279.233 506.536 279.141 506.928 279.131C507.319 279.121 507.709 279.193 508.071 279.343L517.272 282.95C517.578 283.031 517.374 283.797 516.915 283.674Z" fill="#080B09"/>
<path d="M495.405 285.758L491.869 293.644L493.066 297.267" stroke="#E56441" stroke-width="1.03302" stroke-linecap="round"/>
<path d="M556.942 356.476C556.942 356.476 580.288 345.235 584.675 352.455C588.911 357.054 611.102 419.511 611.102 419.511L580.135 441.976C573.34 431.194 542.523 376.218 542.523 376.218L556.942 356.476Z" fill="#1C85E8"/>
<path d="M564.649 390.36C578.049 390.36 588.911 379.498 588.911 366.099C588.911 352.699 578.049 341.837 564.649 341.837C551.25 341.837 540.388 352.699 540.388 366.099C540.388 379.498 551.25 390.36 564.649 390.36Z" fill="#1C85E8"/>
<path d="M620.357 447.781L587.529 460.43L565.718 417.255L601.153 394.979L620.357 447.781Z" fill="#1C85E8"/>
<path opacity="0.6" d="M609.72 415.647L602.134 427.705L601.014 390.36L609.72 415.647Z" fill="#0E66AF"/>
<path d="M647.92 358.585C652.73 345.533 649.245 343.961 651.033 336.677C652.804 329.565 645.399 313.698 650.449 315.258C655.499 316.817 657.857 322.616 657.857 322.616C660.227 316.433 664.489 300.965 669.16 303.148C672.725 304.814 665.314 317.793 665.713 322.205C665.832 323.515 669.712 302.854 676.206 304.577C679.282 305.393 671.949 323.89 672.292 324.094C685.371 332.033 683.071 330.756 681.424 336.665C680.349 340.375 670.229 352.709 669.278 355.217L664.665 364.642L647.92 358.585Z" fill="#FFCCB3"/>
<path d="M665.202 341.413L673.03 323.719L665.202 341.413Z" fill="#93523E"/>
<path d="M665.202 341.413L673.03 323.719" stroke="#93523E" stroke-width="0.90001" stroke-linecap="round"/>
<path d="M673.819 337.898L678.21 327.234L673.819 337.898Z" fill="#93523E"/>
<path d="M673.819 337.898L678.21 327.234" stroke="#93523E" stroke-width="0.90001" stroke-linecap="round"/>
<path d="M604.729 473.854C614.456 473.854 622.341 465.968 622.341 456.241C622.341 446.514 614.456 438.629 604.729 438.629C595.002 438.629 587.116 446.514 587.116 456.241C587.116 465.968 595.002 473.854 604.729 473.854Z" fill="#1C85E8"/>
<path d="M620.822 463.532C620.822 463.532 662.229 374.42 667.073 364.642L647.128 356.188L590.931 445.514L620.822 463.532Z" fill="#1C85E8"/>
<path d="M468.097 516.464C468.097 516.464 428.746 671.79 428.673 683.629C428.605 694.908 421.338 717.928 451.844 777.214C452.335 778.152 453.023 778.974 453.86 779.622C454.697 780.27 455.664 780.73 456.695 780.971C457.727 781.212 458.797 781.227 459.835 781.017C460.873 780.806 461.853 780.374 462.708 779.75C467.927 776.056 476.763 773.39 490.108 780.093C529.763 800.009 615.791 812.871 654.042 790.238C678.824 775.576 697.705 755.21 707.929 742.686C708.773 741.649 709.315 740.4 709.498 739.076C709.681 737.752 709.497 736.403 708.967 735.176C708.436 733.949 707.579 732.891 706.489 732.118C705.398 731.344 704.117 730.885 702.784 730.789C681.437 729.196 640.476 723.365 619.065 702.05C589.277 672.394 594.036 618.244 592.94 588.874C591.844 559.503 592.726 545.388 575.393 517.971L468.097 516.464Z" fill="#1F2D49"/>
<path d="M588.911 802.225C588.911 802.225 552.113 784.738 540.387 754.147C528.661 723.556 495.758 672.115 497.009 698.809C498.26 725.503 503.489 785.894 503.489 785.894C503.489 785.894 556.633 803.885 588.911 802.225Z" fill="#080B09"/>
<path d="M471.038 361.424C471.038 361.424 466.644 382.657 500.611 383.553C534.578 384.449 552.56 369.52 561.999 341.511L528.127 340.486L494.685 351.414L471.038 361.424Z" fill="#FFCCB3"/>
<path d="M310.003 126.708L322.242 707.655C322.277 709.298 322.635 710.917 323.296 712.421C323.957 713.925 324.908 715.284 326.094 716.42C327.281 717.556 328.679 718.448 330.21 719.043C331.742 719.638 333.375 719.926 335.017 719.89L738.182 710.945C741.494 710.872 744.642 709.486 746.933 707.094C749.225 704.701 750.473 701.496 750.403 698.184L738.163 117.237C738.129 115.595 737.771 113.976 737.11 112.472C736.449 110.968 735.498 109.609 734.311 108.472C733.125 107.336 731.726 106.445 730.195 105.85C728.664 105.254 727.03 104.967 725.388 105.003L322.224 113.947C318.911 114.021 315.764 115.406 313.472 117.799C311.181 120.192 309.933 123.396 310.003 126.708ZM704.542 656.721L366.192 664.228C364.551 664.264 362.918 663.977 361.388 663.382C359.858 662.788 358.46 661.898 357.273 660.763C356.087 659.628 355.136 658.271 354.474 656.769C353.813 655.266 353.453 653.648 353.417 652.007L343.138 188.685C343.101 187.044 343.389 185.412 343.983 183.881C344.577 182.351 345.467 180.953 346.602 179.767C347.737 178.58 349.094 177.629 350.597 176.968C352.099 176.306 353.717 175.947 355.358 175.91L693.708 168.404C695.349 168.367 696.982 168.655 698.512 169.249C700.042 169.843 701.44 170.733 702.626 171.868C703.813 173.003 704.764 174.36 705.426 175.863C706.087 177.365 706.447 178.983 706.483 180.624L716.762 643.946C716.798 645.587 716.511 647.22 715.917 648.75C715.322 650.28 714.432 651.678 713.298 652.865C712.163 654.051 710.805 655.002 709.303 655.664C707.801 656.326 706.183 656.685 704.542 656.721Z" fill="url(#paint1_linear)"/>
<path d="M358.004 157.638C365.406 157.638 371.407 151.637 371.407 144.234C371.407 136.831 365.406 130.83 358.004 130.83C350.601 130.83 344.6 136.831 344.6 144.234C344.6 151.637 350.601 157.638 358.004 157.638Z" fill="tranparent"/>
<path d="M384.734 136.657L457.266 135.048" stroke="white" stroke-width="5.36573" stroke-miterlimit="10" stroke-linecap="round"/>
<path d="M384.734 150.935L427.355 149.99" stroke="white" stroke-width="5.36573" stroke-miterlimit="10" stroke-linecap="round"/>
<path d="M509.816 293.383C509.159 295.966 507.896 298.11 506.411 299.495C504.922 300.884 503.267 301.464 501.776 301.085C500.286 300.707 499.109 299.406 498.463 297.474C497.82 295.549 497.735 293.062 498.392 290.479C499.048 287.896 500.311 285.751 501.796 284.367C503.285 282.978 504.941 282.397 506.431 282.776C507.921 283.155 509.099 284.456 509.744 286.387C510.387 288.313 510.472 290.8 509.816 293.383Z" stroke="white"/>
<path d="M490.816 288.383C490.159 290.966 488.896 293.11 487.411 294.495C485.922 295.884 484.267 296.464 482.776 296.085C481.286 295.707 480.109 294.406 479.463 292.474C478.82 290.549 478.735 288.062 479.392 285.479C480.048 282.896 481.311 280.751 482.796 279.367C484.285 277.978 485.941 277.397 487.431 277.776C488.921 278.155 490.099 279.456 490.744 281.387C491.387 283.313 491.472 285.8 490.816 288.383Z" stroke="white"/>
<path d="M490.456 288.716C492.123 288.216 496.056 288.016 498.456 291.216" stroke="white"/>
<path d="M509.956 293.216L527.956 290.716" stroke="white"/>
<defs>
<linearGradient id="paint0_linear" x1="515.462" y1="171.197" x2="687.676" y2="1193.61" gradientUnits="userSpaceOnUse">
<stop stop-color="white"/>
<stop offset="1" stop-color="#94B9FF"/>
</linearGradient>
<linearGradient id="paint1_linear" x1="479.218" y1="-90.6452" x2="760.501" y2="1378.23" gradientUnits="userSpaceOnUse">
<stop stop-color="white"/>
<stop offset="1" stop-color="#94B9FF"/>
</linearGradient>
</defs>
</svg>
<svg width="1080" height="1080" viewBox="0 0 1080 1080" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect width="1080" height="1080" fill="tranparent"/>
<path d="M372.865 170.446L362.031 658.764L725.376 666.825L736.21 178.507L372.865 170.446Z" fill="url(#paint0_linear)"/>
<path d="M523.5 270.71C536.724 270.71 547.444 259.991 547.444 246.767C547.444 233.544 536.724 222.824 523.5 222.824C510.277 222.824 499.557 233.544 499.557 246.767C499.557 259.991 510.277 270.71 523.5 270.71Z" fill="#1F2D49"/>
<path d="M501.023 240.498C509.911 240.498 517.116 233.293 517.116 224.404C517.116 215.516 509.911 208.311 501.023 208.311C492.135 208.311 484.93 215.516 484.93 224.404C484.93 233.293 492.135 240.498 501.023 240.498Z" fill="#1F2D49"/>
<path d="M334.036 853.032C334.278 853.058 334.386 853.193 334.252 853.3C334.359 853.434 334.359 853.434 334.333 853.676C334.842 855.339 335.202 857.045 335.408 858.772L314.716 875.401L312.426 872.827C312.426 872.827 320.062 863.38 322.93 860.633C324.163 859.421 325.263 858.318 326.362 857.214C327.327 856.217 328.184 855.087 329.015 854.199C330.166 852.611 333.526 853.221 333.552 852.979C333.686 852.871 334.036 853.032 334.036 853.032Z" fill="#233B62"/>
<path d="M490.48 708.542L470.507 727.904L358.796 835.782L356.757 837.64L355.874 839.012L355.74 839.12L339.916 863.094L338.148 865.838L337.56 866.753L326.85 883.085L335.672 887.472L338.227 888.729L341.83 890.466L347.506 893.41L347.614 893.543L353.639 896.646L353.933 896.189L367.684 869.909C370.353 864.833 374.092 860.397 378.644 856.908L500.114 763.92L523.207 746.243L490.48 708.542Z" fill="#BC775C"/>
<path d="M341.449 840.012C346.803 837.525 352.813 835.302 358.688 835.648C355.146 838.75 353.533 844.269 351.193 848.292C346.378 856.574 334.034 871.964 340.341 885.043C343.884 892.392 353.799 896.297 353.933 896.189C355.592 903.736 363.815 934.459 347.424 916.65C338.27 906.704 329.189 896.08 324.624 885.535C322.752 881.212 326.711 876.899 328.654 873.248C331.139 867.724 334.858 860.409 334.388 854.294L334.28 854.16C334.011 853.737 312.787 872.738 312.426 872.828C311.698 871.647 310 869.26 310 869.26C310 869.26 340.429 840.391 341.449 840.012Z" fill="#FEBB94"/>
<path d="M570.023 940.509C570.214 940.359 570.385 940.379 570.365 940.55C570.535 940.571 570.535 940.571 570.685 940.762C572.212 941.595 573.662 942.563 575.017 943.653L571.855 970.01L568.419 969.772C568.419 969.772 567.27 957.679 567.4 953.709C567.434 951.981 567.448 950.423 567.461 948.865C567.454 947.478 567.276 946.071 567.25 944.855C566.962 942.915 569.79 941.001 569.64 940.81C569.66 940.639 570.023 940.509 570.023 940.509Z" fill="#233B62"/>
<path d="M580.81 727.823L580.073 755.63L575.659 910.864L575.501 913.618L575.83 915.216L575.809 915.387L581.262 943.59L581.918 946.788L582.137 947.853L585.902 967.017L595.276 963.984L597.981 963.096L601.773 961.818L607.888 959.952L608.058 959.973L614.535 957.977L614.426 957.444L605.878 929.043C604.236 923.549 603.806 917.763 604.62 912.086L626.423 760.67L630.569 731.886L580.81 727.823Z" fill="#BC775C"/>
<path d="M566.217 926.018C568.305 920.497 571.046 914.704 575.488 910.844C575.125 915.538 577.832 920.612 578.973 925.123C581.322 934.41 583.261 954.044 596.915 958.983C604.587 961.758 614.405 957.616 614.426 957.445C620.889 961.68 648.252 977.891 624.081 976.623C610.583 975.914 596.662 974.67 586.024 970.325C581.663 968.544 581.477 962.692 580.313 958.724C578.227 953.037 575.769 945.208 571.157 941.165L570.986 941.145C570.498 941.031 568.614 969.456 568.419 969.772C567.072 969.437 564.189 968.918 564.189 968.918C564.189 968.918 565.752 927.002 566.217 926.018Z" fill="#FEBB94"/>
<path d="M610.973 518.784C610.973 518.784 645.71 702.41 648.34 722.097C650.971 741.784 652.724 878.867 652.724 878.867L536.547 871.499L563.164 711.097L559.927 640.07C559.927 640.07 555.842 710.302 552.988 722.097C550.133 733.892 450.068 856.078 450.068 856.078L396.362 791.764L481.739 677.774C481.739 677.774 490.532 622.49 491.956 592.72C494.701 535.337 503.678 520.29 503.678 520.29L610.973 518.784Z" fill="#1F2D49"/>
<path d="M610.906 519.188L503.678 520.29L497.632 541.855L612.718 526.84L610.906 519.188Z" fill="#0D1B33"/>
<path d="M726.434 388.448L734.596 378C736.305 375.554 738.577 373.555 741.222 372.172C745.238 370.162 751.396 366.41 753.536 362.66C757.082 356.7 771.059 340.601 758.936 328.087C754.448 323.469 755.569 324.562 746.598 324.701C737.627 324.838 736.25 334.147 731.767 340.241C731.767 340.241 730.759 333.212 725.804 330.001C720.848 326.79 724.137 346.404 720.324 353.838C716.512 361.271 719.593 364.081 710.561 377.141L726.434 388.448Z" fill="#BC775C"/>
<path d="M747.962 325.773L740.673 342.314L747.962 325.773Z" fill="#E56441"/>
<path d="M747.962 325.773L740.673 342.314" stroke="#E56441" stroke-width="1.03302" stroke-linecap="round"/>
<path d="M757.471 328.715L747.369 346.327L757.471 328.715Z" fill="#E56441"/>
<path d="M757.471 328.715L747.369 346.327" stroke="#E56441" stroke-width="1.03302" stroke-linecap="round"/>
<path d="M763.435 340.294L755.472 350.809L763.435 340.294Z" fill="#E56441"/>
<path d="M763.435 340.294L755.472 350.809" stroke="#E56441" stroke-width="1.03302" stroke-linecap="round"/>
<path d="M733.643 343.99C733.643 343.99 736.727 352.826 736.194 359.789L733.643 343.99Z" fill="#E56441"/>
<path d="M733.643 343.99C733.643 343.99 736.727 352.826 736.194 359.789" stroke="#E56441" stroke-width="1.03302" stroke-linecap="round"/>
<path d="M600.009 360.427C608.39 363.332 620.071 369.223 623.233 375.797L651.165 439.429L710.561 371.327L731.181 388.449L671.856 477.153C659.278 495.887 640.837 498.467 629.144 483.04L605.806 446.382L600.009 360.427Z" fill="#FEBB94"/>
<path d="M611.921 415.203C611.921 415.203 614.439 410.859 614.439 433.536L629.144 483.039L605.806 446.382C587.082 421.209 601.874 414.485 611.921 415.203Z" fill="#FF967C"/>
<path d="M580.344 352.08C580.344 352.08 601.96 360.633 605.261 363.273C608.561 365.914 611.695 387.462 617.305 397.693C622.916 407.924 631.125 426.808 619.136 444.153C607.147 461.498 608.423 475.273 608.423 475.273L610.973 518.784L507.656 520.688C506.746 520.717 505.841 520.552 505 520.204C504.158 519.857 503.4 519.335 502.776 518.673C502.151 518.011 501.674 517.223 501.377 516.363C501.079 515.503 500.968 514.589 501.05 513.683C502.198 500.997 507.442 483.181 507.854 462.981C508.413 435.604 513.051 343.996 513.051 343.996L553.838 342.716C562.904 344.279 580.344 352.08 580.344 352.08Z" fill="tranparent"/>
<path d="M608.878 483.039V483.038L608.639 478.962C608.573 476.426 608.593 473.298 608.679 469.794C609.389 464.209 611.732 454.865 619.136 444.153C631.124 426.808 622.916 407.924 617.305 397.693C611.695 387.461 608.561 365.914 605.261 363.273C601.96 360.633 591.532 356.673 591.532 356.673C591.532 356.673 590.915 375.468 590.29 392.68C589.665 409.893 585.7 557.206 585.7 557.206H629.144C629.144 557.206 610.297 495.77 608.878 483.039Z" fill="#FEBB94"/>
<path d="M538.683 343.191C538.683 343.191 556.179 373.995 563.164 405.289C570.149 436.584 552.869 541.963 555.175 555.587L474.342 561.761C474.342 561.761 503.309 523.216 505.435 486.978C507.56 450.741 511.285 377.72 511.285 377.72L515.264 344.171L538.683 343.191Z" fill="#FEBB94"/>
<path d="M526.544 381.521C526.544 381.521 532.882 395.194 533.768 405.379C534.653 415.565 525.931 439.653 545.28 442.486C568.999 445.958 563.848 450.431 552.854 453.088C541.859 455.745 529.171 450.384 528.263 461.738C526.841 479.523 514.421 489.503 505.435 486.978C511.462 432.873 504.362 409.277 526.544 381.521Z" fill="#FF967C"/>
<path d="M580.529 325.656L585.156 359.374C585.156 359.374 588.071 366.427 580.398 366.922C572.726 367.416 561.557 363.249 554.725 357.726C547.894 352.203 548.192 351.613 549.892 346.915C551.591 342.216 557.397 307.646 557.397 307.646L580.529 325.656Z" fill="#BC775C"/>
<path d="M584.392 357.518C580.299 351.825 575.899 343.457 572.408 336.238C570.5 332.291 568.869 328.699 567.715 326.094C567.138 324.791 566.68 323.736 566.367 323.006C566.366 323.004 566.365 323.002 566.364 323L580.391 328.848L584.392 357.518Z" fill="#93523E" stroke="#93523E"/>
<path d="M593.639 260.715C593.639 260.715 605.758 295.19 598.356 316.372C593.529 330.185 584.073 329.43 561.85 318.479C541.474 308.437 536.292 301.079 536.292 301.079L534.06 266.297C534.06 266.297 580.824 232.648 593.639 260.715Z" fill="#BC775C"/>
<path d="M574.756 265.32C574.756 265.32 572.792 274.158 561.653 280.794C555.591 284.406 554.742 299.588 554.742 299.588C554.742 299.588 553.328 289.208 545.18 292.888C537.032 296.568 549.484 309.76 556.55 312.617C556.55 312.617 555.718 317.058 553.782 327.633C553.782 327.633 527.679 318.181 524.651 293.886C523.143 281.788 518.593 243.722 552.833 238.29C590.29 232.347 594.942 254.842 600.009 272.549C600.009 272.549 585.26 280.364 574.756 265.32Z" fill="#1F2D49"/>
<path d="M578.57 307.987L589.68 307.463C589.671 307.501 589.661 307.54 589.651 307.58C589.539 308.021 589.349 308.615 589.037 309.228C588.415 310.451 587.337 311.71 585.457 312.07C582.399 312.369 580.661 311.189 579.671 309.97C579.166 309.348 578.847 308.704 578.654 308.215C578.623 308.134 578.594 308.058 578.57 307.987Z" fill="#93523E" stroke="#93523E"/>
<path d="M592.414 290.282C593.656 289.95 594.267 288.197 593.777 286.367C593.288 284.536 591.885 283.321 590.642 283.653C589.4 283.985 588.79 285.738 589.279 287.569C589.768 289.399 591.172 290.614 592.414 290.282Z" fill="#080B09"/>
<path d="M574.137 295.448C575.379 295.116 575.989 293.363 575.5 291.532C575.011 289.702 573.607 288.487 572.365 288.819C571.123 289.151 570.513 290.904 571.002 292.734C571.491 294.565 572.895 295.78 574.137 295.448Z" fill="#080B09"/>
<path d="M593.925 278.129L584.631 280.777C584.47 280.809 584.302 280.781 584.159 280.698C584.016 280.616 583.908 280.484 583.855 280.328C583.813 280.035 583.831 279.737 583.908 279.451C583.985 279.165 584.119 278.897 584.302 278.665C584.485 278.432 584.713 278.239 584.973 278.096C585.232 277.954 585.518 277.866 585.813 277.838L593.792 277.017C594.403 276.853 594.69 277.924 593.925 278.129Z" fill="#080B09"/>
<path d="M562.156 285.994L574.756 283.446C574.643 283.071 574.452 282.724 574.197 282.427C573.942 282.13 573.627 281.889 573.273 281.721C572.919 281.553 572.534 281.461 572.143 281.451C571.751 281.441 571.362 281.513 571 281.662L561.798 285.27C561.492 285.351 561.697 286.116 562.156 285.994Z" fill="#080B09"/>
<path d="M583.665 288.078L587.201 295.964L586.004 299.587" stroke="#93523E" stroke-width="1.03302" stroke-linecap="round"/>
<path d="M522.381 358.796C522.381 358.796 499.035 347.554 494.648 354.775C485.515 369.203 470.776 419.459 465.874 431.157C465.081 433.287 501.246 439.163 501.246 439.163L536.8 378.538L522.381 358.796Z" fill="#FEBB94"/>
<path d="M514.674 392.68C528.073 392.68 538.936 381.817 538.936 368.418C538.936 355.019 528.073 344.156 514.674 344.156C501.274 344.156 490.412 355.019 490.412 368.418C490.412 381.817 501.274 392.68 514.674 392.68Z" fill="#FEBB94"/>
<path d="M458.967 450.101L491.795 462.75L501.246 439.162L502.814 435.44L469.106 422.221L467.513 426.661L458.967 450.101Z" fill="#FEBB94"/>
<path d="M475.192 474.396C484.919 474.396 492.804 466.51 492.804 456.783C492.804 447.056 484.919 439.171 475.192 439.171C465.465 439.171 457.58 447.056 457.58 456.783C457.58 466.51 465.465 474.396 475.192 474.396Z" fill="#FEBB94"/>
<path d="M579.96 461.772C579.96 461.772 598.181 467.968 608.458 463.618C608.458 463.618 625.091 470.896 627.457 469.656C631.325 467.478 628.257 463.735 628.257 463.735C628.257 463.735 639.027 466.757 640.497 456.568C642.662 442.289 623.174 439.224 613.95 438.163C604.88 436.898 579.96 443.842 579.96 443.842V461.772Z" fill="#BC775C"/>
<path d="M632.328 437.209L613.011 437.931L631.628 443.841C631.628 443.841 638.268 440.729 635.173 438.079C634.361 437.455 633.35 437.145 632.328 437.209Z" fill="#BC775C"/>
<path d="M628.079 463.76L616.041 459.465L628.079 463.76Z" fill="#93523E"/>
<path d="M628.079 463.76L616.041 459.465" stroke="#93523E" stroke-width="1.03302" stroke-linecap="round"/>
<path d="M634.349 455.437C634.349 455.437 620.762 450.453 617.814 450.142L634.349 455.437Z" fill="#93523E"/>
<path d="M634.349 455.437C634.349 455.437 620.762 450.453 617.814 450.142" stroke="#93523E" stroke-width="1.03302" stroke-linecap="round"/>
<path d="M635.914 448.502C630.519 445.856 624.756 444.036 618.82 443.104L635.914 448.502Z" fill="#93523E"/>
<path d="M635.914 448.502C630.519 445.856 624.756 444.036 618.82 443.104" stroke="#93523E" stroke-width="1.03302" stroke-linecap="round"/>
<path d="M475.61 439.12C475.61 439.12 574.338 443.894 581.763 442.486L581.562 463.76L478.867 473.87L475.61 439.12Z" fill="#FEBB94"/>
<path d="M750.558 111.635L361.567 103.005C356.373 102.89 351.346 104.842 347.592 108.433C343.838 112.024 341.664 116.96 341.548 122.153L328.84 693.403C328.783 695.975 329.233 698.533 330.165 700.931C331.096 703.329 332.491 705.52 334.269 707.379C336.047 709.238 338.174 710.728 340.528 711.765C342.883 712.802 345.418 713.366 347.99 713.423L736.982 722.053C742.175 722.168 747.202 720.215 750.957 716.624C754.711 713.033 756.885 708.098 757 702.904L769.708 131.655C769.766 129.083 769.316 126.525 768.384 124.127C767.453 121.729 766.058 119.538 764.28 117.679C762.502 115.819 760.375 114.329 758.02 113.292C755.666 112.255 753.13 111.692 750.558 111.635ZM362.466 639.18L372.43 190.031C372.545 184.837 374.719 179.901 378.474 176.31C382.228 172.718 387.255 170.766 392.449 170.881L716.626 178.073C719.197 178.13 721.733 178.693 724.087 179.73C726.441 180.767 728.568 182.257 730.347 184.116C732.125 185.975 733.519 188.166 734.451 190.564C735.382 192.962 735.833 195.52 735.775 198.092L725.811 647.24C725.754 649.812 725.191 652.348 724.154 654.702C723.117 657.056 721.627 659.183 719.768 660.961C717.909 662.74 715.718 664.134 713.32 665.066C710.922 665.997 708.364 666.447 705.792 666.39L381.616 659.198C379.044 659.141 376.508 658.578 374.154 657.541C371.8 656.504 369.673 655.014 367.895 653.155C366.116 651.296 364.722 649.105 363.79 646.707C362.859 644.309 362.409 641.751 362.466 639.18Z" fill="url(#paint1_linear)"/>
<path d="M392.971 153.623C400.373 153.623 406.374 147.622 406.374 140.219C406.374 132.817 400.373 126.815 392.971 126.815C385.568 126.815 379.567 132.817 379.567 140.219C379.567 147.622 385.568 153.623 392.971 153.623Z" fill="tranparent"/>
<path d="M497.632 133.885L425.1 132.276" stroke="white" stroke-width="5.36573" stroke-miterlimit="10" stroke-linecap="round"/>
<path d="M467.721 148.163L425.1 147.218" stroke="white" stroke-width="5.36573" stroke-miterlimit="10" stroke-linecap="round"/>
<path d="M543.503 343.191C543.503 343.191 543.077 414.769 570.833 422.214C598.589 429.66 600.009 360.427 600.009 360.427" stroke="white" stroke-width="1.78858" stroke-miterlimit="10"/>
<defs>
<linearGradient id="paint0_linear" x1="-1581.19" y1="396.205" x2="-1488.38" y2="1218.07" gradientUnits="userSpaceOnUse">
<stop stop-color="white"/>
<stop offset="1" stop-color="#94B9FF"/>
</linearGradient>
<linearGradient id="paint1_linear" x1="498.235" y1="-93.9703" x2="782.921" y2="1384.26" gradientUnits="userSpaceOnUse">
<stop stop-color="white"/>
<stop offset="1" stop-color="#94B9FF"/>
</linearGradient>
</defs>
</svg>
<svg width="1080" height="1080" viewBox="0 0 1080 1080" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect width="1080" height="1080" fill="tranparent"/>
<path d="M724.417 649.197H540.204V738.66H724.417V649.197Z" fill="#FFCCB3"/>
<path d="M539.119 704.351C517.514 725.608 509.014 830.295 510.153 888.967H767.323C767.323 888.967 766.86 761.02 747.363 717.904C729.433 678.254 699.629 736.743 539.119 704.351Z" fill="#1F2D49"/>
<path d="M693.464 242.049C693.464 242.049 714.802 217.71 756.22 214.169C797.639 210.628 810.032 246.905 808.262 269.193C806.491 291.481 774.032 337.514 780.524 356.99C787.015 376.466 756.489 367.023 753.162 328.072C749.835 289.12 737.441 234.825 703.801 254.3L693.464 242.049Z" fill="#080B09"/>
<path d="M699.94 230.656C699.94 230.656 705.043 227.7 708.739 234.598C712.434 241.496 719.336 255.502 710.588 259.216C701.841 262.929 699.94 230.656 699.94 230.656Z" fill="#1C85E8"/>
<path d="M581.626 454.977C581.626 454.977 614.714 492.113 603.709 504.025C581.915 528.507 523.949 574.52 504.955 589.751C504.135 590.379 503.199 590.838 502.201 591.103C501.202 591.367 500.161 591.431 499.138 591.291C498.115 591.151 497.13 590.81 496.239 590.287C495.348 589.765 494.57 589.071 493.948 588.246L449.035 529.197C447.279 526.924 446.46 524.064 446.746 521.206C447.033 518.347 448.403 515.707 450.576 513.827L537.572 438.809L581.626 454.977Z" fill="#1C85E8"/>
<path d="M529.392 502.189C529.392 502.189 488.158 526.697 484.442 575.94L492.654 586.489C492.654 586.489 497.81 595.475 504.956 589.751C512.101 584.027 545.155 557.55 545.155 557.55L529.392 502.189Z" fill="#0E66AF"/>
<path d="M567.946 520.857C593.666 520.857 614.517 500.007 614.517 474.287C614.517 448.566 593.666 427.716 567.946 427.716C542.225 427.716 521.375 448.566 521.375 474.287C521.375 500.007 542.225 520.857 567.946 520.857Z" fill="#1C85E8"/>
<path d="M446.676 620.27L405.976 566.383L444.505 536.471L450.543 531.609L492.76 586.818L485.409 592.105L446.676 620.27Z" fill="#FFCCB3"/>
<path d="M485.409 592.105C474.507 577.509 454.005 548.982 444.505 536.471L450.544 531.609L492.654 586.49L485.409 592.105Z" fill="#FF967C"/>
<path d="M425.707 627.745C444.378 627.745 459.514 612.609 459.514 593.938C459.514 575.267 444.378 560.131 425.707 560.131C407.036 560.131 391.9 575.267 391.9 593.938C391.9 612.609 407.036 627.745 425.707 627.745Z" fill="#FFCCB3"/>
<path d="M454.333 575.752C454.333 575.752 345.277 415.595 340.235 401.994C335.33 388.711 309.57 420.674 309.57 420.674L393.974 604.824L454.333 575.752Z" fill="#FFCCB3"/>
<path d="M604.471 352.407L591.36 443.811C591.36 443.811 587.919 455.943 603.193 457.78C618.467 459.616 651.034 455.513 662.666 443.117C674.297 430.722 670.228 424.581 670.228 424.581L645.56 325.371L604.471 352.407Z" fill="#FFCCB3"/>
<path d="M602.646 364.235L634.715 352.908L594.985 411.792L602.646 364.235Z" fill="#FF967C"/>
<path d="M568.187 239.506C568.187 239.506 540.675 304.151 555.013 348.457C564.364 377.351 584.729 382.546 631.367 360.893C674.129 341.039 685.236 326.019 685.236 326.019L691.543 253.957C691.543 253.957 596.128 181.887 568.187 239.506Z" fill="#FFCCB3"/>
<path d="M591.128 417.531C591.128 417.531 555.885 427.323 548.732 433.045C541.58 438.767 536.378 485.276 525.807 508.249C510.157 542.259 500.024 560.352 526.316 597.727C542.174 620.27 536.782 677.579 536.782 677.579H729.847C723.998 564.892 749.883 432.053 749.883 432.053L662.748 411.975C643.102 415.362 591.128 417.531 591.128 417.531Z" fill="#1C85E8"/>
<path d="M584.965 419.349C584.965 419.349 587.571 401.636 595.901 400.389C604.23 399.141 655.127 391.486 663.043 394.819C670.96 398.152 680.543 419.349 680.543 419.349C680.543 419.349 664.293 458.984 640.96 461.068C617.628 463.151 577.468 455.958 581.715 441.222C585.961 426.485 584.965 419.349 584.965 419.349Z" fill="#1C85E8"/>
<path d="M569.114 424.734C569.114 424.734 574.745 458.919 605.322 458.379C635.899 457.84 680.331 411.975 680.331 411.975" stroke="white" stroke-width="1.35709" stroke-miterlimit="10"/>
<path d="M707.651 474.286C707.651 474.286 677.267 494.374 686.217 514.644C696.281 537.435 696.194 596.132 667.312 599.811C615.776 606.374 638.168 615.386 661.996 621.145C685.824 626.903 676.069 626.909 676.069 651.595C676.069 669.164 731.282 684.397 729.847 670.201C720.246 575.222 760.154 515.081 707.651 474.286Z" fill="#0E66AF"/>
<path d="M565.736 334.615L591.329 335.881C591.238 336.196 591.098 336.627 590.898 337.133C590.462 338.234 589.74 339.683 588.595 341.086C586.325 343.867 582.359 346.512 575.507 345.819C571.181 344.99 568.721 342.081 567.328 339.327C566.631 337.947 566.208 336.617 565.959 335.631C565.857 335.226 565.785 334.881 565.736 334.615Z" fill="#E56441" stroke="#E56441"/>
<path d="M567.424 292.119C568.494 288.154 567.18 284.352 564.489 283.626C561.799 282.9 558.751 285.526 557.682 289.491C556.612 293.456 557.926 297.258 560.616 297.984C563.307 298.71 566.355 296.084 567.424 292.119Z" fill="#080B09"/>
<path d="M607.017 303.409C608.087 299.444 606.773 295.642 604.083 294.916C601.392 294.19 598.344 296.816 597.275 300.781C596.205 304.746 597.519 308.548 600.21 309.274C602.9 310 605.948 307.374 607.017 303.409Z" fill="#080B09"/>
<path d="M557.412 271.64L577.539 277.425C577.89 277.495 578.253 277.435 578.563 277.257C578.873 277.079 579.108 276.795 579.224 276.457C579.316 275.822 579.279 275.175 579.114 274.555C578.949 273.935 578.66 273.354 578.265 272.849C577.869 272.343 577.376 271.923 576.813 271.614C576.251 271.305 575.632 271.113 574.994 271.049L557.706 269.23C556.381 268.873 555.755 271.193 557.412 271.64Z" fill="#080B09"/>
<path d="M626.223 288.845L598.929 283.259C599.175 282.447 599.59 281.696 600.144 281.053C600.699 280.411 601.383 279.892 602.15 279.529C602.918 279.167 603.753 278.969 604.602 278.949C605.45 278.929 606.294 279.087 607.078 279.413L627.002 287.277C627.664 287.456 627.217 289.113 626.223 288.845Z" fill="#080B09"/>
<path d="M579.596 293.253L566.65 310.687L571.525 317.58" stroke="#E56441" stroke-width="2.23881" stroke-linecap="round"/>
<path d="M603.673 483.46C606.179 483.46 608.211 477.845 608.211 470.92C608.211 463.994 606.179 458.38 603.673 458.38C601.166 458.38 599.134 463.994 599.134 470.92C599.134 477.845 601.166 483.46 603.673 483.46Z" fill="tranparent"/>
<path d="M812.882 655.992L745.577 661.507L734.088 612.73L720.247 575.222L791.077 566.745L799.933 608.723L812.882 655.992Z" fill="#FFCCB3"/>
<path d="M793.468 578.081L795.951 589.852L726.199 591.353L721.61 578.919L793.468 578.081Z" fill="#FF967C"/>
<path d="M738.302 523.732C764.023 523.732 784.873 502.882 784.873 477.162C784.873 451.441 764.023 430.591 738.302 430.591C712.582 430.591 691.731 451.441 691.731 477.162C691.731 502.882 712.582 523.732 738.302 523.732Z" fill="#1C85E8"/>
<path d="M729.32 455.267C729.32 455.267 778.402 447.21 782.569 462.883C791.574 494.399 802.642 544.994 805.334 569.19C805.425 570.219 805.312 571.256 805 572.241C804.689 573.225 804.186 574.139 803.519 574.928C802.853 575.717 802.038 576.366 801.119 576.839C800.201 577.311 799.198 577.597 798.169 577.68L724.249 583.989C721.388 584.255 718.535 583.416 716.274 581.643C714.013 579.87 712.517 577.299 712.093 574.458L692.075 483.813L729.32 455.267Z" fill="#1C85E8"/>
<path d="M585.34 233.361C585.34 233.361 587.081 264.76 613.682 279.977C613.682 279.977 621.46 304.059 650.491 309.723C650.491 309.723 648.777 287.588 662.613 287.822C686.11 288.22 674.553 323.861 658.667 329.709C647.872 333.682 641.369 347.787 657.395 379.93C694.191 366.805 720.069 313.802 709.924 254.996C701.799 207.905 643.418 192.526 631.423 194.06C631.423 194.06 581.61 176.852 555.381 224.048C532.959 264.394 553.899 288.473 553.899 288.473L565.849 252.565C565.849 252.565 570.84 256.07 585.34 233.361Z" fill="#080B09"/>
<path d="M813.13 772.351H634.865C631.417 772.351 628.087 771.091 625.502 768.81C622.917 766.528 621.253 763.381 620.825 759.959L604.371 628.64C604.121 626.649 604.298 624.627 604.889 622.71C605.481 620.792 606.474 619.022 607.802 617.518C609.129 616.013 610.762 614.808 612.591 613.983C614.421 613.157 616.404 612.73 618.411 612.73H829.584C831.591 612.73 833.575 613.157 835.404 613.983C837.233 614.808 838.866 616.013 840.194 617.518C841.522 619.022 842.514 620.792 843.106 622.71C843.697 624.627 843.874 626.649 843.625 628.64L827.171 759.959C826.742 763.381 825.079 766.528 822.494 768.81C819.908 771.091 816.579 772.351 813.13 772.351Z" fill="url(#paint0_linear)"/>
<path d="M724.416 702.604C731.327 702.604 736.929 697.002 736.929 690.092C736.929 683.181 731.327 677.579 724.416 677.579C717.506 677.579 711.904 683.181 711.904 690.092C711.904 697.002 717.506 702.604 724.416 702.604Z" fill="tranparent"/>
<path d="M314.205 431.195L303.463 410.586C303.463 410.586 265.479 388.858 261.077 381.003C256.674 373.146 254.944 350.716 262.738 344.973C262.738 344.973 232.432 322.211 237.591 317.599C242.734 312.653 302.274 356.884 302.274 356.884C302.274 356.884 295.026 324.298 306.041 322.771C309.025 335.401 314.137 347.431 321.159 358.345C332.756 376.278 334.185 392.338 334.185 392.338L347.854 418.572L314.205 431.195Z" fill="#FFCCB3"/>
<path d="M264.78 345.549L283.133 357.115" stroke="#FF967C" stroke-width="2.87188" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M262.044 358.781L277.621 368.463" stroke="#FF967C" stroke-width="2.87188" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M265.071 373.086L275.461 379.652" stroke="#FF967C" stroke-width="2.87188" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M776.831 766.992C776.831 766.992 786.253 767.775 784.834 772.529C783.415 777.284 775.003 775.089 767.322 779.844C759.642 784.598 729.276 787.991 714.109 785.464C698.941 782.936 694.728 766.992 694.728 766.992C694.728 766.992 692.192 751.867 718.984 750.314C745.776 748.76 758.244 757.357 762.904 766.676L776.831 766.992Z" fill="#FFCCB3"/>
<path d="M706.118 752.664L711.904 768.227" stroke="#E56441" stroke-width="2.23881" stroke-linecap="round"/>
<path d="M721.104 750.131L726.89 765.694" stroke="#E56441" stroke-width="2.23881" stroke-linecap="round"/>
<path d="M736.929 751.448L742.715 767.011" stroke="#E56441" stroke-width="2.23881" stroke-linecap="round"/>
<path d="M268.032 755.681V776.615" stroke="white" stroke-width="2.42819" stroke-miterlimit="10"/>
<defs>
<linearGradient id="paint0_linear" x1="718.036" y1="612.351" x2="742.652" y2="952.979" gradientUnits="userSpaceOnUse">
<stop stop-color="white"/>
<stop offset="1" stop-color="#94B9FF"/>
</linearGradient>
</defs>
</svg>
<svg viewBox="0 0 400 300" fill="none" xmlns="http://www.w3.org/2000/svg"><g filter="url(#a)"><path d="M292.406 191.449c16.666-22.017 13.084-52.916-7.96-68.845-10.395-7.868-23.655-10.796-36.594-8.462-1.276-13.094-7.703-25.068-18.079-32.922-21.054-15.937-51.747-10.998-68.42 11.029a18.564 18.564 0 0 0-.988 1.455c-.239.384-.51.747-.783 1.107-2.951 3.9-5.256 8.893-6.851 14.839a6.52 6.52 0 0 0-.173.614c-9.658 36.938 10.64 103.209 11.42 106.139a8.168 8.168 0 0 0 2.97 4.399 8.182 8.182 0 0 0 5.109 1.654c2.601-.044 61.791 1.161 96.802-13.581 1.247-.451 2.325-.982 3.265-1.432.296-.148.582-.303.881-.433l.131-.072c.239-.105.486-.197.721-.313 2.11-1.037 3.973-2.089 5.677-3.206 4.719-2.964 8.292-6.082 10.908-9.538.353-.466.707-.932 1.093-1.369.27-.306.566-.66.871-1.063Z" fill="#2F9BFF"/></g><g filter="url(#b)"><path d="M286.37 44.326c-1.134-7.209-7.67-12.193-14.56-11.11-3.403.535-6.392 2.521-8.32 5.411-2.726-2.158-6.183-3.131-9.58-2.597-6.893 1.084-11.582 7.83-10.448 15.041.026.167.061.32.096.455.029.116.048.234.067.352.201 1.277.728 2.631 1.567 4.025.028.052.055.1.085.145 5.258 8.612 21.59 16.902 22.29 17.29a2.164 2.164 0 0 0 2.634-.427c.468-.502 11.551-11.544 15.166-20.91.143-.32.24-.622.327-.883.026-.084.049-.166.079-.247l.01-.038c.024-.065.052-.129.073-.195.189-.592.331-1.14.431-1.668.301-1.442.363-2.693.185-3.825a6.44 6.44 0 0 1-.06-.459 5.426 5.426 0 0 0-.042-.36Z" fill="#2F9BFF"/></g><g filter="url(#c)"><path d="M81.25 49.34c0-9.559 7.749-17.308 17.308-17.308H214.37c9.559 0 17.308 7.75 17.308 17.308v184.19c0 9.559-7.749 17.308-17.308 17.308H98.558c-9.559 0-17.308-7.749-17.308-17.308V49.34Z" fill="#B7D5FF" fill-opacity=".3"/></g><path fill-rule="evenodd" clip-rule="evenodd" d="M149.87 168.833c5.962 0 10.826-4.916 11.047-11.042l.021-54.701h9.64a19.66 19.66 0 0 1-.311-3.464H157.1l-.021 54.701c-.221 6.126-5.085 11.042-11.047 11.042-1.853 0-3.598-.48-5.134-1.318 2.012 2.89 5.279 4.782 8.972 4.782Zm-.563-36.581v-3.233a23.322 23.322 0 0 0-3.266-.245c-13.363 0-24.234 11.27-24.234 25.123 0 8.499 4.096 16.021 10.346 20.569-4.034-4.488-6.508-10.501-6.508-17.105 0-13.655 10.563-24.792 23.662-25.109Zm39.287-13.638v3.041c-3.944-.875-7.418-3.07-9.976-6.116 2.873 1.942 6.298 3.075 9.976 3.075Z" fill="url(#d)"/><path d="M178.618 115.539c-2.803-3.336-4.505-7.69-4.505-12.451h-3.527c.929 5.201 3.906 9.663 8.032 12.451ZM146.029 142.421c-6.103 0-11.068 5.148-11.068 11.474 0 4.406 2.411 8.234 5.934 10.156a11.683 11.683 0 0 1-2.096-6.692c0-6.327 4.965-11.474 11.067-11.474 1.14 0 2.232.195 3.266.531v-13.935a23.3 23.3 0 0 0-3.266-.245c-.191 0-.381.01-.572.015v10.701a10.53 10.53 0 0 0-3.265-.531Z" fill="#fff"/><mask id="e" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="132" y="121" width="61" height="62"><path fill-rule="evenodd" clip-rule="evenodd" d="M132.152 121.655h60.279v60.826h-60.279v-60.826Z" fill="#fff"/></mask><g mask="url(#e)"><path d="M188.593 121.655v10.608c-6.827 0-13.154-2.264-18.318-6.106v27.738c0 13.853-10.871 25.123-24.234 25.123-5.164 0-9.952-1.689-13.889-4.554 4.428 4.927 10.734 8.017 17.726 8.017 13.364 0 24.235-11.27 24.235-25.123V129.62c5.164 3.842 11.491 6.107 18.318 6.107v-13.65a17.75 17.75 0 0 1-3.838-.422Z" fill="#fff"/></g><path d="M170.266 153.895v-27.738c5.164 3.842 11.491 6.106 18.318 6.106v-10.608c-3.944-.875-7.418-3.071-9.975-6.116-4.126-2.788-7.103-7.25-8.032-12.451h-9.64l-.021 54.702c-.222 6.125-5.084 11.042-11.047 11.042-3.692 0-6.96-1.892-8.971-4.782-3.523-1.922-5.934-5.75-5.934-10.155 0-6.327 4.965-11.474 11.068-11.474 1.139 0 2.232.195 3.265.53V132.25c-13.099.318-23.662 11.454-23.662 25.108 0 6.604 2.474 12.618 6.508 17.107 3.936 2.864 8.725 4.552 13.889 4.552 13.363 0 24.234-11.269 24.234-25.122Z" fill="#fff"/><defs><filter id="a" x="149.958" y="71.873" width="152.939" height="151.972" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="1.38"/><feGaussianBlur stdDeviation="1.38"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.21 0"/><feBlend in2="shape" result="effect1_innerShadow_35_2161"/></filter><filter id="b" x="243.293" y="33.068" width="43.278" height="40.904" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy=".365"/><feGaussianBlur stdDeviation=".365"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.21 0"/><feBlend in2="shape" result="effect1_innerShadow_35_2161"/></filter><filter id="c" x="47.453" y="-1.765" width="218.023" height="286.399" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feGaussianBlur in="BackgroundImage" stdDeviation="16.899"/><feComposite in2="SourceAlpha" operator="in" result="effect1_backgroundBlur_35_2161"/><feBlend in="SourceGraphic" in2="effect1_backgroundBlur_35_2161" result="shape"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dx="5.408" dy="13.519"/><feGaussianBlur stdDeviation="8.917"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.25 0"/><feBlend in2="shape" result="effect2_innerShadow_35_2161"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="3.38"/><feGaussianBlur stdDeviation="3.38"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0"/><feBlend in2="effect2_innerShadow_35_2161" result="effect3_innerShadow_35_2161"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="-3.38"/><feGaussianBlur stdDeviation="3.38"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 0.103594 0 0 0 0 0.52793 0 0 0 0 0.920833 0 0 0 0.16 0"/><feBlend in2="effect3_innerShadow_35_2161" result="effect4_innerShadow_35_2161"/></filter><linearGradient id="d" x1="76.766" y1="152.408" x2="181.121" y2="241.457" gradientUnits="userSpaceOnUse"><stop stop-color="#2F88FF"/><stop offset="1" stop-color="#0E4AB3"/></linearGradient></defs></svg>
\ No newline at end of file
<svg viewBox="0 0 400 300" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M228.396 168.623c-34.168 0-59.033 25.337-59.033 53.225h-43.815c0-55.101 47.612-97.04 102.848-97.04 55.237 0 102.849 41.939 102.849 97.04H287.43c0-27.888-24.865-53.225-59.034-53.225Z" fill="#2F9BFF"/><path fill-rule="evenodd" clip-rule="evenodd" d="M117.376 218.094h213.866v35.704a9.375 9.375 0 0 1-9.375 9.375H126.751a9.375 9.375 0 0 1-9.375-9.375v-35.704Zm60.528 18.675a3.652 3.652 0 0 1 7.303 0v15.238a3.652 3.652 0 0 1-7.303 0v-15.238Zm40.159-3.651a3.652 3.652 0 0 0-3.651 3.651v15.238a3.652 3.652 0 0 0 7.302 0v-15.238a3.65 3.65 0 0 0-3.651-3.651Zm32.862 5.823a5.162 5.162 0 1 1 10.324 0v11.721a5.162 5.162 0 1 1-10.324 0v-11.721Zm41.88-5.162a5.367 5.367 0 0 0-5.367 5.367v11.311a5.367 5.367 0 0 0 10.735 0v-11.311a5.368 5.368 0 0 0-5.368-5.367Z" fill="#2F9BFF"/><g filter="url(#a)"><path d="M77.36 60.291c0-9.773 7.923-17.696 17.696-17.696h118.408c9.773 0 17.696 7.923 17.696 17.696v185.188c0 9.774-7.923 17.696-17.696 17.696H95.056c-9.773 0-17.696-7.922-17.696-17.696V60.291Z" fill="#B7D5FF" fill-opacity=".3"/></g><g filter="url(#b)"><rect x="98.095" y="153.171" width="110.575" height="13.822" rx="6.911" fill="#fff"/></g><g filter="url(#c)"><rect x="98.095" y="187.726" width="62.198" height="13.822" rx="6.911" fill="#fff"/></g><g filter="url(#d)"><rect x="98.095" y="84.061" width="110.575" height="48.376" rx="6.911" fill="#fff"/></g><defs><filter id="a" x="42.806" y="8.041" width="222.909" height="289.689" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feGaussianBlur in="BackgroundImage" stdDeviation="17.277"/><feComposite in2="SourceAlpha" operator="in" result="effect1_backgroundBlur_35_2167"/><feBlend in="SourceGraphic" in2="effect1_backgroundBlur_35_2167" result="shape"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dx="5.529" dy="13.822"/><feGaussianBlur stdDeviation="9.117"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.25 0"/><feBlend in2="shape" result="effect2_innerShadow_35_2167"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="3.455"/><feGaussianBlur stdDeviation="3.455"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0"/><feBlend in2="effect2_innerShadow_35_2167" result="effect3_innerShadow_35_2167"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="-3.455"/><feGaussianBlur stdDeviation="3.455"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 0.103594 0 0 0 0 0.52793 0 0 0 0 0.920833 0 0 0 0.16 0"/><feBlend in2="effect3_innerShadow_35_2167" result="effect4_innerShadow_35_2167"/></filter><filter id="b" x="77.362" y="139.349" width="152.04" height="55.287" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="6.911"/><feGaussianBlur stdDeviation="10.366"/><feColorMatrix values="0 0 0 0 0.184314 0 0 0 0 0.607843 0 0 0 0 1 0 0 0 0.4 0"/><feBlend in2="BackgroundImageFix" result="effect1_dropShadow_35_2167"/><feBlend in="SourceGraphic" in2="effect1_dropShadow_35_2167" result="shape"/></filter><filter id="c" x="77.362" y="173.904" width="103.664" height="55.287" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="6.911"/><feGaussianBlur stdDeviation="10.366"/><feColorMatrix values="0 0 0 0 0.184314 0 0 0 0 0.607843 0 0 0 0 1 0 0 0 0.4 0"/><feBlend in2="BackgroundImageFix" result="effect1_dropShadow_35_2167"/><feBlend in="SourceGraphic" in2="effect1_dropShadow_35_2167" result="shape"/></filter><filter id="d" x="77.362" y="70.239" width="152.04" height="89.842" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="6.911"/><feGaussianBlur stdDeviation="10.366"/><feColorMatrix values="0 0 0 0 0.184314 0 0 0 0 0.607843 0 0 0 0 1 0 0 0 0.4 0"/><feBlend in2="BackgroundImageFix" result="effect1_dropShadow_35_2167"/><feBlend in="SourceGraphic" in2="effect1_dropShadow_35_2167" result="shape"/></filter></defs></svg>
\ No newline at end of file
<svg viewBox="0 0 400 300" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M300 105.361c0 31.559-25.584 57.142-57.143 57.142s-57.143-25.583-57.143-57.142c0-31.56 25.584-57.143 57.143-57.143S300 73.802 300 105.36Z" fill="#2F9BFF"/><g filter="url(#a)"><path fill-rule="evenodd" clip-rule="evenodd" d="M68.75 64.647c0-7.496 6.076-13.572 13.571-13.572h33.929c.133 0 .266.002.398.006 6.485-.181 12.386 3.96 13.979 10.519l8.066 32.636h159.968c6.337 0 12.349 3.518 16.372 8.424 4.019 4.902 5.629 12.028 4.383 18.247l-14.606 73.692c-1.97 9.898-10.663 17.694-20.76 17.694H152.638c-10.096 0-18.79-7.839-20.764-17.737L105.248 78.218H82.321c-7.495 0-13.571-6.076-13.571-13.571Zm194.361 199.712c10.694 0 19.362-8.669 19.362-19.362 0-10.693-8.668-19.361-19.362-19.361-10.693 0-19.361 8.668-19.361 19.361 0 10.693 8.668 19.362 19.361 19.362Zm-88.037.001c10.693 0 19.362-8.668 19.362-19.361 0-10.693-8.669-19.362-19.362-19.362-10.693 0-19.361 8.669-19.361 19.362 0 10.693 8.668 19.361 19.361 19.361Z" fill="#88BAFF" fill-opacity=".3"/></g><circle cx="169.643" cy="38.393" r="19.643" fill="#2F9BFF"/><g filter="url(#b)"><g filter="url(#c)"><path d="M192.099 157.325a7.408 7.408 0 0 1 10.407-1.197l18.947 15.04a7.408 7.408 0 0 1-9.21 11.604l-18.948-15.04a7.407 7.407 0 0 1-1.196-10.407Z" fill="#fff"/></g><g filter="url(#d)"><path d="M241.397 157.325a7.408 7.408 0 0 0-10.407-1.197l-18.947 15.04a7.408 7.408 0 0 0 9.21 11.604l18.948-15.04a7.407 7.407 0 0 0 1.196-10.407Z" fill="#fff"/></g><g filter="url(#e)"><rect x="224.536" y="125" width="59.259" height="14.815" rx="7.407" transform="rotate(90 224.536 125)" fill="#fff"/></g></g><defs><filter id="a" x="34.821" y="17.147" width="318.936" height="281.142" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feGaussianBlur in="BackgroundImage" stdDeviation="16.964"/><feComposite in2="SourceAlpha" operator="in" result="effect1_backgroundBlur_35_2170"/><feBlend in="SourceGraphic" in2="effect1_backgroundBlur_35_2170" result="shape"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dx="5.429" dy="13.571"/><feGaussianBlur stdDeviation="8.951"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.25 0"/><feBlend in2="shape" result="effect2_innerShadow_35_2170"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="3.393"/><feGaussianBlur stdDeviation="3.393"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0"/><feBlend in2="effect2_innerShadow_35_2170" result="effect3_innerShadow_35_2170"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="-3.393"/><feGaussianBlur stdDeviation="3.393"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 0.103594 0 0 0 0 0.52793 0 0 0 0 0.920833 0 0 0 0.16 0"/><feBlend in2="effect3_innerShadow_35_2170" result="effect4_innerShadow_35_2170"/></filter><filter id="b" x="180.346" y="114.853" width="72.805" height="82.025" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feGaussianBlur in="BackgroundImage" stdDeviation="5.074"/><feComposite in2="SourceAlpha" operator="in" result="effect1_backgroundBlur_35_2170"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="6.25"/><feColorMatrix values="0 0 0 0 0.184314 0 0 0 0 0.607843 0 0 0 0 1 0 0 0 0.3 0"/><feBlend in2="effect1_backgroundBlur_35_2170" result="effect2_dropShadow_35_2170"/><feBlend in="SourceGraphic" in2="effect2_dropShadow_35_2170" result="shape"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dx="5" dy="12.5"/><feGaussianBlur stdDeviation="8.245"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.25 0"/><feBlend in2="shape" result="effect3_innerShadow_35_2170"/></filter><filter id="c" x="180.346" y="144.375" width="54.057" height="52.502" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feGaussianBlur in="BackgroundImage" stdDeviation="5.074"/><feComposite in2="SourceAlpha" operator="in" result="effect1_backgroundBlur_35_2170"/><feBlend in="SourceGraphic" in2="effect1_backgroundBlur_35_2170" result="shape"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dx="5" dy="12.5"/><feGaussianBlur stdDeviation="8.245"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.25 0"/><feBlend in2="shape" result="effect2_innerShadow_35_2170"/></filter><filter id="d" x="199.093" y="144.375" width="54.057" height="52.502" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feGaussianBlur in="BackgroundImage" stdDeviation="5.074"/><feComposite in2="SourceAlpha" operator="in" result="effect1_backgroundBlur_35_2170"/><feBlend in="SourceGraphic" in2="effect1_backgroundBlur_35_2170" result="shape"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dx="5" dy="12.5"/><feGaussianBlur stdDeviation="8.245"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.25 0"/><feBlend in2="shape" result="effect2_innerShadow_35_2170"/></filter><filter id="e" x="199.574" y="114.853" width="35.109" height="81.907" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feGaussianBlur in="BackgroundImage" stdDeviation="5.074"/><feComposite in2="SourceAlpha" operator="in" result="effect1_backgroundBlur_35_2170"/><feBlend in="SourceGraphic" in2="effect1_backgroundBlur_35_2170" result="shape"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dx="5" dy="12.5"/><feGaussianBlur stdDeviation="8.245"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.25 0"/><feBlend in2="shape" result="effect2_innerShadow_35_2170"/></filter></defs></svg>
\ No newline at end of file
<svg viewBox="0 0 400 300" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M299.652 232.571V108.398H100.401c-.041 25.18-.035 35.1-.034 124.106 0 13.081 10.604 23.752 23.684 23.752h151.917c13.08 0 23.684-10.604 23.684-23.685Z" fill="#2F9BFF"/><g filter="url(#a)"><path fill-rule="evenodd" clip-rule="evenodd" d="M312.449 96.671c.08 1.214.042 5.008.042 23.246 0 15.523-12.588 28.121-28.121 28.121-15.028 0-27.305-11.791-28.083-26.625-.02-.352-.035-.707-.042-1.063-.232 15.33-12.733 27.688-28.118 27.688-15.029 0-27.306-11.792-28.083-26.627a26.642 26.642 0 0 1-.042-1.061c-.232 15.33-12.733 27.688-28.119 27.688-15.028 0-27.305-11.791-28.082-26.626a27.63 27.63 0 0 1-.043-1.082c-.248 15.241-12.857 27.708-28.118 27.708-14.905 0-27.309-11.906-28.083-26.697a28.104 28.104 0 0 1-.048-1.6 13015.158 13015.158 0 0 0-.009-16.45c-.002-6.288.012-6.823.12-7.338l.058-.27c.018-.084.025-.139.034-.194.104-.663.44-1.29 22.983-53.315a7.764 7.764 0 0 1 7.117-4.674h164.366a7.765 7.765 0 0 1 7.118 4.674c22.526 51.988 22.876 52.625 22.98 53.3.009.058.016.117.036.209l.059.27c.035.169.061.34.078.718Z" fill="#C2DCFF" fill-opacity=".4"/></g><path d="M142.596 209.142c10.053 0 18.231-8.178 18.231-18.23 0-10.053-8.178-18.231-18.231-18.231-10.052 0-18.23 8.178-18.23 18.231 0 10.052 8.178 18.23 18.23 18.23Zm0-28.703c5.775 0 10.474 4.698 10.474 10.473s-4.699 10.473-10.474 10.473-10.473-4.698-10.473-10.473 4.699-10.473 10.473-10.473ZM176.096 209.142a3.879 3.879 0 0 0 3.878-3.879v-5.687h5.688c3.591 0 6.967-1.398 9.506-3.938 8.407-8.409 2.48-22.957-9.506-22.957h-9.566a3.88 3.88 0 0 0-3.879 3.879v28.703a3.88 3.88 0 0 0 3.879 3.879Zm3.878-28.703h5.688a5.693 5.693 0 0 1 5.687 5.686 5.687 5.687 0 0 1-5.687 5.693h-5.688v-11.379ZM214.354 209.143h19.138a3.88 3.88 0 0 0 0-7.758h-15.259v-6.594h9.406a3.879 3.879 0 1 0 0-7.758h-9.406v-6.594h15.259a3.879 3.879 0 1 0 0-7.757h-19.138a3.878 3.878 0 0 0-3.878 3.878v28.703a3.879 3.879 0 0 0 3.878 3.88ZM271.771 172.682a3.88 3.88 0 0 0-3.879 3.879v15.893l-12.031-18.045a3.879 3.879 0 0 0-7.106 2.152v28.702a3.879 3.879 0 1 0 7.758 0V189.37l12.03 18.045a3.878 3.878 0 0 0 7.106-2.152v-28.702a3.878 3.878 0 0 0-3.878-3.879Z" fill="#fff"/><defs><filter id="a" x="57.895" y="7.895" width="284.211" height="169.749" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feGaussianBlur in="BackgroundImage" stdDeviation="14.803"/><feComposite in2="SourceAlpha" operator="in" result="effect1_backgroundBlur_35_2162"/><feBlend in="SourceGraphic" in2="effect1_backgroundBlur_35_2162" result="shape"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dx="4.737" dy="11.842"/><feGaussianBlur stdDeviation="7.811"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.25 0"/><feBlend in2="shape" result="effect2_innerShadow_35_2162"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="2.961"/><feGaussianBlur stdDeviation="2.961"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0"/><feBlend in2="effect2_innerShadow_35_2162" result="effect3_innerShadow_35_2162"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="-2.961"/><feGaussianBlur stdDeviation="2.961"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 0.103594 0 0 0 0 0.52793 0 0 0 0 0.920833 0 0 0 0.16 0"/><feBlend in2="effect3_innerShadow_35_2162" result="effect4_innerShadow_35_2162"/></filter></defs></svg>
\ No newline at end of file
<svg viewBox="0 0 400 300" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m196.377 102.457-69.69-1.397c-6.828-.137-13.321 2.445-18.053 7.176l-37.207 37.207c-4.926 4.926-4.763 13.076.365 18.204l83.556 83.556c5.127 5.127 13.277 5.291 18.203.365l80.274-80.274c4.926-4.926 4.763-13.076-.365-18.204l-38.729-38.729c-4.924-4.924-11.526-7.768-18.354-7.904Z" fill="#2F9BFF"/><g filter="url(#a)"><path d="M263.474 80.923h-85.639a31.632 31.632 0 0 0-22.369 9.266l-46.658 46.657c-6.177 6.177-6.177 16.192 0 22.369L209.47 259.876c6.177 6.177 16.192 6.177 22.369 0L332.5 159.215c6.177-6.177 6.177-16.192 0-22.369l-46.657-46.657a31.634 31.634 0 0 0-22.369-9.266Z" fill="#88BAFF" fill-opacity=".3"/></g><g filter="url(#b)"><path d="m220.654 80.924-67.107 67.107h134.215l-67.108-67.107Z" fill="#B7D5FF" fill-opacity=".3"/></g><g filter="url(#c)"><path d="m153.547 148.031 67.108-67.107h-42.819a31.497 31.497 0 0 0-13.642 3.227l-10.647 63.88Z" fill="#B7D5FF" fill-opacity=".3"/></g><g filter="url(#d)"><path d="M164.193 84.15a31.517 31.517 0 0 0-8.727 6.037l-46.657 46.658a15.768 15.768 0 0 0-4.633 11.184h49.371l10.646-63.88Z" fill="#B7D5FF" fill-opacity=".3"/></g><g filter="url(#e)"><path d="M277.115 84.151a31.496 31.496 0 0 0-13.641-3.228h-42.819l67.107 67.108-10.647-63.88Z" fill="#B7D5FF" fill-opacity=".3"/></g><g filter="url(#f)"><path d="M287.762 148.03h49.37a15.764 15.764 0 0 0-4.632-11.185l-46.657-46.657a31.502 31.502 0 0 0-8.728-6.038l10.647 63.88Z" fill="#B7D5FF" fill-opacity=".3"/></g><g filter="url(#g)"><path d="M287.762 148.031H153.547l63.239 115.938c2.539.642 5.198.642 7.737 0l63.239-115.938Z" fill="#B7D5FF" fill-opacity=".3"/></g><g filter="url(#h)"><path d="m287.761 148.031-63.239 115.938a15.657 15.657 0 0 0 7.316-4.093l100.661-100.661a15.768 15.768 0 0 0 4.633-11.184h-49.371Z" fill="#B7D5FF" fill-opacity=".3"/></g><g filter="url(#i)"><rect x="199.748" y="141.222" width="45.389" height="13.617" rx="6.808" fill="#fff"/></g><g filter="url(#j)"><rect x="256.494" y="141.223" width="22.694" height="13.617" rx="6.808" fill="#fff"/></g><defs><filter id="a" x="75.808" y="52.555" width="289.693" height="240.322" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feGaussianBlur in="BackgroundImage" stdDeviation="14.184"/><feComposite in2="SourceAlpha" operator="in" result="effect1_backgroundBlur_35_2156"/><feBlend in="SourceGraphic" in2="effect1_backgroundBlur_35_2156" result="shape"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dx="4.539" dy="11.347"/><feGaussianBlur stdDeviation="7.484"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.25 0"/><feBlend in2="shape" result="effect2_innerShadow_35_2156"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="2.837"/><feGaussianBlur stdDeviation="2.837"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0"/><feBlend in2="effect2_innerShadow_35_2156" result="effect3_innerShadow_35_2156"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="-2.837"/><feGaussianBlur stdDeviation="2.837"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 0.103594 0 0 0 0 0.52793 0 0 0 0 0.920833 0 0 0 0.16 0"/><feBlend in2="effect3_innerShadow_35_2156" result="effect4_innerShadow_35_2156"/></filter><filter id="b" x="139.075" y="59.597" width="163.159" height="102.906" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feGaussianBlur in="BackgroundImage" stdDeviation="7.236"/><feComposite in2="SourceAlpha" operator="in" result="effect1_backgroundBlur_35_2156"/><feBlend in="SourceGraphic" in2="effect1_backgroundBlur_35_2156" result="shape"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dx="2.316" dy="-31.991"/><feGaussianBlur stdDeviation="10.664"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0"/><feBlend in2="shape" result="effect2_innerShadow_35_2156"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="1.447"/><feGaussianBlur stdDeviation="1.447"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0"/><feBlend in2="effect2_innerShadow_35_2156" result="effect3_innerShadow_35_2156"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="-1.447"/><feGaussianBlur stdDeviation="1.447"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 0.103594 0 0 0 0 0.52793 0 0 0 0 0.920833 0 0 0 0.16 0"/><feBlend in2="effect3_innerShadow_35_2156" result="effect4_innerShadow_35_2156"/></filter><filter id="c" x="139.075" y="59.597" width="96.051" height="102.906" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feGaussianBlur in="BackgroundImage" stdDeviation="7.236"/><feComposite in2="SourceAlpha" operator="in" result="effect1_backgroundBlur_35_2156"/><feBlend in="SourceGraphic" in2="effect1_backgroundBlur_35_2156" result="shape"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dx="2.316" dy="-31.991"/><feGaussianBlur stdDeviation="10.664"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0"/><feBlend in2="shape" result="effect2_innerShadow_35_2156"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="1.447"/><feGaussianBlur stdDeviation="1.447"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0"/><feBlend in2="effect2_innerShadow_35_2156" result="effect3_innerShadow_35_2156"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="-1.447"/><feGaussianBlur stdDeviation="1.447"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 0.103594 0 0 0 0 0.52793 0 0 0 0 0.920833 0 0 0 0.16 0"/><feBlend in2="effect3_innerShadow_35_2156" result="effect4_innerShadow_35_2156"/></filter><filter id="d" x="89.704" y="62.823" width="88.961" height="99.679" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feGaussianBlur in="BackgroundImage" stdDeviation="7.236"/><feComposite in2="SourceAlpha" operator="in" result="effect1_backgroundBlur_35_2156"/><feBlend in="SourceGraphic" in2="effect1_backgroundBlur_35_2156" result="shape"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dx="2.316" dy="-31.991"/><feGaussianBlur stdDeviation="10.664"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0"/><feBlend in2="shape" result="effect2_innerShadow_35_2156"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="1.447"/><feGaussianBlur stdDeviation="1.447"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0"/><feBlend in2="effect2_innerShadow_35_2156" result="effect3_innerShadow_35_2156"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="-1.447"/><feGaussianBlur stdDeviation="1.447"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 0.103594 0 0 0 0 0.52793 0 0 0 0 0.920833 0 0 0 0.16 0"/><feBlend in2="effect3_innerShadow_35_2156" result="effect4_innerShadow_35_2156"/></filter><filter id="e" x="206.182" y="59.596" width="96.051" height="102.906" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feGaussianBlur in="BackgroundImage" stdDeviation="7.236"/><feComposite in2="SourceAlpha" operator="in" result="effect1_backgroundBlur_35_2156"/><feBlend in="SourceGraphic" in2="effect1_backgroundBlur_35_2156" result="shape"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dx="2.316" dy="-31.991"/><feGaussianBlur stdDeviation="10.664"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0"/><feBlend in2="shape" result="effect2_innerShadow_35_2156"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="1.447"/><feGaussianBlur stdDeviation="1.447"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0"/><feBlend in2="effect2_innerShadow_35_2156" result="effect3_innerShadow_35_2156"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="-1.447"/><feGaussianBlur stdDeviation="1.447"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 0.103594 0 0 0 0 0.52793 0 0 0 0 0.920833 0 0 0 0.16 0"/><feBlend in2="effect3_innerShadow_35_2156" result="effect4_innerShadow_35_2156"/></filter><filter id="f" x="262.643" y="62.823" width="88.961" height="99.679" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feGaussianBlur in="BackgroundImage" stdDeviation="7.236"/><feComposite in2="SourceAlpha" operator="in" result="effect1_backgroundBlur_35_2156"/><feBlend in="SourceGraphic" in2="effect1_backgroundBlur_35_2156" result="shape"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dx="2.316" dy="-31.991"/><feGaussianBlur stdDeviation="10.664"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0"/><feBlend in2="shape" result="effect2_innerShadow_35_2156"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="1.447"/><feGaussianBlur stdDeviation="1.447"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0"/><feBlend in2="effect2_innerShadow_35_2156" result="effect3_innerShadow_35_2156"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="-1.447"/><feGaussianBlur stdDeviation="1.447"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 0.103594 0 0 0 0 0.52793 0 0 0 0 0.920833 0 0 0 0.16 0"/><feBlend in2="effect3_innerShadow_35_2156" result="effect4_innerShadow_35_2156"/></filter><filter id="g" x="139.075" y="126.704" width="163.159" height="152.218" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feGaussianBlur in="BackgroundImage" stdDeviation="7.236"/><feComposite in2="SourceAlpha" operator="in" result="effect1_backgroundBlur_35_2156"/><feBlend in="SourceGraphic" in2="effect1_backgroundBlur_35_2156" result="shape"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dx="2.316" dy="-31.991"/><feGaussianBlur stdDeviation="10.664"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0"/><feBlend in2="shape" result="effect2_innerShadow_35_2156"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="1.447"/><feGaussianBlur stdDeviation="1.447"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0"/><feBlend in2="effect2_innerShadow_35_2156" result="effect3_innerShadow_35_2156"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="-1.447"/><feGaussianBlur stdDeviation="1.447"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 0.103594 0 0 0 0 0.52793 0 0 0 0 0.920833 0 0 0 0.16 0"/><feBlend in2="effect3_innerShadow_35_2156" result="effect4_innerShadow_35_2156"/></filter><filter id="h" x="210.05" y="126.704" width="141.554" height="151.737" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feGaussianBlur in="BackgroundImage" stdDeviation="7.236"/><feComposite in2="SourceAlpha" operator="in" result="effect1_backgroundBlur_35_2156"/><feBlend in="SourceGraphic" in2="effect1_backgroundBlur_35_2156" result="shape"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dx="2.316" dy="-31.991"/><feGaussianBlur stdDeviation="10.664"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0"/><feBlend in2="shape" result="effect2_innerShadow_35_2156"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="1.447"/><feGaussianBlur stdDeviation="1.447"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0"/><feBlend in2="effect2_innerShadow_35_2156" result="effect3_innerShadow_35_2156"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="-1.447"/><feGaussianBlur stdDeviation="1.447"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 0.103594 0 0 0 0 0.52793 0 0 0 0 0.920833 0 0 0 0.16 0"/><feBlend in2="effect3_innerShadow_35_2156" result="effect4_innerShadow_35_2156"/></filter><filter id="i" x="188.401" y="135.549" width="68.083" height="36.311" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="5.674"/><feGaussianBlur stdDeviation="5.674"/><feColorMatrix values="0 0 0 0 0.184314 0 0 0 0 0.607843 0 0 0 0 1 0 0 0 0.3 0"/><feBlend in2="BackgroundImageFix" result="effect1_dropShadow_35_2156"/><feBlend in="SourceGraphic" in2="effect1_dropShadow_35_2156" result="shape"/></filter><filter id="j" x="245.147" y="135.55" width="45.389" height="36.311" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="5.674"/><feGaussianBlur stdDeviation="5.674"/><feColorMatrix values="0 0 0 0 0.184314 0 0 0 0 0.607843 0 0 0 0 1 0 0 0 0.3 0"/><feBlend in2="BackgroundImageFix" result="effect1_dropShadow_35_2156"/><feBlend in="SourceGraphic" in2="effect1_dropShadow_35_2156" result="shape"/></filter></defs></svg>
\ No newline at end of file
<svg viewBox="0 0 400 300" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#a)"><g filter="url(#b)"><rect x="207.225" y="191.003" width="47.777" height="87.94" rx="23.888" transform="rotate(-45 207.225 191.003)" fill="#2F9BFF"/></g><circle cx="174.365" cy="124.365" r="94.535" transform="rotate(-45 174.365 124.365)" stroke="#2F9BFF" stroke-width="13.191"/><circle opacity=".4" cx="174.359" cy="124.365" r="48.367" transform="rotate(-45 174.359 124.365)" fill="#2F9BFF"/><g filter="url(#c)"><circle cx="174.365" cy="124.365" r="87.94" transform="rotate(-45 174.365 124.365)" fill="#B7D5FF" fill-opacity=".3"/></g><g filter="url(#d)"><path d="M156.423 102.093c-.303-.909-1.212-1.515-2.122-1.515h-6.668c-.909 0-1.818.606-2.121 1.515l-17.579 46.07c-.303.606-.303 1.515.303 2.121.303.606 1.212.909 1.818.909h6.365c.909 0 1.819-.606 2.122-1.515l4.546-12.427h16.064L164 149.678c.303.909 1.212 1.515 2.122 1.515h6.971c.909 0 1.515-.303 1.818-.909.303-.606.606-1.515.303-2.121l-18.791-46.07Zm-10.002 25.763 3.94-10.608c.303-.606.303-1.213.606-1.819.303.909.607 1.516.91 2.425l3.637 9.699h-9.093v.303Zm63.952-22.732c-2.122-1.818-4.85-3.031-7.578-3.94-2.121-.606-4.849-.606-8.789-.606h-15.761c-1.212 0-2.424.909-2.424 2.425v46.069c0 1.212.909 2.425 2.424 2.425h16.67c3.031 0 5.759-.304 7.88-.91 2.425-.606 4.547-1.515 6.365-2.727 1.819-1.213 3.334-2.728 4.85-4.85 1.515-2.121 2.727-4.546 3.334-7.274.909-3.031 1.212-6.365 1.212-10.002 0-4.243-.606-8.183-1.819-11.82-1.515-3.637-3.637-6.365-6.364-8.79Zm-3.941 28.793c-.606 2.122-1.515 3.638-2.727 4.85-.91.909-1.819 1.515-3.334 1.818-1.516.607-3.637.607-6.365.607h-7.577V110.58h7.274c4.243 0 6.061.303 6.971.909 1.818.606 3.334 2.122 4.546 4.243 1.212 2.122 2.122 5.456 2.122 10.002.303 3.031 0 5.759-.91 8.183Z" fill="#fff"/></g></g><defs><filter id="b" x="217.119" y="167.115" width="76.176" height="77.147" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy=".971"/><feGaussianBlur stdDeviation=".971"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.21 0"/><feBlend in2="shape" result="effect1_innerShadow_35_2166"/></filter><filter id="c" x="60.415" y="10.415" width="227.901" height="227.902" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feGaussianBlur in="BackgroundImage" stdDeviation="13.005"/><feComposite in2="SourceAlpha" operator="in" result="effect1_backgroundBlur_35_2166"/><feBlend in="SourceGraphic" in2="effect1_backgroundBlur_35_2166" result="shape"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dx="4.162" dy="10.404"/><feGaussianBlur stdDeviation="6.863"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.25 0"/><feBlend in2="shape" result="effect2_innerShadow_35_2166"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="2.601"/><feGaussianBlur stdDeviation="2.601"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0"/><feBlend in2="effect2_innerShadow_35_2166" result="effect3_innerShadow_35_2166"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="-2.601"/><feGaussianBlur stdDeviation="2.601"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 0.103594 0 0 0 0 0.52793 0 0 0 0 0.920833 0 0 0 0.16 0"/><feBlend in2="effect3_innerShadow_35_2166" result="effect4_innerShadow_35_2166"/></filter><filter id="d" x="127.734" y="100.578" width="90.822" height="56.471" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="5.552"/><feColorMatrix values="0 0 0 0 0.184314 0 0 0 0 0.607843 0 0 0 0 1 0 0 0 0.3 0"/><feBlend in2="BackgroundImageFix" result="effect1_dropShadow_35_2166"/><feBlend in="SourceGraphic" in2="effect1_dropShadow_35_2166" result="shape"/></filter><clipPath id="a"><path fill="#fff" d="M0 0h400v300H0z"/></clipPath></defs></svg>
\ No newline at end of file
<svg viewBox="0 0 400 300" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="150" cy="187.5" r="68.75" fill="#2F9BFF"/><g filter="url(#a)"><path d="M118.75 62.5c0-13.807 11.193-25 25-25h150c13.807 0 25 11.193 25 25v168.75c0 13.807-11.193 25-25 25h-150c-13.807 0-25-11.193-25-25V62.5Z" fill="#88BAFF" fill-opacity=".3"/></g><g filter="url(#b)"><rect x="143.75" y="62.5" width="37.5" height="37.5" rx="18.75" fill="#fff"/></g><g filter="url(#c)"><rect x="143.75" y="168.75" width="87.5" height="15.625" rx="7.813" fill="#fff"/></g><g filter="url(#d)"><rect x="143.75" y="125" width="150" height="15.625" rx="7.813" fill="#fff"/></g><g filter="url(#e)"><rect x="143.75" y="212.5" width="150" height="15.625" rx="7.813" fill="#fff"/></g><defs><filter id="a" x="84.821" y="3.571" width="267.857" height="286.607" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feGaussianBlur in="BackgroundImage" stdDeviation="16.964"/><feComposite in2="SourceAlpha" operator="in" result="effect1_backgroundBlur_35_2163"/><feBlend in="SourceGraphic" in2="effect1_backgroundBlur_35_2163" result="shape"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dx="5.429" dy="13.571"/><feGaussianBlur stdDeviation="8.951"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.25 0"/><feBlend in2="shape" result="effect2_innerShadow_35_2163"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="3.393"/><feGaussianBlur stdDeviation="3.393"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0"/><feBlend in2="effect2_innerShadow_35_2163" result="effect3_innerShadow_35_2163"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="-3.393"/><feGaussianBlur stdDeviation="3.393"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 0.103594 0 0 0 0 0.52793 0 0 0 0 0.920833 0 0 0 0.16 0"/><feBlend in2="effect3_innerShadow_35_2163" result="effect4_innerShadow_35_2163"/></filter><filter id="b" x="133.603" y="52.353" width="57.795" height="60.147" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feGaussianBlur in="BackgroundImage" stdDeviation="5.074"/><feComposite in2="SourceAlpha" operator="in" result="effect1_backgroundBlur_35_2163"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="6.25"/><feColorMatrix values="0 0 0 0 0.184314 0 0 0 0 0.607843 0 0 0 0 1 0 0 0 0.3 0"/><feBlend in2="effect1_backgroundBlur_35_2163" result="effect2_dropShadow_35_2163"/><feBlend in="SourceGraphic" in2="effect2_dropShadow_35_2163" result="shape"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dx="5" dy="12.5"/><feGaussianBlur stdDeviation="8.245"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.25 0"/><feBlend in2="shape" result="effect3_innerShadow_35_2163"/></filter><filter id="c" x="133.603" y="158.603" width="107.795" height="38.272" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feGaussianBlur in="BackgroundImage" stdDeviation="5.074"/><feComposite in2="SourceAlpha" operator="in" result="effect1_backgroundBlur_35_2163"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="6.25"/><feColorMatrix values="0 0 0 0 0.184314 0 0 0 0 0.607843 0 0 0 0 1 0 0 0 0.3 0"/><feBlend in2="effect1_backgroundBlur_35_2163" result="effect2_dropShadow_35_2163"/><feBlend in="SourceGraphic" in2="effect2_dropShadow_35_2163" result="shape"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dx="5" dy="12.5"/><feGaussianBlur stdDeviation="8.245"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.25 0"/><feBlend in2="shape" result="effect3_innerShadow_35_2163"/></filter><filter id="d" x="133.603" y="114.853" width="170.295" height="38.272" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feGaussianBlur in="BackgroundImage" stdDeviation="5.074"/><feComposite in2="SourceAlpha" operator="in" result="effect1_backgroundBlur_35_2163"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="6.25"/><feColorMatrix values="0 0 0 0 0.184314 0 0 0 0 0.607843 0 0 0 0 1 0 0 0 0.3 0"/><feBlend in2="effect1_backgroundBlur_35_2163" result="effect2_dropShadow_35_2163"/><feBlend in="SourceGraphic" in2="effect2_dropShadow_35_2163" result="shape"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dx="5" dy="12.5"/><feGaussianBlur stdDeviation="8.245"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.25 0"/><feBlend in2="shape" result="effect3_innerShadow_35_2163"/></filter><filter id="e" x="133.603" y="202.353" width="170.295" height="38.272" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feGaussianBlur in="BackgroundImage" stdDeviation="5.074"/><feComposite in2="SourceAlpha" operator="in" result="effect1_backgroundBlur_35_2163"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="6.25"/><feColorMatrix values="0 0 0 0 0.184314 0 0 0 0 0.607843 0 0 0 0 1 0 0 0 0.3 0"/><feBlend in2="effect1_backgroundBlur_35_2163" result="effect2_dropShadow_35_2163"/><feBlend in="SourceGraphic" in2="effect2_dropShadow_35_2163" result="shape"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dx="5" dy="12.5"/><feGaussianBlur stdDeviation="8.245"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.25 0"/><feBlend in2="shape" result="effect3_innerShadow_35_2163"/></filter></defs></svg>
\ No newline at end of file
<svg viewBox="0 0 400 300" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M75 62.5c0-13.807 11.193-25 25-25h162.853c13.807 0 25 11.193 25 25v65.468H75V62.5Z" fill="#2F9BFF"/><g filter="url(#a)"><path d="M75 93.75h212.5v125c0 13.807-11.193 25-25 25H100c-13.807 0-25-11.193-25-25v-125Z" fill="#88BAFF" fill-opacity=".3"/></g><path d="M260.736 184.25c-4.701-1.314-9.027 3.028-7.695 7.724l15.348 54.121c1.296 4.57 7.015 6.081 10.399 2.747l6.99-6.887a6.25 6.25 0 0 1 8.906.135l9.141 9.57a6.25 6.25 0 0 0 8.906.135l7.885-7.77a6.25 6.25 0 0 0 .133-8.769l-9.535-9.982a6.25 6.25 0 0 1-.001-8.634l6.592-6.901c3.259-3.412 1.706-9.067-2.838-10.336l-54.231-15.153Z" fill="#2F9BFF"/><g filter="url(#b)"><path d="M100 143.75c0-6.904 5.596-12.5 12.5-12.5h45.267c6.903 0 12.5 5.596 12.5 12.5v26.777c0 6.903-5.597 12.5-12.5 12.5H112.5c-6.904 0-12.5-5.597-12.5-12.5V143.75Z" fill="#fff"/></g><g filter="url(#c)"><rect x="181.25" y="137.5" width="83.042" height="12.944" rx="6.472" fill="#fff"/></g><g filter="url(#d)"><rect x="181.25" y="163.391" width="51.103" height="12.944" rx="6.472" fill="#fff"/></g><defs><filter id="a" x="43.75" y="62.5" width="275" height="212.5" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feGaussianBlur in="BackgroundImage" stdDeviation="15.625"/><feComposite in2="SourceAlpha" operator="in" result="effect1_backgroundBlur_35_2160"/><feBlend in="SourceGraphic" in2="effect1_backgroundBlur_35_2160" result="shape"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dx="5" dy="12.5"/><feGaussianBlur stdDeviation="8.245"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.25 0"/><feBlend in2="shape" result="effect2_innerShadow_35_2160"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="3.125"/><feGaussianBlur stdDeviation="3.125"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0"/><feBlend in2="effect2_innerShadow_35_2160" result="effect3_innerShadow_35_2160"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="-3.125"/><feGaussianBlur stdDeviation="3.125"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 0.103594 0 0 0 0 0.52793 0 0 0 0 0.920833 0 0 0 0.16 0"/><feBlend in2="effect3_innerShadow_35_2160" result="effect4_innerShadow_35_2160"/></filter><filter id="b" x="89.853" y="121.103" width="90.561" height="74.424" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feGaussianBlur in="BackgroundImage" stdDeviation="5.074"/><feComposite in2="SourceAlpha" operator="in" result="effect1_backgroundBlur_35_2160"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="6.25"/><feColorMatrix values="0 0 0 0 0.184314 0 0 0 0 0.607843 0 0 0 0 1 0 0 0 0.4 0"/><feBlend in2="effect1_backgroundBlur_35_2160" result="effect2_dropShadow_35_2160"/><feBlend in="SourceGraphic" in2="effect2_dropShadow_35_2160" result="shape"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dx="5" dy="12.5"/><feGaussianBlur stdDeviation="8.245"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.25 0"/><feBlend in2="shape" result="effect3_innerShadow_35_2160"/></filter><filter id="c" x="171.103" y="127.353" width="103.337" height="35.592" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feGaussianBlur in="BackgroundImage" stdDeviation="5.074"/><feComposite in2="SourceAlpha" operator="in" result="effect1_backgroundBlur_35_2160"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="6.25"/><feColorMatrix values="0 0 0 0 0.184314 0 0 0 0 0.607843 0 0 0 0 1 0 0 0 0.4 0"/><feBlend in2="effect1_backgroundBlur_35_2160" result="effect2_dropShadow_35_2160"/><feBlend in="SourceGraphic" in2="effect2_dropShadow_35_2160" result="shape"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dx="5" dy="12.5"/><feGaussianBlur stdDeviation="8.245"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.25 0"/><feBlend in2="shape" result="effect3_innerShadow_35_2160"/></filter><filter id="d" x="171.103" y="153.244" width="71.398" height="35.592" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feGaussianBlur in="BackgroundImage" stdDeviation="5.074"/><feComposite in2="SourceAlpha" operator="in" result="effect1_backgroundBlur_35_2160"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="6.25"/><feColorMatrix values="0 0 0 0 0.184314 0 0 0 0 0.607843 0 0 0 0 1 0 0 0 0.4 0"/><feBlend in2="effect1_backgroundBlur_35_2160" result="effect2_dropShadow_35_2160"/><feBlend in="SourceGraphic" in2="effect2_dropShadow_35_2160" result="shape"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dx="5" dy="12.5"/><feGaussianBlur stdDeviation="8.245"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.25 0"/><feBlend in2="shape" result="effect3_innerShadow_35_2160"/></filter></defs></svg>
\ No newline at end of file
<svg viewBox="0 0 400 300" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="171.875" cy="121.875" r="71.875" fill="#2F9BFF"/><g filter="url(#a)"><path fill-rule="evenodd" clip-rule="evenodd" d="m149.631 243.494-.402.001c-40.996 0-74.229-33.234-74.229-74.229s33.233-74.228 74.229-74.228c6.699 0 13.192.887 19.365 2.551 12.329-16.938 32.311-27.947 54.864-27.947 37.451 0 67.812 30.36 67.812 67.812 0 .697-.01 1.391-.031 2.083 22.1 6.393 38.259 26.779 38.259 50.939 0 29.282-23.738 53.02-53.02 53.02l-.495-.002H149.631Z" fill="#B7D5FF" fill-opacity=".3"/></g><g filter="url(#b)"><path d="M218.337 122.792c13.293 0 24.106 9.827 24.106 21.978 0 3.777-1.11 7.472-3.113 10.802-3.031 4.865-7.879 8.467-13.745 10.181a13.694 13.694 0 0 1-3.842.626 4.48 4.48 0 0 1-3.231-1.289 4.48 4.48 0 0 1-1.34-3.211c0-2.53 2.013-4.495 4.571-4.495.18 0 .555 0 1.012-.174 3.94-1.088 7.053-3.33 8.794-6.312 1.186-1.883 1.741-3.973 1.741-6.128 0-7.128-6.693-12.967-14.856-12.967a16.807 16.807 0 0 0-8.053 2.068c-4.321 2.427-6.878 6.475-6.878 10.899v37.744c0 7.651-4.316 14.681-11.466 18.648-3.842 2.161-8.163 3.254-12.559 3.254-13.289 0-24.107-9.833-24.107-21.984 0-3.771 1.116-7.471 3.113-10.802 3.031-4.864 7.885-8.467 13.745-10.175 1.644-.452 2.754-.626 3.842-.626 2.574 0 4.577 1.986 4.577 4.495a4.5 4.5 0 0 1-1.34 3.21 4.493 4.493 0 0 1-3.231 1.29c-.185 0-.561 0-1.013.174-3.945 1.17-7.052 3.428-8.793 6.307-1.192 1.888-1.742 3.972-1.742 6.133 0 7.128 6.694 12.962 14.932 12.962a16.814 16.814 0 0 0 8.059-2.063c4.316-2.432 6.873-6.481 6.873-10.899v-37.651c0-7.651 4.315-14.676 11.466-18.649a24.1 24.1 0 0 1 12.478-3.346Z" fill="#fff"/><path d="M218.337 122.792c13.293 0 24.106 9.827 24.106 21.978 0 3.777-1.11 7.472-3.113 10.802-3.031 4.865-7.879 8.467-13.745 10.181a13.694 13.694 0 0 1-3.842.626 4.48 4.48 0 0 1-3.231-1.289 4.48 4.48 0 0 1-1.34-3.211c0-2.53 2.013-4.495 4.571-4.495.18 0 .555 0 1.012-.174 3.94-1.088 7.053-3.33 8.794-6.312 1.186-1.883 1.741-3.973 1.741-6.128 0-7.128-6.693-12.967-14.856-12.967a16.807 16.807 0 0 0-8.053 2.068c-4.321 2.427-6.878 6.475-6.878 10.899v37.744c0 7.651-4.316 14.681-11.466 18.648-3.842 2.161-8.163 3.254-12.559 3.254-13.289 0-24.107-9.833-24.107-21.984 0-3.771 1.116-7.471 3.113-10.802 3.031-4.864 7.885-8.467 13.745-10.175 1.644-.452 2.754-.626 3.842-.626 2.574 0 4.577 1.986 4.577 4.495a4.5 4.5 0 0 1-1.34 3.21 4.493 4.493 0 0 1-3.231 1.29c-.185 0-.561 0-1.013.174-3.945 1.17-7.052 3.428-8.793 6.307-1.192 1.888-1.742 3.972-1.742 6.133 0 7.128 6.694 12.962 14.932 12.962a16.814 16.814 0 0 0 8.059-2.063c4.316-2.432 6.873-6.481 6.873-10.899v-37.651c0-7.651 4.315-14.676 11.466-18.649a24.1 24.1 0 0 1 12.478-3.346Z" stroke="#fff" stroke-width="3.349"/></g><defs><filter id="a" x="24.925" y="19.567" width="354.648" height="274.004" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feGaussianBlur in="BackgroundImage" stdDeviation="25.037"/><feComposite in2="SourceAlpha" operator="in" result="effect1_backgroundBlur_35_2169"/><feBlend in="SourceGraphic" in2="effect1_backgroundBlur_35_2169" result="shape"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dx="8.012" dy="20.03"/><feGaussianBlur stdDeviation="13.211"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.25 0"/><feBlend in2="shape" result="effect2_innerShadow_35_2169"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="5.007"/><feGaussianBlur stdDeviation="5.007"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0"/><feBlend in2="effect2_innerShadow_35_2169" result="effect3_innerShadow_35_2169"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="-5.007"/><feGaussianBlur stdDeviation="5.007"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 0.103594 0 0 0 0 0.52793 0 0 0 0 0.920833 0 0 0 0.16 0"/><feBlend in2="effect3_innerShadow_35_2169" result="effect4_innerShadow_35_2169"/></filter><filter id="b" x="153.697" y="121.116" width="90.42" height="91.225" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="6.25"/><feColorMatrix values="0 0 0 0 0.184314 0 0 0 0 0.607843 0 0 0 0 1 0 0 0 0.3 0"/><feBlend in2="BackgroundImageFix" result="effect1_dropShadow_35_2169"/><feBlend in="SourceGraphic" in2="effect1_dropShadow_35_2169" result="shape"/></filter></defs></svg>
\ No newline at end of file
<svg viewBox="0 0 400 300" fill="none" xmlns="http://www.w3.org/2000/svg"><g filter="url(#a)"><rect x="75" y="56.25" width="206.036" height="140.141" rx="18.333" fill="#2F9BFF"/></g><g filter="url(#b)"><rect x="91.626" y="82.391" width="238.333" height="155.833" rx="18.333" fill="#B7D5FF" fill-opacity=".3"/></g><g filter="url(#c)"><path d="M193.346 134.462c-.331-.994-1.324-1.656-2.317-1.656h-7.283c-.993 0-1.986.662-2.317 1.656l-19.2 50.316c-.331.662-.331 1.655.331 2.318.331.662 1.324.993 1.986.993h6.952c.993 0 1.986-.662 2.317-1.656l4.966-13.572h17.544l5.297 13.572c.331.994 1.324 1.656 2.317 1.656h7.614c.993 0 1.655-.331 1.986-.993.331-.663.662-1.656.331-2.318l-20.524-50.316Zm-10.924 28.137 4.303-11.586c.332-.662.332-1.324.663-1.986.331.993.662 1.655.993 2.648l3.972 10.593h-9.931v.331Zm69.848-24.827c-2.318-1.986-5.297-3.31-8.276-4.304-2.317-.662-5.297-.662-9.6-.662H217.18c-1.324 0-2.648.993-2.648 2.649v50.316c0 1.325.993 2.649 2.648 2.649h18.207c3.31 0 6.29-.331 8.607-.993 2.648-.662 4.965-1.656 6.952-2.98 1.986-1.324 3.641-2.979 5.296-5.296 1.655-2.317 2.979-4.966 3.641-7.945.994-3.31 1.325-6.952 1.325-10.924 0-4.634-.663-8.938-1.987-12.91-1.655-3.973-3.972-6.952-6.951-9.6Zm-4.304 31.448c-.662 2.317-1.655 3.972-2.979 5.296-.993.993-1.986 1.656-3.641 1.987-1.655.662-3.973.662-6.952.662h-8.276V143.73h7.945c4.634 0 6.621.331 7.614.994 1.986.662 3.641 2.317 4.965 4.634 1.324 2.317 2.317 5.959 2.317 10.924.331 3.31 0 6.29-.993 8.938Z" fill="#fff"/></g><circle cx="302.453" cy="105.309" r="9.167" fill="#fff"/><circle opacity=".5" cx="270.373" cy="105.309" r="9.167" fill="#fff"/><defs><filter id="a" x="75" y="56.25" width="206.036" height="140.943" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy=".802"/><feGaussianBlur stdDeviation=".802"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.21 0"/><feBlend in2="shape" result="effect1_innerShadow_35_2165"/></filter><filter id="b" x="70.155" y="60.92" width="281.276" height="198.776" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feGaussianBlur in="BackgroundImage" stdDeviation="10.736"/><feComposite in2="SourceAlpha" operator="in" result="effect1_backgroundBlur_35_2165"/><feBlend in="SourceGraphic" in2="effect1_backgroundBlur_35_2165" result="shape"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dx="3.435" dy="8.589"/><feGaussianBlur stdDeviation="5.665"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.25 0"/><feBlend in2="shape" result="effect2_innerShadow_35_2165"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="2.147"/><feGaussianBlur stdDeviation="2.147"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0"/><feBlend in2="effect2_innerShadow_35_2165" result="effect3_innerShadow_35_2165"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="-2.147"/><feGaussianBlur stdDeviation="2.147"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 0.103594 0 0 0 0 0.52793 0 0 0 0 0.920833 0 0 0 0.16 0"/><feBlend in2="effect3_innerShadow_35_2165" result="effect4_innerShadow_35_2165"/></filter><filter id="c" x="162.012" y="132.806" width="99.196" height="61.678" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="6.064"/><feColorMatrix values="0 0 0 0 0.184314 0 0 0 0 0.607843 0 0 0 0 1 0 0 0 0.3 0"/><feBlend in2="BackgroundImageFix" result="effect1_dropShadow_35_2165"/><feBlend in="SourceGraphic" in2="effect1_dropShadow_35_2165" result="shape"/></filter></defs></svg>
\ No newline at end of file
<svg viewBox="0 0 400 300" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="81.25" y="50" width="171.311" height="202.459" rx="31.148" fill="#2F9BFF"/><g filter="url(#a)"><path d="M96.82 98.668c0-5.376 4.358-9.733 9.734-9.733H227.25c5.376 0 9.734 4.358 9.734 9.733 0 5.376-4.358 9.734-9.734 9.734H106.554c-5.376 0-9.734-4.358-9.734-9.734Z" fill="#fff"/></g><g filter="url(#b)"><path d="M96.82 145.389c0-5.375 4.358-9.733 9.734-9.733h81.762c5.376 0 9.734 4.358 9.734 9.733 0 5.376-4.358 9.734-9.734 9.734h-81.762c-5.376 0-9.734-4.358-9.734-9.734Z" fill="#fff"/></g><g filter="url(#c)"><path fill-rule="evenodd" clip-rule="evenodd" d="M311.904 126.437c9.123 9.123 9.123 23.914 0 33.037l-85.655 85.656c-9.123 9.123-23.914 9.123-33.037 0l-38.935-38.934c-9.123-9.123-9.123-23.914 0-33.037 9.123-9.123 23.914-9.123 33.037 0l22.416 22.416 69.137-69.138c9.123-9.123 23.914-9.123 33.037 0Z" fill="#B7D5FF" fill-opacity=".3"/></g><defs><filter id="a" x="81.246" y="81.148" width="171.311" height="50.615" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="7.787"/><feGaussianBlur stdDeviation="7.787"/><feColorMatrix values="0 0 0 0 0.184314 0 0 0 0 0.607843 0 0 0 0 1 0 0 0 0.3 0"/><feBlend in2="BackgroundImageFix" result="effect1_dropShadow_35_2158"/><feBlend in="SourceGraphic" in2="effect1_dropShadow_35_2158" result="shape"/></filter><filter id="b" x="81.246" y="127.869" width="132.377" height="50.615" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="7.787"/><feGaussianBlur stdDeviation="7.787"/><feColorMatrix values="0 0 0 0 0.184314 0 0 0 0 0.607843 0 0 0 0 1 0 0 0 0.3 0"/><feBlend in2="BackgroundImageFix" result="effect1_dropShadow_35_2158"/><feBlend in="SourceGraphic" in2="effect1_dropShadow_35_2158" result="shape"/></filter><filter id="c" x="113.391" y="85.551" width="239.401" height="200.466" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feGaussianBlur in="BackgroundImage" stdDeviation="17.022"/><feComposite in2="SourceAlpha" operator="in" result="effect1_backgroundBlur_35_2158"/><feBlend in="SourceGraphic" in2="effect1_backgroundBlur_35_2158" result="shape"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dx="5.447" dy="13.618"/><feGaussianBlur stdDeviation="8.982"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.25 0"/><feBlend in2="shape" result="effect2_innerShadow_35_2158"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="3.404"/><feGaussianBlur stdDeviation="3.404"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0"/><feBlend in2="effect2_innerShadow_35_2158" result="effect3_innerShadow_35_2158"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="-3.404"/><feGaussianBlur stdDeviation="3.404"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 0.103594 0 0 0 0 0.52793 0 0 0 0 0.920833 0 0 0 0.16 0"/><feBlend in2="effect3_innerShadow_35_2158" result="effect4_innerShadow_35_2158"/></filter></defs></svg>
\ No newline at end of file
<svg viewBox="0 0 400 300" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M326.819 119.123c0 8.173-1.422 16.702-4.266 26.296-1.423 4.975-4.267 11.727-4.623 12.082-5.689 12.082-13.511 24.164-24.178 35.89-8.533 9.239-18.133 18.479-29.511 27.007-18.845 14.569-34.845 22.742-35.556 23.098a5.149 5.149 0 0 1-4.326.127l-.297-.127c-.711-.356-16.711-8.529-35.556-23.098-11.022-8.528-20.978-17.412-29.511-26.651-10.667-11.727-18.845-23.453-24.178-35.535-1.778-3.909-3.911-10.661-4.267-11.727-2.844-7.818-4.622-16.346-4.622-26.651 0-17.057 6.044-33.048 17.422-44.774 11.378-12.082 26.312-18.834 42.667-18.834 15.289 0 29.512 6.041 40.534 16.702 11.023-10.661 25.245-16.702 40.534-16.702 16 0 31.289 6.396 42.667 18.478 10.667 12.082 17.067 27.718 17.067 44.419Z" fill="#2F9BFF"/><g filter="url(#a)"><path d="M188.188 163.635c16.292-11.233 26.967-30.017 26.967-51.331C215.192 77.897 187.295 50 152.888 50c-34.406 0-62.34 27.897-62.34 62.304 0 21.276 10.675 40.098 26.967 51.331-27.898 6.175-48.765 31.059-48.765 60.854 0 6.882 5.579 12.46 12.46 12.46H224.53c6.882 0 12.461-5.578 12.461-12.46 0-29.795-20.868-54.679-48.802-60.854Z" fill="#B7D5FF" fill-opacity=".3"/></g><path d="M152.86 152.582c12.906 0 23.71-9.006 26.469-21.076.754-3.298-2.06-6.076-5.443-6.076h-42.053c-3.383 0-6.196 2.778-5.443 6.076 2.76 12.07 13.563 21.076 26.47 21.076Z" fill="#fff"/><defs><filter id="a" x="37.065" y="18.315" width="231.609" height="250.319" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feGaussianBlur in="BackgroundImage" stdDeviation="15.842"/><feComposite in2="SourceAlpha" operator="in" result="effect1_backgroundBlur_35_2157"/><feBlend in="SourceGraphic" in2="effect1_backgroundBlur_35_2157" result="shape"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dx="5.07" dy="12.674"/><feGaussianBlur stdDeviation="8.359"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.25 0"/><feBlend in2="shape" result="effect2_innerShadow_35_2157"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="3.168"/><feGaussianBlur stdDeviation="3.168"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 0.770833 0 0 0 0 0.889824 0 0 0 0 1 0 0 0 0.25 0"/><feBlend in2="effect2_innerShadow_35_2157" result="effect3_innerShadow_35_2157"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="-3.168"/><feGaussianBlur stdDeviation="9.375"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 0.103594 0 0 0 0 0.52793 0 0 0 0 0.920833 0 0 0 0.17 0"/><feBlend in2="effect3_innerShadow_35_2157" result="effect4_innerShadow_35_2157"/></filter></defs></svg>
\ No newline at end of file
<svg viewBox="0 0 400 300" fill="none" xmlns="http://www.w3.org/2000/svg"><g filter="url(#a)"><path d="M181.522 138.981c9.422-17.603 34.66-17.603 44.082 0L277.91 236.7c8.914 16.654-3.152 36.798-22.041 36.798H151.258c-18.89 0-30.956-20.144-22.041-36.798l52.305-97.719Z" fill="#2F9BFF"/></g><g filter="url(#b)"><circle cx="202.38" cy="127.38" r="96.13" fill="#B7D5FF" fill-opacity=".3"/></g><g filter="url(#c)"><circle cx="202.384" cy="132.071" r="32.682" stroke="#fff" stroke-width="18.75"/></g><defs><filter id="a" x="126.223" y="125.779" width="154.68" height="152.535" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="4.816"/><feGaussianBlur stdDeviation="4.816"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.21 0"/><feBlend in2="shape" result="effect1_innerShadow_35_2164"/></filter><filter id="b" x="69.277" y="-5.723" width="266.205" height="266.205" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feGaussianBlur in="BackgroundImage" stdDeviation="18.486"/><feComposite in2="SourceAlpha" operator="in" result="effect1_backgroundBlur_35_2164"/><feBlend in="SourceGraphic" in2="effect1_backgroundBlur_35_2164" result="shape"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dx="5.916" dy="14.789"/><feGaussianBlur stdDeviation="9.755"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.25 0"/><feBlend in2="shape" result="effect2_innerShadow_35_2164"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="3.697"/><feGaussianBlur stdDeviation="3.697"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0"/><feBlend in2="effect2_innerShadow_35_2164" result="effect3_innerShadow_35_2164"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="-3.697"/><feGaussianBlur stdDeviation="3.697"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 0.103594 0 0 0 0 0.52793 0 0 0 0 0.920833 0 0 0 0.16 0"/><feBlend in2="effect3_innerShadow_35_2164" result="effect4_innerShadow_35_2164"/></filter><filter id="c" x="150.18" y="79.867" width="104.408" height="106.761" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feGaussianBlur in="BackgroundImage" stdDeviation="5.074"/><feComposite in2="SourceAlpha" operator="in" result="effect1_backgroundBlur_35_2164"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="6.25"/><feColorMatrix values="0 0 0 0 0.184314 0 0 0 0 0.607843 0 0 0 0 1 0 0 0 0.3 0"/><feBlend in2="effect1_backgroundBlur_35_2164" result="effect2_dropShadow_35_2164"/><feBlend in="SourceGraphic" in2="effect2_dropShadow_35_2164" result="shape"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dx="5" dy="12.5"/><feGaussianBlur stdDeviation="8.245"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.25 0"/><feBlend in2="shape" result="effect3_innerShadow_35_2164"/></filter></defs></svg>
\ No newline at end of file
<svg viewBox="0 0 400 300" fill="none" xmlns="http://www.w3.org/2000/svg"><g filter="url(#a)"><rect x="72.152" y="143.837" width="255.686" height="57.843" rx="13.923" fill="#2F9BFF"/></g><g filter="url(#b)"><rect x="191.653" y="64.493" width="16.707" height="32.212" rx="8.354" fill="#88BAFF" fill-opacity=".5"/></g><g filter="url(#c)"><circle cx="200" cy="56.825" r="19.222" fill="#2F9BFF"/></g><rect x="99.695" y="94.581" width="202.257" height="156.355" rx="46.387" fill="#fff" fill-opacity=".89" stroke="#2F9BFF" stroke-width="16.707"/><g filter="url(#d)"><rect x="104.991" y="99.111" width="191.668" height="147.882" rx="43.799" fill="#88BAFF" fill-opacity=".3"/></g><g filter="url(#e)"><rect x="148.723" y="138.463" width="34.826" height="56.592" rx="17.413" fill="#fff"/></g><g filter="url(#f)"><rect x="216.359" y="138.462" width="34.9" height="56.713" rx="17.45" fill="#fff"/></g><defs><filter id="a" x="56.561" y="128.245" width="286.869" height="89.026" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feGaussianBlur in="BackgroundImage" stdDeviation="7.796"/><feComposite in2="SourceAlpha" operator="in" result="effect1_backgroundBlur_35_2168"/><feBlend in="SourceGraphic" in2="effect1_backgroundBlur_35_2168" result="shape"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dx="2.495" dy="6.237"/><feGaussianBlur stdDeviation="4.114"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.25 0"/><feBlend in2="shape" result="effect2_innerShadow_35_2168"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="1.559"/><feGaussianBlur stdDeviation="1.559"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0"/><feBlend in2="effect2_innerShadow_35_2168" result="effect3_innerShadow_35_2168"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="-1.559"/><feGaussianBlur stdDeviation="1.559"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 0.103594 0 0 0 0 0.52793 0 0 0 0 0.920833 0 0 0 0.16 0"/><feBlend in2="effect3_innerShadow_35_2168" result="effect4_innerShadow_35_2168"/></filter><filter id="b" x="176.062" y="48.901" width="47.891" height="63.395" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feGaussianBlur in="BackgroundImage" stdDeviation="7.796"/><feComposite in2="SourceAlpha" operator="in" result="effect1_backgroundBlur_35_2168"/><feBlend in="SourceGraphic" in2="effect1_backgroundBlur_35_2168" result="shape"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dx="2.495" dy="6.237"/><feGaussianBlur stdDeviation="4.114"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.25 0"/><feBlend in2="shape" result="effect2_innerShadow_35_2168"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="1.559"/><feGaussianBlur stdDeviation="1.559"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0"/><feBlend in2="effect2_innerShadow_35_2168" result="effect3_innerShadow_35_2168"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="-1.559"/><feGaussianBlur stdDeviation="1.559"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 0.103594 0 0 0 0 0.52793 0 0 0 0 0.920833 0 0 0 0.16 0"/><feBlend in2="effect3_innerShadow_35_2168" result="effect4_innerShadow_35_2168"/></filter><filter id="c" x="165.187" y="22.011" width="69.627" height="69.627" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feGaussianBlur in="BackgroundImage" stdDeviation="7.796"/><feComposite in2="SourceAlpha" operator="in" result="effect1_backgroundBlur_35_2168"/><feBlend in="SourceGraphic" in2="effect1_backgroundBlur_35_2168" result="shape"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dx="2.495" dy="6.237"/><feGaussianBlur stdDeviation="4.114"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.25 0"/><feBlend in2="shape" result="effect2_innerShadow_35_2168"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="1.559"/><feGaussianBlur stdDeviation="1.559"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0"/><feBlend in2="effect2_innerShadow_35_2168" result="effect3_innerShadow_35_2168"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="-1.559"/><feGaussianBlur stdDeviation="1.559"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 0.103594 0 0 0 0 0.52793 0 0 0 0 0.920833 0 0 0 0.16 0"/><feBlend in2="effect3_innerShadow_35_2168" result="effect4_innerShadow_35_2168"/></filter><filter id="d" x="89.4" y="83.519" width="222.852" height="179.066" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feGaussianBlur in="BackgroundImage" stdDeviation="7.796"/><feComposite in2="SourceAlpha" operator="in" result="effect1_backgroundBlur_35_2168"/><feBlend in="SourceGraphic" in2="effect1_backgroundBlur_35_2168" result="shape"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dx="2.495" dy="6.237"/><feGaussianBlur stdDeviation="4.114"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.25 0"/><feBlend in2="shape" result="effect2_innerShadow_35_2168"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="1.559"/><feGaussianBlur stdDeviation="1.559"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0"/><feBlend in2="effect2_innerShadow_35_2168" result="effect3_innerShadow_35_2168"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="-1.559"/><feGaussianBlur stdDeviation="1.559"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 0.103594 0 0 0 0 0.52793 0 0 0 0 0.920833 0 0 0 0.16 0"/><feBlend in2="effect3_innerShadow_35_2168" result="effect4_innerShadow_35_2168"/></filter><filter id="e" x="130.249" y="126.147" width="71.774" height="93.54" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="6.158"/><feGaussianBlur stdDeviation="9.237"/><feColorMatrix values="0 0 0 0 0.184314 0 0 0 0 0.607843 0 0 0 0 1 0 0 0 0.4 0"/><feBlend in2="BackgroundImageFix" result="effect1_dropShadow_35_2168"/><feBlend in="SourceGraphic" in2="effect1_dropShadow_35_2168" result="shape"/></filter><filter id="f" x="197.885" y="126.146" width="71.848" height="93.661" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="6.158"/><feGaussianBlur stdDeviation="9.237"/><feColorMatrix values="0 0 0 0 0.184314 0 0 0 0 0.607843 0 0 0 0 1 0 0 0 0.4 0"/><feBlend in2="BackgroundImageFix" result="effect1_dropShadow_35_2168"/><feBlend in="SourceGraphic" in2="effect1_dropShadow_35_2168" result="shape"/></filter></defs></svg>
\ No newline at end of file
<svg viewBox="0 0 400 300" fill="none" xmlns="http://www.w3.org/2000/svg"><g filter="url(#a)"><path d="M172.654 55.776c6.269-13.545 22.331-19.444 35.877-13.175l75.731 35.051c13.545 6.27 19.444 22.332 13.175 35.877L236.134 245.98c-6.269 13.545-22.332 19.444-35.877 13.175l-75.731-35.051c-13.545-6.269-19.444-22.332-13.175-35.877l61.303-132.451Z" fill="#2F9BFF"/></g><g filter="url(#b)"><path d="M87 79.003C87 70.165 94.165 63 103.003 63h107.085c8.838 0 16.003 7.165 16.003 16.003v170.308c0 8.839-7.165 16.004-16.003 16.004H103.003c-8.838 0-16.003-7.165-16.003-16.004V79.003Z" fill="#B7D5FF" fill-opacity=".3"/></g><g filter="url(#c)"><path fill-rule="evenodd" clip-rule="evenodd" d="M164.037 141.407a7.408 7.408 0 0 0-14.815 0v14.816h-14.815a7.408 7.408 0 0 0 0 14.815h14.815v14.814a7.408 7.408 0 0 0 14.815 0v-14.814h14.815a7.408 7.408 0 0 0 0-14.815h-14.815v-14.816Z" fill="#fff"/></g><defs><filter id="a" x="108.845" y="40.095" width="191.097" height="224.69" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="3.125"/><feGaussianBlur stdDeviation="3.125"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.21 0"/><feBlend in2="shape" result="effect1_innerShadow_35_2159"/></filter><filter id="b" x="55.75" y="31.75" width="201.591" height="264.815" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feGaussianBlur in="BackgroundImage" stdDeviation="15.625"/><feComposite in2="SourceAlpha" operator="in" result="effect1_backgroundBlur_35_2159"/><feBlend in="SourceGraphic" in2="effect1_backgroundBlur_35_2159" result="shape"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dx="5" dy="12.5"/><feGaussianBlur stdDeviation="8.245"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.25 0"/><feBlend in2="shape" result="effect2_innerShadow_35_2159"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="3.125"/><feGaussianBlur stdDeviation="3.125"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0"/><feBlend in2="effect2_innerShadow_35_2159" result="effect3_innerShadow_35_2159"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="-3.125"/><feGaussianBlur stdDeviation="3.125"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 0.103594 0 0 0 0 0.52793 0 0 0 0 0.920833 0 0 0 0.16 0"/><feBlend in2="effect3_innerShadow_35_2159" result="effect4_innerShadow_35_2159"/></filter><filter id="c" x="116.853" y="123.853" width="79.554" height="81.907" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feGaussianBlur in="BackgroundImage" stdDeviation="5.074"/><feComposite in2="SourceAlpha" operator="in" result="effect1_backgroundBlur_35_2159"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="6.25"/><feColorMatrix values="0 0 0 0 0.184314 0 0 0 0 0.607843 0 0 0 0 1 0 0 0 0.6 0"/><feBlend in2="effect1_backgroundBlur_35_2159" result="effect2_dropShadow_35_2159"/><feBlend in="SourceGraphic" in2="effect2_dropShadow_35_2159" result="shape"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dx="5" dy="12.5"/><feGaussianBlur stdDeviation="8.245"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.25 0"/><feBlend in2="shape" result="effect3_innerShadow_35_2159"/></filter></defs></svg>
\ No newline at end of file
<svg width="1440" height="1024" viewBox="0 0 1440 1024" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect width="1440" height="1024" fill="tranparent"/>
<g clip-path="url(#clip0)">
<path d="M1046.99 208.661H393.842C369.935 208.661 350.553 228.042 350.553 251.95V665.478C350.553 689.386 369.935 708.767 393.842 708.767H1046.99C1070.9 708.767 1090.28 689.386 1090.28 665.478V251.95C1090.28 228.042 1070.9 208.661 1046.99 208.661Z" fill="url(#paint0_linear)"/>
<path d="M400.056 208.661H1041.83C1054.82 208.661 1067.28 213.821 1076.46 223.005C1085.65 232.189 1090.81 244.646 1090.81 257.634H351.083C351.083 244.646 356.242 232.189 365.427 223.005C374.611 213.821 387.067 208.661 400.056 208.661Z" fill="#5CA4E6"/>
<path d="M740.489 288.718H1042.62C1047.8 288.718 1052.78 290.777 1056.44 294.442C1060.11 298.108 1062.17 303.079 1062.17 308.263V457.611C1062.17 462.794 1060.11 467.766 1056.44 471.431C1052.78 475.096 1047.8 477.155 1042.62 477.155H740.489C735.306 477.155 730.335 475.096 726.669 471.431C723.004 467.766 720.945 462.794 720.945 457.611V308.263C720.945 305.696 721.45 303.155 722.432 300.783C723.415 298.412 724.854 296.257 726.669 294.443C728.484 292.628 730.639 291.188 733.01 290.206C735.381 289.224 737.923 288.718 740.489 288.718V288.718Z" stroke="#5661AE" stroke-miterlimit="10" stroke-dasharray="11.93 11.93"/>
<path d="M961.523 504.779H659.391C648.597 504.779 639.847 513.529 639.847 524.324V673.672C639.847 684.466 648.597 693.216 659.391 693.216H961.523C972.317 693.216 981.068 684.466 981.068 673.672V524.324C981.068 513.529 972.317 504.779 961.523 504.779Z" fill="tranparent"/>
<path d="M603.238 504.779H392.118C382.987 504.779 375.585 512.181 375.585 521.313V676.683C375.585 685.814 382.987 693.216 392.118 693.216H603.238C612.369 693.216 619.771 685.814 619.771 676.683V521.313C619.771 512.181 612.369 504.779 603.238 504.779Z" fill="tranparent"/>
<path d="M667.651 641.815C667.651 641.815 690.296 639.43 703.911 649.623C722.172 663.292 736.879 673.844 756.292 640.247C777.559 603.438 780.902 590.582 796.417 590.43C816.331 590.236 824.105 643.316 860.824 647.067C897.542 650.818 922.509 644.816 922.509 644.816" stroke="#5661AE" stroke-width="10" stroke-miterlimit="10" stroke-linecap="round"/>
<path d="M667.651 535.878H720.415" stroke="#5661AE" stroke-width="16" stroke-miterlimit="10" stroke-linecap="round"/>
<path d="M667.651 560.503H776.693" stroke="#D4DCF4" stroke-width="16" stroke-miterlimit="10" stroke-linecap="round"/>
<path d="M395.835 244.223C400.457 244.223 404.204 240.476 404.204 235.855C404.204 231.233 400.457 227.486 395.835 227.486C391.214 227.486 387.467 231.233 387.467 235.855C387.467 240.476 391.214 244.223 395.835 244.223Z" fill="tranparent"/>
<path d="M424.195 244.223C428.817 244.223 432.563 240.476 432.563 235.855C432.563 231.233 428.817 227.486 424.195 227.486C419.573 227.486 415.827 231.233 415.827 235.855C415.827 240.476 419.573 244.223 424.195 244.223Z" fill="tranparent"/>
<path d="M451.746 244.223C456.368 244.223 460.114 240.476 460.114 235.855C460.114 231.233 456.368 227.486 451.746 227.486C447.124 227.486 443.377 231.233 443.377 235.855C443.377 240.476 447.124 244.223 451.746 244.223Z" fill="tranparent"/>
<path d="M892.038 416.798C910.739 416.798 925.9 401.638 925.9 382.937C925.9 364.235 910.739 349.075 892.038 349.075C873.337 349.075 858.176 364.235 858.176 382.937C858.176 401.638 873.337 416.798 892.038 416.798Z" fill="#1C85E8"/>
<path d="M894.711 366.938C894.711 365.462 893.514 364.265 892.038 364.265C890.562 364.265 889.365 365.462 889.365 366.938V401.083C889.365 402.559 890.562 403.756 892.038 403.756C893.514 403.756 894.711 402.559 894.711 401.083V366.938Z" fill="tranparent"/>
<path d="M909.111 386.683C910.587 386.683 911.783 385.486 911.783 384.01C911.783 382.534 910.587 381.337 909.111 381.337H874.966C873.489 381.337 872.293 382.534 872.293 384.01C872.293 385.486 873.489 386.683 874.966 386.683H909.111Z" fill="tranparent"/>
<path d="M716.103 903.7C1009.98 903.7 1248.21 897.614 1248.21 890.106C1248.21 882.598 1009.98 876.512 716.103 876.512C422.231 876.512 184 882.598 184 890.106C184 897.614 422.231 903.7 716.103 903.7Z" fill="#F5F8FF"/>
<path d="M1182.77 623.123H810.457V886.136H1182.77V623.123Z" fill="#5CA4E6"/>
<path d="M959.191 623.123H810.457V886.136H959.191V623.123Z" fill="url(#paint1_linear)"/>
<path d="M275.171 787.281L259.892 885.4L254.075 884.494C252.112 884.188 250.351 883.115 249.179 881.511C248.007 879.907 247.52 877.903 247.826 875.94L260.8 792.624C261.106 790.661 262.179 788.9 263.783 787.728C265.387 786.556 267.391 786.069 269.354 786.375L275.171 787.281Z" fill="#5661AE"/>
<path d="M322.924 803.794L299.034 796.646L291.439 829.93L317.576 838.136L322.924 803.794Z" fill="#BC775C"/>
<path d="M306.485 834.654L302.068 833.268L312.919 800.801L316.953 802.008L306.485 834.654Z" fill="#93523E"/>
<path d="M302.063 797.118C302.063 797.118 292.703 813.381 297.861 831.947L265.705 884.516C262.91 886.558 258.663 885.347 256.303 884.091C255.787 883.813 255.37 883.381 255.111 882.855C254.851 882.33 254.761 881.736 254.854 881.157L268.724 792.092C268.954 790.605 269.759 789.268 270.964 788.369C272.17 787.469 273.68 787.079 275.171 787.281C281.135 788.09 290.212 789.397 293.782 790.314C299.3 791.73 302.21 793.737 302.063 797.118Z" fill="#1C85E8"/>
<path d="M291.449 843.112L286.728 835.583C286.555 835.308 286.318 835.079 286.036 834.918C285.755 834.756 285.438 834.666 285.114 834.655C284.789 834.645 284.467 834.714 284.176 834.858C283.885 835.001 283.633 835.214 283.443 835.477C283.211 835.8 283.081 836.185 283.07 836.583C283.06 836.981 283.17 837.372 283.385 837.707L289.279 846.856L291.449 843.112Z" fill="tranparent"/>
<path d="M286.097 851.178L281.422 843.666C281.249 843.391 281.012 843.162 280.731 843.001C280.449 842.839 280.132 842.749 279.808 842.739C279.483 842.728 279.161 842.798 278.87 842.941C278.579 843.084 278.327 843.297 278.138 843.56C277.905 843.883 277.775 844.268 277.765 844.666C277.754 845.064 277.864 845.456 278.079 845.79L283.849 854.854L286.097 851.178Z" fill="tranparent"/>
<path d="M280.55 860.246L275.961 852.788C275.789 852.513 275.551 852.285 275.27 852.123C274.988 851.961 274.671 851.871 274.347 851.861C274.023 851.85 273.701 851.92 273.409 852.063C273.118 852.206 272.867 852.419 272.677 852.682C272.444 853.005 272.314 853.391 272.304 853.788C272.293 854.186 272.403 854.578 272.619 854.912L278.361 863.826L280.55 860.246Z" fill="tranparent"/>
<path d="M537.81 872.758H637.111V878.645C637.111 879.629 636.917 880.603 636.541 881.511C636.165 882.42 635.613 883.246 634.917 883.941C634.222 884.637 633.396 885.189 632.487 885.565C631.579 885.942 630.605 886.135 629.621 886.135H545.3C543.314 886.135 541.409 885.346 540.004 883.941C538.599 882.537 537.81 880.632 537.81 878.645V872.758Z" fill="#5661AE"/>
<path d="M546.779 823.033L543.392 847.737L577.449 850.121L581.535 823.033H546.779Z" fill="#BC775C"/>
<path d="M581.182 825.373L580.31 831.154L545.337 833.55L546.458 825.373H581.182Z" fill="#93523E"/>
<path d="M543.392 844.672C543.392 844.672 560.902 851.419 578.453 843.466L635.344 867.15C637.792 869.597 637.249 873.98 636.37 876.505C636.175 877.058 635.812 877.536 635.333 877.874C634.853 878.211 634.281 878.391 633.694 878.388H543.555C542.051 878.389 540.607 877.8 539.532 876.747C538.458 875.694 537.84 874.262 537.81 872.758C537.692 866.74 537.587 857.571 537.943 853.902C538.494 848.231 540.029 845.047 543.392 844.672Z" fill="#1C85E8"/>
<path d="M590.472 848.083L583.758 853.907C583.513 854.119 583.324 854.389 583.208 854.692C583.091 854.995 583.051 855.322 583.091 855.644C583.13 855.966 583.248 856.274 583.435 856.539C583.621 856.805 583.87 857.021 584.159 857.168C584.514 857.348 584.915 857.417 585.31 857.366C585.704 857.316 586.074 857.147 586.372 856.882L594.505 849.652L590.472 848.083Z" fill="tranparent"/>
<path d="M599.265 852.13L592.562 857.906C592.316 858.118 592.127 858.388 592.011 858.691C591.894 858.994 591.854 859.321 591.894 859.643C591.933 859.965 592.052 860.273 592.238 860.538C592.424 860.804 592.673 861.02 592.963 861.167C593.317 861.347 593.718 861.416 594.113 861.365C594.507 861.314 594.878 861.146 595.175 860.881L603.243 853.786L599.265 852.13Z" fill="tranparent"/>
<path d="M609.079 856.215L602.415 861.898C602.17 862.11 601.981 862.38 601.865 862.683C601.748 862.986 601.708 863.313 601.748 863.635C601.787 863.957 601.905 864.265 602.092 864.531C602.278 864.796 602.527 865.012 602.816 865.159C603.171 865.339 603.572 865.408 603.967 865.357C604.361 865.307 604.731 865.138 605.029 864.873L612.953 857.828L609.079 856.215Z" fill="tranparent"/>
<path d="M488.289 499.257L508.869 458.737C508.869 458.737 496.34 460.374 494.157 452.598C491.973 444.821 553.367 437.863 553.367 437.863C553.367 437.863 548.455 455.054 541.088 457.1L520.828 516.447L488.289 499.257Z" fill="#BC775C"/>
<path d="M491.355 493.221L523.501 508.62L520.828 516.447L489.589 496.699L491.355 493.221Z" fill="#93523E"/>
<path d="M687.356 282.407L391.439 330.849C386.362 331.68 382.919 336.47 383.751 341.548L403.074 459.586C403.905 464.663 408.695 468.106 413.773 467.275L709.689 418.832C714.767 418.001 718.209 413.211 717.378 408.133L698.055 290.095C697.224 285.018 692.434 281.575 687.356 282.407Z" fill="#FEBB94"/>
<path d="M536.14 356.417L656.403 336.729" stroke="white" stroke-width="16.5208" stroke-miterlimit="10" stroke-linecap="round"/>
<path opacity="0.7" d="M544.684 392.933L623.135 380.09" stroke="white" stroke-width="16.5208" stroke-miterlimit="10" stroke-linecap="round"/>
<path d="M464.252 436.958C487.743 436.958 506.786 417.915 506.786 394.425C506.786 370.934 487.743 351.891 464.252 351.891C440.762 351.891 421.719 370.934 421.719 394.425C421.719 417.915 440.762 436.958 464.252 436.958Z" stroke="#EF6A77" stroke-width="16.5208" stroke-miterlimit="10"/>
<path d="M506.227 387.553C507.586 395.855 506.453 404.373 502.971 412.031C499.489 419.689 493.814 426.142 486.664 430.575C479.514 435.007 471.21 437.22 462.803 436.934C454.395 436.647 446.262 433.874 439.431 428.964C432.599 424.055 427.377 417.23 424.425 409.353C421.472 401.476 420.922 392.9 422.843 384.71C424.764 376.52 429.071 369.084 435.219 363.341C441.367 357.599 449.079 353.809 457.381 352.45" stroke="white" stroke-width="16.5208" stroke-miterlimit="10" stroke-linecap="round"/>
<path d="M478.112 712.926L490.387 851.86C490.387 881.642 460 885.03 450.272 881.52C436.551 876.569 303.655 842.737 303.655 842.737L317.739 799.601L419.737 813.778C419.737 813.778 416.948 784.833 389.596 696.448L478.112 712.926Z" fill="#5661AE"/>
<path d="M398.709 727.062L481.412 750.283L476.762 694.494L389.596 696.448L398.709 727.062Z" fill="#465393"/>
<path d="M476.911 408.531C476.911 408.531 493.289 427.123 498.158 434.648C503.028 442.173 503.202 456.932 493.021 460.694C482.841 464.457 474.513 465.089 459.648 462.313C448.083 460.153 433.089 441.066 437.516 431.328C441.942 421.59 462.525 403.884 476.911 408.531Z" fill="#BC775C"/>
<path d="M480.01 460.542L477.575 491.97L441.942 484.224L457.878 454.567L480.01 460.542Z" fill="#BC775C"/>
<path d="M480.01 463.813H470.322L478.61 478.611" fill="#93523E"/>
<path d="M437.959 482.232L443.273 477.084C443.963 476.415 444.81 475.931 445.736 475.677C446.662 475.422 447.637 475.404 448.572 475.626L477.709 482.526C478.411 482.692 479.057 483.038 479.586 483.528C480.114 484.019 480.506 484.638 480.724 485.325L482.83 491.97L437.959 482.232Z" fill="url(#paint2_linear)"/>
<path d="M391.81 641.13L386.594 666.399C380.722 704.947 408.359 730.445 450.598 723.496C488.32 717.29 600.059 673.967 600.059 673.967L595.606 605.402L501.669 620.9C501.669 620.9 417.235 605.257 391.81 641.13Z" fill="#5661AE"/>
<path d="M602.603 665.363C619.386 665.363 632.991 651.758 632.991 634.976C632.991 618.193 619.386 604.588 602.603 604.588C585.821 604.588 572.216 618.193 572.216 634.976C572.216 651.758 585.821 665.363 602.603 665.363Z" fill="#5661AE"/>
<path d="M602.603 665.363C619.386 665.363 632.991 651.758 632.991 634.976C632.991 618.193 619.386 604.588 602.603 604.588C585.821 604.588 572.216 618.193 572.216 634.976C572.216 651.758 585.821 665.363 602.603 665.363Z" fill="#5661AE"/>
<path d="M460 883.12C476.783 883.12 490.387 869.515 490.387 852.733C490.387 835.95 476.783 822.345 460 822.345C443.218 822.345 429.613 835.95 429.613 852.733C429.613 869.515 443.218 883.12 460 883.12Z" fill="#5661AE"/>
<path d="M631.508 643.757L588.79 825.373H537.699L572.216 634.976L631.508 643.757Z" fill="#5661AE"/>
<path d="M501.669 620.901L389.157 655.916L391.81 641.13L501.669 620.901Z" fill="#465393"/>
<path d="M526.917 518.306L538.096 526.439L575.425 465.167C575.425 465.167 570.455 445.098 570.113 441.681L582.259 439.949C582.259 439.949 592.096 421.408 594.901 417.74C597.705 414.073 600.941 414.72 602.667 417.74C602.667 417.74 608.06 418.603 608.923 425.938C608.923 425.938 613.669 427.017 615.61 436.508C615.61 436.508 619.709 440.823 618.846 445.569C617.983 450.315 607.197 468.915 605.471 470.833C604.142 472.397 602.917 474.046 601.804 475.77L565.851 561.923C565.851 561.923 557.066 580.767 536.478 573.62L510.954 561.791C499.238 554.2 526.917 518.306 526.917 518.306Z" fill="#BC775C"/>
<path d="M545.732 575.848C557.599 575.848 567.22 566.227 567.22 554.36C567.22 542.492 557.599 532.871 545.732 532.871C533.864 532.871 524.243 542.492 524.243 554.36C524.243 566.227 533.864 575.848 545.732 575.848Z" fill="#BC775C"/>
<path d="M455.664 424.024C455.664 424.024 476.69 416.942 480.895 402.113C485.1 387.284 476.248 379.538 464.739 387.063C464.739 387.063 456.55 374.005 442.606 383.079C428.663 392.154 431.319 413.622 431.762 417.827C431.762 417.827 416.048 428.893 423.573 446.378C431.098 463.862 451.746 468.067 451.746 468.067C454.025 464.792 455.656 461.111 456.55 457.223C456.55 457.223 445.171 448.591 451.746 440.181C458.32 431.77 465.845 445.271 465.845 445.271C465.845 445.271 471.6 426.237 455.664 424.024Z" fill="#465393"/>
<path d="M437.959 482.232C437.959 482.232 423.362 489.49 420.056 497.306C417 504.528 395.748 599.386 389.24 637.571C389.084 638.477 389.154 639.407 389.442 640.279C389.73 641.152 390.229 641.94 390.893 642.575C391.557 643.21 392.367 643.672 393.252 643.92C394.136 644.169 395.068 644.196 395.966 644L501.669 620.9C501.669 620.9 496.499 565.346 498.311 549.042C500.122 532.738 482.83 491.97 482.83 491.97L437.959 482.232Z" fill="url(#paint3_linear)"/>
<path d="M497.936 556.729L471.287 540.892L499.016 586.507L497.936 556.729Z" fill="#96BAFD"/>
<path d="M538.096 526.438L545.856 531.847L553.367 501.373L538.096 526.438Z" fill="#93523E"/>
<path d="M482.83 491.97C482.83 491.97 525.245 515.157 530.395 518.959C531.063 519.452 531.532 520.167 531.719 520.975C531.906 521.784 531.798 522.632 531.414 523.368L511.933 560.771C511.715 561.191 511.413 561.562 511.045 561.861C510.678 562.16 510.254 562.382 509.799 562.511C509.343 562.641 508.866 562.676 508.396 562.615C507.927 562.554 507.475 562.397 507.067 562.155L457.629 532.775C457.629 532.775 454.999 493.667 482.83 491.97Z" fill="url(#paint4_linear)"/>
<path d="M477.419 436.42C478.435 435.661 478.32 433.788 477.162 432.237C476.003 430.685 474.24 430.043 473.224 430.802C472.207 431.561 472.323 433.434 473.481 434.985C474.639 436.536 476.402 437.179 477.419 436.42Z" fill="#080B09"/>
<path d="M491.357 425.873C492.373 425.114 492.258 423.241 491.1 421.69C489.941 420.138 488.178 419.496 487.162 420.255C486.145 421.014 486.261 422.887 487.419 424.438C488.577 425.989 490.34 426.632 491.357 425.873Z" fill="#080B09"/>
<path d="M485.714 428.762C485.714 428.762 485.473 433.35 488.284 432.142C490.929 430.896 493.189 431.754 491.532 435.236" stroke="#93523E" stroke-width="1.20877" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M492.461 438.51C490.865 439.379 487.672 441.115 485.565 442.306C485.438 442.377 485.332 442.48 485.26 442.606C485.188 442.733 485.151 442.876 485.155 443.021C485.158 443.167 485.202 443.308 485.28 443.431C485.358 443.553 485.469 443.652 485.599 443.716C488.554 444.992 494.882 446.85 493.554 439.106C493.553 438.979 493.518 438.855 493.453 438.746C493.387 438.637 493.294 438.548 493.183 438.487C493.071 438.427 492.946 438.397 492.819 438.401C492.692 438.405 492.569 438.443 492.461 438.51Z" fill="tranparent"/>
<path d="M465.432 431.834L465.728 432.076C466.129 432.466 466.668 432.682 467.227 432.676C467.786 432.67 468.321 432.443 468.713 432.045L475.283 425.022C475.615 424.695 475.812 424.256 475.835 423.791C475.858 423.325 475.706 422.868 475.408 422.51C475.236 422.282 475.018 422.093 474.768 421.956C474.517 421.818 474.24 421.736 473.956 421.713C473.671 421.691 473.385 421.729 473.116 421.825C472.847 421.922 472.601 422.074 472.396 422.272L465.53 429.053C465.337 429.227 465.181 429.438 465.071 429.673C464.961 429.908 464.9 430.163 464.891 430.423C464.881 430.682 464.925 430.941 465.018 431.184C465.111 431.426 465.251 431.647 465.432 431.834Z" fill="#080B09"/>
<path d="M489.309 411.905L480.274 415.295C480.008 415.399 479.767 415.558 479.567 415.761C479.367 415.965 479.212 416.209 479.113 416.477C479.014 416.745 478.973 417.031 478.993 417.316C479.013 417.601 479.093 417.878 479.228 418.13C479.428 418.55 479.779 418.88 480.211 419.054C480.643 419.228 481.125 419.233 481.561 419.069L490.691 416.049C491.217 415.86 491.647 415.47 491.887 414.964C492.126 414.459 492.157 413.879 491.971 413.352L491.875 412.982C491.781 412.739 491.639 412.519 491.458 412.333C491.277 412.147 491.06 411.999 490.821 411.899C490.581 411.798 490.324 411.747 490.064 411.748C489.805 411.749 489.548 411.803 489.309 411.905Z" fill="#080B09"/>
<path d="M1182.77 257.634L1104.67 318.372H1255.81L1182.77 257.634Z" fill="#FEBB94"/>
<path d="M935.491 569.565C935.491 569.565 906.851 544.564 883.566 565.81C860.28 587.055 764.074 732.949 764.074 732.949L793.172 753.072L902.302 630.344L921.298 660.92L935.491 569.565Z" fill="#FCBA9F"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M916.006 848.723C928.002 839.957 940.367 830.921 953.388 828.003C953.681 827.936 953.985 827.934 954.28 827.996C954.574 828.058 954.851 828.184 955.092 828.364C955.333 828.544 955.532 828.774 955.675 829.039C955.818 829.304 955.902 829.596 955.92 829.896L957.347 854.054C957.376 854.552 957.225 855.043 956.92 855.437C956.615 855.832 956.178 856.102 955.689 856.198L866.492 873.828C859.915 875.128 855.697 872.268 853.674 867.189C853.608 867.014 853.594 866.823 853.633 866.64C853.672 866.457 853.764 866.289 853.896 866.156C854.029 866.024 854.197 865.932 854.38 865.893C854.563 865.853 854.754 865.867 854.929 865.933C866.646 870.237 879.582 869.786 890.97 864.674C899.198 861.006 907.509 854.932 916.006 848.723Z" fill="#5661AE"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M943.379 769.577C943.379 769.577 945.068 807.705 945.958 811.584C946.57 813.704 947.338 815.776 948.254 817.783C949.783 821.427 951.486 825.488 951.642 828.439C939.261 831.737 927.465 840.355 916.007 848.727C907.51 854.935 899.2 861.006 890.971 864.674C880.133 869.538 867.871 870.193 856.576 866.51C855.025 859.919 859.527 852.623 870.884 849.336C891.24 843.445 902.364 839.711 909.462 822.685C914.506 810.586 906.058 768.465 906.058 768.465L943.379 769.577Z" fill="#FFCCB3"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M910.353 816.248C914.356 816.002 930.26 814.955 945.486 812.964C948.445 812.578 951.086 818.135 949.822 821.67C948.995 824.251 948.377 826.895 947.975 829.576C943.007 831.392 938.241 833.717 933.751 836.514C934.672 830.215 930.83 827.426 925.122 827.713C920.613 827.94 910.428 830.804 905.177 832.359C904.888 832.444 904.581 832.444 904.293 832.361C904.004 832.277 903.745 832.112 903.546 831.886C903.348 831.66 903.218 831.382 903.173 831.084C903.128 830.787 903.168 830.483 903.29 830.208L909.008 817.189C909.124 816.923 909.311 816.695 909.548 816.529C909.786 816.363 910.064 816.266 910.353 816.248Z" fill="tranparent"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M868.236 868.758C878.598 869.569 884.866 866.875 884.866 866.875L880.696 845.78L864.483 849.769L868.236 868.758Z" fill="tranparent"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M738.3 772.563C753.116 773.667 768.388 774.806 780.193 781.027C780.46 781.166 780.693 781.362 780.877 781.6C781.061 781.838 781.19 782.113 781.257 782.407C781.324 782.7 781.326 783.004 781.263 783.298C781.2 783.593 781.074 783.87 780.894 784.11L766.316 803.427C766.016 803.825 765.582 804.1 765.094 804.203C764.607 804.305 764.098 804.228 763.664 803.984L684.327 759.571C678.477 756.296 677.12 751.383 678.873 746.205C678.936 746.029 679.049 745.875 679.198 745.761C679.347 745.647 679.525 745.578 679.712 745.563C679.899 745.548 680.086 745.587 680.251 745.676C680.416 745.764 680.552 745.899 680.643 746.063C686.772 756.937 696.913 764.981 708.897 768.473C717.54 771.016 727.805 771.781 738.3 772.563Z" fill="#5661AE"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M810.457 730.057L785.183 763.709C784.275 765.72 783.516 767.795 782.912 769.918C781.713 773.684 780.376 777.879 778.582 780.227C767.017 774.71 752.449 773.623 738.298 772.566C727.804 771.783 717.541 771.017 708.898 768.474C697.493 765.149 687.734 757.697 681.523 747.57C684.615 741.547 692.774 738.911 703.551 743.773C722.868 752.487 733.758 756.857 750.2 748.497C752.85 746.937 755.225 744.951 757.229 742.62L782.765 705.012L810.457 730.057Z" fill="#FCBA9F"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M755.053 744.175C758.26 746.583 771.046 756.097 783.929 764.454C786.432 766.079 784.839 772.022 781.585 773.894C779.282 775.322 777.097 776.934 775.053 778.715C770.094 776.876 764.957 775.556 759.726 774.774C764.511 770.576 763.395 765.961 758.862 762.479C755.283 759.728 745.672 755.304 740.666 753.083C740.391 752.961 740.157 752.762 739.992 752.511C739.826 752.26 739.736 751.967 739.731 751.666C739.727 751.365 739.809 751.069 739.967 750.813C740.125 750.558 740.353 750.352 740.625 750.222L753.419 744.018C753.679 743.891 753.97 743.839 754.258 743.866C754.546 743.894 754.821 744.001 755.053 744.175Z" fill="tranparent"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M688.942 756.842C696.305 764.178 702.823 766.191 702.823 766.191L713.327 747.427L698.397 739.952L688.942 756.842Z" fill="tranparent"/>
<path d="M974.766 551.425L899.25 564.841L914.114 624.618H962.486C962.486 624.618 985.48 575.195 974.766 551.425Z" fill="#FFCCB3"/>
<path d="M908.929 624.033C925.711 624.033 939.316 610.429 939.316 593.646C939.316 576.864 925.711 563.259 908.929 563.259C892.146 563.259 878.541 576.864 878.541 593.646C878.541 610.429 892.146 624.033 908.929 624.033Z" fill="#FFCCB3"/>
<path d="M878.918 598.434L909.325 788.826L944.397 790.29L940.302 602.087L878.918 598.434Z" fill="#FFCCB3"/>
<path d="M926.553 556.662C926.553 556.662 938.191 560.246 942.995 579.228C947.799 598.209 942.557 624.618 942.557 624.618H950.041C950.041 624.618 976.725 593.282 957.093 553.345L926.553 556.662Z" fill="#FF967C"/>
<path d="M999.978 393.847L990.473 398.407C986.828 400.156 983.615 402.688 981.062 405.822C978.509 408.957 976.679 412.616 975.704 416.539L954.217 502.995L905.775 526.157L916.819 543.698L1008.41 540.45L999.978 393.847Z" fill="#5661AE"/>
<path d="M986.29 424.97C986.29 424.97 969.611 448.403 977.682 470.721C985.753 493.04 982.458 497.178 980.439 516.951C978.421 536.723 985.012 532.125 985.012 532.125L1008.41 521.089C1008.41 521.089 1018.17 427.56 986.29 424.97Z" fill="#465393"/>
<path d="M1084.42 532.589C1084.42 532.589 1093.67 577.845 1081.55 596.757C1066.21 620.695 1047.45 624.361 1033.58 624.618H942.557C942.557 624.618 942.389 567.831 897.547 558.129C897.547 558.129 1045.13 517.026 1084.42 532.589Z" fill="#1F2D49"/>
<path d="M1086.46 545.767L989.994 548.943L991.02 542.205L1009.82 540.032H1086.32L1086.46 545.767Z" fill="#0D1B33"/>
<path d="M961.697 524.562C961.697 524.562 949.896 527.992 944.595 529.551C939.294 531.11 928.812 534.853 928.812 534.853L936.487 545.767L971.269 543.698L961.697 524.562Z" fill="#FFCCB3"/>
<path d="M1018.88 385.776C1018.88 385.776 999.075 393.614 996.05 396.033C993.026 398.453 990.154 418.199 985.012 427.575C979.871 436.951 972.349 454.256 983.335 470.151C994.321 486.047 993.153 498.669 993.153 498.669L990.815 538.543L1082.46 541.331C1083.29 541.357 1084.12 541.206 1084.89 540.887C1085.66 540.569 1086.36 540.091 1086.93 539.484C1087.5 538.877 1087.94 538.155 1088.21 537.367C1088.48 536.579 1088.58 535.742 1088.51 534.911C1087.46 523.285 1085.69 505.917 1085.31 487.405C1084.8 462.317 1084.42 378.488 1084.42 378.488L1043.17 377.194C1034.87 378.626 1018.88 385.776 1018.88 385.776Z" fill="#5661AE"/>
<path d="M1084.42 422.995C1096.71 422.995 1106.67 413.032 1106.67 400.742C1106.67 388.452 1096.71 378.488 1084.42 378.488C1072.13 378.488 1062.17 388.452 1062.17 400.742C1062.17 413.032 1072.13 422.995 1084.42 422.995Z" fill="#5661AE"/>
<path d="M1087.42 525.717C1087.42 525.717 1085.52 532.674 1065.17 540.805C1065.17 540.805 1017.46 539.768 993.757 540.266C970.054 540.765 996.298 534.512 1009.53 527.915C1022.76 521.318 1085.92 502.995 1085.92 502.995L1087.42 525.717Z" fill="#465393"/>
<path d="M1068.19 412.756C1068.19 412.756 1054.39 425.336 1053.58 434.67C1052.76 444.004 1050.89 470.03 1033.16 472.626C1011.42 475.808 1005.73 478.906 1015.81 481.341C1025.88 483.776 1048.75 479.83 1048.75 490.269C1048.75 497.697 1057.63 503.255 1062.1 499.197C1066.56 495.139 1102.12 433.453 1068.19 412.756Z" fill="#465393"/>
<path d="M1106.43 403.998C1104.56 412.928 1086.76 507.008 1086.76 507.008C1086.76 507.008 1084.42 521.082 1070.67 524.562L974.766 548.943L957.891 523.63L1044.87 493.884L1062.17 400.742C1062.17 400.742 1108.93 392.085 1106.43 403.998Z" fill="#5661AE"/>
<path d="M1016.65 368.45L1017.56 399.323C1017.56 399.323 1017.32 404.649 1023.78 403.931C1030.25 403.213 1043.26 398.379 1046.85 392.154C1050.44 385.928 1048.17 383.793 1048.17 383.793L1028.44 345.332L1016.65 368.45Z" fill="#FFCCB3"/>
<path d="M1016.65 372.038L1024.73 362.459L1017.34 391.929L1016.65 372.038Z" fill="#FF967C"/>
<path d="M1023.85 292.35C1023.5 286.46 1024.78 280.587 1027.56 275.38C1032.16 267.072 1041.7 255.582 1056.2 260.532C1070.69 265.481 1081.3 276.618 1075.82 292.35C1070.34 308.083 1055.12 313.117 1047.36 311.441C1039.6 309.765 1023.85 292.35 1023.85 292.35Z" fill="#080B09"/>
<path d="M1019.18 294.538C1020.02 293.13 1021.26 292.015 1022.76 291.345C1024.25 290.675 1025.91 290.483 1027.52 290.796C1033.26 291.852 1039.29 296.381 1044.43 301.814C1049.56 307.248 1049.39 311.192 1047.06 313.597C1044.73 316.003 1019.18 294.538 1019.18 294.538Z" fill="#FEBB94"/>
<path d="M892.038 452.055L928.812 553.935H1002.75C1002.75 550.824 1001.51 547.84 999.314 545.641C997.115 543.441 994.131 542.205 991.02 542.205H937.529L905.775 452.055L892.038 452.055Z" fill="tranparent"/>
<path d="M892.038 452.055H792.836L831.201 553.935H928.812L892.038 452.055Z" fill="#D4DCF4"/>
<path d="M860.824 515.022C865.765 515.022 869.77 511.016 869.77 506.075C869.77 501.135 865.765 497.129 860.824 497.129C855.883 497.129 851.878 501.135 851.878 506.075C851.878 511.016 855.883 515.022 860.824 515.022Z" fill="tranparent"/>
<path d="M976.496 330.488C976.496 330.488 979.555 360.038 993.932 373.493C1003.31 382.267 1011.91 380.02 1024.73 362.459C1036.48 346.357 1037.51 338.527 1037.51 338.527L1025.09 310.575C1025.09 310.575 975.035 303.451 976.496 330.488Z" fill="#FFCCB3"/>
<path d="M981.584 324.703C981.584 324.703 988.658 335.963 1001.61 336.145C1004.33 338.366 1007.56 339.852 1011.01 340.459C1014.47 341.066 1018.02 340.775 1021.32 339.612C1021.32 339.612 1016.16 331.775 1021.32 329.028C1030.1 324.364 1033.12 339.916 1028.44 345.332C1025.26 349.013 1028.62 353.299 1030.99 357.131C1033.37 360.964 1041.03 370.453 1041.03 370.453C1041.03 370.453 1040.3 364.978 1043.77 360.964C1047.24 356.949 1058.48 315.847 1037.59 300.727C1016.7 285.608 994.708 297.703 990.585 300.727C990.585 300.727 968.632 304.561 968.593 327.392C968.56 346.91 982.451 351.553 982.451 351.553L978.305 335.799C978.305 335.799 980.869 336.073 981.584 324.703Z" fill="#080B09"/>
<path d="M1004.93 361.101C1004.93 361.101 1006.55 366.166 1001.05 368.519C997.333 369.741 994.737 366.102 994.737 366.102L1004.93 361.101Z" fill="#E56441"/>
<path d="M985.67 353.673C986.814 353.391 987.404 351.795 986.987 350.109C986.571 348.423 985.307 347.286 984.163 347.568C983.019 347.851 982.429 349.446 982.845 351.132C983.261 352.818 984.526 353.955 985.67 353.673Z" fill="#080B09"/>
<path d="M1002.63 349.742C1003.77 349.46 1004.36 347.865 1003.95 346.179C1003.53 344.493 1002.27 343.355 1001.12 343.638C999.978 343.92 999.388 345.516 999.805 347.201C1000.22 348.887 1001.49 350.025 1002.63 349.742Z" fill="#080B09"/>
<path d="M979.09 344.583L987.721 342.602C987.865 342.556 987.987 342.459 988.065 342.33C988.143 342.201 988.172 342.048 988.146 341.899C988.05 341.645 987.903 341.413 987.715 341.218C987.527 341.022 987.302 340.866 987.052 340.76C986.802 340.654 986.534 340.6 986.262 340.601C985.991 340.601 985.723 340.657 985.473 340.764L978.705 343.631C978.142 343.77 978.385 344.757 979.09 344.583Z" fill="#080B09"/>
<path d="M1008.07 336.858L996.829 340.38C996.754 340.029 996.753 339.667 996.827 339.315C996.9 338.964 997.047 338.632 997.257 338.341C997.466 338.05 997.735 337.806 998.045 337.624C998.355 337.443 998.699 337.329 999.056 337.289L1008.04 336.118C1008.32 336.049 1008.49 336.753 1008.07 336.858Z" fill="#080B09"/>
<path d="M991.723 348.036L990.504 357.137L993.718 358.689" stroke="#E56441" stroke-width="0.94666" stroke-linecap="round"/>
<path d="M1182.77 257.634V121" stroke="#5661AE" stroke-miterlimit="10"/>
</g>
<defs>
<linearGradient id="paint0_linear" x1="702" y1="207.473" x2="780.214" y2="1274.53" gradientUnits="userSpaceOnUse">
<stop stop-color="white"/>
<stop offset="1" stop-color="#94B9FF"/>
</linearGradient>
<linearGradient id="paint1_linear" x1="881.121" y1="622.498" x2="985.455" y2="1166.69" gradientUnits="userSpaceOnUse">
<stop stop-color="white"/>
<stop offset="1" stop-color="#94B9FF"/>
</linearGradient>
<linearGradient id="paint2_linear" x1="459.277" y1="475.433" x2="460.686" y2="510.768" gradientUnits="userSpaceOnUse">
<stop stop-color="white"/>
<stop offset="1" stop-color="#94B9FF"/>
</linearGradient>
<linearGradient id="paint3_linear" x1="442.613" y1="481.847" x2="495.506" y2="820.887" gradientUnits="userSpaceOnUse">
<stop stop-color="white"/>
<stop offset="1" stop-color="#94B9FF"/>
</linearGradient>
<linearGradient id="paint4_linear" x1="492.837" y1="491.802" x2="508.319" y2="641.809" gradientUnits="userSpaceOnUse">
<stop stop-color="white"/>
<stop offset="1" stop-color="#94B9FF"/>
</linearGradient>
<clipPath id="clip0">
<rect width="1071.81" height="782.7" fill="tranparent" transform="translate(184 121)"/>
</clipPath>
</defs>
</svg>
<svg width="1440" height="1024" viewBox="0 0 1440 1024" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect width="1440" height="1024" fill="tranparent"/>
<g clip-path="url(#clip0)">
<path d="M727.196 835.554C923.203 835.554 1082.1 830.879 1082.1 825.113C1082.1 819.346 923.203 814.671 727.196 814.671C531.189 814.671 372.294 819.346 372.294 825.113C372.294 830.879 531.189 835.554 727.196 835.554Z" fill="#F5F8FF"/>
<path d="M775.693 820.889H534.726C515.181 820.889 502.023 805.044 505.337 785.499L602.386 213.148C605.7 193.602 624.232 177.757 643.777 177.757H884.744C904.289 177.757 917.447 193.602 914.133 213.148L817.084 785.499C813.77 805.044 795.238 820.889 775.693 820.889Z" fill="#5CA4E6"/>
<path d="M745.596 820.889H504.629C485.084 820.889 471.926 805.044 475.24 785.499L572.289 213.148C575.603 193.602 594.134 177.757 613.68 177.757H854.646C874.192 177.757 887.35 193.602 884.036 213.148L786.987 785.499C783.673 805.044 765.141 820.889 745.596 820.889Z" fill="#D1E8F7"/>
<path d="M746.981 801.754H509.733C499.584 801.754 492.752 793.527 494.473 783.378L590.803 215.268C592.524 205.119 602.146 196.892 612.295 196.892H849.543C859.692 196.892 866.524 205.119 864.803 215.268L768.473 783.378C766.752 793.527 757.13 801.754 746.981 801.754Z" fill="tranparent"/>
<path d="M769.437 388.307H542.588L566.231 257.692C567.78 249.728 575.492 243.272 583.455 243.272H797.645C805.609 243.272 810.809 249.728 809.26 257.692L786.661 373.888C785.112 381.851 777.401 388.307 769.437 388.307Z" fill="url(#paint0_linear)"/>
<path d="M751.153 371.5H411.546C403.583 371.5 398.382 365.044 399.931 357.08L422.53 240.884C424.079 232.92 431.79 226.464 439.754 226.464H779.361C787.324 226.464 792.525 232.92 790.976 240.884L768.377 357.08C766.828 365.044 759.116 371.5 751.153 371.5Z" fill="#FEBB94"/>
<path d="M729.486 786.942L518.854 787.942C510.89 787.942 505.69 781.486 507.239 773.523L529.838 657.327C531.387 649.363 539.098 642.907 547.062 642.907L757.694 641.907C765.658 641.907 770.858 648.363 769.309 656.327L746.71 772.523C745.161 780.486 737.45 786.942 729.486 786.942Z" fill="#FEBB94"/>
<path d="M542.02 751.756C548.013 704.879 592.553 666.877 641.503 666.877C690.453 666.877 725.276 704.879 719.283 751.756" stroke="#FF967C" stroke-width="16.5208" stroke-miterlimit="10" stroke-linecap="round"/>
<path d="M542.02 751.756C548.013 704.879 592.553 666.877 641.503 666.877C665.73 666.877 686.497 676.186 700.567 691.273" stroke="white" stroke-width="16.5208" stroke-miterlimit="10" stroke-linecap="round"/>
<path d="M704.298 625.479H553.48C545.43 625.479 539.989 618.953 541.328 610.903L573.18 419.311C574.518 411.261 582.129 404.736 590.179 404.736H740.996C749.046 404.736 754.487 411.261 753.149 419.311L721.296 610.903C719.958 618.953 712.348 625.479 704.298 625.479Z" fill="url(#paint1_linear)"/>
<path d="M599.922 506.051H579.359C578.228 506.09 577.143 506.512 576.284 507.248C575.425 507.985 574.842 508.993 574.632 510.105L563.464 577.282C563.355 577.779 563.362 578.295 563.483 578.789C563.605 579.283 563.837 579.743 564.163 580.134C564.489 580.525 564.9 580.837 565.364 581.045C565.829 581.253 566.335 581.352 566.843 581.335H587.406C588.538 581.297 589.622 580.875 590.481 580.138C591.341 579.401 591.923 578.394 592.134 577.282L603.302 510.105C603.41 509.608 603.403 509.092 603.282 508.598C603.161 508.103 602.928 507.643 602.602 507.252C602.277 506.861 601.866 506.55 601.401 506.342C600.937 506.134 600.431 506.034 599.922 506.051Z" fill="tranparent"/>
<path d="M637.44 529.036H616.877C615.745 529.074 614.661 529.496 613.802 530.233C612.942 530.97 612.36 531.977 612.149 533.089L604.802 577.282C604.694 577.779 604.701 578.295 604.822 578.789C604.943 579.283 605.176 579.743 605.502 580.134C605.828 580.525 606.238 580.837 606.703 581.045C607.167 581.253 607.673 581.352 608.182 581.335H628.745C629.876 581.297 630.961 580.875 631.82 580.138C632.679 579.401 633.262 578.394 633.472 577.282L640.819 533.089C640.928 532.592 640.921 532.076 640.8 531.582C640.678 531.088 640.446 530.628 640.12 530.237C639.794 529.846 639.383 529.534 638.919 529.326C638.454 529.118 637.948 529.019 637.44 529.036Z" fill="tranparent"/>
<path d="M687.105 464.367H666.542C665.411 464.405 664.327 464.827 663.467 465.564C662.608 466.301 662.025 467.308 661.815 468.42L643.717 577.282C643.609 577.779 643.615 578.295 643.737 578.789C643.858 579.283 644.09 579.743 644.416 580.134C644.742 580.525 645.153 580.837 645.617 581.045C646.082 581.253 646.588 581.352 647.096 581.335H667.659C668.791 581.297 669.875 580.875 670.734 580.138C671.594 579.401 672.176 578.394 672.387 577.282L690.485 468.42C690.593 467.923 690.586 467.407 690.465 466.913C690.344 466.419 690.112 465.959 689.786 465.568C689.46 465.177 689.049 464.865 688.584 464.657C688.12 464.449 687.614 464.35 687.105 464.367Z" fill="tranparent"/>
<path d="M722.491 492.586H701.928C700.797 492.624 699.712 493.046 698.853 493.783C697.994 494.52 697.411 495.527 697.201 496.639L683.794 577.282C683.686 577.779 683.692 578.295 683.814 578.789C683.935 579.283 684.167 579.743 684.493 580.134C684.819 580.525 685.23 580.837 685.694 581.045C686.159 581.253 686.665 581.352 687.173 581.335H707.736C708.868 581.297 709.952 580.875 710.812 580.138C711.671 579.401 712.254 578.394 712.464 577.282L725.871 496.639C725.979 496.142 725.972 495.626 725.851 495.132C725.73 494.638 725.497 494.178 725.171 493.787C724.845 493.396 724.435 493.084 723.97 492.876C723.506 492.668 723 492.569 722.491 492.586Z" fill="tranparent"/>
<path d="M588.231 428.306H643.905" stroke="white" stroke-width="10" stroke-miterlimit="10" stroke-linecap="round"/>
<path d="M585.088 447.21H612.925" stroke="white" stroke-width="10" stroke-miterlimit="10" stroke-linecap="round"/>
<path opacity="0.6" d="M569.465 595.025H580.233" stroke="white" stroke-width="6" stroke-miterlimit="10" stroke-linecap="round"/>
<path opacity="0.6" d="M610.804 595.025H621.571" stroke="white" stroke-width="6" stroke-miterlimit="10" stroke-linecap="round"/>
<path opacity="0.6" d="M649.718 595.025H660.486" stroke="white" stroke-width="6" stroke-miterlimit="10" stroke-linecap="round"/>
<path opacity="0.6" d="M689.795 595.025H700.563" stroke="white" stroke-width="6" stroke-miterlimit="10" stroke-linecap="round"/>
<path d="M902.128 625.479H751.311C743.261 625.479 737.82 618.953 739.158 610.903L771.011 419.311C772.349 411.261 779.959 404.736 788.009 404.736H938.827C946.877 404.736 952.318 411.261 950.979 419.311L919.127 610.903C917.789 618.953 910.178 625.479 902.128 625.479Z" fill="url(#paint2_linear)"/>
<path d="M793.846 534.934H773.283C772.152 534.972 771.067 535.394 770.208 536.131C769.349 536.868 768.766 537.875 768.556 538.987L761.294 577.282C761.186 577.779 761.193 578.295 761.314 578.789C761.435 579.283 761.668 579.743 761.994 580.134C762.32 580.525 762.73 580.837 763.195 581.045C763.659 581.253 764.165 581.352 764.674 581.335H785.237C786.368 581.297 787.453 580.875 788.312 580.138C789.171 579.401 789.754 578.394 789.964 577.282L797.226 538.987C797.334 538.49 797.327 537.974 797.206 537.48C797.085 536.986 796.852 536.526 796.526 536.135C796.2 535.744 795.79 535.432 795.325 535.224C794.861 535.016 794.355 534.917 793.846 534.934Z" fill="tranparent"/>
<path d="M843.036 475.635H822.473C821.342 475.673 820.258 476.095 819.398 476.832C818.539 477.569 817.956 478.576 817.746 479.688L802.633 577.282C802.525 577.779 802.532 578.295 802.653 578.789C802.774 579.283 803.006 579.743 803.332 580.134C803.658 580.525 804.069 580.837 804.534 581.045C804.998 581.253 805.504 581.352 806.013 581.335H826.576C827.707 581.297 828.791 580.875 829.651 580.138C830.51 579.401 831.093 578.394 831.303 577.282L846.416 479.688C846.524 479.191 846.517 478.675 846.396 478.181C846.275 477.687 846.043 477.227 845.717 476.836C845.391 476.445 844.98 476.133 844.515 475.925C844.051 475.717 843.545 475.618 843.036 475.635Z" fill="tranparent"/>
<path d="M878.132 503.5H857.569C856.438 503.538 855.354 503.96 854.494 504.697C853.635 505.434 853.052 506.441 852.842 507.553L841.547 577.282C841.439 577.779 841.446 578.295 841.567 578.789C841.688 579.283 841.921 579.743 842.247 580.134C842.573 580.525 842.984 580.837 843.448 581.045C843.913 581.253 844.418 581.352 844.927 581.335H865.49C866.621 581.297 867.706 580.875 868.565 580.138C869.424 579.401 870.007 578.394 870.217 577.282L881.512 507.553C881.62 507.056 881.613 506.54 881.492 506.046C881.371 505.552 881.139 505.092 880.813 504.701C880.487 504.31 880.076 503.998 879.611 503.79C879.147 503.582 878.641 503.483 878.132 503.5Z" fill="tranparent"/>
<path d="M920.322 492.586H899.759C898.627 492.624 897.543 493.046 896.684 493.783C895.824 494.52 895.242 495.527 895.031 496.639L881.625 577.282C881.516 577.779 881.523 578.295 881.644 578.789C881.765 579.283 881.998 579.743 882.324 580.134C882.65 580.525 883.061 580.837 883.525 581.045C883.99 581.253 884.495 581.352 885.004 581.335H905.567C906.698 581.297 907.783 580.875 908.642 580.138C909.501 579.401 910.084 578.394 910.294 577.282L923.701 496.639C923.809 496.142 923.803 495.626 923.682 495.132C923.56 494.638 923.328 494.178 923.002 493.787C922.676 493.396 922.265 493.084 921.801 492.876C921.336 492.668 920.83 492.569 920.322 492.586Z" fill="tranparent"/>
<path d="M786.062 428.306H841.735" stroke="white" stroke-width="10" stroke-miterlimit="10" stroke-linecap="round"/>
<path d="M782.919 447.21H810.756" stroke="white" stroke-width="10" stroke-miterlimit="10" stroke-linecap="round"/>
<path opacity="0.6" d="M767.296 595.025H778.063" stroke="white" stroke-width="6" stroke-miterlimit="10" stroke-linecap="round"/>
<path opacity="0.6" d="M808.635 595.025H819.402" stroke="white" stroke-width="6" stroke-miterlimit="10" stroke-linecap="round"/>
<path opacity="0.6" d="M847.549 595.025H858.317" stroke="white" stroke-width="6" stroke-miterlimit="10" stroke-linecap="round"/>
<path opacity="0.6" d="M887.626 595.025H898.394" stroke="white" stroke-width="6" stroke-miterlimit="10" stroke-linecap="round"/>
<path d="M261.956 840.799L304.782 930.39L299.471 932.929C297.678 933.786 295.619 933.896 293.746 933.234C291.873 932.573 290.339 931.194 289.483 929.402L253.116 853.327C252.26 851.534 252.15 849.475 252.811 847.602C253.473 845.729 254.851 844.195 256.644 843.338L261.956 840.799L261.956 840.799Z" fill="#71C8EA"/>
<path d="M308.581 820.569L279.025 832.787L295.606 856.235L321.808 848.24L308.581 820.569Z" fill="#FFCCB3"/>
<path d="M289.702 833.723C289.702 833.723 301.241 851.545 302.982 861.504C304.723 871.462 310.684 921.836 309.08 926.377C307.927 929.641 303.739 931.042 301.082 931.338C300.499 931.4 299.911 931.279 299.4 930.992C298.889 930.705 298.479 930.266 298.229 929.736L259.354 848.411C258.704 847.054 258.613 845.497 259.099 844.074C259.586 842.65 260.611 841.475 261.956 840.799C267.334 838.097 275.561 834.048 279.025 832.787C284.379 830.838 287.913 830.85 289.702 833.723Z" fill="#5661AE"/>
<path d="M498.929 876.359L458.766 950.499C457.819 952.246 456.218 953.545 454.314 954.111C452.41 954.677 450.359 954.464 448.612 953.517L443.435 950.713L490.735 863.401L495.911 866.205C497.658 867.151 498.957 868.752 499.523 870.657C500.089 872.561 499.876 874.612 498.929 876.359Z" fill="#71C8EA"/>
<path d="M445.191 840.84L474.092 854.536L456.347 877.116L430.582 867.807L445.191 840.84Z" fill="#FFCCB3"/>
<path d="M463.381 854.931C463.381 854.931 450.956 872.147 448.714 882.005C446.473 891.863 437.974 941.871 439.346 946.488C440.332 949.806 444.444 951.416 447.083 951.846C447.662 951.938 448.255 951.847 448.78 951.586C449.305 951.325 449.736 950.907 450.013 950.391L492.949 871.134C493.666 869.812 493.836 868.261 493.422 866.815C493.008 865.369 492.043 864.143 490.735 863.401C485.5 860.43 477.487 855.97 474.092 854.536C468.843 852.319 465.313 852.153 463.381 854.931Z" fill="#5661AE"/>
<path d="M532.26 735.227C532.26 735.227 543.324 790.17 534.738 800.936L315.953 856.958L297.296 822.011L425.057 764.036L450.644 728.966L532.26 735.227Z" fill="#D1E8F7"/>
<path d="M476.896 774.432L428.624 790.577L406.099 800.022L435.391 826.375L409.203 832.291L337.772 774.432H476.896Z" fill="#5CA4E6"/>
<path d="M311.005 817.428L312.49 822.588L346.41 849.064L378.273 841.289C378.273 841.289 316.806 812.037 311.005 817.428Z" fill="#5CA4E6"/>
<path d="M372.411 732.022C372.411 732.022 310.546 728.666 279.882 731.362C260.137 733.097 253.019 783.624 268.776 792.816L437.882 879.402L457.81 843.393L348.721 769.551L426.766 758.573L372.411 732.022Z" fill="#D1E8F7"/>
<path d="M285.082 797.118C303.352 797.118 318.163 782.307 318.163 764.036C318.163 745.766 303.352 730.954 285.082 730.954C266.811 730.954 252 745.766 252 764.036C252 782.307 266.811 797.118 285.082 797.118Z" fill="#D1E8F7"/>
<path d="M529.242 801.39C547.512 801.39 562.323 786.579 562.323 768.309C562.323 750.038 547.512 735.227 529.242 735.227C510.971 735.227 496.16 750.038 496.16 768.309C496.16 786.579 510.971 801.39 529.242 801.39Z" fill="#D1E8F7"/>
<path d="M438.62 612.202C435.135 594.997 443.331 595.44 446.059 592.705C446.059 592.705 456.291 584.267 464.088 592.132C472.341 600.452 519.65 665.083 519.65 665.083L490.049 692.308L484.485 685.668L470.072 668.478L454.656 650.106L452.741 648.015L431.945 624.46C431.945 624.46 440.591 621.26 438.62 612.202Z" fill="#5661AE"/>
<path d="M455.036 629.48C466.95 625.49 473.372 612.598 469.382 600.684C465.392 588.771 452.5 582.348 440.586 586.338C428.673 590.329 422.25 603.221 426.241 615.134C430.231 627.047 443.123 633.47 455.036 629.48Z" fill="#5661AE"/>
<path d="M453.014 647.923C452.417 644.327 451.223 637.135 449.938 630.58L443.109 598.855C443.109 598.855 461.451 625.965 469.902 644.848C476.16 658.999 483.42 673.422 484.621 685.622L470.209 668.433L454.793 650.061L453.014 647.923Z" fill="#465393"/>
<path d="M549.217 592.32C556.251 579.49 552.871 577.312 555.863 570.013C558.811 562.89 553.577 545.233 558.588 547.641C563.598 550.048 565.149 556.447 565.149 556.447C568.576 550.384 571.732 539.23 579.935 537.953C588.14 536.677 588.866 539.259 593.516 543.075C605.887 553.368 590.112 568.837 587.479 574.727C585.785 578.42 573.338 589.677 571.959 592.137L565.694 601.225L549.217 592.32Z" fill="#FFCCB3"/>
<path d="M573.386 557.242L583.383 538.785L573.386 557.242Z" fill="#E56441"/>
<path d="M573.386 557.242L583.383 538.785" stroke="#E56441" stroke-width="0.94666" stroke-linecap="round"/>
<path d="M579.936 560.231L590.832 543.041L579.936 560.231Z" fill="#E56441"/>
<path d="M579.936 560.231L590.832 543.041" stroke="#E56441" stroke-width="0.94666" stroke-linecap="round"/>
<path d="M587.718 563.535L593.945 553.125L587.718 563.535Z" fill="#E56441"/>
<path d="M587.718 563.535L593.945 553.125" stroke="#E56441" stroke-width="0.94666" stroke-linecap="round"/>
<path d="M570.916 573.49C570.863 567.099 567.028 559.366 567.028 559.366L570.916 573.49Z" fill="#E56441"/>
<path d="M570.916 573.49C570.863 567.099 567.028 559.366 567.028 559.366" stroke="#E56441" stroke-width="0.94666" stroke-linecap="round"/>
<path d="M489.798 664.568L549.991 584.409C550.374 583.938 550.919 583.626 551.519 583.532C552.119 583.439 552.733 583.571 553.241 583.903L569.003 594.327C569.752 594.834 570.285 595.602 570.5 596.481C570.715 597.36 570.595 598.287 570.164 599.083L521.758 688.352L489.798 664.568Z" fill="#5661AE"/>
<path d="M504.423 698.426C515.556 698.426 524.581 689.401 524.581 678.268C524.581 667.136 515.556 658.111 504.423 658.111C493.291 658.111 484.266 667.136 484.266 678.268C484.266 689.401 493.291 698.426 504.423 698.426Z" fill="#5661AE"/>
<path d="M415.037 574.986C415.037 574.986 448.816 583.925 454.614 586.244C460.413 588.564 460.799 597.841 461.186 604.413C461.572 610.985 460.274 758.573 460.274 758.573L385.518 755.698L329.612 722.973C329.612 722.973 332.043 605.867 332.816 600.455C333.589 595.043 327.514 590.383 334.099 587.658L376.429 576.476L415.037 574.986Z" fill="#5661AE"/>
<path d="M358.784 627.562L359.386 736.606L327.248 700.786L342.797 624.169L358.784 627.562Z" fill="#465393"/>
<path d="M370.916 578.143C370.916 578.143 366.134 587.76 370.916 594.394C375.698 601.028 394.842 607.473 407.921 607.283C420.999 607.094 427.929 594.624 422 577.166L400.339 571.081L376.429 576.476L370.916 578.143Z" fill="#465393"/>
<path d="M425.058 495.259C425.058 495.259 434.476 515.582 424.431 519.78C414.386 523.978 415.556 496.245 425.058 495.259Z" fill="#93523E"/>
<path d="M414.434 560.291L417.159 591.015C417.159 591.015 419.771 595.134 409.598 597.297C403.054 598.688 385.432 591.745 382.013 589.662C380.559 588.89 379.42 587.636 378.792 586.115C378.164 584.593 378.086 582.901 378.571 581.328C379.61 577.568 383.916 546.246 383.916 546.246L414.434 560.291Z" fill="#FFCCB3"/>
<path d="M414.959 566.214L398.727 558.195L416.823 587.227L414.959 566.214Z" fill="#FF967C"/>
<path d="M419.649 501.14C419.649 501.14 429.175 525.031 432.63 541.79C436.116 558.699 430.554 562.922 423.215 565.408C417.426 567.37 408.182 568.934 401.894 566.965C390.427 563.375 379.209 553.014 376.526 550.886C372.372 547.591 368.271 532.645 374.359 524.19C380.448 515.734 404.437 489.162 419.649 501.14Z" fill="#FFCCB3"/>
<path d="M407.385 534.116C408.652 533.617 409.062 531.646 408.301 529.712C407.54 527.778 405.897 526.615 404.63 527.113C403.363 527.612 402.953 529.583 403.713 531.517C404.474 533.451 406.118 534.614 407.385 534.116Z" fill="#080B09"/>
<path d="M424.797 527.138C426.064 526.64 426.474 524.668 425.713 522.735C424.953 520.801 423.309 519.638 422.042 520.136C420.775 520.635 420.365 522.606 421.126 524.54C421.886 526.473 423.53 527.637 424.797 527.138Z" fill="#080B09"/>
<path d="M418.411 530.437C418.411 530.437 416.864 535.119 420.116 534.663C423.207 534.121 425.305 535.648 422.604 538.785" fill="#E56441"/>
<path d="M418.411 530.437C418.411 530.437 416.864 535.119 420.116 534.663C423.207 534.121 425.305 535.648 422.604 538.785" stroke="#E56441" stroke-width="0.94666" stroke-linecap="round"/>
<path d="M422.755 542.924L422.771 542.921L422.787 542.916C422.832 542.902 422.88 542.901 422.925 542.912C422.971 542.922 423.013 542.945 423.047 542.978C423.081 543.011 423.106 543.052 423.119 543.097C423.131 543.143 423.132 543.191 423.12 543.236L423.11 543.275L423.106 543.315C422.907 545.364 422.397 546.582 421.778 547.266C421.18 547.928 420.43 548.148 419.579 548.083C418.706 548.016 417.747 547.648 416.818 547.143C415.9 546.644 415.047 546.031 414.388 545.505C414.343 545.463 414.31 545.411 414.292 545.352C414.272 545.291 414.27 545.225 414.286 545.162C414.301 545.1 414.334 545.042 414.379 544.997C414.425 544.951 414.482 544.919 414.545 544.904L414.545 544.904L414.55 544.903C417.064 544.266 420.856 543.372 422.755 542.924Z" fill="#E56441" stroke="#E56441"/>
<path d="M396.354 525.93L396.592 526.264C396.897 526.781 397.394 527.157 397.975 527.309C398.555 527.461 399.173 527.377 399.692 527.076L408.479 521.662C408.915 521.418 409.243 521.018 409.399 520.543C409.554 520.068 409.526 519.552 409.319 519.097C409.205 518.812 409.033 518.555 408.812 518.342C408.592 518.129 408.329 517.965 408.04 517.861C407.752 517.757 407.445 517.716 407.139 517.739C406.833 517.763 406.536 517.851 406.267 517.998L397.242 523.078C396.993 523.204 396.772 523.378 396.591 523.59C396.411 523.803 396.275 524.049 396.193 524.316C396.11 524.582 396.081 524.862 396.109 525.139C396.137 525.416 396.22 525.685 396.354 525.93Z" fill="#080B09"/>
<path d="M426.709 512.047L416.397 513.002C416.092 513.034 415.797 513.131 415.532 513.285C415.267 513.439 415.038 513.648 414.86 513.898C414.682 514.147 414.559 514.431 414.499 514.732C414.439 515.033 414.443 515.343 414.511 515.641C414.6 516.133 414.87 516.574 415.268 516.876C415.667 517.179 416.164 517.32 416.662 517.273L426.968 516.728C427.566 516.68 428.122 516.398 428.513 515.943C428.904 515.487 429.099 514.896 429.055 514.297L429.062 513.887C429.033 513.609 428.948 513.341 428.813 513.097C428.678 512.853 428.495 512.639 428.276 512.467C428.056 512.295 427.804 512.17 427.535 512.097C427.266 512.025 426.985 512.008 426.709 512.047Z" fill="#080B09"/>
<path d="M407.826 505.907C407.826 505.907 402.679 515.701 393.341 518.605C384.003 521.51 389.106 536.248 389.106 536.248C389.106 536.248 382.703 529.878 375.343 533.464C367.982 537.049 373.569 551.121 383.738 551.3L380.972 567.134C380.972 567.134 375.822 560.721 370.406 557.289C364.989 553.857 345.532 540.536 354.127 522.991C354.127 522.991 347.402 498.356 365.846 485.583C384.29 472.811 400.254 477.631 400.254 477.631C400.254 477.631 404.651 470.656 414.843 472.08C425.035 473.505 427.385 491.883 424.01 498.53C420.635 505.177 415.135 508.002 407.826 505.907Z" fill="#93523E"/>
<path d="M330.984 604.1C343.955 592.27 347.785 599.529 351.534 600.464C351.534 600.464 364.03 604.907 361.288 615.638C358.39 626.993 327.248 700.786 327.248 700.786L288.683 689.378L291.521 681.193L298.863 659.997L306.705 637.332L307.515 634.614L317.039 604.671C317.039 604.671 324.226 610.444 330.984 604.1Z" fill="#5661AE"/>
<path d="M356.671 624.574C364.842 615.029 363.728 600.669 354.184 592.498C344.64 584.327 330.279 585.441 322.109 594.985C313.938 604.529 315.051 618.89 324.596 627.061C334.14 635.231 348.5 634.118 356.671 624.574Z" fill="#5661AE"/>
<path d="M323.43 682.661L395.028 752.821C395.445 753.263 395.683 753.844 395.697 754.451C395.711 755.058 395.5 755.649 395.104 756.11L382.709 770.372C382.108 771.049 381.277 771.477 380.377 771.575C379.478 771.673 378.574 771.433 377.842 770.902L295.671 711.236L323.43 682.661Z" fill="#5661AE"/>
<path d="M307.934 715.526C319.067 715.526 328.092 706.502 328.092 695.369C328.092 684.236 319.067 675.212 307.934 675.212C296.802 675.212 287.777 684.236 287.777 695.369C287.777 706.502 296.802 715.526 307.934 715.526Z" fill="#5661AE"/>
<path d="M424.418 669.146L385.561 776.799H307.433C307.433 773.512 308.739 770.359 311.063 768.035C313.388 765.71 316.54 764.405 319.827 764.405H376.35L409.903 669.146H424.418Z" fill="tranparent"/>
<path d="M424.418 669.146H529.242L488.702 776.799H385.561L424.418 669.146Z" fill="url(#paint3_linear)"/>
<path d="M570.787 318.068C570.787 318.068 588.253 314.389 593.793 322.883C599.333 331.377 604.873 347.334 617.43 345.265C629.987 343.196 639.589 301.462 652.146 301.832C664.703 302.201 659.163 329.531 672.828 329.9C686.493 330.269 683.169 314.758 694.249 314.758C705.329 314.758 701.635 347.997 716.039 348.366C730.443 348.736 728.965 305.525 750.755 306.263" stroke="white" stroke-width="5" stroke-miterlimit="10" stroke-linecap="round"/>
<path d="M519.801 312.326C528.696 290.477 520.132 266.343 500.673 258.421C481.214 250.499 458.229 261.789 449.334 283.638C440.439 305.487 449.003 329.621 468.462 337.543C487.921 345.465 510.907 334.175 519.801 312.326Z" stroke="#FF967C" stroke-width="16.5208" stroke-miterlimit="10" stroke-linecap="round"/>
<path d="M502.686 333.468C492.419 340.24 479.838 342.174 468.462 337.543C449.003 329.621 440.439 305.487 449.334 283.638C458.229 261.789 481.214 250.499 500.673 258.421" stroke="white" stroke-width="16.5208" stroke-miterlimit="10" stroke-linecap="round"/>
<path d="M583.915 255.889H660.771" stroke="white" stroke-width="10" stroke-miterlimit="10" stroke-linecap="round"/>
<path opacity="0.6" d="M580.273 277.089H611.542" stroke="white" stroke-width="10" stroke-miterlimit="10" stroke-linecap="round"/>
<path d="M1165.78 782.813C1165.56 782.837 1165.46 782.96 1165.58 783.059C1165.48 783.181 1165.48 783.181 1165.51 783.403C1165.04 784.927 1164.71 786.49 1164.52 788.073L1183.48 803.312L1185.58 800.953C1185.58 800.953 1178.58 792.296 1175.96 789.778C1174.83 788.668 1173.82 787.656 1172.81 786.645C1171.93 785.732 1171.14 784.696 1170.38 783.882C1169.32 782.427 1166.25 782.986 1166.22 782.764C1166.1 782.666 1165.78 782.813 1165.78 782.813Z" fill="#233B62"/>
<path d="M1022.41 650.402L1040.72 668.145L1143.09 767.005L1144.96 768.708L1145.77 769.965L1145.89 770.064L1160.39 792.034L1162.01 794.548L1162.55 795.386L1172.36 810.353L1164.28 814.373L1161.94 815.525L1158.64 817.118L1153.43 819.815L1153.34 819.937L1147.81 822.781L1147.54 822.362L1134.94 798.279C1132.5 793.627 1129.07 789.562 1124.9 786.365L1013.58 701.15L992.422 684.951L1022.41 650.402Z" fill="#FFCCB3"/>
<path d="M1158.99 770.881C1154.08 768.602 1148.57 766.564 1143.19 766.882C1146.43 769.724 1147.91 774.782 1150.06 778.469C1154.47 786.058 1165.78 800.162 1160 812.147C1156.75 818.882 1147.67 822.46 1147.54 822.361C1146.02 829.278 1138.49 857.432 1153.51 841.112C1161.9 831.998 1170.22 822.262 1174.4 812.598C1176.12 808.636 1172.49 804.684 1170.71 801.339C1168.43 796.277 1165.03 789.573 1165.46 783.969L1165.55 783.846C1165.8 783.459 1185.25 800.871 1185.58 800.953C1186.25 799.871 1187.81 797.684 1187.81 797.684C1187.81 797.684 1159.92 771.228 1158.99 770.881Z" fill="#1C85E8"/>
<path d="M949.52 862.977C949.345 862.839 949.188 862.858 949.207 863.014C949.051 863.033 949.051 863.033 948.913 863.209C947.514 863.972 946.185 864.859 944.943 865.858L947.841 890.012L950.99 889.793C950.99 889.793 952.043 878.711 951.924 875.073C951.893 873.489 951.88 872.062 951.867 870.634C951.874 869.363 952.037 868.073 952.062 866.959C952.325 865.181 949.733 863.428 949.871 863.252C949.852 863.096 949.52 862.977 949.52 862.977Z" fill="#233B62"/>
<path d="M939.635 668.071L940.31 693.553L944.355 835.81L944.5 838.333L944.199 839.798L944.218 839.955L939.22 865.8L938.62 868.73L938.419 869.707L934.969 887.269L926.378 884.489L923.899 883.675L920.425 882.504L914.821 880.795L914.665 880.813L908.729 878.985L908.83 878.496L916.663 852.47C918.168 847.434 918.561 842.132 917.815 836.93L897.835 698.173L894.035 671.794L939.635 668.071Z" fill="#FFCCB3"/>
<path d="M953.008 849.697C951.094 844.637 948.582 839.329 944.512 835.791C944.844 840.093 942.364 844.743 941.318 848.877C939.166 857.388 937.389 875.38 924.876 879.906C917.845 882.449 908.848 878.653 908.829 878.496C902.906 882.377 877.831 897.233 899.981 896.071C912.351 895.422 925.108 894.282 934.856 890.3C938.853 888.667 939.024 883.305 940.09 879.669C942.002 874.457 944.254 867.283 948.48 863.578L948.637 863.559C949.085 863.455 950.811 889.503 950.99 889.793C952.224 889.486 954.866 889.01 954.866 889.01C954.866 889.01 953.433 850.599 953.008 849.697Z" fill="#1C85E8"/>
<path d="M912.054 476.878L875.865 629.698L875.799 640.547L905.226 821.501L952.08 816.429L938.488 643.608L975.765 553.437L968.229 479.491L912.054 476.878Z" fill="#1F2D49"/>
<path d="M906.988 666.816C924.464 666.816 938.632 652.649 938.632 635.172C938.632 617.696 924.464 603.528 906.988 603.528C889.511 603.528 875.344 617.696 875.344 635.172C875.344 652.649 889.511 666.816 906.988 666.816Z" fill="#1F2D49"/>
<path d="M950.365 614.879L941.44 539.374L938.488 643.608L950.365 614.879Z" fill="#0D1B33"/>
<path d="M1009.74 476.401C1009.74 476.401 1026.61 504.747 1026.83 528.485C1027.17 564.113 1014.32 627.996 1014.32 627.996L1126.51 741.393L1099.8 781.44C1099.8 781.44 1004.07 702.009 963.565 664.28L954.492 645.911L941.44 539.374L961.39 476.401H1009.74Z" fill="#1F2D49"/>
<path d="M912.054 476.878L1010.32 477.888L1019.87 497.65L910.394 483.891L912.054 476.878Z" fill="#0D1B33"/>
<path d="M985.854 673.463C1003.33 673.463 1017.5 659.296 1017.5 641.819C1017.5 624.343 1003.33 610.175 985.854 610.175C968.377 610.175 954.21 624.343 954.21 641.819C954.21 659.296 968.377 673.463 985.854 673.463Z" fill="#1F2D49"/>
<path d="M900.583 266.878C900.583 266.878 901.902 281.567 898.026 295.687C894.15 309.807 864.803 339.707 890.828 364.071C916.853 388.434 948.691 323.096 948.691 323.096L938.724 292.918L904.258 257.06L900.583 266.878Z" fill="#1F2D49"/>
<path d="M979.984 270.307C979.984 270.307 987.794 280.229 1005.59 288.339C1023.05 296.298 1041.85 309.38 1037.98 337.896C1034.1 366.412 982.482 344.264 967.317 327.929C952.152 311.595 954.239 282.431 954.239 282.431L979.984 270.307Z" fill="#1F2D49"/>
<path d="M940.062 323.74C940.062 323.74 920.252 331.578 917.228 333.997C914.204 336.417 911.332 356.164 906.19 365.539C901.049 374.915 893.527 392.22 904.513 408.116C915.499 424.011 914.331 436.633 914.331 436.633L911.993 476.507L1006.67 478.252C1007.51 478.279 1008.34 478.127 1009.11 477.809C1009.88 477.491 1010.57 477.012 1011.15 476.405C1011.72 475.799 1012.15 475.077 1012.43 474.289C1012.7 473.501 1012.8 472.663 1012.73 471.833C1011.68 460.207 1006.87 443.881 1006.49 425.369C1005.98 400.281 1005.6 316.453 1005.6 316.453L964.352 315.158C956.044 316.591 940.062 323.74 940.062 323.74Z" fill="#FEBB94"/>
<path d="M989.364 350.72C989.364 350.72 975.566 363.301 974.754 372.635C973.943 381.969 972.066 407.994 954.333 410.59C932.598 413.772 926.909 416.87 936.985 419.305C947.06 421.74 969.928 417.795 969.928 428.233C969.928 435.662 978.812 441.219 983.277 437.161C987.741 433.103 1023.3 371.417 989.364 350.72Z" fill="#FF967C"/>
<path d="M822.953 361.265L815.473 351.69C813.907 349.449 811.825 347.617 809.402 346.35C805.721 344.507 800.078 341.069 798.117 337.633C794.867 332.171 782.059 317.418 793.169 305.951C797.282 301.719 796.254 302.72 804.475 302.847C812.696 302.973 813.958 311.504 818.066 317.088C818.066 317.088 818.989 310.647 823.53 307.704C828.072 304.761 825.058 322.736 828.552 329.548C832.045 336.36 829.222 338.935 837.499 350.903L822.953 361.265Z" fill="#FFCCB3"/>
<path d="M803.224 303.83L809.905 318.987L803.224 303.83Z" fill="#E56441"/>
<path d="M803.224 303.83L809.905 318.987" stroke="#E56441" stroke-width="0.94666" stroke-linecap="round"/>
<path d="M794.511 306.525L803.768 322.665L794.511 306.525Z" fill="#E56441"/>
<path d="M794.511 306.525L803.768 322.665" stroke="#E56441" stroke-width="0.94666" stroke-linecap="round"/>
<path d="M789.045 317.137L796.342 326.772L789.045 317.137Z" fill="#E56441"/>
<path d="M789.045 317.137L796.342 326.772" stroke="#E56441" stroke-width="0.94666" stroke-linecap="round"/>
<path d="M816.347 320.523C816.347 320.523 813.52 328.621 814.009 335.002L816.347 320.523Z" fill="#E56441"/>
<path d="M816.347 320.523C816.347 320.523 813.52 328.621 814.009 335.002" stroke="#E56441" stroke-width="0.94666" stroke-linecap="round"/>
<path d="M922.041 331.389C914.361 334.051 903.656 339.45 900.758 345.474L875.161 403.786L832.532 339.012L816.389 356.015L856.2 438.356C863.475 456.463 881.955 463.266 895.341 443.751L916.729 410.158L922.041 331.389Z" fill="#FEBB94"/>
<path d="M911.125 381.586C911.125 381.586 908.817 377.605 908.817 398.386L895.342 443.751L916.729 410.158C933.887 387.09 920.332 380.929 911.125 381.586Z" fill="#FF967C"/>
<path d="M958.053 354.073L887.345 382.237C885.148 383.112 884.077 385.603 884.952 387.799L920.342 476.647C921.217 478.844 923.707 479.916 925.904 479.041L996.612 450.876C998.809 450.001 999.88 447.511 999.005 445.314L963.615 356.466C962.74 354.269 960.25 353.198 958.053 354.073Z" fill="#1C85E8"/>
<path d="M898.134 390.594L927.291 378.98" stroke="white" stroke-width="4" stroke-miterlimit="10" stroke-linecap="round"/>
<path d="M902.537 401.033L915.827 395.739" stroke="white" stroke-width="4" stroke-miterlimit="10" stroke-linecap="round"/>
<path d="M937.555 302.853L938.668 334.022C938.668 334.022 937.144 340.847 944.149 340.09C951.153 339.333 960.584 333.817 965.885 327.759C971.186 321.701 970.824 321.215 968.552 317.239C966.28 313.264 955.614 282.963 955.614 282.963L937.555 302.853Z" fill="#FFCCB3"/>
<path d="M937.714 305.467L950.63 297.242C950.63 297.242 944.907 322.359 938.668 334.022L937.714 305.467Z" fill="#FCBA9F"/>
<path d="M902.889 256.209C902.889 256.209 902.683 287.228 916.066 302.839C924.794 313.019 933.975 311.669 949.29 294.909C963.332 279.542 965.301 271.533 965.301 271.533L955.605 241.101C955.605 241.101 904.465 227.979 902.889 256.209Z" fill="#FFCCB3"/>
<path d="M916.206 249.013C916.206 249.013 921.812 262.626 932.223 266.43C942.633 270.234 945.357 277.308 945.357 277.308C945.357 277.308 947.354 265.669 955.536 266.092C963.718 266.515 962.055 280.96 956.977 285.756C956.977 285.756 963.086 297.087 968.266 305.467L990.953 282.951C990.953 282.951 979.264 269.438 976.694 258.565C974.124 247.692 965.806 218.584 934.095 220.512C896.863 222.775 899.001 253.03 900.583 269.834C900.583 269.834 912.259 265.357 916.206 249.013Z" fill="#1F2D49"/>
<path d="M920.237 293.247L929.287 288.807C929.295 288.858 929.303 288.913 929.31 288.97C929.372 289.445 929.4 290.098 929.27 290.815C929.016 292.218 928.152 293.921 925.58 295.027C923.929 295.562 922.521 295.034 921.488 294.332C920.97 293.979 920.557 293.589 920.274 293.286C920.261 293.273 920.249 293.26 920.237 293.247Z" fill="#E56441" stroke="#E56441"/>
<path d="M910.377 280.65C911.521 280.367 912.111 278.772 911.695 277.086C911.279 275.4 910.014 274.262 908.87 274.545C907.726 274.827 907.136 276.423 907.552 278.109C907.969 279.794 909.233 280.932 910.377 280.65Z" fill="#080B09"/>
<path d="M927.337 276.719C928.481 276.437 929.071 274.841 928.654 273.155C928.238 271.47 926.974 270.332 925.83 270.614C924.686 270.897 924.096 272.492 924.512 274.178C924.928 275.864 926.193 277.002 927.337 276.719Z" fill="#080B09"/>
<path d="M903.797 271.56L912.428 269.579C912.572 269.533 912.694 269.436 912.773 269.307C912.851 269.177 912.879 269.024 912.853 268.875C912.757 268.622 912.611 268.39 912.423 268.194C912.235 267.999 912.009 267.843 911.76 267.737C911.51 267.631 911.241 267.577 910.97 267.577C910.698 267.578 910.43 267.634 910.181 267.741L903.413 270.608C902.849 270.747 903.093 271.734 903.797 271.56Z" fill="#080B09"/>
<path d="M932.777 263.834L921.536 267.357C921.461 267.006 921.46 266.643 921.534 266.292C921.608 265.941 921.754 265.609 921.964 265.317C922.174 265.026 922.442 264.782 922.752 264.601C923.062 264.42 923.406 264.306 923.763 264.266L932.744 263.095C933.026 263.026 933.2 263.73 932.777 263.834Z" fill="#080B09"/>
<path d="M916.43 275.013L915.211 284.114L918.426 285.666" fill="#E56441"/>
<path d="M916.43 275.013L915.211 284.114L918.426 285.666" stroke="#E56441" stroke-width="0.94666" stroke-linecap="round"/>
<path d="M924.987 434.588L897.109 442.587L893.701 459.766L900.043 478.779C900.043 478.779 904.503 475.779 903.573 468.781C902.643 461.782 926.201 461.982 930.518 453.184" fill="#FFCCB3"/>
<path d="M988.669 339.902C988.669 339.902 988.486 316.288 1007.4 316.285C1020.09 316.283 1026.16 322.232 1027.78 340.796C1028.91 353.775 1029.73 424.988 1029.73 424.988C1029.73 424.988 1032.92 457.489 1005.35 458.096L925.746 455.712L923.949 433.471L993.342 426.554L988.669 339.902Z" fill="#FEBB94"/>
<path d="M931.105 336.949C931.105 336.949 938.283 334.906 937.119 327.855C935.985 320.916 935.941 314.892 938.218 315.731C938.218 315.731 940.227 319.176 952.72 315.347C965.131 311.661 964.353 307.403 964.353 307.403C964.353 307.403 966.109 305.847 967.421 309.841C968.731 313.835 972.056 324.895 979.085 324.099L980.985 344.714L943.602 357.019C943.52 357.162 926.242 340.425 931.105 336.949Z" fill="#FEBB94"/>
<path d="M626.198 748.332H649.718" stroke="white" stroke-width="5" stroke-miterlimit="10" stroke-linecap="round"/>
<path opacity="0.5" d="M630.986 758.539H642.747" stroke="white" stroke-width="5" stroke-miterlimit="10" stroke-linecap="round"/>
<path d="M610.531 727.953L628.578 715.368L641.291 723.834L658.211 711.58" stroke="white" stroke-width="6.50414" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M645.203 706.239H663.202V724.049" stroke="white" stroke-width="6.50414" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M858.313 153.238H788.558C787.705 153.271 786.857 153.104 786.08 152.75C785.303 152.397 784.62 151.866 784.085 151.202C783.549 150.537 783.177 149.757 782.997 148.922C782.817 148.088 782.834 147.224 783.048 146.397L793.769 91.2772C794.182 89.3936 795.208 87.7002 796.686 86.4623C798.165 85.2245 800.012 84.5121 801.939 84.4368H871.694C872.547 84.4039 873.395 84.5709 874.172 84.9244C874.949 85.2779 875.632 85.8081 876.167 86.4727C876.703 87.1373 877.075 87.9179 877.255 88.7521C877.435 89.5863 877.418 90.451 877.204 91.2772L866.483 146.397C866.07 148.281 865.044 149.974 863.566 151.212C862.087 152.45 860.24 153.162 858.313 153.238Z" fill="#1C85E8"/>
<path d="M810.466 99.3441L856.913 99.3531C857.247 99.3386 857.578 99.4014 857.883 99.5366C858.188 99.6719 858.457 99.8758 858.67 100.132C858.883 100.389 859.033 100.692 859.11 101.016C859.186 101.341 859.186 101.678 859.11 102.003L858.474 105.48C858.368 105.985 858.146 106.459 857.826 106.864C857.506 107.27 857.096 107.596 856.629 107.816L831.183 120.063C830.789 120.271 830.35 120.379 829.905 120.376C829.46 120.374 829.022 120.261 828.631 120.048L807.697 107.43C807.315 107.191 807.017 106.839 806.843 106.423C806.67 106.006 806.631 105.547 806.731 105.107L807.301 101.993C807.456 101.261 807.852 100.602 808.426 100.122C809 99.6415 809.718 99.3677 810.466 99.3441Z" fill="tranparent"/>
<path d="M808.161 112.005L828.187 124.567C828.459 124.72 828.766 124.801 829.078 124.801C829.39 124.801 829.697 124.72 829.969 124.567L854.588 112.014C855.912 111.339 857.246 112.195 856.997 113.56L853.337 133.571C853.058 134.886 852.346 136.07 851.315 136.933C850.284 137.796 848.993 138.288 847.649 138.33L805.475 138.322C804.876 138.348 804.28 138.235 803.732 137.992C803.185 137.749 802.701 137.383 802.319 136.922C801.936 136.46 801.666 135.917 801.529 135.334C801.392 134.751 801.391 134.144 801.528 133.561L805.187 113.55C805.244 113.232 805.374 112.931 805.566 112.67C805.758 112.409 806.007 112.196 806.294 112.047C806.582 111.898 806.899 111.816 807.223 111.809C807.547 111.801 807.868 111.868 808.161 112.005Z" fill="tranparent"/>
<path d="M874.105 98.8736C882.078 98.8736 888.541 92.41 888.541 84.4368C888.541 76.4636 882.078 70 874.105 70C866.131 70 859.668 76.4636 859.668 84.4368C859.668 92.41 866.131 98.8736 874.105 98.8736Z" fill="#FF967C"/>
<path d="M875.115 403.765L887.085 421.55L880.702 391.165L875.115 403.765Z" fill="#FF967C"/>
</g>
<defs>
<linearGradient id="paint0_linear" x1="669.415" y1="242.927" x2="687.678" y2="552.972" gradientUnits="userSpaceOnUse">
<stop stop-color="white"/>
<stop offset="1" stop-color="#94B9FF"/>
</linearGradient>
<linearGradient id="paint1_linear" x1="622.669" y1="334.5" x2="699.1" y2="870.254" gradientUnits="userSpaceOnUse">
<stop stop-color="white"/>
<stop offset="1" stop-color="#94B9FF"/>
</linearGradient>
<linearGradient id="paint2_linear" x1="820.5" y1="334.5" x2="896.93" y2="870.254" gradientUnits="userSpaceOnUse">
<stop stop-color="white"/>
<stop offset="1" stop-color="#94B9FF"/>
</linearGradient>
<linearGradient id="paint3_linear" x1="453.825" y1="668.89" x2="472.461" y2="898.307" gradientUnits="userSpaceOnUse">
<stop stop-color="white"/>
<stop offset="1" stop-color="#94B9FF"/>
</linearGradient>
<clipPath id="clip0">
<rect width="935.805" height="884.423" fill="tranparent" transform="translate(252 70)"/>
</clipPath>
</defs>
</svg>
<svg width="1440" height="1024" viewBox="0 0 1440 1024" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect width="1440" height="1024" fill="tranparent"/>
<g clip-path="url(#clip0)">
<path d="M720.103 969.224C1013.98 969.224 1252.21 963.138 1252.21 955.63C1252.21 948.123 1013.98 942.036 720.103 942.036C426.231 942.036 188 948.123 188 955.63C188 963.138 426.231 969.224 720.103 969.224Z" fill="#F5F8FF"/>
<path d="M858.581 121H370.422C363.171 121 357.292 126.879 357.292 134.13V455.46C357.292 462.712 363.171 468.59 370.422 468.59H858.581C865.833 468.59 871.711 462.712 871.711 455.46V134.13C871.711 126.879 865.833 121 858.581 121Z" fill="url(#paint0_linear)"/>
<path d="M847.63 347.39H756.674C753.3 347.39 750.565 350.125 750.565 353.499V452.208C750.565 455.582 753.3 458.317 756.674 458.317H847.63C851.004 458.317 853.739 455.582 853.739 452.208V353.499C853.739 350.125 851.004 347.39 847.63 347.39Z" fill="#FEBB94"/>
<path d="M510.104 346.351H378.546C375.689 346.351 373.373 348.667 373.373 351.524V453.143C373.373 456.001 375.689 458.317 378.546 458.317H510.104C512.961 458.317 515.277 456.001 515.277 453.143V351.524C515.277 348.667 512.961 346.351 510.104 346.351Z" fill="tranparent"/>
<path d="M734.282 346.351H532.207C528.692 346.351 525.842 349.201 525.842 352.716V451.952C525.842 455.467 528.692 458.317 532.207 458.317H734.282C737.797 458.317 740.647 455.467 740.647 451.952V352.716C740.647 349.201 737.797 346.351 734.282 346.351Z" fill="tranparent"/>
<path d="M845.573 166.398H662.594C658.084 166.398 654.428 170.054 654.428 174.564V328.197C654.428 332.706 658.084 336.362 662.594 336.362H845.573C850.083 336.362 853.739 332.706 853.739 328.197V174.564C853.739 170.054 850.083 166.398 845.573 166.398Z" fill="#1C85E8"/>
<path d="M618.38 512.194C629.564 499.838 626.394 496.531 631.638 489.234C636.787 482.121 635.653 461.174 640.569 465.166C645.484 469.157 645.512 476.657 645.512 476.657C650.911 470.845 657.355 459.32 666.782 460.073C676.21 460.827 676.332 463.88 680.477 469.337C691.464 484.01 669.897 496.982 665.423 502.813C662.57 506.456 645.805 515.64 643.626 518.002L634.283 526.415L618.38 512.194Z" fill="#FFCCB3"/>
<path d="M654.428 479.714L670.382 461.905" stroke="#EF6A77" stroke-width="1.07832" stroke-linecap="round"/>
<path d="M660.896 484.757L677.511 468.59" stroke="#EF6A77" stroke-width="1.07832" stroke-linecap="round"/>
<path d="M668.645 490.474L678.296 480.586" stroke="#EF6A77" stroke-width="1.07832" stroke-linecap="round"/>
<path d="M450.862 612.167L357.292 948.062H376.353L484.506 612.167H450.862Z" fill="#D1E8F7"/>
<path d="M450.862 612.167L443.993 636.828L479.844 626.646L484.506 612.167H450.862Z" fill="#5CA4E6"/>
<path d="M1115.74 879.618L1065.05 947.003C1063.86 948.591 1062.08 949.639 1060.12 949.917C1058.15 950.195 1056.15 949.681 1054.57 948.486L1049.86 944.947L1109.55 865.591L1114.26 869.13C1115.85 870.324 1116.89 872.1 1117.17 874.067C1117.45 876.034 1116.94 878.031 1115.74 879.618Z" fill="#5661AE"/>
<path d="M1067.93 840.158L1086.2 855.011L1067.64 883.66L1047.03 867.933L1067.93 840.158Z" fill="#BC775C"/>
<path d="M1076.04 847.395L1053.28 872.224L1047.74 867.855L1069.06 841.662L1076.04 847.395Z" fill="#93523E" stroke="#93523E"/>
<path d="M1083.75 853.169C1083.75 853.169 1078.62 871.217 1061.71 880.462L1046.44 940.164C1046.93 943.591 1050.76 945.792 1053.3 946.608C1053.86 946.784 1054.46 946.782 1055.02 946.601C1055.58 946.421 1056.06 946.072 1056.41 945.601L1110.6 873.567C1111.5 872.365 1111.9 870.857 1111.71 869.365C1111.51 867.874 1110.74 866.518 1109.55 865.591C1104.82 861.879 1097.55 856.283 1094.41 854.363C1089.54 851.394 1086.08 850.707 1083.75 853.169Z" fill="#1C85E8"/>
<path d="M1058.18 892.842L1066.87 890.978C1067.19 890.91 1067.52 890.921 1067.83 891.01C1068.14 891.099 1068.42 891.264 1068.66 891.489C1068.89 891.714 1069.07 891.994 1069.17 892.302C1069.27 892.611 1069.29 892.94 1069.23 893.259C1069.16 893.651 1068.98 894.013 1068.7 894.298C1068.42 894.582 1068.07 894.777 1067.68 894.856L1057.01 897.009L1058.18 892.842Z" fill="tranparent"/>
<path d="M1056.13 902.302L1064.77 900.417C1065.09 900.349 1065.42 900.36 1065.73 900.449C1066.04 900.538 1066.33 900.703 1066.56 900.928C1066.8 901.153 1066.97 901.433 1067.07 901.741C1067.17 902.05 1067.19 902.379 1067.14 902.698C1067.07 903.09 1066.88 903.452 1066.6 903.737C1066.33 904.022 1065.97 904.216 1065.58 904.295L1055.06 906.477L1056.13 902.302Z" fill="tranparent"/>
<path d="M1053.49 912.601L1062.04 910.692C1062.36 910.624 1062.69 910.635 1063 910.724C1063.31 910.813 1063.6 910.977 1063.83 911.203C1064.06 911.428 1064.24 911.707 1064.34 912.016C1064.44 912.325 1064.46 912.653 1064.4 912.973C1064.33 913.365 1064.15 913.727 1063.87 914.011C1063.59 914.296 1063.24 914.49 1062.85 914.569L1052.45 916.667L1053.49 912.601Z" fill="tranparent"/>
<path d="M894.212 761.627L1038.88 878.182L1071.88 839.721L945.392 721.051L894.212 761.627Z" fill="#1F2D49"/>
<path d="M971.808 745.833V824.144L1038.88 878.182L1048.51 817.794L971.808 745.833Z" fill="#0D1B33"/>
<path d="M907.05 547.348L883.27 736.976H949.757L1007.51 548.299L907.05 547.348Z" fill="#1F2D49"/>
<path d="M964.138 689.999L975.305 595.926H1002.76L964.138 689.999Z" fill="#0D1B33"/>
<path d="M1023.82 951.314H939.498C937.512 951.314 935.606 950.525 934.202 949.12C932.797 947.715 932.008 945.81 932.008 943.823V937.936H1031.31V943.823C1031.31 945.81 1030.52 947.715 1029.12 949.12C1027.71 950.525 1025.81 951.314 1023.82 951.314Z" fill="#5661AE"/>
<path d="M1026.61 889.381L1025.73 912.916L991.671 915.3L991.854 889.381H1026.61Z" fill="#BC775C"/>
<path d="M1025.71 900.219L992.181 896.953L992.342 889.9L1026.09 891.191L1025.71 900.219Z" fill="#93523E" stroke="#93523E"/>
<path d="M1025.73 909.851C1025.73 909.851 1008.22 916.597 990.667 908.644L933.775 932.328C931.327 934.776 931.871 939.158 932.749 941.683C932.944 942.236 933.307 942.714 933.786 943.052C934.266 943.389 934.839 943.569 935.425 943.566H1025.56C1027.07 943.567 1028.51 942.978 1029.59 941.925C1030.66 940.872 1031.28 939.44 1031.31 937.936C1031.43 931.918 1031.53 922.749 1031.18 919.08C1030.63 913.409 1029.09 910.226 1025.73 909.851Z" fill="#1C85E8"/>
<path d="M978.648 913.261L985.361 919.085C985.606 919.298 985.795 919.568 985.912 919.87C986.028 920.173 986.068 920.5 986.029 920.823C985.989 921.145 985.871 921.452 985.684 921.718C985.498 921.984 985.249 922.199 984.96 922.346C984.605 922.527 984.204 922.596 983.81 922.545C983.415 922.494 983.045 922.325 982.748 922.061L974.614 914.83L978.648 913.261Z" fill="tranparent"/>
<path d="M969.854 917.308L976.558 923.084C976.803 923.297 976.992 923.566 977.109 923.869C977.225 924.172 977.265 924.499 977.226 924.821C977.186 925.144 977.068 925.451 976.881 925.717C976.695 925.983 976.446 926.198 976.157 926.345C975.802 926.526 975.401 926.595 975.007 926.544C974.612 926.493 974.242 926.324 973.944 926.06L965.876 918.964L969.854 917.308Z" fill="tranparent"/>
<path d="M960.041 921.394L966.704 927.076C966.949 927.289 967.138 927.558 967.255 927.861C967.371 928.164 967.411 928.491 967.372 928.814C967.332 929.136 967.214 929.443 967.027 929.709C966.841 929.975 966.592 930.19 966.303 930.337C965.948 930.518 965.547 930.587 965.153 930.536C964.758 930.485 964.388 930.316 964.091 930.052L956.166 923.007L960.041 921.394Z" fill="tranparent"/>
<path d="M1047.85 548.299C1047.3 557.915 1047.3 567.555 1047.85 577.171C1050.06 608.255 1042.99 699.028 1043.05 710.972C1043.1 722.917 1035.24 891.15 1035.24 891.15H987.436C987.436 891.15 975.217 746.569 974.934 730.022C974.652 713.476 971.808 548.979 971.808 548.979L1047.85 548.299Z" fill="#1F2D49"/>
<path d="M905.61 558.83L1047.85 577.171V548.299L906.347 552.952L905.61 558.83Z" fill="#0D1B33"/>
<path d="M916.514 770.219C934.874 770.219 949.757 755.336 949.757 736.976C949.757 718.616 934.874 703.732 916.514 703.732C898.154 703.732 883.271 718.616 883.271 736.976C883.271 755.336 898.154 770.219 916.514 770.219Z" fill="#1F2D49"/>
<path d="M1164.25 595.926H291.49V612.167H1164.25V595.926Z" fill="url(#paint1_linear)"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M710.291 930.966C697.395 926.409 684.103 921.712 671.85 922.583C671.573 922.602 671.305 922.68 671.062 922.813C670.819 922.945 670.607 923.129 670.443 923.352C670.278 923.574 670.163 923.83 670.107 924.101C670.051 924.372 670.054 924.652 670.117 924.922L675.249 946.6C675.354 947.047 675.618 947.44 675.991 947.707C676.364 947.974 676.821 948.097 677.278 948.053L760.589 940.008C766.732 939.415 769.696 935.777 770.136 930.764C770.148 930.592 770.11 930.42 770.027 930.269C769.944 930.117 769.819 929.994 769.667 929.912C769.515 929.83 769.343 929.793 769.171 929.807C768.999 929.82 768.834 929.883 768.697 929.988C759.504 936.882 747.978 939.905 736.585 938.41C728.36 937.351 719.425 934.194 710.291 930.966Z" fill="#5661AE"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M665.223 868.418C665.223 868.418 673.817 902.484 674.058 906.14C674.079 908.171 673.95 910.201 673.673 912.214C673.289 915.831 672.862 919.862 673.504 922.506C685.294 922.14 697.974 926.619 710.291 930.97C719.425 934.196 728.358 937.352 736.584 938.41C747.427 939.832 758.412 937.167 767.397 930.932C767.022 924.711 761.122 919.467 750.239 919.573C730.732 919.762 719.936 919.412 709.175 906.277C701.527 896.943 697.837 857.568 697.837 857.568L665.223 868.418Z" fill="#FFCCB3"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M706.686 900.837C703.092 901.678 688.792 904.961 674.84 907.232C672.129 907.674 671.269 913.273 673.318 916.056C674.731 918.113 675.975 920.281 677.038 922.538C681.899 922.825 686.717 923.615 691.415 924.894C688.937 919.583 691.587 916.108 696.697 914.852C700.732 913.86 710.47 913.691 715.511 913.673C715.788 913.672 716.059 913.591 716.292 913.441C716.524 913.29 716.709 913.077 716.824 912.825C716.939 912.573 716.98 912.293 716.941 912.019C716.903 911.745 716.786 911.487 716.606 911.277L708.121 901.31C707.949 901.107 707.724 900.955 707.47 900.871C707.217 900.788 706.946 900.776 706.686 900.837Z" fill="tranparent"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M757.71 935.998C748.789 939.454 742.549 938.736 742.549 938.736L740.647 919.032L755.998 918.262L757.71 935.998Z" fill="tranparent"/>
<path d="M657.107 730.974C671.905 726.536 680.303 710.941 675.864 696.144C671.426 681.346 655.832 672.948 641.034 677.386C626.236 681.825 617.838 697.419 622.277 712.217C626.715 727.015 642.309 735.413 657.107 730.974Z" fill="#FFCCB3"/>
<path d="M657.347 677.457L610.975 661.583L589.391 719.731L649.381 730.175L657.347 677.457Z" fill="#FFCCB3"/>
<path d="M676.799 700.465L700.34 876.385L669.803 886.951L623.64 719.92L676.799 700.465Z" fill="#FFCCB3"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M580.103 943.163C567.92 936.945 555.364 930.536 543.103 929.783C542.826 929.765 542.549 929.807 542.291 929.907C542.033 930.006 541.799 930.161 541.606 930.359C541.414 930.558 541.266 930.797 541.175 931.058C541.084 931.319 541.05 931.597 541.077 931.873L543.304 954.039C543.35 954.495 543.559 954.92 543.894 955.234C544.228 955.548 544.665 955.73 545.124 955.746L628.769 958.759C634.936 958.982 638.354 955.767 639.452 950.855C639.486 950.686 639.471 950.511 639.409 950.35C639.346 950.189 639.238 950.05 639.099 949.949C638.959 949.847 638.793 949.789 638.621 949.779C638.448 949.77 638.277 949.811 638.127 949.896C628.105 955.518 616.282 956.994 605.185 954.009C597.171 951.875 588.731 947.567 580.103 943.163Z" fill="#5661AE"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M543.677 875.217C543.677 875.217 547.704 910.119 547.461 913.775C547.213 915.791 546.818 917.786 546.278 919.745C545.42 923.28 544.465 927.219 544.753 929.924C556.488 931.116 568.466 937.229 580.102 943.167C588.731 947.57 597.17 951.876 605.184 954.01C615.745 956.85 626.985 955.656 636.714 950.661C637.163 944.445 632.007 938.469 621.204 937.138C601.843 934.753 591.187 932.982 582.253 918.542C575.902 908.281 577.438 868.763 577.438 868.763L543.677 875.217Z" fill="#FCBA9F"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M580.503 912.821C576.829 913.181 562.221 914.55 548.091 914.961C545.345 915.041 543.755 920.478 545.42 923.507C546.548 925.732 547.496 928.045 548.252 930.423C553.032 931.349 557.704 932.767 562.192 934.655C560.436 929.063 563.522 925.968 568.752 925.396C572.883 924.945 582.559 926.062 587.558 926.709C587.833 926.744 588.112 926.7 588.362 926.582C588.613 926.464 588.824 926.276 588.971 926.042C589.119 925.807 589.196 925.536 589.194 925.259C589.192 924.982 589.11 924.711 588.959 924.479L581.863 913.48C581.719 913.256 581.516 913.075 581.276 912.959C581.036 912.843 580.768 912.795 580.503 912.821Z" fill="tranparent"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M626.444 954.405C617.144 956.654 611.054 955.12 611.054 955.12L611.767 935.337L627.086 936.598L626.444 954.405Z" fill="tranparent"/>
<path d="M553.76 737.904C569.014 735.455 579.395 721.105 576.947 705.851C574.499 690.597 560.149 680.216 544.895 682.664C529.641 685.112 519.26 699.462 521.708 714.716C524.156 729.97 538.506 740.352 553.76 737.904Z" stroke="#5CA4E6" stroke-width="1.0969" stroke-miterlimit="10"/>
<path d="M577.304 710.258L577.437 887.746L545.774 894.192L522.043 722.532L577.304 710.258Z" fill="#FCBA9F"/>
<path d="M494.415 645.456C494.415 645.456 485.902 687.118 497.058 704.527C511.18 726.563 528.452 729.938 541.216 730.175L610.178 724.227C610.178 724.227 609.722 684.577 635.263 669.763C635.263 669.763 530.584 631.129 494.415 645.456Z" fill="#5661AE"/>
<path d="M467.868 432.91L462.39 460.887L430.686 458.735L436.76 428.997L467.868 432.91Z" fill="#FFCCB3"/>
<path d="M467.549 434.537L464.888 448.128C464.888 448.128 457.602 441.918 456.195 432.226L467.549 434.537Z" fill="#FCBA9F"/>
<path d="M420.912 466.69C420.912 466.69 428.133 447.849 432.442 450.137C442.684 455.574 457.644 454.566 464.267 451.298C468.236 449.34 468.387 466.69 468.387 466.69L420.912 466.69Z" fill="#FEBB94"/>
<path d="M420.912 466.69L390.488 470.765C389.653 470.877 388.895 471.31 388.374 471.973C387.853 472.635 387.611 473.474 387.699 474.312L408.941 675.829L517.941 665.129L504.451 473.369L468.387 466.69H420.912Z" fill="#FEBB94"/>
<path d="M498.478 524.11L489.976 508.647L492.068 524.11H498.478Z" fill="#FF967C"/>
<path d="M502.56 473.019C514.054 474.782 523.689 482.441 526.908 489.133L555.342 553.908L625.164 498.068L645.013 518.974L582.25 596.516C569.628 613.139 547.795 619.979 532.925 598.302L509.167 560.986L502.56 473.019Z" fill="#FEBB94"/>
<path d="M555.342 553.908L563.286 569.524L569.332 542.718L555.342 553.908Z" fill="#FF967C"/>
<path d="M390.721 470.734C390.721 470.734 382.511 470.589 375.609 482.668C368.706 494.746 340.752 567.91 340.752 567.91C340.752 567.91 327.983 595.519 353.867 596.554H408.049L390.721 470.734Z" fill="#FEBB94"/>
<path d="M396.834 524.11L394.566 513.977L388.858 524.11H396.834Z" fill="#FF967C"/>
<path d="M540.171 730.105H421.841C418.114 730.105 414.512 728.76 411.697 726.318C408.881 723.877 407.041 720.501 406.514 716.812L381.507 541.782C381.194 539.586 381.356 537.348 381.982 535.22C382.608 533.092 383.685 531.124 385.138 529.448C386.591 527.772 388.388 526.428 390.406 525.507C392.424 524.586 394.616 524.11 396.834 524.11H515.165C518.891 524.11 522.493 525.454 525.309 527.896C528.124 530.337 529.964 533.713 530.491 537.402L555.498 712.433C555.812 714.628 555.65 716.866 555.023 718.994C554.397 721.122 553.321 723.09 551.867 724.766C550.414 726.442 548.618 727.786 546.6 728.707C544.582 729.628 542.389 730.105 540.171 730.105Z" fill="#5CA4E6"/>
<path d="M532.195 730.105H622.816C623.594 730.105 624.359 729.899 625.031 729.508C625.704 729.117 626.262 728.556 626.648 727.88C627.034 727.204 627.234 726.439 627.228 725.661C627.223 724.882 627.012 724.12 626.616 723.45C626.307 722.926 625.893 722.472 625.401 722.116C624.908 721.76 624.347 721.51 623.753 721.381L550.394 705.433L532.195 730.105Z" fill="#5CA4E6"/>
<path d="M532.195 730.105H413.865C410.138 730.105 406.536 728.76 403.721 726.318C400.905 723.877 399.065 720.501 398.538 716.812L373.532 541.782C373.218 539.586 373.38 537.348 374.006 535.22C374.632 533.092 375.709 531.124 377.162 529.448C378.615 527.772 380.412 526.428 382.43 525.507C384.448 524.586 386.64 524.11 388.858 524.11H507.189C510.915 524.11 514.517 525.454 517.333 527.896C520.148 530.337 521.988 533.713 522.515 537.402L547.522 712.433C547.836 714.628 547.674 716.866 547.048 718.994C546.421 721.122 545.345 723.09 543.892 724.766C542.438 726.442 540.642 727.786 538.624 728.707C536.606 729.628 534.413 730.105 532.195 730.105Z" fill="url(#paint2_linear)"/>
<path d="M1015.46 569.246C1015.46 569.246 1009.07 581.319 1007.51 582.704C1005.96 584.09 980.278 587.257 975.305 589.038C970.332 590.819 967.957 593.512 967.957 595.926H1028.32C1028.32 595.926 1029.88 594.47 1031.01 589.829C1032.13 585.189 1034.1 583.221 1034.1 583.221L1015.46 569.246Z" fill="#BC775C"/>
<path d="M928.694 379.049C932.664 359.451 923.328 359.956 920.221 356.84C920.221 356.84 908.565 347.228 899.684 356.188C890.283 365.665 836.395 439.285 836.395 439.285L870.113 470.296L876.45 462.733L892.868 443.153L910.428 422.225L912.609 419.843L936.298 393.012C936.298 393.012 926.449 389.367 928.694 379.049Z" fill="#5661AE"/>
<path d="M942.796 382.389C947.341 368.819 940.025 354.133 926.455 349.588C912.884 345.043 898.199 352.359 893.653 365.929C889.108 379.5 896.425 394.185 909.995 398.73C923.565 403.276 938.251 395.959 942.796 382.389Z" fill="#5661AE"/>
<path d="M912.299 419.739C912.978 415.642 914.339 407.45 915.802 399.984L923.582 363.846C923.582 363.846 902.688 394.726 893.062 416.236C885.934 432.355 877.664 448.783 876.296 462.681L892.712 443.1L910.272 422.173L912.299 419.739Z" fill="#465393"/>
<path d="M802.715 356.401C794.703 341.787 798.553 339.307 795.145 330.992C791.787 322.879 797.749 302.766 792.041 305.508C786.334 308.251 784.568 315.539 784.568 315.539C780.664 308.633 777.069 295.928 767.724 294.474C758.379 293.02 757.552 295.961 752.254 300.307C738.163 312.032 756.132 329.652 759.131 336.362C761.062 340.568 775.239 353.391 776.81 356.193L783.946 366.545L802.715 356.401Z" fill="#BC775C"/>
<path d="M775.185 316.445L763.798 295.42" stroke="#93523E" stroke-width="1.07832" stroke-linecap="round"/>
<path d="M767.724 319.849L755.313 300.269" stroke="#93523E" stroke-width="1.07832" stroke-linecap="round"/>
<path d="M758.86 323.613L751.766 311.755" stroke="#93523E" stroke-width="1.07832" stroke-linecap="round"/>
<path d="M777.999 334.953C778.059 327.673 782.428 318.864 782.428 318.864" stroke="#93523E" stroke-width="1.07832" stroke-linecap="round"/>
<path d="M870.398 438.699L801.834 347.39C801.397 346.854 800.777 346.498 800.093 346.392C799.409 346.285 798.71 346.436 798.131 346.814L780.177 358.688C779.324 359.266 778.716 360.14 778.472 361.141C778.228 362.142 778.364 363.199 778.855 364.105L833.993 465.79L870.398 438.699Z" fill="#5661AE"/>
<path d="M853.739 477.265C866.42 477.265 876.7 466.985 876.7 454.304C876.7 441.623 866.42 431.343 853.739 431.343C841.058 431.343 830.778 441.623 830.778 454.304C830.778 466.985 841.058 477.265 853.739 477.265Z" fill="#5661AE"/>
<path d="M949.675 336.2C949.675 336.2 916.199 346.849 909.594 349.611C902.989 352.374 902.548 363.426 902.108 371.254C901.8 376.739 907.991 466.805 908.398 518.967C908.485 530.111 906.407 537.182 905.072 543.375C903.738 549.569 905.072 552.94 905.072 552.94L1048.51 554.223C1048.51 554.223 1044.21 372.986 1043.33 366.54C1042.45 360.093 1049.37 354.541 1041.87 351.296L987.097 336.2H949.675Z" fill="tranparent"/>
<path d="M931.675 342.013C931.675 342.013 937.14 367.013 940.721 387.021C944.302 407.029 945.392 572.665 945.392 572.665C945.392 572.665 903.477 564.516 897.8 554.887C892.122 545.257 903.058 501.992 903.909 462.681C904.761 423.37 896.486 362.364 905.174 351.78C905.174 351.781 907.402 349.572 931.675 342.013Z" fill="#5661AE"/>
<path d="M1002.12 340.406C1002.12 340.406 982.233 381.842 983.449 394.471C984.666 407.1 984.735 514.801 983.449 537.287C982.651 550.966 980.567 564.54 977.225 577.828C977.225 577.828 1031.48 581.67 1052.44 575.108C1052.44 575.108 1062.4 512.452 1055.86 490.069C1049.33 467.686 1044.34 351.356 1044.34 351.356L1002.12 340.406Z" fill="#5661AE"/>
<path d="M1016.8 396.089C1016.8 396.089 1018.83 471.184 1018.41 496.215C1018.15 511.813 1000.31 518.419 1000.26 527.45C1000.23 532.793 1014.34 526.538 1018.15 532.062C1021.95 537.585 1015.45 554.887 1015.45 554.887L1048.51 554.223L1061.76 489.954L1033.85 392.224L1016.8 396.089Z" fill="#465393"/>
<path d="M950.363 319.462L947.258 354.459C947.258 354.459 946.43 359.895 955.871 361.615C963.368 362.98 978.947 354.171 982.464 351.269C990.28 344.819 991.002 340.916 990.176 337.927C988.993 333.644 985.126 303.464 985.126 303.464L950.363 319.462Z" fill="#BC775C"/>
<path d="M948.324 348.103L950.237 326.532L966.901 318.301L948.324 348.103Z" fill="#93523E" stroke="#93523E"/>
<path d="M931.839 253.224C931.839 253.224 925.455 281.817 924.606 301.29C923.749 320.937 930.769 324.678 939.473 326.145C946.338 327.302 957.017 327.386 963.733 324.033C975.977 317.918 996.08 303.077 998.711 300.198C1002.79 295.74 1002.51 275.857 986.948 270.94C975.631 267.363 946.776 236.998 931.839 253.224Z" fill="#BC775C"/>
<path d="M931.902 256.273C941.185 259.912 958.657 257.521 968.254 260.636C977.838 263.759 969.117 267.056 969.535 276.315C969.804 282.312 970.26 293.772 973.94 293.62C977.62 293.469 979.788 280.454 987.549 280.95C995.308 281.456 998.968 284.77 998.797 289.733C998.63 294.687 993.053 299.004 988.654 301.296C983.147 304.148 980.874 302.952 980.874 302.952C980.874 302.952 987.072 325.772 988.008 324.868C988.008 324.868 994.693 321.095 995.899 314.49C995.899 314.49 1004.77 312.568 1002.81 303.695C1002.81 303.695 1008.33 301.922 1005.71 296.785C1005.71 296.785 1019.99 287.183 1012.55 275.433C1012.55 275.433 1019.32 268.677 1011.23 265.82C1011.23 265.82 1021.95 250.158 1006.7 246.819C1006.7 246.819 1007.72 239.447 1000.74 239.728C1000.74 239.728 997.693 227.048 982.462 232.049C982.389 229.51 981.551 227.052 980.057 224.998C978.563 222.944 976.482 221.389 974.089 220.538C965.463 217.064 959.849 221.845 959.849 221.845C959.849 221.845 950.796 214.461 946.029 225.287C946.029 225.287 939.182 221.787 934.049 225.506C928.908 229.213 931.407 236.984 931.407 236.984C931.407 236.984 925.532 235.607 923.388 240.473C920.36 247.32 924.612 249.815 924.612 249.815C924.612 249.815 915.047 261.123 928.498 271.834L931.902 256.273Z" fill="#493212"/>
<path d="M955.264 284.501C955.769 282.188 954.95 280.045 953.435 279.714C951.92 279.383 950.283 280.99 949.778 283.302C949.272 285.614 950.091 287.757 951.606 288.088C953.121 288.419 954.759 286.813 955.264 284.501Z" fill="#080B09"/>
<path d="M934.418 279.806C934.923 277.494 934.105 275.351 932.59 275.02C931.075 274.689 929.437 276.295 928.932 278.608C928.427 280.92 929.245 283.063 930.76 283.394C932.275 283.725 933.913 282.119 934.418 279.806Z" fill="#080B09"/>
<path d="M938.539 285.946C938.539 285.946 941.128 290.932 937.387 291.008C933.813 290.958 931.731 293.055 935.336 296.094" stroke="#93523E" stroke-width="1.07832" stroke-linecap="round"/>
<path d="M935.889 300.704L935.905 300.706L935.921 300.707C938.138 300.866 942.565 301.185 945.508 301.446L945.508 301.446L945.513 301.446C945.599 301.453 945.682 301.483 945.752 301.533C945.822 301.584 945.876 301.652 945.91 301.732C945.944 301.811 945.955 301.898 945.943 301.983C945.931 302.065 945.898 302.143 945.846 302.208C945.199 302.921 944.347 303.769 943.4 304.5C942.443 305.239 941.422 305.833 940.439 306.069C939.477 306.301 938.57 306.188 937.758 305.537C936.922 304.865 936.122 303.572 935.525 301.297L935.515 301.258L935.499 301.221C935.472 301.161 935.462 301.094 935.47 301.029C935.477 300.963 935.502 300.901 935.542 300.848C935.582 300.795 935.635 300.754 935.696 300.729C935.757 300.703 935.823 300.695 935.889 300.704Z" fill="#93523E" stroke="#93523E"/>
<path d="M962.528 276.881L962.32 277.3C962.071 277.937 961.58 278.449 960.955 278.726C960.329 279.002 959.62 279.02 958.982 278.775L948.119 274.279C947.585 274.083 947.143 273.693 946.882 273.187C946.621 272.681 946.559 272.095 946.709 271.546C946.786 271.205 946.933 270.884 947.143 270.605C947.352 270.325 947.618 270.094 947.924 269.925C948.229 269.756 948.567 269.653 948.915 269.625C949.263 269.596 949.613 269.641 949.942 269.758L961.012 273.836C961.315 273.931 961.595 274.087 961.837 274.293C962.078 274.5 962.275 274.753 962.417 275.037C962.558 275.321 962.641 275.631 962.66 275.948C962.679 276.265 962.634 276.582 962.528 276.881Z" fill="#080B09"/>
<path d="M925.875 266.768L937.646 265.975C937.995 265.955 938.343 266.01 938.669 266.136C938.995 266.262 939.29 266.455 939.536 266.703C939.781 266.951 939.972 267.249 940.094 267.576C940.216 267.903 940.267 268.252 940.244 268.601C940.234 269.17 940.01 269.715 939.616 270.127C939.223 270.539 938.69 270.788 938.121 270.826L926.432 272.079C925.751 272.134 925.075 271.918 924.553 271.476C924.031 271.035 923.704 270.405 923.644 269.724L923.563 269.264C923.546 268.947 923.592 268.629 923.699 268.331C923.807 268.032 923.974 267.758 924.19 267.525C924.405 267.292 924.666 267.105 924.956 266.975C925.245 266.845 925.558 266.775 925.875 266.768Z" fill="#080B09"/>
<path d="M1045.42 369.364C1030.64 355.889 1026.28 364.158 1022.01 365.223C1022.01 365.223 1007.78 370.284 1010.9 382.507C1014.2 395.441 1049.67 479.498 1049.67 479.498L1094.43 468.902L1090.37 457.18L1082.01 433.035L1073.08 407.218L1072.15 404.122L1061.3 370.014C1061.3 370.014 1053.12 376.591 1045.42 369.364Z" fill="#5661AE"/>
<path d="M1052.7 395.518C1063.57 386.211 1064.84 369.853 1055.53 358.982C1046.22 348.11 1029.86 346.842 1018.99 356.149C1008.12 365.456 1006.85 381.814 1016.16 392.685C1025.47 403.557 1041.82 404.825 1052.7 395.518Z" fill="#5661AE"/>
<path d="M1049.33 467.686L1009.74 574.79C1009.53 575.448 1009.57 576.162 1009.85 576.794C1010.13 577.426 1010.63 577.932 1011.27 578.214L1030.97 586.869C1031.92 587.273 1032.99 587.31 1033.96 586.973C1034.93 586.636 1035.75 585.949 1036.24 585.045L1091.83 483.603L1049.33 467.686Z" fill="#5661AE"/>
<path d="M1071.47 496.192C1084.15 496.192 1094.43 485.912 1094.43 473.231C1094.43 460.55 1084.15 450.27 1071.47 450.27C1058.79 450.27 1048.51 460.55 1048.51 473.231C1048.51 485.912 1058.79 496.192 1071.47 496.192Z" fill="#5661AE"/>
<path d="M451.502 730.105H537.767C537.767 739.622 533.987 748.749 527.257 755.479C520.527 762.208 511.4 765.989 501.883 765.989H487.387C477.87 765.989 468.742 762.208 462.013 755.479C455.283 748.749 451.502 739.622 451.502 730.105Z" fill="#E7EFFF"/>
<path d="M496.55 765.989H492.72V938.481H496.55V765.989Z" fill="#5CA4E6"/>
<path d="M492.72 938.481L440.138 955.52H548.316L496.55 938.481H492.72Z" fill="#5CA4E6"/>
<path d="M321.906 612.167L228.336 948.062H247.397L355.549 612.167H321.906Z" fill="#E7EFFF"/>
<path d="M321.906 612.167L315.036 636.828L350.887 626.646L355.549 612.167H321.906Z" fill="#96BAFD"/>
<path d="M1119.57 612.167L1213.14 948.062H1194.08L1085.92 612.167H1119.57Z" fill="#D1E8F7"/>
<path d="M1119.57 612.167L1124.82 631.021L1090.77 627.218L1085.92 612.167H1119.57Z" fill="#5CA4E6"/>
<path d="M469.307 373.601C469.307 373.601 481.889 396.304 486.253 405.674C490.617 415.043 492.109 425.151 484.841 429.803C474.953 436.134 464.011 434.727 452.219 433.41C442.011 432.269 429.22 403.546 430.787 396.494C432.354 389.442 450.106 361.155 469.307 373.601Z" fill="#FFCCB3"/>
<path d="M478.688 399.623C479.605 398.882 479.463 397.187 478.371 395.837C477.279 394.487 475.652 393.992 474.735 394.733C473.819 395.474 473.961 397.169 475.053 398.519C476.144 399.87 477.772 400.364 478.688 399.623Z" fill="#080B09"/>
<path d="M465.135 396.171L474.735 389.344C474.501 389.072 474.212 388.852 473.887 388.698C473.563 388.545 473.21 388.461 472.851 388.452C472.492 388.443 472.136 388.51 471.804 388.647C471.472 388.785 471.173 388.99 470.926 389.25L464.566 395.698C464.34 395.881 464.796 396.445 465.135 396.171Z" fill="#080B09"/>
<path d="M484.437 413.714C483.148 414.516 481.661 414.94 480.143 414.94C478.625 414.94 477.137 414.516 475.848 413.714" stroke="#EF6A77" stroke-miterlimit="10" stroke-linecap="round"/>
<path d="M460.283 387.218L480.84 376.821C480.84 376.821 473.385 352.573 446.076 350.04C426.041 348.181 407.419 359.227 400.203 376.483C392.986 393.74 399.157 422.171 417.459 428.997C432.94 434.77 432.442 450.137 432.442 450.137L455.11 420.41C455.11 420.41 439.427 412.78 443.188 403.467C448.286 390.841 461.098 405.437 461.098 405.437L452.429 380.206L460.283 387.218Z" fill="#1F2D49"/>
<path d="M482.008 397.178C482.008 397.178 485.437 401.645 487.512 402.507C489.586 403.369 487.729 406.542 486.347 406.983C484.965 407.424 481.22 399.287 482.008 397.178Z" fill="#FFCCB3"/>
<path d="M397.26 421.536C410.713 421.536 421.618 410.631 421.618 397.178C421.618 383.726 410.713 372.82 397.26 372.82C383.808 372.82 372.902 383.726 372.902 397.178C372.902 410.631 383.808 421.536 397.26 421.536Z" fill="#0D1B33"/>
<path d="M394.566 422.606C408.019 422.606 418.924 411.701 418.924 398.248C418.924 384.796 408.019 373.89 394.566 373.89C381.114 373.89 370.208 384.796 370.208 398.248C370.208 411.701 381.114 422.606 394.566 422.606Z" fill="#1F2D49"/>
<path d="M633.476 166.398H381.487C377.006 166.398 373.373 170.031 373.373 174.512V328.086C373.373 332.567 377.006 336.2 381.487 336.2H633.476C637.957 336.2 641.59 332.567 641.59 328.086V174.512C641.59 170.031 637.957 166.398 633.476 166.398Z" fill="#FEBB94"/>
<path d="M547.68 370.477H561.153" stroke="#D4DCF4" stroke-width="12" stroke-miterlimit="10" stroke-linecap="round"/>
<path d="M590.807 370.477H716.263" stroke="#5661AE" stroke-width="12" stroke-miterlimit="10" stroke-linecap="round"/>
<path d="M547.68 399.986H561.153" stroke="#D4DCF4" stroke-width="12" stroke-miterlimit="10" stroke-linecap="round"/>
<path d="M590.807 399.986H649.219" stroke="#5661AE" stroke-width="12" stroke-miterlimit="10" stroke-linecap="round"/>
<path d="M547.68 430.012H561.153" stroke="#D4DCF4" stroke-width="12" stroke-miterlimit="10" stroke-linecap="round"/>
<path d="M590.807 430.012H691.259" stroke="#5661AE" stroke-width="12" stroke-miterlimit="10" stroke-linecap="round"/>
<path d="M391.209 257.498C391.209 257.498 413.415 252.821 420.458 263.62C427.501 274.419 434.544 294.706 450.509 292.075C466.473 289.445 474.178 236.384 490.142 236.853C506.106 237.323 503.567 272.072 520.94 272.541C538.313 273.011 533.471 253.121 545.07 253.665C559.141 254.324 557.564 295.549 575.876 296.018C594.188 296.488 592.31 241.552 620.013 242.491" stroke="white" stroke-width="6.35676" stroke-miterlimit="10" stroke-linecap="round"/>
<path d="M398.29 192.103H442.624" stroke="white" stroke-width="10.0826" stroke-miterlimit="10" stroke-linecap="round"/>
<path opacity="0.4" d="M398.29 212.793H489.909" stroke="white" stroke-width="10.0826" stroke-miterlimit="10" stroke-linecap="round"/>
<path opacity="0.4" d="M754.084 280.202C770.001 280.202 782.905 267.298 782.905 251.38C782.905 235.463 770.001 222.559 754.084 222.559C738.166 222.559 725.262 235.463 725.262 251.38C725.262 267.298 738.166 280.202 754.084 280.202Z" fill="tranparent"/>
<path d="M745.167 243.445V261.738C745.167 262.245 745.299 262.744 745.55 263.184C745.802 263.625 746.163 263.993 746.599 264.251C747.035 264.51 747.531 264.65 748.038 264.659C748.546 264.668 749.046 264.545 749.491 264.301L766.213 255.155C766.673 254.903 767.056 254.533 767.324 254.082C767.591 253.631 767.732 253.116 767.732 252.592C767.732 252.067 767.591 251.553 767.324 251.102C767.056 250.651 766.673 250.28 766.213 250.028L749.491 240.882C749.046 240.639 748.545 240.515 748.038 240.524C747.531 240.533 747.035 240.674 746.599 240.932C746.163 241.191 745.802 241.558 745.551 241.999C745.3 242.44 745.167 242.938 745.167 243.445Z" fill="tranparent"/>
<path d="M370.828 121H858.175C861.765 121 865.208 122.426 867.747 124.965C870.285 127.503 871.711 130.946 871.711 134.536V154.927H357.292V134.536C357.292 130.946 358.718 127.503 361.257 124.965C363.795 122.426 367.238 121 370.828 121V121Z" fill="#5CA4E6"/>
<path d="M1164.25 595.926H1020.57V612.167H1164.25V595.926Z" fill="#96BAFD"/>
<path d="M990.611 612.167L1084.18 948.062H1065.12L956.968 612.167H990.611Z" fill="#E7EFFF"/>
<path d="M990.611 612.167L997.481 636.828L961.63 626.646L956.968 612.167H990.611Z" fill="#5CA4E6"/>
<path d="M1111.76 323.175C1150.74 323.175 1182.34 291.574 1182.34 252.592C1182.34 213.609 1150.74 182.008 1111.76 182.008C1072.77 182.008 1041.17 213.609 1041.17 252.592C1041.17 291.574 1072.77 323.175 1111.76 323.175Z" fill="#FEBB94"/>
<path d="M1136.91 250.876C1136.91 246.311 1135.67 241.831 1133.32 237.917C1130.97 234.003 1127.6 230.802 1123.57 228.657C1119.54 226.511 1115 225.502 1110.44 225.737C1105.88 225.972 1101.47 227.442 1097.69 229.991C1093.9 232.54 1090.88 236.07 1088.94 240.205C1087 244.34 1086.23 248.923 1086.7 253.465C1087.17 258.006 1088.86 262.334 1091.6 265.985C1094.34 269.637 1098.03 272.475 1102.26 274.195V282.455H1121.22V274.195C1125.86 272.308 1129.83 269.082 1132.62 264.928C1135.42 260.775 1136.91 255.882 1136.91 250.876V250.876Z" stroke="white" stroke-width="3.71807" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M1102.26 282.455H1121.29V286.506C1121.29 288.222 1120.61 289.868 1119.39 291.082C1118.18 292.296 1116.53 292.978 1114.82 292.978H1108.73C1107.01 292.978 1105.37 292.296 1104.15 291.082C1102.94 289.868 1102.26 288.222 1102.26 286.506V282.455V282.455Z" stroke="white" stroke-width="3.71807" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M1107.49 282.455V253.558C1107.49 252.866 1107.21 252.203 1106.72 251.714C1106.23 251.225 1105.57 250.95 1104.88 250.95H1104.8C1104.11 250.95 1103.44 251.225 1102.96 251.714C1102.47 252.203 1102.19 252.866 1102.19 253.558V253.558C1102.19 253.9 1102.26 254.239 1102.39 254.556C1102.52 254.872 1102.71 255.159 1102.96 255.402C1103.2 255.644 1103.49 255.836 1103.8 255.967C1104.12 256.098 1104.46 256.165 1104.8 256.165H1118.68C1119.02 256.165 1119.36 256.098 1119.68 255.967C1119.99 255.836 1120.28 255.644 1120.52 255.402C1120.77 255.159 1120.96 254.872 1121.09 254.556C1121.22 254.239 1121.29 253.9 1121.29 253.558V253.558C1121.29 252.866 1121.01 252.203 1120.52 251.714C1120.03 251.225 1119.37 250.95 1118.68 250.95H1118.45C1117.76 250.95 1117.1 251.225 1116.61 251.714C1116.12 252.203 1115.84 252.866 1115.84 253.558V282.455" stroke="white" stroke-width="3.71807" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M1111.77 212.205V218.665" stroke="white" stroke-width="3.71807" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M1088.48 218.428L1091.71 224.023" stroke="white" stroke-width="3.71807" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M1071.43 235.461L1077.02 238.691" stroke="white" stroke-width="3.71807" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M1152.08 235.516L1146.49 238.746" stroke="white" stroke-width="3.71807" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M1135.05 218.46L1131.82 224.054" stroke="white" stroke-width="3.71807" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M336.066 166.398H283.699C280.043 166.398 277.08 169.362 277.08 173.018V225.384C277.08 229.04 280.043 232.004 283.699 232.004H336.066C339.722 232.004 342.685 229.04 342.685 225.384V173.018C342.685 169.362 339.722 166.398 336.066 166.398Z" fill="#1C85E8"/>
<path d="M336.066 247.399H283.699C280.043 247.399 277.08 250.363 277.08 254.018V306.385C277.08 310.041 280.043 313.004 283.699 313.004H336.066C339.722 313.004 342.685 310.041 342.685 306.385V254.018C342.685 250.363 339.722 247.399 336.066 247.399Z" fill="#1C85E8"/>
<path d="M331.231 271.359C331.197 269.58 330.859 267.819 330.234 266.152C329.681 264.726 328.837 263.431 327.756 262.349C326.674 261.268 325.379 260.424 323.953 259.871C322.286 259.247 320.525 258.909 318.746 258.874C316.448 258.765 315.719 258.739 309.891 258.739C304.063 258.739 303.333 258.765 301.044 258.865C299.264 258.9 297.504 259.237 295.837 259.863C294.411 260.415 293.116 261.259 292.034 262.341C290.953 263.422 290.109 264.718 289.556 266.144C288.931 267.81 288.594 269.571 288.559 271.351C288.45 273.649 288.424 274.378 288.424 280.206C288.424 286.034 288.45 286.763 288.55 289.052C288.585 290.832 288.922 292.593 289.548 294.26C290.101 295.686 290.944 296.981 292.026 298.063C293.107 299.144 294.402 299.988 295.829 300.54C297.495 301.165 299.256 301.503 301.036 301.538C303.325 301.639 304.055 301.664 309.883 301.664C315.71 301.664 316.44 301.639 318.729 301.538C320.509 301.503 322.27 301.166 323.936 300.54C325.363 299.989 326.658 299.145 327.74 298.064C328.822 296.982 329.665 295.686 330.217 294.26C330.842 292.593 331.179 290.832 331.215 289.052C331.315 286.763 331.341 286.034 331.341 280.206C331.341 274.378 331.332 273.649 331.231 271.359ZM327.366 288.885C327.352 290.245 327.102 291.593 326.628 292.868C326.27 293.794 325.723 294.634 325.021 295.336C324.319 296.038 323.478 296.585 322.553 296.943C321.277 297.417 319.93 297.666 318.57 297.681C316.306 297.782 315.627 297.807 309.899 297.807C304.172 297.807 303.485 297.782 301.229 297.681C299.868 297.667 298.521 297.418 297.246 296.943C296.314 296.601 295.471 296.054 294.781 295.341C294.07 294.649 293.523 293.807 293.179 292.876C292.705 291.601 292.456 290.253 292.441 288.893C292.34 286.629 292.315 285.95 292.315 280.223C292.315 274.495 292.34 273.808 292.441 271.552C292.455 270.192 292.704 268.844 293.179 267.569C293.521 266.636 294.071 265.792 294.789 265.104C295.481 264.393 296.323 263.846 297.254 263.502C298.529 263.029 299.877 262.779 301.237 262.764C303.501 262.664 304.181 262.639 309.908 262.639C315.643 262.639 316.322 262.664 318.578 262.764C319.938 262.778 321.286 263.028 322.561 263.502C323.493 263.844 324.335 264.391 325.026 265.104C325.737 265.796 326.284 266.639 326.628 267.569C327.102 268.845 327.351 270.192 327.366 271.552C327.467 273.816 327.492 274.495 327.492 280.223C327.492 285.95 327.467 286.621 327.366 288.885Z" fill="tranparent"/>
<path d="M309.891 269.179C307.71 269.179 305.578 269.826 303.765 271.038C301.952 272.249 300.538 273.971 299.704 275.986C298.869 278.001 298.651 280.218 299.076 282.357C299.502 284.496 300.552 286.461 302.094 288.003C303.636 289.545 305.601 290.595 307.74 291.021C309.879 291.446 312.096 291.228 314.111 290.393C316.126 289.559 317.848 288.145 319.059 286.332C320.271 284.519 320.918 282.387 320.918 280.206C320.917 277.282 319.755 274.477 317.687 272.41C315.619 270.342 312.815 269.18 309.891 269.179ZM309.891 287.359C308.476 287.359 307.093 286.939 305.917 286.153C304.741 285.367 303.824 284.25 303.283 282.943C302.741 281.636 302.6 280.198 302.876 278.81C303.152 277.423 303.833 276.148 304.833 275.148C305.834 274.148 307.108 273.467 308.496 273.191C309.883 272.915 311.321 273.056 312.628 273.598C313.935 274.139 315.052 275.056 315.838 276.232C316.624 277.408 317.044 278.791 317.044 280.206C317.043 282.103 316.29 283.922 314.948 285.263C313.607 286.605 311.788 287.358 309.891 287.359Z" fill="tranparent"/>
<path d="M323.928 268.743C323.928 269.252 323.777 269.75 323.494 270.174C323.211 270.597 322.809 270.927 322.339 271.122C321.869 271.317 321.351 271.368 320.852 271.268C320.352 271.169 319.894 270.924 319.533 270.564C319.173 270.204 318.928 269.745 318.829 269.246C318.729 268.746 318.78 268.229 318.975 267.758C319.17 267.288 319.5 266.886 319.923 266.603C320.347 266.32 320.844 266.169 321.354 266.169C322.036 266.169 322.691 266.44 323.174 266.923C323.657 267.406 323.928 268.06 323.928 268.743Z" fill="tranparent"/>
<path d="M316.384 187.821H320.123V181.308C318.314 181.11 316.495 181.013 314.676 181.02C309.284 181.02 305.591 184.411 305.591 190.644V196.379H299.642V203.66H305.591V221.979H312.885V203.662H318.594L319.5 196.381H312.884V191.365C312.885 189.261 313.452 187.821 316.384 187.821H316.384Z" fill="tranparent"/>
</g>
<defs>
<linearGradient id="paint0_linear" x1="601.695" y1="120.174" x2="656.027" y2="861.822" gradientUnits="userSpaceOnUse">
<stop stop-color="white"/>
<stop offset="1" stop-color="#94B9FF"/>
</linearGradient>
<linearGradient id="paint1_linear" x1="706.141" y1="595.887" x2="706.211" y2="630.727" gradientUnits="userSpaceOnUse">
<stop stop-color="white"/>
<stop offset="1" stop-color="#94B9FF"/>
</linearGradient>
<linearGradient id="paint2_linear" x1="456.188" y1="523.62" x2="511.893" y2="958.37" gradientUnits="userSpaceOnUse">
<stop stop-color="white"/>
<stop offset="1" stop-color="#94B9FF"/>
</linearGradient>
<clipPath id="clip0">
<rect width="1064.21" height="848.224" fill="tranparent" transform="translate(188 121)"/>
</clipPath>
</defs>
</svg>
<svg width="1440" height="1024" viewBox="0 0 1440 1024" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect width="1440" height="1024" fill="tranparent"/>
<g clip-path="url(#clip0)">
<path d="M1001.78 241.975H756.495C750.957 241.975 746.468 246.465 746.468 252.003V425.068C746.468 430.605 750.957 435.095 756.495 435.095H1001.78C1007.31 435.095 1011.8 430.605 1011.8 425.068V252.003C1011.8 246.465 1007.31 241.975 1001.78 241.975Z" fill="#FEBB94"/>
<path d="M781.701 276.773H774.438L773.19 280.317H770.22L776.435 262.946H779.729L785.943 280.317H782.949L781.701 276.773ZM780.902 274.452L778.082 266.39L775.237 274.452H780.902ZM787.697 273.379C787.697 271.998 787.98 270.775 788.546 269.71C789.128 268.645 789.91 267.821 790.892 267.239C791.89 266.64 792.996 266.341 794.211 266.341C795.11 266.341 795.991 266.54 796.857 266.94C797.738 267.322 798.437 267.838 798.953 268.487V261.848H801.823V280.317H798.953V278.245C798.487 278.911 797.838 279.46 797.006 279.893C796.191 280.325 795.251 280.541 794.186 280.541C792.988 280.541 791.89 280.242 790.892 279.643C789.91 279.027 789.128 278.179 788.546 277.097C787.98 275.999 787.697 274.76 787.697 273.379ZM798.953 273.429C798.953 272.48 798.753 271.657 798.354 270.958C797.971 270.259 797.464 269.726 796.832 269.36C796.199 268.994 795.517 268.811 794.785 268.811C794.053 268.811 793.371 268.994 792.739 269.36C792.106 269.71 791.591 270.234 791.191 270.933C790.809 271.615 790.617 272.43 790.617 273.379C790.617 274.327 790.809 275.159 791.191 275.874C791.591 276.59 792.106 277.139 792.739 277.522C793.387 277.888 794.07 278.071 794.785 278.071C795.517 278.071 796.199 277.888 796.832 277.522C797.464 277.156 797.971 276.623 798.354 275.924C798.753 275.209 798.953 274.377 798.953 273.429ZM810.552 280.541C809.47 280.541 808.497 280.35 807.632 279.967C806.783 279.568 806.109 279.036 805.61 278.37C805.111 277.688 804.845 276.931 804.811 276.099H807.756C807.806 276.681 808.081 277.172 808.58 277.571C809.096 277.954 809.736 278.146 810.502 278.146C811.3 278.146 811.916 277.996 812.349 277.696C812.798 277.38 813.022 276.981 813.022 276.498C813.022 275.983 812.773 275.6 812.274 275.35C811.791 275.101 811.018 274.826 809.953 274.527C808.921 274.244 808.081 273.969 807.432 273.703C806.783 273.437 806.217 273.029 805.735 272.48C805.269 271.931 805.036 271.207 805.036 270.309C805.036 269.577 805.252 268.911 805.685 268.312C806.118 267.697 806.733 267.214 807.532 266.865C808.347 266.515 809.279 266.341 810.327 266.341C811.891 266.341 813.147 266.74 814.096 267.539C815.061 268.321 815.576 269.394 815.643 270.758H812.798C812.748 270.142 812.498 269.652 812.049 269.286C811.6 268.92 810.993 268.736 810.227 268.736C809.479 268.736 808.904 268.878 808.505 269.161C808.106 269.444 807.906 269.818 807.906 270.284C807.906 270.65 808.039 270.958 808.305 271.207C808.572 271.457 808.896 271.657 809.279 271.806C809.662 271.939 810.227 272.114 810.976 272.33C811.974 272.597 812.79 272.871 813.422 273.154C814.071 273.42 814.628 273.82 815.094 274.352C815.56 274.884 815.801 275.592 815.818 276.473C815.818 277.255 815.601 277.954 815.169 278.57C814.736 279.185 814.121 279.668 813.322 280.017C812.54 280.367 811.617 280.541 810.552 280.541Z" fill="tranparent"/>
<path d="M929.665 350.122C929.665 360.116 926.701 369.885 921.149 378.195C915.597 386.504 907.705 392.981 898.472 396.805C889.239 400.63 879.079 401.63 869.277 399.681C859.476 397.731 850.472 392.919 843.405 385.852C836.339 378.785 831.526 369.782 829.576 359.98C827.627 350.178 828.627 340.018 832.452 330.785C836.276 321.552 842.753 313.66 851.062 308.108C859.372 302.556 869.141 299.592 879.135 299.592" stroke="white" stroke-width="17.1948" stroke-miterlimit="10"/>
<path d="M888.547 289.93C901.948 289.93 914.801 295.254 924.277 304.73C933.753 314.206 939.077 327.059 939.077 340.46" stroke="#1C85E8" stroke-width="17.1948" stroke-miterlimit="10"/>
<path d="M769.744 398.699H799.32" stroke="white" stroke-width="6.72632" stroke-miterlimit="10" stroke-linecap="round"/>
<path opacity="0.4" d="M769.744 415.257H830.865" stroke="white" stroke-width="6.72632" stroke-miterlimit="10" stroke-linecap="round"/>
<path d="M939.077 398.866H968.653" stroke="white" stroke-width="6.72632" stroke-miterlimit="10" stroke-linecap="round"/>
<path opacity="0.4" d="M939.077 415.424H1000.2" stroke="white" stroke-width="6.72632" stroke-miterlimit="10" stroke-linecap="round"/>
<path d="M310.236 225.879H666.306C675.763 225.879 684.833 229.636 691.52 236.323C698.207 243.01 701.964 252.08 701.964 261.537V282.879H274.578V261.537C274.578 252.08 278.335 243.01 285.022 236.323C291.709 229.636 300.779 225.879 310.236 225.879Z" fill="#1C85E8"/>
<path d="M274.578 282.879H701.964V685.959C701.964 693.472 698.98 700.677 693.668 705.989C688.355 711.301 681.15 714.286 673.637 714.286H302.905C295.392 714.286 288.187 711.301 282.875 705.989C277.562 700.677 274.578 693.472 274.578 685.959V282.879H274.578Z" fill="url(#paint0_linear)"/>
<path opacity="0.6" d="M492.526 637.444C574.367 637.444 640.713 571.099 640.713 489.257C640.713 407.416 574.367 341.07 492.526 341.07C410.684 341.07 344.339 407.416 344.339 489.257C344.339 571.099 410.684 637.444 492.526 637.444Z" stroke="white" stroke-width="30" stroke-miterlimit="10"/>
<path d="M314.05 264.541C318.881 264.541 322.797 260.625 322.797 255.794C322.797 250.964 318.881 247.048 314.05 247.048C309.219 247.048 305.303 250.964 305.303 255.794C305.303 260.625 309.219 264.541 314.05 264.541Z" fill="tranparent"/>
<path d="M349.378 264.541C354.209 264.541 358.125 260.625 358.125 255.794C358.125 250.964 354.209 247.048 349.378 247.048C344.547 247.048 340.631 250.964 340.631 255.794C340.631 260.625 344.547 264.541 349.378 264.541Z" fill="tranparent"/>
<path d="M382.572 264.541C387.402 264.541 391.318 260.625 391.318 255.794C391.318 250.964 387.402 247.048 382.572 247.048C377.741 247.048 373.825 250.964 373.825 255.794C373.825 260.625 377.741 264.541 382.572 264.541Z" fill="tranparent"/>
<path d="M782.127 464.682H1138.2C1147.65 464.682 1156.72 468.439 1163.41 475.126C1170.1 481.813 1173.85 490.883 1173.85 500.34V521.682H746.468V500.34C746.468 490.883 750.225 481.813 756.912 475.126C763.6 468.439 772.669 464.682 782.127 464.682Z" fill="#1C85E8"/>
<path d="M746.468 521.682H1173.85V924.762C1173.85 932.275 1170.87 939.48 1165.56 944.792C1160.25 950.104 1153.04 953.089 1145.53 953.089H774.795C767.283 953.089 760.077 950.104 754.765 944.792C749.453 939.48 746.468 932.275 746.468 924.762V521.682Z" fill="url(#paint1_linear)"/>
<path opacity="0.6" d="M982.365 885.572C1064.21 885.572 1130.55 819.227 1130.55 737.385C1130.55 655.544 1064.21 589.198 982.365 589.198C900.524 589.198 834.178 655.544 834.178 737.385C834.178 819.227 900.524 885.572 982.365 885.572Z" stroke="white" stroke-width="30" stroke-miterlimit="10"/>
<path d="M785.94 503.344C790.771 503.344 794.687 499.428 794.687 494.597C794.687 489.767 790.771 485.851 785.94 485.851C781.11 485.851 777.194 489.767 777.194 494.597C777.194 499.428 781.11 503.344 785.94 503.344Z" fill="tranparent"/>
<path d="M821.269 503.344C826.099 503.344 830.015 499.428 830.015 494.597C830.015 489.767 826.099 485.851 821.269 485.851C816.438 485.851 812.522 489.767 812.522 494.597C812.522 499.428 816.438 503.344 821.269 503.344Z" fill="tranparent"/>
<path d="M854.462 503.344C859.293 503.344 863.209 499.428 863.209 494.597C863.209 489.767 859.293 485.851 854.462 485.851C849.632 485.851 845.716 489.767 845.716 494.597C845.716 499.428 849.632 503.344 854.462 503.344Z" fill="tranparent"/>
<path d="M917.006 774.678L895.931 953.188H980.606L1028.93 775.738L917.006 774.678Z" fill="#1F2D49"/>
<path d="M983.263 943.431L973.304 888.63L993.047 828.798H1023.64L983.263 943.431Z" fill="#0D1B33"/>
<path d="M1073.86 775.738C1073.26 786.452 1073.26 797.191 1073.86 807.904C1076.33 842.534 1069.27 939.882 1069.33 953.188H994.147C993.832 934.754 989.151 776.496 989.151 776.496L1073.86 775.738Z" fill="#1F2D49"/>
<path d="M915.402 787.471L1073.86 807.904V775.738L917.006 774.678L915.402 787.471Z" fill="#0D1B33"/>
<path d="M945.436 593.635C949.859 571.801 939.459 572.363 935.997 568.892C935.997 568.892 923.012 558.184 913.117 568.165C902.644 578.724 842.608 660.741 842.608 660.741L880.173 695.29L887.233 686.864L905.524 665.05L925.087 641.735L927.517 639.081L953.908 609.19C953.908 609.19 942.936 605.129 945.436 593.635Z" fill="#FEBB94"/>
<path d="M961.147 597.355C966.211 582.237 958.06 565.876 942.941 560.812C927.823 555.749 911.462 563.899 906.399 579.018C901.335 594.136 909.486 610.497 924.604 615.561C939.722 620.624 956.083 612.473 961.147 597.355Z" fill="#FEBB94"/>
<path d="M927.171 638.965C927.928 634.402 929.444 625.275 931.073 616.957L939.741 576.697C939.741 576.697 916.463 611.1 905.74 635.063C897.798 653.021 888.585 671.323 887.061 686.806L905.35 664.992L924.913 641.677L927.171 638.965Z" fill="#FF967C"/>
<path d="M851.733 554.427C849.778 535.963 854.802 535.068 854.871 525.057C854.906 515.275 869.678 497.164 862.632 497.53C855.587 497.896 850.64 504.629 850.64 504.629C849.595 495.853 851.36 481.249 842.38 475.738C833.399 470.228 831.285 472.895 823.972 475.087C804.45 481.082 815.347 506.915 815.547 515.101C815.724 520.254 824.786 539.526 825.197 543.082L828.083 556.788L851.733 554.427Z" fill="#FFCCB3"/>
<path d="M840.607 501.527L837.937 475.024L840.607 501.527Z" fill="#E56441"/>
<path d="M840.607 501.527L837.937 475.024" stroke="#E56441" stroke-width="1.20133" stroke-linecap="round"/>
<path d="M831.475 501.821L827.132 476.362L831.475 501.821Z" fill="#E56441"/>
<path d="M831.475 501.821L827.132 476.362" stroke="#E56441" stroke-width="1.20133" stroke-linecap="round"/>
<path d="M820.746 501.88L818.551 486.644L820.746 501.88Z" fill="#E56441"/>
<path d="M820.746 501.88L818.551 486.644" stroke="#E56441" stroke-width="1.20133" stroke-linecap="round"/>
<path d="M835.545 521.76C838.735 514.304 847.011 507.127 847.011 507.127L835.545 521.76Z" fill="#E56441"/>
<path d="M835.545 521.76C838.735 514.304 847.011 507.127 847.011 507.127" stroke="#E56441" stroke-width="1.20133" stroke-linecap="round"/>
<path d="M885.937 668.103L854.7 544.787C854.481 544.047 853.997 543.415 853.34 543.012C852.683 542.609 851.9 542.463 851.142 542.603L827.586 547.093C826.46 547.32 825.46 547.958 824.778 548.882C824.097 549.806 823.783 550.95 823.898 552.092L836.876 680.304L885.937 668.103Z" fill="#FEBB94"/>
<path d="M862.108 702.564C876.235 702.564 887.688 691.111 887.688 676.984C887.688 662.856 876.235 651.404 862.108 651.404C847.98 651.404 836.528 662.856 836.528 676.984C836.528 691.111 847.98 702.564 862.108 702.564Z" fill="#FEBB94"/>
<path d="M965.37 548.002C965.37 548.002 936.128 556.63 928.769 559.708C921.411 562.786 920.92 575.099 920.43 583.82C920.086 589.93 918.93 682.363 919.384 740.476C919.481 752.891 917.166 760.768 915.679 767.668C915.271 769.507 915.05 771.382 915.02 773.265C915.01 773.926 915.131 774.583 915.376 775.198C915.621 775.813 915.985 776.373 916.447 776.847C916.909 777.321 917.46 777.699 918.069 777.959C918.677 778.22 919.331 778.357 919.992 778.365L1069.7 779.764C1069.7 779.764 1076.34 780.729 1074.74 773.154C1073.15 764.869 1072.28 756.463 1072.14 748.029C1070.64 687.671 1070.36 586.587 1069.71 581.802C1068.73 574.62 1076.44 568.435 1068.08 564.819L1027.71 550.133L965.37 548.002Z" fill="#FEBB94"/>
<path d="M1040.15 614.722C1040.15 614.722 1042.42 698.383 1041.94 726.269C1041.65 743.646 1021.78 751.006 1021.72 761.068C1021.69 767.02 1037.78 763.317 1044.88 761.003C1060.85 755.8 1071.36 762.868 1071.36 762.868L1067.1 610.416L1040.15 614.722Z" fill="#FF967C"/>
<path d="M972.128 518.435L981.054 565.062L984.208 568.399C984.208 568.399 982.959 569.893 986.546 566.296C995.004 557.816 1017.28 547.481 1016.36 544.151C1015.04 539.379 1011.21 509.656 1011.21 509.656L972.128 518.435Z" fill="#FFCCB3"/>
<path d="M971.763 521.533H995.282L969.448 561.661L971.763 521.533Z" fill="#FF967C"/>
<path d="M1039.87 501.232C1046.74 484.211 1025.75 482.052 1022.12 481.828C1018.49 481.603 1020.92 454.066 1020.92 454.066C1020.92 454.066 983.825 435.379 973.349 439.832C973.349 439.832 958.31 470.962 951.202 491.653C944.095 512.343 947.166 523.478 954.63 526.49C964.529 531.488 977.533 533.076 986.83 530.777C1003.39 526.683 1013.9 513.465 1013.9 513.465C1014.18 513.425 1014.34 513.406 1014.34 513.406C1014.34 513.406 1033.39 517.307 1039.87 501.232Z" fill="#FFCCB3"/>
<path d="M1029.9 516.19C1043.29 506.845 1054.55 496.397 1056.68 483.137C1060.98 456.419 1045.99 449.961 1045.99 449.961C1055.96 431.029 1033.22 420.802 1021.49 416.985C982.722 404.369 959.084 418.059 957.433 433.062C956.733 439.345 957.742 445.233 960.927 450.062C960.819 454.693 961.298 459.318 962.354 463.828L968.763 451.968C970.018 453.578 971.665 454.839 973.548 455.629C994.606 465.663 1016.21 454.54 1016.21 454.54C1007.79 464.271 1007.73 485.815 1008.27 490.315C1009.05 496.803 1013.06 492.063 1013.06 492.063C1017.01 485.685 1031.69 481.033 1035.53 494.262C1038.53 504.571 1011.49 514.716 1011.49 514.716L1014.2 530.778C1019.24 531.81 1018.49 526.483 1019.83 528.261C1021.17 530.04 1024.01 531.184 1024.56 525.728C1025.11 520.273 1029.91 516.184 1029.91 516.184L1029.9 516.19Z" fill="#BC775C"/>
<path d="M987.955 485.662C989.167 483.319 988.905 480.777 987.37 479.983C985.836 479.19 983.61 480.445 982.398 482.787C981.187 485.129 981.449 487.671 982.983 488.465C984.518 489.259 986.744 488.004 987.955 485.662Z" fill="#080B09"/>
<path d="M966.882 474.589C968.093 472.247 967.831 469.705 966.297 468.911C964.762 468.117 962.536 469.373 961.324 471.715C960.113 474.057 960.375 476.599 961.909 477.393C963.444 478.186 965.67 476.931 966.882 474.589Z" fill="#080B09"/>
<path d="M969.542 482.386C969.542 482.386 970.887 488.498 966.84 487.499C963.01 486.413 960.163 488.068 963.165 492.379" stroke="#E56441" stroke-width="1.20133" stroke-linecap="round"/>
<path d="M962.45 497.446L962.465 497.453L962.48 497.458C964.82 498.27 969.492 499.892 972.583 501.022L972.583 501.022L972.588 501.024C972.688 501.06 972.777 501.122 972.844 501.204C972.912 501.287 972.955 501.386 972.97 501.492C972.985 501.597 972.97 501.705 972.928 501.803C972.888 501.897 972.823 501.98 972.74 502.041C971.835 502.622 970.67 503.291 969.435 503.806C968.189 504.327 966.909 504.674 965.773 504.644C964.657 504.615 963.695 504.225 962.997 503.273C962.281 502.295 961.793 500.658 961.808 498.032L961.809 497.992L961.802 497.952C961.79 497.87 961.799 497.785 961.83 497.707C961.861 497.629 961.912 497.561 961.978 497.509C962.044 497.458 962.122 497.425 962.205 497.414C962.288 497.403 962.373 497.414 962.45 497.446Z" fill="#E56441" stroke="#E56441"/>
<path d="M997.972 479.562L997.628 479.952C997.176 480.566 996.499 480.975 995.747 481.092C994.994 481.208 994.226 481.023 993.609 480.575L983.221 472.599C982.702 472.234 982.339 471.687 982.204 471.067C982.069 470.447 982.173 469.799 982.493 469.252C982.673 468.907 982.925 468.605 983.231 468.364C983.537 468.124 983.89 467.951 984.268 467.858C984.645 467.764 985.038 467.752 985.421 467.822C985.804 467.891 986.167 468.041 986.488 468.262L997.221 475.847C997.519 476.037 997.776 476.286 997.976 476.577C998.176 476.869 998.315 477.198 998.385 477.545C998.455 477.892 998.455 478.249 998.384 478.595C998.313 478.942 998.173 479.271 997.972 479.562Z" fill="#080B09"/>
<path d="M961.456 458.093L974.35 460.639C974.731 460.719 975.09 460.879 975.404 461.108C975.718 461.338 975.981 461.631 976.173 461.969C976.366 462.307 976.484 462.682 976.521 463.069C976.558 463.456 976.512 463.847 976.387 464.215C976.211 464.825 975.813 465.346 975.271 465.676C974.729 466.006 974.083 466.12 973.46 465.996L960.521 463.969C959.772 463.831 959.108 463.403 958.673 462.777C958.239 462.151 958.069 461.379 958.202 460.629L958.247 460.11C958.32 459.764 958.461 459.436 958.663 459.146C958.866 458.855 959.124 458.609 959.423 458.42C959.723 458.232 960.057 458.106 960.407 458.05C960.756 457.994 961.113 458.008 961.456 458.093Z" fill="#080B09"/>
<path d="M1024.54 618.766L928.847 627.054C925.874 627.312 923.672 629.931 923.93 632.904L934.344 753.144C934.601 756.117 937.22 758.319 940.193 758.061L1035.88 749.773C1038.86 749.516 1041.06 746.897 1040.8 743.924L1030.39 623.683C1030.13 620.71 1027.51 618.509 1024.54 618.766Z" fill="#1C85E8"/>
<path d="M938.84 641.08L978.3 637.663" stroke="white" stroke-width="5.04786" stroke-miterlimit="10" stroke-linecap="round"/>
<path d="M940.359 655.296L958.346 653.738" stroke="white" stroke-width="5.04786" stroke-miterlimit="10" stroke-linecap="round"/>
<path d="M1070.4 588.352C1055.67 569.908 1049.05 578.741 1043.87 579.192C1043.87 579.192 1026.34 582.459 1027.72 597.287C1029.18 612.978 1054.98 717.54 1054.98 717.54L1109.12 713.471L1106.55 699.052L1101.27 669.355L1095.64 637.603L1095.13 633.823L1088.8 592.05C1088.8 592.05 1078.03 598.202 1070.4 588.352Z" fill="#FEBB94"/>
<path d="M1074.04 620.191C1088.44 611.352 1092.94 592.516 1084.11 578.119C1075.27 563.722 1056.43 559.216 1042.03 568.055C1027.64 576.893 1023.13 595.73 1031.97 610.127C1040.81 624.524 1059.64 629.03 1074.04 620.191Z" fill="#FEBB94"/>
<path d="M944.434 721.881L910.293 724.421L902.223 743.456L904.981 766.954C904.981 766.954 910.856 764.56 911.464 756.248C912.072 747.936 939.25 753.833 946.355 744.703" fill="#FFCCB3"/>
<path d="M1074.66 691.091L942.205 716.06C941.409 716.243 940.709 716.714 940.24 717.382C939.771 718.051 939.565 718.869 939.664 719.68L942.87 744.886C943.037 746.091 943.646 747.191 944.579 747.972C945.511 748.753 946.701 749.16 947.917 749.112L1084.36 743.775L1074.66 691.091Z" fill="#FEBB94"/>
<path d="M1082.5 743.978C1097.47 743.978 1109.6 731.843 1109.6 716.874C1109.6 701.905 1097.47 689.77 1082.5 689.77C1067.53 689.77 1055.39 701.905 1055.39 716.874C1055.39 731.843 1067.53 743.978 1082.5 743.978Z" fill="#FEBB94"/>
<path d="M539.114 491.147L585.193 685.728L588.513 714.286H509.94L457.992 588.628L467.588 494.474L539.114 491.147Z" fill="#1F2D49"/>
<path d="M490.334 666.86L501.697 570.722L505.457 703.44L490.334 666.86Z" fill="#0D1B33"/>
<path d="M414.736 490.54C414.736 490.54 393.25 526.632 392.968 556.857C392.545 602.221 389.311 714.286 389.311 714.286H484.11L501.697 570.722L476.296 490.54H414.736Z" fill="#1F2D49"/>
<path d="M539.114 491.147L413.996 492.433L401.837 517.595L541.228 500.076L539.114 491.147Z" fill="#0D1B33"/>
<path d="M683.421 290.462L690.082 276.499C691.411 273.281 693.495 270.43 696.159 268.187C700.226 264.883 706.294 259.055 707.786 254.242C710.32 246.557 722.178 224.689 705.208 213.494C698.93 209.367 700.483 210.328 690.298 212.751C680.113 215.173 680.895 226.125 677.326 234.199C677.326 234.199 674.404 226.446 667.948 224.039C661.491 221.632 670.191 243.146 667.724 252.577C665.258 262.007 669.477 264.431 662.484 281.588L683.421 290.462Z" fill="#FFCCB3"/>
<path d="M692.123 213.628L687.995 234.311L692.123 213.628Z" fill="#E56441"/>
<path d="M692.123 213.628L687.995 234.311" stroke="#E56441" stroke-width="1.20536" stroke-linecap="round"/>
<path d="M703.698 214.578L696.636 237.192L703.698 214.578Z" fill="#E56441"/>
<path d="M703.698 214.578L696.636 237.192" stroke="#E56441" stroke-width="1.20536" stroke-linecap="round"/>
<path d="M713.415 226.264L707 240.252L713.415 226.264Z" fill="#E56441"/>
<path d="M713.415 226.264L707 240.252" stroke="#E56441" stroke-width="1.20536" stroke-linecap="round"/>
<path d="M680.41 237.995C680.41 237.995 686.154 247.283 687.305 255.35L680.41 237.995Z" fill="#E56441"/>
<path d="M680.41 237.995C680.41 237.995 686.154 247.283 687.305 255.35" stroke="#E56441" stroke-width="1.20536" stroke-linecap="round"/>
<path d="M504.196 309.766C514.307 307.553 529.521 306.301 536.672 310.918L607.873 360.137L663.451 269.303L688.33 283.067L637.188 397.395C629.669 416.88 610.924 416.588 599.47 409.943L562.318 391.783L504.196 309.766Z" fill="#5661AE"/>
<path d="M549.415 357.027C549.415 357.027 549.275 351.17 563.087 373.739L599.47 409.943L562.319 391.783C528.352 378.134 538.978 362.432 549.415 357.027Z" fill="#465393"/>
<path d="M503.452 296.16C503.452 296.16 528.675 306.14 532.526 309.221C536.377 312.301 540.034 337.444 546.58 349.382C553.127 361.32 562.705 383.354 548.716 403.593C534.727 423.832 536.215 439.905 536.215 439.905L539.192 490.675L418.638 492.897C417.577 492.93 416.52 492.738 415.538 492.332C414.557 491.927 413.672 491.318 412.944 490.545C412.215 489.772 411.659 488.854 411.312 487.85C410.964 486.846 410.834 485.78 410.93 484.722C412.269 469.92 418.388 449.132 418.869 425.562C419.521 393.618 420.009 286.881 420.009 286.881L472.525 285.233C483.103 287.057 503.452 296.16 503.452 296.16Z" fill="#5661AE"/>
<path d="M547.902 404.795C547.902 404.795 531.457 408.331 517.807 409.041C504.156 409.751 511.251 420.381 523.786 421.687C536.32 422.994 538.749 423.888 538.749 423.888C541.02 417.178 544.093 410.767 547.902 404.795Z" fill="#465393"/>
<path d="M416.888 448.084L412.667 472.557C412.667 472.557 415.451 479.857 428.438 484.335C441.425 488.812 453.069 487.468 460.681 478.959C468.294 470.45 494.819 431.153 494.819 431.153L416.888 448.084Z" fill="#465393"/>
<path d="M440.677 330.513C440.677 330.513 458.246 346.532 459.28 358.416C460.313 370.301 462.703 403.439 485.281 406.744C512.956 410.795 520.2 414.74 507.371 417.84C494.542 420.941 465.425 415.917 465.425 429.208C465.425 438.667 454.112 445.744 448.428 440.576C442.744 435.409 397.471 356.866 440.677 330.513Z" fill="#465393"/>
<path d="M557.521 307.505L543.816 337.134L568.624 347.742L583.439 314.103L557.521 307.505Z" fill="#96BAFD"/>
<path d="M553.035 322.229L578.19 326.642L575.022 332.58L553.035 324.914V322.229Z" fill="#96BAFD"/>
<path d="M567.095 275.285L567.095 275.285C560.503 272.775 553.125 276.084 550.616 282.675L548.373 288.567C545.863 295.158 549.172 302.536 555.764 305.045L555.764 305.045C562.355 307.555 569.733 304.246 572.243 297.655L574.485 291.763C576.995 285.172 573.686 277.794 567.095 275.285Z" fill="#1C85E8"/>
<path d="M597.617 278.63C632.619 293.118 668.212 280.855 668.212 280.855L633.722 371.143C633.722 371.143 610.79 334.252 580.783 322.846C569.726 318.644 597.617 278.63 597.617 278.63Z" fill="#96BAFD"/>
<path d="M663.158 330.71C672.747 305.526 675.737 283.289 669.836 281.042C663.936 278.796 651.38 297.391 641.792 322.575C632.204 347.759 629.214 369.996 635.114 372.242C641.014 374.489 653.57 355.894 663.158 330.71Z" fill="tranparent"/>
<path d="M663.161 330.707C672.749 305.523 676.429 283.549 671.38 281.627C666.33 279.704 654.464 298.562 644.876 323.746C635.288 348.93 631.608 370.904 636.657 372.827C641.706 374.749 653.572 355.892 663.161 330.707Z" fill="#1C85E8"/>
<path d="M578.511 271.356L602.671 280.554L585.837 324.771L561.677 315.572C560.192 315.007 558.834 314.155 557.679 313.065C556.524 311.975 555.594 310.667 554.944 309.218C554.294 307.769 553.936 306.206 553.89 304.618C553.844 303.03 554.112 301.449 554.677 299.965L562.904 278.356C563.469 276.872 564.321 275.513 565.411 274.358C566.501 273.203 567.809 272.273 569.258 271.623C570.707 270.973 572.27 270.615 573.858 270.569C575.446 270.523 577.027 270.791 578.511 271.356Z" fill="url(#paint2_linear)"/>
<path d="M584.774 283.323L572.57 278.676C571.533 278.281 570.371 278.802 569.976 279.84C569.581 280.878 570.102 282.039 571.14 282.434L583.344 287.081C584.381 287.476 585.543 286.955 585.938 285.917C586.333 284.879 585.812 283.718 584.774 283.323Z" fill="tranparent"/>
<path d="M580.715 291.678L568.511 287.031C567.473 286.636 566.312 287.157 565.916 288.195C565.521 289.233 566.042 290.394 567.08 290.789L579.284 295.436C580.322 295.831 581.483 295.31 581.878 294.272C582.273 293.234 581.752 292.073 580.715 291.678Z" fill="tranparent"/>
<path d="M649.529 312.411L651.023 313.032C653.26 313.962 655.052 315.717 656.029 317.934C657.006 320.151 657.092 322.658 656.269 324.936C655.827 326.158 655.138 327.276 654.244 328.219C653.35 329.162 652.271 329.909 651.074 330.415C649.877 330.921 648.588 331.174 647.289 331.158C645.99 331.142 644.708 330.857 643.524 330.322L642.625 329.916C642.625 329.916 645.284 319.689 649.529 312.411Z" fill="url(#paint3_linear)"/>
<path d="M525.448 359.033L537.03 345.975C537.03 345.975 535.978 334.392 537.03 329.969C538.083 325.547 538.082 323.651 541.031 321.334C543.979 319.018 553.035 314.384 553.035 314.384V324.914L580.331 332.391C580.331 332.391 584.322 338.731 578.19 342.195C581.607 347.344 577.396 351.632 577.396 351.632C577.396 351.632 579.56 357.52 574.192 358.646C574.192 358.646 575.145 363.061 569.337 364.928C569.337 364.928 567.612 367.824 560.686 368.69C558.779 368.928 553.036 369.446 553.036 369.446L542.086 380.303L525.448 359.033Z" fill="#FFCCB3"/>
<path d="M528.302 355.816L548.531 373.913L550.809 371.655L529.663 354.281L528.302 355.816Z" fill="#FCBA9F"/>
<path d="M577.646 342.206C577.646 342.206 571.604 341.65 568.747 340.622L577.646 342.206Z" fill="#E56441"/>
<path d="M577.646 342.206C577.646 342.206 571.604 341.65 568.747 340.622" stroke="#E56441" stroke-width="1.20536" stroke-linecap="round"/>
<path d="M576.522 351.452C576.522 351.452 570.479 350.896 567.623 349.868L576.522 351.452Z" fill="#E56441"/>
<path d="M576.522 351.452C576.522 351.452 570.479 350.896 567.623 349.868" stroke="#E56441" stroke-width="1.20536" stroke-linecap="round"/>
<path d="M574.147 358.483C574.147 358.483 568.104 357.927 565.248 356.899L574.147 358.483Z" fill="#E56441"/>
<path d="M574.147 358.483C574.147 358.483 568.104 357.927 565.248 356.899" stroke="#E56441" stroke-width="1.20536" stroke-linecap="round"/>
<path d="M568.747 364.885C568.747 364.885 562.705 364.329 559.848 363.301L568.747 364.885Z" fill="#E56441"/>
<path d="M568.747 364.885C568.747 364.885 562.705 364.329 559.848 363.301" stroke="#E56441" stroke-width="1.20536" stroke-linecap="round"/>
<path d="M446.655 311.874C446.655 311.874 441.391 282.27 417.708 286.668C401.83 289.617 395.61 298.476 397.906 322.092C399.51 338.603 411.477 412.238 415.78 442.319C420.196 473.192 447.672 478.638 466.218 463.285L552.27 377.257L525.789 353.569L459.249 408.302L446.655 311.874Z" fill="#5661AE"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M529.657 307.505L505.635 297.033C501.327 318.316 503.169 313.818 500.201 315.42C500.201 315.42 474.857 316.386 468.326 285.464L440.504 286.387C440.504 286.387 432.699 307.667 465.867 317.998C460.65 330.468 478.996 351.799 502.424 327.766C518.659 351.967 529.57 329.393 521.731 320.631C533.449 313.809 529.657 307.505 529.657 307.505Z" fill="tranparent"/>
<path d="M506.645 269.566L505.227 309.252C505.227 309.252 507.168 317.943 498.249 316.978C489.33 316.014 477.323 308.991 470.573 301.277C463.824 293.564 464.284 292.945 467.176 287.883C470.069 282.821 483.651 244.24 483.651 244.24L506.645 269.566Z" fill="#FFCCB3"/>
<path d="M506.442 272.894L489.997 262.421C489.997 262.421 497.283 294.402 505.227 309.252L506.442 272.894Z" fill="#FCBA9F"/>
<path d="M488.068 164.721C488.52 157.098 486.858 149.499 483.264 142.762C477.317 132.011 464.965 117.142 446.208 123.547C427.451 129.952 413.727 144.363 420.818 164.721C427.909 185.079 447.608 191.594 457.645 189.425C467.682 187.256 488.068 164.721 488.068 164.721Z" fill="#493212"/>
<path d="M494.109 167.552C493.029 165.73 491.412 164.287 489.48 163.42C487.548 162.553 485.395 162.305 483.316 162.709C475.894 164.077 468.082 169.936 461.441 176.968C454.8 183.999 455.016 189.102 458.033 192.215C461.05 195.327 494.109 167.552 494.109 167.552Z" fill="#1C85E8"/>
<path d="M549.343 214.072C549.343 214.072 545.385 252.309 526.781 269.72C514.648 281.075 503.523 278.166 486.934 255.442C471.723 234.607 470.386 224.474 470.386 224.474L486.461 188.305C486.461 188.305 551.235 179.085 549.343 214.072Z" fill="#FFCCB3"/>
<path d="M542.76 206.585C542.76 206.585 533.607 221.156 516.84 221.392C516.84 221.392 506.736 230.86 491.337 225.879C491.337 225.879 498.023 215.736 491.337 212.182C479.983 206.147 476.072 226.271 482.127 233.28C486.242 238.043 486.476 246.678 483.406 251.637C480.336 256.596 475.903 265.787 475.903 265.787C475.903 265.787 466.996 258.506 462.291 253.507C445.926 236.118 443.25 195.125 470.285 175.561C497.319 155.996 525.777 171.648 531.112 175.561C531.112 175.561 559.519 180.522 559.57 210.065C559.613 235.321 541.637 241.33 541.637 241.33L547.002 220.943C547.002 220.943 543.684 221.299 542.76 206.585Z" fill="#493212"/>
<path d="M512.891 254.41L524.954 260.328C524.9 260.389 524.84 260.456 524.774 260.526C524.402 260.923 523.86 261.436 523.178 261.9C521.818 262.824 519.946 263.53 517.749 262.816C514.367 261.364 513.218 259.115 512.881 257.254C512.709 256.307 512.746 255.446 512.827 254.821C512.847 254.668 512.869 254.531 512.891 254.41Z" fill="#E56441" stroke="#E56441"/>
<path d="M541.128 240.785C541.667 238.604 540.903 236.539 539.423 236.173C537.943 235.808 536.306 237.28 535.768 239.462C535.229 241.643 535.992 243.708 537.473 244.073C538.953 244.439 540.589 242.966 541.128 240.785Z" fill="#080B09"/>
<path d="M519.182 235.699C519.721 233.518 518.957 231.453 517.477 231.087C515.997 230.722 514.36 232.194 513.822 234.376C513.283 236.557 514.047 238.622 515.527 238.987C517.007 239.353 518.644 237.88 519.182 235.699Z" fill="#080B09"/>
<path d="M545.987 232.311L534.819 229.747C534.632 229.688 534.474 229.563 534.373 229.395C534.272 229.228 534.235 229.03 534.269 228.837C534.393 228.509 534.582 228.209 534.825 227.956C535.069 227.703 535.361 227.501 535.684 227.364C536.007 227.227 536.355 227.157 536.706 227.158C537.057 227.158 537.404 227.23 537.727 227.369L546.485 231.079C547.214 231.259 546.899 232.536 545.987 232.311Z" fill="#080B09"/>
<path d="M508.487 222.314L523.033 226.872C523.13 226.418 523.131 225.949 523.036 225.494C522.94 225.04 522.751 224.61 522.479 224.233C522.208 223.856 521.86 223.54 521.459 223.306C521.058 223.072 520.613 222.924 520.151 222.872L508.529 221.357C508.165 221.267 507.94 222.179 508.487 222.314Z" fill="#080B09"/>
<path d="M529.64 236.779L531.218 248.556L527.058 250.564" stroke="#E56441" stroke-width="1.22499" stroke-linecap="round"/>
<path d="M687.383 743.984H287.362C280.302 743.984 274.578 749.708 274.578 756.768V881.686C274.578 888.747 280.302 894.471 287.362 894.471H687.383C694.443 894.471 700.167 888.747 700.167 881.686V756.768C700.167 749.708 694.443 743.984 687.383 743.984Z" fill="#1C85E8"/>
<path d="M367.066 509.337H223.76C220.026 509.337 217 512.364 217 516.097V563.962C217 567.695 220.026 570.722 223.76 570.722H367.066C370.799 570.722 373.825 567.695 373.825 563.962V516.097C373.825 512.364 370.799 509.337 367.066 509.337Z" fill="#FEBB94"/>
<path d="M406.871 818.486L416.899 818.486C417.775 818.484 418.616 818.135 419.235 817.515C419.855 816.894 420.203 816.053 420.203 815.176C420.203 814.299 419.855 813.458 419.235 812.838C418.616 812.217 417.775 811.868 416.899 811.866L406.871 811.866C405.993 811.866 405.152 812.215 404.531 812.836C403.91 813.456 403.562 814.298 403.562 815.176C403.562 816.054 403.91 816.896 404.531 817.516C405.152 818.137 405.993 818.486 406.871 818.486Z" fill="tranparent"/>
<path d="M387.619 782.587C387.619 782.056 387.492 781.533 387.247 781.062C387.002 780.59 386.647 780.185 386.213 779.879C385.778 779.574 385.276 779.378 384.75 779.307C384.224 779.236 383.688 779.293 383.188 779.473L321.061 801.839H306.598C305.72 801.839 304.878 802.188 304.258 802.809C303.637 803.429 303.288 804.271 303.288 805.149V825.203C303.288 826.081 303.637 826.923 304.258 827.544C304.878 828.164 305.72 828.513 306.598 828.513L318.329 828.513L318.329 855.285C318.329 855.72 318.415 856.151 318.581 856.552C318.747 856.954 318.991 857.319 319.298 857.626C319.606 857.933 319.971 858.177 320.372 858.343C320.774 858.51 321.204 858.595 321.639 858.595H339.186C339.621 858.595 340.052 858.509 340.453 858.343C340.855 858.177 341.22 857.933 341.527 857.626C341.834 857.318 342.078 856.953 342.244 856.552C342.411 856.15 342.496 855.72 342.496 855.285V836.23L383.188 850.879C383.688 851.059 384.224 851.116 384.75 851.045C385.276 850.974 385.778 850.778 386.212 850.473C386.647 850.167 387.002 849.762 387.247 849.29C387.491 848.819 387.619 848.296 387.619 847.765L387.619 782.587ZM309.908 821.893L309.908 808.458L318.329 808.458L318.329 821.893L309.908 821.893ZM335.877 851.975L324.949 851.975V829.913L335.877 833.846V851.975ZM324.949 822.877V807.475L381 787.297L381 843.056L324.949 822.877Z" fill="tranparent"/>
<path d="M406.705 840.411L401.691 835.397C401.384 835.09 401.019 834.846 400.617 834.68C400.216 834.513 399.786 834.428 399.351 834.428C398.916 834.428 398.486 834.513 398.084 834.68C397.683 834.846 397.318 835.09 397.01 835.397C396.703 835.704 396.459 836.069 396.293 836.471C396.127 836.872 396.041 837.303 396.041 837.737C396.041 838.172 396.127 838.603 396.293 839.004C396.459 839.406 396.703 839.77 397.01 840.078L402.024 845.092C402.332 845.399 402.696 845.643 403.098 845.809C403.5 845.975 403.93 846.061 404.365 846.061C404.799 846.061 405.23 845.975 405.631 845.809C406.033 845.643 406.398 845.399 406.705 845.092C407.012 844.784 407.256 844.419 407.422 844.018C407.589 843.616 407.674 843.186 407.674 842.751C407.674 842.317 407.589 841.886 407.422 841.485C407.256 841.083 407.012 840.718 406.705 840.411Z" fill="tranparent"/>
<path d="M397.01 794.955C397.631 795.576 398.473 795.924 399.351 795.924C400.229 795.924 401.071 795.576 401.691 794.955L406.705 789.941C407.326 789.321 407.674 788.479 407.674 787.601C407.674 786.723 407.326 785.881 406.705 785.261C406.084 784.64 405.242 784.291 404.364 784.291C403.487 784.291 402.645 784.64 402.024 785.261L397.01 790.274C396.39 790.895 396.041 791.737 396.041 792.615C396.041 793.492 396.39 794.334 397.01 794.955Z" fill="tranparent"/>
<path d="M461.627 785.244H527.091" stroke="white" stroke-width="14.8881" stroke-miterlimit="10" stroke-linecap="round"/>
<path d="M461.627 858.543H582.939" stroke="white" stroke-width="14.8881" stroke-miterlimit="10" stroke-linecap="round"/>
<path opacity="0.4" d="M461.627 821.893H616.913" stroke="white" stroke-width="14.8881" stroke-miterlimit="10" stroke-linecap="round"/>
<path d="M1215.33 611.421H1141.56C1137.53 611.421 1134.26 614.691 1134.26 618.724V686.033C1134.26 690.066 1137.53 693.336 1141.56 693.336H1215.33C1219.37 693.336 1222.64 690.066 1222.64 686.033V618.724C1222.64 614.691 1219.37 611.421 1215.33 611.421Z" fill="#1C85E8"/>
<path d="M285.032 552.964C283.885 552.964 282.852 552.767 281.934 552.374C281.016 551.964 280.295 551.391 279.77 550.653C279.246 549.915 278.983 549.055 278.983 548.071H281.983C282.049 548.809 282.336 549.415 282.844 549.891C283.368 550.366 284.098 550.604 285.032 550.604C285.999 550.604 286.753 550.374 287.294 549.915C287.835 549.44 288.106 548.833 288.106 548.096C288.106 547.522 287.933 547.055 287.589 546.694C287.261 546.334 286.843 546.055 286.335 545.858C285.844 545.662 285.155 545.448 284.27 545.219C283.155 544.924 282.245 544.629 281.541 544.334C280.852 544.022 280.262 543.547 279.77 542.908C279.279 542.268 279.033 541.416 279.033 540.351C279.033 539.367 279.279 538.506 279.77 537.769C280.262 537.031 280.951 536.466 281.836 536.072C282.721 535.679 283.745 535.482 284.909 535.482C286.565 535.482 287.917 535.9 288.966 536.736C290.032 537.556 290.622 538.687 290.737 540.129H287.638C287.589 539.506 287.294 538.974 286.753 538.531C286.212 538.088 285.499 537.867 284.614 537.867C283.811 537.867 283.155 538.072 282.647 538.482C282.139 538.892 281.885 539.482 281.885 540.252C281.885 540.777 282.041 541.211 282.352 541.555C282.68 541.883 283.09 542.145 283.581 542.342C284.073 542.539 284.745 542.752 285.598 542.981C286.729 543.293 287.647 543.604 288.351 543.916C289.073 544.227 289.679 544.711 290.171 545.366C290.679 546.006 290.933 546.866 290.933 547.948C290.933 548.817 290.696 549.637 290.22 550.407C289.761 551.177 289.081 551.8 288.179 552.276C287.294 552.735 286.245 552.964 285.032 552.964ZM301.248 539.023C302.281 539.023 303.199 539.244 304.002 539.687C304.822 540.129 305.461 540.785 305.92 541.654C306.395 542.522 306.633 543.572 306.633 544.801V552.792H303.855V545.219C303.855 544.006 303.551 543.08 302.945 542.441C302.338 541.785 301.51 541.457 300.461 541.457C299.412 541.457 298.576 541.785 297.953 542.441C297.347 543.08 297.044 544.006 297.044 545.219V552.792H294.241V534.597H297.044V540.818C297.519 540.244 298.117 539.801 298.839 539.49C299.576 539.179 300.379 539.023 301.248 539.023ZM309.274 545.957C309.274 544.596 309.553 543.391 310.11 542.342C310.684 541.293 311.454 540.482 312.421 539.908C313.405 539.318 314.487 539.023 315.667 539.023C316.732 539.023 317.659 539.236 318.445 539.662C319.249 540.072 319.888 540.588 320.363 541.211V539.244H323.191V552.792H320.363V550.776C319.888 551.415 319.24 551.948 318.421 552.374C317.601 552.8 316.667 553.013 315.618 553.013C314.454 553.013 313.388 552.718 312.421 552.128C311.454 551.522 310.684 550.686 310.11 549.62C309.553 548.538 309.274 547.317 309.274 545.957ZM320.363 546.006C320.363 545.071 320.167 544.26 319.773 543.572C319.396 542.883 318.896 542.359 318.273 541.998C317.65 541.637 316.978 541.457 316.257 541.457C315.536 541.457 314.864 541.637 314.241 541.998C313.618 542.342 313.11 542.858 312.716 543.547C312.339 544.219 312.151 545.022 312.151 545.957C312.151 546.891 312.339 547.711 312.716 548.415C313.11 549.12 313.618 549.661 314.241 550.038C314.88 550.399 315.552 550.579 316.257 550.579C316.978 550.579 317.65 550.399 318.273 550.038C318.896 549.678 319.396 549.153 319.773 548.465C320.167 547.76 320.363 546.94 320.363 546.006ZM329.676 541.211C330.085 540.523 330.626 539.99 331.298 539.613C331.987 539.219 332.798 539.023 333.733 539.023V541.924H333.019C331.921 541.924 331.085 542.203 330.512 542.76C329.954 543.317 329.676 544.285 329.676 545.662V552.792H326.872V539.244H329.676V541.211ZM348.726 545.686C348.726 546.194 348.693 546.653 348.628 547.063H338.276C338.358 548.145 338.76 549.014 339.481 549.669C340.202 550.325 341.087 550.653 342.136 550.653C343.644 550.653 344.71 550.022 345.333 548.76H348.357C347.947 550.005 347.202 551.03 346.12 551.833C345.054 552.62 343.726 553.013 342.136 553.013C340.841 553.013 339.678 552.726 338.645 552.153C337.629 551.563 336.825 550.743 336.235 549.694C335.662 548.628 335.375 547.399 335.375 546.006C335.375 544.612 335.653 543.391 336.211 542.342C336.784 541.277 337.579 540.457 338.596 539.883C339.628 539.31 340.809 539.023 342.136 539.023C343.415 539.023 344.554 539.301 345.554 539.859C346.554 540.416 347.333 541.203 347.89 542.219C348.447 543.219 348.726 544.375 348.726 545.686ZM345.8 544.801C345.784 543.768 345.415 542.94 344.694 542.318C343.972 541.695 343.079 541.383 342.013 541.383C341.046 541.383 340.219 541.695 339.53 542.318C338.842 542.924 338.432 543.752 338.301 544.801H345.8Z" fill="tranparent"/>
<path d="M258.402 544.317C257.432 544.317 256.475 544.531 255.598 544.943C254.721 545.356 253.946 545.957 253.328 546.704L245.452 542.233C245.958 540.808 245.958 539.252 245.452 537.828L253.327 533.355C254.38 534.622 255.868 535.448 257.5 535.672C259.132 535.895 260.788 535.5 262.142 534.563C263.497 533.626 264.451 532.216 264.817 530.61C265.183 529.004 264.935 527.32 264.121 525.888C263.306 524.457 261.985 523.382 260.418 522.876C258.851 522.37 257.151 522.47 255.653 523.155C254.156 523.84 252.969 525.062 252.328 526.578C251.686 528.095 251.635 529.797 252.186 531.349L244.311 535.822C243.445 534.777 242.278 534.025 240.969 533.668C239.66 533.311 238.273 533.366 236.996 533.826C235.72 534.286 234.617 535.129 233.837 536.239C233.057 537.349 232.638 538.673 232.638 540.03C232.638 541.386 233.057 542.71 233.837 543.821C234.616 544.931 235.72 545.773 236.996 546.234C238.273 546.694 239.66 546.749 240.969 546.392C242.278 546.035 243.445 545.283 244.31 544.238L252.186 548.71C251.719 550.029 251.684 551.463 252.086 552.804C252.488 554.145 253.306 555.323 254.422 556.168C255.538 557.013 256.895 557.481 258.294 557.504C259.694 557.526 261.064 557.103 262.208 556.295C263.351 555.487 264.207 554.337 264.653 553.01C265.098 551.683 265.11 550.248 264.686 548.914C264.262 547.58 263.425 546.415 262.295 545.589C261.165 544.762 259.802 544.317 258.402 544.317ZM258.402 524.859C259.25 524.859 260.079 525.11 260.784 525.582C261.49 526.053 262.039 526.722 262.364 527.506C262.689 528.29 262.774 529.152 262.608 529.984C262.443 530.816 262.034 531.58 261.435 532.179C260.835 532.779 260.071 533.187 259.239 533.353C258.407 533.518 257.545 533.433 256.761 533.109C255.977 532.784 255.308 532.234 254.837 531.529C254.366 530.823 254.114 529.994 254.115 529.146C254.116 528.01 254.568 526.92 255.372 526.116C256.175 525.312 257.265 524.86 258.402 524.859ZM239.238 544.317C238.39 544.317 237.561 544.066 236.856 543.595C236.151 543.124 235.601 542.454 235.277 541.671C234.952 540.888 234.867 540.026 235.032 539.194C235.198 538.362 235.606 537.598 236.205 536.999C236.805 536.399 237.569 535.991 238.401 535.825C239.232 535.66 240.094 535.745 240.878 536.069C241.661 536.394 242.33 536.943 242.802 537.648C243.273 538.353 243.524 539.182 243.524 540.03C243.523 541.166 243.071 542.256 242.267 543.06C241.464 543.863 240.374 544.315 239.238 544.317H239.238ZM258.402 555.2C257.554 555.2 256.725 554.949 256.019 554.478C255.314 554.007 254.764 553.337 254.44 552.554C254.115 551.77 254.03 550.908 254.195 550.076C254.361 549.244 254.769 548.48 255.369 547.881C255.968 547.281 256.732 546.872 257.564 546.707C258.396 546.542 259.258 546.626 260.042 546.951C260.825 547.276 261.495 547.825 261.966 548.531C262.437 549.236 262.688 550.065 262.688 550.913C262.687 552.05 262.235 553.139 261.431 553.943C260.628 554.746 259.538 555.198 258.402 555.2Z" fill="tranparent"/>
<path d="M1150.94 664.824L1163.78 651.982C1164.62 651.142 1165.76 650.671 1166.94 650.671C1168.13 650.671 1169.27 651.142 1170.11 651.982L1180.15 662.026C1180.99 662.865 1182.13 663.337 1183.32 663.337C1184.5 663.337 1185.64 662.865 1186.48 662.026L1202.9 645.609" stroke="white" stroke-width="5.16228" stroke-miterlimit="10" stroke-linecap="round"/>
<path d="M1195.28 642.653H1204.41C1204.82 642.653 1205.22 642.817 1205.51 643.109C1205.8 643.4 1205.96 643.796 1205.96 644.208V652.469" stroke="white" stroke-width="5.16228" stroke-miterlimit="10" stroke-linecap="round"/>
<path d="M993.277 487.396C995.581 482.15 994.213 476.478 990.222 474.726C986.232 472.974 981.13 475.806 978.827 481.052C976.524 486.298 977.892 491.971 981.882 493.723C985.872 495.475 990.974 492.642 993.277 487.396Z" stroke="#080B09" stroke-miterlimit="10"/>
<path d="M970.383 477.614C972.686 472.368 971.318 466.695 967.328 464.943C963.337 463.191 958.235 466.024 955.932 471.27C953.629 476.516 954.997 482.188 958.988 483.94C962.978 485.692 968.08 482.86 970.383 477.614Z" stroke="#080B09" stroke-miterlimit="10"/>
<path d="M970.385 477.619C970.385 477.619 975.896 477.521 978.827 481.052" stroke="#080B09" stroke-miterlimit="10"/>
<path d="M992.609 488.703H1016.36" stroke="#080B09" stroke-miterlimit="10"/>
<path d="M502.424 327.766C502.424 327.766 504.051 349.706 502.424 367.096" stroke="#96BAFD" stroke-miterlimit="10"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M988.345 553.306C1010.52 539.42 1014.2 530.777 1014.2 530.777L1023.54 548.873L997.633 568.399C996.596 565.657 995.326 563.01 993.837 560.486L986.546 566.296L988.345 553.306ZM961.511 548.757L971.078 541.597C971.078 541.597 970.327 548.231 980.23 552.742L981.054 565.062L976.259 560.412L969.874 568.841L961.511 548.757Z" fill="#1C85E8"/>
<path d="M986.546 566.296L988.345 553.306L993.837 560.486L986.546 566.296Z" fill="#1C85E8"/>
<path d="M980.23 552.742L976.259 560.412L981.054 565.062L980.23 552.742Z" fill="#1C85E8"/>
<path d="M981.054 565.062L984.076 602.394C984.118 602.916 984.336 603.408 984.694 603.79C985.052 604.172 985.529 604.422 986.047 604.498C986.388 604.548 986.735 604.522 987.064 604.421C987.394 604.319 987.696 604.146 987.95 603.913C988.203 603.681 988.402 603.394 988.531 603.075C988.66 602.756 988.716 602.412 988.696 602.068L986.546 566.296L984.208 568.399L981.054 565.062Z" fill="#1C85E8"/>
<path d="M994.343 581.327C995.938 581.327 997.231 580.034 997.231 578.44C997.231 576.845 995.938 575.552 994.343 575.552C992.748 575.552 991.456 576.845 991.456 578.44C991.456 580.034 992.748 581.327 994.343 581.327Z" fill="#1C85E8"/>
<path d="M995.282 598.333C996.877 598.333 998.17 597.041 998.17 595.446C998.17 593.851 996.877 592.558 995.282 592.558C993.687 592.558 992.395 593.851 992.395 595.446C992.395 597.041 993.687 598.333 995.282 598.333Z" fill="#1C85E8"/>
</g>
<defs>
<linearGradient id="paint0_linear" x1="477.631" y1="281.853" x2="577.71" y2="1196.33" gradientUnits="userSpaceOnUse">
<stop stop-color="white"/>
<stop offset="1" stop-color="#94B9FF"/>
</linearGradient>
<linearGradient id="paint1_linear" x1="949.522" y1="520.656" x2="1049.6" y2="1435.13" gradientUnits="userSpaceOnUse">
<stop stop-color="white"/>
<stop offset="1" stop-color="#94B9FF"/>
</linearGradient>
<linearGradient id="paint2_linear" x1="584.097" y1="273.362" x2="561.224" y2="371.304" gradientUnits="userSpaceOnUse">
<stop stop-color="white"/>
<stop offset="1" stop-color="#94B9FF"/>
</linearGradient>
<linearGradient id="paint3_linear" x1="649.374" y1="312.366" x2="655.013" y2="351.776" gradientUnits="userSpaceOnUse">
<stop stop-color="white"/>
<stop offset="1" stop-color="#94B9FF"/>
</linearGradient>
<clipPath id="clip0">
<rect width="1005.64" height="831.188" fill="tranparent" transform="translate(217 122)"/>
</clipPath>
</defs>
</svg>
<svg width="1440" height="1024" viewBox="0 0 1440 1024" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect width="1440" height="1024" fill="tranparent"/>
<g clip-path="url(#clip0)">
<path d="M681.725 839.623C879.807 839.623 1040.38 679.046 1040.38 480.963C1040.38 282.881 879.807 122.304 681.725 122.304C483.643 122.304 323.065 282.881 323.065 480.963C323.065 679.046 483.643 839.623 681.725 839.623Z" stroke="#D1E8F7" stroke-width="1.91649" stroke-miterlimit="10"/>
<path d="M389.948 283.002C396.925 283.002 402.581 277.346 402.581 270.369C402.581 263.392 396.925 257.737 389.948 257.737C382.972 257.737 377.316 263.392 377.316 270.369C377.316 277.346 382.972 283.002 389.948 283.002Z" fill="#FEBB94"/>
<path d="M1040.38 507.255C1047.36 507.255 1053.02 501.6 1053.02 494.623C1053.02 487.646 1047.36 481.99 1040.38 481.99C1033.41 481.99 1027.75 487.646 1027.75 494.623C1027.75 501.6 1033.41 507.255 1040.38 507.255Z" fill="#5661AE"/>
<path d="M696.436 852.255C703.412 852.255 709.068 846.599 709.068 839.623C709.068 832.646 703.412 826.99 696.436 826.99C689.459 826.99 683.803 832.646 683.803 839.623C683.803 846.599 689.459 852.255 696.436 852.255Z" fill="#1C85E8"/>
<path d="M690.034 750.876C837.798 750.876 957.584 631.09 957.584 483.326C957.584 335.561 837.798 215.775 690.034 215.775C542.269 215.775 422.483 335.561 422.483 483.326C422.483 631.09 542.269 750.876 690.034 750.876Z" stroke="#D1E8F7" stroke-width="1.42966" stroke-miterlimit="10"/>
<path d="M952.998 546.643C958.202 546.643 962.421 542.424 962.421 537.22C962.421 532.015 958.202 527.796 952.998 527.796C947.793 527.796 943.574 532.015 943.574 537.22C943.574 542.424 947.793 546.643 952.998 546.643Z" fill="#FEBB94"/>
<path d="M441.885 593.296C447.09 593.296 451.309 589.077 451.309 583.872C451.309 578.668 447.09 574.449 441.885 574.449C436.681 574.449 432.462 578.668 432.462 583.872C432.462 589.077 436.681 593.296 441.885 593.296Z" fill="#5661AE"/>
<path d="M570.189 253.289C575.394 253.289 579.613 249.07 579.613 243.865C579.613 238.661 575.394 234.442 570.189 234.442C564.985 234.442 560.766 238.661 560.766 243.865C560.766 249.07 564.985 253.289 570.189 253.289Z" fill="#1C85E8"/>
<path d="M829.284 779.603H520.305C506.9 779.603 497.078 768.736 498.367 755.331L551.112 206.636C552.4 193.231 564.311 182.364 577.716 182.364H886.695C900.1 182.364 909.922 193.231 908.633 206.636L855.888 755.331C854.6 768.736 842.688 779.603 829.284 779.603Z" fill="#1C85E8"/>
<path d="M807.508 779.603H498.529C485.125 779.603 475.303 768.736 476.591 755.331L529.336 206.636C530.625 193.231 542.536 182.364 555.941 182.364H864.92C878.324 182.364 888.146 193.231 886.858 206.636L834.113 755.331C832.824 768.736 820.913 779.603 807.508 779.603Z" fill="url(#paint0_linear)"/>
<path d="M795.799 761.362H513.746C501.323 761.362 492.22 751.292 493.414 738.869L542.994 223.098C544.189 210.675 555.227 200.605 567.65 200.605H849.703C862.126 200.605 871.229 210.675 870.035 223.098L820.455 738.869C819.26 751.292 808.222 761.362 795.799 761.362Z" fill="tranparent"/>
<path d="M818.418 435.237L515.847 434.968C514.611 435.002 513.382 434.771 512.242 434.292C511.103 433.813 510.078 433.096 509.238 432.189C508.397 431.283 507.76 430.207 507.368 429.035C506.976 427.862 506.839 426.619 506.966 425.389L523.278 244.26C523.573 241.646 524.815 239.231 526.769 237.47C528.722 235.708 531.252 234.723 533.882 234.698L836.453 234.967C837.689 234.934 838.918 235.164 840.058 235.643C841.197 236.123 842.222 236.839 843.062 237.746C843.903 238.653 844.54 239.728 844.932 240.901C845.324 242.073 845.461 243.316 845.334 244.546L829.022 425.676C828.727 428.289 827.485 430.704 825.531 432.466C823.578 434.227 821.048 435.213 818.418 435.237Z" fill="url(#paint1_linear)"/>
<path d="M808.891 630.406H681.006C680.063 630.425 679.126 630.24 678.26 629.866C677.394 629.492 676.619 628.936 675.986 628.236C675.354 627.536 674.879 626.709 674.594 625.809C674.308 624.91 674.22 623.96 674.333 623.024L689.861 461.488C690.085 459.485 691.029 457.632 692.518 456.274C694.007 454.916 695.938 454.146 697.953 454.106H825.839C826.782 454.087 827.718 454.271 828.584 454.646C829.45 455.02 830.225 455.576 830.858 456.276C831.491 456.976 831.966 457.803 832.251 458.702C832.536 459.602 832.625 460.552 832.511 461.488L816.983 623.024C816.759 625.026 815.815 626.879 814.326 628.237C812.838 629.595 810.906 630.366 808.891 630.406Z" fill="url(#paint2_linear)"/>
<path d="M778.403 541.294C792.826 527.549 794.395 505.785 781.909 492.685C769.422 479.584 747.609 480.107 733.187 493.852C718.765 507.598 717.195 529.361 729.682 542.462C742.168 555.563 763.981 555.04 778.403 541.294Z" stroke="#EF6A77" stroke-width="11.6898" stroke-miterlimit="10"/>
<path d="M739.583 549.348C727.619 544.182 720.036 531.901 721.413 517.573C723.238 498.584 740.111 483.191 759.1 483.191" stroke="white" stroke-width="11.6898" stroke-miterlimit="10" stroke-linecap="round"/>
<path d="M736.744 578.904H763.054" stroke="white" stroke-width="5.98374" stroke-miterlimit="10" stroke-linecap="round"/>
<path d="M733.879 608.701H760.19" stroke="white" stroke-width="5.98374" stroke-miterlimit="10" stroke-linecap="round"/>
<path opacity="0.4" d="M721.296 593.634H775.67" stroke="white" stroke-width="5.98374" stroke-miterlimit="10" stroke-linecap="round"/>
<path d="M652.495 630.406H524.61C523.667 630.425 522.73 630.24 521.864 629.866C520.999 629.492 520.223 628.936 519.59 628.236C518.958 627.536 518.483 626.709 518.198 625.809C517.912 624.91 517.824 623.96 517.937 623.024L533.465 461.488C533.689 459.485 534.633 457.632 536.122 456.274C537.611 454.916 539.542 454.146 541.557 454.106H669.443C670.386 454.087 671.322 454.271 672.188 454.646C673.054 455.02 673.829 455.576 674.462 456.276C675.095 456.976 675.57 457.803 675.855 458.702C676.14 459.602 676.229 460.552 676.115 461.488L660.587 623.024C660.363 625.026 659.419 626.879 657.93 628.237C656.442 629.595 654.51 630.366 652.495 630.406Z" fill="#FEBB94"/>
<path d="M622.007 541.294C636.429 527.549 637.998 505.785 625.512 492.685C613.026 479.584 591.212 480.107 576.79 493.852C562.368 507.598 560.799 529.361 573.285 542.462C585.771 555.563 607.585 555.04 622.007 541.294Z" stroke="#EF6A77" stroke-width="11.6898" stroke-miterlimit="10"/>
<path d="M633.781 517.573C631.956 536.562 615.083 551.955 596.094 551.955C577.105 551.955 563.191 536.562 565.017 517.573C566.842 498.584 583.715 483.191 602.704 483.191" stroke="white" stroke-width="11.6898" stroke-miterlimit="10" stroke-linecap="round"/>
<path d="M580.348 578.904H606.658" stroke="white" stroke-width="5.98374" stroke-miterlimit="10" stroke-linecap="round"/>
<path d="M577.483 608.701H603.794" stroke="white" stroke-width="5.98374" stroke-miterlimit="10" stroke-linecap="round"/>
<path opacity="0.4" d="M564.9 593.634H619.274" stroke="white" stroke-width="5.98374" stroke-miterlimit="10" stroke-linecap="round"/>
<path d="M798.171 745.944H513.117C512.223 745.961 511.336 745.787 510.516 745.432C509.695 745.077 508.96 744.55 508.36 743.887C507.761 743.224 507.311 742.44 507.04 741.587C506.77 740.735 506.686 739.835 506.793 738.947L515.3 650.461C515.512 648.563 516.407 646.806 517.818 645.519C519.229 644.232 521.059 643.502 522.969 643.464H808.022C808.916 643.446 809.803 643.621 810.624 643.976C811.444 644.331 812.179 644.857 812.779 645.521C813.378 646.184 813.828 646.968 814.099 647.82C814.369 648.673 814.453 649.573 814.346 650.461L805.84 738.947C805.627 740.845 804.733 742.601 803.322 743.888C801.911 745.176 800.08 745.906 798.171 745.944Z" fill="url(#paint3_linear)"/>
<path d="M532.968 725.427L536.989 683.595" stroke="white" stroke-width="11.6898" stroke-miterlimit="10" stroke-linecap="round"/>
<path d="M562.473 696.123L559.656 725.427" stroke="white" stroke-width="11.6898" stroke-miterlimit="10" stroke-linecap="round"/>
<path d="M588.199 706.131L586.344 725.427" stroke="white" stroke-width="11.6898" stroke-miterlimit="10" stroke-linecap="round"/>
<path d="M618.098 672.724L613.032 725.427" stroke="white" stroke-width="11.6898" stroke-miterlimit="10" stroke-linecap="round"/>
<path d="M641.575 706.131L639.72 725.427" stroke="white" stroke-width="11.6898" stroke-miterlimit="10" stroke-linecap="round"/>
<path d="M671.251 675.052L666.408 725.427" stroke="white" stroke-width="11.6898" stroke-miterlimit="10" stroke-linecap="round"/>
<path d="M695.107 704.511L693.096 725.427" stroke="white" stroke-width="11.6898" stroke-miterlimit="10" stroke-linecap="round"/>
<path d="M720.855 714.285L719.784 725.427" stroke="white" stroke-width="11.6898" stroke-miterlimit="10" stroke-linecap="round"/>
<path d="M750.493 683.595L746.472 725.427" stroke="white" stroke-width="11.6898" stroke-miterlimit="10" stroke-linecap="round"/>
<path d="M778.712 667.667L773.16 725.427" stroke="white" stroke-width="11.6898" stroke-miterlimit="10" stroke-linecap="round"/>
<path d="M540.355 407.462L556.375 432.557C557.098 433.69 557.344 435.062 557.06 436.375C556.775 437.689 555.984 438.836 554.857 439.569L552.268 441.251C547.934 444.067 542.725 445.214 537.609 444.479C532.493 443.743 527.818 441.175 524.453 437.251L503.194 412.46L540.355 407.462Z" fill="#FFCCB3"/>
<path d="M528.131 417.119C528.131 417.119 534.063 437.487 545.98 444.021C549.074 442.823 552.047 441.332 554.857 439.569L541.494 417.119" fill="#FCBA9F"/>
<path d="M254.064 508.715L316.989 478.56C322.918 475.719 327.931 471.271 331.459 465.723L392.247 370.099C396.031 364.146 401.52 359.469 407.999 356.678L495.552 318.958L476.808 460.707L476.478 465.943C476.478 465.943 453.321 525.919 396.563 547.708L305.818 603.211L254.064 508.715Z" fill="#FFCCB3"/>
<path d="M322.543 475.233C322.543 475.233 352.309 549.529 396.563 547.708L368.308 564.99C368.308 564.99 272.405 547.2 308.304 482.575L322.543 475.233Z" fill="#FCBA9F"/>
<path d="M482 345.191C482 345.191 451.044 363.949 452.686 407.462L489.861 393.57L482 345.191Z" fill="#FCBA9F"/>
<path d="M559.764 407.462L575.784 432.557C576.507 433.69 576.753 435.062 576.469 436.375C576.185 437.689 575.393 438.836 574.266 439.569L571.677 441.251C567.343 444.067 562.134 445.214 557.018 444.479C551.902 443.743 547.227 441.175 543.862 437.251L522.604 412.46L559.764 407.462Z" fill="#FFCCB3"/>
<path d="M796.596 417.358L494.025 417.089C492.789 417.122 491.56 416.892 490.421 416.412C489.281 415.933 488.257 415.216 487.416 414.31C486.575 413.403 485.938 412.328 485.546 411.155C485.154 409.982 485.017 408.74 485.144 407.51L501.456 226.38C501.752 223.766 502.993 221.351 504.947 219.59C506.9 217.829 509.43 216.843 512.061 216.818L814.631 217.088C815.867 217.054 817.096 217.285 818.236 217.764C819.375 218.243 820.4 218.96 821.24 219.866C822.081 220.773 822.718 221.849 823.11 223.021C823.502 224.194 823.639 225.437 823.513 226.666L807.201 407.796C806.905 410.41 805.663 412.825 803.71 414.586C801.756 416.347 799.226 417.333 796.596 417.358Z" fill="#1C85E8"/>
<path d="M514.058 324.275C514.058 324.275 541.218 318.782 548.528 331.527C555.837 344.271 562.14 368.205 581.588 365.12C601.036 362.034 615.923 299.46 635.042 300.031C654.162 300.602 647.421 341.584 668.232 342.156C689.042 342.728 685.341 319.264 699.211 319.918C716.036 320.711 709.764 369.331 731.702 369.904C753.64 370.477 757.22 305.682 790.384 306.819" stroke="white" stroke-width="7.56507" stroke-miterlimit="10" stroke-linecap="round"/>
<path d="M529.506 247.154L582.739 247.201" stroke="white" stroke-width="11.9991" stroke-miterlimit="10" stroke-linecap="round"/>
<path opacity="0.4" d="M527.308 271.556L637.318 271.654" stroke="white" stroke-width="11.9991" stroke-miterlimit="10" stroke-linecap="round"/>
<path d="M424.307 416.46L463.121 399.363L502.814 372.268C513.253 365.143 535.053 361.933 542.901 371.839C550.884 381.915 541.917 401.847 532.235 410.302L495.552 442.335L476.477 465.943L424.307 416.46Z" fill="#FFCCB3"/>
<path d="M503.194 382.557C503.194 382.557 508.434 402.763 522.02 406.259L536.43 394.085C537.891 392.997 539.115 391.623 540.028 390.047C540.941 388.47 541.523 386.724 541.739 384.916C541.955 383.107 541.801 381.273 541.285 379.526C540.769 377.779 539.903 376.155 538.739 374.754V374.754C536.706 372.306 533.87 370.66 530.736 370.11C527.602 369.561 524.374 370.143 521.63 371.753L503.194 382.557Z" stroke="#FF967C" stroke-width="3" stroke-linecap="round"/>
<path d="M319.38 476.062C319.38 476.062 311.858 529.857 377.316 560.66C377.316 560.66 330.294 603.794 312.165 611.047C294.037 618.299 225.924 544.182 250.15 502.114C256.944 490.317 319.38 476.062 319.38 476.062Z" fill="#1C85E8"/>
<path d="M567.401 419.425C567.401 419.425 541.888 419.945 533.007 424.593L526.597 417.118L565.929 417.119L567.401 419.425Z" fill="#FCBA9F"/>
<path d="M1037.16 417.358H855.755C842.09 417.358 831.993 406.28 833.203 392.615L857.542 117.742C858.752 104.078 870.81 93 884.475 93H1065.88C1079.55 93 1089.64 104.078 1088.43 117.742L1064.09 392.615C1062.88 406.28 1050.82 417.358 1037.16 417.358Z" fill="#FEBB94"/>
<path d="M1011.19 248.209C1039.92 220.728 1042.81 177.137 1017.66 150.846C992.507 124.555 948.831 125.519 920.106 153C891.382 180.481 888.486 224.072 913.639 250.363C938.792 276.655 982.469 275.69 1011.19 248.209Z" fill="tranparent"/>
<path d="M969.493 202.744L1015.03 244.276C1015.03 244.276 1025.39 233.141 1028.48 225.183L969.493 202.744Z" fill="url(#paint4_linear)"/>
<path d="M972.525 122.963L966.054 196.04C965.91 197.371 966.159 198.715 966.77 199.907C967.381 201.098 968.328 202.084 969.493 202.744L1031.28 237.142C1031.28 237.142 1067.97 134.783 972.525 122.963Z" fill="#1C85E8"/>
<path d="M875.814 320.069H950.966" stroke="white" stroke-width="12" stroke-miterlimit="10" stroke-linecap="round"/>
<path d="M870.313 382.201H945.465" stroke="white" stroke-width="12" stroke-miterlimit="10" stroke-linecap="round"/>
<path opacity="0.4" d="M873.095 350.784H1028.4" stroke="white" stroke-width="12" stroke-miterlimit="10" stroke-linecap="round"/>
<path d="M814.065 619.855C814.065 619.855 838.29 613.394 851.183 627.277C851.183 627.277 874.357 623.069 883.779 635.961C883.779 635.961 904.324 637.151 910.274 645.531C915.222 646.214 919.901 648.195 923.834 651.274C927.767 654.352 930.815 658.418 932.666 663.057C938.284 676.298 933.519 752.849 927.935 780.28C926.539 787.141 927.017 794.251 929.32 800.863L943.524 841.682L845.247 882.765L821.915 821.909C821.915 821.909 793.514 776.268 789.456 768.153C785.399 760.039 792.276 692.706 778.425 650.643L814.065 619.855Z" fill="#FFCCB3"/>
<path d="M834.591 854.971L831.756 847.576C831.756 847.576 882.751 844.316 929.32 800.863L933.774 813.663C933.774 813.663 928.022 840.103 901.834 852.564C875.645 865.026 834.591 854.971 834.591 854.971Z" fill="#FCBA9F"/>
<path d="M834.591 854.971C834.591 854.971 896.318 860.593 933.774 813.663C933.774 813.663 947.603 820.913 968.838 873.994C975.36 890.298 866.451 948.345 848.842 924.216C848.842 924.216 833.64 892.059 834.591 854.971Z" fill="#5661AE"/>
<path d="M784.465 676.035C784.465 676.035 782.336 687.331 772.269 687.332C765.701 687.332 737.232 678.731 718.23 672.751C713.06 671.124 707.514 671.124 702.344 672.751C697.174 674.378 692.628 677.554 689.322 681.848L688.167 683.348C687.593 684.091 687.177 684.943 686.942 685.853C686.707 686.762 686.66 687.709 686.802 688.637C686.944 689.565 687.273 690.455 687.769 691.252C688.265 692.05 688.918 692.738 689.688 693.275C705.775 704.506 749.216 734.988 754.772 740.544C761.61 747.381 799.685 785.713 799.685 785.713L784.465 676.035Z" fill="#FFCCB3"/>
<path d="M782.154 664.717C782.154 664.717 802.731 692.569 799.685 698.666C796.639 704.763 764.732 686.122 764.732 686.122C764.732 686.122 790.479 692.745 782.154 664.717Z" fill="#FCBA9F"/>
<path d="M778.425 650.643L743.8 545.495C742.613 541.888 742.161 538.079 742.473 534.294C742.785 530.51 743.854 526.826 745.616 523.463C747.378 520.099 749.798 517.123 752.731 514.712C755.665 512.301 759.053 510.503 762.694 509.426C765.675 508.545 768.874 508.783 771.691 510.097C774.508 511.411 776.747 513.709 777.986 516.559L826.561 628.218L778.425 650.643Z" fill="#FFCCB3"/>
<path d="M763.41 605.045C764.391 606.657 765.695 608.049 767.239 609.133C768.784 610.218 770.535 610.971 772.385 611.347" stroke="#FF967C" stroke-width="3" stroke-linecap="round"/>
<path d="M775.868 551.217C780.081 549.35 784.728 546.741 786.727 543.696L773.834 513.083C773.558 512.423 773.145 511.83 772.622 511.342C772.099 510.854 771.479 510.483 770.802 510.253C770.125 510.023 769.407 509.94 768.695 510.009C767.983 510.078 767.294 510.297 766.674 510.652C762.086 513.3 756.03 518.078 755.795 524.938L764.515 546.638C764.943 547.698 765.58 548.66 766.388 549.468C767.196 550.276 768.159 550.913 769.218 551.34C770.278 551.768 771.413 551.977 772.556 551.956C773.698 551.935 774.825 551.683 775.868 551.217Z" stroke="#FF967C" stroke-width="3" stroke-linecap="round"/>
<path d="M822.654 619.236L834.591 645.531" stroke="#FF967C" stroke-width="3" stroke-linecap="round"/>
<path d="M851.66 627.815C857.726 636.511 860.977 646.86 860.974 657.464" stroke="#FF967C" stroke-width="3" stroke-linecap="round"/>
<path d="M884.349 636.453C884.349 636.453 890.358 650.234 890.854 661.132" stroke="#FF967C" stroke-width="3" stroke-linecap="round"/>
<path d="M911.115 646.349C913.482 652.164 914.4 658.468 913.789 664.717" stroke="#FF967C" stroke-width="3" stroke-linecap="round"/>
<path d="M715.113 706.131C715.113 706.131 722.223 697.101 719.784 692.572C717.345 688.043 706.496 681.638 700.226 682.335C697.234 682.786 694.347 683.769 691.703 685.239C691.222 685.49 690.816 685.863 690.524 686.321C690.232 686.778 690.064 687.303 690.037 687.845C690.011 688.387 690.126 688.927 690.372 689.41C690.619 689.894 690.987 690.305 691.441 690.602L715.113 706.131Z" stroke="#FF967C" stroke-width="3" stroke-linecap="round"/>
<path d="M592.842 816.234H376.227C375.333 816.251 374.446 816.077 373.625 815.722C372.804 815.367 372.069 814.84 371.47 814.177C370.87 813.514 370.42 812.729 370.15 811.877C369.879 811.025 369.795 810.125 369.903 809.237L378.409 720.75C378.621 718.852 379.516 717.096 380.927 715.809C382.338 714.522 384.168 713.792 386.078 713.754H602.694C603.588 713.736 604.475 713.911 605.295 714.266C606.116 714.62 606.851 715.147 607.451 715.81C608.05 716.474 608.5 717.258 608.771 718.11C609.041 718.963 609.125 719.863 609.018 720.75L600.512 809.237C600.299 811.135 599.404 812.891 597.993 814.178C596.583 815.465 594.752 816.196 592.842 816.234Z" fill="#FEBB94"/>
<path d="M396.563 736.83H530.246" stroke="#EF6A77" stroke-width="11.6898" stroke-miterlimit="10" stroke-linecap="round"/>
<path d="M396.563 736.83H489.46" stroke="white" stroke-width="11.6898" stroke-miterlimit="10" stroke-linecap="round"/>
<path d="M394.563 764.994H528.246" stroke="#EF6A77" stroke-width="11.6898" stroke-miterlimit="10" stroke-linecap="round"/>
<path d="M394.563 764.994H450.103" stroke="white" stroke-width="11.6898" stroke-miterlimit="10" stroke-linecap="round"/>
<path d="M390.192 793.158H523.875" stroke="#EF6A77" stroke-width="11.6898" stroke-miterlimit="10" stroke-linecap="round"/>
<path d="M390.192 793.158H424.157" stroke="white" stroke-width="11.6898" stroke-miterlimit="10" stroke-linecap="round"/>
<path d="M577.567 744.817C581.979 744.817 585.555 741.241 585.555 736.83C585.555 732.418 581.979 728.842 577.567 728.842C573.156 728.842 569.58 732.418 569.58 736.83C569.58 741.241 573.156 744.817 577.567 744.817Z" fill="tranparent"/>
<path d="M574.977 771.749C579.389 771.749 582.965 768.173 582.965 763.762C582.965 759.35 579.389 755.774 574.977 755.774C570.565 755.774 566.989 759.35 566.989 763.762C566.989 768.173 570.565 771.749 574.977 771.749Z" fill="tranparent"/>
<path d="M572.086 801.146C576.497 801.146 580.074 797.569 580.074 793.158C580.074 788.746 576.497 785.17 572.086 785.17C567.674 785.17 564.098 788.746 564.098 793.158C564.098 797.569 567.674 801.146 572.086 801.146Z" fill="tranparent"/>
</g>
<defs>
<linearGradient id="paint0_linear" x1="634.203" y1="-7.66352" x2="918.04" y2="1414.72" gradientUnits="userSpaceOnUse">
<stop stop-color="white"/>
<stop offset="1" stop-color="#94B9FF"/>
</linearGradient>
<linearGradient id="paint1_linear" x1="667.724" y1="234.221" x2="695.245" y2="662.637" gradientUnits="userSpaceOnUse">
<stop stop-color="white"/>
<stop offset="1" stop-color="#94B9FF"/>
</linearGradient>
<linearGradient id="paint2_linear" x1="749.482" y1="453.685" x2="794.499" y2="826.442" gradientUnits="userSpaceOnUse">
<stop stop-color="white"/>
<stop offset="1" stop-color="#94B9FF"/>
</linearGradient>
<linearGradient id="paint3_linear" x1="652.911" y1="643.219" x2="660.84" y2="862.771" gradientUnits="userSpaceOnUse">
<stop stop-color="white"/>
<stop offset="1" stop-color="#94B9FF"/>
</linearGradient>
<linearGradient id="paint4_linear" x1="997.516" y1="202.645" x2="1004.28" y2="291.221" gradientUnits="userSpaceOnUse">
<stop stop-color="white"/>
<stop offset="1" stop-color="#94B9FF"/>
</linearGradient>
<clipPath id="clip0">
<rect width="843.53" height="837.007" fill="tranparent" transform="translate(245 93)"/>
</clipPath>
</defs>
</svg>
<svg width="1440" height="1024" viewBox="0 0 1440 1024" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect width="1440" height="1024" fill="tranparent"/>
<path d="M309.003 166.452H341.686" stroke="white" stroke-width="7.4328" stroke-miterlimit="10" stroke-linecap="round"/>
<path d="M1034.34 166H932.391C925.521 166 919.951 171.569 919.951 178.44V288.814C919.951 295.685 925.521 301.254 932.391 301.254H1034.34C1041.21 301.254 1046.78 295.685 1046.78 288.814V178.44C1046.78 171.569 1041.21 166 1034.34 166Z" fill="#1C85E8"/>
<path d="M935.4 267.665H968.082" stroke="white" stroke-width="7.4328" stroke-miterlimit="10" stroke-linecap="round"/>
<path opacity="0.4" d="M935.4 282.918H1002.94" stroke="white" stroke-width="7.4328" stroke-miterlimit="10" stroke-linecap="round"/>
<path d="M936.123 204.346H953.025C954.267 204.346 955.487 204.671 956.564 205.289C957.641 205.907 958.538 206.797 959.165 207.869L975.527 235.853C976.17 236.952 977.097 237.859 978.211 238.479C979.324 239.098 980.584 239.407 981.858 239.372C983.131 239.338 984.373 238.962 985.452 238.284C986.53 237.606 987.407 236.651 987.991 235.518L998.106 215.872C998.698 214.721 999.593 213.755 1000.69 213.075C1001.79 212.396 1003.06 212.029 1004.35 212.015L1034.04 211.697" stroke="white" stroke-width="4" stroke-miterlimit="10" stroke-linecap="round"/>
<path opacity="0.4" d="M936.123 234.447H944.435C946.313 234.447 948.115 233.705 949.447 232.381L987.871 194.221C989.204 192.897 991.005 192.155 992.883 192.155H1004.13C1005.74 192.155 1007.3 192.699 1008.56 193.699C1009.82 194.698 1010.7 196.095 1011.06 197.66L1016.97 223.109C1017.33 224.674 1018.21 226.07 1019.47 227.07C1020.73 228.07 1022.29 228.614 1023.89 228.614H1034.04" stroke="white" stroke-width="4" stroke-miterlimit="10" stroke-linecap="round"/>
<path d="M1179.63 839.385C1179.63 839.385 1175.9 876.975 1111.13 876.975H1035.19L1135.93 798.651L1179.63 839.385Z" fill="#5661AE"/>
<path d="M1028.94 403.75L1207.27 443.263C1208.86 443.603 1210.37 444.23 1211.73 445.114C1216.66 448.369 1225.47 457.886 1223.78 483.909C1221.52 518.596 1179.63 839.385 1179.63 839.385L1008.41 691.152L1028.94 403.75Z" fill="#5661AE"/>
<path d="M1009.88 402.731L1189.51 442.533C1189.51 442.533 1204.88 448.13 1204.72 482.89C1204.56 517.65 1160.57 838.366 1160.57 838.366L989.346 690.132L1009.88 402.731Z" fill="#1C85E8"/>
<path d="M1012.8 421.054C1012.8 421.054 1015.96 466.841 1017.35 474.097C1019.79 486.807 1075.63 460.106 1071.53 448.789C1069.41 442.917 1059.74 386.969 1059.74 386.969L1012.8 421.054Z" fill="#BC775C"/>
<path d="M1017.68 472.338L1012.9 425.462H1041.2L1017.68 472.338Z" fill="#93523E" stroke="#93523E"/>
<path d="M1083.78 377.155C1085.94 354.102 1059.79 359.073 1055.32 360.113C1050.85 361.153 1043.85 326.991 1043.85 326.991C1043.85 326.991 992.258 317.804 981.205 326.97C981.205 326.97 974.271 370.027 973.153 397.602C972.035 425.177 979.769 437.526 989.878 438.47C1003.65 440.937 1019.94 438.158 1030.35 432.023C1048.89 421.092 1056.81 401.322 1056.81 401.322C1057.14 401.17 1057.32 401.091 1057.32 401.091C1057.32 401.091 1081.75 398.927 1083.78 377.155Z" fill="#BC775C"/>
<path d="M979.739 396.731C984.185 393.914 995.427 394.16 999.992 395.053C1008.69 396.757 1011.36 397.887 1012.34 399.907C1013.32 401.926 1013.51 404.16 1009.88 402.731C1006.24 401.302 998.638 398.692 991.869 398.876C988.724 399.199 985.609 399.767 982.552 400.576C979.024 401.634 975.73 399.271 979.739 396.731Z" fill="#493212"/>
<path d="M976.594 368.594C976.594 368.594 979.527 342.798 979.899 335.656C980.437 325.382 987.945 328.688 993.322 335.894C1001.06 346.594 1015.82 345.917 1028.23 342.56C1039.12 339.905 1039.28 340.53 1040.27 352.031C1041.27 363.532 1044.98 384.889 1048.47 379.778C1052.81 373.088 1055.77 366.824 1063.4 362.752C1073.77 357.219 1084.41 367.427 1081.91 375.31C1079.41 383.195 1073.56 392.271 1060.5 399.725L1066.89 429.335C1099.26 384.434 1111.45 322.769 1067.55 308.491C1051.15 303.156 1034.12 268.585 1002.38 276.45C979.899 282.022 979.899 300.045 978.301 315.717C948.093 317.024 976.594 368.594 976.594 368.594Z" fill="#493212"/>
<path d="M1015.41 377.087C1016.03 373.819 1014.79 370.841 1012.65 370.435C1010.51 370.03 1008.27 372.351 1007.66 375.62C1007.04 378.888 1008.27 381.866 1010.41 382.271C1012.55 382.676 1014.79 380.355 1015.41 377.087Z" fill="#080B09"/>
<path d="M985.94 371.315C986.559 368.047 985.324 365.069 983.183 364.664C981.041 364.259 978.804 366.58 978.186 369.848C977.567 373.117 978.802 376.095 980.943 376.5C983.085 376.905 985.322 374.584 985.94 371.315Z" fill="#080B09"/>
<path d="M991.972 379.778C991.972 379.778 995.805 386.68 990.553 386.934C985.531 387.005 982.689 390.034 987.873 394.16" stroke="#93523E" stroke-width="1.51544" stroke-linecap="round"/>
<path d="M988.908 399.916C992.027 400.052 998.265 400.325 1002.42 400.575C1002.67 400.588 1002.91 400.668 1003.11 400.808C1003.32 400.948 1003.48 401.142 1003.59 401.369C1003.69 401.596 1003.73 401.848 1003.7 402.096C1003.68 402.344 1003.58 402.579 1003.43 402.776C999.827 406.975 991.46 414.615 987.67 401.659C987.576 401.462 987.537 401.244 987.556 401.027C987.574 400.81 987.651 400.602 987.777 400.424C987.903 400.246 988.075 400.105 988.273 400.016C988.472 399.927 988.691 399.892 988.908 399.916Z" fill="tranparent"/>
<path d="M1025.31 366.097L1025.04 366.693C1024.71 367.598 1024.04 368.337 1023.18 368.75C1022.31 369.162 1021.31 369.215 1020.41 368.897L1004.97 363.009C1004.21 362.755 1003.57 362.225 1003.19 361.525C1002.8 360.824 1002.69 360.003 1002.88 359.226C1002.97 358.744 1003.17 358.288 1003.45 357.887C1003.74 357.486 1004.1 357.15 1004.52 356.9C1004.95 356.651 1005.42 356.494 1005.9 356.44C1006.39 356.386 1006.89 356.436 1007.35 356.587L1023.06 361.878C1023.49 362 1023.89 362.208 1024.24 362.488C1024.59 362.769 1024.87 363.116 1025.08 363.51C1025.29 363.904 1025.42 364.335 1025.46 364.78C1025.5 365.224 1025.45 365.672 1025.31 366.097Z" fill="#080B09"/>
<path d="M973.425 353.337L989.929 351.757C990.418 351.716 990.91 351.78 991.372 351.943C991.835 352.107 992.258 352.367 992.613 352.706C992.967 353.045 993.246 353.455 993.431 353.91C993.615 354.365 993.701 354.854 993.682 355.344C993.69 356.144 993.397 356.918 992.861 357.513C992.325 358.107 991.585 358.478 990.788 358.553L974.417 360.776C973.462 360.88 972.504 360.602 971.753 360.003C971.002 359.404 970.518 358.532 970.407 357.577L970.275 356.934C970.238 356.489 970.29 356.041 970.43 355.618C970.569 355.194 970.793 354.802 971.086 354.467C971.38 354.131 971.739 353.858 972.141 353.664C972.543 353.47 972.979 353.358 973.425 353.337Z" fill="#080B09"/>
<path d="M261.36 839.385C261.36 839.385 265.089 876.975 329.865 876.975H405.8L305.063 798.651L261.36 839.385Z" fill="#5661AE"/>
<path d="M412.056 403.75L233.724 443.263C232.137 443.603 230.625 444.23 229.264 445.114C224.331 448.369 215.52 457.886 217.213 483.909C219.469 518.596 261.361 839.386 261.361 839.386L432.586 691.152L412.056 403.75Z" fill="#5661AE"/>
<path d="M431.116 402.731L251.479 442.533C251.479 442.533 236.113 448.13 236.273 482.89C236.434 517.65 280.421 838.366 280.421 838.366L451.646 690.132L431.116 402.731Z" fill="#FEBB94"/>
<path d="M508.863 568.211L526.293 592.604C528.782 596.087 531.981 599.002 535.679 601.157C539.377 603.313 543.49 604.66 547.747 605.109L661.839 617.149L663.573 645.723L524.353 654.175C516.51 654.652 508.669 653.195 501.52 649.934C494.37 646.674 488.13 641.708 483.347 635.473L446.035 586.829L508.863 568.211Z" fill="#FFCCB3"/>
<path d="M519.764 583.467C519.764 583.467 483.897 592.938 473.411 622.519L455.539 596.103L515.91 578.073L519.764 583.467Z" fill="#FF967C"/>
<path d="M432.237 476.195C432.237 476.195 467.137 486.367 476.853 498.113C484.414 507.253 497.268 545.227 507.341 563.516C509.776 567.936 513.23 568.336 510.664 572.68C500.049 590.649 490.952 616.842 473.411 622.519C414.702 613.65 432.237 476.195 432.237 476.195Z" fill="#5661AE"/>
<path d="M469.954 528.231C469.954 528.231 493.246 570.471 496.782 593.171C496.782 593.171 488.489 614.217 482.635 618.498C473.502 625.177 468.487 621.424 468.487 621.424L469.954 528.231Z" fill="#465393"/>
<path d="M348.221 390.871C380.412 390.871 406.507 364.775 406.507 332.585C406.507 300.394 380.412 274.298 348.221 274.298C316.03 274.298 289.935 300.394 289.935 332.585C289.935 364.775 316.03 390.871 348.221 390.871Z" fill="#080B09"/>
<path d="M397.605 301.51C397.605 301.51 322.381 288.228 313.556 379.445C313.556 379.445 321.092 387.549 331.939 388.435C331.939 388.435 340.748 299.927 402.01 306.766L397.605 301.51Z" fill="#FEBB94"/>
<path d="M381.657 304.986C381.657 304.986 373.006 300.496 379.525 295.319C383.642 291.886 386.921 287.558 389.111 282.665C391.173 283.808 392.723 285.69 393.45 287.932C394.177 290.174 394.026 292.608 393.027 294.743C389.686 302.988 387.596 303.451 387.596 303.451L381.657 304.986Z" fill="#FEBB94"/>
<path d="M381.219 300.024C381.219 300.024 378.837 309.475 372.301 304.32C368.013 301.102 363.048 298.905 357.783 297.897C358.421 295.628 359.897 293.687 361.912 292.464C363.927 291.242 366.331 290.83 368.638 291.311C377.43 292.668 378.361 294.597 378.361 294.597L381.219 300.024Z" fill="#FEBB94"/>
<path d="M397.893 435.037L407.102 469.3C407.102 469.3 477.405 549.066 419.055 578.073C408.799 583.172 359.783 543.988 350.58 535.301C341.376 526.614 345.192 475.297 345.192 475.297L366.325 401.999L397.893 435.037Z" fill="#FFCCB3"/>
<path d="M377.176 543.748C377.176 543.748 411.52 565.336 446.035 545.304C446.035 545.304 440.716 575.044 419.794 584.616C398.871 594.187 377.176 543.748 377.176 543.748Z" fill="#1C85E8"/>
<path d="M399.706 441.09L381.242 429.012L408.582 474.992L399.706 441.09Z" fill="#FF967C"/>
<path d="M446.444 350.722C446.444 350.722 456.211 402.11 438.757 432.068C427.374 451.605 411.737 452.156 381.242 429.012C353.281 407.79 347.582 395.104 347.582 395.104L354.417 341.681C354.417 341.681 435.251 304.378 446.444 350.722Z" fill="#FFCCB3"/>
<path d="M407.102 469.301C407.102 469.301 441.671 477.838 447.245 481.768C452.819 485.698 459.973 520.097 470.01 536.026C480.047 551.956 493.757 577.125 476.144 606.234C458.531 635.343 460.119 663.197 460.119 663.197L473.449 736.267H324.98C318.774 736.834 315.473 721.109 315.658 714.88C316.266 694.336 318.213 688.211 316.901 655.636C315.124 611.488 298.636 486.243 298.636 486.243L347.582 468.068C346.077 536.973 386.109 521.934 419.794 584.616C447.367 531.653 407.102 469.301 407.102 469.301Z" fill="#5661AE"/>
<path d="M330.859 521.934C330.859 521.934 338.124 537.076 332.387 552.544C325.936 569.935 318.837 612.313 350.28 614.983C388.82 618.256 372.641 625.243 355.193 630.598C337.744 635.952 344.994 635.517 346.108 653.862C346.901 666.919 311.8 693.428 315.033 683.309C332.38 629.017 273.429 561.931 330.859 521.934Z" fill="#465393"/>
<path d="M414.472 417.317L432.97 420.399C432.901 420.556 432.816 420.74 432.713 420.947C432.379 421.619 431.865 422.511 431.147 423.394C429.713 425.158 427.498 426.853 424.276 426.774C419.231 426.196 416.802 423.673 415.61 421.326C415.007 420.138 414.714 418.983 414.574 418.123C414.522 417.809 414.491 417.536 414.472 417.317Z" fill="#E56441" stroke="#E56441"/>
<path d="M442.682 394.463C444.754 394.362 446.313 391.804 446.163 388.75C446.013 385.697 444.212 383.303 442.14 383.405C440.068 383.506 438.51 386.064 438.659 389.118C438.809 392.172 440.61 394.565 442.682 394.463Z" fill="#080B09"/>
<path d="M412.09 396.4C414.162 396.299 415.72 393.741 415.571 390.687C415.421 387.633 413.62 385.24 411.548 385.342C409.476 385.443 407.917 388.001 408.067 391.055C408.216 394.108 410.017 396.502 412.09 396.4Z" fill="#080B09"/>
<path d="M449.189 375.807L433.63 376.825C433.364 376.82 433.109 376.719 432.912 376.54C432.715 376.362 432.589 376.118 432.558 375.854C432.591 375.377 432.721 374.912 432.939 374.487C433.158 374.062 433.46 373.686 433.827 373.381C434.195 373.076 434.621 372.849 435.079 372.713C435.537 372.577 436.018 372.535 436.492 372.59L449.357 374.007C450.378 373.957 450.465 375.744 449.189 375.807Z" fill="#080B09"/>
<path d="M396.404 377.415L417.145 377.679C417.094 377.049 416.912 376.436 416.61 375.881C416.309 375.326 415.894 374.84 415.393 374.454C414.892 374.069 414.316 373.793 413.702 373.644C413.087 373.495 412.449 373.476 411.827 373.589L396.086 376.151C395.576 376.176 395.639 377.453 396.404 377.415Z" fill="#080B09"/>
<path d="M429.624 388.013L436.278 402.748L431.64 406.989" stroke="#E56441" stroke-width="1.66686" stroke-linecap="round"/>
<path d="M427.353 358.697C416.487 358.772 411.398 356.252 400 361.615C396.403 363.307 393 365 390.937 369.148C388.727 377.49 390.144 389.078 375.441 388.756C375.441 388.756 380.197 372.926 370.094 370.903C352.938 367.468 355.696 395.227 366.325 401.999C373.548 406.601 361.139 439.799 351.908 452.002C320.334 378.216 331.292 370.784 339.501 351.524C353.45 318.794 365.672 308.83 398.693 303.417C398.693 303.417 442.443 304.598 454.042 343.089C463.957 375.994 449.076 388.609 449.076 388.609C449.076 388.609 449.538 364.124 447.116 361.615C443.93 358.314 441.346 358.6 427.353 358.697Z" fill="#080B09"/>
<path d="M958.222 756.978L834.416 778.972L858.785 876.975H938.089C938.089 876.975 975.786 795.946 958.222 756.978Z" fill="#FFCCB3"/>
<path d="M879.178 765.563C879.178 765.563 898.258 771.439 906.134 802.558C914.011 833.678 905.417 876.975 905.417 876.975H917.685C917.685 876.975 961.433 825.6 929.247 760.125L879.178 765.563Z" fill="#FF967C"/>
<path d="M1137.99 726.095C1137.99 726.095 1147.53 797.338 1133.29 831.297C1121.17 860.178 1102.45 876.552 1079.72 876.975H905.416C905.416 876.975 905.141 783.874 831.624 767.968C831.624 767.968 1073.58 700.58 1137.99 726.095Z" fill="#1F2D49"/>
<path d="M1141.34 747.701L983.188 752.908L984.87 741.861L1015.69 738.298H1141.12L1141.34 747.701Z" fill="#0D1B33"/>
<path d="M1018.6 468.636C1017.24 474.403 1016.89 453.999 1014.14 454.85C1001.55 458.752 965.726 469.931 958.106 473.119C948.824 477.002 948.205 492.533 947.586 503.535C947.152 511.243 958.625 619.449 959.197 692.756C959.319 708.417 943.469 726.749 941.594 735.454C941.073 737.798 940.794 740.19 940.761 742.591C940.752 744.265 941.407 745.875 942.583 747.066C943.759 748.258 945.36 748.934 947.035 748.947L1135.89 750.712C1135.89 750.712 1144.26 751.929 1142.24 742.374C1140.24 731.923 1139.15 721.319 1138.96 710.68C1137.08 634.54 1136.72 507.026 1135.9 500.989C1134.66 491.929 1144.39 484.127 1133.85 479.566L1075.36 456.198C1075.36 456.198 1064.64 464.019 1063.09 464.811C1033.71 479.836 1018.6 468.636 1018.6 468.636Z" fill="#FEBB94"/>
<path d="M1030.77 476.407C1030.77 476.407 1024.09 500.935 1027.18 524.627C1030.26 548.319 1018.09 580.734 1015.57 606.747C1013.05 632.76 1025.39 666.839 1023.46 688.675C1021.54 710.51 1028.54 750.763 1028.54 750.763" stroke="#FF967C" stroke-width="3" stroke-miterlimit="10"/>
<path d="M501.404 738.819L625.211 760.814L600.841 858.817H521.537C521.537 858.817 483.84 777.788 501.404 738.819Z" fill="#FFCCB3"/>
<path d="M580.448 747.404C580.448 747.404 561.368 753.28 553.492 784.4C545.616 815.519 554.21 858.817 554.21 858.817H541.941C541.941 858.817 498.194 807.441 530.38 741.966L580.448 747.404Z" fill="#FF967C"/>
<path d="M317.966 712.545C317.966 712.545 296.026 753.726 298.636 808.03C301.116 859.605 329.332 876.975 373.938 876.975L554.21 858.817C554.21 858.817 554.485 765.715 628.002 749.81C628.002 749.81 546.149 690.229 463.354 705.198C422.717 712.545 397.186 721.485 317.966 712.545Z" fill="#1F2D49"/>
<path d="M314.882 698.779C314.882 698.779 431.637 710.977 474.669 678.823L472.745 705.667C472.745 705.667 399.984 746.092 316.599 723.343C316.599 723.343 304.097 714.563 314.882 698.779Z" fill="#1C85E8"/>
<path d="M671.185 657.565C671.185 657.565 705.869 650.303 720.232 653.63C734.87 656.654 765.678 664.362 760.16 686.948C756.343 703.074 739.507 696.686 739.507 696.686C739.507 696.686 743.889 703.126 737.375 706.064C733.403 707.714 707.777 693.66 707.777 693.66C690.675 699.161 668.359 687.547 668.359 687.547L671.185 657.565Z" fill="#FFCCB3"/>
<path d="M720.531 688.088L739.218 696.7" stroke="#FF967C" stroke-width="2.89316" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M724.71 673.392C729.392 674.313 750.464 684.253 750.464 684.253" stroke="#FF967C" stroke-width="2.89316" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M727.332 662.251C736.717 664.597 745.696 668.341 753.967 673.357" stroke="#FF967C" stroke-width="2.89316" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M516.982 545.304H893.413L1083.91 858.817H361.342L516.982 545.304Z" fill="url(#paint0_linear)"/>
<path d="M823.424 678.98L836.044 755.386L906.134 802.558L1023.47 789.88L994.646 755.386L823.424 678.98Z" fill="#96BAFD"/>
<path d="M755.982 603.127L808.521 700.001L886.757 774.223L823.424 678.98L755.982 603.127Z" fill="tranparent"/>
<path d="M755.982 603.127L808.521 700.001L803.454 703.898L751.701 605.743L755.982 603.127Z" fill="#5CA4E6"/>
<path d="M808.521 700.001L886.757 774.223V778.977L803.454 703.898L808.521 700.001Z" fill="#5CA4E6"/>
<path d="M886.757 778.977L994.646 759.256V755.386L886.757 774.223V778.977Z" fill="#5CA4E6"/>
<path d="M994.646 755.386L924.361 665.427L823.424 678.98L886.757 774.223L994.646 755.386Z" fill="#E7EFFF"/>
<path d="M351.446 528.434L335.153 622.118C334.742 624.46 333.449 626.556 331.541 627.975C329.632 629.394 327.253 630.028 324.892 629.747C324.892 629.747 278.978 626.728 263.694 625.455C260.094 625.155 250.31 616.281 253.301 601.665C256.043 581.699 268.886 535.078 277.007 509.19C280.789 496.309 321.232 504.02 321.232 504.02L351.446 528.434Z" fill="#5661AE"/>
<path d="M313.334 560.496C334.625 560.496 351.884 543.237 351.884 521.946C351.884 500.656 334.625 483.396 313.334 483.396C292.044 483.396 274.784 500.656 274.784 521.946C274.784 543.237 292.044 560.496 313.334 560.496Z" fill="#5661AE"/>
<path d="M264.747 630.66L265.377 623.191L322.537 629.701L321.652 636.057L316.789 676.139L261.212 670.144L264.747 630.66Z" fill="#FFCCB3"/>
<path d="M265.655 623.127L322.537 629.701L321.652 636.057C308.727 634.629 279.749 632.197 264.747 630.66L265.655 623.127Z" fill="#FF967C"/>
<path d="M288.782 699.601C304.237 699.601 316.766 687.072 316.766 671.617C316.766 656.161 304.237 643.632 288.782 643.632C273.326 643.632 260.797 656.161 260.797 671.617C260.797 687.072 273.326 699.601 288.782 699.601Z" fill="#FFCCB3"/>
<path d="M302.595 695.709L460.528 621.568C460.528 621.568 470.002 587.888 459.7 593.48C449.14 599.196 280.887 644.677 280.887 644.677L302.595 695.709Z" fill="#FFCCB3"/>
<path d="M550.871 625.287L483.724 637.018C479.399 637.774 476.523 634.77 477.302 630.308L497.949 511.95C498.728 507.489 502.865 503.259 507.191 502.503L574.337 490.772C578.663 490.016 581.538 493.02 580.76 497.482L560.112 615.84C559.334 620.301 555.197 624.531 550.871 625.287Z" fill="#1C85E8"/>
<path d="M553.884 624.76L486.738 636.492C482.412 637.248 479.537 634.243 480.315 629.782L500.963 511.424C501.741 506.962 505.879 502.733 510.204 501.977L577.351 490.245C581.676 489.489 584.552 492.493 583.773 496.955L563.126 615.313C562.347 619.775 558.21 624.004 553.884 624.76Z" fill="#B2CDFF"/>
<path d="M450.172 596.776L457.968 622.19C457.968 622.19 490.266 614.445 497.175 611.053C510.648 604.126 525.136 594.783 526.833 591.231C532.031 582.247 532.643 571.131 532.048 563.367C531.973 562.213 531.614 561.096 531.005 560.113C530.396 559.13 529.554 558.313 528.554 557.732C527.555 557.151 526.427 556.825 525.272 556.783C524.116 556.74 522.968 556.982 521.928 557.488L493.657 571.598C493.657 571.598 489.976 565.379 493.679 560.437C496.065 557.175 492.384 550.957 490.748 549.051C490.103 548.17 486.661 548.144 485.881 549.035C484.565 550.716 486.375 556.554 483.598 560.26C478.87 566.193 483.067 568.77 470.894 578.884C461.264 586.817 450.072 596.532 450.172 596.776Z" fill="#FFCCB3"/>
<path d="M504.848 575.896C512.892 573.185 529.297 563.632 529.297 563.632" stroke="#FF967C" stroke-width="2.09903" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M503.791 586.622C510.265 584.266 527.36 575.003 527.36 575.003" stroke="#FF967C" stroke-width="2.09903" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M507.692 596.182C511.96 594.727 524.652 588.69 524.652 588.69" stroke="#FF967C" stroke-width="2.09903" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M263.794 620.141C262.41 625.706 262.542 631.539 264.176 637.035C264.176 637.035 291.674 650.355 320.729 643.665C322.687 641.99 324.121 639.787 324.859 637.318C325.597 634.85 325.609 632.221 324.892 629.747L263.794 620.141Z" fill="#5661AE"/>
<path d="M1082.93 520.523C1082.93 520.523 1074.46 566.878 1079.72 612.208C1083.01 640.573 1101.1 669.691 1100.87 683.23C1100.5 705.15 1075.44 714.435 1075.37 727.127C1075.32 734.636 1095.61 729.964 1104.58 727.045C1124.73 720.483 1137.97 729.399 1137.97 729.399L1132.6 537.085L1082.93 520.523Z" fill="#FF967C"/>
<path d="M1136.77 509.252C1118.18 485.985 1109.84 497.128 1103.31 497.697C1103.31 497.697 1081.19 501.817 1082.93 520.523C1084.77 540.316 1117.31 672.219 1117.31 672.219L1185.62 667.085L1182.38 648.897L1175.71 611.435L1168.6 571.38L1167.97 566.612L1159.98 513.917C1159.98 513.917 1146.4 521.678 1136.77 509.252Z" fill="#FEBB94"/>
<path d="M1141.36 549.416C1159.52 538.266 1165.21 514.505 1154.06 496.343C1142.91 478.182 1119.15 472.498 1100.99 483.648C1082.82 494.797 1077.14 518.559 1088.29 536.72C1099.44 554.881 1123.2 560.565 1141.36 549.416Z" fill="#FEBB94"/>
<path d="M977.867 677.695L934.799 680.899L924.619 704.911L928.098 734.552C928.098 734.552 935.509 731.532 936.276 721.047C937.043 710.562 971.328 718 980.291 706.484" fill="#BC775C"/>
<path d="M1142.15 638.854L975.056 670.351C974.051 670.582 973.168 671.176 972.576 672.019C971.984 672.863 971.725 673.895 971.849 674.918L975.894 706.714C976.105 708.234 976.873 709.622 978.05 710.607C979.226 711.593 980.727 712.105 982.26 712.046L1154.38 705.313L1142.15 638.854Z" fill="#FEBB94"/>
<path d="M1152.03 705.57C1170.91 705.57 1186.22 690.262 1186.22 671.379C1186.22 652.495 1170.91 637.188 1152.03 637.188C1133.15 637.188 1117.84 652.495 1117.84 671.379C1117.84 690.262 1133.15 705.57 1152.03 705.57Z" fill="#FEBB94"/>
<path d="M979.131 515.916C984.71 488.373 971.59 489.083 967.224 484.703C967.224 484.703 950.843 471.196 938.362 483.787C925.15 497.106 849.417 600.569 849.417 600.569L896.803 644.151L905.71 633.522L928.782 606.004L953.461 576.594L956.527 573.245L989.817 535.538C989.817 535.538 975.976 530.416 979.131 515.916Z" fill="#FEBB94"/>
<path d="M998.949 520.609C1005.34 501.538 995.055 480.9 975.984 474.512C956.913 468.124 936.274 478.406 929.886 497.477C923.499 516.548 933.781 537.187 952.852 543.575C971.923 549.963 992.562 539.681 998.949 520.609Z" fill="#FEBB94"/>
<path d="M953.461 576.593C952.045 561.285 946.968 538.353 946.968 538.353C946.968 538.353 942.583 537.948 929.055 568.176C919.037 590.829 907.415 613.918 905.492 633.449L928.564 605.931L953.461 576.593Z" fill="#FF967C"/>
<path d="M860.928 466.457C858.461 443.165 864.799 442.036 864.886 429.408C864.93 417.067 883.564 394.221 874.677 394.683C865.79 395.144 859.548 403.637 859.548 403.637C858.231 392.567 860.457 374.144 849.129 367.193C837.8 360.242 835.133 363.607 825.908 366.371C801.281 373.934 815.028 406.522 815.28 416.848C815.503 423.348 826.934 447.66 827.453 452.145L831.093 469.435L860.928 466.457Z" fill="#BC775C"/>
<path d="M846.892 399.726L843.524 366.292L846.892 399.726Z" fill="#93523E"/>
<path d="M846.892 399.726L843.524 366.292" stroke="#93523E" stroke-width="1.51544" stroke-linecap="round"/>
<path d="M835.373 400.096L829.894 367.98L835.373 400.096Z" fill="#93523E"/>
<path d="M835.373 400.096L829.894 367.98" stroke="#93523E" stroke-width="1.51544" stroke-linecap="round"/>
<path d="M821.839 400.171L819.069 380.95L821.839 400.171Z" fill="#93523E"/>
<path d="M821.839 400.171L819.069 380.95" stroke="#93523E" stroke-width="1.51544" stroke-linecap="round"/>
<path d="M840.507 425.248C844.531 415.842 854.971 406.789 854.971 406.789L840.507 425.248Z" fill="#93523E"/>
<path d="M840.507 425.248C844.531 415.842 854.971 406.789 854.971 406.789" stroke="#93523E" stroke-width="1.51544" stroke-linecap="round"/>
<path d="M904.075 609.855L867.177 469.427C866.902 468.494 866.29 467.697 865.461 467.188C864.633 466.68 863.645 466.496 862.689 466.672L832.974 472.335C831.554 472.622 830.292 473.427 829.432 474.592C828.573 475.758 828.177 477.201 828.322 478.642L842.186 625.247L904.075 609.855Z" fill="#FEBB94"/>
<path d="M830.762 478.419C830.762 478.419 827.103 464.4 830.762 462.859C834.421 461.319 857.348 456.939 860.425 459.803C863.502 462.667 866.188 474.607 866.188 474.607L830.762 478.419Z" fill="#FEBB94"/>
<path d="M874.015 653.326C891.836 653.326 906.283 638.879 906.283 621.058C906.283 603.237 891.836 588.79 874.015 588.79C856.193 588.79 841.746 603.237 841.746 621.058C841.746 638.879 856.193 653.326 874.015 653.326Z" fill="#FEBB94"/>
<path d="M348.221 464.791C348.221 464.791 371.739 510.341 395.756 517.832C395.756 517.832 409.254 510.665 407.102 469.3" stroke="white" stroke-miterlimit="10"/>
<path d="M394.912 529.572C399.436 529.572 403.103 525.905 403.103 521.382C403.103 516.858 399.436 513.191 394.912 513.191C390.388 513.191 386.721 516.858 386.721 521.382C386.721 525.905 390.388 529.572 394.912 529.572Z" fill="#5661AE"/>
<path d="M383.89 514.083C385.454 514.083 386.721 512.815 386.721 511.252C386.721 509.689 385.454 508.421 383.89 508.421C382.327 508.421 381.06 509.689 381.06 511.252C381.06 512.815 382.327 514.083 383.89 514.083Z" fill="#5661AE"/>
<path d="M403.103 512.331C404.666 512.331 405.934 511.063 405.934 509.5C405.934 507.937 404.666 506.669 403.103 506.669C401.539 506.669 400.272 507.937 400.272 509.5C400.272 511.063 401.539 512.331 403.103 512.331Z" fill="#5661AE"/>
<path d="M630.574 652.758L538.265 653.279V741.966L675.653 733.959L630.574 652.758Z" fill="tranparent"/>
<path d="M621.836 661.399L637.1 692.756" stroke="#1C85E8" stroke-width="3.81627" stroke-miterlimit="10" stroke-linecap="round"/>
<path opacity="0.4" d="M606.959 661.402L612.679 673.152" stroke="#1C85E8" stroke-width="3.81627" stroke-miterlimit="10" stroke-linecap="round"/>
<path opacity="0.4" d="M544.491 661.402L590.146 660.341L593.501 671.509L545.404 673.152L544.491 661.402Z" fill="#1C85E8"/>
<path opacity="0.4" d="M545.772 679.572L572.576 678.849L575.931 690.016L546.685 691.322L545.772 679.572Z" fill="#1C85E8"/>
<path opacity="0.4" d="M545.772 699.355L591.426 698.295L594.782 709.462L546.685 711.105L545.772 699.355Z" fill="#1C85E8"/>
<path opacity="0.4" d="M547.053 717.526L573.857 716.803L577.212 727.97L547.966 729.276L547.053 717.526Z" fill="#1C85E8"/>
<path d="M468.487 802.558L570.277 738.819L642.445 759.344L555.466 835.794L468.487 802.558Z" fill="#1C85E8"/>
<path d="M1030.54 472.758C1030.54 472.758 1064.64 461.326 1071.05 446.215C1071.05 446.215 1086.62 448.454 1092.73 454.307C1098.81 460.161 1113.65 461.902 1100.79 468.41C1087.93 474.918 1037.78 480.431 1034.73 479.58C1031.68 478.729 1030.54 472.758 1030.54 472.758Z" fill="tranparent"/>
<path d="M1016.41 451.95V459.598C1016.41 459.598 1019.46 470.584 1030.54 472.758C1030.54 472.758 1032.27 478.821 1026.17 479.541C1020.08 480.261 1002.36 471.304 999.753 470.427C997.134 469.563 995.982 465.949 1001.06 463.055C1001.06 463.055 1002.88 453.142 1016.41 451.95Z" fill="tranparent"/>
<path d="M1047.47 559.157C1047.42 559.159 1047.37 559.155 1047.33 559.144C1047.16 559.105 1047.01 559.001 1046.92 558.856C1046.83 558.709 1046.79 558.53 1046.83 558.358C1048.69 550.239 1043.49 540.209 1038.47 530.506C1034.74 523.304 1030.88 515.853 1029.9 509.135C1027.59 493.539 1033.9 476.018 1033.97 475.848C1034.03 475.686 1034.15 475.554 1034.31 475.481C1034.47 475.407 1034.64 475.398 1034.81 475.455C1034.89 475.484 1034.96 475.529 1035.03 475.587C1035.09 475.645 1035.14 475.714 1035.18 475.792C1035.22 475.87 1035.24 475.955 1035.24 476.041C1035.24 476.127 1035.23 476.213 1035.2 476.294C1035.14 476.464 1028.93 493.683 1031.18 508.952C1032.15 515.447 1035.95 522.793 1039.64 529.903C1044.76 539.816 1050.08 550.069 1048.11 558.659C1048.08 558.803 1048 558.93 1047.88 559.021C1047.76 559.111 1047.62 559.159 1047.47 559.157Z" fill="tranparent"/>
<path d="M1023.26 551.719C1023.11 551.722 1022.97 551.673 1022.85 551.583C1022.74 551.492 1022.66 551.364 1022.63 551.221C1018.53 534.028 1022.92 504.552 1024.36 495.922C1025.56 489.4 1025.98 482.758 1025.62 476.136C1025.6 475.965 1025.66 475.794 1025.77 475.662C1025.88 475.53 1026.03 475.446 1026.21 475.429C1026.38 475.412 1026.55 475.463 1026.68 475.57C1026.82 475.678 1026.9 475.834 1026.92 476.005C1027.3 482.741 1026.87 489.496 1025.65 496.132C1024.21 504.709 1019.85 533.963 1023.9 550.92C1023.92 551.017 1023.93 551.118 1023.9 551.215C1023.88 551.313 1023.84 551.404 1023.78 551.483C1023.72 551.557 1023.64 551.617 1023.55 551.657C1023.45 551.698 1023.36 551.719 1023.26 551.719V551.719Z" fill="tranparent"/>
<g opacity="0.6">
<path opacity="0.6" d="M1046.78 563.855C1049.06 563.855 1050.91 562.01 1050.91 559.733C1050.91 557.457 1049.06 555.611 1046.78 555.611C1044.49 555.611 1042.64 557.457 1042.64 559.733C1042.64 562.01 1044.49 563.855 1046.78 563.855Z" fill="tranparent"/>
</g>
<g opacity="0.6">
<path opacity="0.6" d="M1024 555.199C1026.29 555.199 1028.14 553.354 1028.14 551.077C1028.14 548.801 1026.29 546.956 1024 546.956C1021.72 546.956 1019.87 548.801 1019.87 551.077C1019.87 553.354 1021.72 555.199 1024 555.199Z" fill="tranparent"/>
</g>
<path d="M775.69 197.54H781.69" stroke="#5CA4E6" stroke-miterlimit="10"/>
<path d="M885.517 166.147H539.871C529.772 166.147 521.584 174.335 521.584 184.434V407.178C521.584 417.278 529.772 425.465 539.871 425.465H885.517C895.616 425.465 903.804 417.278 903.804 407.178V184.434C903.804 174.335 895.616 166.147 885.517 166.147Z" fill="url(#paint1_linear)"/>
<path d="M873.424 359.794H681.408C678.23 359.794 675.654 362.37 675.654 365.548V391.515C675.654 394.693 678.23 397.269 681.408 397.269H873.424C876.602 397.269 879.178 394.693 879.178 391.515V365.548C879.178 362.37 876.602 359.794 873.424 359.794Z" fill="tranparent"/>
<path d="M813.952 375.961V374.468H817.334V387.471H815.679V375.961H813.952ZM820.109 377.741C820.193 376.638 820.618 375.775 821.386 375.151C822.153 374.528 823.148 374.216 824.371 374.216C825.187 374.216 825.888 374.366 826.475 374.666C827.075 374.954 827.525 375.349 827.824 375.853C828.136 376.356 828.292 376.926 828.292 377.561C828.292 378.305 828.076 378.946 827.644 379.486C827.225 380.025 826.673 380.373 825.99 380.529V380.619C826.769 380.811 827.387 381.188 827.842 381.752C828.298 382.315 828.526 383.053 828.526 383.964C828.526 384.647 828.37 385.265 828.058 385.816C827.746 386.356 827.279 386.782 826.655 387.093C826.032 387.405 825.282 387.561 824.407 387.561C823.136 387.561 822.093 387.231 821.278 386.572C820.463 385.9 820.007 384.953 819.911 383.73H821.494C821.578 384.45 821.871 385.037 822.375 385.493C822.878 385.948 823.55 386.176 824.389 386.176C825.228 386.176 825.864 385.96 826.296 385.529C826.739 385.085 826.961 384.515 826.961 383.82C826.961 382.921 826.661 382.273 826.062 381.878C825.462 381.482 824.557 381.284 823.346 381.284H822.932V379.917H823.364C824.467 379.905 825.3 379.726 825.864 379.378C826.427 379.018 826.709 378.467 826.709 377.723C826.709 377.088 826.499 376.578 826.08 376.195C825.672 375.811 825.085 375.619 824.317 375.619C823.574 375.619 822.974 375.811 822.519 376.195C822.063 376.578 821.793 377.094 821.709 377.741H820.109ZM830.538 386.158C832.06 384.935 833.253 383.934 834.117 383.155C834.98 382.363 835.705 381.542 836.293 380.691C836.892 379.827 837.192 378.982 837.192 378.155C837.192 377.376 837 376.764 836.616 376.32C836.245 375.865 835.639 375.637 834.8 375.637C833.985 375.637 833.349 375.895 832.894 376.41C832.45 376.914 832.21 377.591 832.174 378.443H830.592C830.639 377.1 831.047 376.063 831.814 375.331C832.582 374.6 833.571 374.234 834.782 374.234C836.017 374.234 836.994 374.576 837.713 375.259C838.445 375.943 838.811 376.884 838.811 378.083C838.811 379.078 838.511 380.049 837.911 380.996C837.324 381.932 836.652 382.759 835.897 383.478C835.142 384.186 834.176 385.013 833.001 385.96H839.188V387.327H830.538V386.158Z" fill="#1C85E8"/>
<path d="M648.75 193.612H548.123C544.35 193.612 541.291 196.671 541.291 200.445V390.437C541.291 394.21 544.35 397.269 548.123 397.269H648.75C652.523 397.269 655.582 394.21 655.582 390.437V200.445C655.582 196.671 652.523 193.612 648.75 193.612Z" fill="#1C85E8"/>
<path opacity="0.4" d="M598.437 328.864C614.354 328.864 627.258 315.96 627.258 300.043C627.258 284.125 614.354 271.221 598.437 271.221C582.519 271.221 569.615 284.125 569.615 300.043C569.615 315.96 582.519 328.864 598.437 328.864Z" fill="tranparent"/>
<path d="M589.521 292.108V310.4C589.521 310.907 589.653 311.406 589.904 311.847C590.155 312.287 590.516 312.655 590.952 312.913C591.388 313.172 591.884 313.313 592.391 313.322C592.899 313.33 593.399 313.207 593.844 312.964L610.566 303.817C611.026 303.566 611.41 303.195 611.677 302.744C611.944 302.293 612.085 301.778 612.085 301.254C612.085 300.73 611.944 300.215 611.677 299.764C611.41 299.313 611.026 298.942 610.566 298.691L593.844 289.544C593.399 289.301 592.899 289.178 592.391 289.186C591.884 289.195 591.388 289.336 590.952 289.594C590.516 289.853 590.155 290.221 589.904 290.661C589.653 291.102 589.521 291.6 589.521 292.108Z" fill="tranparent"/>
<path d="M680.816 218.073H752.702" stroke="white" stroke-width="16.3488" stroke-miterlimit="10" stroke-linecap="round"/>
<path opacity="0.4" d="M680.816 251.622H829.375" stroke="white" stroke-width="16.3488" stroke-miterlimit="10" stroke-linecap="round"/>
<path d="M681.702 296.089H753.589" stroke="white" stroke-width="16.3488" stroke-miterlimit="10" stroke-linecap="round"/>
<path opacity="0.4" d="M681.702 329.637H830.261" stroke="white" stroke-width="16.3488" stroke-miterlimit="10" stroke-linecap="round"/>
<path d="M707.76 372.123C706.635 371.084 705.159 370.506 703.628 370.506C702.096 370.506 700.621 371.084 699.496 372.123L697.939 373.56L696.382 372.123C695.257 371.084 693.782 370.506 692.25 370.506C690.719 370.506 689.243 371.084 688.119 372.123C687.525 372.661 687.05 373.317 686.725 374.049C686.4 374.781 686.232 375.574 686.232 376.375C686.232 377.176 686.4 377.968 686.725 378.7C687.05 379.433 687.525 380.089 688.119 380.626L697.939 389.728L707.76 380.746C708.38 380.212 708.877 379.55 709.218 378.806C709.559 378.062 709.736 377.253 709.736 376.435C709.736 375.616 709.559 374.807 709.218 374.063C708.877 373.319 708.38 372.657 707.76 372.123Z" fill="#F4608A"/>
<path d="M718.724 377.741C718.808 376.638 719.234 375.775 720.001 375.151C720.769 374.528 721.764 374.216 722.987 374.216C723.802 374.216 724.504 374.366 725.091 374.666C725.691 374.954 726.14 375.349 726.44 375.853C726.752 376.356 726.908 376.926 726.908 377.561C726.908 378.305 726.692 378.946 726.26 379.486C725.84 380.025 725.289 380.373 724.605 380.529V380.619C725.385 380.811 726.002 381.188 726.458 381.752C726.913 382.315 727.141 383.053 727.141 383.964C727.141 384.647 726.985 385.265 726.674 385.816C726.362 386.356 725.894 386.782 725.271 387.093C724.647 387.405 723.898 387.561 723.023 387.561C721.752 387.561 720.709 387.231 719.893 386.572C719.078 385.9 718.623 384.953 718.527 383.73H720.109C720.193 384.45 720.487 385.037 720.991 385.493C721.494 385.948 722.166 386.176 723.005 386.176C723.844 386.176 724.48 385.96 724.911 385.529C725.355 385.085 725.577 384.515 725.577 383.82C725.577 382.921 725.277 382.273 724.677 381.878C724.078 381.482 723.173 381.284 721.962 381.284H721.548V379.917H721.98C723.083 379.905 723.916 379.726 724.48 379.378C725.043 379.018 725.325 378.467 725.325 377.723C725.325 377.088 725.115 376.578 724.695 376.195C724.288 375.811 723.7 375.619 722.933 375.619C722.19 375.619 721.59 375.811 721.134 376.195C720.679 376.578 720.409 377.094 720.325 377.741H718.724ZM731.311 385.205L729.297 390.043H728.2L729.513 385.205H731.311ZM741.207 375.889H734.895V379.989C735.17 379.606 735.578 379.294 736.118 379.054C736.657 378.802 737.239 378.676 737.862 378.676C738.857 378.676 739.667 378.886 740.29 379.306C740.914 379.714 741.357 380.247 741.621 380.907C741.897 381.554 742.035 382.243 742.035 382.975C742.035 383.838 741.873 384.611 741.549 385.295C741.225 385.978 740.728 386.518 740.056 386.913C739.397 387.309 738.576 387.507 737.592 387.507C736.333 387.507 735.314 387.183 734.535 386.536C733.756 385.888 733.282 385.025 733.114 383.946H734.715C734.871 384.629 735.2 385.163 735.704 385.547C736.208 385.93 736.843 386.122 737.61 386.122C738.558 386.122 739.271 385.84 739.751 385.277C740.23 384.701 740.47 383.946 740.47 383.011C740.47 382.076 740.23 381.356 739.751 380.853C739.271 380.337 738.564 380.079 737.628 380.079C736.993 380.079 736.435 380.235 735.956 380.547C735.488 380.847 735.146 381.26 734.931 381.788H733.384V374.45H741.207V375.889ZM744.012 386.158C745.534 384.935 746.727 383.934 747.591 383.155C748.454 382.363 749.179 381.542 749.767 380.691C750.366 379.827 750.666 378.982 750.666 378.155C750.666 377.376 750.474 376.764 750.09 376.32C749.719 375.865 749.113 375.637 748.274 375.637C747.459 375.637 746.823 375.895 746.368 376.41C745.924 376.914 745.684 377.591 745.648 378.443H744.066C744.114 377.1 744.521 376.063 745.289 375.331C746.056 374.6 747.045 374.234 748.256 374.234C749.491 374.234 750.468 374.576 751.188 375.259C751.919 375.943 752.285 376.884 752.285 378.083C752.285 379.078 751.985 380.049 751.385 380.996C750.798 381.932 750.126 382.759 749.371 383.478C748.616 384.186 747.651 385.013 746.476 385.96H752.662V387.327H744.012V386.158ZM762.557 375.745L757.558 387.471H755.903L760.975 375.907H754.033V374.504H762.557V375.745Z" fill="#1C85E8"/>
<path d="M806.616 378.551C806.616 373.034 800.079 368.562 792.016 368.562C783.953 368.562 777.416 373.034 777.416 378.551C777.416 384.068 783.953 388.54 792.016 388.54C792.593 388.54 793.158 388.51 793.717 388.463C793.803 388.455 793.889 388.468 793.969 388.499C794.05 388.53 794.122 388.578 794.181 388.641C795.217 389.726 797.491 391.405 801.799 391.671C801.907 391.678 802.014 391.656 802.11 391.606C802.206 391.555 802.285 391.48 802.341 391.387C802.396 391.294 802.425 391.188 802.424 391.08C802.422 390.972 802.391 390.866 802.334 390.775C801.581 389.651 800.994 388.425 800.589 387.135C800.556 387.006 800.568 386.87 800.623 386.75C800.678 386.629 800.773 386.531 800.892 386.472C804.368 384.647 806.616 381.781 806.616 378.551Z" fill="#1C85E8"/>
<path d="M490.191 166H363.406C353.74 166 345.905 173.835 345.905 183.501V358.353C345.905 368.018 353.74 375.854 363.406 375.854H490.191C499.856 375.854 507.692 368.018 507.692 358.353V183.501C507.692 173.835 499.856 166 490.191 166Z" fill="#1C85E8"/>
<path d="M418.564 295.195L411.922 310.772H409.724L416.461 295.41H407.239V293.546H418.564V295.195ZM424.128 301.789C423.236 301.439 422.551 300.929 422.073 300.26C421.595 299.591 421.357 298.779 421.357 297.823C421.357 296.963 421.572 296.19 422.002 295.506C422.432 294.805 423.069 294.255 423.913 293.857C424.773 293.443 425.808 293.236 427.019 293.236C428.229 293.236 429.257 293.443 430.101 293.857C430.961 294.255 431.606 294.805 432.036 295.506C432.482 296.19 432.705 296.963 432.705 297.823C432.705 298.747 432.458 299.559 431.964 300.26C431.471 300.945 430.794 301.455 429.934 301.789C430.921 302.092 431.702 302.625 432.275 303.39C432.864 304.138 433.159 305.046 433.159 306.113C433.159 307.149 432.904 308.057 432.394 308.837C431.885 309.602 431.16 310.199 430.22 310.629C429.297 311.043 428.229 311.25 427.019 311.25C425.808 311.25 424.741 311.043 423.817 310.629C422.91 310.199 422.201 309.602 421.691 308.837C421.181 308.057 420.927 307.149 420.927 306.113C420.927 305.046 421.213 304.13 421.787 303.366C422.36 302.601 423.14 302.076 424.128 301.789ZM430.603 298.086C430.603 297.114 430.284 296.366 429.647 295.84C429.01 295.314 428.134 295.052 427.019 295.052C425.92 295.052 425.052 295.314 424.415 295.84C423.778 296.366 423.459 297.122 423.459 298.11C423.459 299.002 423.786 299.718 424.439 300.26C425.108 300.801 425.968 301.072 427.019 301.072C428.086 301.072 428.946 300.801 429.599 300.26C430.268 299.702 430.603 298.978 430.603 298.086ZM427.019 302.745C425.84 302.745 424.877 303.023 424.128 303.581C423.379 304.122 423.005 304.943 423.005 306.042C423.005 307.061 423.363 307.881 424.08 308.503C424.813 309.124 425.792 309.434 427.019 309.434C428.245 309.434 429.217 309.124 429.934 308.503C430.65 307.881 431.009 307.061 431.009 306.042C431.009 304.975 430.642 304.162 429.91 303.605C429.177 303.031 428.213 302.745 427.019 302.745ZM435.569 297.393C435.569 296.31 435.895 295.45 436.548 294.813C437.201 294.16 438.037 293.833 439.057 293.833C440.076 293.833 440.912 294.16 441.565 294.813C442.218 295.45 442.545 296.31 442.545 297.393C442.545 298.492 442.218 299.368 441.565 300.021C440.912 300.658 440.076 300.977 439.057 300.977C438.037 300.977 437.201 300.658 436.548 300.021C435.895 299.368 435.569 298.492 435.569 297.393ZM449.521 294.096L439.845 310.772H437.695L447.371 294.096H449.521ZM439.057 295.171C438.515 295.171 438.085 295.362 437.767 295.744C437.464 296.111 437.313 296.66 437.313 297.393C437.313 298.126 437.464 298.683 437.767 299.065C438.085 299.448 438.515 299.639 439.057 299.639C439.598 299.639 440.028 299.448 440.347 299.065C440.666 298.667 440.825 298.11 440.825 297.393C440.825 296.66 440.666 296.111 440.347 295.744C440.028 295.362 439.598 295.171 439.057 295.171ZM444.719 307.475C444.719 306.376 445.046 305.508 445.699 304.871C446.352 304.218 447.188 303.891 448.207 303.891C449.227 303.891 450.055 304.218 450.692 304.871C451.345 305.508 451.672 306.376 451.672 307.475C451.672 308.558 451.345 309.426 450.692 310.079C450.055 310.732 449.227 311.059 448.207 311.059C447.188 311.059 446.352 310.74 445.699 310.103C445.046 309.45 444.719 308.574 444.719 307.475ZM448.183 305.253C447.642 305.253 447.212 305.444 446.893 305.827C446.575 306.193 446.415 306.743 446.415 307.475C446.415 308.192 446.575 308.741 446.893 309.124C447.212 309.49 447.642 309.673 448.183 309.673C448.725 309.673 449.155 309.49 449.474 309.124C449.792 308.741 449.951 308.192 449.951 307.475C449.951 306.743 449.792 306.193 449.474 305.827C449.155 305.444 448.725 305.253 448.183 305.253Z" fill="tranparent"/>
<path d="M426.798 347.6C453.955 347.6 475.969 325.586 475.969 298.43C475.969 271.273 453.955 249.259 426.798 249.259C399.642 249.259 377.627 271.273 377.627 298.43C377.627 325.586 399.642 347.6 426.798 347.6Z" stroke="white" stroke-width="15" stroke-miterlimit="10" stroke-linecap="round"/>
<path d="M475.969 298.429C475.953 311.46 470.765 323.95 461.545 333.158C452.326 342.366 439.828 347.538 426.798 347.538C413.768 347.538 401.271 342.366 392.051 333.158C382.832 323.95 377.644 311.46 377.627 298.429" stroke="#96BAFD" stroke-width="15" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M426.798 249.259C433.256 249.259 439.65 250.53 445.615 253.001C451.581 255.473 457.002 259.094 461.567 263.66C466.133 268.226 469.755 273.647 472.226 279.613C474.697 285.578 475.969 291.972 475.969 298.43" stroke="#FEBB94" stroke-width="15" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M369.327 198.438H402.009" stroke="white" stroke-width="7.4328" stroke-miterlimit="10" stroke-linecap="round"/>
<path opacity="0.4" d="M369.327 213.69H436.868" stroke="white" stroke-width="7.4328" stroke-miterlimit="10" stroke-linecap="round"/>
<path d="M1083.91 858.817H361.342V876.975H1083.91V858.817Z" fill="#1C85E8"/>
<circle cx="367" cy="397" r="3" fill="#5661AE"/>
<defs>
<linearGradient id="paint0_linear" x1="635.5" y1="154.5" x2="709.953" y2="1218.47" gradientUnits="userSpaceOnUse">
<stop stop-color="white"/>
<stop offset="1" stop-color="#94B9FF"/>
</linearGradient>
<linearGradient id="paint1_linear" x1="668.445" y1="83.6383" x2="727.69" y2="720.31" gradientUnits="userSpaceOnUse">
<stop stop-color="white"/>
<stop offset="1" stop-color="#94B9FF"/>
</linearGradient>
</defs>
</svg>
<svg width="1440" height="1024" viewBox="0 0 1440 1024" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect width="1440" height="1024" fill="tranparent"/>
<g clip-path="url(#clip0)">
<path d="M425.223 79H1028.09C1037.21 79 1045.95 82.6212 1052.4 89.067C1058.84 95.5128 1062.46 104.255 1062.46 113.371V151.32H390.852V113.371C390.852 104.255 394.474 95.5128 400.919 89.067C407.365 82.6212 416.108 79 425.223 79V79Z" fill="#1C85E8"/>
<path d="M390.852 151.32H1062.46V760.098C1062.46 768.349 1060.84 776.52 1057.68 784.143C1054.52 791.767 1049.9 798.693 1044.06 804.528C1038.23 810.363 1031.3 814.991 1023.68 818.149C1016.05 821.306 1007.88 822.932 999.63 822.932H453.686C445.435 822.932 437.264 821.306 429.641 818.149C422.017 814.991 415.09 810.363 409.256 804.528C403.421 798.693 398.793 791.767 395.635 784.143C392.478 776.52 390.852 768.349 390.852 760.098V151.32Z" fill="url(#paint0_linear)"/>
<path d="M829.666 583.162H645.453V672.625H829.666V583.162Z" fill="#FFCCB3"/>
<path d="M644.368 638.316C622.764 659.573 614.264 764.26 615.402 822.932H872.572C872.572 822.932 872.11 694.985 852.613 651.869C834.683 612.218 804.879 670.708 644.368 638.316Z" fill="#1F2D49"/>
<path d="M798.713 176.014C798.713 176.014 820.051 151.675 861.469 148.134C902.888 144.593 915.281 180.87 913.511 203.158C911.74 225.446 879.281 271.479 885.773 290.955C892.265 310.43 861.738 300.988 858.411 262.036C855.084 223.085 842.69 168.79 809.051 188.265L798.713 176.014Z" fill="#080B09"/>
<path d="M805.19 164.621C805.19 164.621 810.293 161.664 813.988 168.562C817.684 175.46 824.586 189.467 815.838 193.18C807.09 196.894 805.19 164.621 805.19 164.621Z" fill="#1C85E8"/>
<path d="M686.876 388.941C686.876 388.941 719.963 426.078 708.959 437.99C687.165 462.472 629.198 508.485 610.205 523.716C609.385 524.344 608.449 524.803 607.45 525.067C606.452 525.332 605.411 525.396 604.388 525.256C603.365 525.116 602.379 524.775 601.489 524.252C600.598 523.729 599.819 523.036 599.198 522.211L554.285 463.162C552.529 460.889 551.71 458.029 551.996 455.17C552.283 452.312 553.653 449.672 555.825 447.792L642.822 372.773L686.876 388.941Z" fill="#1C85E8"/>
<path d="M634.641 436.154C634.641 436.154 593.407 460.662 589.691 509.904L597.903 520.454C597.903 520.454 603.059 529.44 610.205 523.716C617.351 517.992 650.405 491.515 650.405 491.515L634.641 436.154Z" fill="#0E66AF"/>
<path d="M673.195 454.822C698.915 454.822 719.766 433.972 719.766 408.251C719.766 382.531 698.915 361.68 673.195 361.68C647.475 361.68 626.624 382.531 626.624 408.251C626.624 433.972 647.475 454.822 673.195 454.822Z" fill="#1C85E8"/>
<path d="M551.925 554.235L511.226 500.347L549.754 470.436L555.793 465.574L598.01 520.783L590.659 526.07L551.925 554.235Z" fill="#FFCCB3"/>
<path d="M590.658 526.07C579.756 511.474 559.255 482.947 549.754 470.436L555.793 465.574L597.903 520.454L590.658 526.07Z" fill="#FF967C"/>
<path d="M530.957 561.71C549.628 561.71 564.764 546.574 564.764 527.903C564.764 509.231 549.628 494.095 530.957 494.095C512.285 494.095 497.149 509.231 497.149 527.903C497.149 546.574 512.285 561.71 530.957 561.71Z" fill="#FFCCB3"/>
<path d="M559.582 509.716C559.582 509.716 450.526 349.56 445.485 335.959C440.579 322.676 414.82 354.639 414.82 354.639L499.223 538.789L559.582 509.716Z" fill="#FFCCB3"/>
<path d="M709.72 286.372L696.61 377.776C696.61 377.776 693.168 389.908 708.442 391.744C723.716 393.581 756.284 389.477 767.915 377.082C779.547 364.687 775.478 358.546 775.478 358.546L750.809 259.336L709.72 286.372Z" fill="#FFCCB3"/>
<path d="M707.896 298.2L739.965 286.873L700.235 345.757L707.896 298.2Z" fill="#FF967C"/>
<path d="M673.437 173.47C673.437 173.47 645.924 238.115 660.263 282.421C669.614 311.316 689.978 316.511 736.616 294.857C779.379 275.003 790.486 259.984 790.486 259.984L796.792 187.921C796.792 187.921 701.378 115.851 673.437 173.47Z" fill="#FFCCB3"/>
<path d="M696.378 351.496C696.378 351.496 661.134 361.288 653.982 367.01C646.829 372.732 641.627 419.241 631.056 442.214C615.406 476.224 605.274 494.317 631.566 531.692C647.423 554.235 642.031 611.544 642.031 611.544H835.097C829.247 498.857 855.132 366.018 855.132 366.018L767.998 345.94C748.352 349.327 696.378 351.496 696.378 351.496Z" fill="#1C85E8"/>
<path d="M690.215 353.314C690.215 353.314 692.821 335.6 701.15 334.353C709.479 333.106 760.376 325.45 768.293 328.784C776.209 332.117 785.793 353.314 785.793 353.314C785.793 353.314 769.543 392.949 746.21 395.032C722.877 397.116 682.717 389.923 686.964 375.186C691.211 360.45 690.215 353.314 690.215 353.314Z" fill="#1C85E8"/>
<path d="M674.364 358.699C674.364 358.699 679.994 392.884 710.571 392.345C741.148 391.805 785.581 345.94 785.581 345.94" stroke="white" stroke-width="1.35709" stroke-miterlimit="10"/>
<path d="M812.9 408.251C812.9 408.251 782.516 428.339 791.467 448.609C801.531 471.4 801.444 530.097 772.561 533.776C721.026 540.339 743.417 549.351 767.245 555.11C791.074 560.868 781.318 560.874 781.318 585.56C781.318 603.129 836.531 618.362 835.097 604.166C825.496 509.187 865.403 449.046 812.9 408.251Z" fill="#0E66AF"/>
<path d="M670.985 268.58L696.578 269.846C696.487 270.161 696.348 270.592 696.147 271.099C695.712 272.199 694.99 273.648 693.845 275.051C691.574 277.833 687.608 280.477 680.757 279.784C676.43 278.955 673.97 276.046 672.577 273.292C671.88 271.913 671.457 270.582 671.209 269.596C671.107 269.191 671.034 268.846 670.985 268.58Z" fill="#E56441" stroke="#E56441"/>
<path d="M672.674 226.084C673.743 222.119 672.429 218.317 669.739 217.591C667.049 216.865 664.001 219.491 662.931 223.456C661.862 227.421 663.176 231.223 665.866 231.949C668.556 232.674 671.604 230.049 672.674 226.084Z" fill="#080B09"/>
<path d="M712.267 237.374C713.336 233.409 712.023 229.607 709.332 228.881C706.642 228.156 703.594 230.781 702.524 234.746C701.455 238.711 702.769 242.513 705.459 243.239C708.15 243.965 711.197 241.339 712.267 237.374Z" fill="#080B09"/>
<path d="M662.662 205.604L682.789 211.39C683.139 211.46 683.503 211.4 683.813 211.222C684.123 211.044 684.357 210.76 684.474 210.422C684.566 209.787 684.528 209.14 684.364 208.52C684.199 207.899 683.91 207.319 683.514 206.814C683.119 206.308 682.625 205.888 682.063 205.579C681.501 205.27 680.882 205.077 680.243 205.014L662.956 203.195C661.63 202.837 661.004 205.157 662.662 205.604Z" fill="#080B09"/>
<path d="M731.473 222.809L704.178 217.224C704.425 216.412 704.839 215.66 705.394 215.018C705.949 214.375 706.632 213.856 707.4 213.494C708.167 213.132 709.002 212.934 709.851 212.914C710.7 212.894 711.543 213.052 712.327 213.378L732.251 221.242C732.913 221.42 732.466 223.078 731.473 222.809Z" fill="#080B09"/>
<path d="M684.846 227.218L671.9 244.652L676.775 251.545" stroke="#E56441" stroke-width="2.23881" stroke-linecap="round"/>
<path d="M708.922 417.424C711.429 417.424 713.461 411.81 713.461 404.884C713.461 397.959 711.429 392.344 708.922 392.344C706.415 392.344 704.383 397.959 704.383 404.884C704.383 411.81 706.415 417.424 708.922 417.424Z" fill="tranparent"/>
<path d="M918.131 589.957L850.827 595.472L839.337 546.695L825.496 509.187L896.327 500.71L905.182 542.688L918.131 589.957Z" fill="#FFCCB3"/>
<path d="M898.718 512.046L901.201 523.817L831.449 525.318L826.86 512.884L898.718 512.046Z" fill="#FF967C"/>
<path d="M843.552 457.697C869.272 457.697 890.122 436.847 890.122 411.126C890.122 385.406 869.272 364.555 843.552 364.555C817.831 364.555 796.981 385.406 796.981 411.126C796.981 436.847 817.831 457.697 843.552 457.697Z" fill="#1C85E8"/>
<path d="M834.57 389.232C834.57 389.232 883.651 381.175 887.819 396.848C896.823 428.364 907.892 478.959 910.584 503.156C910.675 504.184 910.561 505.221 910.25 506.206C909.939 507.19 909.435 508.104 908.769 508.893C908.103 509.682 907.287 510.332 906.369 510.804C905.451 511.276 904.448 511.562 903.418 511.645L829.499 517.955C826.638 518.22 823.785 517.381 821.524 515.608C819.263 513.835 817.767 511.264 817.343 508.423L797.324 417.778L834.57 389.232Z" fill="#1C85E8"/>
<path d="M690.59 167.325C690.59 167.325 692.331 198.725 718.931 213.941C718.931 213.941 726.71 238.024 755.741 243.688C755.741 243.688 754.026 221.553 767.863 221.787C791.359 222.185 779.802 257.826 763.917 263.673C753.121 267.647 746.619 281.751 762.644 313.894C799.441 300.77 825.319 247.766 815.173 188.961C807.049 141.869 748.668 126.491 736.673 128.025C736.673 128.025 686.859 110.816 660.63 158.013C638.208 198.359 659.148 222.438 659.148 222.438L671.098 186.53C671.098 186.53 676.089 190.035 690.59 167.325Z" fill="#080B09"/>
<path d="M918.38 706.315H740.114C736.666 706.315 733.337 705.056 730.751 702.775C728.166 700.493 726.502 697.346 726.074 693.924L709.62 562.605C709.37 560.614 709.547 558.592 710.139 556.675C710.73 554.757 711.723 552.987 713.051 551.482C714.379 549.978 716.011 548.773 717.841 547.948C719.67 547.122 721.654 546.695 723.66 546.695H934.834C936.84 546.695 938.824 547.122 940.653 547.948C942.483 548.773 944.115 549.978 945.443 551.482C946.771 552.987 947.764 554.757 948.355 556.675C948.947 558.592 949.124 560.614 948.874 562.605L932.42 693.924C931.991 697.346 930.328 700.493 927.743 702.775C925.157 705.056 921.828 706.315 918.38 706.315Z" fill="url(#paint1_linear)"/>
<path d="M829.666 636.569C836.577 636.569 842.179 630.967 842.179 624.057C842.179 617.146 836.577 611.544 829.666 611.544C822.756 611.544 817.154 617.146 817.154 624.057C817.154 630.967 822.756 636.569 829.666 636.569Z" fill="tranparent"/>
<path d="M419.455 365.16L408.713 344.551C408.713 344.551 370.729 322.823 366.327 314.968C361.924 307.111 360.194 284.681 367.987 278.938C367.987 278.938 337.682 256.176 342.841 251.564C347.983 246.618 407.524 290.849 407.524 290.849C407.524 290.849 400.275 258.263 411.291 256.736C414.275 269.366 419.387 281.396 426.408 292.31C438.006 310.242 439.435 326.303 439.435 326.303L453.104 352.537L419.455 365.16Z" fill="#FFCCB3"/>
<path d="M370.03 279.514L388.383 291.08" stroke="#FF967C" stroke-width="2.87188" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M367.294 292.746L382.87 302.428" stroke="#FF967C" stroke-width="2.87188" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M370.321 307.051L380.71 313.617" stroke="#FF967C" stroke-width="2.87188" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M441.823 123.907C446.654 123.907 450.57 119.991 450.57 115.16C450.57 110.329 446.654 106.413 441.823 106.413C436.992 106.413 433.076 110.329 433.076 115.16C433.076 119.991 436.992 123.907 441.823 123.907Z" fill="tranparent"/>
<path d="M477.151 123.907C481.982 123.907 485.898 119.991 485.898 115.16C485.898 110.329 481.982 106.413 477.151 106.413C472.32 106.413 468.404 110.329 468.404 115.16C468.404 119.991 472.32 123.907 477.151 123.907Z" fill="tranparent"/>
<path d="M510.345 123.907C515.176 123.907 519.092 119.991 519.092 115.16C519.092 110.329 515.176 106.413 510.345 106.413C505.514 106.413 501.598 110.329 501.598 115.16C501.598 119.991 505.514 123.907 510.345 123.907Z" fill="tranparent"/>
<path opacity="0.7" d="M247.597 114.088C282.764 144.08 375.507 212.464 493.295 215.731C495.704 215.803 497.989 216.812 499.666 218.543C501.343 220.273 502.279 222.59 502.276 225V411.633C502.277 414.014 501.363 416.304 499.722 418.029C498.081 419.754 495.839 420.782 493.461 420.9C458.047 422.662 323.754 422.457 234.77 327.188C233.183 325.477 232.305 323.227 232.312 320.894V121.156C232.311 119.385 232.817 117.65 233.771 116.157C234.725 114.665 236.086 113.476 237.694 112.733C239.301 111.989 241.089 111.721 242.844 111.962C244.599 112.202 246.248 112.939 247.597 114.088Z" fill="#FEBB94"/>
<path d="M260.937 169.086C260.937 169.086 288.688 196.051 326.62 212.801" stroke="white" stroke-width="7.4328" stroke-miterlimit="10" stroke-linecap="round"/>
<path opacity="0.4" d="M260.937 201.777C260.937 201.777 299.559 237.802 349.8 251.178" stroke="white" stroke-width="7.4328" stroke-miterlimit="10" stroke-linecap="round"/>
<path d="M255.184 321.315V243.36L282.515 262.918V342.757L255.184 321.315Z" fill="tranparent"/>
<path d="M301.315 352.815V297.272L328.646 313.617V368.524L301.315 352.815Z" fill="tranparent"/>
<path d="M418.183 396.296V340.753L390.852 337.012V391.919L418.183 396.296Z" fill="tranparent"/>
<path d="M463.076 398.674V301.428H435.745V398.039L463.076 398.674Z" fill="tranparent"/>
<path d="M346.084 377.151V351.757L373.415 359.443V387.049L346.084 377.151Z" fill="tranparent"/>
<g opacity="0.7">
<path d="M316.048 500.814C351.215 526.636 443.958 594.022 561.746 583.32C562.891 583.186 564.053 583.299 565.151 583.653C566.249 584.007 567.258 584.593 568.11 585.371C568.962 586.149 569.637 587.101 570.088 588.163C570.539 589.225 570.757 590.371 570.727 591.524V778.158C570.667 780.628 569.758 783.002 568.152 784.88C566.547 786.759 564.343 788.026 561.912 788.47C526.497 794.432 379.206 791.488 303.22 715.436C302.434 714.647 301.812 713.711 301.39 712.68C300.968 711.65 300.755 710.546 300.763 709.433V509.695C300.763 501.785 310.029 496.394 316.048 500.814Z" fill="#96BAFD"/>
</g>
<path d="M882.081 700.957C882.081 700.957 891.503 701.739 890.084 706.494C888.664 711.248 880.253 709.054 872.572 713.808C864.892 718.563 834.526 721.956 819.359 719.428C804.191 716.9 799.978 700.957 799.978 700.957C799.978 700.957 797.442 685.831 824.234 684.278C851.025 682.725 863.494 691.322 868.154 700.641L882.081 700.957Z" fill="#FFCCB3"/>
<path d="M811.368 686.629L817.154 702.192" stroke="#E56441" stroke-width="2.23881" stroke-linecap="round"/>
<path d="M826.354 684.095L832.14 699.658" stroke="#E56441" stroke-width="2.23881" stroke-linecap="round"/>
<path d="M842.179 685.413L847.965 700.976" stroke="#E56441" stroke-width="2.23881" stroke-linecap="round"/>
<path opacity="0.7" d="M1167.2 515.997C1118.15 557.833 988.784 653.222 824.482 657.779C821.122 657.88 817.934 659.287 815.594 661.702C813.255 664.116 811.949 667.347 811.954 670.708V931.043C811.952 934.364 813.228 937.558 815.517 939.965C817.806 942.371 820.933 943.805 824.249 943.969C873.649 946.427 1060.97 946.141 1185.1 813.251C1187.31 810.864 1188.54 807.726 1188.53 804.471V525.857C1188.53 523.386 1187.82 520.967 1186.49 518.884C1185.16 516.802 1183.26 515.144 1181.02 514.107C1178.78 513.07 1176.28 512.697 1173.84 513.032C1171.39 513.367 1169.09 514.396 1167.2 515.997Z" fill="#1C85E8"/>
<path d="M1148.6 592.714C1148.6 592.714 1109.89 630.328 1056.98 653.693" stroke="white" stroke-width="10.368" stroke-miterlimit="10" stroke-linecap="round"/>
<path opacity="0.4" d="M1148.6 638.316C1148.6 638.316 1094.72 688.566 1024.64 707.225" stroke="white" stroke-width="10.368" stroke-miterlimit="10" stroke-linecap="round"/>
<path d="M1123.44 433.638H973.698C970.76 433.638 967.851 434.217 965.137 435.341C962.423 436.465 959.957 438.113 957.879 440.19C955.802 442.268 954.154 444.734 953.03 447.448C951.906 450.162 951.327 453.071 951.327 456.009V502.336C951.327 505.274 951.906 508.183 953.03 510.897C954.154 513.612 955.802 516.078 957.879 518.155C959.957 520.233 962.423 521.881 965.137 523.005C967.851 524.129 970.761 524.708 973.698 524.708H1026.86L1042.54 540.394C1044.01 541.863 1046 542.688 1048.08 542.688C1050.16 542.688 1052.15 541.863 1053.62 540.394L1069.3 524.708H1123.44C1129.37 524.708 1135.07 522.351 1139.26 518.155C1143.46 513.96 1145.81 508.269 1145.81 502.336V456.009C1145.81 450.076 1143.46 444.386 1139.26 440.19C1135.07 435.995 1129.37 433.638 1123.44 433.638Z" fill="tranparent"/>
<path d="M1014.85 464.478C1012.85 462.631 1010.23 461.606 1007.51 461.606C1004.79 461.606 1002.17 462.631 1000.17 464.478L997.406 467.031L994.64 464.478C992.642 462.631 990.021 461.606 987.3 461.606C984.579 461.606 981.958 462.631 979.959 464.478C978.904 465.433 978.061 466.599 977.483 467.9C976.906 469.201 976.608 470.608 976.608 472.031C976.608 473.454 976.906 474.862 977.483 476.163C978.061 477.464 978.904 478.629 979.959 479.584L997.406 495.755L1014.85 479.797C1015.95 478.848 1016.84 477.672 1017.44 476.351C1018.05 475.029 1018.36 473.592 1018.36 472.138C1018.36 470.684 1018.05 469.247 1017.44 467.925C1016.84 466.603 1015.95 465.427 1014.85 464.478Z" fill="#F4608A"/>
<path d="M1034.33 473.927C1034.48 471.968 1035.24 470.434 1036.6 469.326C1037.96 468.219 1039.73 467.665 1041.9 467.665C1043.35 467.665 1044.6 467.931 1045.64 468.464C1046.71 468.975 1047.51 469.678 1048.04 470.572C1048.59 471.467 1048.87 472.479 1048.87 473.608C1048.87 474.928 1048.49 476.068 1047.72 477.026C1046.97 477.985 1045.99 478.603 1044.78 478.88V479.039C1046.16 479.38 1047.26 480.051 1048.07 481.052C1048.88 482.053 1049.29 483.363 1049.29 484.982C1049.29 486.196 1049.01 487.293 1048.45 488.273C1047.9 489.232 1047.07 489.988 1045.96 490.542C1044.85 491.095 1043.52 491.372 1041.97 491.372C1039.71 491.372 1037.86 490.787 1036.41 489.615C1034.96 488.422 1034.15 486.74 1033.98 484.567H1036.79C1036.94 485.845 1037.46 486.889 1038.36 487.698C1039.25 488.507 1040.45 488.912 1041.94 488.912C1043.43 488.912 1044.56 488.529 1045.32 487.762C1046.11 486.974 1046.51 485.962 1046.51 484.727C1046.51 483.129 1045.97 481.979 1044.91 481.276C1043.84 480.573 1042.23 480.222 1040.08 480.222H1039.35V477.793H1040.12C1042.07 477.772 1043.56 477.452 1044.56 476.835C1045.56 476.196 1046.06 475.216 1046.06 473.895C1046.06 472.766 1045.69 471.861 1044.94 471.179C1044.22 470.498 1043.17 470.157 1041.81 470.157C1040.49 470.157 1039.42 470.498 1038.61 471.179C1037.8 471.861 1037.32 472.777 1037.18 473.927H1034.33ZM1056.69 487.187L1053.12 495.782H1051.17L1053.5 487.187H1056.69ZM1074.27 470.636H1063.06V477.921C1063.55 477.239 1064.27 476.686 1065.23 476.26C1066.19 475.812 1067.22 475.589 1068.33 475.589C1070.1 475.589 1071.54 475.961 1072.64 476.707C1073.75 477.431 1074.54 478.379 1075.01 479.551C1075.5 480.701 1075.74 481.926 1075.74 483.225C1075.74 484.759 1075.46 486.132 1074.88 487.347C1074.31 488.561 1073.42 489.519 1072.23 490.222C1071.06 490.925 1069.6 491.277 1067.85 491.277C1065.62 491.277 1063.81 490.701 1062.42 489.551C1061.04 488.401 1060.19 486.867 1059.9 484.95H1062.74C1063.02 486.164 1063.6 487.112 1064.5 487.794C1065.39 488.476 1066.52 488.816 1067.88 488.816C1069.57 488.816 1070.83 488.316 1071.69 487.315C1072.54 486.292 1072.96 484.95 1072.96 483.289C1072.96 481.627 1072.54 480.349 1071.69 479.455C1070.83 478.539 1069.58 478.081 1067.92 478.081C1066.79 478.081 1065.8 478.358 1064.94 478.912C1064.11 479.444 1063.51 480.179 1063.12 481.116H1060.38V468.08H1074.27V470.636ZM1079.26 488.88C1081.96 486.708 1084.08 484.929 1085.61 483.544C1087.15 482.139 1088.44 480.679 1089.48 479.167C1090.55 477.633 1091.08 476.132 1091.08 474.662C1091.08 473.278 1090.74 472.191 1090.06 471.403C1089.4 470.594 1088.32 470.189 1086.83 470.189C1085.38 470.189 1084.25 470.647 1083.44 471.563C1082.65 472.457 1082.23 473.661 1082.16 475.173H1079.35C1079.44 472.788 1080.16 470.945 1081.52 469.646C1082.89 468.346 1084.65 467.697 1086.8 467.697C1088.99 467.697 1090.73 468.304 1092 469.518C1093.3 470.732 1093.95 472.404 1093.95 474.534C1093.95 476.302 1093.42 478.028 1092.36 479.71C1091.31 481.372 1090.12 482.842 1088.78 484.12C1087.44 485.376 1085.72 486.846 1083.63 488.529H1094.62V490.957H1079.26V488.88ZM1112.2 470.381L1103.32 491.213H1100.38L1109.39 470.668H1097.06V468.176H1112.2V470.381Z" fill="#1C85E8"/>
<path opacity="0.7" d="M244.867 860.04H357.764C359.979 860.04 362.172 859.604 364.219 858.756C366.265 857.909 368.125 856.666 369.691 855.1C371.257 853.534 372.499 851.675 373.347 849.628C374.195 847.582 374.631 845.388 374.631 843.174V808.246C374.631 806.031 374.195 803.838 373.347 801.791C372.499 799.745 371.257 797.885 369.691 796.319C368.125 794.753 366.265 793.511 364.219 792.663C362.172 791.815 359.979 791.379 357.764 791.379H317.687L305.86 779.552C304.753 778.445 303.251 777.823 301.685 777.823C300.12 777.823 298.618 778.445 297.511 779.552L285.684 791.379H244.867C240.393 791.379 236.103 793.156 232.94 796.319C229.777 799.482 228 803.772 228 808.246V843.174C228 847.647 229.777 851.937 232.94 855.1C236.103 858.263 240.393 860.04 244.867 860.04Z" fill="#1C85E8"/>
<path d="M298.052 834.295C300.092 832.657 301.689 831.316 302.846 830.272C304.002 829.212 304.974 828.112 305.761 826.972C306.564 825.815 306.965 824.683 306.965 823.575C306.965 822.531 306.708 821.712 306.194 821.118C305.696 820.508 304.885 820.202 303.761 820.202C302.669 820.202 301.818 820.548 301.208 821.238C300.614 821.913 300.292 822.82 300.244 823.96H298.124C298.189 822.162 298.735 820.773 299.762 819.793C300.79 818.813 302.115 818.324 303.737 818.324C305.391 818.324 306.7 818.781 307.664 819.697C308.643 820.612 309.133 821.873 309.133 823.479C309.133 824.812 308.732 826.112 307.929 827.381C307.142 828.634 306.242 829.742 305.231 830.705C304.219 831.653 302.926 832.761 301.352 834.03H309.639V835.86H298.052V834.295ZM311.643 832.175V830.513L320.098 818.805H322.724V830.272H325.133V832.175H322.724V836.053H320.556V832.175H311.643ZM320.652 821.094L314.172 830.272H320.652V821.094ZM327.275 823.021C327.387 821.543 327.957 820.387 328.985 819.552C330.013 818.717 331.346 818.299 332.984 818.299C334.076 818.299 335.015 818.5 335.802 818.902C336.605 819.287 337.207 819.817 337.609 820.492C338.026 821.166 338.235 821.929 338.235 822.78C338.235 823.776 337.946 824.635 337.368 825.358C336.806 826.08 336.067 826.546 335.152 826.755V826.875C336.196 827.132 337.023 827.638 337.633 828.393C338.243 829.148 338.548 830.135 338.548 831.356C338.548 832.271 338.339 833.098 337.922 833.837C337.504 834.56 336.878 835.13 336.043 835.547C335.208 835.965 334.204 836.174 333.032 836.174C331.33 836.174 329.932 835.732 328.84 834.849C327.748 833.949 327.138 832.681 327.01 831.043H329.129C329.242 832.006 329.635 832.793 330.31 833.403C330.984 834.014 331.884 834.319 333.008 834.319C334.132 834.319 334.983 834.03 335.561 833.451C336.155 832.857 336.453 832.094 336.453 831.163C336.453 829.959 336.051 829.091 335.248 828.561C334.445 828.031 333.233 827.766 331.611 827.766H331.057V825.936H331.635C333.112 825.92 334.228 825.679 334.983 825.213C335.738 824.731 336.115 823.992 336.115 822.997C336.115 822.146 335.834 821.463 335.272 820.949C334.726 820.435 333.939 820.178 332.911 820.178C331.916 820.178 331.113 820.435 330.502 820.949C329.892 821.463 329.531 822.154 329.418 823.021H327.275ZM351.216 822.78C350.863 820.997 349.763 820.106 347.916 820.106C346.486 820.106 345.418 820.66 344.712 821.768C344.005 822.86 343.66 824.667 343.676 827.188C344.045 826.353 344.656 825.703 345.507 825.237C346.374 824.755 347.338 824.514 348.397 824.514C350.052 824.514 351.368 825.028 352.348 826.056C353.344 827.084 353.842 828.505 353.842 830.32C353.842 831.412 353.625 832.392 353.191 833.259C352.774 834.126 352.131 834.817 351.264 835.33C350.413 835.844 349.377 836.101 348.157 836.101C346.502 836.101 345.21 835.732 344.278 834.993C343.347 834.254 342.696 833.235 342.327 831.934C341.958 830.633 341.773 829.027 341.773 827.116C341.773 821.222 343.829 818.275 347.94 818.275C349.514 818.275 350.75 818.701 351.65 819.552C352.549 820.403 353.079 821.479 353.239 822.78H351.216ZM347.94 826.369C347.249 826.369 346.599 826.514 345.989 826.803C345.378 827.076 344.88 827.501 344.495 828.08C344.126 828.642 343.941 829.332 343.941 830.151C343.941 831.372 344.294 832.367 345.001 833.138C345.708 833.893 346.719 834.271 348.036 834.271C349.16 834.271 350.052 833.925 350.71 833.235C351.385 832.528 351.722 831.581 351.722 830.392C351.722 829.14 351.401 828.16 350.758 827.453C350.116 826.731 349.176 826.369 347.94 826.369Z" fill="tranparent"/>
<path d="M845.781 830.977C845.781 830.977 881.785 823.439 898.247 805.975C920.058 782.836 925.089 755.087 948.986 752.233C986.489 747.755 1008.23 880.161 1053.76 862.247C1099.29 844.333 1088.53 745.456 1115.62 728.697C1134.28 717.152 1143.98 751.487 1170.11 742.53" stroke="white" stroke-width="10.368" stroke-miterlimit="10" stroke-linecap="round"/>
<path opacity="0.7" d="M491.457 722.33C518.371 730.014 581.335 743.746 663.84 734.274C665.166 734.086 666.517 734.188 667.799 734.574C669.081 734.959 670.264 735.62 671.265 736.508C672.266 737.397 673.062 738.493 673.597 739.721C674.132 740.948 674.394 742.277 674.364 743.616V870.949C674.303 873.759 673.253 876.457 671.399 878.568C669.545 880.679 667.005 882.069 664.227 882.492C634.851 886.508 547.627 895.099 482.627 867.035C480.964 866.299 479.556 865.088 478.581 863.552C477.606 862.017 477.109 860.227 477.151 858.409V733.592C477.151 726.209 484.583 720.367 491.457 722.33Z" fill="url(#paint2_linear)"/>
<path d="M250.053 839.577H253.751C254.438 839.576 255.096 839.303 255.581 838.818C256.067 838.333 256.34 837.674 256.341 836.988V819.973C256.34 819.287 256.067 818.629 255.581 818.143C255.096 817.658 254.438 817.385 253.751 817.384H250.053C249.366 817.385 248.708 817.658 248.223 818.143C247.737 818.629 247.464 819.287 247.463 819.973V836.988C247.464 837.674 247.737 838.333 248.223 838.818C248.708 839.303 249.366 839.576 250.053 839.577Z" fill="tranparent"/>
<path d="M266.373 806.657C264.894 806.657 264.154 807.397 264.154 811.096C264.154 814.612 260.75 817.44 258.56 818.898V837.226C260.929 838.323 265.67 839.947 273.031 839.947H275.398C276.794 839.948 278.144 839.456 279.211 838.557C280.278 837.658 280.993 836.41 281.228 835.035L282.885 825.418C283.032 824.568 282.992 823.697 282.766 822.865C282.541 822.032 282.137 821.259 281.582 820.599C281.026 819.94 280.333 819.409 279.552 819.046C278.77 818.682 277.918 818.494 277.056 818.494H270.072C270.858 816.622 271.237 814.605 271.182 812.576C271.182 808.137 267.853 806.658 266.373 806.658V806.657Z" fill="tranparent"/>
<path d="M373.281 689.646C353.657 682.727 337.749 661.209 337.749 641.585C337.749 621.96 353.657 611.661 373.281 618.581L373.281 618.581V595.773L373.281 595.773C341.578 584.594 315.878 601.233 315.878 632.936C315.878 664.639 341.578 699.401 373.281 710.58C403.645 721.286 428.486 706.466 430.532 677.343L408.675 669.636C407.13 687.29 391.879 696.204 373.281 689.646Z" fill="tranparent"/>
<path d="M380.57 591.055V613.862C400.194 620.782 416.102 642.3 416.102 661.924C416.102 662.95 416.049 663.944 415.964 664.918L437.82 672.625C437.91 671.34 437.973 670.038 437.973 668.698C437.973 636.995 412.272 602.233 380.57 591.055Z" fill="#1C85E8"/>
<path d="M373.281 689.646V710.58" stroke="white" stroke-width="2.42819" stroke-miterlimit="10"/>
<path d="M337.749 641.585L315.878 633.873" stroke="white" stroke-width="2.42819" stroke-miterlimit="10"/>
<path d="M465.337 644.845L505.92 652.557" stroke="white" stroke-width="10.368" stroke-miterlimit="10" stroke-linecap="round"/>
<path opacity="0.4" d="M465.337 708.434L505.92 716.146" stroke="white" stroke-width="10.368" stroke-miterlimit="10" stroke-linecap="round"/>
<path d="M465.337 677.287L523.642 688.366" stroke="white" stroke-width="10.368" stroke-miterlimit="10" stroke-linecap="round"/>
<g opacity="0.7">
<path d="M1197.27 99.3284C1162.1 125.15 1097.77 190.264 957.366 211.898C946.617 213.554 942.592 221.202 942.592 229.653V407.673C942.652 410.143 943.561 412.517 945.167 414.395C946.772 416.273 948.976 417.541 951.407 417.984C986.822 423.946 1123.21 389.155 1204.77 319.11C1212.56 312.42 1212.56 301.197 1212.56 298.865V108.21C1212.56 100.3 1203.29 94.9091 1197.27 99.3284Z" fill="url(#paint3_linear)"/>
</g>
<path d="M961.156 243.621V353.73C961.155 354.689 961.37 355.635 961.784 356.499C962.198 357.363 962.802 358.123 963.549 358.723C964.297 359.322 965.17 359.746 966.103 359.963C967.037 360.179 968.007 360.183 968.943 359.974C988.999 355.482 1043.25 342.495 1077.51 326.332C1078.61 325.814 1079.53 324.995 1080.18 323.971C1080.82 322.947 1081.17 321.76 1081.16 320.549V213.321C1081.17 212.249 1080.9 211.194 1080.38 210.252C1079.87 209.311 1079.13 208.515 1078.22 207.936C1077.32 207.357 1076.29 207.014 1075.22 206.939C1074.15 206.864 1073.08 207.059 1072.1 207.507C1053.01 216.3 1007.13 235.508 967.225 237.236C965.586 237.314 964.04 238.022 962.91 239.211C961.779 240.4 961.151 241.98 961.156 243.621Z" fill="tranparent"/>
<path d="M966.115 336.006V347.587C966.115 348.464 966.317 349.329 966.706 350.115C967.095 350.901 967.659 351.587 968.356 352.119C969.053 352.651 969.864 353.015 970.724 353.182C971.585 353.35 972.473 353.317 973.318 353.086L1033.33 336.679C1034.28 336.421 1035.14 335.923 1035.84 335.233C1036.54 334.543 1037.04 333.686 1037.31 332.742C1037.58 331.799 1037.6 330.803 1037.37 329.85C1037.14 328.896 1036.67 328.018 1036.01 327.3L1003.83 292.683C1003.25 292.062 1002.55 291.577 1001.76 291.265C1000.97 290.952 1000.12 290.819 999.274 290.876C998.428 290.933 997.605 291.178 996.866 291.593C996.126 292.009 995.488 292.584 994.999 293.277L967.158 332.718C966.479 333.68 966.115 334.828 966.115 336.006Z" fill="#1C85E8"/>
<path opacity="0.6" d="M1027.3 308.843L1045.31 327.953C1045.89 328.568 1046.64 328.996 1047.46 329.181C1048.28 329.367 1049.14 329.302 1049.93 328.995C1055.25 326.917 1067.2 322.219 1073.25 319.617C1074.01 319.289 1074.65 318.747 1075.11 318.056C1075.56 317.365 1075.8 316.556 1075.8 315.729V297.823C1075.8 296.909 1075.5 296.02 1074.96 295.289L1049.64 261.371C1049.18 260.762 1048.57 260.286 1047.87 259.994C1047.17 259.702 1046.4 259.604 1045.65 259.71C1044.9 259.817 1044.19 260.123 1043.59 260.598C1043 261.073 1042.55 261.698 1042.28 262.409L1026.42 304.442C1026.14 305.185 1026.07 305.991 1026.23 306.769C1026.38 307.547 1026.76 308.265 1027.3 308.843Z" fill="#1C85E8"/>
<path d="M1011.49 279.004C1016.83 279.004 1021.16 274.676 1021.16 269.336C1021.16 263.996 1016.83 259.668 1011.49 259.668C1006.15 259.668 1001.82 263.996 1001.82 269.336C1001.82 274.676 1006.15 279.004 1011.49 279.004Z" fill="#FEBB94"/>
<path d="M1109.04 203.914C1133.85 191.332 1157.73 176.987 1180.49 160.991" stroke="white" stroke-width="10.368" stroke-miterlimit="10" stroke-linecap="round"/>
<path d="M1109.04 245.679C1109.04 245.679 1125.3 237.754 1147.61 224.218" stroke="white" stroke-width="10.368" stroke-miterlimit="10" stroke-linecap="round"/>
<path d="M1109.04 286.512C1133.85 273.929 1157.73 259.585 1180.49 243.589" stroke="white" stroke-width="10.368" stroke-miterlimit="10" stroke-linecap="round"/>
<path d="M1109.04 332.356C1133.85 319.773 1157.73 305.429 1180.49 289.433" stroke="white" stroke-width="10.368" stroke-miterlimit="10" stroke-linecap="round"/>
<path d="M974.945 391.729C979.822 391.729 983.776 387.776 983.776 382.899C983.776 378.022 979.822 374.068 974.945 374.068C970.068 374.068 966.115 378.022 966.115 382.899C966.115 387.776 970.068 391.729 974.945 391.729Z" fill="tranparent"/>
<path d="M1026.15 377.442C1031.02 377.442 1034.98 373.489 1034.98 368.612C1034.98 363.735 1031.02 359.782 1026.15 359.782C1021.27 359.782 1017.32 363.735 1017.32 368.612C1017.32 373.489 1021.27 377.442 1026.15 377.442Z" fill="tranparent"/>
<path d="M1072.33 361.668C1077.21 361.668 1081.16 357.714 1081.16 352.837C1081.16 347.96 1077.21 344.007 1072.33 344.007C1067.46 344.007 1063.5 347.96 1063.5 352.837C1063.5 357.714 1067.46 361.668 1072.33 361.668Z" fill="tranparent"/>
</g>
<defs>
<linearGradient id="paint0_linear" x1="645.676" y1="-685.866" x2="1005.7" y2="1546.48" gradientUnits="userSpaceOnUse">
<stop stop-color="white"/>
<stop offset="1" stop-color="#94B9FF"/>
</linearGradient>
<linearGradient id="paint1_linear" x1="823.285" y1="546.316" x2="847.901" y2="886.944" gradientUnits="userSpaceOnUse">
<stop stop-color="white"/>
<stop offset="1" stop-color="#94B9FF"/>
</linearGradient>
<linearGradient id="paint2_linear" x1="570.848" y1="721.554" x2="602.688" y2="1072.6" gradientUnits="userSpaceOnUse">
<stop stop-color="white"/>
<stop offset="1" stop-color="#94B9FF"/>
</linearGradient>
<linearGradient id="paint3_linear" x1="1045.02" y1="-302.274" x2="1247.39" y2="753.305" gradientUnits="userSpaceOnUse">
<stop stop-color="white"/>
<stop offset="1" stop-color="#94B9FF"/>
</linearGradient>
<clipPath id="clip0">
<rect width="984.556" height="865.511" fill="tranparent" transform="translate(228 79)"/>
</clipPath>
</defs>
</svg>
...@@ -80,1197 +80,13 @@ export const asyncRoutes: VabRouteRecord[] = [ ...@@ -80,1197 +80,13 @@ export const asyncRoutes: VabRouteRecord[] = [
noKeepAlive: true, noKeepAlive: true,
}, },
}, },
{
path: 'dashboard',
name: 'Dashboard',
component: () => import('/@/views/index/dashboard.vue'),
meta: {
title: '看板',
icon: 'dashboard-2-line',
guard: ['Admin'],
},
},
{
path: 'creativeCenter',
name: 'CreativeCenter',
component: () => import('/@/views/index/creativeCenter.vue'),
meta: {
title: '创作中心',
icon: 'ancient-gate-line',
guard: ['Admin'],
},
},
{
path: 'monitor',
name: 'Monitor',
component: () => import('/@/views/index/monitor.vue'),
meta: {
title: '实时监控',
icon: 'vidicon-2-line',
dot: 'success',
guard: ['Admin'],
},
},
{
path: 'tile',
name: 'Tile',
component: () => import('/@/views/index/tile.vue'),
meta: {
title: '磁贴',
icon: 'collage-line',
guard: ['Admin'],
},
},
{
path: 'separateLayout',
name: 'SeparateLayout',
component: () => import('/@/views/index/separateLayout.vue'),
meta: {
title: '独立布局',
icon: 'layout-masonry-line',
guard: ['Admin'],
},
},
{
path: 'dataScreen',
name: 'DataScreen',
component: () => import('/@/views/index/dataScreen.vue'),
meta: {
title: '数据大屏',
icon: 'database-2-line',
target: '_blank',
badge: 'Hot',
guard: ['Admin'],
},
},
// {
// path: 'workbench',
// name: 'Workbench',
// component: () => import('/@/views/index/workbench.vue'),
// meta: {
// title: '工作台',
// icon: 'artboard-line',
// target: '_blank',
// },
// },
{
path: 'application',
name: 'Application',
component: () => import('/@/views/index/application.vue'),
meta: {
title: '客户端',
icon: 'apps-2-line',
noKeepAlive: true,
dot: true,
guard: ['Admin'],
},
},
{
path: 'changeLog',
name: 'ChangeLog',
component: () => import('/@/views/index/changeLog.vue'),
meta: {
title: '更新日志',
icon: 'file-word-line',
noKeepAlive: true,
badge: '99+',
guard: ['Admin'],
},
},
],
},
{
path: '/vab',
name: 'Vab',
component: Layout,
meta: {
title: '组件',
icon: 'code-box-line',
guard: ['Admin'],
},
children: [
{
path: 'icon',
name: 'Icon',
meta: {
title: '图标',
icon: 'remixicon-line',
},
children: [
{
path: 'defaultIcon',
name: 'DefaultIcon',
component: () => import('/@/views/vab/icon/defaultIcon.vue'),
meta: {
title: '默认图标',
},
},
{
path: 'iconSelector',
name: 'IconSelector',
component: () => import('/@/views/vab/icon/iconSelector.vue'),
meta: {
title: '图标选择器',
},
},
{
path: 'customSvg',
name: 'CustomSvg',
component: () => import('/@/views/vab/icon/customSvg.vue'),
meta: {
title: '自定义图标',
icon: 'vite',
isCustomSvg: true,
},
},
],
},
{
path: 'table',
name: 'Table',
meta: {
title: '表格',
// 非editor角色的用户可见
guard: {
role: ['Editor'],
mode: 'except',
},
icon: 'table-2',
},
children: [
{
path: 'defaultTable',
name: 'DefaultTable',
component: () => import('/@/views/vab/table/defaultTable.vue'),
meta: {
title: '默认表格',
},
},
{
path: 'columnTable',
name: 'ColumnTable',
component: () => import('/@/views/vab/table/columnTable.vue'),
meta: {
title: '左树右表',
},
},
{
path: 'tabsTable',
name: 'TabsTable',
component: () => import('/@/views/vab/table/tabsTable.vue'),
meta: {
title: '分类表格',
dot: 'primary',
},
},
{
path: 'inlineEditTable',
name: 'InlineEditTable',
component: () => import('/@/views/vab/table/inlineEditTable.vue'),
meta: {
title: '行内编辑表格',
},
},
{
path: 'customTable',
name: 'CustomTable',
component: () => import('/@/views/vab/table/customTable.vue'),
meta: {
title: '自定义表格',
badge: 'Hot',
},
},
{
path: 'splitTable',
name: 'SplitTable',
component: () => import('/@/views/vab/table/splitTable.vue'),
meta: {
title: '分割表格',
},
},
{
path: 'bigDataTable',
name: 'BigDataTable',
component: () => import('/@/views/vab/table/bigDataTable.vue'),
meta: {
title: '大数据表格',
},
},
{
path: 'defaultTableDetail',
name: 'DefaultTableDetail',
component: () => import('/@/views/vab/table/defaultTableDetail.vue'),
meta: {
hidden: true,
title: '详情页',
activeMenu: '/vab/table/defaultTable',
dynamicNewTab: true, //详情页根据id传参不同可打开多个
},
},
],
},
{
path: 'list',
name: 'List',
component: () => import('/@/views/vab/list/index.vue'),
meta: {
title: '列表',
guard: ['Admin'],
icon: 'list-check-2',
},
},
{
path: 'editor',
name: 'Editor',
component: Layout,
meta: {
title: '编辑器',
icon: 'edit-box-line',
guard: ['Admin'],
},
children: [
{
path: 'wangEditor',
name: 'WangEditor',
component: () => import('/@/views/vab/editor/wangEditor.vue'),
meta: {
title: '富文本',
guard: ['Admin'],
},
},
{
path: 'mdEditor',
name: 'MdEditor',
component: () => import('/@/views/vab/editor/mdEditor.vue'),
meta: {
title: 'Markdown',
guard: ['Admin'],
},
},
],
},
{
path: 'form',
name: 'Form',
meta: {
title: '表单',
guard: ['Admin'],
icon: 'file-list-2-line',
},
children: [
{
path: 'comprehensiveForm',
name: 'ComprehensiveForm',
component: () => import('/@/views/vab/form/comprehensiveForm.vue'),
meta: {
title: '综合表单',
},
},
{
path: 'stepForm',
name: 'StepForm',
component: () => import('/@/views/vab/form/stepForm.vue'),
meta: {
title: '分步表单',
},
},
{
path: 'button',
name: 'Button',
component: () => import('/@/views/vab/form/button.vue'),
meta: {
title: '按钮',
},
},
{
path: 'link',
name: 'Link',
component: () => import('/@/views/vab/form/link.vue'),
meta: {
title: '文字链接',
},
},
{
path: 'radio',
name: 'Radio',
component: () => import('/@/views/vab/form/radio.vue'),
meta: {
title: '单选框',
},
},
{
path: 'checkbox',
name: 'Checkbox',
component: () => import('/@/views/vab/form/checkbox.vue'),
meta: {
title: '多选框',
},
},
{
path: 'input',
name: 'Input',
component: () => import('/@/views/vab/form/input.vue'),
meta: {
title: '输入框',
},
},
{
path: 'inputNumber',
name: 'InputNumber',
component: () => import('/@/views/vab/form/inputNumber.vue'),
meta: {
title: '计数器',
},
},
{
path: 'select',
name: 'Select',
component: () => import('/@/views/vab/form/select.vue'),
meta: {
title: '选择器',
dot: true,
},
},
{
path: 'city',
name: 'City',
component: () => import('/@/views/vab/form/city.vue'),
meta: {
title: '城市选择器',
badge: 'Hot',
},
},
{
path: 'switch',
name: 'Switch',
component: () => import('/@/views/vab/form/switch.vue'),
meta: {
title: '开关',
},
},
{
path: 'slider',
name: 'Slider',
component: () => import('/@/views/vab/form/slider.vue'),
meta: {
title: '滑块',
},
},
{
path: 'timePicker',
name: 'TimePicker',
component: () => import('/@/views/vab/form/timePicker.vue'),
meta: {
title: '时间选择器',
},
},
{
path: 'datePicker',
name: 'DatePicker',
component: () => import('/@/views/vab/form/datePicker.vue'),
meta: {
title: '日期选择器',
},
},
{
path: 'dateTimePicker',
name: 'DateTimePicker',
component: () => import('/@/views/vab/form/dateTimePicker.vue'),
meta: {
title: '日期时间选择器',
},
},
{
path: 'rate',
name: 'Rate',
component: () => import('/@/views/vab/form/rate.vue'),
meta: {
title: '评分',
},
},
{
path: 'transfer',
name: 'Transfer',
component: () => import('/@/views/vab/form/transfer.vue'),
meta: {
title: '穿梭框',
dot: true,
},
},
],
},
{
path: 'description',
name: 'Description',
component: () => import('/@/views/vab/description/index.vue'),
meta: {
title: '描述',
guard: ['Admin'],
icon: 'slideshow-line',
},
},
{
path: 'tree',
name: 'Tree',
component: () => import('/@/views/vab/tree/index.vue'),
meta: {
title: '树',
guard: ['Admin'],
icon: 'node-tree',
},
},
{
path: 'upload',
name: 'Upload',
component: () => import('/@/views/vab/upload/index.vue'),
meta: {
title: '上传',
icon: 'upload-cloud-2-line',
guard: ['Admin'],
dot: true,
},
},
{
path: 'notice',
name: 'Notice',
component: () => import('/@/views/vab/notice/index.vue'),
meta: {
title: '通知',
guard: ['Admin'],
icon: 'message-2-line',
},
},
{
path: 'progress',
name: 'Progress',
component: () => import('/@/views/vab/progress/index.vue'),
meta: {
title: '进度条',
guard: ['Admin'],
icon: 'footprint-line',
},
},
{
path: 'timeline',
name: 'Timeline',
component: () => import('/@/views/vab/timeline/index.vue'),
meta: {
title: '时间线',
guard: ['Admin'],
icon: 'time-line',
},
},
{
path: 'statistic',
name: 'Statistic',
component: () => import('/@/views/vab/statistic/index.vue'),
meta: {
title: '统计',
guard: ['Admin'],
icon: 'bar-chart-2-line',
},
},
{
path: 'segmented',
name: 'Segmented',
component: () => import('/@/views/vab/segmented/index.vue'),
meta: {
title: '分段控制器',
guard: ['Admin'],
icon: 'carousel-view',
dot: true,
},
},
{
path: 'image',
name: 'Image',
component: () => import('/@/views/vab/image/index.vue'),
meta: {
title: '图片',
guard: ['Admin'],
icon: 'image-2-line',
},
},
{
path: 'infiniteScroll',
name: 'InfiniteScroll',
component: () => import('/@/views/vab/infiniteScroll/index.vue'),
meta: {
title: '无限滚动',
guard: ['Admin'],
icon: 'align-vertically',
},
},
{
path: 'drawer',
name: 'Drawer',
component: () => import('/@/views/vab/drawer/index.vue'),
meta: {
title: '抽屉',
guard: ['Admin'],
icon: 'archive-drawer-line',
},
},
{
path: 'carousel',
name: 'Carousel',
component: () => import('/@/views/vab/carousel/index.vue'),
meta: {
title: '走马灯',
guard: ['Admin'],
icon: 'switch-fill',
},
},
{
path: 'transition',
name: 'Transition',
component: () => import('/@/views/vab/transition/index.vue'),
meta: {
title: '过渡动画',
icon: 'hand-heart-line',
},
},
{
path: 'divider',
name: 'Divider',
component: () => import('/@/views/vab/divider/index.vue'),
meta: {
title: '分割线',
icon: 'equal-line',
},
},
],
},
{
path: '/other',
name: 'Other',
component: Layout,
meta: {
title: '其他',
icon: 'archive-line',
guard: ['Admin'],
},
children: [
{
path: 'echarts',
name: 'ECharts',
component: () => import('/@/views/other/echarts/index.vue'),
meta: {
title: '图表',
guard: ['Admin'],
icon: 'bubble-chart-line',
noKeepAlive: true,
},
},
{
path: 'gantt',
name: 'Gantt',
component: () => import('/@/views/other/gantt/index.vue'),
meta: {
title: '甘特图',
guard: ['Admin'],
icon: 'organization-chart',
},
},
{
path: 'video',
name: 'Video',
component: () => import('/@/views/other/video/index.vue'),
meta: {
title: '视频播放器',
guard: ['Admin'],
icon: 'video-line',
dot: 'warning',
},
},
{
path: 'workflow',
name: 'Workflow',
component: () => import('/@/views/other/workflow/index.vue'),
meta: {
title: '工作流',
guard: ['Admin'],
icon: 'flow-chart',
},
},
{
path: 'sliderVerify',
name: 'SliderVerify',
component: () => import('/@/views/other/sliderVerify/index.vue'),
meta: {
title: '滑块验证码',
guard: ['Admin'],
icon: 'shield-check-line',
},
},
{
path: 'pdf',
name: 'PDF',
component: () => import('/@/views/other/pdf/index.vue'),
meta: {
title: 'Pdf',
guard: ['Admin'],
icon: 'file-pdf-line',
},
},
{
path: 'print',
name: 'Print',
component: () => import('/@/views/other/print/index.vue'),
meta: {
title: '打印',
guard: ['Admin'],
icon: 'printer-line',
},
},
{
path: 'crop',
name: 'Crop',
component: () => import('/@/views/other/crop/index.vue'),
meta: {
title: '裁剪',
guard: ['Admin'],
icon: 'crop-line',
badge: 'New',
},
},
{
path: 'award',
name: 'Award',
component: () => import('/@/views/other/award/index.vue'),
meta: {
title: '抽奖',
icon: 'award-line',
dot: 'danger',
},
},
{
path: 'count',
name: 'Count',
component: () => import('/@/views/other/count/index.vue'),
meta: {
title: '数字自增长',
guard: ['Admin'],
icon: 'number-0',
},
},
{
path: 'magnifier',
name: 'Magnifier',
component: () => import('/@/views/other/magnifier/index.vue'),
meta: {
title: '放大镜',
guard: ['Admin'],
icon: 'search-2-line',
},
},
{
path: 'signature',
name: 'Signature',
component: () => import('/@/views/other/signature/index.vue'),
meta: {
title: '签名',
icon: 'edit-2-line',
guard: ['Admin'],
},
},
{
path: 'watermark',
name: 'Watermark',
component: () => import('/@/views/other/watermark/index.vue'),
meta: {
title: '水印',
guard: ['Admin'],
icon: 'water-flash-line',
badge: 'New',
badgeType: 'warning',
},
},
{
path: 'share',
name: 'Share',
component: () => import('/@/views/other/share/index.vue'),
meta: {
title: '分享',
guard: ['Admin'],
icon: 'share-line',
dot: true,
},
},
{
path: 'paneSplit',
name: 'PaneSplit',
component: () => import('/@/views/other/paneSplit/index.vue'),
meta: {
title: '面板分割',
guard: ['Admin'],
icon: 'split-cells-horizontal',
},
},
{
path: 'drag',
name: 'Drag',
component: () => import('/@/views/other/drag/index.vue'),
meta: {
title: '拖拽',
icon: 'drag-drop-line',
},
},
{
path: 'scrollText',
name: 'ScrollText',
component: () => import('/@/views/other/scrollText/index.vue'),
meta: {
title: '文字滚动',
icon: 'exchange-line',
},
},
{
path: 'milestone',
name: 'Milestone',
component: () => import('/@/views/other/milestone/index.vue'),
meta: {
title: '里程碑',
icon: 'presentation-line',
},
},
{
path: 'noLayout',
name: 'NoLayout',
component: () => import('/@/views/other/noLayout/index.vue'),
meta: {
title: '全屏',
guard: ['Admin'],
icon: 'aspect-ratio-line',
dot: true,
fullscreen: true,
},
},
{
path: 'fixedWidth',
name: 'FixedWidth',
component: () => import('/@/views/other/fixedWidth/index.vue'),
meta: {
title: '定宽',
guard: ['Admin'],
icon: 'picture-in-picture-fill',
dot: true,
},
},
{
path: '//github.com/zxwk1998/vue-admin-better',
name: 'ExternalLink',
meta: {
title: '外链',
target: '_blank',
guard: ['Admin', 'Editor'],
icon: 'external-link-line',
},
},
{
path: 'iframe',
name: 'Iframe',
meta: {
title: '内嵌网页',
guard: ['Admin'],
icon: 'window-line',
},
children: [
{
path: 'iframeView',
name: 'IframeView',
component: () => import('/@/views/other/iframe/view.vue'),
meta: {
title: 'Iframe',
icon: 'window-line',
dynamicNewTab: true,
hidden: true,
},
},
{
path: 'iframeView?url=nodejs.org/en&title=Node',
name: 'Node',
meta: {
title: 'Node',
},
},
],
},
],
},
{
path: '/operate',
name: 'Operate',
component: Layout,
meta: {
title: '操作',
icon: 'microscope-line',
},
children: [
{
path: 'permission',
name: 'Permission',
component: () => import('/@/views/operate/permission/index.vue'),
meta: {
title: '角色权限',
icon: 'user-3-line',
badge: 'Hot',
},
},
{
path: 'tabs',
name: 'Tabs',
component: () => import('/@/views/operate/tabs/index.vue'),
meta: {
title: '多标签',
guard: ['Admin'],
icon: 'bank-card-line',
},
},
{
path: 'dynamicMeta',
name: 'DynamicMeta',
component: () => import('/@/views/operate/dynamicMeta/index.vue'),
meta: {
title: '动态Meta',
guard: ['Admin'],
icon: 'notification-badge-line',
badge: '0',
badgeType: 'success',
},
},
{
path: 'guide',
name: 'Guide',
component: () => import('/@/views/operate/guid/index.vue'),
meta: {
title: '页面引导',
guard: ['Admin'],
icon: 'guide-line',
dot: true,
},
},
{
path: 'contextMenu',
name: 'ContextMenu',
component: () => import('/@/views/operate/contextMenu/index.vue'),
meta: {
title: '右键菜单',
guard: ['Admin'],
icon: 'align-right',
dot: true,
},
},
{
path: 'scrollTop',
name: 'ScrollTop',
component: () => import('/@/views/operate/scrollTop/index.vue'),
meta: {
title: '滚动条位置记录',
guard: ['Admin'],
icon: 'scroll-to-bottom-line',
dot: true,
},
},
{
path: 'dialog',
name: 'Dialog',
component: () => import('/@/views/operate/dialog/index.vue'),
meta: {
title: '弹窗',
guard: ['Admin'],
icon: 'airplay-line',
badge: 'Hot',
},
},
{
path: 'anchor',
name: 'Anchor',
component: () => import('/@/views/operate/anchor/index.vue'),
meta: {
title: '锚点',
guard: ['Admin'],
icon: 'anchor-line',
},
},
{
path: 'randomTheme',
name: 'RandomTheme',
component: () => import('/@/views/operate/randomTheme/index.vue'),
meta: {
title: '随机换肤',
guard: ['Admin'],
icon: 'ai-generate',
},
},
{
path: 'throttleDebounce',
name: 'ThrottleDebounce',
component: () => import('/@/views/operate/throttleDebounce/index.vue'),
meta: {
title: '节流防抖',
guard: ['Admin'],
icon: 'water-percent-line',
},
},
{
path: 'webSocket',
name: 'WebSocket',
component: () => import('/@/views/operate/webSocket/index.vue'),
meta: {
title: 'WebSocket',
guard: ['Admin'],
icon: 'microsoft-loop-line',
badge: 'New',
},
},
{
path: 'log',
name: 'Log',
component: () => import('/@/views/operate/errorLog/index.vue'),
meta: {
title: '错误日志',
guard: ['Admin'],
icon: 'error-warning-line',
},
},
{
path: 'dynamicSegment',
name: 'DynamicSegment',
meta: {
title: '动态传参',
guard: ['Admin'],
icon: 'arrow-left-right-line',
},
children: [
{
path: 'params/:id',
name: 'Params',
component: () => import('/@/views/operate/dynamicSegment/params.vue'),
meta: {
hidden: true,
title: 'Params',
dynamicNewTab: true,
},
},
{
path: 'params/1',
name: 'Params/1',
component: () => import('/@/views/operate/dynamicSegment/params.vue'),
meta: { title: 'Params id=1' },
},
{
path: 'params/2',
name: 'Params/2',
component: () => import('/@/views/operate/dynamicSegment/params.vue'),
meta: { title: 'Params id=2' },
},
{
path: 'query',
name: 'Query',
component: () => import('/@/views/operate/dynamicSegment/query.vue'),
meta: {
hidden: true,
title: 'Query',
dynamicNewTab: true,
},
},
{
path: 'query?id=1',
name: 'Query?id=1',
component: () => import('/@/views/operate/dynamicSegment/query.vue'),
meta: { title: 'Query id=1' },
},
{
path: 'query?id=2',
name: 'Query?id=2',
component: () => import('/@/views/operate/dynamicSegment/query.vue'),
meta: { title: 'Query id=2' },
},
],
},
{
path: 'menu1',
name: 'Menu1',
meta: {
title: '多级路由缓存',
guard: ['Admin'],
icon: 'route-line',
},
children: [
{
path: 'menu11',
name: 'Menu11',
meta: {
title: '路由1.1',
},
children: [
{
path: 'menu111',
name: 'Menu111',
meta: {
title: '路由1.1.1',
},
children: [
{
path: 'menu1111',
name: 'Menu1111',
meta: {
title: '路由1.1.1.1',
},
component: () => import('/@/views/operate/nested/menu1/menu11/menu111/menu1111/index.vue'),
},
],
},
],
},
],
},
],
},
{
path: '/template',
name: 'Template',
component: Layout,
meta: {
title: '模板',
icon: 'clipboard-line',
guard: ['Admin'],
},
children: [
{
path: 'news',
name: 'News',
component: () => import('/@/views/template/News.vue'),
meta: {
title: '新闻',
icon: 'newspaper-line',
badge: 'New',
},
},
{
path: 'newsDetail',
name: 'NewsDetail',
component: () => import('/@/views/template/NewsDetail.vue'),
meta: {
title: '详情页',
icon: 'newspaper-line',
hidden: true,
},
},
{
path: 'blog',
name: 'Blog',
component: () => import('/@/views/template/Blog.vue'),
meta: {
title: '博客',
icon: 'ball-pen-line',
badge: 'New',
},
},
{
path: 'lllustration',
name: 'Lllustration',
component: () => import('/@/views/template/Lllustration.vue'),
meta: {
title: '插画',
icon: 'brush-3-line',
dot: true,
},
},
{
path: 'qRLogin',
name: 'QRLogin',
component: () => import('/@/views/template/QRLogin.vue'),
meta: {
title: '扫码登录',
icon: 'qr-scan-2-line',
},
},
{
path: 'resume',
name: 'Resume',
component: () => import('/@/views/template/Resume.vue'),
meta: {
title: '简历',
icon: 'folder-user-line',
},
},
{
path: 'Iot',
name: 'Iot',
component: () => import('/@/views/template/Iot.vue'),
meta: {
title: '物联网',
icon: 'earthquake-line',
target: '_blank',
badge: 'Hot',
badgeType: 'primary',
},
},
{
path: 'passwordGenerator',
name: 'PasswordGenerator',
component: () => import('/@/views/template/PasswordGenerator.vue'),
meta: {
title: '密码生成器',
guard: ['Admin'],
icon: 'lock-password-line',
},
},
{
path: 'regularExpression',
name: 'RegularExpression',
component: () => import('/@/views/template/RegularExpression.vue'),
meta: {
title: '正则校验',
guard: ['Admin'],
icon: 'file-copy-2-line',
},
},
{
path: '403',
name: 'Error403',
component: () => import('/@/views/error/403.vue'),
meta: {
title: '403',
icon: 'error-warning-line',
},
},
{
path: '404',
name: 'Error404',
component: () => import('/@/views/error/404.vue'),
meta: {
title: '404',
icon: 'error-warning-line',
},
},
{
path: '500',
name: 'Error500',
component: () => import('/@/views/error/500.vue'),
meta: {
title: '500',
icon: 'error-warning-line',
},
},
{
path: '503',
name: 'Error503',
component: () => import('/@/views/error/503.vue'),
meta: {
title: '503',
icon: 'error-warning-line',
},
},
], ],
}, },
{ {
path: '/setting', path: '/setting',
name: 'PersonnelManagement', name: 'PersonnelManagement',
component: Layout, component: Layout,
redirect: '/setting/userManagement',
meta: { meta: {
title: '配置', title: '配置',
icon: 'user-settings-line', icon: 'user-settings-line',
...@@ -1282,6 +98,7 @@ export const asyncRoutes: VabRouteRecord[] = [ ...@@ -1282,6 +98,7 @@ export const asyncRoutes: VabRouteRecord[] = [
name: 'PersonalCenter', name: 'PersonalCenter',
component: () => import('/@/views/setting/personalCenter/index.vue'), component: () => import('/@/views/setting/personalCenter/index.vue'),
meta: { meta: {
hidden: true,
title: '个人中心', title: '个人中心',
icon: 'user-follow-line', icon: 'user-follow-line',
}, },
...@@ -1382,279 +199,30 @@ export const asyncRoutes: VabRouteRecord[] = [ ...@@ -1382,279 +199,30 @@ export const asyncRoutes: VabRouteRecord[] = [
}, },
], ],
}, },
{ // {
path: '/noColumn', // path: '/noColumn',
name: 'NoColumn', // name: 'NoColumn',
component: Layout, // component: Layout,
meta: { // meta: {
title: '单栏', // title: '单栏',
icon: 'delete-column', // icon: 'delete-column',
guard: ['Admin'], // guard: ['Admin'],
levelHidden: true, // levelHidden: true,
breadcrumbHidden: true, // breadcrumbHidden: true,
}, // },
children: [ // children: [
{ // {
path: 'deleteColumn', // path: 'deleteColumn',
name: 'DeleteColumn', // name: 'DeleteColumn',
component: () => import('/@/views/noColumn/deleteColumn/index.vue'), // component: () => import('/@/views/noColumn/deleteColumn/index.vue'),
meta: { // meta: {
title: '单栏', // title: '单栏',
icon: 'delete-column', // icon: 'delete-column',
noColumn: true, // noColumn: true,
}, // },
}, // },
], // ],
}, // },
{
path: '/goods',
name: 'Goods',
component: Layout,
meta: {
title: '商品',
icon: 'shopping-bag-3-line',
guard: ['Admin'],
},
children: [
{
path: 'goodsManagement',
name: 'GoodsManagement',
component: () => import('/@/views/goods/GoodsManagement.vue'),
meta: {
title: '商品管理',
icon: 'shopping-basket-line',
},
},
{
path: 'goodsStatistics',
name: 'GoodsStatistics',
component: () => import('/@/views/goods/GoodsStatistics.vue'),
meta: {
title: '商品统计',
icon: 'line-chart-line',
dot: true,
},
},
{
path: 'goodsList',
name: 'GoodsList',
component: () => import('/@/views/goods/GoodsList.vue'),
meta: {
title: '商品列表',
icon: 'list-check-3',
},
},
{
path: 'goodsComment',
name: 'GoodsComment',
component: () => import('/@/views/goods/GoodsComment.vue'),
meta: {
title: '商品评论',
icon: 'chat-smile-2-line',
},
},
{
path: 'workOrder',
name: 'WorkOrder',
component: () => import('/@/views/goods/WorkOrder.vue'),
meta: {
title: '工单管理',
icon: 'list-ordered-2',
},
},
{
path: 'trade',
name: 'Trade',
component: () => import('/@/views/goods/Trade.vue'),
meta: {
title: '交易订单',
icon: 'archive-2-line',
},
},
{
path: 'orderNotice',
name: 'OrderNotice',
component: () => import('/@/views/goods/OrderNotice.vue'),
meta: {
title: '订单提醒',
icon: 'bell-line',
badge: 'New',
},
},
{
path: 'cashier',
name: 'Cashier',
component: () => import('/@/views/goods/Cashier.vue'),
meta: {
title: '收银台',
icon: 'copper-diamond-line',
},
},
{
path: 'productCenter',
name: 'ProductCenter',
component: () => import('/@/views/goods/ProductCenter.vue'),
meta: {
title: '产品中心',
icon: 'presentation-line',
},
},
{
path: 'posterDesign',
name: 'PosterDesign',
component: () => import('/@/views/goods/PosterDesign.vue'),
meta: {
title: '海报设计',
icon: 'image-2-line',
badge: '全屏',
fullscreen: true,
},
},
{
path: 'explorer',
name: 'Explorer',
component: () => import('/@/views/goods/Explorer.vue'),
meta: {
title: '资源管理器',
icon: 'file-cloud-line',
badge: 'New',
},
},
],
},
{
path: '/chat',
name: 'Chat',
component: Layout,
meta: {
title: 'GPT',
icon: 'chat-1-line',
guard: ['Admin'],
},
children: [
{
path: 'chatGPT',
name: 'ChatGPT',
component: () => import('/@/views/chatGPT/ChatGPT.vue'),
meta: {
title: 'ChatGPT',
icon: 'openai-line',
dot: true,
},
},
{
path: 'speechSynthesis',
name: 'SpeechSynthesis',
component: () => import('/@/views/chatGPT/SpeechSynthesis.vue'),
meta: {
title: '语音合成',
icon: 'customer-service-line',
},
},
{
path: '//bard.google.com/chat',
name: 'Bard',
meta: {
title: 'Bard',
target: '_blank',
icon: 'bard-line',
},
},
{
path: '//copilot.microsoft.com',
name: 'Copilot',
meta: {
title: 'Copilot',
target: '_blank',
icon: 'copilot-line',
},
},
{
path: '//claude.ai/chat',
name: 'Claude',
meta: {
title: 'Claude',
target: '_blank',
icon: 'brain-line',
},
},
{
path: '//yiyan.baidu.com',
name: 'Yiyan',
meta: {
title: '文心一言',
target: '_blank',
icon: 'baidu-line',
},
},
{
path: '//xinghuo.xfyun.cn/desk',
name: 'Xinghuo',
meta: {
title: '讯飞星火',
target: '_blank',
icon: 'fire-line',
},
},
{
path: '//qianwen.aliyun.com/chat',
name: 'Qianwen',
meta: {
title: '通义千问',
target: '_blank',
icon: 'taobao-line',
},
},
{
path: '//www.doubao.com/chat/',
name: 'Doubao',
meta: {
title: '豆包',
target: '_blank',
icon: 'tiktok-line',
},
},
],
},
{
path: '/portal',
name: 'Portal',
component: () => import('/@/views/portal/Portal.vue'),
meta: {
title: '门户',
icon: 'building-line',
target: '_blank',
guard: ['Admin'],
},
},
{
path: '/product',
name: 'Product',
component: () => import('/@/views/portal/Product.vue'),
meta: {
title: '产品简介',
hidden: true,
},
},
{
path: '/partner',
name: 'Partner',
component: () => import('/@/views/portal/Partner.vue'),
meta: {
title: '合作伙伴',
hidden: true,
},
},
{
path: '//vuejs-core.cn/authorization/shop-vite.html',
name: 'ExternalLink',
meta: {
title: '外链',
target: '_blank',
guard: ['Admin'],
icon: 'external-link-line',
},
},
{ {
path: '/:pathMatch(.*)*', path: '/:pathMatch(.*)*',
redirect: '/404', redirect: '/404',
......
/**
* @description router全局配置,如有必要可分文件抽离,其中asyncRoutes只有在intelligence模式下才会用到,pro版只支持remixIcon图标,具体配置请查看vip群文档
*/
import type { App } from 'vue'
import type { RouteRecordName, RouteRecordRaw } from 'vue-router'
import { createRouter, createWebHashHistory, createWebHistory } from 'vue-router'
import { authentication, base, disableRouterWarning, isHashRouterMode } from '/@/config'
import { setupPermissions } from '/@/router/permissions'
import Layout from '/@vab/layouts/index.vue'
export const constantRoutes: VabRouteRecord[] = [
{
path: '/login',
name: 'Login',
component: () => import('/@/views/login/Login.vue'),
meta: {
hidden: true,
},
},
{
path: '/register',
name: 'Register',
component: () => import('/@/views/login/Register.vue'),
meta: {
hidden: true,
},
},
{
path: '/password',
name: 'Password',
component: () => import('/@/views/login/Password.vue'),
meta: {
hidden: true,
},
},
{
path: '/redirect',
name: 'Redirect',
component: () => import('/@/views/redirect/Redirect.vue'),
meta: {
hidden: true,
},
},
{
path: '/403',
name: '403',
component: () => import('/@/views/error/403.vue'),
meta: {
hidden: true,
},
},
{
path: '/404',
name: '404',
component: () => import('/@/views/error/404.vue'),
meta: {
hidden: true,
},
},
]
export const asyncRoutes: VabRouteRecord[] = [
{
path: '/',
name: 'Root',
component: Layout,
meta: {
title: '首页',
icon: 'home-2-line',
},
children: [
{
path: 'index',
name: 'Index',
component: () => import('/@/views/index/index.vue'),
meta: {
title: '首页',
icon: 'home-2-line',
noClosable: true,
noKeepAlive: true,
},
},
{
path: 'dashboard',
name: 'Dashboard',
component: () => import('/@/views/index/dashboard.vue'),
meta: {
title: '看板',
icon: 'dashboard-2-line',
guard: ['Admin'],
},
},
{
path: 'creativeCenter',
name: 'CreativeCenter',
component: () => import('/@/views/index/creativeCenter.vue'),
meta: {
title: '创作中心',
icon: 'ancient-gate-line',
guard: ['Admin'],
},
},
{
path: 'monitor',
name: 'Monitor',
component: () => import('/@/views/index/monitor.vue'),
meta: {
title: '实时监控',
icon: 'vidicon-2-line',
dot: 'success',
guard: ['Admin'],
},
},
{
path: 'tile',
name: 'Tile',
component: () => import('/@/views/index/tile.vue'),
meta: {
title: '磁贴',
icon: 'collage-line',
guard: ['Admin'],
},
},
{
path: 'separateLayout',
name: 'SeparateLayout',
component: () => import('/@/views/index/separateLayout.vue'),
meta: {
title: '独立布局',
icon: 'layout-masonry-line',
guard: ['Admin'],
},
},
{
path: 'dataScreen',
name: 'DataScreen',
component: () => import('/@/views/index/dataScreen.vue'),
meta: {
title: '数据大屏',
icon: 'database-2-line',
target: '_blank',
badge: 'Hot',
guard: ['Admin'],
},
},
// {
// path: 'workbench',
// name: 'Workbench',
// component: () => import('/@/views/index/workbench.vue'),
// meta: {
// title: '工作台',
// icon: 'artboard-line',
// target: '_blank',
// },
// },
{
path: 'application',
name: 'Application',
component: () => import('/@/views/index/application.vue'),
meta: {
title: '客户端',
icon: 'apps-2-line',
noKeepAlive: true,
dot: true,
guard: ['Admin'],
},
},
{
path: 'changeLog',
name: 'ChangeLog',
component: () => import('/@/views/index/changeLog.vue'),
meta: {
title: '更新日志',
icon: 'file-word-line',
noKeepAlive: true,
badge: '99+',
guard: ['Admin'],
},
},
],
},
{
path: '/vab',
name: 'Vab',
component: Layout,
meta: {
title: '组件',
icon: 'code-box-line',
guard: ['Admin'],
},
children: [
{
path: 'icon',
name: 'Icon',
meta: {
title: '图标',
icon: 'remixicon-line',
},
children: [
{
path: 'defaultIcon',
name: 'DefaultIcon',
component: () => import('/@/views/vab/icon/defaultIcon.vue'),
meta: {
title: '默认图标',
},
},
{
path: 'iconSelector',
name: 'IconSelector',
component: () => import('/@/views/vab/icon/iconSelector.vue'),
meta: {
title: '图标选择器',
},
},
{
path: 'customSvg',
name: 'CustomSvg',
component: () => import('/@/views/vab/icon/customSvg.vue'),
meta: {
title: '自定义图标',
icon: 'vite',
isCustomSvg: true,
},
},
],
},
{
path: 'table',
name: 'Table',
meta: {
title: '表格',
// 非editor角色的用户可见
guard: {
role: ['Editor'],
mode: 'except',
},
icon: 'table-2',
},
children: [
{
path: 'defaultTable',
name: 'DefaultTable',
component: () => import('/@/views/vab/table/defaultTable.vue'),
meta: {
title: '默认表格',
},
},
{
path: 'columnTable',
name: 'ColumnTable',
component: () => import('/@/views/vab/table/columnTable.vue'),
meta: {
title: '左树右表',
},
},
{
path: 'tabsTable',
name: 'TabsTable',
component: () => import('/@/views/vab/table/tabsTable.vue'),
meta: {
title: '分类表格',
dot: 'primary',
},
},
{
path: 'inlineEditTable',
name: 'InlineEditTable',
component: () => import('/@/views/vab/table/inlineEditTable.vue'),
meta: {
title: '行内编辑表格',
},
},
{
path: 'customTable',
name: 'CustomTable',
component: () => import('/@/views/vab/table/customTable.vue'),
meta: {
title: '自定义表格',
badge: 'Hot',
},
},
{
path: 'splitTable',
name: 'SplitTable',
component: () => import('/@/views/vab/table/splitTable.vue'),
meta: {
title: '分割表格',
},
},
{
path: 'bigDataTable',
name: 'BigDataTable',
component: () => import('/@/views/vab/table/bigDataTable.vue'),
meta: {
title: '大数据表格',
},
},
{
path: 'defaultTableDetail',
name: 'DefaultTableDetail',
component: () => import('/@/views/vab/table/defaultTableDetail.vue'),
meta: {
hidden: true,
title: '详情页',
activeMenu: '/vab/table/defaultTable',
dynamicNewTab: true, //详情页根据id传参不同可打开多个
},
},
],
},
{
path: 'list',
name: 'List',
component: () => import('/@/views/vab/list/index.vue'),
meta: {
title: '列表',
guard: ['Admin'],
icon: 'list-check-2',
},
},
{
path: 'editor',
name: 'Editor',
component: Layout,
meta: {
title: '编辑器',
icon: 'edit-box-line',
guard: ['Admin'],
},
children: [
{
path: 'wangEditor',
name: 'WangEditor',
component: () => import('/@/views/vab/editor/wangEditor.vue'),
meta: {
title: '富文本',
guard: ['Admin'],
},
},
{
path: 'mdEditor',
name: 'MdEditor',
component: () => import('/@/views/vab/editor/mdEditor.vue'),
meta: {
title: 'Markdown',
guard: ['Admin'],
},
},
],
},
{
path: 'form',
name: 'Form',
meta: {
title: '表单',
guard: ['Admin'],
icon: 'file-list-2-line',
},
children: [
{
path: 'comprehensiveForm',
name: 'ComprehensiveForm',
component: () => import('/@/views/vab/form/comprehensiveForm.vue'),
meta: {
title: '综合表单',
},
},
{
path: 'stepForm',
name: 'StepForm',
component: () => import('/@/views/vab/form/stepForm.vue'),
meta: {
title: '分步表单',
},
},
{
path: 'button',
name: 'Button',
component: () => import('/@/views/vab/form/button.vue'),
meta: {
title: '按钮',
},
},
{
path: 'link',
name: 'Link',
component: () => import('/@/views/vab/form/link.vue'),
meta: {
title: '文字链接',
},
},
{
path: 'radio',
name: 'Radio',
component: () => import('/@/views/vab/form/radio.vue'),
meta: {
title: '单选框',
},
},
{
path: 'checkbox',
name: 'Checkbox',
component: () => import('/@/views/vab/form/checkbox.vue'),
meta: {
title: '多选框',
},
},
{
path: 'input',
name: 'Input',
component: () => import('/@/views/vab/form/input.vue'),
meta: {
title: '输入框',
},
},
{
path: 'inputNumber',
name: 'InputNumber',
component: () => import('/@/views/vab/form/inputNumber.vue'),
meta: {
title: '计数器',
},
},
{
path: 'select',
name: 'Select',
component: () => import('/@/views/vab/form/select.vue'),
meta: {
title: '选择器',
dot: true,
},
},
{
path: 'city',
name: 'City',
component: () => import('/@/views/vab/form/city.vue'),
meta: {
title: '城市选择器',
badge: 'Hot',
},
},
{
path: 'switch',
name: 'Switch',
component: () => import('/@/views/vab/form/switch.vue'),
meta: {
title: '开关',
},
},
{
path: 'slider',
name: 'Slider',
component: () => import('/@/views/vab/form/slider.vue'),
meta: {
title: '滑块',
},
},
{
path: 'timePicker',
name: 'TimePicker',
component: () => import('/@/views/vab/form/timePicker.vue'),
meta: {
title: '时间选择器',
},
},
{
path: 'datePicker',
name: 'DatePicker',
component: () => import('/@/views/vab/form/datePicker.vue'),
meta: {
title: '日期选择器',
},
},
{
path: 'dateTimePicker',
name: 'DateTimePicker',
component: () => import('/@/views/vab/form/dateTimePicker.vue'),
meta: {
title: '日期时间选择器',
},
},
{
path: 'rate',
name: 'Rate',
component: () => import('/@/views/vab/form/rate.vue'),
meta: {
title: '评分',
},
},
{
path: 'transfer',
name: 'Transfer',
component: () => import('/@/views/vab/form/transfer.vue'),
meta: {
title: '穿梭框',
dot: true,
},
},
],
},
{
path: 'description',
name: 'Description',
component: () => import('/@/views/vab/description/index.vue'),
meta: {
title: '描述',
guard: ['Admin'],
icon: 'slideshow-line',
},
},
{
path: 'tree',
name: 'Tree',
component: () => import('/@/views/vab/tree/index.vue'),
meta: {
title: '树',
guard: ['Admin'],
icon: 'node-tree',
},
},
{
path: 'upload',
name: 'Upload',
component: () => import('/@/views/vab/upload/index.vue'),
meta: {
title: '上传',
icon: 'upload-cloud-2-line',
guard: ['Admin'],
dot: true,
},
},
{
path: 'notice',
name: 'Notice',
component: () => import('/@/views/vab/notice/index.vue'),
meta: {
title: '通知',
guard: ['Admin'],
icon: 'message-2-line',
},
},
{
path: 'progress',
name: 'Progress',
component: () => import('/@/views/vab/progress/index.vue'),
meta: {
title: '进度条',
guard: ['Admin'],
icon: 'footprint-line',
},
},
{
path: 'timeline',
name: 'Timeline',
component: () => import('/@/views/vab/timeline/index.vue'),
meta: {
title: '时间线',
guard: ['Admin'],
icon: 'time-line',
},
},
{
path: 'statistic',
name: 'Statistic',
component: () => import('/@/views/vab/statistic/index.vue'),
meta: {
title: '统计',
guard: ['Admin'],
icon: 'bar-chart-2-line',
},
},
{
path: 'segmented',
name: 'Segmented',
component: () => import('/@/views/vab/segmented/index.vue'),
meta: {
title: '分段控制器',
guard: ['Admin'],
icon: 'carousel-view',
dot: true,
},
},
{
path: 'image',
name: 'Image',
component: () => import('/@/views/vab/image/index.vue'),
meta: {
title: '图片',
guard: ['Admin'],
icon: 'image-2-line',
},
},
{
path: 'infiniteScroll',
name: 'InfiniteScroll',
component: () => import('/@/views/vab/infiniteScroll/index.vue'),
meta: {
title: '无限滚动',
guard: ['Admin'],
icon: 'align-vertically',
},
},
{
path: 'drawer',
name: 'Drawer',
component: () => import('/@/views/vab/drawer/index.vue'),
meta: {
title: '抽屉',
guard: ['Admin'],
icon: 'archive-drawer-line',
},
},
{
path: 'carousel',
name: 'Carousel',
component: () => import('/@/views/vab/carousel/index.vue'),
meta: {
title: '走马灯',
guard: ['Admin'],
icon: 'switch-fill',
},
},
{
path: 'transition',
name: 'Transition',
component: () => import('/@/views/vab/transition/index.vue'),
meta: {
title: '过渡动画',
icon: 'hand-heart-line',
},
},
{
path: 'divider',
name: 'Divider',
component: () => import('/@/views/vab/divider/index.vue'),
meta: {
title: '分割线',
icon: 'equal-line',
},
},
],
},
{
path: '/other',
name: 'Other',
component: Layout,
meta: {
title: '其他',
icon: 'archive-line',
guard: ['Admin'],
},
children: [
{
path: 'echarts',
name: 'ECharts',
component: () => import('/@/views/other/echarts/index.vue'),
meta: {
title: '图表',
guard: ['Admin'],
icon: 'bubble-chart-line',
noKeepAlive: true,
},
},
{
path: 'gantt',
name: 'Gantt',
component: () => import('/@/views/other/gantt/index.vue'),
meta: {
title: '甘特图',
guard: ['Admin'],
icon: 'organization-chart',
},
},
{
path: 'video',
name: 'Video',
component: () => import('/@/views/other/video/index.vue'),
meta: {
title: '视频播放器',
guard: ['Admin'],
icon: 'video-line',
dot: 'warning',
},
},
{
path: 'workflow',
name: 'Workflow',
component: () => import('/@/views/other/workflow/index.vue'),
meta: {
title: '工作流',
guard: ['Admin'],
icon: 'flow-chart',
},
},
{
path: 'sliderVerify',
name: 'SliderVerify',
component: () => import('/@/views/other/sliderVerify/index.vue'),
meta: {
title: '滑块验证码',
guard: ['Admin'],
icon: 'shield-check-line',
},
},
{
path: 'pdf',
name: 'PDF',
component: () => import('/@/views/other/pdf/index.vue'),
meta: {
title: 'Pdf',
guard: ['Admin'],
icon: 'file-pdf-line',
},
},
{
path: 'print',
name: 'Print',
component: () => import('/@/views/other/print/index.vue'),
meta: {
title: '打印',
guard: ['Admin'],
icon: 'printer-line',
},
},
{
path: 'crop',
name: 'Crop',
component: () => import('/@/views/other/crop/index.vue'),
meta: {
title: '裁剪',
guard: ['Admin'],
icon: 'crop-line',
badge: 'New',
},
},
{
path: 'award',
name: 'Award',
component: () => import('/@/views/other/award/index.vue'),
meta: {
title: '抽奖',
icon: 'award-line',
dot: 'danger',
},
},
{
path: 'count',
name: 'Count',
component: () => import('/@/views/other/count/index.vue'),
meta: {
title: '数字自增长',
guard: ['Admin'],
icon: 'number-0',
},
},
{
path: 'magnifier',
name: 'Magnifier',
component: () => import('/@/views/other/magnifier/index.vue'),
meta: {
title: '放大镜',
guard: ['Admin'],
icon: 'search-2-line',
},
},
{
path: 'signature',
name: 'Signature',
component: () => import('/@/views/other/signature/index.vue'),
meta: {
title: '签名',
icon: 'edit-2-line',
guard: ['Admin'],
},
},
{
path: 'watermark',
name: 'Watermark',
component: () => import('/@/views/other/watermark/index.vue'),
meta: {
title: '水印',
guard: ['Admin'],
icon: 'water-flash-line',
badge: 'New',
badgeType: 'warning',
},
},
{
path: 'share',
name: 'Share',
component: () => import('/@/views/other/share/index.vue'),
meta: {
title: '分享',
guard: ['Admin'],
icon: 'share-line',
dot: true,
},
},
{
path: 'paneSplit',
name: 'PaneSplit',
component: () => import('/@/views/other/paneSplit/index.vue'),
meta: {
title: '面板分割',
guard: ['Admin'],
icon: 'split-cells-horizontal',
},
},
{
path: 'drag',
name: 'Drag',
component: () => import('/@/views/other/drag/index.vue'),
meta: {
title: '拖拽',
icon: 'drag-drop-line',
},
},
{
path: 'scrollText',
name: 'ScrollText',
component: () => import('/@/views/other/scrollText/index.vue'),
meta: {
title: '文字滚动',
icon: 'exchange-line',
},
},
{
path: 'milestone',
name: 'Milestone',
component: () => import('/@/views/other/milestone/index.vue'),
meta: {
title: '里程碑',
icon: 'presentation-line',
},
},
{
path: 'noLayout',
name: 'NoLayout',
component: () => import('/@/views/other/noLayout/index.vue'),
meta: {
title: '全屏',
guard: ['Admin'],
icon: 'aspect-ratio-line',
dot: true,
fullscreen: true,
},
},
{
path: 'fixedWidth',
name: 'FixedWidth',
component: () => import('/@/views/other/fixedWidth/index.vue'),
meta: {
title: '定宽',
guard: ['Admin'],
icon: 'picture-in-picture-fill',
dot: true,
},
},
{
path: '//github.com/zxwk1998/vue-admin-better',
name: 'ExternalLink',
meta: {
title: '外链',
target: '_blank',
guard: ['Admin', 'Editor'],
icon: 'external-link-line',
},
},
{
path: 'iframe',
name: 'Iframe',
meta: {
title: '内嵌网页',
guard: ['Admin'],
icon: 'window-line',
},
children: [
{
path: 'iframeView',
name: 'IframeView',
component: () => import('/@/views/other/iframe/view.vue'),
meta: {
title: 'Iframe',
icon: 'window-line',
dynamicNewTab: true,
hidden: true,
},
},
{
path: 'iframeView?url=nodejs.org/en&title=Node',
name: 'Node',
meta: {
title: 'Node',
},
},
],
},
],
},
{
path: '/operate',
name: 'Operate',
component: Layout,
meta: {
title: '操作',
icon: 'microscope-line',
},
children: [
{
path: 'permission',
name: 'Permission',
component: () => import('/@/views/operate/permission/index.vue'),
meta: {
title: '角色权限',
icon: 'user-3-line',
badge: 'Hot',
},
},
{
path: 'tabs',
name: 'Tabs',
component: () => import('/@/views/operate/tabs/index.vue'),
meta: {
title: '多标签',
guard: ['Admin'],
icon: 'bank-card-line',
},
},
{
path: 'dynamicMeta',
name: 'DynamicMeta',
component: () => import('/@/views/operate/dynamicMeta/index.vue'),
meta: {
title: '动态Meta',
guard: ['Admin'],
icon: 'notification-badge-line',
badge: '0',
badgeType: 'success',
},
},
{
path: 'guide',
name: 'Guide',
component: () => import('/@/views/operate/guid/index.vue'),
meta: {
title: '页面引导',
guard: ['Admin'],
icon: 'guide-line',
dot: true,
},
},
{
path: 'contextMenu',
name: 'ContextMenu',
component: () => import('/@/views/operate/contextMenu/index.vue'),
meta: {
title: '右键菜单',
guard: ['Admin'],
icon: 'align-right',
dot: true,
},
},
{
path: 'scrollTop',
name: 'ScrollTop',
component: () => import('/@/views/operate/scrollTop/index.vue'),
meta: {
title: '滚动条位置记录',
guard: ['Admin'],
icon: 'scroll-to-bottom-line',
dot: true,
},
},
{
path: 'dialog',
name: 'Dialog',
component: () => import('/@/views/operate/dialog/index.vue'),
meta: {
title: '弹窗',
guard: ['Admin'],
icon: 'airplay-line',
badge: 'Hot',
},
},
{
path: 'anchor',
name: 'Anchor',
component: () => import('/@/views/operate/anchor/index.vue'),
meta: {
title: '锚点',
guard: ['Admin'],
icon: 'anchor-line',
},
},
{
path: 'randomTheme',
name: 'RandomTheme',
component: () => import('/@/views/operate/randomTheme/index.vue'),
meta: {
title: '随机换肤',
guard: ['Admin'],
icon: 'ai-generate',
},
},
{
path: 'throttleDebounce',
name: 'ThrottleDebounce',
component: () => import('/@/views/operate/throttleDebounce/index.vue'),
meta: {
title: '节流防抖',
guard: ['Admin'],
icon: 'water-percent-line',
},
},
{
path: 'webSocket',
name: 'WebSocket',
component: () => import('/@/views/operate/webSocket/index.vue'),
meta: {
title: 'WebSocket',
guard: ['Admin'],
icon: 'microsoft-loop-line',
badge: 'New',
},
},
{
path: 'log',
name: 'Log',
component: () => import('/@/views/operate/errorLog/index.vue'),
meta: {
title: '错误日志',
guard: ['Admin'],
icon: 'error-warning-line',
},
},
{
path: 'dynamicSegment',
name: 'DynamicSegment',
meta: {
title: '动态传参',
guard: ['Admin'],
icon: 'arrow-left-right-line',
},
children: [
{
path: 'params/:id',
name: 'Params',
component: () => import('/@/views/operate/dynamicSegment/params.vue'),
meta: {
hidden: true,
title: 'Params',
dynamicNewTab: true,
},
},
{
path: 'params/1',
name: 'Params/1',
component: () => import('/@/views/operate/dynamicSegment/params.vue'),
meta: { title: 'Params id=1' },
},
{
path: 'params/2',
name: 'Params/2',
component: () => import('/@/views/operate/dynamicSegment/params.vue'),
meta: { title: 'Params id=2' },
},
{
path: 'query',
name: 'Query',
component: () => import('/@/views/operate/dynamicSegment/query.vue'),
meta: {
hidden: true,
title: 'Query',
dynamicNewTab: true,
},
},
{
path: 'query?id=1',
name: 'Query?id=1',
component: () => import('/@/views/operate/dynamicSegment/query.vue'),
meta: { title: 'Query id=1' },
},
{
path: 'query?id=2',
name: 'Query?id=2',
component: () => import('/@/views/operate/dynamicSegment/query.vue'),
meta: { title: 'Query id=2' },
},
],
},
{
path: 'menu1',
name: 'Menu1',
meta: {
title: '多级路由缓存',
guard: ['Admin'],
icon: 'route-line',
},
children: [
{
path: 'menu11',
name: 'Menu11',
meta: {
title: '路由1.1',
},
children: [
{
path: 'menu111',
name: 'Menu111',
meta: {
title: '路由1.1.1',
},
children: [
{
path: 'menu1111',
name: 'Menu1111',
meta: {
title: '路由1.1.1.1',
},
component: () => import('/@/views/operate/nested/menu1/menu11/menu111/menu1111/index.vue'),
},
],
},
],
},
],
},
],
},
{
path: '/template',
name: 'Template',
component: Layout,
meta: {
title: '模板',
icon: 'clipboard-line',
guard: ['Admin'],
},
children: [
{
path: 'news',
name: 'News',
component: () => import('/@/views/template/News.vue'),
meta: {
title: '新闻',
icon: 'newspaper-line',
badge: 'New',
},
},
{
path: 'newsDetail',
name: 'NewsDetail',
component: () => import('/@/views/template/NewsDetail.vue'),
meta: {
title: '详情页',
icon: 'newspaper-line',
hidden: true,
},
},
{
path: 'blog',
name: 'Blog',
component: () => import('/@/views/template/Blog.vue'),
meta: {
title: '博客',
icon: 'ball-pen-line',
badge: 'New',
},
},
{
path: 'lllustration',
name: 'Lllustration',
component: () => import('/@/views/template/Lllustration.vue'),
meta: {
title: '插画',
icon: 'brush-3-line',
dot: true,
},
},
{
path: 'qRLogin',
name: 'QRLogin',
component: () => import('/@/views/template/QRLogin.vue'),
meta: {
title: '扫码登录',
icon: 'qr-scan-2-line',
},
},
{
path: 'resume',
name: 'Resume',
component: () => import('/@/views/template/Resume.vue'),
meta: {
title: '简历',
icon: 'folder-user-line',
},
},
{
path: 'Iot',
name: 'Iot',
component: () => import('/@/views/template/Iot.vue'),
meta: {
title: '物联网',
icon: 'earthquake-line',
target: '_blank',
badge: 'Hot',
badgeType: 'primary',
},
},
{
path: 'passwordGenerator',
name: 'PasswordGenerator',
component: () => import('/@/views/template/PasswordGenerator.vue'),
meta: {
title: '密码生成器',
guard: ['Admin'],
icon: 'lock-password-line',
},
},
{
path: 'regularExpression',
name: 'RegularExpression',
component: () => import('/@/views/template/RegularExpression.vue'),
meta: {
title: '正则校验',
guard: ['Admin'],
icon: 'file-copy-2-line',
},
},
{
path: '403',
name: 'Error403',
component: () => import('/@/views/error/403.vue'),
meta: {
title: '403',
icon: 'error-warning-line',
},
},
{
path: '404',
name: 'Error404',
component: () => import('/@/views/error/404.vue'),
meta: {
title: '404',
icon: 'error-warning-line',
},
},
{
path: '500',
name: 'Error500',
component: () => import('/@/views/error/500.vue'),
meta: {
title: '500',
icon: 'error-warning-line',
},
},
{
path: '503',
name: 'Error503',
component: () => import('/@/views/error/503.vue'),
meta: {
title: '503',
icon: 'error-warning-line',
},
},
],
},
{
path: '/setting',
name: 'PersonnelManagement',
component: Layout,
meta: {
title: '配置',
icon: 'user-settings-line',
guard: ['Admin'],
},
children: [
{
path: 'personalCenter',
name: 'PersonalCenter',
component: () => import('/@/views/setting/personalCenter/index.vue'),
meta: {
title: '个人中心',
icon: 'user-follow-line',
},
},
{
path: 'userManagement',
name: 'UserManagement',
component: () => import('/@/views/setting/userManagement/index.vue'),
meta: {
title: '用户管理',
icon: 'user-3-line',
},
},
{
path: 'roleManagement',
name: 'RoleManagement',
component: () => import('/@/views/setting/roleManagement/index.vue'),
meta: {
title: '角色管理',
icon: 'admin-line',
},
},
{
path: 'departmentManagement',
name: 'DepartmentManagement',
component: () => import('/@/views/setting/departmentManagement/index.vue'),
meta: {
title: '部门管理',
icon: 'group-line',
},
},
{
path: 'menuManagement',
name: 'MenuManagement',
component: () => import('/@/views/setting/menuManagement/index.vue'),
meta: {
title: '菜单管理',
icon: 'menu-2-fill',
},
},
{
path: 'dictionaryManagement',
name: 'DictionaryManagement',
component: () => import('/@/views/setting/dictionaryManagement/index.vue'),
meta: {
title: '字典管理',
icon: 'book-2-line',
dot: true,
},
},
{
path: 'taskManagement',
name: 'TaskManagement',
component: () => import('/@/views/setting/taskManagement/index.vue'),
meta: {
title: '任务管理',
icon: 'task-line',
badge: 'New',
},
},
{
path: 'iotManagement',
name: 'IotManagement',
component: () => import('/@/views/setting/iotManagement/index.vue'),
meta: {
title: '物联网管理',
icon: 'mastercard-line',
badge: 'New',
},
},
{
path: 'serverManagement',
name: 'ServerManagement',
component: () => import('/@/views/setting/serverManagement/index.vue'),
meta: {
title: '服务器管理',
icon: 'server-line',
dot: true,
},
},
{
path: 'systemLog',
name: 'SystemLog',
component: () => import('/@/views/setting/systemLog/index.vue'),
meta: {
title: '系统日志',
icon: 'file-shield-2-line',
},
},
{
path: 'websiteSetting',
name: 'WebsiteSetting',
component: () => import('/@/views/setting/websiteSetting/index.vue'),
meta: {
title: '网站设置',
icon: 'global-line',
},
},
],
},
{
path: '/noColumn',
name: 'NoColumn',
component: Layout,
meta: {
title: '单栏',
icon: 'delete-column',
guard: ['Admin'],
levelHidden: true,
breadcrumbHidden: true,
},
children: [
{
path: 'deleteColumn',
name: 'DeleteColumn',
component: () => import('/@/views/noColumn/deleteColumn/index.vue'),
meta: {
title: '单栏',
icon: 'delete-column',
noColumn: true,
},
},
],
},
{
path: '/goods',
name: 'Goods',
component: Layout,
meta: {
title: '商品',
icon: 'shopping-bag-3-line',
guard: ['Admin'],
},
children: [
{
path: 'goodsManagement',
name: 'GoodsManagement',
component: () => import('/@/views/goods/GoodsManagement.vue'),
meta: {
title: '商品管理',
icon: 'shopping-basket-line',
},
},
{
path: 'goodsStatistics',
name: 'GoodsStatistics',
component: () => import('/@/views/goods/GoodsStatistics.vue'),
meta: {
title: '商品统计',
icon: 'line-chart-line',
dot: true,
},
},
{
path: 'goodsList',
name: 'GoodsList',
component: () => import('/@/views/goods/GoodsList.vue'),
meta: {
title: '商品列表',
icon: 'list-check-3',
},
},
{
path: 'goodsComment',
name: 'GoodsComment',
component: () => import('/@/views/goods/GoodsComment.vue'),
meta: {
title: '商品评论',
icon: 'chat-smile-2-line',
},
},
{
path: 'workOrder',
name: 'WorkOrder',
component: () => import('/@/views/goods/WorkOrder.vue'),
meta: {
title: '工单管理',
icon: 'list-ordered-2',
},
},
{
path: 'trade',
name: 'Trade',
component: () => import('/@/views/goods/Trade.vue'),
meta: {
title: '交易订单',
icon: 'archive-2-line',
},
},
{
path: 'orderNotice',
name: 'OrderNotice',
component: () => import('/@/views/goods/OrderNotice.vue'),
meta: {
title: '订单提醒',
icon: 'bell-line',
badge: 'New',
},
},
{
path: 'cashier',
name: 'Cashier',
component: () => import('/@/views/goods/Cashier.vue'),
meta: {
title: '收银台',
icon: 'copper-diamond-line',
},
},
{
path: 'productCenter',
name: 'ProductCenter',
component: () => import('/@/views/goods/ProductCenter.vue'),
meta: {
title: '产品中心',
icon: 'presentation-line',
},
},
{
path: 'posterDesign',
name: 'PosterDesign',
component: () => import('/@/views/goods/PosterDesign.vue'),
meta: {
title: '海报设计',
icon: 'image-2-line',
badge: '全屏',
fullscreen: true,
},
},
{
path: 'explorer',
name: 'Explorer',
component: () => import('/@/views/goods/Explorer.vue'),
meta: {
title: '资源管理器',
icon: 'file-cloud-line',
badge: 'New',
},
},
],
},
{
path: '/chat',
name: 'Chat',
component: Layout,
meta: {
title: 'GPT',
icon: 'chat-1-line',
guard: ['Admin'],
},
children: [
{
path: 'chatGPT',
name: 'ChatGPT',
component: () => import('/@/views/chatGPT/ChatGPT.vue'),
meta: {
title: 'ChatGPT',
icon: 'openai-line',
dot: true,
},
},
{
path: 'speechSynthesis',
name: 'SpeechSynthesis',
component: () => import('/@/views/chatGPT/SpeechSynthesis.vue'),
meta: {
title: '语音合成',
icon: 'customer-service-line',
},
},
{
path: '//bard.google.com/chat',
name: 'Bard',
meta: {
title: 'Bard',
target: '_blank',
icon: 'bard-line',
},
},
{
path: '//copilot.microsoft.com',
name: 'Copilot',
meta: {
title: 'Copilot',
target: '_blank',
icon: 'copilot-line',
},
},
{
path: '//claude.ai/chat',
name: 'Claude',
meta: {
title: 'Claude',
target: '_blank',
icon: 'brain-line',
},
},
{
path: '//yiyan.baidu.com',
name: 'Yiyan',
meta: {
title: '文心一言',
target: '_blank',
icon: 'baidu-line',
},
},
{
path: '//xinghuo.xfyun.cn/desk',
name: 'Xinghuo',
meta: {
title: '讯飞星火',
target: '_blank',
icon: 'fire-line',
},
},
{
path: '//qianwen.aliyun.com/chat',
name: 'Qianwen',
meta: {
title: '通义千问',
target: '_blank',
icon: 'taobao-line',
},
},
{
path: '//www.doubao.com/chat/',
name: 'Doubao',
meta: {
title: '豆包',
target: '_blank',
icon: 'tiktok-line',
},
},
],
},
{
path: '/portal',
name: 'Portal',
component: () => import('/@/views/portal/Portal.vue'),
meta: {
title: '门户',
icon: 'building-line',
target: '_blank',
guard: ['Admin'],
},
},
{
path: '/product',
name: 'Product',
component: () => import('/@/views/portal/Product.vue'),
meta: {
title: '产品简介',
hidden: true,
},
},
{
path: '/partner',
name: 'Partner',
component: () => import('/@/views/portal/Partner.vue'),
meta: {
title: '合作伙伴',
hidden: true,
},
},
{
path: '//vuejs-core.cn/authorization/shop-vite.html',
name: 'ExternalLink',
meta: {
title: '外链',
target: '_blank',
guard: ['Admin'],
icon: 'external-link-line',
},
},
{
path: '/:pathMatch(.*)*',
redirect: '/404',
name: 'NotFound',
meta: {
title: '404',
hidden: true,
},
},
]
const router = createRouter({
history: isHashRouterMode ? createWebHashHistory(base) : createWebHistory(base),
routes: constantRoutes as RouteRecordRaw[],
})
const fatteningRoutes = (routes: VabRouteRecord[]): VabRouteRecord[] => {
return routes.flatMap((route) => {
return route.children ? fatteningRoutes(route.children) : route
})
}
const addRouter = (routes: VabRouteRecord[]) => {
routes.forEach((route: VabRouteRecord) => {
if (!router.hasRoute(route.name)) router.addRoute(route as RouteRecordRaw)
if (route.children) addRouter(route.children)
})
}
export const resetRouter = (routes: VabRouteRecord[] = constantRoutes) => {
routes.map((route: VabRouteRecord) => {
if (route.children) route.children = fatteningRoutes(route.children)
})
router.getRoutes().forEach((route) => {
if (route.name) {
const routeName: RouteRecordName = route.name
router.hasRoute(routeName) && router.removeRoute(routeName)
}
})
addRouter(routes)
}
export const setupRouter = (app: App<Element>) => {
/*
* @description: 控制台禁止出现[Vue Router warn]: No match found for location with path "/index"报黄
* @tips: 未经全面测试,请谨慎使用!如遇问题请前往config/cli.config.ts配置disableRouterWarning:false
* @author: @sundan
*/
if (disableRouterWarning)
router.addRoute({
path: '/:pathMatch(.*)*',
component: () => {},
})
if (authentication === 'intelligence') addRouter(asyncRoutes)
setupPermissions(router)
app.use(router)
return router
}
export default router
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
<vab-icon icon="home-2-line" /> <vab-icon icon="home-2-line" />
</div> </div>
</vab-link> </vab-link>
<span>Vue Shop Vite 数据大屏</span> <span>Sage 数据大屏</span>
<vab-fullscreen class="data-fullscreen" /> <vab-fullscreen class="data-fullscreen" />
</div> </div>
...@@ -91,7 +91,7 @@ ...@@ -91,7 +91,7 @@
display: block; display: block;
width: 100%; width: 100%;
color: #fff; color: #fff;
content: 'Vue Shop Vite 数据大屏'; content: 'Sage 数据大屏';
background-image: linear-gradient( background-image: linear-gradient(
65deg, 65deg,
transparent 10%, transparent 10%,
...@@ -110,7 +110,7 @@ ...@@ -110,7 +110,7 @@
z-index: -1; z-index: -1;
display: block; display: block;
color: #fff; color: #fff;
content: 'Vue Shop Vite 数据大屏'; content: 'Sage 数据大屏';
} }
} }
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
<vab-icon icon="home-2-line" /> <vab-icon icon="home-2-line" />
</div> </div>
</vab-link> </vab-link>
<span>Vue Shop Vite 工作台</span> <span>Sage 工作台</span>
<vab-fullscreen class="data-fullscreen" /> <vab-fullscreen class="data-fullscreen" />
</div> </div>
</el-col> </el-col>
...@@ -73,7 +73,7 @@ ...@@ -73,7 +73,7 @@
display: block; display: block;
width: 100%; width: 100%;
color: #fff; color: #fff;
content: 'Vue Shop Vite 工作台'; content: 'Sage 工作台';
background-image: linear-gradient( background-image: linear-gradient(
65deg, 65deg,
transparent 10%, transparent 10%,
...@@ -92,7 +92,7 @@ ...@@ -92,7 +92,7 @@
z-index: -1; z-index: -1;
display: block; display: block;
color: #fff; color: #fff;
content: 'Vue Shop Vite 工作台'; content: 'Sage 工作台';
} }
@keyframes flare { @keyframes flare {
......
...@@ -27,14 +27,14 @@ ...@@ -27,14 +27,14 @@
</el-input> </el-input>
</el-form-item> </el-form-item>
<!-- 验证码验证逻辑需自行开发,如不需要验证码功能建议注释 --> <!-- 验证码验证逻辑需自行开发,如不需要验证码功能建议注释 -->
<el-form-item prop="verificationCode"> <!-- <el-form-item prop="verificationCode">
<el-input v-model.trim="form.verificationCode" :placeholder="translate('验证码') + previewText" type="text"> <el-input v-model.trim="form.verificationCode" :placeholder="translate('验证码') + previewText" type="text">
<template #prefix> <template #prefix>
<vab-icon icon="barcode-box-line" /> <vab-icon icon="barcode-box-line" />
</template> </template>
</el-input> </el-input>
<img class="code" :src="codeUrl" @click="changeCode" /> <img class="code" :src="codeUrl" @click="changeCode" />
</el-form-item> </el-form-item> -->
<el-button v-throttle="handleLogin" class="login-btn" :loading="loading" type="primary"> <el-button v-throttle="handleLogin" class="login-btn" :loading="loading" type="primary">
{{ translate('登录') }} {{ translate('登录') }}
</el-button> </el-button>
......
<template> <template>
<div class="login-container" :style="{ background: background, backgroundSize: '100%' }"> <div class="login-container" :style="{ background: background, backgroundSize: '100%' }">
<div v-show="theme.showLanguage || theme.showColorPicker || theme.showDark" class="login-right-tools"> <!-- <div v-show="theme.showLanguage || theme.showColorPicker || theme.showDark" class="login-right-tools">
<el-checkbox v-model="show" @change="handleShow">{{ translate('必应壁纸') }}</el-checkbox> <el-checkbox v-model="show" @change="handleShow">{{ translate('必应壁纸') }}</el-checkbox>
<vab-language v-show="theme.showLanguage" /> <vab-language v-show="theme.showLanguage" />
<vab-color-picker v-show="theme.showColorPicker" /> <vab-color-picker v-show="theme.showColorPicker" />
<vab-dark v-show="theme.showDark" /> <vab-dark v-show="theme.showDark" />
</div> </div> -->
<slot></slot> <slot></slot>
<vab-icon class="login-background" icon="background" is-custom-svg /> <vab-icon class="login-background" icon="background" is-custom-svg />
<vab-footer /> <vab-footer />
...@@ -13,7 +13,6 @@ ...@@ -13,7 +13,6 @@
</template> </template>
<script lang="ts" setup> <script lang="ts" setup>
import { translate } from '/@/i18n'
import { useBingStore } from '/@/store/modules/bing' import { useBingStore } from '/@/store/modules/bing'
import { useSettingsStore } from '/@/store/modules/settings' import { useSettingsStore } from '/@/store/modules/settings'
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<el-button type="primary">下次打开页面时可以自动跳转至您当前滚动条的记录位置</el-button> <el-button type="primary">下次打开页面时可以自动跳转至您当前滚动条的记录位置</el-button>
</el-affix> </el-affix>
<ul> <ul>
<li v-for="item in 200" :key="item">Vue Shop Vite - {{ item }}</li> <li v-for="item in 200" :key="item">Sage - {{ item }}</li>
</ul> </ul>
</div> </div>
</template> </template>
......
...@@ -31,7 +31,7 @@ const option = reactive<any>({ ...@@ -31,7 +31,7 @@ const option = reactive<any>({
left: 'center', left: 'center',
top: 'center', top: 'center',
style: { style: {
text: 'Vue Shop Vite', text: 'Sage',
fontSize: 40, fontSize: 40,
fontWeight: 'bold', fontWeight: 'bold',
lineDash: [0, 200], lineDash: [0, 200],
......
...@@ -60,7 +60,7 @@ const print = async (value: any) => { ...@@ -60,7 +60,7 @@ const print = async (value: any) => {
const remotePrint = () => { const remotePrint = () => {
ElMessageBox.prompt('', '自定义打印', { ElMessageBox.prompt('', '自定义打印', {
inputType: 'textarea', inputType: 'textarea',
inputValue: `<h1>Vue Shop Vite</h1><p>vuejs-core.cn/shop-vite</p>`, inputValue: `<h1>Sage</h1><p>vuejs-core.cn/shop-vite</p>`,
inputErrorMessage: 'Invalid Email', inputErrorMessage: 'Invalid Email',
confirmButtonText: '打印', confirmButtonText: '打印',
draggable: true, draggable: true,
......
...@@ -30,7 +30,7 @@ const { share } = useShare() ...@@ -30,7 +30,7 @@ const { share } = useShare()
function startShare() { function startShare() {
share({ share({
title: 'Vue shop Vite', title: 'Sage',
url: 'https://vuejs-core.cn/shop-vite', url: 'https://vuejs-core.cn/shop-vite',
}) })
} }
......
...@@ -56,7 +56,7 @@ ...@@ -56,7 +56,7 @@
</vab-card> </vab-card>
<vab-card title="局部多行水印"> <vab-card title="局部多行水印">
<el-watermark :content="['Vite 4.x', 'Vue Shop Vite']"> <el-watermark :content="['Vite 6.x', 'Sage']">
<div style="height: 200px"></div> <div style="height: 200px"></div>
</el-watermark> </el-watermark>
</vab-card> </vab-card>
...@@ -97,7 +97,7 @@ const setCustomWatermark = () => { ...@@ -97,7 +97,7 @@ const setCustomWatermark = () => {
} }
const config = reactive<any>({ const config = reactive<any>({
content: 'Vue shop Vite', content: 'Sage',
font: { font: {
fontSize: 16, fontSize: 16,
color: 'rgba(0, 0, 0, 0.15)', color: 'rgba(0, 0, 0, 0.15)',
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<div class="index-nav"> <div class="index-nav">
<div class="logo"> <div class="logo">
<a href="#/portal"></a> <a href="#/portal"></a>
<span class="logo-title">Vue Shop Vite</span> <span class="logo-title">Sage</span>
</div> </div>
<el-tabs v-model="activeName" class="hidden-xs-only" @tab-click="handleClick"> <el-tabs v-model="activeName" class="hidden-xs-only" @tab-click="handleClick">
......
...@@ -60,7 +60,7 @@ interface FormType { ...@@ -60,7 +60,7 @@ interface FormType {
} }
const form = reactive<FormType>({ const form = reactive<FormType>({
siteName: 'Vue Shop Vite', siteName: 'Sage',
siteUrl: 'https://vuejs-core.cn/shop-vite', siteUrl: 'https://vuejs-core.cn/shop-vite',
metaKeywords: '', metaKeywords: '',
metaDesc: '', metaDesc: '',
......
...@@ -100,7 +100,7 @@ export default defineConfig(({ mode }: ConfigEnv): UserConfig => { ...@@ -100,7 +100,7 @@ export default defineConfig(({ mode }: ConfigEnv): UserConfig => {
preprocessorOptions: { preprocessorOptions: {
scss: { scss: {
api: 'modern-compiler', // 修复警告: Deprecation Warning: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0. api: 'modern-compiler', // 修复警告: Deprecation Warning: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.
sassOptions: { outputStyle: 'expanded' }, // sassOptions: { outputStyle: 'expanded' },
// additionalData(content: string, loaderContext: string) { // additionalData(content: string, loaderContext: string) {
// return ['variables.scss'].includes(basename(loaderContext)) // return ['variables.scss'].includes(basename(loaderContext))
// ? content // ? content
......
...@@ -45,7 +45,7 @@ export default defineConfig(({ mode }: ConfigEnv): UserConfig => { ...@@ -45,7 +45,7 @@ export default defineConfig(({ mode }: ConfigEnv): UserConfig => {
}, },
https, https,
fs: { fs: {
cachedChecks: true, // cachedChecks: true,
}, },
}, },
resolve: { resolve: {
...@@ -101,7 +101,7 @@ export default defineConfig(({ mode }: ConfigEnv): UserConfig => { ...@@ -101,7 +101,7 @@ export default defineConfig(({ mode }: ConfigEnv): UserConfig => {
preprocessorOptions: { preprocessorOptions: {
scss: { scss: {
api: 'modern-compiler', // 修复警告: Deprecation Warning: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0. api: 'modern-compiler', // 修复警告: Deprecation Warning: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.
sassOptions: { outputStyle: 'expanded' }, // sassOptions: { outputStyle: 'expanded' },
// additionalData(content: string, loaderContext: string) { // additionalData(content: string, loaderContext: string) {
// return ['variables.scss'].includes(basename(loaderContext)) // return ['variables.scss'].includes(basename(loaderContext))
// ? content // ? content
......
...@@ -101,7 +101,7 @@ export default defineConfig(({ mode }: ConfigEnv): UserConfig => { ...@@ -101,7 +101,7 @@ export default defineConfig(({ mode }: ConfigEnv): UserConfig => {
preprocessorOptions: { preprocessorOptions: {
scss: { scss: {
api: 'modern-compiler', // 修复警告: Deprecation Warning: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0. api: 'modern-compiler', // 修复警告: Deprecation Warning: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.
sassOptions: { outputStyle: 'expanded' }, // sassOptions: { outputStyle: 'expanded' },
}, },
}, },
devSourcemap: true, devSourcemap: true,
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论