Commit db0f097d authored by wanghao's avatar wanghao

1 之前已部署的大屏 和 现在新调整的大屏 两个版本之间可任意部署切换功能实现及过程中的调整和测试。

parent bf5a4253
/*
* @Author: your name
* @Date: 2022-02-23 15:28:07
* @LastEditTime: 2023-07-06 14:04:13
* @LastEditors: 纪泽龙 jizelong@qq.com
* @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
* @FilePath: /newDev/gassafety-progress/gassafetyprogress-web/src/api/bigWindow/getdevice.js
*/
import request from '@/utils/request'
// 事故台账统计接口
export function getSGSL(query) {
return request({
url: '/standingBook/trouble/accidentLedger',
method: 'get',
params: query
})
}
// 隐患整治统计
export function getYHZZ(query) {
return request({
url: '/standingBook/hidden/hazardStatistics',
method: 'get',
params: query
})
}
// 气量监管统计接口
export function getQLJG(query) {
return request({
url: '/supplyBalance/gas/tSupBalGasSupStatistics',
method: 'get',
params: query
})
}
// 燃气用户统计接口
export function getYHTJ(query) {
return request({
url: '/supervise/user/userStatistics',
method: 'get',
params: query
})
}
/*
* @Author: your name
* @Date: 2022-02-23 15:28:07
* @LastEditTime: 2022-03-08 14:52:13
* @LastEditors: Please set LastEditors
* @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
* @FilePath: /newDev/gassafety-progress/gassafetyprogress-web/src/api/bigWindow/getdevice.js
*/
import request from '@/utils/request'
// 查询管道去查询
export function getPipeForSelect(query) {
return request({
url: '/pipe/pipe/getPipeForSelect',
method: 'get',
params: query
})
}
// 查询管道
export function getPipe(query) {
return request({
url: '/pipe/pipe/selectPipeData',
method: 'get',
params: query
})
}
// 调压箱
export function getTyx(query) {
return request({
url: '/pipe/pipe/selectDeviceData',
method: 'get',
params: query
})
}
// 调压箱下面的设备接口
export function getTyxDevice(query) {
return request({
url: '/pipe/pipe/selectPressureFlow',
method: 'get',
params: query
})
}
// 是阀门
export function getFm(query) {
return request({
url: '/pipe/pipe/selectvalveData',
method: 'get',
params: query
})
}
// 阀门下面的设备接口
export function getFmDevice(query) {
return request({
url: '/pipe/pipe/selectPressureFlow',
method: 'get',
params: query
})
}
// 厂站
export function getCz(query) {
return request({
url: '/pipe/pipe/selectTSiteStationInfoData',
method: 'get',
params: query
})
}
// 场站下的设备
export function getCzDevice(query) {
return request({
url: '/pipe/pipe/selecttSiteStationInfoData',
method: 'get',
params: query
})
}
// 设备id :devId 类型 relationDeviceType 1调压箱/阀门井 2场站
export function getTcqDevice(query) {
return request({
url: '/pipe/pipe/selectSensingDevice',
method: 'get',
params: {
pageNum: 1,
pageSize: 20,
...query,
},
})
}
// 液化气
export function getYhq(query) {
return request({
url: '/system/yehuaqiUser/allList',
method: 'get',
params: query
})
}
export function getyhqUser(query) {
return request({
url: '/system/yehuaqiDevice/list',
method: 'get',
params: query
})
}
export function deviceUser() {
return request({
url: '/system/deviceUser/allListbyTownship',
method: 'get',
})
}
export function deviceUserList(query) {
return request({
url: '/system/deviceUser/list',
method: 'get',
params: query
})
}
// 监控
export function getVideo(query) {
return request({
url: '/pipe/pipe/selectTvideoManagerData',
method: 'get',
params: query
})
}
// 燃气用户接口
export function getUser(query) {
return request({
url: '/pipe/pipe/selectTdetectorUser',
method: 'get',
params: query
})
}
// 企业接口
export function getEnterprise(query) {
return request({
url: '/regulation/info/enterpriseInfoList',
method: 'get',
params: query
})
}
// 获取公司名称以及id
export function getCompany(query) {
return request({
url: '/pipe/pipe/selectTenterpriseInfoData',
method: 'get',
params: query
})
}
// 报警
export function userAlarm(query) {
return request({
url: '/supervise/user/getDetectorUserAlarmList',
method: 'get',
params: query
})
}
<svg width="637" height="50" viewBox="0 0 637 50" fill="none" xmlns="http://www.w3.org/2000/svg">
<g filter="url(#filter0_i_377_3186)">
<path d="M35 0H605L637 50H0L35 0Z" fill="#148DD2" fill-opacity="0.01"/>
</g>
<path d="M0.960328 49.5L35.2603 0.5H604.726L636.086 49.5H0.960328Z" stroke="#148DD2"/>
<defs>
<filter id="filter0_i_377_3186" x="0" y="0" width="637" height="50" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset/>
<feGaussianBlur stdDeviation="7"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.0784314 0 0 0 0 0.552941 0 0 0 0 0.823529 0 0 0 1 0"/>
<feBlend mode="normal" in2="shape" result="effect1_innerShadow_377_3186"/>
</filter>
</defs>
</svg>
<svg id="组_1" data-name="组 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="44" height="49" viewBox="0 0 143 157">
<defs>
<style>
.cls-1 {
fill: url(#radial-gradient);
}
.cls-2, .cls-3 {
fill: #3286b8;
}
.cls-2, .cls-4 {
filter: url(#filter);
}
.cls-4 {
fill: #fff;
}
.cls-5, .cls-7 {
fill: none;
}
.cls-5 {
stroke: #148dd2;
stroke-width: 4px;
}
.cls-6 {
fill: #83f870;
}
.cls-6, .cls-7 {
fill-rule: evenodd;
}
.cls-7 {
stroke: #fff;
stroke-width: 2px;
}
</style>
<radialGradient id="radial-gradient" cx="-152.5" cy="58" r="1" gradientUnits="userSpaceOnUse">
<stop offset="0" stop-color="#fff"/>
<stop offset="2.367" stop-color="#3789ba"/>
<stop offset="2.97" stop-color="#3789ba"/>
</radialGradient>
<filter id="filter" x="26" y="96" width="93" height="49" filterUnits="userSpaceOnUse">
<feGaussianBlur result="blur" stdDeviation="9.667" in="SourceAlpha"/>
<feFlood result="flood" flood-color="#3286b8"/>
<feComposite result="composite-2" operator="out" in2="blur"/>
<feComposite result="composite" operator="in" in2="SourceAlpha"/>
<feBlend result="blend" in2="SourceGraphic"/>
</filter>
</defs>
<ellipse id="椭圆_3" data-name="椭圆 3" class="cls-1" cx="-152.5" cy="58" rx="1.5" ry="1"/>
<ellipse id="椭圆_2_拷贝" data-name="椭圆 2 拷贝" class="cls-2" cx="72.5" cy="120.5" rx="46.5" ry="24.5"/>
<ellipse id="椭圆_2_拷贝_4" data-name="椭圆 2 拷贝 4" class="cls-3" cx="72.5" cy="120.5" rx="46.5" ry="24.5"/>
<ellipse id="椭圆_2_拷贝_2" data-name="椭圆 2 拷贝 2" class="cls-4" cx="72.5" cy="120.5" rx="46.5" ry="24.5"/>
<ellipse id="椭圆_1" data-name="椭圆 1" class="cls-5" cx="72.5" cy="120.5" rx="68.5" ry="34.5"/>
<path id="形状_1" data-name="形状 1" class="cls-6" d="M58.4,10.547L72.074-2.141s1.8-3.651,9.469,4.229c8.183,8.407,39.979,37.888,41.03,40.179s0.4,3.263-5.261,11.631c-8.854,13.083-39.978,63.441-39.978,63.441s-5.707,3.066-8.416-4.229-39.8-62.031-41.03-65.556-1.92-4.265,3.156-9.516C38.224,30.32,58.4,10.547,58.4,10.547ZM89.275,67.4s-0.129,9.449-8.4,10.226c-8.935.839-9.6,0-9.6,0s-8.708-2.184-8.252-10.082,0-21.029,0-21.029V44.066s-0.2-9.656,9.752-10.37c0.356-.026.15-3.169,0.15-3.169h-3.3l-0.15,1.728s0.331,1.363-.3,1.44c-1.291.159-5.1,0-5.1,0s-1.023-.018-1.05-1.872c-0.038-2.514,0-9.794,0-9.794s-0.106-.984,1.5-0.864,3.751,0.144,3.751.144a1.051,1.051,0,0,1,1.2,1.008,19.85,19.85,0,0,1,0,2.017h3.3l0.15-3.025a2.89,2.89,0,0,1,3-2.3,3.422,3.422,0,0,1,3.451,2.3v3.025h2.851s2.678,0.787,2.7,2.737c0.036,3.126-2.4,3.457-2.4,3.457H79.372v1.3l10.052-.144a6.487,6.487,0,0,1,5.7,4.033c1.007,2.641.75,10.8,0.75,10.8a2.886,2.886,0,0,1,2.1,3.313,3.159,3.159,0,0,1-2.851,2.737s-3.507.072-3.6-2.881,2.1-3.169,2.1-3.169l-0.15-8.642S92.868,33.65,88.825,33.7c-4.182.048-8.252,0-8.252,0s6.6,2.089,7.8,5.473,0.9,4.9.9,4.9V67.4Z"/>
<path id="形状_1_拷贝" data-name="形状 1 拷贝" class="cls-7" d="M58.4,10.547L72.074-2.141s1.8-3.651,9.469,4.229c8.183,8.407,39.979,37.888,41.03,40.179s0.4,3.263-5.261,11.631c-8.854,13.083-39.978,63.441-39.978,63.441s-5.707,3.066-8.416-4.229-39.8-62.031-41.03-65.556-1.92-4.265,3.156-9.516C38.224,30.32,58.4,10.547,58.4,10.547Z"/>
</svg>
<svg width="453" height="230" viewBox="0 0 453 230" fill="none" xmlns="http://www.w3.org/2000/svg">
<g filter="url(#filter0_i_377_3153)">
<path d="M2 10.4457C2 8.23669 3.66286 6.44568 5.87192 6.44426C39.6997 6.42248 287.207 6.1226 431.947 2.00022C433.778 1.94806 445.401 11.2163 449.539 14.5656C450.47 15.3185 451 16.448 451 17.6449V33.8783C451 34.5502 450.826 35.2191 450.504 35.8087C421.742 88.4255 407.744 125.259 387.054 224.768C386.667 226.626 385.023 228 383.126 228H318.745H265.954H251H247H239H231H213.5H203.5H200H191.292H186.768H160.373H107.582H5.99999C3.79086 228 2 226.209 2 224V10.4457Z" fill="#148DD2" fill-opacity="0.01"/>
</g>
<path d="M450.065 35.5689C421.273 88.2411 407.261 125.125 386.564 224.666C386.225 226.299 384.779 227.5 383.126 227.5H318.745H265.954H251H247H239H231H213.5H203.5H200H191.292H186.768H160.373H107.582H5.99999C4.067 227.5 2.5 225.933 2.5 224V10.4457C2.5 8.49133 3.9601 6.94549 5.87224 6.94426C39.6983 6.92249 287.213 6.62264 431.961 2.50002C431.983 2.4994 432.066 2.50812 432.234 2.5675C432.393 2.62339 432.592 2.7115 432.832 2.83343C433.311 3.07705 433.915 3.43732 434.614 3.8903C436.012 4.79506 437.756 6.04549 439.579 7.40788C443.223 10.1312 447.157 13.2807 449.225 14.9542C450.036 15.6107 450.5 16.5964 450.5 17.6449V33.8783C450.5 34.4649 450.348 35.0516 450.065 35.5689Z" stroke="#148DD2"/>
<g filter="url(#filter1_d_377_3153)">
<path d="M444.5 46L450.5 35V16C450.5 16 439 6 432 2.5L421 3" stroke="#148DD2" stroke-width="2"/>
</g>
<g filter="url(#filter2_d_377_3153)">
<path d="M2.5 216V227.5H13.5" stroke="#148DD2" stroke-width="2"/>
</g>
<g filter="url(#filter3_d_377_3153)">
<path d="M2 18.5V7H13" stroke="#148DD2" stroke-width="2"/>
</g>
<defs>
<filter id="filter0_i_377_3153" x="2" y="2" width="449" height="226" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset/>
<feGaussianBlur stdDeviation="7"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.0784314 0 0 0 0 0.552941 0 0 0 0 0.823529 0 0 0 1 0"/>
<feBlend mode="normal" in2="shape" result="effect1_innerShadow_377_3153"/>
</filter>
<filter id="filter1_d_377_3153" x="419.955" y="0.489258" width="32.5449" height="46.9895" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset/>
<feGaussianBlur stdDeviation="0.5"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.8 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_377_3153"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_377_3153" result="shape"/>
</filter>
<filter id="filter2_d_377_3153" x="0.5" y="215" width="14" height="14.5" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset/>
<feGaussianBlur stdDeviation="0.5"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.8 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_377_3153"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_377_3153" result="shape"/>
</filter>
<filter id="filter3_d_377_3153" x="0" y="5" width="14" height="14.5" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset/>
<feGaussianBlur stdDeviation="0.5"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.8 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_377_3153"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_377_3153" result="shape"/>
</filter>
</defs>
</svg>
<svg width="427" height="394" viewBox="0 0 427 394" fill="none" xmlns="http://www.w3.org/2000/svg">
<g filter="url(#filter0_i_377_3170)">
<path d="M383 7.00001C383 4.79087 381.209 3 379 3H185H172.5H154H146H144.25H96.5H5.64163C3.19723 3 1.32598 5.17995 1.67811 7.59885C17.3323 115.131 17.7427 215.617 0.592084 348.454C0.282711 350.851 2.14384 353 4.55992 353H92.5H146H153H174.5H185H379C381.209 353 383 351.209 383 349V7.00001Z" fill="#148DD2" fill-opacity="0.01"/>
</g>
<path d="M2.17288 7.52682C17.8345 115.111 18.2435 215.643 1.08798 348.518C0.816589 350.62 2.45029 352.5 4.55994 352.5H92.5H146H153H174.5H185H379C380.933 352.5 382.5 350.933 382.5 349V7.00001C382.5 5.06701 380.933 3.5 379 3.5H185H172.5H154H146H144.25H96.5H5.64163C3.50452 3.5 1.86432 5.4071 2.17288 7.52682Z" stroke="#148DD2"/>
<g filter="url(#filter1_d_377_3170)">
<path d="M382.5 14V2.5H371.5" stroke="#148DD2" stroke-width="2"/>
</g>
<g filter="url(#filter2_d_377_3170)">
<path d="M382.5 342V353.5H371.5" stroke="#148DD2" stroke-width="2"/>
</g>
<defs>
<filter id="filter0_i_377_3170" x="0.558594" y="3" width="382.441" height="350" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset/>
<feGaussianBlur stdDeviation="7"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.0784314 0 0 0 0 0.552941 0 0 0 0 0.823529 0 0 0 1 0"/>
<feBlend mode="normal" in2="shape" result="effect1_innerShadow_377_3170"/>
</filter>
<filter id="filter1_d_377_3170" x="370.5" y="0.5" width="14" height="14.5" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset/>
<feGaussianBlur stdDeviation="0.5"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.8 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_377_3170"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_377_3170" result="shape"/>
</filter>
<filter id="filter2_d_377_3170" x="370.5" y="341" width="14" height="14.5" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset/>
<feGaussianBlur stdDeviation="0.5"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.8 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_377_3170"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_377_3170" result="shape"/>
</filter>
</defs>
</svg>
<svg width="462" height="308" viewBox="0 0 462 308" fill="none" xmlns="http://www.w3.org/2000/svg">
<g filter="url(#filter0_i_377_3175)">
<path d="M460 6.00002C460 3.79088 458.252 2.00003 456.043 2.00003C436.772 2.00003 350.087 2.00003 262.004 2.00002H246.5C242.365 2.00002 234.113 2.00002 230 2.00002H223.599C149.603 2.00001 94.6389 2 79.422 2.00001C77.4518 2.00001 75.7685 3.48013 75.4614 5.42622C56.3611 126.477 41.3375 173.531 0.908267 302.156C0.384377 303.823 0.894216 305 2.64136 305C37.8828 305 414.589 305 456.262 305C458.471 305 460 303.209 460 301V6.00002Z" fill="#3CC4FF" fill-opacity="0.01"/>
</g>
<path d="M75.9553 5.50415C57.0807 125.125 42.1814 172.523 2.845 297.662L1.38525 302.306C1.14081 303.084 1.17709 303.632 1.35983 303.959C1.52225 304.251 1.87866 304.5 2.64136 304.5H2.85175H3.06995H3.29587H3.52954H3.77087H4.0199H4.27655H4.5408H4.81265H5.09201H5.37891H5.67328H5.9751H6.28433H6.60098H6.92499H7.25632H7.59494H7.94083H8.29398H8.65433H9.02188H9.39655H9.77835H10.1673H10.5632H10.9662H11.3762H11.7931H12.217H12.6478H13.0855H13.53H13.9814H14.4395H14.9044H15.376H15.8543H16.3393H16.8309H17.3291H17.8339H18.3452H18.8631H19.3874H19.9182H20.4554H20.9991H21.549H22.1053H22.6679H23.2368H23.812H24.3933H24.9808H25.5745H26.1743H26.7802H27.3921H28.0101H28.6341H29.264H29.8999H30.5417H31.1894H31.843H32.5023H33.1675H33.8384H34.515H35.1973H35.8853H36.579H37.2782H37.983H38.6934H39.4093H40.1306H40.8575H41.5898H42.3274H43.0704H43.8188H44.5724H45.3314H46.0956H46.8649H47.6395H48.4193H49.2041H49.994H50.7891H51.5891H52.3942H53.2042H54.0192H54.8391H55.6638H56.4934H57.3279H58.1671H59.011H59.8598H60.7132H61.5713H62.434H63.3013H64.1732H65.0497H65.9307H66.8162H67.7061H68.6005H69.4992H70.4024H71.3098H72.2216H73.1377H74.058H74.9825H75.9112H76.844H77.781H78.7221H79.6672H80.6164H81.5696H82.5268H83.4879H84.4529H85.4218H86.3945H87.3711H88.3515H89.3356H90.3235H91.3151H92.3103H93.3092H94.3117H95.3178H96.3274H97.3405H98.3572H99.3773H100.401H101.428H102.458H103.492H104.529H105.569H106.612H107.659H108.709H109.762H110.818H111.877H112.94H114.005H115.074H116.145H117.219H118.296H119.377H120.46H121.545H122.634H123.725H124.819H125.916H127.016H128.118H129.222H130.33H131.44H132.552H133.667H134.784H135.904H137.026H138.151H139.278H140.407H141.538H142.672H143.808H144.946H146.086H147.229H148.373H149.52H150.669H151.819H152.972H154.126H155.283H156.441H157.602H158.764H159.928H161.093H162.261H163.43H164.6H165.773H166.947H168.122H169.3H170.478H171.658H172.84H174.023H175.208H176.394H177.581H178.769H179.959H181.15H182.342H183.536H184.73H185.926H187.123H188.321H189.52H190.72H191.921H193.123H194.326H195.529H196.734H197.939H199.146H200.353H201.56H202.769H203.978H205.188H206.398H207.609H208.821H210.033H211.245H212.458H213.672H214.885H216.1H217.314H218.529H219.744H220.96H222.175H223.391H224.607H225.823H227.04H228.256H229.472H230.689H231.905H233.121H234.338H235.554H236.77H237.986H239.201H240.417H241.632H242.847H244.061H245.275H246.489H247.703H248.916H250.128H251.34H252.552H253.762H254.973H256.182H257.391H258.6H259.807H261.014H262.22H263.426H264.63H265.834H267.036H268.238H269.439H270.639H271.838H273.036H274.232H275.428H276.622H277.816H279.008H280.199H281.388H282.577H283.764H284.949H286.134H287.317H288.498H289.678H290.857H292.033H293.209H294.383H295.555H296.725H297.894H299.061H300.227H301.39H302.552H303.712H304.87H306.027H307.181H308.333H309.484H310.632H311.778H312.923H314.065H315.205H316.343H317.478H318.612H319.743H320.872H321.998H323.123H324.245H325.364H326.481H327.596H328.708H329.817H330.924H332.028H333.13H334.229H335.326H336.42H337.511H338.599H339.684H340.767H341.846H342.923H343.997H345.068H346.136H347.201H348.263H349.322H350.378H351.43H352.48H353.526H354.569H355.609H356.645H357.679H358.709H359.735H360.758H361.778H362.794H363.807H364.816H365.821H366.823H367.822H368.817H369.808H370.795H371.779H372.759H373.735H374.707H375.675H376.64H377.6H378.557H379.51H380.458H381.403H382.343H383.28H384.212H385.14H386.064H386.984H387.899H388.811H389.718H390.62H391.518H392.412H393.301H394.186H395.067H395.943H396.814H397.681H398.543H399.4H400.253H401.101H401.944H402.783H403.617H404.446H405.27H406.089H406.903H407.713H408.517H409.317H410.111H410.9H411.684H412.463H413.237H414.006H414.77H415.528H416.281H417.028H417.771H418.508H419.239H419.965H420.686H421.401H422.111H422.815H423.513H424.206H424.893H425.575H426.251H426.921H427.585H428.244H428.897H429.544H430.185H430.82H431.449H432.072H432.689H433.3H433.906H434.505H435.097H435.684H436.265H436.839H437.407H437.969H438.524H439.073H439.616H440.152H440.682H441.206H441.723H442.233H442.737H443.235H443.725H444.209H444.687H445.158H445.622H446.079H446.529H446.973H447.41H447.84H448.263H448.679H449.088H449.49H449.885H450.273H450.653H451.027H451.394H451.753H452.105H452.45H452.788H453.118H453.441H453.757H454.065H454.366H454.66H454.945H455.224H455.495H455.758H456.014H456.262C458.151 304.5 459.5 302.979 459.5 301V6.00002C459.5 4.0599 457.969 2.50003 456.043 2.50003L262.004 2.50002H246.5H230H223.599L79.422 2.50001C77.7052 2.50001 76.2252 3.79375 75.9553 5.50415Z" stroke="#3CC4FF"/>
<g filter="url(#filter1_d_377_3175)">
<path d="M459.5 14V2.5H448.5" stroke="#148DD2" stroke-width="2"/>
</g>
<g filter="url(#filter2_d_377_3175)">
<path d="M459.5 294V305.5H448.5" stroke="#148DD2" stroke-width="2"/>
</g>
<defs>
<filter id="filter0_i_377_3175" x="0.712891" y="2" width="459.287" height="303" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset/>
<feGaussianBlur stdDeviation="7"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.235294 0 0 0 0 0.768627 0 0 0 0 1 0 0 0 1 0"/>
<feBlend mode="normal" in2="shape" result="effect1_innerShadow_377_3175"/>
</filter>
<filter id="filter1_d_377_3175" x="447.5" y="0.5" width="14" height="14.5" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset/>
<feGaussianBlur stdDeviation="0.5"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.8 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_377_3175"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_377_3175" result="shape"/>
</filter>
<filter id="filter2_d_377_3175" x="447.5" y="293" width="14" height="14.5" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset/>
<feGaussianBlur stdDeviation="0.5"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.8 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_377_3175"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_377_3175" result="shape"/>
</filter>
</defs>
</svg>
<svg width="453" height="263" viewBox="0 0 453 263" fill="none" xmlns="http://www.w3.org/2000/svg">
<g filter="url(#filter0_i_377_3164)">
<path d="M451 11.0949C451 8.88586 449.337 7.09483 447.128 7.0932C413.3 7.06825 165.793 6.72458 21.0535 2.00025C19.1908 1.93945 7.19997 12.9272 3.25563 16.5906C2.44771 17.341 2 18.3879 2 19.4906V38.7996C2 39.3967 2.13734 39.9937 2.39452 40.5326C31.2559 101.011 45.2617 143.213 66.0133 257.665C66.3585 259.569 68.0242 261 69.9596 261H134.255H187.046H202H206H214H219.5H232.5H244.5H253H261.708H266.232H292.627H345.418H447C449.209 261 451 259.209 451 257V11.0949Z" fill="#148DD2" fill-opacity="0.01"/>
</g>
<path d="M2.84576 40.3172C31.732 100.848 45.7486 143.096 66.5052 257.576C66.8087 259.249 68.2732 260.5 69.9597 260.5H134.255H187.046H202H206H214H219.5H232.5H244.5H253H261.708H266.232H292.627H345.418H447C448.933 260.5 450.5 258.933 450.5 257V11.0949C450.5 9.14051 449.04 7.59461 447.128 7.5932C413.302 7.56825 165.786 7.22462 21.0372 2.49999L21.0371 2.5C21.0348 2.50009 21.014 2.50082 20.9696 2.51178C20.922 2.52355 20.8589 2.54411 20.779 2.57674C20.6183 2.64234 20.4148 2.74622 20.1689 2.89061C19.678 3.17893 19.0582 3.6051 18.3402 4.1401C16.9064 5.20853 15.1199 6.68194 13.2609 8.27818C9.54486 11.469 5.56677 15.1264 3.59589 16.957C2.89182 17.6109 2.5 18.5242 2.5 19.4906V38.7996C2.5 39.321 2.62015 39.8445 2.84576 40.3172Z" stroke="#148DD2"/>
<g filter="url(#filter1_d_377_3164)">
<path d="M7.5 50.5L2.5 39.5V18C2.5 18 14.5 6.5 21 2.5L32 3" stroke="#148DD2" stroke-width="2"/>
</g>
<g filter="url(#filter2_d_377_3164)">
<path d="M451 249V260.5H440" stroke="#148DD2" stroke-width="2"/>
</g>
<g filter="url(#filter3_d_377_3164)">
<path d="M450.5 18.5V7H439.5" stroke="#148DD2" stroke-width="2"/>
</g>
<defs>
<filter id="filter0_i_377_3164" x="2" y="2" width="449" height="259" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset/>
<feGaussianBlur stdDeviation="7"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.0784314 0 0 0 0 0.552941 0 0 0 0 0.823529 0 0 0 1 0"/>
<feBlend mode="normal" in2="shape" result="effect1_innerShadow_377_3164"/>
</filter>
<filter id="filter1_d_377_3164" x="0.5" y="0.487061" width="32.5449" height="51.4268" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset/>
<feGaussianBlur stdDeviation="0.5"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.8 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_377_3164"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_377_3164" result="shape"/>
</filter>
<filter id="filter2_d_377_3164" x="439" y="248" width="14" height="14.5" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset/>
<feGaussianBlur stdDeviation="0.5"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.8 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_377_3164"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_377_3164" result="shape"/>
</filter>
<filter id="filter3_d_377_3164" x="438.5" y="5" width="14" height="14.5" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset/>
<feGaussianBlur stdDeviation="0.5"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.8 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_377_3164"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_377_3164" result="shape"/>
</filter>
</defs>
</svg>
<svg width="385" height="387" viewBox="0 0 385 387" fill="none" xmlns="http://www.w3.org/2000/svg">
<g filter="url(#filter0_i_377_3159)">
<path d="M2 6C2 3.79086 3.79086 2 6 2H200H204H220H234.5H239H240.75H288.5H379.417C381.841 2 383.707 4.146 383.386 6.54881C367.652 124.53 367.233 234.703 384.464 380.498C384.745 382.88 382.889 385 380.491 385H292.5H239H235.5H204H200H6C3.79087 385 2 383.209 2 381V6Z" fill="#148DD2" fill-opacity="0.01"/>
</g>
<path d="M382.891 6.48271C367.15 124.511 366.732 234.726 383.967 380.557C384.214 382.646 382.585 384.5 380.491 384.5H292.5H239H235.5H204H200H6C4.06701 384.5 2.5 382.933 2.5 381V6C2.5 4.067 4.067 2.5 6 2.5H200H204H220H234.5H239H240.75H288.5H379.417C381.537 2.5 383.171 4.37739 382.891 6.48271Z" stroke="#148DD2"/>
<g filter="url(#filter1_d_377_3159)">
<path d="M2 13.5V2H13" stroke="#148DD2" stroke-width="2"/>
</g>
<g filter="url(#filter2_d_377_3159)">
<path d="M2 373V384.5H13" stroke="#148DD2" stroke-width="2"/>
</g>
<defs>
<filter id="filter0_i_377_3159" x="2" y="2" width="382.492" height="383" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset/>
<feGaussianBlur stdDeviation="7"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.0784314 0 0 0 0 0.552941 0 0 0 0 0.823529 0 0 0 1 0"/>
<feBlend mode="normal" in2="shape" result="effect1_innerShadow_377_3159"/>
</filter>
<filter id="filter1_d_377_3159" x="0" y="0" width="14" height="14.5" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset/>
<feGaussianBlur stdDeviation="0.5"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.8 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_377_3159"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_377_3159" result="shape"/>
</filter>
<filter id="filter2_d_377_3159" x="0" y="372" width="14" height="14.5" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset/>
<feGaussianBlur stdDeviation="0.5"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.8 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_377_3159"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_377_3159" result="shape"/>
</filter>
</defs>
</svg>
<svg width="464" height="308" viewBox="0 0 464 308" fill="none" xmlns="http://www.w3.org/2000/svg">
<g filter="url(#filter0_i_377_3180)">
<path d="M2 7.00002C2 4.79088 3.74762 3.00002 5.95675 3.00002C25.228 3.00002 111.913 3.00002 199.996 3.00001H204C208.135 3.00001 230.887 3.00002 235 3.00002L238.401 3.00001C312.397 3 367.361 2.99999 382.578 3.00001C384.548 3.00001 386.232 4.48012 386.539 6.42621C405.639 127.477 420.663 174.531 461.092 303.156C461.616 304.823 461.106 306 459.359 306C424.117 306 47.4111 306 5.73847 306C3.52933 306 2 304.209 2 302V7.00002Z" fill="#148DD2" fill-opacity="0.01"/>
</g>
<path d="M386.045 6.50414C404.919 126.125 419.819 173.523 459.155 298.662L460.615 303.306C460.859 304.084 460.823 304.632 460.64 304.959C460.478 305.251 460.121 305.5 459.359 305.5H459.148H458.93H458.704H458.47H458.229H457.98H457.723H457.459H457.187H456.908H456.621H456.327H456.025H455.716H455.399H455.075H454.744H454.405H454.059H453.706H453.346H452.978H452.603H452.222H451.833H451.437H451.034H450.624H450.207H449.783H449.352H448.914H448.47H448.019H447.561H447.096H446.624H446.146H445.661H445.169H444.671H444.166H443.655H443.137H442.613H442.082H441.545H441.001H440.451H439.895H439.332H438.763H438.188H437.607H437.019H436.426H435.826H435.22H434.608H433.99H433.366H432.736H432.1H431.458H430.811H430.157H429.498H428.833H428.162H427.485H426.803H426.115H425.421H424.722H424.017H423.307H422.591H421.869H421.143H420.41H419.673H418.93H418.181H417.428H416.669H415.904H415.135H414.36H413.581H412.796H412.006H411.211H410.411H409.606H408.796H407.981H407.161H406.336H405.507H404.672H403.833H402.989H402.14H401.287H400.429H399.566H398.699H397.827H396.95H396.069H395.184H394.294H393.4H392.501H391.598H390.69H389.778H388.862H387.942H387.018H386.089H385.156H384.219H383.278H382.333H381.384H380.43H379.473H378.512H377.547H376.578H375.605H374.629H373.649H372.664H371.677H370.685H369.69H368.691H367.688H366.682H365.673H364.659H363.643H362.623H361.599H360.572H359.542H358.508H357.471H356.431H355.388H354.341H353.291H352.238H351.182H350.123H349.06H347.995H346.926H345.855H344.781H343.704H342.623H341.54H340.455H339.366H338.275H337.181H336.084H334.984H333.882H332.778H331.67H330.56H329.448H328.333H327.216H326.096H324.974H323.849H322.722H321.593H320.462H319.328H318.192H317.054H315.914H314.771H313.627H312.48H311.331H310.181H309.028H307.874H306.717H305.559H304.398H303.236H302.072H300.907H299.739H298.57H297.4H296.227H295.053H293.878H292.7H291.522H290.342H289.16H287.977H286.792H285.606H284.419H283.231H282.041H280.85H279.658H278.464H277.27H276.074H274.877H273.679H272.48H271.28H270.079H268.877H267.674H266.471H265.266H264.061H262.854H261.647H260.44H259.231H258.022H256.812H255.602H254.391H253.179H251.967H250.755H249.542H248.328H247.115H245.9H244.686H243.471H242.256H241.04H239.825H238.609H237.393H236.177H234.96H233.744H232.528H231.311H230.095H228.879H227.662H226.446H225.23H224.014H222.799H221.583H220.368H219.153H217.939H216.725H215.511H214.297H213.084H211.872H210.66H209.448H208.238H207.027H205.818H204.609H203.4H202.193H200.986H199.78H198.574H197.37H196.166H194.964H193.762H192.561H191.361H190.162H188.964H187.768H186.572H185.378H184.184H182.992H181.801H180.612H179.423H178.236H177.051H175.866H174.683H173.502H172.322H171.143H169.967H168.791H167.617H166.445H165.275H164.106H162.939H161.773H160.61H159.448H158.288H157.13H155.973H154.819H153.667H152.516H151.368H150.222H149.077H147.935H146.795H145.657H144.522H143.388H142.257H141.128H140.002H138.877H137.755H136.636H135.519H134.404H133.292H132.183H131.076H129.972H128.87H127.771H126.674H125.58H124.489H123.401H122.316H121.233H120.154H119.077H118.003H116.932H115.864H114.799H113.737H112.678H111.622H110.57H109.52H108.474H107.431H106.391H105.355H104.321H103.291H102.265H101.242H100.222H99.2061H98.1934H97.1842H96.1786H95.1766H94.1782H93.1834H92.1923H91.205H90.2213H89.2415H88.2654H87.2931H86.3247H85.3602H84.3997H83.443H82.4904H81.5417H80.5971H79.6566H78.7201H77.7878H76.8597H75.9357H75.016H74.1005H73.1893H72.2824H71.3799H70.4817H69.5879H68.6986H67.8137H66.9333H66.0574H65.1861H64.3194H63.4573H62.5998H61.747H60.8989H60.0556H59.217H58.3832H57.5542H56.7301H55.9109H55.0966H54.2872H53.4828H52.6834H51.8891H51.0998H50.3156H49.5366H48.7627H47.994H47.2305H46.4722H45.7193H44.9716H44.2293H43.4924H42.7608H42.0347H41.3141H40.5989H39.8893H39.1852H38.4867H37.7938H37.1066H36.425H35.7491H35.079H34.4146H33.756H33.1033H32.4564H31.8153H31.1802H30.5511H29.9279H29.3107H28.6995H28.0945H27.4955H26.9026H26.3159H25.7354H25.1611H24.593H24.0312H23.4758H22.9266H22.3839H21.8475H21.3176H20.7941H20.2771H19.7666H19.2627H18.7654H18.2746H17.7905H17.3131H16.8424H16.3784H15.9212H15.4707H15.0271H14.5903H14.1605H13.7375H13.3215H12.9124H12.5103H12.1153H11.7274H11.3465H10.9728H10.6062H10.2468H9.89459H9.54965H9.21198H8.88162H8.5586H8.24294H7.93468H7.63384H7.34046H7.05457H6.77619H6.50536H6.24211H5.98647H5.73847C3.84896 305.5 2.5 303.979 2.5 302V7.00002C2.5 5.0599 4.03082 3.50002 5.95675 3.50002L199.996 3.50001H204L235 3.50002L238.401 3.50001L382.578 3.50001C384.295 3.50001 385.775 4.79375 386.045 6.50414Z" stroke="#148DD2"/>
<g filter="url(#filter1_d_377_3180)">
<path d="M2 14V2.5H13" stroke="#148DD2" stroke-width="2"/>
</g>
<g filter="url(#filter2_d_377_3180)">
<path d="M2 294V305.5H13" stroke="#148DD2" stroke-width="2"/>
</g>
<g filter="url(#filter3_d_377_3180)">
<path d="M453 279C454.5 284 459 298 461.5 305.5C458 305.5 451 305.5 451 305.5" stroke="#148DD2" stroke-width="2"/>
</g>
<defs>
<filter id="filter0_i_377_3180" x="2" y="3" width="459.287" height="303" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset/>
<feGaussianBlur stdDeviation="7"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.0784314 0 0 0 0 0.552941 0 0 0 0 0.823529 0 0 0 1 0"/>
<feBlend mode="normal" in2="shape" result="effect1_innerShadow_377_3180"/>
</filter>
<filter id="filter1_d_377_3180" x="0" y="0.5" width="14" height="14.5" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset/>
<feGaussianBlur stdDeviation="0.5"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.8 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_377_3180"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_377_3180" result="shape"/>
</filter>
<filter id="filter2_d_377_3180" x="0" y="293" width="14" height="14.5" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset/>
<feGaussianBlur stdDeviation="0.5"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.8 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_377_3180"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_377_3180" result="shape"/>
</filter>
<filter id="filter3_d_377_3180" x="450" y="277.713" width="13.8867" height="29.7871" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset/>
<feGaussianBlur stdDeviation="0.5"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.8 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_377_3180"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_377_3180" result="shape"/>
</filter>
</defs>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" width="67" height="67" viewBox="0 0 67 67">
<defs>
<style>
.cls-1 {
fill: #a16def;
fill-rule: evenodd;
}
</style>
</defs>
<path id="dollar_coins" data-name="dollar coins" class="cls-1" d="M33.5,0A33.5,33.5,0,1,1,0,33.5,33.5,33.5,0,0,1,33.5,0ZM51,43H31a5.45,5.45,0,0,0,1-2H51c0.859,0,1,.116,1,1S51.859,43,51,43Zm0-5H33a7.451,7.451,0,0,0,.074-1.2A3.312,3.312,0,0,0,33,36H51c0.859,0,1-.084,1,0.8S51.859,38,51,38Zm0-5H33a5.449,5.449,0,0,0-1-2H51c0.859,0,1,.116,1,1S51.859,33,51,33Zm0-5H30c-1.012-1.3-1.576-1.189-3-2H51c0.859,0,1,.116,1,1S51.859,28,51,28Zm0-5H25c-0.859,0-1-.116-1-1s1.141-1,2-1H51c0.859,0,1,.116,1,1S51.859,23,51,23Zm0-5H25c-0.859,0-1-.116-1-1s0.7-1,1.555-1H51c0.859,0,1,.116,1,1S51.859,18,51,18ZM31.778,36.8A11.048,11.048,0,0,1,20.889,48a11.2,11.2,0,0,1,0-22.4A11.048,11.048,0,0,1,31.778,36.8Zm-7.035,1.218a3.413,3.413,0,0,0-.612-1,4.018,4.018,0,0,0-.865-0.73,9.664,9.664,0,0,0-.991-0.545q-0.506-.24-0.991-0.455a6.524,6.524,0,0,1-.87-0.46,2.217,2.217,0,0,1-.612-0.56,1.232,1.232,0,0,1-.228-0.745,1.481,1.481,0,0,1,.1-0.547,1.144,1.144,0,0,1,.311-0.443,1.5,1.5,0,0,1,.52-0.289,2.3,2.3,0,0,1,.729-0.1,3.416,3.416,0,0,1,.981.134,5.4,5.4,0,0,1,.787.3q0.34,0.163.573,0.3a0.8,0.8,0,0,0,.34.139,0.236,0.236,0,0,0,.17-0.06,0.4,0.4,0,0,0,.1-0.19,1.875,1.875,0,0,0,.049-0.331q0.014-.2.014-0.491,0-.26-0.01-0.435a2,2,0,0,0-.034-0.291,0.833,0.833,0,0,0-.058-0.185,0.712,0.712,0,0,0-.132-0.169,1.6,1.6,0,0,0-.4-0.248,4.615,4.615,0,0,0-.69-0.268,6.024,6.024,0,0,0-.836-0.189c-0.061-.009-0.122-0.007-0.183-0.014V28.49h-1.53v1.654h0a5.442,5.442,0,0,0-.818.174,3.807,3.807,0,0,0-1.341.694,3.339,3.339,0,0,0-.9,1.169,3.766,3.766,0,0,0-.335,1.634,3.722,3.722,0,0,0,.233,1.389,3.451,3.451,0,0,0,.607,1,4,4,0,0,0,.85.73,8.805,8.805,0,0,0,.981.545q0.505,0.24.981,0.455a6.228,6.228,0,0,1,.85.46,2.333,2.333,0,0,1,.607.559,1.232,1.232,0,0,1,.233.754,1.7,1.7,0,0,1-.136.691,1.377,1.377,0,0,1-.394.521,1.849,1.849,0,0,1-.626.325,2.806,2.806,0,0,1-.836.115,4.285,4.285,0,0,1-1.249-.165,5.649,5.649,0,0,1-.928-0.364,6.68,6.68,0,0,1-.636-0.364,0.8,0.8,0,0,0-.384-0.165,0.274,0.274,0,0,0-.17.055,0.375,0.375,0,0,0-.117.185,1.543,1.543,0,0,0-.063.34q-0.019.211-.019,0.521a3.557,3.557,0,0,0,.053.706,0.749,0.749,0,0,0,.18.374,2.054,2.054,0,0,0,.413.3,4.269,4.269,0,0,0,.714.322,6.741,6.741,0,0,0,.987.262,6.325,6.325,0,0,0,1.21.109c0.019,0,.037,0,0.056,0v1.541h1.53V43.268c0.073-.019.15-0.028,0.222-0.049a4.324,4.324,0,0,0,1.477-.775,3.693,3.693,0,0,0,1-1.284,4.091,4.091,0,0,0,.37-1.789A3.591,3.591,0,0,0,24.743,38.018ZM30,46H51c0.859,0,1,.116,1,1s-0.141,1-1,1H28C29.424,47.189,28.988,47.3,30,46Z"/>
</svg>
<svg width="1920" height="70" viewBox="0 0 1920 70" fill="none" xmlns="http://www.w3.org/2000/svg">
<g filter="url(#filter0_i_377_3139)">
<path d="M0 4C0 1.79086 1.79086 0 4 0H1916C1918.21 0 1920 1.79086 1920 4V14.0732C1920 16.2535 1918.25 18.0322 1916.07 18.0725L1381.72 27.9406C1379.84 27.9753 1378.24 29.3129 1377.87 31.1554L1372.13 59.855C1371.76 61.6927 1370.23 63.0275 1368.35 63.0674C1339.01 63.6922 1110.9 68.4619 960 69C809.757 69.5357 580.901 63.8403 551.212 63.0827C549.304 63.034 547.768 61.6446 547.445 59.7632L542.559 31.2624C542.235 29.3695 540.611 27.9744 538.691 27.9389L3.92621 18.0724C1.74621 18.0322 0 16.2535 0 14.0731V4Z" fill="#148DD2" fill-opacity="0.01"/>
</g>
<path d="M4 0.5H1916C1917.93 0.5 1919.5 2.06701 1919.5 4V14.0732C1919.5 15.981 1917.97 17.5374 1916.06 17.5726L1381.71 27.4407C1379.59 27.4797 1377.79 28.9845 1377.38 31.0574L1371.64 59.7569C1371.32 61.3742 1369.97 62.5328 1368.34 62.5675C1339 63.1924 1110.89 67.9619 959.998 68.5C809.764 69.0357 580.915 63.3405 551.225 62.5829C549.566 62.5405 548.222 61.3358 547.938 59.6787L543.052 31.1779C542.687 29.0484 540.86 27.4789 538.7 27.439L3.93543 17.5725C2.02793 17.5373 0.5 15.9809 0.5 14.0731V4C0.5 2.067 2.067 0.5 4 0.5Z" stroke="#148DD2"/>
<path d="M548 63C739 69.5 1275.5 69.5 1371 62.5" stroke="url(#paint0_radial_377_3139)" stroke-width="2"/>
<defs>
<filter id="filter0_i_377_3139" x="0" y="0" width="1920" height="69.0354" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset/>
<feGaussianBlur stdDeviation="7"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.0784314 0 0 0 0 0.552941 0 0 0 0 0.823529 0 0 0 1 0"/>
<feBlend mode="normal" in2="shape" result="effect1_innerShadow_377_3139"/>
</filter>
<radialGradient id="paint0_radial_377_3139" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(959 68) rotate(-94.6358) scale(37.1214 5748.89)">
<stop stop-color="white"/>
<stop offset="1" stop-color="white" stop-opacity="0"/>
</radialGradient>
</defs>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" width="44" height="49" fill="none"><g filter="url(#a)"><ellipse cx="22" cy="37.5" fill="url(#b)" rx="15" ry="7.5"/></g><g filter="url(#c)"><ellipse cx="22" cy="37.5" fill="#fff" rx="9" ry="4.5"/></g><path stroke="#148DD2" d="M43.5 38c0 2.746-2.24 5.367-6.167 7.331C33.435 47.28 28.014 48.5 22 48.5s-11.435-1.22-15.333-3.169C2.74 43.367.5 40.746.5 38s2.24-5.367 6.167-7.331C10.565 28.72 15.986 27.5 22 27.5s11.435 1.22 15.333 3.169C41.26 32.633 43.5 35.254 43.5 38Z"/><mask id="e" fill="#fff"><path fill-rule="evenodd" d="M7.3 16.075a2 2 0 0 1 .286-2.467L20.608.586a2 2 0 0 1 2.829 0l13.022 13.022a2 2 0 0 1 .286 2.467L23.722 37.12a2 2 0 0 1-3.402 0zm18.487-3.825a4.078 4.078 0 1 1-8.155 0 4.078 4.078 0 0 1 8.155 0m-4.079 5.435a5.42 5.42 0 0 0 3.366-1.166c1.623.615 2.669 2.214 3.194 3.652.379 1.038-.49 1.95-1.595 1.95h-10c-1.105 0-1.976-.912-1.6-1.951.41-1.137 1.146-2.374 2.245-3.15.572-.404 1.316-.232 1.941.084a5.4 5.4 0 0 0 2.45.581" clip-rule="evenodd"/></mask><path fill="url(#d)" fill-rule="evenodd" d="M7.3 16.075a2 2 0 0 1 .286-2.467L20.608.586a2 2 0 0 1 2.829 0l13.022 13.022a2 2 0 0 1 .286 2.467L23.722 37.12a2 2 0 0 1-3.402 0zm18.487-3.825a4.078 4.078 0 1 1-8.155 0 4.078 4.078 0 0 1 8.155 0m-4.079 5.435a5.42 5.42 0 0 0 3.366-1.166c1.623.615 2.669 2.214 3.194 3.652.379 1.038-.49 1.95-1.595 1.95h-10c-1.105 0-1.976-.912-1.6-1.951.41-1.137 1.146-2.374 2.245-3.15.572-.404 1.316-.232 1.941.084a5.4 5.4 0 0 0 2.45.581" clip-rule="evenodd"/><path fill="#fff" d="m25.074 16.519.354-.935zm0 0-.62-.785zM20.32 37.12l-.85.526zm-3.002-20.1.577.816zm1.941.083-.45.892zm17.486-1.03.85.527zm-29.446 0-.85.527zm20.969 4.097-.94.343zM20.608.586l-.707-.707zm2.829 0-.707.707zM19.9-.121 6.88 12.9l1.414 1.414L21.315 1.293zM37.166 12.9 24.144-.121 22.73 1.293l13.022 13.022zM24.572 37.647l13.024-21.046-1.701-1.052-13.024 21.046zM6.45 16.601l13.02 21.046 1.702-1.052L8.15 15.549zm15.26.727a5.08 5.08 0 0 0 5.078-5.078h-2c0 1.7-1.377 3.078-3.078 3.078zm-5.077-5.078a5.08 5.08 0 0 0 5.077 5.078v-2a3.08 3.08 0 0 1-3.077-3.078zm5.077-5.078a5.08 5.08 0 0 0-5.077 5.078h2c0-1.7 1.378-3.078 3.077-3.078zm5.078 5.078a5.08 5.08 0 0 0-5.078-5.078v2c1.7 0 3.078 1.378 3.078 3.078zm-2.333 3.484a4.42 4.42 0 0 1-2.746.951v2c1.464 0 2.86-.493 3.985-1.381zm4.753 4.094c-.569-1.558-1.762-3.48-3.779-4.244l-.709 1.87c1.23.466 2.128 1.743 2.61 3.06zM16.673 23.12h10v-2h-10zm.068-6.917c-1.322.934-2.157 2.375-2.61 3.627l1.882.68c.37-1.022 1.007-2.055 1.882-2.673zm4.967.482a4.4 4.4 0 0 1-1.998-.474l-.901 1.785c.887.449 1.876.69 2.9.69zm2.366-.166a1 1 0 0 0 .645.935l.71-1.87a1 1 0 0 1 .645.935zm1.62.785a1 1 0 0 1-1.62-.785h2a1 1 0 0 0-1.62-.785zm-2.822 19.29a1 1 0 0 1-1.701 0l-1.701 1.053c1.173 1.895 3.93 1.895 5.102 0zm-4.977-18.757c.046-.033.121-.064.28-.05.17.017.389.086.634.21l.901-1.786c-.69-.348-1.912-.754-2.97-.008zm17.857-3.522a1 1 0 0 1 .143 1.234l1.7 1.052a3 3 0 0 0-.429-3.7zm-19.08 6.805c-.283 0-.493-.117-.598-.239-.087-.1-.119-.212-.061-.371l-1.881-.68a2.33 2.33 0 0 0 .429 2.358c.512.594 1.29.932 2.112.932zM6.88 12.901a3 3 0 0 0-.43 3.7l1.7-1.052a1 1 0 0 1 .144-1.234zm20.45 7.613c.057.159.025.269-.06.368-.104.12-.313.238-.596.238v2c.82 0 1.599-.338 2.111-.933.53-.616.744-1.48.423-2.359zM21.314 1.293a1 1 0 0 1 1.415 0l1.414-1.414a3 3 0 0 0-4.243 0z" mask="url(#e)"/><defs><filter id="a" width="30" height="15" x="7" y="30" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/><feOffset/><feGaussianBlur stdDeviation="2"/><feComposite in2="hardAlpha" k2="-1" k3="1" operator="arithmetic"/><feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0"/><feBlend in2="shape" result="effect1_innerShadow_412_353"/></filter><filter id="c" width="26" height="17" x="9" y="29" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_412_353" stdDeviation="2"/></filter><radialGradient id="b" cx="0" cy="0" r="1" gradientTransform="matrix(0 7.5 -15 0 22 37.5)" gradientUnits="userSpaceOnUse"><stop stop-color="#148DD2" stop-opacity="0"/><stop offset="1" stop-color="#148DD2"/></radialGradient><linearGradient id="d" x1="22.022" x2="22.022" y1="0" y2="38.068" gradientUnits="userSpaceOnUse"><stop offset=".781" stop-color="#0FF"/><stop offset="1" stop-color="#fff"/></linearGradient></defs></svg>
\ No newline at end of file
<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" width="44" height="49"><radialGradient id="a" cx="-230.705" cy="439.344" r="1" gradientTransform="matrix(0 7.5 15 0 -6568.156 1767.79)" gradientUnits="userSpaceOnUse"><stop offset="0" style="stop-color:#148dd2;stop-opacity:0"/><stop offset="1" style="stop-color:#148dd2"/></radialGradient><ellipse cx="22" cy="37.5" fill="url(#a)" rx="15" ry="7.5"/><ellipse cx="22" cy="37.5" fill="#FFF" rx="9" ry="4.5"/><path fill="none" stroke="#148DD2" d="M43.5 38c0 2.746-2.239 5.367-6.168 7.331C33.435 47.28 28.014 48.5 22 48.5s-11.435-1.22-15.333-3.169C2.739 43.367.5 40.746.5 38s2.239-5.367 6.167-7.331C10.565 28.72 15.986 27.5 22 27.5s11.435 1.22 15.332 3.169C41.261 32.633 43.5 35.254 43.5 38z"/><path fill="#A16DEF" d="M23.437.586a2 2 0 0 0-2.828 0L7.586 13.608a2 2 0 0 0-.287 2.467L20.32 37.121a2 2 0 0 0 3.401 0l13.024-21.046a2 2 0 0 0-.287-2.467z"/><path fill="#FFF" d="M28.754 19.861h-6.99a1.9 1.9 0 0 0 .35-.707h6.641c.301 0 .35.041.35.354-.001.312-.05.353-.351.353m0-1.768h-6.291a2.5 2.5 0 0 0 .025-.425 1.2 1.2 0 0 0-.025-.283h6.291c.301 0 .35-.03.35.283s-.049.425-.35.425m0-1.768h-6.291a1.9 1.9 0 0 0-.35-.708h6.641c.301 0 .35.042.35.354 0 .313-.049.354-.35.354m0-1.769h-7.339c-.354-.459-.55-.42-1.048-.707h8.388c.301 0 .35.041.35.354s-.05.353-.351.353m0-1.768h-9.087c-.3 0-.349-.041-.349-.354s.398-.354.699-.354h8.737c.301 0 .35.041.35.354s-.049.354-.35.354m0-1.768h-9.087c-.3 0-.349-.042-.349-.354 0-.313.245-.354.543-.354h8.893c.301 0 .35.041.35.354s-.049.354-.35.354m-6.719 6.648c.031 2.158-1.673 3.93-3.805 3.961-2.161 0-3.914-1.773-3.914-3.961s1.752-3.961 3.914-3.961c2.132.031 3.836 1.804 3.805 3.961m-2.458.431a1.2 1.2 0 0 0-.214-.354 1.4 1.4 0 0 0-.302-.258 4 4 0 0 0-.346-.193q-.176-.085-.347-.161a2.5 2.5 0 0 1-.304-.162.8.8 0 0 1-.214-.199.44.44 0 0 1-.08-.263.6.6 0 0 1 .035-.193.4.4 0 0 1 .108-.157.5.5 0 0 1 .182-.102.8.8 0 0 1 .255-.036q.175-.001.342.047.142.042.275.106.119.058.201.106a.3.3 0 0 0 .118.049.08.08 0 0 0 .06-.021.15.15 0 0 0 .035-.067 1 1 0 0 0 .017-.117q.004-.07.005-.173l-.003-.154a1 1 0 0 0-.012-.103q-.007-.034-.02-.065a.3.3 0 0 0-.046-.06.5.5 0 0 0-.141-.088 2 2 0 0 0-.24-.095 2 2 0 0 0-.292-.066q-.032-.002-.064-.005v-.585h-.534v.585a2 2 0 0 0-.286.061 1.3 1.3 0 0 0-.469.246 1.15 1.15 0 0 0-.314.414 1.3 1.3 0 0 0-.118.578 1.225 1.225 0 0 0 .294.845q.131.152.297.258.166.108.343.192.176.086.342.161.156.07.297.163a.8.8 0 0 1 .212.198.44.44 0 0 1 .082.266.6.6 0 0 1-.047.245.5.5 0 0 1-.138.185.7.7 0 0 1-.219.115 1 1 0 0 1-.292.041 1.5 1.5 0 0 1-.437-.058 2.1 2.1 0 0 1-.547-.257.3.3 0 0 0-.134-.059.1.1 0 0 0-.06.02.14.14 0 0 0-.041.065.5.5 0 0 0-.022.121q-.006.075-.007.185a1.2 1.2 0 0 0 .019.25q.013.075.063.132a.7.7 0 0 0 .144.106q.12.068.25.114.17.06.345.092.21.04.423.039h.02v.545h.535v-.619c.025-.007.053-.01.078-.018.188-.056.363-.149.516-.274.147-.123.268-.278.35-.454.089-.198.133-.415.128-.633a1.3 1.3 0 0 0-.081-.481m1.838 2.823h7.339c.301 0 .35.041.35.353 0 .313-.049.354-.35.354h-8.038c.497-.286.345-.247.699-.707"/><defs><filter id="b" width="31.045" height="39.068" x="6.5" y="-.5" filterUnits="userSpaceOnUse"><feColorMatrix values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"/></filter></defs><mask id="c" width="31.045" height="39.068" x="6.5" y="-.5" maskUnits="userSpaceOnUse"><path fill="#FFF" d="M23.437.586a2 2 0 0 0-2.828 0L7.586 13.608a2 2 0 0 0-.287 2.467L20.32 37.121a2 2 0 0 0 3.401 0l13.024-21.046a2 2 0 0 0-.287-2.467zm3.746 8.45a8.3 8.3 0 0 1 2.663 5.016l.043.213q.038.196.039.394v.938l-.082.848a8.3 8.3 0 0 1-2.663 5.017 7.77 7.77 0 0 1-5.182 1.995c-2.103 0-4.119-.865-5.606-2.404a8.36 8.36 0 0 1-2.322-5.804c0-2.177.835-4.265 2.322-5.804s3.503-2.404 5.606-2.404c1.902 0 3.741.708 5.182 1.995m-9.501 1.756a6.4 6.4 0 0 0-1.662 3.222c-.067.351.215.658.573.658.31 0 .566-.234.632-.537a5.13 5.13 0 0 1 1.307-2.462 4.85 4.85 0 0 1 2.343-1.356c.309-.076.548-.339.548-.658 0-.373-.323-.667-.687-.587a6.04 6.04 0 0 0-3.054 1.72m.014 8.929a6.05 6.05 0 0 0 3.04 1.705c.364.08.688-.214.688-.587 0-.318-.239-.583-.548-.658a4.85 4.85 0 0 1-2.327-1.341 5.1 5.1 0 0 1-1.313-2.438c-.068-.301-.324-.532-.632-.532-.359 0-.643.31-.572.663a6.37 6.37 0 0 0 1.664 3.188m3.034-1.394c.27 0 .488-.218.488-.488v-.877c0-.754.611-1.365 1.365-1.365h1.114a.431.431 0 1 0 0-.864h-1.625a.855.855 0 1 1 0-1.71h1.801a.432.432 0 0 0 0-.864h-1.631a2 2 0 0 0-2 2v3.681c0 .268.218.487.488.487m2.397 1.854c-.31.076-.549.339-.549.658 0 .373.323.667.688.587a6.03 6.03 0 0 0 3.039-1.705 6.4 6.4 0 0 0 1.668-3.189c.07-.352-.213-.663-.572-.663-.309 0-.564.232-.633.533a5.1 5.1 0 0 1-1.313 2.438 4.86 4.86 0 0 1-2.328 1.341m2.343-8.509a5.14 5.14 0 0 1 1.307 2.462c.066.303.323.537.633.537.357 0 .64-.307.572-.658a6.4 6.4 0 0 0-1.661-3.223 6.04 6.04 0 0 0-3.055-1.72c-.364-.08-.688.214-.688.587 0 .318.239.582.549.658a4.86 4.86 0 0 1 2.343 1.357" filter="url(#b)"/></mask><path fill="#FFF" d="m29.846 14.052-.496.071.002.014.004.014zm-2.663-5.016-.333.373zm2.745 6.561.497.048.003-.024v-.024zm-.082.847.494.071.002-.011.001-.011zm-7.845 7.012v.5zm-5.606-2.404-.359.347zm0-11.608.36.347zm5.606-2.404v-.5zm-4.319 3.752-.36-.347zm.85.88-.36-.346zm-.836 8.049.359-.348zm.852-.882.359-.348zm7.757.882-.358-.348zm-.835-8.049-.36.347zm2.511 2.342-.491.094zm-1.205.121-.488.106zm-.008 2.267-.488-.11zm1.205.13-.49-.098zm-4.846 3.649.119.485zm.139 1.244-.107-.488zm-.683-5.828v-.5zm-1.847 5.828-.107.488zm.001-12.354.107.488zm-4.717 4.943-.491-.095zm.01 2.517-.49.098zm20.716-.456.424.263zm-.287-2.467-.354.354zm-19.225 2.793-.488.11zm3.086 20.72-.425.263zm-3.095-22.986.489.106zm6.472 1.461v-.5zm6.192-1.331.49-.098zm-6.623-5.194-.108.489zM20.875 20.18l-.119.485zm2.252-9.864-.119.486zM20.608.586l-.354-.354zm2.829 0-.354.354zM7.939 13.962 20.962.939l-.708-.707L7.232 13.254zm12.807 22.895L7.725 15.812l-.851.526 13.021 21.046zM36.32 15.812 23.297 36.857l.85.526L37.17 16.338zM23.083.939l13.022 13.022.707-.707L23.79.232zM37.17 16.338a2.5 2.5 0 0 0-.357-3.083l-.707.707a1.5 1.5 0 0 1 .215 1.85zM19.895 37.384c.978 1.579 3.275 1.579 4.251 0l-.85-.526a1.5 1.5 0 0 1-2.551 0zM7.232 13.254a2.5 2.5 0 0 0-.358 3.083l.851-.526a1.5 1.5 0 0 1 .215-1.85zM20.962.939a1.5 1.5 0 0 1 2.121 0l.707-.707a2.5 2.5 0 0 0-3.536 0z" mask="url(#c)"/></svg>
\ No newline at end of file
<svg width="132" height="73" viewBox="0 0 132 73" fill="none" xmlns="http://www.w3.org/2000/svg">
<g filter="url(#filter0_bdi_336_8971)">
<path d="M20 26C20 23.7909 21.7909 22 24 22H41.56H53.44H62.68H104C106.209 22 108 23.7909 108 26V47C108 49.2091 106.209 51 104 51H24C21.7909 51 20 49.2091 20 47V26Z" fill="#3CC4FF" fill-opacity="0.01" shape-rendering="crispEdges"/>
<path d="M20.5 26C20.5 24.067 22.067 22.5 24 22.5H41.56H53.44H62.68H104C105.933 22.5 107.5 24.067 107.5 26V47C107.5 48.933 105.933 50.5 104 50.5H24C22.067 50.5 20.5 48.933 20.5 47V26Z" stroke="#3CC4FF" shape-rendering="crispEdges"/>
</g>
<defs>
<filter id="filter0_bdi_336_8971" x="0" y="0" width="132" height="73" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feGaussianBlur in="BackgroundImage" stdDeviation="7"/>
<feComposite in2="SourceAlpha" operator="in" result="effect1_backgroundBlur_336_8971"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="2"/>
<feGaussianBlur stdDeviation="11"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.32 0"/>
<feBlend mode="normal" in2="effect1_backgroundBlur_336_8971" result="effect2_dropShadow_336_8971"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect2_dropShadow_336_8971" result="shape"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset/>
<feGaussianBlur stdDeviation="7"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.235294 0 0 0 0 0.768627 0 0 0 0 1 0 0 0 1 0"/>
<feBlend mode="normal" in2="shape" result="effect3_innerShadow_336_8971"/>
</filter>
</defs>
</svg>
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="44px" height="49px" viewBox="0 0 44 49" enable-background="new 0 0 44 49" xml:space="preserve">
<g>
<radialGradient id="SVGID_1_" cx="-230.7046" cy="439.3438" r="1" gradientTransform="matrix(4.592426e-016 7.5 15 -9.184852e-016 -6568.1563 1767.7891)" gradientUnits="userSpaceOnUse">
<stop offset="0" style="stop-color:#148DD2;stop-opacity:0"/>
<stop offset="1" style="stop-color:#148DD2"/>
</radialGradient>
<ellipse fill="url(#SVGID_1_)" cx="22" cy="37.5" rx="15" ry="7.5"/>
</g>
<g>
<ellipse fill="#FFFFFF" cx="22" cy="37.5" rx="9" ry="4.5"/>
</g>
<path fill="none" stroke="#148DD2" d="M43.5,38c0,2.746-2.239,5.367-6.168,7.331C33.435,47.28,28.014,48.5,22,48.5
c-6.014,0-11.435-1.22-15.333-3.169C2.739,43.367,0.5,40.746,0.5,38s2.239-5.367,6.167-7.331C10.565,28.72,15.986,27.5,22,27.5
c6.014,0,11.435,1.22,15.332,3.169C41.261,32.633,43.5,35.254,43.5,38z"/>
<path fill="#83F870" d="M23.437,0.586c-0.78-0.781-2.047-0.781-2.828,0L7.586,13.608c-0.656,0.656-0.775,1.678-0.287,2.467
L20.32,37.121c0.782,1.264,2.619,1.264,3.401,0l13.024-21.046c0.488-0.789,0.369-1.811-0.287-2.467L23.437,0.586z M25.935,23.026
c0,0-0.041,2.996-2.696,3.243c-2.869,0.266-3.083,0-3.083,0s-2.795-0.693-2.649-3.198c0.147-2.505,0-6.667,0-6.667v-0.777
c0,0-0.064-3.061,3.13-3.288c0.114-0.008,0.048-1.005,0.048-1.005h-1.061l-0.048,0.548c0,0,0.106,0.432-0.096,0.457
c-0.415,0.05-1.638,0-1.638,0s-0.328-0.005-0.337-0.593c-0.012-0.797,0-3.106,0-3.106s-0.034-0.312,0.481-0.274
c0.516,0.037,1.204,0.045,1.204,0.045c0.185-0.027,0.355,0.101,0.382,0.285c0.002,0.011,0.003,0.023,0.003,0.035
c0.012,0.213,0.012,0.426,0,0.64h1.06l0.049-0.959c0.094-0.45,0.504-0.762,0.963-0.732c0.491-0.033,0.944,0.266,1.107,0.73v0.959
h0.915c0,0,0.859,0.25,0.867,0.868c0.012,0.991-0.771,1.096-0.771,1.096h-1.012v0.411l3.228-0.045
c0.807,0.036,1.519,0.534,1.83,1.279c0.323,0.838,0.24,3.425,0.24,3.425c0.465,0.12,0.759,0.578,0.675,1.051
c-0.065,0.467-0.445,0.827-0.915,0.867c0,0-1.126,0.023-1.156-0.913c-0.031-0.936,0.674-1.003,0.674-1.003l-0.047-2.741
c0,0-0.196-1.339-1.494-1.324c-1.342,0.015-2.648,0-2.648,0s2.117,0.662,2.505,1.734c0.388,1.073,0.289,1.553,0.289,1.553
L25.935,23.026L25.935,23.026z"/>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" width="67" height="67" viewBox="0 0 67 67">
<defs>
<style>
.cls-1 {
fill: #83f870;
fill-rule: evenodd;
}
</style>
</defs>
<path id="形状_1" data-name="形状 1" class="cls-1" d="M33.5,0A33.5,33.5,0,1,1,0,33.5,33.5,33.5,0,0,1,33.5,0ZM45.545,51.478s-0.11,8.488-7.209,9.186c-7.666.754-8.239,0-8.239,0s-7.472-1.962-7.08-9.057,0-18.89,0-18.89v-2.2s-0.173-8.674,8.368-9.316c0.306-.023.129-2.846,0.129-2.846H28.68l-0.129,1.553s0.284,1.224-.258,1.294a43.107,43.107,0,0,1-4.377,0s-0.877-.016-0.9-1.682c-0.032-2.258,0-8.8,0-8.8S22.925,9.837,24.3,9.945s3.218,0.129,3.218.129a0.908,0.908,0,0,1,1.03.906c0.048,1.014,0,1.811,0,1.811h2.832l0.129-2.717A2.528,2.528,0,0,1,34.087,8a2.965,2.965,0,0,1,2.961,2.07v2.717h2.446s2.3,0.707,2.317,2.458c0.031,2.808-2.06,3.105-2.06,3.105h-2.7V19.52l8.625-.129a5.546,5.546,0,0,1,4.892,3.623c0.864,2.372.644,9.7,0.644,9.7a2.574,2.574,0,0,1,1.8,2.976,2.748,2.748,0,0,1-2.446,2.458s-3.009.065-3.09-2.588,1.8-2.846,1.8-2.846l-0.129-7.763S48.627,21.16,45.158,21.2c-3.589.043-7.08,0-7.08,0s5.659,1.876,6.694,4.917,0.772,4.4.772,4.4V51.478Z"/>
</svg>
<svg id="组_1" data-name="组 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="44" height="49" viewBox="0 0 141 157">
<defs>
<style>
.cls-1, .cls-5 {
fill: none;
}
.cls-1 {
stroke: #148dd2;
stroke-width: 4px;
}
.cls-2 {
fill: #3286b8;
}
.cls-3 {
fill: url(#linear-gradient);
}
.cls-4 {
fill: #83f870;
}
.cls-4, .cls-5 {
fill-rule: evenodd;
}
.cls-5 {
stroke: #fff;
stroke-width: 2px;
}
</style>
<linearGradient id="linear-gradient" x1="70.5" y1="107" x2="70.5" y2="134" gradientUnits="userSpaceOnUse">
<stop offset="0.25" stop-color="#fff"/>
<stop offset="0.337" stop-color="#fff"/>
<stop offset="1.11" stop-color="#fff" stop-opacity="0"/>
</linearGradient>
</defs>
<ellipse id="椭圆_1" data-name="椭圆 1" class="cls-1" cx="70.5" cy="120.5" rx="68.5" ry="34.5"/>
<ellipse id="椭圆_2_拷贝_4" data-name="椭圆 2 拷贝 4" class="cls-2" cx="70.5" cy="120.5" rx="46.5" ry="24.5"/>
<ellipse id="椭圆_2" data-name="椭圆 2" class="cls-3" cx="70.5" cy="120.5" rx="33.5" ry="13.5"/>
<path id="形状_1" data-name="形状 1" class="cls-4" d="M56.4,13.547L70.074,0.859s1.8-3.651,9.469,4.229c8.183,8.407,39.979,37.888,41.03,40.179s0.4,3.263-5.261,11.631c-8.854,13.083-39.978,63.441-39.978,63.441s-5.707,3.066-8.416-4.229-39.8-62.031-41.03-65.556-1.92-4.265,3.156-9.516C36.224,33.32,56.4,13.547,56.4,13.547ZM85.8,69.119s-0.121,8.809-7.929,9.533c-8.432.782-9.061,0-9.061,0s-8.218-2.036-7.787-9.4,0-19.6,0-19.6V47.367s-0.19-9,9.2-9.667c0.336-.024.142-2.954,0.142-2.954H67.248l-0.142,1.611s0.312,1.27-.283,1.343c-1.219.148-4.814,0-4.814,0s-0.965-.017-0.991-1.745c-0.035-2.343,0-9.13,0-9.13s-0.1-.917,1.416-0.806,3.54,0.134,3.54.134a0.991,0.991,0,0,1,1.133.94,18.29,18.29,0,0,1,0,1.88h3.115l0.142-2.82A2.715,2.715,0,0,1,73.194,24a3.222,3.222,0,0,1,3.256,2.148v2.82h2.69s2.527,0.734,2.549,2.551c0.034,2.914-2.265,3.222-2.265,3.222H76.451v1.208l9.486-.134a6.13,6.13,0,0,1,5.38,3.76c0.95,2.462.708,10.07,0.708,10.07a2.7,2.7,0,0,1,1.982,3.088,2.972,2.972,0,0,1-2.69,2.551s-3.31.067-3.4-2.685S89.9,49.65,89.9,49.65L89.76,41.594s-0.574-3.937-4.389-3.894c-3.947.045-7.787,0-7.787,0s6.224,1.947,7.363,5.1,0.849,4.565.849,4.565V69.119Z" transform="translate(-2)"/>
<path id="形状_1_拷贝" data-name="形状 1 拷贝" class="cls-5" d="M56.4,13.547L70.074,0.859s1.8-3.651,9.469,4.229c8.183,8.407,39.979,37.888,41.03,40.179s0.4,3.263-5.261,11.631c-8.854,13.083-39.978,63.441-39.978,63.441s-5.707,3.066-8.416-4.229-39.8-62.031-41.03-65.556-1.92-4.265,3.156-9.516C36.224,33.32,56.4,13.547,56.4,13.547Z" transform="translate(-2)"/>
</svg>
<svg width="21" height="24" viewBox="0 0 27 31" fill="none" xmlns="http://www.w3.org/2000/svg">
<g id="Frame" clip-path="url(#clip0_649_1291)">
<path id="Vector" d="M13.5001 23.7578C13.8251 23.7578 20.5909 12.3435 20.5909 7.95251C20.5909 3.56149 17.4153 0 13.5001 0C9.58478 0 6.40918 3.56149 6.40918 7.95251C6.40918 12.3435 13.175 23.7578 13.5001 23.7578ZM10.148 7.95251C10.148 5.87676 11.6492 4.19314 13.5001 4.19314C15.351 4.19314 16.8521 5.87676 16.8521 7.95251C16.8521 10.0284 15.3509 11.7119 13.5001 11.7119C11.6492 11.7119 10.148 10.0284 10.148 7.95251Z" fill="#1890FF"/>
<path id="Vector_2" d="M18.6259 21.7832C20.1679 22.3649 21.1366 23.2052 21.1366 24.1397C21.1366 25.8958 17.7168 27.3199 13.5004 27.3199C9.28392 27.3199 5.8641 25.896 5.8641 24.1397C5.8641 23.2052 6.83286 22.3651 8.37483 21.7832C5.23419 22.5648 3.11523 24.042 3.11523 25.7356C3.11523 28.245 7.76625 30.2802 13.5004 30.2802C19.2345 30.2802 23.8855 28.245 23.8855 25.7355C23.8855 24.042 21.7666 22.5648 18.6259 21.7832Z" fill="#006DD1"/>
</g>
<defs>
<clipPath id="clip0_649_1291">
<rect width="27" height="30.2809" fill="white"/>
</clipPath>
</defs>
</svg>
<svg width="18" height="24" viewBox="0 0 22 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<path id="Vector" d="M22 26.6602V27.5651C22 29.4384 17.6 31.0428 17.6 31.0428L15.7667 30.7827C15.7667 30.7827 12.8348 30.3736 11 30.3736C9.16793 30.3736 6.23333 30.7827 6.23333 30.7827L4.41343 31.0368C4.41343 31.0368 0 29.4316 0 27.5651V26.6602C0 24.9191 2.0342 23.1621 4.41826 21.8146C4.53374 21.7495 5.9664 30.8011 5.9664 30.8011L6.60001 30.7827C6.60001 30.7827 5.37578 21.437 5.50003 21.3735C6.15997 21.0367 6.59414 20.7211 7.2433 20.4599C7.4841 20.362 8.63532 19.6644 7.99131 17.786C6.49977 16.0896 5.48373 14.4461 5.48373 10.7398H16.5509C16.5509 14.4077 15.5089 16.0665 14.0272 17.7651H14.0357C13.4059 19.8961 14.4132 20.4015 14.5736 20.4594C15.216 20.6964 15.8555 21.0667 16.5 21.3735C16.6597 21.4494 15.4 30.7827 15.4 30.7827L16.0696 30.7627C16.0696 30.7627 17.4353 21.7406 17.5749 21.8169C19.9951 23.1389 22 24.8836 22 26.6602ZM17.3085 6.83657C17.3085 2.57742 12.11 0.448035 12.11 0.448035C11.3738 0.0780899 10.643 0.162365 9.88997 0.448035C9.88997 0.448035 4.69127 2.31773 4.69127 6.83657C4.69127 7.51215 3.59233 7.36712 3.22872 9.5041H18.7716C18.1099 7.35236 17.3085 7.51215 17.3085 6.83657Z" fill="#1890FF"/>
</svg>
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M24 12C24 18.6274 18.6274 24 12 24C5.37256 24 0 18.6274 0 12C0 5.37259 5.37256 0 12 0C18.6274 0 24 5.37259 24 12ZM11.8157 15.1111H12.7778V19H11.8157V15.1111ZM9.66669 15.1111H10.6288V19H9.66669V15.1111ZM17.9321 5.57088V17.8566H19V19H13.624V14.7354C13.624 14.4204 13.3611 14.1637 13.0391 14.1637H8.80176C8.4798 14.1637 8.21613 14.4212 8.21613 14.7354V19H5V17.8559H6.06787V10.7198C6.07013 10.5664 6.133 10.4202 6.24274 10.3131C6.35248 10.2059 6.50018 10.1466 6.65356 10.1481H10.1209V8.95264C10.1229 8.79916 10.1857 8.65276 10.2955 8.54546C10.4053 8.43817 10.553 8.37875 10.7065 8.3802H12.945C13.0984 8.37875 13.2463 8.43817 13.3561 8.54546C13.4658 8.65276 13.5286 8.79916 13.5306 8.95264V10.1489H14.4609V5.57166C14.4631 5.4183 14.526 5.27209 14.6357 5.16496C14.7455 5.05785 14.8932 4.99854 15.0466 4.99998H17.3464C17.4996 4.99852 17.6472 5.05774 17.757 5.16469C17.8667 5.27165 17.9296 5.41766 17.9321 5.57088ZM8.38879 13.3253H13.4544H13.4575V12.182H8.38879V13.3253Z" fill="#00FFFF"/>
</svg>
<svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M23.0628 10.251C22.6568 7.40216 21.2748 4.79938 19.1691 2.91753C17.0634 1.03568 14.3743 0.000197346 11.5925 0C8.51794 0 5.56936 1.26428 3.39535 3.51472C1.22134 5.76516 0 8.8174 0 12C0 15.1826 1.22134 18.2348 3.39535 20.4853C5.56936 22.7357 8.51794 24 11.5925 24C14.3743 23.9998 17.0634 22.9643 19.1691 21.0825C21.2748 19.2006 22.6568 16.5978 23.0628 13.749H24.0047V10.251H23.0628ZM2.71191 11.1574C2.902 9.01483 3.80895 7.00827 5.27612 5.48425C6.74329 3.96023 8.67854 3.01445 10.7477 2.81025V4.64212C9.14707 4.83942 7.65761 5.58996 6.52027 6.77232C5.38293 7.95469 4.66424 9.4997 4.48048 11.1574H2.71191ZM10.7477 21.1901C8.68913 20.9869 6.76276 20.0497 5.29802 18.5387C3.83328 17.0277 2.92117 15.0369 2.71771 12.9067H4.48809C4.68476 14.5515 5.40819 16.0805 6.54284 17.2497C7.6775 18.4189 9.15792 19.1607 10.7477 19.3568V21.1901ZM10.4477 12.5093V16.5007H9.02002V7.482H14.9611V8.745H10.4462V11.2459H14.705V12.5089L10.4477 12.5093ZM12.4373 21.1901V19.3579C14.027 19.1618 15.5074 18.42 16.6421 17.2508C17.7767 16.0816 18.5001 14.5526 18.6968 12.9079H20.4672C20.2633 15.0378 19.3511 17.0282 17.8864 18.5388C16.4217 20.0495 14.4955 20.9865 12.4373 21.1898V21.1901ZM18.7044 11.1574C18.5207 9.4997 17.802 7.95469 16.6646 6.77232C15.5273 5.58996 14.0378 4.83942 12.4373 4.64212V2.81025C14.5063 3.01453 16.4415 3.96035 17.9086 5.48436C19.3757 7.00837 20.2826 9.01489 20.4726 11.1574H18.7044Z" fill="#00FFFF"/>
</svg>
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M12 24C18.6274 24 24 18.6274 24 12C24 5.37258 18.6274 0 12 0C5.37258 0 0 5.37258 0 12C0 18.6274 5.37258 24 12 24ZM3.42381 12.4281C3.19063 12.3305 3 12.4487 3 12.6902V18.7036C3 18.9455 3.19063 19.0629 3.42381 18.9661L5.21764 18.2163C5.45123 18.1191 5.64145 17.8426 5.64145 17.6007V16.6257H9.27615C9.46324 16.6259 9.64647 16.5752 9.80426 16.4796C9.96204 16.3841 10.0878 16.2476 10.1667 16.0864L11.007 14.3597L9.22993 13.5741L8.64903 14.7676H5.64227V13.7927C5.64227 13.5512 5.45163 13.2743 5.21846 13.1771L3.42381 12.4281ZM18.6986 15.2456L19.9238 12.7559L16.9456 14.4709L18.6986 15.2456ZM20.6397 10.4623L8.46412 5.08163C8.24144 4.98377 7.98712 4.97348 7.7565 5.05302C7.52588 5.13255 7.33765 5.29547 7.23278 5.50629L5.11864 9.8035C5.01586 10.0148 5.00534 10.2562 5.08937 10.4748C5.1734 10.6935 5.34514 10.8716 5.567 10.9702L13.5961 14.5184C14.0579 14.7221 14.7918 14.684 15.2271 14.4336L20.6871 11.289C21.1224 11.0386 21.1007 10.6668 20.6397 10.4623Z" fill="#00FFFF"/>
</svg>
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M12 0C8.8174 0 5.76516 1.26428 3.51472 3.51472C1.26428 5.76516 0 8.8174 0 12C0 15.1826 1.26428 18.2348 3.51472 20.4853C5.76516 22.7357 8.8174 24 12 24C15.1826 24 18.2348 22.7357 20.4853 20.4853C22.7357 18.2348 24 15.1826 24 12C24 8.8174 22.7357 5.76516 20.4853 3.51472C18.2348 1.26428 15.1826 0 12 0V0ZM19.2 16.2H18V18H16.2V19.2H13.8V18H10.8V19.2H8.4V18H6.6V16.2H5.4V7.8H6.6V6H8.4V5.4H10.2V6H11.4V5.4H13.2V6H14.4V5.4H16.2V6H18V7.8H19.2V16.2ZM7.2 16.2H17.4V7.2H7.2V16.2ZM16.2 7.8H16.8V15.6H16.2V7.8ZM15 7.8H15.6V15.6H15V7.8ZM13.8 7.8H14.4V15.6H13.8V7.8ZM12.6 7.8H13.2V15.6H12.6V7.8ZM11.4 7.8H12V15.6H11.4V7.8ZM10.2 7.8H10.8V15.6H10.2V7.8ZM9 7.8H9.6V15.6H9V7.8ZM7.8 7.8H8.4V15.6H7.8V7.8Z" fill="#00FFFF"/>
</svg>
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12ZM16.1942 9.01682C16.1942 11.314 14.3319 13.1768 12.0343 13.1768C9.7366 13.1768 7.87429 11.3145 7.87429 9.01682C7.87429 6.71962 9.7366 4.85686 12.0343 4.85686C14.3319 4.85686 16.1942 6.71917 16.1942 9.01682ZM12.0343 14.5628C13.2967 14.5628 14.4982 14.1377 15.4676 13.3724V13.3728C17.9836 14.3267 19.1389 17.5964 19.1389 19.0869H4.85717C4.85717 17.583 6.00355 14.2902 8.57023 13.3479C9.54407 14.1279 10.7572 14.5628 12.0343 14.5628Z" fill="#00FFFF"/>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="27.68707275390625" height="32" viewBox="0 0 27.68707275390625 32"><g><g><path d="M27.687,11.8226Q27.687,18.352,15.0769,32Q0,18.352,0,11.8226C0,5.29315,6.19796,0,13.8435,0C21.4891,0,27.687,5.29315,27.687,11.8226Z" fill="#0D87F9" fill-opacity="1"/></g><g><path d="M17.375636115722656,17.974574525451658Q17.340746115722656,20.34887452545166,15.088516115722657,20.54417452545166Q12.656396115722657,20.75507452545166,12.474606115722656,20.54417452545166Q10.104040115722656,19.99527452545166,10.228405625722656,18.010674525451662Q10.352772115722656,16.026074525451662,10.228405625722656,12.72672452545166L10.228405625722656,12.11133452545166Q10.173519515722656,9.68502452545166,12.883236115722656,9.50543452545166Q12.980316115722657,9.49900452545166,12.924166115722656,8.70934452545166L12.025046115722656,8.70934452545166L11.984126115722656,9.14375452545166Q12.074226115722656,9.48613452545166,11.902266115722657,9.50571452545166C11.439686115722656,9.52645452545166,10.976207115722657,9.52645452545166,10.513623115722655,9.50571452545166Q10.235385715722657,9.50124452545166,10.228089145722656,9.03522452545166Q10.217936955722656,8.40361452545166,10.228089145722656,6.57366652545166Q10.199218015722657,6.32667152545166,10.635451115722656,6.35688152545166Q11.071683115722657,6.38709152545166,11.656396115722657,6.39296552545166C11.830086115722656,6.37219752545166,11.984376115722656,6.49185752545166,11.983176115722657,6.64639452545166Q11.998396115722656,6.93003452545166,11.983176115722657,7.15297452545166L12.881656115722656,7.15297452545166L12.922576115722656,6.39296552545166C12.993886115722656,6.04728952545166,13.342236115722656,5.80020072545166,13.740476115722656,5.81282124445166C14.166226115722656,5.79592122545166,14.551666115722657,6.03349852545166,14.679886115722656,6.39184652545166L14.679886115722656,7.15185452545166L15.455896115722656,7.15185452545166Q16.185596115722657,7.34961452545166,16.190996115722655,7.8394145254516605Q16.200826115722656,8.62487452545166,15.537436115722656,8.70794452545166L14.680836115722656,8.70794452545166L14.680836115722656,9.03522452545166L17.417206115722657,8.99914452545166C18.117386115722656,9.03405452545166,18.727186115722656,9.43224452545166,18.96923611572266,10.01257452545166Q19.24334611572266,10.67607452545166,19.173556115722654,12.72588452545166C19.579906115722657,12.83086452545166,19.827836115722654,13.19228452545166,19.744626115722657,13.55833452545166C19.703316115722657,13.92065452545166,19.37933611572266,14.20770452545166,18.968606115722658,14.24589452545166Q18.013966115722656,14.26407452545166,17.988266115722656,13.521974525451661Q17.962576115722655,12.77986452545166,18.559336115722658,12.72588452545166L18.51841611572266,10.55439452545166Q18.35343611572266,9.49396452545166,17.252866115722657,9.50515452545166Q16.114216115722655,9.517184525451661,15.006666115722656,9.50515452545166Q16.802036115722657,10.029914525451659,17.130396115722657,10.880554525451661Q17.458766115722657,11.73118452545166,17.375326115722658,12.11133452545166L17.375636115722656,17.974574525451658L17.375636115722656,17.974574525451658Z" fill-rule="evenodd" fill="#FFFFFF" fill-opacity="1"/></g></g></svg>
\ No newline at end of file
<svg width="42" height="45" viewBox="0 0 22 25" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M16.6552 9.77278C16.6552 12.9211 14.103 15.4733 10.9547 15.4733C7.80636 15.4733 5.25415 12.9211 5.25415 9.77278C5.25415 6.62447 7.80636 4.07227 10.9547 4.07227C14.103 4.07227 16.6552 6.62447 16.6552 9.77278ZM10.867 11.2506H11.324V13.098H10.867V11.2506ZM9.84612 11.2506H10.3032V13.098H9.84612V11.2506ZM13.7726 6.71854V12.5548H14.2799V13.0979H11.726V11.0721C11.726 10.9225 11.6011 10.8005 11.4482 10.8005H9.43527C9.2823 10.8005 9.15705 10.9228 9.15705 11.0721V13.0979H7.62926V12.5544H8.13655V9.16448C8.13763 9.09164 8.16749 9.02218 8.21963 8.97129C8.27176 8.9204 8.34192 8.89223 8.41477 8.89292H10.0619V8.32503C10.0629 8.25212 10.0927 8.18257 10.1448 8.1316C10.197 8.08063 10.2672 8.0524 10.3401 8.0531H11.4035C11.4764 8.0524 11.5466 8.08063 11.5987 8.1316C11.6509 8.18257 11.6807 8.25212 11.6817 8.32503V8.89329H12.1236V6.71891C12.1247 6.64607 12.1545 6.57661 12.2067 6.52572C12.2588 6.47483 12.3289 6.44666 12.4018 6.44735H13.4943C13.5671 6.44666 13.6372 6.47478 13.6894 6.52559C13.7415 6.5764 13.7714 6.64576 13.7726 6.71854ZM9.23907 10.4022H11.6455H11.647V9.8591H9.23907V10.4022Z" fill="#F0C41B"/>
<path d="M5.7556 4.49115C2.88589 7.36086 2.87565 12.0077 5.73811 14.8702C6.03244 15.1645 6.45323 15.7447 6.94211 16.4931C7.42337 17.2298 7.94668 18.0917 8.44496 18.922C8.55553 19.1063 8.66499 19.2892 8.77248 19.4688C9.14688 20.0944 9.49738 20.6801 9.78744 21.1433C9.97373 21.4407 10.1413 21.6977 10.2784 21.8867C10.3462 21.9801 10.4142 22.0676 10.4788 22.1379C10.5108 22.1728 10.5501 22.2123 10.5949 22.2483C10.6309 22.2772 10.7126 22.3389 10.8281 22.3689C11.0039 22.4146 11.1483 22.3604 11.2172 22.3271C11.2918 22.2911 11.3505 22.2447 11.3901 22.21C11.4707 22.1392 11.548 22.0487 11.6172 21.9601C11.7593 21.7779 11.9291 21.5227 12.114 21.2281C12.454 20.6862 12.8754 19.9616 13.3199 19.1974C13.3616 19.1256 13.4036 19.0535 13.4457 18.9811C13.939 18.1333 14.4562 17.2492 14.9321 16.495C15.4164 15.7273 15.8303 15.1395 16.1171 14.8527C18.9868 11.983 18.9971 7.33612 16.1346 4.47366C13.2722 1.6112 8.62531 1.62144 5.7556 4.49115Z" stroke="#F0C41B"/>
<g filter="url(#filter0_f_194_268)">
<path d="M10.9626 22.709L12.997 19.1853H8.92825L10.9626 22.709Z" fill="#F0C41B"/>
</g>
<defs>
<filter id="filter0_f_194_268" x="6.92822" y="17.1855" width="8.06885" height="7.52344" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
<feGaussianBlur stdDeviation="1" result="effect1_foregroundBlur_194_268"/>
</filter>
</defs>
</svg>
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M16 8C16 12.4183 12.4183 16 8 16C3.58172 16 0 12.4183 0 8C0 3.58172 3.58172 0 8 0C12.4183 0 16 3.58172 16 8ZM7.87702 10.0747H8.51843V12.6673H7.87702V10.0747ZM6.44436 10.0747H7.08576V12.6673H6.44436V10.0747ZM11.9546 3.71455V11.9051H12.6666V12.6673H9.08258V9.82425C9.08258 9.61425 8.90732 9.44314 8.69265 9.44314H5.86777C5.6531 9.44314 5.47732 9.61476 5.47732 9.82425V12.6673H3.33325V11.9045H4.04518V7.14714C4.04668 7.04491 4.08859 6.94743 4.16176 6.87602C4.23492 6.8046 4.33338 6.76506 4.43562 6.76603H6.74717V5.96907C6.74854 5.86675 6.79039 5.76914 6.86357 5.69761C6.93675 5.62608 7.03529 5.58647 7.13762 5.58744H8.62991C8.73223 5.58647 8.83077 5.62608 8.90395 5.69761C8.97713 5.76914 9.01899 5.86675 9.02035 5.96907V6.76655H9.6405V3.71507C9.642 3.61284 9.68392 3.51536 9.75708 3.44395C9.83025 3.37253 9.92871 3.33299 10.0309 3.33396H11.5642C11.6663 3.33299 11.7647 3.37246 11.8379 3.44377C11.911 3.51507 11.953 3.61241 11.9546 3.71455ZM5.59243 8.88417H8.96954H8.97161V8.12195H5.59243V8.88417Z" fill="#F0C41B"/>
</svg>
<svg width="42" height="45" viewBox="0 0 22 25" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M5.7556 4.49115C2.88589 7.36086 2.87565 12.0077 5.73811 14.8702C6.03244 15.1645 6.45323 15.7447 6.94211 16.4931C7.42337 17.2298 7.94668 18.0917 8.44496 18.922C8.55553 19.1063 8.66499 19.2892 8.77248 19.4688C9.14688 20.0944 9.49738 20.6801 9.78744 21.1433C9.97373 21.4407 10.1413 21.6977 10.2784 21.8867C10.3462 21.9801 10.4142 22.0676 10.4788 22.1379C10.5108 22.1728 10.5501 22.2123 10.5949 22.2483C10.6309 22.2772 10.7126 22.3389 10.8281 22.3689C11.0039 22.4146 11.1483 22.3604 11.2172 22.3271C11.2918 22.2911 11.3505 22.2447 11.3901 22.21C11.4707 22.1392 11.548 22.0487 11.6172 21.9601C11.7593 21.7779 11.9291 21.5227 12.114 21.2281C12.454 20.6862 12.8754 19.9616 13.3199 19.1974C13.3616 19.1256 13.4036 19.0535 13.4457 18.9811C13.939 18.1333 14.4562 17.2492 14.9321 16.495C15.4164 15.7273 15.8303 15.1395 16.1171 14.8527C18.9868 11.983 18.9971 7.33612 16.1346 4.47366C13.2722 1.6112 8.62531 1.62144 5.7556 4.49115Z" stroke="#FA8167"/>
<path d="M16.6134 8.94262C16.4134 7.58911 15.7326 6.3525 14.6954 5.45841C13.6581 4.56433 12.3334 4.07236 10.963 4.07227C9.44847 4.07227 7.99596 4.67294 6.92503 5.74214C5.85409 6.81135 5.25244 8.2615 5.25244 9.77359C5.25244 11.2857 5.85409 12.7358 6.92503 13.805C7.99596 14.8742 9.44847 15.4749 10.963 15.4749C12.3334 15.4748 13.6581 14.9828 14.6954 14.0888C15.7326 13.1947 16.4134 11.9581 16.6134 10.6046L16.6551 9.77359L16.6134 8.94262ZM6.58836 9.37325C6.682 8.3553 7.12877 7.40197 7.85151 6.67789C8.57425 5.95381 9.52758 5.50446 10.5468 5.40744V6.27779C9.75838 6.37152 9.02466 6.72811 8.46439 7.28987C7.90413 7.85162 7.55009 8.58567 7.45957 9.37325H6.58836ZM10.5468 14.1399C9.5328 14.0434 8.58385 13.5981 7.8623 12.8802C7.14075 12.1623 6.69144 11.2165 6.59121 10.2044H7.46332C7.5602 10.9858 7.91657 11.7123 8.47551 12.2678C9.03445 12.8233 9.76372 13.1757 10.5468 13.2689V14.1399ZM10.3991 10.0155V11.9119H9.69579V7.62704H12.6225V8.2271H10.3984V9.4153H12.4963V10.0154L10.3991 10.0155ZM11.3792 14.1399V13.2694C12.1623 13.1762 12.8915 12.8238 13.4505 12.2683C14.0094 11.7128 14.3658 10.9863 14.4627 10.2049H15.3348C15.2344 11.2169 14.785 12.1625 14.0635 12.8803C13.3419 13.598 12.3931 14.0434 11.3792 14.1399ZM14.4664 9.37325C14.3759 8.58567 14.0219 7.85162 13.4616 7.28987C12.9013 6.72811 12.1676 6.37152 11.3792 6.27779V5.40744C12.3984 5.5045 13.3517 5.95387 14.0744 6.67794C14.7971 7.40202 15.2438 8.35533 15.3375 9.37325H14.4664Z" fill="#FA8167"/>
<g filter="url(#filter0_f_194_248)">
<path d="M10.9626 22.709L12.997 19.1853H8.92825L10.9626 22.709Z" fill="#FA8167"/>
</g>
<defs>
<filter id="filter0_f_194_248" x="6.92822" y="17.1855" width="8.06885" height="7.52344" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
<feGaussianBlur stdDeviation="1" result="effect1_foregroundBlur_194_248"/>
</filter>
</defs>
</svg>
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M15.3722 6.834C15.1015 4.93477 14.1804 3.19959 12.7769 1.94502C11.3734 0.690454 9.58101 0.000131564 7.72679 0C5.67751 0 3.71218 0.842855 2.26312 2.34315C0.81407 3.84344 0 5.87827 0 8C0 10.1217 0.81407 12.1566 2.26312 13.6569C3.71218 15.1571 5.67751 16 7.72679 16C9.58101 15.9999 11.3734 15.3095 12.7769 14.055C14.1804 12.8004 15.1015 11.0652 15.3722 9.166H16V6.834H15.3722ZM1.80758 7.43825C1.93429 6.00989 2.5388 4.67218 3.51672 3.65617C4.49464 2.64015 5.78456 2.00963 7.1637 1.8735V3.09475C6.09685 3.22628 5.10407 3.72664 4.346 4.51488C3.58792 5.30312 3.10888 6.33313 2.9864 7.43825H1.80758ZM7.1637 14.1267C5.79162 13.9913 4.50762 13.3665 3.53132 12.3591C2.55502 11.3518 1.94707 10.0246 1.81145 8.6045H2.99147C3.12256 9.70097 3.60475 10.7203 4.36104 11.4998C5.11733 12.2792 6.10408 12.7738 7.1637 12.9045V14.1267ZM6.96377 8.3395V11.0005H6.01216V4.988H9.97214V5.83H6.9628V7.49725H9.80143V8.33925L6.96377 8.3395ZM8.28988 14.1267V12.9052C9.34949 12.7746 10.3362 12.28 11.0925 11.5005C11.8488 10.7211 12.331 9.70172 12.4621 8.60525H13.6421C13.5062 10.0252 12.8982 11.3521 11.9219 12.3592C10.9456 13.3663 9.66179 13.991 8.28988 14.1265V14.1267ZM12.4672 7.43825C12.3447 6.33313 11.8657 5.30312 11.1076 4.51488C10.3495 3.72664 9.35672 3.22628 8.28988 3.09475V1.8735C9.66897 2.00969 10.9588 2.64023 11.9367 3.65624C12.9146 4.67225 13.5191 6.00992 13.6457 7.43825H12.4672Z" fill="#FA8167"/>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="27.68707275390625" height="32" viewBox="0 0 27.68707275390625 32"><defs><clipPath id="master_svg0_15_09322"><rect x="4.92307710647583" y="4.307692050933838" width="17.230770111083984" height="17.23076820373535" rx="0"/></clipPath></defs><g><g><path d="M27.687,11.8226Q27.687,18.352,15.0769,32Q0,18.352,0,11.8226C0,5.29315,6.19796,0,13.8435,0C21.4891,0,27.687,5.29315,27.687,11.8226Z" fill="#0D87F9" fill-opacity="1"/></g><g clip-path="url(#master_svg0_15_09322)"><g><path d="M19.28207804397583,6.461500644683838C19.28207804397583,6.461500644683838,13.538487043975831,6.461500644683838,13.538487043975831,6.461500644683838C13.14361504397583,6.461500644683838,12.82053804397583,6.7845776446838375,12.82053804397583,7.179449644683838C12.82053804397583,7.179449644683838,12.82053804397583,8.335350644683839,12.82053804397583,8.335350644683839C12.82053804397583,8.335350644683839,12.82053820846183,8.335350644683839,12.82771767397583,8.342530644683837C12.82771767397583,8.342530644683837,16.41745804397583,11.573290644683837,16.41745804397583,11.573290644683837C16.86976804397583,11.975350644683838,17.12822804397583,12.564060644683838,17.12822804397583,13.174320644683839C17.12822804397583,13.174320644683839,17.12822804397583,13.64099064468384,17.12822804397583,13.64099064468384C17.12822804397583,13.64099064468384,18.56412804397583,13.64099064468384,18.56412804397583,13.64099064468384C18.56412804397583,13.64099064468384,18.56412804397583,15.076880644683838,18.56412804397583,15.076880644683838C18.56412804397583,15.076880644683838,17.12822804397583,15.076880644683838,17.12822804397583,15.076880644683838C17.12822804397583,15.076880644683838,17.12822804397583,16.512800644683836,17.12822804397583,16.512800644683836C17.12822804397583,16.512800644683836,18.56412804397583,16.512800644683836,18.56412804397583,16.512800644683836C18.56412804397583,16.512800644683836,18.56412804397583,17.94870064468384,18.56412804397583,17.94870064468384C18.56412804397583,17.94870064468384,17.12822804397583,17.94870064468384,17.12822804397583,17.94870064468384C17.12822804397583,17.94870064468384,17.12822804397583,19.384600644683836,17.12822804397583,19.384600644683836C17.12822804397583,19.384600644683836,19.28207804397583,19.384600644683836,19.28207804397583,19.384600644683836C19.67694804397583,19.384600644683836,20.00002804397583,19.06150064468384,20.00002804397583,18.66660064468384C20.00002804397583,18.66660064468384,20.00002804397583,7.179449644683838,20.00002804397583,7.179449644683838C20.00002804397583,6.7845776446838375,19.67694804397583,6.461500644683838,19.28207804397583,6.461500644683838C19.28207804397583,6.461500644683838,19.28207804397583,6.461500644683838,19.28207804397583,6.461500644683838ZM15.69232804397583,9.333290644683839C15.69232804397583,9.333290644683839,14.25643804397583,9.333290644683839,14.25643804397583,9.333290644683839C14.25643804397583,9.333290644683839,14.25643804397583,7.897400644683838,14.25643804397583,7.897400644683838C14.25643804397583,7.897400644683838,15.69232804397583,7.897400644683838,15.69232804397583,7.897400644683838C15.69232804397583,7.897400644683838,15.69232804397583,9.333290644683839,15.69232804397583,9.333290644683839C15.69232804397583,9.333290644683839,15.69232804397583,9.333290644683839,15.69232804397583,9.333290644683839ZM18.56412804397583,12.205090644683839C18.56412804397583,12.205090644683839,17.12822804397583,12.205090644683839,17.12822804397583,12.205090644683839C17.12822804397583,12.205090644683839,17.12822804397583,10.769190644683839,17.12822804397583,10.769190644683839C17.12822804397583,10.769190644683839,18.56412804397583,10.769190644683839,18.56412804397583,10.769190644683839C18.56412804397583,10.769190644683839,18.56412804397583,12.205090644683839,18.56412804397583,12.205090644683839C18.56412804397583,12.205090644683839,18.56412804397583,12.205090644683839,18.56412804397583,12.205090644683839ZM18.56412804397583,9.333290644683839C18.56412804397583,9.333290644683839,17.12822804397583,9.333290644683839,17.12822804397583,9.333290644683839C17.12822804397583,9.333290644683839,17.12822804397583,7.897400644683838,17.12822804397583,7.897400644683838C17.12822804397583,7.897400644683838,18.56412804397583,7.897400644683838,18.56412804397583,7.897400644683838C18.56412804397583,7.897400644683838,18.56412804397583,9.333290644683839,18.56412804397583,9.333290644683839C18.56412804397583,9.333290644683839,18.56412804397583,9.333290644683839,18.56412804397583,9.333290644683839Z" fill="#FFFFFF" fill-opacity="1"/></g><g><path d="M15.69233673538208,18.66668080093384C15.69233673538208,18.66668080093384,15.69233673538208,13.174380800933838,15.69233673538208,13.174380800933838C15.69233673538208,12.973350800933838,15.60617673538208,12.779510800933839,15.45540673538208,12.643100800933837C15.45540673538208,12.643100800933837,11.86566673538208,9.412327800933838,11.86566673538208,9.412327800933838C11.72925673538208,9.283096800933837,11.55694673538208,9.225660800933838,11.384636735382081,9.225660800933838C11.212336735382081,9.225660800933838,11.04002673538208,9.290276300933838,10.90361673538208,9.412327800933838C10.90361673538208,9.412327800933838,7.31386973538208,12.643100800933837,7.31386973538208,12.643100800933837C7.16310053538208,12.772330800933839,7.07694673538208,12.966170800933838,7.07694673538208,13.174380800933838C7.07694673538208,13.174380800933838,7.07694673538208,18.66668080093384,7.07694673538208,18.66668080093384C7.07694673538208,19.06156080093384,7.40002373538208,19.384660800933837,7.79489573538208,19.384660800933837C7.79489573538208,19.384660800933837,9.23079673538208,19.384660800933837,9.23079673538208,19.384660800933837C9.62566673538208,19.384660800933837,9.94873673538208,19.06156080093384,9.94873673538208,18.66668080093384C9.94873673538208,18.66668080093384,9.94873673538208,15.794890800933839,9.94873673538208,15.794890800933839C9.94873673538208,15.794890800933839,12.820536735382081,15.794890800933839,12.820536735382081,15.794890800933839C12.820536735382081,15.794890800933839,12.820536735382081,18.66668080093384,12.820536735382081,18.66668080093384C12.820536735382081,19.06156080093384,13.14361673538208,19.384660800933837,13.53848673538208,19.384660800933837C13.53848673538208,19.384660800933837,14.97438673538208,19.384660800933837,14.97438673538208,19.384660800933837C15.36925673538208,19.384660800933837,15.69233673538208,19.06156080093384,15.69233673538208,18.66668080093384C15.69233673538208,18.66668080093384,15.69233673538208,18.66668080093384,15.69233673538208,18.66668080093384Z" fill="#FFFFFF" fill-opacity="1"/></g></g></g></svg>
\ No newline at end of file
<svg width="42" height="45" viewBox="0 0 22 25" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.9547 15.4733C14.103 15.4733 16.6552 12.9211 16.6552 9.77278C16.6552 6.62447 14.103 4.07227 10.9547 4.07227C7.80636 4.07227 5.25415 6.62447 5.25415 9.77278C5.25415 12.9211 7.80636 15.4733 10.9547 15.4733ZM6.88066 9.97604C6.76989 9.92967 6.67933 9.98583 6.67933 10.1006V12.9572C6.67933 13.0721 6.76989 13.1279 6.88066 13.0819L7.73281 12.7257C7.84377 12.6795 7.93413 12.5481 7.93413 12.4332V11.9701H9.66077C9.74965 11.9702 9.83669 11.9461 9.91164 11.9007C9.9866 11.8553 10.0463 11.7905 10.0838 11.7139L10.483 10.8936L9.63881 10.5205L9.36286 11.0874H7.93452V10.6243C7.93452 10.5096 7.84396 10.378 7.73319 10.3318L6.88066 9.97604ZM14.1368 11.3145L14.7188 10.1318L13.3041 10.9465L14.1368 11.3145ZM15.0589 9.04219L9.27502 6.48616C9.16924 6.43967 9.04843 6.43478 8.93887 6.47256C8.82932 6.51035 8.7399 6.58774 8.69008 6.68789L7.68578 8.72924C7.63695 8.82962 7.63195 8.94429 7.67187 9.04816C7.71179 9.15204 7.79337 9.23664 7.89877 9.28346L11.7129 10.969C11.9323 11.0658 12.281 11.0477 12.4877 10.9287L15.0815 9.43494C15.2882 9.31597 15.2779 9.13936 15.0589 9.04219Z" fill="#36E7C7"/>
<path d="M10.8281 22.3689C11.0039 22.4146 11.1483 22.3604 11.2172 22.3271C11.2918 22.2911 11.3505 22.2447 11.3901 22.21C11.4707 22.1392 11.548 22.0487 11.6172 21.9601C11.7593 21.7779 11.9291 21.5227 12.114 21.2281C12.454 20.6862 12.8754 19.9616 13.3199 19.1974C13.3616 19.1256 13.4036 19.0535 13.4457 18.9811C13.939 18.1333 14.4562 17.2492 14.9321 16.495C15.4164 15.7273 15.8303 15.1395 16.1171 14.8527C18.9868 11.983 18.9971 7.33612 16.1346 4.47366C13.2722 1.6112 8.62531 1.62144 5.7556 4.49115C2.88589 7.36086 2.87565 12.0077 5.73811 14.8702C6.03244 15.1645 6.45323 15.7447 6.94211 16.4931C7.42337 17.2298 7.94668 18.0917 8.44496 18.922C8.55553 19.1063 8.665 19.2892 8.7725 19.4688C9.14689 20.0944 9.49738 20.6801 9.78744 21.1433C9.97373 21.4407 10.1413 21.6977 10.2784 21.8867C10.3462 21.9801 10.4142 22.0676 10.4788 22.1379C10.5108 22.1728 10.5501 22.2123 10.5949 22.2483C10.6309 22.2772 10.7126 22.3389 10.8281 22.3689Z" stroke="#36E7C7"/>
<g filter="url(#filter0_f_175_404)">
<path d="M10.9626 22.709L12.997 19.1853H8.92825L10.9626 22.709Z" fill="#36E7C7"/>
</g>
<defs>
<filter id="filter0_f_175_404" x="6.92822" y="17.1855" width="8.06885" height="7.52344" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
<feGaussianBlur stdDeviation="1" result="effect1_foregroundBlur_175_404"/>
</filter>
</defs>
</svg>
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M8 16C12.4183 16 16 12.4183 16 8C16 3.58172 12.4183 0 8 0C3.58172 0 0 3.58172 0 8C0 12.4183 3.58172 16 8 16ZM2.28254 8.28605C2.12709 8.22097 2 8.29979 2 8.46079V12.4697C2 12.631 2.12709 12.7092 2.28254 12.6447L3.47843 12.1448C3.63415 12.08 3.76097 11.8957 3.76097 11.7344V11.0845H6.1841C6.30883 11.0846 6.43098 11.0508 6.53617 10.9871C6.64136 10.9234 6.7252 10.8324 6.77782 10.7249L7.33799 9.57378L6.15328 9.05008L5.76602 9.84574H3.76151V9.19578C3.76151 9.03478 3.63442 8.85019 3.47897 8.78538L2.28254 8.28605ZM12.4657 10.1644L13.2825 8.5046L11.2971 9.64793L12.4657 10.1644ZM13.7598 6.9755L5.64275 3.3884C5.4943 3.32316 5.32474 3.31631 5.171 3.36933C5.01726 3.42235 4.89177 3.53096 4.82185 3.67151L3.41243 6.53631C3.34391 6.67718 3.33689 6.83811 3.39291 6.98388C3.44893 7.12966 3.56343 7.24839 3.71133 7.31409L9.06405 9.67956C9.37195 9.81541 9.86121 9.79 10.1514 9.62304L13.7914 7.52668C14.0816 7.35972 14.0671 7.11187 13.7598 6.9755Z" fill="#36E7C7"/>
</svg>
<svg width="28" height="31" viewBox="0 0 28 31" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M21.27 12.4812C21.27 16.5018 18.0106 19.7612 13.99 19.7612C9.96936 19.7612 6.70999 16.5018 6.70999 12.4812C6.70999 8.46054 9.96936 5.20117 13.99 5.20117C18.0106 5.20117 21.27 8.46054 21.27 12.4812ZM13.8781 14.3685H14.4618V16.7277H13.8781V14.3685ZM12.5744 14.3685H13.1581V16.7277H12.5744V14.3685ZM17.5888 8.58069V16.034H18.2366V16.7277H14.9752V14.1405C14.9752 13.9494 14.8157 13.7937 14.6203 13.7937H12.0497C11.8543 13.7937 11.6944 13.9499 11.6944 14.1405V16.7277H9.74329V16.0336H10.3911V11.7043C10.3925 11.6113 10.4306 11.5226 10.4972 11.4576C10.5638 11.3926 10.6534 11.3566 10.7464 11.3575H12.85V10.6323C12.8512 10.5392 12.8893 10.4504 12.9559 10.3853C13.0225 10.3202 13.1121 10.2841 13.2053 10.285H14.5632C14.6564 10.2841 14.746 10.3202 14.8126 10.3853C14.8792 10.4504 14.9173 10.5392 14.9185 10.6323V11.358H15.4829V8.58116C15.4843 8.48813 15.5224 8.39943 15.589 8.33444C15.6556 8.26945 15.7452 8.23347 15.8382 8.23435H17.2335C17.3264 8.23346 17.4159 8.26939 17.4825 8.33427C17.5491 8.39916 17.5873 8.48774 17.5888 8.58069ZM11.7991 13.285H14.8723H14.8742V12.5914H11.7991V13.285Z" fill="#00FFFF"/>
<path d="M7.44824 5.83351C3.83717 9.44459 3.82476 15.2913 7.42591 18.8924C7.81326 19.2798 8.35772 20.0322 8.98153 20.9872C9.59772 21.9305 10.2672 23.0332 10.9036 24.0936C11.0451 24.3294 11.185 24.5632 11.3224 24.7928C11.8004 25.5915 12.247 26.3378 12.6167 26.9281C12.8542 27.3074 13.0662 27.6323 13.2384 27.8697C13.3237 27.9873 13.4069 28.0941 13.4841 28.1781C13.5225 28.2198 13.5674 28.2648 13.6172 28.3047C13.6581 28.3376 13.7441 28.4018 13.8631 28.4328C14.0424 28.4794 14.1911 28.4243 14.2649 28.3887C14.3444 28.3503 14.4088 28.2999 14.4546 28.2597C14.5478 28.178 14.6402 28.0704 14.7267 27.9595C14.9037 27.7327 15.1175 27.4117 15.3531 27.0362C15.7859 26.3464 16.3229 25.4232 16.8909 24.4465C16.9442 24.355 16.9977 24.263 17.0514 24.1707C17.6812 23.0882 18.343 21.9571 18.9522 20.9915C19.5699 20.0124 20.106 19.2489 20.4848 18.8701C24.0959 15.259 24.1083 9.41233 20.5071 5.81118C16.906 2.21002 11.0593 2.22243 7.44824 5.83351Z" stroke="#00FFFF"/>
<g filter="url(#filter0_f_159_207)">
<path d="M14 29L16.598 24.5H11.4019L14 29Z" fill="#00FFFF"/>
</g>
<defs>
<filter id="filter0_f_159_207" x="9.40189" y="22.5" width="9.19617" height="8.5" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
<feGaussianBlur stdDeviation="1" result="effect1_foregroundBlur_159_207"/>
</filter>
</defs>
</svg>
<svg width="28" height="31" viewBox="0 0 28 31" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M7.44827 5.83351C3.8372 9.44459 3.82479 15.2913 7.42594 18.8924C7.81329 19.2798 8.35775 20.0322 8.98156 20.9872C9.59775 21.9305 10.2673 23.0332 10.9036 24.0936C11.0451 24.3294 11.1851 24.5632 11.3224 24.7928C11.8004 25.5915 12.2471 26.3378 12.6167 26.9281C12.8543 27.3074 13.0662 27.6323 13.2384 27.8697C13.3237 27.9873 13.407 28.0941 13.4842 28.1781C13.5225 28.2198 13.5675 28.2648 13.6172 28.3047C13.6582 28.3376 13.7441 28.4018 13.8631 28.4328C14.0425 28.4794 14.1911 28.4243 14.2649 28.3887C14.3445 28.3503 14.4088 28.2999 14.4546 28.2597C14.5478 28.178 14.6402 28.0704 14.7268 27.9595C14.9037 27.7327 15.1175 27.4117 15.3531 27.0362C15.7859 26.3464 16.3229 25.4232 16.891 24.4465C16.9442 24.355 16.9977 24.263 17.0514 24.1707C17.6813 23.0882 18.343 21.9571 18.9522 20.9915C19.5699 20.0124 20.106 19.2489 20.4848 18.8701C24.0959 15.259 24.1083 9.41233 20.5072 5.81118C16.906 2.21002 11.0594 2.22243 7.44827 5.83351Z" stroke="#00FFFF"/>
<path d="M21.2167 11.421C20.9613 9.69245 20.0919 8.11321 18.7672 6.97139C17.4425 5.82957 15.7508 5.20129 14.0007 5.20117C12.0665 5.20117 10.2116 5.96828 8.84391 7.33374C7.47624 8.6992 6.70789 10.5512 6.70789 12.4822C6.70789 14.4133 7.47624 16.2652 8.84391 17.6307C10.2116 18.9961 12.0665 19.7632 14.0007 19.7632C15.7508 19.7631 17.4425 19.1348 18.7672 17.993C20.0919 16.8512 20.9613 15.272 21.2167 13.5434L21.27 12.4822L21.2167 11.421ZM8.41395 11.9709C8.53354 10.6709 9.1041 9.45346 10.0271 8.52876C10.9501 7.60405 12.1676 7.0302 13.4693 6.9063V8.01779C12.4623 8.1375 11.5253 8.5929 10.8098 9.3103C10.0943 10.0277 9.64217 10.9651 9.52657 11.9709H8.41395ZM13.4693 18.0583C12.1742 17.935 10.9623 17.3664 10.0409 16.4496C9.11941 15.5328 8.5456 14.3249 8.4176 13.0324H9.53135C9.65507 14.0303 10.1102 14.9581 10.824 15.6675C11.5378 16.3769 12.4691 16.827 13.4693 16.9459V18.0583ZM13.2806 12.7912V15.213H12.3824V9.7409H16.12V10.5072H13.2796V12.0246H15.9588V12.791L13.2806 12.7912ZM14.5322 18.0583V16.9466C15.5323 16.8277 16.4636 16.3775 17.1774 15.6681C17.8912 14.9587 18.3464 14.031 18.4701 13.0331H19.5838C19.4556 14.3254 18.8817 15.5331 17.9602 16.4497C17.0388 17.3663 15.827 17.935 14.5322 18.0583ZM18.4749 11.9709C18.3593 10.9651 17.9071 10.0277 17.1916 9.3103C16.4761 8.5929 15.5391 8.1375 14.5322 8.01779V6.9063C15.8338 7.03025 17.0512 7.60413 17.9742 8.52882C18.8971 9.45352 19.4677 10.671 19.5873 11.9709H18.4749Z" fill="#00FFFF"/>
<g filter="url(#filter0_f_159_150)">
<path d="M14 29L16.5981 24.5H11.4019L14 29Z" fill="#00FFFF"/>
</g>
<defs>
<filter id="filter0_f_159_150" x="9.40192" y="22.5" width="9.19617" height="8.5" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
<feGaussianBlur stdDeviation="1" result="effect1_foregroundBlur_159_150"/>
</filter>
</defs>
</svg>
<svg width="28" height="31" viewBox="0 0 28 31" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.99 19.7612C18.0107 19.7612 21.27 16.5018 21.27 12.4812C21.27 8.46054 18.0107 5.20117 13.99 5.20117C9.96939 5.20117 6.71002 8.46054 6.71002 12.4812C6.71002 16.5018 9.96939 19.7612 13.99 19.7612ZM8.78711 12.7408C8.64565 12.6815 8.53 12.7533 8.53 12.8998V16.5479C8.53 16.6946 8.64565 16.7659 8.78711 16.7071L9.87537 16.2523C10.0171 16.1933 10.1325 16.0255 10.1325 15.8788V15.2873H12.3375C12.451 15.2874 12.5622 15.2567 12.6579 15.1987C12.7536 15.1407 12.8299 15.0579 12.8778 14.9601L13.3876 13.9126L12.3095 13.436L11.9571 14.1601H10.133V13.5686C10.133 13.4221 10.0173 13.2541 9.87586 13.1951L8.78711 12.7408ZM18.0538 14.45L18.7971 12.9396L16.9904 13.9801L18.0538 14.45ZM19.2314 11.5482L11.8449 8.2839C11.7098 8.22453 11.5555 8.21829 11.4156 8.26654C11.2757 8.31479 11.1615 8.41362 11.0979 8.54153L9.81531 11.1485C9.75296 11.2767 9.74657 11.4231 9.79755 11.5558C9.84853 11.6884 9.95272 11.7965 10.0873 11.8563L14.9583 14.0088C15.2385 14.1325 15.6837 14.1094 15.9478 13.9574L19.2602 12.0497C19.5242 11.8978 19.5111 11.6722 19.2314 11.5482Z" fill="#00FFFF"/>
<path d="M7.44827 5.83351C3.8372 9.44459 3.82479 15.2913 7.42594 18.8924C7.81329 19.2798 8.35775 20.0322 8.98156 20.9872C9.59775 21.9305 10.2673 23.0332 10.9036 24.0936C11.0451 24.3294 11.1851 24.5632 11.3224 24.7928C11.8004 25.5915 12.2471 26.3378 12.6167 26.9281C12.8543 27.3074 13.0662 27.6323 13.2384 27.8697C13.3237 27.9873 13.407 28.0941 13.4842 28.1781C13.5225 28.2198 13.5675 28.2648 13.6172 28.3047C13.6582 28.3376 13.7441 28.4018 13.8631 28.4328C14.0425 28.4794 14.1911 28.4243 14.2649 28.3887C14.3445 28.3503 14.4088 28.2999 14.4546 28.2597C14.5478 28.178 14.6402 28.0704 14.7268 27.9595C14.9037 27.7327 15.1175 27.4117 15.3531 27.0362C15.7859 26.3464 16.3229 25.4232 16.891 24.4465C16.9442 24.355 16.9977 24.263 17.0514 24.1707C17.6813 23.0882 18.343 21.9571 18.9522 20.9915C19.5699 20.0124 20.106 19.2489 20.4848 18.8701C24.0959 15.259 24.1083 9.41233 20.5072 5.81118C16.906 2.21002 11.0594 2.22243 7.44827 5.83351Z" stroke="#00FFFF"/>
<g filter="url(#filter0_f_159_193)">
<path d="M14 29L16.5981 24.5H11.4019L14 29Z" fill="#00FFFF"/>
</g>
<defs>
<filter id="filter0_f_159_193" x="9.40192" y="22.5" width="9.19617" height="8.5" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
<feGaussianBlur stdDeviation="1" result="effect1_foregroundBlur_159_193"/>
</filter>
</defs>
</svg>
<svg width="28" height="31" viewBox="0 0 28 31" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M13.99 5.19922C12.0592 5.19922 10.2075 5.96622 8.84225 7.33148C7.47699 8.69675 6.70999 10.5484 6.70999 12.4792C6.70999 14.41 7.47699 16.2617 8.84225 17.627C10.2075 18.9922 12.0592 19.7592 13.99 19.7592C15.9208 19.7592 17.7725 18.9922 19.1377 17.627C20.503 16.2617 21.27 14.41 21.27 12.4792C21.27 10.5484 20.503 8.69675 19.1377 7.33148C17.7725 5.96622 15.9208 5.19922 13.99 5.19922V5.19922ZM18.358 15.0272H17.63V16.1192H16.538V16.8472H15.082V16.1192H13.262V16.8472H11.806V16.1192H10.714V15.0272H9.98599V9.93122H10.714V8.83922H11.806V8.47522H12.898V8.83922H13.626V8.47522H14.718V8.83922H15.446V8.47522H16.538V8.83922H17.63V9.93122H18.358V15.0272ZM11.078 15.0272H17.266V9.56722H11.078V15.0272ZM16.538 9.93122H16.902V14.6632H16.538V9.93122ZM15.81 9.93122H16.174V14.6632H15.81V9.93122ZM15.082 9.93122H15.446V14.6632H15.082V9.93122ZM14.354 9.93122H14.718V14.6632H14.354V9.93122ZM13.626 9.93122H13.99V14.6632H13.626V9.93122ZM12.898 9.93122H13.262V14.6632H12.898V9.93122ZM12.17 9.93122H12.534V14.6632H12.17V9.93122ZM11.442 9.93122H11.806V14.6632H11.442V9.93122Z" fill="#00FFFF"/>
<path d="M7.44824 5.83351C3.83717 9.44459 3.82476 15.2913 7.42591 18.8924C7.81326 19.2798 8.35772 20.0322 8.98153 20.9872C9.59772 21.9305 10.2672 23.0332 10.9036 24.0936C11.0451 24.3294 11.185 24.5632 11.3224 24.7928C11.8004 25.5915 12.247 26.3378 12.6167 26.9281C12.8542 27.3074 13.0662 27.6323 13.2384 27.8697C13.3237 27.9873 13.4069 28.0941 13.4841 28.1781C13.5225 28.2198 13.5674 28.2648 13.6172 28.3047C13.6581 28.3376 13.7441 28.4018 13.8631 28.4328C14.0424 28.4794 14.1911 28.4243 14.2649 28.3887C14.3444 28.3503 14.4088 28.2999 14.4546 28.2597C14.5478 28.178 14.6402 28.0704 14.7267 27.9595C14.9037 27.7327 15.1175 27.4117 15.3531 27.0362C15.7859 26.3464 16.3229 25.4232 16.8909 24.4465C16.9442 24.355 16.9977 24.263 17.0514 24.1707C17.6812 23.0882 18.343 21.9571 18.9522 20.9915C19.5699 20.0124 20.106 19.2489 20.4848 18.8701C24.0959 15.259 24.1083 9.41233 20.5071 5.81118C16.906 2.21002 11.0593 2.22243 7.44824 5.83351Z" stroke="#00FFFF"/>
<g filter="url(#filter0_f_159_195)">
<path d="M14 29L16.598 24.5H11.4019L14 29Z" fill="#00FFFF"/>
</g>
<defs>
<filter id="filter0_f_159_195" x="9.40189" y="22.5" width="9.19617" height="8.5" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
<feGaussianBlur stdDeviation="1" result="effect1_foregroundBlur_159_195"/>
</filter>
</defs>
</svg>
<svg width="28" height="31" viewBox="0 0 28 31" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M21.27 12.4812C21.27 16.5018 18.0106 19.7612 13.99 19.7612C9.96936 19.7612 6.70999 16.5018 6.70999 12.4812C6.70999 8.46054 9.96936 5.20117 13.99 5.20117C18.0106 5.20117 21.27 8.46054 21.27 12.4812ZM16.5344 10.671C16.5344 12.0646 15.4046 13.1947 14.0107 13.1947C12.6168 13.1947 11.487 12.0649 11.487 10.671C11.487 9.27734 12.6168 8.14727 14.0107 8.14727C15.4046 8.14727 16.5344 9.27707 16.5344 10.671ZM14.0108 14.0327C14.7766 14.0327 15.5056 13.7748 16.0937 13.3105V13.3108C17.62 13.8895 18.3209 15.8731 18.3209 16.7774H9.65665C9.65665 15.865 10.3521 13.8673 11.9092 13.2957C12.5 13.7689 13.236 14.0327 14.0108 14.0327Z" fill="#00FFFF"/>
<path d="M7.44824 5.83351C3.83717 9.44459 3.82476 15.2913 7.42591 18.8924C7.81326 19.2798 8.35772 20.0322 8.98153 20.9872C9.59772 21.9305 10.2672 23.0332 10.9036 24.0936C11.0451 24.3294 11.185 24.5632 11.3224 24.7928C11.8004 25.5915 12.247 26.3378 12.6167 26.9281C12.8542 27.3074 13.0662 27.6323 13.2384 27.8697C13.3237 27.9873 13.4069 28.0941 13.4841 28.1781C13.5225 28.2198 13.5674 28.2648 13.6172 28.3047C13.6581 28.3376 13.7441 28.4018 13.8631 28.4328C14.0424 28.4794 14.1911 28.4243 14.2649 28.3887C14.3444 28.3503 14.4088 28.2999 14.4546 28.2597C14.5478 28.178 14.6402 28.0704 14.7267 27.9595C14.9037 27.7327 15.1175 27.4117 15.3531 27.0362C15.7859 26.3464 16.3229 25.4232 16.8909 24.4465C16.9442 24.355 16.9977 24.263 17.0514 24.1707C17.6812 23.0882 18.343 21.9571 18.9522 20.9915C19.5699 20.0124 20.106 19.2489 20.4848 18.8701C24.0959 15.259 24.1083 9.41233 20.5071 5.81118C16.906 2.21002 11.0593 2.22243 7.44824 5.83351Z" stroke="#00FFFF"/>
<g filter="url(#filter0_f_159_191)">
<path d="M14 29L16.598 24.5H11.4019L14 29Z" fill="#00FFFF"/>
</g>
<defs>
<filter id="filter0_f_159_191" x="9.40189" y="22.5" width="9.19617" height="8.5" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
<feGaussianBlur stdDeviation="1" result="effect1_foregroundBlur_159_191"/>
</filter>
</defs>
</svg>
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1648695033085" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="2427" data-spm-anchor-id="a313x.7781069.0.i3" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css">@font-face { font-family: feedback-iconfont; src: url("//at.alicdn.com/t/font_1031158_u69w8yhxdu.woff2?t=1630033759944") format("woff2"), url("//at.alicdn.com/t/font_1031158_u69w8yhxdu.woff?t=1630033759944") format("woff"), url("//at.alicdn.com/t/font_1031158_u69w8yhxdu.ttf?t=1630033759944") format("truetype"); }
</style></defs><path d="M512.99 355.35l45.31 143.99h140.34l-112.75 75.77 44.3 134.06-116.94-85.87-117.32 84.82L440.2 574.5l-113.27-75.17h140.74l45.32-143.98m0-229.99l-97.97 301.51H98l256.48 178.2-97.98 294.51 256.49-186.14 256.49 187.64-97.97-296.24L928 426.87H610.96l-97.97-301.51z" fill="#d81e06" p-id="2428"></path></svg>
\ No newline at end of file
<svg width="42" height="45" viewBox="0 0 22 25" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M10.9547 4.07031C9.44279 4.07031 7.99285 4.6709 6.92379 5.73995C5.85474 6.80901 5.25415 8.25896 5.25415 9.77083C5.25415 11.2827 5.85474 12.7326 6.92379 13.8017C7.99285 14.8708 9.44279 15.4713 10.9547 15.4713C12.4665 15.4713 13.9165 14.8708 14.9855 13.8017C16.0546 12.7326 16.6552 11.2827 16.6552 9.77083C16.6552 8.25896 16.0546 6.80901 14.9855 5.73995C13.9165 4.6709 12.4665 4.07031 10.9547 4.07031V4.07031ZM14.375 11.766H13.8049V12.6211H12.9498V13.1911H11.8097V12.6211H10.3846V13.1911H9.24451V12.6211H8.38943V11.766H7.81938V7.77565H8.38943V6.92057H9.24451V6.63554H10.0996V6.92057H10.6696V6.63554H11.5247V6.92057H12.0948V6.63554H12.9498V6.92057H13.8049V7.77565H14.375V11.766ZM8.67446 11.766H13.5199V7.49062H8.67446V11.766ZM12.9498 7.77565H13.2349V11.481H12.9498V7.77565ZM12.3798 7.77565H12.6648V11.481H12.3798V7.77565ZM11.8097 7.77565H12.0948V11.481H11.8097V7.77565ZM11.2397 7.77565H11.5247V11.481H11.2397V7.77565ZM10.6696 7.77565H10.9547V11.481H10.6696V7.77565ZM10.0996 7.77565H10.3846V11.481H10.0996V7.77565ZM9.52954 7.77565H9.81456V11.481H9.52954V7.77565ZM8.95948 7.77565H9.24451V11.481H8.95948V7.77565Z" fill="#74C5FF"/>
<path d="M5.7556 4.49115C2.88589 7.36086 2.87565 12.0077 5.73811 14.8702C6.03244 15.1645 6.45323 15.7447 6.94211 16.4931C7.42337 17.2298 7.94668 18.0917 8.44496 18.922C8.55553 19.1063 8.66499 19.2892 8.77248 19.4688C9.14688 20.0944 9.49738 20.6801 9.78744 21.1433C9.97373 21.4407 10.1413 21.6977 10.2784 21.8867C10.3462 21.9801 10.4142 22.0676 10.4788 22.1379C10.5108 22.1728 10.5501 22.2123 10.5949 22.2483C10.6309 22.2772 10.7126 22.3389 10.8281 22.3689C11.0039 22.4146 11.1483 22.3604 11.2172 22.3271C11.2918 22.2911 11.3505 22.2447 11.3901 22.21C11.4707 22.1392 11.548 22.0487 11.6172 21.9601C11.7593 21.7779 11.9291 21.5227 12.114 21.2281C12.454 20.6862 12.8754 19.9616 13.3199 19.1974C13.3616 19.1256 13.4036 19.0535 13.4457 18.9811C13.939 18.1333 14.4562 17.2492 14.9321 16.495C15.4164 15.7273 15.8303 15.1395 16.1171 14.8527C18.9868 11.983 18.9971 7.33612 16.1346 4.47366C13.2722 1.6112 8.62531 1.62144 5.7556 4.49115Z" stroke="#74C5FF"/>
<g filter="url(#filter0_f_194_260)">
<path d="M10.9626 22.709L12.997 19.1853H8.92825L10.9626 22.709Z" fill="#74C5FF"/>
</g>
<defs>
<filter id="filter0_f_194_260" x="6.92822" y="17.1855" width="8.06885" height="7.52344" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
<feGaussianBlur stdDeviation="1" result="effect1_foregroundBlur_194_260"/>
</filter>
</defs>
</svg>
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M8 0C5.87827 0 3.84344 0.842855 2.34315 2.34315C0.842855 3.84344 0 5.87827 0 8C0 10.1217 0.842855 12.1566 2.34315 13.6569C3.84344 15.1571 5.87827 16 8 16C10.1217 16 12.1566 15.1571 13.6569 13.6569C15.1571 12.1566 16 10.1217 16 8C16 5.87827 15.1571 3.84344 13.6569 2.34315C12.1566 0.842855 10.1217 0 8 0V0ZM12.8 10.8H12V12H10.8V12.8H9.2V12H7.2V12.8H5.6V12H4.4V10.8H3.6V5.2H4.4V4H5.6V3.6H6.8V4H7.6V3.6H8.8V4H9.6V3.6H10.8V4H12V5.2H12.8V10.8ZM4.8 10.8H11.6V4.8H4.8V10.8ZM10.8 5.2H11.2V10.4H10.8V5.2ZM10 5.2H10.4V10.4H10V5.2ZM9.2 5.2H9.6V10.4H9.2V5.2ZM8.4 5.2H8.8V10.4H8.4V5.2ZM7.6 5.2H8V10.4H7.6V5.2ZM6.8 5.2H7.2V10.4H6.8V5.2ZM6 5.2H6.4V10.4H6V5.2ZM5.2 5.2H5.6V10.4H5.2V5.2Z" fill="#74C5FF"/>
</svg>
<svg width="42" height="45" viewBox="0 0 22 25" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M16.6552 9.77473C16.6552 12.923 14.103 15.4752 10.9547 15.4752C7.80636 15.4752 5.25415 12.923 5.25415 9.77473C5.25415 6.62643 7.80636 4.07422 10.9547 4.07422C14.103 4.07422 16.6552 6.62643 16.6552 9.77473ZM12.9472 8.3569C12.9472 9.44817 12.0625 10.3331 10.971 10.3331C9.87956 10.3331 8.99488 9.44838 8.99488 8.3569C8.99488 7.26563 9.87956 6.38074 10.971 6.38074C12.0625 6.38074 12.9472 7.26542 12.9472 8.3569ZM10.9711 10.9893C11.5708 10.9893 12.1416 10.7873 12.6021 10.4238V10.424C13.7973 10.8771 14.3461 12.4304 14.3461 13.1384H7.56167C7.56167 12.424 8.10625 10.8598 9.32553 10.4122C9.78815 10.7827 10.3644 10.9893 10.9711 10.9893Z" fill="#00FFFF"/>
<path d="M5.7556 4.49115C2.88589 7.36086 2.87565 12.0077 5.73811 14.8702C6.03244 15.1645 6.45323 15.7447 6.94211 16.4931C7.42337 17.2298 7.94668 18.0917 8.44496 18.922C8.55553 19.1063 8.66499 19.2892 8.77248 19.4688C9.14688 20.0944 9.49738 20.6801 9.78744 21.1433C9.97373 21.4407 10.1413 21.6977 10.2784 21.8867C10.3462 21.9801 10.4142 22.0676 10.4788 22.1379C10.5108 22.1728 10.5501 22.2123 10.5949 22.2483C10.6309 22.2772 10.7126 22.3389 10.8281 22.3689C11.0039 22.4146 11.1483 22.3604 11.2172 22.3271C11.2918 22.2911 11.3505 22.2447 11.3901 22.21C11.4707 22.1392 11.548 22.0487 11.6172 21.9601C11.7593 21.7779 11.9291 21.5227 12.114 21.2281C12.454 20.6862 12.8754 19.9616 13.3199 19.1974C13.3616 19.1256 13.4036 19.0535 13.4457 18.9811C13.939 18.1333 14.4562 17.2492 14.9321 16.495C15.4164 15.7273 15.8303 15.1395 16.1171 14.8527C18.9868 11.983 18.9971 7.33612 16.1346 4.47366C13.2722 1.6112 8.62531 1.62144 5.7556 4.49115Z" stroke="#00FFFF"/>
<g filter="url(#filter0_f_194_252)">
<path d="M10.9626 22.709L12.997 19.1853H8.92825L10.9626 22.709Z" fill="#00FFFF"/>
</g>
<defs>
<filter id="filter0_f_194_252" x="6.92822" y="17.1855" width="8.06885" height="7.52344" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
<feGaussianBlur stdDeviation="1" result="effect1_foregroundBlur_194_252"/>
</filter>
</defs>
</svg>
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M16 8C16 12.4183 12.4183 16 8 16C3.58172 16 0 12.4183 0 8C0 3.58172 3.58172 0 8 0C12.4183 0 16 3.58172 16 8ZM10.7962 6.01159C10.7962 7.54306 9.55466 8.78489 8.0229 8.78489C6.49113 8.78489 5.24959 7.54335 5.24959 6.01159C5.24959 4.48012 6.49113 3.23828 8.0229 3.23828C9.55466 3.23828 10.7962 4.47982 10.7962 6.01159ZM8.02293 9.70834C8.86456 9.70834 9.66557 9.42494 10.3118 8.91474V8.91504C11.9892 9.55093 12.7593 11.7307 12.7593 12.7244H3.2382C3.2382 11.7218 4.00245 9.52662 5.71357 8.89844C6.3628 9.41841 7.17152 9.70834 8.02293 9.70834Z" fill="#00FFFF"/>
</svg>
<svg width="56" height="51" viewBox="0 0 56 51" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle cx="28" cy="35" r="16" fill="url(#paint0_linear_218_40)"/>
<path d="M24.3506 40.459C21.4894 45.9554 25.7938 49.6511 28.3036 50.8119C19.9271 52.0354 20.1154 44.2237 21.7154 38.106C23.3154 31.9884 29.0579 27.6854 29.0565 27.7531C29.0565 27.0001 29.5585 26.2472 29.8095 25.9648C29.2824 28.6754 31.9114 34.3099 33.2918 36.7884C37.5083 43.4895 33.7311 48.4276 31.3154 50.059C33.1977 47.6119 31.9742 43.4707 29.7154 39.3295C27.9083 36.0166 27.9585 31.8001 28.2095 30.106C27.0801 31.706 26.7036 37.5413 29.8095 42.3413C32.2942 46.1813 31.284 48.7727 30.4683 49.5884C30.9954 46.426 29.3075 45.1335 28.3977 44.8825C29.3765 46.4637 28.5546 47.4237 28.0212 47.706C27.8644 46.608 27.306 44.2801 26.3271 43.7531C25.3483 43.226 24.6016 41.3374 24.3506 40.459Z" fill="url(#paint1_linear_218_40)"/>
<path d="M6.34375 5.02441V3.82129H7.62891V5.02441H10.917C11.6143 5.02441 12.1497 5.16341 12.5234 5.44141C13.0065 5.80599 13.248 6.30273 13.248 6.93164L13.2412 12.0654C13.2412 12.6761 13.1182 13.1432 12.8721 13.4668C12.4893 13.9727 11.9219 14.2256 11.1699 14.2256H7.62891L7.63574 15.415L6.34375 15.4082V14.2256H3.09668C2.44043 14.2256 1.9528 14.1322 1.63379 13.9453C1.05501 13.6081 0.765625 12.9678 0.765625 12.0244V7.19141C0.765625 6.48958 0.943359 5.96322 1.29883 5.6123C1.69531 5.22038 2.23079 5.02441 2.90527 5.02441H6.34375ZM6.34375 12.9404V6.30957H2.86426C2.54069 6.30957 2.3151 6.39616 2.1875 6.56934C2.09635 6.69694 2.05078 6.89746 2.05078 7.1709V11.9219C2.05078 12.2318 2.06217 12.4163 2.08496 12.4756C2.19889 12.79 2.44954 12.9473 2.83691 12.9473L6.34375 12.9404ZM7.62891 12.9404L10.9375 12.9473C11.6211 12.9518 11.9629 12.6647 11.9629 12.0859V7.2666C11.9629 6.87467 11.8854 6.61719 11.7305 6.49414C11.5846 6.38021 11.3385 6.32096 10.9922 6.31641L7.62891 6.30273V12.9404ZM14.7246 8.11426V6.84961H15.9277C16.388 6.84961 16.7275 6.96354 16.9463 7.19141C17.1514 7.4056 17.2539 7.74284 17.2539 8.20312V13.4736C17.2539 13.7334 17.2835 13.8929 17.3428 13.9521C17.4111 14.0251 17.5615 14.0615 17.7939 14.0615H18.1016V15.3262H17.4316C16.985 15.3262 16.6797 15.2669 16.5156 15.1484C16.1647 14.8932 15.9893 14.5378 15.9893 14.082V8.74316C15.9893 8.44694 15.9368 8.26009 15.832 8.18262C15.7682 8.13704 15.6383 8.11426 15.4424 8.11426H14.7246ZM14.7246 5.10645V3.8418H17.4521V5.10645H14.7246ZM18.3887 15.292V14.0342C18.5026 14.016 18.5801 13.9795 18.6211 13.9248C18.6803 13.8519 18.71 13.6992 18.71 13.4668V6.61035C18.71 5.99512 18.8763 5.5166 19.209 5.1748C19.5371 4.84212 19.9632 4.67578 20.4873 4.67578H23.4541L23.3447 3.73242H24.6299L24.7393 4.67578H25.6621V3.73242H26.9268V4.67578H27.2275V5.94043H24.8896L25.4229 10.3223C25.6325 10.0352 25.7669 9.75944 25.8262 9.49512C25.8717 9.29004 25.9105 8.99154 25.9424 8.59961H27.2002C27.1546 9.32422 27.084 9.8278 26.9883 10.1104C26.8698 10.4567 26.7126 10.7575 26.5166 11.0127C26.3571 11.2223 26.0859 11.4958 25.7031 11.833C25.9128 12.4027 26.1292 12.8538 26.3525 13.1865C26.5713 13.5146 26.863 13.8223 27.2275 14.1094V15.4766C26.5576 15.1986 26.0358 14.8704 25.6621 14.4922C25.2702 14.0957 24.9124 13.5124 24.5889 12.7422L23.3447 13.7539V12.0859L24.2402 11.3682L23.5977 5.94043H20.8906C20.2663 5.94043 19.9587 6.25033 19.9678 6.87012L19.9746 7.27344L21.499 7.28027C21.9639 7.28027 22.292 7.37598 22.4834 7.56738C22.7021 7.78158 22.8115 8.12337 22.8115 8.59277V13.6377C22.8115 14.4899 22.4014 14.916 21.5811 14.916H20.6855V13.6377H21.0068C21.2119 13.6377 21.3555 13.5921 21.4375 13.501C21.5241 13.4053 21.5674 13.2754 21.5674 13.1113V9.15332C21.5674 8.91634 21.515 8.75228 21.4102 8.66113C21.3327 8.59733 21.1071 8.56543 20.7334 8.56543H19.9746V13.5625C19.9746 13.9772 19.904 14.2962 19.7627 14.5195C19.5895 14.7975 19.3594 15.0049 19.0723 15.1416C18.9173 15.2191 18.6895 15.2692 18.3887 15.292ZM28.6631 15.5859V14.0205C29.0322 13.779 29.3307 13.3825 29.5586 12.8311C29.7773 12.2979 29.8867 11.6644 29.8867 10.9307V3.85547H31.001V11.0195C31.001 11.7533 31.1309 12.389 31.3906 12.9268C31.6139 13.3916 31.8919 13.7493 32.2246 14V15.3604C31.7962 15.1234 31.4453 14.8545 31.1719 14.5537C30.9395 14.2985 30.723 13.9772 30.5225 13.5898C30.2581 14.0957 29.9414 14.5264 29.5723 14.8818C29.39 15.0641 29.0869 15.2988 28.6631 15.5859ZM28.6631 11.4912V4.30664H29.415V11.4912H28.6631ZM31.5342 11.4912V4.30664H32.2861V11.4912H31.5342ZM32.4844 15.4697V14.2939C32.612 14.2848 32.6963 14.2575 32.7373 14.2119C32.7829 14.1572 32.8057 14.016 32.8057 13.7881V12.9473H34.0703V13.7266C34.0703 14.8066 33.5417 15.3877 32.4844 15.4697ZM32.6074 6.9248V5.5918C32.89 5.44141 33.0973 5.22721 33.2295 4.94922C33.3434 4.7168 33.4437 4.31576 33.5303 3.74609H34.8154L34.6992 4.31348H35.6699C36.1211 4.31348 36.4743 4.39779 36.7295 4.56641C36.8434 4.63932 36.9642 4.76693 37.0918 4.94922H38.3291V3.83496H39.6211V4.94922H40.0654V4.04688H41.166V4.94922H41.3438L41.3369 6.21387H39.6211C39.6439 6.89746 39.6826 7.39876 39.7373 7.71777C39.874 8.46061 40.127 9.14648 40.4961 9.77539C40.7012 10.1309 40.9746 10.516 41.3164 10.9307V12.5234C40.7559 12.0404 40.2956 11.5459 39.9355 11.04C39.6165 10.5843 39.3112 10.0329 39.0195 9.38574C38.7096 10.1924 38.3883 10.8304 38.0557 11.2998C37.7503 11.7282 37.3493 12.1383 36.8525 12.5303V10.8486C37.3447 10.2653 37.7093 9.60905 37.9463 8.87988C38.1514 8.25553 38.2812 7.36686 38.3359 6.21387H37.1123C36.7386 8.21452 36.2783 9.64779 35.7314 10.5137C35.2803 11.2246 34.7152 11.7533 34.0361 12.0996C33.6898 12.2773 33.2204 12.4323 32.6279 12.5645V11.4023C33.0335 11.293 33.3366 11.1813 33.5371 11.0674C33.7923 10.9261 34.0612 10.6937 34.3438 10.3701H32.9287V9.10547H35.1162L35.3828 8.41504H32.9082V7.15723H35.7246C35.8659 6.61491 35.9365 6.25488 35.9365 6.07715C35.9365 5.8903 35.891 5.75586 35.7998 5.67383C35.736 5.6237 35.5674 5.59863 35.2939 5.59863L34.3506 5.5918C34.1182 5.98828 33.8698 6.27539 33.6055 6.45312C33.3092 6.6582 32.9766 6.81543 32.6074 6.9248ZM35.1641 15.4355V12.9473H36.4287V15.4355H35.1641ZM37.6318 15.4355V12.9473H38.8896V15.4355H37.6318ZM40.0586 15.4355V12.9473H41.3232V15.4355H40.0586ZM42.6836 7.12305V5.97461C42.9388 5.90169 43.1143 5.8151 43.21 5.71484C43.3102 5.61003 43.4401 5.26139 43.5996 4.66895C43.6862 4.35905 43.7637 4.06738 43.832 3.79395H45.0352L44.9053 4.22461H54.6123V5.48926H44.5703C44.4427 5.94043 44.2422 6.30729 43.9688 6.58984H54.6123V7.84766H43.4561V6.93164C43.3285 6.98633 43.071 7.05013 42.6836 7.12305ZM42.7246 10.2129V8.94141H52.6572C53.2269 8.94141 53.6325 9.02116 53.874 9.18066C54.4255 9.54069 54.6989 10.0124 54.6943 10.5957V13.3506C54.6898 13.7197 54.8971 13.9909 55.3164 14.1641V15.4492C54.8151 15.3535 54.4118 15.1576 54.1064 14.8613C53.8102 14.5742 53.6097 14.2529 53.5049 13.8975C53.4548 13.7152 53.4297 13.444 53.4297 13.084V11.1357C53.4297 10.8304 53.3613 10.598 53.2246 10.4385C53.0879 10.2835 52.917 10.2061 52.7119 10.2061L42.7246 10.2129Z" fill="white"/>
<defs>
<linearGradient id="paint0_linear_218_40" x1="28" y1="19" x2="28" y2="51" gradientUnits="userSpaceOnUse">
<stop stop-color="#92D4F4"/>
<stop offset="0.541667" stop-color="#38B4F0"/>
<stop offset="1" stop-color="#0B618C"/>
</linearGradient>
<linearGradient id="paint1_linear_218_40" x1="28.0191" y1="25.9648" x2="28.0191" y2="50.9397" gradientUnits="userSpaceOnUse">
<stop stop-color="#FABB00"/>
<stop offset="0.463542" stop-color="#F75001"/>
<stop offset="1" stop-color="#E90712"/>
</linearGradient>
</defs>
</svg>
<svg width="56" height="51" viewBox="0 0 56 51" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M6.34375 5.02441V3.82129H7.62891V5.02441H10.917C11.6143 5.02441 12.1497 5.16341 12.5234 5.44141C13.0065 5.80599 13.248 6.30273 13.248 6.93164L13.2412 12.0654C13.2412 12.6761 13.1182 13.1432 12.8721 13.4668C12.4893 13.9727 11.9219 14.2256 11.1699 14.2256H7.62891L7.63574 15.415L6.34375 15.4082V14.2256H3.09668C2.44043 14.2256 1.9528 14.1322 1.63379 13.9453C1.05501 13.6081 0.765625 12.9678 0.765625 12.0244V7.19141C0.765625 6.48958 0.943359 5.96322 1.29883 5.6123C1.69531 5.22038 2.23079 5.02441 2.90527 5.02441H6.34375ZM6.34375 12.9404V6.30957H2.86426C2.54069 6.30957 2.3151 6.39616 2.1875 6.56934C2.09635 6.69694 2.05078 6.89746 2.05078 7.1709V11.9219C2.05078 12.2318 2.06217 12.4163 2.08496 12.4756C2.19889 12.79 2.44954 12.9473 2.83691 12.9473L6.34375 12.9404ZM7.62891 12.9404L10.9375 12.9473C11.6211 12.9518 11.9629 12.6647 11.9629 12.0859V7.2666C11.9629 6.87467 11.8854 6.61719 11.7305 6.49414C11.5846 6.38021 11.3385 6.32096 10.9922 6.31641L7.62891 6.30273V12.9404ZM14.6631 15.5859V14.0205C15.0322 13.779 15.3307 13.3825 15.5586 12.8311C15.7773 12.2979 15.8867 11.6644 15.8867 10.9307V3.85547H17.001V11.0195C17.001 11.7533 17.1309 12.389 17.3906 12.9268C17.6139 13.3916 17.8919 13.7493 18.2246 14V15.3604C17.7962 15.1234 17.4453 14.8545 17.1719 14.5537C16.9395 14.2985 16.723 13.9772 16.5225 13.5898C16.2581 14.0957 15.9414 14.5264 15.5723 14.8818C15.39 15.0641 15.0869 15.2988 14.6631 15.5859ZM14.6631 11.4912V4.30664H15.415V11.4912H14.6631ZM17.5342 11.4912V4.30664H18.2861V11.4912H17.5342ZM18.4844 15.4697V14.2939C18.612 14.2848 18.6963 14.2575 18.7373 14.2119C18.7829 14.1572 18.8057 14.016 18.8057 13.7881V12.9473H20.0703V13.7266C20.0703 14.8066 19.5417 15.3877 18.4844 15.4697ZM18.6074 6.9248V5.5918C18.89 5.44141 19.0973 5.22721 19.2295 4.94922C19.3434 4.7168 19.4437 4.31576 19.5303 3.74609H20.8154L20.6992 4.31348H21.6699C22.1211 4.31348 22.4743 4.39779 22.7295 4.56641C22.8434 4.63932 22.9642 4.76693 23.0918 4.94922H24.3291V3.83496H25.6211V4.94922H26.0654V4.04688H27.166V4.94922H27.3438L27.3369 6.21387H25.6211C25.6439 6.89746 25.6826 7.39876 25.7373 7.71777C25.874 8.46061 26.127 9.14648 26.4961 9.77539C26.7012 10.1309 26.9746 10.516 27.3164 10.9307V12.5234C26.7559 12.0404 26.2956 11.5459 25.9355 11.04C25.6165 10.5843 25.3112 10.0329 25.0195 9.38574C24.7096 10.1924 24.3883 10.8304 24.0557 11.2998C23.7503 11.7282 23.3493 12.1383 22.8525 12.5303V10.8486C23.3447 10.2653 23.7093 9.60905 23.9463 8.87988C24.1514 8.25553 24.2812 7.36686 24.3359 6.21387H23.1123C22.7386 8.21452 22.2783 9.64779 21.7314 10.5137C21.2803 11.2246 20.7152 11.7533 20.0361 12.0996C19.6898 12.2773 19.2204 12.4323 18.6279 12.5645V11.4023C19.0335 11.293 19.3366 11.1813 19.5371 11.0674C19.7923 10.9261 20.0612 10.6937 20.3438 10.3701H18.9287V9.10547H21.1162L21.3828 8.41504H18.9082V7.15723H21.7246C21.8659 6.61491 21.9365 6.25488 21.9365 6.07715C21.9365 5.8903 21.891 5.75586 21.7998 5.67383C21.736 5.6237 21.5674 5.59863 21.2939 5.59863L20.3506 5.5918C20.1182 5.98828 19.8698 6.27539 19.6055 6.45312C19.3092 6.6582 18.9766 6.81543 18.6074 6.9248ZM21.1641 15.4355V12.9473H22.4287V15.4355H21.1641ZM23.6318 15.4355V12.9473H24.8896V15.4355H23.6318ZM26.0586 15.4355V12.9473H27.3232V15.4355H26.0586ZM28.7314 15.4219V14.4648C28.8317 14.4421 28.8978 14.4124 28.9297 14.376C28.9479 14.3486 28.9616 14.2233 28.9707 14V8.00488H29.9346V14.0684C29.9346 14.8978 29.5335 15.349 28.7314 15.4219ZM28.8613 7.0957V5.83789H33.5166V7.0957H31.8418V15.4492H30.5771V7.0957H28.8613ZM28.8545 5.0791V3.82129H33.5166V5.0791H28.8545ZM32.4844 15.3809V8.02539H33.5098V15.3809H32.4844ZM34.2617 13.3438V12.0859H37.1807V9.84375H34.3916V8.5791H37.1807V6.33008H34.2617V5.06543H35.1641V3.8418H36.4697V5.06543H39.1084V3.8418H40.4209V5.06543H41.3643V6.33008H38.4658V8.5791H41.2549V9.84375H38.4658V12.0859H41.3643V13.3438H38.4658V15.4219H37.1807V13.3438H34.2617ZM42.6904 15.3877V14.2119C42.7041 14.2119 42.7155 14.2119 42.7246 14.2119C42.8932 14.2119 42.9821 13.9909 42.9912 13.5488L43.0664 8.10059H44.2148L44.1807 13.0498C44.1761 13.6969 44.1396 14.1436 44.0713 14.3896C43.9118 14.9775 43.4515 15.3102 42.6904 15.3877ZM42.8203 7.34863V6.10449H44.707V5.13379H42.8408V3.97852H47.667V5.13379H45.9717V6.10449H47.6807V7.34863H45.9717V15.4355H44.707V7.34863H42.8203ZM46.5322 15.4355V8.07324H47.6055V15.4355H46.5322ZM48.46 13.2002V11.8945H53.1836V3.80762H54.4482V11.8945H55.3232V13.2002H54.4482V15.4561H53.1836V13.2002H48.46ZM48.4805 9.80957V8.4834H52.2539V9.80957H48.4805ZM48.4805 6.22754V4.90137H52.2539V6.22754H48.4805Z" fill="white"/>
<g filter="url(#filter0_i_218_39)">
<path d="M27.3976 27.2643V19C14.9319 19.5381 11.9391 29.6026 12.0009 34.5676C12.5945 47.0216 22.5127 50.7117 27.3976 51V39.8529L24.2441 34.5676C23.0569 31.3387 25.8518 28.3534 27.3976 27.2643Z" fill="url(#paint0_linear_218_39)"/>
<path d="M28.3251 20.7297V19C32.4062 19 34.6013 20.0571 35.1887 20.7297H28.3251Z" fill="#0534AD"/>
<path d="M28.3251 24.7658V22.3634L38.435 22.5556L39.8263 24.0931L28.3251 24.7658Z" fill="#0534AD"/>
<path d="M28.3251 28.6096V26.015L41.5885 26.5916L42.145 27.7447L28.3251 28.6096Z" fill="#0534AD"/>
<path d="M30.0874 32.1652L28.9744 29.8589L43.0725 30.3393L43.7218 31.5886L30.0874 32.1652Z" fill="#0534AD"/>
<path d="M32.0352 35.9129L31.1077 33.991L43.8146 34.4715L44.0001 35.3363L32.0352 35.9129Z" fill="#0534AD"/>
<path d="M31.1077 39.5646L32.0352 37.7387L43.7218 38.4114L43.258 39.1802L31.1077 39.5646Z" fill="#0534AD"/>
<path d="M30.3656 41.4865C28.5106 41.4096 28.2324 42.992 28.3251 43.7928L41.403 43.1201L42.145 42.0631C38.9915 41.9029 32.2207 41.5634 30.3656 41.4865Z" fill="#0534AD"/>
<path d="M28.3251 47.4444L28.6034 45.1381L39.8263 45.7147L38.5278 46.964L28.3251 47.4444Z" fill="#0534AD"/>
<path d="M28.3251 50.9039V48.8859L35.1887 49.3664C32.9627 50.5964 29.6855 50.9039 28.3251 50.9039Z" fill="#0534AD"/>
</g>
<defs>
<filter id="filter0_i_218_39" x="12" y="19" width="32" height="32.2" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dy="0.2"/>
<feGaussianBlur stdDeviation="2"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.46 0"/>
<feBlend mode="normal" in2="shape" result="effect1_innerShadow_218_39"/>
</filter>
<linearGradient id="paint0_linear_218_39" x1="19.6988" y1="19" x2="19.6988" y2="51" gradientUnits="userSpaceOnUse">
<stop stop-color="#EDB223"/>
<stop offset="0.515625" stop-color="#D60501"/>
<stop offset="1" stop-color="#D60501"/>
</linearGradient>
</defs>
</svg>
<svg width="673" height="68" viewBox="0 0 673 68" fill="none" xmlns="http://www.w3.org/2000/svg">
<g filter="url(#filter0_bd_59_177)">
<path d="M51 18H621L653 68H16L51 18Z" fill="url(#paint0_linear_59_177)" shape-rendering="crispEdges"/>
<path d="M16.9603 67.5L51.2603 18.5H620.726L652.086 67.5H16.9603Z" stroke="white" stroke-opacity="0.3" shape-rendering="crispEdges"/>
</g>
<defs>
<filter id="filter0_bd_59_177" x="0" y="0" width="673" height="86" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feGaussianBlur in="BackgroundImage" stdDeviation="4"/>
<feComposite in2="SourceAlpha" operator="in" result="effect1_backgroundBlur_59_177"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="2"/>
<feGaussianBlur stdDeviation="9"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.18 0"/>
<feBlend mode="normal" in2="effect1_backgroundBlur_59_177" result="effect2_dropShadow_59_177"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect2_dropShadow_59_177" result="shape"/>
</filter>
<linearGradient id="paint0_linear_59_177" x1="334.5" y1="18" x2="334.5" y2="68" gradientUnits="userSpaceOnUse">
<stop stop-color="#12268E"/>
<stop offset="1" stop-opacity="0.42"/>
</linearGradient>
</defs>
</svg>
<svg width="28" height="31" viewBox="0 0 28 31" fill="none" xmlns="http://www.w3.org/2000/svg">
<g id="Group 659">
<path id="Subtract" fill-rule="evenodd" clip-rule="evenodd" d="M21.27 12.4812C21.27 16.5018 18.0106 19.7612 13.99 19.7612C9.96933 19.7612 6.70996 16.5018 6.70996 12.4812C6.70996 8.46054 9.96933 5.20117 13.99 5.20117C18.0106 5.20117 21.27 8.46054 21.27 12.4812ZM13.8781 14.3685H14.4618V16.7277H13.8781V14.3685ZM12.5744 14.3685H13.158V16.7277H12.5744V14.3685ZM17.5887 8.58069V16.034H18.2366V16.7277H14.9751V14.1405C14.9751 13.9494 14.8157 13.7937 14.6203 13.7937H12.0497C11.8543 13.7937 11.6944 13.9499 11.6944 14.1405V16.7277H9.74326V16.0336H10.3911V11.7043C10.3925 11.6113 10.4306 11.5226 10.4972 11.4576C10.5638 11.3926 10.6534 11.3566 10.7464 11.3575H12.8499V10.6323C12.8512 10.5392 12.8893 10.4504 12.9558 10.3853C13.0224 10.3202 13.1121 10.2841 13.2052 10.285H14.5632C14.6563 10.2841 14.746 10.3202 14.8126 10.3853C14.8792 10.4504 14.9173 10.5392 14.9185 10.6323V11.358H15.4829V8.58116C15.4842 8.48813 15.5224 8.39943 15.5889 8.33444C15.6555 8.26945 15.7451 8.23347 15.8382 8.23435H17.2334C17.3264 8.23346 17.4159 8.26939 17.4825 8.33427C17.549 8.39916 17.5872 8.48774 17.5887 8.58069ZM11.7991 13.285H14.8723H14.8742V12.5914H11.7991V13.285Z" fill="#0F6FFF"/>
<path id="Ellipse 95" d="M7.44827 5.83351C3.8372 9.44459 3.82479 15.2913 7.42594 18.8924C7.81329 19.2798 8.35775 20.0322 8.98156 20.9872C9.59775 21.9305 10.2673 23.0332 10.9036 24.0936C11.0451 24.3294 11.1851 24.5632 11.3224 24.7928C11.8004 25.5915 12.2471 26.3378 12.6167 26.9281C12.8543 27.3074 13.0662 27.6323 13.2384 27.8697C13.3237 27.9873 13.407 28.0941 13.4842 28.1781C13.5225 28.2198 13.5675 28.2648 13.6172 28.3047C13.6582 28.3376 13.7441 28.4018 13.8631 28.4328C14.0425 28.4794 14.1911 28.4243 14.2649 28.3887C14.3445 28.3503 14.4088 28.2999 14.4546 28.2597C14.5478 28.178 14.6402 28.0704 14.7268 27.9595C14.9037 27.7327 15.1175 27.4117 15.3531 27.0362C15.7859 26.3464 16.3229 25.4232 16.891 24.4465C16.9442 24.355 16.9977 24.263 17.0514 24.1707C17.6813 23.0882 18.343 21.9571 18.9522 20.9915C19.5699 20.0124 20.106 19.2489 20.4848 18.8701C24.0959 15.259 24.1083 9.41233 20.5072 5.81118C16.906 2.21002 11.0594 2.22243 7.44827 5.83351Z" stroke="#0F6FFF"/>
<g id="Polygon 4" filter="url(#filter0_f_247_864)">
<path d="M14 29L16.5981 24.5H11.4019L14 29Z" fill="#0F6FFF"/>
</g>
</g>
<defs>
<filter id="filter0_f_247_864" x="9.40198" y="22.5" width="9.19604" height="8.5" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
<feGaussianBlur stdDeviation="1" result="effect1_foregroundBlur_247_864"/>
</filter>
</defs>
</svg>
<svg width="28" height="31" viewBox="0 0 28 31" fill="none" xmlns="http://www.w3.org/2000/svg">
<g id="Group 650">
<path id="Ellipse 95" d="M7.44827 5.83351C3.8372 9.44459 3.82479 15.2913 7.42594 18.8924C7.81329 19.2798 8.35775 20.0322 8.98156 20.9872C9.59775 21.9305 10.2673 23.0332 10.9036 24.0936C11.0451 24.3294 11.1851 24.5632 11.3224 24.7928C11.8004 25.5915 12.2471 26.3378 12.6167 26.9281C12.8543 27.3074 13.0662 27.6323 13.2384 27.8697C13.3237 27.9873 13.407 28.0941 13.4842 28.1781C13.5225 28.2198 13.5675 28.2648 13.6172 28.3047C13.6582 28.3376 13.7441 28.4018 13.8631 28.4328C14.0425 28.4794 14.1911 28.4243 14.2649 28.3887C14.3445 28.3503 14.4088 28.2999 14.4546 28.2597C14.5478 28.178 14.6402 28.0704 14.7268 27.9595C14.9037 27.7327 15.1175 27.4117 15.3531 27.0362C15.7859 26.3464 16.3229 25.4232 16.891 24.4465C16.9442 24.355 16.9977 24.263 17.0514 24.1707C17.6813 23.0882 18.343 21.9571 18.9522 20.9915C19.5699 20.0124 20.106 19.2489 20.4848 18.8701C24.0959 15.259 24.1083 9.41233 20.5072 5.81118C16.906 2.21002 11.0594 2.22243 7.44827 5.83351Z" stroke="#0F6FFF"/>
<path id="Vector" d="M21.2167 11.421C20.9613 9.69245 20.0919 8.11321 18.7672 6.97139C17.4425 5.82957 15.7508 5.20129 14.0007 5.20117C12.0665 5.20117 10.2116 5.96828 8.84391 7.33374C7.47624 8.6992 6.70789 10.5512 6.70789 12.4822C6.70789 14.4133 7.47624 16.2652 8.84391 17.6307C10.2116 18.9961 12.0665 19.7632 14.0007 19.7632C15.7508 19.7631 17.4425 19.1348 18.7672 17.993C20.0919 16.8512 20.9613 15.272 21.2167 13.5434L21.27 12.4822L21.2167 11.421ZM8.41395 11.9709C8.53354 10.6709 9.1041 9.45346 10.0271 8.52876C10.9501 7.60405 12.1676 7.0302 13.4693 6.9063V8.01779C12.4623 8.1375 11.5253 8.5929 10.8098 9.3103C10.0943 10.0277 9.64217 10.9651 9.52657 11.9709H8.41395ZM13.4693 18.0583C12.1742 17.935 10.9623 17.3664 10.0409 16.4496C9.11941 15.5328 8.5456 14.3249 8.4176 13.0324H9.53135C9.65507 14.0303 10.1102 14.9581 10.824 15.6675C11.5378 16.3769 12.4691 16.827 13.4693 16.9459V18.0583ZM13.2806 12.7912V15.213H12.3824V9.7409H16.12V10.5072H13.2796V12.0246H15.9588V12.791L13.2806 12.7912ZM14.5322 18.0583V16.9466C15.5323 16.8277 16.4636 16.3775 17.1774 15.6681C17.8912 14.9587 18.3464 14.031 18.4701 13.0331H19.5838C19.4556 14.3254 18.8817 15.5331 17.9602 16.4497C17.0388 17.3663 15.827 17.935 14.5322 18.0583ZM18.4749 11.9709C18.3593 10.9651 17.9071 10.0277 17.1916 9.3103C16.4761 8.5929 15.5391 8.1375 14.5322 8.01779V6.9063C15.8338 7.03025 17.0512 7.60413 17.9742 8.52882C18.8971 9.45352 19.4677 10.671 19.5873 11.9709H18.4749Z" fill="#0F6FFF"/>
<g id="Polygon 4" filter="url(#filter0_f_247_774)">
<path d="M14 29L16.5981 24.5H11.4019L14 29Z" fill="#0F6FFF"/>
</g>
</g>
<defs>
<filter id="filter0_f_247_774" x="9.40198" y="22.5" width="9.19604" height="8.5" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
<feGaussianBlur stdDeviation="1" result="effect1_foregroundBlur_247_774"/>
</filter>
</defs>
</svg>
<svg width="28" height="31" viewBox="0 0 28 31" fill="none" xmlns="http://www.w3.org/2000/svg">
<g id="Group 658">
<path id="Subtract" fill-rule="evenodd" clip-rule="evenodd" d="M13.99 19.7612C18.0106 19.7612 21.27 16.5018 21.27 12.4812C21.27 8.46054 18.0106 5.20117 13.99 5.20117C9.96933 5.20117 6.70996 8.46054 6.70996 12.4812C6.70996 16.5018 9.96933 19.7612 13.99 19.7612ZM8.78705 12.7408C8.64559 12.6815 8.52994 12.7533 8.52994 12.8998V16.5479C8.52994 16.6946 8.64559 16.7659 8.78705 16.7071L9.87531 16.2523C10.017 16.1933 10.1324 16.0255 10.1324 15.8788V15.2873H12.3375C12.451 15.2874 12.5621 15.2567 12.6579 15.1987C12.7536 15.1407 12.8299 15.0579 12.8778 14.9601L13.3875 13.9126L12.3094 13.436L11.957 14.1601H10.1329V13.5686C10.1329 13.4221 10.0173 13.2541 9.8758 13.1951L8.78705 12.7408ZM18.0537 14.45L18.797 12.9396L16.9903 13.9801L18.0537 14.45ZM19.2313 11.5482L11.8448 8.2839C11.7097 8.22453 11.5555 8.21829 11.4155 8.26654C11.2756 8.31479 11.1614 8.41362 11.0978 8.54153L9.81525 11.1485C9.75289 11.2767 9.74651 11.4231 9.79749 11.5558C9.84847 11.6884 9.95266 11.7965 10.0872 11.8563L14.9582 14.0088C15.2384 14.1325 15.6836 14.1094 15.9477 13.9574L19.2601 12.0497C19.5242 11.8978 19.511 11.6722 19.2313 11.5482Z" fill="#0F6FFF"/>
<path id="Ellipse 95" d="M7.44827 5.83351C3.8372 9.44459 3.82479 15.2913 7.42594 18.8924C7.81329 19.2798 8.35775 20.0322 8.98156 20.9872C9.59775 21.9305 10.2673 23.0332 10.9036 24.0936C11.0451 24.3294 11.1851 24.5632 11.3224 24.7928C11.8004 25.5915 12.2471 26.3378 12.6167 26.9281C12.8543 27.3074 13.0662 27.6323 13.2384 27.8697C13.3237 27.9873 13.407 28.0941 13.4842 28.1781C13.5225 28.2198 13.5675 28.2648 13.6172 28.3047C13.6582 28.3376 13.7441 28.4018 13.8631 28.4328C14.0425 28.4794 14.1911 28.4243 14.2649 28.3887C14.3445 28.3503 14.4088 28.2999 14.4546 28.2597C14.5478 28.178 14.6402 28.0704 14.7268 27.9595C14.9037 27.7327 15.1175 27.4117 15.3531 27.0362C15.7859 26.3464 16.3229 25.4232 16.891 24.4465C16.9442 24.355 16.9977 24.263 17.0514 24.1707C17.6813 23.0882 18.343 21.9571 18.9522 20.9915C19.5699 20.0124 20.106 19.2489 20.4848 18.8701C24.0959 15.259 24.1083 9.41233 20.5072 5.81118C16.906 2.21002 11.0594 2.22243 7.44827 5.83351Z" stroke="#0F6FFF"/>
<g id="Polygon 4" filter="url(#filter0_f_247_834)">
<path d="M14 29L16.5981 24.5H11.4019L14 29Z" fill="#0F6FFF"/>
</g>
</g>
<defs>
<filter id="filter0_f_247_834" x="9.40198" y="22.5" width="9.19604" height="8.5" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
<feGaussianBlur stdDeviation="1" result="effect1_foregroundBlur_247_834"/>
</filter>
</defs>
</svg>
<svg width="28" height="31" viewBox="0 0 28 31" fill="none" xmlns="http://www.w3.org/2000/svg">
<g id="Group 671">
<path id="Vector" d="M13.99 5.19922C12.0592 5.19922 10.2075 5.96622 8.84222 7.33148C7.47696 8.69675 6.70996 10.5484 6.70996 12.4792C6.70996 14.41 7.47696 16.2617 8.84222 17.627C10.2075 18.9922 12.0592 19.7592 13.99 19.7592C15.9207 19.7592 17.7724 18.9922 19.1377 17.627C20.503 16.2617 21.27 14.41 21.27 12.4792C21.27 10.5484 20.503 8.69675 19.1377 7.33148C17.7724 5.96622 15.9207 5.19922 13.99 5.19922V5.19922ZM18.358 15.0272H17.63V16.1192H16.538V16.8472H15.082V16.1192H13.262V16.8472H11.806V16.1192H10.714V15.0272H9.98596V9.93122H10.714V8.83922H11.806V8.47522H12.898V8.83922H13.626V8.47522H14.718V8.83922H15.446V8.47522H16.538V8.83922H17.63V9.93122H18.358V15.0272ZM11.078 15.0272H17.266V9.56722H11.078V15.0272ZM16.538 9.93122H16.902V14.6632H16.538V9.93122ZM15.81 9.93122H16.174V14.6632H15.81V9.93122ZM15.082 9.93122H15.446V14.6632H15.082V9.93122ZM14.354 9.93122H14.718V14.6632H14.354V9.93122ZM13.626 9.93122H13.99V14.6632H13.626V9.93122ZM12.898 9.93122H13.262V14.6632H12.898V9.93122ZM12.17 9.93122H12.534V14.6632H12.17V9.93122ZM11.442 9.93122H11.806V14.6632H11.442V9.93122Z" fill="#0F6FFF"/>
<path id="Ellipse 95" d="M7.44827 5.83351C3.8372 9.44459 3.82479 15.2913 7.42594 18.8924C7.81329 19.2798 8.35775 20.0322 8.98156 20.9872C9.59775 21.9305 10.2673 23.0332 10.9036 24.0936C11.0451 24.3294 11.1851 24.5632 11.3224 24.7928C11.8004 25.5915 12.2471 26.3378 12.6167 26.9281C12.8543 27.3074 13.0662 27.6323 13.2384 27.8697C13.3237 27.9873 13.407 28.0941 13.4842 28.1781C13.5225 28.2198 13.5675 28.2648 13.6172 28.3047C13.6582 28.3376 13.7441 28.4018 13.8631 28.4328C14.0425 28.4794 14.1911 28.4243 14.2649 28.3887C14.3445 28.3503 14.4088 28.2999 14.4546 28.2597C14.5478 28.178 14.6402 28.0704 14.7268 27.9595C14.9037 27.7327 15.1175 27.4117 15.3531 27.0362C15.7859 26.3464 16.3229 25.4232 16.891 24.4465C16.9442 24.355 16.9977 24.263 17.0514 24.1707C17.6813 23.0882 18.343 21.9571 18.9522 20.9915C19.5699 20.0124 20.106 19.2489 20.4848 18.8701C24.0959 15.259 24.1083 9.41233 20.5072 5.81118C16.906 2.21002 11.0594 2.22243 7.44827 5.83351Z" stroke="#0F6FFF"/>
<g id="Polygon 4" filter="url(#filter0_f_247_822)">
<path d="M14 29L16.5981 24.5H11.4019L14 29Z" fill="#0F6FFF"/>
</g>
</g>
<defs>
<filter id="filter0_f_247_822" x="9.40198" y="22.5" width="9.19604" height="8.5" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
<feGaussianBlur stdDeviation="1" result="effect1_foregroundBlur_247_822"/>
</filter>
</defs>
</svg>
<svg width="28" height="31" viewBox="0 0 28 31" fill="none" xmlns="http://www.w3.org/2000/svg">
<g id="Group 668">
<path id="Subtract" fill-rule="evenodd" clip-rule="evenodd" d="M21.27 12.4812C21.27 16.5018 18.0106 19.7612 13.99 19.7612C9.96933 19.7612 6.70996 16.5018 6.70996 12.4812C6.70996 8.46054 9.96933 5.20117 13.99 5.20117C18.0106 5.20117 21.27 8.46054 21.27 12.4812ZM16.5344 10.671C16.5344 12.0646 15.4046 13.1947 14.0107 13.1947C12.6168 13.1947 11.487 12.0649 11.487 10.671C11.487 9.27734 12.6168 8.14727 14.0107 8.14727C15.4046 8.14727 16.5344 9.27707 16.5344 10.671ZM14.0107 14.0327C14.7766 14.0327 15.5055 13.7748 16.0936 13.3105V13.3108C17.62 13.8895 18.3209 15.8731 18.3209 16.7774H9.65662C9.65662 15.865 10.3521 13.8673 11.9092 13.2957C12.5 13.7689 13.2359 14.0327 14.0107 14.0327Z" fill="#0F6FFF"/>
<path id="Ellipse 95" d="M7.44827 5.83351C3.8372 9.44459 3.82479 15.2913 7.42594 18.8924C7.81329 19.2798 8.35775 20.0322 8.98156 20.9872C9.59775 21.9305 10.2673 23.0332 10.9036 24.0936C11.0451 24.3294 11.1851 24.5632 11.3224 24.7928C11.8004 25.5915 12.2471 26.3378 12.6167 26.9281C12.8543 27.3074 13.0662 27.6323 13.2384 27.8697C13.3237 27.9873 13.407 28.0941 13.4842 28.1781C13.5225 28.2198 13.5675 28.2648 13.6172 28.3047C13.6582 28.3376 13.7441 28.4018 13.8631 28.4328C14.0425 28.4794 14.1911 28.4243 14.2649 28.3887C14.3445 28.3503 14.4088 28.2999 14.4546 28.2597C14.5478 28.178 14.6402 28.0704 14.7268 27.9595C14.9037 27.7327 15.1175 27.4117 15.3531 27.0362C15.7859 26.3464 16.3229 25.4232 16.891 24.4465C16.9442 24.355 16.9977 24.263 17.0514 24.1707C17.6813 23.0882 18.343 21.9571 18.9522 20.9915C19.5699 20.0124 20.106 19.2489 20.4848 18.8701C24.0959 15.259 24.1083 9.41233 20.5072 5.81118C16.906 2.21002 11.0594 2.22243 7.44827 5.83351Z" stroke="#0F6FFF"/>
<g id="Polygon 4" filter="url(#filter0_f_247_806)">
<path d="M14 29L16.5981 24.5H11.4019L14 29Z" fill="#0F6FFF"/>
</g>
</g>
<defs>
<filter id="filter0_f_247_806" x="9.40198" y="22.5" width="9.19604" height="8.5" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
<feGaussianBlur stdDeviation="1" result="effect1_foregroundBlur_247_806"/>
</filter>
</defs>
</svg>
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment