UNPKG

@td-design/react-native

Version:

react-native UI组件库

406 lines 53.5 kB
import React, { memo, useMemo } from 'react'; import { Image } from 'react-native'; import { SvgXml } from 'react-native-svg'; import Box from '../box'; import Button from '../button'; import { px } from '../helpers/normalize'; import Text from '../text'; const Result = _ref => { let { actions = [], type, title, content, imgSource, containerStyle } = _ref; const ImgByType = useMemo(() => { if (imgSource) return /*#__PURE__*/React.createElement(Image, { source: imgSource, style: { width: px(190), height: px(190) }, resizeMode: "contain" }); switch (type) { case 'success': return /*#__PURE__*/React.createElement(SuccessImg, null); case 'fail': return /*#__PURE__*/React.createElement(FailImg, null); case 'process': return /*#__PURE__*/React.createElement(ProcessImg, null); default: return null; } }, [imgSource, type]); const Title = useMemo(() => { if (!title) return null; if (typeof title === 'string') { return /*#__PURE__*/React.createElement(Text, { variant: "h1", color: "text", marginBottom: "x2" }, title); } return title; }, [title]); const Content = useMemo(() => { if (!content) return null; if (typeof content === 'string') { return /*#__PURE__*/React.createElement(Text, { variant: "p1", color: "text", marginBottom: "x2" }, content); } return content; }, [content]); return /*#__PURE__*/React.createElement(Box, { padding: "x6", marginTop: "x6", justifyContent: "center", alignItems: "center", style: containerStyle }, ImgByType, Title, Content, actions.length > 0 && /*#__PURE__*/React.createElement(Box, { width: "100%" }, actions.map((action, index) => /*#__PURE__*/React.createElement(Box, { key: index, marginBottom: "x2" }, /*#__PURE__*/React.createElement(Button, { title: action.title, type: action.type, onPress: action.onPress }))))); }; Result.displayName = 'Result'; export default Result; const SuccessImg = /*#__PURE__*/memo(() => { const xml = ` <svg width="190" height="190" viewBox="0 0 190 190" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_732_1683)"> <g clip-path="url(#clip1_732_1683)"> <path d="M64.5907 77.5247V76.7148H57.5844V77.6553H56.0454V99.7025H66.2698V77.5247H64.5907ZM65.3839 97.1755H56.8244V96.5224H65.3839V97.1755ZM65.3839 94.164H56.8244V93.5109H65.3839V94.164ZM65.3839 91.1525H56.8244V90.4994H65.3839V91.1525ZM65.3839 88.2217H56.8244V87.5686H65.3839V88.2217ZM65.3839 85.2981H56.8244V84.645H65.3839V85.2981ZM65.3839 82.2866H56.8244V81.6335H65.3839V82.2866ZM65.3839 79.3558H56.8244V78.7027H65.3839V79.3558Z" fill="url(#paint0_linear_732_1683)"/> <path d="M50.8181 89.8295V64.1368H43.0399V62.061H39.7482V74.7269H38.8623V113.475H52.7584V89.8295H50.8181ZM45.0017 97.3844H43.0399V95.482H45.0017V97.3844ZM45.0017 94.4085H43.0399V92.5061H45.0017V94.4085ZM45.0017 91.4469H43.0399V89.5445H45.0017V91.4469ZM45.0017 88.4924H43.0399V86.59H45.0017V88.4924ZM45.0017 85.5165H43.0399V83.6141H45.0017V85.5165ZM45.0017 79.579H43.0399V77.6767H45.0017V79.579ZM45.0017 76.6032H43.0399V74.7008H45.0017V76.6032ZM45.0017 73.6392H43.0399V71.7368H45.0017V73.6392ZM45.0017 70.6847H43.0399V68.7823H45.0017V70.6847ZM45.0017 67.7088H43.0399V65.8064H45.0017V67.7088ZM47.9348 97.3844H45.9731V95.482H47.9348V97.3844ZM47.9348 94.4085H45.9731V92.5061H47.9348V94.4085ZM47.9348 91.4469H45.9731V89.5445H47.9348V91.4469ZM47.9348 88.4924H45.9731V86.59H47.9348V88.4924ZM47.9348 85.5165H45.9731V83.6141H47.9348V85.5165ZM47.9348 79.579H45.9731V77.6767H47.9348V79.579ZM47.9348 76.6032H45.9731V74.7008H47.9348V76.6032ZM47.9348 73.6392H45.9731V71.7368H47.9348V73.6392ZM47.9348 70.6847H45.9731V68.7823H47.9348V70.6847ZM47.9348 67.7088H45.9731V65.8064H47.9348V67.7088Z" fill="url(#paint1_linear_732_1683)"/> <path d="M127.367 103.338C127.452 102.234 127.367 66.1743 127.367 66.1743H131.768V74.1804H138.774V90.9123H142.747V103.338H127.367Z" fill="url(#paint2_linear_732_1683)"/> <path d="M156.156 87.1551V86.0032H154.969V75.9498H152.071V74.8336H150.117V73.1924H149.098V68.4092H148.364V73.2257H147.428V74.8668H144.531V77.5553H142.856V108.722H156.959V87.1527H156.156V87.1551ZM145.348 99.6903H144.393V96.0708H145.348V99.6903ZM145.348 95.2609H144.393V91.6414H145.348V95.2609ZM145.348 90.8316H144.393V87.2121H145.348V90.8316ZM145.348 86.3238H144.393V82.7043H145.348V86.3238ZM145.348 81.8137H144.393V78.1942H145.348V81.8137ZM147.314 99.6903H146.36V96.0708H147.314V99.6903ZM147.314 95.2609H146.36V91.6414H147.314V95.2609ZM147.314 90.8316H146.36V87.2121H147.314V90.8316ZM147.314 86.3238H146.36V82.7043H147.314V86.3238ZM147.314 81.8137H146.36V78.1942H147.314V81.8137ZM149.278 99.6903H148.324V96.0708H149.278V99.6903ZM149.278 95.2609H148.324V91.6414H149.278V95.2609ZM149.278 90.8316H148.324V87.2121H149.278V90.8316ZM149.278 86.3238H148.324V82.7043H149.278V86.3238ZM149.278 81.8137H148.324V78.1942H149.278V81.8137ZM151.245 99.6903H150.29V96.0708H151.245V99.6903ZM151.245 95.2609H150.29V91.6414H151.245V95.2609ZM151.245 90.8316H150.29V87.2121H151.245V90.8316ZM151.245 86.3238H150.29V82.7043H151.245V86.3238ZM151.245 81.8137H150.29V78.1942H151.245V81.8137ZM153.211 99.6903H152.257V96.0708H153.211V99.6903ZM153.211 95.2609H152.257V91.6414H153.211V95.2609ZM153.211 90.8316H152.257V87.2121H153.211V90.8316ZM153.211 86.3238H152.257V82.7043H153.211V86.3238ZM153.211 81.8137H152.257V78.1942H153.211V81.8137Z" fill="url(#paint3_linear_732_1683)"/> <path d="M22.7646 118.717V97.4511H25.2014V86.5973L33.5756 82.9707V97.2801H35.4115V118.717H22.7646Z" fill="url(#paint4_linear_732_1683)"/> <path d="M166.398 114.774H159.049V85.5308L166.398 89.0861V114.774Z" fill="url(#paint5_linear_732_1683)"/> <path d="M21.5342 44.2816C21.5342 44.2816 23.7525 38.2301 29.2055 40.6051C30.4642 39.3274 32.0222 38.3987 34.1288 38.8167C36.2355 39.2371 37.594 40.8141 38.0547 41.8639C38.715 41.833 44.0017 42.0087 44.0017 47.4926C44.0017 52.9765 37.6035 52.872 37.1403 52.4374C36.5703 52.9456 33.8296 55.703 30.5046 52.5561C29.785 53.1712 27.4337 55.7766 23.7168 52.1809C21.995 52.9005 17.9028 53.4539 17.1096 49.2287C16.3163 45.006 20.3847 43.8114 21.5342 44.2816Z" fill="url(#paint6_linear_732_1683)"/> <path d="M144.338 35.537C144.338 35.537 146.557 29.4855 152.01 31.8605C153.268 30.5827 154.826 29.6541 156.933 30.0721C159.04 30.4901 160.398 32.0695 160.859 33.1192C161.519 33.0884 166.806 33.2641 166.806 38.748C166.806 44.2319 160.408 44.125 159.945 43.6903C159.375 44.1986 156.634 46.956 153.309 43.8091C152.589 44.4242 150.238 47.0296 146.521 43.4338C144.799 44.1535 140.707 44.7069 139.914 40.4817C139.121 36.2614 143.189 35.0667 144.338 35.537Z" fill="url(#paint7_linear_732_1683)"/> <path d="M115.995 48.4854C115.995 48.4854 117.601 44.1035 121.548 45.8254C122.46 44.8992 123.586 44.227 125.113 44.531C126.637 44.835 127.621 45.9774 127.953 46.735C128.431 46.7137 132.259 46.8395 132.259 50.8082C132.259 54.7768 127.628 54.7008 127.293 54.3873C126.88 54.7554 124.897 56.7504 122.488 54.4752C121.968 54.9193 120.265 56.8074 117.577 54.2044C116.33 54.7245 113.368 55.1259 112.794 52.0669C112.216 49.0103 115.164 48.1458 115.995 48.4854Z" fill="url(#paint8_linear_732_1683)"/> <path d="M95.4657 177.989C144.126 177.989 183.573 159.268 183.573 136.175C183.573 113.082 144.126 94.3608 95.4657 94.3608C46.8051 94.3608 7.35791 113.082 7.35791 136.175C7.35791 159.268 46.8051 177.989 95.4657 177.989Z" fill="url(#paint9_linear_732_1683)"/> <path d="M35.1264 131.062C35.1264 131.062 34.2881 132.252 35.6893 134.023C36.9386 135.6 38.9122 135.294 39.5677 134.788C39.7696 136.161 41.4534 139.054 44.1182 137.417C46.6238 135.881 45.4173 133.544 44.6169 132.625C46.1821 132.183 47.3482 128.433 43.7572 127.138C44.2892 125.59 44.3842 124.889 43.6052 123.497C42.8547 122.158 41.6221 121.944 39.6556 122.759L36.8127 123.958L35.0006 120.576L34.0316 121.137L36.1216 124.367L33.3523 125.756C33.3523 125.756 30.9844 126.682 32.0057 129.224C32.9509 131.577 35.1264 131.062 35.1264 131.062Z" fill="url(#paint10_linear_732_1683)"/> <path d="M30.3073 116.641H38.8716C38.8716 116.641 41.6385 116.719 42.1895 113.558C42.7951 110.088 40.2704 109.611 40.2704 109.611C40.2704 109.611 41.7905 108.913 41.4603 106.288C41.1278 103.666 38.8193 103.334 37.8574 103.455C38.0142 101.899 38.3419 98.3772 34.6844 98.3416C31.1528 98.3059 31.1742 101.861 31.4378 103.263C30.1791 103.277 26.3767 105.165 29.0509 109.307C27.5951 110.554 26.9799 111.273 27.0441 113.071C27.1058 114.872 28.2078 116.641 30.3073 116.641Z" fill="url(#paint11_linear_732_1683)"/> <path d="M38.6602 111.834L35.0075 114.237L34.9077 111.915L37.2162 109.193L34.8721 111.088L34.5681 103.987L34.3449 111.136L31.8796 109.174L34.3211 111.862L34.2475 114.254L30.4902 111.494L34.219 115.116L34.0314 121.139H35.302L35.0455 115.154L38.6602 111.834Z" fill="#C6D5E6"/> <path d="M159.203 126.713C159.203 126.713 158.431 127.81 159.721 129.44C160.87 130.893 162.689 130.61 163.293 130.143C163.478 131.406 165.031 134.068 167.485 132.565C169.791 131.15 168.682 128.998 167.943 128.152C169.385 127.746 170.458 124.291 167.152 123.101C167.644 121.676 167.732 121.03 167.012 119.75C166.321 118.517 165.186 118.317 163.376 119.07L160.754 120.175L159.084 117.061L158.194 117.576L160.117 120.55L157.569 121.83C157.569 121.83 155.389 122.683 156.329 125.024C157.198 127.188 159.203 126.713 159.203 126.713Z" fill="url(#paint12_linear_732_1683)"/> <path d="M154.762 113.434H162.647C162.647 113.434 165.195 113.508 165.701 110.596C166.257 107.402 163.934 106.963 163.934 106.963C163.934 106.963 165.335 106.319 165.029 103.904C164.723 101.488 162.597 101.182 161.711 101.296C161.856 99.8637 162.158 96.6194 158.79 96.5862C155.539 96.5529 155.558 99.8257 155.8 101.118C154.641 101.13 151.138 102.868 153.603 106.685C152.263 107.832 151.696 108.497 151.755 110.15C151.817 111.805 152.831 113.434 154.762 113.434Z" fill="url(#paint13_linear_732_1683)"/> <path d="M162.455 109.007L159.092 111.221L159.001 109.081L161.127 106.575L158.968 108.321L158.688 101.78L158.481 108.364L156.213 106.556L158.46 109.034L158.391 111.238L154.933 108.694L158.367 112.031L158.192 117.576H159.365L159.127 112.064L162.455 109.007Z" fill="#C6D5E6"/> <path d="M54.8244 105.291C54.8244 105.291 54.4088 105.88 55.1023 106.756C55.7198 107.537 56.6959 107.385 57.0213 107.134C57.121 107.813 57.9546 109.243 59.2728 108.435C60.5125 107.675 59.9164 106.519 59.5198 106.065C60.294 105.846 60.8711 103.992 59.0946 103.353C59.3583 102.588 59.4058 102.241 59.0186 101.552C58.6481 100.89 58.0378 100.783 57.0664 101.187L55.658 101.78L54.7626 100.108L54.2829 100.386L55.316 101.982L53.9456 102.669C53.9456 102.669 52.7748 103.127 53.2806 104.383C53.7485 105.547 54.8244 105.291 54.8244 105.291Z" fill="url(#paint14_linear_732_1683)"/> <path d="M52.4397 98.1586H56.6743C56.6743 98.1586 58.0423 98.1966 58.3154 96.6339C58.6147 94.9168 57.3654 94.6817 57.3654 94.6817C57.3654 94.6817 58.1183 94.3349 57.9544 93.0382C57.7906 91.7414 56.6482 91.5775 56.1732 91.6369C56.2516 90.8674 56.4131 89.1242 54.6033 89.1075C52.8553 89.0909 52.8672 90.8484 52.9978 91.5419C52.3756 91.549 50.4946 92.4824 51.8174 94.532C51.0978 95.1472 50.7914 95.5058 50.8247 96.394C50.8556 97.2823 51.4018 98.1586 52.4397 98.1586Z" fill="url(#paint15_linear_732_1683)"/> <path d="M56.5697 95.7811L54.7647 96.971L54.7148 95.8215L55.8572 94.4749L54.6982 95.413L54.5462 91.9004L54.4369 95.4344L53.2162 94.4654L54.425 95.7954L54.387 96.9781L52.5298 95.6125L54.3752 97.4056L54.2802 100.384H54.9095L54.7837 97.4222L56.5697 95.7811Z" fill="#C6D5E6"/> <path d="M112.5 95.5L162.173 138.613L97.5 157.5L74 95.5H112.5Z" fill="url(#paint16_linear_732_1683)"/> <path d="M95.3502 105.3C112.83 105.3 127 91.1298 127 73.65C127 56.1702 112.83 42 95.3502 42C77.8704 42 63.7002 56.1702 63.7002 73.65C63.7002 91.1298 77.8704 105.3 95.3502 105.3Z" fill="url(#paint17_linear_732_1683)"/> <path d="M95.3502 105.3C112.83 105.3 127 91.1298 127 73.65C127 56.1702 112.83 42 95.3502 42C77.8704 42 63.7002 56.1702 63.7002 73.65C63.7002 91.1298 77.8704 105.3 95.3502 105.3Z" fill="url(#paint18_linear_732_1683)"/> <path d="M95.3498 98.288C108.957 98.288 119.988 87.257 119.988 73.6496C119.988 60.0422 108.957 49.0112 95.3498 49.0112C81.7424 49.0112 70.7114 60.0422 70.7114 73.6496C70.7114 87.257 81.7424 98.288 95.3498 98.288Z" fill="url(#paint19_linear_732_1683)"/> <path d="M91.484 86.4606C90.1207 86.4606 88.8246 85.9633 87.8022 85.0415C87.7407 84.9856 87.6848 84.9353 87.629 84.8739L79.7514 76.5996C78.5726 75.3593 78.6228 73.4039 79.8575 72.225C81.0923 71.0462 83.0533 71.0965 84.2321 72.3312L91.4728 79.935L105.34 63.8335C106.457 62.5373 108.407 62.392 109.703 63.5094C110.999 64.6268 111.144 66.5766 110.027 67.8728L95.6742 84.5386C94.6965 85.6728 93.3388 86.3488 91.8415 86.4438C91.7242 86.455 91.6069 86.4606 91.484 86.4606Z" fill="url(#paint20_linear_732_1683)"/> </g> </g> <defs> <linearGradient id="paint0_linear_732_1683" x1="61.1566" y1="99.7028" x2="61.1566" y2="76.7155" gradientUnits="userSpaceOnUse"> <stop offset="5.35827e-07" stop-color="white"/> <stop offset="1" stop-color="#DBE3EE"/> </linearGradient> <linearGradient id="paint1_linear_732_1683" x1="45.8101" y1="113.476" x2="45.8101" y2="62.0596" gradientUnits="userSpaceOnUse"> <stop offset="5.35827e-07" stop-color="white"/> <stop offset="1" stop-color="#DBE3EE"/> </linearGradient> <linearGradient id="paint2_linear_732_1683" x1="135.058" y1="103.339" x2="135.058" y2="66.1751" gradientUnits="userSpaceOnUse"> <stop offset="5.35827e-07" stop-color="white"/> <stop offset="1" stop-color="#DBE3EE"/> </linearGradient> <linearGradient id="paint3_linear_732_1683" x1="149.908" y1="108.723" x2="149.908" y2="68.41" gradientUnits="userSpaceOnUse"> <stop offset="5.35827e-07" stop-color="white"/> <stop offset="1" stop-color="#DBE3EE"/> </linearGradient> <linearGradient id="paint4_linear_732_1683" x1="29.0887" y1="118.717" x2="29.0887" y2="82.9705" gradientUnits="userSpaceOnUse"> <stop offset="5.35827e-07" stop-color="white"/> <stop offset="1" stop-color="#EDF1F9"/> </linearGradient> <linearGradient id="paint5_linear_732_1683" x1="162.724" y1="114.773" x2="162.724" y2="85.5296" gradientUnits="userSpaceOnUse"> <stop offset="5.35827e-07" stop-color="white"/> <stop offset="1" stop-color="#EDF1F9"/> </linearGradient> <linearGradient id="paint6_linear_732_1683" x1="30.5049" y1="54.0441" x2="30.5049" y2="38.7156" gradientUnits="userSpaceOnUse"> <stop offset="0.2332" stop-color="white"/> <stop offset="1" stop-color="#D3DFEE"/> </linearGradient> <linearGradient id="paint7_linear_732_1683" x1="153.309" y1="45.2994" x2="153.309" y2="29.9709" gradientUnits="userSpaceOnUse"> <stop offset="0.2332" stop-color="white"/> <stop offset="1" stop-color="#D3DFEE"/> </linearGradient> <linearGradient id="paint8_linear_732_1683" x1="122.488" y1="55.553" x2="122.488" y2="44.4577" gradientUnits="userSpaceOnUse"> <stop offset="0.2332" stop-color="white"/> <stop offset="1" stop-color="#D3DFEE"/> </linearGradient> <linearGradient id="paint9_linear_732_1683" x1="95.4647" y1="177.99" x2="95.4647" y2="94.3595" gradientUnits="userSpaceOnUse"> <stop offset="0.4065" stop-color="white"/> <stop offset="1" stop-color="#DAE4EF"/> </linearGradient> <linearGradient id="paint10_linear_732_1683" x1="45.8105" y1="136.061" x2="33.5944" y2="121.502" gradientUnits="userSpaceOnUse"> <stop offset="0.4034" stop-color="#EFF4F8"/> <stop offset="1" stop-color="#D4DFEC"/> </linearGradient> <linearGradient id="paint11_linear_732_1683" x1="27.0365" y1="107.492" x2="42.2808" y2="107.492" gradientUnits="userSpaceOnUse"> <stop offset="0.1022" stop-color="#F0F5F8"/> <stop offset="1" stop-color="#B4C7DC"/> </linearGradient> <linearGradient id="paint12_linear_732_1683" x1="169.04" y1="131.317" x2="157.79" y2="117.911" gradientUnits="userSpaceOnUse"> <stop offset="0.4034" stop-color="#EFF4F8"/> <stop offset="1" stop-color="#D4DFEC"/> </linearGradient> <linearGradient id="paint13_linear_732_1683" x1="151.752" y1="105.009" x2="165.79" y2="105.009" gradientUnits="userSpaceOnUse"> <stop offset="0.1022" stop-color="#F0F5F8"/> <stop offset="1" stop-color="#B4C7DC"/> </linearGradient> <linearGradient id="paint14_linear_732_1683" x1="60.1076" y1="107.764" x2="54.0653" y2="100.563" gradientUnits="userSpaceOnUse"> <stop offset="1.4385e-07" stop-color="#EAEFF6"/> <stop offset="1" stop-color="#CDDAE9"/> </linearGradient> <linearGradient id="paint15_linear_732_1683" x1="50.8215" y1="93.6338" x2="58.3617" y2="93.6338" gradientUnits="userSpaceOnUse"> <stop offset="0.1022" stop-color="#F0F5F8"/> <stop offset="1" stop-color="#B4C7DC"/> </linearGradient> <linearGradient id="paint16_linear_732_1683" x1="131.177" y1="149.02" x2="115.399" y2="93.9966" gradientUnits="userSpaceOnUse"> <stop offset="0.0938" stop-color="white"/> <stop offset="0.9362" stop-color="#BBCBE0"/> </linearGradient> <linearGradient id="paint17_linear_732_1683" x1="63.7009" y1="73.6475" x2="127.001" y2="73.6475" gradientUnits="userSpaceOnUse"> <stop stop-color="#EFF3F9"/> <stop offset="1" stop-color="#B6C9DE"/> </linearGradient> <linearGradient id="paint18_linear_732_1683" x1="63.7009" y1="73.6475" x2="127.001" y2="73.6475" gradientUnits="userSpaceOnUse"> <stop stop-color="#EFF3F9"/> <stop offset="1" stop-color="#B6C9DE"/> </linearGradient> <linearGradient id="paint19_linear_732_1683" x1="70.7114" y1="73.6471" x2="119.989" y2="73.6471" gradientUnits="userSpaceOnUse"> <stop stop-color="#DDE5F0"/> <stop offset="1" stop-color="#9FB7CE"/> </linearGradient> <linearGradient id="paint20_linear_732_1683" x1="78.901" y1="74.6114" x2="110.783" y2="74.6114" gradientUnits="userSpaceOnUse"> <stop offset="0.1453" stop-color="white"/> <stop offset="1" stop-color="#D8E3EF"/> </linearGradient> <clipPath id="clip0_732_1683"> <rect width="190" height="190" fill="white"/> </clipPath> <clipPath id="clip1_732_1683"> <rect width="190" height="190" fill="white" transform="translate(0 -5)"/> </clipPath> </defs> </svg> `; return /*#__PURE__*/React.createElement(SvgXml, { xml: xml, width: 190, height: 190 }); }); const FailImg = /*#__PURE__*/memo(() => { const xml = ` <svg width="190" height="190" viewBox="0 0 190 190" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_732_1682)"> <g clip-path="url(#clip1_732_1682)"> <path d="M64.5907 77.5247V76.7148H57.5844V77.6553H56.0454V99.7025H66.2698V77.5247H64.5907ZM65.3839 97.1755H56.8244V96.5224H65.3839V97.1755ZM65.3839 94.164H56.8244V93.5109H65.3839V94.164ZM65.3839 91.1525H56.8244V90.4994H65.3839V91.1525ZM65.3839 88.2217H56.8244V87.5686H65.3839V88.2217ZM65.3839 85.2981H56.8244V84.645H65.3839V85.2981ZM65.3839 82.2866H56.8244V81.6335H65.3839V82.2866ZM65.3839 79.3558H56.8244V78.7027H65.3839V79.3558Z" fill="url(#paint0_linear_732_1682)"/> <path d="M50.8181 89.8295V64.1368H43.0399V62.061H39.7482V74.7269H38.8623V113.475H52.7584V89.8295H50.8181ZM45.0017 97.3844H43.0399V95.482H45.0017V97.3844ZM45.0017 94.4085H43.0399V92.5061H45.0017V94.4085ZM45.0017 91.4469H43.0399V89.5445H45.0017V91.4469ZM45.0017 88.4924H43.0399V86.59H45.0017V88.4924ZM45.0017 85.5165H43.0399V83.6141H45.0017V85.5165ZM45.0017 79.579H43.0399V77.6767H45.0017V79.579ZM45.0017 76.6032H43.0399V74.7008H45.0017V76.6032ZM45.0017 73.6392H43.0399V71.7368H45.0017V73.6392ZM45.0017 70.6847H43.0399V68.7823H45.0017V70.6847ZM45.0017 67.7088H43.0399V65.8064H45.0017V67.7088ZM47.9348 97.3844H45.9731V95.482H47.9348V97.3844ZM47.9348 94.4085H45.9731V92.5061H47.9348V94.4085ZM47.9348 91.4469H45.9731V89.5445H47.9348V91.4469ZM47.9348 88.4924H45.9731V86.59H47.9348V88.4924ZM47.9348 85.5165H45.9731V83.6141H47.9348V85.5165ZM47.9348 79.579H45.9731V77.6767H47.9348V79.579ZM47.9348 76.6032H45.9731V74.7008H47.9348V76.6032ZM47.9348 73.6392H45.9731V71.7368H47.9348V73.6392ZM47.9348 70.6847H45.9731V68.7823H47.9348V70.6847ZM47.9348 67.7088H45.9731V65.8064H47.9348V67.7088Z" fill="url(#paint1_linear_732_1682)"/> <path d="M127.367 103.338C127.452 102.234 127.367 66.1743 127.367 66.1743H131.768V74.1804H138.774V90.9123H142.747V103.338H127.367Z" fill="url(#paint2_linear_732_1682)"/> <path d="M156.156 87.1551V86.0032H154.969V75.9498H152.071V74.8336H150.117V73.1924H149.098V68.4092H148.364V73.2257H147.428V74.8668H144.531V77.5553H142.856V108.722H156.959V87.1527H156.156V87.1551ZM145.348 99.6903H144.393V96.0708H145.348V99.6903ZM145.348 95.2609H144.393V91.6414H145.348V95.2609ZM145.348 90.8316H144.393V87.2121H145.348V90.8316ZM145.348 86.3238H144.393V82.7043H145.348V86.3238ZM145.348 81.8137H144.393V78.1942H145.348V81.8137ZM147.314 99.6903H146.36V96.0708H147.314V99.6903ZM147.314 95.2609H146.36V91.6414H147.314V95.2609ZM147.314 90.8316H146.36V87.2121H147.314V90.8316ZM147.314 86.3238H146.36V82.7043H147.314V86.3238ZM147.314 81.8137H146.36V78.1942H147.314V81.8137ZM149.278 99.6903H148.324V96.0708H149.278V99.6903ZM149.278 95.2609H148.324V91.6414H149.278V95.2609ZM149.278 90.8316H148.324V87.2121H149.278V90.8316ZM149.278 86.3238H148.324V82.7043H149.278V86.3238ZM149.278 81.8137H148.324V78.1942H149.278V81.8137ZM151.245 99.6903H150.29V96.0708H151.245V99.6903ZM151.245 95.2609H150.29V91.6414H151.245V95.2609ZM151.245 90.8316H150.29V87.2121H151.245V90.8316ZM151.245 86.3238H150.29V82.7043H151.245V86.3238ZM151.245 81.8137H150.29V78.1942H151.245V81.8137ZM153.211 99.6903H152.257V96.0708H153.211V99.6903ZM153.211 95.2609H152.257V91.6414H153.211V95.2609ZM153.211 90.8316H152.257V87.2121H153.211V90.8316ZM153.211 86.3238H152.257V82.7043H153.211V86.3238ZM153.211 81.8137H152.257V78.1942H153.211V81.8137Z" fill="url(#paint3_linear_732_1682)"/> <path d="M22.7646 118.717V97.4511H25.2014V86.5973L33.5756 82.9707V97.2801H35.4115V118.717H22.7646Z" fill="url(#paint4_linear_732_1682)"/> <path d="M166.398 114.774H159.049V85.5308L166.398 89.0861V114.774Z" fill="url(#paint5_linear_732_1682)"/> <path d="M21.5342 44.2816C21.5342 44.2816 23.7525 38.2301 29.2055 40.6051C30.4642 39.3274 32.0222 38.3987 34.1288 38.8167C36.2355 39.2371 37.594 40.8141 38.0547 41.8639C38.715 41.833 44.0017 42.0087 44.0017 47.4926C44.0017 52.9765 37.6035 52.872 37.1403 52.4374C36.5703 52.9456 33.8296 55.703 30.5046 52.5561C29.785 53.1712 27.4337 55.7766 23.7168 52.1809C21.995 52.9005 17.9028 53.4539 17.1096 49.2287C16.3163 45.006 20.3847 43.8114 21.5342 44.2816Z" fill="url(#paint6_linear_732_1682)"/> <path d="M144.338 35.537C144.338 35.537 146.557 29.4855 152.01 31.8605C153.268 30.5827 154.826 29.6541 156.933 30.0721C159.04 30.4901 160.398 32.0695 160.859 33.1192C161.519 33.0884 166.806 33.2641 166.806 38.748C166.806 44.2319 160.408 44.125 159.945 43.6903C159.375 44.1986 156.634 46.956 153.309 43.8091C152.589 44.4242 150.238 47.0296 146.521 43.4338C144.799 44.1535 140.707 44.7069 139.914 40.4817C139.121 36.2614 143.189 35.0667 144.338 35.537Z" fill="url(#paint7_linear_732_1682)"/> <path d="M115.995 48.4854C115.995 48.4854 117.601 44.1035 121.548 45.8254C122.46 44.8992 123.586 44.227 125.113 44.531C126.637 44.835 127.621 45.9774 127.953 46.735C128.431 46.7137 132.259 46.8395 132.259 50.8082C132.259 54.7768 127.628 54.7008 127.293 54.3873C126.88 54.7554 124.897 56.7504 122.488 54.4752C121.968 54.9193 120.265 56.8074 117.577 54.2044C116.33 54.7245 113.368 55.1259 112.794 52.0669C112.216 49.0103 115.164 48.1458 115.995 48.4854Z" fill="url(#paint8_linear_732_1682)"/> <path d="M95.4657 177.989C144.126 177.989 183.573 159.268 183.573 136.175C183.573 113.082 144.126 94.3608 95.4657 94.3608C46.8051 94.3608 7.35791 113.082 7.35791 136.175C7.35791 159.268 46.8051 177.989 95.4657 177.989Z" fill="url(#paint9_linear_732_1682)"/> <path d="M35.1264 131.062C35.1264 131.062 34.2881 132.252 35.6893 134.023C36.9386 135.6 38.9122 135.294 39.5677 134.788C39.7696 136.161 41.4534 139.054 44.1182 137.417C46.6238 135.881 45.4173 133.544 44.6169 132.625C46.1821 132.183 47.3482 128.433 43.7572 127.138C44.2892 125.59 44.3842 124.889 43.6052 123.497C42.8547 122.158 41.6221 121.944 39.6556 122.759L36.8127 123.958L35.0006 120.576L34.0316 121.137L36.1216 124.367L33.3523 125.756C33.3523 125.756 30.9844 126.682 32.0057 129.224C32.9509 131.577 35.1264 131.062 35.1264 131.062Z" fill="url(#paint10_linear_732_1682)"/> <path d="M30.3073 116.641H38.8716C38.8716 116.641 41.6385 116.719 42.1895 113.558C42.7951 110.088 40.2704 109.611 40.2704 109.611C40.2704 109.611 41.7905 108.913 41.4603 106.288C41.1278 103.666 38.8193 103.334 37.8574 103.455C38.0142 101.899 38.3419 98.3772 34.6844 98.3416C31.1528 98.3059 31.1742 101.861 31.4378 103.263C30.1791 103.277 26.3767 105.165 29.0509 109.307C27.5951 110.554 26.9799 111.273 27.0441 113.071C27.1058 114.872 28.2078 116.641 30.3073 116.641Z" fill="url(#paint11_linear_732_1682)"/> <path d="M38.6602 111.834L35.0075 114.237L34.9077 111.915L37.2162 109.193L34.8721 111.088L34.5681 103.987L34.3449 111.136L31.8796 109.174L34.3211 111.862L34.2475 114.254L30.4902 111.494L34.219 115.116L34.0314 121.139H35.302L35.0455 115.154L38.6602 111.834Z" fill="#C6D5E6"/> <path d="M159.203 126.713C159.203 126.713 158.431 127.81 159.721 129.44C160.87 130.893 162.689 130.61 163.293 130.143C163.478 131.406 165.031 134.068 167.485 132.565C169.791 131.15 168.682 128.998 167.943 128.152C169.385 127.746 170.458 124.291 167.152 123.101C167.644 121.676 167.732 121.03 167.012 119.75C166.321 118.517 165.186 118.317 163.376 119.07L160.754 120.175L159.084 117.061L158.194 117.576L160.117 120.55L157.569 121.83C157.569 121.83 155.389 122.683 156.329 125.024C157.198 127.188 159.203 126.713 159.203 126.713Z" fill="url(#paint12_linear_732_1682)"/> <path d="M154.762 113.434H162.647C162.647 113.434 165.195 113.508 165.701 110.596C166.257 107.402 163.934 106.963 163.934 106.963C163.934 106.963 165.335 106.319 165.029 103.904C164.723 101.488 162.597 101.182 161.711 101.296C161.856 99.8637 162.158 96.6194 158.79 96.5862C155.539 96.5529 155.558 99.8257 155.8 101.118C154.641 101.13 151.138 102.868 153.603 106.685C152.263 107.832 151.696 108.497 151.755 110.15C151.817 111.805 152.831 113.434 154.762 113.434Z" fill="url(#paint13_linear_732_1682)"/> <path d="M162.455 109.007L159.092 111.221L159.001 109.081L161.127 106.575L158.968 108.321L158.688 101.78L158.481 108.364L156.213 106.556L158.46 109.034L158.391 111.238L154.933 108.694L158.367 112.031L158.192 117.576H159.365L159.127 112.064L162.455 109.007Z" fill="#C6D5E6"/> <path d="M54.8244 105.291C54.8244 105.291 54.4088 105.88 55.1023 106.756C55.7198 107.537 56.6959 107.385 57.0213 107.134C57.121 107.813 57.9546 109.243 59.2728 108.435C60.5125 107.675 59.9164 106.519 59.5198 106.065C60.294 105.846 60.8711 103.992 59.0946 103.353C59.3583 102.588 59.4058 102.241 59.0186 101.552C58.6481 100.89 58.0378 100.783 57.0664 101.187L55.658 101.78L54.7626 100.108L54.2829 100.386L55.316 101.982L53.9456 102.669C53.9456 102.669 52.7748 103.127 53.2806 104.383C53.7485 105.547 54.8244 105.291 54.8244 105.291Z" fill="url(#paint14_linear_732_1682)"/> <path d="M52.4397 98.1586H56.6743C56.6743 98.1586 58.0423 98.1966 58.3154 96.6339C58.6147 94.9168 57.3654 94.6817 57.3654 94.6817C57.3654 94.6817 58.1183 94.3349 57.9544 93.0382C57.7906 91.7414 56.6482 91.5775 56.1732 91.6369C56.2516 90.8674 56.4131 89.1242 54.6033 89.1075C52.8553 89.0909 52.8672 90.8484 52.9978 91.5419C52.3756 91.549 50.4946 92.4824 51.8174 94.532C51.0978 95.1472 50.7914 95.5058 50.8247 96.394C50.8556 97.2823 51.4018 98.1586 52.4397 98.1586Z" fill="url(#paint15_linear_732_1682)"/> <path d="M56.5697 95.7811L54.7647 96.971L54.7148 95.8215L55.8572 94.4749L54.6982 95.413L54.5462 91.9004L54.4369 95.4344L53.2162 94.4654L54.425 95.7954L54.387 96.9781L52.5298 95.6125L54.3752 97.4056L54.2802 100.384H54.9095L54.7837 97.4222L56.5697 95.7811Z" fill="#C6D5E6"/> <path d="M112.5 95.5L162.173 138.613L97.5 157.5L74 95.5H112.5Z" fill="url(#paint16_linear_732_1682)"/> <path d="M95.3502 105.3C112.83 105.3 127 91.1298 127 73.65C127 56.1702 112.83 42 95.3502 42C77.8704 42 63.7002 56.1702 63.7002 73.65C63.7002 91.1298 77.8704 105.3 95.3502 105.3Z" fill="url(#paint17_linear_732_1682)"/> <path d="M95.3502 105.3C112.83 105.3 127 91.1298 127 73.65C127 56.1702 112.83 42 95.3502 42C77.8704 42 63.7002 56.1702 63.7002 73.65C63.7002 91.1298 77.8704 105.3 95.3502 105.3Z" fill="url(#paint18_linear_732_1682)"/> <path d="M95.3498 98.288C108.957 98.288 119.988 87.257 119.988 73.6496C119.988 60.0422 108.957 49.0112 95.3498 49.0112C81.7424 49.0112 70.7114 60.0422 70.7114 73.6496C70.7114 87.257 81.7424 98.288 95.3498 98.288Z" fill="url(#paint19_linear_732_1682)"/> <path d="M106.93 81.2844L99.4247 74.7086L106 67.2033C107.139 65.9031 107.01 63.9207 105.71 62.7763C104.41 61.6374 102.428 61.7663 101.283 63.0665L94.7079 70.5718L87.203 63.9959C85.9029 62.8569 83.9206 62.9859 82.7763 64.286C81.6374 65.5861 81.7663 67.5686 83.0664 68.7129L90.5713 75.2888L83.9958 82.7941C82.8569 84.0942 82.9858 86.0767 84.2859 87.221C84.8822 87.7421 85.6182 88 86.3542 88C87.2245 88 88.0947 87.64 88.7125 86.9309L95.2881 79.4256L102.793 86.0014C103.389 86.5226 104.125 86.7804 104.861 86.7804C105.732 86.7804 106.602 86.4205 107.22 85.7113C108.364 84.4058 108.235 82.4288 106.93 81.2844Z" fill="url(#paint20_linear_732_1682)"/> </g> </g> <defs> <linearGradient id="paint0_linear_732_1682" x1="61.1566" y1="99.7028" x2="61.1566" y2="76.7155" gradientUnits="userSpaceOnUse"> <stop offset="5.35827e-07" stop-color="white"/> <stop offset="1" stop-color="#DBE3EE"/> </linearGradient> <linearGradient id="paint1_linear_732_1682" x1="45.8101" y1="113.476" x2="45.8101" y2="62.0596" gradientUnits="userSpaceOnUse"> <stop offset="5.35827e-07" stop-color="white"/> <stop offset="1" stop-color="#DBE3EE"/> </linearGradient> <linearGradient id="paint2_linear_732_1682" x1="135.058" y1="103.339" x2="135.058" y2="66.1751" gradientUnits="userSpaceOnUse"> <stop offset="5.35827e-07" stop-color="white"/> <stop offset="1" stop-color="#DBE3EE"/> </linearGradient> <linearGradient id="paint3_linear_732_1682" x1="149.908" y1="108.723" x2="149.908" y2="68.41" gradientUnits="userSpaceOnUse"> <stop offset="5.35827e-07" stop-color="white"/> <stop offset="1" stop-color="#DBE3EE"/> </linearGradient> <linearGradient id="paint4_linear_732_1682" x1="29.0887" y1="118.717" x2="29.0887" y2="82.9705" gradientUnits="userSpaceOnUse"> <stop offset="5.35827e-07" stop-color="white"/> <stop offset="1" stop-color="#EDF1F9"/> </linearGradient> <linearGradient id="paint5_linear_732_1682" x1="162.724" y1="114.773" x2="162.724" y2="85.5296" gradientUnits="userSpaceOnUse"> <stop offset="5.35827e-07" stop-color="white"/> <stop offset="1" stop-color="#EDF1F9"/> </linearGradient> <linearGradient id="paint6_linear_732_1682" x1="30.5049" y1="54.0441" x2="30.5049" y2="38.7156" gradientUnits="userSpaceOnUse"> <stop offset="0.2332" stop-color="white"/> <stop offset="1" stop-color="#D3DFEE"/> </linearGradient> <linearGradient id="paint7_linear_732_1682" x1="153.309" y1="45.2994" x2="153.309" y2="29.9709" gradientUnits="userSpaceOnUse"> <stop offset="0.2332" stop-color="white"/> <stop offset="1" stop-color="#D3DFEE"/> </linearGradient> <linearGradient id="paint8_linear_732_1682" x1="122.488" y1="55.553" x2="122.488" y2="44.4577" gradientUnits="userSpaceOnUse"> <stop offset="0.2332" stop-color="white"/> <stop offset="1" stop-color="#D3DFEE"/> </linearGradient> <linearGradient id="paint9_linear_732_1682" x1="95.4647" y1="177.99" x2="95.4647" y2="94.3595" gradientUnits="userSpaceOnUse"> <stop offset="0.4065" stop-color="white"/> <stop offset="1" stop-color="#DAE4EF"/> </linearGradient> <linearGradient id="paint10_linear_732_1682" x1="45.8105" y1="136.061" x2="33.5944" y2="121.502" gradientUnits="userSpaceOnUse"> <stop offset="0.4034" stop-color="#EFF4F8"/> <stop offset="1" stop-color="#D4DFEC"/> </linearGradient> <linearGradient id="paint11_linear_732_1682" x1="27.0365" y1="107.492" x2="42.2808" y2="107.492" gradientUnits="userSpaceOnUse"> <stop offset="0.1022" stop-color="#F0F5F8"/> <stop offset="1" stop-color="#B4C7DC"/> </linearGradient> <linearGradient id="paint12_linear_732_1682" x1="169.04" y1="131.317" x2="157.79" y2="117.911" gradientUnits="userSpaceOnUse"> <stop offset="0.4034" stop-color="#EFF4F8"/> <stop offset="1" stop-color="#D4DFEC"/> </linearGradient> <linearGradient id="paint13_linear_732_1682" x1="151.752" y1="105.009" x2="165.79" y2="105.009" gradientUnits="userSpaceOnUse"> <stop offset="0.1022" stop-color="#F0F5F8"/> <stop offset="1" stop-color="#B4C7DC"/> </linearGradient> <linearGradient id="paint14_linear_732_1682" x1="60.1076" y1="107.764" x2="54.0653" y2="100.563" gradientUnits="userSpaceOnUse"> <stop offset="1.4385e-07" stop-color="#EAEFF6"/> <stop offset="1" stop-color="#CDDAE9"/> </linearGradient> <linearGradient id="paint15_linear_732_1682" x1="50.8215" y1="93.6338" x2="58.3617" y2="93.6338" gradientUnits="userSpaceOnUse"> <stop offset="0.1022" stop-color="#F0F5F8"/> <stop offset="1" stop-color="#B4C7DC"/> </linearGradient> <linearGradient id="paint16_linear_732_1682" x1="131.177" y1="149.02" x2="115.399" y2="93.9966" gradientUnits="userSpaceOnUse"> <stop offset="0.0938" stop-color="white"/> <stop offset="0.9362" stop-color="#BBCBE0"/> </linearGradient> <linearGradient id="paint17_linear_732_1682" x1="63.7009" y1="73.6475" x2="127.001" y2="73.6475" gradientUnits="userSpaceOnUse"> <stop stop-color="#EFF3F9"/> <stop offset="1" stop-color="#B6C9DE"/> </linearGradient> <linearGradient id="paint18_linear_732_1682" x1="63.7009" y1="73.6475" x2="127.001" y2="73.6475" gradientUnits="userSpaceOnUse"> <stop stop-color="#EFF3F9"/> <stop offset="1" stop-color="#B6C9DE"/> </linearGradient> <linearGradient id="paint19_linear_732_1682" x1="70.7114" y1="73.6471" x2="119.989" y2="73.6471" gradientUnits="userSpaceOnUse"> <stop stop-color="#DDE5F0"/> <stop offset="1" stop-color="#9FB7CE"/> </linearGradient> <linearGradient id="paint20_linear_732_1682" x1="82.0014" y1="75.0016" x2="107.999" y2="75.0016" gradientUnits="userSpaceOnUse"> <stop offset="0.1453" stop-color="white"/> <stop offset="1" stop-color="#D8E3EF"/> </linearGradient> <clipPath id="clip0_732_1682"> <rect width="190" height="190" fill="white"/> </clipPath> <clipPath id="clip1_732_1682"> <rect width="190" height="190" fill="white" transform="translate(0 -5)"/> </clipPath> </defs> </svg> `; return /*#__PURE__*/React.createElement(SvgXml, { xml: xml, width: 190, height: 190 }); }); const ProcessImg = /*#__PURE__*/memo(() => { const xml = ` <svg width="190" height="190" viewBox="0 0 190 190" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_732_1681)"> <g clip-path="url(#clip1_732_1681)"> <path d="M64.5907 77.5247V76.7148H57.5844V77.6553H56.0454V99.7025H66.2698V77.5247H64.5907ZM65.3839 97.1755H56.8244V96.5224H65.3839V97.1755ZM65.3839 94.164H56.8244V93.5109H65.3839V94.164ZM65.3839 91.1525H56.8244V90.4994H65.3839V91.1525ZM65.3839 88.2217H56.8244V87.5686H65.3839V88.2217ZM65.3839 85.2981H56.8244V84.645H65.3839V85.2981ZM65.3839 82.2866H56.8244V81.6335H65.3839V82.2866ZM65.3839 79.3558H56.8244V78.7027H65.3839V79.3558Z" fill="url(#paint0_linear_732_1681)"/> <path d="M50.8181 89.8295V64.1368H43.0399V62.061H39.7482V74.7269H38.8623V113.475H52.7584V89.8295H50.8181ZM45.0017 97.3844H43.0399V95.482H45.0017V97.3844ZM45.0017 94.4085H43.0399V92.5061H45.0017V94.4085ZM45.0017 91.4469H43.0399V89.5445H45.0017V91.4469ZM45.0017 88.4924H43.0399V86.59H45.0017V88.4924ZM45.0017 85.5165H43.0399V83.6141H45.0017V85.5165ZM45.0017 79.579H43.0399V77.6767H45.0017V79.579ZM45.0017 76.6032H43.0399V74.7008H45.0017V76.6032ZM45.0017 73.6392H43.0399V71.7368H45.0017V73.6392ZM45.0017 70.6847H43.0399V68.7823H45.0017V70.6847ZM45.0017 67.7088H43.0399V65.8064H45.0017V67.7088ZM47.9348 97.3844H45.9731V95.482H47.9348V97.3844ZM47.9348 94.4085H45.9731V92.5061H47.9348V94.4085ZM47.9348 91.4469H45.9731V89.5445H47.9348V91.4469ZM47.9348 88.4924H45.9731V86.59H47.9348V88.4924ZM47.9348 85.5165H45.9731V83.6141H47.9348V85.5165ZM47.9348 79.579H45.9731V77.6767H47.9348V79.579ZM47.9348 76.6032H45.9731V74.7008H47.9348V76.6032ZM47.9348 73.6392H45.9731V71.7368H47.9348V73.6392ZM47.9348 70.6847H45.9731V68.7823H47.9348V70.6847ZM47.9348 67.7088H45.9731V65.8064H47.9348V67.7088Z" fill="url(#paint1_linear_732_1681)"/> <path d="M127.367 103.338C127.452 102.234 127.367 66.1743 127.367 66.1743H131.768V74.1804H138.774V90.9123H142.747V103.338H127.367Z" fill="url(#paint2_linear_732_1681)"/> <path d="M156.156 87.1551V86.0032H154.969V75.9498H152.071V74.8336H150.117V73.1924H149.098V68.4092H148.364V73.2257H147.428V74.8668H144.531V77.5553H142.856V108.722H156.959V87.1527H156.156V87.1551ZM145.348 99.6903H144.393V96.0708H145.348V99.6903ZM145.348 95.2609H144.393V91.6414H145.348V95.2609ZM145.348 90.8316H144.393V87.2121H145.348V90.8316ZM145.348 86.3238H144.393V82.7043H145.348V86.3238ZM145.348 81.8137H144.393V78.1942H145.348V81.8137ZM147.314 99.6903H146.36V96.0708H147.314V99.6903ZM147.314 95.2609H146.36V91.6414H147.314V95.2609ZM147.314 90.8316H146.36V87.2121H147.314V90.8316ZM147.314 86.3238H146.36V82.7043H147.314V86.3238ZM147.314 81.8137H146.36V78.1942H147.314V81.8137ZM149.278 99.6903H148.324V96.0708H149.278V99.6903ZM149.278 95.2609H148.324V91.6414H149.278V95.2609ZM149.278 90.8316H148.324V87.2121H149.278V90.8316ZM149.278 86.3238H148.324V82.7043H149.278V86.3238ZM149.278 81.8137H148.324V78.1942H149.278V81.8137ZM151.245 99.6903H150.29V96.0708H151.245V99.6903ZM151.245 95.2609H150.29V91.6414H151.245V95.2609ZM151.245 90.8316H150.29V87.2121H151.245V90.8316ZM151.245 86.3238H150.29V82.7043H151.245V86.3238ZM151.245 81.8137H150.29V78.1942H151.245V81.8137ZM153.211 99.6903H152.257V96.0708H153.211V99.6903ZM153.211 95.2609H152.257V91.6414H153.211V95.2609ZM153.211 90.8316H152.257V87.2121H153.211V90.8316ZM153.211 86.3238H152.257V82.7043H153.211V86.3238ZM153.211 81.8137H152.257V78.1942H153.211V81.8137Z" fill="url(#paint3_linear_732_1681)"/> <path d="M22.7646 118.717V97.4511H25.2014V86.5973L33.5756 82.9707V97.2801H35.4115V118.717H22.7646Z" fill="url(#paint4_linear_732_1681)"/> <path d="M166.398 114.774H159.049V85.5308L166.398 89.0861V114.774Z" fill="url(#paint5_linear_732_1681)"/> <path d="M21.5342 44.2816C21.5342 44.2816 23.7525 38.2301 29.2055 40.6051C30.4642 39.3274 32.0222 38.3987 34.1288 38.8167C36.2355 39.2371 37.594 40.8141 38.0547 41.8639C38.715 41.833 44.0017 42.0087 44.0017 47.4926C44.0017 52.9765 37.6035 52.872 37.1403 52.4374C36.5703 52.9456 33.8296 55.703 30.5046 52.5561C29.785 53.1712 27.4337 55.7766 23.7168 52.1809C21.995 52.9005 17.9028 53.4539 17.1096 49.2287C16.3163 45.006 20.3847 43.8114 21.5342 44.2816Z" fill="url(#paint6_linear_732_1681)"/> <path d="M144.338 35.537C144.338 35.537 146.557 29.4855 152.01 31.8605C153.268 30.5827 154.826 29.6541 156.933 30.0721C159.04 30.4901 160.398 32.0695 160.859 33.1192C161.519 33.0884 166.806 33.2641 166.806 38.748C166.806 44.2319 160.408 44.125 159.945 43.6903C159.375 44.1986 156.634 46.956 153.309 43.8091C152.589 44.4242 150.238 47.0296 146.521 43.4338C144.799 44.1535 140.707 44.7069 139.914 40.4817C139.121 36.2614 143.189 35.0667 144.338 35.537Z" fill="url(#paint7_linear_732_1681)"/> <path d="M115.995 48.4854C115.995 48.4854 117.601 44.1035 121.548 45.8254C122.46 44.8992 123.586 44.227 125.113 44.531C126.637 44.835 127.621 45.9774 127.953 46.735C128.431 46.7137 132.259 46.8395 132.259 50.8082C132.259 54.7768 127.628 54.7008 127.293 54.3873C126.88 54.7554 124.897 56.7504 122.488 54.4752C121.968 54.9193 120.265 56.8074 117.577 54.2044C116.33 54.7245 113.368 55.1259 112.794 52.0669C112.216 49.0103 115.164 48.1458 115.995 48.4854Z" fill="url(#paint8_linear_732_1681)"/> <path d="M95.4657 177.989C144.126 177.989 183.573 159.268 183.573 136.175C183.573 113.082 144.126 94.3608 95.4657 94.3608C46.8051 94.3608 7.35791 113.082 7.35791 136.175C7.35791 159.268 46.8051 177.989 95.4657 177.989Z" fill="url(#paint9_linear_732_1681)"/> <path d="M35.1264 131.062C35.1264 131.062 34.2881 132.252 35.6893 134.023C36.9386 135.6 38.9122 135.294 39.5677 134.788C39.7696 136.161 41.4534 139.054 44.1182 137.417C46.6238 135.881 45.4173 133.544 44.6169 132.625C46.1821 132.183 47.3482 128.433 43.7572 127.138C44.2892 125.59 44.3842 124.889 43.6052 123.497C42.8547 122.158 41.6221 121.944 39.6556 122.759L36.8127 123.958L35.0006 120.576L34.0316 121.137L36.1216 124.367L33.3523 125.756C33.3523 125.756 30.9844 126.682 32.0057 129.224C32.9509 131.577 35.1264 131.062 35.1264 131.062Z" fill="url(#paint10_linear_732_1681)"/> <path d="M30.3073 116.641H38.8716C38.8716 116.641 41.6385 116.719 42.1895 113.558C42.7951 110.088 40.2704 109.611 40.2704 109.611C40.2704 109.611 41.7905 108.913 41.4603 106.288C41.1278 103.666 38.8193 103.334 37.8574 103.455C38.0142 101.899 38.3419 98.3772 34.6844 98.3416C31.1528 98.3059 31.1742 101.861 31.4378 103.263C30.1791 103.277 26.3767 105.165 29.0509 109.307C27.5951 110.554 26.9799 111.273 27.0441 113.071C27.1058 114.872 28.2078 116.641 30.3073 116.641Z" fill="url(#paint11_linear_732_1681)"/> <path d="M38.6602 111.834L35.0075 114.237L34.9077 111.915L37.2162 109.193L34.8721 111.088L34.5681 103.987L34.3449 111.136L31.8796 109.174L34.3211 111.862L34.2475 114.254L30.4902 111.494L34.219 115.116L34.0314 121.139H35.302L35.0455 115.154L38.6602 111.834Z" fill="#C6D5E6"/> <path d="M159.203 126.713C159.203 126.713 158.431 127.81 159.721 129.44C160.87 130.893 162.689 130.61 163.293 130.143C163.478 131.406 165.031 134.068 167.485 132.565C169.791 131.15 168.682 128.998 167.943 128.152C169.385 127.746 170.458 124.291 167.152 123.101C167.644 121.676 167.732 121.03 167.012 119.75C166.321 118.517 165.186 118.317 163.376 119.07L160.754 120.175L159.084 117.061L158.194 117.576L160.117 120.55L157.569 121.83C157.569 121.83 155.389 122.683 156.329 125.024C157.198 127.188 159.203 126.713 159.203 126.713Z" fill="url(#paint12_linear_732_1681)"/> <path d="M154.762 113.434H162.647C162.647 113.434 165.195 113.508 165.701 110.596C166.257 107.402 163.934 106.963 163.934 106.963C163.934 106.963 165.335 106.319 165.029 103.904C164.723 101.488 162.597 101.182 161.711 101.296C161.856 99.8637 162.158 96.6194 158.79 96.5862C155.539 96.5529 155.558 99.8257 155.8 101.118C154.641 101.13 151.138 102.868 153.603 106.685C152.263 107.832 151.696 108.497 151.755 110.15C151.817 111.805 152.831 113.434 154.762 113.434Z" fill="url(#paint13_linear_732_1681)"/> <path d="M162.455 109.007L159.092 111.221L159.001 109.081L161.127 106.575L158.968 108.321L158.688 101.78L158.481 108.364L156.213 106.556L158.46 109.034L158.391 111.238L154.933 108.694L158.367 112.031L158.192 117.576H159.365L159.127 112.064L162.455 109.007Z" fill="#C6D5E6"/> <path d="M54.8244 105.291C54.8244 105.291 54.4088 105.88 55.1023 106.756C55.7198 107.537 56.6959 107.385 57.0213 107.134C57.121 107.813 57.9546 109.243 59.2728 108.435C60.5125 107.675 59.9164 106.519 59.5198 106.065C60.294 105.846 60.8711 103.992 59.0946 103.353C59.3583 102.588 59.4058 102.241 59.0186 101.552C58.6481 100.89 58.0378 100.783 57.0664 101.187L55.658 101.78L54.7626 100.108L54.2829 100.386L55.316 101.982L53.9456 102.669C53.9456 102.669 52.7748 103.127 53.2806 104.383C53.7485 105.547 54.8244 105.291 54.8244 105.291Z" fill="url(#paint14_linear_732_1681)"/> <path d="M52.4397 98.1586H56.6743C56.6743 98.1586 58.0423 98.1966 58.3154 96.6339C58.6147 94.9168 57.3654 94.6817 57.3654 94.6817C57.3654 94.6817 58.1183 94.3349 57.9544 93.0382C57.7906 91.7414 56.6482 91.5775 56.1732 91.6369C56.2516 90.8674 56.4131 89.1242 54.6033 89.1075C52.8553 89.0909 52.8672 90.8484 52.9978 91.5419C52.3756 91.549 50.4946 92.4824 51.8174 94.532C51.0978 95.1472 50.7914 95.5058 50.8247 96.394C50.8556 97.2823 51.4018 98.1586 52.4397 98.1586Z" fill="url(#paint15_linear_732_1681)"/> <path d="M56.5697 95.7811L54.7647 96.971L54.7148 95.8215L55.8572 94.4749L54.6982 95.413L54.5462 91.9004L54.4369 95.4344L53.2162 94.4654L54.425 95.7954L54.387 96.9781L52.5298 95.6125L54.3752 97.4056L54.2802 100.384H54.9095L54.7837 97.4222L56.5697 95.7811Z" fill="#C6D5E6"/> <path d="M112.5 95.5L162.173 138.613L97.5 157.5L74 95.5H112.5Z" fill="url(#paint16_linear_732_1681)"/> <path d="M95.3502 105.3C112.83 105.3 127 91.1298 127 73.65C127 56.1702 112.83 42 95.3502 42C77.8704 42 63.7002 56.1702 63.7002 73.65C63.7002 91.1298 77.8704 105.3 95.3502 105.3Z" fill="url(#paint17_linear_732_1681)"/> <path d="M95.3502 105.3C112.83 105.3 127 91.1298 127 73.65C127 56.1702 112.83 42 95.3502 42C77.8704 42 63.7002 56.1702 63.7002 73.65C63.7002 91.1298 77.8704 105.3 95.3502 105.3Z" fill="url(#paint18_linear_732_1681)"/> <path d="M95.3498 98.288C108.957 98.288 119.988 87.257 119.988 73.6496C119.988 60.0422 108.957 49.0112 95.3498 49.0112C81.7424 49.0112 70.7114 60.0422 70.7114 73.6496C70.7114 87.257 81.7424 98.288 95.3498 98.288Z" fill="url(#paint19_linear_732_1681)"/> <path d="M102.274 87.0823H88.2069C86.1509 87.0823 84.4805 85.4094 84.4805 83.3559C84.4805 81.4526 85.9158 79.8767 87.7608 79.6561V78.1577C87.7608 76.3612 88.3936 74.6422 89.5307 73.2797C88.396 71.9171 87.7608 70.1981 87.7608 68.4016V66.9033C85.9158 66.6826 84.4805 65.1067 84.4805 63.2035C84.4805 61.1475 86.1534 59.4771 88.2069 59.4771H102.274C104.33 59.4771 106 61.1499 106 63.2035C106 65.0049 104.715 66.5129 103.013 66.8572V68.404C103.013 70.2006 102.38 71.9195 101.243 73.2821C102.378 74.6447 103.013 76.3636 103.013 78.1602V79.707C104.715 80.0513 106 81.5593 106 83.3607C106 85.4094 104.33 87.0823 102.274 87.0823ZM88.2069 82.0515C87.4893 82.0515 86.905 82.6358 86.905 83.3534C86.905 84.0711 87.4893 84.6554 88.2069 84.6554H102.274C102.991 84.6554 103.576 84.0711 103.576 83.3534C103.576 82.6358 102.991 82.0515 102.274 82.0515H101.801C101.132 82.0515 100.589 81.5084 100.589 80.8392V78.1553C100.589 76.6352 99.922 75.1926 98.7583 74.1986C98.4892 73.9682 98.334 73.6312 98.334 73.2772C98.334 72.9233 98.4892 72.5863 98.7583 72.3559C99.922 71.3619 100.589 69.9218 100.589 68.4016V65.7177C100.589 65.0485 101.132 64.5054 101.801 64.5054H102.274C102.991 64.5054 103.576 63.9211 103.576 63.2035C103.576 62.4858 102.991 61.9015 102.274 61.9015H88.2069C87.4893 61.9015 86.905 62.4858 86.905 63.2035C86.905 63.9211 87.4893 64.5054 88.2069 64.5054H88.9731C89.6422 64.5054 90.1853 65.0485 90.1853 65.7177V68.4016C90.1853 69.9218 90.852 71.3643 92.0158 72.3559C92.2849 72.5863 92.4401 72.9233 92.4401 73.2772C92.4401 73.6312 92.2849 73.9682 92.0158 74.1986C90.852 75.1926 90.1853 76.6327 90.1853 78.1529V80.8368C90.1853 81.506 89.6422 82.0491 88.9731 82.0491H88.2069V82.0515Z" fill="url(#paint20_linear_732_1681)"/> </g> </g> <defs> <linearGradient id="paint0_linear_732_1681" x1="61.1566" y1="99.7028" x2="61.1566" y2="76.7155" gradientUnits="userSpaceOnUse"> <stop offset="5.35827e-07" stop-color="white"/> <stop offset="1" stop-color="#DBE3EE"/> </linearGradient> <linearGradient id="paint1_linear_732_1681" x1="45.8101" y1="113.476" x2="45.8101" y2="62.0596" gradientUnits="userSpaceOnUse"> <stop offset="5.35827e-07" stop-color="white"/> <stop offset="1" stop-color="#DBE3EE"/> </linearGradient> <linearGradient id="paint2_linear_732_1681" x1="135.058" y1="103.339" x2="135.058" y2="66.1751" gradientUnits="userSpaceOnUse"> <stop offset="5.35827e-07" stop-color="white"/> <stop offset="1" stop-color="#DBE3EE"/> </linearGradient> <linearGradient id="paint3_linear_732_1681" x1="149.908" y1="108.723" x2="149.908" y2="68.41" gradientUnits="userSpaceOnUse"> <stop offset="5.35827e-07" stop-color="white"/> <stop offset="1" stop-color="#DBE3EE"/> </linearGradient> <linearGradient id="paint4_linear_732_1681" x1="29.0887" y1="118.717" x2="29.0887" y2="82.9705" gradientUnits="userSpaceOnUse"> <stop offset="5.35827e-07" stop-color="white"/> <stop offset="1" stop-color="#EDF1F9"/> </linearGradient> <linearGradient id="paint5_linear_732_1681" x1="162.724" y1="114.773" x2="162.724" y2="85.5296" gradientUnits="userSpaceOnUse"> <stop offset="5.35827e-07" stop-color="white"/> <stop offset="1" stop-color="#EDF1F9"/> </linearGradient> <linearGradient id="paint6_linear_732_1681" x1="30.5049" y1="54.0441" x2="30.5049" y2="38.7156" gradientUnits="userSpaceOnUse"> <stop offset="0.2332" stop-color="white"/> <stop offset="1" stop-color="#D3DFEE"/> </linearGradient> <linearGradient id="paint7_linear_732_1681" x1="153.309" y1="45.2994" x2="153.309" y2="29.9709" gradientUnits="userSpaceOnUse"> <stop offset="0.2332" stop-color="white"/> <stop offset="1" stop-color="#D3DFEE"/> </linearGradient> <linearGradient id="paint8_linear_732_1681" x1="122.488" y1="55.553" x2="122.488" y2="44.4577" gradientUnits="userSpaceOnUse"> <stop offset="0.2332" stop-color="white"/> <s