Merge pull request #4375 from Jerryby/wordpress

new home page
This commit is contained in:
gregory-p
2020-10-27 12:59:46 +03:00
committed by GitHub
42 changed files with 1722 additions and 163 deletions

View File

@@ -1502,6 +1502,8 @@ footer {
opacity: 0.7; }
footer.v2 .footer-menu .social a .icon-linkedin {
font-size: 18px; }
footer.v2 .footer-menu .social + .copyright {
margin-top: 10px; }
footer.v2 .footer-menu .copyright {
display: block; }
footer.v2 .footer-menu .copyright a {
@@ -1667,7 +1669,7 @@ footer {
.main-page .promo-top .opacity-bg {
background: rgba(255, 255, 255, 0.7);
padding: 20px;
max-width: 614px;
max-width: 610px;
margin: 0 auto; }
@media (min-width: 769px) {
.main-page .promo-top .opacity-bg {
@@ -1696,16 +1698,47 @@ footer {
font-size: 48px; } }
.main-page .promo-top .line2 {
margin-top: 5px;
font-weight: 200;
font-weight: 500;
color: #46362d;
font-size: 16px; }
font-size: 16px;
line-height: 1;
height: 32px; }
.main-page .promo-top .line2 .animated-text {
color: #7bb2d1; }
@-webkit-keyframes cursor-animation {
0% {
opacity: 1; }
50% {
opacity: 0; }
100% {
opacity: 1; } }
@keyframes cursor-animation {
0% {
opacity: 1; }
50% {
opacity: 0; }
100% {
opacity: 1; } }
.main-page .promo-top .line2 .animated-text .at-cursor {
display: inline-block;
vertical-align: middle;
position: relative;
top: -1px;
width: 2px;
height: 24px;
margin: -5px 2px;
background: #7bb2d1;
-webkit-animation: cursor-animation .5s infinite;
animation: cursor-animation .5s infinite; }
@media (min-width: 769px) {
.main-page .promo-top .line2 {
font-size: 20px;
font-size: 19px;
margin-top: 15px; } }
@media (min-width: 992px) {
.main-page .promo-top .line2 {
font-size: 24px; } }
font-size: 22px; } }
.main-page .promo-top .button {
margin: 5px; }
@media (min-width: 769px) {
@@ -1727,16 +1760,16 @@ footer {
.main-page .promo-top {
padding: 90px 0; } }
.main-page .mp-app-links {
background: #e6ebf2;
padding: 10px 0;
text-align: center;
font-size: 16px; }
font-size: 13px; }
.main-page .mp-app-links:before, .main-page .mp-app-links:after {
content: " ";
display: table; }
.main-page .mp-app-links:after {
clear: both; }
.main-page .mp-app-links img {
max-height: 42px;
max-width: 160px; }
.main-page .mp-capabs {
display: block;
@@ -1835,19 +1868,30 @@ footer {
.main-page .promo-header.small {
padding-top: 0; }
.main-page .promo-header h3 {
color: #7a724e;
color: #46362D;
font-size: 24px;
font-weight: 100;
font-weight: 700;
line-height: 1;
margin: 0;
padding: 0; }
padding: 0;
font-family: 'PT Serif', serif; }
.main-page .promo-header h3:before {
content: "";
display: inline-block;
width: 50px;
height: 4px;
vertical-align: top;
margin-right: -51px;
background: #7BB2D1;
position: relative;
top: -4px; }
@media (min-width: 769px) {
.main-page .promo-header {
padding: 50px 0 20px; }
padding: 50px 0 60px; }
.main-page .promo-header.small {
padding-top: 0; }
.main-page .promo-header h3 {
font-size: 30px; } }
font-size: 36px; } }
.main-page .promo-header.facebook h3 {
display: inline-block;
font-size: 35px;
@@ -1942,6 +1986,12 @@ footer {
font-size: 34px; }
.main-page .feature-block .fb-text p.with-icon .icon-add-to-binder {
font-size: 39px; }
.main-page .feature-block .fb-text p .icon-feature {
display: inline-block;
vertical-align: baseline;
width: 31px;
height: 29px;
background: url(../img/home-page/law/icon-feature.svg) center center no-repeat; }
.main-page .feature-block.promo .cont {
color: #666; }
.main-page .feature-block.promo .fb-title {
@@ -2152,6 +2202,67 @@ footer {
padding: 0 10px; }
.main-page .feature-block.feat-descr.with-bg .fb-text .custom-marks li .icon-promo-check {
color: #c5bab4; }
.main-page .feature-block.home-page {
background: none; }
.main-page .feature-block.home-page .cont {
max-width: 1010px;
color: #46362D; }
.main-page .feature-block.home-page .fb-title {
color: #46362D;
font-size: 24px;
font-weight: 700;
line-height: 1;
margin: 0;
padding: 0;
font-family: 'PT Serif', serif;
margin-bottom: 3px; }
.main-page .feature-block.home-page .fb-title:before {
content: "";
display: inline-block;
width: 50px;
height: 4px;
vertical-align: top;
margin-right: -51px;
background: #7bb2d1;
position: relative;
top: -4px; }
.main-page .feature-block.home-page .fb-img {
-webkit-box-shadow: none;
box-shadow: none; }
.main-page .feature-block.home-page .fb-img img {
-webkit-box-shadow: none;
box-shadow: none; }
@media (min-width: 769px) {
.main-page .feature-block.home-page .fb-text {
font-size: 17px;
line-height: 22px; }
.main-page .feature-block.home-page .fb-title {
font-size: 36px; }
.main-page .feature-block.home-page .fb-title,
.main-page .feature-block.home-page .fb-text {
margin-left: 40%; }
.main-page .feature-block.home-page .fb-img {
display: block;
position: absolute;
left: 0;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
-webkit-box-shadow: none;
box-shadow: none;
width: 44%;
text-align: left; }
.main-page .feature-block.home-page .fb-img img {
-webkit-box-shadow: none;
box-shadow: none; }
.main-page .feature-block.home-page.right .fb-title,
.main-page .feature-block.home-page.right .fb-text {
margin-left: 0;
margin-right: 40%; }
.main-page .feature-block.home-page.right .fb-img {
text-align: right;
left: auto;
right: 0; } }
.main-page .fb-bot-text {
font-size: 11px;
font-weight: 300;
@@ -2168,15 +2279,13 @@ footer {
clear: both; }
@media (min-width: 769px) {
.main-page .mp-serve {
padding: 50px 0; } }
padding: 10px 0 50px; } }
.main-page .mp-serve .cont {
max-width: 1180px;
max-width: 1480px;
padding: 0 20px; }
@media (min-width: 768px) {
.main-page .mp-serve .cont {
padding: 0 20px; } }
.main-page .mp-serve .sc-cont .divider {
min-height: 10px; }
@media (min-width: 769px) {
.main-page .mp-serve .sc-cont {
display: -webkit-box;
@@ -2186,22 +2295,36 @@ footer {
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
width: 100%; }
.main-page .mp-serve .sc-cont .divider {
display: block;
width: 1.47%;
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto; } }
width: 100%;
-ms-flex-wrap: wrap;
flex-wrap: wrap; } }
@media (min-width: 769px) {
.main-page .mp-serve .sc-cont .divider {
display: block;
width: 1%;
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto; } }
@media (min-width: 769px) and (max-width: 992px) {
.main-page .mp-serve .sc-cont .divider {
width: 2%; }
.main-page .mp-serve .sc-cont .divider:nth-child(4n) {
display: none; } }
@media (min-width: 993px) and (max-width: 1200px) {
.main-page .mp-serve .sc-cont .divider {
width: 1.5%; }
.main-page .mp-serve .sc-cont .divider:nth-child(6n) {
display: none; } }
.main-page .mp-serve .serve-col {
padding: 15px 15px 20px;
font-size: 16px;
padding: 10px 15px;
font-size: 14px;
color: #32221a;
font-weight: 100;
position: relative;
background: #fff;
-webkit-box-shadow: 5px 5px 18px rgba(4, 40, 79, 0.4);
box-shadow: 5px 5px 18px rgba(4, 40, 79, 0.4); }
box-shadow: 5px 5px 18px rgba(4, 40, 79, 0.4);
margin-bottom: 15px; }
.main-page .mp-serve .serve-col + .serve-col {
border-top: 2px solid #fff; }
@media (min-width: 769px) {
@@ -2212,17 +2335,26 @@ footer {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 32.333333%;
padding: 45px 30px 115px; } }
padding: 10px 10px 90px; } }
@media (min-width: 769px) and (max-width: 992px) {
.main-page .mp-serve .serve-col {
width: 49%; } }
@media (min-width: 993px) and (max-width: 1200px) {
.main-page .mp-serve .serve-col {
width: 32.3333333333%; } }
@media (min-width: 1201px) {
.main-page .mp-serve .serve-col {
width: 19.2%; } }
.main-page .mp-serve .serve-col .buttons {
width: 100%;
margin-top: 20px; }
margin-top: 15px;
margin-bottom: 5px; }
@media (min-width: 769px) {
.main-page .mp-serve .serve-col .buttons {
position: absolute;
left: 30px;
bottom: 30px;
margin-top: 1; } }
left: 0;
bottom: 20px;
text-align: center; } }
.main-page .mp-serve .serve-col .buttons .button {
position: relative;
height: 48px;
@@ -2235,18 +2367,18 @@ footer {
box-shadow: none; }
.main-page .mp-serve .serve-col .sc-title {
font-weight: bold;
font-size: 24px; }
font-size: 22px;
line-height: 1.1;
margin-bottom: 15px; }
.main-page .mp-serve .serve-col .normal {
font-size: 14px;
font-weight: normal;
color: #003366; }
.main-page .mp-serve .serve-col:hover {
background: #7bb2d1;
-webkit-box-shadow: 5px 5px 18px rgba(4, 40, 79, 0.4);
box-shadow: 5px 5px 18px rgba(4, 40, 79, 0.4); }
.main-page .mp-serve .serve-col:hover .sc-title {
color: #fff; }
.main-page .mp-serve .serve-col:hover .normal {
color: #fff; }
color: #003366;
margin-bottom: 15px; }
.main-page .mp-serve .serve-col .sc-img {
display: block;
float: right;
margin: 0 0 5px 10px; }
.main-page .mp-serve.reviews {
background: none; }
.main-page .mp-serve.reviews .cont {
@@ -2321,6 +2453,57 @@ footer {
top: 15px;
margin-left: -5px;
margin: -10px 0; }
.main-page .subscribe-block {
background: -webkit-gradient(linear, left top, right top, from(#3D2A20), color-stop(77.89%, #90705B));
background: linear-gradient(90deg, #3D2A20 0%, #90705B 77.89%);
-webkit-box-shadow: 0px 5px 20px 0px #000000 50%;
box-shadow: 0px 5px 20px 0px #000000 50%;
border-radius: 20px;
padding: 20px;
position: relative;
color: #fff; }
.main-page .subscribe-block .sb-img {
position: absolute;
right: 0;
top: 0;
height: 100%;
padding: 10px 20px 10px 0;
overflow: hidden;
max-width: 30%; }
.main-page .subscribe-block .sb-img img {
max-height: 100%;
max-width: 100%; }
.main-page .subscribe-block .sb-line1 {
font-size: 20px;
font-weight: 600; }
.main-page .subscribe-block .sb-line2 {
font-size: 14px; }
.main-page .subscribe-block .sb-text {
margin-right: 30%;
font-family: 'PT Serif', serif;
text-align: center;
max-width: 380px; }
.main-page .subscribe-block .sub-input {
margin-top: 20px;
text-align: center; }
.main-page .subscribe-block .sub-input input.email {
width: 280px;
max-width: 100%;
height: 40px;
border-radius: 10px; }
.main-page .subscribe-block .sub-input .button.xxl {
height: 40px;
line-height: 40px; }
@media (min-width: 541px) {
.main-page .subscribe-block .sub-input {
text-align: left; } }
@media (min-width: 769px) {
.main-page .subscribe-block {
padding: 30px 40px; }
.main-page .subscribe-block .sb-line1 {
font-size: 24px; }
.main-page .subscribe-block .sb-line2 {
font-size: 18px; } }
.main-page .mp-small-block {
padding: 15px 0 65px;
margin-bottom: 20px; }
@@ -2340,6 +2523,11 @@ footer {
@media (min-width: 769px) {
.main-page .mp-small-block .sb-head {
font-size: 30px; } }
.main-page .mp-small-block .promo-header + .feature-links {
margin-top: 10px; }
@media (min-width: 769px) {
.main-page .mp-small-block .promo-header {
padding: 20px 0; } }
.main-page .mp-small-block .feature-links {
margin-top: 50px; }
.main-page .mp-small-block .feature-links:before, .main-page .mp-small-block .feature-links:after {
@@ -2391,6 +2579,29 @@ footer {
@media (min-width: 769px) {
.main-page .mp-small-block .buttons .button {
line-height: 44px; } }
.main-page .mp-small-block.bot-flex .cont {
max-width: 1340px; }
.main-page .mp-small-block.bot-flex .flex .right {
margin-top: 30px; }
@media (min-width: 993px) {
.main-page .mp-small-block.bot-flex .flex {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
.main-page .mp-small-block.bot-flex .flex .left, .main-page .mp-small-block.bot-flex .flex .right {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 50%;
margin-top: 0; }
.main-page .mp-small-block.bot-flex .flex .left {
padding-right: 10px; } }
.main-page .mp-footer {
display: block;
background: url(../img/main-page/feature-bg.jpg) center center no-repeat;
@@ -2609,6 +2820,44 @@ footer {
height: auto !important;
max-width: 100%; }
.features-list {
background: #e6ebf2;
padding: 20px 0 1px;
font-weight: 300;
font-size: 14px;
line-height: 18px;
color: #616161;
word-spacing: 0;
margin: 0 0 50px; }
.features-list .cont {
max-width: 1230px;
padding: 0 10px; }
.features-list .fl-block {
display: block;
width: 100%;
word-spacing: normal;
padding: 0 20px;
margin-bottom: 30px; }
.features-list .fl-block .fl-title {
font-weight: 600;
margin: 7px 0;
color: #7a724e; }
.features-list .fl-block .fl-img img {
width: 50px; }
@media (min-width: 480px) {
.features-list {
font-size: 17px;
line-height: 21px; }
.features-list .fl-block .fl-img img {
width: auto; } }
@media (min-width: 768px) {
.features-list {
padding: 1px 0 30px; }
.features-list .fl-block {
display: inline-block;
width: 49%;
vertical-align: top; } }
.pc-slider {
margin-bottom: 20px; }
.pc-slider .cont {
@@ -2715,6 +2964,8 @@ footer {
left: -5px; }
.pc-slider .splide__arrow--next {
right: -5px; }
.pc-slider .promo-header {
margin-top: -10px; }
.blog-page .bp-list-header {
display: block;
@@ -2833,18 +3084,30 @@ footer {
height: 70px;
line-height: 70px; } }
.blog-page .bp-list {
.blog-page .cat-publishing .cat-publishing {
display: block; }
.blog-page .cat-teaching .cat-teaching {
display: block; }
.blog-page .cat-learning .cat-learning {
display: block; }
.blog-page .cat-all .bp-block {
display: block; }
.bp-list {
display: block;
margin: 0 auto; }
.blog-page .bp-list:after {
.bp-list:after {
content: " ";
display: block;
clear: both; }
@media (min-width: 768px) {
.blog-page .bp-list .cont {
.bp-list .cont {
padding: 0 20px; } }
.blog-page .bp-block {
.bp-block {
display: none;
margin: 0 auto 20px;
max-width: 100%;
@@ -2852,18 +3115,18 @@ footer {
padding-bottom: 70px;
height: 260px; }
@media (min-width: 540px) {
.blog-page .bp-block {
.bp-block {
width: 46%;
margin: 0 2% 20px;
height: 360px;
float: left; } }
@media (min-width: 992px) {
.blog-page .bp-block {
.bp-block {
width: 30%;
margin: 0 1.6666666666666% 30px;
height: 360px;
float: left; } }
.blog-page .bp-block .bp-img {
.bp-block .bp-img {
display: block;
position: absolute;
left: 0;
@@ -2874,7 +3137,7 @@ footer {
background-position: center center;
background-repeat: no-repeat;
background-size: cover; }
.blog-page .bp-block .bp-img:after {
.bp-block .bp-img:after {
content: "";
display: block;
position: absolute;
@@ -2883,7 +3146,7 @@ footer {
width: 100%;
height: 100%;
background: rgba(24, 102, 198, 0.7); }
.blog-page .bp-block .bp-title {
.bp-block .bp-title {
display: block;
z-index: 3;
font-weight: bold;
@@ -2897,7 +3160,7 @@ footer {
right: 10px;
bottom: 80px;
text-align: center; }
.blog-page .bp-block .bp-title .cont-overflow {
.bp-block .bp-title .cont-overflow {
position: absolute;
left: 0;
top: 50%;
@@ -2908,15 +3171,15 @@ footer {
width: 100%;
padding: 4px 0; }
@media (min-width: 540px) {
.blog-page .bp-block .bp-title {
.bp-block .bp-title {
font-size: 28px;
line-height: 32px; }
.blog-page .bp-block .bp-title .cont-overflow {
.bp-block .bp-title .cont-overflow {
max-height: 264px; } }
@media (min-width: 992px) {
.blog-page .bp-block .bp-title {
.bp-block .bp-title {
font-size: 32px; } }
.blog-page .bp-block .bp-description {
.bp-block .bp-description {
display: block;
position: absolute;
z-index: 3;
@@ -2928,66 +3191,22 @@ footer {
font-size: 16.2492px;
line-height: 18px;
padding: 10px; }
.blog-page .bp-block .bp-description .cont-overflow {
.bp-block .bp-description .cont-overflow {
display: block;
min-height: 38px;
max-height: 38px;
overflow: hidden; }
.blog-page .bp-block:hover {
.bp-block:hover {
text-decoration: none; }
.blog-page .bp-block:hover .bp-img:after {
.bp-block:hover .bp-img:after {
background: rgba(24, 102, 198, 0.9); }
.blog-page .cat-publishing .cat-publishing {
display: block; }
.mp-blog .cont {
max-width: 1230px; }
.blog-page .cat-teaching .cat-teaching {
.mp-blog .bp-block {
display: block; }
.blog-page .cat-learning .cat-learning {
display: block; }
.blog-page .cat-all .bp-block {
display: block; }
.features-list {
background: #e6ebf2;
padding: 20px 0 1px;
font-weight: 300;
font-size: 14px;
line-height: 18px;
color: #616161;
word-spacing: 0;
margin: 0 0 50px; }
.features-list .cont {
max-width: 1230px;
padding: 0 10px; }
.features-list .fl-block {
display: block;
width: 100%;
word-spacing: normal;
padding: 0 20px;
margin-bottom: 30px; }
.features-list .fl-block .fl-title {
font-weight: 600;
margin: 7px 0;
color: #7a724e; }
.features-list .fl-block .fl-img img {
width: 50px; }
@media (min-width: 480px) {
.features-list {
font-size: 17px;
line-height: 21px; }
.features-list .fl-block .fl-img img {
width: auto; } }
@media (min-width: 768px) {
.features-list {
padding: 50px 0 30px; }
.features-list .fl-block {
display: inline-block;
width: 49%;
vertical-align: top; } }
.blog-page-single {
font-family: 'PT Serif'; }
.blog-page-single .cont {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 326 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 72 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 272 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 262 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 296 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 70 KiB

View File

@@ -0,0 +1,12 @@
<svg width="32" height="29" viewBox="0 0 32 29" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M13.3395 18.9495H18.9027C20.3521 18.9495 21.7015 17.9869 22.9558 16.2308C23.764 14.7734 24.2494 13.0756 24.2494 11.6458C24.2494 8.37842 22.2733 5.72974 18.8524 5.72974C17.7317 5.72974 15.7746 6.2288 15.7746 6.2288C15.7746 6.2288 13.8176 5.72974 12.6969 5.72974C11.4066 5.72974 10.3219 6.10674 9.47116 6.75155C8.35286 7.93749 7.92969 9.49797 7.92969 11.016C7.92981 15.1511 10.5428 18.9495 13.3395 18.9495Z" fill="#AC5F34"/>
<path d="M18.9035 18.6346C17.8792 18.6346 14.6794 18.6346 13.6552 18.6346C10.8585 18.6346 8.2455 14.8361 8.2455 10.701C8.2455 9.18299 8.67226 7.79878 9.47206 6.75146C8.06745 7.81604 7.30078 9.61082 7.30078 11.6457C7.30078 14.913 9.83559 19.5793 12.9624 19.5793C13.4976 19.5793 15.9309 19.7683 15.9309 19.7683C15.9309 19.7683 18.0996 19.5793 18.5887 19.5793C20.3471 19.5793 21.9183 18.1035 22.9567 16.2308C21.81 17.6318 20.3528 18.6346 18.9035 18.6346Z" fill="#682E0E"/>
<path d="M18.0624 3.68294C18.9285 2.07319 19.3109 0.596267 18.9167 0.38414C18.5224 0.172012 17.5007 1.30501 16.6346 2.91476C15.7685 4.52451 15.386 6.00143 15.7803 6.21356C16.1746 6.42569 17.1963 5.29269 18.0624 3.68294Z" fill="#61AAB8"/>
<path d="M1.04465 23.3316C1.01593 23.617 1 23.9307 1 24.2764C1 28.0553 2.88944 28.0553 2.88944 28.0553L30.3574 27.1105V25.8194L29.7276 25.3471L30.3574 24.8747V23.678L16.0895 22.072L1.04465 23.3316Z" fill="#EDF6FF"/>
<path d="M30.3557 21.4423L2.88776 20.4976C2.88776 20.4976 1.32834 20.4979 1.04297 23.3317L30.3557 22.7334V21.4423Z" fill="#CDE2FF"/>
<path d="M1.50391 22.7334H30.3586V23.6781H1.50391V22.7334Z" fill="#9EC8FC"/>
<path d="M1.50391 24.8748H30.3586V25.8195H1.50391V24.8748Z" fill="#9EC8FC"/>
<path d="M2.89058 27.1106C2.20919 27.1106 1.89094 26.273 1.89094 24.2765C1.89094 23.6896 1.91865 23.2036 1.97477 22.8089L1.97527 22.8031C2.1321 21.3914 2.52409 21.1274 3.20549 21.1274C3.81238 21.1274 26.3745 20.4976 31.3032 20.4976V20.0252C31.3032 19.7643 31.0917 19.5529 30.8309 19.5529H2.89058C2.37936 19.5529 1.90933 19.6857 1.50329 19.9659C0.875492 20.826 0.316406 22.3075 0.316406 23.9616C0.316406 27.0602 1.61552 28.6852 2.89058 28.6852C4.36762 28.6852 26.4379 28.0553 31.3032 28.0553V27.583C31.3032 27.3221 31.0917 27.1106 30.8309 27.1106H2.89058Z" fill="#96C5ED"/>
<path d="M2.88908 28.0553H31.3017V28.5276C31.3017 28.7885 31.0902 29 30.8294 29H2.88908C1.22826 29 0 27.6039 0 24.2764C0 21.9732 0.58875 20.5959 1.50179 19.9658C1.12082 20.9316 0.94472 22.3074 0.94472 23.9615C0.94472 27.0602 1.61402 28.0553 2.88908 28.0553Z" fill="#5BA5E2"/>
<path d="M1.97316 22.8031L1.97266 22.8089C2.1075 21.8606 2.40735 21.4423 2.88847 21.4423H30.8288C31.0896 21.4423 31.3011 21.2308 31.3011 20.9699V20.4976C26.3724 20.4976 3.81026 20.4976 3.20338 20.4976C2.52198 20.4975 2.19189 20.7611 1.97316 22.8031Z" fill="#5BA5E2"/>
</svg>

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

@@ -0,0 +1,112 @@
<svg width="55" height="54" viewBox="0 0 55 54" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M26.388 53.3604C11.9699 53.2472 0 41.2602 0 26.6539C0 12.0476 11.9624 0.717398 26.388 1.39676C40.5048 2.06103 51.7741 14.0178 51.7741 28.073C51.7741 42.1283 40.5048 53.4736 26.388 53.3604Z" fill="#624A3A"/>
<path d="M29.0149 53.1567C14.5968 53.0434 2.62695 41.0565 2.62695 26.4502C2.62695 11.8439 14.5893 0.513663 29.0149 1.19302C43.1317 1.85729 54.4011 13.8141 54.4011 27.8693C54.4011 41.9245 43.1317 53.2699 29.0149 53.1567Z" fill="#D8DEE8"/>
<path d="M52.6745 27.8239C52.6745 40.9506 42.181 51.4883 29.0134 51.3675C15.5746 51.2392 4.47852 40.1128 4.47852 26.5029C4.47852 12.9005 15.5746 2.37798 29.0134 2.9894C42.1886 3.59328 52.6745 14.7046 52.6745 27.8314V27.8239Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.8065 36.0518L10.4204 35.7197L10.5862 33.9458L5.56919 33.7571L5.48633 33.4702L11.6558 33.1985L11.9496 33.206L12.8988 33.2438L18.0739 33.4249L23.0156 33.5986L22.4204 33.7269L21.1474 34.0062L20.4619 34.1571L19.2867 34.4138L17.6521 34.7761L16.8461 34.9497L13.976 35.5763L12.8988 35.8178L11.9496 36.0216L11.8065 36.0518Z" fill="#FF6B00"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.91016 39.0561L10.3207 39.4486L9.92146 41.9773C9.18323 41.0564 8.51279 40.0751 7.91016 39.0485V39.0561Z" fill="url(#paint0_linear)"/>
<path d="M23.0373 41.5319L10.7133 42.9133C10.0429 42.1509 9.41012 41.3432 8.83008 40.4978C9.07867 40.0298 9.56831 39.6825 10.1333 39.6372L23.0373 38.6107C22.4648 39.675 22.3367 40.6714 23.0373 41.5395V41.5319Z" fill="#ECF8FE"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M23.1494 41.6754L10.8556 43.0719L10.5693 42.7473L23.1494 41.3584C23.2247 41.3508 23.2925 41.4112 23.2925 41.5018C23.2925 41.5848 23.2323 41.6679 23.1494 41.6754ZM8.70871 40.3167C9.06275 39.8411 9.62019 39.509 10.2379 39.4562L23.1494 38.4447C23.2247 38.4371 23.2925 38.5051 23.2925 38.5881C23.2925 38.6711 23.2323 38.7466 23.1494 38.7542L10.2379 39.8109C9.68799 39.8562 9.19835 40.1808 8.91963 40.6262L8.70117 40.3091L8.70871 40.3167Z" fill="#FFBD76"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.0748 39.4636L7.92785 39.1013C7.76966 38.8371 7.619 38.5653 7.46834 38.2936L7.49094 38.3011C7.18209 37.1915 7.12936 35.9989 7.49094 34.6854L5.82615 34.5646C5.73576 34.3004 5.64536 34.0287 5.5625 33.757L10.5795 33.9457L10.4137 35.7196L10.0672 39.4636H10.0748Z" fill="url(#paint1_linear)"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M23.0308 38.2257L10.85 39.1466C9.64474 39.2372 8.65039 38.354 8.65039 37.1689V36.3687C8.65039 35.1836 9.64474 34.1948 10.85 34.1646L23.0308 33.8325C22.4583 35.4252 22.3303 36.9273 23.0308 38.2257Z" fill="#C9E1ED"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M23.1466 38.4522L10.2351 39.4636C9.18047 39.5467 8.30664 38.354 8.30664 36.8066V36.7915C8.30664 35.2441 9.18047 33.9608 10.2351 33.9382L23.1466 33.6136C23.2219 33.6136 23.2897 33.7117 23.2897 33.8476C23.2897 33.9759 23.2295 34.0816 23.1466 34.0816L10.2351 34.4666C9.38386 34.4892 8.68329 35.5233 8.68329 36.7688V36.7839C8.68329 38.0294 9.38386 38.9881 10.2351 38.9277L23.1466 37.9841C23.2219 37.9766 23.2897 38.0747 23.2897 38.2106C23.2897 38.3389 23.2295 38.4521 23.1466 38.4597V38.4522Z" fill="url(#paint2_linear)"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.49486 38.2936L7.47227 38.2861C6.82443 37.101 6.28206 35.8555 5.83008 34.5571L7.49486 34.6779C7.13328 35.9913 7.18601 37.1764 7.49486 38.2936Z" fill="#FF7919"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M16.8685 34.1572C16.8459 34.1572 16.8233 34.1572 16.8007 34.1572C16.1604 34.127 15.6406 33.6514 15.6406 33.0249V29.3337L16.4994 29.145C16.5446 29.2129 16.6199 29.2507 16.7103 29.2507C16.7178 29.2507 16.7254 29.2507 16.7329 29.2507L18.5182 29.1223C18.6613 29.1148 18.7819 28.994 18.7819 28.8506V28.6468L19.4297 28.5034V28.8053C19.4297 28.9336 19.5352 29.0393 19.6708 29.0393C19.6783 29.0393 19.6858 29.0393 19.6934 29.0393L21.4184 28.911C21.4485 28.911 21.4711 28.9034 21.4937 28.8959L21.5013 28.9034C21.6369 29.0468 21.7649 29.1978 21.8855 29.3639C22.006 29.5299 22.1114 29.7111 22.2018 29.8923V30.5037C22.2018 30.632 22.2998 30.7302 22.4354 30.7302C22.4429 30.7302 22.4504 30.7302 22.458 30.7302H22.4956C22.5032 30.7453 22.5032 30.7603 22.5107 30.783V30.7905C22.5785 31.0547 22.6312 31.3265 22.6689 31.5982C22.6689 31.6133 22.6689 31.6284 22.6764 31.6435L22.458 31.6662C22.3148 31.6813 22.2018 31.802 22.2018 31.9379V32.5569C22.2018 32.6852 22.2998 32.7758 22.4278 32.7758C22.4354 32.7758 22.4429 32.7758 22.4504 32.7758L22.6538 32.7531C22.6162 32.9645 22.5484 33.1759 22.458 33.3797C22.4203 33.4551 22.3826 33.5306 22.3374 33.6137L17.0041 34.1572C16.9589 34.1647 16.9062 34.1647 16.861 34.1647L16.8685 34.1572ZM18.5484 32.0058C18.5408 32.0058 18.5333 32.0058 18.5258 32.0058L16.7404 32.1644C16.5898 32.1795 16.4693 32.3002 16.4693 32.4437V33.0853C16.4693 33.2136 16.5747 33.3117 16.7103 33.3117C16.7178 33.3117 16.7254 33.3117 16.7404 33.3117L18.5258 33.1381C18.6689 33.123 18.7894 33.0022 18.7894 32.8588V32.2248C18.7894 32.0964 18.6839 31.9983 18.5484 31.9983V32.0058ZM21.441 31.7416C21.4335 31.7416 21.4259 31.7416 21.4184 31.7416L19.6934 31.9002C19.5502 31.9153 19.4297 32.036 19.4297 32.1719V32.7984C19.4297 32.9268 19.5352 33.0249 19.6632 33.0249C19.6708 33.0249 19.6783 33.0249 19.6934 33.0249L21.4184 32.8588C21.5615 32.8437 21.6745 32.7229 21.6745 32.5871V31.9681C21.6745 31.8398 21.5691 31.7416 21.441 31.7416ZM18.5408 29.9225C18.5333 29.9225 18.5258 29.9225 18.5182 29.9225L16.7329 30.0659C16.5822 30.081 16.4617 30.2018 16.4617 30.3452V30.9868C16.4617 31.1227 16.5672 31.2208 16.7103 31.2208C16.7178 31.2208 16.7254 31.2208 16.7329 31.2208L18.5182 31.0698C18.6613 31.0547 18.7819 30.934 18.7819 30.7981V30.164C18.7819 30.0357 18.6764 29.93 18.5408 29.93V29.9225ZM21.441 29.696C21.4335 29.696 21.4259 29.696 21.4184 29.696L19.6934 29.8319C19.5502 29.8394 19.4297 29.9678 19.4297 30.1036V30.7302C19.4297 30.8585 19.5352 30.9566 19.6708 30.9566C19.6783 30.9566 19.6858 30.9566 19.6934 30.9566L21.4184 30.8132C21.5615 30.7981 21.6745 30.6773 21.6745 30.5414V29.9225C21.6745 29.7941 21.5691 29.696 21.441 29.696Z" fill="url(#paint3_linear)"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M14.7743 29.5222L13.667 29.2581L13.795 27.8389L6.90234 27.5823L14.6538 27.2426L14.8798 27.2502L15.6406 27.2804L19.7687 27.4238L23.7159 27.5672L23.2338 27.6653L22.2244 27.8918L21.682 28.0126L20.7404 28.2164L19.4372 28.5032L18.7894 28.6466L16.5069 29.1448L15.6406 29.3335L14.8798 29.4996L14.7743 29.5222Z" fill="#FF6B00"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.1237 35.1836L6.75076 33.4625C6.11046 33.2889 5.61328 32.6549 5.61328 32.0359V32.0283C5.61328 31.4094 6.11046 30.9942 6.75076 31.1074L13.5832 32.2321L13.1237 35.1836Z" fill="url(#paint4_linear)"/>
<path d="M23.7325 33.8927L13.4349 35.0476C12.7871 35.1156 12.2598 34.6702 12.2598 34.0361V33.6059C12.2598 32.9793 12.7871 32.4207 13.4349 32.3755L23.7325 31.5527C23.273 32.4057 23.175 33.1982 23.7325 33.8927Z" fill="#ECF8FE"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M23.8203 34.0059L13.5152 35.1759C12.6715 35.274 11.9785 34.6852 11.9785 33.8549V33.8474C11.9785 33.0246 12.6791 32.2999 13.5152 32.232L23.8203 31.4243C23.8806 31.4168 23.9333 31.4696 23.9333 31.5375C23.9333 31.6055 23.8806 31.6659 23.8203 31.6734L13.5152 32.5113C12.8373 32.5641 12.2798 33.1529 12.2798 33.8096V33.8172C12.2798 34.4814 12.8373 34.957 13.5152 34.8815L23.8203 33.7492C23.8806 33.7417 23.9333 33.7945 23.9333 33.8625C23.9333 33.9304 23.8806 33.9908 23.8203 33.9983V34.0059Z" fill="#FFBD76"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.3831 32.2396L8.11757 31.3488L7.05543 31.1677L6.73904 31.1148C6.09874 31.0016 5.60156 30.1562 5.60156 29.2277V29.2202C5.60156 28.7748 5.71456 28.3747 5.90288 28.0804C6.09121 27.786 6.35486 27.5973 6.65618 27.5822C6.67124 27.5822 6.68631 27.5822 6.70138 27.5822C6.70891 27.5822 6.72397 27.5822 6.73151 27.5822L6.88217 27.5897L13.7748 27.8463L13.6468 29.2579L13.3756 32.2471L13.3831 32.2396ZM11.3266 31.3111C11.078 30.4279 11.0328 29.4768 11.3266 28.4276L9.91042 28.3295C9.60157 29.3259 9.57897 30.1562 9.91042 31.062L11.3266 31.3111Z" fill="url(#paint5_linear)"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M23.7325 31.2584L14.0149 31.9906C13.0583 32.0661 12.2598 31.3565 12.2598 30.413V29.7713C12.2598 28.8278 13.0507 28.0427 14.0149 28.0125L23.7325 27.7484C23.273 29.024 23.175 30.2167 23.7325 31.2584Z" fill="#C9E1ED"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M23.8203 31.4322L13.5152 32.2399C12.6715 32.3078 11.9785 31.3567 11.9785 30.1188V30.1037C11.9785 28.8657 12.6791 27.8467 13.5152 27.824L23.8203 27.5674C23.8806 27.5674 23.9333 27.6504 23.9333 27.7485C23.9333 27.8542 23.8806 27.9373 23.8203 27.9373L13.5152 28.2467C12.8373 28.2694 12.2798 29.0922 12.2798 30.081V30.0961C12.2798 31.085 12.8373 31.8549 13.5152 31.8096L23.8203 31.0548C23.8806 31.0472 23.9333 31.1303 23.9333 31.2359C23.9333 31.3416 23.8806 31.4246 23.8203 31.4322Z" fill="url(#paint6_linear)"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.3283 31.3112L9.91206 31.0621C9.58061 30.1563 9.60321 29.326 9.91206 28.3296L11.3283 28.4277C11.0345 29.477 11.0797 30.4205 11.3283 31.3112Z" fill="#FF7919"/>
<mask id="mask0" mask-type="alpha" maskUnits="userSpaceOnUse" x="4" y="2" width="49" height="50">
<path d="M52.196 27.8239C52.196 40.9506 41.7025 51.4883 28.5349 51.3675C15.0961 51.2392 4 40.1128 4 26.5029C4 12.9005 15.0961 2.37798 28.5349 2.9894C41.7101 3.59328 52.196 14.7046 52.196 27.8314V27.8239Z" fill="white"/>
</mask>
<g mask="url(#mask0)">
<path fill-rule="evenodd" clip-rule="evenodd" d="M37.8805 30.7699C38.2788 32.1039 38.8508 34.2548 39.2186 36.9538C40.2605 44.6476 38.0439 44.8957 38.4525 53.4167C38.5853 56.1364 36.1236 62.4134 35.9091 62.5479C35.8069 62.5582 35.6844 62.5686 35.572 62.5582C35.3575 62.5479 35.0511 62.5169 34.7038 62.4134C34.3156 62.3411 32.906 58.4942 33.2329 56.1985C33.4678 54.5749 33.3963 52.8377 33.2635 49.3527C33.2431 48.784 31.8131 38.3809 31.8131 38.3809C31.384 42.2381 30.8835 45.5059 30.4443 48.0498C29.0551 56.2088 24.5403 61.1415 24.3054 61.2242C24.2543 61.2449 23.8355 61.4 23.4882 61.1725C23.335 61.0691 23.2839 60.9347 23.2839 60.9347C23.1614 60.8416 23.3146 52.7963 24.6935 46.7365C26.6956 37.9466 25.8274 35.8887 26.4606 31.9591C27.0122 28.5569 37.8805 30.7699 37.8805 30.7699Z" fill="url(#paint7_linear)"/>
</g>
<path fill-rule="evenodd" clip-rule="evenodd" d="M37.6809 12.7621C38.8768 17.2529 38.0657 22.8662 38.4921 26.5805C38.8872 29.9381 40.7384 31.6063 38.1385 32.026C37.7017 33.1172 32.3354 31.9841 25.5236 31.9736C25.6484 26.633 20.8125 22.4256 20.8125 18.8267C20.8125 17.1794 21.1349 15.4482 21.8213 13.3812L21.8317 13.3392C21.9877 12.8881 22.1541 12.4684 22.3413 12.0801V12.0696C22.3413 12.0696 22.3413 12.0801 22.3517 12.0801C23.9844 8.70162 26.9795 6.90743 30.7338 7.39008C31.9506 7.47402 34.2906 7.7678 35.9961 9.59347C36.7033 10.3489 37.3065 11.3772 37.6809 12.7621Z" fill="url(#paint8_linear)"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M38.0196 22.75C37.3371 18.9173 37.94 14.3515 37.2803 12.1C36.8708 10.7177 36.2224 9.70195 35.4375 8.9375C35.9835 9.35638 36.9049 10.2674 37.758 12.0791C37.9173 12.4037 38.0651 12.7598 38.213 13.1577C38.486 13.8698 38.7362 14.6971 38.9524 15.65C39.305 17.1789 39.9989 18.7288 40.761 20.0901C40.8861 20.31 40.9999 20.5195 41.125 20.7184L40.6245 20.6451C40.6018 20.6451 40.579 20.6451 40.5562 20.6451C40.3856 20.6451 40.2377 20.7394 40.1695 20.886L38.0196 22.75Z" fill="url(#paint9_linear)"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M32.105 10.5625C32.0468 10.5625 32.0002 10.5625 31.942 10.5625C29.9272 10.4468 28.2152 8.36423 28.1453 8.26956C28.1104 8.22749 28.122 8.1749 28.1686 8.14335C28.2152 8.11179 28.2734 8.12231 28.3084 8.16438C28.3317 8.18542 30.032 10.2785 31.9536 10.3837C32.4777 10.4152 32.897 10.289 33.1765 10.0261C33.7122 9.52121 33.619 8.63769 33.619 8.62718C33.6074 8.57459 33.654 8.53251 33.7006 8.53251C33.7471 8.522 33.8054 8.56407 33.8054 8.60614C33.8054 8.64821 33.9102 9.5738 33.3162 10.1418C33.0251 10.4152 32.6175 10.552 32.105 10.552V10.5625Z" fill="url(#paint10_linear)"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M30.288 4.0625C30.288 4.0625 30.1095 6.71885 29.8261 7.19246C29.5321 7.65578 30.099 8.43827 31.3693 8.89129C32.6396 9.34431 32.0517 6.31731 32.0517 6.31731L30.288 4.0728V4.0625Z" fill="url(#paint11_linear)"/>
<path d="M33.8227 4.6236C35.3294 4.06379 35.8486 0.435379 35.0952 0.0310714C34.6676 -0.197 34.2808 0.891522 32.6926 1.3062C31.4506 1.62757 30.6667 1.244 30.1373 1.87637C29.893 2.17701 29.7403 2.64352 29.7505 3.0582C29.7505 3.2759 29.8014 3.55581 29.9439 4.11562C30.0763 4.61323 30.0559 4.5925 30.0966 4.73763C30.1984 5.09011 30.4597 5.2955 30.9688 6.09375C31.0807 5.90715 31.1859 6.08533 31.3895 5.84689C31.471 5.75359 31.7764 5.41148 32.1531 5.15231C32.8453 4.69617 33.3951 4.76873 33.8227 4.61323V4.6236Z" fill="url(#paint12_linear)"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M30.4197 5.46882C30.4197 5.46882 30.7972 6.907 32.425 7.28547C33.8877 7.62068 35.1145 4.74433 34.4303 3.85763C34.1944 3.55486 33.6164 3.29534 33.0856 3.27371C32.7671 3.2629 32.6256 3.3494 32.1065 3.31696C31.6229 3.29534 31.5168 3.20883 31.3516 3.27371C31.1393 3.3494 30.9034 3.63055 30.8916 4.57131C30.7028 4.2361 30.4079 4.04146 30.1484 4.0739C30.1013 4.0739 29.9833 4.10634 29.9007 4.18203C29.5822 4.46318 29.771 4.98222 30.4433 5.45801L30.4197 5.46882Z" fill="url(#paint13_linear)"/>
<path d="M33.8282 29.4948L35.6704 18.0711C35.7679 17.4872 36.2772 17.0625 36.8732 17.0625H44.7838C45.5315 17.0625 46.095 17.7101 45.9866 18.4321L44.2528 29.8558C44.1661 30.4397 43.6568 30.875 43.05 30.875H35.0311C34.2833 30.875 33.709 30.2168 33.8282 29.4948Z" fill="#EAEBFF"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M31.375 25.5837C31.375 25.5837 32.2534 25.976 32.975 25.909C33.6887 25.842 33.6574 25.7559 34.4182 25.9186C35.1554 26.0813 36.6927 26.11 36.128 24.9234C35.5005 23.603 33.9162 23.2968 33.3123 23.7752C32.7319 24.2441 31.9005 24.3589 31.9005 24.3589L31.375 25.5741V25.5837Z" fill="url(#paint14_linear)"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M25.0489 8.94527C25.0489 8.94527 21.5503 8.24534 20.0741 20.1337C19.3056 26.2972 24.6141 27.1329 31.4494 26.7255C32.1369 25.9629 32.1875 23.9049 32.1875 23.9049C32.1875 23.9049 23.6131 24.6571 24.8669 19.8725C26.2723 14.5133 27.1925 9.03929 25.0489 8.95571V8.94527Z" fill="url(#paint15_linear)"/>
<defs>
<linearGradient id="paint0_linear" x1="10.034" y1="42.7771" x2="5.37569" y2="34.0202" gradientUnits="userSpaceOnUse">
<stop stop-color="#FFC444"/>
<stop offset="0.788235" stop-color="#F68152"/>
<stop offset="1" stop-color="#F36F56"/>
</linearGradient>
<linearGradient id="paint1_linear" x1="9.98277" y1="41.0219" x2="1.24735" y2="23.4815" gradientUnits="userSpaceOnUse">
<stop stop-color="#FFC444"/>
<stop offset="0.788235" stop-color="#F68152"/>
<stop offset="1" stop-color="#F36F56"/>
</linearGradient>
<linearGradient id="paint2_linear" x1="21.5077" y1="41.0663" x2="17.7753" y2="19.2482" gradientUnits="userSpaceOnUse">
<stop stop-color="#FFC444"/>
<stop offset="0.788235" stop-color="#F68152"/>
<stop offset="1" stop-color="#F36F56"/>
</linearGradient>
<linearGradient id="paint3_linear" x1="21.2979" y1="53.1944" x2="21.5929" y2="30.9491" gradientUnits="userSpaceOnUse">
<stop stop-color="#B590FA"/>
<stop offset="1" stop-color="#7377DD"/>
</linearGradient>
<linearGradient id="paint4_linear" x1="12.6353" y1="36.3018" x2="9.27203" y2="21.3506" gradientUnits="userSpaceOnUse">
<stop stop-color="#FFC444"/>
<stop offset="0.788235" stop-color="#F68152"/>
<stop offset="1" stop-color="#F36F56"/>
</linearGradient>
<linearGradient id="paint5_linear" x1="12.8027" y1="33.521" x2="8.59377" y2="16.6779" gradientUnits="userSpaceOnUse">
<stop stop-color="#FFC444"/>
<stop offset="0.788235" stop-color="#F68152"/>
<stop offset="1" stop-color="#F36F56"/>
</linearGradient>
<linearGradient id="paint6_linear" x1="22.5115" y1="33.5202" x2="19.5273" y2="16.0943" gradientUnits="userSpaceOnUse">
<stop stop-color="#FFC444"/>
<stop offset="0.788235" stop-color="#F68152"/>
<stop offset="1" stop-color="#F36F56"/>
</linearGradient>
<linearGradient id="paint7_linear" x1="31.375" y1="30.0625" x2="49.0408" y2="44.5696" gradientUnits="userSpaceOnUse">
<stop offset="0.210871" stop-color="#5B3114"/>
<stop offset="0.798647" stop-color="#322218"/>
</linearGradient>
<linearGradient id="paint8_linear" x1="36.8954" y1="33.1262" x2="15.4824" y2="11.563" gradientUnits="userSpaceOnUse">
<stop stop-color="#7BB2D1"/>
<stop offset="1" stop-color="#1473A9"/>
</linearGradient>
<linearGradient id="paint9_linear" x1="40.3323" y1="23.0934" x2="30.3306" y2="17.5036" gradientUnits="userSpaceOnUse">
<stop stop-color="#7BB2D1"/>
<stop offset="1" stop-color="#1473A9"/>
</linearGradient>
<linearGradient id="paint10_linear" x1="33.0198" y1="10.6231" x2="31.8298" y2="6.8543" gradientUnits="userSpaceOnUse">
<stop stop-color="#7BB2D1"/>
<stop offset="1" stop-color="#1473A9"/>
</linearGradient>
<linearGradient id="paint11_linear" x1="31.8976" y1="10.2687" x2="22.6291" y2="-0.315859" gradientUnits="userSpaceOnUse">
<stop stop-color="#FFC444"/>
<stop offset="0.788235" stop-color="#F68152"/>
<stop offset="1" stop-color="#F36F56"/>
</linearGradient>
<linearGradient id="paint12_linear" x1="32.5938" y1="0" x2="35.6843" y2="4.73749" gradientUnits="userSpaceOnUse">
<stop offset="0.210871" stop-color="#5B3114"/>
<stop offset="0.798647" stop-color="#322218"/>
</linearGradient>
<linearGradient id="paint13_linear" x1="34.0452" y1="8.42186" x2="29.0273" y2="-5.33116" gradientUnits="userSpaceOnUse">
<stop stop-color="#FFC444"/>
<stop offset="0.788235" stop-color="#F68152"/>
<stop offset="1" stop-color="#F36F56"/>
</linearGradient>
<linearGradient id="paint14_linear" x1="35.6702" y1="26.6656" x2="33.7169" y2="17.7429" gradientUnits="userSpaceOnUse">
<stop stop-color="#FFC444"/>
<stop offset="0.788235" stop-color="#F68152"/>
<stop offset="1" stop-color="#F36F56"/>
</linearGradient>
<linearGradient id="paint15_linear" x1="30.4888" y1="27.2569" x2="15.3377" y2="13.2358" gradientUnits="userSpaceOnUse">
<stop stop-color="#7BB2D1"/>
<stop offset="1" stop-color="#1473A9"/>
</linearGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 18 KiB

View File

@@ -0,0 +1,101 @@
<svg width="54" height="52" viewBox="0 0 54 52" fill="none" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<path d="M26.1385 51.703C11.8567 51.5908 0 39.7172 0 25.249C0 10.7808 11.8493 -0.442347 26.1385 0.230592C40.1219 0.888578 51.2846 12.7323 51.2846 26.6547C51.2846 40.5771 40.1219 51.8151 26.1385 51.703Z" fill="#624A3A"/>
<path d="M28.7518 51.5011C14.47 51.389 2.61328 39.5153 2.61328 25.0471C2.61328 10.5789 14.4626 -0.64419 28.7518 0.0287491C42.7351 0.686734 53.8979 12.5305 53.8979 26.4528C53.8979 40.3752 42.7351 51.6133 28.7518 51.5011Z" fill="#D8DEE8"/>
<path d="M52.1857 26.4079C52.1857 39.4106 41.7914 49.8486 28.7483 49.729C15.4365 49.6019 4.44531 38.5806 4.44531 25.0994C4.44531 11.6256 15.4365 1.20255 28.7483 1.80819C41.7989 2.40636 52.1857 13.4127 52.1857 26.4153V26.4079Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.6105 34.7853H13.6203C14.0235 34.7853 14.5348 34.7726 15.1345 34.7726C15.5966 34.7726 16.1079 34.7599 16.6585 34.7599C16.9928 34.7599 17.3468 34.7472 17.7105 34.7472C24.3768 34.6838 35.6838 34.6077 39.2922 34.6077C39.9018 34.6077 40.2951 34.6077 40.4033 34.6204C40.4033 34.6204 40.4033 34.6204 40.4131 34.6204C40.6097 34.6204 40.7474 34.0497 40.8359 33.1111C40.9047 32.477 40.944 31.6653 40.9735 30.7521C41.0424 28.52 41.0227 25.679 40.9834 23.1678C40.9735 22.9142 40.9735 22.6605 40.9735 22.4195C40.9342 20.5425 40.885 18.9191 40.8457 18.0059C40.826 17.5874 40.7179 16.6616 40.2165 16.6489L36.1361 16.5601L35.6838 16.5474L20.6012 16.205L13.5712 16.0401H13.5614C13.0501 16.0401 12.9223 16.8264 12.9223 17.2703L12.8633 33.9989C12.8633 34.4428 13.0894 34.8106 13.6105 34.8106V34.7853ZM39.3316 34.1258C34.1598 34.1258 17.1698 34.2399 13.6007 34.2526C13.5319 34.2526 13.4532 34.2019 13.4532 34.1004L13.404 19.1727C13.404 19.1347 13.4139 19.084 13.463 19.0459C13.4925 19.0332 13.5221 19.0206 13.5515 19.0206L40.2066 19.604C40.2755 19.604 40.3443 19.642 40.3541 19.7435C40.6687 27.0741 40.6491 32.6926 40.305 34.075L40.2951 34.1131H40.2755C40.0297 34.1131 39.715 34.1131 39.3414 34.1131L39.3316 34.1258ZM14.6822 16.5601C14.9575 16.5601 15.1935 16.9913 15.1935 17.524V17.5494C15.1935 18.082 14.9674 18.5259 14.6921 18.5259H14.3381C14.0628 18.5259 13.8465 18.0947 13.8367 17.562V17.5367C13.8367 17.004 14.053 16.5601 14.3381 16.5601H14.6822ZM16.2947 16.5474C16.5798 16.5474 16.7863 16.9786 16.7962 17.5113V17.5367C16.7962 18.0693 16.5798 18.5132 16.2947 18.5132H15.9506C15.6753 18.5132 15.4393 18.082 15.4393 17.5494V17.524C15.4393 16.9913 15.6655 16.5474 15.9408 16.5474H16.2947ZM17.9465 16.5347C18.2218 16.5347 18.4676 16.9659 18.4676 17.4986V17.524C18.4676 18.0567 18.2218 18.5006 17.9367 18.5006H17.5532C17.2779 18.5006 17.0321 18.0693 17.0321 17.5367V17.5113C17.0321 16.9786 17.2779 16.5347 17.5631 16.5347H17.9465ZM13.6007 34.1131C17.1796 34.0877 34.2581 33.9863 39.3709 33.9863C39.715 33.9863 40.01 33.9863 40.2361 33.9863C40.5606 32.5531 40.5704 27.0107 40.2656 19.7942C40.2558 19.7815 40.2361 19.7688 40.1968 19.7688L13.5417 19.1854C13.5122 19.1854 13.4925 19.1981 13.4827 19.1981H13.4729L13.5221 34.0877C13.5319 34.1004 13.5515 34.1131 13.5909 34.1131H13.6007ZM27.5427 23.1805L38.1419 23.2186C38.2992 23.2186 38.4467 23.3454 38.5548 23.5483C38.663 23.7639 38.722 24.0556 38.7121 24.3473L38.604 31.3863C38.5941 31.9824 38.3385 32.4516 38.0337 32.4516L27.6804 32.5151C27.3658 32.5151 27.12 32.0458 27.1003 31.4497L26.9627 24.322C26.9528 24.0176 27.0118 23.7259 27.12 23.5103C27.2281 23.2947 27.3756 23.1678 27.5329 23.1678L27.5427 23.1805ZM25.773 28.8878C25.8811 28.8878 25.9794 28.9766 26.0483 29.1161C26.1171 29.2683 26.1564 29.4585 26.1466 29.6614L26.1368 30.0673C26.1269 30.4478 25.9598 30.7395 25.7631 30.7395L15.0657 30.6C14.8592 30.6 14.6626 30.2956 14.6626 29.9024V29.7122C14.6626 29.5219 14.7314 29.319 14.8002 29.1795C14.8691 29.04 14.987 28.9512 15.0854 28.9512L25.773 28.8751V28.8878ZM25.714 26.0976C25.8221 26.0976 25.9204 26.1863 25.9991 26.3258C26.0679 26.478 26.1072 26.6683 26.0974 26.8712L26.0876 27.2771C26.0778 27.6575 25.9106 27.9493 25.714 27.9493L15.0165 27.8097C14.8101 27.8097 14.6134 27.5054 14.6134 27.1122V26.9219C14.6134 26.7317 14.6823 26.5288 14.7511 26.3893C14.8199 26.2498 14.9379 26.161 15.0362 26.161L25.7238 26.0849L25.714 26.0976ZM25.6648 23.3073C25.7729 23.3073 25.8713 23.3961 25.9499 23.5356C26.0188 23.6878 26.0581 23.8781 26.0483 24.081L26.0384 24.4868C26.0286 24.8673 25.8614 25.159 25.6648 25.159L14.9674 25.0195C14.7609 25.0195 14.5643 24.7151 14.5643 24.322V24.1317C14.5544 23.9415 14.6331 23.7386 14.7019 23.599C14.7707 23.4595 14.8887 23.3834 14.987 23.3708L25.6746 23.2947L25.6648 23.3073ZM25.4485 20.644L38.7809 20.8976C38.9284 20.8976 39.0366 21.1893 39.0366 21.5571V21.5698C39.0366 21.9249 38.9284 22.2166 38.7809 22.2166L25.4387 22.2927C25.2027 22.2927 25.0159 21.9249 25.0257 21.481V21.4683C25.0257 21.0244 25.2223 20.6566 25.4485 20.6566V20.644Z" fill="#EDF6FF"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M48.2174 19.7319H48.2099C47.9861 19.7319 47.7026 19.7244 47.3742 19.7244C47.1205 19.7244 46.837 19.7169 46.5236 19.7169C46.337 19.7169 46.143 19.7169 45.9416 19.7095C42.2405 19.687 35.9652 19.6496 33.958 19.6496C33.6147 19.6496 33.3984 19.6496 33.3387 19.6496C33.2342 19.6496 33.1521 19.4029 33.0999 18.9991C33.0626 18.7225 33.0402 18.3711 33.0253 17.9822C32.988 17.0177 32.9954 15.7915 33.0253 14.7073C33.0253 14.5951 33.0327 14.4904 33.0327 14.3858C33.0551 13.5782 33.085 12.8754 33.0999 12.4866C33.1073 12.3071 33.167 11.9034 33.4431 11.9034L35.7115 11.866L35.9652 11.8585L44.3373 11.709L48.2398 11.6417H48.2472C48.5308 11.6417 48.598 11.9781 48.598 12.1725L48.6278 19.3879C48.6278 19.5749 48.501 19.7394 48.2099 19.7394L48.2174 19.7319ZM33.9431 19.4478C36.8084 19.4478 46.24 19.4926 48.2249 19.5076C48.2622 19.5076 48.307 19.4851 48.307 19.4403L48.3368 13.0025C48.3368 12.9875 48.3293 12.9651 48.307 12.9502C48.292 12.9427 48.2771 12.9427 48.2547 12.9427L33.4581 13.1894C33.4207 13.1894 33.376 13.2044 33.376 13.2492C33.2043 16.4121 33.2118 18.8346 33.3983 19.4328L33.4058 19.4478H33.4207C33.555 19.4478 33.7341 19.4478 33.9431 19.4478ZM47.6279 11.8735C47.4712 11.8735 47.3444 12.0604 47.3444 12.2922V12.2996C47.3444 12.5314 47.4712 12.7184 47.6279 12.7184H47.8219C47.9786 12.7184 48.098 12.5314 48.098 12.2996V12.2922C48.098 12.0604 47.9786 11.8735 47.8219 11.8735H47.6279ZM46.7325 11.866C46.5758 11.866 46.4564 12.0529 46.4564 12.2847V12.2922C46.4564 12.524 46.5758 12.7109 46.7325 12.7109H46.9265C47.0832 12.7109 47.2101 12.524 47.2101 12.2922V12.2847C47.2101 12.0529 47.0832 11.866 46.9265 11.866H46.7325ZM45.8147 11.8585C45.658 11.8585 45.5237 12.0454 45.5237 12.2772V12.2847C45.5237 12.5165 45.6655 12.7034 45.8222 12.7034H46.0311C46.1878 12.7034 46.3221 12.5165 46.3221 12.2847V12.2772C46.3221 12.0454 46.1803 11.8585 46.0311 11.8585H45.8222H45.8147ZM48.2249 19.4403C46.24 19.4328 36.7562 19.3805 33.9207 19.3805C33.7267 19.3805 33.5625 19.3805 33.4357 19.3805C33.2566 18.7673 33.2491 16.3747 33.4207 13.2642C33.4282 13.2567 33.4357 13.2567 33.4581 13.2567L48.2547 13.01C48.2696 13.01 48.2846 13.0175 48.292 13.0175L48.2622 19.4328C48.2547 19.4403 48.2472 19.4403 48.2249 19.4403ZM40.487 14.7222L34.6072 14.7372C34.5176 14.7372 34.4355 14.7895 34.3758 14.8793C34.3161 14.969 34.2863 15.0961 34.2863 15.2232L34.346 18.2589C34.3535 18.5131 34.4952 18.7225 34.6669 18.7225L40.4124 18.7449C40.584 18.7449 40.7258 18.543 40.7333 18.2888L40.8079 15.2157C40.8079 15.0886 40.778 14.9615 40.7183 14.8643C40.6586 14.7746 40.5766 14.7222 40.487 14.7222ZM41.4645 17.1822C41.4048 17.1822 41.3451 17.2196 41.3078 17.2794C41.2705 17.3467 41.2481 17.4289 41.2481 17.5112L41.2556 17.6906C41.263 17.8551 41.3526 17.9822 41.4645 17.9822L47.4041 17.9224C47.516 17.9224 47.6279 17.7878 47.6279 17.6233V17.5411C47.6279 17.4589 47.5906 17.3766 47.5533 17.3093C47.516 17.2495 47.4488 17.2121 47.3892 17.2121L41.4571 17.1822H41.4645ZM41.4944 15.9784C41.4347 15.9784 41.375 16.0158 41.3377 16.0756C41.3004 16.1354 41.278 16.2251 41.278 16.3074L41.2854 16.4868C41.2929 16.6513 41.3824 16.7784 41.4944 16.7784L47.4339 16.7186C47.5458 16.7186 47.6578 16.584 47.6578 16.4195V16.3373C47.6578 16.255 47.6205 16.1728 47.5832 16.113C47.5459 16.0532 47.4787 16.0158 47.4265 16.0158L41.4944 15.9859V15.9784ZM41.5242 14.7746C41.4645 14.7746 41.4123 14.812 41.3675 14.8718C41.3302 14.9316 41.3078 15.0213 41.3078 15.1036L41.3153 15.283C41.3228 15.4475 41.4123 15.5746 41.5242 15.5746L47.4638 15.5148C47.5757 15.5148 47.6876 15.3802 47.6876 15.2157V15.1335C47.6876 15.0512 47.6503 14.969 47.613 14.9017C47.5757 14.8419 47.5086 14.8045 47.4489 14.8045L41.5167 14.7746H41.5242ZM41.6436 13.6231L34.2415 13.7278C34.1595 13.7278 34.0998 13.8549 34.0998 14.0119V14.0194C34.0998 14.1764 34.1595 14.296 34.2415 14.3035L41.6436 14.3334C41.7705 14.3334 41.8749 14.1764 41.8749 13.982V13.9745C41.8749 13.7801 41.7705 13.6231 41.6361 13.6231H41.6436Z" fill="#9EC8FC"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M50.1314 13.0014C48.1466 12.9939 38.7224 12.9416 35.8496 12.9416C35.6407 12.9416 35.4616 12.9416 35.3273 12.9416H35.3124L35.3049 12.9267C35.1184 12.3285 35.1034 9.9059 35.2825 6.74308C35.2825 6.69822 35.3273 6.68327 35.3646 6.68327L50.1613 6.43652C50.1836 6.43652 50.1986 6.43652 50.2135 6.444C50.2433 6.45895 50.2434 6.48139 50.2434 6.49634L50.2135 12.9341C50.2135 12.979 50.1762 13.0014 50.1314 13.0014ZM35.8272 12.8818C38.6627 12.8818 48.1466 12.9266 50.1314 12.9416C50.1463 12.9416 50.1613 12.9341 50.1687 12.9341L50.1986 6.51877C50.1911 6.51877 50.1836 6.51129 50.1613 6.51129L35.3646 6.75804C35.3422 6.75804 35.3348 6.76552 35.3273 6.76552C35.1557 9.87599 35.1631 12.2687 35.3422 12.8818C35.4691 12.8818 35.6332 12.8818 35.8272 12.8818Z" fill="url(#paint0_linear)"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M48.1175 10.4301H33.5298C33.2388 10.4301 33 10.0786 33 9.64496V8.7851C33 8.35142 33.2388 8 33.5298 8H36.41H36.6264H48.1175C48.4085 8 48.6473 8.35142 48.6473 8.7851V9.64496C48.6473 10.0786 48.4085 10.4301 48.1175 10.4301ZM47.5355 8.64303C47.3415 8.64303 47.1773 8.8823 47.1773 9.17391V9.18886C47.1773 9.48047 47.334 9.71973 47.5355 9.72721H47.7817C47.9757 9.72721 48.1324 9.48794 48.1324 9.19634V9.18138C48.1324 8.88978 47.9757 8.65051 47.7817 8.65051H47.5355V8.64303ZM46.4013 8.63555C46.2073 8.63555 46.0506 8.87482 46.0506 9.16643V9.18138C46.0506 9.47299 46.2073 9.71226 46.4013 9.71226H46.6475C46.8415 9.71226 47.0057 9.47299 47.0057 9.18138V9.16643C47.0057 8.87482 46.849 8.63555 46.6475 8.63555H46.4013ZM45.2373 8.62808C45.0433 8.62808 44.8717 8.86734 44.8642 9.15895V9.17391C44.8642 9.46551 45.0433 9.70478 45.2373 9.70478H45.5059C45.6999 9.70478 45.8715 9.46551 45.879 9.17391V9.15895C45.879 8.86734 45.6999 8.62808 45.5059 8.62808H45.2373ZM39.82 8.80005C39.7156 8.80005 39.626 8.93464 39.626 9.09166V9.27858C39.626 9.44308 39.7156 9.57019 39.82 9.57019H44.3419C44.4538 9.57019 44.5359 9.4356 44.5359 9.27858V9.09166C44.5359 8.92716 44.4463 8.80005 44.3419 8.80005H39.82Z" fill="#9EC8FC"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M46.636 9.70506H46.3898C46.1958 9.70506 46.0391 9.46579 46.0391 9.17419V9.15923C46.0391 8.86762 46.1958 8.62836 46.3898 8.62836H46.636C46.83 8.62836 46.9942 8.86762 46.9942 9.15923V9.17419C46.9942 9.46579 46.83 9.70506 46.636 9.70506Z" fill="#AAD7EE"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.01274 21.3319C4.91835 22.418 4.75182 24.7013 5.73518 25.9856C6.19514 26.5881 6.79785 26.826 7.92396 27.2778C8.6139 27.5474 9.24833 27.7218 9.79552 27.8249C8.42357 26.5009 7.70984 24.7885 8.05877 23.298C8.15394 22.9016 9.47037 21.0941 10.2634 20.5946C10.5251 20.4281 10.7948 20.2854 11.0406 20.1586C11.7385 19.8098 12.3253 19.6274 12.4998 19.5719C13.5149 19.2469 14.0462 19.3103 14.4427 19.1755C13.8717 18.129 12.9518 16.9795 11.6274 16.7417C11.445 16.7099 11.2547 16.6941 11.0644 16.6941C10.0572 16.6941 8.94698 17.1222 8.46323 17.915C8.01913 18.6523 8.43944 19.2072 7.89224 20.0238C7.35298 20.8404 6.71061 20.6422 6.01274 21.324V21.3319Z" fill="url(#paint1_linear)"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M21.5497 47.2168C21.3673 46.3527 21.2483 45.5441 21.1532 44.7592C21.1294 44.6006 21.1135 44.45 21.0977 44.2994C21.1135 44.45 21.1294 44.6006 21.1532 44.7592C21.2483 45.5441 21.3752 46.3527 21.5497 47.2168Z" fill="url(#paint2_linear)"/>
<mask id="mask0" mask-type="alpha" maskUnits="userSpaceOnUse" x="4" y="1" width="49" height="49">
<path d="M52.2404 26.3085C52.2404 39.3112 41.8461 49.7492 28.803 49.6296C15.4912 49.5025 4.5 38.4812 4.5 25C4.5 11.5263 15.4912 1.10317 28.803 1.70882C41.8536 2.30698 52.2404 13.3133 52.2404 26.316V26.3085Z" fill="white"/>
</mask>
<g mask="url(#mask0)">
<path fill-rule="evenodd" clip-rule="evenodd" d="M22.4224 49.8674C22.6048 50.4541 22.7872 50.9694 22.9458 51.4133C22.9538 51.4133 22.9538 51.4133 22.9617 51.4133C22.9855 51.4213 23.0172 51.4213 23.041 51.4213C23.1044 51.4292 23.1679 51.4292 23.2313 51.4371C23.2868 51.4371 23.3424 51.445 23.4058 51.445C23.4851 51.453 23.5565 51.453 23.6358 51.453C23.6754 51.453 23.7071 51.453 23.7468 51.453C23.8023 51.453 23.8499 51.453 23.9054 51.453C23.9609 51.453 24.0164 51.453 24.0719 51.445H24.0799C24.1671 50.8822 24.2464 50.3114 24.3257 49.7485C25.2298 43.2159 25.6342 36.5564 25.5232 30.0001L22.8269 30.3806C22.47 30.4044 22.1132 30.4123 21.7721 30.4202C21.1853 31.3637 20.5984 32.3467 20.0195 33.3932C20.4081 34.9471 20.7412 35.5258 21.0029 37.3572C21.0029 37.3809 21.0108 37.4127 21.0108 37.4364C21.1298 38.2927 21.1615 38.9348 21.1615 39.4977C21.1615 40.2271 21.106 40.8534 21.106 41.6858C21.106 42.3517 21.1377 43.1445 21.2646 44.2465C21.2805 44.3892 21.2963 44.5478 21.3201 44.7063C21.4153 45.4912 21.5422 46.2998 21.7166 47.164C21.7959 47.5445 21.8832 47.933 21.9863 48.3373C22.129 48.9002 22.2718 49.4155 22.4224 49.8912V49.8674Z" fill="url(#paint3_linear)"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.3462 50.5334C12.6238 50.5334 12.8379 50.4462 12.9331 50.4066C13.5913 48.0916 14.424 45.5705 15.4787 42.9068C15.8435 41.9871 16.2321 41.0516 16.6524 40.1003C16.6841 40.0289 16.7159 39.9576 16.7476 39.8783C17.0489 39.2044 17.3503 38.5543 17.6596 37.9122C18.4288 36.3107 19.2219 34.7965 20.0149 33.3774C20.6017 32.3389 21.1886 31.3479 21.7675 30.4044C21.6882 30.4044 21.6089 30.4044 21.5375 30.4044C21.5375 30.4044 21.5375 30.4044 21.5296 30.4044C21.2758 30.4044 21.03 30.4044 20.7841 30.3965C20.7128 30.3965 20.6493 30.3965 20.5859 30.3965C20.4669 30.3965 20.3638 30.3965 20.2687 30.3886C17.4375 30.3252 17.723 30.0318 16.9141 30.2062C16.5969 30.2776 15.6453 32.3864 14.9791 31.6491C14.9712 31.6491 14.9633 31.6333 14.9553 31.6253L14.9474 31.6174C14.7888 32.2596 14.6936 32.767 14.5905 33.2347C14.424 34.0434 14.2654 34.7569 13.8133 35.9223C13.742 36.1125 13.6706 36.287 13.6072 36.4455C12.9807 37.936 12.5841 38.3086 12.0925 39.6722C12.029 39.8466 11.9656 40.0448 11.8942 40.2588C11.3232 42.0902 11.1805 43.5727 11.0932 44.4606C10.9664 45.8559 10.9188 47.7824 11.2836 50.0577C11.3629 50.1449 11.6563 50.462 12.1559 50.5334C12.2193 50.5413 12.2828 50.5493 12.3383 50.5493L12.3462 50.5334Z" fill="url(#paint4_linear)"/>
</g>
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.4529 27.1594C13.4529 27.1594 13.4529 27.1594 13.4529 27.1515C13.4529 27.1515 13.4529 27.1515 13.4529 27.1594ZM13.4371 27.0801C13.4371 27.0801 13.4371 27.0801 13.4371 27.0722V27.0801ZM13.4291 27.0008C13.4291 27.0008 13.4291 27.0008 13.4291 26.9929C13.4291 26.9929 13.4291 26.9929 13.4291 27.0008ZM19.3214 31.3532L27.1566 30.2592C26.4587 27.9918 23.0328 20.4682 23.0566 20.2225C22.8345 19.8736 22.6125 19.5327 22.3904 19.1839C22.6284 18.7717 22.9694 18.3436 23.3897 18.3356C23.3976 18.3356 23.3976 18.3356 23.4055 18.3356C24.2699 18.3356 24.5078 20.1749 26.0067 21.3879C27.0694 22.2441 32.2003 24.678 33.6198 25.0585L34.2701 23.901C33.9291 23.4729 31.7324 21.3641 30.8442 20.8726C26.197 18.2405 26.3794 13.3252 22.5173 11.5652C22.2239 11.4304 21.9305 11.3194 21.6291 11.2243C20.8916 10.9944 20.1065 10.8517 19.0914 10.6773C18.8535 10.6376 18.6156 10.598 18.3935 10.5663C18.0684 10.5187 17.7512 10.487 17.4498 10.4553C16.7995 10.3919 16.1255 10.3602 15.5227 10.3443C15.3879 10.3443 15.261 10.3443 15.1342 10.3443C14.9359 10.3443 14.7456 10.3443 14.579 10.3522C14.3808 10.3602 14.1984 10.3681 14.0477 10.3839C13.1357 10.4711 12.1523 10.7803 11.2562 11.2402C10.9311 11.4066 10.6139 11.589 10.3125 11.7872C10.7249 11.5731 11.1055 11.4542 11.5021 11.4542C11.5972 11.4542 11.6924 11.4621 11.7875 11.478C14.4759 11.8585 16.3316 17.3605 14.8566 18.9381C14.7218 19.0809 14.5949 19.1601 14.4442 19.2156C14.9042 20.056 15.1421 20.825 15.2055 21.0232C16.0144 23.6394 15.3007 30.1799 16.3792 31.0441C16.6885 31.2898 16.9819 31.3453 17.3229 31.3453C17.4895 31.3453 17.6639 31.3295 17.8543 31.3136C18.0446 31.2978 18.2429 31.2819 18.4649 31.2819C18.7266 31.2819 19.0042 31.3057 19.3135 31.3691L19.3214 31.3532ZM27.109 23.8693C25.7608 23.243 24.5475 22.2124 23.7783 21.1263C24.5554 22.2203 25.7608 23.2509 27.109 23.8693ZM23.7624 21.1104C23.7624 21.1104 23.7624 21.1025 23.7545 21.1025C23.7545 21.1025 23.7624 21.1025 23.7624 21.1104ZM23.7465 21.0866C23.7386 21.0708 23.7307 21.0549 23.7148 21.039C23.7227 21.0549 23.7386 21.0708 23.7465 21.0866Z" fill="url(#paint5_linear)"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M16.3677 8.17974C16.3677 8.17974 16.1932 9.15487 15.7888 9.8446C15.424 10.4709 13.9251 10.6929 13.6079 10.8039C13.2986 10.9149 14.0837 11.454 14.9164 11.6522C15.7491 11.8504 18.1917 11.9772 18.6675 11.7156C19.1433 11.454 18.3582 11.3747 17.7793 11.0734C17.2083 10.7722 17.0101 9.54334 17.1925 9.0201C17.3669 8.49686 16.3598 8.17181 16.3598 8.17181L16.3677 8.17974Z" fill="url(#paint6_linear)"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M17.9662 7.89428C18.5689 7.45825 18.7434 6.29284 18.4024 6.03122C18.3072 5.95194 18.2121 5.99158 16.848 6.53861C16.166 6.80816 15.8329 6.95879 15.7298 7.25212C15.6585 7.43446 15.6743 7.68023 15.7457 7.87842C15.7854 7.98149 15.8567 8.10041 16.0233 8.33824C16.166 8.5523 16.1581 8.54437 16.2057 8.60779C16.3167 8.75842 16.5229 9.00419 16.9036 9.28959C16.9273 9.1786 16.9591 9.05175 17.0146 8.90112C17.0384 8.84563 17.1256 8.62365 17.2604 8.44131C17.4983 8.12419 17.768 8.02905 17.9662 7.89428Z" fill="url(#paint7_linear)"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M16.4083 9.01226C16.4083 9.01226 16.8049 9.59892 17.5424 9.51964C18.2006 9.44829 18.2323 7.96577 17.7961 7.67244C17.6534 7.57731 17.3679 7.54559 17.1379 7.61695C17.0031 7.66451 16.9635 7.72001 16.7414 7.78343C16.5432 7.84686 16.4797 7.82307 16.4163 7.87857C16.3449 7.94992 16.2894 8.10848 16.4401 8.53658C16.3132 8.41766 16.1546 8.3701 16.0515 8.42559C16.0356 8.43352 15.988 8.46523 15.9642 8.5128C15.877 8.68721 16.0435 8.89334 16.4004 9.00433L16.4083 9.01226Z" fill="url(#paint8_linear)"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.24135 29.6089C9.59029 29.6089 9.89958 29.593 10.1375 29.5692C10.2882 29.2045 10.4309 28.8399 10.5816 28.4752C10.304 28.269 10.0423 28.055 9.80442 27.8251C9.25722 27.7141 8.61486 27.5476 7.93285 27.2781C6.80674 26.8341 6.20402 26.5963 5.74406 25.9937C4.75276 24.7015 4.9193 22.4183 6.02163 21.3401C6.71157 20.6583 7.36186 20.8565 7.90112 20.0399C8.44039 19.2233 8.02801 18.6684 8.47211 17.9311C8.94793 17.1383 10.0661 16.7102 11.0653 16.7102C11.2636 16.7102 11.4539 16.726 11.6284 16.7577C12.9607 16.9956 13.8727 18.1451 14.4437 19.1916C14.5944 19.1361 14.7292 19.0568 14.8561 18.9141C16.3311 17.3365 14.4754 11.8424 11.787 11.454C11.6918 11.4381 11.5967 11.4302 11.5015 11.4302C11.105 11.4302 10.7164 11.5491 10.312 11.7631C9.78062 12.0406 9.2017 12.4846 8.47211 13.0395C7.33806 13.9116 5.45857 15.3466 4.28487 17.9073C3.8487 18.8586 3.33323 20.3411 3.11118 21.9426C2.80983 24.1148 3.04774 26.5011 4.74484 28.0708C4.80035 28.1263 4.86379 28.1739 4.92723 28.2294C6.29125 29.379 8.03593 29.6089 9.24928 29.6089H9.24135Z" fill="url(#paint9_linear)"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.81296 27.8251C8.43308 26.5011 7.71934 24.7966 8.06828 23.3062C8.3617 22.0853 9.31335 21.1974 10.2729 20.6028C9.31335 21.2053 8.35377 22.0853 8.06828 23.3062C7.71934 24.7966 8.43308 26.5011 9.80504 27.8251C9.80504 27.8251 9.80503 27.8251 9.81296 27.8251ZM13.3499 26.4932C13.1199 25.2485 12.7393 23.9801 12.2476 22.7592C12.7313 23.988 13.1199 25.2565 13.3499 26.4932Z" fill="url(#paint10_linear)"/>
<rect width="3.43989" height="7.98027" transform="matrix(-1 0 0 1 13.6094 20.0723)" fill="url(#pattern0)"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.2305 29.3393L10.4763 28.721C10.4763 28.721 10.8808 28.7447 11.2138 28.5069C11.3962 28.3801 11.7135 28.3404 11.8086 28.3642C11.9038 28.388 12.2527 28.3721 11.8562 28.5624C11.4518 28.7527 11.4597 28.8954 11.6262 29.0539C11.7928 29.2125 12.4351 29.5534 12.6572 29.5692C12.8872 29.5851 12.4748 29.9419 12.2448 29.9894C12.0148 30.037 11.6341 30.0925 11.1663 29.815C10.9918 29.712 10.2384 29.3393 10.2384 29.3393H10.2305Z" fill="url(#paint11_linear)"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M33.7812 24.7486L34.0271 24.1303C34.0271 24.1303 34.4315 24.154 34.7646 23.9162C34.947 23.7894 35.2642 23.7497 35.3594 23.7735C35.4546 23.7973 35.8035 23.7814 35.407 23.9717C35.0025 24.162 35.0105 24.3047 35.177 24.4632C35.3435 24.6218 35.9859 24.9548 36.2079 24.9786C36.4379 24.9944 36.0256 25.3512 35.7876 25.3987C35.5577 25.4463 35.177 25.5018 34.7091 25.2243C34.5346 25.1213 33.7812 24.7486 33.7812 24.7486Z" fill="url(#paint12_linear)"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.6521 31.9396L13.7869 33.0257L19.3143 31.345C17.9741 31.0596 17.1573 31.6383 16.3722 31.012C15.0875 29.9893 16.8858 22.6934 14.4372 19.1836C13.8741 19.3739 12.9383 19.2232 11.043 20.1667C11.8677 21.7126 13.2476 28.9746 13.6521 31.9317V31.9396Z" fill="url(#paint13_linear)"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M23.382 18.3198C22.9617 18.3278 22.6287 18.7559 22.3828 19.1681C22.6049 19.5169 22.8269 19.8578 23.049 20.2067C23.049 20.1987 23.0569 20.1829 23.0569 20.1829L23.7548 21.0946C23.7627 21.1025 23.7627 21.1025 23.7627 21.1104C26.6494 25.1854 29.3933 25.6294 33.6043 25.0348C31.6693 24.5194 27.0459 22.2124 25.9911 21.3641C25.5708 21.0232 24.5716 18.296 23.3741 18.3119L23.382 18.3198Z" fill="url(#paint14_linear)"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.9033 28.8236C10.8239 28.4906 11.0381 28.1577 11.3711 28.1022L51.6653 20.9908C51.7763 20.9671 51.8953 21.0226 51.9508 21.1177C52.0618 21.2842 51.9667 21.5141 51.7605 21.5537L11.5694 29.2596C11.268 29.3151 10.9667 29.1328 10.8953 28.8315L10.9033 28.8236Z" fill="#0B2D57"/>
<defs>
<pattern id="pattern0" patternContentUnits="objectBoundingBox" width="1" height="1">
<use xlink:href="#image0"/>
</pattern>
<linearGradient id="paint0_linear" x1="40.0207" y1="18.3924" x2="48.2745" y2="-8.29129" gradientUnits="userSpaceOnUse">
<stop stop-color="#FFEFEE"/>
<stop offset="1" stop-color="#FFE5E4"/>
</linearGradient>
<linearGradient id="paint1_linear" x1="13.1386" y1="28.1016" x2="3.75726" y2="17.3979" gradientUnits="userSpaceOnUse">
<stop stop-color="#7BB2D1"/>
<stop offset="1" stop-color="#1473A9"/>
</linearGradient>
<linearGradient id="paint2_linear" x1="17.2832" y1="38.6626" x2="23.6195" y2="38.6468" gradientUnits="userSpaceOnUse">
<stop stop-color="#DCBBCF"/>
<stop offset="1" stop-color="#CDBAC1"/>
</linearGradient>
<linearGradient id="paint3_linear" x1="22.7803" y1="30.0001" x2="31.3073" y2="33.6046" gradientUnits="userSpaceOnUse">
<stop offset="0.210871" stop-color="#5B3114"/>
<stop offset="0.798647" stop-color="#322218"/>
</linearGradient>
<linearGradient id="paint4_linear" x1="16.3838" y1="30.1516" x2="27.5728" y2="39.8524" gradientUnits="userSpaceOnUse">
<stop offset="0.210871" stop-color="#5B3114"/>
<stop offset="0.798647" stop-color="#322218"/>
</linearGradient>
<linearGradient id="paint5_linear" x1="30.931" y1="31.8918" x2="14.6308" y2="6.68195" gradientUnits="userSpaceOnUse">
<stop stop-color="#7BB2D1"/>
<stop offset="1" stop-color="#1473A9"/>
</linearGradient>
<linearGradient id="paint6_linear" x1="18.1867" y1="12.8714" x2="14.2203" y2="-0.0741293" gradientUnits="userSpaceOnUse">
<stop stop-color="#FFC444"/>
<stop offset="0.788235" stop-color="#F68152"/>
<stop offset="1" stop-color="#F36F56"/>
</linearGradient>
<linearGradient id="paint7_linear" x1="17.1292" y1="6.00006" x2="18.8358" y2="8.4636" gradientUnits="userSpaceOnUse">
<stop offset="0.210871" stop-color="#5B3114"/>
<stop offset="0.798647" stop-color="#322218"/>
</linearGradient>
<linearGradient id="paint8_linear" x1="17.8315" y1="10.0592" x2="15.264" y2="3.60427" gradientUnits="userSpaceOnUse">
<stop stop-color="#FFC444"/>
<stop offset="0.788235" stop-color="#F68152"/>
<stop offset="1" stop-color="#F36F56"/>
</linearGradient>
<linearGradient id="paint9_linear" x1="13.6521" y1="30.0608" x2="-1.75481" y2="15.823" gradientUnits="userSpaceOnUse">
<stop stop-color="#7BB2D1"/>
<stop offset="1" stop-color="#1473A9"/>
</linearGradient>
<linearGradient id="paint10_linear" x1="-4.20794" y1="24.6539" x2="15.848" y2="24.6539" gradientUnits="userSpaceOnUse">
<stop stop-color="#DCD2F8"/>
<stop offset="1" stop-color="#C6CAEE"/>
</linearGradient>
<linearGradient id="paint11_linear" x1="12.4281" y1="30.4848" x2="10.6972" y2="24.5831" gradientUnits="userSpaceOnUse">
<stop stop-color="#FFC444"/>
<stop offset="0.788235" stop-color="#F68152"/>
<stop offset="1" stop-color="#F36F56"/>
</linearGradient>
<linearGradient id="paint12_linear" x1="35.9788" y1="25.8941" x2="34.2479" y2="19.9924" gradientUnits="userSpaceOnUse">
<stop stop-color="#FFC444"/>
<stop offset="0.788235" stop-color="#F68152"/>
<stop offset="1" stop-color="#F36F56"/>
</linearGradient>
<linearGradient id="paint13_linear" x1="18.1615" y1="33.3698" x2="6.64687" y2="24.031" gradientUnits="userSpaceOnUse">
<stop stop-color="#7BB2D1"/>
<stop offset="1" stop-color="#1473A9"/>
</linearGradient>
<linearGradient id="paint14_linear" x1="32.0403" y1="25.4213" x2="27.5909" y2="15.6526" gradientUnits="userSpaceOnUse">
<stop stop-color="#7BB2D1"/>
<stop offset="1" stop-color="#1473A9"/>
</linearGradient>
<image id="image0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEsAAACvCAIAAAFN/oS/AAAACXBIWXMA"/>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 26 KiB

View File

@@ -0,0 +1,111 @@
<svg width="54" height="52" viewBox="0 0 54 52" fill="none" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<path d="M26.1927 51.8033C11.8813 51.6909 0 39.7927 0 25.2945C0 10.7964 11.8738 -0.450029 26.1927 0.224304C40.205 0.883653 51.3909 12.7519 51.3909 26.7031C51.3909 40.6544 40.205 51.9157 26.1927 51.8033Z" fill="#624A3A"/>
<path d="M28.8021 51.6078C14.4907 51.4955 2.60938 39.5972 2.60938 25.099C2.60938 10.6009 14.4832 -0.645525 28.8021 0.0288086C42.8144 0.688157 54.0003 12.5564 54.0003 26.5076C54.0003 40.4589 42.8144 51.7202 28.8021 51.6078Z" fill="#D8DEE8"/>
<path d="M52.2845 26.4625C52.2845 39.4922 41.8688 49.9518 28.7986 49.832C15.4592 49.7046 4.44531 38.6605 4.44531 25.1513C4.44531 11.6497 15.4592 1.20501 28.7986 1.81191C41.8762 2.41131 52.2845 13.4404 52.2845 26.47V26.4625Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M38.8706 25.1056C38.9607 25.426 40.1585 25.4726 40.1585 27.2765C40.1585 28.2948 39.2045 27.4006 38.1816 27.5195C37.2329 27.6383 36.9679 28.3155 36.3796 28.3155C35.8813 28.3155 36.6181 29.5302 36.141 28.8065L36.0191 28.6256C35.293 27.5091 34.4503 26.1755 33.1465 26.1755C31.6624 26.1755 31.1377 26.7596 29.7385 25.302L36.0986 25.4881C36.6976 25.4881 36.1463 24.5577 35.8124 24.5422L30.3215 24.3251L29.5 22.945C31.5458 22.4281 32.5953 23.0793 33.6765 22.4384C34.8796 21.7199 34.4874 20.1589 36.9202 20.4897C38.1392 20.6551 38.9872 20.4328 39.9465 18.939C39.4059 21.6682 38.2929 22.4487 38.6374 24.5938L38.648 24.6197C38.648 24.6249 38.648 24.6249 38.6533 24.63L38.6586 24.661L38.6798 24.7127V24.7179L38.6851 24.7334V24.7386C38.6904 24.7386 38.6904 24.7437 38.6904 24.7489L38.6957 24.7644L38.701 24.7799L38.7063 24.7903C38.7116 24.8006 38.7116 24.8058 38.7169 24.8213C38.7169 24.8264 38.7169 24.8264 38.7169 24.8316L38.7328 24.8626C38.7381 24.8626 38.7381 24.8678 38.7381 24.873C38.7381 24.8781 38.7434 24.8833 38.7434 24.8885C38.7434 24.8936 38.7434 24.8936 38.7434 24.8988L38.754 24.9143C38.754 24.9195 38.754 24.9247 38.7593 24.9298L38.7646 24.9453L38.7805 24.9712L38.7858 24.9867C38.7911 24.9867 38.7911 24.9918 38.7911 24.9918C38.7964 24.9918 38.7964 24.997 38.7964 24.997L38.8123 25.0125L38.8282 25.0539C38.8335 25.0539 38.8335 25.059 38.8335 25.059C38.8335 25.059 38.8335 25.0642 38.8388 25.0642C38.8388 25.0694 38.8441 25.0694 38.8441 25.0797C38.8441 25.0849 38.8494 25.0849 38.8494 25.0901L38.8653 25.1211L38.8706 25.1056Z" fill="url(#paint0_linear)"/>
<path d="M37.0539 29.3171C37.0539 29.3171 39.906 28.926 41.8693 27.7579C43.8378 26.5899 45.6255 25.4739 45.1192 23.9878C45.1192 23.9878 36.0774 26.8349 36.2324 27.9769C36.3874 29.1241 37.0539 29.3118 37.0539 29.3118V29.3171Z" fill="url(#paint1_linear)"/>
<path d="M23.9068 24.2735C23.9068 24.2735 23.4157 25.8565 27.8411 28.0203C32.2666 30.1892 33.9882 29.4902 33.9882 29.4902C33.9882 29.4902 28.8709 25.4196 23.9068 24.2683V24.2735Z" fill="url(#paint2_linear)"/>
<path d="M33.9428 27.3789C37.1001 25.0293 38.8901 22.5991 41.6351 22.083C44.354 20.6958 45.1942 24.0131 45.1942 24.0131C45.3247 25.1422 44.5889 25.9111 39.9599 27.9434C37.5541 29.0026 35.1848 29.7177 33.4679 30.1585C33.16 29.7714 32.779 29.1209 32.5859 28.1262C32.9826 27.9165 33.4366 27.6692 33.948 27.3789H33.9428Z" fill="url(#paint3_linear)"/>
<path d="M32.5217 28.1951C31.0311 28.8888 30.3609 29.3857 29.6048 29.4448C29.3635 29.4595 25.6906 29.2578 25.578 30.0598C25.4333 31.1372 29.4654 30.5813 29.8729 30.537C30.3126 30.4927 31.7979 30.4287 33.4279 30.0598C33.1115 29.7055 32.7201 29.1102 32.5217 28.2001V28.1951Z" fill="url(#paint4_linear)"/>
<path d="M35.3254 26.5788C31.7818 24.578 29.0333 22.5826 26.2314 22.0635C24.2835 21.7012 23.9046 23.9778 23.9046 23.9778C23.7712 25.1133 24.5237 25.8866 29.2521 27.9307C31.7124 28.9959 34.1353 29.7151 35.8911 30.1586C36.206 29.7692 36.5956 29.1149 36.7931 28.1145C36.6169 27.5792 35.8378 26.8708 35.3148 26.5788H35.3254Z" fill="url(#paint5_linear)"/>
<path d="M43.5237 30.6469C43.6362 29.8672 40.0556 29.7005 40.0556 29.7005C40.0556 29.7005 38.2345 28.8865 36.8176 28.1951C36.6283 29.1023 36.2549 29.6956 35.9531 30.0487C37.503 30.4213 39.9277 30.7548 39.9277 30.7548C39.9277 30.7548 43.4214 31.3726 43.5237 30.6469Z" fill="url(#paint6_linear)"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M40.5513 22.2944C39.9156 22.2944 39.328 22.2367 38.8259 22.1212C39.4081 20.4 40.4605 18.3482 39.8836 15.6457C39.6966 14.7799 39.4509 14.3338 39.141 13.9927C38.1958 13.4695 37.2141 13.2371 36.1068 12.9275C34.798 12.9275 33.6655 13.2633 33.6655 13.2633C33.4999 13.2738 33.345 13.2791 33.2061 13.2896C33.1153 13.2528 33.0138 13.2371 32.8963 13.2371C32.6398 13.2371 32.314 13.3158 31.9614 13.4522C31.7744 13.4995 31.673 13.5572 31.5982 13.6097C31.5287 13.6411 31.4593 13.6779 31.3898 13.7146C31.4219 13.3945 31.4486 13.0219 31.4486 12.5864C31.4539 10.6028 30.9251 10.204 31.3471 9.42734C31.9561 8.29386 33.6602 8.08396 34.0929 8.03149C34.2691 8.0105 34.4294 8 34.5683 8C35.4658 8 35.9038 8.37783 37.8376 8.62971C37.907 8.6402 37.9765 8.64545 38.0459 8.65595C39.8942 8.87634 40.2094 8.59298 40.9894 9.03377C42.218 9.7212 41.9242 10.6763 42.9712 11.5579C43.639 12.1193 44.3708 12.2453 45.108 12.2453C45.4232 12.2453 45.7384 12.219 46.0536 12.1981C46.3634 12.1718 46.6679 12.1508 46.9617 12.1508C47.5493 12.1508 48.0889 12.2453 48.5376 12.6336C48.778 12.8383 48.9649 13.1059 49.1038 13.4155C49.3763 14.0295 49.4618 14.8061 49.3923 15.609C49.3068 16.5798 48.997 17.5926 48.5429 18.4059C47.1326 20.9143 43.9702 22.0897 41.3259 22.2786C41.0588 22.2996 40.8024 22.3049 40.5513 22.3049V22.2944Z" fill="url(#paint7_linear)"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M29.2581 23.1464L27.6348 20.456C27.485 20.2043 27.1978 20.0425 26.8918 20.0425H26.6608H26.5547C27.8221 18.0832 27.8283 16.717 29.564 15.0512C30.282 14.3562 31.1748 13.739 31.9989 13.3196C32.08 13.2776 32.1612 13.2357 32.2424 13.1997C32.1862 13.2417 32.1425 13.2836 32.105 13.3256C31.323 14.5915 30.3944 16.4593 30.3944 16.4593C30.0635 17.9693 30.4505 18.5445 30.4193 19.8148C30.4006 20.5578 30.2383 21.5046 29.6889 22.6191C29.5453 22.8048 29.4017 22.9846 29.2518 23.1464H29.2581ZM32.6732 13.014C33.0852 12.8582 33.4598 12.7683 33.7658 12.7683C33.9031 12.7683 34.028 12.7863 34.1279 12.8282C33.3974 12.8762 32.9541 12.9421 32.6732 13.014Z" fill="url(#paint8_linear)"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M40.9717 28.1218C40.2919 26.4505 39.3572 26.1755 38.8208 25.25C38.8208 25.2447 38.8155 25.2394 38.8155 25.2394C38.8155 25.2447 38.8208 25.25 38.8208 25.25C39.3625 26.1808 40.2972 26.4505 40.9717 28.1218ZM38.773 25.1442C38.7677 25.1389 38.7677 25.1389 38.7677 25.1336C38.773 25.1389 38.773 25.1389 38.773 25.1442ZM38.7411 25.0807L38.7358 25.0754C38.7358 25.0754 38.7411 25.0754 38.7411 25.0807ZM38.7358 25.0649C38.7305 25.0649 38.7305 25.0649 38.7305 25.0596C38.7305 25.0596 38.7305 25.0596 38.7358 25.0649ZM38.7252 25.0437C38.7252 25.0437 38.7252 25.0437 38.7199 25.0384C38.7252 25.0384 38.7252 25.0384 38.7252 25.0437ZM38.7199 25.0278C38.7199 25.0278 38.7146 25.0278 38.7146 25.0226C38.7146 25.0226 38.7199 25.0226 38.7199 25.0278ZM38.704 24.9855C38.704 24.9855 38.704 24.9855 38.6987 24.9802C38.704 24.9802 38.704 24.9802 38.704 24.9855ZM38.6987 24.975C38.6987 24.975 38.6986 24.9697 38.6933 24.9697C38.6986 24.9697 38.6987 24.9697 38.6987 24.975ZM38.688 24.9432C38.6827 24.9432 38.6827 24.9379 38.6827 24.9379C38.6827 24.9379 38.6827 24.9379 38.688 24.9432ZM38.6827 24.9326V24.9274C38.6827 24.9274 38.6827 24.9274 38.6827 24.9326ZM38.6774 24.9168C38.6721 24.9168 38.6721 24.9115 38.6721 24.9115C38.6721 24.9115 38.6721 24.9115 38.6774 24.9168ZM38.6402 24.8322C38.6402 24.8322 38.6402 24.8269 38.6349 24.8216C38.6402 24.8216 38.6402 24.8269 38.6402 24.8322ZM38.6349 24.8216C38.6349 24.8163 38.6296 24.8163 38.6296 24.811C38.6296 24.8163 38.6349 24.8216 38.6349 24.8216ZM38.6243 24.7793C38.6243 24.774 38.6243 24.7687 38.6243 24.7687C38.6243 24.774 38.6243 24.7793 38.6243 24.7793ZM38.6137 24.7475C38.6084 24.737 38.6084 24.7317 38.6084 24.7211C38.6137 24.7317 38.6137 24.737 38.6137 24.7475ZM38.6031 24.7052C38.1729 23.1239 39.4634 21.3416 39.9255 18.9669C39.2244 20.0775 38.534 20.4636 37.9657 20.5747C37.817 20.6011 37.6737 20.6117 37.5356 20.6117C37.3125 20.6117 37.1001 20.5853 36.8876 20.5535C36.6752 20.5271 36.4628 20.4954 36.2503 20.4954C35.9689 20.4954 35.6768 20.543 35.3528 20.7016C34.4234 21.1565 34.604 21.9603 33.6427 22.5421C33.2125 22.8013 32.8248 22.8594 32.3893 22.8594C32.23 22.8594 32.0601 22.8542 31.8795 22.8436C31.6989 22.8383 31.5077 22.8277 31.3006 22.8277C31.1625 22.8277 31.0191 22.833 30.8651 22.8383C30.4615 22.8594 29.9941 22.9229 29.463 23.0551L29.2188 22.632C29.3356 22.4311 29.4312 22.2407 29.5215 22.0503C29.9888 21.0665 30.1269 20.2256 30.1428 19.5751C30.1694 18.4486 29.8401 17.9409 30.1216 16.6134C30.1216 16.6134 30.4296 15.1272 31.5768 13.8474C31.6086 13.8103 31.6458 13.7733 31.6936 13.7363C31.768 13.6834 31.8689 13.6252 32.0548 13.5776C32.2937 13.5142 32.6708 13.456 33.2922 13.4137C33.4303 13.4031 33.5843 13.3978 33.7489 13.3872C33.7489 13.3872 34.7948 12.9085 36.0907 12.9085C37.1635 12.9085 38.4331 13.2815 39.1926 14.1224C39.5006 14.4661 39.7449 14.9157 39.9308 15.7883C40.499 18.5121 39.4581 20.5853 38.8792 22.3147C38.5818 23.1821 38.4119 23.9648 38.6137 24.6999L38.6031 24.7052Z" fill="url(#paint9_linear)"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M34.8201 10.8101C34.7722 11.0444 34.517 12.3042 35.0433 12.6218C35.1603 12.6895 35.3782 12.7311 35.8141 12.804C36.1012 12.8561 36.3457 12.8873 36.5105 12.9029C36.4892 13.1164 36.4201 13.46 36.1756 13.7724C35.4845 14.6522 34.0865 14.4387 33.8845 14.4023C33.1828 14.2826 32.4917 14.0743 32.3216 13.9494C32.0665 13.7515 31.8591 13.6058 31.7422 13.4548C32.0133 13.3246 32.5608 12.981 32.9276 12.8665C33.204 12.7832 33.4592 12.7207 33.6931 12.6739C33.7303 12.4292 33.7675 12.1897 33.8047 11.945C34.1396 11.565 34.4745 11.1849 34.8147 10.8049L34.8201 10.8101Z" fill="url(#paint10_linear)"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M34.8824 11.2674C34.8824 11.2674 34.8023 12.0559 33.9507 12.2002C33.1904 12.3291 32.6017 10.6748 32.9904 10.2419C33.1161 10.0976 33.4419 9.95843 33.7163 9.96358C33.9164 9.96873 34.5737 10.1903 34.6709 10.783C34.8023 10.6593 34.9624 10.6181 35.0481 10.6696C35.151 10.7366 35.0995 10.9273 35.0881 10.9737C35.0481 11.1231 34.9395 11.221 34.8881 11.2623L34.8824 11.2674Z" fill="url(#paint11_linear)"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M38.7571 25.1097C38.7571 25.1097 38.7499 25.1097 38.7499 25.1036C38.7499 25.1036 38.7571 25.1036 38.7571 25.1097ZM38.7499 25.0974C38.7499 25.0974 38.7499 25.0912 38.7427 25.0912C38.7499 25.0912 38.7499 25.0974 38.7499 25.0974ZM38.7427 25.0789C38.7427 25.0789 38.7355 25.0789 38.7355 25.0728C38.7355 25.0728 38.7427 25.0728 38.7427 25.0789ZM38.7355 25.0666C38.7283 25.0666 38.7283 25.0604 38.7283 25.0604C38.7283 25.0604 38.7283 25.0666 38.7355 25.0666ZM38.7283 25.0543C38.7283 25.0543 38.7283 25.0481 38.7211 25.0481C38.7283 25.0481 38.7283 25.0543 38.7283 25.0543ZM38.7211 25.0358L38.7139 25.0296L38.7211 25.0358ZM38.7139 25.0234C38.7139 25.0234 38.7139 25.0173 38.7067 25.0173C38.7139 25.0173 38.7139 25.0234 38.7139 25.0234ZM38.7067 25.0111C38.6995 25.0111 38.6995 25.0049 38.6995 25.0049C38.6995 25.0049 38.6995 25.0111 38.7067 25.0111ZM38.6923 24.9926C38.6923 24.9926 38.6923 24.9865 38.6851 24.9865C38.6923 24.9865 38.6923 24.9926 38.6923 24.9926ZM38.6851 24.9803V24.9741V24.9803ZM38.6779 24.968C38.6707 24.9618 38.6708 24.9618 38.6708 24.9556C38.6708 24.9618 38.6779 24.9618 38.6779 24.968ZM38.6708 24.9495C38.6708 24.9433 38.6636 24.9433 38.6636 24.9433L38.6708 24.9495ZM38.6636 24.9371C38.6636 24.931 38.6636 24.931 38.6636 24.931V24.9371ZM38.6564 24.9248C38.6492 24.9186 38.6492 24.9125 38.6492 24.9063C38.6492 24.9125 38.6492 24.9186 38.6564 24.9248ZM38.6492 24.9063L38.642 24.9001L38.6492 24.9063ZM38.642 24.894V24.8878V24.894ZM38.6348 24.8817C38.6348 24.8755 38.6276 24.8693 38.6276 24.8632C38.6276 24.8693 38.6348 24.8755 38.6348 24.8817ZM38.6276 24.857C38.6276 24.857 38.6276 24.8508 38.6204 24.8508C38.6276 24.8508 38.6276 24.857 38.6276 24.857ZM38.6204 24.8447C38.6132 24.8323 38.6132 24.8262 38.606 24.8138C38.6132 24.8262 38.6132 24.8323 38.6204 24.8447ZM38.5988 24.8077V24.8015C38.5988 24.8077 38.5988 24.8077 38.5988 24.8077ZM38.5916 24.7953C38.5844 24.783 38.5845 24.7769 38.5845 24.7645C38.5916 24.7769 38.5916 24.783 38.5916 24.7953ZM38.5773 24.7584C38.5773 24.7522 38.5773 24.7522 38.5701 24.7522L38.5773 24.7584ZM38.5701 24.746C38.5701 24.7399 38.5629 24.7337 38.5629 24.7275C38.5629 24.7337 38.5701 24.7399 38.5701 24.746ZM38.5629 24.7275V24.7214V24.7275ZM38.5557 24.7152C38.5557 24.7152 38.5557 24.709 38.5485 24.709C38.5557 24.709 38.5557 24.7152 38.5557 24.7152ZM38.5485 24.6967C38.5413 24.6906 38.5413 24.6906 38.5413 24.6844C38.5413 24.6906 38.5413 24.6906 38.5485 24.6967ZM38.5413 24.6782V24.6721V24.6782ZM38.5341 24.6659L38.5269 24.6597L38.5341 24.6659ZM38.5269 24.6474L38.5197 24.6412L38.5269 24.6474ZM38.5197 24.6289V24.6227V24.6289ZM38.5125 24.6166V24.6104V24.6166ZM38.5053 24.5981L38.4981 24.5919C38.4981 24.5919 38.5053 24.5919 38.5053 24.5981ZM38.4981 24.5858V24.5796V24.5858ZM38.491 24.5673C38.4838 24.5673 38.4838 24.5673 38.4838 24.5673C38.4838 24.5673 38.4838 24.5673 38.491 24.5673ZM38.4838 24.5488H38.4766C38.4838 24.5488 38.4838 24.5488 38.4838 24.5488Z" fill="url(#paint12_linear)"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M35.9537 25.6707H35.9484L29.6392 25.4464L26.9766 25.3529L26.9818 25.3155L30.7968 25.4588L30.218 24.2683L35.6695 24.5301C35.7853 24.5363 35.8905 24.6111 35.9537 24.7233L36.1905 25.1659C36.3062 25.384 36.1694 25.6645 35.9537 25.6645V25.6707Z" fill="#0B2D57"/>
<rect x="26.7812" y="19.5103" width="0.428518" height="0.275015" fill="url(#pattern0)"/>
<rect x="20.5625" y="19.5103" width="10.4221" height="5.95514" fill="url(#pattern1)"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M34.8878 23.9885C34.7741 23.6984 34.6605 23.4084 34.5469 23.1183C35.7969 22.7755 37.5232 22.2639 39.2927 21.6364C39.5741 21.5362 39.9042 21.4149 40.007 21.1301C40.3046 20.3284 38.3673 19.511 37.6043 17.7706C36.8954 16.1568 37.2634 13.9155 38.0643 13.6412C39.7364 13.0769 45.7431 20.2441 43.6435 23.3029C42.4584 25.0327 38.757 25.3333 34.8932 23.9938L34.8878 23.9885Z" fill="url(#paint13_linear)"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M34.69 23.0379C33.9177 22.6365 33.0026 23.059 32.9444 23.0907C32.7751 23.1699 32.5265 23.3125 32.2832 23.5713C32.2567 23.6083 31.9287 24.073 32.0504 24.2209C32.1509 24.3371 32.5212 24.2367 32.9761 23.9515C33.1665 23.9251 33.4522 23.8987 33.7907 23.9251C34.4149 23.978 34.7006 24.1734 34.928 23.9991C35.0867 23.8723 35.1449 23.6135 35.0867 23.4181C35.018 23.2069 34.8328 23.1065 34.7006 23.0379H34.69Z" fill="url(#paint14_linear)"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M18.2567 19.5L26.9456 19.602H27.1435C27.4055 19.6074 27.6461 19.747 27.7798 19.9779L30.9024 25.3902L25.6516 25.2238L21.513 25.0896C21.2564 25.0788 21.0211 24.9392 20.8874 24.7191L20.7003 24.4076L18 19.9618L18.262 19.5H18.2567Z" fill="#0B2D57"/>
<path d="M33.9686 7.94105C34.0508 7.94105 33.849 7.91109 33.9686 7.94105V7.94105Z" fill="#FF7592"/>
<path d="M40.1121 29.5499V36.6529H17.2617C16.828 36.6529 16.4766 36.3007 16.4766 35.8587V30.3291C16.4766 29.8946 16.828 29.5424 17.2617 29.5424H40.1121V29.5499Z" fill="#9EC8FC"/>
<path d="M16.4766 46.3258V45.3817C16.4766 44.9471 16.9775 44.595 17.5907 44.595H43.7834C39.7307 47.9142 34.5266 49.8847 28.8065 49.8323C24.3276 49.7873 20.103 48.5136 16.4766 46.3258Z" fill="#9EC8FC"/>
<path d="M50.5212 35.4689H40.1055V30.7336H51.9045C51.6054 32.382 51.1344 33.9629 50.5212 35.4689Z" fill="#DEDEDE"/>
<path d="M40.1129 31.3182V34.8847C40.1129 35.2068 40.3746 35.4691 40.6961 35.4691H50.5211C50.3566 35.8662 50.1847 36.2633 49.9977 36.6529H39.1184C38.7969 36.6529 38.5352 36.3907 38.5352 36.0685V30.1344C38.5352 29.8122 38.7969 29.5499 39.1184 29.5499H52.0913C52.039 29.947 51.9792 30.3441 51.9044 30.7338H40.6886C40.3671 30.7338 40.1054 30.996 40.1054 31.3182H40.1129Z" fill="#75A0D5"/>
<path d="M30.6589 37.7469V43.2914C30.6589 43.5462 30.8682 43.7634 31.1299 43.7634H44.7385C44.4394 44.0332 44.1403 44.2954 43.8337 44.5502H14.5156C14.0819 44.5502 13.7305 44.198 13.7305 43.7634V37.4472C13.7305 37.0126 14.0819 36.6605 14.5156 36.6605H50.0099C49.8828 36.9227 49.7482 37.1849 49.6136 37.4472H30.9729C30.801 37.4472 30.6664 37.5821 30.6664 37.7544L30.6589 37.7469Z" fill="#FEBE15"/>
<path d="M49.6074 37.4396H30.9667C30.7424 37.4396 30.6602 37.7318 30.6602 37.9566V36.6529H50.0037C49.8766 36.9151 49.742 37.1774 49.6074 37.4396Z" fill="#E6A600"/>
<path d="M43.8275 44.5499H30.6602V43.2911C30.6602 43.5159 30.7349 43.7632 30.9667 43.7632H44.7397C44.4481 44.0329 44.1416 44.2951 43.835 44.5499H43.8275Z" fill="#E6A600"/>
<path d="M41.3738 37.4396H15.3007C14.867 37.4396 14.5156 37.7917 14.5156 38.2263V42.9616C14.5156 43.3962 14.867 43.7483 15.3007 43.7483H41.3738C39.3998 40.1968 41.3738 37.4321 41.3738 37.4321V37.4396Z" fill="#F1F2F2"/>
<path d="M44.7398 43.7559H30.6602V37.4396H49.6074C48.3513 39.8223 46.7063 41.9577 44.7398 43.7559Z" fill="#DEDEDE"/>
<path d="M36.9551 39.6124H23.9597C23.8476 39.6124 23.7578 39.5225 23.7578 39.4176C23.7578 39.3052 23.8476 39.2228 23.9597 39.2228H36.9551C37.0672 39.2228 37.1495 39.3127 37.1495 39.4176C37.1495 39.5225 37.0598 39.6124 36.9551 39.6124Z" fill="white"/>
<path d="M38.9316 41.5903H25.9288C25.8241 41.5903 25.7344 41.5004 25.7344 41.3955C25.7344 41.2831 25.8241 41.2007 25.9288 41.2007H38.9316C39.0438 41.2007 39.1261 41.2906 39.1261 41.3955C39.1261 41.5004 39.0363 41.5903 38.9316 41.5903Z" fill="white"/>
<defs>
<pattern id="pattern0" patternContentUnits="objectBoundingBox" width="1" height="1">
<use xlink:href="#image0"/>
</pattern>
<pattern id="pattern1" patternContentUnits="objectBoundingBox" width="1" height="1">
<use xlink:href="#image1"/>
</pattern>
<linearGradient id="paint0_linear" x1="38.673" y1="29.2876" x2="30.6149" y2="17.7429" gradientUnits="userSpaceOnUse">
<stop stop-color="#7BB2D1"/>
<stop offset="1" stop-color="#1473A9"/>
</linearGradient>
<linearGradient id="paint1_linear" x1="41.1923" y1="29.2948" x2="38.5465" y2="25.3017" gradientUnits="userSpaceOnUse">
<stop stop-color="#3F2D21"/>
<stop offset="1" stop-color="#91715C"/>
</linearGradient>
<linearGradient id="paint2_linear" x1="29.4727" y1="29.5754" x2="26.96" y2="25.309" gradientUnits="userSpaceOnUse">
<stop stop-color="#3F2D21"/>
<stop offset="1" stop-color="#91715C"/>
</linearGradient>
<linearGradient id="paint3_linear" x1="38.8969" y1="21.7439" x2="42.1469" y2="29.7505" gradientUnits="userSpaceOnUse">
<stop offset="0.210871" stop-color="#5B3114"/>
<stop offset="0.798647" stop-color="#322218"/>
</linearGradient>
<linearGradient id="paint4_linear" x1="32.4938" y1="31.4089" x2="31.1575" y2="21.9133" gradientUnits="userSpaceOnUse">
<stop stop-color="#FFC444"/>
<stop offset="0.788235" stop-color="#F68152"/>
<stop offset="1" stop-color="#F36F56"/>
</linearGradient>
<linearGradient id="paint5_linear" x1="30.3418" y1="22.0244" x2="33.3579" y2="29.8817" gradientUnits="userSpaceOnUse">
<stop offset="0.210871" stop-color="#5B3114"/>
<stop offset="0.798647" stop-color="#322218"/>
</linearGradient>
<linearGradient id="paint6_linear" x1="42.6256" y1="31.7659" x2="40.9255" y2="21.2821" gradientUnits="userSpaceOnUse">
<stop stop-color="#FFC444"/>
<stop offset="0.788235" stop-color="#F68152"/>
<stop offset="1" stop-color="#F36F56"/>
</linearGradient>
<linearGradient id="paint7_linear" x1="40.2994" y1="8" x2="46.4659" y2="20.908" gradientUnits="userSpaceOnUse">
<stop offset="0.210871" stop-color="#5B3114"/>
<stop offset="0.798647" stop-color="#322218"/>
</linearGradient>
<linearGradient id="paint8_linear" x1="33.0723" y1="23.4044" x2="24.2497" y2="14.666" gradientUnits="userSpaceOnUse">
<stop stop-color="#7BB2D1"/>
<stop offset="1" stop-color="#1473A9"/>
</linearGradient>
<linearGradient id="paint9_linear" x1="39.5987" y1="29.725" x2="25.6488" y2="15.8077" gradientUnits="userSpaceOnUse">
<stop stop-color="#7BB2D1"/>
<stop offset="1" stop-color="#1473A9"/>
</linearGradient>
<linearGradient id="paint10_linear" x1="35.9434" y1="15.4469" x2="31.7323" y2="2.8694" gradientUnits="userSpaceOnUse">
<stop stop-color="#FFC444"/>
<stop offset="0.788235" stop-color="#F68152"/>
<stop offset="1" stop-color="#F36F56"/>
</linearGradient>
<linearGradient id="paint11_linear" x1="34.8442" y1="12.8201" x2="31.6818" y2="5.59705" gradientUnits="userSpaceOnUse">
<stop stop-color="#FFC444"/>
<stop offset="0.788235" stop-color="#F68152"/>
<stop offset="1" stop-color="#F36F56"/>
</linearGradient>
<linearGradient id="paint12_linear" x1="42.0438" y1="24.4131" x2="24.4166" y2="24.5726" gradientUnits="userSpaceOnUse">
<stop stop-color="#E8E5F9"/>
<stop offset="1" stop-color="#DDE1F4"/>
</linearGradient>
<linearGradient id="paint13_linear" x1="42.7543" y1="25.1082" x2="33.3125" y2="14.2153" gradientUnits="userSpaceOnUse">
<stop stop-color="#7BB2D1"/>
<stop offset="1" stop-color="#1473A9"/>
</linearGradient>
<linearGradient id="paint14_linear" x1="34.7418" y1="24.6513" x2="33.712" y2="19.4764" gradientUnits="userSpaceOnUse">
<stop stop-color="#FFC444"/>
<stop offset="0.788235" stop-color="#F68152"/>
<stop offset="1" stop-color="#F36F56"/>
</linearGradient>
<image id="image0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAADCAIAAAGjU2I5AAAACXBIWXMA"/>
<image id="image1" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIcAAABNCAIAAAF08dAZAAAACXBIWXMA"/>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 21 KiB

View File

@@ -0,0 +1,117 @@
<svg width="55" height="52" viewBox="0 0 55 52" fill="none" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<path d="M26.2286 51.881C11.8976 51.7685 0 39.8539 0 25.3359C0 10.8179 11.8901 -0.443894 26.2286 0.231363C40.2601 0.891614 51.4613 12.7761 51.4613 26.7465C51.4613 40.7168 40.2601 51.9936 26.2286 51.881Z" fill="#624A3A"/>
<path d="M28.8536 51.6785C14.5226 51.566 2.625 39.6514 2.625 25.1334C2.625 10.6154 14.5151 -0.646409 28.8536 0.0288481C42.8851 0.6891 54.0863 12.5736 54.0863 26.5439C54.0863 40.5143 42.8851 51.7911 28.8536 51.6785Z" fill="#D8DEE8"/>
<path d="M52.3657 26.4988C52.3657 39.5463 41.9357 50.0202 28.8476 49.9002C15.49 49.7726 4.46094 38.7134 4.46094 25.1858C4.46094 11.6656 15.49 1.20665 28.8476 1.81438C41.9432 2.41461 52.3657 13.4588 52.3657 26.5063V26.4988Z" fill="white"/>
<path d="M52.3657 26.4988C52.3657 39.5463 41.9357 50.0202 28.8476 49.9002C15.49 49.7726 4.46094 38.7134 4.46094 25.1858C4.46094 11.6656 15.49 1.20665 28.8476 1.81438C41.9432 2.41461 52.3657 13.4588 52.3657 26.5063V26.4988Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M28.3195 14.4208C28.213 14.4557 28.1065 14.4907 28 14.5256C28.1065 14.0714 28.2218 13.0203 28.3195 12.3914C28.7277 9.55248 28.0532 8.87988 28.8076 7.84042C29.9082 6.33799 30.7902 5.99143 31.4203 6.00017C31.6777 6.00017 31.9085 6.01764 32.1126 6.05258C33.3996 6.22728 33.9499 6.8562 36.6569 7.59868C36.7545 7.62488 36.8522 7.65109 36.9498 7.67729C39.5503 8.34989 40.0562 8.00922 41.0858 8.79538C42.7011 10.0183 42.0887 11.3373 43.4112 12.796C44.2543 13.7307 45.275 14.0539 46.3223 14.2024C46.775 14.2635 47.2276 14.2897 47.6891 14.3159C48.1329 14.3421 48.5767 14.3683 49.0027 14.4207C49.837 14.5343 50.6003 14.7789 51.1595 15.4165C51.4612 15.7572 51.6742 16.1765 51.8163 16.6482C52.0825 17.5741 52.047 18.7096 51.7896 19.8452C51.4701 21.2253 50.8222 22.6142 50.0145 23.6886C39.3639 37.6909 31.873 31.4715 30.3908 23.4615C29.2902 17.4955 33.4647 14.1559 28.3373 14.4208H28.3195Z" fill="url(#paint0_linear)"/>
<mask id="mask0" mask-type="alpha" maskUnits="userSpaceOnUse" x="7" y="6" width="44" height="45">
<path d="M50.7169 28.7555C50.7169 40.6623 41.1986 50.2207 29.2547 50.1111C17.0648 49.9947 7 39.9023 7 27.5573C7 15.2191 17.0648 5.67445 29.2547 6.22905C41.2055 6.77681 50.7169 16.8555 50.7169 28.7624V28.7555Z" fill="white"/>
</mask>
<g mask="url(#mask0)">
<path fill-rule="evenodd" clip-rule="evenodd" d="M36.9045 49.2691C36.761 50.1485 36.5667 50.9011 36.3809 51.4995L35.1564 51.8349C32.2006 45.452 30.6298 38.3256 30.7312 30.9272C30.7818 30.9 30.8241 30.8728 30.8748 30.8456L33.8305 32.3688C34.0332 32.4867 34.2528 32.6046 34.4808 32.7406C34.9453 33.0126 35.3675 33.2846 35.7391 33.5384C35.4857 34.3544 35.3422 35.0979 35.2746 35.7779C35.1986 36.4488 35.1986 37.0472 35.2324 37.5822C35.2746 38.3619 35.4097 39.051 35.5702 39.6947C36.0938 41.6984 37.0058 43.3304 37.1072 46.268C37.141 47.3742 37.0565 48.3896 36.913 49.2691H36.9045Z" fill="url(#paint1_linear)"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M27.6448 51.835C27.637 51.8261 27.6216 51.8261 27.6139 51.8172C27.1589 51.5502 26.6962 51.2832 26.2412 51.0162C26.5342 48.6757 26.7579 45.9704 26.8119 42.9802C26.8196 42.4551 26.8273 41.9123 26.8196 41.3694C26.8196 40.8355 26.8119 40.2926 26.7964 39.7409C26.7193 36.8308 26.4803 34.1521 26.1641 31.7582C26.3337 31.8739 26.5034 31.9807 26.6885 32.0608C26.835 32.1231 26.9892 32.1854 27.1589 32.2477C27.7913 32.4791 28.5393 32.6838 29.3877 32.7639C30.2822 32.8528 30.9609 32.7728 31.6395 32.6126C31.6241 32.666 31.601 32.7194 31.5855 32.7639C30.6216 35.4781 30.1357 37.4271 30.0894 38.0589C30.074 38.2992 30.0586 38.5395 30.0586 38.762C30.0432 39.4472 30.0663 39.9723 30.0663 39.9723C30.074 40.2036 30.0894 40.4439 30.1126 40.702C30.128 40.8533 30.1434 40.9957 30.1588 41.1381C30.3594 42.7043 30.7218 43.4964 30.3748 45.561C29.9121 48.3554 28.6704 50.4378 27.7064 51.746C27.6833 51.7727 27.6602 51.8083 27.637 51.835H27.6448Z" fill="url(#paint2_linear)"/>
</g>
<path d="M28.7529 13.2083L28.7531 13.2113C27.5129 13.4088 26.4255 13.6077 25.5436 13.9051C24.6616 14.2025 23.9938 14.5957 23.5843 15.1759C23.3701 15.48 23.2964 15.7614 23.3091 16.0554C23.3221 16.3528 23.4236 16.6667 23.5684 17.0358C23.6134 17.1504 23.6623 17.2698 23.7136 17.395C23.9919 18.074 24.3403 18.9243 24.5034 20.0994C24.7941 22.1817 24.3029 23.628 23.8193 25.0522C23.8085 25.0839 23.7978 25.1156 23.787 25.1472C23.2941 26.6004 22.8264 28.0463 23.2023 30.158L23.2024 30.1582C23.3232 30.8488 23.5091 31.4626 23.7135 31.9825L23.7137 31.983C24.0634 32.8949 24.7451 33.6648 25.6408 34.1816L25.6409 34.1816C26.3206 34.5746 27.1397 34.9673 28.1076 35.2747L28.1077 35.2747C29.7421 35.797 30.8394 35.7786 32.3537 35.7533L32.4095 35.7524L32.4098 35.7524M28.7529 13.2083L44.0891 36.7109C42.7289 37.2017 41.8623 36.9901 40.4627 36.6484C39.2914 36.3625 37.7469 35.9854 35.2275 35.8525C34.0859 35.7924 33.1969 35.801 32.4109 35.8181L32.4098 35.7524M28.7529 13.2083C29.012 13.1668 30.4396 12.9677 32.2836 13.126L32.2838 13.126C32.9068 13.1776 33.6242 13.2438 34.2238 13.3989C34.5235 13.4764 34.7903 13.5752 34.9999 13.7033C35.209 13.8311 35.3571 13.9855 35.4277 14.1731M28.7529 13.2083L35.4895 14.1507M32.4098 35.7524C33.1966 35.7352 34.0872 35.7266 35.231 35.7868C37.7566 35.9201 39.3061 36.2984 40.4781 36.5845C40.5923 36.6124 40.703 36.6394 40.8106 36.6652C42.0185 36.9551 42.8359 37.0931 44.0667 36.6491M32.4098 35.7524L44.0667 36.6491M44.0667 36.6491C45.3178 36.1942 46.396 35.354 47.0945 34.4975C47.4438 34.0692 47.6962 33.6392 47.8285 33.2539C47.9614 32.867 47.9701 32.5351 47.8483 32.2938L47.8482 32.2936C47.7775 32.1525 47.6686 32.0676 47.5168 32.0077C47.3617 31.9464 47.1666 31.913 46.9268 31.8741L46.8962 31.8691C46.4235 31.7925 45.8075 31.6927 45.0875 31.3092L45.0873 31.3091C44.1359 30.7985 43.7399 30.194 43.392 29.5762C43.3571 29.5143 43.3228 29.4525 43.2885 29.3906C42.9813 28.8365 42.6744 28.2829 41.9998 27.7665L41.9996 27.7664C40.9047 26.921 39.8302 26.9469 38.7699 26.9726L38.7482 26.9731C37.758 27.0074 36.7802 27.0357 35.8516 26.3155L35.8513 26.3152C34.8874 25.558 34.3542 24.2682 34.1611 22.9065C33.9679 21.5439 34.1136 20.0968 34.5203 19.0122C34.7797 18.3193 34.9123 17.5953 35.0292 16.8606C35.0465 16.7521 35.0634 16.6434 35.0804 16.5344C35.1779 15.9079 35.2762 15.276 35.4445 14.6583M44.0667 36.6491L35.5082 14.6744M35.4445 14.6583C35.4446 14.6579 35.4447 14.6575 35.4448 14.6571L35.5082 14.6744M35.4445 14.6583C35.4444 14.6586 35.4443 14.659 35.4442 14.6594L35.5082 14.6744M35.4445 14.6583C35.4711 14.5438 35.4961 14.3699 35.4277 14.1731M35.5082 14.6744C35.5363 14.5542 35.5644 14.3653 35.4895 14.1507M35.4277 14.1731C35.4278 14.1733 35.4278 14.1736 35.4279 14.1738L35.4895 14.1507M35.4277 14.1731C35.4276 14.1729 35.4275 14.1726 35.4274 14.1724L35.4895 14.1507" fill="url(#paint3_linear)" stroke="url(#paint4_linear)" stroke-width="0.131545"/>
<rect x="23.9375" y="31.2897" width="1.21422" height="2.18671" fill="url(#pattern0)"/>
<rect x="24.9961" y="33.2261" width="1.12495" height="1.01749" fill="url(#pattern1)"/>
<rect x="23.2734" y="24.2836" width="1.16956" height="7.15811" fill="url(#pattern2)"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M41.9597 37C40.6198 37 39.3711 36.2702 36.3998 35.9144C35.9258 35.8596 35.3972 35.814 34.823 35.7775C34.1941 35.7411 33.6381 35.7319 33.1368 35.7319C32.7631 35.7319 32.4076 35.7411 32.0886 35.7411C32.0795 35.7411 32.0704 35.7411 32.0613 35.7411C31.7422 35.7502 31.4506 35.7502 31.1589 35.7502C30.0925 35.7502 29.1537 35.6681 27.8777 35.2211C26.9298 34.8926 26.1186 34.473 25.4532 34.0533C25.0795 33.8161 24.7332 33.5242 24.4415 33.1958C24.0496 32.7579 23.7397 32.2379 23.5483 31.6723C23.4936 31.5263 23.448 31.3712 23.3933 31.207C23.3933 31.1888 23.3842 31.1796 23.3842 31.1705C23.3842 31.1705 23.3842 31.1705 23.3842 31.1614V31.1523V31.1432V31.134C23.3842 31.1249 23.3842 31.1249 23.3751 31.1158V31.1067V31.0975V31.0884V31.0793C23.3751 31.0793 23.3751 31.0793 23.3751 31.0702C23.3751 31.0611 23.3751 31.0611 23.366 31.0519C23.366 31.0428 23.366 31.0428 23.366 31.0337C23.366 31.0337 23.366 31.0337 23.366 31.0246C23.366 31.0154 23.366 31.0154 23.3569 31.0063C23.3569 30.9972 23.3569 30.9972 23.3478 30.9881C23.3478 30.979 23.3477 30.979 23.3386 30.9698C23.2566 30.6961 23.1837 30.4042 23.129 30.094C23.129 30.0758 23.1199 30.0484 23.1199 30.0302C23.1199 30.0211 23.1199 30.0211 23.1199 30.0119C23.1199 29.9937 23.1108 29.9846 23.1108 29.9663C23.1108 29.9572 23.1108 29.9481 23.1108 29.9481C23.1108 29.9298 23.1017 29.9207 23.1017 29.9025C23.1017 29.8933 23.1017 29.8933 23.1017 29.8842C23.1017 29.866 23.0925 29.8568 23.0925 29.8386C23.0925 29.8386 23.0925 29.8386 23.0925 29.8295C23.0925 29.8204 23.0925 29.8204 23.0925 29.8112C23.0925 29.8112 23.0925 29.8112 23.0925 29.8021C23.0925 29.793 23.0925 29.7839 23.0925 29.7839C23.0925 29.7747 23.0925 29.7747 23.0925 29.7656C23.0925 29.7656 23.0925 29.7656 23.0925 29.7565C23.0925 29.7474 23.0925 29.7474 23.0925 29.7382C23.0925 29.7382 23.0925 29.7382 23.0925 29.7291C23.0925 29.72 23.0925 29.72 23.0925 29.7109C23.0925 29.7018 23.0925 29.6926 23.0925 29.6835C23.0925 29.6744 23.0925 29.6653 23.0925 29.6561C23.0925 29.647 23.0925 29.6379 23.0925 29.6288C23.0925 29.6197 23.0925 29.6105 23.0925 29.6014C23.0925 29.5923 23.0925 29.5832 23.0925 29.574C23.0925 29.5649 23.0925 29.5558 23.0925 29.5467C23.0925 29.5193 23.0834 29.4919 23.0834 29.4737C23.0834 29.4646 23.0834 29.4554 23.0834 29.4463C23.0834 29.4372 23.0834 29.4281 23.0834 29.4189C23.0834 29.4098 23.0834 29.4007 23.0834 29.3916C23.0834 29.3825 23.0834 29.3733 23.0834 29.3642C22.7918 27.12 23.3204 25.5874 23.8126 24C24.0222 24.8575 24.3959 25.7789 25.0795 26.6456C26.6381 28.6435 29.0899 29.4463 30.9949 29.4463C31.0404 29.4463 31.0769 29.4463 31.1225 29.4463C32.6628 29.4189 33.2279 28.8625 34.0847 28.8625C34.2943 28.8625 34.5222 28.899 34.7956 28.9811C36.655 29.574 36.5547 31.4442 38.487 32.0372C38.8243 32.1375 39.125 32.174 39.3985 32.174C39.6993 32.174 39.9636 32.1375 40.2097 32.0919C40.4649 32.0554 40.6927 32.0098 40.9297 32.0098C41.2214 32.0098 41.513 32.0737 41.8138 32.2835C42.9167 33.0316 42.5156 34.4456 43.263 34.9382C43.4089 35.0386 43.6003 35.0933 43.8464 35.0933C44.4753 35.0933 45.4596 34.6919 47 33.5698C46.4531 34.6281 45.3138 35.814 43.9102 36.48C43.9011 36.48 43.901 36.48 43.901 36.4891C43.8919 36.4891 43.8919 36.4891 43.8828 36.4982C43.8737 36.4982 43.8737 36.5074 43.8737 36.5074H43.8646H43.8555H43.8464H43.8373C43.8373 36.5074 43.8373 36.5074 43.8281 36.5074C43.819 36.5074 43.819 36.5074 43.819 36.5165H43.8099H43.8008H43.7917H43.7826H43.7734H43.7643C43.7552 36.5165 43.7552 36.5256 43.7461 36.5256C43.7461 36.5256 43.7461 36.5256 43.737 36.5256H43.7279H43.7188H43.7096C43.7096 36.5256 43.7097 36.5256 43.7005 36.5256H43.6914C43.6823 36.5256 43.6823 36.5347 43.6732 36.5347H43.6641H43.655H43.6458H43.6367C43.6367 36.5347 43.6367 36.5347 43.6276 36.5347C43.6276 36.5347 43.6185 36.5347 43.6185 36.5439C43.6185 36.5439 43.6094 36.5439 43.6094 36.553H43.6003H43.5912H43.582H43.5729H43.5638C43.5547 36.553 43.5547 36.553 43.5456 36.5621C42.9896 36.7811 42.5156 36.8723 42.0508 36.8723L41.9597 37Z" fill="url(#paint5_linear)"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M12 22.7565L11.7545 20L11.6661 20.8114C11.6514 20.9559 11.5581 20.9448 11.5532 20.8003L11.5139 20.1778C11.5139 20.1778 10.6203 20.5446 11.1898 22.2007C11.6612 23.579 12 22.7565 12 22.7565Z" fill="url(#paint6_linear)"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M25.8613 14H25.1421C24.6455 14 24.1918 14.2808 23.9521 14.7283C23.3014 15.9832 21.7432 18.528 19.3459 19.8092C16.0839 21.5554 12.6849 22.1346 12.6849 22.1346L12 22.1872C12 22.1872 14.1062 25.6271 19.774 24.8987C25.4418 24.1704 27 19.9583 27 19.9583L25.8699 14H25.8613Z" fill="url(#paint7_linear)"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M32.1548 9.45384C32.0479 9.81066 31.4702 11.7082 32.3337 12.2314C32.5218 12.3439 32.7262 12.445 33.464 12.5941C33.9452 12.6913 34.5457 13.0102 34.8329 13.0504C34.7647 13.3674 34.5923 13.5996 34.1364 14.0587C32.8569 15.3556 30.4885 14.9395 30.1573 14.8755C28.9712 14.6448 27.8065 14.2932 27.5475 14.0859C27.1324 13.7726 26.7972 13.535 26.6202 13.3026C27.0987 13.1162 28.0676 12.6326 28.7065 12.4787C29.1912 12.3651 30.3206 12.2913 30.7263 12.2392C30.822 11.8741 30.9065 11.5009 31.0023 11.1358C31.6183 10.5809 31.55 10.017 32.1765 9.4612L32.1548 9.45384Z" fill="url(#paint8_linear)"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M31.9479 11.0279C31.9479 11.0279 31.2882 12.1188 30.2658 11.8225C29.3535 11.5556 29.9049 8.80124 30.6397 8.4117C30.8835 8.28487 31.328 8.27109 31.6257 8.44971C31.8384 8.5773 32.3897 9.29671 32.0686 10.2131C32.3027 10.1134 32.5033 10.1549 32.5546 10.2756C32.6192 10.4316 32.4191 10.6764 32.381 10.7342C32.2234 10.9329 32.0437 11.0011 31.9555 11.0307L31.9479 11.0279Z" fill="url(#paint9_linear)"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M18.7856 29.344H19.831L19.8306 48C19.4821 47.9452 19.1336 47.6122 18.7852 47.5437L18.7856 29.344Z" fill="#9EC8FC"/>
<path d="M25.8434 7.89246L23.6842 35.0954L9.73828 32.5072L12.8746 7.89246H25.8434Z" fill="#D8DEE8"/>
<path d="M16.0203 32.1325C15.7401 32.1325 15.5078 32.3653 15.5078 32.646C15.5078 32.9268 15.7401 33.1595 16.0203 33.1595C16.3004 33.1595 16.5327 32.9268 16.5327 32.646C16.5327 32.3653 16.3004 32.1325 16.0203 32.1325Z" fill="url(#paint10_linear)"/>
<path d="M17.7888 32.4763C17.5087 32.4763 17.2695 32.7091 17.2695 32.9898C17.2695 33.2705 17.5018 33.5033 17.7888 33.5033C18.069 33.5033 18.3013 33.2705 18.3013 32.9898C18.3013 32.7091 18.069 32.4763 17.7888 32.4763Z" fill="url(#paint11_linear)"/>
<path d="M19.7976 32.8201C19.5175 32.8201 19.2852 33.0529 19.2852 33.3336C19.2852 33.6143 19.5175 33.8471 19.7976 33.8471C20.0778 33.8471 20.3101 33.6143 20.3101 33.3336C20.3101 33.0529 20.0778 32.8201 19.7976 32.8201Z" fill="url(#paint12_linear)"/>
<path d="M21.2206 8.19374H17.1277C16.7928 8.19374 16.5195 7.91987 16.5195 7.58437C16.5195 7.23517 16.7928 6.96814 17.1277 6.96814H21.2206C21.5554 6.96814 21.8287 7.24202 21.8287 7.57752C21.8287 7.92671 21.5554 8.20059 21.2206 8.20059V8.19374Z" fill="#624A3A"/>
<path d="M28.0831 34.2328L25.8487 7.7077L23.8672 33.4111L28.0831 34.2328Z" fill="#98A1B1"/>
<path d="M23.1395 21.106L23.0712 21.0786L17.9875 16.4227C17.9465 16.3816 17.9397 16.32 17.9807 16.2789C18.0217 16.2378 18.0832 16.231 18.1242 16.272L23.2078 20.928C23.2488 20.9691 23.2556 21.0307 23.2146 21.0718L23.1395 21.106Z" fill="#253D63"/>
<path d="M23.6056 21.4606L23.6056 21.4609L23.6118 21.4598L23.6004 21.3951L23.6119 21.4598L23.612 21.4598L23.6124 21.4597L23.6141 21.4594L23.6208 21.4582L23.6467 21.4534C23.6695 21.4491 23.7031 21.4426 23.7469 21.4338C23.8345 21.4162 23.9626 21.3893 24.1252 21.3521C24.4504 21.2777 24.9136 21.1619 25.4662 20.9964C26.5713 20.6655 28.0356 20.1353 29.4707 19.3386C31.5901 18.1638 32.9632 15.835 33.5348 14.6919C33.7346 14.3053 34.1107 14.0658 34.5192 14.0658H35.1465L35.151 14.0673C35.1602 14.0705 35.1743 14.0757 35.1925 14.083C35.229 14.0977 35.2822 14.1211 35.3476 14.1558C35.4784 14.2251 35.6578 14.3391 35.8493 14.5169C36.2318 14.872 36.6657 15.4844 36.8564 16.512C37.0471 17.5394 36.8559 18.2537 36.6209 18.7094C36.5032 18.9378 36.3739 19.1022 36.2747 19.2092C36.2251 19.2626 36.183 19.3017 36.1537 19.3271C36.139 19.3398 36.1276 19.3491 36.1199 19.3551L36.1115 19.3616L36.1096 19.363L36.1093 19.3632L36.1093 19.3633L36.1092 19.3633L36.1092 19.3633L36.0926 19.3752L36.0857 19.3945L36.0857 19.3946L36.0857 19.3946L36.0856 19.395L36.0849 19.3968L36.0821 19.4045C36.0795 19.4114 36.0755 19.4218 36.07 19.4355C36.0591 19.463 36.0423 19.5036 36.0192 19.5558C35.9729 19.6602 35.901 19.8105 35.7992 19.9933C35.5956 20.3589 35.2726 20.8538 34.7955 21.3693C33.842 22.3997 32.2721 23.514 29.8053 23.8428C27.3373 24.1717 25.6495 23.5593 24.5797 22.8685C24.0443 22.5227 23.6627 22.1567 23.4153 21.8776C23.2916 21.738 23.2015 21.6203 23.1425 21.5378C23.1328 21.5241 23.1238 21.5114 23.1158 21.4997L23.6056 21.4606Z" fill="url(#paint13_linear)" stroke="url(#paint14_linear)" stroke-width="0.131545"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M23 21.8377L22.7545 20L22.6661 20.5409C22.6514 20.6373 22.5581 20.6298 22.5532 20.5335L22.5139 20.1186C22.5139 20.1186 21.6203 20.3631 22.1898 21.4672C22.6612 22.386 23 21.8377 23 21.8377Z" fill="url(#paint15_linear)"/>
<defs>
<pattern id="pattern0" patternContentUnits="objectBoundingBox" width="1" height="1">
<use xlink:href="#image0"/>
</pattern>
<pattern id="pattern1" patternContentUnits="objectBoundingBox" width="1" height="1">
<use xlink:href="#image1"/>
</pattern>
<pattern id="pattern2" patternContentUnits="objectBoundingBox" width="1" height="1">
<use xlink:href="#image2"/>
</pattern>
<linearGradient id="paint0_linear" x1="40" y1="6" x2="53.2444" y2="26.0793" gradientUnits="userSpaceOnUse">
<stop offset="0.210871" stop-color="#5B3114"/>
<stop offset="0.798647" stop-color="#322218"/>
</linearGradient>
<linearGradient id="paint1_linear" x1="36.3548" y1="57.5665" x2="-1.38007" y2="31.3359" gradientUnits="userSpaceOnUse">
<stop stop-color="#FFC444"/>
<stop offset="0.788235" stop-color="#F68152"/>
<stop offset="1" stop-color="#F36F56"/>
</linearGradient>
<linearGradient id="paint2_linear" x1="30.9883" y1="57.3174" x2="-3.57408" y2="35.7882" gradientUnits="userSpaceOnUse">
<stop stop-color="#FFC444"/>
<stop offset="0.788235" stop-color="#F68152"/>
<stop offset="1" stop-color="#F36F56"/>
</linearGradient>
<linearGradient id="paint3_linear" x1="44.5156" y1="37.5967" x2="25.2768" y2="10.3963" gradientUnits="userSpaceOnUse">
<stop stop-color="#7BB2D1"/>
<stop offset="1" stop-color="#1473A9"/>
</linearGradient>
<linearGradient id="paint4_linear" x1="44.5156" y1="37.5967" x2="25.2768" y2="10.3963" gradientUnits="userSpaceOnUse">
<stop stop-color="#7BB2D1"/>
<stop offset="1" stop-color="#1473A9"/>
</linearGradient>
<linearGradient id="paint5_linear" x1="43.6549" y1="37.3232" x2="36.0454" y2="18.2557" gradientUnits="userSpaceOnUse">
<stop stop-color="#7BB2D1"/>
<stop offset="1" stop-color="#1473A9"/>
</linearGradient>
<linearGradient id="paint6_linear" x1="11.8811" y1="23.8192" x2="6.33453" y2="19.5965" gradientUnits="userSpaceOnUse">
<stop stop-color="#FFC444"/>
<stop offset="0.788235" stop-color="#F68152"/>
<stop offset="1" stop-color="#F36F56"/>
</linearGradient>
<linearGradient id="paint7_linear" x1="14.4856" y1="17.048" x2="17.1836" y2="25.7206" gradientUnits="userSpaceOnUse">
<stop stop-color="#FE7207"/>
<stop offset="1" stop-color="#F75B37"/>
</linearGradient>
<linearGradient id="paint8_linear" x1="34.1231" y1="16.2847" x2="26.8815" y2="-2.53104" gradientUnits="userSpaceOnUse">
<stop stop-color="#FFC444"/>
<stop offset="0.788235" stop-color="#F68152"/>
<stop offset="1" stop-color="#F36F56"/>
</linearGradient>
<linearGradient id="paint9_linear" x1="31.2044" y1="13.2205" x2="29.003" y2="1.32964" gradientUnits="userSpaceOnUse">
<stop stop-color="#FFC444"/>
<stop offset="0.788235" stop-color="#F68152"/>
<stop offset="1" stop-color="#F36F56"/>
</linearGradient>
<linearGradient id="paint10_linear" x1="16.0203" y1="32.1325" x2="16.5264" y2="32.962" gradientUnits="userSpaceOnUse">
<stop offset="0.210871" stop-color="#5B3114"/>
<stop offset="0.798647" stop-color="#322218"/>
</linearGradient>
<linearGradient id="paint11_linear" x1="17.8399" y1="33.499" x2="17.2893" y2="33.0033" gradientUnits="userSpaceOnUse">
<stop stop-color="#3F2D21"/>
<stop offset="1" stop-color="#91715C"/>
</linearGradient>
<linearGradient id="paint12_linear" x1="19.7976" y1="32.8201" x2="20.3037" y2="33.6496" gradientUnits="userSpaceOnUse">
<stop offset="0.210871" stop-color="#5B3114"/>
<stop offset="0.798647" stop-color="#322218"/>
</linearGradient>
<linearGradient id="paint13_linear" x1="35.0487" y1="24.2486" x2="28.0412" y2="10.9331" gradientUnits="userSpaceOnUse">
<stop stop-color="#7BB2D1"/>
<stop offset="1" stop-color="#1473A9"/>
</linearGradient>
<linearGradient id="paint14_linear" x1="35.0487" y1="24.2486" x2="28.0412" y2="10.9331" gradientUnits="userSpaceOnUse">
<stop stop-color="#7BB2D1"/>
<stop offset="1" stop-color="#1473A9"/>
</linearGradient>
<linearGradient id="paint15_linear" x1="22.8811" y1="22.5461" x2="19.0786" y2="18.2038" gradientUnits="userSpaceOnUse">
<stop stop-color="#FFC444"/>
<stop offset="0.788235" stop-color="#F68152"/>
<stop offset="1" stop-color="#F36F56"/>
</linearGradient>
<image id="image0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAxCAIAAAHThnXEAAAACXBIWXMA"/>
<image id="image1" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAWCAIAAAHN2pB3AAAACXBIWXMA"/>
<image id="image2" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAChCAIAAAEhIgi5AAAACXBIWXMA"/>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 20 KiB

View File

@@ -0,0 +1,176 @@
<svg width="55" height="53" viewBox="0 0 55 53" fill="none" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<path d="M26.4033 52.2265C11.9768 52.1132 0 40.1193 0 25.5046C0 10.8899 11.9693 -0.446918 26.4033 0.232837C40.5282 0.897486 51.8041 12.8612 51.8041 26.9245C51.8041 40.9879 40.5282 52.3398 26.4033 52.2265Z" fill="#624A3A"/>
<path d="M29.0439 52.0227C14.6174 51.9094 2.64062 39.9156 2.64062 25.3008C2.64062 10.6861 14.6099 -0.650715 29.0439 0.0290402C43.1688 0.693689 54.4447 12.6574 54.4447 26.7208C54.4447 40.7841 43.1688 52.136 29.0439 52.0227Z" fill="#D8DEE8"/>
<path d="M52.716 26.6753C52.716 39.8096 42.2165 50.3534 29.0413 50.2326C15.5947 50.1042 4.49219 38.9713 4.49219 25.3535C4.49219 11.7433 15.5947 1.21467 29.0413 1.82645C42.2241 2.43068 52.716 13.5485 52.716 26.6828V26.6753Z" fill="white"/>
<path d="M52.716 26.6753C52.716 39.8096 42.2165 50.3534 29.0413 50.2326C15.5947 50.1042 4.49219 38.9713 4.49219 25.3535C4.49219 11.7433 15.5947 1.21467 29.0413 1.82645C42.2241 2.43068 52.716 13.5485 52.716 26.6828V26.6753Z" fill="white"/>
<path d="M10.2984 28.3597L8.41406 31.4563L9.77078 31.4261L10.4718 32.7101L12.3561 29.621L10.2984 28.3597Z" fill="url(#paint0_linear)"/>
<path d="M14.1085 28.3597L15.9928 31.4563L14.6436 31.4261L13.9351 32.7101L12.0508 29.621L14.1085 28.3597Z" fill="url(#paint1_linear)"/>
<path d="M8.91016 26.4939C8.91016 24.7039 10.3573 23.2537 12.1437 23.2537C13.93 23.2537 15.3772 24.7039 15.3772 26.4939C15.3772 28.2839 13.93 29.7341 12.1437 29.7341C10.3573 29.7341 8.91016 28.2839 8.91016 26.4939Z" fill="url(#paint2_linear)"/>
<path d="M12.1387 24.2961L12.704 25.1421L13.6989 24.9381L13.4954 25.9351L14.3396 26.494L13.4954 27.0605L13.6989 28.0575L12.704 27.8535L12.1387 28.6994L11.5809 27.8535L10.586 28.0575L10.7895 27.0605L9.94531 26.494L10.7895 25.9351L10.586 24.9381L11.5809 25.1421L12.1387 24.2961Z" fill="white"/>
<path d="M29.234 30.4593V39.1299C29.234 39.5755 28.8571 39.9758 28.42 39.9758H19.345C19.1038 39.9758 18.8777 39.8474 18.7345 39.6813C18.6139 39.5378 18.5234 39.3339 18.5234 39.1299V30.4593C18.5234 30.0137 18.9003 30.059 19.345 30.059H28.42C28.8647 30.059 29.234 30.0137 29.234 30.4593Z" fill="white"/>
<path d="M21.312 15.9052C21.1688 16.0563 21.1161 18.6318 21.4778 18.6318C21.6512 18.6318 23.3622 17.5669 23.4149 17.3629C23.5129 17.0004 21.5532 15.656 21.312 15.9052Z" fill="#624A3A"/>
<path d="M19.3621 16.9248C19.1209 16.668 18.7365 16.6529 18.4426 16.819C18.224 16.9399 18.0581 17.242 18.1712 17.4686C18.0732 17.4006 17.9677 17.2797 17.8622 17.31L17.832 17.3553C17.832 17.4988 18.1184 17.6498 18.239 17.6952C18.4049 17.748 18.6687 17.5063 18.7591 17.4006C18.8119 17.3402 18.744 17.2344 18.6687 17.2797C18.5858 17.3251 18.4802 17.4459 18.3672 17.4988C18.3446 17.3628 18.3295 17.2571 18.4275 17.1362C18.5179 17.0229 18.6687 16.9625 18.8043 16.955C19.0305 16.9323 19.234 17.0834 19.332 17.2797C19.4224 17.4686 19.3696 17.748 19.1737 17.8613C19.1134 17.8991 18.9777 17.9671 19.0003 18.0577C19.0606 18.3296 19.4676 17.8764 19.5053 17.816C19.6937 17.529 19.5807 17.1589 19.3621 16.9323V16.9248Z" fill="#624A3A"/>
<path d="M24.9105 16.9248C25.1517 16.668 25.5361 16.6529 25.8301 16.819C26.0487 16.9399 26.2145 17.242 26.1014 17.4686C26.1994 17.4006 26.305 17.2797 26.4105 17.31L26.4406 17.3553C26.4406 17.4988 26.1542 17.6498 26.0336 17.6952C25.8678 17.748 25.604 17.5063 25.5135 17.4006C25.4608 17.3402 25.5286 17.2344 25.604 17.2797C25.6869 17.3251 25.7924 17.4459 25.9055 17.4988C25.9281 17.3628 25.9432 17.2571 25.8452 17.1362C25.7547 17.0229 25.604 16.9625 25.4608 16.955C25.2347 16.9323 25.0311 17.0834 24.9407 17.2797C24.8503 17.4686 24.903 17.748 25.099 17.8613C25.1593 17.8991 25.2949 17.9671 25.2723 18.0577C25.212 18.3296 24.805 17.8764 24.7673 17.816C24.5789 17.529 24.692 17.1589 24.9105 16.9323V16.9248Z" fill="#624A3A"/>
<path d="M16.9571 20.2706C16.8365 20.2706 16.7461 20.5652 16.7461 20.686C16.7461 20.8069 16.8365 21.1014 16.9571 21.1014H19.8289V20.2782H16.9571V20.2706Z" fill="#90705B"/>
<path d="M27.6522 20.2707H19.8359V21.0939H27.6522C27.7728 21.0939 27.8632 20.7994 27.8632 20.6785C27.8632 20.5577 27.7728 20.2631 27.6522 20.2631V20.2707Z" fill="#E0F0F9"/>
<path d="M20.6726 20.6558C20.6726 21.0335 20.3635 21.3431 19.9867 21.3431C19.6098 21.3431 19.3008 21.0335 19.3008 20.6558C19.3008 20.2782 19.6098 19.9685 19.9867 19.9685C20.3635 19.9685 20.6726 20.2782 20.6726 20.6558Z" fill="#624A3A"/>
<path d="M41.4743 36.1283C41.2696 38.0408 40.6809 39.9009 39.7082 41.5514C38.71 43.2281 37.3278 44.6428 35.6128 45.6122C35.2033 45.8218 34.7937 46.0314 34.3586 46.2147C32.8996 47.0269 31.2871 47.6033 29.7769 47.9439C27.0381 48.5202 24.1713 48.0748 21.6629 46.7125C16.7996 44.0927 14.2656 38.5123 15.1871 33.0106C15.2382 32.7486 15.2895 32.4867 15.3406 32.2247C15.4686 31.6483 15.6478 31.1243 15.8782 30.5741C16.1341 29.4738 16.774 28.3997 17.4395 27.5089C17.6443 27.1945 17.8491 26.9063 18.0794 26.6444C18.2842 26.3824 18.5146 26.1204 18.7449 25.9108C19.1289 25.5178 19.564 25.151 19.9991 24.8104C20.6135 24.2865 21.2533 23.8149 21.9444 23.4481C23.0963 22.8193 24.4529 22.2954 25.8095 22.0334C29.1882 21.0902 32.8996 21.9286 35.8688 23.8673C37.4301 24.889 38.7867 26.2252 39.7594 27.7971C39.8618 27.9543 39.9642 28.1115 40.041 28.2687C40.6809 29.4214 41.0648 30.6266 41.2184 31.8579C41.5255 33.2726 41.6279 34.7135 41.4743 36.1545V36.1283Z" fill="#EDF6FF"/>
<path d="M19.8123 27.8708C19.6748 28.3493 19.7848 28.8279 19.8123 29.3065C19.8398 29.785 19.7848 30.3168 19.4548 30.689C19.1523 31.0346 18.6298 31.1676 18.3273 31.5132C18.0524 31.8322 17.9974 32.2842 17.6674 32.5767C17.4749 32.7628 17.1999 32.8159 16.9524 32.8957C16.2924 33.0552 15.66 33.2413 15 33.4008C15.055 33.135 15.11 32.8691 15.165 32.6032C15.3025 32.0183 15.495 31.4866 15.7425 30.9283C16.0174 29.8116 16.7049 28.7216 17.4199 27.8176C17.6399 27.4986 17.8599 27.2061 18.1073 26.9402C18.3273 26.6744 18.5748 26.4085 18.8223 26.1958C18.8498 26.4085 18.9323 26.6212 19.1248 26.7807C19.3998 27.02 19.8398 27.0997 19.9223 27.4454C19.9498 27.6049 19.8948 27.7644 19.8673 27.8974L19.8123 27.8708Z" fill="#CDE2FF"/>
<path d="M40.0001 27.8081C39.4275 28.2715 38.907 28.7865 38.7508 29.5073C38.6727 29.8935 38.7248 30.3055 38.6467 30.7174C38.5686 31.1293 38.3083 31.5413 37.8919 31.567C37.7357 31.5928 37.5535 31.5413 37.3974 31.5928C37.1631 31.6443 37.033 31.876 36.9289 32.0562C36.5645 32.6741 36.096 33.4207 35.3673 33.395C35.107 33.395 34.8728 33.2662 34.6385 33.189C33.9618 32.9058 33.2591 32.6741 32.5563 32.5454C31.8276 32.3909 31.0207 32.3136 30.4221 32.6998C29.7975 33.1118 29.5372 33.8841 29.0687 34.4763C28.9646 34.605 28.8605 34.7338 28.7043 34.811C28.2358 35.0685 27.6372 34.811 27.1687 34.5535C26.1797 34.0386 25.1386 33.6267 24.0715 33.3177C23.8372 33.2405 23.577 33.1633 23.3948 32.983C23.0044 32.5196 23.3948 31.7987 23.2126 31.2323C23.0304 30.7174 22.4318 30.4599 22.2496 29.9708C22.0934 29.5073 22.3537 29.0182 22.6921 28.6577C23.0304 28.323 23.4729 28.0656 23.7852 27.7051C24.3578 27.0615 24.6181 26.1346 25.3728 25.7227C26.1276 25.3365 27.0646 25.6712 27.8194 26.0574C28.5742 26.4693 29.407 26.9327 30.2399 26.7525C31.0207 26.598 31.6194 25.9029 32.4002 25.7227C33.0509 25.5682 33.7276 25.7999 34.3522 25.594C35.107 25.3622 35.5755 24.6156 36.0179 23.972L36.07 23.9205C37.6577 24.9246 39.0371 26.2376 40.0261 27.7824L40.0001 27.8081Z" fill="#CDE2FF"/>
<path d="M27.7662 41.4052C27.97 41.1113 28.2248 40.8441 28.2758 40.47C28.3012 40.283 28.3012 40.1227 28.3012 39.9357C28.3777 39.4815 28.7343 39.1341 29.0145 38.7868C29.2947 38.4395 29.5495 37.9318 29.3202 37.531C29.0145 36.9432 28.1229 37.0768 27.7153 36.5959C27.486 36.3287 27.4606 35.9547 27.2313 35.6875C27.1039 35.5539 26.9765 35.4737 26.8237 35.3669C26.2378 35.0195 25.6519 34.6722 25.0659 34.3248C24.9386 34.2447 24.8112 34.1645 24.6583 34.1645C24.48 34.1378 24.3017 34.218 24.1234 34.2981C23.7667 34.4584 23.4101 34.592 23.0534 34.7523C22.8751 34.8325 22.6968 34.9126 22.5439 35.0462C22.1618 35.447 22.2892 36.0883 22.1109 36.6226C21.9326 37.157 21.4231 37.531 21.1683 38.0387L21.0664 38.4127C21.0919 38.5463 21.1683 38.6799 21.2702 38.7868C21.6778 39.2143 22.1873 39.5349 22.493 40.0426C22.9515 40.8174 22.8242 41.8327 23.2318 42.6342C23.5374 43.2487 24.0979 43.6495 24.531 44.1572C24.8876 44.5847 25.1424 45.119 25.4735 45.6C25.7538 46.0007 26.1613 46.4015 26.6199 46.2679C27.1294 46.1076 27.2568 45.4129 27.2313 44.8518C27.2058 43.6762 27.1039 42.3938 27.7408 41.4052H27.7662Z" fill="#CDE2FF"/>
<path d="M41.544 36.2601C41.3455 38.1947 40.7749 40.0763 39.8321 41.7459C39.4351 41.6929 39.0382 41.6664 38.6908 41.8254L38.3435 42.0375C37.9961 42.1965 37.5744 42.117 37.227 41.9315C36.706 41.6399 36.3339 41.1629 35.9617 40.6859C35.7881 40.4474 35.6144 40.2088 35.5152 39.8908C35.4407 39.5993 35.4655 39.2548 35.664 39.0163C35.9369 38.7247 36.4083 38.7512 36.7557 38.5392C37.3511 38.1947 37.3511 37.2671 37.748 36.6841C38.2194 35.9951 38.9141 36.3396 39.4599 35.8095C39.6832 35.5975 39.9065 35.359 40.1794 35.306C40.7004 35.2265 41.1718 35.677 41.544 36.2071V36.2601Z" fill="#CDE2FF"/>
<mask id="mask0" mask-type="alpha" maskUnits="userSpaceOnUse" x="5" y="1" width="49" height="50">
<path d="M53.2238 26.6753C53.2238 39.8096 42.7243 50.3534 29.5491 50.2326C16.1025 50.1042 5 38.9713 5 25.3535C5 11.7433 16.1025 1.21467 29.5491 1.82645C42.7319 2.43068 53.2238 13.5485 53.2238 26.6828V26.6753Z" fill="white"/>
</mask>
<g mask="url(#mask0)">
<path fill-rule="evenodd" clip-rule="evenodd" d="M33.3884 27.4323C33.0699 28.4935 32.6099 30.2091 32.3092 32.358C31.4688 38.4951 33.2557 38.6897 32.9195 45.4901C32.8134 47.6566 34.8037 52.6707 34.9718 52.7768C35.0603 52.7857 35.1487 52.7945 35.246 52.7857C35.4229 52.7768 35.6618 52.7503 35.9448 52.6707C36.2633 52.6177 37.3956 49.5402 37.1302 47.7097C36.9444 46.4186 36.9975 45.0302 37.1037 42.2535C37.1214 41.8025 38.2713 33.4987 38.2713 33.4987C38.6252 36.5762 39.0232 39.1849 39.3771 41.21C40.5005 47.7185 44.145 51.6538 44.3396 51.7157C44.375 51.7333 44.72 51.8572 45.0031 51.6714C45.1269 51.5919 45.1711 51.4857 45.1711 51.4857C45.2684 51.4062 45.1446 44.986 44.03 40.1576C42.4112 33.145 43.1189 31.5002 42.6058 28.3697C42.1635 25.6637 33.3795 27.4235 33.3795 27.4235L33.3884 27.4323Z" fill="url(#paint3_linear)"/>
</g>
<path fill-rule="evenodd" clip-rule="evenodd" d="M42.5527 24.9212C42.7915 26.2034 43.2515 28.6265 43.1631 28.7768C43.2427 29.4754 43.3046 30.1298 43.3223 30.7046C43.3223 30.7046 43.3223 30.7046 43.3223 30.7135V30.7223C43.3223 30.7311 43.3223 30.7311 43.3223 30.7311V30.74V30.7488C43.3223 30.7577 43.3223 30.7577 43.3223 30.7577C43.3223 30.7577 43.3223 30.7577 43.3223 30.7665V30.7754C43.3223 30.7842 43.3223 30.7842 43.3223 30.7842C43.3223 30.793 43.3223 30.793 43.3223 30.793C43.3223 30.8196 43.3223 30.8373 43.3223 30.8549C43.3312 31.3944 39.6601 32.1991 36.1837 32.4202C35.6175 32.4556 35.0691 32.4733 34.5383 32.4733C32.1676 32.4733 30.2127 32.1018 30.0977 31.0407C30.0977 31.023 30.0977 31.0053 30.0977 30.9964C30.1065 30.9699 30.1153 30.9434 30.133 30.9257C30.133 30.9169 30.133 30.9169 30.133 30.9169C30.3188 30.572 30.4692 30.1829 30.6107 29.7584C31.1415 28.1578 31.3892 26.0973 31.4865 24.1872C32.7337 24.0192 33.981 23.6478 34.6622 23.409C34.671 23.4178 34.6887 23.4355 34.7064 23.4444C36.6348 25.1334 39.5363 26.1592 42.5527 24.9212ZM33.8749 11.0197C33.8749 11.0197 33.8749 11.0197 33.8837 11.0197C33.8837 11.0197 33.8837 11.0197 33.8749 11.0197ZM35.3256 18.8459C34.786 18.8105 34.3968 18.7929 34.1049 18.7929C34.0872 18.7929 34.0695 18.7929 34.0518 18.7929C33.9545 18.7929 33.8483 18.7929 33.7245 18.8017C33.7245 18.8017 33.7156 18.8017 33.7068 18.8017C33.2026 18.5364 32.7957 18.3419 32.5391 18.2888C32.5037 18.2888 32.4684 18.2711 32.4153 18.2711C32.3622 18.2711 32.2914 18.2888 32.1853 18.3419L32.1765 18.3507V18.3595C32.1765 18.3595 32.1765 18.3595 32.1676 18.3595L32.1588 18.3684C32.1588 18.3772 32.1588 18.3772 32.1588 18.3772C32.1588 18.3861 32.1499 18.3861 32.1411 18.3861C32.1411 18.3861 32.1322 18.3861 32.1322 18.3949L32.1234 18.4038C32.1234 18.4303 32.1322 18.4568 32.1411 18.4922C32.1411 18.501 32.1411 18.501 32.1411 18.501C32.1499 18.5806 32.1676 18.6779 32.1853 18.784C31.9553 18.7752 31.6988 18.7663 31.4157 18.7575C31.3184 17.8466 31.2034 16.9535 31.2034 16.1045C31.2034 15.2291 31.3272 14.3801 31.7076 13.5931C32.3534 12.2489 32.6364 12.3197 33.4591 11.3469C33.4591 11.3469 33.4591 11.3469 33.4591 11.3381C33.6095 11.232 33.7599 11.1258 33.9103 11.0286C33.636 11.3734 33.2645 11.9394 33.0433 12.6911C32.4861 14.5835 33.2557 16.2637 33.468 16.7059C33.8218 17.4487 34.2552 17.9616 34.6975 18.3507C34.9187 18.5453 35.1487 18.7133 35.361 18.8636L35.3256 18.8459Z" fill="url(#paint4_linear)"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M36.1863 2.78669L37.8228 6.209L41.5381 6.9872L41.6354 7.06679L41.662 7.03142L41.6708 7.02257L39.9636 3.46762L36.0979 2.6452L36.089 2.65405L36.0625 2.68942L36.1863 2.78669Z" fill="url(#paint5_linear)"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M39.9282 3.51212L41.6266 7.06707L37.7609 6.2535L36.0625 2.69855L39.9282 3.51212Z" fill="url(#paint6_linear)"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M37.1471 3.80369L35.8556 5.44852C35.7937 5.54579 36.4483 6.11176 37.2887 6.77499C38.0583 7.38517 38.7217 7.85386 38.8898 7.8627C38.9075 7.8627 38.9163 7.8627 38.9252 7.85386L38.9075 7.84502L40.199 6.20019C40.2078 6.19134 40.2167 6.17366 40.2255 6.15597C40.2432 6.1206 40.252 6.07638 40.2432 6.02332C40.2078 5.68728 39.7301 5.08595 39.0401 4.53767C38.3502 3.98939 37.6513 3.67104 37.3152 3.71526C37.2444 3.7241 37.1914 3.75063 37.156 3.79485L37.1471 3.80369Z" fill="url(#paint7_linear)"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M40.5635 4.87402L40.6608 5.01551C40.6962 5.0332 40.7051 5.06857 40.7051 5.11279L40.8554 7.3678L40.8908 7.89839C40.8908 7.92492 40.9351 7.95145 40.9616 7.95145C40.9881 7.95145 41.0324 7.92492 41.0235 7.88954L40.9881 7.31474L40.8378 5.11279C40.8289 4.98898 40.7316 4.87402 40.6078 4.88287H40.5547L40.5635 4.87402Z" fill="url(#paint8_linear)"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M41.1143 7.4291L41.0524 7.34951C41.0347 7.31414 40.9904 7.29645 40.9551 7.30529C40.9197 7.30529 40.8843 7.33182 40.8666 7.3672L40.8224 7.45563C40.8135 7.48216 40.8047 7.49984 40.8047 7.52637L40.8578 8.28689C40.8578 8.30457 40.9462 8.31342 41.0258 8.30457C41.1143 8.29573 41.1939 8.27804 41.1939 8.26036L41.1408 7.49984C41.1408 7.47331 41.1231 7.44678 41.1054 7.4291H41.1143Z" fill="url(#paint9_linear)"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M28.2843 23.7359C28.0454 23.6033 27.8154 23.4353 27.612 23.223C25.5951 21.083 29.0539 15.0873 30.9027 13.3098C31.6103 12.6289 32.893 11.4439 34.0076 10.931C33.8041 11.0637 33.6272 11.2052 33.4238 11.3467C33.4238 11.3467 33.4237 11.3467 33.4149 11.3467C32.5922 12.3283 32.3003 12.2398 31.6634 13.5928C31.283 14.3887 31.1592 15.2288 31.1592 16.1131C31.1592 16.9621 31.2742 17.8464 31.3715 18.7661C31.2123 18.7572 31.0442 18.7484 30.8673 18.7396C30.195 18.7042 30.5842 18.3239 30.4604 18.3239C30.4515 18.3239 30.4427 18.3239 30.425 18.3328C30.2835 18.3681 26.9309 21.6666 27.9924 23.4087C28.072 23.5414 28.1693 23.6564 28.2931 23.7536L28.2843 23.7359Z" fill="url(#paint10_linear)"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M43.1674 28.7768C42.9285 28.8387 41.3274 29.2631 39.4786 29.2631C37.7448 29.2631 35.7987 28.8917 34.578 27.5034C34.2242 27.1054 33.658 26.4687 33.6226 25.5755C33.5873 24.7001 34.0826 24.0368 34.7018 23.4355C35.4007 24.0457 37.276 25.4606 39.8236 25.4606C40.1952 25.4606 40.5844 25.434 40.9824 25.3633C41.522 25.2749 42.0528 25.1157 42.557 24.9123C42.7958 26.1946 43.2558 28.6176 43.1674 28.7679V28.7768ZM38.8683 20.5791C39.054 20.3492 39.2309 20.1105 39.3902 19.854C39.5229 19.6418 39.6202 19.4561 39.6909 19.3323C37.6298 19.067 36.2587 18.9255 35.321 18.8547C34.6753 18.4126 33.9676 17.8112 33.428 16.697C33.2157 16.2548 32.4461 14.5835 33.0034 12.6822C33.2246 11.9217 33.5961 11.3646 33.8703 11.0108C34.1534 10.7898 34.2418 10.7278 34.6841 10.5598C35.0114 10.436 35.2326 10.3299 35.6749 10.2768C36.0995 10.2238 36.5064 10.1884 36.9222 10.1884C37.7006 10.1884 38.4879 10.2945 39.3282 10.5333C39.5405 10.5952 39.974 10.8074 40.3367 10.9224C40.2836 10.9136 40.2305 10.9136 40.1775 10.9136C40.0094 10.9136 39.859 10.9401 39.744 11.002C39.1159 11.3292 38.7621 12.8591 38.9302 14.442C39.0363 15.4147 40.8409 18.6779 40.8409 18.8017C40.8409 18.8547 40.8409 18.8989 40.8321 18.952C40.7436 19.6506 40.0359 20.0839 39.6379 20.3315C39.4609 20.4377 39.2752 20.5084 39.0629 20.5438H39.054C39.0452 20.5438 39.0363 20.5438 39.0275 20.5438C39.0098 20.5438 38.9921 20.5526 38.9656 20.5526C38.9302 20.5615 38.8948 20.5615 38.8683 20.5615V20.5791Z" fill="url(#paint11_linear)"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M38.1262 7.48279C38.1086 8.33173 38.3916 9.56093 38.4978 10.3214C38.6039 11.082 37.047 11.1173 36.534 10.7636C36.0651 10.4364 36.419 9.56093 36.8701 9.09224C37.3213 8.6324 37.6574 7.95148 38.1262 7.48279Z" fill="url(#paint12_linear)"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M35.7749 7.21744C35.0583 6.58073 34.9256 4.33456 35.651 3.8924C36.0048 3.68017 36.6241 4.78556 37.0221 5.00664C37.5617 5.29847 39.0213 5.61682 39.3132 6.19163C39.5344 6.62494 39.0921 7.52695 38.9152 7.85414C38.7117 8.21671 38.694 8.09291 38.4552 8.34936C38.119 8.71193 37.6856 9.12756 37.3406 9.53435C37.2698 9.22484 37.2875 9.22484 37.1548 8.83574C37.1017 8.6854 36.7125 8.03985 36.5179 7.79224C36.3941 7.63307 35.8633 7.30587 35.7749 7.22628V7.21744Z" fill="url(#paint13_linear)"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M38.0852 8.96773C37.5279 9.48063 37.2625 10.0997 36.2541 9.91395C35.3518 9.74592 35.2014 7.5086 36.0241 6.84536C36.2983 6.62428 36.6964 6.62428 37.0325 6.7304C37.236 6.7923 37.4394 6.92495 37.6429 6.9957C37.8286 7.06644 37.979 6.97801 38.1559 7.16372C38.3682 7.39364 38.2267 7.99498 38.1029 8.27796C38.1913 8.19837 38.2975 8.08341 38.4213 8.04804C38.5098 8.02151 38.6601 7.88002 38.7398 8.00382C38.8725 8.20721 38.5894 8.58747 38.4213 8.74665C38.3417 8.81739 38.1913 8.90582 38.094 8.96773H38.0852Z" fill="url(#paint14_linear)"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M38.2145 7.02266C38.0907 7.0934 38.3118 7.32332 38.2764 7.5444C38.2145 7.97772 38.073 8.76476 37.4361 8.84435C37.0557 8.88857 36.6665 8.55252 36.2684 8.51715C36.0207 8.49062 35.7553 8.50831 35.5077 8.57021C35.3484 9.0389 35.3396 9.78173 35.7553 10.0736C36.1976 10.3831 36.4807 10.2239 36.9495 10.0912C37.2592 10.0028 37.6041 9.72867 37.7988 9.428C38.0022 9.10965 38.1526 8.7736 38.356 8.43756C38.471 8.25186 38.6037 8.02193 38.7364 7.82739C38.7718 7.77433 38.8249 7.68589 38.8514 7.62399C38.7453 7.52672 38.3914 6.93422 38.2145 7.0315V7.02266Z" fill="url(#paint15_linear)"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M36.0077 8.88851C36.1935 8.99463 36.4146 8.99463 36.6092 8.99463C36.6181 8.99463 36.6623 8.97694 36.6446 9.01232C36.5827 9.15381 36.3085 9.19802 36.1669 9.15381C36.0696 9.12728 35.9016 9.00347 35.9193 8.89736C35.9281 8.85314 35.9812 8.88851 35.9989 8.87967L36.0077 8.88851Z" fill="url(#paint16_linear)"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M30.6133 29.7496C31.144 28.149 31.3917 26.0885 31.489 24.1784C31.3917 26.0885 31.144 28.149 30.6133 29.7496Z" fill="url(#paint17_linear)"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M30.2871 24.2671C29.4821 24.2671 28.7567 24.1256 28.2967 23.7365C28.1817 23.6393 28.0844 23.5243 27.996 23.3916C26.9345 21.6495 30.2959 18.3599 30.4286 18.3157C30.4463 18.3068 30.4551 18.3068 30.464 18.3068C30.5878 18.3068 30.1986 18.6871 30.8709 18.7225C31.0478 18.7313 31.2159 18.7401 31.3751 18.749C31.667 18.7667 31.9236 18.7755 32.1447 18.7755C32.1624 18.8728 32.1801 18.9789 32.2066 19.0939C32.2066 19.0939 32.2066 19.0939 32.2066 19.1027C32.2066 19.1027 32.2066 19.1027 32.2066 19.1116C32.2155 19.1381 32.2155 19.1646 32.2243 19.1911C32.4543 20.2169 33.0293 21.8264 34.4447 23.2059C34.4889 23.2502 34.5597 23.3121 34.6481 23.4005C33.9758 23.6393 32.7285 24.0107 31.4813 24.1787C31.0744 24.2317 30.6586 24.2671 30.2694 24.2671H30.2871ZM38.5845 20.5972C37.0807 20.5972 35.055 19.4918 33.7104 18.802C33.7193 18.802 33.7193 18.802 33.7281 18.802C33.8431 18.802 33.9493 18.802 34.0554 18.802C34.0731 18.802 34.0908 18.802 34.1085 18.802C34.4004 18.802 34.7985 18.8197 35.3292 18.8551C36.2669 18.9258 37.638 19.0585 39.6991 19.3326C39.6284 19.4564 39.5311 19.6421 39.3984 19.8544C39.2303 20.1108 39.0622 20.3584 38.8765 20.5795C38.7792 20.5884 38.6818 20.5972 38.5845 20.5972Z" fill="url(#paint18_linear)"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M39.829 25.4695C37.2814 25.4695 35.406 24.0546 34.7072 23.4444C34.6895 23.4267 34.6807 23.4179 34.663 23.4002C34.5657 23.3118 34.4949 23.2499 34.4595 23.2056C33.0353 21.8261 32.4692 20.2166 32.2392 19.1908C32.4427 19.1289 32.655 19.0936 32.8673 19.0936C34.2295 19.0936 35.6449 20.3493 36.8125 21.0037C37.8387 21.5873 39.024 22.0472 40.1651 22.0472C40.9347 22.0472 41.6778 21.8438 42.3589 21.322C43.615 20.3758 43.1639 18.2888 42.1201 17.2011C41.4655 16.5467 40.7136 16.193 39.8644 15.9365C39.6521 15.8746 39.4398 15.8216 39.2363 15.7685C39.1744 15.3706 37.6617 12.0809 39.7759 10.9932C39.8909 10.9313 40.0413 10.9048 40.2094 10.9048C40.2624 10.9048 40.3155 10.9048 40.3686 10.9136C45.2604 12.417 42.0139 13.1067 43.2081 15.0345C44.0573 16.3787 45.0038 17.5018 45.3488 19.0051C46.0388 21.8349 45.2869 22.8784 44.8977 23.4267C44.5527 23.9219 44.7562 24.0192 42.5801 24.9035C42.0759 25.1069 41.5451 25.2661 41.0055 25.3545C40.6074 25.4253 40.2182 25.4518 39.8467 25.4518L39.829 25.4695ZM32.2127 19.1112C32.2127 19.1112 32.2127 19.1112 32.2127 19.1024C32.2127 19.1024 32.2127 19.1024 32.2127 19.1112ZM32.2127 19.1024C32.1861 18.9874 32.1684 18.8813 32.1507 18.7841C32.133 18.6779 32.1153 18.5807 32.1065 18.5011C32.1242 18.6602 32.1596 18.8636 32.2127 19.1024ZM32.1065 18.4922V18.4834V18.4922ZM32.0977 18.395C32.0977 18.395 32.1065 18.395 32.1065 18.3861C32.1065 18.3861 32.0977 18.3861 32.0977 18.395ZM32.1154 18.3861C32.1154 18.3861 32.1242 18.3861 32.1242 18.3773C32.1242 18.3773 32.1154 18.3773 32.1154 18.3861ZM32.1242 18.3773C32.133 18.3773 32.133 18.3684 32.1419 18.3684C32.133 18.3684 32.133 18.3773 32.1242 18.3773ZM32.1419 18.3684C32.1419 18.3684 32.1419 18.3684 32.1507 18.3684C32.1507 18.3684 32.1507 18.3684 32.1419 18.3684ZM32.1507 18.3684C32.1507 18.3684 32.1596 18.3684 32.1596 18.3596C32.1596 18.3596 32.1507 18.3596 32.1507 18.3684ZM32.1684 18.3596L32.1773 18.3507C32.1773 18.3507 32.1684 18.3507 32.1684 18.3596Z" fill="url(#paint19_linear)"/>
<rect x="32.043" y="18.2354" width="1.69841" height="0.61018" fill="url(#pattern0)"/>
<rect x="39.8438" y="17.0865" width="0.168071" height="0.19455" fill="url(#pattern1)"/>
<rect x="32.1875" y="18.7574" width="6.74943" height="1.89244" fill="url(#pattern2)"/>
<rect x="32.043" y="15.7333" width="11.597" height="6.38477" fill="url(#pattern3)"/>
<rect x="42.5664" y="12.0545" width="4.47603" height="11.673" fill="url(#pattern4)"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M31.4375 18.7575C32.8528 18.9521 33.1801 18.8548 33.2155 18.731C33.2686 18.5718 32.8882 18.2535 32.4813 18.1916C32.0656 18.1385 31.6498 18.3596 31.4375 18.7487V18.7575Z" fill="url(#paint20_linear)"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M42.9339 12.1166C45.7558 14.1328 49.418 19.3149 44.8889 23.4535C44.8889 23.4535 44.8889 23.4535 44.88 23.4624C44.5439 23.9487 44.7296 24.046 42.5624 24.9392C41.6866 25.2929 40.7667 25.4875 39.8378 25.4875C37.2725 25.4875 35.2999 24.0372 34.4684 23.2325C33.0442 21.8529 32.478 20.2435 32.248 19.2177C32.2392 19.1823 32.2304 19.1557 32.2215 19.1204C32.2215 19.1115 32.2127 19.0938 32.2127 19.085C32.1684 18.8551 32.133 18.6694 32.1154 18.519L32.1861 18.917C32.1596 18.749 32.133 18.5809 32.0977 18.4129L32.1242 18.3952C32.1242 18.3952 32.133 18.3864 32.1419 18.3864C32.1419 18.3864 32.1419 18.3864 32.1507 18.3864L32.1596 18.3775C32.1596 18.3775 32.1596 18.3775 32.1684 18.3687L32.1861 18.3599L32.54 18.3068C33.3449 18.3952 37.7325 21.508 39.6432 20.3496C40.0855 20.0754 40.8463 19.5979 40.8463 18.8197C40.8463 18.0415 39.9705 17.3164 39.9705 17.2456C39.9705 17.2456 39.9705 17.2368 39.9617 17.2368L39.9528 17.2279L39.944 17.2191C39.944 17.2191 39.944 17.2103 39.9351 17.2103L39.9263 17.2014L39.9086 17.1837L39.8998 17.1749C39.8998 17.1749 39.8998 17.166 39.8909 17.166C39.599 16.7681 39.369 16.3082 39.2098 15.813C39.1479 15.4151 37.6352 12.1254 39.7494 11.0377L40.3421 10.9581C41.8459 11.418 42.5801 11.8071 42.9074 12.1696C42.9074 12.1608 42.9162 12.152 42.9162 12.1343L42.9339 12.1166Z" fill="url(#paint21_linear)"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M39.3984 19.8543C39.4869 20.0665 39.9292 20.2876 40.1415 20.2611C40.5042 20.2169 40.7519 19.9781 40.9819 19.8632C41.1853 19.7659 41.6365 19.6421 41.663 19.4741C41.7161 19.1734 41.2207 19.085 40.9376 19.0584C40.5307 19.0142 40.1061 19.138 39.6992 19.3237C39.6019 19.5006 39.4869 19.6686 39.3984 19.8455V19.8543Z" fill="url(#paint22_linear)"/>
<defs>
<pattern id="pattern0" patternContentUnits="objectBoundingBox" width="1" height="1">
<use xlink:href="#image0"/>
</pattern>
<pattern id="pattern1" patternContentUnits="objectBoundingBox" width="1" height="1">
<use xlink:href="#image1"/>
</pattern>
<pattern id="pattern2" patternContentUnits="objectBoundingBox" width="1" height="1">
<use xlink:href="#image2"/>
</pattern>
<pattern id="pattern3" patternContentUnits="objectBoundingBox" width="1" height="1">
<use xlink:href="#image3"/>
</pattern>
<pattern id="pattern4" patternContentUnits="objectBoundingBox" width="1" height="1">
<use xlink:href="#image4"/>
</pattern>
<linearGradient id="paint0_linear" x1="11.8872" y1="33.8981" x2="5.3499" y2="20.3685" gradientUnits="userSpaceOnUse">
<stop stop-color="#FFC444"/>
<stop offset="0.788235" stop-color="#F68152"/>
<stop offset="1" stop-color="#F36F56"/>
</linearGradient>
<linearGradient id="paint1_linear" x1="15.524" y1="33.8981" x2="8.98662" y2="20.3685" gradientUnits="userSpaceOnUse">
<stop stop-color="#FFC444"/>
<stop offset="0.788235" stop-color="#F68152"/>
<stop offset="1" stop-color="#F36F56"/>
</linearGradient>
<linearGradient id="paint2_linear" x1="14.608" y1="31.5037" x2="5.46222" y2="10.6575" gradientUnits="userSpaceOnUse">
<stop stop-color="#FFC444"/>
<stop offset="0.788235" stop-color="#F68152"/>
<stop offset="1" stop-color="#F36F56"/>
</linearGradient>
<linearGradient id="paint3_linear" x1="38.6399" y1="26.861" x2="52.7645" y2="38.5958" gradientUnits="userSpaceOnUse">
<stop offset="0.210871" stop-color="#5B3114"/>
<stop offset="0.798647" stop-color="#322218"/>
</linearGradient>
<linearGradient id="paint4_linear" x1="41.4791" y1="33.0066" x2="23.5263" y2="17.986" gradientUnits="userSpaceOnUse">
<stop stop-color="#7BB2D1"/>
<stop offset="1" stop-color="#1473A9"/>
</linearGradient>
<linearGradient id="paint5_linear" x1="38.8667" y1="2.6452" x2="40.7785" y2="6.62787" gradientUnits="userSpaceOnUse">
<stop offset="0.210871" stop-color="#12498B"/>
<stop offset="0.798647" stop-color="#0B2D57"/>
</linearGradient>
<linearGradient id="paint6_linear" x1="38.8445" y1="2.69855" x2="40.7285" y2="6.63952" gradientUnits="userSpaceOnUse">
<stop offset="0.210871" stop-color="#5B3114"/>
<stop offset="0.798647" stop-color="#322218"/>
</linearGradient>
<linearGradient id="paint7_linear" x1="38.0491" y1="3.71118" x2="40.0376" y2="7.16864" gradientUnits="userSpaceOnUse">
<stop offset="0.210871" stop-color="#5B3114"/>
<stop offset="0.798647" stop-color="#322218"/>
</linearGradient>
<linearGradient id="paint8_linear" x1="40.9688" y1="8.79181" x2="37.2977" y2="7.51131" gradientUnits="userSpaceOnUse">
<stop stop-color="#FFC444"/>
<stop offset="0.788235" stop-color="#F68152"/>
<stop offset="1" stop-color="#F36F56"/>
</linearGradient>
<linearGradient id="paint9_linear" x1="41.1476" y1="8.58248" x2="39.2344" y2="6.89019" gradientUnits="userSpaceOnUse">
<stop stop-color="#FFC444"/>
<stop offset="0.788235" stop-color="#F68152"/>
<stop offset="1" stop-color="#F36F56"/>
</linearGradient>
<linearGradient id="paint10_linear" x1="33.0309" y1="24.0724" x2="22.5985" y2="16.3342" gradientUnits="userSpaceOnUse">
<stop stop-color="#7BB2D1"/>
<stop offset="1" stop-color="#1473A9"/>
</linearGradient>
<linearGradient id="paint11_linear" x1="41.7326" y1="29.7373" x2="26.2357" y2="18.2982" gradientUnits="userSpaceOnUse">
<stop stop-color="#7BB2D1"/>
<stop offset="1" stop-color="#1473A9"/>
</linearGradient>
<linearGradient id="paint12_linear" x1="38.2424" y1="11.935" x2="31.9429" y2="2.92314" gradientUnits="userSpaceOnUse">
<stop stop-color="#FFC444"/>
<stop offset="0.788235" stop-color="#F68152"/>
<stop offset="1" stop-color="#F36F56"/>
</linearGradient>
<linearGradient id="paint13_linear" x1="37.493" y1="9.51071" x2="34.6749" y2="7.63709" gradientUnits="userSpaceOnUse">
<stop stop-color="#3F2D21"/>
<stop offset="1" stop-color="#91715C"/>
</linearGradient>
<linearGradient id="paint14_linear" x1="38.3828" y1="10.845" x2="33.7545" y2="0.262969" gradientUnits="userSpaceOnUse">
<stop stop-color="#FFC444"/>
<stop offset="0.788235" stop-color="#F68152"/>
<stop offset="1" stop-color="#F36F56"/>
</linearGradient>
<linearGradient id="paint15_linear" x1="37.3108" y1="10.2388" x2="35.5705" y2="8.57607" gradientUnits="userSpaceOnUse">
<stop stop-color="#3F2D21"/>
<stop offset="1" stop-color="#91715C"/>
</linearGradient>
<linearGradient id="paint16_linear" x1="36.5618" y1="9.251" x2="36.367" y2="8.15127" gradientUnits="userSpaceOnUse">
<stop stop-color="#FFC444"/>
<stop offset="0.788235" stop-color="#F68152"/>
<stop offset="1" stop-color="#F36F56"/>
</linearGradient>
<linearGradient id="paint17_linear" x1="38.2827" y1="35.7541" x2="31.7051" y2="12.5043" gradientUnits="userSpaceOnUse">
<stop stop-color="#F4D6D6"/>
<stop offset="1" stop-color="#F3CDE6"/>
</linearGradient>
<linearGradient id="paint18_linear" x1="38.0391" y1="24.4153" x2="34.7496" y2="15.4937" gradientUnits="userSpaceOnUse">
<stop stop-color="#7BB2D1"/>
<stop offset="1" stop-color="#1473A9"/>
</linearGradient>
<linearGradient id="paint19_linear" x1="37.2902" y1="35.9929" x2="39.686" y2="9.55165" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF9085"/>
<stop offset="1" stop-color="#FB6FBB"/>
</linearGradient>
<linearGradient id="paint20_linear" x1="33.0084" y1="19.0548" x2="32.5796" y2="16.5023" gradientUnits="userSpaceOnUse">
<stop stop-color="#FFC444"/>
<stop offset="0.788235" stop-color="#F68152"/>
<stop offset="1" stop-color="#F36F56"/>
</linearGradient>
<linearGradient id="paint21_linear" x1="44.9426" y1="25.8487" x2="33.2424" y2="9.53573" gradientUnits="userSpaceOnUse">
<stop stop-color="#7BB2D1"/>
<stop offset="1" stop-color="#1473A9"/>
</linearGradient>
<linearGradient id="paint22_linear" x1="41.3971" y1="20.5947" x2="40.363" y2="16.1807" gradientUnits="userSpaceOnUse">
<stop stop-color="#FFC444"/>
<stop offset="0.788235" stop-color="#F68152"/>
<stop offset="1" stop-color="#F36F56"/>
</linearGradient>
<image id="image0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEEAAAAXCAIAAAGsRYVuAAAACXBIWXMA"/>
<image id="image1" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAHCAIAAAHT9ZssAAAACXBIWXMA"/>
<image id="image2" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQIAAABICAIAAAHlnlwvAAAACXBIWXMA"/>
<image id="image3" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAbwAAAD0CAIAAAEYqTSrAAAACXBIWXMA"/>
<image id="image4" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKsAAAG/CAIAAAHfvYDhAAAACXBIWXMA"/>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 31 KiB

View File

@@ -31,7 +31,7 @@ require_once 'inc/walker-nav-menu.php';
<a href="/contact-us">Contact Us</a>
<a href="/faq-page">FAQs</a>
</div>
<div class="fm-col">
<div class="fm-col right">
<div class="title">Follow Us</div>
<div class="social">
<a target="_blank" href="https://twitter.com/lawcarta"><span class="icon-twitter1"></span></a>
@@ -40,8 +40,14 @@ require_once 'inc/walker-nav-menu.php';
<a target="_blank" href="https://www.linkedin.com/company/likelawcarta"><span class="icon-linkedin"></span></a>
<a target="_blank" href="https://www.pinterest.com/lawcarta"><span class="icon-pinterest"></span></a>
</div>
<div class="copyright">
<a href="#" class="logo">
<img src="<?= get_theme_file_uri('/assets/img/logo.png'); ?>" alt="LawCarta lawcarta">
</a>
<p>&copy; <?=date("Y"); ?> <?= get_option('lawcarta_company'); ?>. All rights reserved</p>
</div>
</div>
<div class="fm-col right fm-fixed">
<!-- <div class="fm-col right fm-fixed">
<div class="title">Subscribe</div>
<div class="sub-input">
<div id="mc_embed_signup">
@@ -55,13 +61,7 @@ require_once 'inc/walker-nav-menu.php';
</form>
</div>
</div>
<div class="copyright">
<a href="#" class="logo">
<img src="<?= get_theme_file_uri('/assets/img/logo.png'); ?>" alt="LawCarta lawcarta">
</a>
<p>&copy; <?=date("Y"); ?> <?= get_option('lawcarta_company'); ?>. All rights reserved</p>
</div>
</div>
</div> -->
</div>
<?php if(0):?>
<div class="app-download">

View File

@@ -7,19 +7,115 @@ get_header();
?>
<div class="content no-pb">
<?php the_content();?><!--home page content from wp admin wysiwyg -->
<div class="blog-page">
<div class="bp-list cat-all">
<div class="cont">
<?php foreach ($posts as $post): ?>
<a href="<?=get_permalink(); ?>" class="bp-block <?php $categories = get_the_category(); foreach($categories as $category):?><?= $category->slug; ?> <?php endforeach;?>">
<span class="bp-img" style="background-image: url(<?=get_the_post_thumbnail_url(); ?>);"></span>
<span class="bp-title"><span class="cont-overflow"><?=get_the_title($post); ?></span></span>
<span class="bp-description"><span class="cont-overflow"><?=get_the_excerpt(); ?></span></span>
</a>
<?php endforeach; ?>
<div class="main-page">
<?php the_content();?><!--home page content from wp admin wysiwyg -->
<div class="blog-page">
<div class="bp-list cat-all">
<div class="cont">
<?php foreach ($posts as $post): ?>
<a href="<?=get_permalink(); ?>" class="bp-block <?php $categories = get_the_category(); foreach($categories as $category):?><?= $category->slug; ?> <?php endforeach;?>">
<span class="bp-img" style="background-image: url(<?=get_the_post_thumbnail_url(); ?>);"></span>
<span class="bp-title"><span class="cont-overflow"><?=get_the_title($post); ?></span></span>
<span class="bp-description"><span class="cont-overflow"><?=get_the_excerpt(); ?></span></span>
</a>
<?php endforeach; ?>
</div>
</div>
</div>
<div class="mp-small-block bot-flex">
<div class="cont">
<div class="flex">
<div class="left">
<div class="promo-header">
<div class="cont">
<h3>Interested? Get to know more</h3>
</div>
</div>
<div class="buttons">
<a href="/contact-us" class="button xxl mp-top-right">Request a demo</a>
<a href="/user/registration" class="button xxl mp-top-left">Sign Up For Free</a>
</div>
</div>
<div class="right">
<div class="subscribe-block">
<div class="sb-img">
<picture>
<source srcset="img/home-page/live/subscription.webp" type="image/webp">
<img src="img/home-page/live/subscription.png" alt="Feature">
</picture>
</div>
<div class="sb-text">
<div class="sb-line1">Subscribe and receive exclusive tips and offers! </div>
<div class="sb-line2">You can unsubscribe at any time.</div>
</div>
<div class="sub-input">
<div id="mc_embed_signup">
<form action="https://lawcarta.us12.list-manage.com/subscribe/post?u=f1055fdbaf5889ec432f2821f&id=25a4c0d555" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<div id="mc_embed_signup_scroll">
<input type="email" value="" name="EMAIL" class="email" id="mce-EMAIL" placeholder="Enter your Email" required>
<div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text" name="b_f1055fdbaf5889ec432f2821f_25a4c0d555" tabindex="-1" value=""></div>
<input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button xxl mp-top-right">
</div>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<script>
(function(){
var lines = [
'customized learning experiences.',
'online publishing.',
'customized teaching experiences.'
];
var currentTextNum = 0;
function addNext(){
var element = document.getElementById('animatedText');
if (!element) return;
element.innerText = lines[currentTextNum].substr(0, element.innerText.length + 1);
if ( element.innerText.length === lines[currentTextNum].length ) {
setTimeout(function(){
clearCurrent();
}, 1000);
} else {
setTimeout(function(){
addNext();
}, 30);
}
}
function clearCurrent(){
var element = document.getElementById('animatedText');
element.innerText = element.innerText.slice(0, -1);
if ( element.innerText.length > 0 ) {
setTimeout(function(){
clearCurrent();
}, 25);
} else {
currentTextNum++;
if (currentTextNum > lines.length - 1) {
currentTextNum = 0;
}
setTimeout(function(){
addNext();
}, 1000);
}
}
setTimeout(function(){
addNext();
}, 1000);
})();
</script>
</div>
</div>

View File

@@ -273,6 +273,9 @@ footer.v2 {
.main-page .feature-block .fb-text p.with-icon [class^="icon-"], .main-page .feature-block .fb-text p.with-icon [class*=" icon-"] {
color: #94c0ef; }
.main-page .feature-block .fb-text p .icon-feature {
background: url(../img/home-page/live/icon-feature.svg) center center no-repeat; }
.main-page .feature-block.promo .cont {
color: #475669; }
@@ -300,6 +303,14 @@ footer.v2 {
.main-page .feature-block.feat-descr.with-bg .fb-text .custom-marks li .icon-promo-check {
color: #98c2f2; }
.main-page .feature-block.home-page .fb-title {
color: #10417E; }
.main-page .feature-block.home-page .fb-title:before {
background-color: #FF7919; }
.main-page .feature-block.home-page .fb-text {
color: #144684; }
.main-page .promo-top .opacity-bg {
background: rgba(255, 255, 255, 0.7); }
@@ -308,13 +319,19 @@ footer.v2 {
.main-page .promo-top .line2 {
color: #003366; }
.main-page .promo-top .line2 .animated-text {
color: #458be2; }
.main-page .promo-top .line2 .animated-text .at-cursor {
background: #458be2; }
@media (min-width: 769px) {
.main-page .promo-top .button.xxl {
line-height: 48px; } }
.main-page .promo-header h3 {
color: #539aea; }
color: #10417E; }
.main-page .promo-header h3:before {
background: #ff6b00; }
.main-page .faq-search {
background: -webkit-gradient(linear, left top, right top, from(#539aea), to(#0e3f7b));
@@ -342,6 +359,9 @@ footer.v2 {
.main-page .faq-answer .answer-text ul li:before {
background: #48566b; }
.main-page .mp-app-links {
color: #10417E; }
.main-page .mp-serve {
background: #e6ebf2; }
.main-page .mp-serve .serve-col {
@@ -359,18 +379,13 @@ footer.v2 {
border-color: #fff;
background: #125095; }
.main-page .mp-serve .serve-col .sc-title {
color: #003366; }
color: #10417e; }
.main-page .mp-serve .serve-col .normal {
color: #003366; }
.main-page .mp-serve .serve-col:hover {
background: #125095;
color: #fff;
-webkit-box-shadow: 5px 5px 18px rgba(4, 40, 79, 0.4);
box-shadow: 5px 5px 18px rgba(4, 40, 79, 0.4); }
.main-page .mp-serve .serve-col:hover .sc-title {
color: #fff; }
.main-page .mp-serve .serve-col:hover .normal {
color: #fff; }
color: #144684; }
.main-page .subscribe-block {
background: -webkit-gradient(linear, left top, right top, from(#10417E), color-stop(77.89%, #5298E8));
background: linear-gradient(90deg, #10417E 0%, #5298E8 77.89%); }
.pc-slider .serve-col {
border: 2px solid #69a7ec; }

File diff suppressed because one or more lines are too long

View File

@@ -421,6 +421,9 @@ ul.tabset-tabs li {
.main-page .feature-block .fb-text p.with-icon [class^="icon-"], .main-page .feature-block .fb-text p.with-icon [class*=" icon-"] {
color: #94c0ef; }
.main-page .feature-block .fb-text p .icon-feature {
background: url(../img/home-page/live/icon-feature.svg) center center no-repeat; }
.main-page .feature-block.promo .cont {
color: #475669; }
@@ -448,6 +451,14 @@ ul.tabset-tabs li {
.main-page .feature-block.feat-descr.with-bg .fb-text .custom-marks li .icon-promo-check {
color: #98c2f2; }
.main-page .feature-block.home-page .fb-title {
color: #10417E; }
.main-page .feature-block.home-page .fb-title:before {
background-color: #FF7919; }
.main-page .feature-block.home-page .fb-text {
color: #144684; }
.main-page .promo-top .opacity-bg {
background: rgba(255, 255, 255, 0.7); }
@@ -456,13 +467,19 @@ ul.tabset-tabs li {
.main-page .promo-top .line2 {
color: #003366; }
.main-page .promo-top .line2 .animated-text {
color: #458be2; }
.main-page .promo-top .line2 .animated-text .at-cursor {
background: #458be2; }
@media (min-width: 769px) {
.main-page .promo-top .button.xxl {
line-height: 48px; } }
.main-page .promo-header h3 {
color: #539aea; }
color: #10417E; }
.main-page .promo-header h3:before {
background: #ff6b00; }
.main-page .faq-search {
background: -webkit-gradient(linear, left top, right top, from(#539aea), to(#0e3f7b));
@@ -490,6 +507,9 @@ ul.tabset-tabs li {
.main-page .faq-answer .answer-text ul li:before {
background: #48566b; }
.main-page .mp-app-links {
color: #10417E; }
.main-page .mp-serve {
background: #e6ebf2; }
.main-page .mp-serve .serve-col {
@@ -507,18 +527,13 @@ ul.tabset-tabs li {
border-color: #fff;
background: #125095; }
.main-page .mp-serve .serve-col .sc-title {
color: #003366; }
color: #10417e; }
.main-page .mp-serve .serve-col .normal {
color: #003366; }
.main-page .mp-serve .serve-col:hover {
background: #125095;
color: #fff;
-webkit-box-shadow: 5px 5px 18px rgba(4, 40, 79, 0.4);
box-shadow: 5px 5px 18px rgba(4, 40, 79, 0.4); }
.main-page .mp-serve .serve-col:hover .sc-title {
color: #fff; }
.main-page .mp-serve .serve-col:hover .normal {
color: #fff; }
color: #144684; }
.main-page .subscribe-block {
background: -webkit-gradient(linear, left top, right top, from(#10417E), color-stop(77.89%, #5298E8));
background: linear-gradient(90deg, #10417E 0%, #5298E8 77.89%); }
.pc-slider .serve-col {
border: 2px solid #69a7ec; }

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 285 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 65 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 251 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 62 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 238 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 57 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 270 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 61 KiB

View File

@@ -0,0 +1,12 @@
<svg width="32" height="29" viewBox="0 0 32 29" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M13.3395 18.9495H18.9027C20.3521 18.9495 21.7015 17.9869 22.9558 16.2308C23.764 14.7734 24.2494 13.0756 24.2494 11.6458C24.2494 8.37842 22.2733 5.72974 18.8524 5.72974C17.7317 5.72974 15.7746 6.2288 15.7746 6.2288C15.7746 6.2288 13.8176 5.72974 12.6969 5.72974C11.4066 5.72974 10.3219 6.10674 9.47116 6.75155C8.35286 7.93749 7.92969 9.49797 7.92969 11.016C7.92981 15.1511 10.5428 18.9495 13.3395 18.9495Z" fill="#FFD064"/>
<path d="M18.9035 18.6346C17.8792 18.6346 14.6794 18.6346 13.6552 18.6346C10.8585 18.6346 8.2455 14.8361 8.2455 10.701C8.2455 9.18299 8.67226 7.79878 9.47206 6.75146C8.06745 7.81604 7.30078 9.61082 7.30078 11.6457C7.30078 14.913 9.83559 19.5793 12.9624 19.5793C13.4976 19.5793 15.9309 19.7683 15.9309 19.7683C15.9309 19.7683 18.0996 19.5793 18.5887 19.5793C20.3471 19.5793 21.9183 18.1035 22.9567 16.2308C21.81 17.6318 20.3528 18.6346 18.9035 18.6346Z" fill="#EBB044"/>
<path d="M18.0643 3.68294C18.9304 2.07319 19.3129 0.596267 18.9186 0.38414C18.5244 0.172012 17.5026 1.30501 16.6365 2.91476C15.7705 4.52451 15.388 6.00143 15.7822 6.21356C16.1765 6.42569 17.1982 5.29269 18.0643 3.68294Z" fill="#61AAB8"/>
<path d="M1.04465 23.3316C1.01593 23.617 1 23.9307 1 24.2764C1 28.0553 2.88944 28.0553 2.88944 28.0553L30.3574 27.1105V25.8194L29.7276 25.3471L30.3574 24.8747V23.678L16.0895 22.072L1.04465 23.3316Z" fill="#EDF6FF"/>
<path d="M30.3576 21.4423L2.88971 20.4976C2.88971 20.4976 1.33029 20.4979 1.04492 23.3317L30.3576 22.7334V21.4423Z" fill="#CDE2FF"/>
<path d="M1.50195 22.7334H30.3567V23.6781H1.50195V22.7334Z" fill="#9EC8FC"/>
<path d="M1.50195 24.8748H30.3567V25.8195H1.50195V24.8748Z" fill="#9EC8FC"/>
<path d="M2.88863 27.1106C2.20723 27.1106 1.88899 26.273 1.88899 24.2765C1.88899 23.6896 1.9167 23.2036 1.97282 22.8089C1.973 22.8069 1.97307 22.8051 1.97332 22.8031C2.13014 21.3914 2.52214 21.1274 3.20353 21.1274C3.81042 21.1274 26.3725 20.4976 31.3013 20.4976V20.0252C31.3013 19.7643 31.0898 19.5529 30.8289 19.5529H2.88863C2.37741 19.5529 1.90738 19.6857 1.50134 19.9659C0.873539 20.826 0.314453 22.3075 0.314453 23.9616C0.314453 27.0602 1.61357 28.6852 2.88863 28.6852C4.36567 28.6852 26.436 28.0553 31.3013 28.0553V27.583C31.3013 27.3221 31.0898 27.1106 30.8289 27.1106H2.88863Z" fill="#E29576"/>
<path d="M2.88908 28.0553H31.3017V28.5276C31.3017 28.7885 31.0902 29 30.8294 29H2.88908C1.22826 29 0 27.6039 0 24.2764C0 21.9732 0.58875 20.5959 1.50179 19.9658C1.12082 20.9316 0.94472 22.3074 0.94472 23.9615C0.94472 27.0602 1.61402 28.0553 2.88908 28.0553Z" fill="#E27C48"/>
<path d="M1.97316 22.8031C1.97297 22.8051 1.97291 22.8069 1.97266 22.8089C2.1075 21.8606 2.40735 21.4423 2.88847 21.4423H30.8288C31.0896 21.4423 31.3011 21.2308 31.3011 20.9699V20.4976C26.3724 20.4976 3.81026 20.4976 3.20338 20.4976C2.52198 20.4975 2.19189 20.7611 1.97316 22.8031Z" fill="#E27C48"/>
</svg>

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

View File

@@ -0,0 +1,104 @@
<svg width="55" height="54" viewBox="0 0 55 54" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M26.388 53.3604C11.9699 53.2472 0 41.2602 0 26.6539C0 12.0476 11.9624 0.717398 26.388 1.39676C40.5048 2.06103 51.7741 14.0178 51.7741 28.073C51.7741 42.1283 40.5048 53.4736 26.388 53.3604Z" fill="#174D8F"/>
<path d="M29.0149 53.1567C14.5968 53.0434 2.62695 41.0565 2.62695 26.4502C2.62695 11.8439 14.5893 0.513663 29.0149 1.19302C43.1317 1.85729 54.4011 13.8141 54.4011 27.8693C54.4011 41.9245 43.1317 53.2699 29.0149 53.1567Z" fill="#D8DEE8"/>
<path d="M52.6745 27.8239C52.6745 40.9506 42.181 51.4883 29.0134 51.3675C15.5746 51.2392 4.47852 40.1128 4.47852 26.5029C4.47852 12.9005 15.5746 2.37798 29.0134 2.9894C42.1886 3.59328 52.6745 14.7046 52.6745 27.8314V27.8239Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.8065 36.0518L10.4204 35.7197L10.5862 33.9458L5.56919 33.7571L5.48633 33.4702L11.6558 33.1985L11.9496 33.206L12.8988 33.2438L18.0739 33.4249L23.0156 33.5986L22.4204 33.7269L21.1474 34.0062L20.4619 34.1571L19.2867 34.4138L17.6521 34.7761L16.8461 34.9497L13.976 35.5763L12.8988 35.8178L11.9496 36.0216L11.8065 36.0518Z" fill="#FF6B00"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.91016 39.0561L10.3207 39.4486L9.92146 41.9773C9.18323 41.0564 8.51279 40.0751 7.91016 39.0485V39.0561Z" fill="url(#paint0_linear)"/>
<path d="M23.0373 41.5319L10.7133 42.9133C10.0429 42.1509 9.41012 41.3432 8.83008 40.4978C9.07867 40.0298 9.56831 39.6825 10.1333 39.6372L23.0373 38.6107C22.4648 39.675 22.3367 40.6714 23.0373 41.5395V41.5319Z" fill="#ECF8FE"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M23.1494 41.6754L10.8556 43.0719L10.5693 42.7473L23.1494 41.3584C23.2247 41.3508 23.2925 41.4112 23.2925 41.5018C23.2925 41.5848 23.2323 41.6679 23.1494 41.6754ZM8.70871 40.3167C9.06275 39.8411 9.62019 39.509 10.2379 39.4562L23.1494 38.4447C23.2247 38.4371 23.2925 38.5051 23.2925 38.5881C23.2925 38.6711 23.2323 38.7466 23.1494 38.7542L10.2379 39.8109C9.68799 39.8562 9.19835 40.1808 8.91963 40.6262L8.70117 40.3091L8.70871 40.3167Z" fill="#FFBD76"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.0748 39.4636L7.92785 39.1013C7.76966 38.8371 7.619 38.5653 7.46834 38.2936L7.49094 38.3011C7.18209 37.1915 7.12936 35.9989 7.49094 34.6854L5.82615 34.5646C5.73576 34.3004 5.64536 34.0287 5.5625 33.757L10.5795 33.9457L10.4137 35.7196L10.0672 39.4636H10.0748Z" fill="url(#paint1_linear)"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M23.0308 38.2257L10.85 39.1466C9.64474 39.2372 8.65039 38.354 8.65039 37.1689V36.3687C8.65039 35.1836 9.64474 34.1948 10.85 34.1646L23.0308 33.8325C22.4583 35.4252 22.3303 36.9273 23.0308 38.2257Z" fill="#C9E1ED"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M23.1466 38.4522L10.2351 39.4636C9.18047 39.5467 8.30664 38.354 8.30664 36.8066V36.7915C8.30664 35.2441 9.18047 33.9608 10.2351 33.9382L23.1466 33.6136C23.2219 33.6136 23.2897 33.7117 23.2897 33.8476C23.2897 33.9759 23.2295 34.0816 23.1466 34.0816L10.2351 34.4666C9.38386 34.4892 8.68329 35.5233 8.68329 36.7688V36.7839C8.68329 38.0294 9.38386 38.9881 10.2351 38.9277L23.1466 37.9841C23.2219 37.9766 23.2897 38.0747 23.2897 38.2106C23.2897 38.3389 23.2295 38.4521 23.1466 38.4597V38.4522Z" fill="url(#paint2_linear)"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.49486 38.2936L7.47227 38.2861C6.82443 37.101 6.28206 35.8555 5.83008 34.5571L7.49486 34.6779C7.13328 35.9913 7.18601 37.1764 7.49486 38.2936Z" fill="#FF7919"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M16.8685 34.1572C16.8459 34.1572 16.8233 34.1572 16.8007 34.1572C16.1604 34.127 15.6406 33.6514 15.6406 33.0249V29.3337L16.4994 29.145C16.5446 29.2129 16.6199 29.2507 16.7103 29.2507C16.7178 29.2507 16.7254 29.2507 16.7329 29.2507L18.5182 29.1223C18.6613 29.1148 18.7819 28.994 18.7819 28.8506V28.6468L19.4297 28.5034V28.8053C19.4297 28.9336 19.5352 29.0393 19.6708 29.0393C19.6783 29.0393 19.6858 29.0393 19.6934 29.0393L21.4184 28.911C21.4485 28.911 21.4711 28.9034 21.4937 28.8959L21.5013 28.9034C21.6369 29.0468 21.7649 29.1978 21.8855 29.3639C22.006 29.5299 22.1114 29.7111 22.2018 29.8923V30.5037C22.2018 30.632 22.2998 30.7302 22.4354 30.7302C22.4429 30.7302 22.4504 30.7302 22.458 30.7302H22.4956C22.5032 30.7453 22.5032 30.7603 22.5107 30.783V30.7905C22.5785 31.0547 22.6312 31.3265 22.6689 31.5982C22.6689 31.6133 22.6689 31.6284 22.6764 31.6435L22.458 31.6662C22.3148 31.6813 22.2018 31.802 22.2018 31.9379V32.5569C22.2018 32.6852 22.2998 32.7758 22.4278 32.7758C22.4354 32.7758 22.4429 32.7758 22.4504 32.7758L22.6538 32.7531C22.6162 32.9645 22.5484 33.1759 22.458 33.3797C22.4203 33.4551 22.3826 33.5306 22.3374 33.6137L17.0041 34.1572C16.9589 34.1647 16.9062 34.1647 16.861 34.1647L16.8685 34.1572ZM18.5484 32.0058C18.5408 32.0058 18.5333 32.0058 18.5258 32.0058L16.7404 32.1644C16.5898 32.1795 16.4693 32.3002 16.4693 32.4437V33.0853C16.4693 33.2136 16.5747 33.3117 16.7103 33.3117C16.7178 33.3117 16.7254 33.3117 16.7404 33.3117L18.5258 33.1381C18.6689 33.123 18.7894 33.0022 18.7894 32.8588V32.2248C18.7894 32.0964 18.6839 31.9983 18.5484 31.9983V32.0058ZM21.441 31.7416C21.4335 31.7416 21.4259 31.7416 21.4184 31.7416L19.6934 31.9002C19.5502 31.9153 19.4297 32.036 19.4297 32.1719V32.7984C19.4297 32.9268 19.5352 33.0249 19.6632 33.0249C19.6708 33.0249 19.6783 33.0249 19.6934 33.0249L21.4184 32.8588C21.5615 32.8437 21.6745 32.7229 21.6745 32.5871V31.9681C21.6745 31.8398 21.5691 31.7416 21.441 31.7416ZM18.5408 29.9225C18.5333 29.9225 18.5258 29.9225 18.5182 29.9225L16.7329 30.0659C16.5822 30.081 16.4617 30.2018 16.4617 30.3452V30.9868C16.4617 31.1227 16.5672 31.2208 16.7103 31.2208C16.7178 31.2208 16.7254 31.2208 16.7329 31.2208L18.5182 31.0698C18.6613 31.0547 18.7819 30.934 18.7819 30.7981V30.164C18.7819 30.0357 18.6764 29.93 18.5408 29.93V29.9225ZM21.441 29.696C21.4335 29.696 21.4259 29.696 21.4184 29.696L19.6934 29.8319C19.5502 29.8394 19.4297 29.9678 19.4297 30.1036V30.7302C19.4297 30.8585 19.5352 30.9566 19.6708 30.9566C19.6783 30.9566 19.6858 30.9566 19.6934 30.9566L21.4184 30.8132C21.5615 30.7981 21.6745 30.6773 21.6745 30.5414V29.9225C21.6745 29.7941 21.5691 29.696 21.441 29.696Z" fill="url(#paint3_linear)"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M14.7743 29.5222L13.667 29.2581L13.795 27.8389L6.90234 27.5823L14.6538 27.2426L14.8798 27.2502L15.6406 27.2804L19.7687 27.4238L23.7159 27.5672L23.2338 27.6653L22.2244 27.8918L21.682 28.0126L20.7404 28.2164L19.4372 28.5032L18.7894 28.6466L16.5069 29.1448L15.6406 29.3335L14.8798 29.4996L14.7743 29.5222Z" fill="#FF6B00"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.1237 35.1836L6.75076 33.4625C6.11046 33.2889 5.61328 32.6549 5.61328 32.0359V32.0283C5.61328 31.4094 6.11046 30.9942 6.75076 31.1074L13.5832 32.2321L13.1237 35.1836Z" fill="url(#paint4_linear)"/>
<path d="M23.7325 33.8927L13.4349 35.0476C12.7871 35.1156 12.2598 34.6702 12.2598 34.0361V33.6059C12.2598 32.9793 12.7871 32.4207 13.4349 32.3755L23.7325 31.5527C23.273 32.4057 23.175 33.1982 23.7325 33.8927Z" fill="#ECF8FE"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M23.8203 34.0059L13.5152 35.1759C12.6715 35.274 11.9785 34.6852 11.9785 33.8549V33.8474C11.9785 33.0246 12.6791 32.2999 13.5152 32.232L23.8203 31.4243C23.8806 31.4168 23.9333 31.4696 23.9333 31.5375C23.9333 31.6055 23.8806 31.6659 23.8203 31.6734L13.5152 32.5113C12.8373 32.5641 12.2798 33.1529 12.2798 33.8096V33.8172C12.2798 34.4814 12.8373 34.957 13.5152 34.8815L23.8203 33.7492C23.8806 33.7417 23.9333 33.7945 23.9333 33.8625C23.9333 33.9304 23.8806 33.9908 23.8203 33.9983V34.0059Z" fill="#FFBD76"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.3831 32.2396L8.11757 31.3488L7.05543 31.1677L6.73904 31.1148C6.09874 31.0016 5.60156 30.1562 5.60156 29.2277V29.2202C5.60156 28.7748 5.71456 28.3747 5.90288 28.0804C6.09121 27.786 6.35486 27.5973 6.65618 27.5822C6.67124 27.5822 6.68631 27.5822 6.70138 27.5822C6.70891 27.5822 6.72397 27.5822 6.73151 27.5822L6.88217 27.5897L13.7748 27.8463L13.6468 29.2579L13.3756 32.2471L13.3831 32.2396ZM11.3266 31.3111C11.078 30.4279 11.0328 29.4768 11.3266 28.4276L9.91042 28.3295C9.60157 29.3259 9.57897 30.1562 9.91042 31.062L11.3266 31.3111Z" fill="url(#paint5_linear)"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M23.7325 31.2584L14.0149 31.9906C13.0583 32.0661 12.2598 31.3565 12.2598 30.413V29.7713C12.2598 28.8278 13.0507 28.0427 14.0149 28.0125L23.7325 27.7484C23.273 29.024 23.175 30.2167 23.7325 31.2584Z" fill="#C9E1ED"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M23.8203 31.4322L13.5152 32.2399C12.6715 32.3078 11.9785 31.3567 11.9785 30.1188V30.1037C11.9785 28.8657 12.6791 27.8467 13.5152 27.824L23.8203 27.5674C23.8806 27.5674 23.9333 27.6504 23.9333 27.7485C23.9333 27.8542 23.8806 27.9373 23.8203 27.9373L13.5152 28.2467C12.8373 28.2694 12.2798 29.0922 12.2798 30.081V30.0961C12.2798 31.085 12.8373 31.8549 13.5152 31.8096L23.8203 31.0548C23.8806 31.0472 23.9333 31.1303 23.9333 31.2359C23.9333 31.3416 23.8806 31.4246 23.8203 31.4322Z" fill="url(#paint6_linear)"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.3283 31.3112L9.91206 31.0621C9.58061 30.1563 9.60321 29.326 9.91206 28.3296L11.3283 28.4277C11.0345 29.477 11.0797 30.4205 11.3283 31.3112Z" fill="#FF7919"/>
<mask id="mask0" mask-type="alpha" maskUnits="userSpaceOnUse" x="4" y="2" width="49" height="50">
<path d="M52.196 27.8239C52.196 40.9506 41.7025 51.4883 28.5349 51.3675C15.0961 51.2392 4 40.1128 4 26.5029C4 12.9005 15.0961 2.37798 28.5349 2.9894C41.7101 3.59328 52.196 14.7046 52.196 27.8314V27.8239Z" fill="white"/>
</mask>
<g mask="url(#mask0)">
<path fill-rule="evenodd" clip-rule="evenodd" d="M37.8805 30.7699C38.2788 32.1039 38.8508 34.2548 39.2186 36.9538C40.2605 44.6476 38.0439 44.8957 38.4525 53.4167C38.5853 56.1364 36.1236 62.4134 35.9091 62.5479C35.8069 62.5582 35.6844 62.5686 35.572 62.5582C35.3575 62.5479 35.0511 62.5169 34.7038 62.4134C34.3156 62.3411 32.906 58.4942 33.2329 56.1985C33.4678 54.5749 33.3963 52.8377 33.2635 49.3527C33.2431 48.784 31.8131 38.3809 31.8131 38.3809C31.384 42.2381 30.8835 45.5059 30.4443 48.0498C29.0551 56.2088 24.5403 61.1415 24.3054 61.2242C24.2543 61.2449 23.8355 61.4 23.4882 61.1725C23.335 61.0691 23.2839 60.9347 23.2839 60.9347C23.1614 60.8416 23.3146 52.7963 24.6935 46.7365C26.6956 37.9466 25.8274 35.8887 26.4606 31.9591C27.0122 28.5569 37.8805 30.7699 37.8805 30.7699Z" fill="url(#paint7_linear)"/>
</g>
<path fill-rule="evenodd" clip-rule="evenodd" d="M37.6809 12.7621C38.8768 17.2529 38.0657 22.8662 38.4921 26.5805C38.8872 29.9381 40.7384 31.6063 38.1385 32.026C37.7017 33.1172 32.3354 31.9841 25.5236 31.9736C25.6484 26.633 20.8125 22.4256 20.8125 18.8267C20.8125 17.1794 21.1349 15.4482 21.8213 13.3812L21.8317 13.3392C21.9877 12.8881 22.1541 12.4684 22.3413 12.0801V12.0696C22.3413 12.0696 22.3413 12.0801 22.3517 12.0801C23.9844 8.70162 26.9795 6.90743 30.7338 7.39008C31.9506 7.47402 34.2906 7.7678 35.9961 9.59347C36.7033 10.3489 37.3065 11.3772 37.6809 12.7621Z" fill="url(#paint8_linear)"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M38.0196 22.75C37.3371 18.9173 37.94 14.3515 37.2803 12.1C36.8708 10.7177 36.2224 9.70195 35.4375 8.9375C35.9835 9.35638 36.9049 10.2674 37.758 12.0791C37.9173 12.4037 38.0651 12.7598 38.213 13.1577C38.486 13.8698 38.7362 14.6971 38.9524 15.65C39.305 17.1789 39.9989 18.7288 40.761 20.0901C40.8861 20.31 40.9999 20.5195 41.125 20.7184L40.6245 20.6451C40.6018 20.6451 40.579 20.6451 40.5562 20.6451C40.3856 20.6451 40.2377 20.7394 40.1695 20.886L38.0196 22.75Z" fill="url(#paint9_linear)"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M32.105 10.5625C32.0468 10.5625 32.0002 10.5625 31.942 10.5625C29.9272 10.4468 28.2152 8.36423 28.1453 8.26956C28.1104 8.22749 28.122 8.1749 28.1686 8.14335C28.2152 8.11179 28.2734 8.12231 28.3084 8.16438C28.3317 8.18542 30.032 10.2785 31.9536 10.3837C32.4777 10.4152 32.897 10.289 33.1765 10.0261C33.7122 9.52121 33.619 8.63769 33.619 8.62718C33.6074 8.57459 33.654 8.53251 33.7006 8.53251C33.7471 8.522 33.8054 8.56407 33.8054 8.60614C33.8054 8.64821 33.9102 9.5738 33.3162 10.1418C33.0251 10.4152 32.6175 10.552 32.105 10.552V10.5625Z" fill="#FE7207"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M30.288 4.0625C30.288 4.0625 30.1095 6.71885 29.8261 7.19246C29.5321 7.65578 30.099 8.43827 31.3693 8.89129C32.6396 9.34431 32.0517 6.31731 32.0517 6.31731L30.288 4.0728V4.0625Z" fill="url(#paint10_linear)"/>
<path d="M33.8227 4.6236C35.3294 4.06379 35.8486 0.435379 35.0952 0.0310714C34.6676 -0.197 34.2808 0.891522 32.6926 1.3062C31.4506 1.62757 30.6667 1.244 30.1373 1.87637C29.893 2.17701 29.7403 2.64352 29.7505 3.0582C29.7505 3.2759 29.8014 3.55581 29.9439 4.11562C30.0763 4.61323 30.0559 4.5925 30.0966 4.73763C30.1984 5.09011 30.4597 5.2955 30.9688 6.09375C31.0807 5.90715 31.1859 6.08533 31.3895 5.84689C31.471 5.75359 31.7764 5.41148 32.1531 5.15231C32.8453 4.69617 33.3951 4.76873 33.8227 4.61323V4.6236Z" fill="#0B2D57"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M30.4197 5.46882C30.4197 5.46882 30.7972 6.907 32.425 7.28547C33.8877 7.62068 35.1145 4.74433 34.4303 3.85763C34.1944 3.55486 33.6164 3.29534 33.0856 3.27371C32.7671 3.2629 32.6256 3.3494 32.1065 3.31696C31.6229 3.29534 31.5168 3.20883 31.3516 3.27371C31.1393 3.3494 30.9034 3.63055 30.8916 4.57131C30.7028 4.2361 30.4079 4.04146 30.1484 4.0739C30.1013 4.0739 29.9833 4.10634 29.9007 4.18203C29.5822 4.46318 29.771 4.98222 30.4433 5.45801L30.4197 5.46882Z" fill="url(#paint11_linear)"/>
<path d="M33.8282 29.4948L35.6704 18.0711C35.7679 17.4872 36.2772 17.0625 36.8732 17.0625H44.7838C45.5315 17.0625 46.095 17.7101 45.9866 18.4321L44.2528 29.8558C44.1661 30.4397 43.6568 30.875 43.05 30.875H35.0311C34.2833 30.875 33.709 30.2168 33.8282 29.4948Z" fill="#EAEBFF"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M31.375 25.5837C31.375 25.5837 32.2534 25.976 32.975 25.909C33.6887 25.842 33.6574 25.7559 34.4182 25.9186C35.1554 26.0813 36.6927 26.11 36.128 24.9234C35.5005 23.603 33.9162 23.2968 33.3123 23.7752C32.7319 24.2441 31.9005 24.3589 31.9005 24.3589L31.375 25.5741V25.5837Z" fill="url(#paint12_linear)"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M25.0489 8.94527C25.0489 8.94527 21.5503 8.24534 20.0741 20.1337C19.3056 26.2972 24.6141 27.1329 31.4494 26.7255C32.1369 25.9629 32.1875 23.9049 32.1875 23.9049C32.1875 23.9049 23.6131 24.6571 24.8669 19.8725C26.2723 14.5133 27.1925 9.03929 25.0489 8.95571V8.94527Z" fill="url(#paint13_linear)"/>
<defs>
<linearGradient id="paint0_linear" x1="10.034" y1="42.7771" x2="5.37569" y2="34.0202" gradientUnits="userSpaceOnUse">
<stop stop-color="#FFC444"/>
<stop offset="0.788235" stop-color="#F68152"/>
<stop offset="1" stop-color="#F36F56"/>
</linearGradient>
<linearGradient id="paint1_linear" x1="9.98277" y1="41.0219" x2="1.24735" y2="23.4815" gradientUnits="userSpaceOnUse">
<stop stop-color="#FFC444"/>
<stop offset="0.788235" stop-color="#F68152"/>
<stop offset="1" stop-color="#F36F56"/>
</linearGradient>
<linearGradient id="paint2_linear" x1="21.5077" y1="41.0663" x2="17.7753" y2="19.2482" gradientUnits="userSpaceOnUse">
<stop stop-color="#FFC444"/>
<stop offset="0.788235" stop-color="#F68152"/>
<stop offset="1" stop-color="#F36F56"/>
</linearGradient>
<linearGradient id="paint3_linear" x1="21.2979" y1="53.1944" x2="21.5929" y2="30.9491" gradientUnits="userSpaceOnUse">
<stop stop-color="#B590FA"/>
<stop offset="1" stop-color="#7377DD"/>
</linearGradient>
<linearGradient id="paint4_linear" x1="12.6353" y1="36.3018" x2="9.27203" y2="21.3506" gradientUnits="userSpaceOnUse">
<stop stop-color="#FFC444"/>
<stop offset="0.788235" stop-color="#F68152"/>
<stop offset="1" stop-color="#F36F56"/>
</linearGradient>
<linearGradient id="paint5_linear" x1="12.8027" y1="33.521" x2="8.59377" y2="16.6779" gradientUnits="userSpaceOnUse">
<stop stop-color="#FFC444"/>
<stop offset="0.788235" stop-color="#F68152"/>
<stop offset="1" stop-color="#F36F56"/>
</linearGradient>
<linearGradient id="paint6_linear" x1="22.5115" y1="33.5202" x2="19.5273" y2="16.0943" gradientUnits="userSpaceOnUse">
<stop stop-color="#FFC444"/>
<stop offset="0.788235" stop-color="#F68152"/>
<stop offset="1" stop-color="#F36F56"/>
</linearGradient>
<linearGradient id="paint7_linear" x1="31.375" y1="30.0625" x2="49.0408" y2="44.5696" gradientUnits="userSpaceOnUse">
<stop offset="0.210871" stop-color="#12498B"/>
<stop offset="0.798647" stop-color="#0B2D57"/>
</linearGradient>
<linearGradient id="paint8_linear" x1="23.9091" y1="14.2918" x2="33.2943" y2="30.7057" gradientUnits="userSpaceOnUse">
<stop stop-color="#F75B37"/>
<stop offset="1" stop-color="#FE7207"/>
</linearGradient>
<linearGradient id="paint9_linear" x1="36.3799" y1="12.7649" x2="42.3493" y2="18.5588" gradientUnits="userSpaceOnUse">
<stop stop-color="#F75B37"/>
<stop offset="1" stop-color="#FE7207"/>
</linearGradient>
<linearGradient id="paint10_linear" x1="31.8976" y1="10.2687" x2="22.6291" y2="-0.315859" gradientUnits="userSpaceOnUse">
<stop stop-color="#FFC444"/>
<stop offset="0.788235" stop-color="#F68152"/>
<stop offset="1" stop-color="#F36F56"/>
</linearGradient>
<linearGradient id="paint11_linear" x1="34.0452" y1="8.42186" x2="29.0273" y2="-5.33116" gradientUnits="userSpaceOnUse">
<stop stop-color="#FFC444"/>
<stop offset="0.788235" stop-color="#F68152"/>
<stop offset="1" stop-color="#F36F56"/>
</linearGradient>
<linearGradient id="paint12_linear" x1="35.6702" y1="26.6656" x2="33.7169" y2="17.7429" gradientUnits="userSpaceOnUse">
<stop stop-color="#FFC444"/>
<stop offset="0.788235" stop-color="#F68152"/>
<stop offset="1" stop-color="#F36F56"/>
</linearGradient>
<linearGradient id="paint13_linear" x1="19.1875" y1="19.9062" x2="27.1918" y2="17.8526" gradientUnits="userSpaceOnUse">
<stop stop-color="#F75B37"/>
<stop offset="1" stop-color="#FE7207"/>
</linearGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 17 KiB

View File

@@ -0,0 +1,97 @@
<svg width="54" height="52" viewBox="0 0 54 52" fill="none" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<path d="M26.1385 51.703C11.8567 51.5908 0 39.7172 0 25.249C0 10.7808 11.8493 -0.442347 26.1385 0.230592C40.1219 0.888578 51.2846 12.7323 51.2846 26.6547C51.2846 40.5771 40.1219 51.8151 26.1385 51.703Z" fill="#174D8F"/>
<path d="M28.7538 51.5011C14.472 51.389 2.61523 39.5153 2.61523 25.0471C2.61523 10.5789 14.4645 -0.64419 28.7538 0.0287491C42.7371 0.686734 53.8999 12.5305 53.8999 26.4528C53.8999 40.3752 42.7371 51.6133 28.7538 51.5011Z" fill="#D8DEE8"/>
<path d="M52.1876 26.4079C52.1876 39.4106 41.7934 49.8486 28.7502 49.729C15.4384 49.6019 4.44727 38.5806 4.44727 25.0994C4.44727 11.6256 15.4384 1.20255 28.7502 1.80819C41.8008 2.40636 52.1876 13.4127 52.1876 26.4153V26.4079Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.6105 34.7853H13.6203C14.0235 34.7853 14.5348 34.7726 15.1345 34.7726C15.5966 34.7726 16.1079 34.7599 16.6585 34.7599C16.9928 34.7599 17.3468 34.7472 17.7105 34.7472C24.3768 34.6838 35.6838 34.6077 39.2922 34.6077C39.9018 34.6077 40.2951 34.6077 40.4033 34.6204C40.4033 34.6204 40.4033 34.6204 40.4131 34.6204C40.6097 34.6204 40.7474 34.0497 40.8359 33.1111C40.9047 32.477 40.944 31.6653 40.9735 30.7521C41.0424 28.52 41.0227 25.679 40.9834 23.1678C40.9735 22.9142 40.9735 22.6605 40.9735 22.4195C40.9342 20.5425 40.885 18.9191 40.8457 18.0059C40.826 17.5874 40.7179 16.6616 40.2165 16.6489L36.1361 16.5601L35.6838 16.5474L20.6012 16.205L13.5712 16.0401H13.5614C13.0501 16.0401 12.9223 16.8264 12.9223 17.2703L12.8633 33.9989C12.8633 34.4428 13.0894 34.8106 13.6105 34.8106V34.7853ZM39.3316 34.1258C34.1598 34.1258 17.1698 34.2399 13.6007 34.2526C13.5319 34.2526 13.4532 34.2019 13.4532 34.1004L13.404 19.1727C13.404 19.1347 13.4139 19.084 13.463 19.0459C13.4925 19.0332 13.5221 19.0206 13.5515 19.0206L40.2066 19.604C40.2755 19.604 40.3443 19.642 40.3541 19.7435C40.6687 27.0741 40.6491 32.6926 40.305 34.075L40.2951 34.1131H40.2755C40.0297 34.1131 39.715 34.1131 39.3414 34.1131L39.3316 34.1258ZM14.6822 16.5601C14.9575 16.5601 15.1935 16.9913 15.1935 17.524V17.5494C15.1935 18.082 14.9674 18.5259 14.6921 18.5259H14.3381C14.0628 18.5259 13.8465 18.0947 13.8367 17.562V17.5367C13.8367 17.004 14.053 16.5601 14.3381 16.5601H14.6822ZM16.2947 16.5474C16.5798 16.5474 16.7863 16.9786 16.7962 17.5113V17.5367C16.7962 18.0693 16.5798 18.5132 16.2947 18.5132H15.9506C15.6753 18.5132 15.4393 18.082 15.4393 17.5494V17.524C15.4393 16.9913 15.6655 16.5474 15.9408 16.5474H16.2947ZM17.9465 16.5347C18.2218 16.5347 18.4676 16.9659 18.4676 17.4986V17.524C18.4676 18.0567 18.2218 18.5006 17.9367 18.5006H17.5532C17.2779 18.5006 17.0321 18.0693 17.0321 17.5367V17.5113C17.0321 16.9786 17.2779 16.5347 17.5631 16.5347H17.9465ZM13.6007 34.1131C17.1796 34.0877 34.2581 33.9863 39.3709 33.9863C39.715 33.9863 40.01 33.9863 40.2361 33.9863C40.5606 32.5531 40.5704 27.0107 40.2656 19.7942C40.2558 19.7815 40.2361 19.7688 40.1968 19.7688L13.5417 19.1854C13.5122 19.1854 13.4925 19.1981 13.4827 19.1981H13.4729L13.5221 34.0877C13.5319 34.1004 13.5515 34.1131 13.5909 34.1131H13.6007ZM27.5427 23.1805L38.1419 23.2186C38.2992 23.2186 38.4467 23.3454 38.5548 23.5483C38.663 23.7639 38.722 24.0556 38.7121 24.3473L38.604 31.3863C38.5941 31.9824 38.3385 32.4516 38.0337 32.4516L27.6804 32.5151C27.3658 32.5151 27.12 32.0458 27.1003 31.4497L26.9627 24.322C26.9528 24.0176 27.0118 23.7259 27.12 23.5103C27.2281 23.2947 27.3756 23.1678 27.5329 23.1678L27.5427 23.1805ZM25.773 28.8878C25.8811 28.8878 25.9794 28.9766 26.0483 29.1161C26.1171 29.2683 26.1564 29.4585 26.1466 29.6614L26.1368 30.0673C26.1269 30.4478 25.9598 30.7395 25.7631 30.7395L15.0657 30.6C14.8592 30.6 14.6626 30.2956 14.6626 29.9024V29.7122C14.6626 29.5219 14.7314 29.319 14.8002 29.1795C14.8691 29.04 14.987 28.9512 15.0854 28.9512L25.773 28.8751V28.8878ZM25.714 26.0976C25.8221 26.0976 25.9204 26.1863 25.9991 26.3258C26.0679 26.478 26.1072 26.6683 26.0974 26.8712L26.0876 27.2771C26.0778 27.6575 25.9106 27.9493 25.714 27.9493L15.0165 27.8097C14.8101 27.8097 14.6134 27.5054 14.6134 27.1122V26.9219C14.6134 26.7317 14.6823 26.5288 14.7511 26.3893C14.8199 26.2498 14.9379 26.161 15.0362 26.161L25.7238 26.0849L25.714 26.0976ZM25.6648 23.3073C25.7729 23.3073 25.8713 23.3961 25.9499 23.5356C26.0188 23.6878 26.0581 23.8781 26.0483 24.081L26.0384 24.4868C26.0286 24.8673 25.8614 25.159 25.6648 25.159L14.9674 25.0195C14.7609 25.0195 14.5643 24.7151 14.5643 24.322V24.1317C14.5544 23.9415 14.6331 23.7386 14.7019 23.599C14.7707 23.4595 14.8887 23.3834 14.987 23.3708L25.6746 23.2947L25.6648 23.3073ZM25.4485 20.644L38.7809 20.8976C38.9284 20.8976 39.0366 21.1893 39.0366 21.5571V21.5698C39.0366 21.9249 38.9284 22.2166 38.7809 22.2166L25.4387 22.2927C25.2027 22.2927 25.0159 21.9249 25.0257 21.481V21.4683C25.0257 21.0244 25.2223 20.6566 25.4485 20.6566V20.644Z" fill="#EDF6FF"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M48.2174 19.7319H48.2099C47.9861 19.7319 47.7026 19.7244 47.3742 19.7244C47.1205 19.7244 46.837 19.7169 46.5236 19.7169C46.337 19.7169 46.143 19.7169 45.9416 19.7095C42.2405 19.687 35.9652 19.6496 33.958 19.6496C33.6147 19.6496 33.3984 19.6496 33.3387 19.6496C33.2342 19.6496 33.1521 19.4029 33.0999 18.9991C33.0626 18.7225 33.0402 18.3711 33.0253 17.9822C32.988 17.0177 32.9954 15.7915 33.0253 14.7073C33.0253 14.5951 33.0327 14.4904 33.0327 14.3858C33.0551 13.5782 33.085 12.8754 33.0999 12.4866C33.1073 12.3071 33.167 11.9034 33.4431 11.9034L35.7115 11.866L35.9652 11.8585L44.3373 11.709L48.2398 11.6417H48.2472C48.5308 11.6417 48.598 11.9781 48.598 12.1725L48.6278 19.3879C48.6278 19.5749 48.501 19.7394 48.2099 19.7394L48.2174 19.7319ZM33.9431 19.4478C36.8084 19.4478 46.24 19.4926 48.2249 19.5076C48.2622 19.5076 48.307 19.4851 48.307 19.4403L48.3368 13.0025C48.3368 12.9875 48.3293 12.9651 48.307 12.9502C48.292 12.9427 48.2771 12.9427 48.2547 12.9427L33.4581 13.1894C33.4207 13.1894 33.376 13.2044 33.376 13.2492C33.2043 16.4121 33.2118 18.8346 33.3983 19.4328L33.4058 19.4478H33.4207C33.555 19.4478 33.7341 19.4478 33.9431 19.4478ZM47.6279 11.8735C47.4712 11.8735 47.3444 12.0604 47.3444 12.2922V12.2996C47.3444 12.5314 47.4712 12.7184 47.6279 12.7184H47.8219C47.9786 12.7184 48.098 12.5314 48.098 12.2996V12.2922C48.098 12.0604 47.9786 11.8735 47.8219 11.8735H47.6279ZM46.7325 11.866C46.5758 11.866 46.4564 12.0529 46.4564 12.2847V12.2922C46.4564 12.524 46.5758 12.7109 46.7325 12.7109H46.9265C47.0832 12.7109 47.2101 12.524 47.2101 12.2922V12.2847C47.2101 12.0529 47.0832 11.866 46.9265 11.866H46.7325ZM45.8147 11.8585C45.658 11.8585 45.5237 12.0454 45.5237 12.2772V12.2847C45.5237 12.5165 45.6655 12.7034 45.8222 12.7034H46.0311C46.1878 12.7034 46.3221 12.5165 46.3221 12.2847V12.2772C46.3221 12.0454 46.1803 11.8585 46.0311 11.8585H45.8222H45.8147ZM48.2249 19.4403C46.24 19.4328 36.7562 19.3805 33.9207 19.3805C33.7267 19.3805 33.5625 19.3805 33.4357 19.3805C33.2566 18.7673 33.2491 16.3747 33.4207 13.2642C33.4282 13.2567 33.4357 13.2567 33.4581 13.2567L48.2547 13.01C48.2696 13.01 48.2846 13.0175 48.292 13.0175L48.2622 19.4328C48.2547 19.4403 48.2472 19.4403 48.2249 19.4403ZM40.487 14.7222L34.6072 14.7372C34.5176 14.7372 34.4355 14.7895 34.3758 14.8793C34.3161 14.969 34.2863 15.0961 34.2863 15.2232L34.346 18.2589C34.3535 18.5131 34.4952 18.7225 34.6669 18.7225L40.4124 18.7449C40.584 18.7449 40.7258 18.543 40.7333 18.2888L40.8079 15.2157C40.8079 15.0886 40.778 14.9615 40.7183 14.8643C40.6586 14.7746 40.5766 14.7222 40.487 14.7222ZM41.4645 17.1822C41.4048 17.1822 41.3451 17.2196 41.3078 17.2794C41.2705 17.3467 41.2481 17.4289 41.2481 17.5112L41.2556 17.6906C41.263 17.8551 41.3526 17.9822 41.4645 17.9822L47.4041 17.9224C47.516 17.9224 47.6279 17.7878 47.6279 17.6233V17.5411C47.6279 17.4589 47.5906 17.3766 47.5533 17.3093C47.516 17.2495 47.4488 17.2121 47.3892 17.2121L41.4571 17.1822H41.4645ZM41.4944 15.9784C41.4347 15.9784 41.375 16.0158 41.3377 16.0756C41.3004 16.1354 41.278 16.2251 41.278 16.3074L41.2854 16.4868C41.2929 16.6513 41.3824 16.7784 41.4944 16.7784L47.4339 16.7186C47.5458 16.7186 47.6578 16.584 47.6578 16.4195V16.3373C47.6578 16.255 47.6205 16.1728 47.5832 16.113C47.5459 16.0532 47.4787 16.0158 47.4265 16.0158L41.4944 15.9859V15.9784ZM41.5242 14.7746C41.4645 14.7746 41.4123 14.812 41.3675 14.8718C41.3302 14.9316 41.3078 15.0213 41.3078 15.1036L41.3153 15.283C41.3228 15.4475 41.4123 15.5746 41.5242 15.5746L47.4638 15.5148C47.5757 15.5148 47.6876 15.3802 47.6876 15.2157V15.1335C47.6876 15.0512 47.6503 14.969 47.613 14.9017C47.5757 14.8419 47.5086 14.8045 47.4489 14.8045L41.5167 14.7746H41.5242ZM41.6436 13.6231L34.2415 13.7278C34.1595 13.7278 34.0998 13.8549 34.0998 14.0119V14.0194C34.0998 14.1764 34.1595 14.296 34.2415 14.3035L41.6436 14.3334C41.7705 14.3334 41.8749 14.1764 41.8749 13.982V13.9745C41.8749 13.7801 41.7705 13.6231 41.6361 13.6231H41.6436Z" fill="#9EC8FC"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M50.1295 13.0014C48.1446 12.9939 38.7204 12.9416 35.8477 12.9416C35.6387 12.9416 35.4597 12.9416 35.3253 12.9416H35.3104L35.303 12.9267C35.1164 12.3285 35.1015 9.9059 35.2806 6.74308C35.2806 6.69822 35.3254 6.68327 35.3627 6.68327L50.1593 6.43652C50.1817 6.43652 50.1966 6.43652 50.2115 6.444C50.2414 6.45895 50.2414 6.48139 50.2414 6.49634L50.2115 12.9341C50.2115 12.979 50.1742 13.0014 50.1295 13.0014ZM35.8253 12.8818C38.6608 12.8818 48.1446 12.9266 50.1295 12.9416C50.1444 12.9416 50.1593 12.9341 50.1668 12.9341L50.1966 6.51877C50.1892 6.51877 50.1817 6.51129 50.1593 6.51129L35.3627 6.75804C35.3403 6.75804 35.3328 6.76552 35.3253 6.76552C35.1537 9.87599 35.1612 12.2687 35.3403 12.8818C35.4671 12.8818 35.6313 12.8818 35.8253 12.8818Z" fill="url(#paint0_linear)"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M48.1175 10.4301H33.5298C33.2388 10.4301 33 10.0786 33 9.64496V8.7851C33 8.35142 33.2388 8 33.5298 8H36.41H36.6264H48.1175C48.4085 8 48.6473 8.35142 48.6473 8.7851V9.64496C48.6473 10.0786 48.4085 10.4301 48.1175 10.4301ZM47.5355 8.64303C47.3415 8.64303 47.1773 8.8823 47.1773 9.17391V9.18886C47.1773 9.48047 47.334 9.71973 47.5355 9.72721H47.7817C47.9757 9.72721 48.1324 9.48794 48.1324 9.19634V9.18138C48.1324 8.88978 47.9757 8.65051 47.7817 8.65051H47.5355V8.64303ZM46.4013 8.63555C46.2073 8.63555 46.0506 8.87482 46.0506 9.16643V9.18138C46.0506 9.47299 46.2073 9.71226 46.4013 9.71226H46.6475C46.8415 9.71226 47.0057 9.47299 47.0057 9.18138V9.16643C47.0057 8.87482 46.849 8.63555 46.6475 8.63555H46.4013ZM45.2373 8.62808C45.0433 8.62808 44.8717 8.86734 44.8642 9.15895V9.17391C44.8642 9.46551 45.0433 9.70478 45.2373 9.70478H45.5059C45.6999 9.70478 45.8715 9.46551 45.879 9.17391V9.15895C45.879 8.86734 45.6999 8.62808 45.5059 8.62808H45.2373ZM39.82 8.80005C39.7156 8.80005 39.626 8.93464 39.626 9.09166V9.27858C39.626 9.44308 39.7156 9.57019 39.82 9.57019H44.3419C44.4538 9.57019 44.5359 9.4356 44.5359 9.27858V9.09166C44.5359 8.92716 44.4463 8.80005 44.3419 8.80005H39.82Z" fill="#9EC8FC"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M46.6379 9.70506H46.3917C46.1977 9.70506 46.041 9.46579 46.041 9.17419V9.15923C46.041 8.86762 46.1977 8.62836 46.3917 8.62836H46.6379C46.8319 8.62836 46.9961 8.86762 46.9961 9.15923V9.17419C46.9961 9.46579 46.8319 9.70506 46.6379 9.70506Z" fill="#AAD7EE"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.01274 21.3319C4.91835 22.418 4.75182 24.7013 5.73518 25.9856C6.19514 26.5881 6.79785 26.826 7.92396 27.2778C8.6139 27.5474 9.24833 27.7218 9.79552 27.8249C8.42357 26.5009 7.70984 24.7885 8.05877 23.298C8.15394 22.9016 9.47037 21.0941 10.2634 20.5946C10.5251 20.4281 10.7948 20.2854 11.0406 20.1586C11.7385 19.8098 12.3253 19.6274 12.4998 19.5719C13.5149 19.2469 14.0462 19.3103 14.4427 19.1755C13.8717 18.129 12.9518 16.9795 11.6274 16.7417C11.445 16.7099 11.2547 16.6941 11.0644 16.6941C10.0572 16.6941 8.94698 17.1222 8.46323 17.915C8.01913 18.6523 8.43944 19.2072 7.89224 20.0238C7.35298 20.8404 6.71061 20.6422 6.01274 21.324V21.3319Z" fill="url(#paint1_linear)"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M21.5497 47.2168C21.3673 46.3527 21.2483 45.5441 21.1532 44.7592C21.1294 44.6006 21.1135 44.45 21.0977 44.2994C21.1135 44.45 21.1294 44.6006 21.1532 44.7592C21.2483 45.5441 21.3752 46.3527 21.5497 47.2168Z" fill="url(#paint2_linear)"/>
<mask id="mask0" mask-type="alpha" maskUnits="userSpaceOnUse" x="4" y="1" width="49" height="49">
<path d="M52.2404 26.3085C52.2404 39.3112 41.8461 49.7492 28.803 49.6296C15.4912 49.5025 4.5 38.4812 4.5 25C4.5 11.5263 15.4912 1.10317 28.803 1.70882C41.8536 2.30698 52.2404 13.3133 52.2404 26.316V26.3085Z" fill="white"/>
</mask>
<g mask="url(#mask0)">
<path fill-rule="evenodd" clip-rule="evenodd" d="M22.4224 49.8674C22.6048 50.4541 22.7872 50.9694 22.9458 51.4133C22.9538 51.4133 22.9538 51.4133 22.9617 51.4133C22.9855 51.4213 23.0172 51.4213 23.041 51.4213C23.1044 51.4292 23.1679 51.4292 23.2313 51.4371C23.2868 51.4371 23.3424 51.445 23.4058 51.445C23.4851 51.453 23.5565 51.453 23.6358 51.453C23.6754 51.453 23.7071 51.453 23.7468 51.453C23.8023 51.453 23.8499 51.453 23.9054 51.453C23.9609 51.453 24.0164 51.453 24.0719 51.445H24.0799C24.1671 50.8822 24.2464 50.3114 24.3257 49.7485C25.2298 43.2159 25.6342 36.5564 25.5232 30.0001L22.8269 30.3806C22.47 30.4044 22.1132 30.4123 21.7721 30.4202C21.1853 31.3637 20.5984 32.3467 20.0195 33.3932C20.4081 34.9471 20.7412 35.5258 21.0029 37.3572C21.0029 37.3809 21.0108 37.4127 21.0108 37.4364C21.1298 38.2927 21.1615 38.9348 21.1615 39.4977C21.1615 40.2271 21.106 40.8534 21.106 41.6858C21.106 42.3517 21.1377 43.1445 21.2646 44.2465C21.2805 44.3892 21.2963 44.5478 21.3201 44.7063C21.4153 45.4912 21.5422 46.2998 21.7166 47.164C21.7959 47.5445 21.8832 47.933 21.9863 48.3373C22.129 48.9002 22.2718 49.4155 22.4224 49.8912V49.8674Z" fill="url(#paint3_linear)"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.3462 50.5334C12.6238 50.5334 12.8379 50.4462 12.9331 50.4066C13.5913 48.0916 14.424 45.5705 15.4787 42.9068C15.8435 41.9871 16.2321 41.0516 16.6524 40.1003C16.6841 40.0289 16.7159 39.9576 16.7476 39.8783C17.0489 39.2044 17.3503 38.5543 17.6596 37.9122C18.4288 36.3107 19.2219 34.7965 20.0149 33.3774C20.6017 32.3389 21.1886 31.3479 21.7675 30.4044C21.6882 30.4044 21.6089 30.4044 21.5375 30.4044C21.5375 30.4044 21.5375 30.4044 21.5296 30.4044C21.2758 30.4044 21.03 30.4044 20.7841 30.3965C20.7128 30.3965 20.6493 30.3965 20.5859 30.3965C20.4669 30.3965 20.3638 30.3965 20.2687 30.3886C17.4375 30.3252 17.723 30.0318 16.9141 30.2062C16.5969 30.2776 15.6453 32.3864 14.9791 31.6491C14.9712 31.6491 14.9633 31.6333 14.9553 31.6253L14.9474 31.6174C14.7888 32.2596 14.6936 32.767 14.5905 33.2347C14.424 34.0434 14.2654 34.7569 13.8133 35.9223C13.742 36.1125 13.6706 36.287 13.6072 36.4455C12.9807 37.936 12.5841 38.3086 12.0925 39.6722C12.029 39.8466 11.9656 40.0448 11.8942 40.2588C11.3232 42.0902 11.1805 43.5727 11.0932 44.4606C10.9664 45.8559 10.9188 47.7824 11.2836 50.0577C11.3629 50.1449 11.6563 50.462 12.1559 50.5334C12.2193 50.5413 12.2828 50.5493 12.3383 50.5493L12.3462 50.5334Z" fill="url(#paint4_linear)"/>
</g>
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.4608 27.2149V27.207V27.2149ZM13.4608 27.1911V27.1832V27.1911ZM13.4529 27.1594C13.4529 27.1594 13.4529 27.1594 13.4529 27.1515C13.4529 27.1515 13.4529 27.1515 13.4529 27.1594ZM13.445 27.1039V27.096V27.1039ZM13.4371 27.0801C13.4371 27.0801 13.4371 27.0801 13.4371 27.0722V27.0801ZM13.4291 27.0008C13.4291 27.0008 13.4291 27.0008 13.4291 26.9929C13.4291 26.9929 13.4291 26.9929 13.4291 27.0008ZM19.3214 31.3532L27.1566 30.2592C26.4587 27.9918 23.0328 20.4682 23.0566 20.2225C22.8345 19.8736 22.6125 19.5327 22.3904 19.1839C22.6284 18.7717 22.9694 18.3436 23.3897 18.3356C23.3976 18.3356 23.3976 18.3356 23.4055 18.3356C24.2699 18.3356 24.5078 20.1749 26.0067 21.3879C27.0694 22.2441 32.2003 24.678 33.6198 25.0585L34.2701 23.901C33.9291 23.4729 31.7324 21.3641 30.8442 20.8726C26.197 18.2405 26.3794 13.3252 22.5173 11.5652C22.2239 11.4304 21.9305 11.3194 21.6291 11.2243C20.8916 10.9944 20.1065 10.8517 19.0914 10.6773C18.8535 10.6376 18.6156 10.598 18.3935 10.5663C18.0684 10.5187 17.7512 10.487 17.4498 10.4553C16.7995 10.3919 16.1255 10.3602 15.5227 10.3443C15.3879 10.3443 15.261 10.3443 15.1342 10.3443C14.9359 10.3443 14.7456 10.3443 14.579 10.3522C14.3808 10.3602 14.1984 10.3681 14.0477 10.3839C13.1357 10.4711 12.1523 10.7803 11.2562 11.2402C10.9311 11.4066 10.6139 11.589 10.3125 11.7872C10.7249 11.5731 11.1055 11.4542 11.5021 11.4542C11.5972 11.4542 11.6924 11.4621 11.7875 11.478C14.4759 11.8585 16.3316 17.3605 14.8566 18.9381C14.7218 19.0809 14.5949 19.1601 14.4442 19.2156C14.9042 20.056 15.1421 20.825 15.2055 21.0232C16.0144 23.6394 15.3007 30.1799 16.3792 31.0441C16.6885 31.2898 16.9819 31.3453 17.3229 31.3453C17.4895 31.3453 17.6639 31.3295 17.8543 31.3136C18.0446 31.2978 18.2429 31.2819 18.4649 31.2819C18.7266 31.2819 19.0042 31.3057 19.3135 31.3691L19.3214 31.3532ZM27.109 23.8693C25.7608 23.243 24.5475 22.2124 23.7783 21.1263C24.5554 22.2203 25.7608 23.2509 27.109 23.8693ZM23.7624 21.1104C23.7624 21.1104 23.7624 21.1025 23.7545 21.1025C23.7545 21.1025 23.7624 21.1025 23.7624 21.1104ZM23.7465 21.0866C23.7386 21.0708 23.7307 21.0549 23.7148 21.039C23.7227 21.0549 23.7386 21.0708 23.7465 21.0866ZM23.6989 21.0073C23.691 20.9915 23.6831 20.9835 23.6752 20.9677C23.6831 20.9835 23.691 20.9915 23.6989 21.0073Z" fill="url(#paint5_linear)"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M16.3657 8.17974C16.3657 8.17974 16.1913 9.15487 15.7868 9.8446C15.422 10.4709 13.9232 10.6929 13.606 10.8039C13.2967 10.9149 14.0818 11.454 14.9145 11.6522C15.7472 11.8504 18.1897 11.9772 18.6656 11.7156C19.1414 11.454 18.3563 11.3747 17.7774 11.0734C17.2064 10.7722 17.0081 9.54334 17.1905 9.0201C17.365 8.49686 16.3578 8.17181 16.3578 8.17181L16.3657 8.17974Z" fill="url(#paint6_linear)"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M17.9643 7.89428C18.567 7.45825 18.7414 6.29284 18.4004 6.03122C18.3053 5.95194 18.2101 5.99158 16.8461 6.53861C16.1641 6.80816 15.831 6.95879 15.7279 7.25212C15.6565 7.43446 15.6724 7.68023 15.7438 7.87842C15.7834 7.98149 15.8548 8.10041 16.0213 8.33824C16.1641 8.5523 16.1561 8.54437 16.2037 8.60779C16.3147 8.75842 16.5209 9.00419 16.9016 9.28959C16.9254 9.1786 16.9571 9.05175 17.0126 8.90112C17.0364 8.84563 17.1236 8.62365 17.2585 8.44131C17.4964 8.12419 17.766 8.02905 17.9643 7.89428Z" fill="#26264F"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M16.4064 9.01226C16.4064 9.01226 16.8029 9.59892 17.5404 9.51964C18.1986 9.44829 18.2304 7.96577 17.7942 7.67244C17.6514 7.57731 17.366 7.54559 17.136 7.61695C17.0012 7.66451 16.9615 7.72001 16.7395 7.78343C16.5412 7.84686 16.4778 7.82307 16.4143 7.87857C16.3429 7.94992 16.2874 8.10848 16.4381 8.53658C16.3112 8.41766 16.1526 8.3701 16.0495 8.42559C16.0336 8.43352 15.9861 8.46523 15.9623 8.5128C15.875 8.68721 16.0416 8.89334 16.3984 9.00433L16.4064 9.01226Z" fill="url(#paint7_linear)"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.24135 29.6089C9.59029 29.6089 9.89958 29.593 10.1375 29.5692C10.2882 29.2045 10.4309 28.8399 10.5816 28.4752C10.304 28.269 10.0423 28.055 9.80442 27.8251C9.25722 27.7141 8.61486 27.5476 7.93285 27.2781C6.80674 26.8341 6.20402 26.5963 5.74406 25.9937C4.75276 24.7015 4.9193 22.4183 6.02163 21.3401C6.71157 20.6583 7.36186 20.8565 7.90112 20.0399C8.44039 19.2233 8.02801 18.6684 8.47211 17.9311C8.94793 17.1383 10.0661 16.7102 11.0653 16.7102C11.2636 16.7102 11.4539 16.726 11.6284 16.7577C12.9607 16.9956 13.8727 18.1451 14.4437 19.1916C14.5944 19.1361 14.7292 19.0568 14.8561 18.9141C16.3311 17.3365 14.4754 11.8424 11.787 11.454C11.6918 11.4381 11.5967 11.4302 11.5015 11.4302C11.105 11.4302 10.7164 11.5491 10.312 11.7631C9.78062 12.0406 9.2017 12.4846 8.47211 13.0395C7.33806 13.9116 5.45857 15.3466 4.28487 17.9073C3.8487 18.8586 3.33323 20.3411 3.11118 21.9426C2.80983 24.1148 3.04774 26.5011 4.74484 28.0708C4.80035 28.1263 4.86379 28.1739 4.92723 28.2294C6.29125 29.379 8.03593 29.6089 9.24928 29.6089H9.24135Z" fill="url(#paint8_linear)"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.81296 27.8251C8.43308 26.5011 7.71934 24.7966 8.06828 23.3062C8.3617 22.0853 9.31335 21.1974 10.2729 20.6028C9.31335 21.2053 8.35377 22.0853 8.06828 23.3062C7.71934 24.7966 8.43308 26.5011 9.80504 27.8251C9.80504 27.8251 9.80503 27.8251 9.81296 27.8251ZM13.3499 26.4932C13.1199 25.2485 12.7393 23.9801 12.2476 22.7592C12.7313 23.988 13.1199 25.2565 13.3499 26.4932Z" fill="url(#paint9_linear)"/>
<rect width="3.43989" height="7.98027" transform="matrix(-1 0 0 1 13.6055 20.0723)" fill="url(#pattern0)"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.2285 29.3393L10.4744 28.721C10.4744 28.721 10.8788 28.7447 11.2119 28.5069C11.3943 28.3801 11.7115 28.3404 11.8067 28.3642C11.9018 28.388 12.2508 28.3721 11.8543 28.5624C11.4498 28.7527 11.4577 28.8954 11.6243 29.0539C11.7908 29.2125 12.4332 29.5534 12.6552 29.5692C12.8852 29.5851 12.4728 29.9419 12.2428 29.9894C12.0129 30.037 11.6322 30.0925 11.1643 29.815C10.9898 29.712 10.2364 29.3393 10.2364 29.3393H10.2285Z" fill="url(#paint10_linear)"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M33.7793 24.7486L34.0251 24.1303C34.0251 24.1303 34.4296 24.154 34.7627 23.9162C34.9451 23.7894 35.2623 23.7497 35.3574 23.7735C35.4526 23.7973 35.8015 23.7814 35.405 23.9717C35.0006 24.162 35.0085 24.3047 35.175 24.4632C35.3416 24.6218 35.9839 24.9548 36.206 24.9786C36.436 24.9944 36.0236 25.3512 35.7857 25.3987C35.5557 25.4463 35.175 25.5018 34.7072 25.2243C34.5327 25.1213 33.7793 24.7486 33.7793 24.7486Z" fill="url(#paint11_linear)"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.6521 31.9396L13.7869 33.0257L19.3143 31.345C17.9741 31.0596 17.1573 31.6383 16.3722 31.012C15.0875 29.9893 16.8858 22.6934 14.4372 19.1836C13.8741 19.3739 12.9383 19.2232 11.043 20.1667C11.8677 21.7126 13.2476 28.9746 13.6521 31.9317V31.9396Z" fill="url(#paint12_linear)"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M23.3801 18.3198C22.9598 18.3278 22.6267 18.7559 22.3809 19.1681C22.6029 19.5169 22.825 19.8578 23.047 20.2067C23.047 20.1987 23.0549 20.1829 23.0549 20.1829L23.7528 21.0946C23.7608 21.1025 23.7607 21.1025 23.7607 21.1104C26.6474 25.1854 29.3913 25.6294 33.6023 25.0348C31.6673 24.5194 27.0439 22.2124 25.9892 21.3641C25.5689 21.0232 24.5696 18.296 23.3722 18.3119L23.3801 18.3198Z" fill="url(#paint13_linear)"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.9052 28.8236C10.8259 28.4906 11.04 28.1577 11.3731 28.1022L51.6672 20.9908C51.7783 20.9671 51.8972 21.0226 51.9528 21.1177C52.0638 21.2842 51.9686 21.5141 51.7624 21.5537L11.5714 29.2596C11.27 29.3151 10.9686 29.1328 10.8973 28.8315L10.9052 28.8236Z" fill="#0B2D57"/>
<defs>
<pattern id="pattern0" patternContentUnits="objectBoundingBox" width="1" height="1">
<use xlink:href="#image0"/>
</pattern>
<linearGradient id="paint0_linear" x1="40.0188" y1="18.3924" x2="48.2725" y2="-8.29129" gradientUnits="userSpaceOnUse">
<stop stop-color="#FFEFEE"/>
<stop offset="1" stop-color="#FFE5E4"/>
</linearGradient>
<linearGradient id="paint1_linear" x1="6.63639" y1="19.7784" x2="10.5078" y2="27.4497" gradientUnits="userSpaceOnUse">
<stop stop-color="#F75B37"/>
<stop offset="1" stop-color="#FE7207"/>
</linearGradient>
<linearGradient id="paint2_linear" x1="17.2832" y1="38.6626" x2="23.6195" y2="38.6468" gradientUnits="userSpaceOnUse">
<stop stop-color="#DCBBCF"/>
<stop offset="1" stop-color="#CDBAC1"/>
</linearGradient>
<linearGradient id="paint3_linear" x1="22.7803" y1="30.0001" x2="31.3073" y2="33.6046" gradientUnits="userSpaceOnUse">
<stop offset="0.210871" stop-color="#12498B"/>
<stop offset="0.798647" stop-color="#0B2D57"/>
</linearGradient>
<linearGradient id="paint4_linear" x1="16.3838" y1="30.1516" x2="27.5728" y2="39.8524" gradientUnits="userSpaceOnUse">
<stop offset="0.210871" stop-color="#12498B"/>
<stop offset="0.798647" stop-color="#0B2D57"/>
</linearGradient>
<linearGradient id="paint5_linear" x1="14.2824" y1="16.1702" x2="20.227" y2="32.1376" gradientUnits="userSpaceOnUse">
<stop stop-color="#F75B37"/>
<stop offset="1" stop-color="#FE7207"/>
</linearGradient>
<linearGradient id="paint6_linear" x1="18.1848" y1="12.8714" x2="14.2183" y2="-0.0741293" gradientUnits="userSpaceOnUse">
<stop stop-color="#FFC444"/>
<stop offset="0.788235" stop-color="#F68152"/>
<stop offset="1" stop-color="#F36F56"/>
</linearGradient>
<linearGradient id="paint7_linear" x1="17.8296" y1="10.0592" x2="15.2621" y2="3.60427" gradientUnits="userSpaceOnUse">
<stop stop-color="#FFC444"/>
<stop offset="0.788235" stop-color="#F68152"/>
<stop offset="1" stop-color="#F36F56"/>
</linearGradient>
<linearGradient id="paint8_linear" x1="5.05094" y1="16.4674" x2="12.1063" y2="27.7909" gradientUnits="userSpaceOnUse">
<stop stop-color="#F75B37"/>
<stop offset="1" stop-color="#FE7207"/>
</linearGradient>
<linearGradient id="paint9_linear" x1="-4.20794" y1="24.6539" x2="15.848" y2="24.6539" gradientUnits="userSpaceOnUse">
<stop stop-color="#DCD2F8"/>
<stop offset="1" stop-color="#C6CAEE"/>
</linearGradient>
<linearGradient id="paint10_linear" x1="12.4261" y1="30.4848" x2="10.6952" y2="24.5831" gradientUnits="userSpaceOnUse">
<stop stop-color="#FFC444"/>
<stop offset="0.788235" stop-color="#F68152"/>
<stop offset="1" stop-color="#F36F56"/>
</linearGradient>
<linearGradient id="paint11_linear" x1="35.9768" y1="25.8941" x2="34.2459" y2="19.9924" gradientUnits="userSpaceOnUse">
<stop stop-color="#FFC444"/>
<stop offset="0.788235" stop-color="#F68152"/>
<stop offset="1" stop-color="#F36F56"/>
</linearGradient>
<linearGradient id="paint12_linear" x1="12.4136" y1="23.0192" x2="18.0636" y2="30.9776" gradientUnits="userSpaceOnUse">
<stop stop-color="#F75B37"/>
<stop offset="1" stop-color="#FE7207"/>
</linearGradient>
<linearGradient id="paint13_linear" x1="24.2403" y1="20.234" x2="25.7122" y2="25.8466" gradientUnits="userSpaceOnUse">
<stop stop-color="#F75B37"/>
<stop offset="1" stop-color="#FE7207"/>
</linearGradient>
<image id="image0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEsAAACvCAIAAAFN/oS/AAAACXBIWXMA"/>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 26 KiB

View File

@@ -0,0 +1,111 @@
<svg width="54" height="52" viewBox="0 0 54 52" fill="none" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<path d="M26.1927 51.8033C11.8813 51.6909 0 39.7927 0 25.2945C0 10.7964 11.8738 -0.450029 26.1927 0.224304C40.205 0.883653 51.3909 12.7519 51.3909 26.7031C51.3909 40.6544 40.205 51.9157 26.1927 51.8033Z" fill="#174D8F"/>
<path d="M28.8021 51.6078C14.4907 51.4955 2.60938 39.5972 2.60938 25.099C2.60938 10.6009 14.4832 -0.645525 28.8021 0.0288086C42.8144 0.688157 54.0003 12.5564 54.0003 26.5076C54.0003 40.4589 42.8144 51.7202 28.8021 51.6078Z" fill="#D8DEE8"/>
<path d="M52.2845 26.4625C52.2845 39.4922 41.8688 49.9518 28.7986 49.832C15.4592 49.7046 4.44531 38.6605 4.44531 25.1513C4.44531 11.6497 15.4592 1.20501 28.7986 1.81191C41.8762 2.41131 52.2845 13.4404 52.2845 26.47V26.4625Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M38.8706 25.1056C38.9607 25.426 40.1585 25.4726 40.1585 27.2765C40.1585 28.2948 39.2045 27.4006 38.1816 27.5195C37.2329 27.6383 36.9679 28.3155 36.3796 28.3155C35.8813 28.3155 36.6181 29.5302 36.141 28.8065L36.0191 28.6256C35.293 27.5091 34.4503 26.1755 33.1465 26.1755C31.6624 26.1755 31.1377 26.7596 29.7385 25.302L36.0986 25.4881C36.6976 25.4881 36.1463 24.5577 35.8124 24.5422L30.3215 24.3251L29.5 22.945C31.5458 22.4281 32.5953 23.0793 33.6765 22.4384C34.8796 21.7199 34.4874 20.1589 36.9202 20.4897C38.1392 20.6551 38.9872 20.4328 39.9465 18.939C39.4059 21.6682 38.2929 22.4487 38.6374 24.5938L38.648 24.6197C38.648 24.6249 38.648 24.6249 38.6533 24.63L38.6586 24.661L38.6798 24.7127V24.7179L38.6851 24.7334V24.7386C38.6904 24.7386 38.6904 24.7437 38.6904 24.7489L38.6957 24.7644L38.701 24.7799L38.7063 24.7903C38.7116 24.8006 38.7116 24.8058 38.7169 24.8213C38.7169 24.8264 38.7169 24.8264 38.7169 24.8316L38.7328 24.8626C38.7381 24.8626 38.7381 24.8678 38.7381 24.873C38.7381 24.8781 38.7434 24.8833 38.7434 24.8885C38.7434 24.8936 38.7434 24.8936 38.7434 24.8988L38.754 24.9143C38.754 24.9195 38.754 24.9247 38.7593 24.9298L38.7646 24.9453L38.7805 24.9712L38.7858 24.9867C38.7911 24.9867 38.7911 24.9918 38.7911 24.9918C38.7964 24.9918 38.7964 24.997 38.7964 24.997L38.8123 25.0125L38.8282 25.0539C38.8335 25.0539 38.8335 25.059 38.8335 25.059C38.8335 25.059 38.8335 25.0642 38.8388 25.0642C38.8388 25.0694 38.8441 25.0694 38.8441 25.0797C38.8441 25.0849 38.8494 25.0849 38.8494 25.0901L38.8653 25.1211L38.8706 25.1056Z" fill="url(#paint0_linear)"/>
<path d="M37.0559 29.3171C37.0559 29.3171 39.9079 28.926 41.8713 27.7579C43.8398 26.5899 45.6275 25.4739 45.1211 23.9878C45.1211 23.9878 36.0794 26.8349 36.2344 27.9769C36.3894 29.1241 37.0559 29.3118 37.0559 29.3118V29.3171Z" fill="url(#paint1_linear)"/>
<path d="M23.9068 24.2735C23.9068 24.2735 23.4157 25.8565 27.8411 28.0203C32.2666 30.1892 33.9882 29.4902 33.9882 29.4902C33.9882 29.4902 28.8709 25.4196 23.9068 24.2683V24.2735Z" fill="url(#paint2_linear)"/>
<path d="M33.9428 27.3789C37.1001 25.0293 38.8901 22.5991 41.6351 22.083C44.354 20.6958 45.1942 24.0131 45.1942 24.0131C45.3247 25.1422 44.5889 25.9111 39.9599 27.9434C37.5541 29.0026 35.1848 29.7177 33.4679 30.1585C33.16 29.7714 32.779 29.1209 32.5859 28.1262C32.9826 27.9165 33.4366 27.6692 33.948 27.3789H33.9428Z" fill="url(#paint3_linear)"/>
<path d="M32.5198 28.1951C31.0291 28.8888 30.3589 29.3857 29.6029 29.4448C29.3616 29.4595 25.6887 29.2578 25.5761 30.0598C25.4313 31.1372 29.4635 30.5813 29.871 30.537C30.3106 30.4927 31.7959 30.4287 33.4259 30.0598C33.1096 29.7055 32.7181 29.1102 32.5198 28.2001V28.1951Z" fill="url(#paint4_linear)"/>
<path d="M35.3254 26.5788C31.7818 24.578 29.0333 22.5826 26.2314 22.0635C24.2835 21.7012 23.9046 23.9778 23.9046 23.9778C23.7712 25.1133 24.5237 25.8866 29.2521 27.9307C31.7124 28.9959 34.1353 29.7151 35.8911 30.1586C36.206 29.7692 36.5956 29.1149 36.7931 28.1145C36.6169 27.5792 35.8378 26.8708 35.3148 26.5788H35.3254Z" fill="url(#paint5_linear)"/>
<path d="M43.5217 30.6469C43.6343 29.8672 40.0536 29.7005 40.0536 29.7005C40.0536 29.7005 38.2326 28.8865 36.8156 28.1951C36.6264 29.1023 36.253 29.6956 35.9512 30.0487C37.5011 30.4213 39.9257 30.7548 39.9257 30.7548C39.9257 30.7548 43.4194 31.3726 43.5217 30.6469Z" fill="url(#paint6_linear)"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M40.5513 22.2944C39.9156 22.2944 39.328 22.2367 38.8259 22.1212C39.4081 20.4 40.4605 18.3482 39.8836 15.6457C39.6966 14.7799 39.4509 14.3338 39.141 13.9927C38.1958 13.4695 37.2141 13.2371 36.1068 12.9275C34.798 12.9275 33.6655 13.2633 33.6655 13.2633C33.4999 13.2738 33.345 13.2791 33.2061 13.2896C33.1153 13.2528 33.0138 13.2371 32.8963 13.2371C32.6398 13.2371 32.314 13.3158 31.9614 13.4522C31.7744 13.4995 31.673 13.5572 31.5982 13.6097C31.5287 13.6411 31.4593 13.6779 31.3898 13.7146C31.4219 13.3945 31.4486 13.0219 31.4486 12.5864C31.4539 10.6028 30.9251 10.204 31.3471 9.42734C31.9561 8.29386 33.6602 8.08396 34.0929 8.03149C34.2691 8.0105 34.4294 8 34.5683 8C35.4658 8 35.9038 8.37783 37.8376 8.62971C37.907 8.6402 37.9765 8.64545 38.0459 8.65595C39.8942 8.87634 40.2094 8.59298 40.9894 9.03377C42.218 9.7212 41.9242 10.6763 42.9712 11.5579C43.639 12.1193 44.3708 12.2453 45.108 12.2453C45.4232 12.2453 45.7384 12.219 46.0536 12.1981C46.3634 12.1718 46.6679 12.1508 46.9617 12.1508C47.5493 12.1508 48.0889 12.2453 48.5376 12.6336C48.778 12.8383 48.9649 13.1059 49.1038 13.4155C49.3763 14.0295 49.4617 14.8061 49.3923 15.609C49.3068 16.5798 48.997 17.5926 48.5429 18.4059C47.1326 20.9143 43.9702 22.0897 41.3259 22.2786C41.0588 22.2996 40.8024 22.3049 40.5513 22.3049V22.2944Z" fill="url(#paint7_linear)"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M29.2581 23.1464L27.6348 20.456C27.485 20.2043 27.1978 20.0425 26.8918 20.0425H26.6608H26.5547C27.8221 18.0832 27.8283 16.717 29.564 15.0512C30.282 14.3562 31.1748 13.739 31.9989 13.3196C32.08 13.2776 32.1612 13.2357 32.2424 13.1997C32.1862 13.2417 32.1425 13.2836 32.105 13.3256C31.323 14.5915 30.3944 16.4593 30.3944 16.4593C30.0635 17.9693 30.4505 18.5445 30.4193 19.8148C30.4006 20.5578 30.2383 21.5046 29.6889 22.6191C29.5453 22.8048 29.4017 22.9846 29.2518 23.1464H29.2581ZM32.6732 13.014C33.0852 12.8582 33.4598 12.7683 33.7658 12.7683C33.9031 12.7683 34.028 12.7863 34.1279 12.8282C33.3974 12.8762 32.9541 12.9421 32.6732 13.014Z" fill="url(#paint8_linear)"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M40.9717 28.1218C40.2919 26.4505 39.3572 26.1755 38.8208 25.25C38.8208 25.2447 38.8155 25.2394 38.8155 25.2394C38.8155 25.2447 38.8208 25.25 38.8208 25.25C39.3625 26.1808 40.2972 26.4505 40.9717 28.1218ZM38.773 25.1442C38.7677 25.1389 38.7677 25.1389 38.7677 25.1336C38.773 25.1389 38.773 25.1389 38.773 25.1442ZM38.7411 25.0807L38.7358 25.0754C38.7358 25.0754 38.7411 25.0754 38.7411 25.0807ZM38.7358 25.0649C38.7305 25.0649 38.7305 25.0649 38.7305 25.0596C38.7305 25.0596 38.7305 25.0596 38.7358 25.0649ZM38.7252 25.0437C38.7252 25.0437 38.7252 25.0437 38.7199 25.0384C38.7252 25.0384 38.7252 25.0384 38.7252 25.0437ZM38.7199 25.0278C38.7199 25.0278 38.7146 25.0278 38.7146 25.0226C38.7146 25.0226 38.7199 25.0226 38.7199 25.0278ZM38.704 24.9855C38.704 24.9855 38.704 24.9855 38.6987 24.9802C38.704 24.9802 38.704 24.9802 38.704 24.9855ZM38.6987 24.975C38.6987 24.975 38.6986 24.9697 38.6933 24.9697C38.6986 24.9697 38.6987 24.9697 38.6987 24.975ZM38.688 24.9432C38.6827 24.9432 38.6827 24.9379 38.6827 24.9379C38.6827 24.9379 38.6827 24.9379 38.688 24.9432ZM38.6827 24.9326V24.9274C38.6827 24.9274 38.6827 24.9274 38.6827 24.9326ZM38.6774 24.9168C38.6721 24.9168 38.6721 24.9115 38.6721 24.9115C38.6721 24.9115 38.6721 24.9115 38.6774 24.9168ZM38.6402 24.8322C38.6402 24.8322 38.6402 24.8269 38.6349 24.8216C38.6402 24.8216 38.6402 24.8269 38.6402 24.8322ZM38.6349 24.8216C38.6349 24.8163 38.6296 24.8163 38.6296 24.811C38.6296 24.8163 38.6349 24.8216 38.6349 24.8216ZM38.6243 24.7793C38.6243 24.774 38.6243 24.7687 38.6243 24.7687C38.6243 24.774 38.6243 24.7793 38.6243 24.7793ZM38.6137 24.7475C38.6084 24.737 38.6084 24.7317 38.6084 24.7211C38.6137 24.7317 38.6137 24.737 38.6137 24.7475ZM38.6031 24.7052C38.1729 23.1239 39.4634 21.3416 39.9255 18.9669C39.2244 20.0775 38.534 20.4636 37.9657 20.5747C37.817 20.6011 37.6737 20.6117 37.5356 20.6117C37.3125 20.6117 37.1001 20.5853 36.8876 20.5535C36.6752 20.5271 36.4628 20.4954 36.2503 20.4954C35.9689 20.4954 35.6768 20.543 35.3528 20.7016C34.4234 21.1565 34.604 21.9603 33.6427 22.5421C33.2125 22.8013 32.8248 22.8594 32.3893 22.8594C32.23 22.8594 32.0601 22.8542 31.8795 22.8436C31.6989 22.8383 31.5077 22.8277 31.3006 22.8277C31.1625 22.8277 31.0191 22.833 30.8651 22.8383C30.4615 22.8594 29.9941 22.9229 29.463 23.0551L29.2188 22.632C29.3356 22.4311 29.4312 22.2407 29.5215 22.0503C29.9888 21.0665 30.1269 20.2256 30.1428 19.5751C30.1694 18.4486 29.8401 17.9409 30.1216 16.6134C30.1216 16.6134 30.4296 15.1272 31.5768 13.8474C31.6086 13.8103 31.6458 13.7733 31.6936 13.7363C31.768 13.6834 31.8689 13.6252 32.0548 13.5776C32.2937 13.5142 32.6708 13.456 33.2922 13.4137C33.4303 13.4031 33.5843 13.3978 33.7489 13.3872C33.7489 13.3872 34.7948 12.9085 36.0907 12.9085C37.1635 12.9085 38.4331 13.2815 39.1926 14.1224C39.5006 14.4661 39.7449 14.9157 39.9308 15.7883C40.499 18.5121 39.4581 20.5853 38.8792 22.3147C38.5818 23.1821 38.4119 23.9648 38.6137 24.6999L38.6031 24.7052Z" fill="url(#paint9_linear)"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M34.822 10.8101C34.7742 11.0444 34.519 12.3042 35.0453 12.6218C35.1622 12.6895 35.3802 12.7311 35.8161 12.804C36.1031 12.8561 36.3476 12.8873 36.5124 12.9029C36.4912 13.1164 36.4221 13.46 36.1775 13.7724C35.4865 14.6522 34.0884 14.4387 33.8864 14.4023C33.1847 14.2826 32.4937 14.0743 32.3236 13.9494C32.0684 13.7515 31.8611 13.6058 31.7441 13.4548C32.0152 13.3246 32.5628 12.981 32.9296 12.8665C33.206 12.7832 33.4612 12.7207 33.6951 12.6739C33.7323 12.4292 33.7695 12.1897 33.8067 11.945C34.1416 11.565 34.4765 11.1849 34.8167 10.8049L34.822 10.8101Z" fill="url(#paint10_linear)"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M34.8804 11.2674C34.8804 11.2674 34.8004 12.0559 33.9487 12.2002C33.1885 12.3291 32.5997 10.6748 32.9884 10.2419C33.1142 10.0976 33.44 9.95843 33.7143 9.96358C33.9144 9.96873 34.5717 10.1903 34.6689 10.783C34.8004 10.6593 34.9604 10.6181 35.0462 10.6696C35.1491 10.7366 35.0976 10.9273 35.0862 10.9737C35.0462 11.1231 34.9376 11.221 34.8861 11.2623L34.8804 11.2674Z" fill="url(#paint11_linear)"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M38.7571 25.1097C38.7571 25.1097 38.7499 25.1097 38.7499 25.1036C38.7499 25.1036 38.7571 25.1036 38.7571 25.1097ZM38.7499 25.0974C38.7499 25.0974 38.7499 25.0912 38.7427 25.0912C38.7499 25.0912 38.7499 25.0974 38.7499 25.0974ZM38.7427 25.0789C38.7427 25.0789 38.7355 25.0789 38.7355 25.0728C38.7355 25.0728 38.7427 25.0728 38.7427 25.0789ZM38.7355 25.0666C38.7283 25.0666 38.7283 25.0604 38.7283 25.0604C38.7283 25.0604 38.7283 25.0666 38.7355 25.0666ZM38.7283 25.0543C38.7283 25.0543 38.7283 25.0481 38.7211 25.0481C38.7283 25.0481 38.7283 25.0543 38.7283 25.0543ZM38.7211 25.0358L38.7139 25.0296L38.7211 25.0358ZM38.7139 25.0234C38.7139 25.0234 38.7139 25.0173 38.7067 25.0173C38.7139 25.0173 38.7139 25.0234 38.7139 25.0234ZM38.7067 25.0111C38.6995 25.0111 38.6995 25.0049 38.6995 25.0049C38.6995 25.0049 38.6995 25.0111 38.7067 25.0111ZM38.6923 24.9926C38.6923 24.9926 38.6923 24.9865 38.6851 24.9865C38.6923 24.9865 38.6923 24.9926 38.6923 24.9926ZM38.6851 24.9803V24.9741V24.9803ZM38.6779 24.968C38.6707 24.9618 38.6708 24.9618 38.6708 24.9556C38.6708 24.9618 38.6779 24.9618 38.6779 24.968ZM38.6708 24.9495C38.6708 24.9433 38.6636 24.9433 38.6636 24.9433L38.6708 24.9495ZM38.6636 24.9371C38.6636 24.931 38.6636 24.931 38.6636 24.931V24.9371ZM38.6564 24.9248C38.6492 24.9186 38.6492 24.9125 38.6492 24.9063C38.6492 24.9125 38.6492 24.9186 38.6564 24.9248ZM38.6492 24.9063L38.642 24.9001L38.6492 24.9063ZM38.642 24.894V24.8878V24.894ZM38.6348 24.8817C38.6348 24.8755 38.6276 24.8693 38.6276 24.8632C38.6276 24.8693 38.6348 24.8755 38.6348 24.8817ZM38.6276 24.857C38.6276 24.857 38.6276 24.8508 38.6204 24.8508C38.6276 24.8508 38.6276 24.857 38.6276 24.857ZM38.6204 24.8447C38.6132 24.8323 38.6132 24.8262 38.606 24.8138C38.6132 24.8262 38.6132 24.8323 38.6204 24.8447ZM38.5988 24.8077V24.8015C38.5988 24.8077 38.5988 24.8077 38.5988 24.8077ZM38.5916 24.7953C38.5844 24.783 38.5845 24.7769 38.5845 24.7645C38.5916 24.7769 38.5916 24.783 38.5916 24.7953ZM38.5773 24.7584C38.5773 24.7522 38.5773 24.7522 38.5701 24.7522L38.5773 24.7584ZM38.5701 24.746C38.5701 24.7399 38.5629 24.7337 38.5629 24.7275C38.5629 24.7337 38.5701 24.7399 38.5701 24.746ZM38.5629 24.7275V24.7214V24.7275ZM38.5557 24.7152C38.5557 24.7152 38.5557 24.709 38.5485 24.709C38.5557 24.709 38.5557 24.7152 38.5557 24.7152ZM38.5485 24.6967C38.5413 24.6906 38.5413 24.6906 38.5413 24.6844C38.5413 24.6906 38.5413 24.6906 38.5485 24.6967ZM38.5413 24.6782V24.6721V24.6782ZM38.5341 24.6659L38.5269 24.6597L38.5341 24.6659ZM38.5269 24.6474L38.5197 24.6412L38.5269 24.6474ZM38.5197 24.6289V24.6227V24.6289ZM38.5125 24.6166V24.6104V24.6166ZM38.5053 24.5981L38.4981 24.5919C38.4981 24.5919 38.5053 24.5919 38.5053 24.5981ZM38.4981 24.5858V24.5796V24.5858ZM38.491 24.5673C38.4838 24.5673 38.4838 24.5673 38.4838 24.5673C38.4838 24.5673 38.4838 24.5673 38.491 24.5673ZM38.4838 24.5488H38.4766C38.4838 24.5488 38.4838 24.5488 38.4838 24.5488Z" fill="url(#paint12_linear)"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M35.9537 25.6707H35.9484L29.6392 25.4464L26.9766 25.3529L26.9818 25.3155L30.7968 25.4588L30.218 24.2683L35.6695 24.5301C35.7853 24.5363 35.8905 24.6111 35.9537 24.7233L36.1905 25.1659C36.3062 25.384 36.1694 25.6645 35.9537 25.6645V25.6707Z" fill="#0B2D57"/>
<rect x="26.7812" y="19.5103" width="0.428518" height="0.275015" fill="url(#pattern0)"/>
<rect x="20.5605" y="19.5103" width="10.4221" height="5.95514" fill="url(#pattern1)"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M34.8897 23.9885C34.7761 23.6984 34.6625 23.4084 34.5488 23.1183C35.7989 22.7755 37.5251 22.2639 39.2946 21.6364C39.576 21.5362 39.9061 21.4149 40.009 21.1301C40.3066 20.3284 38.3693 19.511 37.6063 17.7706C36.8974 16.1568 37.2654 13.9155 38.0663 13.6412C39.7384 13.0769 45.7451 20.2441 43.6454 23.3029C42.4603 25.0327 38.7589 25.3333 34.8952 23.9938L34.8897 23.9885Z" fill="url(#paint13_linear)"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M34.69 23.0379C33.9177 22.6365 33.0026 23.059 32.9444 23.0907C32.7751 23.1699 32.5265 23.3125 32.2832 23.5713C32.2567 23.6083 31.9287 24.073 32.0504 24.2209C32.1509 24.3371 32.5212 24.2367 32.9761 23.9515C33.1665 23.9251 33.4522 23.8987 33.7907 23.9251C34.4149 23.978 34.7006 24.1734 34.928 23.9991C35.0867 23.8723 35.1449 23.6135 35.0867 23.4181C35.018 23.2069 34.8328 23.1065 34.7006 23.0379H34.69Z" fill="url(#paint14_linear)"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M18.2567 19.5L26.9456 19.602H27.1435C27.4055 19.6074 27.6461 19.747 27.7798 19.9779L30.9024 25.3902L25.6516 25.2238L21.513 25.0896C21.2564 25.0788 21.0211 24.9392 20.8874 24.7191L20.7003 24.4076L18 19.9618L18.262 19.5H18.2567Z" fill="#0B2D57"/>
<path d="M33.9647 7.94105C34.0469 7.94105 33.8451 7.91109 33.9647 7.94105V7.94105Z" fill="#FF7592"/>
<path d="M40.1121 29.5499V36.6529H17.2617C16.828 36.6529 16.4766 36.3007 16.4766 35.8587V30.3291C16.4766 29.8946 16.828 29.5424 17.2617 29.5424H40.1121V29.5499Z" fill="#9EC8FC"/>
<path d="M16.4766 46.3258V45.3817C16.4766 44.9471 16.9775 44.595 17.5907 44.595H43.7834C39.7307 47.9142 34.5266 49.8847 28.8065 49.8323C24.3276 49.7873 20.103 48.5136 16.4766 46.3258Z" fill="#9EC8FC"/>
<path d="M50.5193 35.4689H40.1035V30.7336H51.9026C51.6035 32.382 51.1324 33.9629 50.5193 35.4689Z" fill="#DEDEDE"/>
<path d="M40.1129 31.3182V34.8847C40.1129 35.2068 40.3746 35.4691 40.6961 35.4691H50.5211C50.3566 35.8662 50.1847 36.2633 49.9977 36.6529H39.1184C38.7969 36.6529 38.5352 36.3907 38.5352 36.0685V30.1344C38.5352 29.8122 38.7969 29.5499 39.1184 29.5499H52.0913C52.039 29.947 51.9792 30.3441 51.9044 30.7338H40.6886C40.3671 30.7338 40.1054 30.996 40.1054 31.3182H40.1129Z" fill="#75A0D5"/>
<path d="M30.6569 37.7469V43.2914C30.6569 43.5462 30.8663 43.7634 31.128 43.7634H44.7365C44.4375 44.0332 44.1383 44.2954 43.8318 44.5502H14.5136C14.0799 44.5502 13.7285 44.198 13.7285 43.7634V37.4472C13.7285 37.0126 14.0799 36.6605 14.5136 36.6605H50.008C49.8809 36.9227 49.7463 37.1849 49.6117 37.4472H30.971C30.799 37.4472 30.6644 37.5821 30.6644 37.7544L30.6569 37.7469Z" fill="#FEBE15"/>
<path d="M49.6055 37.4396H30.9648C30.7405 37.4396 30.6582 37.7318 30.6582 37.9566V36.6529H50.0018C49.8746 36.9151 49.74 37.1774 49.6055 37.4396Z" fill="#E6A600"/>
<path d="M43.8256 44.5499H30.6582V43.2911C30.6582 43.5159 30.733 43.7632 30.9648 43.7632H44.7378C44.4462 44.0329 44.1396 44.2951 43.833 44.5499H43.8256Z" fill="#E6A600"/>
<path d="M41.3719 37.4396H15.2988C14.8651 37.4396 14.5137 37.7917 14.5137 38.2263V42.9616C14.5137 43.3962 14.8651 43.7483 15.2988 43.7483H41.3719C39.3979 40.1968 41.3719 37.4321 41.3719 37.4321V37.4396Z" fill="#F1F2F2"/>
<path d="M44.7378 43.7559H30.6582V37.4396H49.6055C48.3493 39.8223 46.7043 41.9577 44.7378 43.7559Z" fill="#DEDEDE"/>
<path d="M36.9551 39.6124H23.9597C23.8476 39.6124 23.7578 39.5225 23.7578 39.4176C23.7578 39.3052 23.8476 39.2228 23.9597 39.2228H36.9551C37.0672 39.2228 37.1495 39.3127 37.1495 39.4176C37.1495 39.5225 37.0598 39.6124 36.9551 39.6124Z" fill="white"/>
<path d="M38.9297 41.5903H25.9268C25.8222 41.5903 25.7324 41.5004 25.7324 41.3955C25.7324 41.2831 25.8222 41.2007 25.9268 41.2007H38.9297C39.0419 41.2007 39.1241 41.2906 39.1241 41.3955C39.1241 41.5004 39.0344 41.5903 38.9297 41.5903Z" fill="white"/>
<defs>
<pattern id="pattern0" patternContentUnits="objectBoundingBox" width="1" height="1">
<use xlink:href="#image0"/>
</pattern>
<pattern id="pattern1" patternContentUnits="objectBoundingBox" width="1" height="1">
<use xlink:href="#image1"/>
</pattern>
<linearGradient id="paint0_linear" x1="31.2662" y1="21.737" x2="34.2874" y2="29.2544" gradientUnits="userSpaceOnUse">
<stop stop-color="#F75B37"/>
<stop offset="1" stop-color="#FE7207"/>
</linearGradient>
<linearGradient id="paint1_linear" x1="40.7202" y1="23.9878" x2="47.5834" y2="25.4971" gradientUnits="userSpaceOnUse">
<stop offset="0.210871" stop-color="#12498B"/>
<stop offset="0.798647" stop-color="#0B2D57"/>
</linearGradient>
<linearGradient id="paint2_linear" x1="28.9394" y1="24.2683" x2="24.307" y2="26.9313" gradientUnits="userSpaceOnUse">
<stop offset="0.210871" stop-color="#12498B"/>
<stop offset="0.798647" stop-color="#0B2D57"/>
</linearGradient>
<linearGradient id="paint3_linear" x1="38.8969" y1="21.7439" x2="42.1469" y2="29.7505" gradientUnits="userSpaceOnUse">
<stop offset="0.210871" stop-color="#12498B"/>
<stop offset="0.798647" stop-color="#0B2D57"/>
</linearGradient>
<linearGradient id="paint4_linear" x1="32.4918" y1="31.4089" x2="31.1555" y2="21.9133" gradientUnits="userSpaceOnUse">
<stop stop-color="#FFC444"/>
<stop offset="0.788235" stop-color="#F68152"/>
<stop offset="1" stop-color="#F36F56"/>
</linearGradient>
<linearGradient id="paint5_linear" x1="30.3418" y1="22.0244" x2="33.3579" y2="29.8817" gradientUnits="userSpaceOnUse">
<stop offset="0.210871" stop-color="#12498B"/>
<stop offset="0.798647" stop-color="#0B2D57"/>
</linearGradient>
<linearGradient id="paint6_linear" x1="42.6236" y1="31.7659" x2="40.9236" y2="21.2821" gradientUnits="userSpaceOnUse">
<stop stop-color="#FFC444"/>
<stop offset="0.788235" stop-color="#F68152"/>
<stop offset="1" stop-color="#F36F56"/>
</linearGradient>
<linearGradient id="paint7_linear" x1="49.836" y1="12.7683" x2="38.3448" y2="16.471" gradientUnits="userSpaceOnUse">
<stop offset="0.210871" stop-color="#12498B"/>
<stop offset="0.798647" stop-color="#0B2D57"/>
</linearGradient>
<linearGradient id="paint8_linear" x1="27.8096" y1="15.644" x2="31.7089" y2="22.3513" gradientUnits="userSpaceOnUse">
<stop stop-color="#F75B37"/>
<stop offset="1" stop-color="#FE7207"/>
</linearGradient>
<linearGradient id="paint9_linear" x1="31.2173" y1="17.4552" x2="37.3602" y2="28.0987" gradientUnits="userSpaceOnUse">
<stop stop-color="#F75B37"/>
<stop offset="1" stop-color="#FE7207"/>
</linearGradient>
<linearGradient id="paint10_linear" x1="35.9453" y1="15.4469" x2="31.7342" y2="2.8694" gradientUnits="userSpaceOnUse">
<stop stop-color="#FFC444"/>
<stop offset="0.788235" stop-color="#F68152"/>
<stop offset="1" stop-color="#F36F56"/>
</linearGradient>
<linearGradient id="paint11_linear" x1="34.8423" y1="12.8201" x2="31.6798" y2="5.59705" gradientUnits="userSpaceOnUse">
<stop stop-color="#FFC444"/>
<stop offset="0.788235" stop-color="#F68152"/>
<stop offset="1" stop-color="#F36F56"/>
</linearGradient>
<linearGradient id="paint12_linear" x1="42.0438" y1="24.4131" x2="24.4166" y2="24.5726" gradientUnits="userSpaceOnUse">
<stop stop-color="#E8E5F9"/>
<stop offset="1" stop-color="#DDE1F4"/>
</linearGradient>
<linearGradient id="paint13_linear" x1="36.1291" y1="16.7186" x2="40.0056" y2="24.4857" gradientUnits="userSpaceOnUse">
<stop stop-color="#F75B37"/>
<stop offset="1" stop-color="#FE7207"/>
</linearGradient>
<linearGradient id="paint14_linear" x1="34.7418" y1="24.6513" x2="33.712" y2="19.4764" gradientUnits="userSpaceOnUse">
<stop stop-color="#FFC444"/>
<stop offset="0.788235" stop-color="#F68152"/>
<stop offset="1" stop-color="#F36F56"/>
</linearGradient>
<image id="image0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAADCAIAAAGjU2I5AAAACXBIWXMA"/>
<image id="image1" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIcAAABNCAIAAAF08dAZAAAACXBIWXMA"/>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 21 KiB

View File

@@ -0,0 +1,93 @@
<svg width="55" height="52" viewBox="0 0 55 52" fill="none" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<path d="M26.2286 51.881C11.8976 51.7685 0 39.8539 0 25.3359C0 10.8179 11.8901 -0.443894 26.2286 0.231363C40.2601 0.891614 51.4613 12.7761 51.4613 26.7465C51.4613 40.7168 40.2601 51.9936 26.2286 51.881Z" fill="#174D8F"/>
<path d="M28.8536 51.6785C14.5226 51.566 2.625 39.6514 2.625 25.1334C2.625 10.6154 14.5151 -0.646409 28.8536 0.0288481C42.8851 0.6891 54.0863 12.5736 54.0863 26.5439C54.0863 40.5143 42.8851 51.7911 28.8536 51.6785Z" fill="#D8DEE8"/>
<path d="M52.3677 26.4988C52.3677 39.5463 41.9376 50.0202 28.8495 49.9002C15.4919 49.7726 4.46289 38.7134 4.46289 25.1858C4.46289 11.6656 15.4919 1.20665 28.8495 1.81438C41.9451 2.41461 52.3677 13.4588 52.3677 26.5063V26.4988Z" fill="white"/>
<path d="M52.3677 26.4988C52.3677 39.5463 41.9376 50.0202 28.8495 49.9002C15.4919 49.7726 4.46289 38.7134 4.46289 25.1858C4.46289 11.6656 15.4919 1.20665 28.8495 1.81438C41.9451 2.41461 52.3677 13.4588 52.3677 26.5063V26.4988Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M28.3195 14.4208C28.213 14.4557 28.1065 14.4907 28 14.5256C28.1065 14.0714 28.2218 13.0203 28.3195 12.3914C28.7277 9.55248 28.0532 8.87988 28.8076 7.84042C29.9082 6.33799 30.7902 5.99143 31.4203 6.00017C31.6777 6.00017 31.9085 6.01764 32.1126 6.05258C33.3996 6.22728 33.9499 6.8562 36.6569 7.59868C36.7545 7.62488 36.8522 7.65109 36.9498 7.67729C39.5503 8.34989 40.0562 8.00922 41.0858 8.79538C42.7011 10.0183 42.0887 11.3373 43.4112 12.796C44.2543 13.7307 45.275 14.0539 46.3223 14.2024C46.775 14.2635 47.2276 14.2897 47.6891 14.3159C48.1329 14.3421 48.5767 14.3683 49.0027 14.4207C49.837 14.5343 50.6003 14.7789 51.1595 15.4165C51.4612 15.7572 51.6742 16.1765 51.8163 16.6482C52.0825 17.5741 52.047 18.7096 51.7896 19.8452C51.4701 21.2253 50.8222 22.6142 50.0145 23.6886C39.3639 37.6909 31.873 31.4715 30.3908 23.4615C29.2902 17.4955 33.4647 14.1559 28.3373 14.4208H28.3195Z" fill="#26264F"/>
<mask id="mask0" mask-type="alpha" maskUnits="userSpaceOnUse" x="7" y="6" width="44" height="45">
<path d="M50.7169 28.7555C50.7169 40.6623 41.1986 50.2207 29.2547 50.1111C17.0648 49.9947 7 39.9023 7 27.5573C7 15.2191 17.0648 5.67445 29.2547 6.22905C41.2055 6.77681 50.7169 16.8555 50.7169 28.7624V28.7555Z" fill="white"/>
</mask>
<g mask="url(#mask0)">
<path fill-rule="evenodd" clip-rule="evenodd" d="M36.9045 49.2691C36.761 50.1485 36.5667 50.9011 36.3809 51.4995L35.1564 51.8349C32.2006 45.452 30.6298 38.3256 30.7312 30.9272C30.7818 30.9 30.8241 30.8728 30.8748 30.8456L33.8305 32.3688C34.0332 32.4867 34.2528 32.6046 34.4808 32.7406C34.9453 33.0126 35.3675 33.2846 35.7391 33.5384C35.4857 34.3544 35.3422 35.0979 35.2746 35.7779C35.1986 36.4488 35.1986 37.0472 35.2324 37.5822C35.2746 38.3619 35.4097 39.051 35.5702 39.6947C36.0938 41.6984 37.0058 43.3304 37.1072 46.268C37.141 47.3742 37.0565 48.3896 36.913 49.2691H36.9045Z" fill="url(#paint0_linear)"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M27.6448 51.835C27.637 51.8261 27.6216 51.8261 27.6139 51.8172C27.1589 51.5502 26.6962 51.2832 26.2412 51.0162C26.5342 48.6757 26.7579 45.9704 26.8119 42.9802C26.8196 42.4551 26.8273 41.9123 26.8196 41.3694C26.8196 40.8355 26.8119 40.2926 26.7964 39.7409C26.7193 36.8308 26.4803 34.1521 26.1641 31.7582C26.3337 31.8739 26.5034 31.9807 26.6885 32.0608C26.835 32.1231 26.9892 32.1854 27.1589 32.2477C27.7913 32.4791 28.5393 32.6838 29.3877 32.7639C30.2822 32.8528 30.9609 32.7728 31.6395 32.6126C31.6241 32.666 31.601 32.7194 31.5855 32.7639C30.6216 35.4781 30.1357 37.4271 30.0894 38.0589C30.074 38.2992 30.0586 38.5395 30.0586 38.762C30.0432 39.4472 30.0663 39.9723 30.0663 39.9723C30.074 40.2036 30.0894 40.4439 30.1126 40.702C30.128 40.8533 30.1434 40.9957 30.1588 41.1381C30.3594 42.7043 30.7218 43.4964 30.3748 45.561C29.9121 48.3554 28.6704 50.4378 27.7064 51.746C27.6833 51.7727 27.6602 51.8083 27.637 51.835H27.6448Z" fill="url(#paint1_linear)"/>
</g>
<path fill-rule="evenodd" clip-rule="evenodd" d="M28.7427 13.1463C26.263 13.5412 24.3728 13.9447 23.5306 15.138C22.6416 16.3999 24.0546 17.3442 24.4383 20.1084C25.0278 24.332 22.3796 25.9116 23.1376 30.1695C23.2592 30.8648 23.4464 31.4829 23.6522 32.0066C24.0078 32.9337 24.7003 33.7149 25.608 34.2386C26.2911 34.6335 27.1145 35.0284 28.0877 35.3374C29.7533 35.8696 30.8669 35.8439 32.4109 35.8181C33.1969 35.801 34.0859 35.7924 35.2275 35.8525C40.7578 36.1443 41.5906 37.6123 44.0891 36.7109C46.6156 35.7924 48.4403 33.32 47.907 32.2641C47.5888 31.6289 46.5688 32.0238 45.1184 31.2512C43.2469 30.2468 43.5651 28.8818 42.0398 27.7143C40.9169 26.8473 39.8127 26.8816 38.7459 26.9074C37.7541 26.9417 36.7996 26.9675 35.8919 26.2635C34.0017 24.7784 33.7771 21.1815 34.5818 19.0353C35.1059 17.6361 35.1152 16.1166 35.5082 14.6744C35.5363 14.5542 35.5644 14.3653 35.4895 14.1507C35.1807 13.3266 33.5338 13.1635 32.2892 13.0605C30.3897 12.8974 28.9299 13.112 28.724 13.1463H28.7427Z" fill="url(#paint2_linear)"/>
<rect x="23.9355" y="31.2897" width="1.21422" height="2.18671" fill="url(#pattern0)"/>
<rect x="24.9961" y="33.2261" width="1.12495" height="1.01749" fill="url(#pattern1)"/>
<rect x="23.2734" y="24.2836" width="1.16956" height="7.15811" fill="url(#pattern2)"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M41.9597 37C40.6198 37 39.3711 36.2702 36.3998 35.9144C35.9258 35.8596 35.3972 35.814 34.823 35.7775C34.1941 35.7411 33.6381 35.7319 33.1368 35.7319C32.7631 35.7319 32.4076 35.7411 32.0886 35.7411C32.0795 35.7411 32.0704 35.7411 32.0613 35.7411C31.7422 35.7502 31.4506 35.7502 31.1589 35.7502C30.0925 35.7502 29.1537 35.6681 27.8777 35.2211C26.9298 34.8926 26.1186 34.473 25.4532 34.0533C25.0795 33.8161 24.7332 33.5242 24.4415 33.1958C24.0496 32.7579 23.7397 32.2379 23.5483 31.6723C23.4936 31.5263 23.448 31.3712 23.3933 31.207C23.3933 31.1888 23.3842 31.1796 23.3842 31.1705C23.3842 31.1705 23.3842 31.1705 23.3842 31.1614V31.1523V31.1432V31.134C23.3842 31.1249 23.3842 31.1249 23.3751 31.1158V31.1067V31.0975V31.0884V31.0793C23.3751 31.0793 23.3751 31.0793 23.3751 31.0702C23.3751 31.0611 23.3751 31.0611 23.366 31.0519C23.366 31.0428 23.366 31.0428 23.366 31.0337C23.366 31.0337 23.366 31.0337 23.366 31.0246C23.366 31.0154 23.366 31.0154 23.3569 31.0063C23.3569 30.9972 23.3569 30.9972 23.3478 30.9881C23.3478 30.979 23.3477 30.979 23.3386 30.9698C23.2566 30.6961 23.1837 30.4042 23.129 30.094C23.129 30.0758 23.1199 30.0484 23.1199 30.0302C23.1199 30.0211 23.1199 30.0211 23.1199 30.0119C23.1199 29.9937 23.1108 29.9846 23.1108 29.9663C23.1108 29.9572 23.1108 29.9481 23.1108 29.9481C23.1108 29.9298 23.1017 29.9207 23.1017 29.9025C23.1017 29.8933 23.1017 29.8933 23.1017 29.8842C23.1017 29.866 23.0925 29.8568 23.0925 29.8386C23.0925 29.8386 23.0925 29.8386 23.0925 29.8295C23.0925 29.8204 23.0925 29.8204 23.0925 29.8112C23.0925 29.8112 23.0925 29.8112 23.0925 29.8021C23.0925 29.793 23.0925 29.7839 23.0925 29.7839C23.0925 29.7747 23.0925 29.7747 23.0925 29.7656C23.0925 29.7656 23.0925 29.7656 23.0925 29.7565C23.0925 29.7474 23.0925 29.7474 23.0925 29.7382C23.0925 29.7382 23.0925 29.7382 23.0925 29.7291C23.0925 29.72 23.0925 29.72 23.0925 29.7109C23.0925 29.7018 23.0925 29.6926 23.0925 29.6835C23.0925 29.6744 23.0925 29.6653 23.0925 29.6561C23.0925 29.647 23.0925 29.6379 23.0925 29.6288C23.0925 29.6197 23.0925 29.6105 23.0925 29.6014C23.0925 29.5923 23.0925 29.5832 23.0925 29.574C23.0925 29.5649 23.0925 29.5558 23.0925 29.5467C23.0925 29.5193 23.0834 29.4919 23.0834 29.4737C23.0834 29.4646 23.0834 29.4554 23.0834 29.4463C23.0834 29.4372 23.0834 29.4281 23.0834 29.4189C23.0834 29.4098 23.0834 29.4007 23.0834 29.3916C23.0834 29.3825 23.0834 29.3733 23.0834 29.3642C22.7918 27.12 23.3204 25.5874 23.8126 24C24.0222 24.8575 24.3959 25.7789 25.0795 26.6456C26.6381 28.6435 29.0899 29.4463 30.9949 29.4463C31.0404 29.4463 31.0769 29.4463 31.1225 29.4463C32.6628 29.4189 33.2279 28.8625 34.0847 28.8625C34.2943 28.8625 34.5222 28.899 34.7956 28.9811C36.655 29.574 36.5547 31.4442 38.487 32.0372C38.8243 32.1375 39.125 32.174 39.3985 32.174C39.6993 32.174 39.9636 32.1375 40.2097 32.0919C40.4649 32.0554 40.6927 32.0098 40.9297 32.0098C41.2214 32.0098 41.513 32.0737 41.8138 32.2835C42.9167 33.0316 42.5156 34.4456 43.263 34.9382C43.4089 35.0386 43.6003 35.0933 43.8464 35.0933C44.4753 35.0933 45.4596 34.6919 47 33.5698C46.4531 34.6281 45.3138 35.814 43.9102 36.48C43.9011 36.48 43.901 36.48 43.901 36.4891C43.8919 36.4891 43.8919 36.4891 43.8828 36.4982C43.8737 36.4982 43.8737 36.5074 43.8737 36.5074H43.8646H43.8555H43.8464H43.8373C43.8373 36.5074 43.8373 36.5074 43.8281 36.5074C43.819 36.5074 43.819 36.5074 43.819 36.5165H43.8099H43.8008H43.7917H43.7826H43.7734H43.7643C43.7552 36.5165 43.7552 36.5256 43.7461 36.5256C43.7461 36.5256 43.7461 36.5256 43.737 36.5256H43.7279H43.7188H43.7096C43.7096 36.5256 43.7097 36.5256 43.7005 36.5256H43.6914C43.6823 36.5256 43.6823 36.5347 43.6732 36.5347H43.6641H43.655H43.6458H43.6367C43.6367 36.5347 43.6367 36.5347 43.6276 36.5347C43.6276 36.5347 43.6185 36.5347 43.6185 36.5439C43.6185 36.5439 43.6094 36.5439 43.6094 36.553H43.6003H43.5912H43.582H43.5729H43.5638C43.5547 36.553 43.5547 36.553 43.5456 36.5621C42.9896 36.7811 42.5156 36.8723 42.0508 36.8723L41.9597 37Z" fill="url(#paint3_linear)"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M12 22.7565L11.7545 20L11.6661 20.8114C11.6514 20.9559 11.5581 20.9448 11.5532 20.8003L11.5139 20.1778C11.5139 20.1778 10.6203 20.5446 11.1898 22.2007C11.6612 23.579 12 22.7565 12 22.7565Z" fill="url(#paint4_linear)"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M25.8613 14H25.1421C24.6455 14 24.1918 14.2808 23.9521 14.7283C23.3014 15.9832 21.7432 18.528 19.3459 19.8092C16.0839 21.5554 12.6849 22.1346 12.6849 22.1346L12 22.1872C12 22.1872 14.1062 25.6271 19.774 24.8987C25.4418 24.1704 27 19.9583 27 19.9583L25.8699 14H25.8613Z" fill="url(#paint5_linear)"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M32.1548 9.45384C32.0479 9.81066 31.4702 11.7082 32.3337 12.2314C32.5218 12.3439 32.7262 12.445 33.464 12.5941C33.9452 12.6913 34.5457 13.0102 34.8329 13.0504C34.7647 13.3674 34.5923 13.5996 34.1364 14.0587C32.8569 15.3556 30.4885 14.9395 30.1573 14.8755C28.9712 14.6448 27.8065 14.2932 27.5475 14.0859C27.1324 13.7726 26.7972 13.535 26.6202 13.3026C27.0987 13.1162 28.0676 12.6326 28.7065 12.4787C29.1912 12.3651 30.3206 12.2913 30.7263 12.2392C30.822 11.8741 30.9065 11.5009 31.0023 11.1358C31.6183 10.5809 31.55 10.017 32.1765 9.4612L32.1548 9.45384Z" fill="url(#paint6_linear)"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M31.9459 11.0279C31.9459 11.0279 31.2863 12.1188 30.2639 11.8225C29.3516 11.5556 29.9029 8.80124 30.6377 8.4117C30.8816 8.28487 31.3261 8.27109 31.6238 8.44971C31.8364 8.5773 32.3877 9.29671 32.0667 10.2131C32.3008 10.1134 32.5013 10.1549 32.5527 10.2756C32.6172 10.4316 32.4171 10.6764 32.3791 10.7342C32.2214 10.9329 32.0418 11.0011 31.9535 11.0307L31.9459 11.0279Z" fill="url(#paint7_linear)"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M18.7876 29.344H19.833L19.8325 48C19.4841 47.9452 19.1356 47.6122 18.7871 47.5437L18.7876 29.344Z" fill="#9EC8FC"/>
<path d="M25.8434 7.89246L23.6842 35.0954L9.73828 32.5072L12.8746 7.89246H25.8434Z" fill="#D8DEE8"/>
<path d="M16.0183 32.1325C15.7382 32.1325 15.5059 32.3653 15.5059 32.646C15.5059 32.9268 15.7382 33.1595 16.0183 33.1595C16.2985 33.1595 16.5308 32.9268 16.5308 32.646C16.5308 32.3653 16.2985 32.1325 16.0183 32.1325Z" fill="#F75B37"/>
<path d="M17.7908 32.4763C17.5106 32.4763 17.2715 32.7091 17.2715 32.9898C17.2715 33.2705 17.5038 33.5033 17.7908 33.5033C18.0709 33.5033 18.3033 33.2705 18.3033 32.9898C18.3033 32.7091 18.0709 32.4763 17.7908 32.4763Z" fill="#FEBE15"/>
<path d="M19.7996 32.8201C19.5194 32.8201 19.2871 33.0529 19.2871 33.3336C19.2871 33.6143 19.5194 33.8471 19.7996 33.8471C20.0797 33.8471 20.312 33.6143 20.312 33.3336C20.312 33.0529 20.0797 32.8201 19.7996 32.8201Z" fill="#FF6B00"/>
<path d="M21.2186 8.19374H17.1257C16.7909 8.19374 16.5176 7.91987 16.5176 7.58437C16.5176 7.23517 16.7909 6.96814 17.1257 6.96814H21.2186C21.5534 6.96814 21.8267 7.24202 21.8267 7.57752C21.8267 7.92671 21.5534 8.20059 21.2186 8.20059V8.19374Z" fill="#144684"/>
<path d="M28.0831 34.2328L25.8487 7.7077L23.8672 33.4111L28.0831 34.2328Z" fill="#9EC8FC"/>
<path d="M23.1375 21.106L23.0692 21.0786L17.9855 16.4227C17.9445 16.3816 17.9377 16.32 17.9787 16.2789C18.0197 16.2378 18.0812 16.231 18.1222 16.272L23.2059 20.928C23.2469 20.9691 23.2537 21.0307 23.2127 21.0718L23.1375 21.106Z" fill="#253D63"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M35.1496 14H34.5192C34.084 14 33.6863 14.2553 33.4761 14.6621C32.9058 15.8029 31.54 18.1163 29.4388 19.2811C26.5796 20.8686 23.6004 21.3951 23.6004 21.3951L23 21.4429C23 21.4429 24.8461 24.5701 29.814 23.908C34.7819 23.2458 36.1477 19.4167 36.1477 19.4167C36.1477 19.4167 37.3078 18.5833 36.9211 16.5C36.5344 14.4167 35.1571 14 35.1571 14H35.1496Z" fill="url(#paint8_linear)"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M23 21.8377L22.7545 20L22.6661 20.5409C22.6514 20.6373 22.5581 20.6298 22.5532 20.5335L22.5139 20.1186C22.5139 20.1186 21.6203 20.3631 22.1898 21.4672C22.6612 22.386 23 21.8377 23 21.8377Z" fill="url(#paint9_linear)"/>
<defs>
<pattern id="pattern0" patternContentUnits="objectBoundingBox" width="1" height="1">
<use xlink:href="#image0"/>
</pattern>
<pattern id="pattern1" patternContentUnits="objectBoundingBox" width="1" height="1">
<use xlink:href="#image1"/>
</pattern>
<pattern id="pattern2" patternContentUnits="objectBoundingBox" width="1" height="1">
<use xlink:href="#image2"/>
</pattern>
<linearGradient id="paint0_linear" x1="36.3548" y1="57.5665" x2="-1.38007" y2="31.3359" gradientUnits="userSpaceOnUse">
<stop stop-color="#FFC444"/>
<stop offset="0.788235" stop-color="#F68152"/>
<stop offset="1" stop-color="#F36F56"/>
</linearGradient>
<linearGradient id="paint1_linear" x1="30.9883" y1="57.3174" x2="-3.57408" y2="35.7882" gradientUnits="userSpaceOnUse">
<stop stop-color="#FFC444"/>
<stop offset="0.788235" stop-color="#F68152"/>
<stop offset="1" stop-color="#F36F56"/>
</linearGradient>
<linearGradient id="paint2_linear" x1="27.1426" y1="19.6503" x2="34.3922" y2="37.4512" gradientUnits="userSpaceOnUse">
<stop stop-color="#FE7207"/>
<stop offset="1" stop-color="#F75B37"/>
</linearGradient>
<linearGradient id="paint3_linear" x1="26.9769" y1="27.6022" x2="29.4305" y2="38.2798" gradientUnits="userSpaceOnUse">
<stop stop-color="#FE7207"/>
<stop offset="1" stop-color="#F75B37"/>
</linearGradient>
<linearGradient id="paint4_linear" x1="11.8811" y1="23.8192" x2="6.33453" y2="19.5965" gradientUnits="userSpaceOnUse">
<stop stop-color="#FFC444"/>
<stop offset="0.788235" stop-color="#F68152"/>
<stop offset="1" stop-color="#F36F56"/>
</linearGradient>
<linearGradient id="paint5_linear" x1="14.4856" y1="17.048" x2="17.1836" y2="25.7206" gradientUnits="userSpaceOnUse">
<stop stop-color="#FE7207"/>
<stop offset="1" stop-color="#F75B37"/>
</linearGradient>
<linearGradient id="paint6_linear" x1="34.1231" y1="16.2847" x2="26.8815" y2="-2.53104" gradientUnits="userSpaceOnUse">
<stop stop-color="#FFC444"/>
<stop offset="0.788235" stop-color="#F68152"/>
<stop offset="1" stop-color="#F36F56"/>
</linearGradient>
<linearGradient id="paint7_linear" x1="31.2025" y1="13.2205" x2="29.001" y2="1.32964" gradientUnits="userSpaceOnUse">
<stop stop-color="#FFC444"/>
<stop offset="0.788235" stop-color="#F68152"/>
<stop offset="1" stop-color="#F36F56"/>
</linearGradient>
<linearGradient id="paint8_linear" x1="26.3387" y1="16.3543" x2="28.8658" y2="24.1861" gradientUnits="userSpaceOnUse">
<stop stop-color="#FE7207"/>
<stop offset="1" stop-color="#F75B37"/>
</linearGradient>
<linearGradient id="paint9_linear" x1="22.8811" y1="22.5461" x2="19.0786" y2="18.2038" gradientUnits="userSpaceOnUse">
<stop stop-color="#FFC444"/>
<stop offset="0.788235" stop-color="#F68152"/>
<stop offset="1" stop-color="#F36F56"/>
</linearGradient>
<image id="image0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAxCAIAAAHThnXEAAAACXBIWXMA"/>
<image id="image1" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAWCAIAAAHN2pB3AAAACXBIWXMA"/>
<image id="image2" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAChCAIAAAEhIgi5AAAACXBIWXMA"/>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 16 KiB

View File

@@ -0,0 +1,168 @@
<svg width="55" height="53" viewBox="0 0 55 53" fill="none" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<path d="M26.4033 52.2265C11.9768 52.1132 0 40.1193 0 25.5046C0 10.8899 11.9693 -0.446918 26.4033 0.232837C40.5282 0.897486 51.8041 12.8612 51.8041 26.9245C51.8041 40.9879 40.5282 52.3398 26.4033 52.2265Z" fill="#174D8F"/>
<path d="M29.0458 52.0227C14.6194 51.9094 2.64258 39.9156 2.64258 25.3008C2.64258 10.6861 14.6119 -0.650715 29.0458 0.0290402C43.1708 0.693689 54.4466 12.6574 54.4466 26.7208C54.4466 40.7841 43.1708 52.136 29.0458 52.0227Z" fill="#D8DEE8"/>
<path d="M52.718 26.6753C52.718 39.8096 42.2185 50.3534 29.0432 50.2326C15.5966 50.1042 4.49414 38.9713 4.49414 25.3535C4.49414 11.7433 15.5966 1.21467 29.0432 1.82645C42.226 2.43068 52.718 13.5485 52.718 26.6828V26.6753Z" fill="white"/>
<path d="M52.718 26.6753C52.718 39.8096 42.2185 50.3534 29.0432 50.2326C15.5966 50.1042 4.49414 38.9713 4.49414 25.3535C4.49414 11.7433 15.5966 1.21467 29.0432 1.82645C42.226 2.43068 52.718 13.5485 52.718 26.6828V26.6753Z" fill="white"/>
<path d="M10.2964 28.3597L8.41211 31.4563L9.76883 31.4261L10.4698 32.7101L12.3541 29.621L10.2964 28.3597Z" fill="url(#paint0_linear)"/>
<path d="M14.1065 28.3597L15.9909 31.4563L14.6417 31.4261L13.9332 32.7101L12.0488 29.621L14.1065 28.3597Z" fill="url(#paint1_linear)"/>
<path d="M8.91016 26.4939C8.91016 24.7039 10.3573 23.2537 12.1437 23.2537C13.93 23.2537 15.3772 24.7039 15.3772 26.4939C15.3772 28.2839 13.93 29.7341 12.1437 29.7341C10.3573 29.7341 8.91016 28.2839 8.91016 26.4939Z" fill="url(#paint2_linear)"/>
<path d="M12.1367 24.2961L12.702 25.1421L13.6969 24.9381L13.4934 25.9351L14.3376 26.494L13.4934 27.0605L13.6969 28.0575L12.702 27.8535L12.1367 28.6994L11.579 27.8535L10.584 28.0575L10.7875 27.0605L9.94336 26.494L10.7875 25.9351L10.584 24.9381L11.579 25.1421L12.1367 24.2961Z" fill="white"/>
<path d="M29.232 30.4593V39.1299C29.232 39.5755 28.8552 39.9758 28.418 39.9758H19.3431C19.1019 39.9758 18.8757 39.8474 18.7325 39.6813C18.6119 39.5378 18.5215 39.3339 18.5215 39.1299V30.4593C18.5215 30.0137 18.8983 30.059 19.3431 30.059H28.418C28.8627 30.059 29.232 30.0137 29.232 30.4593Z" fill="white"/>
<path d="M21.312 15.9052C21.1688 16.0563 21.1161 18.6318 21.4778 18.6318C21.6512 18.6318 23.3622 17.5669 23.4149 17.3629C23.5129 17.0004 21.5532 15.656 21.312 15.9052Z" fill="#F75B37"/>
<path d="M19.3621 16.9248C19.1209 16.668 18.7365 16.6529 18.4426 16.819C18.224 16.9399 18.0581 17.242 18.1712 17.4686C18.0732 17.4006 17.9677 17.2797 17.8622 17.31L17.832 17.3553C17.832 17.4988 18.1184 17.6498 18.239 17.6952C18.4049 17.748 18.6687 17.5063 18.7591 17.4006C18.8119 17.3402 18.744 17.2344 18.6687 17.2797C18.5858 17.3251 18.4802 17.4459 18.3672 17.4988C18.3446 17.3628 18.3295 17.2571 18.4275 17.1362C18.5179 17.0229 18.6687 16.9625 18.8043 16.955C19.0305 16.9323 19.234 17.0834 19.332 17.2797C19.4224 17.4686 19.3696 17.748 19.1737 17.8613C19.1134 17.8991 18.9777 17.9671 19.0003 18.0577C19.0606 18.3296 19.4676 17.8764 19.5053 17.816C19.6937 17.529 19.5807 17.1589 19.3621 16.9323V16.9248Z" fill="#F75B37"/>
<path d="M24.9125 16.9248C25.1537 16.668 25.5381 16.6529 25.8321 16.819C26.0506 16.9399 26.2165 17.242 26.1034 17.4686C26.2014 17.4006 26.3069 17.2797 26.4124 17.31L26.4426 17.3553C26.4426 17.4988 26.1562 17.6498 26.0356 17.6952C25.8697 17.748 25.6059 17.5063 25.5155 17.4006C25.4627 17.3402 25.5306 17.2344 25.6059 17.2797C25.6888 17.3251 25.7944 17.4459 25.9074 17.4988C25.93 17.3628 25.9451 17.2571 25.8471 17.1362C25.7567 17.0229 25.6059 16.9625 25.4627 16.955C25.2366 16.9323 25.0331 17.0834 24.9427 17.2797C24.8522 17.4686 24.905 17.748 25.1009 17.8613C25.1612 17.8991 25.2969 17.9671 25.2743 18.0577C25.214 18.3296 24.807 17.8764 24.7693 17.816C24.5809 17.529 24.6939 17.1589 24.9125 16.9323V16.9248Z" fill="#F75B37"/>
<path d="M16.9571 20.2706C16.8365 20.2706 16.7461 20.5652 16.7461 20.686C16.7461 20.8069 16.8365 21.1014 16.9571 21.1014H19.8289V20.2782H16.9571V20.2706Z" fill="#E5965E"/>
<path d="M27.6522 20.2707H19.8359V21.0939H27.6522C27.7728 21.0939 27.8632 20.7994 27.8632 20.6785C27.8632 20.5577 27.7728 20.2631 27.6522 20.2631V20.2707Z" fill="#E0F0F9"/>
<path d="M20.6706 20.6558C20.6706 21.0335 20.3616 21.3431 19.9847 21.3431C19.6079 21.3431 19.2988 21.0335 19.2988 20.6558C19.2988 20.2782 19.6079 19.9685 19.9847 19.9685C20.3616 19.9685 20.6706 20.2782 20.6706 20.6558Z" fill="#F75B37"/>
<path d="M41.4743 36.1283C41.2696 38.0408 40.6809 39.9009 39.7082 41.5514C38.71 43.2281 37.3278 44.6428 35.6128 45.6122C35.2033 45.8218 34.7937 46.0314 34.3586 46.2147C32.8996 47.0269 31.2871 47.6033 29.7769 47.9439C27.0381 48.5202 24.1713 48.0748 21.6629 46.7125C16.7996 44.0927 14.2656 38.5123 15.1871 33.0106C15.2382 32.7486 15.2895 32.4867 15.3406 32.2247C15.4686 31.6483 15.6478 31.1243 15.8782 30.5741C16.1341 29.4738 16.774 28.3997 17.4395 27.5089C17.6443 27.1945 17.8491 26.9063 18.0794 26.6444C18.2842 26.3824 18.5146 26.1204 18.7449 25.9108C19.1289 25.5178 19.564 25.151 19.9991 24.8104C20.6135 24.2865 21.2533 23.8149 21.9444 23.4481C23.0963 22.8193 24.4529 22.2954 25.8095 22.0334C29.1882 21.0902 32.8996 21.9286 35.8688 23.8673C37.4301 24.889 38.7867 26.2252 39.7594 27.7971C39.8618 27.9543 39.9642 28.1115 40.041 28.2687C40.6809 29.4214 41.0648 30.6266 41.2184 31.8579C41.5255 33.2726 41.6279 34.7135 41.4743 36.1545V36.1283Z" fill="#EDF6FF"/>
<path d="M19.8123 27.8708C19.6748 28.3493 19.7848 28.8279 19.8123 29.3065C19.8398 29.785 19.7848 30.3168 19.4548 30.689C19.1523 31.0346 18.6298 31.1676 18.3273 31.5132C18.0524 31.8322 17.9974 32.2842 17.6674 32.5767C17.4749 32.7628 17.1999 32.8159 16.9524 32.8957C16.2924 33.0552 15.66 33.2413 15 33.4008C15.055 33.135 15.11 32.8691 15.165 32.6032C15.3025 32.0183 15.495 31.4866 15.7425 30.9283C16.0174 29.8116 16.7049 28.7216 17.4199 27.8176C17.6399 27.4986 17.8599 27.2061 18.1073 26.9402C18.3273 26.6744 18.5748 26.4085 18.8223 26.1958C18.8498 26.4085 18.9323 26.6212 19.1248 26.7807C19.3998 27.02 19.8398 27.0997 19.9223 27.4454C19.9498 27.6049 19.8948 27.7644 19.8673 27.8974L19.8123 27.8708Z" fill="#CDE2FF"/>
<path d="M40.0001 27.8081C39.4275 28.2715 38.907 28.7865 38.7508 29.5073C38.6727 29.8935 38.7248 30.3055 38.6467 30.7174C38.5686 31.1293 38.3083 31.5413 37.8919 31.567C37.7357 31.5928 37.5535 31.5413 37.3974 31.5928C37.1631 31.6443 37.033 31.876 36.9289 32.0562C36.5645 32.6741 36.096 33.4207 35.3673 33.395C35.107 33.395 34.8728 33.2662 34.6385 33.189C33.9618 32.9058 33.2591 32.6741 32.5563 32.5454C31.8276 32.3909 31.0207 32.3136 30.4221 32.6998C29.7975 33.1118 29.5372 33.8841 29.0687 34.4763C28.9646 34.605 28.8605 34.7338 28.7043 34.811C28.2358 35.0685 27.6372 34.811 27.1687 34.5535C26.1797 34.0386 25.1386 33.6267 24.0715 33.3177C23.8372 33.2405 23.577 33.1633 23.3948 32.983C23.0044 32.5196 23.3948 31.7987 23.2126 31.2323C23.0304 30.7174 22.4318 30.4599 22.2496 29.9708C22.0934 29.5073 22.3537 29.0182 22.6921 28.6577C23.0304 28.323 23.4729 28.0656 23.7852 27.7051C24.3578 27.0615 24.6181 26.1346 25.3728 25.7227C26.1276 25.3365 27.0646 25.6712 27.8194 26.0574C28.5742 26.4693 29.407 26.9327 30.2399 26.7525C31.0207 26.598 31.6194 25.9029 32.4002 25.7227C33.0509 25.5682 33.7276 25.7999 34.3522 25.594C35.107 25.3622 35.5755 24.6156 36.0179 23.972L36.07 23.9205C37.6577 24.9246 39.0371 26.2376 40.0261 27.7824L40.0001 27.8081Z" fill="#CDE2FF"/>
<path d="M27.7662 41.4052C27.97 41.1113 28.2248 40.8441 28.2758 40.47C28.3012 40.283 28.3012 40.1227 28.3012 39.9357C28.3777 39.4815 28.7343 39.1341 29.0145 38.7868C29.2947 38.4395 29.5495 37.9318 29.3202 37.531C29.0145 36.9432 28.1229 37.0768 27.7153 36.5959C27.486 36.3287 27.4606 35.9547 27.2313 35.6875C27.1039 35.5539 26.9765 35.4737 26.8237 35.3669C26.2378 35.0195 25.6519 34.6722 25.0659 34.3248C24.9386 34.2447 24.8112 34.1645 24.6583 34.1645C24.48 34.1378 24.3017 34.218 24.1234 34.2981C23.7667 34.4584 23.4101 34.592 23.0534 34.7523C22.8751 34.8325 22.6968 34.9126 22.5439 35.0462C22.1618 35.447 22.2892 36.0883 22.1109 36.6226C21.9326 37.157 21.4231 37.531 21.1683 38.0387L21.0664 38.4127C21.0919 38.5463 21.1683 38.6799 21.2702 38.7868C21.6778 39.2143 22.1873 39.5349 22.493 40.0426C22.9515 40.8174 22.8242 41.8327 23.2318 42.6342C23.5374 43.2487 24.0979 43.6495 24.531 44.1572C24.8876 44.5847 25.1424 45.119 25.4735 45.6C25.7538 46.0007 26.1613 46.4015 26.6199 46.2679C27.1294 46.1076 27.2568 45.4129 27.2313 44.8518C27.2058 43.6762 27.1039 42.3938 27.7408 41.4052H27.7662Z" fill="#CDE2FF"/>
<path d="M41.5459 36.2601C41.3474 38.1947 40.7768 40.0763 39.834 41.7459C39.4371 41.6929 39.0401 41.6664 38.6928 41.8254L38.3454 42.0375C37.9981 42.1965 37.5763 42.117 37.229 41.9315C36.708 41.6399 36.3358 41.1629 35.9637 40.6859C35.79 40.4474 35.6164 40.2088 35.5171 39.8908C35.4427 39.5993 35.4675 39.2548 35.666 39.0163C35.9389 38.7247 36.4103 38.7512 36.7576 38.5392C37.353 38.1947 37.353 37.2671 37.75 36.6841C38.2214 35.9951 38.9161 36.3396 39.4619 35.8095C39.6852 35.5975 39.9085 35.359 40.1814 35.306C40.7024 35.2265 41.1738 35.677 41.5459 36.2071V36.2601Z" fill="#CDE2FF"/>
<mask id="mask0" mask-type="alpha" maskUnits="userSpaceOnUse" x="5" y="1" width="49" height="50">
<path d="M53.2238 26.6753C53.2238 39.8096 42.7243 50.3534 29.5491 50.2326C16.1025 50.1042 5 38.9713 5 25.3535C5 11.7433 16.1025 1.21467 29.5491 1.82645C42.7319 2.43068 53.2238 13.5485 53.2238 26.6828V26.6753Z" fill="white"/>
</mask>
<g mask="url(#mask0)">
<path fill-rule="evenodd" clip-rule="evenodd" d="M33.3884 27.4323C33.0699 28.4935 32.6099 30.2091 32.3092 32.358C31.4688 38.4951 33.2557 38.6897 32.9195 45.4901C32.8134 47.6566 34.8037 52.6707 34.9718 52.7768C35.0603 52.7857 35.1487 52.7945 35.246 52.7857C35.4229 52.7768 35.6618 52.7503 35.9448 52.6707C36.2633 52.6177 37.3956 49.5402 37.1302 47.7097C36.9444 46.4186 36.9975 45.0302 37.1037 42.2535C37.1214 41.8025 38.2713 33.4987 38.2713 33.4987C38.6252 36.5762 39.0232 39.1849 39.3771 41.21C40.5005 47.7185 44.145 51.6538 44.3396 51.7157C44.375 51.7333 44.72 51.8572 45.0031 51.6714C45.1269 51.5919 45.1711 51.4857 45.1711 51.4857C45.2684 51.4062 45.1446 44.986 44.03 40.1576C42.4112 33.145 43.1189 31.5002 42.6058 28.3697C42.1635 25.6637 33.3795 27.4235 33.3795 27.4235L33.3884 27.4323Z" fill="url(#paint3_linear)"/>
</g>
<path fill-rule="evenodd" clip-rule="evenodd" d="M42.5547 24.9212C42.7935 26.2034 43.2535 28.6265 43.165 28.7768C43.2446 29.4754 43.3066 30.1298 43.3243 30.7046C43.3243 30.7046 43.3243 30.7046 43.3243 30.7135V30.7223C43.3243 30.7311 43.3243 30.7311 43.3243 30.7311V30.74V30.7488C43.3243 30.7577 43.3243 30.7577 43.3243 30.7577C43.3243 30.7577 43.3243 30.7577 43.3243 30.7665V30.7754C43.3243 30.7842 43.3243 30.7842 43.3243 30.7842C43.3243 30.793 43.3243 30.793 43.3243 30.793C43.3243 30.8196 43.3243 30.8373 43.3243 30.8549C43.3331 31.3944 39.6621 32.1991 36.1856 32.4202C35.6195 32.4556 35.071 32.4733 34.5403 32.4733C32.1696 32.4733 30.2146 32.1018 30.0996 31.0407C30.0996 31.023 30.0996 31.0053 30.0996 30.9964C30.1085 30.9699 30.1173 30.9434 30.135 30.9257C30.135 30.9169 30.135 30.9169 30.135 30.9169C30.3208 30.572 30.4711 30.1829 30.6127 29.7584C31.1434 28.1578 31.3911 26.0973 31.4884 24.1872C32.7357 24.0192 33.983 23.6478 34.6641 23.409C34.673 23.4178 34.6906 23.4355 34.7083 23.4444C36.6367 25.1334 39.5382 26.1592 42.5547 24.9212ZM33.8768 11.0197C33.8768 11.0197 33.8768 11.0197 33.8857 11.0197C33.8857 11.0197 33.8857 11.0197 33.8768 11.0197ZM35.3275 18.8459C34.7879 18.8105 34.3987 18.7929 34.1068 18.7929C34.0891 18.7929 34.0714 18.7929 34.0537 18.7929C33.9564 18.7929 33.8503 18.7929 33.7264 18.8017C33.7264 18.8017 33.7176 18.8017 33.7087 18.8017C33.2045 18.5364 32.7976 18.3419 32.5411 18.2888C32.5057 18.2888 32.4703 18.2711 32.4172 18.2711C32.3642 18.2711 32.2934 18.2888 32.1872 18.3419L32.1784 18.3507V18.3595C32.1784 18.3595 32.1784 18.3595 32.1696 18.3595L32.1607 18.3684C32.1607 18.3772 32.1607 18.3772 32.1607 18.3772C32.1607 18.3861 32.1519 18.3861 32.143 18.3861C32.143 18.3861 32.1342 18.3861 32.1342 18.3949L32.1253 18.4038C32.1253 18.4303 32.1342 18.4568 32.143 18.4922C32.143 18.501 32.143 18.501 32.143 18.501C32.1519 18.5806 32.1696 18.6779 32.1872 18.784C31.9573 18.7752 31.7007 18.7663 31.4177 18.7575C31.3204 17.8466 31.2053 16.9535 31.2053 16.1045C31.2053 15.2291 31.3292 14.3801 31.7096 13.5931C32.3553 12.2489 32.6384 12.3197 33.4611 11.3469C33.4611 11.3469 33.4611 11.3469 33.4611 11.3381C33.6114 11.232 33.7618 11.1258 33.9122 11.0286C33.638 11.3734 33.2664 11.9394 33.0453 12.6911C32.488 14.5835 33.2576 16.2637 33.4699 16.7059C33.8237 17.4487 34.2572 17.9616 34.6995 18.3507C34.9206 18.5453 35.1506 18.7133 35.3629 18.8636L35.3275 18.8459Z" fill="url(#paint4_linear)"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M36.1863 2.78669L37.8228 6.209L41.5381 6.9872L41.6354 7.06679L41.662 7.03142L41.6708 7.02257L39.9636 3.46762L36.0979 2.6452L36.089 2.65405L36.0625 2.68942L36.1863 2.78669Z" fill="url(#paint5_linear)"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M39.9282 3.51212L41.6266 7.06707L37.7609 6.2535L36.0625 2.69855L39.9282 3.51212Z" fill="url(#paint6_linear)"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M37.1491 3.80369L35.8576 5.44852C35.7957 5.54579 36.4503 6.11176 37.2906 6.77499C38.0602 7.38517 38.7236 7.85386 38.8917 7.8627C38.9094 7.8627 38.9183 7.8627 38.9271 7.85386L38.9094 7.84502L40.2009 6.20019C40.2098 6.19134 40.2186 6.17366 40.2275 6.15597C40.2451 6.1206 40.254 6.07638 40.2451 6.02332C40.2098 5.68728 39.7321 5.08595 39.0421 4.53767C38.3521 3.98939 37.6533 3.67104 37.3171 3.71526C37.2464 3.7241 37.1933 3.75063 37.1579 3.79485L37.1491 3.80369Z" fill="url(#paint7_linear)"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M40.5635 4.87402L40.6608 5.01551C40.6962 5.0332 40.7051 5.06857 40.7051 5.11279L40.8554 7.3678L40.8908 7.89839C40.8908 7.92492 40.9351 7.95145 40.9616 7.95145C40.9881 7.95145 41.0324 7.92492 41.0235 7.88954L40.9881 7.31474L40.8378 5.11279C40.8289 4.98898 40.7316 4.87402 40.6078 4.88287H40.5547L40.5635 4.87402Z" fill="url(#paint8_linear)"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M41.1143 7.4291L41.0524 7.34951C41.0347 7.31414 40.9904 7.29645 40.9551 7.30529C40.9197 7.30529 40.8843 7.33182 40.8666 7.3672L40.8224 7.45563C40.8135 7.48216 40.8047 7.49984 40.8047 7.52637L40.8578 8.28689C40.8578 8.30457 40.9462 8.31342 41.0258 8.30457C41.1143 8.29573 41.1939 8.27804 41.1939 8.26036L41.1408 7.49984C41.1408 7.47331 41.1231 7.44678 41.1054 7.4291H41.1143Z" fill="url(#paint9_linear)"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M28.2843 23.7359C28.0454 23.6033 27.8154 23.4353 27.612 23.223C25.5951 21.083 29.0539 15.0873 30.9027 13.3098C31.6103 12.6289 32.893 11.4439 34.0076 10.931C33.8041 11.0637 33.6272 11.2052 33.4238 11.3467C33.4238 11.3467 33.4237 11.3467 33.4149 11.3467C32.5922 12.3283 32.3003 12.2398 31.6634 13.5928C31.283 14.3887 31.1592 15.2288 31.1592 16.1131C31.1592 16.9621 31.2742 17.8464 31.3715 18.7661C31.2123 18.7572 31.0442 18.7484 30.8673 18.7396C30.195 18.7042 30.5842 18.3239 30.4604 18.3239C30.4515 18.3239 30.4427 18.3239 30.425 18.3328C30.2835 18.3681 26.9309 21.6666 27.9924 23.4087C28.072 23.5414 28.1693 23.6564 28.2931 23.7536L28.2843 23.7359Z" fill="url(#paint10_linear)"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M43.1674 28.7768C42.9285 28.8387 41.3274 29.2631 39.4786 29.2631C37.7448 29.2631 35.7987 28.8917 34.578 27.5034C34.2242 27.1054 33.658 26.4687 33.6226 25.5755C33.5873 24.7001 34.0826 24.0368 34.7018 23.4355C35.4007 24.0457 37.276 25.4606 39.8236 25.4606C40.1952 25.4606 40.5844 25.434 40.9824 25.3633C41.522 25.2749 42.0528 25.1157 42.557 24.9123C42.7958 26.1946 43.2558 28.6176 43.1674 28.7679V28.7768ZM38.8683 20.5791C39.054 20.3492 39.2309 20.1105 39.3902 19.854C39.5229 19.6418 39.6202 19.4561 39.6909 19.3323C37.6298 19.067 36.2587 18.9255 35.321 18.8547C34.6753 18.4126 33.9676 17.8112 33.428 16.697C33.2157 16.2548 32.4461 14.5835 33.0034 12.6822C33.2246 11.9217 33.5961 11.3646 33.8703 11.0108C34.1534 10.7898 34.2418 10.7278 34.6841 10.5598C35.0114 10.436 35.2326 10.3299 35.6749 10.2768C36.0995 10.2238 36.5064 10.1884 36.9222 10.1884C37.7006 10.1884 38.4879 10.2945 39.3282 10.5333C39.5405 10.5952 39.974 10.8074 40.3367 10.9224C40.2836 10.9136 40.2305 10.9136 40.1775 10.9136C40.0094 10.9136 39.859 10.9401 39.744 11.002C39.1159 11.3292 38.7621 12.8591 38.9302 14.442C39.0363 15.4147 40.8409 18.6779 40.8409 18.8017C40.8409 18.8547 40.8409 18.8989 40.8321 18.952C40.7436 19.6506 40.0359 20.0839 39.6379 20.3315C39.4609 20.4377 39.2752 20.5084 39.0629 20.5438H39.054C39.0452 20.5438 39.0363 20.5438 39.0275 20.5438C39.0098 20.5438 38.9921 20.5526 38.9656 20.5526C38.9302 20.5615 38.8948 20.5615 38.8683 20.5615V20.5791Z" fill="url(#paint11_linear)"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M38.1262 7.48279C38.1086 8.33173 38.3916 9.56093 38.4978 10.3214C38.6039 11.082 37.047 11.1173 36.534 10.7636C36.0651 10.4364 36.419 9.56093 36.8701 9.09224C37.3213 8.6324 37.6574 7.95148 38.1262 7.48279Z" fill="url(#paint12_linear)"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M35.7768 7.21744C35.0603 6.58073 34.9276 4.33456 35.653 3.8924C36.0068 3.68017 36.626 4.78556 37.0241 5.00664C37.5637 5.29847 39.0233 5.61682 39.3152 6.19163C39.5363 6.62494 39.094 7.52695 38.9171 7.85414C38.7136 8.21671 38.696 8.09291 38.4571 8.34936C38.121 8.71193 37.6875 9.12756 37.3425 9.53435C37.2718 9.22484 37.2895 9.22484 37.1568 8.83574C37.1037 8.6854 36.7145 8.03985 36.5199 7.79224C36.396 7.63307 35.8653 7.30587 35.7768 7.22628V7.21744Z" fill="#0B2D57"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M38.0852 8.96773C37.5279 9.48063 37.2625 10.0997 36.2541 9.91395C35.3518 9.74592 35.2014 7.5086 36.0241 6.84536C36.2983 6.62428 36.6964 6.62428 37.0325 6.7304C37.236 6.7923 37.4394 6.92495 37.6429 6.9957C37.8286 7.06644 37.979 6.97801 38.1559 7.16372C38.3682 7.39364 38.2267 7.99498 38.1029 8.27796C38.1913 8.19837 38.2975 8.08341 38.4213 8.04804C38.5098 8.02151 38.6601 7.88002 38.7398 8.00382C38.8725 8.20721 38.5894 8.58747 38.4213 8.74665C38.3417 8.81739 38.1913 8.90582 38.094 8.96773H38.0852Z" fill="url(#paint13_linear)"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M38.2145 7.02266C38.0907 7.0934 38.3118 7.32332 38.2764 7.5444C38.2145 7.97772 38.073 8.76476 37.4361 8.84435C37.0557 8.88857 36.6665 8.55252 36.2684 8.51715C36.0207 8.49062 35.7553 8.50831 35.5077 8.57021C35.3484 9.0389 35.3396 9.78173 35.7553 10.0736C36.1976 10.3831 36.4807 10.2239 36.9495 10.0912C37.2592 10.0028 37.6041 9.72867 37.7988 9.428C38.0022 9.10965 38.1526 8.7736 38.356 8.43756C38.471 8.25186 38.6037 8.02193 38.7364 7.82739C38.7718 7.77433 38.8249 7.68589 38.8514 7.62399C38.7453 7.52672 38.3914 6.93422 38.2145 7.0315V7.02266Z" fill="#0B2D57"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M36.0077 8.88851C36.1935 8.99463 36.4146 8.99463 36.6092 8.99463C36.6181 8.99463 36.6623 8.97694 36.6446 9.01232C36.5827 9.15381 36.3085 9.19802 36.1669 9.15381C36.0696 9.12728 35.9016 9.00347 35.9193 8.89736C35.9281 8.85314 35.9812 8.88851 35.9989 8.87967L36.0077 8.88851Z" fill="url(#paint14_linear)"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M30.6133 29.7496C31.144 28.149 31.3917 26.0885 31.489 24.1784C31.3917 26.0885 31.144 28.149 30.6133 29.7496Z" fill="url(#paint15_linear)"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M30.2851 24.2671C29.4801 24.2671 28.7548 24.1256 28.2948 23.7365C28.1798 23.6393 28.0825 23.5243 27.994 23.3916C26.9325 21.6495 30.294 18.3599 30.4267 18.3157C30.4443 18.3068 30.4532 18.3068 30.462 18.3068C30.5859 18.3068 30.1967 18.6871 30.869 18.7225C31.0459 18.7313 31.2139 18.7401 31.3732 18.749C31.6651 18.7667 31.9216 18.7755 32.1428 18.7755C32.1605 18.8728 32.1781 18.9789 32.2047 19.0939C32.2047 19.0939 32.2047 19.0939 32.2047 19.1027C32.2047 19.1027 32.2047 19.1027 32.2047 19.1116C32.2135 19.1381 32.2135 19.1646 32.2224 19.1911C32.4524 20.2169 33.0274 21.8264 34.4427 23.2059C34.4869 23.2502 34.5577 23.3121 34.6462 23.4005C33.9739 23.6393 32.7266 24.0107 31.4793 24.1787C31.0724 24.2317 30.6566 24.2671 30.2674 24.2671H30.2851ZM38.5826 20.5972C37.0788 20.5972 35.0531 19.4918 33.7085 18.802C33.7173 18.802 33.7173 18.802 33.7262 18.802C33.8412 18.802 33.9473 18.802 34.0535 18.802C34.0712 18.802 34.0889 18.802 34.1066 18.802C34.3985 18.802 34.7965 18.8197 35.3273 18.8551C36.265 18.9258 37.6361 19.0585 39.6972 19.3326C39.6264 19.4564 39.5291 19.6421 39.3964 19.8544C39.2283 20.1108 39.0603 20.3584 38.8745 20.5795C38.7772 20.5884 38.6799 20.5972 38.5826 20.5972Z" fill="url(#paint16_linear)"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M39.827 25.4695C37.2794 25.4695 35.4041 24.0546 34.7053 23.4444C34.6876 23.4267 34.6787 23.4179 34.661 23.4002C34.5637 23.3118 34.493 23.2499 34.4576 23.2056C33.0334 21.8261 32.4672 20.2166 32.2372 19.1908C32.4407 19.1289 32.653 19.0936 32.8653 19.0936C34.2276 19.0936 35.6429 20.3493 36.8106 21.0037C37.8367 21.5873 39.0221 22.0472 40.1632 22.0472C40.9328 22.0472 41.6758 21.8438 42.357 21.322C43.6131 20.3758 43.1619 18.2888 42.1181 17.2011C41.4635 16.5467 40.7116 16.193 39.8624 15.9365C39.6501 15.8746 39.4378 15.8216 39.2344 15.7685C39.1724 15.3706 37.6598 12.0809 39.774 10.9932C39.889 10.9313 40.0393 10.9048 40.2074 10.9048C40.2605 10.9048 40.3136 10.9048 40.3666 10.9136C45.2584 12.417 42.012 13.1067 43.2062 15.0345C44.0554 16.3787 45.0019 17.5018 45.3469 19.0051C46.0369 21.8349 45.285 22.8784 44.8957 23.4267C44.5508 23.9219 44.7542 24.0192 42.5781 24.9035C42.0739 25.1069 41.5431 25.2661 41.0035 25.3545C40.6055 25.4253 40.2163 25.4518 39.8447 25.4518L39.827 25.4695ZM32.2107 19.1112C32.2107 19.1112 32.2107 19.1112 32.2107 19.1024C32.2107 19.1024 32.2107 19.1024 32.2107 19.1112ZM32.2107 19.1024C32.1842 18.9874 32.1665 18.8813 32.1488 18.7841C32.1311 18.6779 32.1134 18.5807 32.1046 18.5011C32.1222 18.6602 32.1576 18.8636 32.2107 19.1024ZM32.1046 18.4922V18.4834V18.4922ZM32.0957 18.395C32.0957 18.395 32.1046 18.395 32.1046 18.3861C32.1046 18.3861 32.0957 18.3861 32.0957 18.395ZM32.1134 18.3861C32.1134 18.3861 32.1222 18.3861 32.1222 18.3773C32.1222 18.3773 32.1134 18.3773 32.1134 18.3861ZM32.1222 18.3773C32.1311 18.3773 32.1311 18.3684 32.1399 18.3684C32.1311 18.3684 32.1311 18.3773 32.1222 18.3773ZM32.1399 18.3684C32.1399 18.3684 32.1399 18.3684 32.1488 18.3684C32.1488 18.3684 32.1488 18.3684 32.1399 18.3684ZM32.1488 18.3684C32.1488 18.3684 32.1576 18.3684 32.1576 18.3596C32.1576 18.3596 32.1488 18.3596 32.1488 18.3684ZM32.1665 18.3596L32.1753 18.3507C32.1753 18.3507 32.1665 18.3507 32.1665 18.3596Z" fill="url(#paint17_linear)"/>
<rect x="32.043" y="18.2354" width="1.69841" height="0.61018" fill="url(#pattern0)"/>
<rect x="39.8457" y="17.0865" width="0.168071" height="0.19455" fill="url(#pattern1)"/>
<rect x="32.1875" y="18.7574" width="6.74943" height="1.89244" fill="url(#pattern2)"/>
<rect x="32.043" y="15.7333" width="11.597" height="6.38477" fill="url(#pattern3)"/>
<rect x="42.5645" y="12.0545" width="4.47603" height="11.673" fill="url(#pattern4)"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M31.4395 18.7575C32.8548 18.9521 33.1821 18.8548 33.2175 18.731C33.2706 18.5718 32.8902 18.2535 32.4833 18.1916C32.0675 18.1385 31.6518 18.3596 31.4395 18.7487V18.7575Z" fill="url(#paint18_linear)"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M42.932 12.1166C45.7538 14.1328 49.416 19.3149 44.8869 23.4535C44.8869 23.4535 44.8869 23.4535 44.8781 23.4624C44.5419 23.9487 44.7277 24.046 42.5604 24.9392C41.6847 25.2929 40.7647 25.4875 39.8359 25.4875C37.2706 25.4875 35.2979 24.0372 34.4664 23.2325C33.0422 21.8529 32.4761 20.2435 32.2461 19.2177C32.2372 19.1823 32.2284 19.1557 32.2196 19.1204C32.2196 19.1115 32.2107 19.0938 32.2107 19.085C32.1665 18.8551 32.1311 18.6694 32.1134 18.519L32.1842 18.917C32.1576 18.749 32.1311 18.5809 32.0957 18.4129L32.1222 18.3952C32.1222 18.3952 32.1311 18.3864 32.1399 18.3864C32.1399 18.3864 32.1399 18.3864 32.1488 18.3864L32.1576 18.3775C32.1576 18.3775 32.1576 18.3775 32.1665 18.3687L32.1842 18.3599L32.538 18.3068C33.343 18.3952 37.7306 21.508 39.6413 20.3496C40.0836 20.0754 40.8443 19.5979 40.8443 18.8197C40.8443 18.0415 39.9686 17.3164 39.9686 17.2456C39.9686 17.2456 39.9686 17.2368 39.9597 17.2368L39.9509 17.2279L39.942 17.2191C39.942 17.2191 39.942 17.2103 39.9332 17.2103L39.9243 17.2014L39.9066 17.1837L39.8978 17.1749C39.8978 17.1749 39.8978 17.166 39.889 17.166C39.597 16.7681 39.367 16.3082 39.2078 15.813C39.1459 15.4151 37.6332 12.1254 39.7474 11.0377L40.3401 10.9581C41.8439 11.418 42.5781 11.8071 42.9054 12.1696C42.9054 12.1608 42.9143 12.152 42.9143 12.1343L42.932 12.1166Z" fill="url(#paint19_linear)"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M39.3984 19.8543C39.4869 20.0665 39.9292 20.2876 40.1415 20.2611C40.5042 20.2169 40.7519 19.9781 40.9819 19.8632C41.1853 19.7659 41.6365 19.6421 41.663 19.4741C41.7161 19.1734 41.2207 19.085 40.9376 19.0584C40.5307 19.0142 40.1061 19.138 39.6992 19.3237C39.6019 19.5006 39.4869 19.6686 39.3984 19.8455V19.8543Z" fill="url(#paint20_linear)"/>
<defs>
<pattern id="pattern0" patternContentUnits="objectBoundingBox" width="1" height="1">
<use xlink:href="#image0"/>
</pattern>
<pattern id="pattern1" patternContentUnits="objectBoundingBox" width="1" height="1">
<use xlink:href="#image1"/>
</pattern>
<pattern id="pattern2" patternContentUnits="objectBoundingBox" width="1" height="1">
<use xlink:href="#image2"/>
</pattern>
<pattern id="pattern3" patternContentUnits="objectBoundingBox" width="1" height="1">
<use xlink:href="#image3"/>
</pattern>
<pattern id="pattern4" patternContentUnits="objectBoundingBox" width="1" height="1">
<use xlink:href="#image4"/>
</pattern>
<linearGradient id="paint0_linear" x1="11.8853" y1="33.8981" x2="5.34794" y2="20.3685" gradientUnits="userSpaceOnUse">
<stop stop-color="#FFC444"/>
<stop offset="0.788235" stop-color="#F68152"/>
<stop offset="1" stop-color="#F36F56"/>
</linearGradient>
<linearGradient id="paint1_linear" x1="15.522" y1="33.8981" x2="8.98466" y2="20.3685" gradientUnits="userSpaceOnUse">
<stop stop-color="#FFC444"/>
<stop offset="0.788235" stop-color="#F68152"/>
<stop offset="1" stop-color="#F36F56"/>
</linearGradient>
<linearGradient id="paint2_linear" x1="14.608" y1="31.5037" x2="5.46222" y2="10.6575" gradientUnits="userSpaceOnUse">
<stop stop-color="#FFC444"/>
<stop offset="0.788235" stop-color="#F68152"/>
<stop offset="1" stop-color="#F36F56"/>
</linearGradient>
<linearGradient id="paint3_linear" x1="38.6399" y1="26.861" x2="52.7645" y2="38.5958" gradientUnits="userSpaceOnUse">
<stop offset="0.210871" stop-color="#12498B"/>
<stop offset="0.798647" stop-color="#0B2D57"/>
</linearGradient>
<linearGradient id="paint4_linear" x1="32.291" y1="16.9644" x2="40.9547" y2="29.5534" gradientUnits="userSpaceOnUse">
<stop stop-color="#F75B37"/>
<stop offset="1" stop-color="#FE7207"/>
</linearGradient>
<linearGradient id="paint5_linear" x1="38.8667" y1="2.6452" x2="40.7785" y2="6.62787" gradientUnits="userSpaceOnUse">
<stop offset="0.210871" stop-color="#12498B"/>
<stop offset="0.798647" stop-color="#0B2D57"/>
</linearGradient>
<linearGradient id="paint6_linear" x1="38.8445" y1="2.69855" x2="40.7285" y2="6.63952" gradientUnits="userSpaceOnUse">
<stop offset="0.210871" stop-color="#12498B"/>
<stop offset="0.798647" stop-color="#0B2D57"/>
</linearGradient>
<linearGradient id="paint7_linear" x1="38.0511" y1="3.71118" x2="40.0395" y2="7.16864" gradientUnits="userSpaceOnUse">
<stop offset="0.210871" stop-color="#12498B"/>
<stop offset="0.798647" stop-color="#0B2D57"/>
</linearGradient>
<linearGradient id="paint8_linear" x1="40.9688" y1="8.79181" x2="37.2977" y2="7.51131" gradientUnits="userSpaceOnUse">
<stop stop-color="#FFC444"/>
<stop offset="0.788235" stop-color="#F68152"/>
<stop offset="1" stop-color="#F36F56"/>
</linearGradient>
<linearGradient id="paint9_linear" x1="41.1476" y1="8.58248" x2="39.2344" y2="6.89019" gradientUnits="userSpaceOnUse">
<stop stop-color="#FFC444"/>
<stop offset="0.788235" stop-color="#F68152"/>
<stop offset="1" stop-color="#F36F56"/>
</linearGradient>
<linearGradient id="paint10_linear" x1="28.1612" y1="14.4841" x2="33.532" y2="21.4029" gradientUnits="userSpaceOnUse">
<stop stop-color="#F75B37"/>
<stop offset="1" stop-color="#FE7207"/>
</linearGradient>
<linearGradient id="paint11_linear" x1="34.5237" y1="15.4739" x2="42.5228" y2="25.7286" gradientUnits="userSpaceOnUse">
<stop stop-color="#F75B37"/>
<stop offset="1" stop-color="#FE7207"/>
</linearGradient>
<linearGradient id="paint12_linear" x1="38.2424" y1="11.935" x2="31.9429" y2="2.92314" gradientUnits="userSpaceOnUse">
<stop stop-color="#FFC444"/>
<stop offset="0.788235" stop-color="#F68152"/>
<stop offset="1" stop-color="#F36F56"/>
</linearGradient>
<linearGradient id="paint13_linear" x1="38.3828" y1="10.845" x2="33.7545" y2="0.262969" gradientUnits="userSpaceOnUse">
<stop stop-color="#FFC444"/>
<stop offset="0.788235" stop-color="#F68152"/>
<stop offset="1" stop-color="#F36F56"/>
</linearGradient>
<linearGradient id="paint14_linear" x1="36.5618" y1="9.251" x2="36.367" y2="8.15127" gradientUnits="userSpaceOnUse">
<stop stop-color="#FFC444"/>
<stop offset="0.788235" stop-color="#F68152"/>
<stop offset="1" stop-color="#F36F56"/>
</linearGradient>
<linearGradient id="paint15_linear" x1="38.2827" y1="35.7541" x2="31.7051" y2="12.5043" gradientUnits="userSpaceOnUse">
<stop stop-color="#F4D6D6"/>
<stop offset="1" stop-color="#F3CDE6"/>
</linearGradient>
<linearGradient id="paint16_linear" x1="29.7606" y1="19.9584" x2="30.8077" y2="24.8901" gradientUnits="userSpaceOnUse">
<stop stop-color="#F75B37"/>
<stop offset="1" stop-color="#FE7207"/>
</linearGradient>
<linearGradient id="paint17_linear" x1="37.2883" y1="35.9929" x2="39.684" y2="9.55165" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF9085"/>
<stop offset="1" stop-color="#FB6FBB"/>
</linearGradient>
<linearGradient id="paint18_linear" x1="33.0104" y1="19.0548" x2="32.5816" y2="16.5023" gradientUnits="userSpaceOnUse">
<stop stop-color="#FFC444"/>
<stop offset="0.788235" stop-color="#F68152"/>
<stop offset="1" stop-color="#F36F56"/>
</linearGradient>
<linearGradient id="paint19_linear" x1="34.5688" y1="14.9841" x2="39.0015" y2="25.7174" gradientUnits="userSpaceOnUse">
<stop stop-color="#F75B37"/>
<stop offset="1" stop-color="#FE7207"/>
</linearGradient>
<linearGradient id="paint20_linear" x1="41.3971" y1="20.5947" x2="40.363" y2="16.1807" gradientUnits="userSpaceOnUse">
<stop stop-color="#FFC444"/>
<stop offset="0.788235" stop-color="#F68152"/>
<stop offset="1" stop-color="#F36F56"/>
</linearGradient>
<image id="image0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEEAAAAXCAIAAAGsRYVuAAAACXBIWXMA"/>
<image id="image1" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAHCAIAAAHT9ZssAAAACXBIWXMA"/>
<image id="image2" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQIAAABICAIAAAHlnlwvAAAACXBIWXMA"/>
<image id="image3" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAbwAAAD0CAIAAAEYqTSrAAAACXBIWXMA"/>
<image id="image4" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKsAAAG/CAIAAAHfvYDhAAAACXBIWXMA"/>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 30 KiB

View File

@@ -25,7 +25,7 @@
<a href="/contact-us">Contact Us</a>
<a href="/faq-page">FAQs</a>
</div>
<div class="fm-col">
<div class="fm-col right">
<div class="title">Follow Us</div>
<div class="social">
<a target="_blank" href="https://twitter.com/_livecarta"><span class="icon-twitter1"></span></a>
@@ -34,8 +34,14 @@
<a target="_blank" href="https://www.linkedin.com/company/likelivecarta"><span class="icon-linkedin"></span></a>
<a target="_blank" href="https://www.pinterest.com/livecarta"><span class="icon-pinterest"></span></a>
</div>
<div class="copyright">
<a href="#" class="logo">
<img src="<?= get_theme_file_uri('/assets/img/livercarta-footer.png'); ?>" alt="LiveCarta livecarta">
</a>
<p>&copy; <?=date("Y"); ?> <?= get_option('lawcarta_company'); ?>. All rights reserved</p>
</div>
</div>
<div class="fm-col right fm-fixed">
<!-- <div class="fm-col right fm-fixed">
<div class="title">Subscribe</div>
<div class="sub-input">
<div id="mc_embed_signup">
@@ -49,13 +55,7 @@
</form>
</div>
</div>
<div class="copyright">
<a href="#" class="logo">
<img src="<?= get_theme_file_uri('/assets/img/livercarta-footer.png'); ?>" alt="LiveCarta livecarta">
</a>
<p>&copy; <?=date("Y"); ?> <?= get_option('lawcarta_company'); ?>. All rights reserved</p>
</div>
</div>
</div> -->
</div>
<?php if(1):?>
<div class="app-download">