astroport/www/LOVELand/A/play/index.html

1899 lines
1.2 MiB

<!DOCTYPE html>
<html lang="en"><head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Playproject.io</title>
<style type="text/css">
.topNav_3mNWqs {
position: relative;
width: 100%;
z-index: 20;
display: grid;
grid-template: 1fr / auto;
background-color: var(--playBgGStart);
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
transition: background-color .6s, -webkit-transform .4s, transform .4s, opacity .3s linear;
}
.playLogo_3mNWqs {
position: absolute;
top: 10px;
left: 0;
width: 15rem;
z-index: 99;
transition: width .6s ease-in-out;
}
.menu_3mNWqs {
padding: 2.5rem;
text-align: right;
}
.menu_3mNWqs a {
font-size: var(--menuSize);
margin-left: 1.75%;
color: #575551;
text-transform: uppercase;
transition: color .6s linear;
}
.menu_3mNWqs a:hover {
color: #00acff;
}
.scrollUp_3mNWqs .topNav_3mNWqs {
position: fixed;
background-color: white;
-webkit-transform: none;
transform: none;
}
.scrollDown_3mNWqs .topNav_3mNWqs {
position: fixed;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
opacity: 0;
}
.scrollUp_3mNWqs .playLogo_3mNWqs {
width: 10rem;
}
.scrollDown_3mNWqs .playLogo_3mNWqs {
width: 10rem;
top: 0;
}
@media only screen and (min-width: 4096px) {
.menu_3mNWqs a {
font-size: calc(var(--menuSize) * 1.5);
}
}
@media only screen and (max-width: 1024px) {
.playLogo_3mNWqs {
width: 9vw;
min-width: 100px;
}
}
@media only screen and (max-width: 960px) {
.topNav_3mNWqs {
position: relative;
}
.menu_3mNWqs {
padding-top: 3%;
padding-right: 2.5vw;
}
.menu_3mNWqs a {
margin-left: 1.5%;
}
}
@media only screen and (max-width: 812px) {
.menu_3mNWqs {
display: none;
}
.playLogo_3mNWqs {
top: 20px;
min-width: 12vw;
}
}
@media only screen and (max-width: 414px) {
.playLogo_3mNWqs {
min-width: 20vw;
}
}
</style><style type="text/css">
.header_2n5uXR {
position: relative;
padding-top: 0vw;
background-image: linear-gradient(0deg, var(--playBgGEnd), var(--playBgGStart));
overflow: hidden;
}
.scene_2n5uXR {
position: relative;
margin-top: 5vw;
}
.playIsland_2n5uXR {
position: relative;
width: 90%;
margin-top: 0;
margin-left: 5vw;
z-index: 2;
}
.sunCloud_2n5uXR {
position: absolute;
top: -4%;
width: 12%;
margin-left: 8vw;
z-index: 1;
}
.sun_2n5uXR {
width: 100%;
}
[class^="cloud"] {
transition: left 0.6s, bottom 0.5s, top 0.5s linear;
}
.cloud1_2n5uXR {
position: absolute;
z-index: 2;
width: 7vw;
left: -3vw;
bottom: 0;
}
.cloud2_2n5uXR {
position: absolute;
z-index: 1;
width: 7vw;
left: 10vw;
top: 25%;
}
.cloud3_2n5uXR {
position: absolute;
z-index: 2;
width: 7vw;
height: auto;
top: -2.5%;
right: 14vw;
}
.cloud4_2n5uXR {
position: absolute;
z-index: 1;
width: 5vw;
height: auto;
top: 8%;
right: 6vw;
}
.cloud5_2n5uXR {
position: absolute;
z-index: 1;
width: 12vw;
height: auto;
top: 50%;
left: 2vw;
}
.cloud6_2n5uXR {
position: absolute;
z-index: 3;
width: 12vw;
height: auto;
bottom: 15%;
left: 15vw;
}
.cloud7_2n5uXR {
position: absolute;
z-index: 4;
width: 18vw;
height: auto;
bottom: 25%;
right: 5vw;
}
.title_2n5uXR {
position: relative;
z-index: 4;
font-size: var(--titleSize);
font-family: var(--titleFont);
color: var(--titleColor);
text-align: center;
margin: 0;
padding: 2% 2%;
}
.sun_2n5uXR {
will-change: transform;
}
.cloud1_2n5uXR, .cloud2_2n5uXR, .cloud3_2n5uXR, .cloud4_2n5uXR, .cloud5_2n5uXR, .cloud6_2n5uXR, .cloud7_2n5uXR {
will-change: transform;
}
@media only screen and (min-width: 1680px) {
.scrollUp_2n5uXR .header_2n5uXR {
padding-top: 2.5%;
}
}
@media only screen and (min-width: 2561px) {
.scene_2n5uXR {
max-width: 90%;
margin-left: auto;
margin-right: auto;
}
.title_2n5uXR {
font-size: calc(var(--titleSize) * 1.5);
margin-bottom: 6vh;
}
}
@media only screen and (min-width: 4096px) {
.title_2n5uXR {
font-size: calc(var(--titleSize) * 2.25);
}
}
@media only screen and (max-width: 1680px) {
.header_2n5uXR {
padding-top: 2vw;
}
}
@media only screen and (max-width: 1280px) {
.header_2n5uXR {
padding-top: 3vw;
}
.scrollUp_2n5uXR .header_2n5uXR {
padding-top: 6.5vh;
}
}
@media only screen and (max-width: 1024px) {
.header_2n5uXR {
padding-top: 0%;
}
}
@media only screen and (max-width: 812px) {
.header_2n5uXR {
padding-top: 5vh;
}
.title_2n5uXR {
padding: 0 5%;
font-size: var(--titleSizeM);
}
}
@media only screen and (max-width: 414px) {
.header_2n5uXR {
padding-top: 8vh;
}
.title_2n5uXR {
font-size: var(--titlesSizeS);
}
.playIsland_2n5uXR {
width: 150%;
margin-left: -26vw;
}
.sunCloud_2n5uXR {
top: -2vh;
left: -3vw;
}
.cloud5_2n5uXR {
width: 12vw;
left: -4vw;
top: 64%;
}
.cloud6_2n5uXR {
width: 15vw;
left: 5vw;
}
.cloud7_2n5uXR {
width: 20vw;
right: -5vw;
}
}
</style><style type="text/css">
.content_26MOtH {
}
.subTitle_26MOtH {
font-family: var(--titleFont);
font-size: var(--subTitleSize);
margin-bottom: 2.5rem;
}
.subTitleColor_26MOtH {
color: var(--section2TitleColor);
}
.article_26MOtH {
}
.button_26MOtH {
display: inline-block;
outline: none;
border: none;
font-family: var(--titleFont);
font-size: var(--sectionButtonSize);
color: var(--titleColor);
border-radius: 2rem;
padding: 1.2rem 3.8rem;
cursor: pointer;
}
.buttonBg_26MOtH {
}
@media screen and (min-width: 2561px) {
.subTitle_26MOtH {
font-size: calc(var(--subTitleSize) * 1.5);
}
}
}
@media screen and (min-width: 4096px) {
.subTitle_26MOtH {
font-size: calc(var(--subTitleSize) * 2.25);
}
}
@media screen and (max-width: 414px) {
.subTitle_26MOtH {
font-size: var(--titlesSizeS);
margin-bottom: 1.5rem;
}
}
</style><style type="text/css">
.section_3oxTUM {
position: relative;
display: grid;
grid-template-rows: auto 1fr;
grid-template-columns: 60% 40%;
background-image: linear-gradient(0deg, var(--section1BgGEnd), var(--section1BgGStart));
padding: 0 2vw;
}
.content_3oxTUM {
position: relative;
z-index: 9;
grid-row-start: 1;
grid-column-start: 2;
grid-column-end: 3;
text-align: center;
padding: 0 5%;
}
.subTitleColor_3oxTUM {
color: var(--section1TitleColor);
}
.buttonBg_3oxTUM {
background-image: linear-gradient(0deg, #ed6e87, #e9627e);
}
.blockchainIsland_3oxTUM {
position: relative;
z-index: 2;
grid-row-start: 1;
grid-row-end: 3;
grid-column-start: 1;
}
.blossomIsland_3oxTUM {
position: relative;
z-index: 2;
grid-column-start: 2;
grid-row-start: 2;
grid-row-end: 3;
padding-left: 2rem;
align-self: end;
width: 90%;
}
.cloud1_3oxTUM {
position: absolute;
z-index: 4;
width: 10vw;
bottom: 10vh;
left: 5vw;
}
.cloud2_3oxTUM {
position: absolute;
z-index: 4;
width: 14vw;
bottom: -8vh;
left: 42vw;
}
.cloud3_3oxTUM {
position: absolute;
z-index: 1;
width: 8vw;
bottom: 15vh;
left: 52vw;
}
.cloud4_3oxTUM {
position: absolute;
width: 6vw;
bottom: 60%;
right: 5vw;
}
.cloud5_3oxTUM {
position: absolute;
z-index: 1;
width: 18vw;
bottom: -10vh;
right: 2vw;
}
@media only screen and (max-width: 1560px) {
.content_3oxTUM {
padding: 0;
}
.blossomIsland_3oxTUM {
margin-top: 30px;
width: 35vw;
}
}
@media only screen and (max-width: 1024px) {
.section1_3oxTUM {
grid-template-columns: 55% 45%;
}
.content_3oxTUM {
grid-column-start: 1;
padding: 0 15vw;
}
.blockchainIsland_3oxTUM {
grid-row-start: 2;
}
.blossomIsland_3oxTUM {
width: 90%;
margin-left: 2vw;
align-self: center;
}
.cloud1_3oxTUM {
bottom: 0vh;
}
.cloud2_3oxTUM {
bottom: -5vh;
}
.cloud3_3oxTUM {
bottom: 10%;
}
.cloud4_3oxTUM {
bottom: 60%;
width: 12vw;
}
.cloud5_3oxTUM {
bottom: -4vh;
}
}
@media only screen and (max-width: 812px) {
.cloud3_3oxTUM {
bottom: 10%;
}
.cloud4_3oxTUM {
bottom: 50%;
}
}
@media only screen and (max-width: 768px) {
.cloud3_3oxTUM {
bottom: 12%;
}
}
@media only screen and (max-width: 640px) {
.section1_3oxTUM {
grid-template-rows: repeat(3, auto);
grid-template-columns: 100%;
}
.content_3oxTUM {
padding-bottom: 10%;
}
.blockchainIsland_3oxTUM {
grid-column-end: 3;
}
.blossomIsland_3oxTUM {
grid-row-start: 3;
grid-column-start: 1;
width: 100%;
justify-self: end;
}
.cloud1_3oxTUM {
width: 15vw;
}
.cloud2_3oxTUM {
width: 30vw;
left: 50vw;
bottom: -50vw;
}
.cloud3_3oxTUM {
width: 20vw;
bottom: 5vw;
}
.cloud4_3oxTUM {
top: 30vw;
}
}
@media only screen and (max-width: 414px) {
.content_3oxTUM {
padding: 0 5vw 5vh 5vw;
}
.article_3oxTUM {
padding-bottom: 2rem;
}
.section_3oxTUM {
margin-top: 0;
}
.blossomIsland_3oxTUM {
width: 60vw;
margin-left: 35vw;
}
.cloud3_3oxTUM {
bottom: 5vh;
}
.cloud4_3oxTUM {
bottom: 35%;
width: 15vw;
}
}
</style><style type="text/css">
.section_1dIrHZ {
position: relative;
display: grid;
grid-template-rows: auto 1fr;
grid-template-columns: 40% 60%;
background-image: linear-gradient(0deg, var(--section2BgGEnd), var(--section2BgGStart));
padding: 5vw 2vw;
}
.content_1dIrHZ {
position: relative;
z-index: 9;
grid-row-start: 1;
grid-column-start: 1;
grid-column-end: 2;
text-align: center;
padding: 0 5%;
margin-bottom: 86px;
}
.subTitleColor_1dIrHZ {
color: var(--section2TitleColor);
}
.buttonBg_1dIrHZ {
background-image: linear-gradient(0deg, #4dc7be, #35bdb9);
}
.scene_1dIrHZ {
position: relative;
grid-row-start: span 2;
grid-column-start: 2;
}
.objects_1dIrHZ {
position: relative;
}
.screenshot_1dIrHZ {
width: 80%;
margin-bottom: -5.5%;
margin-left: 10%;
}
.logo_1dIrHZ {
position: absolute;
left: 0%;
bottom: -20%;
width: 20%;
}
.deco_1dIrHZ {
position: absolute;
right: 0;
bottom: -18.5%;
width: 100%;
display: flex;
align-items: flex-end;
justify-content: flex-end;
}
.tree_1dIrHZ {
width: 13%;
}
.stone_1dIrHZ {
position: relative;
width: 10%;
right: -3%;
}
.island_1dIrHZ {
}
.energyIsland_1dIrHZ {
grid-row-start: 2;
grid-column-start: 1;
grid-column-end: 2;
width: 80%;
justify-self: center;
}
.cloud1_1dIrHZ {
position: absolute;
width: 10vw;
left: 2vw;
bottom: 0;
z-index: 3;
}
.cloud2_1dIrHZ {
position: absolute;
width: 15vw;
left: 38vw;
bottom: -35vw;
z-index: 2;
}
.cloud3_1dIrHZ {
position: absolute;
width: 8vw;
right: 30vw;
bottom: -34vw;
z-index: 3;
}
.cloud4_1dIrHZ {
position: absolute;
width: 14vw;
right: 6vw;
bottom: -40vw;
z-index: 3;
}
.cloud5_1dIrHZ {
position: absolute;
width: 8vw;
right: 2vw;
bottom: -10vw;
z-index: 2;
}
@media only screen and (max-width: 1024px) {
.content_1dIrHZ {
grid-row-start: 1;
grid-column-end: 3;
}
.scene_1dIrHZ {
grid-row-start: 2;
}
.energyIsland_1dIrHZ {
align-self: end;
}
}
@media only screen and (max-width: 640px) {
.scene_1dIrHZ {
grid-column-start: 1;
grid-column-end: 3;
}
.energyIsland_1dIrHZ {
grid-row-start: 3;
grid-column-start: 1;
grid-column-end: 3;
width: 60%;
justify-self: start;
}
.cloud1_1dIrHZ {
width: 16vw;
}
.cloud2_1dIrHZ {
width: 20vw;
left: 50vw;
bottom: 10vw;
}
.cloud3_1dIrHZ {
width: 15vw;
bottom: 50vw;
}
.cloud4_1dIrHZ {
width: 25vw;
bottom: -85vw;
}
.cloud5_1dIrHZ {
width: 15vw;
bottom: 30vw;
}
}
</style><style type="text/css">
.section_1OohbK {
position: relative;
display: grid;
grid-template-rows: auto 1fr;
grid-template-columns: 60% 40%;
background-image: linear-gradient(0deg, var(--section3BgGEnd), var(--section3BgGStart));
padding: 3vw 2vw 0 2vw;
}
.content_1OohbK {
position: relative;
z-index: 9;
grid-row-start: 1;
grid-column-start: 2;
grid-column-end: 3;
text-align: center;
padding: 0 5%;
}
.subTitleColor_1OohbK {
color: var(--section3TitleColor);
margin-top: 0;
}
.buttonBg_1OohbK {
background-image: linear-gradient(0deg, #900df8, #ac1cf6);
}
.scene_1OohbK {
grid-row-start: span 2;
grid-column-start: 1;
}
.deco_1OohbK {
position: relative;
}
.screenshot_1OohbK {
width: 65%;
margin-left: 15%;
margin-bottom: -6%;
}
.trees_1OohbK {
position: absolute;
right: 10%;
bottom: -20%;
width: 15%;
}
.logo_1OohbK {
position: absolute;
left:6%;
bottom: -20%;
width: 15%;
}
.island_1OohbK {
}
.sceneMedium_1OohbK {
grid-row-start: 2;
grid-column-start: 2;
display: grid;
grid-template: 1fr / 65% 35%;
align-items: center;
}
.container_1OohbK {
position: relative;
}
.sceneMedium_1OohbK .deco_1OohbK:nth-child(1) {
width: 80%;
justify-self: center;
}
.sceneMedium_1OohbK .deco_1OohbK:nth-child(2) {
}
.blossom_1OohbK {
width: 55%;
margin: 0 0 -10% 12%;
}
.islandMiddle_1OohbK {
}
.tree_1OohbK {
position: relative;
width: 50%;
margin: 0 auto;
margin-bottom: -11%;
z-index: 2;
}
.islandRight_1OohbK {
}
.stone_1OohbK {
position: absolute;
right: 12%;
bottom: 3%;
width: 22%;
}
.smallStone_1OohbK {
position: absolute;
left: 7%;
bottom: 5%;
width: 14%;
}
@media screen and (min-width: 2561px) {
.tree_1OohbK {
margin-bottom: -10.5%;
}
}
@media screen and (min-width: 1025px) and (max-width: 1200px) {
.sceneMedium_1OohbK {
margin-top: 4.5rem;
}
}
@media screen and (max-width: 1024px) {
.content_1OohbK {
grid-column-start: 1;
margin-bottom: 60px;
}
}
@media screen and (max-width: 640px) {
.scene_1OohbK {
grid-row-start: 2;
grid-column-end: 3;
}
.sceneMedium_1OohbK {
grid-row-start: 3;
grid-column-start: 1;
grid-column-end: 3;
}
.sceneMedium_1OohbK .deco_1OohbK:nth-child(1) {
width: 90%;
}
.sceneMedium_1OohbK .deco_1OohbK:nth-child(2) {
width: 80%;
justify-self: center;
align-self: center;
}
.tree_1OohbK {
bottom: -5.5%;
}
}
</style><style type="text/css">
.section_1Nmmk1 {
position: relative;
background-image: linear-gradient(0deg, var(--section4BgGEnd), var(--section4BgGStart));
display: grid;
grid-template-rows: repeat(2, auto);
grid-template-columns: 15% 35% 35% 15%;
padding-top: 10vw;
}
.scene_1Nmmk1 {
}
.scene_1Nmmk1:nth-child(1) {
position: relative;
z-index: 3;
width: 50vw;
grid-row-start: 1;
grid-row-end: 2;
grid-column-start: 1;
grid-column-end: 4;
margin-left: 30vw;
}
.scene_1Nmmk1:nth-child(2) {
position: relative;
z-index: 4;
width: 24vw;
grid-row-start: 2;
grid-column-start: 1;
grid-column-end: 3;
margin-top: -15vw;
margin-left: 5vw;
}
.scene_1Nmmk1:nth-child(3) {
position: relative;
z-index: 4;
width: 24vw;
grid-row-start: 2;
grid-column-start: 2;
margin-top: 3vw;
margin-left: 8vw;
}
.scene_1Nmmk1:nth-child(4) {
position: relative;
z-index: 4;
width: 30vw;
grid-row-start: 2;
grid-column-start: 3;
margin-top: 5vw;
margin-left: 7vw;
}
.scene_1Nmmk1:nth-child(5) {
position: relative;
z-index: 2;
grid-row-start: 1;
grid-column-start: 4;
width: 10vw;
align-self: end;
margin-bottom: 12vw;
}
.scene_1Nmmk1:nth-child(5) .tree_1Nmmk1 {
width: 80%;
margin: 0 auto -1.5vw auto;
}
.deco_1Nmmk1 {
position: relative;
}
.tree_1Nmmk1 {
position: relative;
width: 50%;
margin: 0 0 -11% -9%;
z-index: 2;
}
.yellowCrystal_1Nmmk1 {
position: absolute;
width: 25%;
left: 20%;
bottom: 1%;
z-index: 3;
}
.title_1Nmmk1 {
position: absolute;
bottom: 35%;
right: 18%;
z-index: 5;
font-family: var(--titleFont);
font-size: var(--roadmapHeadlline);
color: var(--section4TitleColor);
}
.island_1Nmmk1 {
}
.content_1Nmmk1 {
position: absolute;
display: flex;
flex-direction: column;
justify-content: center
}
.scene_1Nmmk1:nth-child(1) .content_1Nmmk1 {
width: 35%;
left: 21vw;
bottom: 2%;
background: url('./src/node_modules/assets/svg/card1.svg') no-repeat;
background-size: cover;
padding: 8% 5% 8% 8%;
}
.content_1Nmmk1 h3 {
font-family: var(--titleFont);
font-size: var(--roadmapTitleSize);
text-align: center;
color: var(--roadmapTitleColor);
margin-top: 0;
}
.content_1Nmmk1 p {
font-size: var(--roadmapTextSize);
text-align: center;
margin: 0;
}
.scene_1Nmmk1:nth-child(2) .content_1Nmmk1 {
width: 45%;
left: 35%;
bottom: -2vw;
background: url('./src/node_modules/assets/svg/card2.svg') no-repeat;
background-size: cover;
padding: 10% 5% 10% 8%;
}
.scene_1Nmmk1:nth-child(2) .tree_1Nmmk1 {
position: absolute;
width: 45%;
left: 2vw;
bottom: -0.5vw;
}
.scene_1Nmmk1:nth-child(2) .stone_1Nmmk1 {
position: absolute;
width: 24%;
right: 5%;
bottom: -2.5vw;
z-index: 2;
}
.scene_1Nmmk1:nth-child(3) .content_1Nmmk1 {
width: 60%;
left: 5vw;
bottom: -2.2vw;
background: url('./src/node_modules/assets/svg/card3.svg') no-repeat;
background-size: cover;
padding: 10% 5% 10% 8%;
}
.purpleCrystal_1Nmmk1 {
position: absolute;
width: 40%;
left: -6%;
bottom: -2.5vw;
z-index: 3;
}
.scene_1Nmmk1:nth-child(4) .content_1Nmmk1 {
width: 50%;
left: 6vw;
bottom: -2.5vw;
background: url('./src/node_modules/assets/svg/card4.svg') no-repeat;
background-size: cover;
padding: 10% 5% 10% 8%;
}
.scene_1Nmmk1:nth-child(4) h3 {
margin-bottom: 10px;
}
.scene_1Nmmk1:nth-child(4) h3:last-child {
margin-bottom: 0;
}
.scene_1Nmmk1:nth-child(4) .tree_1Nmmk1 {
position: absolute;
width: 24%;
right: 1.5vw;
bottom: 0vw;
}
.blueCrystal_1Nmmk1 {
position: absolute;
width: 22%;
left: 1vw;
bottom: -3vw;
z-index: 3;
}
.cloud1_1Nmmk1 {
position: absolute;
width: 8vw;
top: 25vw;
left: 8vw;
z-index: 5;
}
.cloud2_1Nmmk1 {
position: absolute;
width: 15vw;
top: 10vw;
left: 50vw;
z-index: 6;
}
.cloud3_1Nmmk1 {
position: absolute;
width: 15vw;
top: 30vw;
right: 10vw;
z-index: 5;
}
.cloud4_1Nmmk1 {
position: absolute;
width: 8vw;
bottom: 28vw;
right: 5vw;
z-index: 4;
}
.cloud5_1Nmmk1 {
position: absolute;
width: 12vw;
bottom: -3vw;
right: 6vw;
z-index: 5;
}
.cloud6_1Nmmk1 {
position: absolute;
width: 8vw;
bottom: -10vw;
right: 2vw;
z-index: 6;
}
@media only screen and (min-width: 3840px) {
.info_1Nmmk1 h3 {
margin-bottom: 6px;
font-size: calc( var(--roadmapTitleSizeM) * 2);
}
.info_1Nmmk1 p {
font-size: calc( var(--roadmapTextSizeM) * 2);
}
}
@media only screen and (max-width: 1366px) {
.title_1Nmmk1 {
bottom: 17vw;
}
}
@media only screen and (max-width: 1024px) {
.section_1Nmmk1 {
grid-template-columns: repeat(2, 50vw);
}
.scene_1Nmmk1:nth-child(1) {
grid-row-start: 1;
width: 70vw;
margin-left: 10vw;
}
.scene_1Nmmk1:nth-child(1) .content_1Nmmk1 {
width: 35%;
left: 28vw;
}
.scene_1Nmmk1:nth-child(2) {
grid-row-start: 2;
grid-column-start: 1;
width: 40vw;
margin-top: 15vw;
margin-left: 5vw;
}
.scene_1Nmmk1:nth-child(2) .content_1Nmmk1 {
bottom: -3vw;
left: 28%;
}
.scene_1Nmmk1:nth-child(2) .stone_1Nmmk1 {
bottom: -4vw;
right: 9%;
}
.scene_1Nmmk1:nth-child(3) {
grid-row-start: 2;
grid-column-start: 2;
width: 40vw;
margin-top: 20vw;
margin-left: 5vw;
}
.scene_1Nmmk1:nth-child(3) .content_1Nmmk1 {
left: 8vw;
bottom: -3vw;
}
.purpleCrystal_1Nmmk1 {
bottom: -3.5vw;
}
.scene_1Nmmk1:nth-child(4) {
grid-row-start: 3;
grid-column-start: 2;
width: 50vw;
margin: 10vw 0 0 -25vw;
}
.scene_1Nmmk1:nth-child(4) .content_1Nmmk1 {
bottom: -4.5vw;
width: 50%;
left: 8vw;
}
.blueCrystal_1Nmmk1 {
bottom: -5vw;
}
.scene_1Nmmk1:nth-child(5) {
grid-row-start: 1;
grid-column-start: 3;
width: 15vw;
align-self: start;
margin-top: 15vw;
margin-left: -20vw;
}
.scene_1Nmmk1:nth-child(5) .tree_1Nmmk1 {
width: 65%;
margin: 0 auto -2vw auto;
}
.title_1Nmmk1 {
font-size: var(--roadmapHeadllineM);
bottom: 25vw;
right: 11vw;
}
.cloud1_1Nmmk1 {
width: 15vw;
top: 30vw;
}
.cloud2_1Nmmk1 {
width: 25vw;
}
.cloud3_1Nmmk1 {
width: 18vw;
top: 40vw;
right: 5vw;
}
.cloud4_1Nmmk1 {
width: 15vw;
bottom: -10vw;
}
.cloud5_1Nmmk1 {
width: 15vw;
right: 15vw;
bottom: -30vw;
}
.cloud6_1Nmmk1 {
width: 10vw;
}
}
@media only screen and (max-width: 960px) {
.scene_1Nmmk1:nth-child(2) .tree_1Nmmk1 {
width: 30%;
}
.scene_1Nmmk1:nth-child(2) .content_1Nmmk1 {
width: 60%;
left: 18%;
}
.scene_1Nmmk1:nth-child(5) .tree_1Nmmk1 {
bottom: -0.5vw;
}
}
@media only screen and (max-width: 812px) {
.info_1Nmmk1 h3 {
margin-bottom: 6px;
font-size: var(--roadmapTitleSizeM);
}
.info_1Nmmk1 p {
font-size: var(--roadmapTextSizeM);
}
}
@media only screen and (max-width: 640px) {
.scene_1Nmmk1:nth-child(2) {
width: 50vw;
margin-top: 20vw;
}
.scene_1Nmmk1:nth-child(3) {
width: 50vw;
grid-row-start: 3;
grid-column-start: 2;
margin-left: 0;
margin-top: 5vw;
}
.scene_1Nmmk1:nth-child(4) {
width: 66vw;
grid-row-start: 4;
grid-column-start: 1;
grid-column-end: 2;
margin-left: 10vw;
margin-top: 20vw;
}
.scene_1Nmmk1:nth-child(5) {
margin-left: -18vw;
}
.title_1Nmmk1 {
font-size: var(--roadmapHeadllineS);
bottom: 25vw;
right: 12vw;
}
}
@media only screen and (max-width: 480px) {
.scene_1Nmmk1:nth-child(1) {
width: 90vw;
margin-left: 10vw;
}
.scene_1Nmmk1:nth-child(1) .content_1Nmmk1 {
width: 40%;
left: 36%;
}
.scene_1Nmmk1:nth-child(2) {
width: 70vw;
margin-top: 20vw;
margin-left: 10vw;
}
.scene_1Nmmk1:nth-child(2) .content_1Nmmk1 {
width: 60%;
padding: 10% 5% 10% 12%;
bottom: -6vw;
}
.scene_1Nmmk1:nth-child(2) .stone_1Nmmk1 {
bottom: -8vw;
right: 0;
}
.scene_1Nmmk1:nth-child(2) .tree_1Nmmk1 {
left: 5vw;
}
.scene_1Nmmk1:nth-child(3) {
width: 70vw;
margin-left: 20vw;
margin-top: 25vw;
grid-column-start: 1;
}
.scene_1Nmmk1:nth-child(3) .content_1Nmmk1 {
left: 12vw;
bottom: -6vw;
}
.purpleCrystal_1Nmmk1 {
bottom: -7vw;
}
.scene_1Nmmk1:nth-child(4) {
width: 66vw;
margin-left: 10vw;
margin-top: 30vw;
}
.scene_1Nmmk1:nth-child(4) .content_1Nmmk1 {
width: 56%;
}
.blueCrystal_1Nmmk1 {
bottom: -6vw;
}
.scene_1Nmmk1:nth-child(5) {
grid-row-start: 4;
margin-top: -5vw;
margin-left: -22vw;
}
.scene_1Nmmk1:nth-child(5) .tree_1Nmmk1 {
bottom: -1vw;
}
.title_1Nmmk1 {
bottom: 32vw;
right: 15vw;
}
}
</style><style type="text/css">
.member_4gdqxY {
position: absolute;
z-index: 1;
display: grid;
grid-template: 1fr / 40% 60%;
width: 70%;
top: 20%;
}
.avatar_4gdqxY {
position: relative;
z-index: 2;
}
.info_4gdqxY {
display: flex;
flex-direction: column;
justify-content: center;
font-size: var(--contributorsTextSize);
text-align: center;
background-color: var(--contributorsBg);
padding: 0% 2% 4% 20%;
margin-left: -20%;
}
.name_4gdqxY {
color: var(--section5TitleColor);
margin-top: 0;
margin-bottom: 3%;
}
.career_4gdqxY {
display: block;
color: var(--contributorsCareerColor);
}
.lifeIsland_4gdqxY {
width: 100%;
}
@media only screen and (max-width: 1550px) {
.member_4gdqxY {
width: 280px;
top: 15%;
left: -2vw;
}
}
@media only screen and (max-width: 1200px) {
.lifeIsland_4gdqxY {
width: 115%;
}
}
@media only screen and (max-width: 1280px) {
.member_4gdqxY {
top: 12%;
left: -4vw;
}
}
@media only screen and (max-width: 1130px) {
.member_4gdqxY {
top: 1vw;
left: -6vw;
}
}
@media only screen and (max-width: 1024px) {
.lifeIsland_4gdqxY {
width: 100%;
}
.member_4gdqxY {
width: 32vw;
top: 6vw;
left: -2vw;
}
}
@media only screen and (max-width: 768px) {
.member_4gdqxY {
width: 85%;
top: 5vw;
left: -4vw;
}
}
@media only screen and (max-width: 640px) {
.member_4gdqxY {
width: 75%;
top: 9vw;
}
}
@media only screen and (max-width: 414px) {
.member_4gdqxY {
width: 90%;
top: 5vw;
left: -10vw;
}
}
</style><style type="text/css">
.section_3jbaaP {
position: relative;
background-image: linear-gradient(0deg, var(--section5BgGEnd), var(--section5BgGMiddle), var(--section5BgGStart));
display: grid;
grid-template-rows: auto;
grid-template-columns: repeat(3, 1fr);
padding: 5vw 2vw 10vw 2vw;
}
.content_3jbaaP {
position: relative;
z-index: 9;
grid-row-start: 1;
grid-row-end: 2;
grid-column-start: 3;
text-align: center;
padding: 0;
}
.subTitleColor_3jbaaP {
color: var(--section5TitleColor);
margin: 0;
padding: 2.5rem 0;
}
.inner_3jbaaP {
position: relative;
grid-row-start: 1;
grid-row-end: 3;
grid-column-start: 1;
grid-column-end: 4;
}
.island_3jbaaP {
position: relative;
z-index: 7;
width: 62%;
}
.groups_3jbaaP {
position: relative;
z-index: 9;
grid-row-start: 2;
grid-row-end: 3;
grid-column-start: 2;
grid-column-end: 4;
width: 100%;
display: grid;
grid-template-rows: auto;
grid-template-columns: repeat(8, 12.5%);
justify-self: end;
}
.group_3jbaaP {
position: relative;
z-index: 4;
width: 100%;
}
.group_3jbaaP:nth-child(1) {
grid-row-start: 1;
grid-column-start: 4;
grid-column-end: 7;
}
.group_3jbaaP:nth-child(2) {
grid-row-start: 2;
grid-column-start: 6;
grid-column-end: 9;
margin-top: -10%;
margin-left: -5%;
}
.group_3jbaaP:nth-child(3) {
grid-row-start: 2;
grid-column-start: 2;
grid-column-end: 5;
margin-left: 0vw;
margin-top: -10%;
}
.group_3jbaaP:nth-child(4) {
grid-row-start: 3;
grid-column-start: 1;
grid-column-end: 4;
margin-left: -10%;
}
.group_3jbaaP:nth-child(5) {
grid-row-start: 3;
grid-column-start: 5;
grid-column-end: 8;
margin-left: -20%;
}
.avatar_3jbaaP {
position: relative;
z-index: 2;
}
.info_3jbaaP {
display: flex;
flex-direction: column;
justify-content: center;
font-size: var(--contributorsTextSize);
text-align: center;
background-color: var(--contributorsBg);
padding: 0% 2% 4% 20%;
margin-left: -20%;
}
.name_3jbaaP {
color: var(--section5TitleColor);
margin-top: 0;
margin-bottom: 3%;
}
.career_3jbaaP {
display: block;
color: var(--contributorsCareerColor);
}
.cloud1_3jbaaP {
position: absolute;
z-index: 2;
width: 8vw;
top: 10vw;
left: 5vw;
}
.cloud2_3jbaaP {
position: absolute;
z-index: 3;
width: 12vw;
top: 5vw;
left: 20vw;
}
.cloud3_3jbaaP {
position: absolute;
z-index: 4;
width: 6vw;
top: 15vw;
left: 50vw;
}
.cloud4_3jbaaP {
position: absolute;
z-index: 5;
width: 12vw;
bottom: 12vw;
left: 5vw;
}
.cloud5_3jbaaP {
position: absolute;
z-index: 5;
width: 8vw;
bottom: 5vw;
left: 30vw;
}
.cloud6_3jbaaP {
position: absolute;
z-index: 4;
width: 14vw;
bottom: 0;
right: 25vw;
}
.cloud7_3jbaaP {
position: absolute;
z-index: 3;
width: 6vw;
bottom: 5vw;
right: 10vw;
}
@media only screen and (min-width: 2561px) {
.info_3jbaaP {
font-size: calc(var(--contributorsTextSize) * 1.35);
}
}
@media only screen and (min-width: 1920px) {
.groups_3jbaaP {
grid-template-columns: repeat(12, 8.33%);
margin-top: 2vw;
}
.group_3jbaaP:nth-child(1) {
grid-column-start: 7;
grid-column-end: 11;
margin-left: 0;
}
.group_3jbaaP:nth-child(2) {
grid-column-start: 9;
grid-column-end: 13;
}
.group_3jbaaP:nth-child(3) {
grid-column-start: 4;
grid-column-end: 8;
}
.group_3jbaaP:nth-child(4) {
grid-column-start: 3;
grid-column-end: 7;
margin-left: 0;
}
.group_3jbaaP:nth-child(5) {
grid-column-start: 8;
grid-column-end: 12;
margin-left: 0;
}
}
@media only screen and (min-width: 1441px) {
.group_3jbaaP:nth-child(1) {
margin-left: 15%;
}
}
@media only screen and (max-width: 1200px) {
.group_3jbaaP:nth-child(1) {
margin-left: 10vw;
grid-column-start: 3;
grid-column-end: 6;
}
.group_3jbaaP:nth-child(2) {
grid-column-start: 5;
grid-column-end: 8;
margin-top: 0;
}
.group_3jbaaP:nth-child(3) {
margin-left: -5vw;
grid-column-start: 1;
grid-column-end: 4;
}
.group_3jbaaP:nth-child(4) {
margin-left: -2vw;
grid-column-start: 1;
grid-column-end: 4;
margin-top: -5%;
}
.group_3jbaaP:nth-child(5) {
margin-left: 0vw;
grid-column-start: 5;
grid-column-end: 8;
}
}
@media only screen and (max-width: 1024px) {
.section_3jbaaP {
grid-template-columns: 1fr;
}
.content_3jbaaP {
grid-row-start: 1;
grid-row-end: 2;
grid-column-start: 1;
padding: 0 5vw;
}
.inner_3jbaaP {
justify-content: center;
grid-row-start: 2;
grid-row-end: 3;
padding-top: 10%;
}
.island_3jbaaP {
width: 90%;
}
.groups_3jbaaP {
grid-row-start: 3;
grid-row-end: 4;
grid-column-start: 1;
width: 90%;
grid-template-columns: 1fr 1fr;
margin: 0 auto;
}
.group_3jbaaP:nth-child(1) {
grid-column-start: 1;
grid-column-end: 1;
margin-left: 0;
}
.group_3jbaaP:nth-child(2) {
grid-row-start: 2;
grid-column-start: 2;
margin-top: -30%;
}
.group_3jbaaP:nth-child(3) {
grid-row-start: 3;
grid-column-start: 1;
grid-column-end: 1;
margin-top: -30%;
margin-left: 0;
}
.group_3jbaaP:nth-child(4) {
grid-row-start: 4;
grid-column-start: 2;
margin-top: -30%;
}
.group_3jbaaP:nth-child(5) {
grid-row-start: 5;
grid-column-start: 1;
grid-column-end: 1;
margin-top: -30%;
}
.cloud1_3jbaaP {
width: 10vw;
top: 35vw;
left: 8vw;
}
.cloud2_3jbaaP {
width: 20vw;
top : 22vw;
left: 30vw;
}
.cloud3_3jbaaP {
width: 10vw;
top: 38vw;
left: 70vw;
}
}
@media only screen and (max-width: 960px) {
.cloud1_3jbaaP {
top: 22vw;
}
.cloud2_3jbaaP {
top: 12vw;
}
.cloud3_3jbaaP {
top: 30vw;
}
}
@media only screen and (max-width: 640px) {
.groups_3jbaaP {
position: relative;
z-index: 3;
grid-template-columns: 1fr;
}
.groups_3jbaaP > div {
width: 80%;
margin-bottom: 5vw;
}
.group_3jbaaP:nth-child(1) {
margin-left: 8vw;
}
.group_3jbaaP:nth-child(2) {
grid-column-end: 1;
margin-left: 20vw;
margin-top: -10vw;
}
.group_3jbaaP:nth-child(3) {
grid-column-end: 1;
margin-left: 8vw;
margin-top: -3vw;
}
.group_3jbaaP:nth-child(4) {
grid-column-end: 1;
margin-left: 20vw;
margin-top: -5vw;
}
.group_3jbaaP:nth-child(5) {
grid-column-end: 1;
margin-left: 8vw;
margin-top: -5vw;
}
.info_3jbaaP {
font-size: var(--contributorsTextSizeS);
}
.island_3jbaaP {
width: 98%;
}
.cloud1_3jbaaP {
width: 12vw;
top: 30vw;
}
.cloud2_3jbaaP {
top: 22vw;
}
.cloud3_3jbaaP {
width: 12vw;
top: 35vw;
left: 75vw;
}
.cloud4_3jbaaP {
z-index: 1;
width: 20vw;
bottom: 40vw;
}
.cloud5_3jbaaP {
width: 15vw;
left: 10vw;
bottom: 20vw;
}
.cloud6_3jbaaP {
width: 30vw;
bottom: 5vw;
right: 35vw;
}
.cloud7_3jbaaP {
width: 15vw;
bottom: 20vw;
}
}
@media only screen and (max-width: 414px) {
.groups_3jbaaP {
width: 100%;
}
.cloud1_3jbaaP {
top: 63vw;
}
.cloud2_3jbaaP {
top: 56vw;
}
.cloud3_3jbaaP {
top: 65vw;
}
.cloud4_3jbaaP {
bottom: 30vw;
}
.cloud5_3jbaaP {
bottom: 10vw;
}
.cloud6_3jbaaP {
bottom: 5vw;
}
.cloud7_3jbaaP {
bottom: 8vw;
}
}
@media only screen and (min-width: 414px)
and (max-width: 736px) and (orientation: landscape) {
.section_3jbaaP {
margin-top: -1px;
}
.cloud1_3jbaaP {
top: 50vw;
}
.cloud2_3jbaaP {
top: 48vw;
}
.cloud3_3jbaaP {
top: 55vw;
}
}
</style><style type="text/css">
.footer_uVvwQ {
display: grid;
grid-template-rows: auto;
grid-template-columns: 1fr;
color: var(--footerTextColor);
padding-top: 4vw;
padding-bottom: 0.5%;
background-color: var(--footerBg);
}
.copyright_uVvwQ {
text-align: center;
align-self: center;
}
.scene_uVvwQ {
position: relative;
width: 60%;
max-width: 1200px;
margin: 0 auto;
display: grid;
grid-template-rows: auto;
grid-template-columns: repeat(4, 25%);
}
.contacts_uVvwQ {
display: flex;
justify-content: center;
align-items: center;
grid-row-start: 2;
grid-column-start: 2;
grid-column-end: 4;
margin-top: -2%;
}
.contacts_uVvwQ a {
margin: 0 2rem;
}
.icon_uVvwQ {
width: 6vw;
}
.island_uVvwQ {
grid-row-start: 1;
grid-row-end: 6;
grid-column-start: 1;
grid-column-end: 5;
}
@media only screen and (min-width: 1440px) {
.icon_uVvwQ {
max-width: 10rem;
}
}
@media only screen and (max-width: 1200px) {
.contacts_uVvwQ a {
margin: 0 1.5vw;
}
}
@media only screen and (max-width: 1024px) {
.scene_uVvwQ {
width: 80%;
}
.icon_uVvwQ {
width: 8vw;
}
}
</style><style type="text/css">
.wrap_4bcOAm {
background: var(--bodyBg);
}
[class^="cloud"] {
transition: left 0.6s, bottom 0.5s, top 0.5s linear;
}
</style><link href="fichiers/css.css" rel="stylesheet" type="text/css"><link rel="apple-touch-icon" sizes="180x180" href="./src/node_modules/assets/images/favicon/apple-touch-icon.png"><link rel="icon" type="image/png" sizes="32x32" href="./src/node_modules/assets/images/favicon/favicon-32x32.png"><link rel="icon" type="image/png" sizes="16x16" href="./src/node_modules/assets/images/favicon/favicon-16x16.png"><link rel="manifest" href="./src/node_modules/assets/images/favicon/site.webmanifest"><style type="text/css">
html {
font-size: 62.5%;
scroll-behavior: smooth;
}
body {
font-family: var(--bodyFont);
font-size: 1.4rem;
color: var(--bodyColor);
margin: 0;
padding: 0;
background-color: var(--bodyBg);
overflow-x: hidden;
}
a {
text-decoration: none;
}
button {
outline: none;
border: none;
font-family: var(--titleFont);
font-size: var(--sectionButtonSize);
color: var(--titleColor);
border-radius: 2rem;
padding: 1.2rem 3.8rem;
cursor: pointer;
}
img {
width: 100%;
height: auto;
}
article {
font-size: var(--articleSize);
color: var(--articleColor);
line-height: 2.5rem;
padding-bottom: 4rem;
}
@media only screen and (min-width: 2561px) {
article {
font-size: calc(var(--articleSize) * 1.5 );
line-height: calc(2.5rem * 1.5);
}
button {
font-size: calc(var(--sectionButtonSize) * 1.5 );
}
}
@media only screen and (min-width: 4096px) {
article {
font-size: calc(var(--articleSize) * 2.25 );
line-height: calc(2.5rem * 2.25);
}
button {
font-size: calc(var(--sectionButtonSize) * 2.25 );
}
}
</style></head>
<body style="--bodyFont:'Nunito', Arial, sans-serif; --bodyColor:#333333; --bodyBg:#b4e4fd; --menuSize:1.4rem; --titleFont:'Slackey', Arial, sans-serif; --titleSize:5rem; --titleSizeM:3.6rem; --titlesSizeS:2.8rem; --titleColor:#fff; --playBgGStart:#b3e2ff; --playBgGEnd:#aae6ed; --subTitleSize:4.2rem; --section1TitleColor:#e14365; --section2TitleColor:#00a6ad; --section3TitleColor:#b337fb; --section4TitleColor:#b06d56; --section5TitleColor:#4aa95b; --articleSize:1.4rem; --articleColor:#333333; --section1BgGStart:#aae6ed; --section1BgGEnd:#a1e9da; --section2BgGStart:#a1e9da; --section2BgGEnd:#9db9ee; --section3BgGStart:#9db9ee; --section3BgGEnd:#9a91ff; --section4BgGStart:#9a91ff; --section4BgGEnd:#beb2d7; --section5BgGStart:#beb2d7; --section5BgGMiddle:#eddca4; --section5BgGEnd:#b4e4fd; --sectionButtonSize:1.4rem; --roadmapHeadlline:4rem; --roadmapHeadllineM:3rem; --roadmapHeadllineS:1.6rem; --roadmapTitleSize:2rem; --roadmapTitleSizeM:1.6rem; --roadmapTitleColor:#00a6ad; --roadmapTextSize:1.6rem; --roadmapTextSizeM:1.3rem; --contributorsBg:#fdfbee; --contributorsTextSize:1.4rem; --contributorsTextSizeS:1.2rem; --contributorsCareerColor:#999999; --footerTextColor:#333333; --footerBg:#b4e4fd;" class="scrollDown_3mNWqs">
<script src="fichiers/bundle.js"></script>
<div id="top" class="wrap_4bcOAm"><div class="topNav_3mNWqs"><a href="#top"><div class="playLogo_3mNWqs"><svg xmlns="http://www.w3.org/2000/svg" xlink="http://www.w3.org/1999/xlink" viewBox="0 0 173.89 118.31"><defs><linearGradient id="wood-gradient1" x1="85.18" y1="83.85" x2="86.42" y2="102.38" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#c86629"></stop><stop offset="1" stop-color="#a33d26"></stop></linearGradient><linearGradient id="wood-gradient1-2" x1="-3.09" y1="101.44" x2="173.77" y2="101.44" xlink:href="#wood-gradient1"></linearGradient><linearGradient id="wood-gradient1-3" x1="162.81" y1="39.06" x2="115.82" y2="82.51" xlink:href="#wood-gradient1"></linearGradient><linearGradient id="wood-gradient1-4" x1="85.97" y1="93.2" x2="86.65" y2="103.44" xlink:href="#wood-gradient1"></linearGradient><linearGradient id="未命名漸層_2" x1="9.86" y1="126.28" x2="9.86" y2="101.62" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#ebb063"></stop><stop offset="1" stop-color="#ebb063"></stop></linearGradient><linearGradient id="未命名漸層_2-2" x1="17.49" y1="126.28" x2="17.49" y2="101.62" xlink:href="#未命名漸層_2"></linearGradient><linearGradient id="未命名漸層_2-3" x1="23.91" y1="126.28" x2="23.91" y2="101.62" xlink:href="#未命名漸層_2"></linearGradient><linearGradient id="未命名漸層_2-4" x1="31.2" y1="126.28" x2="31.2" y2="101.62" xlink:href="#未命名漸層_2"></linearGradient><linearGradient id="未命名漸層_2-5" x1="40.61" y1="126.28" x2="40.61" y2="101.62" xlink:href="#未命名漸層_2"></linearGradient><linearGradient id="未命名漸層_2-6" x1="45.91" y1="126.28" x2="45.91" y2="101.62" xlink:href="#未命名漸層_2"></linearGradient><linearGradient id="未命名漸層_2-7" x1="50.46" y1="126.28" x2="50.46" y2="101.62" xlink:href="#未命名漸層_2"></linearGradient><linearGradient id="未命名漸層_2-8" x1="54.18" y1="126.28" x2="54.18" y2="101.62" xlink:href="#未命名漸層_2"></linearGradient><linearGradient id="未命名漸層_2-9" x1="57.88" y1="126.28" x2="57.88" y2="101.62" xlink:href="#未命名漸層_2"></linearGradient><linearGradient id="未命名漸層_2-10" x1="61.67" y1="126.28" x2="61.67" y2="101.62" xlink:href="#未命名漸層_2"></linearGradient><linearGradient id="未命名漸層_2-11" x1="64.55" y1="126.28" x2="64.55" y2="101.62" xlink:href="#未命名漸層_2"></linearGradient></defs><title>logo</title><g id="logo"><polygon points="173.77 100.53 173.5 98.71 0 99 0 104.17 0 113.27 0 118.31 173.78 105.26 173.89 103.24 173.77 100.53" fill="url(#wood-gradient1)"></polygon><polygon points="173.77 100.53 173.5 98.71 0 99 0 104.17 173.77 100.53" fill="url(#wood-gradient1-2)"></polygon><polygon points="173.89 103.24 0 113.27 0 118.31 173.78 105.26 173.89 103.24" fill="url(#wood-gradient1-3)"></polygon><polygon points="0 113.27 173.89 103.24 173.77 100.53 0 104.17 0 113.27" fill="url(#wood-gradient1-4)"></polygon><polygon points="146.35 49.74 143.19 50.68 139.76 51.95 144.97 39.81 146.35 49.74" fill="#bcc1bd"></polygon><polygon points="144.97 39.81 139.76 51.95 140.15 39.15 144.97 39.81" fill="#bec3bf"></polygon><polygon points="144.97 39.81 140.15 39.15 144.75 35.08 144.97 39.81" fill="#b5b5ab"></polygon><polygon points="148.27 37.37 144.97 39.81 144.75 35.08 148.27 37.37" fill="#a49c8e"></polygon><polygon points="139.76 51.95 133.64 50.24 140.15 39.15 139.76 51.95" fill="#c5c5bd"></polygon><polygon points="140.15 39.15 133.64 50.24 132.53 39.98 140.15 39.15" fill="#cfd0cb"></polygon><polygon points="144.75 35.08 140.15 39.15 144.41 29.19 144.75 35.08" fill="#c1bca8"></polygon><polygon points="154.3 46.51 149.48 48.52 146.35 49.74 144.97 39.81 154.3 46.51" fill="#95948f"></polygon><g id="squirrel"><g id="oak"><polygon id="oak-bg" points="160.74 52.24 153.08 47.9 144.34 49.85 141.92 58.4 145.8 67.21 152.95 70.68 161.18 67.03 162.94 60.6 160.74 52.24" fill="#c86629"></polygon><polyline points="160.74 52.22 158.85 54.37 162.94 60.59" fill="#ffa428"></polyline><polygon points="155.36 57.48 162.94 60.59 158.85 54.37 155.36 57.48" fill="#da7312"></polygon><polygon points="154.42 66.45 161.18 67.02 162.94 60.59 155.36 57.48 154.42 66.45" fill="#c86629"></polygon><polygon points="152.94 70.68 161.18 67.02 154.42 66.45 152.94 70.68" fill="#a33d26"></polygon><polygon points="149.19 61.15 154.42 66.45 155.36 57.48 149.19 61.15" fill="#b75526"></polygon><polygon points="149.1 53.98 149.19 61.15 155.36 57.48 149.1 53.98" fill="#b75528"></polygon><polygon points="158.85 54.37 153.07 47.87 155.36 57.48 158.85 54.37" fill="#e47a01"></polygon><polygon points="141.9 58.39 145.78 67.21 149.19 61.15 141.9 58.39" fill="#b65432"></polygon><polygon points="160.74 52.22 153.07 47.87 158.85 54.37 160.74 52.22" fill="#fda822"></polygon><polygon points="154.42 66.45 149.19 61.15 145.78 67.21 152.94 70.68 154.42 66.45" fill="#a84625"></polygon><polygon points="149.1 53.98 144.32 49.83 141.9 58.39 149.19 61.15 149.1 53.98" fill="#c7622c"></polygon><polygon points="153.07 47.87 144.32 49.83 149.1 53.98 153.07 47.87" fill="#d87223"></polygon><polygon points="155.36 57.48 153.07 47.87 149.1 53.98 155.36 57.48" fill="#be5821"></polygon></g><polygon points="144.97 39.81 148.27 37.37 144.75 35.08 144.41 29.19 140.15 39.15 132.53 39.97 133.64 50.24 139.76 51.95 143.19 50.68 146.35 49.74 149.48 48.52 154.3 46.51 144.97 39.81" fill="#bcc1bd"></polygon><polygon points="121.01 92.26 135.53 98.98 121.76 99.19 106.98 99.41 112.22 90.55 121.01 92.26" fill="#c58e44"></polygon><polygon points="103.51 51.44 96.45 32.92 111.29 27.15 132.53 39.98 103.51 51.44" fill="#cdbfa4"></polygon><polygon points="124.54 15.63 129.07 0 132.33 13.59 136.82 22.35 129.41 19.54 124.54 15.63" fill="#c3a28c"></polygon><polygon points="129.29 29.35 111.25 27.16 124.54 15.63 129.41 19.54 136.78 22.35 129.29 29.35" fill="#ead3ba"></polygon><polygon points="157.51 37.85 155.41 32.14 148.62 24.28 140.85 18.3 136.84 22.3 129.29 29.35 111.25 27.16 132.53 39.97 140.15 39.15 144.41 29.19 147.77 27.34 150.5 27.93 152.97 31.52 152.21 35.46 157.51 37.85" fill="#ab9266"></polygon><polygon points="146.02 61.87 145.83 61.37 140 62.3 134.51 58.16 130.94 49.94 132.53 39.97 103.51 51.44 111.42 55.92 114.45 67.46 121.25 72.65 135.06 71.45 143.37 68.76 148.33 67.93 146.02 61.87" fill="#d99f58"></polygon><polygon points="103.51 51.44 96.45 32.92 82.22 32.99 85.04 53.45 100.68 66.29 98.87 57.88 103.51 51.44" fill="#bfad9e"></polygon><polygon points="115.32 73.85 115.32 73.85 114.45 67.46 111.42 55.92 103.51 51.44 98.87 57.88 100.68 66.29 109.36 72.46 112.22 90.55 115.92 78.28 115.32 73.85" fill="#efece5"></polygon><polygon points="109.36 72.46 100.68 66.29 85.04 53.45 82.22 32.99 69.46 57.52 65.92 67.25 70.53 75.5 76.75 86.39 81.41 101.91 97.54 97.48 112.22 90.55 109.36 72.46" fill="#382914"></polygon><path d="M70.53,75.5l-4.61-8.25,3.54-9.73L82.22,33l-.5-10-5-13.1-9-6.73L50.24.86v0L35.94,5.66v0l-4,12,5.19,9.53,9.09-1,11-2.38h0l4.17.14,1.58,6.36-11,18.6h0c-.25,1.85-2.79,26.22-2.79,26.22L62,92.16l19.46,9.75L76.75,86.39Z" fill="#a77829"></path><polygon points="144.41 29.19 147.77 27.34 150.5 27.93 152.97 31.52 152.21 35.46 148.27 37.37 144.75 35.08 144.41 29.19" fill="none"></polygon><polygon points="109.36 72.46 115.32 73.85 115.33 73.91 109.36 72.46" fill="none"></polygon><polygon points="65.92 67.25 69.46 57.52 70.53 75.5 65.92 67.25" fill="none"></polygon><polygon points="96.45 32.92 111.25 27.16 132.53 39.98 96.45 32.92" fill="#d6c0a3"></polygon><polygon points="140.15 39.15 132.53 39.98 144.41 29.19 140.15 39.15" fill="#a49574"></polygon><polygon points="144.41 29.19 132.53 39.98 136.84 22.3 144.41 29.19" fill="#b8a07e"></polygon><polygon points="132.53 39.98 133.64 50.24 134.5 58.16 130.94 49.94 132.53 39.98" fill="#e8dfcd"></polygon><polygon points="134.5 58.16 114.45 67.46 130.94 49.94 134.5 58.16" fill="#d99f58"></polygon><polygon points="130.94 49.94 114.45 67.46 111.42 55.92 130.94 49.94" fill="#c08957"></polygon><polygon points="130.94 49.94 111.42 55.92 132.53 39.98 130.94 49.94" fill="#d1a170"></polygon><polygon points="111.42 55.92 103.51 51.44 132.53 39.98 111.42 55.92" fill="#dbb694"></polygon><polygon points="136.84 22.3 140.85 18.3 144.41 29.19 136.84 22.3" fill="#856b4a"></polygon><polygon points="132.33 13.59 136.78 2.72 140.85 18.3 136.84 22.3 132.33 13.59" fill="#7c583a"></polygon><polygon points="140.85 18.3 148.62 24.28 147.77 27.34 140.85 18.3" fill="#a48d66"></polygon><polygon points="147.77 27.34 148.62 24.28 150.5 27.93 147.77 27.34" fill="#ae9877"></polygon><polygon points="136.84 22.3 132.53 39.98 129.29 29.35 136.84 22.3" fill="#a48b5e"></polygon><polygon points="129.41 19.54 136.84 22.3 129.29 29.35 129.41 19.54" fill="#dcc0a1"></polygon><polygon points="129.41 19.54 132.33 13.59 136.84 22.3 129.41 19.54" fill="#99714d"></polygon><polygon points="132.53 39.98 111.25 27.16 129.29 29.35 132.53 39.98" fill="#bda072"></polygon><polygon points="153.85 58.72 158.57 61.17 145.83 61.37 153.85 58.72" fill="#a47e69"></polygon><polygon points="150.5 27.93 148.62 24.28 155.41 32.14 152.97 31.52 150.5 27.93" fill="#95875d"></polygon><polygon points="121.76 99.19 106.95 99.43 112.22 90.55 121.76 99.19" fill="#b48a53"></polygon><polygon points="146.02 61.87 145.88 61.81 143.37 68.76 135.06 71.45 145.83 61.37 146.02 61.87" fill="#e5a869"></polygon><polygon points="157.2 66.08 148.33 67.92 146.02 61.87 157.2 66.08" fill="#895727"></polygon><polygon points="146.02 61.87 148.33 67.92 143.37 68.76 145.88 61.81 146.02 61.87" fill="#b57c3d"></polygon><polygon points="131.91 91.25 135.59 99 121.01 92.26 131.91 91.25" fill="#dfa671"></polygon><polygon points="135.5 98.97 121.76 99.19 121.01 92.26 135.5 98.97" fill="#b7875a"></polygon><polygon points="145.83 61.37 158.57 61.17 157.32 66.06 157.2 66.08 146.02 61.87 145.83 61.37" fill="#916947"></polygon><polygon points="145.83 61.37 135.06 71.45 140 62.3 145.83 61.37" fill="#f5c27b"></polygon><polygon points="121.25 72.65 114.45 67.46 134.5 58.16 121.25 72.65" fill="#bd8654"></polygon><polygon points="140 62.3 135.06 71.45 134.5 58.16 140 62.3" fill="#ebb063"></polygon><polygon points="144.41 29.19 140.85 18.3 147.77 27.34 144.41 29.19" fill="#ab9266"></polygon><polygon points="112.22 90.55 106.95 99.43 97.54 97.48 112.22 90.55" fill="#201109"></polygon><polygon points="106.95 99.43 81.41 101.91 97.54 97.48 106.95 99.43" fill="#16130e"></polygon><polygon points="152.97 31.52 155.41 32.14 152.21 35.46 152.97 31.52" fill="#a89474"></polygon><polygon points="155.68 42.8 148.27 37.37 152.21 35.46 155.68 42.8" fill="#a89474"></polygon><polygon points="146.35 49.74 143.19 50.68 139.76 51.95 144.97 39.81 146.35 49.74" fill="#bcc1bd"></polygon><polygon points="144.97 39.81 139.76 51.95 140.15 39.15 144.97 39.81" fill="#bec3bf"></polygon><polygon points="144.97 39.81 140.15 39.15 144.75 35.08 144.97 39.81" fill="#b5b5ab"></polygon><polygon points="148.27 37.37 144.97 39.81 144.75 35.08 148.27 37.37" fill="#a49c8e"></polygon><polygon points="139.76 51.95 133.64 50.24 140.15 39.15 139.76 51.95" fill="#c5c5bd"></polygon><polygon points="140.15 39.15 133.64 50.24 132.53 39.98 140.15 39.15" fill="#cfd0cb"></polygon><polygon points="144.75 35.08 140.15 39.15 144.41 29.19 144.75 35.08" fill="#c1bca8"></polygon><polygon points="154.3 46.51 149.48 48.52 146.35 49.74 144.97 39.81 154.3 46.51" fill="#95948f"></polygon><polygon points="148.27 37.37 154.3 46.51 144.97 39.81 148.27 37.37" fill="#908572"></polygon><polygon points="155.41 32.14 157.51 37.85 152.21 35.46 155.41 32.14" fill="#aa8b4f"></polygon><polygon points="155.68 42.8 152.21 35.46 157.51 37.85 157.64 41.69 155.68 42.8" fill="#7c633f"></polygon><polygon points="155.68 42.8 155.58 44.59 154.3 46.51 148.27 37.37 155.68 42.8" fill="#7c6c54"></polygon><polygon points="111.42 55.92 114.45 67.46 103.51 51.44 111.42 55.92" fill="#e7e7e5"></polygon><polygon points="103.51 51.44 114.45 67.46 98.87 57.88 103.51 51.44" fill="#f7f7f7"></polygon><polygon points="98.87 57.88 114.45 67.46 100.68 66.29 98.87 57.88" fill="#efece5"></polygon><polygon points="100.68 66.29 114.45 67.46 109.36 72.46 100.68 66.29" fill="#e8e8e0"></polygon><polygon points="114.45 67.46 115.32 73.85 109.36 72.46 114.45 67.46" fill="#f2f1ed"></polygon><polygon points="115.31 73.85 115.32 73.85 115.93 78.28 109.36 72.46 115.31 73.85" fill="#e4e5df"></polygon><polygon points="115.93 78.28 112.22 90.55 109.36 72.46 115.93 78.28" fill="#d5d5c8"></polygon><polygon points="135.06 71.45 121.25 72.65 134.5 58.16 135.06 71.45" fill="#ca915e"></polygon><polygon points="157.64 41.69 157.31 43.54 155.58 44.59 155.68 42.8 157.64 41.69" fill="#221d17"></polygon><polygon points="82.22 32.99 96.45 32.92 103.51 51.44 82.22 32.99" fill="#c7b6ad"></polygon><polygon points="103.51 51.44 98.87 57.88 85.04 53.45 103.51 51.44" fill="#9b816c"></polygon><polygon points="98.87 57.88 100.68 66.29 85.04 53.45 98.87 57.88" fill="#a79279"></polygon><polygon points="85.04 53.45 82.22 32.99 103.51 51.44 85.04 53.45" fill="#bfad9e"></polygon><polygon points="53.32 11.06 57.19 23.84 57.15 23.81 53.32 11.06" fill="none"></polygon><polygon points="81.41 101.91 61.95 92.16 76.75 86.39 81.41 101.91" fill="#69461c"></polygon><polygon points="76.75 86.39 61.95 92.16 70.53 75.5 76.75 86.39" fill="#623c07"></polygon><polygon points="61.95 92.16 49.13 75.16 70.53 75.5 61.95 92.16" fill="#895a12"></polygon><polygon points="57.15 23.81 57.19 23.84 57.16 23.84 57.15 23.81" fill="#dda259"></polygon><polygon points="31.9 17.69 35.93 5.68 45.66 14 57.13 23.83 31.9 17.69" fill="#dda259"></polygon><polygon points="82.22 32.99 61.36 23.98 81.72 22.95 82.22 32.99" fill="#e9aa42"></polygon><polygon points="81.72 22.95 61.36 23.98 76.73 9.85 81.72 22.95" fill="#f6be5e"></polygon><polygon points="57.19 23.84 57.16 23.85 57.16 23.84 57.19 23.84" fill="#c89852"></polygon><polygon points="57.15 23.85 46.18 26.23 37.09 27.22 31.9 17.69 57.13 23.83 57.15 23.85" fill="#c89852"></polygon><polygon points="69.46 57.52 62.94 30.34 82.22 32.99 69.46 57.52" fill="#a77829"></polygon><polygon points="51.91 48.94 62.94 30.34 69.46 57.52 51.91 48.94" fill="#b3863e"></polygon><polygon points="57.15 23.85 57.16 23.85 57.17 23.86 57.15 23.85" fill="#eeaa52"></polygon><polygon points="57.15 23.81 45.66 14 35.94 5.66 50.24 0.88 53.32 11.06 57.15 23.81" fill="#eeaa52"></polygon><polygon points="57.16 23.84 57.13 23.83 45.66 14 57.15 23.81 57.16 23.84" fill="#eeaa52"></polygon><polygon points="57.13 23.83 57.16 23.84 57.16 23.85 57.15 23.85 57.13 23.83" fill="#eeaa52"></polygon><polygon points="76.73 9.85 61.36 23.98 67.69 3.12 76.73 9.85" fill="#eeb45a"></polygon><polygon points="50.26 0.87 50.24 0.88 50.24 0.86 67.69 3.12 57.19 23.84 53.32 11.06 50.26 0.87" fill="#f5b759"></polygon><polygon points="53.32 11.06 50.24 0.88 50.26 0.87 53.32 11.06" fill="#f5b759"></polygon><polygon points="61.36 23.98 57.19 23.84 67.69 3.12 61.36 23.98" fill="#f1b04f"></polygon><polygon points="62.94 30.34 61.36 23.98 82.22 32.99 62.94 30.34" fill="#c18c37"></polygon><polygon points="51.91 48.94 69.46 57.52 65.92 67.25 51.91 48.94" fill="#ab761e"></polygon><path d="M65.92,67.25,49.13,75.16s2.54-24.37,2.79-26.22Z" fill="#956c2d"></path><polygon points="70.53 75.5 49.13 75.16 65.92 67.25 70.53 75.5" fill="#83540e"></polygon><path d="M49.13,75.16l16.79-7.91Z" fill="#83540e"></path><polygon points="157.51 37.85 158.82 38.89 157.64 41.69 157.51 37.85" fill="#ead3ba"></polygon><polygon points="158.82 38.89 159.97 40.57 159.88 42.34 157.31 43.54 157.64 41.69 158.82 38.89" fill="#ead3ba"></polygon><polygon points="70.53 75.5 69.46 57.52 85.04 53.45 70.53 75.5" fill="#6b5a47"></polygon><polygon points="69.46 57.52 82.22 32.99 85.04 53.45 69.46 57.52" fill="#78675f"></polygon><polygon points="76.75 86.39 70.53 75.5 85.04 53.45 76.75 86.39" fill="#22180d"></polygon><polygon points="100.68 66.29 84.27 92.7 85.04 53.45 100.68 66.29" fill="#62513e"></polygon><polygon points="90.67 97.04 84.27 92.7 100.68 66.29 90.67 97.04" fill="#463522"></polygon><polygon points="84.27 92.7 76.75 86.39 85.04 53.45 84.27 92.7" fill="#382914"></polygon><polygon points="97.54 97.48 90.67 97.04 100.68 66.29 97.54 97.48" fill="#43372a"></polygon><polygon points="109.36 72.46 97.54 97.48 100.68 66.29 109.36 72.46" fill="#705f4e"></polygon><polygon points="84.27 92.7 81.41 101.91 76.75 86.39 84.27 92.7" fill="#4c3621"></polygon><polygon points="90.67 97.04 81.41 101.91 84.27 92.7 90.67 97.04" fill="#32241a"></polygon><polygon points="109.36 72.46 112.22 90.55 97.54 97.48 109.36 72.46" fill="#5e4e3d"></polygon><polygon points="97.54 97.48 81.41 101.91 90.67 97.04 97.54 97.48" fill="#2a2015"></polygon><polygon points="69.46 57.52 65.92 67.25 70.53 75.5 69.46 57.52" fill="#472502"></polygon><polygon points="152.97 31.52 150.5 27.93 147.77 27.34 144.41 29.19 144.75 35.08 148.27 37.37 152.21 35.46 152.97 31.52" fill="#fff"></polygon><path d="M146,33.07a3.74,3.74,0,0,0,3.21,1.71,10.76,10.76,0,0,0,2.42-.6,3.84,3.84,0,0,0-.61-2.5,4.08,4.08,0,0,0-3.31-1.81,4.22,4.22,0,0,0-2.67.58A7.83,7.83,0,0,0,146,33.07Z"></path><ellipse cx="148.66" cy="31.51" rx="0.53" ry="1.3" transform="translate(73.99 163.86) rotate(-72.54)" fill="#fff"></ellipse></g><path d="M5.14,106.94c.94-.12,2.28-.22,4.18-.27a9.53,9.53,0,0,1,3.85.47,2.06,2.06,0,0,1,1.41,1.67,2,2,0,0,1-1,1.81,8.74,8.74,0,0,1-4,1c-.32,0-.6,0-.81,0L9,114.14l-3.38.27Zm3.58,3.17a6.74,6.74,0,0,0,.76,0c1.28-.06,2-.49,2-1.11s-.65-.89-1.9-.84a6.75,6.75,0,0,0-1,.08Z" fill="url(#未命名漸層_2)"></path><path d="M15.81,106.18l2.94-.06.43,7.22-2.93.23Z" fill="url(#未命名漸層_2-2)"></path><path d="M25.15,112.87l-.16-.41h-.06a3.26,3.26,0,0,1-2,.69c-1.52.12-2.53-.53-2.58-1.36-.07-1.33,1.71-2,4.19-2.15v0c0-.2-.25-.4-1.21-.35a6.46,6.46,0,0,0-2.07.47l-.55-1.12a9.4,9.4,0,0,1,3-.57c2.45-.1,3.32.77,3.39,1.94l.09,1.59a5,5,0,0,0,.18,1.13Zm-.43-2.16c-1.08.06-1.68.3-1.66.73s.34.44.79.41a1.06,1.06,0,0,0,.88-.5.7.7,0,0,0,0-.25Z" fill="url(#未命名漸層_2-3)"></path><path d="M30.39,107.87l.9,2c.1.24.23.57.33.79h0c.06-.24.13-.57.18-.81l.46-2,2.41-.1-1.14,2.88a7,7,0,0,1-2.06,3.17,4.92,4.92,0,0,1-2.12.86l-.59-1.38a4.35,4.35,0,0,0,.82-.24,2.08,2.08,0,0,0,.75-.49.33.33,0,0,0,.11-.21.37.37,0,0,0-.11-.24L27.69,108Z" fill="url(#未命名漸層_2-4)"></path><path d="M37.73,106.07a22.13,22.13,0,0,1,2.52-.19,4.79,4.79,0,0,1,2.35.39,1.64,1.64,0,0,1,.28,2.73,4.41,4.41,0,0,1-2.4.73H40l.12,2-2,.16Zm2.19,2.49h.46c.78,0,1.24-.37,1.21-.86s-.41-.69-1.16-.66a4.08,4.08,0,0,0-.59,0Z" fill="url(#未命名漸層_2-5)"></path><path d="M44.34,108.68c0-.64-.07-1-.12-1.36l1.56-.06.11.71h0a1.39,1.39,0,0,1,1.24-.86h.35l.08,1.35a2,2,0,0,0-.44,0c-.53,0-.87.22-.94.55a.67.67,0,0,0,0,.25l.11,2-1.82.15Z" fill="url(#未命名漸層_2-6)"></path><path d="M52.86,108.79c.08,1.34-1,2.06-2.24,2.16s-2.48-.55-2.56-1.81.86-2.1,2.41-2.16A2,2,0,0,1,52.86,108.79Zm-3,.22c0,.57.28,1,.79,1s.66-.44.62-1-.25-1-.74-1S49.78,108.51,49.81,109Z" fill="url(#未命名漸層_2-7)"></path><path d="M53,111.2a1.31,1.31,0,0,0,.74-.29c.17-.17.22-.47.18-1.13l-.17-2.84,1.51-.06.18,3.07a1.94,1.94,0,0,1-.51,1.67,3,3,0,0,1-1.72.62Zm2.21-5.31c0,.35-.26.63-.74.65a.7.7,0,0,1-.8-.61c0-.37.27-.64.74-.65A.7.7,0,0,1,55.16,105.89Z" fill="url(#未命名漸層_2-8)"></path><path d="M57.4,109c.06.28.52.41,1,.37a3.49,3.49,0,0,0,1-.2l.22.83a4.21,4.21,0,0,1-1.39.33c-1.36.11-2.19-.53-2.26-1.66a1.87,1.87,0,0,1,1.92-2,1.66,1.66,0,0,1,1.84,1.69,2.91,2.91,0,0,1,0,.48Zm1.07-.93a.54.54,0,0,0-.57-.55.6.6,0,0,0-.57.61Z" fill="url(#未命名漸層_2-9)"></path><path d="M63.15,109.81a2.73,2.73,0,0,1-.94.21,1.68,1.68,0,0,1-2-1.6,1.8,1.8,0,0,1,2-1.89,2.72,2.72,0,0,1,.8.08l-.12.9a1.37,1.37,0,0,0-.55-.05.75.75,0,0,0-.77.84.78.78,0,0,0,.9.75,1.53,1.53,0,0,0,.55-.12Z" fill="url(#未命名漸層_2-10)"></path><path d="M64.87,105.57l.06.92.67,0,.05.86-.67,0,0,.92c0,.39.13.54.41.52a1.42,1.42,0,0,0,.28,0l.06.89a2.36,2.36,0,0,1-.7.14,1.17,1.17,0,0,1-.85-.23,1.34,1.34,0,0,1-.36-1l-.07-1.15-.42,0-.05-.89h.42l0-.67Z" fill="url(#未命名漸層_2-11)"></path></g></svg></div></a> <nav class="menu_3mNWqs">
<a href="#datdot">DatDot</a><a href="#smartcontractUI">Play Editor</a><a href="#smartcontractCodes">Smart Contract Codes</a><a href="#roadmap">Roadmap</a><a href="#ourContributors">Contributors</a></nav></div><div class="header_2n5uXR"><h1 class="title_2n5uXR">Infrastructure for the next-generation Web</h1><section class="scene_2n5uXR"><div class="sunCloud_2n5uXR"><div class="cloud1_2n5uXR" style="transform: translate3d(0px, -2926px, 0px);"><svg id="cloud" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 355 166"><title>cloud</title><polygon id="cloud-bg" points="295.8 60 228.69 2.08 127.42 0 46.93 37.72 45.33 82.27 0.83 108.61 0 135.83 63.79 155.15 169.46 161.31 233.27 166.5 341.71 124.27 355.28 86.84 295.8 60" fill="#fffffd"></polygon><polygon points="263.39 99.51 152.31 131.05 133.36 92.29 263.39 99.51" fill="#fffffd"></polygon><polygon points="127.42 38.17 263.39 99.51 133.36 92.29 127.42 38.17" fill="#fdfbee"></polygon><polygon points="45.33 82.27 133.36 92.29 127.42 38.17 45.33 82.27" fill="#fffffd"></polygon><polygon points="127.42 38.17 127.42 0 46.93 37.72 127.42 38.17" fill="#fdfbee"></polygon><polygon points="295.8 60 263.39 99.51 127.42 38.17 295.8 60" fill="#fdfbee"></polygon><polygon points="295.8 60 228.69 2.08 127.42 38.17 127.42 38.17 295.8 60" fill="#f6f4ef"></polygon><polygon points="228.69 2.08 127.42 0 127.42 38.17 228.69 2.08" fill="#fffffd"></polygon><polygon points="133.36 92.29 152.31 131.05 45.33 82.27 133.36 92.29" fill="#ece5d2"></polygon><polygon points="49.97 106.45 152.31 131.05 63.79 155.15 49.97 106.45" fill="#fdfbee"></polygon><polygon points="0 135.83 63.79 155.15 49.97 106.45 0 135.83" fill="#ece5d2"></polygon><polygon points="0.83 108.61 49.97 106.45 0 135.83 0.83 108.61" fill="#ece5d2"></polygon><polygon points="49.97 106.45 45.33 82.27 0.83 108.61 49.97 106.45" fill="#fdfbee"></polygon><polygon points="45.33 82.27 152.31 131.05 49.97 106.45 45.33 82.27" fill="#fffffd"></polygon><polygon points="186.63 140.84 263.39 99.51 289.12 133.44 186.63 140.84" fill="#fffffd"></polygon><polygon points="233.27 166.5 289.12 133.44 186.63 140.84 233.27 166.5" fill="#fdfbee"></polygon><polygon points="169.46 161.31 186.63 140.84 233.27 166.5 169.46 161.31" fill="#aeaaa2"></polygon><polygon points="186.63 140.84 152.31 131.05 169.46 161.31 186.63 140.84" fill="#d9d7d1"></polygon><polygon points="152.31 131.05 263.39 99.51 186.63 140.84 152.31 131.05" fill="#fdfbee"></polygon><polygon points="316.09 103.27 295.8 60 355.28 86.84 316.09 103.27" fill="#fdfbee"></polygon><polygon points="341.71 124.27 355.28 86.84 316.09 103.27 341.71 124.27" fill="#d9d7d1"></polygon><polygon points="289.12 133.44 316.09 103.27 341.71 124.27 289.12 133.44" fill="#aeaaa2"></polygon><polygon points="316.09 103.27 263.39 99.51 289.12 133.44 316.09 103.27" fill="#ece5d2"></polygon><polygon points="263.39 99.51 295.8 60 316.09 103.27 263.39 99.51" fill="#f6f4ef"></polygon><polygon points="169.46 161.31 63.79 155.15 152.31 131.05 169.46 161.31" fill="#aeaaa2"></polygon><polygon points="233.27 166.5 289.12 133.44 341.71 124.27 233.27 166.5" fill="#aeaaa2"></polygon><polygon points="46.93 37.72 127.42 38.17 45.33 82.27 46.93 37.72" fill="#ece5d2"></polygon></svg></div><div class="sun_2n5uXR" style="transform: translate3d(0px, -1463px, 0px);"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 267.71 262.01"><title>sun</title><g id="sun"><polygon id="sun-bg" points="244.21 203.43 244.21 203.43 244.21 203.43 244.21 203.43 252.04 191.53 263.79 158.42 267.71 128.51 263.79 101.46 251.33 70.84 234.6 44.14 212.35 24.92 184.41 9.26 156.99 2.14 130.65 0 101.1 4.27 73.69 13.88 53.04 26.34 32.75 45.21 18.87 63.01 8.19 85.8 0 113.21 0 148.81 7.12 173.37 18.51 199.36 28.77 211.81 33.46 217.51 54.11 236.02 72.62 247.06 102.17 259.52 129.23 262.01 156.99 259.52 185.12 253.11 211.46 237.8 234.24 218.58 244.21 203.43 244.21 203.43" fill="#fbc000"></polygon><g id="sun-light-bg"><polygon points="177.28 105.37 214.31 82.23 180.84 77.61 148.45 74.05 196.51 52.33 164.47 37.74 147.03 30.97 166.6 14.24 156.99 2.14 144.89 11.75 130.65 0 101.1 4.27 93.63 18.16 73.69 13.88 72.62 34.53 53.04 26.34 32.75 45.21 40.23 76.18 18.87 63.01 8.19 85.8 0 113.21 21.72 99.68 12.82 136.7 48.41 166.96 74.76 186.9 105.02 163.58 152.72 154.15 180.84 134.57 152.72 118.19 177.28 105.37" fill="#fef13d"></polygon><polygon points="0 148.81 12.82 136.7 0 113.21 0 148.81" fill="#fef13d"></polygon></g><polygon points="196.51 52.33 164.47 37.73 148.45 74.05 196.51 52.33" fill="#fae500"></polygon><polygon points="148.45 74.05 164.47 37.73 147.03 30.97 148.45 74.05" fill="#f8ee00"></polygon><polygon points="212.35 124.95 245.64 92.91 214.31 82.23 212.35 124.95" fill="#feb600"></polygon><polygon points="245.64 92.91 236.74 63.01 214.31 82.23 245.64 92.91" fill="#fbc000"></polygon><polygon points="178.71 183.69 168.38 169.45 148.45 189.39 178.71 183.69" fill="#fbce00"></polygon><polygon points="148.45 189.39 196.51 208.61 178.71 183.69 148.45 189.39" fill="#fbc000"></polygon><polygon points="144.89 11.75 130.65 0 123.89 30.97 144.89 11.75" fill="#f7ee00"></polygon><polygon points="144.89 11.75 123.89 30.97 147.03 30.97 144.89 11.75" fill="#f8ef00"></polygon><polygon points="147.03 30.97 123.89 30.97 148.45 74.05 147.03 30.97" fill="#f7ee00"></polygon><polygon points="166.6 14.24 144.89 11.75 147.03 30.97 166.6 14.24" fill="#feee00"></polygon><polygon points="164.47 37.73 166.6 14.24 147.03 30.97 164.47 37.73" fill="#fae500"></polygon><polygon points="168.38 169.45 180.84 134.57 152.72 154.15 168.38 169.45" fill="#fdd800"></polygon><polygon points="168.38 169.45 196.51 160.91 180.84 134.57 168.38 169.45" fill="#f9cc00"></polygon><polygon points="178.71 183.69 196.51 160.91 168.38 169.45 178.71 183.69" fill="#fbce00"></polygon><polygon points="214.31 180.84 196.51 160.91 178.71 183.69 214.31 180.84" fill="#fbce00"></polygon><polygon points="196.51 208.61 214.31 180.84 178.71 183.69 196.51 208.61" fill="#feb600"></polygon><polygon points="148.45 74.05 123.89 30.97 106.8 58.38 148.45 74.05" fill="#fef13a"></polygon><polygon points="177.28 105.37 212.35 124.95 214.31 82.23 177.28 105.37" fill="#fbce00"></polygon><polygon points="180.84 134.57 212.35 124.95 177.28 105.37 180.84 134.57" fill="#fbce00"></polygon><polygon points="196.51 160.91 212.35 124.95 180.84 134.57 196.51 160.91" fill="#fbc000"></polygon><polygon points="236.74 63.01 215.73 40.23 214.31 82.23 236.74 63.01" fill="#fbc000"></polygon><polygon points="214.31 82.23 215.73 40.23 196.51 52.33 214.31 82.23" fill="#fbc000"></polygon><polygon points="48.41 166.96 74.76 186.9 81.52 148.09 48.41 166.96" fill="#fae500"></polygon><polygon points="48.41 166.96 28.77 211.81 74.76 186.9 48.41 166.96" fill="#fdd800"></polygon><polygon points="28.77 211.81 56.25 216.09 74.76 186.9 28.77 211.81" fill="#fbc000"></polygon><polygon points="12.82 136.7 23.14 165.18 48.41 166.96 12.82 136.7" fill="#f7dd00"></polygon><polygon points="23.14 165.18 24.56 183.34 48.41 166.96 23.14 165.18" fill="#fae500"></polygon><polygon points="44.85 129.94 12.82 136.7 48.41 166.96 44.85 129.94" fill="#fdef00"></polygon><polygon points="106.8 202.92 122.11 238.52 137.06 213.6 106.8 202.92" fill="#f8c600"></polygon><polygon points="99.32 231.4 122.11 238.52 106.8 202.92 99.32 231.4" fill="#fbce00"></polygon><polygon points="123.89 30.97 97.9 30.97 106.8 58.38 123.89 30.97" fill="#f6ee14"></polygon><polygon points="56.25 216.09 77.25 218.94 74.76 186.9 56.25 216.09" fill="#fbce00"></polygon><polygon points="74.76 186.9 77.25 218.94 106.8 202.92 74.76 186.9" fill="#fbc000"></polygon><polygon points="77.25 218.94 99.32 231.4 106.8 202.92 77.25 218.94" fill="#feb600"></polygon><polygon points="97.9 30.97 72.62 34.53 79.03 45.21 97.9 30.97" fill="#f7ee00"></polygon><polygon points="72.62 34.53 58.06 48.8 79.03 45.21 72.62 34.53" fill="#f8ef00"></polygon><polygon points="106.8 58.38 97.9 30.97 79.03 45.21 106.8 58.38" fill="#fdf11f"></polygon><polygon points="73.51 76.18 40.23 76.18 50.91 95.05 73.51 76.18" fill="#f8ef00"></polygon><polygon points="40.23 76.18 21.72 99.68 50.91 95.05 40.23 76.18" fill="#f8ee11"></polygon><polygon points="21.72 99.68 12.82 136.7 44.85 129.94 21.72 99.68" fill="#f7ee00"></polygon><polygon points="50.91 95.05 21.72 99.68 44.85 129.94 50.91 95.05" fill="#fdef00"></polygon><polygon points="58.06 48.8 40.23 76.18 73.51 76.18 58.06 48.8" fill="#f7ee00"></polygon><polygon points="152.72 118.19 106.8 122.46 152.72 154.15 152.72 118.19" fill="#fae500"></polygon><polygon points="106.8 122.46 105.02 163.58 152.72 154.15 106.8 122.46" fill="#fae500"></polygon><polygon points="97.9 97.19 106.8 122.46 152.72 118.19 97.9 97.19" fill="#fdef00"></polygon><polygon points="81.52 148.09 105.02 163.58 106.8 122.46 81.52 148.09" fill="#fdf000"></polygon><polygon points="148.45 189.39 168.38 169.45 152.72 154.15 148.45 189.39" fill="#fdd800"></polygon><polygon points="152.72 154.15 180.84 134.57 152.72 118.19 152.72 154.15" fill="#fae500"></polygon><polygon points="105.02 163.58 148.45 189.39 152.72 154.15 105.02 163.58" fill="#fdd800"></polygon><polygon points="116.05 11.75 97.9 30.97 123.89 30.97 116.05 11.75" fill="#f8ef00"></polygon><polygon points="161.26 223.92 196.51 208.61 148.45 189.39 161.26 223.92" fill="#feb600"></polygon><polygon points="106.8 251.69 122.11 238.52 99.32 231.4 106.8 251.69" fill="#f8be00"></polygon><polygon points="177.28 105.37 148.45 74.05 152.72 118.19 177.28 105.37" fill="#f7ee00"></polygon><polygon points="214.31 82.23 180.84 77.61 148.45 74.05 177.28 105.37 214.31 82.23" fill="#fae500"></polygon><polygon points="267.71 128.51 263.79 101.46 250.26 120.68 267.71 128.51" fill="#fcaf00"></polygon><polygon points="196.51 52.33 148.45 74.05 180.84 77.61 196.51 52.33" fill="#fdd800"></polygon><polygon points="214.31 82.23 196.51 52.33 180.84 77.61 214.31 82.23" fill="#fbce00"></polygon><polygon points="79.03 45.21 73.51 76.18 106.8 58.38 79.03 45.21" fill="#fef13d"></polygon><polygon points="93.63 18.16 72.62 34.53 97.9 30.97 93.63 18.16" fill="#feee00"></polygon><polygon points="81.52 148.09 74.76 186.9 105.02 163.58 81.52 148.09" fill="#fae500"></polygon><polygon points="106.8 122.46 44.85 129.94 81.52 148.09 106.8 122.46" fill="#fbf000"></polygon><polygon points="44.85 129.94 48.41 166.96 81.52 148.09 44.85 129.94" fill="#fdee00"></polygon><polygon points="74.76 186.9 106.8 202.92 105.02 163.58 74.76 186.9" fill="#fdd800"></polygon><polygon points="105.02 163.58 106.8 202.92 148.45 189.39 105.02 163.58" fill="#fbce00"></polygon><polygon points="137.06 213.6 161.26 223.92 148.45 189.39 137.06 213.6" fill="#fbc000"></polygon><polygon points="106.8 202.92 137.06 213.6 148.45 189.39 106.8 202.92" fill="#fbc000"></polygon><polygon points="73.51 76.18 50.91 95.05 97.9 97.19 73.51 76.18" fill="#fdf11f"></polygon><polygon points="152.72 118.19 148.45 74.05 97.9 97.19 152.72 118.19" fill="#f7ee00"></polygon><polygon points="148.45 74.05 106.8 58.38 97.9 97.19 148.45 74.05" fill="#fdf11f"></polygon><polygon points="106.8 58.38 73.51 76.18 97.9 97.19 106.8 58.38" fill="#fef13d"></polygon><polygon points="97.9 97.19 50.91 95.05 106.8 122.46 97.9 97.19" fill="#f8ef00"></polygon><polygon points="180.84 134.57 177.28 105.37 152.72 118.19 180.84 134.57" fill="#f7dd00"></polygon><polygon points="50.91 95.05 44.85 129.94 106.8 122.46 50.91 95.05" fill="#f7ee00"></polygon><polygon points="0 113.21 0 148.81 12.82 136.7 0 113.21" fill="#feec00"></polygon><polygon points="12.82 136.7 0 148.81 23.14 165.18 12.82 136.7" fill="#fae500"></polygon><polygon points="21.72 99.68 0 113.21 12.82 136.7 21.72 99.68" fill="#fae500"></polygon><polygon points="8.19 85.8 0 113.21 21.72 99.68 8.19 85.8" fill="#fdef00"></polygon><polygon points="40.23 76.18 8.19 85.8 21.72 99.68 40.23 76.18" fill="#f9ee09"></polygon><polygon points="7.12 173.37 18.51 199.36 24.56 183.34 7.12 173.37" fill="#f2e000"></polygon><polygon points="0 148.81 7.12 173.37 23.14 165.18 0 148.81" fill="#fae500"></polygon><polygon points="18.51 199.36 28.77 211.81 24.56 183.34 18.51 199.36" fill="#fad000"></polygon><polygon points="28.77 211.81 33.46 217.51 54.11 236.02 56.25 216.09 28.77 211.81" fill="#fcaf00"></polygon><polygon points="56.25 216.09 54.11 236.02 77.25 218.94 56.25 216.09" fill="#fbc000"></polygon><polygon points="23.14 165.18 7.12 173.37 24.56 183.34 23.14 165.18" fill="#f8dc00"></polygon><polygon points="18.87 63.01 8.19 85.8 40.23 76.18 18.87 63.01" fill="#f8f000"></polygon><polygon points="73.69 13.88 53.04 26.34 72.62 34.53 73.69 13.88" fill="#f9e700"></polygon><polygon points="72.62 34.53 53.04 26.34 58.06 48.8 72.62 34.53" fill="#fbf000"></polygon><polygon points="101.1 4.27 73.69 13.88 93.63 18.16 101.1 4.27" fill="#fae500"></polygon><polygon points="93.63 18.16 73.69 13.88 72.62 34.53 93.63 18.16" fill="#fdef00"></polygon><polygon points="53.04 26.34 32.75 45.21 58.06 48.8 53.04 26.34" fill="#fdef00"></polygon><polygon points="32.75 45.21 18.87 63.01 40.23 76.18 32.75 45.21" fill="#fae500"></polygon><polygon points="97.9 30.97 101.1 4.27 93.63 18.16 97.9 30.97" fill="#fdef00"></polygon><polygon points="58.06 48.8 32.75 45.21 40.23 76.18 58.06 48.8" fill="#f7ee00"></polygon><polygon points="185.12 253.11 211.46 237.8 200.43 231.4 185.12 253.11" fill="#fcaf00"></polygon><polygon points="234.24 218.58 244.21 203.43 214.31 218.94 234.24 218.58" fill="#fbc000"></polygon><polygon points="211.46 237.8 234.24 218.58 214.31 218.94 211.46 237.8" fill="#fcb000"></polygon><polygon points="156.99 259.52 185.12 253.11 166.6 245.99 156.99 259.52" fill="#fcaf00"></polygon><polygon points="244.21 169.45 244.21 203.43 252.04 191.53 244.21 169.45" fill="#fdb000"></polygon><polygon points="244.21 203.43 244.21 203.43 244.21 203.43 244.21 203.43" fill="#fcaf00"></polygon><polygon points="166.6 245.99 185.12 253.11 200.43 231.4 166.6 245.99" fill="#fcaf00"></polygon><polygon points="250.26 120.68 263.79 158.42 267.71 128.51 250.26 120.68" fill="#fcaf00"></polygon><polygon points="238.52 146.31 263.79 158.42 250.26 120.68 238.52 146.31" fill="#feb600"></polygon><polygon points="244.21 169.45 263.79 158.42 238.52 146.31 244.21 169.45" fill="#f9c000"></polygon><polygon points="77.25 218.94 72.62 247.06 99.32 231.4 77.25 218.94" fill="#fbc000"></polygon><polygon points="72.62 247.06 102.17 259.52 106.8 251.69 72.62 247.06" fill="#ffb200"></polygon><polygon points="102.17 259.52 129.23 262.01 106.8 251.69 102.17 259.52" fill="#fcaf00"></polygon><polygon points="144.89 241.01 156.99 259.52 166.6 245.99 144.89 241.01" fill="#fcaf00"></polygon><polygon points="54.11 236.02 72.62 247.06 77.25 218.94 54.11 236.02" fill="#fdaf08"></polygon><polygon points="99.32 231.4 72.62 247.06 106.8 251.69 99.32 231.4" fill="#fbc000"></polygon><polygon points="106.8 251.69 129.23 262.01 122.11 238.52 106.8 251.69" fill="#fbaf00"></polygon><polygon points="129.23 262.01 156.99 259.52 144.89 241.01 129.23 262.01" fill="#fcbc00"></polygon><polygon points="122.11 238.52 129.23 262.01 144.89 241.01 122.11 238.52" fill="#fbc000"></polygon><polygon points="156.99 2.14 130.65 0 144.89 11.75 156.99 2.14" fill="#fae500"></polygon><polygon points="212.35 124.95 250.26 120.68 245.64 92.91 212.35 124.95" fill="#fbc000"></polygon><polygon points="238.52 146.31 250.26 120.68 212.35 124.95 238.52 146.31" fill="#feb600"></polygon><polygon points="251.33 70.84 234.6 44.14 236.74 63.01 251.33 70.84" fill="#f8c100"></polygon><polygon points="166.6 245.99 200.43 231.4 161.26 223.92 166.6 245.99" fill="#fcaf00"></polygon><polygon points="250.26 120.68 263.79 101.46 245.64 92.91 250.26 120.68" fill="#fbc000"></polygon><polygon points="263.79 101.46 251.33 70.84 236.74 63.01 263.79 101.46" fill="#ffb300"></polygon><polygon points="196.51 160.91 238.52 146.31 212.35 124.95 196.51 160.91" fill="#feb600"></polygon><polygon points="196.51 208.61 214.31 218.94 214.31 180.84 196.51 208.61" fill="#fbc000"></polygon><polygon points="214.31 218.94 244.21 203.43 214.31 180.84 214.31 218.94" fill="#feb600"></polygon><polygon points="244.21 169.45 238.52 146.31 214.31 180.84 244.21 169.45" fill="#feb600"></polygon><polygon points="200.43 231.4 214.31 218.94 196.51 208.61 200.43 231.4" fill="#feb600"></polygon><polygon points="116.05 11.75 101.1 4.27 97.9 30.97 116.05 11.75" fill="#fdef00"></polygon><polygon points="161.26 223.92 200.43 231.4 196.51 208.61 161.26 223.92" fill="#fbc000"></polygon><polygon points="122.11 238.52 144.89 241.01 137.06 213.6 122.11 238.52" fill="#feb700"></polygon><polygon points="166.6 14.24 156.99 2.14 144.89 11.75 166.6 14.24" fill="#fdef00"></polygon><polygon points="137.06 213.6 144.89 241.01 161.26 223.92 137.06 213.6" fill="#fbc000"></polygon><polygon points="184.41 9.26 156.99 2.14 166.6 14.24 184.41 9.26" fill="#f5dd00"></polygon><polygon points="144.89 241.01 166.6 245.99 161.26 223.92 144.89 241.01" fill="#fbc000"></polygon><polygon points="123.89 30.97 130.65 0 116.05 11.75 123.89 30.97" fill="#f7ee00"></polygon><polygon points="236.74 63.01 234.6 44.14 215.73 40.23 236.74 63.01" fill="#feb600"></polygon><polygon points="215.73 40.23 164.47 37.73 196.51 52.33 215.73 40.23" fill="#fbce00"></polygon><polygon points="215.73 40.23 212.35 24.92 164.47 37.73 215.73 40.23" fill="#fcca00"></polygon><polygon points="234.6 44.14 212.35 24.92 215.73 40.23 234.6 44.14" fill="#f9c100"></polygon><polygon points="164.47 37.73 212.35 24.92 166.6 14.24 164.47 37.73" fill="#f7dd00"></polygon><polygon points="212.35 24.92 184.41 9.26 166.6 14.24 212.35 24.92" fill="#fcce00"></polygon><polygon points="130.65 0 101.1 4.27 116.05 11.75 130.65 0" fill="#fcf000"></polygon><polygon points="24.56 183.34 28.77 211.81 48.41 166.96 24.56 183.34" fill="#fbce00"></polygon><polygon points="245.64 92.91 263.79 101.46 236.74 63.01 245.64 92.91" fill="#feb600"></polygon><polygon points="252.04 191.53 263.79 158.42 244.21 169.45 252.04 191.53" fill="#feb600"></polygon><polygon points="244.21 203.43 244.21 169.45 214.31 180.84 244.21 203.43" fill="#fcaf00"></polygon><polygon points="79.03 45.21 58.06 48.8 73.51 76.18 79.03 45.21" fill="#f6ee14"></polygon><polygon points="214.31 180.84 238.52 146.31 196.51 160.91 214.31 180.84" fill="#fbc000"></polygon><polygon points="200.43 231.4 211.46 237.8 214.31 218.94 200.43 231.4" fill="#feb700"></polygon></g></svg></div><div class="cloud2_2n5uXR" style="transform: translate3d(0px, -1463px, 0px);"><svg id="cloud" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 355 166"><title>cloud</title><polygon id="cloud-bg" points="295.8 60 228.69 2.08 127.42 0 46.93 37.72 45.33 82.27 0.83 108.61 0 135.83 63.79 155.15 169.46 161.31 233.27 166.5 341.71 124.27 355.28 86.84 295.8 60" fill="#fffffd"></polygon><polygon points="263.39 99.51 152.31 131.05 133.36 92.29 263.39 99.51" fill="#fffffd"></polygon><polygon points="127.42 38.17 263.39 99.51 133.36 92.29 127.42 38.17" fill="#fdfbee"></polygon><polygon points="45.33 82.27 133.36 92.29 127.42 38.17 45.33 82.27" fill="#fffffd"></polygon><polygon points="127.42 38.17 127.42 0 46.93 37.72 127.42 38.17" fill="#fdfbee"></polygon><polygon points="295.8 60 263.39 99.51 127.42 38.17 295.8 60" fill="#fdfbee"></polygon><polygon points="295.8 60 228.69 2.08 127.42 38.17 127.42 38.17 295.8 60" fill="#f6f4ef"></polygon><polygon points="228.69 2.08 127.42 0 127.42 38.17 228.69 2.08" fill="#fffffd"></polygon><polygon points="133.36 92.29 152.31 131.05 45.33 82.27 133.36 92.29" fill="#ece5d2"></polygon><polygon points="49.97 106.45 152.31 131.05 63.79 155.15 49.97 106.45" fill="#fdfbee"></polygon><polygon points="0 135.83 63.79 155.15 49.97 106.45 0 135.83" fill="#ece5d2"></polygon><polygon points="0.83 108.61 49.97 106.45 0 135.83 0.83 108.61" fill="#ece5d2"></polygon><polygon points="49.97 106.45 45.33 82.27 0.83 108.61 49.97 106.45" fill="#fdfbee"></polygon><polygon points="45.33 82.27 152.31 131.05 49.97 106.45 45.33 82.27" fill="#fffffd"></polygon><polygon points="186.63 140.84 263.39 99.51 289.12 133.44 186.63 140.84" fill="#fffffd"></polygon><polygon points="233.27 166.5 289.12 133.44 186.63 140.84 233.27 166.5" fill="#fdfbee"></polygon><polygon points="169.46 161.31 186.63 140.84 233.27 166.5 169.46 161.31" fill="#aeaaa2"></polygon><polygon points="186.63 140.84 152.31 131.05 169.46 161.31 186.63 140.84" fill="#d9d7d1"></polygon><polygon points="152.31 131.05 263.39 99.51 186.63 140.84 152.31 131.05" fill="#fdfbee"></polygon><polygon points="316.09 103.27 295.8 60 355.28 86.84 316.09 103.27" fill="#fdfbee"></polygon><polygon points="341.71 124.27 355.28 86.84 316.09 103.27 341.71 124.27" fill="#d9d7d1"></polygon><polygon points="289.12 133.44 316.09 103.27 341.71 124.27 289.12 133.44" fill="#aeaaa2"></polygon><polygon points="316.09 103.27 263.39 99.51 289.12 133.44 316.09 103.27" fill="#ece5d2"></polygon><polygon points="263.39 99.51 295.8 60 316.09 103.27 263.39 99.51" fill="#f6f4ef"></polygon><polygon points="169.46 161.31 63.79 155.15 152.31 131.05 169.46 161.31" fill="#aeaaa2"></polygon><polygon points="233.27 166.5 289.12 133.44 341.71 124.27 233.27 166.5" fill="#aeaaa2"></polygon><polygon points="46.93 37.72 127.42 38.17 45.33 82.27 46.93 37.72" fill="#ece5d2"></polygon></svg></div></div><div class="cloud3_2n5uXR" style="transform: translate3d(0px, -2926px, 0px);"><svg id="cloud" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 355 166"><title>cloud</title><polygon id="cloud-bg" points="295.8 60 228.69 2.08 127.42 0 46.93 37.72 45.33 82.27 0.83 108.61 0 135.83 63.79 155.15 169.46 161.31 233.27 166.5 341.71 124.27 355.28 86.84 295.8 60" fill="#fffffd"></polygon><polygon points="263.39 99.51 152.31 131.05 133.36 92.29 263.39 99.51" fill="#fffffd"></polygon><polygon points="127.42 38.17 263.39 99.51 133.36 92.29 127.42 38.17" fill="#fdfbee"></polygon><polygon points="45.33 82.27 133.36 92.29 127.42 38.17 45.33 82.27" fill="#fffffd"></polygon><polygon points="127.42 38.17 127.42 0 46.93 37.72 127.42 38.17" fill="#fdfbee"></polygon><polygon points="295.8 60 263.39 99.51 127.42 38.17 295.8 60" fill="#fdfbee"></polygon><polygon points="295.8 60 228.69 2.08 127.42 38.17 127.42 38.17 295.8 60" fill="#f6f4ef"></polygon><polygon points="228.69 2.08 127.42 0 127.42 38.17 228.69 2.08" fill="#fffffd"></polygon><polygon points="133.36 92.29 152.31 131.05 45.33 82.27 133.36 92.29" fill="#ece5d2"></polygon><polygon points="49.97 106.45 152.31 131.05 63.79 155.15 49.97 106.45" fill="#fdfbee"></polygon><polygon points="0 135.83 63.79 155.15 49.97 106.45 0 135.83" fill="#ece5d2"></polygon><polygon points="0.83 108.61 49.97 106.45 0 135.83 0.83 108.61" fill="#ece5d2"></polygon><polygon points="49.97 106.45 45.33 82.27 0.83 108.61 49.97 106.45" fill="#fdfbee"></polygon><polygon points="45.33 82.27 152.31 131.05 49.97 106.45 45.33 82.27" fill="#fffffd"></polygon><polygon points="186.63 140.84 263.39 99.51 289.12 133.44 186.63 140.84" fill="#fffffd"></polygon><polygon points="233.27 166.5 289.12 133.44 186.63 140.84 233.27 166.5" fill="#fdfbee"></polygon><polygon points="169.46 161.31 186.63 140.84 233.27 166.5 169.46 161.31" fill="#aeaaa2"></polygon><polygon points="186.63 140.84 152.31 131.05 169.46 161.31 186.63 140.84" fill="#d9d7d1"></polygon><polygon points="152.31 131.05 263.39 99.51 186.63 140.84 152.31 131.05" fill="#fdfbee"></polygon><polygon points="316.09 103.27 295.8 60 355.28 86.84 316.09 103.27" fill="#fdfbee"></polygon><polygon points="341.71 124.27 355.28 86.84 316.09 103.27 341.71 124.27" fill="#d9d7d1"></polygon><polygon points="289.12 133.44 316.09 103.27 341.71 124.27 289.12 133.44" fill="#aeaaa2"></polygon><polygon points="316.09 103.27 263.39 99.51 289.12 133.44 316.09 103.27" fill="#ece5d2"></polygon><polygon points="263.39 99.51 295.8 60 316.09 103.27 263.39 99.51" fill="#f6f4ef"></polygon><polygon points="169.46 161.31 63.79 155.15 152.31 131.05 169.46 161.31" fill="#aeaaa2"></polygon><polygon points="233.27 166.5 289.12 133.44 341.71 124.27 233.27 166.5" fill="#aeaaa2"></polygon><polygon points="46.93 37.72 127.42 38.17 45.33 82.27 46.93 37.72" fill="#ece5d2"></polygon></svg></div><div class="cloud4_2n5uXR" style="transform: translate3d(0px, -1463px, 0px);"><svg id="cloud" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 355 166"><title>cloud</title><polygon id="cloud-bg" points="295.8 60 228.69 2.08 127.42 0 46.93 37.72 45.33 82.27 0.83 108.61 0 135.83 63.79 155.15 169.46 161.31 233.27 166.5 341.71 124.27 355.28 86.84 295.8 60" fill="#fffffd"></polygon><polygon points="263.39 99.51 152.31 131.05 133.36 92.29 263.39 99.51" fill="#fffffd"></polygon><polygon points="127.42 38.17 263.39 99.51 133.36 92.29 127.42 38.17" fill="#fdfbee"></polygon><polygon points="45.33 82.27 133.36 92.29 127.42 38.17 45.33 82.27" fill="#fffffd"></polygon><polygon points="127.42 38.17 127.42 0 46.93 37.72 127.42 38.17" fill="#fdfbee"></polygon><polygon points="295.8 60 263.39 99.51 127.42 38.17 295.8 60" fill="#fdfbee"></polygon><polygon points="295.8 60 228.69 2.08 127.42 38.17 127.42 38.17 295.8 60" fill="#f6f4ef"></polygon><polygon points="228.69 2.08 127.42 0 127.42 38.17 228.69 2.08" fill="#fffffd"></polygon><polygon points="133.36 92.29 152.31 131.05 45.33 82.27 133.36 92.29" fill="#ece5d2"></polygon><polygon points="49.97 106.45 152.31 131.05 63.79 155.15 49.97 106.45" fill="#fdfbee"></polygon><polygon points="0 135.83 63.79 155.15 49.97 106.45 0 135.83" fill="#ece5d2"></polygon><polygon points="0.83 108.61 49.97 106.45 0 135.83 0.83 108.61" fill="#ece5d2"></polygon><polygon points="49.97 106.45 45.33 82.27 0.83 108.61 49.97 106.45" fill="#fdfbee"></polygon><polygon points="45.33 82.27 152.31 131.05 49.97 106.45 45.33 82.27" fill="#fffffd"></polygon><polygon points="186.63 140.84 263.39 99.51 289.12 133.44 186.63 140.84" fill="#fffffd"></polygon><polygon points="233.27 166.5 289.12 133.44 186.63 140.84 233.27 166.5" fill="#fdfbee"></polygon><polygon points="169.46 161.31 186.63 140.84 233.27 166.5 169.46 161.31" fill="#aeaaa2"></polygon><polygon points="186.63 140.84 152.31 131.05 169.46 161.31 186.63 140.84" fill="#d9d7d1"></polygon><polygon points="152.31 131.05 263.39 99.51 186.63 140.84 152.31 131.05" fill="#fdfbee"></polygon><polygon points="316.09 103.27 295.8 60 355.28 86.84 316.09 103.27" fill="#fdfbee"></polygon><polygon points="341.71 124.27 355.28 86.84 316.09 103.27 341.71 124.27" fill="#d9d7d1"></polygon><polygon points="289.12 133.44 316.09 103.27 341.71 124.27 289.12 133.44" fill="#aeaaa2"></polygon><polygon points="316.09 103.27 263.39 99.51 289.12 133.44 316.09 103.27" fill="#ece5d2"></polygon><polygon points="263.39 99.51 295.8 60 316.09 103.27 263.39 99.51" fill="#f6f4ef"></polygon><polygon points="169.46 161.31 63.79 155.15 152.31 131.05 169.46 161.31" fill="#aeaaa2"></polygon><polygon points="233.27 166.5 289.12 133.44 341.71 124.27 233.27 166.5" fill="#aeaaa2"></polygon><polygon points="46.93 37.72 127.42 38.17 45.33 82.27 46.93 37.72" fill="#ece5d2"></polygon></svg></div><div class="cloud5_2n5uXR" style="transform: translate3d(0px, -2926px, 0px);"><svg id="cloud" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 355 166"><title>cloud</title><polygon id="cloud-bg" points="295.8 60 228.69 2.08 127.42 0 46.93 37.72 45.33 82.27 0.83 108.61 0 135.83 63.79 155.15 169.46 161.31 233.27 166.5 341.71 124.27 355.28 86.84 295.8 60" fill="#fffffd"></polygon><polygon points="263.39 99.51 152.31 131.05 133.36 92.29 263.39 99.51" fill="#fffffd"></polygon><polygon points="127.42 38.17 263.39 99.51 133.36 92.29 127.42 38.17" fill="#fdfbee"></polygon><polygon points="45.33 82.27 133.36 92.29 127.42 38.17 45.33 82.27" fill="#fffffd"></polygon><polygon points="127.42 38.17 127.42 0 46.93 37.72 127.42 38.17" fill="#fdfbee"></polygon><polygon points="295.8 60 263.39 99.51 127.42 38.17 295.8 60" fill="#fdfbee"></polygon><polygon points="295.8 60 228.69 2.08 127.42 38.17 127.42 38.17 295.8 60" fill="#f6f4ef"></polygon><polygon points="228.69 2.08 127.42 0 127.42 38.17 228.69 2.08" fill="#fffffd"></polygon><polygon points="133.36 92.29 152.31 131.05 45.33 82.27 133.36 92.29" fill="#ece5d2"></polygon><polygon points="49.97 106.45 152.31 131.05 63.79 155.15 49.97 106.45" fill="#fdfbee"></polygon><polygon points="0 135.83 63.79 155.15 49.97 106.45 0 135.83" fill="#ece5d2"></polygon><polygon points="0.83 108.61 49.97 106.45 0 135.83 0.83 108.61" fill="#ece5d2"></polygon><polygon points="49.97 106.45 45.33 82.27 0.83 108.61 49.97 106.45" fill="#fdfbee"></polygon><polygon points="45.33 82.27 152.31 131.05 49.97 106.45 45.33 82.27" fill="#fffffd"></polygon><polygon points="186.63 140.84 263.39 99.51 289.12 133.44 186.63 140.84" fill="#fffffd"></polygon><polygon points="233.27 166.5 289.12 133.44 186.63 140.84 233.27 166.5" fill="#fdfbee"></polygon><polygon points="169.46 161.31 186.63 140.84 233.27 166.5 169.46 161.31" fill="#aeaaa2"></polygon><polygon points="186.63 140.84 152.31 131.05 169.46 161.31 186.63 140.84" fill="#d9d7d1"></polygon><polygon points="152.31 131.05 263.39 99.51 186.63 140.84 152.31 131.05" fill="#fdfbee"></polygon><polygon points="316.09 103.27 295.8 60 355.28 86.84 316.09 103.27" fill="#fdfbee"></polygon><polygon points="341.71 124.27 355.28 86.84 316.09 103.27 341.71 124.27" fill="#d9d7d1"></polygon><polygon points="289.12 133.44 316.09 103.27 341.71 124.27 289.12 133.44" fill="#aeaaa2"></polygon><polygon points="316.09 103.27 263.39 99.51 289.12 133.44 316.09 103.27" fill="#ece5d2"></polygon><polygon points="263.39 99.51 295.8 60 316.09 103.27 263.39 99.51" fill="#f6f4ef"></polygon><polygon points="169.46 161.31 63.79 155.15 152.31 131.05 169.46 161.31" fill="#aeaaa2"></polygon><polygon points="233.27 166.5 289.12 133.44 341.71 124.27 233.27 166.5" fill="#aeaaa2"></polygon><polygon points="46.93 37.72 127.42 38.17 45.33 82.27 46.93 37.72" fill="#ece5d2"></polygon></svg></div><div class="cloud6_2n5uXR" style="transform: translate3d(0px, -2195px, 0px);"><svg id="cloud" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 355 166"><title>cloud</title><polygon id="cloud-bg" points="295.8 60 228.69 2.08 127.42 0 46.93 37.72 45.33 82.27 0.83 108.61 0 135.83 63.79 155.15 169.46 161.31 233.27 166.5 341.71 124.27 355.28 86.84 295.8 60" fill="#fffffd"></polygon><polygon points="263.39 99.51 152.31 131.05 133.36 92.29 263.39 99.51" fill="#fffffd"></polygon><polygon points="127.42 38.17 263.39 99.51 133.36 92.29 127.42 38.17" fill="#fdfbee"></polygon><polygon points="45.33 82.27 133.36 92.29 127.42 38.17 45.33 82.27" fill="#fffffd"></polygon><polygon points="127.42 38.17 127.42 0 46.93 37.72 127.42 38.17" fill="#fdfbee"></polygon><polygon points="295.8 60 263.39 99.51 127.42 38.17 295.8 60" fill="#fdfbee"></polygon><polygon points="295.8 60 228.69 2.08 127.42 38.17 127.42 38.17 295.8 60" fill="#f6f4ef"></polygon><polygon points="228.69 2.08 127.42 0 127.42 38.17 228.69 2.08" fill="#fffffd"></polygon><polygon points="133.36 92.29 152.31 131.05 45.33 82.27 133.36 92.29" fill="#ece5d2"></polygon><polygon points="49.97 106.45 152.31 131.05 63.79 155.15 49.97 106.45" fill="#fdfbee"></polygon><polygon points="0 135.83 63.79 155.15 49.97 106.45 0 135.83" fill="#ece5d2"></polygon><polygon points="0.83 108.61 49.97 106.45 0 135.83 0.83 108.61" fill="#ece5d2"></polygon><polygon points="49.97 106.45 45.33 82.27 0.83 108.61 49.97 106.45" fill="#fdfbee"></polygon><polygon points="45.33 82.27 152.31 131.05 49.97 106.45 45.33 82.27" fill="#fffffd"></polygon><polygon points="186.63 140.84 263.39 99.51 289.12 133.44 186.63 140.84" fill="#fffffd"></polygon><polygon points="233.27 166.5 289.12 133.44 186.63 140.84 233.27 166.5" fill="#fdfbee"></polygon><polygon points="169.46 161.31 186.63 140.84 233.27 166.5 169.46 161.31" fill="#aeaaa2"></polygon><polygon points="186.63 140.84 152.31 131.05 169.46 161.31 186.63 140.84" fill="#d9d7d1"></polygon><polygon points="152.31 131.05 263.39 99.51 186.63 140.84 152.31 131.05" fill="#fdfbee"></polygon><polygon points="316.09 103.27 295.8 60 355.28 86.84 316.09 103.27" fill="#fdfbee"></polygon><polygon points="341.71 124.27 355.28 86.84 316.09 103.27 341.71 124.27" fill="#d9d7d1"></polygon><polygon points="289.12 133.44 316.09 103.27 341.71 124.27 289.12 133.44" fill="#aeaaa2"></polygon><polygon points="316.09 103.27 263.39 99.51 289.12 133.44 316.09 103.27" fill="#ece5d2"></polygon><polygon points="263.39 99.51 295.8 60 316.09 103.27 263.39 99.51" fill="#f6f4ef"></polygon><polygon points="169.46 161.31 63.79 155.15 152.31 131.05 169.46 161.31" fill="#aeaaa2"></polygon><polygon points="233.27 166.5 289.12 133.44 341.71 124.27 233.27 166.5" fill="#aeaaa2"></polygon><polygon points="46.93 37.72 127.42 38.17 45.33 82.27 46.93 37.72" fill="#ece5d2"></polygon></svg></div><div class="cloud7_2n5uXR" style="transform: translate3d(0px, -2195px, 0px);"><svg id="cloud" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 355 166"><title>cloud</title><polygon id="cloud-bg" points="295.8 60 228.69 2.08 127.42 0 46.93 37.72 45.33 82.27 0.83 108.61 0 135.83 63.79 155.15 169.46 161.31 233.27 166.5 341.71 124.27 355.28 86.84 295.8 60" fill="#fffffd"></polygon><polygon points="263.39 99.51 152.31 131.05 133.36 92.29 263.39 99.51" fill="#fffffd"></polygon><polygon points="127.42 38.17 263.39 99.51 133.36 92.29 127.42 38.17" fill="#fdfbee"></polygon><polygon points="45.33 82.27 133.36 92.29 127.42 38.17 45.33 82.27" fill="#fffffd"></polygon><polygon points="127.42 38.17 127.42 0 46.93 37.72 127.42 38.17" fill="#fdfbee"></polygon><polygon points="295.8 60 263.39 99.51 127.42 38.17 295.8 60" fill="#fdfbee"></polygon><polygon points="295.8 60 228.69 2.08 127.42 38.17 127.42 38.17 295.8 60" fill="#f6f4ef"></polygon><polygon points="228.69 2.08 127.42 0 127.42 38.17 228.69 2.08" fill="#fffffd"></polygon><polygon points="133.36 92.29 152.31 131.05 45.33 82.27 133.36 92.29" fill="#ece5d2"></polygon><polygon points="49.97 106.45 152.31 131.05 63.79 155.15 49.97 106.45" fill="#fdfbee"></polygon><polygon points="0 135.83 63.79 155.15 49.97 106.45 0 135.83" fill="#ece5d2"></polygon><polygon points="0.83 108.61 49.97 106.45 0 135.83 0.83 108.61" fill="#ece5d2"></polygon><polygon points="49.97 106.45 45.33 82.27 0.83 108.61 49.97 106.45" fill="#fdfbee"></polygon><polygon points="45.33 82.27 152.31 131.05 49.97 106.45 45.33 82.27" fill="#fffffd"></polygon><polygon points="186.63 140.84 263.39 99.51 289.12 133.44 186.63 140.84" fill="#fffffd"></polygon><polygon points="233.27 166.5 289.12 133.44 186.63 140.84 233.27 166.5" fill="#fdfbee"></polygon><polygon points="169.46 161.31 186.63 140.84 233.27 166.5 169.46 161.31" fill="#aeaaa2"></polygon><polygon points="186.63 140.84 152.31 131.05 169.46 161.31 186.63 140.84" fill="#d9d7d1"></polygon><polygon points="152.31 131.05 263.39 99.51 186.63 140.84 152.31 131.05" fill="#fdfbee"></polygon><polygon points="316.09 103.27 295.8 60 355.28 86.84 316.09 103.27" fill="#fdfbee"></polygon><polygon points="341.71 124.27 355.28 86.84 316.09 103.27 341.71 124.27" fill="#d9d7d1"></polygon><polygon points="289.12 133.44 316.09 103.27 341.71 124.27 289.12 133.44" fill="#aeaaa2"></polygon><polygon points="316.09 103.27 263.39 99.51 289.12 133.44 316.09 103.27" fill="#ece5d2"></polygon><polygon points="263.39 99.51 295.8 60 316.09 103.27 263.39 99.51" fill="#f6f4ef"></polygon><polygon points="169.46 161.31 63.79 155.15 152.31 131.05 169.46 161.31" fill="#aeaaa2"></polygon><polygon points="233.27 166.5 289.12 133.44 341.71 124.27 233.27 166.5" fill="#aeaaa2"></polygon><polygon points="46.93 37.72 127.42 38.17 45.33 82.27 46.93 37.72" fill="#ece5d2"></polygon></svg></div><div class="playIsland_2n5uXR"><svg xmlns="http://www.w3.org/2000/svg" xlink="http://www.w3.org/1999/xlink" viewBox="0 0 1641.04 1175.77"><defs><filter id="luminosity-noclip" x="950.91" y="-15393.78" width="43.86" height="32766" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-color="#fff" result="bg"></feFlood><feBlend in="SourceGraphic" in2="bg"></feBlend></filter><mask id="mask" x="950.91" y="-15393.78" width="43.86" height="32766" maskUnits="userSpaceOnUse"><g filter="url(#luminosity-noclip)"></g></mask><linearGradient id="linear-gradient" x1="972.65" y1="452.54" x2="972.84" y2="465.91" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fff"></stop><stop offset="0.08" stop-color="#cfcfcf"></stop><stop offset="0.17" stop-color="#9f9f9f"></stop><stop offset="0.26" stop-color="#747474"></stop><stop offset="0.36" stop-color="#505050"></stop><stop offset="0.46" stop-color="#333"></stop><stop offset="0.57" stop-color="#1d1d1d"></stop><stop offset="0.69" stop-color="#0c0c0c"></stop><stop offset="0.82" stop-color="#030303"></stop><stop offset="1"></stop></linearGradient><filter id="luminosity-noclip-2" x="303.81" y="-15393.78" width="38.38" height="32766" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-color="#fff" result="bg"></feFlood><feBlend in="SourceGraphic" in2="bg"></feBlend></filter><mask id="mask-2" x="303.81" y="-15393.78" width="38.38" height="32766" maskUnits="userSpaceOnUse"><g filter="url(#luminosity-noclip-2)"></g></mask><linearGradient id="linear-gradient-2" x1="322.84" y1="432" x2="323.01" y2="443.69" xlink:href="#linear-gradient"></linearGradient><filter id="luminosity-noclip-3" x="1128.91" y="-15393.78" width="37.12" height="32766" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-color="#fff" result="bg"></feFlood><feBlend in="SourceGraphic" in2="bg"></feBlend></filter><mask id="mask-3" x="1128.91" y="-15393.78" width="37.12" height="32766" maskUnits="userSpaceOnUse"><g filter="url(#luminosity-noclip-3)"></g></mask><linearGradient id="linear-gradient-3" x1="1147.31" y1="411.29" x2="1147.48" y2="422.6" xlink:href="#linear-gradient"></linearGradient><linearGradient id="mountain-gradient-8" x1="-254.4" y1="259.48" x2="-252.6" y2="416.04" gradientTransform="translate(756.73)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#484d41"></stop><stop offset="1" stop-color="#76824a"></stop></linearGradient><linearGradient id="mountain-gradient-9" x1="-176.97" y1="256.06" x2="-210.18" y2="393.05" gradientTransform="translate(756.73)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#868a78"></stop><stop offset="1" stop-color="#748245"></stop></linearGradient><linearGradient id="mountain-gradient-6" x1="450.06" y1="398.69" x2="483.75" y2="285.05" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#95b362"></stop><stop offset="1" stop-color="#90967a"></stop></linearGradient><linearGradient id="mountain-gradient-3" x1="-340.57" y1="179.11" x2="-299.71" y2="446.27" gradientTransform="translate(756.73)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#595e4f"></stop><stop offset="1" stop-color="#61663e"></stop></linearGradient><linearGradient id="mountain-gradient-2" x1="369.08" y1="418.43" x2="391.13" y2="238.23" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#83965d"></stop><stop offset="1" stop-color="#4b524c"></stop></linearGradient><linearGradient id="mountain-gradient-12" x1="-198.58" y1="361.89" x2="-101.65" y2="264.95" gradientTransform="translate(756.73)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#676e47"></stop><stop offset="1" stop-color="#3d4037"></stop></linearGradient><linearGradient id="mountain-gradient-13" x1="655.89" y1="387.24" x2="621.47" y2="250.9" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#717a51"></stop><stop offset="1" stop-color="#787b6a"></stop></linearGradient><linearGradient id="mountain-gradient-4" x1="370.37" y1="257.45" x2="445.54" y2="130.82" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#9ea892"></stop><stop offset="1" stop-color="#ad9d9d"></stop></linearGradient><linearGradient id="mountain-gradient-5" x1="-270.41" y1="16840.98" x2="-276.8" y2="17022.16" gradientTransform="matrix(1, 0, 0, -1, 756.73, 17119.19)" xlink:href="#mountain-gradient-4"></linearGradient><linearGradient id="mountain-gradient-7" x1="15068.62" y1="258.93" x2="15204.82" y2="122.73" gradientTransform="matrix(-1, 0, 0, 1, 15621.26, 0)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#8d927d"></stop><stop offset="1" stop-color="#818673"></stop></linearGradient><linearGradient id="mountain-gradient-10" x1="4715.05" y1="8957.76" x2="4717.23" y2="8955.59" gradientTransform="translate(-155094.74 -152061.91) scale(33 17)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#949b83"></stop><stop offset="1" stop-color="#8c947d"></stop></linearGradient><linearGradient id="mountain-gradient-11" x1="-397.91" y1="17112.7" x2="84.46" y2="16630.32" gradientTransform="matrix(1, 0, 0, -1, 756.73, 17119.19)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#595e4f"></stop><stop offset="1" stop-color="#39402a"></stop></linearGradient><linearGradient id="mountain-gradient-14" x1="692.38" y1="389.42" x2="653.29" y2="274.84" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#6b733f"></stop><stop offset="1" stop-color="#5a5a50"></stop></linearGradient><linearGradient id="mountain-gradient-1" x1="354.38" y1="252.55" x2="278.69" y2="403.13" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#9fa990"></stop><stop offset="1" stop-color="#95ae5e"></stop></linearGradient><linearGradient id="snow-gradient-5" x1="512.11" y1="201.47" x2="605.99" y2="201.47" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#dbdbdb"></stop><stop offset="1" stop-color="#ededed"></stop></linearGradient><linearGradient id="snow-gradient-6" x1="564.13" y1="206.73" x2="605.99" y2="206.73" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#c4c4c4"></stop><stop offset="1" stop-color="#d6d6d6"></stop></linearGradient><linearGradient id="snow-gradient-4" x1="471.33" y1="173.58" x2="556.09" y2="173.58" xlink:href="#snow-gradient-6"></linearGradient><linearGradient id="snow-gradient-3" x1="468.34" y1="209.73" x2="500.7" y2="209.73" xlink:href="#snow-gradient-5"></linearGradient><linearGradient id="snow-gradient-2" x1="390.74" y1="190.45" x2="420.39" y2="190.45" xlink:href="#snow-gradient-5"></linearGradient><linearGradient id="snow-gradient-1" x1="336.91" y1="239.19" x2="356.56" y2="239.19" xlink:href="#snow-gradient-5"></linearGradient><linearGradient id="mountain-gradient-8-2" x1="472.56" y1="254.47" x2="474.25" y2="401.37" xlink:href="#mountain-gradient-8"></linearGradient><linearGradient id="mountain-gradient-9-2" x1="547.08" y1="251.22" x2="515.87" y2="379.94" xlink:href="#mountain-gradient-9"></linearGradient><linearGradient id="mountain-gradient-6-2" x1="1179.57" y1="385.37" x2="1211.34" y2="278.21" xlink:href="#mountain-gradient-6"></linearGradient><linearGradient id="mountain-gradient-3-2" x1="389.07" y1="179.18" x2="427.39" y2="429.77" xlink:href="#mountain-gradient-3"></linearGradient><linearGradient id="mountain-gradient-2-2" x1="1099.81" y1="403.89" x2="1120.56" y2="234.33" xlink:href="#mountain-gradient-2"></linearGradient><linearGradient id="mountain-gradient-12-2" x1="528.09" y1="350.61" x2="619.27" y2="259.43" xlink:href="#mountain-gradient-12"></linearGradient><linearGradient id="mountain-gradient-13-2" x1="1378.05" y1="374.56" x2="1345.64" y2="246.19" xlink:href="#mountain-gradient-13"></linearGradient><linearGradient id="mountain-gradient-4-2" x1="1101.42" y1="252.37" x2="1172.57" y2="132.52" xlink:href="#mountain-gradient-4"></linearGradient><linearGradient id="mountain-gradient-5-2" x1="456.95" y1="16847.11" x2="450.95" y2="17017.21" gradientTransform="matrix(1, 0, 0, -1, 756.73, 17119.19)" xlink:href="#mountain-gradient-4"></linearGradient><linearGradient id="mountain-gradient-7-2" x1="14344.11" y1="255.34" x2="14473.88" y2="125.57" xlink:href="#mountain-gradient-7"></linearGradient><linearGradient id="mountain-gradient-10-2" x1="4737.13" y1="8957.6" x2="4739.17" y2="8955.56" xlink:href="#mountain-gradient-10"></linearGradient><linearGradient id="mountain-gradient-11-2" x1="337.24" y1="17104.81" x2="796.71" y2="16645.33" xlink:href="#mountain-gradient-11"></linearGradient><linearGradient id="mountain-gradient-14-2" x1="1413.9" y1="376.49" x2="1377.04" y2="268.47" xlink:href="#mountain-gradient-14"></linearGradient><linearGradient id="mountain-gradient-1-2" x1="1084.41" y1="247.74" x2="1012.76" y2="390.31" xlink:href="#mountain-gradient-1"></linearGradient><linearGradient id="snow-gradient-5-2" x1="1238.74" y1="200.02" x2="1329.96" y2="200.02" xlink:href="#snow-gradient-5"></linearGradient><linearGradient id="snow-gradient-6-2" x1="1289.29" y1="204.95" x2="1329.96" y2="204.95" xlink:href="#snow-gradient-6"></linearGradient><linearGradient id="snow-gradient-4-2" x1="1199.11" y1="173.84" x2="1281.47" y2="173.84" xlink:href="#snow-gradient-6"></linearGradient><linearGradient id="snow-gradient-3-2" x1="1196.2" y1="207.77" x2="1227.66" y2="207.77" xlink:href="#snow-gradient-5"></linearGradient><linearGradient id="snow-gradient-2-2" x1="1120.81" y1="189.68" x2="1149.61" y2="189.68" xlink:href="#snow-gradient-5"></linearGradient><linearGradient id="snow-gradient-1-2" x1="1068.5" y1="235.42" x2="1087.59" y2="235.42" xlink:href="#snow-gradient-5"></linearGradient><linearGradient id="mountain-gradient-21" x1="733.87" y1="247.43" x2="1156.16" y2="247.43" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#7f8567"></stop><stop offset="1" stop-color="#747a5f"></stop></linearGradient><linearGradient id="mountain-gradient-22" x1="1425.82" y1="14276.79" x2="1378.21" y2="14473.18" gradientTransform="matrix(1, 0, 0.06, -1, -1324.17, 14669.56)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#63634e"></stop><stop offset="1" stop-color="#6a7057"></stop></linearGradient><linearGradient id="mountain-gradient-21-2" x1="1275.43" y1="14582.11" x2="1425.15" y2="14432.39" gradientTransform="matrix(1, 0, 0.06, -1, -1324.17, 14669.56)" xlink:href="#mountain-gradient-21"></linearGradient><linearGradient id="mountain-gradient-18" x1="408.56" y1="389.56" x2="392.25" y2="107.36" gradientTransform="matrix(1, 0, -0.06, 1, 513.09, 0)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#5c6b42"></stop><stop offset="1" stop-color="#90967d"></stop></linearGradient><linearGradient id="mountain-gradient-25" x1="1351.76" y1="14490.67" x2="1532.47" y2="14309.96" gradientTransform="matrix(1, 0, 0.06, -1, -1324.17, 14669.56)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#505643"></stop><stop offset="1" stop-color="#3b3b2f"></stop></linearGradient><linearGradient id="mountain-gradient-27" x1="1415.3" y1="14373.43" x2="1509.89" y2="14278.83" gradientTransform="matrix(1, 0, 0.06, -1, -1324.17, 14669.56)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#6f6f59"></stop><stop offset="1" stop-color="#596048"></stop></linearGradient><linearGradient id="mountain-gradient-17" x1="1256.38" y1="14506.62" x2="1302.99" y2="14460.01" gradientTransform="matrix(1, 0, 0.06, -1, -1324.17, 14669.56)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#788365"></stop><stop offset="1" stop-color="#7d8568"></stop></linearGradient><linearGradient id="mountain-gradient-19" x1="1327.58" y1="14422.61" x2="1322.52" y2="14565.91" gradientTransform="matrix(1, 0, 0.06, -1, -1324.17, 14669.56)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#586148"></stop><stop offset="1" stop-color="#5b6550"></stop></linearGradient><linearGradient id="mountain-gradient-24" x1="4764.29" y1="9096.4" x2="4765.15" y2="9095.55" gradientTransform="matrix(33, 0, -1.1, 17, -146216.3, -154511.54)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#848d6c"></stop><stop offset="1" stop-color="#7c8767"></stop></linearGradient><linearGradient id="mountain-gradient-23" x1="1083.4" y1="14864.25" x2="1791.36" y2="14156.28" gradientTransform="matrix(1, 0, 0.06, -1, -1324.17, 14669.56)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#505643"></stop><stop offset="1" stop-color="#5e5e4a"></stop></linearGradient><linearGradient id="mountain-gradient-17-2" x1="1182.29" y1="14270.84" x2="1189.52" y2="14407.66" xlink:href="#mountain-gradient-17"></linearGradient><linearGradient id="mountain-gradient-11-3" x1="1407.72" y1="14423.68" x2="1564.42" y2="14266.98" gradientTransform="matrix(1, 0, 0.06, -1, -1324.17, 14669.56)" xlink:href="#mountain-gradient-11"></linearGradient><linearGradient id="mountain-gradient-16" x1="344.3" y1="246.36" x2="370.29" y2="405.88" gradientTransform="matrix(1, 0, -0.06, 1, 513.09, 0)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#6c7a60"></stop><stop offset="1" stop-color="#40502d"></stop></linearGradient><linearGradient id="mountain-gradient-20" x1="467.37" y1="400.93" x2="446.13" y2="228.85" gradientTransform="matrix(1, 0, -0.06, 1, 513.09, 0)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#3d4433"></stop><stop offset="1" stop-color="#595f49"></stop></linearGradient><linearGradient id="linear-gradient-4" x1="482.42" y1="15348.98" x2="2584.79" y2="13246.61" xlink:href="#mountain-gradient-25"></linearGradient><linearGradient id="mountain-gradient-26" x1="1327.35" y1="14535.29" x2="1637.97" y2="14224.66" gradientTransform="matrix(1, 0, 0.06, -1, -1324.17, 14669.56)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#424234"></stop><stop offset="1" stop-color="#414433"></stop></linearGradient><linearGradient id="snow-gradient-10" x1="538.21" y1="133.57" x2="582.32" y2="133.57" gradientTransform="matrix(1, 0, -0.06, 1, 513.09, 0)" xlink:href="#snow-gradient-5"></linearGradient><linearGradient id="snow-gradient-9" x1="488.59" y1="75.06" x2="541.04" y2="75.06" gradientTransform="matrix(1, 0, -0.06, 1, 513.09, 0)" xlink:href="#snow-gradient-5"></linearGradient><linearGradient id="snow-gradient-8" x1="442.98" y1="108.24" x2="463.86" y2="108.24" gradientTransform="matrix(1, 0, -0.06, 1, 513.09, 0)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#ededed"></stop><stop offset="1" stop-color="#dbdbdb"></stop></linearGradient><linearGradient id="snow-gradient-7" x1="411.21" y1="155.81" x2="422.53" y2="155.81" gradientTransform="matrix(1, 0, -0.06, 1, 513.09, 0)" xlink:href="#snow-gradient-5"></linearGradient><linearGradient id="mountain-gradient-8-3" x1="311.52" y1="298.61" x2="313.01" y2="428.43" xlink:href="#mountain-gradient-8"></linearGradient><linearGradient id="mountain-gradient-9-3" x1="377.42" y1="295.74" x2="349.85" y2="409.5" xlink:href="#mountain-gradient-9"></linearGradient><linearGradient id="mountain-gradient-6-3" x1="1024.28" y1="414.31" x2="1052.36" y2="319.59" xlink:href="#mountain-gradient-6"></linearGradient><linearGradient id="mountain-gradient-3-3" x1="237.65" y1="232.09" x2="271.52" y2="453.52" xlink:href="#mountain-gradient-3"></linearGradient><linearGradient id="mountain-gradient-2-3" x1="953.68" y1="430.66" x2="972.02" y2="280.81" xlink:href="#mountain-gradient-2"></linearGradient><linearGradient id="mountain-gradient-12-3" x1="360.69" y1="383.58" x2="441.27" y2="302.99" xlink:href="#mountain-gradient-12"></linearGradient><linearGradient id="mountain-gradient-13-3" x1="1199.85" y1="404.74" x2="1171.21" y2="291.29" xlink:href="#mountain-gradient-13"></linearGradient><linearGradient id="mountain-gradient-4-3" x1="955.13" y1="296.76" x2="1018.02" y2="190.82" xlink:href="#mountain-gradient-4"></linearGradient><linearGradient id="mountain-gradient-5-3" x1="297.7" y1="16805.01" x2="292.4" y2="16955.32" gradientTransform="matrix(1, 0, 0, -1, 756.73, 17119.19)" xlink:href="#mountain-gradient-4"></linearGradient><linearGradient id="mountain-gradient-7-3" x1="14510.7" y1="299.43" x2="14625.44" y2="184.69" xlink:href="#mountain-gradient-7"></linearGradient><linearGradient id="mountain-gradient-10-3" x1="4732.25" y1="8960.45" x2="4734.05" y2="8958.65" xlink:href="#mountain-gradient-10"></linearGradient><linearGradient id="mountain-gradient-11-4" x1="191.91" y1="17032.82" x2="598.16" y2="16626.57" xlink:href="#mountain-gradient-11"></linearGradient><linearGradient id="mountain-gradient-14-3" x1="1231.58" y1="406.45" x2="1199.01" y2="310.98" xlink:href="#mountain-gradient-14"></linearGradient><linearGradient id="mountain-gradient-1-3" x1="940.02" y1="292.67" x2="876.69" y2="418.69" xlink:href="#mountain-gradient-1"></linearGradient><linearGradient id="snow-gradient-5-3" x1="1076.6" y1="250.5" x2="1157.32" y2="250.5" xlink:href="#snow-gradient-5"></linearGradient><linearGradient id="snow-gradient-6-3" x1="1121.33" y1="254.86" x2="1157.32" y2="254.86" xlink:href="#snow-gradient-6"></linearGradient><linearGradient id="snow-gradient-4-3" x1="1041.54" y1="227.37" x2="1114.42" y2="227.37" xlink:href="#snow-gradient-6"></linearGradient><linearGradient id="snow-gradient-3-3" x1="1038.97" y1="257.35" x2="1066.8" y2="257.35" xlink:href="#snow-gradient-5"></linearGradient><linearGradient id="snow-gradient-2-3" x1="972.26" y1="241.36" x2="997.74" y2="241.36" xlink:href="#snow-gradient-5"></linearGradient><linearGradient id="snow-gradient-1-3" x1="925.97" y1="281.78" x2="942.86" y2="281.78" xlink:href="#snow-gradient-5"></linearGradient><linearGradient id="linear-gradient-5" x1="4705.02" y1="9864.19" x2="4745.23" y2="9823.99" gradientTransform="matrix(25, 0, 0, -23, -116724.6, 227010.8)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#635f43"></stop><stop offset="1" stop-color="#845858"></stop></linearGradient><linearGradient id="land" x1="1205.14" y1="-81.71" x2="382.28" y2="967.81" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#54b07c"></stop><stop offset="1" stop-color="#a7d672"></stop></linearGradient><linearGradient id="land-2" x1="372.43" y1="235.13" x2="127.64" y2="547.35" xlink:href="#land"></linearGradient><linearGradient id="land-3" x1="831.21" y1="384.92" x2="1729.72" y2="384.92" xlink:href="#land"></linearGradient><linearGradient id="land-4" x1="819.54" y1="503.16" x2="819.54" y2="278.49" xlink:href="#land"></linearGradient><linearGradient id="未命名漸層_79" x1="13840.11" y1="1418.44" x2="13868.17" y2="1418.44" gradientTransform="matrix(-0.99, -0.15, -0.15, 0.99, 14071.01, 902.49)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#f5f2cd"></stop><stop offset="1" stop-color="#f0f5de"></stop></linearGradient><linearGradient id="未命名漸層_81" x1="13815.11" y1="1418.44" x2="13847.74" y2="1418.44" xlink:href="#未命名漸層_79"></linearGradient><linearGradient id="未命名漸層_83" x1="13832.15" y1="1420.46" x2="13844.47" y2="1420.46" gradientTransform="matrix(-0.99, -0.15, -0.15, 0.99, 14071.01, 902.49)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#c5c5c5"></stop><stop offset="1" stop-color="#9a9a98"></stop></linearGradient><linearGradient id="未命名漸層_71" x1="12611.46" y1="1193.18" x2="12640.39" y2="1193.18" xlink:href="#未命名漸層_79"></linearGradient><linearGradient id="未命名漸層_69" x1="12585.67" y1="1193.18" x2="12619.32" y2="1193.18" xlink:href="#未命名漸層_79"></linearGradient><linearGradient id="未命名漸層_67" x1="12603.24" y1="1195.27" x2="12615.95" y2="1195.27" xlink:href="#未命名漸層_83"></linearGradient><linearGradient id="未命名漸層_81-2" x1="13743.82" y1="1417.69" x2="13760.06" y2="1417.69" xlink:href="#未命名漸層_79"></linearGradient><linearGradient id="未命名漸層_79-2" x1="13729.34" y1="1417.69" x2="13748.23" y2="1417.69" xlink:href="#未命名漸層_79"></linearGradient><linearGradient id="未命名漸層_83-2" x1="13739.2" y1="1418.86" x2="13746.34" y2="1418.86" xlink:href="#未命名漸層_83"></linearGradient><linearGradient id="未命名漸層_77" x1="1849.12" y1="-786.27" x2="1877.05" y2="-786.27" gradientTransform="translate(-84.55 1400.69) rotate(-12.65)" xlink:href="#未命名漸層_79"></linearGradient><linearGradient id="未命名漸層_75" x1="1824.23" y1="-786.27" x2="1856.11" y2="-786.27" gradientTransform="translate(-84.55 1400.69) rotate(-12.65)" xlink:href="#未命名漸層_79"></linearGradient><linearGradient id="未命名漸層_73" x1="13207.58" y1="333.15" x2="13220.8" y2="333.15" gradientTransform="matrix(-1, -0.02, -0.02, 1, 14764.14, 125.28)" xlink:href="#未命名漸層_83"></linearGradient><linearGradient id="未命名漸層_93" x1="865.17" y1="421.06" x2="867.15" y2="418.44" gradientTransform="matrix(1, 0, -0.04, 0.99, 308.55, 64.36)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#564f1e"></stop><stop offset="1" stop-color="#998d4e"></stop></linearGradient><linearGradient id="未命名漸層_107" x1="4663.59" y1="10620.71" x2="4663.71" y2="10620.59" gradientTransform="matrix(21, 0, 0.21, -4.96, -99036.48, 53112.08)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#5f541f"></stop><stop offset="1" stop-color="#665c19"></stop></linearGradient><linearGradient id="未命名漸層_93-2" x1="860.61" y1="418.87" x2="856.64" y2="417.66" xlink:href="#未命名漸層_93"></linearGradient><linearGradient id="trunk-gradient6" x1="4663.92" y1="10091.89" x2="4664.04" y2="10091.77" gradientTransform="matrix(21, 0, 0.47, -10.9, -101502.27, 110505.85)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#46411e"></stop><stop offset="1" stop-color="#655d30"></stop></linearGradient><linearGradient id="trunk-gradient5" x1="858.43" y1="420.9" x2="865.3" y2="414.02" gradientTransform="matrix(1, 0, -0.04, 0.99, 308.55, 64.36)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#443e15"></stop><stop offset="1" stop-color="#877d44"></stop></linearGradient><linearGradient id="未命名漸層_109" x1="862.81" y1="409.59" x2="860.93" y2="413.25" gradientTransform="matrix(1, 0, -0.04, 0.99, 308.55, 64.36)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#544d21"></stop><stop offset="1" stop-color="#827d5b"></stop></linearGradient><linearGradient id="未命名漸層_93-3" x1="855.42" y1="420.41" x2="864.92" y2="410.91" xlink:href="#未命名漸層_93"></linearGradient><linearGradient id="linear-gradient-6" x1="856.49" y1="405.5" x2="858.12" y2="403.87" gradientTransform="matrix(1, 0, -0.04, 0.99, 308.55, 64.36)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#5c5925"></stop><stop offset="1" stop-color="#514b22"></stop></linearGradient><linearGradient id="trunk-gradient6-2" x1="4691.25" y1="9791.74" x2="4691.33" y2="9791.65" gradientTransform="matrix(24, 0, 1.44, -33.7, -125564.54, 330434.53)" xlink:href="#trunk-gradient6"></linearGradient><linearGradient id="未命名漸層_87" x1="1144.16" y1="433.15" x2="1150.85" y2="470.58" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#544b21"></stop><stop offset="1" stop-color="#564c24"></stop></linearGradient><linearGradient id="未命名漸層_87-2" x1="16271" y1="5237.1" x2="16273.91" y2="5253.39" gradientTransform="matrix(-0.82, -0.58, -0.58, 0.82, 17476.37, 5562.76)" xlink:href="#未命名漸層_87"></linearGradient><linearGradient id="未命名漸層_85" x1="1166.78" y1="443.14" x2="1133" y2="476.17" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#483f15"></stop><stop offset="1" stop-color="#908d4c"></stop></linearGradient><linearGradient id="未命名漸層_93-4" x1="4749.48" y1="9991.92" x2="4749.64" y2="9991.77" gradientTransform="matrix(35, 0, 0.59, -13.88, -171016.38, 139113.58)" xlink:href="#未命名漸層_93"></linearGradient><linearGradient id="未命名漸層_91" x1="844.1" y1="426.98" x2="870.26" y2="400.81" gradientTransform="matrix(1, 0, -0.04, 0.99, 308.55, 64.36)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#695f2b"></stop><stop offset="1" stop-color="#6c602d"></stop></linearGradient><linearGradient id="未命名漸層_85-2" x1="1164.54" y1="454.96" x2="1159.05" y2="465.21" xlink:href="#未命名漸層_85"></linearGradient><linearGradient id="未命名漸層_95" x1="860.28" y1="411.97" x2="871.46" y2="400.78" gradientTransform="matrix(1, 0, -0.04, 0.99, 308.55, 64.36)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#5d5a2e"></stop><stop offset="1" stop-color="#bcaf6e"></stop></linearGradient><linearGradient id="未命名漸層_89" x1="1142.53" y1="461.31" x2="1146.54" y2="457.3" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#55501e"></stop><stop offset="1" stop-color="#595322"></stop></linearGradient><linearGradient id="未命名漸層_97" x1="1162.03" y1="454.9" x2="1159.9" y2="458.87" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#574d29"></stop><stop offset="1" stop-color="#8a9953"></stop></linearGradient><linearGradient id="未命名漸層_87-3" x1="1151.66" y1="450.24" x2="1153.32" y2="459.52" xlink:href="#未命名漸層_87"></linearGradient><linearGradient id="未命名漸層_87-4" x1="1152.52" y1="446.88" x2="1153.71" y2="453.52" xlink:href="#未命名漸層_87"></linearGradient><linearGradient id="未命名漸層_87-5" x1="1159.28" y1="435.51" x2="1160.61" y2="442.99" xlink:href="#未命名漸層_87"></linearGradient><linearGradient id="未命名漸層_93-5" x1="209.02" y1="407.71" x2="210.91" y2="405.19" xlink:href="#未命名漸層_93"></linearGradient><linearGradient id="未命名漸層_107-2" x1="4632.35" y1="10623.36" x2="4632.47" y2="10623.24" xlink:href="#未命名漸層_107"></linearGradient><linearGradient id="未命名漸層_93-6" x1="204.66" y1="405.61" x2="200.85" y2="404.45" xlink:href="#未命名漸層_93"></linearGradient><linearGradient id="trunk-gradient6-3" x1="4632.69" y1="10093.09" x2="4632.8" y2="10092.97" xlink:href="#trunk-gradient6"></linearGradient><linearGradient id="trunk-gradient5-2" x1="202.56" y1="407.55" x2="209.15" y2="400.96" xlink:href="#trunk-gradient5"></linearGradient><linearGradient id="未命名漸層_109-2" x1="206.76" y1="396.72" x2="204.96" y2="400.23" xlink:href="#未命名漸層_109"></linearGradient><linearGradient id="未命名漸層_93-7" x1="199.68" y1="407.08" x2="208.78" y2="397.98" xlink:href="#未命名漸層_93"></linearGradient><linearGradient id="linear-gradient-7" x1="200.71" y1="392.8" x2="202.27" y2="391.24" xlink:href="#linear-gradient-6"></linearGradient><linearGradient id="trunk-gradient6-4" x1="4663.92" y1="9792.11" x2="4664" y2="9792.03" gradientTransform="matrix(24, 0, 1.44, -33.7, -125564.54, 330434.53)" xlink:href="#trunk-gradient6"></linearGradient><linearGradient id="未命名漸層_87-6" x1="489.07" y1="421.96" x2="495.48" y2="457.82" xlink:href="#未命名漸層_87"></linearGradient><linearGradient id="未命名漸層_87-7" x1="16813.13" y1="5606.81" x2="16815.92" y2="5622.42" gradientTransform="matrix(-0.82, -0.58, -0.58, 0.82, 17476.37, 5562.76)" xlink:href="#未命名漸層_87"></linearGradient><linearGradient id="未命名漸層_85-3" x1="510.73" y1="431.53" x2="478.38" y2="463.16" xlink:href="#未命名漸層_85"></linearGradient><linearGradient id="未命名漸層_93-8" x1="4730.74" y1="9992.83" x2="4730.89" y2="9992.68" gradientTransform="matrix(35, 0, 0.59, -13.88, -171016.38, 139113.58)" xlink:href="#未命名漸層_93"></linearGradient><linearGradient id="未命名漸層_91-2" x1="188.84" y1="413.38" x2="213.9" y2="388.32" xlink:href="#未命名漸層_91"></linearGradient><linearGradient id="未命名漸層_85-4" x1="508.59" y1="442.86" x2="503.33" y2="452.67" xlink:href="#未命名漸層_85"></linearGradient><linearGradient id="未命名漸層_95-2" x1="204.33" y1="399" x2="215.05" y2="388.28" xlink:href="#未命名漸層_95"></linearGradient><linearGradient id="未命名漸層_89-2" x1="487.51" y1="448.93" x2="491.35" y2="445.09" xlink:href="#未命名漸層_89"></linearGradient><linearGradient id="未命名漸層_97-2" x1="506.19" y1="442.8" x2="504.15" y2="446.6" xlink:href="#未命名漸層_97"></linearGradient><linearGradient id="未命名漸層_87-8" x1="496.26" y1="438.33" x2="497.85" y2="447.22" xlink:href="#未命名漸層_87"></linearGradient><linearGradient id="未命名漸層_87-9" x1="497.08" y1="435.12" x2="498.21" y2="441.47" xlink:href="#未命名漸層_87"></linearGradient><linearGradient id="未命名漸層_87-10" x1="503.55" y1="424.23" x2="504.83" y2="431.39" xlink:href="#未命名漸層_87"></linearGradient><linearGradient id="未命名漸層_93-9" x1="719.56" y1="340.25" x2="720.93" y2="338.44" xlink:href="#未命名漸層_93"></linearGradient><linearGradient id="未命名漸層_107-3" x1="4656.72" y1="10636.71" x2="4656.8" y2="10636.62" xlink:href="#未命名漸層_107"></linearGradient><linearGradient id="未命名漸層_93-10" x1="716.42" y1="338.74" x2="713.68" y2="337.9" xlink:href="#未命名漸層_93"></linearGradient><linearGradient id="trunk-gradient6-5" x1="4657.08" y1="10099.13" x2="4657.16" y2="10099.05" xlink:href="#trunk-gradient6"></linearGradient><linearGradient id="trunk-gradient5-3" x1="714.91" y1="340.14" x2="719.66" y2="335.39" xlink:href="#trunk-gradient5"></linearGradient><linearGradient id="未命名漸層_109-3" x1="717.94" y1="332.33" x2="716.64" y2="334.86" xlink:href="#未命名漸層_109"></linearGradient><linearGradient id="未命名漸層_93-11" x1="712.84" y1="339.8" x2="719.39" y2="333.24" xlink:href="#未命名漸層_93"></linearGradient><linearGradient id="linear-gradient-8" x1="713.58" y1="329.52" x2="714.71" y2="328.39" xlink:href="#linear-gradient-6"></linearGradient><linearGradient id="trunk-gradient6-6" x1="4685.27" y1="9793.95" x2="4685.33" y2="9793.89" gradientTransform="matrix(24, 0, 1.44, -33.7, -125564.54, 330434.53)" xlink:href="#trunk-gradient6"></linearGradient><linearGradient id="未命名漸層_87-11" x1="1005.62" y1="368.11" x2="1010.23" y2="393.93" xlink:href="#未命名漸層_87"></linearGradient><linearGradient id="未命名漸層_87-12" x1="16428.79" y1="5267.23" x2="16430.79" y2="5278.47" gradientTransform="matrix(-0.82, -0.58, -0.58, 0.82, 17476.37, 5562.76)" xlink:href="#未命名漸層_87"></linearGradient><linearGradient id="未命名漸層_85-5" x1="1021.22" y1="375" x2="997.92" y2="397.78" xlink:href="#未命名漸層_85"></linearGradient><linearGradient id="未命名漸層_93-12" x1="4745.37" y1="9997.34" x2="4745.48" y2="9997.23" gradientTransform="matrix(35, 0, 0.59, -13.88, -171016.38, 139113.58)" xlink:href="#未命名漸層_93"></linearGradient><linearGradient id="未命名漸層_91-3" x1="705.03" y1="344.33" x2="723.08" y2="326.28" xlink:href="#未命名漸層_91"></linearGradient><linearGradient id="未命名漸層_85-6" x1="1019.67" y1="383.16" x2="1015.89" y2="390.23" xlink:href="#未命名漸層_85"></linearGradient><linearGradient id="未命名漸層_95-3" x1="716.19" y1="333.97" x2="723.91" y2="326.26" xlink:href="#未命名漸層_95"></linearGradient><linearGradient id="未命名漸層_89-3" x1="1004.49" y1="387.53" x2="1007.26" y2="384.77" xlink:href="#未命名漸層_89"></linearGradient><linearGradient id="未命名漸層_97-3" x1="1017.94" y1="383.12" x2="1016.47" y2="385.85" xlink:href="#未命名漸層_97"></linearGradient><linearGradient id="未命名漸層_87-13" x1="1010.79" y1="379.9" x2="1011.93" y2="386.3" xlink:href="#未命名漸層_87"></linearGradient><linearGradient id="未命名漸層_87-14" x1="1011.38" y1="377.58" x2="1012.2" y2="382.16" xlink:href="#未命名漸層_87"></linearGradient><linearGradient id="未命名漸層_87-15" x1="1016.04" y1="369.74" x2="1016.96" y2="374.9" xlink:href="#未命名漸層_87"></linearGradient><linearGradient id="linear-gradient-9" x1="973.64" y1="475.3" x2="987.52" y2="387.52" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#79013d"></stop><stop offset="1" stop-color="#e28302"></stop></linearGradient><linearGradient id="linear-gradient-10" x1="986.88" y1="426.76" x2="989.35" y2="411.11" xlink:href="#linear-gradient-9"></linearGradient><linearGradient id="linear-gradient-11" x1="986.49" y1="446.27" x2="986.49" y2="449.72" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#490025"></stop><stop offset="1" stop-color="#781a00"></stop></linearGradient><linearGradient id="linear-gradient-12" x1="981.84" y1="446.27" x2="981.84" y2="449.72" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#79013d"></stop><stop offset="1" stop-color="#a83718"></stop></linearGradient><linearGradient id="linear-gradient-13" x1="969.21" y1="446.27" x2="969.21" y2="449.72" xlink:href="#linear-gradient-12"></linearGradient><linearGradient id="linear-gradient-14" x1="962.94" y1="446.27" x2="962.94" y2="449.72" xlink:href="#linear-gradient-11"></linearGradient><filter id="luminosity-noclip-4" x="950.91" y="449.18" width="43.86" height="16.36" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-color="#fff" result="bg"></feFlood><feBlend in="SourceGraphic" in2="bg"></feBlend></filter><mask id="mask-4" x="950.91" y="449.18" width="43.86" height="16.36" maskUnits="userSpaceOnUse"><g mask="url(#mask)" filter="url(#luminosity-noclip-4)"><polygon points="962.07 449.18 963.8 449.18 958.83 459.63 965.95 461.18 968.2 449.18 970.23 449.18 969.21 460.44 976.79 457.28 981.99 461.02 980.95 449.18 982.74 449.18 985.22 460.44 987.78 459.01 985.64 449.18 987.36 449.18 991.25 461.06 993.96 462.48 994.77 465.44 950.91 465.54 952.94 459.7 956.75 457.38 962.07 449.18" fill="url(#linear-gradient)" style="mix-blend-mode:multiply"></polygon></g></mask><linearGradient id="shadow-gradient" x1="960.13" y1="457.36" x2="995.15" y2="457.36" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#275e02"></stop><stop offset="0.08" stop-color="#377110"></stop><stop offset="0.23" stop-color="#508e25"></stop><stop offset="0.38" stop-color="#63a536"></stop><stop offset="0.55" stop-color="#70b542"></stop><stop offset="0.74" stop-color="#78be49"></stop><stop offset="1" stop-color="#7bc14b"></stop></linearGradient><filter id="luminosity-noclip-5" x="303.81" y="429.05" width="38.38" height="14.32" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-color="#fff" result="bg"></feFlood><feBlend in="SourceGraphic" in2="bg"></feBlend></filter><mask id="mask-5" x="303.81" y="429.05" width="38.38" height="14.32" maskUnits="userSpaceOnUse"><g mask="url(#mask-2)" filter="url(#luminosity-noclip-5)"><polygon points="313.58 429.05 315.1 429.05 310.74 438.2 316.97 439.55 318.94 429.05 320.72 429.05 319.83 438.91 326.46 436.14 331.01 439.42 330.1 429.05 331.67 429.05 333.84 438.91 336.08 437.66 334.21 429.05 335.71 429.05 339.12 439.45 341.48 440.69 342.19 443.29 303.81 443.37 305.59 438.26 308.92 436.23 313.58 429.05" fill="url(#linear-gradient-2)" style="mix-blend-mode:multiply"></polygon></g></mask><linearGradient id="shadow-gradient-2" x1="322.84" y1="432" x2="323.01" y2="443.69" xlink:href="#shadow-gradient"></linearGradient><linearGradient id="linear-gradient-15" x1="323.7" y1="451.91" x2="335.85" y2="375.1" xlink:href="#linear-gradient-9"></linearGradient><linearGradient id="linear-gradient-16" x1="335.29" y1="409.44" x2="337.46" y2="395.74" xlink:href="#linear-gradient-9"></linearGradient><linearGradient id="linear-gradient-17" x1="334.95" y1="426.51" x2="334.95" y2="429.52" xlink:href="#linear-gradient-11"></linearGradient><linearGradient id="linear-gradient-18" x1="330.88" y1="426.51" x2="330.88" y2="429.52" xlink:href="#linear-gradient-12"></linearGradient><linearGradient id="linear-gradient-19" x1="319.83" y1="426.51" x2="319.83" y2="429.52" xlink:href="#linear-gradient-12"></linearGradient><linearGradient id="linear-gradient-20" x1="314.34" y1="426.51" x2="314.34" y2="429.52" xlink:href="#linear-gradient-11"></linearGradient><linearGradient id="linear-gradient-21" x1="1148.15" y1="430.55" x2="1159.9" y2="356.27" xlink:href="#linear-gradient-9"></linearGradient><linearGradient id="linear-gradient-22" x1="1159.35" y1="389.48" x2="1161.45" y2="376.23" xlink:href="#linear-gradient-9"></linearGradient><linearGradient id="linear-gradient-23" x1="1159.02" y1="405.98" x2="1159.02" y2="408.9" xlink:href="#linear-gradient-11"></linearGradient><linearGradient id="linear-gradient-24" x1="1155.09" y1="405.98" x2="1155.09" y2="408.9" xlink:href="#linear-gradient-12"></linearGradient><linearGradient id="linear-gradient-25" x1="1144.4" y1="405.98" x2="1144.4" y2="408.9" xlink:href="#linear-gradient-12"></linearGradient><linearGradient id="linear-gradient-26" x1="1139.09" y1="405.98" x2="1139.09" y2="408.9" xlink:href="#linear-gradient-11"></linearGradient><filter id="luminosity-noclip-6" x="1128.91" y="408.44" width="37.12" height="13.85" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-color="#fff" result="bg"></feFlood><feBlend in="SourceGraphic" in2="bg"></feBlend></filter><mask id="mask-6" x="1128.91" y="408.44" width="37.12" height="13.85" maskUnits="userSpaceOnUse"><g mask="url(#mask-3)" filter="url(#luminosity-noclip-6)"><polygon points="1138.36 408.44 1139.83 408.44 1135.62 417.29 1141.64 418.6 1143.54 408.44 1145.27 408.44 1144.4 417.97 1150.82 415.3 1155.21 418.47 1154.34 408.44 1155.85 408.44 1157.95 417.97 1160.12 416.77 1158.31 408.44 1159.76 408.44 1163.05 418.49 1165.34 419.69 1166.03 422.21 1128.91 422.29 1130.63 417.35 1133.86 415.38 1138.36 408.44" fill="url(#linear-gradient-3)" style="mix-blend-mode:multiply"></polygon></g></mask><linearGradient id="shadow-gradient-3" x1="1136.72" y1="415.37" x2="1166.35" y2="415.37" xlink:href="#shadow-gradient"></linearGradient></defs><title>play-island</title><g style="isolation:isolate"><g id="play-island"><g id="rainbow"><path d="M1230.27,216.53a345.94,345.94,0,0,0-35.77-60.23,366.57,366.57,0,0,0-47.37-52.46,385.76,385.76,0,0,0-57.41-43.29,402,402,0,0,0-65.91-32.69A417.4,417.4,0,0,0,872.79,0h-.36a417.4,417.4,0,0,0-151,27.86,401.46,401.46,0,0,0-65.9,32.69,385.34,385.34,0,0,0-57.42,43.29,366.57,366.57,0,0,0-47.37,52.46A345.94,345.94,0,0,0,515,216.53,328.47,328.47,0,0,0,486.25,389H504a311.58,311.58,0,0,1-1.91-34.46c0-186.6,166.14-338.4,370.34-338.4h.36c204.2,0,370.34,151.8,370.34,338.4a311.58,311.58,0,0,1-1.91,34.46H1259a328,328,0,0,0-28.7-172.45Z" fill="#ff5917"></path><path d="M1216.64,224.14a333.14,333.14,0,0,0-34.4-57.93,352.37,352.37,0,0,0-45.57-50.46,371,371,0,0,0-55.22-41.64,386.5,386.5,0,0,0-63.4-31.44,401.36,401.36,0,0,0-145.26-26.8h-.36a401.36,401.36,0,0,0-145.26,26.8,386.9,386.9,0,0,0-63.4,31.44,371.51,371.51,0,0,0-55.22,41.64A353,353,0,0,0,563,166.21a333.14,333.14,0,0,0-34.4,57.93,313.72,313.72,0,0,0-29.34,132.74,318.22,318.22,0,0,0,1.87,34.46h17.76a300,300,0,0,1-2-34.46C516.88,177.73,676.38,32,872.43,32h.36c196,0,355.55,145.74,355.55,324.89a300,300,0,0,1-2,34.46h17.76a318.22,318.22,0,0,0,1.87-34.46A313.72,313.72,0,0,0,1216.64,224.14Z" fill="#ff8b00"></path><path d="M1202.6,231.13a319,319,0,0,0-33-55.56,337.4,337.4,0,0,0-43.71-48.4,354.87,354.87,0,0,0-53-39.94,370,370,0,0,0-60.8-30.16A385.08,385.08,0,0,0,872.79,31.36h-.36A385.12,385.12,0,0,0,733.1,57.07a370,370,0,0,0-60.8,30.16,354.87,354.87,0,0,0-53,39.94,337.4,337.4,0,0,0-43.71,48.4,319,319,0,0,0-33,55.56,302.86,302.86,0,0,0-26.18,161.78H534.2a286.73,286.73,0,0,1-2.07-34.46c0-171.47,152.66-311,340.3-311h.36c187.64,0,340.31,139.5,340.31,311a286.72,286.72,0,0,1-2.08,34.46h17.76a302.86,302.86,0,0,0-26.18-161.78Z" fill="#f6de02"></path><path d="M1189.8,239.21a306.71,306.71,0,0,0-31.73-53.41,324.68,324.68,0,0,0-42-46.52,341.71,341.71,0,0,0-50.92-38.38,354.83,354.83,0,0,0-58.44-29A370.07,370.07,0,0,0,872.79,47.2h-.36A370.07,370.07,0,0,0,738.51,71.91a354.83,354.83,0,0,0-58.44,29,341.71,341.71,0,0,0-50.92,38.38,325.27,325.27,0,0,0-42,46.52,307.34,307.34,0,0,0-31.73,53.41,289.37,289.37,0,0,0-27,122.38,292.31,292.31,0,0,0,2,34.46h17.77A274.61,274.61,0,0,1,546,361.59C546,197.12,692.45,63.32,872.43,63.32h.36c180,0,326.41,133.8,326.41,298.27a274.61,274.61,0,0,1-2.16,34.46h17.77a292.31,292.31,0,0,0,2-34.46A289.37,289.37,0,0,0,1189.8,239.21Z" fill="#8bc902"></path><path d="M1175.48,246.31a293.25,293.25,0,0,0-30.29-51,310.33,310.33,0,0,0-40.11-44.42,326.6,326.6,0,0,0-48.61-36.65,339.06,339.06,0,0,0-55.81-27.67A353.17,353.17,0,0,0,872.79,63h-.36a353.17,353.17,0,0,0-127.87,23.6,339.06,339.06,0,0,0-55.81,27.67,326.6,326.6,0,0,0-48.61,36.65A310.33,310.33,0,0,0,600,195.31a293.25,293.25,0,0,0-30.29,51,277.86,277.86,0,0,0-23.69,151.31h17.78a261.75,261.75,0,0,1-2.27-34.46C561.56,206.52,701,79.09,872.43,79.09h.36c171.41,0,310.87,127.43,310.87,284.07a261.75,261.75,0,0,1-2.27,34.46h17.78a277.86,277.86,0,0,0-23.69-151.31Z" fill="#61af08"></path></g><g id="mountains"><g id="_1" data-name="1"><g id="mountain-bg"><polygon points="608.7 238.98 649.8 273.17 704.88 380.95 677.34 390.43 669.87 392.55 634.81 393.68 597.24 400.98 541.65 395.93 466.25 404.74 460.86 404.74 431.98 395.93 377.22 400.22 375.94 400.22 313.44 400.22 313.52 400.1 240.77 386.96 248.08 370.75 302.24 291.23 301.89 291.53 301.89 291.53 351.7 249.14 351.63 249.09 356.56 229.14 390.75 210.16 415.04 210.16 428.54 232.46 468.33 193.66 489.06 225.8 512.11 200.76 556.09 224.83 537.61 200.74 564.88 206.53 606.09 235.3 608.7 238.98" fill="#787b69"></polygon><polygon points="337.05 239.97 337.05 239.97 337.02 239.95 337.02 239.95 337.05 239.97" fill="#787b69"></polygon></g><polygon id="triangle" points="541.65 395.93 466.25 404.74 521.53 279.2 541.65 395.93" fill="url(#mountain-gradient-8)"></polygon><polygon id="triangle-2" data-name="triangle" points="597.24 400.98 541.65 395.93 521.53 279.2 565.13 246.44 581.4 277.37 597.24 400.98" fill="url(#mountain-gradient-9)"></polygon><polygon id="triangle-3" data-name="triangle" points="450.99 273.93 521.53 279.2 466.25 404.74 460.86 404.74 431.98 395.93 450.99 273.93" fill="url(#mountain-gradient-6)"></polygon><polygon id="triangle-4" data-name="triangle" points="450.99 193.66 450.99 273.93 431.98 395.93 429.7 395.93 397.93 273.17 410.73 263.23 450.99 193.66" fill="url(#mountain-gradient-3)"></polygon><polygon id="triangle-5" data-name="triangle" points="397.93 273.17 390.48 273.56 390.48 273.56 390.48 273.56 390.48 273.56 390.48 273.56 313.44 400.22 375.94 400.22 375.94 400.22 377.22 400.22 429.7 395.93 397.93 273.17" fill="url(#mountain-gradient-2)"></polygon><polygon id="triangle-6" data-name="triangle" points="634.81 393.68 597.24 400.98 581.4 277.37 565.13 246.44 608.7 238.98 614.1 297.98 634.81 393.68" fill="url(#mountain-gradient-12)"></polygon><polygon id="triangle-7" data-name="triangle" points="663.98 339.94 649.8 273.17 608.7 238.98 614.1 297.98 634.81 393.68 669.87 392.55 677.34 390.43 663.98 339.94" fill="url(#mountain-gradient-13)"></polygon><polygon id="triangle-8" data-name="triangle" points="390.75 210.16 450.99 130.02 471.33 122.33 450.99 193.66 410.73 263.23 397.93 273.17 390.49 273.56 336.91 240.05 390.75 210.16" fill="url(#mountain-gradient-4)"></polygon><polygon id="triangle-9" data-name="triangle" points="450.99 273.93 450.99 193.66 471.33 122.33 483.01 183.12 491.74 253.32 521.53 279.2 450.99 273.93" fill="url(#mountain-gradient-5)"></polygon><polygon id="triangle-10" data-name="triangle" points="512.11 167.66 564.13 235.28 565.13 246.44 521.53 279.2 491.74 253.32 483.01 183.12 471.33 122.33 512.11 167.66" fill="url(#mountain-gradient-7)"></polygon><polygon id="triangle-11" data-name="triangle" points="512.11 167.66 564.13 235.28 564.13 178.17 512.11 167.66" fill="url(#mountain-gradient-10)"></polygon><polygon id="triangle-12" data-name="triangle" points="565.13 246.44 564.13 235.28 564.13 178.17 608.7 238.98 565.13 246.44" fill="url(#mountain-gradient-11)"></polygon><polygon id="triangle-13" data-name="triangle" points="704.88 380.95 677.34 390.43 663.98 339.94 649.8 273.17 704.88 380.95" fill="url(#mountain-gradient-14)"></polygon><polygon id="triangle-14" data-name="triangle" points="337.17 239.95 390.75 273.47 313.7 400.13 240.77 386.96 248.08 370.75 337.17 239.95" fill="url(#mountain-gradient-1)"></polygon><polygon id="triangle-15" data-name="triangle" points="390.75 210.16 450.99 130.02 471.33 122.33 512.11 167.66 556.09 224.83 512.11 200.76 489.06 225.8 468.33 193.66 428.54 232.46 415.04 210.16 390.75 210.16" fill="#fff"></polygon><polygon id="triangle-16" data-name="triangle" points="512.11 167.66 564.13 178.17 605.99 235.28 564.79 206.53 537.64 200.76 512.11 167.66" fill="url(#snow-gradient-5)"></polygon><polygon id="triangle-17" data-name="triangle" points="337.02 239.95 351.7 249.14 301.89 291.53 337.02 239.95" fill="#fff"></polygon><polygon id="triangle-18" data-name="triangle" points="564.13 178.17 564.79 206.53 605.99 235.28 564.13 178.17" fill="url(#snow-gradient-6)"></polygon><polygon id="triangle-19" data-name="triangle" points="471.33 122.33 512.11 200.76 556.09 224.83 512.11 167.66 471.33 122.33" fill="url(#snow-gradient-4)"></polygon><polygon id="triangle-20" data-name="triangle" points="468.33 193.66 489.06 225.8 500.7 213.15 468.33 193.66" fill="url(#snow-gradient-3)"></polygon><polygon id="triangle-21" data-name="triangle" points="415.04 210.16 420.39 170.73 390.75 210.16 415.04 210.16" fill="url(#snow-gradient-2)"></polygon><polygon id="triangle-22" data-name="triangle" points="356.56 229.14 351.59 249.23 336.91 240.05 356.56 229.14" fill="url(#snow-gradient-1)"></polygon></g><g id="_1-2" data-name="1"><polygon points="1332.6 235.5 1372.53 267.59 1426.05 368.74 1399.29 377.63 1392.04 379.62 1357.97 380.68 1321.46 387.53 1267.44 382.8 1194.17 391.06 1188.93 391.06 1160.87 382.8 1107.66 386.82 1106.42 386.82 1045.69 386.82 1045.77 386.7 975.07 374.37 982.18 359.17 1034.81 284.54 1034.47 284.82 1034.47 284.82 1082.87 245.03 1082.8 244.99 1087.59 226.27 1120.81 208.46 1144.41 208.46 1157.53 229.38 1196.2 192.97 1216.34 223.13 1238.74 199.63 1281.47 222.22 1263.52 199.61 1290.02 205.04 1330.06 232.05 1332.6 235.5" fill="#787b6a"></polygon><polygon points="1068.63 236.43 1068.63 236.43 1068.6 236.41 1068.6 236.41 1068.63 236.43" fill="#787b6a"></polygon><polygon id="triangle-23" data-name="triangle" points="1267.44 382.52 1194.17 390.78 1247.9 272.97 1267.44 382.52" fill="url(#mountain-gradient-8-2)"></polygon><polygon id="triangle-24" data-name="triangle" points="1321.46 387.26 1267.44 382.52 1247.9 272.97 1290.26 242.23 1306.07 271.25 1321.46 387.26" fill="url(#mountain-gradient-9-2)"></polygon><polygon id="triangle-25" data-name="triangle" points="1179.35 268.02 1247.9 272.97 1194.17 390.78 1188.93 390.78 1160.87 382.52 1179.35 268.02" fill="url(#mountain-gradient-6-2)"></polygon><polygon id="triangle-26" data-name="triangle" points="1179.35 192.69 1179.35 268.02 1160.87 382.52 1158.66 382.52 1127.79 267.31 1140.23 257.98 1179.35 192.69" fill="url(#mountain-gradient-3-2)"></polygon><polygon id="triangle-27" data-name="triangle" points="1127.79 267.31 1120.56 267.68 1120.56 267.68 1120.56 267.68 1120.56 267.68 1120.56 267.68 1045.69 386.54 1106.42 386.54 1106.42 386.54 1107.66 386.54 1158.66 382.52 1127.79 267.31" fill="url(#mountain-gradient-2-2)"></polygon><polygon id="triangle-28" data-name="triangle" points="1357.97 380.4 1321.46 387.26 1306.07 271.25 1290.26 242.23 1332.6 235.22 1337.85 290.59 1357.97 380.4" fill="url(#mountain-gradient-12-2)"></polygon><polygon id="triangle-29" data-name="triangle" points="1386.32 329.98 1372.53 267.31 1332.6 235.22 1337.85 290.59 1357.97 380.4 1392.04 379.34 1399.29 377.36 1386.32 329.98" fill="url(#mountain-gradient-13-2)"></polygon><polygon id="triangle-30" data-name="triangle" points="1120.81 208.18 1179.35 132.97 1199.11 125.75 1179.35 192.69 1140.23 257.98 1127.79 267.31 1120.56 267.68 1068.5 236.22 1120.81 208.18" fill="url(#mountain-gradient-4-2)"></polygon><polygon id="triangle-31" data-name="triangle" points="1179.35 268.02 1179.35 192.69 1199.11 125.75 1210.46 182.8 1218.94 248.68 1247.9 272.97 1179.35 268.02" fill="url(#mountain-gradient-5-2)"></polygon><polygon id="triangle-32" data-name="triangle" points="1238.74 168.29 1289.29 231.75 1290.26 242.23 1247.9 272.97 1218.94 248.68 1210.46 182.8 1199.11 125.75 1238.74 168.29" fill="url(#mountain-gradient-7-2)"></polygon><polygon id="triangle-33" data-name="triangle" points="1238.74 168.29 1289.29 231.75 1289.29 178.15 1238.74 168.29" fill="url(#mountain-gradient-10-2)"></polygon><polygon id="triangle-34" data-name="triangle" points="1290.26 242.23 1289.29 231.75 1289.29 178.15 1332.6 235.22 1290.26 242.23" fill="url(#mountain-gradient-11-2)"></polygon><polygon id="triangle-35" data-name="triangle" points="1426.05 368.46 1399.29 377.36 1386.32 329.98 1372.53 267.31 1426.05 368.46" fill="url(#mountain-gradient-14-2)"></polygon><polygon id="triangle-36" data-name="triangle" points="1068.75 236.14 1120.81 267.59 1045.94 386.45 975.07 374.1 982.18 358.89 1068.75 236.14" fill="url(#mountain-gradient-1-2)"></polygon><polygon id="triangle-37" data-name="triangle" points="1120.81 208.18 1179.35 132.97 1199.11 125.75 1238.74 168.29 1281.47 221.94 1238.74 199.36 1216.34 222.85 1196.2 192.69 1157.53 229.1 1144.41 208.18 1120.81 208.18" fill="#fff"></polygon><polygon id="triangle-38" data-name="triangle" points="1238.74 168.29 1289.29 178.15 1329.96 231.75 1289.92 204.77 1263.55 199.36 1238.74 168.29" fill="url(#snow-gradient-5-2)"></polygon><polygon id="triangle-39" data-name="triangle" points="1068.6 236.14 1082.87 244.76 1034.47 284.54 1068.6 236.14" fill="#fff"></polygon><polygon id="triangle-40" data-name="triangle" points="1289.29 178.15 1289.92 204.77 1329.96 231.75 1289.29 178.15" fill="url(#snow-gradient-6-2)"></polygon><polygon id="triangle-41" data-name="triangle" points="1199.11 125.75 1238.74 199.36 1281.47 221.94 1238.74 168.29 1199.11 125.75" fill="url(#snow-gradient-4-2)"></polygon><polygon id="triangle-42" data-name="triangle" points="1196.2 192.69 1216.34 222.85 1227.66 210.98 1196.2 192.69" fill="url(#snow-gradient-3-2)"></polygon><polygon id="triangle-43" data-name="triangle" points="1144.41 208.18 1149.61 171.18 1120.81 208.18 1144.41 208.18" fill="url(#snow-gradient-2-2)"></polygon><polygon id="triangle-44" data-name="triangle" points="1087.59 225.99 1082.76 244.84 1068.5 236.22 1087.59 225.99" fill="url(#snow-gradient-1-2)"></polygon></g><g id="_3" data-name="3"><g id="mountain-bg-2" data-name="mountain-bg"><polygon points="1123.05 294.58 1121.64 296.07 1123.81 251.61 1084.95 161.38 1084.95 161.38 1050.63 132.55 1046.66 115.36 1042.09 125.39 1022.09 133.1 1011.02 91.25 1003.42 123.38 969.32 117.7 947.88 126.36 921.6 198.03 915.6 134.36 910.06 132.56 891.44 144.91 874.86 167.72 853.78 223.99 853.78 223.99 791.61 283.38 733.88 387.13 775.64 398.64 826.43 403.62 872.54 401.03 885.08 401.03 885.88 401.03 910.69 401.03 913.69 401.03 987.99 401.03 1028.07 401.03 1053.42 401.03 1068.48 401.03 1103.99 401.03 1104.77 401.03 1125.52 401.03 1156.16 332.97 1123.05 294.58" fill="url(#mountain-gradient-21)"></polygon></g><polygon id="triangle-45" data-name="triangle" points="1028.07 401.03 1042.8 343.61 1029.73 181.59 960.6 247.91 987.99 401.03 1028.07 401.03" fill="url(#mountain-gradient-22)"></polygon><polygon id="triangle-46" data-name="triangle" points="960.6 247.91 947.88 194.35 953.2 100.34 972.41 77.38 1007.35 130.58 1029.73 181.59 960.6 247.91" fill="url(#mountain-gradient-21-2)"></polygon><polygon id="triangle-47" data-name="triangle" points="922.66 227.28 922.66 227.28 910.69 401.03 885.88 401.03 885.88 401.03 885.08 401.03 872.54 401.03 872.26 250.46 918.93 125.44 918.94 125.39 918.94 125.39 918.94 125.39 918.94 125.4 922.66 227.28" fill="url(#mountain-gradient-18)"></polygon><polygon id="triangle-48" data-name="triangle" points="1053.42 401.03 1080.42 286.18 1044.45 105.76 1029.73 181.59 1042.8 343.61 1028.07 401.03 1053.42 401.03" fill="url(#mountain-gradient-25)"></polygon><polygon id="triangle-49" data-name="triangle" points="1068.48 401.03 1079.95 366.19 1080.42 286.18 1053.42 401.03 1068.48 401.03" fill="url(#mountain-gradient-27)"></polygon><polygon id="triangle-50" data-name="triangle" points="918.94 125.39 872.26 250.46 853.78 223.99 874.86 167.72 891.44 144.91 918.94 125.39" fill="url(#mountain-gradient-17)"></polygon><polygon id="triangle-51" data-name="triangle" points="922.66 227.28 918.94 125.39 923.41 124.04 947.88 126.36 947.88 194.35 960.6 247.91 922.66 227.28" fill="url(#mountain-gradient-19)"></polygon><polygon id="triangle-52" data-name="triangle" points="992.91 118.66 1007.35 130.58 1005.34 106.22 992.91 118.66" fill="url(#mountain-gradient-24)"></polygon><polygon id="triangle-53" data-name="triangle" points="1029.73 181.59 1007.35 130.58 997.75 66.38 1019.29 75.06 1044.45 105.76 1029.73 181.59" fill="url(#mountain-gradient-23)"></polygon><polygon id="triangle-54" data-name="triangle" points="853.78 223.99 791.61 283.38 733.88 387.13 775.64 398.64 826.43 403.62 853.78 223.99" fill="url(#mountain-gradient-17-2)"></polygon><polygon id="triangle-55" data-name="triangle" points="1125.52 401.03 1156.16 332.97 1123.05 294.58 1103.99 401.03 1125.52 401.03" fill="url(#mountain-gradient-11-3)"></polygon><polygon id="triangle-56" data-name="triangle" points="872.26 250.47 853.78 223.99 821.14 337.46 826.43 403.62 872.54 401.03 872.26 250.47" fill="url(#mountain-gradient-16)"></polygon><polygon id="triangle-57" data-name="triangle" points="913.69 401.03 910.69 401.03 922.66 227.28 960.6 247.91 995.72 357.14 987.99 401.03 913.69 401.03" fill="url(#mountain-gradient-20)"></polygon><polygon id="triangle-58" data-name="triangle" points="1104.77 401.03 1092.28 326.99 1123.05 294.58 1122.65 357.61 1103.99 401.03 1104.77 401.03" fill="url(#linear-gradient-4)"></polygon><polygon id="triangle-59" data-name="triangle" points="1104.77 401.03 1118.09 368.64 1123.81 251.61 1084.95 161.38 1044.45 105.76 1080.42 286.18 1079.95 366.19 1068.48 401.03 1104.77 401.03" fill="url(#mountain-gradient-26)"></polygon><polygon id="triangle-60" data-name="triangle" points="1024.07 63.27 999.43 34.76 972.71 67.15 953.5 90.11 922.41 102.3 891.44 144.91 910.06 132.56 915.6 134.36 921.6 198.03 947.88 126.36 969.32 117.7 1003.42 123.38 1011.02 91.25 1022.09 133.1 1042.09 125.39 1046.66 115.36 1044.45 105.76 1024.07 63.27" fill="#fff"></polygon><polygon id="triangle-61" data-name="triangle" points="1044.45 105.76 1084.95 161.38 1050.63 132.55 1044.45 105.76" fill="url(#snow-gradient-10)"></polygon><polygon id="triangle-62" data-name="triangle" points="999.43 34.76 1046.66 115.36 1044.45 105.76 1024.07 63.27 999.43 34.76" fill="url(#snow-gradient-9)"></polygon><polygon id="triangle-63" data-name="triangle" points="947.88 126.36 953.5 90.11 969.32 117.7 947.88 126.36" fill="url(#snow-gradient-8)"></polygon><polygon id="triangle-64" data-name="triangle" points="915.6 134.36 928.27 113.59 921.6 198.03 915.6 134.36" fill="url(#snow-gradient-7)"></polygon></g><g id="_1-3" data-name="1"><g id="mountain-bg-3" data-name="mountain-bg"><polygon points="1159.65 281.85 1194.98 310.21 1242.34 399.59 1218.66 407.45 1212.24 409.21 1182.1 410.14 1149.8 416.2 1102 412.01 1037.17 419.31 1032.54 419.31 1007.71 412.01 960.63 415.57 959.53 415.57 905.8 415.57 905.87 415.46 843.31 404.57 849.6 391.13 896.17 325.19 895.87 325.43 895.87 325.43 938.69 290.28 938.63 290.24 942.87 273.69 972.26 257.95 993.14 257.95 1004.75 276.44 1038.97 244.27 1056.79 270.92 1076.6 250.16 1114.42 270.12 1098.53 250.14 1121.98 254.94 1157.4 278.8 1159.65 281.85" fill="#787b6a"></polygon><polygon points="926.09 282.67 926.09 282.67 926.07 282.66 926.07 282.66 926.09 282.67" fill="#787b6a"></polygon></g><polygon id="triangle-65" data-name="triangle" points="1102 411.77 1037.17 419.07 1084.71 314.96 1102 411.77" fill="url(#mountain-gradient-8-3)"></polygon><polygon id="triangle-66" data-name="triangle" points="1149.8 415.96 1102 411.77 1084.71 314.96 1122.19 287.8 1136.17 313.44 1149.8 415.96" fill="url(#mountain-gradient-9-3)"></polygon><polygon id="triangle-67" data-name="triangle" points="1024.06 310.59 1084.71 314.96 1037.17 419.07 1032.54 419.07 1007.71 411.77 1024.06 310.59" fill="url(#mountain-gradient-6-3)"></polygon><polygon id="triangle-68" data-name="triangle" points="1024.06 244.02 1024.06 310.59 1007.71 411.77 1005.75 411.77 978.44 309.96 989.44 301.72 1024.06 244.02" fill="url(#mountain-gradient-3-3)"></polygon><polygon id="triangle-69" data-name="triangle" points="978.44 309.96 972.04 310.29 972.04 310.29 972.04 310.29 972.04 310.29 972.04 310.29 905.8 415.33 959.53 415.33 959.53 415.33 960.63 415.33 1005.75 411.77 978.44 309.96" fill="url(#mountain-gradient-2-3)"></polygon><polygon id="triangle-70" data-name="triangle" points="1182.1 409.9 1149.8 415.96 1136.17 313.44 1122.19 287.8 1159.65 281.61 1164.3 330.54 1182.1 409.9" fill="url(#mountain-gradient-12-3)"></polygon><polygon id="triangle-71" data-name="triangle" points="1207.18 365.34 1194.98 309.96 1159.65 281.61 1164.3 330.54 1182.1 409.9 1212.24 408.96 1218.66 407.21 1207.18 365.34" fill="url(#mountain-gradient-13-3)"></polygon><polygon id="triangle-72" data-name="triangle" points="972.26 257.71 1024.06 191.25 1041.54 184.87 1024.06 244.02 989.44 301.72 978.44 309.96 972.04 310.29 925.97 282.49 972.26 257.71" fill="url(#mountain-gradient-4-3)"></polygon><polygon id="triangle-73" data-name="triangle" points="1024.06 310.59 1024.06 244.02 1041.54 184.87 1051.58 235.28 1059.09 293.5 1084.71 314.96 1024.06 310.59" fill="url(#mountain-gradient-5-3)"></polygon><polygon id="triangle-74" data-name="triangle" points="1076.6 222.46 1121.33 278.54 1122.19 287.8 1084.71 314.96 1059.09 293.5 1051.58 235.28 1041.54 184.87 1076.6 222.46" fill="url(#mountain-gradient-7-3)"></polygon><polygon id="triangle-75" data-name="triangle" points="1076.6 222.46 1121.33 278.54 1121.33 231.18 1076.6 222.46" fill="url(#mountain-gradient-10-3)"></polygon><polygon id="triangle-76" data-name="triangle" points="1122.19 287.8 1121.33 278.54 1121.33 231.18 1159.65 281.61 1122.19 287.8" fill="url(#mountain-gradient-11-4)"></polygon><polygon id="triangle-77" data-name="triangle" points="1242.34 399.35 1218.66 407.21 1207.18 365.34 1194.98 309.96 1242.34 399.35" fill="url(#mountain-gradient-14-3)"></polygon><polygon id="triangle-78" data-name="triangle" points="926.2 282.42 972.26 310.21 906.02 415.25 843.31 404.33 849.6 390.89 926.2 282.42" fill="url(#mountain-gradient-1-3)"></polygon><polygon id="triangle-79" data-name="triangle" points="972.26 257.71 1024.06 191.25 1041.54 184.87 1076.6 222.46 1114.42 269.87 1076.6 249.91 1056.79 270.68 1038.97 244.02 1004.75 276.2 993.14 257.71 972.26 257.71" fill="#fff"></polygon><polygon id="triangle-80" data-name="triangle" points="1076.6 222.46 1121.33 231.18 1157.32 278.54 1121.89 254.7 1098.56 249.91 1076.6 222.46" fill="url(#snow-gradient-5-3)"></polygon><polygon id="triangle-81" data-name="triangle" points="926.07 282.42 938.69 290.03 895.87 325.19 926.07 282.42" fill="#fff"></polygon><polygon id="triangle-82" data-name="triangle" points="1121.33 231.18 1121.89 254.7 1157.32 278.54 1121.33 231.18" fill="url(#snow-gradient-6-3)"></polygon><polygon id="triangle-83" data-name="triangle" points="1041.54 184.87 1076.6 249.91 1114.42 269.87 1076.6 222.46 1041.54 184.87" fill="url(#snow-gradient-4-3)"></polygon><polygon id="triangle-84" data-name="triangle" points="1038.97 244.02 1056.79 270.68 1066.8 260.19 1038.97 244.02" fill="url(#snow-gradient-3-3)"></polygon><polygon id="triangle-85" data-name="triangle" points="993.14 257.71 997.75 225.01 972.26 257.71 993.14 257.71" fill="url(#snow-gradient-2-3)"></polygon><polygon id="triangle-86" data-name="triangle" points="942.87 273.45 938.6 290.11 925.97 282.49 942.87 273.45" fill="url(#snow-gradient-1-3)"></polygon></g></g><g id="floating-island"><path id="land-bg" d="M46.45,447.94l47.43,59.93L397.27,726.3l276.65,319.5h0L818,988.18l164.9,77.76,114.93-132.16,216.37-265L1559.16,500l52.45-61.31,23.46-20.9,5-9.53-28.45,16.61-109.09,24.59-66.4,1.49L1365,457.49l-56.91,8.68L1222.69,498l-121,1-73.51-6.77-109.09-4.35-113.83-6.51L653.54,485.7l-99.6,11.58-99.6-18.09L369,465.85,293.08,464H231.42l-75.88-8.71L46.45,433.59-1,411.91l7.55,8.9,39.88,27.13Z" fill="#f2b8bf"></path><g id="land-5" data-name="land"><polygon points="805.31 498.67 653.54 503.28 818.03 733.49 919.14 505.59 805.31 498.67" fill="#ffe1df"></polygon><polygon points="1028.23 510.2 919.14 505.59 818.03 733.49 990.85 823.34 1043.86 758.65 1101.74 516.12 1028.23 510.2" fill="#f6c4d5"></polygon><polygon id="triangle36" points="553.94 511.67 653.54 503.28 618.83 765.84 553.94 511.67" fill="#fdcfc9"></polygon><polygon id="triangle36-2" data-name="triangle36" points="653.54 503.28 818.03 733.49 618.83 765.84 653.54 503.28" fill="#ffdada"></polygon><polygon points="818.03 733.49 751.63 808.96 723.17 955.84 818.03 988.18 976.41 898.82 990.85 823.34 818.03 733.49" fill="#fbbcdc"></polygon><polygon points="454.34 496.37 368.97 482.2 495.84 715.52 553.94 511.67 454.34 496.37" fill="#ffdcdb"></polygon><polygon points="618.83 765.84 553.94 511.67 495.84 715.52 500.26 773.02 618.83 933.78 618.83 765.84" fill="#fac9c4"></polygon><polygon id="triangle36-3" data-name="triangle36" points="368.97 482.2 495.84 715.52 458.93 729.89 368.97 482.2" fill="#f2b8bf"></polygon><polygon points="500.26 773.02 495.84 715.52 458.93 729.89 618.83 933.78 500.26 773.02" fill="#ebb7be"></polygon><polygon points="368.97 482.2 293.08 480.23 231.42 480.23 397.27 726.3 458.93 729.89 368.97 482.2" fill="#fed9d9"></polygon><polygon points="1101.74 516.12 1043.86 758.65 990.85 823.34 1097.86 933.78 1150.46 715.52 1222.69 515.06 1101.74 516.12" fill="#f0add7"></polygon><polygon points="1222.69 515.06 1150.46 715.52 1240.36 622.88 1308.06 482.54 1222.69 515.06" fill="#e796d3"></polygon><polygon id="triangle36-4" data-name="triangle36" points="1314.23 668.79 1375.89 622.07 1464.58 498.67 1314.23 668.79" fill="url(#linear-gradient-5)"></polygon><polygon points="1502.52 465.18 1436.12 466.41 1364.97 473.32 1364.97 473.32 1308.06 482.54 1240.36 622.88 1150.46 715.52 1097.86 933.78 1314.23 668.79 1375.89 622.07 1464.58 498.67 1464.58 498.67 1502.52 465.18" fill="#dc86cb"></polygon><polygon points="618.83 933.78 458.93 729.89 397.27 726.3 673.92 1045.8 618.83 933.78" fill="#ffdede"></polygon><polygon points="618.83 765.84 618.83 933.78 673.92 1045.8 723.17 955.84 751.63 808.96 818.03 733.49 618.83 765.84" fill="#ffd1d0"></polygon><polygon id="triangle36-5" data-name="triangle36" points="723.17 955.84 818.03 988.18 673.92 1045.8 723.17 955.84" fill="#f7b9d4"></polygon><polygon id="triangle36-6" data-name="triangle36" points="818.03 988.18 976.41 898.82 982.93 1065.94 818.03 988.18" fill="#f9b8d6"></polygon><polygon points="990.85 823.34 976.41 898.82 982.93 1065.94 1097.86 933.78 990.85 823.34" fill="#edabcf"></polygon><polygon points="231.42 480.23 155.54 470.99 46.45 447.94 93.88 507.87 397.27 726.3 231.42 480.23" fill="#ffe5e1"></polygon><polygon points="1502.52 465.18 1464.58 498.67 1314.23 668.79 1559.16 500.03 1611.61 438.72 1502.52 465.18" fill="#cc74c4"></polygon></g><polygon id="ground" points="1611.61 424.9 1502.52 449.49 1436.12 450.98 1364.97 457.49 1308.06 466.17 1222.69 497.99 1101.74 499 1028.23 492.22 919.14 487.87 805.31 481.36 653.54 485.7 553.94 497.28 454.34 479.19 368.97 465.85 293.08 464 231.42 464 155.54 455.29 46.45 433.59 -0.98 411.91 6.57 420.81 46.45 447.94 155.54 470.99 231.42 480.23 293.08 480.23 368.97 482.2 454.34 496.37 553.94 511.67 653.54 503.28 805.31 498.67 919.14 505.59 1028.23 510.2 1101.74 516.12 1222.69 515.06 1308.06 482.54 1364.97 473.32 1436.12 466.41 1502.52 465.18 1611.61 438.72 1635.07 417.82 1640.06 408.29 1611.61 424.9" fill="#f2b8bf"></polygon><polygon points="1598.13 376.43 1589.13 374.89 1431.81 348.03 1170.52 332.83 881.2 314.33 644.05 316.5 387.94 332.07 366.34 332.91 169.77 340.59 36.51 370.37 20.89 387.68 -0.98 411.91 46.45 439.4 155.54 461.1 231.42 469.81 293.08 469.81 368.97 471.66 454.34 485 553.94 497.28 653.54 491.51 805.31 487.17 919.14 493.68 1028.23 498.02 1101.74 501.9 1222.69 500.9 1308.06 471.98 1364.97 463.29 1436.12 456.78 1502.52 455.29 1611.61 430.71 1640.06 408.29 1598.13 376.43" fill="url(#land)"></polygon><polygon id="ground-2" data-name="ground" points="485.87 368.4 366.34 332.91 169.77 340.59 36.51 370.37 20.89 387.68 71.5 390.18 150.01 387.28 232.88 385.82 333.2 378.56 433.52 398.89 450.97 398.89 468.56 408.35 485.87 368.4 485.87 368.4" fill="url(#land-2)"></polygon><polygon id="ground-3" data-name="ground" points="1431.81 348.03 1170.52 332.83 1170.52 332.83 881.2 314.33 644.05 316.5 387.94 332.07 366.34 332.91 485.87 368.4 468.56 408.35 651.61 455.52 922.04 406.15 1129.23 423.58 1155.4 417.77 1229.55 411.96 1589.13 374.89 1431.81 348.03 1431.81 348.03" fill="url(#land-3)"></polygon><polygon id="ground-4" data-name="ground" points="1598.13 376.43 1589.13 374.89 1229.55 411.96 1155.4 417.77 1129.23 423.58 922.04 406.15 651.61 455.52 468.56 408.35 468.56 408.35 450.97 398.89 433.52 398.89 333.2 378.56 232.88 385.82 150.01 387.28 71.5 390.18 20.89 387.68 -0.98 411.91 46.45 439.4 155.54 461.1 231.42 469.81 293.08 469.81 368.97 471.66 454.34 485 553.94 497.28 653.54 491.51 805.31 487.17 919.14 493.68 1028.23 498.02 1101.74 501.9 1222.69 500.9 1308.06 471.98 1364.97 463.29 1436.12 456.78 1502.52 455.29 1611.61 430.71 1640.06 408.29 1598.13 376.43 1598.13 376.43" fill="url(#land-4)"></polygon></g><polygon id="lake-bg" points="993.59 363.35 1006.24 322.75 882.18 314.82 809 314.62 754.76 312.57 654.74 315.12 595.95 316.63 543.63 317.98 517.56 318.65 418.32 330.76 430.07 368.21 475.71 418.76 541.06 450.58 618.07 506.86 697.53 500.75 777.9 502.47 860.1 462.57 939.65 414.22 993.39 363.7 994.44 363.72 993.59 363.35" fill="#00b0ff"></polygon><g id="lake"><polygon points="1006.24 322.75 993.52 363.58 882.18 314.82 1006.24 322.75" fill="#007fff"></polygon><polygon points="993.52 363.58 939.65 414.22 904.31 361.93 993.52 363.58" fill="#0092ff"></polygon><polygon points="904.31 361.93 882.18 314.82 994.44 363.72 904.31 361.93" fill="#008dff"></polygon><polygon points="882.18 314.82 809 314.62 904.31 361.93 882.18 314.82" fill="#008cff"></polygon><polygon points="809 314.62 839.2 377.89 904.31 361.93 809 314.62" fill="#0094ff"></polygon><polygon points="839.2 377.89 939.65 414.22 904.31 361.93 839.2 377.89" fill="#009aff"></polygon><polygon points="809 314.62 754.76 312.57 839.2 377.89 809 314.62" fill="#008aff"></polygon><polygon points="754.76 312.57 684.07 360.2 839.2 377.89 754.76 312.57" fill="#0094ff"></polygon><polygon points="754.76 312.57 654.74 315.12 684.07 360.2 754.76 312.57" fill="#0098ff"></polygon><polygon points="654.74 315.12 595.95 316.63 684.07 360.2 654.74 315.12" fill="#009eff"></polygon><polygon points="595.95 316.63 549.93 354.78 684.07 360.2 595.95 316.63" fill="#00a5ff"></polygon><polygon points="595.95 316.63 543.63 317.98 549.93 354.78 595.95 316.63" fill="#00a6ff"></polygon><polygon points="543.63 317.98 517.56 318.65 549.93 354.78 543.63 317.98" fill="#00a0ff"></polygon><polygon points="549.93 354.78 503.09 372.24 517.56 318.65 549.93 354.78" fill="#00afff"></polygon><polygon points="503.09 372.24 418.32 330.76 517.56 318.65 503.09 372.24" fill="#009fff"></polygon><polygon points="503.09 372.24 475.71 418.76 430.07 368.21 503.09 372.24" fill="#00acff"></polygon><polygon points="418.32 330.76 430.07 368.21 503.09 372.24 418.32 330.76" fill="#00b1ff"></polygon><polygon points="475.71 418.76 541.06 450.58 503.09 372.24 475.71 418.76" fill="#00c1ff"></polygon><polygon points="541.06 450.58 549.93 354.78 503.09 372.24 541.06 450.58" fill="#00b8ff"></polygon><polygon points="684.07 360.2 642.11 433.7 549.93 354.78 684.07 360.2" fill="#00b9ff"></polygon><polygon points="642.11 433.7 541.06 450.58 549.93 354.78 642.11 433.7" fill="#00c1ff"></polygon><polygon points="684.07 360.2 786.67 423.08 839.2 377.89 684.07 360.2" fill="#00b0ff"></polygon><polygon points="786.67 423.08 686.29 446.85 684.07 360.2 786.67 423.08" fill="#00b8ff"></polygon><polygon points="686.29 446.85 642.11 433.7 684.07 360.2 686.29 446.85" fill="#00bfff"></polygon><polygon points="686.29 446.85 618.07 506.86 642.11 433.7 686.29 446.85" fill="#00cfff"></polygon><polygon points="618.07 506.86 541.06 450.58 642.11 433.7 618.07 506.86" fill="#00cdff"></polygon><polygon points="618.07 506.86 697.53 500.75 686.29 446.85 618.07 506.86" fill="#0df"></polygon><polygon points="697.53 500.75 786.67 423.08 686.29 446.85 697.53 500.75" fill="#00d5ff"></polygon><polygon points="786.67 423.08 777.9 502.47 697.53 500.75 786.67 423.08" fill="#00d2ff"></polygon><polygon points="939.65 414.22 836.75 435.59 839.2 377.89 939.65 414.22" fill="#00acff"></polygon><polygon points="836.75 435.59 786.67 423.08 839.2 377.89 836.75 435.59" fill="#00b2ff"></polygon><polygon points="836.75 435.59 777.9 502.47 786.67 423.08 836.75 435.59" fill="#00cbff"></polygon><polygon points="836.75 435.59 860.1 462.57 777.9 502.47 836.75 435.59" fill="#00c8ff"></polygon><polygon points="860.1 462.57 939.65 414.22 836.75 435.59 860.1 462.57" fill="#00b0ff"></polygon></g><g id="wind-trappers2"><polygon points="123.09 360.31 123.09 365.38 125.09 364.9 125.09 359.77 123.09 360.31" fill="#91bbb9"></polygon><rect x="119.08" y="360.31" width="4.01" height="5.07" fill="#eaedea"></rect><polygon points="119.08 360.31 117.47 359.77 117.47 364.91 119.08 365.38 119.08 360.31" fill="#fffefe"></polygon><polygon points="117.47 359.77 119.08 360.31 123.09 360.31 125.09 359.77 123.09 359.2 119.46 359.2 117.47 359.77" fill="#f9f9fa"></polygon><polygon points="122.22 359.99 121.64 304.44 122.56 304.44 123.26 359.72 122.22 359.99" fill="#a4bfca"></polygon><polygon points="122.22 359.99 120.2 359.99 120.06 304.54 121.64 304.44 122.22 359.99" fill="#edeeed"></polygon><polygon points="120.2 359.99 119.28 359.76 119.29 304.54 120.06 304.54 120.2 359.99" fill="#fffefe"></polygon><polygon points="120.06 310.03 121.31 308.62 121.69 309 121.64 304.44 120.06 304.54 120.06 310.03" fill="#bec9cd"></polygon><polygon points="120.06 310.03 119.29 314.02 119.28 310.3 120.06 306.51 120.06 310.03" fill="#c5cfda"></polygon><polygon points="120.06 306.18 119.28 305.38 119.29 304.54 120.06 304.54 120.06 306.18" fill="#b9c6d1"></polygon><polygon points="123.17 301.03 122.69 303.58 120.24 304.45 118.27 302.76 118.74 300.21 121.19 299.34 123.17 301.03" fill="#f5f6f7"></polygon><polygon points="121.38 298.36 121.19 299.34 123.17 301.03 124.11 300.7 121.38 298.36" fill="#e3eaef"></polygon><polygon points="118.74 300.21 117.98 299.56 121.38 298.36 121.19 299.34 118.74 300.21" fill="#fafbfb"></polygon><polygon points="117.33 303.09 118.27 302.76 118.74 300.21 117.98 299.56 117.33 303.09" fill="#f9faf9"></polygon><polygon points="117.33 303.09 120.06 305.43 120.24 304.45 118.27 302.76 117.33 303.09" fill="#c2cec7"></polygon><polygon points="120.06 305.43 123.45 304.23 122.69 303.58 120.24 304.45 120.06 305.43" fill="#a6c1a5"></polygon><polygon points="123.45 304.23 122.69 303.58 123.17 301.03 124.11 300.7 123.45 304.23" fill="#bacbd5"></polygon><polygon points="124.05 301.03 158.03 308.42 159.29 310.49 123.49 304.01 124.05 301.03" fill="#f5f6f7"></polygon><polygon points="123.93 301.65 125.48 302.91 126.13 304.49 123.49 304.01 123.93 301.65" fill="#bcc9d9"></polygon><polygon points="118.23 299.47 107.11 265.25 108.24 262.93 121.08 298.46 118.23 299.47" fill="#f8f9f8"></polygon><polygon points="119.84 305.24 97.52 331.29 95.11 331.29 117.62 303.35 119.84 305.24" fill="#f8f9f8"></polygon><polygon points="118.99 304.51 118.99 305.51 119.33 305.83 119.85 305.24 118.99 304.51" fill="#bcc9c7"></polygon><polyline points="125.09 363.75 125.09 364.9 123.09 365.38 128.43 364.34 128.17 364.11 140.41 362.06 140.71 361.23" fill="#315114" opacity="0.15"></polyline></g><g id="wind-trappers4"><polygon points="1458.91 360.3 1458.91 365.37 1460.91 364.89 1460.91 359.76 1458.91 360.3" fill="#91bbb9"></polygon><rect x="1454.9" y="360.3" width="4.01" height="5.07" fill="#eaedea"></rect><polygon points="1454.9 360.3 1453.29 359.76 1453.29 364.9 1454.9 365.37 1454.9 360.3" fill="#fffefe"></polygon><polygon points="1453.29 359.76 1454.9 360.3 1458.91 360.3 1460.91 359.76 1458.91 359.19 1455.28 359.19 1453.29 359.76" fill="#f9f9fa"></polygon><polygon points="1458.04 359.98 1457.46 304.43 1458.38 304.43 1459.08 359.71 1458.04 359.98" fill="#a4bfca"></polygon><polygon points="1458.04 359.98 1456.02 359.98 1455.88 304.53 1457.46 304.43 1458.04 359.98" fill="#edeeed"></polygon><polygon points="1456.02 359.98 1455.1 359.75 1455.11 304.53 1455.88 304.53 1456.02 359.98" fill="#fffefe"></polygon><polygon points="1455.88 310.02 1457.13 308.61 1457.51 308.99 1457.46 304.43 1455.88 304.53 1455.88 310.02" fill="#bec9cd"></polygon><polygon points="1455.88 310.02 1455.11 314.01 1455.1 310.29 1455.88 306.5 1455.88 310.02" fill="#c5cfda"></polygon><polygon points="1455.88 306.17 1455.1 305.37 1455.11 304.53 1455.88 304.53 1455.88 306.17" fill="#b9c6d1"></polygon><polygon points="1458.99 301.02 1458.51 303.58 1456.06 304.44 1454.09 302.75 1454.56 300.2 1457.01 299.33 1458.99 301.02" fill="#f5f6f7"></polygon><polygon points="1457.19 298.35 1457.01 299.33 1458.99 301.02 1459.93 300.69 1457.19 298.35" fill="#e3eaef"></polygon><polygon points="1454.56 300.2 1453.81 299.55 1457.19 298.35 1457.01 299.33 1454.56 300.2" fill="#fafbfb"></polygon><polygon points="1453.15 303.08 1454.09 302.75 1454.56 300.2 1453.81 299.55 1453.15 303.08" fill="#f9faf9"></polygon><polygon points="1453.15 303.08 1455.88 305.42 1456.06 304.44 1454.09 302.75 1453.15 303.08" fill="#c2cec7"></polygon><polygon points="1455.88 305.42 1459.27 304.23 1458.51 303.58 1456.06 304.44 1455.88 305.42" fill="#a6c1a5"></polygon><polygon points="1459.27 304.23 1458.51 303.58 1458.99 301.02 1459.93 300.69 1459.27 304.23" fill="#bacbd5"></polygon><polygon points="1459.87 301.02 1493.85 308.42 1495.11 310.49 1459.31 304 1459.87 301.02" fill="#f5f6f7"></polygon><polygon points="1459.75 301.64 1461.31 302.9 1461.95 304.48 1459.31 304 1459.75 301.64" fill="#bcc9d9"></polygon><polygon points="1454.05 299.46 1442.93 265.24 1444.06 262.92 1456.9 298.46 1454.05 299.46" fill="#f8f9f8"></polygon><polygon points="1455.66 305.23 1433.34 331.28 1430.93 331.28 1453.44 303.34 1455.66 305.23" fill="#f8f9f8"></polygon><polygon points="1454.81 304.51 1454.81 305.5 1455.15 305.83 1455.67 305.23 1454.81 304.51" fill="#bcc9c7"></polygon><polyline points="1460.91 363.75 1460.91 364.89 1458.91 365.37 1464.24 364.33 1463.99 364.11 1476.23 362.05 1476.53 361.22" fill="#315114" opacity="0.15"></polyline></g><g id="right-tree6"><polygon id="shadow" points="1583.24 397.02 1601.97 397.02 1583.24 391.64 1583.24 397.02" fill-rule="evenodd" opacity="0.15"></polygon><g id="trunk"><polygon points="1582.79 370.84 1595.99 360.02 1584.3 373.92 1582.79 370.84" fill="#e6c793" fill-rule="evenodd"></polygon><polygon points="1587.6 374.88 1597.58 361.36 1595.99 360.02 1584.3 373.92 1587.6 374.88" fill="#937a47" fill-rule="evenodd"></polygon><polygon points="1588.93 394.51 1585.74 344.1 1583.24 344.1 1583.24 397.02 1588.93 394.51" fill="#937a47" fill-rule="evenodd"></polygon><polygon points="1577.55 394.51 1580.74 344.1 1583.24 344.1 1583.24 397.02 1577.55 394.51" fill="#e6c793" fill-rule="evenodd"></polygon><polygon points="1582.35 376.75 1570.52 367.06 1582.21 380.96 1582.35 376.75" fill="#937a47" fill-rule="evenodd"></polygon><polygon points="1578.39 381.21 1568.93 368.39 1570.52 367.06 1582.21 380.96 1578.39 381.21" fill="#e6c793" fill-rule="evenodd"></polygon></g><g id="leaves-bg"><polygon points="1588.16 349.89 1590.9 345.73 1594.21 346.1 1588.13 354.01 1591.97 365.09 1608.32 366.61 1615.73 356.78 1611.53 345.08 1601.3 343.18 1604.51 337.2 1597.87 330.43 1599.24 325.14 1589.95 317.82 1573.33 314.42 1564.58 327.29 1565.94 333.8 1564.13 345.87 1573.33 350.52 1581.34 347.75 1588.16 349.89" fill="#f1a136" fill-rule="evenodd"></polygon><polygon points="1559.48 349.9 1553.39 352.54 1550.52 364.95 1554.08 370.81 1560.86 374.26 1572.69 372.76 1578.44 360.35 1570.86 349.67 1559.48 349.9" fill="#f1a136" fill-rule="evenodd"></polygon></g><g id="leaves"><polygon points="1573.33 314.42 1564.58 327.29 1571.55 323.89 1573.33 314.42" fill="#f6c612" fill-rule="evenodd"></polygon><polygon points="1573.33 314.42 1589.95 317.82 1592.27 321.21 1573.33 314.42" fill="#f3ad2d" fill-rule="evenodd"></polygon><polygon points="1592.27 321.21 1571.55 323.89 1573.33 314.42 1592.27 321.21" fill="#f7c11b" fill-rule="evenodd"></polygon><polygon points="1611.53 345.08 1615.73 356.78 1608.05 347.13 1611.53 345.08" fill="#db8431" fill-rule="evenodd"></polygon><polygon points="1615.73 356.78 1608.32 366.61 1608.37 359.36 1615.73 356.78" fill="#cb6d31" fill-rule="evenodd"></polygon><polygon points="1559.48 349.9 1553.39 352.54 1558.1 357.02 1559.48 349.9" fill="#f7c11b" fill-rule="evenodd"></polygon><polygon points="1553.39 352.54 1550.52 364.95 1558.1 357.02 1553.39 352.54" fill="#f5ba25" fill-rule="evenodd"></polygon><polygon points="1560.86 374.26 1554.08 370.81 1550.52 364.95 1560.86 374.26" fill="#e6883a" fill-rule="evenodd"></polygon><polygon points="1588.13 354.01 1597.06 342.4 1595.27 354.91 1588.13 354.01" fill="#f6c612" fill-rule="evenodd"></polygon><polygon points="1597.06 342.4 1611.53 345.08 1608.05 347.13 1597.06 342.4" fill="#f4b229" fill-rule="evenodd"></polygon><polygon points="1608.05 347.13 1595.27 354.91 1597.06 342.4 1608.05 347.13" fill="#f7c11b" fill-rule="evenodd"></polygon><polygon points="1615.73 356.78 1595.27 354.91 1608.05 347.13 1615.73 356.78" fill="#f2a930" fill-rule="evenodd"></polygon><polygon points="1588.13 354.01 1591.97 365.09 1595.27 354.91 1588.13 354.01" fill="#f3ab30" fill-rule="evenodd"></polygon><polygon points="1591.97 365.09 1608.37 359.36 1595.27 354.91 1591.97 365.09" fill="#f2a730" fill-rule="evenodd"></polygon><polygon points="1608.32 366.61 1603.2 363.67 1608.37 359.36 1608.32 366.61" fill="#e6883a" fill-rule="evenodd"></polygon><polygon points="1603.2 363.67 1591.97 365.09 1608.37 359.36 1603.2 363.67" fill="#f09d38" fill-rule="evenodd"></polygon><polygon points="1591.97 365.09 1608.32 366.61 1603.2 363.67 1591.97 365.09" fill="#da7c37" fill-rule="evenodd"></polygon><polygon points="1615.73 356.78 1595.27 354.91 1608.37 359.36 1615.73 356.78" fill="#f09d38" fill-rule="evenodd"></polygon><polygon points="1599.24 325.14 1595.85 338.19 1592.27 321.21 1599.24 325.14" fill="#f0993c" fill-rule="evenodd"></polygon><polygon points="1595.85 338.19 1571.55 323.89 1592.27 321.21 1595.85 338.19" fill="#f4b12d" fill-rule="evenodd"></polygon><polygon points="1564.58 327.29 1567.97 343.55 1571.55 323.89 1564.58 327.29" fill="#f5b629" fill-rule="evenodd"></polygon><polygon points="1567.97 343.55 1595.85 338.19 1571.55 323.89 1567.97 343.55" fill="#f2a730" fill-rule="evenodd"></polygon><polygon points="1595.85 338.19 1588.52 344.44 1567.97 343.55 1595.85 338.19" fill="#f09b3b" fill-rule="evenodd"></polygon><polygon points="1588.52 344.44 1588.16 349.89 1567.97 343.55 1588.52 344.44" fill="#da7c37" fill-rule="evenodd"></polygon><polygon points="1588.16 349.89 1595.85 338.19 1588.52 344.44 1588.16 349.89" fill="#cb6d31" fill-rule="evenodd"></polygon><polygon points="1565.94 333.8 1564.13 345.87 1575.44 345.89 1567.97 343.55 1565.94 333.8" fill="#f1a333" fill-rule="evenodd"></polygon><polygon points="1564.13 345.87 1573.33 350.52 1575.44 345.89 1564.13 345.87" fill="#da7c37" fill-rule="evenodd"></polygon><polygon points="1573.33 350.52 1581.34 347.75 1575.44 345.89 1573.33 350.52" fill="#cb6d31" fill-rule="evenodd"></polygon><polygon points="1597.87 330.43 1604.51 337.2 1595.85 338.19 1597.87 330.43" fill="#e6883a" fill-rule="evenodd"></polygon><polygon points="1604.51 337.2 1599.42 346.68 1595.85 338.19 1604.51 337.2" fill="#ef933e" fill-rule="evenodd"></polygon><polygon points="1599.42 346.68 1590.9 345.73 1595.85 338.19 1599.42 346.68" fill="#da7c37" fill-rule="evenodd"></polygon><polygon points="1559.48 349.9 1570.86 349.67 1558.1 357.02 1559.48 349.9" fill="#f6c612" fill-rule="evenodd"></polygon><polygon points="1570.86 349.67 1578.44 360.35 1571.55 361.73 1570.86 349.67" fill="#f19f36" fill-rule="evenodd"></polygon><polygon points="1571.55 361.73 1558.1 357.02 1570.86 349.67 1571.55 361.73" fill="#f5b826" fill-rule="evenodd"></polygon><polygon points="1550.52 364.95 1571.55 361.73 1558.1 357.02 1550.52 364.95" fill="#f3ae2d" fill-rule="evenodd"></polygon><polygon points="1578.44 360.35 1572.69 372.76 1571.55 361.73 1578.44 360.35" fill="#da7c37" fill-rule="evenodd"></polygon><polygon points="1572.69 372.76 1560.86 374.26 1571.55 361.73 1572.69 372.76" fill="#e6883a" fill-rule="evenodd"></polygon><polygon points="1550.52 364.95 1560.86 374.26 1571.55 361.73 1550.52 364.95" fill="#f1a333" fill-rule="evenodd"></polygon><polygon points="1589.95 317.82 1599.24 325.14 1592.27 321.21 1589.95 317.82" fill="#f1a136" fill-rule="evenodd"></polygon></g></g><g id="wind-trappers1"><polygon points="41.61 404.53 41.61 411.2 44.24 410.57 44.24 403.81 41.61 404.53" fill="#91bbb9"></polygon><rect x="36.34" y="404.53" width="5.27" height="6.67" fill="#eaedea"></rect><polygon points="36.34 404.53 34.22 403.81 34.22 410.58 36.34 411.2 36.34 404.53" fill="#fffefe"></polygon><polygon points="34.22 403.81 36.34 404.53 41.61 404.53 44.24 403.81 41.61 403.07 36.83 403.07 34.22 403.81" fill="#f9f9fa"></polygon><polygon points="40.46 404.11 39.7 331.06 40.92 331.06 41.83 403.76 40.46 404.11" fill="#a4bfca"></polygon><polygon points="40.46 404.11 37.81 404.11 37.63 331.19 39.7 331.06 40.46 404.11" fill="#edeeed"></polygon><polygon points="37.81 404.11 36.6 403.8 36.61 331.19 37.63 331.19 37.81 404.11" fill="#fffefe"></polygon><polygon points="37.63 338.41 39.27 336.56 39.76 337.05 39.7 331.06 37.63 331.19 37.63 338.41" fill="#bec9cd"></polygon><polygon points="37.63 338.41 36.61 343.66 36.6 338.76 37.63 333.78 37.63 338.41" fill="#c5cfda"></polygon><polygon points="37.63 333.35 36.6 332.3 36.61 331.19 37.63 331.19 37.63 333.35" fill="#b9c6d1"></polygon><polygon points="41.71 326.58 41.09 329.94 37.86 331.07 35.27 328.85 35.89 325.49 39.11 324.36 41.71 326.58" fill="#f5f6f7"></polygon><polygon points="39.35 323.07 39.11 324.36 41.71 326.58 42.95 326.14 39.35 323.07" fill="#e3eaef"></polygon><polygon points="35.89 325.49 34.9 324.64 39.35 323.07 39.11 324.36 35.89 325.49" fill="#fafbfb"></polygon><polygon points="34.03 329.29 35.27 328.85 35.89 325.49 34.9 324.64 34.03 329.29" fill="#f9faf9"></polygon><polygon points="34.03 329.29 37.62 332.36 37.86 331.07 35.27 328.85 34.03 329.29" fill="#c2cec7"></polygon><polygon points="37.62 332.36 42.08 330.79 41.09 329.94 37.86 331.07 37.62 332.36" fill="#a6c1a5"></polygon><polygon points="42.08 330.79 41.09 329.94 41.71 326.58 42.95 326.14 42.08 330.79" fill="#bacbd5"></polygon><polygon points="42.87 326.58 87.55 336.3 89.21 339.02 42.14 330.5 42.87 326.58" fill="#f5f6f7"></polygon><polygon points="42.72 327.39 44.76 329.05 45.61 331.13 42.14 330.5 42.72 327.39" fill="#bcc9d9"></polygon><polygon points="35.21 324.53 20.6 279.52 22.08 276.47 38.97 323.2 35.21 324.53" fill="#f8f9f8"></polygon><polygon points="37.33 332.12 7.98 366.37 4.81 366.37 34.42 329.62 37.33 332.12" fill="#f8f9f8"></polygon><polygon points="36.22 331.16 36.21 332.47 36.66 332.89 37.34 332.11 36.22 331.16" fill="#bcc9c7"></polygon><polyline points="44.24 409.06 44.24 410.57 41.61 411.2 48.63 409.83 48.28 409.53 64.39 406.83 64.77 405.74" fill="#315114" opacity="0.15"></polyline></g><g id="bird1"><polygon points="146.52 235.44 157.01 231.97 173.35 245.65 156.31 236.61 146.52 235.44" fill="url(#未命名漸層_79)"></polygon><polygon points="198.25 248.25 185.86 236.32 171.71 238.93 166.5 239.92 173.35 245.65 182.28 239.87 198.25 248.25" fill="url(#未命名漸層_81)"></polygon><polygon points="173.35 245.65 169.27 243.48 182.28 239.87 173.35 245.65" fill="url(#未命名漸層_83)"></polygon></g><g id="bird3"><polygon points="1394.16 195.86 1404.98 192.29 1421.84 206.4 1404.26 197.07 1394.16 195.86" fill="url(#未命名漸層_71)"></polygon><polygon points="1447.51 209.07 1434.74 196.78 1420.14 199.47 1414.78 200.49 1421.84 206.4 1431.05 200.43 1447.51 209.07" fill="url(#未命名漸層_69)"></polygon><polygon points="1421.84 206.4 1417.63 204.16 1431.05 200.43 1421.84 206.4" fill="url(#未命名漸層_67)"></polygon></g><g id="bird2"><polygon points="253.49 251.05 259.57 249.04 269.03 256.97 259.16 251.73 253.49 251.05" fill="url(#未命名漸層_81-2)"></polygon><polygon points="283.44 258.47 276.27 251.57 268.08 253.08 265.07 253.65 269.03 256.97 274.2 253.62 283.44 258.47" fill="url(#未命名漸層_79-2)"></polygon><polygon points="269.03 256.97 266.67 255.71 274.2 253.62 269.03 256.97" fill="url(#未命名漸層_83-2)"></polygon></g><g id="bird4"><polygon points="1574.8 222.73 1563.78 218.38 1548.89 234.77 1565.17 224.59 1574.8 222.73" fill="url(#未命名漸層_77)"></polygon><polygon points="1524.35 239.11 1535.43 224.74 1550.04 227.99 1554.63 228.45 1548.89 234.77 1539.61 229.66 1524.35 239.11" fill="url(#未命名漸層_75)"></polygon><polygon points="1548.89 234.77 1552.79 232.33 1539.61 229.66 1548.89 234.77" fill="url(#未命名漸層_73)"></polygon></g><g id="hot-air-balloon-light-blue"><path id="hot-air-balloon-bg" d="M571.89,31.16l-4.1-4.79-8.89-4L551,21.78,539.74,25.1l-7.82,9-1.17,8.79,3.62,11.83,8.79,10.16,7.24,12.25h0l0,.37h0v.15h0l-.15,1.84-.85,1.31H549v4l.31.11.7.48,4.66-.31h.69v-3.9l-.69-.33-.72-1.27,0-1.9h0l13.49-19.29,4.93-7.05,2.4-6.93V39.18Zm-21.31,45.7.21-1,1.45.11,1.28.09.15,1.52h-.31l-.43-.3-.49,0-.09-.29H552l-.11.3h-.46l-.54.26h-.27V76.8Zm3.61,3.94h-4.42l.85-1.32V77.66l3.07,0v.12h0l-.11,1.74Z" fill="#1ecbd8"></path><g id="hot-air-balloon-light-blue-2" data-name="hot-air-balloon-light-blue"><polygon points="553.7 78.08 553.6 79.82 554.19 81.04 554.66 81.04 553.94 79.77 553.96 77.88 553.7 78.08" fill="#75546e"></polygon><polygon points="550.4 77.37 550.2 79.74 549.23 81.22 549.65 81.22 550.62 79.72 550.62 77.05 550.4 77.37" fill="#5f525d"></polygon><polygon points="550.32 77.74 550.89 77.73 551.43 77.47 551.89 77.47 552 77.17 552.35 77.17 552.44 77.46 552.93 77.48 553.36 77.78 553.91 77.78 553.91 77.96 550.32 77.89 550.32 77.74" fill="#744c3f"></polygon><polygon points="548.99 81.04 548.99 85 549.3 85.11 554.03 81.37 554.03 81.04 548.99 81.04" fill="#5e4d33"></polygon><polygon points="549.3 85.11 550 85.58 554.66 85.27 554.03 81.37 549.3 85.11" fill="#776146"></polygon><polygon points="554.66 85.27 555.35 85.27 555.35 81.37 554.66 81.04 554.03 81.04 554.03 81.37 554.66 85.27" fill="#c99367"></polygon><polygon points="554.66 81.04 554.66 85.27 554.03 81.37 554.03 81.04 554.66 81.04" fill="#efb082"></polygon><polygon points="535.88 47.92 543.16 65.12 550.49 77.53 550.78 76.07 552.24 76.17 549.42 59.85 535.88 47.92" fill="#1ad7e5"></polygon><polygon points="557.77 32.46 552.24 76.17 563.98 51.25 557.77 32.46" fill="#0096aa"></polygon><polygon points="557.77 32.46 563.98 51.25 570.82 37.17 557.77 32.46" fill="#007c8c"></polygon><polygon points="563.98 51.25 570.82 37.17 572.38 51.54 563.98 51.25" fill="#007382"></polygon><polygon points="563.98 51.25 567.45 58.58 572.38 51.54 563.98 51.25" fill="#006475"></polygon><polygon points="570.82 37.17 574.78 39.42 574.78 44.6 572.38 51.54 570.82 37.17" fill="#006572"></polygon><polygon points="570.82 37.17 571.89 31.41 574.78 39.42 570.82 37.17" fill="#006977"></polygon><polygon points="570.82 37.17 563.44 26.28 571.7 32.46 570.82 37.17" fill="#006d7c"></polygon><polygon points="563.44 26.28 567.79 26.62 571.7 32.46 563.44 26.28" fill="#007d8e"></polygon><polygon points="567.79 26.62 571.89 31.41 571.7 32.46 567.79 26.62" fill="#006d7c"></polygon><polygon points="567.79 26.62 558.9 22.61 563.44 26.28 567.79 26.62" fill="#00b6ce"></polygon><polygon points="558.9 22.61 550.98 22.03 563.44 26.28 558.9 22.61" fill="#1ebdd3"></polygon><polygon points="557.77 32.46 545.36 36.98 550.98 22.03 557.77 32.46" fill="#0caabf"></polygon><polygon points="557.77 32.46 549.42 59.85 552.24 76.17 557.77 32.46" fill="#10aabf"></polygon><polygon points="557.77 32.46 545.36 36.98 549.42 59.85 557.77 32.46" fill="#11becc"></polygon><polygon points="545.36 36.98 535.88 47.92 549.42 59.85 545.36 36.98" fill="#24e8ed"></polygon><polygon points="535.88 47.92 534.37 54.96 543.16 65.12 535.88 47.92" fill="#53e7f2"></polygon><polygon points="535.88 47.92 530.75 43.13 534.37 54.96 535.88 47.92" fill="#38e1e5"></polygon><polygon points="535.88 47.92 535.88 33.56 531.92 34.34 530.75 43.13 535.88 47.92" fill="#28e5ea"></polygon><polygon points="535.88 33.56 545.36 36.98 550.98 22.03 539.74 25.35 535.88 33.56" fill="#45e3ef"></polygon><polygon points="535.88 33.56 531.92 34.34 539.74 25.35 535.88 33.56" fill="#1ad7e5"></polygon><polygon points="535.88 33.56 535.88 47.92 545.36 36.98 535.88 33.56" fill="#1ecbd8"></polygon><polygon points="563.98 51.25 567.45 58.58 553.72 78.22 553.52 76.26 552.24 76.17 563.98 51.25" fill="#007c8c"></polygon><polygon points="550.98 22.03 557.77 32.46 570.82 37.17 563.44 26.28 550.98 22.03" fill="#0099ad"></polygon></g></g><g id="hot-air-balloon-purple"><path id="hot-air-balloon-bg-2" data-name="hot-air-balloon-bg" d="M1358.71,108.74l-3.39-4-7.35-3.31-6.54-.49-9.29,2.75-6.47,7.43-1,7.27,3,9.78,7.27,8.4,6,10.13,0,.3h0v.13h0l-.13,1.52-.7,1.08h-.3V153l.26.09.57.39,3.86-.26h.57V150l-.57-.27-.6-1.05,0-1.57,11.15-16,4.08-5.82,2-5.74v-4.28Zm-17.62,37.78.18-.86,1.2.08,1.06.08.12,1.25h-.26l-.35-.25-.41,0-.07-.24h-.29l-.09.25h-.38l-.45.22h-.22v-.57Zm3,3.25h-3.66l.71-1.09v-1.51l2.54,0v.11l-.09,1.44Z" fill="#a13fb9"></path><g id="hot-air-balloon-purple-2" data-name="hot-air-balloon-purple"><polygon points="1328.95 122.39 1334.96 136.61 1341.02 146.87 1341.27 145.66 1342.47 145.74 1340.13 132.25 1328.95 122.39" fill="#b260c6"></polygon><polygon points="1347.04 109.61 1342.47 145.74 1352.17 125.14 1347.04 109.61" fill="#8a0fa8"></polygon><polygon points="1352.17 125.14 1355.04 131.2 1343.69 147.43 1343.53 145.82 1342.47 145.74 1352.17 125.14" fill="#7f2096"></polygon><polygon points="1347.04 109.61 1352.17 125.14 1357.83 113.51 1347.04 109.61" fill="#a537bf"></polygon><polygon points="1352.17 125.14 1357.83 113.51 1359.12 125.38 1352.17 125.14" fill="#8e1aaa"></polygon><polygon points="1352.17 125.14 1355.04 131.2 1359.12 125.38 1352.17 125.14" fill="#8d1ba5"></polygon><polygon points="1357.83 113.51 1361.1 115.36 1361.1 119.64 1359.12 125.38 1357.83 113.51" fill="#8a0fa8"></polygon><polygon points="1357.83 113.51 1358.71 108.74 1361.1 115.36 1357.83 113.51" fill="#850aa3"></polygon><polygon points="1357.83 113.51 1351.73 104.5 1358.55 109.61 1357.83 113.51" fill="#8a0fa8"></polygon><polygon points="1351.73 104.5 1355.32 104.78 1358.55 109.61 1351.73 104.5" fill="#a13fb9"></polygon><polygon points="1355.32 104.78 1358.71 108.74 1358.55 109.61 1355.32 104.78" fill="#8a0fa8"></polygon><polygon points="1355.32 104.78 1347.97 101.47 1351.73 104.5 1355.32 104.78" fill="#8a0fa8"></polygon><polygon points="1347.97 101.47 1341.43 100.98 1351.73 104.5 1347.97 101.47" fill="#9729b2"></polygon><polygon points="1341.43 100.98 1347.04 109.61 1357.83 113.51 1351.73 104.5 1341.43 100.98" fill="#9e17bf"></polygon><polygon points="1347.04 109.61 1336.78 113.34 1341.43 100.98 1347.04 109.61" fill="#a325c1"></polygon><polygon points="1347.04 109.61 1340.13 132.25 1342.47 145.74 1347.04 109.61" fill="#a939c4"></polygon><polygon points="1347.04 109.61 1336.78 113.34 1340.13 132.25 1347.04 109.61" fill="#b648cc"></polygon><polygon points="1336.78 113.34 1328.95 122.39 1340.13 132.25 1336.78 113.34" fill="#ce86e0"></polygon><polygon points="1328.95 122.39 1327.69 128.21 1334.96 136.61 1328.95 122.39" fill="#c180d1"></polygon><polygon points="1328.95 122.39 1324.71 118.43 1327.69 128.21 1328.95 122.39" fill="#b96fcb"></polygon><polygon points="1328.95 122.39 1328.95 110.52 1325.67 111.16 1324.71 118.43 1328.95 122.39" fill="#c180d1"></polygon><polygon points="1328.95 110.52 1336.78 113.34 1341.43 100.98 1332.14 103.73 1328.95 110.52" fill="#b96fcb"></polygon><polygon points="1328.95 110.52 1325.67 111.16 1332.14 103.73 1328.95 110.52" fill="#d1a0dd"></polygon><polygon points="1328.95 110.52 1328.95 122.39 1336.78 113.34 1328.95 110.52" fill="#a13fb9"></polygon><polygon points="1343.68 147.32 1343.59 148.76 1344.08 149.77 1344.47 149.77 1343.87 148.72 1343.89 147.15 1343.68 147.32" fill="#75546e"></polygon><polygon points="1340.94 146.74 1340.78 148.69 1339.98 149.92 1340.33 149.92 1341.13 148.68 1341.13 146.46 1340.94 146.74" fill="#5f525d"></polygon><polygon points="1340.88 147.04 1341.35 147.03 1341.8 146.81 1342.18 146.81 1342.27 146.56 1342.56 146.56 1342.63 146.81 1343.04 146.82 1343.39 147.07 1343.85 147.07 1343.85 147.22 1340.88 147.17 1340.88 147.04" fill="#744c3f"></polygon><polygon points="1339.78 149.77 1339.78 153.04 1340.04 153.13 1343.95 150.04 1343.95 149.77 1339.78 149.77" fill="#5e4d33"></polygon><polygon points="1340.04 153.13 1340.61 153.52 1344.47 153.26 1343.95 150.04 1340.04 153.13" fill="#776146"></polygon><polygon points="1344.47 153.26 1345.04 153.26 1345.04 150.04 1344.47 149.77 1343.95 149.77 1343.95 150.04 1344.47 153.26" fill="#c99367"></polygon><polygon points="1344.47 149.77 1344.47 153.26 1343.95 150.04 1343.95 149.77 1344.47 149.77" fill="#efb082"></polygon></g></g><g id="hot-air-balloon-red"><path id="hot-air-balloon-bg-3" data-name="hot-air-balloon-bg" d="M1265.84,68.34l-2.24-2.61-4.85-2.18-4.31-.32L1248.31,65l-4.26,4.9-.64,4.8,2,6.44,4.8,5.55,3.94,6.67h0l0,.2h0v.08h0l-.09,1-.46.71h-.2v2.16l.17.06.38.26,2.54-.17h.38V95.58l-.38-.18-.39-.69v-1h0l7.36-10.52,2.69-3.84,1.3-3.78V72.71Zm-11.62,24.92.11-.57.8.06.69,0,.09.83h-.17l-.24-.17h-.27l0-.16H1255l-.07.16h-.25l-.29.15h-.15v-.37Zm2,2.14h-2.41l.46-.72v-1l1.68,0v.07l-.06.95Z" fill="#fa5700"></path><g id="hot-air-balloon-red-2" data-name="hot-air-balloon-red"><polygon points="1255.92 93.79 1255.86 94.74 1256.19 95.4 1256.44 95.4 1256.05 94.71 1256.06 93.68 1255.92 93.79" fill="#75546e"></polygon><polygon points="1254.12 93.4 1254.01 94.69 1253.48 95.5 1253.71 95.5 1254.24 94.68 1254.24 93.22 1254.12 93.4" fill="#5f525d"></polygon><polygon points="1254.08 93.61 1254.39 93.6 1254.68 93.45 1254.93 93.45 1254.99 93.29 1255.18 93.29 1255.23 93.45 1255.5 93.46 1255.74 93.63 1256.04 93.63 1256.04 93.72 1254.08 93.69 1254.08 93.61" fill="#744c3f"></polygon><polygon points="1253.35 95.4 1253.35 97.56 1253.52 97.62 1256.1 95.58 1256.1 95.4 1253.35 95.4" fill="#5e4d33"></polygon><polygon points="1253.52 97.62 1253.9 97.88 1256.44 97.71 1256.1 95.58 1253.52 97.62" fill="#776146"></polygon><polygon points="1256.44 97.71 1256.82 97.71 1256.82 95.58 1256.44 95.4 1256.1 95.4 1256.1 95.58 1256.44 97.71" fill="#c99367"></polygon><polygon points="1256.44 95.4 1256.44 97.71 1256.1 95.58 1256.1 95.4 1256.44 95.4" fill="#efb082"></polygon><polygon points="1246.21 77.35 1250.18 86.72 1254.17 93.49 1254.33 92.69 1255.13 92.75 1253.59 83.85 1246.21 77.35" fill="#e75a1c"></polygon><polygon points="1258.14 68.92 1255.13 92.75 1261.53 79.16 1258.14 68.92" fill="#d93157"></polygon><polygon points="1261.53 79.16 1263.42 83.16 1255.93 93.86 1255.82 92.8 1255.13 92.75 1261.53 79.16" fill="#a7204e"></polygon><polygon points="1258.14 68.92 1261.53 79.16 1265.25 71.49 1258.14 68.92" fill="#c42369"></polygon><polygon points="1261.53 79.16 1265.25 71.49 1266.11 79.32 1261.53 79.16" fill="#af2067"></polygon><polygon points="1261.53 79.16 1263.42 83.16 1266.11 79.32 1261.53 79.16" fill="#a4224c"></polygon><polygon points="1265.25 71.49 1267.41 72.71 1267.41 75.54 1266.11 79.32 1265.25 71.49" fill="#a1244a"></polygon><polygon points="1265.25 71.49 1265.84 68.34 1267.41 72.71 1265.25 71.49" fill="#a41e43"></polygon><polygon points="1265.25 71.49 1261.23 65.55 1265.73 68.92 1265.25 71.49" fill="#bd214a"></polygon><polygon points="1261.23 65.55 1263.6 65.73 1265.73 68.92 1261.23 65.55" fill="#df272d"></polygon><polygon points="1263.6 65.73 1265.84 68.34 1265.73 68.92 1263.6 65.73" fill="#c92936"></polygon><polygon points="1263.6 65.73 1258.75 63.55 1261.23 65.55 1263.6 65.73" fill="#e32010"></polygon><polygon points="1258.75 63.55 1254.44 63.23 1261.23 65.55 1258.75 63.55" fill="#f1361b"></polygon><polygon points="1254.44 63.23 1258.14 68.92 1265.25 71.49 1261.23 65.55 1254.44 63.23" fill="#e4292e"></polygon><polygon points="1258.14 68.92 1251.38 71.38 1254.44 63.23 1258.14 68.92" fill="#f53410"></polygon><polygon points="1258.14 68.92 1253.59 83.85 1255.13 92.75 1258.14 68.92" fill="#e54733"></polygon><polygon points="1258.14 68.92 1251.38 71.38 1253.59 83.85 1258.14 68.92" fill="#fa5700"></polygon><polygon points="1251.38 71.38 1246.21 77.35 1253.59 83.85 1251.38 71.38" fill="#f96d00"></polygon><polygon points="1246.21 77.35 1245.38 81.19 1250.18 86.72 1246.21 77.35" fill="#ff5b00"></polygon><polygon points="1246.21 77.35 1243.41 74.74 1245.38 81.19 1246.21 77.35" fill="#ff6d00"></polygon><polygon points="1246.21 77.35 1246.21 69.52 1244.05 69.94 1243.41 74.74 1246.21 77.35" fill="#fa8200"></polygon><polygon points="1246.21 69.52 1251.38 71.38 1254.44 63.23 1248.31 65.04 1246.21 69.52" fill="#fa6800"></polygon><polygon points="1246.21 69.52 1244.05 69.94 1248.31 65.04 1246.21 69.52" fill="#ff7e00"></polygon><polygon points="1246.21 69.52 1246.21 77.35 1251.38 71.38 1246.21 69.52" fill="#fa5700"></polygon></g></g><g id="hot-air-balloon-orange"><path id="hot-air-balloon-bg-4" data-name="hot-air-balloon-bg" d="M688.1,206l-2.67-3.11-5.76-2.6-5.14-.38-7.29,2.16-5.07,5.83-.76,5.7,2.34,7.67,5.71,6.6,4.69,7.94h0l0,.24h0v.1h0l-.1,1.2-.55.84h-.23v2.57l.2.07.45.31,3-.2h.44v-2.53l-.44-.22-.47-.82v-1.23h0l8.76-12.52,3.19-4.57,1.56-4.5v-3.36Zm-13.83,29.64.13-.67,1,.06.83.06.1,1h-.21l-.27-.2h-.32l-.06-.19h-.23l-.07.19h-.3l-.35.17h-.17v-.45Zm2.35,2.55h-2.88l.56-.85v-1.19l2,0v.08h0l-.07,1.13Z" fill="#ffb100"></path><g id="hot-air-balloon-orange-2" data-name="hot-air-balloon-orange"><polygon points="676.3 236.29 676.23 237.42 676.62 238.21 676.92 238.21 676.45 237.39 676.46 236.16 676.3 236.29" fill="#75546e"></polygon><polygon points="674.15 235.83 674.02 237.37 673.39 238.33 673.67 238.33 674.3 237.36 674.3 235.62 674.15 235.83" fill="#5f525d"></polygon><polygon points="674.1 236.07 674.47 236.06 674.82 235.89 675.12 235.89 675.19 235.7 675.42 235.7 675.48 235.89 675.8 235.9 676.08 236.1 676.43 236.1 676.43 236.21 674.1 236.17 674.1 236.07" fill="#744c3f"></polygon><polygon points="673.24 238.21 673.24 240.78 673.44 240.85 676.51 238.43 676.51 238.21 673.24 238.21" fill="#5e4d33"></polygon><polygon points="673.44 240.85 673.89 241.16 676.92 240.96 676.51 238.43 673.44 240.85" fill="#776146"></polygon><polygon points="676.92 240.96 677.36 240.96 677.36 238.43 676.92 238.21 676.51 238.21 676.51 238.43 676.92 240.96" fill="#c99367"></polygon><polygon points="676.92 238.21 676.92 240.96 676.51 238.43 676.51 238.21 676.92 238.21" fill="#efb082"></polygon><polygon points="664.74 216.73 669.46 227.89 674.21 235.94 674.4 234.99 675.35 235.05 673.52 224.46 664.74 216.73" fill="#ff9500"></polygon><polygon points="678.94 206.7 675.35 235.05 682.96 218.88 678.94 206.7" fill="#ff7f00"></polygon><polygon points="682.96 218.88 685.22 223.65 676.31 236.38 676.18 235.11 675.35 235.05 682.96 218.88" fill="#ff5f00"></polygon><polygon points="678.94 206.7 682.96 218.88 687.4 209.76 678.94 206.7" fill="#ff7300"></polygon><polygon points="682.96 218.88 687.4 209.76 688.41 219.07 682.96 218.88" fill="#ff5c00"></polygon><polygon points="682.96 218.88 685.22 223.65 688.41 219.07 682.96 218.88" fill="#ff6c00"></polygon><polygon points="687.4 209.76 689.97 211.21 689.97 214.57 688.41 219.07 687.4 209.76" fill="#fc3f00"></polygon><polygon points="687.4 209.76 688.1 206.02 689.97 211.21 687.4 209.76" fill="#ff4a00"></polygon><polygon points="687.4 209.76 682.61 202.69 687.97 206.7 687.4 209.76" fill="#ff8400"></polygon><polygon points="682.61 202.69 685.43 202.91 687.97 206.7 682.61 202.69" fill="#fc6500"></polygon><polygon points="685.43 202.91 688.1 206.02 687.97 206.7 685.43 202.91" fill="#ff6d00"></polygon><polygon points="685.43 202.91 679.67 200.31 682.61 202.69 685.43 202.91" fill="#ff7100"></polygon><polygon points="679.67 200.31 674.53 199.93 682.61 202.69 679.67 200.31" fill="#f5a000"></polygon><polygon points="674.53 199.93 678.94 206.7 687.4 209.76 682.61 202.69 674.53 199.93" fill="#ffad00"></polygon><polygon points="678.94 206.7 670.89 209.63 674.53 199.93 678.94 206.7" fill="#ffbc00"></polygon><polygon points="678.94 206.7 673.52 224.46 675.35 235.05 678.94 206.7" fill="#ffa400"></polygon><polygon points="678.94 206.7 670.89 209.63 673.52 224.46 678.94 206.7" fill="#fd9c00"></polygon><polygon points="670.89 209.63 664.74 216.73 673.52 224.46 670.89 209.63" fill="#fac300"></polygon><polygon points="664.74 216.73 663.75 221.29 669.46 227.89 664.74 216.73" fill="#ff8600"></polygon><polygon points="664.74 216.73 661.41 213.62 663.75 221.29 664.74 216.73" fill="#fc9000"></polygon><polygon points="664.74 216.73 664.74 207.41 662.17 207.92 661.41 213.62 664.74 216.73" fill="#ffc214"></polygon><polygon points="664.74 207.41 670.89 209.63 674.53 199.93 667.24 202.09 664.74 207.41" fill="#ffbf00"></polygon><polygon points="664.74 207.41 662.17 207.92 667.24 202.09 664.74 207.41" fill="#ffc708"></polygon><polygon points="664.74 207.41 664.74 216.73 670.89 209.63 664.74 207.41" fill="#ffb100"></polygon></g></g><g id="hot-air-balloon-blue"><path id="hot-air-balloon-bg-5" data-name="hot-air-balloon-bg" d="M843.58,136.36l-2.55-3-5.54-2.49-4.93-.37-7,2.07-4.87,5.6-.73,5.48,2.25,7.37,5.48,6.33,4.5,7.63h0l0,.23h0v.09h0l-.1,1.15-.53.81h-.22v2.47l.19.07.43.29,2.91-.19h.43v-2.43l-.43-.21-.45-.79v-1.18l8.41-12,3.07-4.39,1.49-4.32v-3.22l-1.8-5m-13.27,28.47.12-.65.91.07.8.06.09.94H832l-.27-.19h-.31l-.05-.18h-.22l-.07.18h-.29l-.33.17h-.17v-.43Zm2.25,2.45H829.8l.53-.82v-1.13l1.91,0v.08l-.07,1.08Z" fill="#0071f9"></path><g id="hot-air-balloon-blue-2" data-name="hot-air-balloon-blue"><polygon points="832.25 165.44 832.18 166.52 832.56 167.28 832.85 167.28 832.4 166.49 832.41 165.31 832.25 165.44" fill="#75546e"></polygon><polygon points="830.19 165 830.07 166.47 829.47 167.4 829.73 167.4 830.33 166.46 830.33 164.79 830.19 165" fill="#5f525d"></polygon><polygon points="830.15 165.23 830.5 165.22 830.83 165.06 831.12 165.06 831.19 164.87 831.41 164.87 831.47 165.05 831.77 165.06 832.04 165.25 832.38 165.25 832.38 165.36 830.15 165.32 830.15 165.23" fill="#744c3f"></polygon><polygon points="829.32 167.28 829.32 169.75 829.51 169.81 832.46 167.49 832.46 167.28 829.32 167.28" fill="#5e4d33"></polygon><polygon points="829.51 169.81 829.94 170.11 832.85 169.92 832.46 167.49 829.51 169.81" fill="#776146"></polygon><polygon points="832.85 169.92 833.28 169.92 833.28 167.49 832.85 167.28 832.46 167.28 832.46 167.49 832.85 169.92" fill="#c99367"></polygon><polygon points="832.85 167.28 832.85 169.92 832.46 167.49 832.46 167.28 832.85 167.28" fill="#efb082"></polygon><polygon points="821.15 146.65 825.69 157.37 830.25 165.1 830.43 164.18 831.34 164.25 829.58 154.08 821.15 146.65" fill="#0f68ea"></polygon><polygon points="834.79 137.02 831.34 164.25 838.65 148.72 834.79 137.02" fill="#0053cc"></polygon><polygon points="838.65 148.72 840.82 153.29 832.26 165.52 832.14 164.31 831.34 164.25 838.65 148.72" fill="#0049b2"></polygon><polygon points="834.79 137.02 838.65 148.72 842.91 139.96 834.79 137.02" fill="#004dbc"></polygon><polygon points="838.65 148.72 842.91 139.96 843.89 148.91 838.65 148.72" fill="#0045aa"></polygon><polygon points="838.65 148.72 840.82 153.29 843.89 148.91 838.65 148.72" fill="#004bb7"></polygon><polygon points="842.91 139.96 845.38 141.36 845.38 144.58 843.89 148.91 842.91 139.96" fill="#003d9e"></polygon><polygon points="842.91 139.96 843.58 136.36 845.38 141.36 842.91 139.96" fill="#00347f"></polygon><polygon points="842.91 139.96 838.32 133.17 843.46 137.02 842.91 139.96" fill="#0045a8"></polygon><polygon points="838.32 133.17 841.03 133.38 843.46 137.02 838.32 133.17" fill="#0056bc"></polygon><polygon points="841.03 133.38 843.58 136.36 843.46 137.02 841.03 133.38" fill="#00347f"></polygon><polygon points="841.03 133.38 835.49 130.89 838.32 133.17 841.03 133.38" fill="#0047af"></polygon><polygon points="835.49 130.89 830.56 130.52 838.32 133.17 835.49 130.89" fill="#1c5bbd"></polygon><polygon points="830.56 130.52 834.79 137.02 842.91 139.96 838.32 133.17 830.56 130.52" fill="#005be0"></polygon><polygon points="834.79 137.02 827.06 139.83 830.56 130.52 834.79 137.02" fill="#0055d1"></polygon><polygon points="834.79 137.02 829.58 154.08 831.34 164.25 834.79 137.02" fill="#0062d8"></polygon><polygon points="834.79 137.02 827.06 139.83 829.58 154.08 834.79 137.02" fill="#0066f9"></polygon><polygon points="827.06 139.83 821.15 146.65 829.58 154.08 827.06 139.83" fill="#2789ff"></polygon><polygon points="821.15 146.65 820.21 151.03 825.69 157.37 821.15 146.65" fill="#1a77ff"></polygon><polygon points="821.15 146.65 817.96 143.67 820.21 151.03 821.15 146.65" fill="#1a82ff"></polygon><polygon points="821.15 146.65 821.15 137.7 818.69 138.19 817.96 143.67 821.15 146.65" fill="#318fff"></polygon><polygon points="821.15 137.7 827.06 139.83 830.56 130.52 823.56 132.59 821.15 137.7" fill="#268bef"></polygon><polygon points="821.15 137.7 818.69 138.19 823.56 132.59 821.15 137.7" fill="#50a0ff"></polygon><polygon points="821.15 137.7 821.15 146.65 827.06 139.83 821.15 137.7" fill="#0071f9"></polygon></g></g><g id="left-tree1"><path id="shadow-2" data-name="shadow" d="M250.27,354.8l10-1.92,10.73.35,5.65-.23,7.08,1.1,6.41-.87,8.18,1.12-6.15,1.95s-6.94,2.34-7.25,2.34H273.16l-5.94-1-11-1.08Z" opacity="0.15"></path><g id="tree"><g id="trunk-2" data-name="trunk"><polygon points="258.93 329.81 266.01 335.29 263.06 331.91 258.93 329.81" fill="#663600"></polygon><polygon points="263.06 331.91 260.76 328.2 268.62 335.18 263.06 331.91" fill="#8f4e00"></polygon><polygon points="266.01 335.29 268.62 335.18 263.06 331.91 266.01 335.29" fill="#a66102"></polygon><polygon points="266.01 335.29 271.71 340.64 268.62 335.18 266.01 335.29" fill="#be7721"></polygon><polygon points="268.62 335.18 274.61 340.93 271.71 340.64 268.62 335.18" fill="#8f4e00"></polygon><polygon points="273.8 342.9 274.61 340.93 271.71 340.64 273.8 342.9" fill="#663600"></polygon><polygon points="282.5 325.77 278.96 333.98 281.4 330.23 282.5 325.77" fill="#8f4e00"></polygon><polygon points="281.4 330.23 284.25 326.97 279.53 336.36 281.4 330.23" fill="#8f4e00"></polygon><polygon points="278.96 333.98 279.53 336.36 281.4 330.23 278.96 333.98" fill="#be7721"></polygon><polygon points="278.96 333.98 275.28 340.88 279.53 336.36 278.96 333.98" fill="#8f4e00"></polygon><polygon points="279.53 336.36 275.71 344.59 275.28 340.88 279.53 336.36" fill="#663600"></polygon><polygon points="274.32 343.07 275.71 344.59 275.28 340.88 274.32 343.07" fill="#fff"></polygon><polygon points="273.81 340.15 273.88 345.41 274.32 340.64 273.81 340.15" fill="#8f4e00"></polygon><polygon points="274.32 340.64 275.82 339.87 275.75 347.24 274.32 340.64" fill="#8f4e00"></polygon><polygon points="273.88 345.41 275.75 347.24 274.32 340.64 273.88 345.41" fill="#be7721"></polygon><polygon points="273.88 345.41 272.37 353.23 275.75 347.24 273.88 345.41" fill="#8f4e00"></polygon><polygon points="275.75 347.24 274.81 356.3 272.37 353.23 275.75 347.24" fill="#663600"></polygon><polygon points="272.37 353.23 269.68 355.79 272.15 356.3 272.37 353.23" fill="#663600"></polygon><polygon points="272.15 356.3 274.81 356.3 272.37 353.23 272.15 356.3" fill="#8f4e00"></polygon><polygon points="274.81 356.3 276.36 355.21 275.75 347.24 274.81 356.3" fill="#8f4e00"></polygon></g><polygon id="leaves-bg-2" data-name="leaves-bg" points="290.74 305.1 271.38 302.11 251.66 308.96 245.69 319.12 253.52 331.5 261.13 333.15 267.03 330.32 281.06 331.89 290.03 329.25 299.39 319.12 290.74 305.1" fill="#3b8701"></polygon><g id="leaves-2" data-name="leaves"><polygon points="245.69 319.12 265.25 311.85 265.21 323.81 245.69 319.12" fill="#3b8701"></polygon><polygon points="245.69 319.12 253.52 331.5 265.21 323.81 245.69 319.12" fill="#275e02"></polygon><polygon points="245.69 319.12 251.66 308.96 265.25 311.85 245.69 319.12" fill="#76b816"></polygon><polygon points="251.66 308.96 271.38 302.11 265.25 311.85 251.66 308.96" fill="#acd700"></polygon><polygon points="271.38 302.11 278.43 317.8 265.25 311.85 271.38 302.11" fill="#76b816"></polygon><polygon points="271.38 302.11 290.74 305.1 278.43 317.8 271.38 302.11" fill="#53a21e"></polygon><polygon points="278.43 317.8 265.21 323.81 265.25 311.85 278.43 317.8" fill="#53a21e"></polygon><polygon points="278.43 317.8 290.74 322.22 290.74 305.1 278.43 317.8" fill="#3b8701"></polygon><polygon points="290.74 305.1 299.39 319.12 290.74 322.22 290.74 305.1" fill="#307101"></polygon><polygon points="265.21 323.81 290.74 322.22 278.43 317.8 265.21 323.81" fill="#307101"></polygon><polygon points="290.74 322.22 290.03 329.25 299.39 319.12 290.74 322.22" fill="#275e02"></polygon><polygon points="290.03 329.25 265.21 323.81 290.74 322.22 290.03 329.25" fill="#3b8701"></polygon><polygon points="253.52 331.5 261.13 333.15 265.21 323.81 253.52 331.5" fill="#307101"></polygon><polygon points="281.06 331.89 290.03 329.25 265.21 323.81 281.06 331.89" fill="#275e02"></polygon><polygon points="261.13 333.15 267.03 330.32 265.21 323.81 261.13 333.15" fill="#275e02"></polygon><polygon points="267.03 330.32 281.06 331.89 265.21 323.81 267.03 330.32" fill="#1e4901"></polygon></g></g></g><g id="left-tree2"><path id="shadow-3" data-name="shadow" d="M316.1,372.44l8.38-1.61,9,.29,4.74-.19,5.94.92,5.38-.73,6.86.94-5.16,1.64s-5.82,2-6.09,2H335.3l-5-.87-9.19-.91Z" opacity="0.15"></path><g id="trunk-3" data-name="trunk"><polygon points="323.36 351.48 329.3 356.07 326.83 353.24 323.36 351.48" fill="#663600"></polygon><polygon points="326.83 353.24 324.9 350.13 331.49 355.98 326.83 353.24" fill="#8f4e00"></polygon><polygon points="329.3 356.07 331.49 355.98 326.83 353.24 329.3 356.07" fill="#a66102"></polygon><polygon points="329.3 356.07 334.08 360.56 331.49 355.98 329.3 356.07" fill="#be7721"></polygon><polygon points="331.49 355.98 336.52 360.8 334.08 360.56 331.49 355.98" fill="#8f4e00"></polygon><polygon points="335.83 362.46 336.52 360.8 334.08 360.56 335.83 362.46" fill="#663600"></polygon><polygon points="343.13 348.09 340.17 354.98 342.21 351.83 343.13 348.09" fill="#8f4e00"></polygon><polygon points="342.21 351.83 344.6 349.1 340.64 356.97 342.21 351.83" fill="#8f4e00"></polygon><polygon points="340.17 354.98 340.64 356.97 342.21 351.83 340.17 354.98" fill="#be7721"></polygon><polygon points="340.17 354.98 337.08 360.76 340.64 356.97 340.17 354.98" fill="#8f4e00"></polygon><polygon points="340.64 356.97 337.44 363.88 337.08 360.76 340.64 356.97" fill="#663600"></polygon><polygon points="336.27 362.6 337.44 363.88 337.08 360.76 336.27 362.6" fill="#fff"></polygon><polygon points="335.84 360.15 335.91 364.57 336.27 360.56 335.84 360.15" fill="#8f4e00"></polygon><polygon points="336.27 360.56 337.53 359.92 337.47 366.1 336.27 360.56" fill="#8f4e00"></polygon><polygon points="335.91 364.57 337.47 366.1 336.27 360.56 335.91 364.57" fill="#be7721"></polygon><polygon points="335.91 364.57 334.63 371.13 337.47 366.1 335.91 364.57" fill="#8f4e00"></polygon><polygon points="337.47 366.1 336.69 373.7 334.63 371.13 337.47 366.1" fill="#663600"></polygon><polygon points="334.63 371.13 332.38 373.27 334.45 373.7 334.63 371.13" fill="#663600"></polygon><polygon points="334.45 373.7 336.69 373.7 334.63 371.13 334.45 373.7" fill="#8f4e00"></polygon><polygon points="336.69 373.7 337.98 372.78 337.47 366.1 336.69 373.7" fill="#8f4e00"></polygon></g><polygon id="leaves-bg-3" data-name="leaves-bg" points="350.04 330.75 333.81 328.24 317.26 333.99 312.26 342.51 318.83 352.89 325.21 354.28 330.16 351.9 341.93 353.23 349.45 351.01 357.31 342.51 350.04 330.75" fill="#3b8701"></polygon><g id="leaves-3" data-name="leaves"><polygon points="312.26 342.51 328.66 336.42 328.63 346.44 312.26 342.51" fill="#3b8701"></polygon><polygon points="312.26 342.51 318.83 352.89 328.63 346.44 312.26 342.51" fill="#275e02"></polygon><polygon points="312.26 342.51 317.26 333.99 328.66 336.42 312.26 342.51" fill="#76b816"></polygon><polygon points="317.26 333.99 333.81 328.24 328.66 336.42 317.26 333.99" fill="#acd700"></polygon><polygon points="333.81 328.24 339.72 341.4 328.66 336.42 333.81 328.24" fill="#76b816"></polygon><polygon points="333.81 328.24 350.04 330.75 339.72 341.4 333.81 328.24" fill="#53a21e"></polygon><polygon points="339.72 341.4 328.63 346.44 328.66 336.42 339.72 341.4" fill="#53a21e"></polygon><polygon points="339.72 341.4 350.04 345.11 350.04 330.75 339.72 341.4" fill="#3b8701"></polygon><polygon points="350.04 330.75 357.31 342.51 350.04 345.11 350.04 330.75" fill="#307101"></polygon><polygon points="328.63 346.44 350.04 345.11 339.72 341.4 328.63 346.44" fill="#307101"></polygon><polygon points="350.04 345.11 349.45 351.01 357.31 342.51 350.04 345.11" fill="#275e02"></polygon><polygon points="349.45 351.01 328.63 346.44 350.04 345.11 349.45 351.01" fill="#3b8701"></polygon><polygon points="318.83 352.89 325.21 354.28 328.63 346.44 318.83 352.89" fill="#307101"></polygon><polygon points="341.93 353.23 349.45 351.01 328.63 346.44 341.93 353.23" fill="#275e02"></polygon><polygon points="325.21 354.28 330.16 351.9 328.63 346.44 325.21 354.28" fill="#275e02"></polygon><polygon points="330.16 351.9 341.93 353.23 328.63 346.44 330.16 351.9" fill="#1e4901"></polygon></g></g><g id="right-tree9"><path id="shadow-4" data-name="shadow" d="M1042.92,469.85l11.79-2.25,12.65.41,6.67-.28,8.36,1.31,7.56-1,9.66,1.32-7.26,2.3s-8.19,2.76-8.56,2.76h-13.86l-7-1.23L1050,471.88Z" opacity="0.15"></path><g id="trunk-4" data-name="trunk"><polygon points="1053.13 440.38 1061.49 446.83 1058.02 442.86 1053.13 440.38" fill="#663600"></polygon><polygon points="1058.02 442.86 1055.3 438.48 1064.57 446.71 1058.02 442.86" fill="#8f4e00"></polygon><polygon points="1061.49 446.83 1064.57 446.71 1058.02 442.86 1061.49 446.83" fill="#a66102"></polygon><polygon points="1061.49 446.83 1068.21 453.15 1064.57 446.71 1061.49 446.83" fill="#be7721"></polygon><polygon points="1064.57 446.71 1071.64 453.49 1068.21 453.15 1064.57 446.71" fill="#8f4e00"></polygon><polygon points="1070.68 455.82 1071.64 453.49 1068.21 453.15 1070.68 455.82" fill="#663600"></polygon><polygon points="1080.94 435.6 1076.78 445.3 1079.65 440.87 1080.94 435.6" fill="#8f4e00"></polygon><polygon points="1079.65 440.87 1083.01 437.02 1077.44 448.1 1079.65 440.87" fill="#8f4e00"></polygon><polygon points="1076.78 445.3 1077.44 448.1 1079.65 440.87 1076.78 445.3" fill="#be7721"></polygon><polygon points="1076.78 445.3 1072.43 453.44 1077.44 448.1 1076.78 445.3" fill="#8f4e00"></polygon><polygon points="1077.44 448.1 1072.94 457.81 1072.43 453.44 1077.44 448.1" fill="#663600"></polygon><polygon points="1071.3 456.02 1072.94 457.81 1072.43 453.44 1071.3 456.02" fill="#fff"></polygon><polygon points="1070.69 452.58 1070.78 458.78 1071.3 453.15 1070.69 452.58" fill="#8f4e00"></polygon><polygon points="1071.3 453.15 1073.07 452.25 1072.98 460.94 1071.3 453.15" fill="#8f4e00"></polygon><polygon points="1070.78 458.78 1072.98 460.94 1071.3 453.15 1070.78 458.78" fill="#be7721"></polygon><polygon points="1070.78 458.78 1068.99 468.01 1072.98 460.94 1070.78 458.78" fill="#8f4e00"></polygon><polygon points="1072.98 460.94 1071.88 471.63 1068.99 468.01 1072.98 460.94" fill="#663600"></polygon><polygon points="1068.99 468.01 1065.82 471.03 1068.73 471.63 1068.99 468.01" fill="#663600"></polygon><polygon points="1068.73 471.63 1071.88 471.63 1068.99 468.01 1068.73 471.63" fill="#8f4e00"></polygon><polygon points="1071.88 471.63 1073.7 470.34 1072.98 460.94 1071.88 471.63" fill="#8f4e00"></polygon></g><polygon id="leaves-bg-4" data-name="leaves-bg" points="1090.67 411.22 1067.83 407.69 1044.56 415.77 1037.52 427.76 1046.76 442.37 1055.74 444.32 1062.69 440.97 1079.25 442.83 1089.83 439.72 1100.88 427.76 1090.67 411.22" fill="#3b8701"></polygon><g id="leaves-4" data-name="leaves"><polygon points="1037.52 427.76 1060.59 419.18 1060.55 433.29 1037.52 427.76" fill="#3b8701"></polygon><polygon points="1037.52 427.76 1046.76 442.37 1060.55 433.29 1037.52 427.76" fill="#275e02"></polygon><polygon points="1037.52 427.76 1044.56 415.77 1060.59 419.18 1037.52 427.76" fill="#76b816"></polygon><polygon points="1044.56 415.77 1067.83 407.69 1060.59 419.18 1044.56 415.77" fill="#acd700"></polygon><polygon points="1067.83 407.69 1076.15 426.2 1060.59 419.18 1067.83 407.69" fill="#76b816"></polygon><polygon points="1067.83 407.69 1090.67 411.22 1076.15 426.2 1067.83 407.69" fill="#53a21e"></polygon><polygon points="1076.15 426.2 1060.55 433.29 1060.59 419.18 1076.15 426.2" fill="#53a21e"></polygon><polygon points="1076.15 426.2 1090.67 431.42 1090.67 411.22 1076.15 426.2" fill="#3b8701"></polygon><polygon points="1090.67 411.22 1100.88 427.76 1090.67 431.42 1090.67 411.22" fill="#307101"></polygon><polygon points="1060.55 433.29 1090.67 431.42 1076.15 426.2 1060.55 433.29" fill="#307101"></polygon><polygon points="1090.67 431.42 1089.83 439.72 1100.88 427.76 1090.67 431.42" fill="#275e02"></polygon><polygon points="1089.83 439.72 1060.55 433.29 1090.67 431.42 1089.83 439.72" fill="#3b8701"></polygon><polygon points="1046.76 442.37 1055.74 444.32 1060.55 433.29 1046.76 442.37" fill="#307101"></polygon><polygon points="1079.25 442.83 1089.83 439.72 1060.55 433.29 1079.25 442.83" fill="#275e02"></polygon><polygon points="1055.74 444.32 1062.69 440.97 1060.55 433.29 1055.74 444.32" fill="#275e02"></polygon><polygon points="1062.69 440.97 1079.25 442.83 1060.55 433.29 1062.69 440.97" fill="#1e4901"></polygon></g></g><g id="right-tree3"><path id="shadow-5" data-name="shadow" d="M1185.79,366.26l8.3-1.59,8.9.29,4.69-.19,5.88.92,5.33-.73,6.79.93-5.11,1.62s-5.76,1.94-6,1.94h-9.75l-4.93-.86-9.1-.9Z" opacity="0.15"></path><g id="trunk-5" data-name="trunk"><polygon points="1192.98 345.52 1198.86 350.07 1196.42 347.27 1192.98 345.52" fill="#663600"></polygon><polygon points="1196.42 347.27 1194.51 344.19 1201.03 349.98 1196.42 347.27" fill="#8f4e00"></polygon><polygon points="1198.86 350.07 1201.03 349.98 1196.42 347.27 1198.86 350.07" fill="#a66102"></polygon><polygon points="1198.86 350.07 1203.59 354.51 1201.03 349.98 1198.86 350.07" fill="#be7721"></polygon><polygon points="1201.03 349.98 1206 354.75 1203.59 354.51 1201.03 349.98" fill="#8f4e00"></polygon><polygon points="1205.32 356.39 1206 354.75 1203.59 354.51 1205.32 356.39" fill="#663600"></polygon><polygon points="1212.55 342.17 1209.61 348.99 1211.63 345.87 1212.55 342.17" fill="#8f4e00"></polygon><polygon points="1211.63 345.87 1214 343.16 1210.08 350.96 1211.63 345.87" fill="#8f4e00"></polygon><polygon points="1209.61 348.99 1210.08 350.96 1211.63 345.87 1209.61 348.99" fill="#be7721"></polygon><polygon points="1209.61 348.99 1206.56 354.71 1210.08 350.96 1209.61 348.99" fill="#8f4e00"></polygon><polygon points="1210.08 350.96 1206.91 357.79 1206.56 354.71 1210.08 350.96" fill="#663600"></polygon><polygon points="1205.76 356.53 1206.91 357.79 1206.56 354.71 1205.76 356.53" fill="#fff"></polygon><polygon points="1205.34 354.11 1205.4 358.47 1205.76 354.51 1205.34 354.11" fill="#8f4e00"></polygon><polygon points="1205.76 354.51 1207 353.87 1206.94 359.99 1205.76 354.51" fill="#8f4e00"></polygon><polygon points="1205.4 358.47 1206.94 359.99 1205.76 354.51 1205.4 358.47" fill="#be7721"></polygon><polygon points="1205.4 358.47 1204.14 364.96 1206.94 359.99 1205.4 358.47" fill="#8f4e00"></polygon><polygon points="1206.94 359.99 1206.17 367.51 1204.14 364.96 1206.94 359.99" fill="#663600"></polygon><polygon points="1204.14 364.96 1201.91 367.09 1203.96 367.51 1204.14 364.96" fill="#663600"></polygon><polygon points="1203.96 367.51 1206.17 367.51 1204.14 364.96 1203.96 367.51" fill="#8f4e00"></polygon><polygon points="1206.17 367.51 1207.45 366.61 1206.94 359.99 1206.17 367.51" fill="#8f4e00"></polygon></g><polygon id="leaves-bg-5" data-name="leaves-bg" points="1219.39 325.01 1203.32 322.52 1186.95 328.21 1181.99 336.65 1188.49 346.92 1194.81 348.3 1199.71 345.94 1211.35 347.25 1218.8 345.06 1226.57 336.65 1219.39 325.01" fill="#3b8701"></polygon><g id="leaves-5" data-name="leaves"><polygon points="1181.99 336.65 1198.23 330.61 1198.2 340.54 1181.99 336.65" fill="#3b8701"></polygon><polygon points="1181.99 336.65 1188.49 346.92 1198.2 340.54 1181.99 336.65" fill="#275e02"></polygon><polygon points="1181.99 336.65 1186.95 328.21 1198.23 330.61 1181.99 336.65" fill="#76b816"></polygon><polygon points="1186.95 328.21 1203.32 322.52 1198.23 330.61 1186.95 328.21" fill="#acd700"></polygon><polygon points="1203.32 322.52 1209.17 335.55 1198.23 330.61 1203.32 322.52" fill="#76b816"></polygon><polygon points="1203.32 322.52 1219.39 325.01 1209.17 335.55 1203.32 322.52" fill="#53a21e"></polygon><polygon points="1209.17 335.55 1198.2 340.54 1198.23 330.61 1209.17 335.55" fill="#53a21e"></polygon><polygon points="1209.17 335.55 1219.39 339.22 1219.39 325.01 1209.17 335.55" fill="#3b8701"></polygon><polygon points="1219.39 325.01 1226.58 336.65 1219.39 339.22 1219.39 325.01" fill="#307101"></polygon><polygon points="1198.2 340.54 1219.39 339.22 1209.17 335.55 1198.2 340.54" fill="#307101"></polygon><polygon points="1219.39 339.22 1218.8 345.06 1226.58 336.65 1219.39 339.22" fill="#275e02"></polygon><polygon points="1218.8 345.06 1198.2 340.54 1219.39 339.22 1218.8 345.06" fill="#3b8701"></polygon><polygon points="1188.49 346.92 1194.81 348.3 1198.2 340.54 1188.49 346.92" fill="#307101"></polygon><polygon points="1211.35 347.25 1218.8 345.06 1198.2 340.54 1211.35 347.25" fill="#275e02"></polygon><polygon points="1194.81 348.3 1199.71 345.94 1198.2 340.54 1194.81 348.3" fill="#275e02"></polygon><polygon points="1199.71 345.94 1211.35 347.25 1198.2 340.54 1199.71 345.94" fill="#1e4901"></polygon></g></g><g id="right-tree2"><path id="shadow-6" data-name="shadow" d="M1093,375.37l7-1.34,7.46.25,3.94-.17,4.93.77,4.46-.6,5.7.77-4.28,1.36s-4.84,1.63-5.05,1.63h-8.18l-4.14-.72-7.62-.76Z" opacity="0.15"></path><g id="trunk-6" data-name="trunk"><polygon points="1099.03 357.97 1103.96 361.78 1101.91 359.43 1099.03 357.97" fill="#663600"></polygon><polygon points="1101.91 359.43 1100.3 356.85 1105.77 361.71 1101.91 359.43" fill="#8f4e00"></polygon><polygon points="1103.96 361.78 1105.77 361.71 1101.91 359.43 1103.96 361.78" fill="#a66102"></polygon><polygon points="1103.96 361.78 1107.92 365.51 1105.77 361.71 1103.96 361.78" fill="#be7721"></polygon><polygon points="1105.77 361.71 1109.95 365.71 1107.92 365.51 1105.77 361.71" fill="#8f4e00"></polygon><polygon points="1109.38 367.08 1109.95 365.71 1107.92 365.51 1109.38 367.08" fill="#663600"></polygon><polygon points="1115.44 355.15 1112.98 360.88 1114.67 358.26 1115.44 355.15" fill="#8f4e00"></polygon><polygon points="1114.67 358.26 1116.65 355.99 1113.37 362.53 1114.67 358.26" fill="#8f4e00"></polygon><polygon points="1112.98 360.88 1113.37 362.53 1114.67 358.26 1112.98 360.88" fill="#be7721"></polygon><polygon points="1112.98 360.88 1110.41 365.68 1113.37 362.53 1112.98 360.88" fill="#8f4e00"></polygon><polygon points="1113.37 362.53 1110.71 368.26 1110.41 365.68 1113.37 362.53" fill="#663600"></polygon><polygon points="1109.74 367.2 1110.71 368.26 1110.41 365.68 1109.74 367.2" fill="#fff"></polygon><polygon points="1109.39 365.17 1109.44 368.83 1109.74 365.51 1109.39 365.17" fill="#8f4e00"></polygon><polygon points="1109.74 365.51 1110.79 364.98 1110.74 370.11 1109.74 365.51" fill="#8f4e00"></polygon><polygon points="1109.44 368.83 1110.74 370.11 1109.74 365.51 1109.44 368.83" fill="#be7721"></polygon><polygon points="1109.44 368.83 1108.38 374.28 1110.74 370.11 1109.44 368.83" fill="#8f4e00"></polygon><polygon points="1110.74 370.11 1110.09 376.42 1108.38 374.28 1110.74 370.11" fill="#663600"></polygon><polygon points="1108.38 374.28 1106.51 376.06 1108.23 376.42 1108.38 374.28" fill="#663600"></polygon><polygon points="1108.23 376.42 1110.09 376.42 1108.38 374.28 1108.23 376.42" fill="#8f4e00"></polygon><polygon points="1110.09 376.42 1111.16 375.65 1110.74 370.11 1110.09 376.42" fill="#8f4e00"></polygon></g><polygon id="leaves-bg-6" data-name="leaves-bg" points="1121.17 340.77 1107.7 338.68 1093.96 343.45 1089.81 350.53 1095.26 359.14 1100.56 360.3 1104.67 358.32 1114.44 359.42 1120.68 357.58 1127.2 350.53 1121.17 340.77" fill="#3b8701"></polygon><g id="leaves-6" data-name="leaves"><polygon points="1089.81 350.53 1103.43 345.46 1103.4 353.79 1089.81 350.53" fill="#3b8701"></polygon><polygon points="1089.81 350.53 1095.26 359.14 1103.4 353.79 1089.81 350.53" fill="#275e02"></polygon><polygon points="1089.81 350.53 1093.96 343.45 1103.43 345.46 1089.81 350.53" fill="#76b816"></polygon><polygon points="1093.96 343.45 1107.7 338.68 1103.43 345.46 1093.96 343.45" fill="#acd700"></polygon><polygon points="1107.7 338.68 1112.61 349.6 1103.43 345.46 1107.7 338.68" fill="#76b816"></polygon><polygon points="1107.7 338.68 1121.17 340.77 1112.61 349.6 1107.7 338.68" fill="#53a21e"></polygon><polygon points="1112.61 349.6 1103.4 353.79 1103.43 345.46 1112.61 349.6" fill="#53a21e"></polygon><polygon points="1112.61 349.6 1121.17 352.68 1121.17 340.77 1112.61 349.6" fill="#3b8701"></polygon><polygon points="1121.17 340.77 1127.2 350.53 1121.17 352.68 1121.17 340.77" fill="#307101"></polygon><polygon points="1103.4 353.79 1121.17 352.68 1112.61 349.6 1103.4 353.79" fill="#307101"></polygon><polygon points="1121.17 352.68 1120.68 357.58 1127.2 350.53 1121.17 352.68" fill="#275e02"></polygon><polygon points="1120.68 357.58 1103.4 353.79 1121.17 352.68 1120.68 357.58" fill="#3b8701"></polygon><polygon points="1095.26 359.14 1100.56 360.3 1103.4 353.79 1095.26 359.14" fill="#307101"></polygon><polygon points="1114.44 359.42 1120.68 357.58 1103.4 353.79 1114.44 359.42" fill="#275e02"></polygon><polygon points="1100.56 360.3 1104.67 358.32 1103.4 353.79 1100.56 360.3" fill="#275e02"></polygon><polygon points="1104.67 358.32 1114.44 359.42 1103.4 353.79 1104.67 358.32" fill="#1e4901"></polygon></g></g><g id="shrub"><path id="shadow-7" data-name="shadow" d="M238.8,443.62l10.84-2.22,9,1.76,8.27-.18,5.42.06,5.33,2.46-10.75,2.3s-8,.35-9,0-7.89.16-8.69.16-6.2-1.54-6.2-1.54l-2.11-.92Z" opacity="0.3"></path><polygon points="264.11 446.56 260.72 440.44 269.11 439.63 264.11 446.56" fill="#479610"></polygon><polygon points="264.11 446.56 272.34 444.09 269.11 439.63 264.11 446.56" fill="#307101"></polygon><polygon points="264.11 446.56 257.34 444.68 260.72 440.44 264.11 446.56" fill="#307101"></polygon><polygon points="257.34 444.68 255.06 437.99 260.72 440.44 257.34 444.68" fill="#275e02"></polygon><polygon points="255.06 437.99 263.22 434.82 260.72 440.44 255.06 437.99" fill="#479610"></polygon><polygon points="255.06 437.99 257.34 432.13 263.22 434.82 255.06 437.99" fill="#418a0f"></polygon><polygon points="263.22 434.82 269.11 439.63 260.72 440.44 263.22 434.82" fill="#418a0f"></polygon><polygon points="263.22 434.82 265.37 432.05 257.34 432.13 263.22 434.82" fill="#76b816"></polygon><polygon points="257.34 432.13 264.11 429.66 265.37 432.05 257.34 432.13" fill="#acd700"></polygon><polygon points="269.11 439.63 265.37 432.05 263.22 434.82 269.11 439.63" fill="#53a21e"></polygon><polygon points="265.37 432.05 273.3 432.97 264.11 429.66 265.37 432.05" fill="#76b816"></polygon><polygon points="273.3 432.97 269.11 439.63 265.37 432.05 273.3 432.97" fill="#418a0f"></polygon><polygon points="272.34 444.09 274.99 438.34 269.11 439.63 272.34 444.09" fill="#275e02"></polygon><polygon points="274.99 438.34 273.3 432.97 269.11 439.63 274.99 438.34" fill="#307101"></polygon><polygon points="248.84 446.56 246.91 440.17 255.06 437.99 248.84 446.56" fill="#479610"></polygon><polygon points="248.84 446.56 257.34 444.68 255.06 437.99 248.84 446.56" fill="#307101"></polygon><polygon points="248.84 446.56 242.79 444.54 246.91 440.17 248.84 446.56" fill="#275e02"></polygon><polygon points="242.79 444.54 239.1 436.35 246.91 440.17 242.79 444.54" fill="#479610"></polygon><polygon points="239.1 436.35 247.95 435.73 246.91 440.17 239.1 436.35" fill="#76b816"></polygon><polygon points="239.1 436.35 242.07 432.13 247.95 435.73 239.1 436.35" fill="#acd700"></polygon><polygon points="247.95 435.73 255.06 437.99 246.91 440.17 247.95 435.73" fill="#53a21e"></polygon><polygon points="247.95 435.73 250.98 432.5 242.07 432.13 247.95 435.73" fill="#76b816"></polygon><polygon points="242.07 432.13 250.54 429.1 250.98 432.5 242.07 432.13" fill="#acd700"></polygon><polygon points="255.06 437.99 250.98 432.5 247.95 435.73 255.06 437.99" fill="#479610"></polygon><polygon points="250.98 432.5 257.34 432.13 250.54 429.1 250.98 432.5" fill="#76b816"></polygon><polygon points="257.34 432.13 255.06 437.99 250.98 432.5 257.34 432.13" fill="#53a21e"></polygon></g><g id="right-tree7"><polygon id="shadow-8" data-name="shadow" points="1497.49 431.8 1511.75 426.58 1525.83 431.8 1517.71 433.52 1497.49 431.8" opacity="0.15"></polygon><g id="trunk-7" data-name="trunk"><polygon points="1508.44 400.12 1510.15 417.75 1511.02 408.93 1508.44 400.12" fill="#e39946"></polygon><polygon points="1511.02 408.93 1513.24 400.59 1513.84 421.36 1511.02 408.93" fill="#be7721"></polygon><polygon points="1510.15 417.75 1513.84 421.36 1511.02 408.93 1510.15 417.75" fill="#a66102"></polygon><polygon points="1510.15 417.75 1510.15 425.73 1513.84 421.36 1510.15 417.75" fill="#be7721"></polygon><polygon points="1513.84 421.36 1515 431.8 1510.15 425.73 1513.84 421.36" fill="#a66102"></polygon><polygon points="1510.15 425.73 1504.84 430.8 1509.73 431.8 1510.15 425.73" fill="#663600"></polygon><polygon points="1509.73 431.8 1515 431.8 1510.15 425.73 1509.73 431.8" fill="#8f4e00"></polygon><polygon points="1515 431.8 1518.05 431.8 1514.42 426.58 1515 431.8" fill="#8f4e00"></polygon></g><polygon id="leavs-bg" points="1525.83 375.18 1515.71 366.45 1495.72 375.18 1491.22 388.13 1497.13 403.89 1510.92 408.96 1523.8 405.72 1531.75 388.13 1525.83 375.18" fill="#53a21e"></polygon><g id="leaves-7" data-name="leaves"><polygon points="1491.22 388.13 1507.83 375.18 1507.83 397.7 1491.22 388.13" fill="#76b816"></polygon><polygon points="1491.22 388.13 1497.13 403.89 1507.83 397.7 1491.22 388.13" fill="#53a21e"></polygon><polygon points="1491.22 388.13 1495.72 375.18 1507.83 375.18 1491.22 388.13" fill="#acd700"></polygon><polygon points="1495.72 375.18 1515.71 366.45 1507.83 375.18 1495.72 375.18" fill="#76b816"></polygon><polygon points="1515.71 366.45 1519.37 386.44 1507.83 375.18 1515.71 366.45" fill="#acd700"></polygon><polygon points="1515.71 366.45 1525.83 375.18 1519.37 386.44 1515.71 366.45" fill="#76b816"></polygon><polygon points="1519.37 386.44 1507.83 397.7 1507.83 375.18 1519.37 386.44" fill="#53a21e"></polygon><polygon points="1519.37 386.44 1524.43 397.7 1525.83 375.18 1519.37 386.44" fill="#53a21e"></polygon><polygon points="1525.83 375.18 1531.75 388.13 1524.43 397.7 1525.83 375.18" fill="#76b816"></polygon><polygon points="1507.83 397.7 1524.43 397.7 1519.37 386.44 1507.83 397.7" fill="#3b8701"></polygon><polygon points="1524.43 397.7 1523.8 405.72 1531.75 388.13 1524.43 397.7" fill="#3b8701"></polygon><polygon points="1523.8 405.72 1507.83 397.7 1524.43 397.7 1523.8 405.72" fill="#307101"></polygon><polygon points="1497.13 403.89 1510.92 408.96 1507.83 397.7 1497.13 403.89" fill="#307101"></polygon><polygon points="1510.92 408.96 1523.8 405.72 1507.83 397.7 1510.92 408.96" fill="#3b8701"></polygon></g></g><g id="right-tree4"><path id="shadow-9" data-name="shadow" d="M1280.76,366c.56-.21,4.43-1.87,4.43-1.87l11,.78,2.46,1.72-3.23,1.93-6.73.48-4.66-.48Z" opacity="0.15"></path><g id="tree-2" data-name="tree"><g id="trunk-8" data-name="trunk"><polygon points="1287.49 354.72 1287.94 358.3 1289.88 354.14 1287.49 354.72" fill="#fff"></polygon><polygon points="1289.88 354.14 1291.33 355.09 1290.88 361.19 1289.88 354.14" fill="#8f4e00"></polygon><polygon points="1287.94 358.3 1290.88 361.19 1289.88 354.14 1287.94 358.3" fill="#663600"></polygon><polygon points="1287.94 358.3 1287.94 364.98 1290.88 361.19 1287.94 358.3" fill="#8f4e00"></polygon><polygon points="1290.88 361.19 1291.82 367.03 1287.94 364.98 1290.88 361.19" fill="#663600"></polygon><polygon points="1287.94 364.98 1283.69 366.23 1287.6 367.03 1287.94 364.98" fill="#663600"></polygon><polygon points="1287.6 367.03 1291.82 367.03 1287.94 364.98 1287.6 367.03" fill="#8f4e00"></polygon><polygon points="1291.82 367.03 1294.25 367.03 1291.49 364.98 1291.82 367.03" fill="#8f4e00"></polygon></g><g id="leaves-8" data-name="leaves"><polygon points="1279.16 346.97 1286.78 334.01 1286.54 352.19 1279.16 346.97" fill="#3b8701"></polygon><polygon points="1279.16 346.97 1279.07 353.57 1286.54 352.19 1279.16 346.97" fill="#275e02"></polygon><polygon points="1279.16 346.97 1282.1 336.69 1286.78 334.01 1279.16 346.97" fill="#76b816"></polygon><polygon points="1282.1 336.69 1289.11 319.3 1286.78 334.01 1282.1 336.69" fill="#acd700"></polygon><polygon points="1289.11 319.3 1292.7 336.84 1286.78 334.01 1289.11 319.3" fill="#53a21e"></polygon><polygon points="1289.11 319.3 1295.41 334.12 1292.7 336.84 1289.11 319.3" fill="#76b816"></polygon><polygon points="1292.7 336.84 1286.54 352.19 1286.78 334.01 1292.7 336.84" fill="#53a21e"></polygon><polygon points="1292.7 336.84 1295.18 350.93 1295.41 334.12 1292.7 336.84" fill="#53a21e"></polygon><polygon points="1295.41 334.12 1298.96 350.34 1295.18 350.93 1295.41 334.12" fill="#307101"></polygon><polygon points="1286.54 352.19 1295.18 350.93 1292.7 336.84 1286.54 352.19" fill="#76b816"></polygon><polygon points="1295.18 350.93 1294.56 358.37 1298.96 350.34 1295.18 350.93" fill="#275e02"></polygon><polygon points="1294.56 358.37 1286.54 352.19 1295.18 350.93 1294.56 358.37" fill="#3b8701"></polygon><polygon points="1279.07 353.57 1286.44 358.91 1286.54 352.19 1279.07 353.57" fill="#1e4901"></polygon><polygon points="1286.44 358.91 1294.56 358.37 1286.54 352.19 1286.44 358.91" fill="#275e02"></polygon></g></g></g><g id="right-tree5"><path id="shadow-10" data-name="shadow" d="M1329.17,360.89c.31-.12,2.54-1.07,2.54-1.07l6.31.44,1.41,1-1.85,1.11-3.87.28-2.67-.28Z" opacity="0.15"></path><g id="tree-3" data-name="tree"><g id="trunk-9" data-name="trunk"><polygon points="1333.03 354.41 1333.29 356.47 1334.4 354.08 1333.03 354.41" fill="#fff"></polygon><polygon points="1334.4 354.08 1335.24 354.63 1334.98 358.13 1334.4 354.08" fill="#8f4e00"></polygon><polygon points="1333.29 356.47 1334.98 358.13 1334.4 354.08 1333.29 356.47" fill="#663600"></polygon><polygon points="1333.29 356.47 1333.29 360.3 1334.98 358.13 1333.29 356.47" fill="#8f4e00"></polygon><polygon points="1334.98 358.13 1335.51 361.48 1333.29 360.3 1334.98 358.13" fill="#663600"></polygon><polygon points="1333.29 360.3 1330.85 361.02 1333.09 361.48 1333.29 360.3" fill="#663600"></polygon><polygon points="1333.09 361.48 1335.51 361.48 1333.29 360.3 1333.09 361.48" fill="#8f4e00"></polygon><polygon points="1335.51 361.48 1336.91 361.48 1335.33 360.3 1335.51 361.48" fill="#8f4e00"></polygon></g><g id="leaves-9" data-name="leaves"><polygon points="1328.25 349.96 1332.62 342.52 1332.48 352.96 1328.25 349.96" fill="#3b8701"></polygon><polygon points="1328.25 349.96 1328.19 353.75 1332.48 352.96 1328.25 349.96" fill="#275e02"></polygon><polygon points="1328.25 349.96 1329.93 344.06 1332.62 342.52 1328.25 349.96" fill="#76b816"></polygon><polygon points="1329.93 344.06 1333.96 334.07 1332.62 342.52 1329.93 344.06" fill="#acd700"></polygon><polygon points="1333.96 334.07 1336.02 344.14 1332.62 342.52 1333.96 334.07" fill="#53a21e"></polygon><polygon points="1333.96 334.07 1337.58 342.58 1336.02 344.14 1333.96 334.07" fill="#76b816"></polygon><polygon points="1336.02 344.14 1332.48 352.96 1332.62 342.52 1336.02 344.14" fill="#53a21e"></polygon><polygon points="1336.02 344.14 1337.44 352.24 1337.58 342.58 1336.02 344.14" fill="#53a21e"></polygon><polygon points="1337.58 342.58 1339.62 351.9 1337.44 352.24 1337.58 342.58" fill="#307101"></polygon><polygon points="1332.48 352.96 1337.44 352.24 1336.02 344.14 1332.48 352.96" fill="#76b816"></polygon><polygon points="1337.44 352.24 1337.09 356.51 1339.62 351.9 1337.44 352.24" fill="#275e02"></polygon><polygon points="1337.09 356.51 1332.48 352.96 1337.44 352.24 1337.09 356.51" fill="#3b8701"></polygon><polygon points="1328.19 353.75 1332.43 356.82 1332.48 352.96 1328.19 353.75" fill="#1e4901"></polygon><polygon points="1332.43 356.82 1337.09 356.51 1332.48 352.96 1332.43 356.82" fill="#275e02"></polygon></g></g></g><g id="right-tree8"><path id="shadow-11" data-name="shadow" d="M1429.29,426.74c.56-.22,4.46-1.89,4.46-1.89l11.07.78,2.47,1.73-3.25,2-6.77.48-4.7-.48Z" opacity="0.15"></path><g id="trunk-10" data-name="trunk"><polygon points="1436.07 415.37 1436.52 418.98 1438.47 414.79 1436.07 415.37" fill="#fff"></polygon><polygon points="1438.47 414.79 1439.94 415.75 1439.49 421.89 1438.47 414.79" fill="#8f4e00"></polygon><polygon points="1436.52 418.98 1439.49 421.89 1438.47 414.79 1436.52 418.98" fill="#663600"></polygon><polygon points="1436.52 418.98 1436.52 425.7 1439.49 421.89 1436.52 418.98" fill="#8f4e00"></polygon><polygon points="1439.49 421.89 1440.42 427.77 1436.52 425.7 1439.49 421.89" fill="#663600"></polygon><polygon points="1436.52 425.7 1432.24 426.96 1436.17 427.77 1436.52 425.7" fill="#663600"></polygon><polygon points="1436.17 427.77 1440.42 427.77 1436.52 425.7 1436.17 427.77" fill="#8f4e00"></polygon><polygon points="1440.42 427.77 1442.88 427.77 1440.1 425.7 1440.42 427.77" fill="#8f4e00"></polygon></g><polygon id="leaves-bg-7" data-name="leaves-bg" points="1444.04 394.63 1437.7 379.7 1430.63 397.22 1427.68 407.57 1427.59 414.21 1435.02 419.59 1443.19 419.05 1447.62 410.96 1444.04 394.63" fill="#53a21e"></polygon><g id="leaves-10" data-name="leaves"><polygon points="1427.68 407.57 1435.36 394.51 1435.11 412.83 1427.68 407.57" fill="#3b8701"></polygon><polygon points="1427.68 407.57 1427.59 414.21 1435.11 412.83 1427.68 407.57" fill="#275e02"></polygon><polygon points="1427.68 407.57 1430.63 397.22 1435.36 394.51 1427.68 407.57" fill="#76b816"></polygon><polygon points="1430.63 397.22 1437.7 379.7 1435.36 394.51 1430.63 397.22" fill="#acd700"></polygon><polygon points="1437.7 379.7 1441.32 397.36 1435.36 394.51 1437.7 379.7" fill="#53a21e"></polygon><polygon points="1437.7 379.7 1444.04 394.63 1441.32 397.36 1437.7 379.7" fill="#76b816"></polygon><polygon points="1441.32 397.36 1435.11 412.83 1435.36 394.51 1441.32 397.36" fill="#53a21e"></polygon><polygon points="1441.32 397.36 1443.81 411.56 1444.04 394.63 1441.32 397.36" fill="#53a21e"></polygon><polygon points="1444.04 394.63 1447.62 410.96 1443.81 411.56 1444.04 394.63" fill="#307101"></polygon><polygon points="1435.11 412.83 1443.81 411.56 1441.32 397.36 1435.11 412.83" fill="#76b816"></polygon><polygon points="1443.81 411.56 1443.19 419.05 1447.62 410.96 1443.81 411.56" fill="#275e02"></polygon><polygon points="1443.19 419.05 1435.11 412.83 1443.81 411.56 1443.19 419.05" fill="#3b8701"></polygon><polygon points="1427.59 414.21 1435.02 419.59 1435.11 412.83 1427.59 414.21" fill="#1e4901"></polygon><polygon points="1435.02 419.59 1443.19 419.05 1435.11 412.83 1435.02 419.59" fill="#275e02"></polygon></g></g><g id="left-tree4"><path id="shadow-12" data-name="shadow" d="M235.19,397.44c.46-.17,3.67-1.55,3.67-1.55l9.1.65,2,1.42-2.68,1.6-5.57.4-3.86-.4Z" opacity="0.15"></path><g id="tree-4" data-name="tree"><g id="trunk-11" data-name="trunk"><polygon points="240.77 388.1 241.14 391.06 242.74 387.62 240.77 388.1" fill="#fff"></polygon><polygon points="242.74 387.62 243.95 388.41 243.58 393.45 242.74 387.62" fill="#8f4e00"></polygon><polygon points="241.14 391.06 243.58 393.45 242.74 387.62 241.14 391.06" fill="#663600"></polygon><polygon points="241.14 391.06 241.14 396.59 243.58 393.45 241.14 391.06" fill="#8f4e00"></polygon><polygon points="243.58 393.45 244.35 398.29 241.14 396.59 243.58 393.45" fill="#663600"></polygon><polygon points="241.14 396.59 237.62 397.63 240.85 398.29 241.14 396.59" fill="#663600"></polygon><polygon points="240.85 398.29 244.35 398.29 241.14 396.59 240.85 398.29" fill="#8f4e00"></polygon><polygon points="244.35 398.29 246.37 398.29 244.08 396.59 244.35 398.29" fill="#8f4e00"></polygon></g><polygon id="leaves-bg-8" data-name="leaves-bg" points="247.32 371.04 242.11 358.76 236.3 373.17 233.87 381.68 233.79 387.14 239.9 391.57 246.62 391.12 250.27 384.47 247.32 371.04" fill="#53a21e"></polygon><g id="leaves-11" data-name="leaves"><polygon points="233.87 381.68 240.18 370.94 239.98 386 233.87 381.68" fill="#3b8701"></polygon><polygon points="233.87 381.68 233.79 387.14 239.98 386 233.87 381.68" fill="#275e02"></polygon><polygon points="233.87 381.68 236.3 373.17 240.18 370.94 233.87 381.68" fill="#76b816"></polygon><polygon points="236.3 373.17 242.11 358.76 240.18 370.94 236.3 373.17" fill="#acd700"></polygon><polygon points="242.11 358.76 245.08 373.29 240.18 370.94 242.11 358.76" fill="#53a21e"></polygon><polygon points="242.11 358.76 247.32 371.04 245.08 373.29 242.11 358.76" fill="#76b816"></polygon><polygon points="245.08 373.29 239.98 386 240.18 370.94 245.08 373.29" fill="#53a21e"></polygon><polygon points="245.08 373.29 247.13 384.96 247.32 371.04 245.08 373.29" fill="#53a21e"></polygon><polygon points="247.32 371.04 250.27 384.47 247.13 384.96 247.32 371.04" fill="#307101"></polygon><polygon points="239.98 386 247.13 384.96 245.08 373.29 239.98 386" fill="#76b816"></polygon><polygon points="247.13 384.96 246.62 391.12 250.27 384.47 247.13 384.96" fill="#275e02"></polygon><polygon points="246.62 391.12 239.98 386 247.13 384.96 246.62 391.12" fill="#3b8701"></polygon><polygon points="233.79 387.14 239.9 391.57 239.98 386 233.79 387.14" fill="#1e4901"></polygon><polygon points="239.9 391.57 246.62 391.12 239.98 386 239.9 391.57" fill="#275e02"></polygon></g></g></g><g id="left-tree3"><polygon id="shadow-13" data-name="shadow" points="194.49 367.64 199.06 365.33 204.38 366.25 210.94 365.27 213.68 366.25 217.27 367.96 210.78 369.73 203.64 369.73 200.56 369.32 197.15 369.15 194.49 367.64" opacity="0.15"></polygon><g id="tree-5" data-name="tree"><g id="trunk-12" data-name="trunk"><polygon points="207.66 350.43 207.08 360.22 206.04 355.43 207.66 350.43" fill="#663600"></polygon><polygon points="206.04 355.43 203.96 350.97 204.38 362.43 206.04 355.43" fill="#663600"></polygon><polygon points="207.08 360.22 204.38 362.43 206.04 355.43 207.08 360.22" fill="#8f4e00"></polygon><polygon points="207.08 360.22 207.42 364.61 204.38 362.43 207.08 360.22" fill="#be7721"></polygon><polygon points="204.38 362.43 203.92 368.24 207.42 364.61 204.38 362.43" fill="#8f4e00"></polygon><polygon points="208 367.92 203.92 368.24 207.42 364.61 208 367.92" fill="#663600"></polygon></g><polygon id="leaves-bg-9" data-name="leaves-bg" points="217.58 329.66 213.57 320.73 207.99 317.59 197.15 321.49 194.49 327.87 196.97 336.84 194.49 343.98 197.75 352.68 205.35 355.47 212.45 353.68 216.84 343.98 213.57 336.84 217.58 329.66" fill="#53a21e"></polygon><g id="leaves-12" data-name="leaves"><polygon points="194.49 343.98 202.57 340.41 203.64 349.26 194.49 343.98" fill="#479610"></polygon><polygon points="194.49 343.98 197.75 352.68 203.64 349.26 194.49 343.98" fill="#307101"></polygon><polygon points="194.49 343.98 196.97 336.84 202.57 340.41 194.49 343.98" fill="#53a21e"></polygon><polygon points="196.97 336.84 205.82 334.44 202.57 340.41 196.97 336.84" fill="#76b816"></polygon><polygon points="205.82 334.44 210.01 343.05 202.57 340.41 205.82 334.44" fill="#479610"></polygon><polygon points="205.82 334.44 213.57 336.84 210.01 343.05 205.82 334.44" fill="#76b816"></polygon><polygon points="210.01 343.05 203.64 349.26 202.57 340.41 210.01 343.05" fill="#53a21e"></polygon><polygon points="210.01 343.05 213.68 345.32 213.57 336.84 210.01 343.05" fill="#479610"></polygon><polygon points="213.57 336.84 216.84 343.98 213.68 345.32 213.57 336.84" fill="#53a21e"></polygon><polygon points="203.64 349.26 213.68 345.32 210.01 343.05 203.64 349.26" fill="#418a0f"></polygon><polygon points="213.68 345.32 212.45 353.68 216.84 343.98 213.68 345.32" fill="#418a0f"></polygon><polygon points="212.45 353.68 203.64 349.26 213.68 345.32 212.45 353.68" fill="#275e02"></polygon><polygon points="197.75 352.68 205.35 355.47 203.64 349.26 197.75 352.68" fill="#275e02"></polygon><polygon points="205.35 355.47 212.45 353.68 203.64 349.26 205.35 355.47" fill="#307101"></polygon><polygon points="194.49 327.87 202.93 325.83 205.82 334.44 194.49 327.87" fill="#76b816"></polygon><polygon points="194.49 327.87 196.97 336.84 205.82 334.44 194.49 327.87" fill="#53a21e"></polygon><polygon points="194.49 327.87 197.15 321.49 202.93 325.83 194.49 327.87" fill="#acd700"></polygon><polygon points="197.15 321.49 207.99 317.59 202.93 325.83 197.15 321.49" fill="#53a21e"></polygon><polygon points="207.99 317.59 208.8 326.94 202.93 325.83 207.99 317.59" fill="#76b816"></polygon><polygon points="207.99 317.59 213.57 320.73 208.8 326.94 207.99 317.59" fill="#acd700"></polygon><polygon points="208.8 326.94 205.82 334.44 202.93 325.83 208.8 326.94" fill="#53a21e"></polygon><polygon points="208.8 326.94 213.07 330.14 213.57 320.73 208.8 326.94" fill="#76b816"></polygon><polygon points="213.57 320.73 217.58 329.66 213.07 330.14 213.57 320.73" fill="#acd700"></polygon><polygon points="205.82 334.44 213.07 330.14 208.8 326.94 205.82 334.44" fill="#479610"></polygon><polygon points="213.07 330.14 213.57 336.84 217.58 329.66 213.07 330.14" fill="#76b816"></polygon><polygon points="213.57 336.84 205.82 334.44 213.07 330.14 213.57 336.84" fill="#53a21e"></polygon></g></g></g><g id="dead-tree"><ellipse id="shadow-14" data-name="shadow" cx="1153.1" cy="479.73" rx="16.77" ry="0.81" opacity="0.15"></ellipse><g id="trunk-13" data-name="trunk"><polygon points="1156.23 479.07 1154.88 477.77 1153.9 479.66 1156.06 479.89 1161.71 479.54 1156.23 479.07" fill="url(#未命名漸層_93)"></polygon><polygon points="1152.77 479.07 1153.9 479.66 1151.23 479.19 1152.77 479.07" fill="url(#未命名漸層_107)"></polygon><polygon points="1147.13 479.42 1151.23 479.19 1150.14 477.89 1147.13 479.42" fill="url(#未命名漸層_93-2)"></polygon><polygon points="1151.23 479.19 1152.77 479.07 1150.14 477.89 1151.23 479.19" fill="url(#trunk-gradient6)"></polygon><polygon points="1154.6 475.65 1150.14 477.89 1152.77 479.07 1153.9 479.66 1154.88 477.77 1154.6 475.65" fill="url(#trunk-gradient5)"></polygon><polygon points="1153.03 470.82 1154.72 470.23 1152.23 474.24 1153.03 470.82" fill="url(#未命名漸層_109)"></polygon><polygon points="1154.72 470.23 1152.23 474.24 1150.14 477.89 1154.6 475.65 1154.72 470.23" fill="url(#未命名漸層_93-3)"></polygon><polygon points="1149.72 464.81 1146.23 464.34 1148.5 466.23 1150.42 467.28 1149.72 464.81" fill="url(#linear-gradient-6)"></polygon><polygon points="1149.72 464.81 1150.42 467.28 1151.94 463.75 1149.72 464.81" fill="url(#trunk-gradient6-2)"></polygon><polygon points="1151.94 463.75 1151.56 462.45 1151.18 461.15 1150.8 459.85 1150.42 458.56 1149.66 456.89 1147.13 451.13 1145.7 448.63 1145.07 445.79 1143.75 436.08 1144.59 448.51 1149.18 458.89 1149.26 460.08 1149.35 461.26 1149.43 462.45 1149.52 463.63 1149.57 463.93 1149.62 464.22 1149.67 464.52 1149.72 464.81 1150.28 464.55 1150.83 464.28 1151.39 464.01 1151.94 463.75" fill="url(#未命名漸層_87)"></polygon><polygon points="1160.15 446.26 1161.92 444.87 1164.13 442.17 1165.68 440.15 1167.24 438.13 1165.95 440.54 1164.65 442.96 1163.19 444.82 1161.72 446.51 1160.69 447.66 1159.67 448.63 1159.96 447.21 1160.15 446.26" fill="url(#未命名漸層_87-2)"></polygon><polygon points="1154.61 461.99 1153.94 462.43 1153.28 462.87 1152.61 463.31 1151.94 463.75 1151.56 464.63 1151.18 465.51 1150.8 466.4 1150.42 467.28 1151.45 466.84 1152.48 466.4 1153.52 465.96 1154.55 465.52 1155.05 464.87 1155.54 464.23 1156.04 463.58 1156.53 462.94 1157.49 458.56 1158.99 454.04 1159.55 449.17 1161.07 442.21 1161.07 440.25 1161.07 438.29 1159.46 444.22 1158.2 449.7 1157.73 453.41 1154.61 461.99" fill="url(#未命名漸層_85)"></polygon><polygon points="1150.42 467.28 1154.55 465.52 1154.68 468.35 1150.42 467.28" fill="url(#未命名漸層_93-4)"></polygon><polygon points="1150.42 467.28 1150.64 472.47 1150.14 477.89 1152.23 474.24 1153.03 470.82 1154.68 468.35 1150.42 467.28" fill="url(#未命名漸層_91)"></polygon><polygon points="1158.4 465.28 1159.54 463.52 1163.74 456.54 1158.99 466.46 1158.4 465.28" fill="url(#未命名漸層_85-2)"></polygon><polygon points="1158.4 465.28 1157.05 466.93 1154.68 468.35 1153.03 470.82 1154.72 470.23 1157.51 467.99 1158.99 466.46 1158.4 465.28" fill="url(#未命名漸層_95)"></polygon><polygon points="1146.88 463.28 1143.42 459.91 1141.19 451.95 1142.54 459.98 1146.23 464.34 1149.72 464.81 1146.88 463.28" fill="url(#未命名漸層_89)"></polygon><polygon points="1161.84 459.69 1161.52 460.24 1159.86 454.51 1161.84 459.69" fill="url(#未命名漸層_97)"></polygon><polygon points="1149.68 457.02 1150.42 458.56 1154.88 450.37 1149.68 457.02" fill="url(#未命名漸層_87-3)"></polygon><polygon points="1153.71 451.92 1153.24 452.54 1152.59 447.38 1153.71 451.92" fill="url(#未命名漸層_87-4)"></polygon><polygon points="1160.48 440.44 1160.09 441.89 1159.3 436.08 1160.48 440.44" fill="url(#未命名漸層_87-5)"></polygon></g></g><g id="dead-tree-2" data-name="dead-tree"><ellipse id="shadow-15" data-name="shadow" cx="497.64" cy="466.58" rx="16.06" ry="0.78" opacity="0.15"></ellipse><g id="trunk-14" data-name="trunk"><polygon points="500.63 465.95 499.34 464.7 498.4 466.51 500.47 466.74 505.88 466.4 500.63 465.95" fill="url(#未命名漸層_93-5)"></polygon><polygon points="497.32 465.95 498.4 466.51 495.84 466.06 497.32 465.95" fill="url(#未命名漸層_107-2)"></polygon><polygon points="491.91 466.29 495.84 466.06 494.8 464.82 491.91 466.29" fill="url(#未命名漸層_93-6)"></polygon><polygon points="495.84 466.06 497.32 465.95 494.8 464.82 495.84 466.06" fill="url(#trunk-gradient6-3)"></polygon><polygon points="499.07 462.67 494.8 464.82 497.32 465.95 498.4 466.51 499.34 464.7 499.07 462.67" fill="url(#trunk-gradient5-2)"></polygon><polygon points="497.56 458.05 499.18 457.48 496.8 461.32 497.56 458.05" fill="url(#未命名漸層_109-2)"></polygon><polygon points="499.18 457.48 496.8 461.32 494.8 464.82 499.07 462.67 499.18 457.48" fill="url(#未命名漸層_93-7)"></polygon><polygon points="494.39 452.29 491.06 451.83 493.23 453.64 495.06 454.65 494.39 452.29" fill="url(#linear-gradient-7)"></polygon><polygon points="494.39 452.29 495.06 454.65 496.53 451.27 494.39 452.29" fill="url(#trunk-gradient6-4)"></polygon><polygon points="496.53 451.27 496.16 450.03 495.8 448.79 495.43 447.54 495.06 446.3 494.34 444.7 491.91 439.18 490.55 436.79 489.94 434.07 488.68 424.77 489.48 436.68 493.88 446.62 493.96 447.76 494.04 448.89 494.12 450.02 494.2 451.16 494.25 451.44 494.3 451.72 494.35 452.01 494.39 452.29 494.93 452.03 495.46 451.78 495.99 451.53 496.53 451.27" fill="url(#未命名漸層_87-6)"></polygon><polygon points="504.39 434.52 506.08 433.19 508.2 430.61 509.69 428.67 511.18 426.73 509.94 429.04 508.7 431.36 507.3 433.14 505.89 434.76 504.91 435.86 503.92 436.79 504.2 435.43 504.39 434.52" fill="url(#未命名漸層_87-7)"></polygon><polygon points="499.08 449.58 498.44 450.01 497.8 450.43 497.17 450.85 496.53 451.27 496.16 452.12 495.8 452.96 495.43 453.81 495.06 454.65 496.05 454.23 497.04 453.81 498.03 453.39 499.02 452.96 499.5 452.35 499.97 451.73 500.45 451.11 500.92 450.5 501.84 446.3 503.27 441.97 503.81 437.31 505.27 430.65 505.27 428.77 505.27 426.89 503.72 432.56 502.51 437.81 502.07 441.37 499.08 449.58" fill="url(#未命名漸層_85-3)"></polygon><polygon points="495.06 454.65 499.02 452.96 499.14 455.68 495.06 454.65" fill="url(#未命名漸層_93-8)"></polygon><polygon points="495.06 454.65 495.28 459.63 494.8 464.82 496.8 461.32 497.56 458.05 499.14 455.68 495.06 454.65" fill="url(#未命名漸層_91-2)"></polygon><polygon points="502.71 452.74 503.8 451.05 507.83 444.37 503.27 453.87 502.71 452.74" fill="url(#未命名漸層_85-4)"></polygon><polygon points="502.71 452.74 501.41 454.32 499.14 455.68 497.56 458.05 499.18 457.48 501.86 455.34 503.27 453.87 502.71 452.74" fill="url(#未命名漸層_95-2)"></polygon><polygon points="491.67 450.82 488.36 447.59 486.23 439.97 487.52 447.66 491.06 451.83 494.39 452.29 491.67 450.82" fill="url(#未命名漸層_89-2)"></polygon><polygon points="506.01 447.39 505.69 447.91 504.11 442.43 506.01 447.39" fill="url(#未命名漸層_97-2)"></polygon><polygon points="494.36 444.83 495.06 446.3 499.34 438.46 494.36 444.83" fill="url(#未命名漸層_87-8)"></polygon><polygon points="498.22 439.94 497.77 440.54 497.15 435.59 498.22 439.94" fill="url(#未命名漸層_87-9)"></polygon><polygon points="504.71 428.95 504.33 430.34 503.57 424.77 504.71 428.95" fill="url(#未命名漸層_87-10)"></polygon></g></g><g id="dead-tree-3" data-name="dead-tree"><ellipse cx="1011.78" cy="400.24" rx="11.57" ry="0.56" opacity="0.15"></ellipse><g id="trunk-15" data-name="trunk"><polygon points="1013.94 399.79 1013.01 398.89 1012.33 400.19 1013.83 400.36 1017.72 400.11 1013.94 399.79" fill="url(#未命名漸層_93-9)"></polygon><polygon points="1011.56 399.79 1012.33 400.19 1010.49 399.87 1011.56 399.79" fill="url(#未命名漸層_107-3)"></polygon><polygon points="1007.66 400.03 1010.49 399.87 1009.74 398.97 1007.66 400.03" fill="url(#未命名漸層_93-10)"></polygon><polygon points="1010.49 399.87 1011.56 399.79 1009.74 398.97 1010.49 399.87" fill="url(#trunk-gradient6-5)"></polygon><polygon points="1012.81 397.43 1009.74 398.97 1011.56 399.79 1012.33 400.19 1013.01 398.89 1012.81 397.43" fill="url(#trunk-gradient5-3)"></polygon><polygon points="1011.73 394.1 1012.9 393.69 1011.18 396.45 1011.73 394.1" fill="url(#未命名漸層_109-3)"></polygon><polygon points="1012.9 393.69 1011.18 396.45 1009.74 398.97 1012.81 397.43 1012.9 393.69" fill="url(#未命名漸層_93-11)"></polygon><polygon points="1009.45 389.95 1007.04 389.62 1008.61 390.93 1009.93 391.65 1009.45 389.95" fill="url(#linear-gradient-8)"></polygon><polygon points="1009.45 389.95 1009.93 391.65 1010.98 389.22 1009.45 389.95" fill="url(#trunk-gradient6-6)"></polygon><polygon points="1010.98 389.22 1010.72 388.32 1010.46 387.43 1010.2 386.53 1009.93 385.64 1009.41 384.49 1007.66 380.51 1006.68 378.79 1006.24 376.83 1005.33 370.13 1005.91 378.71 1009.08 385.87 1009.13 386.69 1009.19 387.5 1009.25 388.32 1009.31 389.14 1009.35 389.34 1009.38 389.54 1009.41 389.75 1009.45 389.95 1009.83 389.77 1010.22 389.58 1010.6 389.4 1010.98 389.22" fill="url(#未命名漸層_87-11)"></polygon><polygon points="1016.64 377.15 1017.87 376.19 1019.39 374.34 1020.46 372.94 1021.53 371.55 1020.64 373.21 1019.75 374.88 1018.74 376.16 1017.73 377.33 1017.02 378.12 1016.31 378.79 1016.51 377.81 1016.64 377.15" fill="url(#未命名漸層_87-12)"></polygon><polygon points="1012.83 388 1012.37 388.31 1011.9 388.61 1011.45 388.92 1010.98 389.22 1010.72 389.83 1010.46 390.44 1010.2 391.05 1009.93 391.65 1010.64 391.35 1011.36 391.05 1012.07 390.74 1012.78 390.44 1013.12 389.99 1013.47 389.55 1013.81 389.1 1014.15 388.66 1014.81 385.64 1015.84 382.52 1016.23 379.17 1017.28 374.37 1017.28 373.01 1017.28 371.66 1016.17 375.75 1015.3 379.53 1014.98 382.08 1012.83 388" fill="url(#未命名漸層_85-5)"></polygon><polygon points="1009.93 391.65 1012.78 390.44 1012.87 392.39 1009.93 391.65" fill="url(#未命名漸層_93-12)"></polygon><polygon points="1009.93 391.65 1010.09 395.23 1009.74 398.97 1011.18 396.45 1011.73 394.1 1012.87 392.39 1009.93 391.65" fill="url(#未命名漸層_91-3)"></polygon><polygon points="1015.44 390.27 1016.22 389.06 1019.12 384.25 1015.84 391.09 1015.44 390.27" fill="url(#未命名漸層_85-6)"></polygon><polygon points="1015.44 390.27 1014.5 391.41 1012.87 392.39 1011.73 394.1 1012.9 393.69 1014.82 392.14 1015.84 391.09 1015.44 390.27" fill="url(#未命名漸層_95-3)"></polygon><polygon points="1007.49 388.9 1005.1 386.57 1003.57 381.08 1004.5 386.62 1007.04 389.62 1009.45 389.95 1007.49 388.9" fill="url(#未命名漸層_89-3)"></polygon><polygon points="1017.81 386.42 1017.59 386.8 1016.45 382.85 1017.81 386.42" fill="url(#未命名漸層_97-3)"></polygon><polygon points="1009.42 384.58 1009.93 385.64 1013.01 379.99 1009.42 384.58" fill="url(#未命名漸層_87-13)"></polygon><polygon points="1012.21 381.06 1011.88 381.49 1011.43 377.93 1012.21 381.06" fill="url(#未命名漸層_87-14)"></polygon><polygon points="1016.88 373.14 1016.6 374.14 1016.06 370.13 1016.88 373.14" fill="url(#未命名漸層_87-15)"></polygon></g></g><g id="left-tree6"><ellipse id="shadow-16" data-name="shadow" cx="439.17" cy="427.92" rx="9.23" ry="1.11" opacity="0.15"></ellipse><g id="tree-6" data-name="tree"><polygon points="437.85 414.36 437.47 427.62 438.94 414.71 437.85 414.36" fill="#80491e"></polygon><polygon points="438.17 422.12 438.91 414.71 439.71 414.8 439.36 428.13 438.17 422.12" fill="#503515"></polygon><polygon points="441.14 427.68 440.48 414.45 439.71 414.8 439.36 428.13 441.14 427.68" fill="#301c13"></polygon><polygon points="439.36 428.13 438.17 422.1 437.47 427.62 439.36 428.13" fill="#412b14"></polygon><polygon points="440.2 419.69 440.25 418.64 441.28 417.78 441.68 417.86 440.2 419.69" fill="#503515"></polygon><polygon points="440.2 419.68 440.58 419.77 441.68 417.86 440.2 419.68" fill="#412b14"></polygon><polygon points="441.28 417.78 441.49 416.54 441.88 416.49 441.28 417.78" fill="#80491e"></polygon><polygon points="441.28 417.78 441.68 417.86 441.88 416.49 441.28 417.78" fill="#412b14"></polygon><polygon points="438.23 420.12 438.12 419.33 437.33 418.63 437.02 418.68 438.23 420.12" fill="#503515"></polygon><polygon points="438.23 420.12 437.83 420.2 437.03 418.68 438.23 420.12" fill="#301c13"></polygon><polygon points="437.33 418.63 437.2 417.67 436.9 417.62 437.33 418.63" fill="#80491e"></polygon><polygon points="437.33 418.63 437.02 418.68 436.9 417.62 437.33 418.63" fill="#412b14"></polygon><polygon points="430.16 412.2 435.69 417.76 436.03 413.97 430.16 412.2" fill="#105c2f"></polygon><polygon points="448.96 408.72 444.34 411.46 447.78 414.63 448.96 408.72" fill="#105c2f"></polygon><polygon points="440.68 412.53 435.69 417.76 442.99 417.8 440.68 412.53" fill="#0a4924"></polygon><polygon points="436.03 413.97 440.68 412.53 435.69 417.76 436.03 413.97" fill="#0f4f28"></polygon><polygon points="436.03 413.97 434.54 409.47 440.69 412.53 436.03 413.97" fill="#0b8040"></polygon><polygon points="434.54 409.47 436.64 402.7 440.69 412.53 434.54 409.47" fill="#118d45"></polygon><polygon points="436.64 402.7 442.25 402.02 440.69 412.53 436.64 402.7" fill="#10a34a"></polygon><polygon points="437.54 393.16 437.24 397.43 433.13 394.59 437.54 393.16" fill="#d4df48"></polygon><polygon points="436.64 402.7 437.24 397.42 442.25 402.02 436.64 402.7" fill="#66bb46"></polygon><polygon points="437.54 393.16 437.24 397.42 442.33 393.79 437.54 393.16" fill="#e6e543"></polygon><polygon points="442.25 402.02 443.17 398.07 448.16 401.96 442.25 402.02" fill="#55b848"></polygon><polygon points="437.24 397.42 443.17 398.07 442.25 402.02 437.24 397.42" fill="#7bc14b"></polygon><polygon points="431.1 398.05 433.13 394.59 437.24 397.42 431.1 398.05" fill="#dce16a"></polygon><polygon points="430.16 412.2 434.54 409.47 436.03 413.97 430.16 412.2" fill="#0b8d45"></polygon><polygon points="440.69 412.53 444.34 411.46 442.99 417.8 440.69 412.53" fill="#096e38"></polygon><polygon points="440.69 412.53 442.25 402.02 444.34 411.46 440.69 412.53" fill="#16984c"></polygon><polygon points="444.34 411.46 445.94 405.96 448.96 408.72 444.34 411.46" fill="#116936"></polygon><polygon points="444.34 411.46 442.99 417.8 447.78 414.63 444.34 411.46" fill="#0f4f28"></polygon><polygon points="445.94 405.96 448.16 401.96 448.96 408.72 445.94 405.96" fill="#289146"></polygon><polygon points="442.25 402.02 445.94 405.96 448.16 401.96 442.25 402.02" fill="#45b54b"></polygon><polygon points="429.2 405.84 430.16 412.2 434.54 409.47 429.2 405.84" fill="#66bb46"></polygon><polygon points="437.24 397.42 443.17 398.07 442.33 393.79 437.24 397.42" fill="#bfd740"></polygon><polygon points="442.25 402.02 444.34 411.46 445.94 405.96 442.25 402.02" fill="#118d45"></polygon><polygon points="431.1 398.05 436.64 402.7 437.24 397.42 431.1 398.05" fill="#bfd740"></polygon><polygon points="434.54 409.47 429.2 405.84 433.99 404 434.54 409.47" fill="#7bc14b"></polygon><polygon points="433.99 404.01 436.64 402.7 434.54 409.47 433.99 404.01" fill="#55b848"></polygon><polygon points="429.2 405.84 431.1 398.05 433.99 404.01 429.2 405.84" fill="#bfd740"></polygon><polygon points="431.1 398.05 433.99 404.01 436.64 402.7 431.1 398.05" fill="#7bc14b"></polygon><polygon points="442.33 393.79 443.17 398.08 446.02 396.65 442.33 393.79" fill="#dce16a"></polygon><polygon points="443.17 398.07 448.16 401.96 446.02 396.65 443.17 398.07" fill="#bfd740"></polygon><polygon points="434.54 409.47 438.46 407.23 436.64 402.7 434.54 409.47" fill="#7bc14b"></polygon><polygon points="438.46 407.23 442.25 402.02 436.64 402.7 438.46 407.23" fill="#55b848"></polygon><polygon points="433.13 394.59 435.02 390.78 437.54 393.16 433.13 394.59" fill="#bfd740"></polygon><polygon points="437.54 393.16 435.02 390.78 439.68 391.08 437.54 393.16" fill="#d4df48"></polygon><polygon points="439.68 391.08 440.93 388.56 442.41 390.15 439.68 391.08" fill="#dce16a"></polygon><polygon points="439.68 391.08 435.02 390.78 436.75 388.48 439.68 391.08" fill="#dce16a"></polygon><polygon points="436.75 388.48 438.94 388.07 440.93 388.56 439.68 391.08 436.75 388.48" fill="#dfde93"></polygon><polygon points="437.54 393.16 439.68 391.08 442.33 393.79 437.54 393.16" fill="#bfd740"></polygon><polygon points="442.33 393.8 442.41 390.15 439.68 391.08 442.33 393.8" fill="#d4df48"></polygon><polygon points="442.41 390.15 444.97 393.37 442.33 393.79 442.41 390.15" fill="#d4df48"></polygon><polygon points="442.33 393.79 444.97 393.37 446.02 396.65 442.33 393.79" fill="#d4df48"></polygon></g></g><g id="right-tree10"><ellipse id="shadow-17" data-name="shadow" cx="1011.49" cy="483.62" rx="9.23" ry="1.11" opacity="0.15"></ellipse><g id="trunk-16" data-name="trunk"><polygon points="1010.17 470.06 1009.79 483.32 1011.26 470.41 1010.17 470.06" fill="#80491e"></polygon><polygon points="1010.49 477.82 1011.23 470.4 1012.03 470.49 1011.68 483.83 1010.49 477.82" fill="#503515"></polygon><polygon points="1013.47 483.38 1012.8 470.14 1012.03 470.5 1011.68 483.83 1013.47 483.38" fill="#301c13"></polygon><polygon points="1011.68 483.83 1010.49 477.8 1009.8 483.32 1011.68 483.83" fill="#412b14"></polygon><polygon points="1012.52 475.38 1012.57 474.34 1013.6 473.48 1014 473.56 1012.52 475.38" fill="#503515"></polygon><polygon points="1012.52 475.38 1012.9 475.47 1014 473.56 1012.52 475.38" fill="#412b14"></polygon><polygon points="1013.6 473.48 1013.81 472.24 1014.2 472.19 1013.6 473.48" fill="#80491e"></polygon><polygon points="1013.6 473.48 1014 473.56 1014.2 472.19 1013.6 473.48" fill="#412b14"></polygon><polygon points="1010.55 475.82 1010.44 475.03 1009.66 474.33 1009.35 474.38 1010.55 475.82" fill="#503515"></polygon><polygon points="1010.55 475.81 1010.16 475.89 1009.35 474.38 1010.55 475.81" fill="#301c13"></polygon><polygon points="1009.66 474.33 1009.53 473.36 1009.22 473.31 1009.66 474.33" fill="#80491e"></polygon><polygon points="1009.66 474.33 1009.35 474.38 1009.22 473.31 1009.66 474.33" fill="#412b14"></polygon></g><g id="leaves-13" data-name="leaves"><polygon points="1002.49 467.89 1008.01 473.46 1008.36 469.67 1002.49 467.89" fill="#105c2f"></polygon><polygon points="1021.28 464.42 1016.66 467.16 1020.11 470.33 1021.28 464.42" fill="#105c2f"></polygon><polygon points="1013 468.23 1008.01 473.46 1015.31 473.5 1013 468.23" fill="#0a4924"></polygon><polygon points="1008.36 469.67 1013 468.23 1008.01 473.46 1008.36 469.67" fill="#0f4f28"></polygon><polygon points="1008.35 469.67 1006.86 465.17 1013.01 468.23 1008.35 469.67" fill="#0b8040"></polygon><polygon points="1006.86 465.17 1008.96 458.4 1013.01 468.23 1006.86 465.17" fill="#118d45"></polygon><polygon points="1008.96 458.4 1014.57 457.72 1013.01 468.23 1008.96 458.4" fill="#10a34a"></polygon><polygon points="1009.86 448.86 1009.57 453.12 1005.46 450.29 1009.86 448.86" fill="#d4df48"></polygon><polygon points="1008.96 458.4 1009.56 453.12 1014.57 457.72 1008.96 458.4" fill="#66bb46"></polygon><polygon points="1009.86 448.86 1009.56 453.12 1014.65 449.49 1009.86 448.86" fill="#e6e543"></polygon><polygon points="1014.57 457.72 1015.49 453.77 1020.48 457.66 1014.57 457.72" fill="#55b848"></polygon><polygon points="1009.56 453.12 1015.49 453.77 1014.57 457.72 1009.56 453.12" fill="#7bc14b"></polygon><polygon points="1003.42 453.75 1005.46 450.28 1009.56 453.12 1003.42 453.75" fill="#dce16a"></polygon><polygon points="1002.49 467.89 1006.86 465.16 1008.35 469.67 1002.49 467.89" fill="#0b8d45"></polygon><polygon points="1013.01 468.23 1016.66 467.16 1015.31 473.5 1013.01 468.23" fill="#096e38"></polygon><polygon points="1013.01 468.23 1014.57 457.72 1016.66 467.16 1013.01 468.23" fill="#16984c"></polygon><polygon points="1016.66 467.16 1018.26 461.66 1021.28 464.42 1016.66 467.16" fill="#116936"></polygon><polygon points="1016.66 467.16 1015.31 473.5 1020.11 470.33 1016.66 467.16" fill="#0f4f28"></polygon><polygon points="1018.26 461.66 1020.48 457.66 1021.28 464.42 1018.26 461.66" fill="#289146"></polygon><polygon points="1014.57 457.72 1018.26 461.66 1020.48 457.66 1014.57 457.72" fill="#45b54b"></polygon><polygon points="1001.52 461.54 1002.49 467.89 1006.86 465.17 1001.52 461.54" fill="#66bb46"></polygon><polygon points="1009.56 453.12 1015.49 453.77 1014.65 449.49 1009.56 453.12" fill="#bfd740"></polygon><polygon points="1014.57 457.72 1016.66 467.16 1018.26 461.66 1014.57 457.72" fill="#118d45"></polygon><polygon points="1003.42 453.75 1008.96 458.4 1009.56 453.12 1003.42 453.75" fill="#bfd740"></polygon><polygon points="1006.86 465.17 1001.52 461.54 1006.31 459.7 1006.86 465.17" fill="#7bc14b"></polygon><polygon points="1006.31 459.7 1008.96 458.4 1006.86 465.17 1006.31 459.7" fill="#55b848"></polygon><polygon points="1001.52 461.54 1003.42 453.75 1006.31 459.7 1001.52 461.54" fill="#bfd740"></polygon><polygon points="1003.42 453.75 1006.31 459.7 1008.96 458.4 1003.42 453.75" fill="#7bc14b"></polygon><polygon points="1014.65 449.49 1015.49 453.77 1018.35 452.35 1014.65 449.49" fill="#dce16a"></polygon><polygon points="1015.49 453.77 1020.48 457.66 1018.35 452.35 1015.49 453.77" fill="#bfd740"></polygon><polygon points="1006.86 465.17 1010.78 462.92 1008.96 458.4 1006.86 465.17" fill="#7bc14b"></polygon><polygon points="1010.78 462.92 1014.57 457.72 1008.96 458.4 1010.78 462.92" fill="#55b848"></polygon><polygon points="1005.46 450.28 1007.34 446.48 1009.86 448.86 1005.46 450.28" fill="#bfd740"></polygon><polygon points="1009.86 448.86 1007.34 446.48 1012.01 446.78 1009.86 448.86" fill="#d4df48"></polygon><polygon points="1012.01 446.78 1013.25 444.26 1014.73 445.84 1012.01 446.78" fill="#dce16a"></polygon><polygon points="1012.01 446.78 1007.34 446.48 1009.07 444.18 1012.01 446.78" fill="#dce16a"></polygon><polygon points="1009.07 444.18 1011.26 443.77 1013.25 444.26 1012.01 446.78 1009.07 444.18" fill="#dfde93"></polygon><polygon points="1009.86 448.86 1012.01 446.78 1014.65 449.49 1009.86 448.86" fill="#bfd740"></polygon><polygon points="1014.65 449.5 1014.73 445.84 1012.01 446.78 1014.65 449.5" fill="#d4df48"></polygon><polygon points="1014.73 445.84 1017.29 449.07 1014.65 449.49 1014.73 445.84" fill="#d4df48"></polygon><polygon points="1014.65 449.49 1017.29 449.07 1018.35 452.35 1014.65 449.49" fill="#d4df48"></polygon></g></g><g id="left-tree5"><polygon id="shadow-18" data-name="shadow" points="399.89 383.28 413.52 383.28 399.89 379.37 399.89 383.28" fill-rule="evenodd" opacity="0.15"></polygon><g id="trunk-17" data-name="trunk"><polygon id="trunk-18" data-name="trunk" points="402.4 353.64 397.61 354.14 397.66 367.3 399.89 383.28 404.48 382.01 402.4 353.64" fill="#7e4d2e" fill-rule="evenodd"></polygon><polygon id="trunk-19" data-name="trunk" points="397.61 354.14 399.89 383.28 395.09 382.01 397.61 354.14" fill="#633a29" fill-rule="evenodd"></polygon><polygon id="trunk-20" data-name="trunk" points="396.74 364.65 388.45 359.66 398.27 367.27 396.74 364.65" fill="#804e2e" fill-rule="evenodd"></polygon><polygon id="trunk-21" data-name="trunk" points="388.45 359.66 387.16 360.86 396.15 370.31 398.27 367.27 388.45 359.66" fill="#633a29" fill-rule="evenodd"></polygon></g><path d="M417.27,333.82l-14.62-8.47-15.77,3-5.65,12.29.17,6.95-6.22.88-.87,1.83h0l-5.21,4.15v3.48l2.43,3.87,2.84.07.31,1.48,8.68,2.76,7.58-3.15,3.3-5.58,9.91.53,9.3-4.24,4.48-6.72Z" fill="#beb42d" fill-rule="evenodd"></path><g id="leaves-14" data-name="leaves"><polygon points="386.88 328.34 381.23 340.63 391.11 330.33 386.88 328.34" fill="#e4d334" fill-rule="evenodd"></polygon><polygon points="386.88 328.34 402.65 325.35 391.11 330.33 386.88 328.34" fill="#e6d633" fill-rule="evenodd"></polygon><polygon points="391.11 330.33 397.67 339.3 381.23 340.63 391.11 330.33" fill="#ddcd2f" fill-rule="evenodd"></polygon><polygon points="402.65 325.35 417.26 333.82 391.11 330.33 402.65 325.35" fill="#e5d534" fill-rule="evenodd"></polygon><polygon points="417.26 333.82 417.93 346.94 408.63 346.44 417.26 333.82" fill="#bab02f" fill-rule="evenodd"></polygon><polygon points="417.93 346.94 404.15 357.9 408.63 346.44 417.93 346.94" fill="#a2a033" fill-rule="evenodd"></polygon><polygon points="404.15 357.9 395.35 348.77 408.63 346.44 404.15 357.9" fill="#a5a032" fill-rule="evenodd"></polygon><polygon points="397.67 339.3 395.35 348.77 381.23 340.63 397.67 339.3" fill="#c5b92d" fill-rule="evenodd"></polygon><polygon points="397.67 339.3 408.63 346.44 395.35 348.77 397.67 339.3" fill="#beb42d" fill-rule="evenodd"></polygon><polygon points="404.15 357.9 391.69 357.24 395.35 348.77 404.15 357.9" fill="#9f9b30" fill-rule="evenodd"></polygon><polygon points="391.69 357.24 381.23 340.63 395.35 348.77 391.69 357.24" fill="#b1a932" fill-rule="evenodd"></polygon><polygon points="381.23 340.63 381.4 347.6 391.69 357.24 381.23 340.63" fill="#bab02f" fill-rule="evenodd"></polygon><polygon points="397.67 339.3 417.26 333.82 391.11 330.33 397.67 339.3" fill="#d7c92d" fill-rule="evenodd"></polygon><polygon points="397.67 339.3 408.63 346.44 417.26 333.82 397.67 339.3" fill="#cabd2f" fill-rule="evenodd"></polygon><polygon points="417.93 346.94 413.45 353.66 404.15 357.9 417.93 346.94" fill="#9f9b30" fill-rule="evenodd"></polygon><polygon points="374.31 350.29 369.1 354.44 374.79 356.55 374.31 350.29" fill="#e6d533" fill-rule="evenodd"></polygon><polygon points="369.1 354.44 373.79 359.17 374.79 356.55 369.1 354.44" fill="#d1c32d" fill-rule="evenodd"></polygon><polygon points="369.1 354.44 373.79 359.17 369.1 357.92 369.1 354.44" fill="#c5b92d" fill-rule="evenodd"></polygon><polygon points="369.1 357.92 371.53 361.79 373.79 359.17 369.1 357.92" fill="#b6ae30" fill-rule="evenodd"></polygon><polygon points="371.53 361.79 375.68 361.9 373.79 359.17 371.53 361.79" fill="#9f9b30" fill-rule="evenodd"></polygon><polygon points="375.18 348.46 382.92 347.36 377.89 350.12 375.18 348.46" fill="#e6d633" fill-rule="evenodd"></polygon><polygon points="375.18 348.46 372.64 353.83 377.89 350.12 375.18 348.46" fill="#e6d633" fill-rule="evenodd"></polygon><polygon points="377.89 350.12 382.2 354.55 382.92 347.36 377.89 350.12" fill="#ddcd2f" fill-rule="evenodd"></polygon><polygon points="372.64 353.83 382.2 354.55 377.89 350.12 372.64 353.83" fill="#decf2f" fill-rule="evenodd"></polygon><polygon points="382.2 354.55 388.95 352.94 385.3 360.19 382.2 354.55" fill="#d1c22d" fill-rule="evenodd"></polygon><polygon points="382.92 347.36 388.95 352.94 382.2 354.55 382.92 347.36" fill="#dbcc30" fill-rule="evenodd"></polygon><polygon points="382.92 347.36 390.55 349.07 388.95 352.94 382.92 347.36" fill="#dbcc30" fill-rule="evenodd"></polygon><polygon points="390.55 349.07 395.03 356.04 388.93 352.97 390.55 349.07" fill="#cabd2f" fill-rule="evenodd"></polygon><polygon points="395.03 356.04 385.3 360.19 388.93 352.97 395.03 356.04" fill="#bab02f" fill-rule="evenodd"></polygon><polygon points="372.64 353.83 377.89 360.46 382.2 354.55 372.64 353.83" fill="#d7c92d" fill-rule="evenodd"></polygon><polygon points="377.89 360.46 385.3 360.19 382.2 354.55 377.89 360.46" fill="#cabd2f" fill-rule="evenodd"></polygon><polygon points="372.64 353.83 374.68 363.34 377.89 360.46 372.64 353.83" fill="#cabd2f" fill-rule="evenodd"></polygon><polygon points="377.89 360.46 383.36 366.1 385.3 360.19 377.89 360.46" fill="#9f9b30" fill-rule="evenodd"></polygon><polygon points="395.03 356.04 390.94 362.95 385.3 360.19 395.03 356.04" fill="#9f9b30" fill-rule="evenodd"></polygon><polygon points="390.94 362.95 383.36 366.1 385.3 360.19 390.94 362.95" fill="#9f9b30" fill-rule="evenodd"></polygon><polygon points="383.36 366.1 374.68 363.34 377.89 360.46 383.36 366.1" fill="#a8a331" fill-rule="evenodd"></polygon></g></g><g id="right-tree1"><path id="leaves-bg-10" data-name="leaves-bg" d="M1057,316.73l-14.89-8.64L1026,311.14l-5.75,12.53.17,7.08-6.34.91-.89,1.86h0l-5.31,4.22v3.55l2.48,3.95,2.89.08.32,1.5,8.85,2.82,7.72-3.22,3.37-5.68,10.1.53,9.48-4.31,4.57-6.86Z" fill="#beb42d" fill-rule="evenodd"></path><polygon id="shadow-19" data-name="shadow" points="1039.31 367.15 1053.21 367.15 1039.31 363.16 1039.31 367.15" fill-rule="evenodd" opacity="0.15"></polygon><g id="trunk-22" data-name="trunk"><polygon points="1041.87 336.94 1036.98 337.44 1037.04 350.86 1039.31 367.15 1043.99 365.85 1041.87 336.94" fill="#7e4d2e" fill-rule="evenodd"></polygon><polygon points="1036.98 337.44 1039.31 367.15 1034.42 365.85 1036.98 337.44" fill="#633a29" fill-rule="evenodd"></polygon><polygon points="1036.1 348.15 1027.64 343.07 1037.66 350.83 1036.1 348.15" fill="#804e2e" fill-rule="evenodd"></polygon><polygon points="1027.64 343.07 1026.34 344.29 1035.49 353.93 1037.66 350.83 1027.64 343.07" fill="#633a29" fill-rule="evenodd"></polygon></g><g id="leaves-15" data-name="leaves"><polygon points="1026.04 311.14 1020.29 323.67 1030.36 313.17 1026.04 311.14" fill="#e4d334" fill-rule="evenodd"></polygon><polygon points="1026.04 311.14 1042.13 308.09 1030.36 313.17 1026.04 311.14" fill="#e6d633" fill-rule="evenodd"></polygon><polygon points="1030.36 313.17 1037.05 322.31 1020.29 323.67 1030.36 313.17" fill="#ddcd2f" fill-rule="evenodd"></polygon><polygon points="1042.13 308.09 1057.03 316.73 1030.36 313.17 1042.13 308.09" fill="#e5d534" fill-rule="evenodd"></polygon><polygon points="1057.03 316.73 1057.7 330.1 1048.22 329.59 1057.03 316.73" fill="#bab02f" fill-rule="evenodd"></polygon><polygon points="1057.7 330.1 1043.65 341.27 1048.22 329.59 1057.7 330.1" fill="#a2a033" fill-rule="evenodd"></polygon><polygon points="1043.65 341.27 1034.68 331.96 1048.22 329.59 1043.65 341.27" fill="#a5a032" fill-rule="evenodd"></polygon><polygon points="1037.05 322.31 1034.68 331.96 1020.29 323.67 1037.05 322.31" fill="#c5b92d" fill-rule="evenodd"></polygon><polygon points="1037.05 322.31 1048.22 329.59 1034.68 331.96 1037.05 322.31" fill="#beb42d" fill-rule="evenodd"></polygon><polygon points="1043.65 341.27 1030.95 340.6 1034.68 331.96 1043.65 341.27" fill="#9f9b30" fill-rule="evenodd"></polygon><polygon points="1030.95 340.6 1020.29 323.67 1034.68 331.96 1030.95 340.6" fill="#b1a932" fill-rule="evenodd"></polygon><polygon points="1020.29 323.67 1020.46 330.78 1030.95 340.6 1020.29 323.67" fill="#bab02f" fill-rule="evenodd"></polygon><polygon points="1037.05 322.31 1057.03 316.73 1030.36 313.17 1037.05 322.31" fill="#d7c92d" fill-rule="evenodd"></polygon><polygon points="1037.05 322.31 1048.22 329.59 1057.03 316.73 1037.05 322.31" fill="#cabd2f" fill-rule="evenodd"></polygon><polygon points="1057.7 330.1 1053.13 336.96 1043.65 341.27 1057.7 330.1" fill="#9f9b30" fill-rule="evenodd"></polygon><polygon points="1013.23 333.52 1007.92 337.74 1013.72 339.9 1013.23 333.52" fill="#e6d533" fill-rule="evenodd"></polygon><polygon points="1007.92 337.74 1012.7 342.57 1013.72 339.9 1007.92 337.74" fill="#d1c32d" fill-rule="evenodd"></polygon><polygon points="1007.92 337.74 1012.7 342.57 1007.92 341.29 1007.92 337.74" fill="#c5b92d" fill-rule="evenodd"></polygon><polygon points="1007.92 341.29 1010.4 345.24 1012.7 342.57 1007.92 341.29" fill="#b6ae30" fill-rule="evenodd"></polygon><polygon points="1010.4 345.24 1014.63 345.35 1012.7 342.57 1010.4 345.24" fill="#9f9b30" fill-rule="evenodd"></polygon><polygon points="1014.12 331.65 1022.01 330.53 1016.88 333.35 1014.12 331.65" fill="#e6d633" fill-rule="evenodd"></polygon><polygon points="1014.12 331.65 1011.53 337.12 1016.88 333.35 1014.12 331.65" fill="#e6d633" fill-rule="evenodd"></polygon><polygon points="1016.88 333.35 1021.28 337.86 1022.01 330.53 1016.88 333.35" fill="#ddcd2f" fill-rule="evenodd"></polygon><polygon points="1011.53 337.12 1021.28 337.86 1016.88 333.35 1011.53 337.12" fill="#decf2f" fill-rule="evenodd"></polygon><polygon points="1021.28 337.86 1028.15 336.22 1024.43 343.61 1021.28 337.86" fill="#d1c22d" fill-rule="evenodd"></polygon><polygon points="1022.01 330.53 1028.15 336.22 1021.28 337.86 1022.01 330.53" fill="#dbcc30" fill-rule="evenodd"></polygon><polygon points="1022.01 330.53 1029.79 332.27 1028.15 336.22 1022.01 330.53" fill="#dbcc30" fill-rule="evenodd"></polygon><polygon points="1029.79 332.27 1034.36 339.38 1028.14 336.25 1029.79 332.27" fill="#cabd2f" fill-rule="evenodd"></polygon><polygon points="1034.36 339.38 1024.43 343.61 1028.14 336.25 1034.36 339.38" fill="#bab02f" fill-rule="evenodd"></polygon><polygon points="1011.53 337.12 1016.88 343.89 1021.28 337.86 1011.53 337.12" fill="#d7c92d" fill-rule="evenodd"></polygon><polygon points="1016.88 343.89 1024.43 343.61 1021.28 337.86 1016.88 343.89" fill="#cabd2f" fill-rule="evenodd"></polygon><polygon points="1011.53 337.12 1013.61 346.82 1016.88 343.89 1011.53 337.12" fill="#cabd2f" fill-rule="evenodd"></polygon><polygon points="1016.88 343.89 1022.46 349.64 1024.43 343.61 1016.88 343.89" fill="#9f9b30" fill-rule="evenodd"></polygon><polygon points="1034.36 339.38 1030.18 346.42 1024.43 343.61 1034.36 339.38" fill="#9f9b30" fill-rule="evenodd"></polygon><polygon points="1030.18 346.42 1022.46 349.64 1024.43 343.61 1030.18 346.42" fill="#9f9b30" fill-rule="evenodd"></polygon><polygon points="1022.46 349.64 1013.61 346.82 1016.88 343.89 1022.46 349.64" fill="#a8a331" fill-rule="evenodd"></polygon></g></g><g id="stone"><polygon points="1177.76 479.75 1177.07 477.39 1181.28 479.68 1177.76 479.75" fill="#d8ab94"></polygon><polygon points="1178.17 470.84 1181.28 475.17 1177.07 477.39 1178.17 470.84" fill="#e3bba2"></polygon><polygon points="1177.07 477.39 1174.59 473.45 1178.17 470.84 1177.07 477.39" fill="#d7ad98"></polygon><polygon points="1178.17 470.84 1174.59 469.25 1173.63 472.61 1174.59 473.45 1178.17 470.84" fill="#d6a593"></polygon><polygon points="1178.17 470.84 1181.76 465.72 1176.38 462.7 1174.59 469.25 1178.17 470.84" fill="#c6958a"></polygon><polygon points="1176.38 462.7 1172.87 460.94 1171.07 468.32 1174.59 469.25 1176.38 462.7" fill="#b6909b"></polygon><polygon points="1171.07 468.32 1171.07 473.45 1173.63 472.61 1174.59 469.25 1171.07 468.32" fill="#af8691"></polygon><polygon points="1171.07 468.32 1169.49 466.14 1172.87 460.94 1171.07 468.32" fill="#c9aab1"></polygon><polygon points="1169.49 466.14 1168.25 471.35 1171.07 473.45 1171.07 468.32 1169.49 466.14" fill="#bc9ca1"></polygon><polygon points="1171.07 473.45 1172.18 479.84 1168.25 479.91 1168.25 471.35 1171.07 473.45" fill="#c09794"></polygon><polygon points="1177.07 477.39 1173.73 477.73 1172.18 479.84 1177.76 479.75 1177.07 477.39" fill="#d2a795"></polygon><polygon points="1173.73 477.73 1171.07 473.45 1173.63 472.61 1174.59 473.45 1173.73 477.73" fill="#ba9292"></polygon><polygon points="1174.59 473.45 1177.07 477.39 1173.73 477.73 1174.59 473.45" fill="#cca298"></polygon><polygon points="1181.28 475.17 1184.93 478.57 1181.28 479.68 1177.07 477.39 1181.28 475.17" fill="#d1a68f"></polygon><polygon points="1184.93 478.57 1192.44 479.49 1181.28 479.68 1184.93 478.57" fill="#d4ad96"></polygon><polygon points="1184.93 478.57 1186.07 475.63 1192.44 475.04 1192.44 479.49 1184.93 478.57" fill="#eed6ba"></polygon><polygon points="1192.44 475.04 1188.69 471.93 1187.83 466.77 1191.89 469.16 1192.44 475.04" fill="#f6e8ce"></polygon><polygon points="1188.69 471.93 1186.07 475.63 1192.44 475.04 1188.69 471.93" fill="#eed3b7"></polygon><polygon points="1188.69 471.93 1183.38 469.25 1187.83 466.77 1188.69 471.93" fill="#f2e0c2"></polygon><polygon points="1187.83 466.77 1186.07 460.94 1189.96 462.2 1191.89 469.16 1187.83 466.77" fill="#f8e9d5"></polygon><polygon points="1186.07 460.94 1181.07 456.74 1185.55 458.17 1189.96 462.2 1186.07 460.94" fill="#f9eedf"></polygon><polygon points="1186.07 475.63 1183.38 469.25 1188.69 471.93 1186.07 475.63" fill="#f3d9b9"></polygon><polygon points="1183.38 469.25 1181.28 475.17 1184.93 478.57 1186.07 475.63 1183.38 469.25" fill="#e5c5ac"></polygon><polygon points="1183.38 469.25 1181.76 465.72 1178.17 470.84 1181.28 475.17 1183.38 469.25" fill="#e9c9b4"></polygon><polygon points="1181.76 465.72 1186.07 460.94 1187.83 466.77 1183.38 469.25 1181.76 465.72" fill="#f3dabd"></polygon><polygon points="1181.07 456.74 1181.76 465.72 1186.07 460.94 1181.07 456.74" fill="#f5d4b0"></polygon><polygon points="1181.07 456.74 1176.38 462.7 1181.76 465.72 1181.07 456.74" fill="#bc8b86"></polygon><polygon points="1181.07 456.74 1172.87 460.94 1176.38 462.7 1181.07 456.74" fill="#be9ea7"></polygon><polygon points="1171.07 473.45 1173.73 477.73 1172.18 479.84 1171.07 473.45" fill="#ab878d"></polygon><polygon points="1180.35 480.34 1178.38 478.24 1174.84 477.22 1174.02 480.34 1180.35 480.34" fill="#ecd1b6"></polygon><polygon points="1174.02 480.34 1171.89 480.34 1170.39 477.9 1170.09 473.16 1174.84 477.22 1174.02 480.34" fill="#e5c3a9"></polygon><polygon points="1170.39 477.9 1165.39 475.98 1168.08 480.34 1169.37 480.34 1170.39 477.9" fill="#876769"></polygon><polygon points="1170.09 473.16 1166.5 474.19 1165.39 475.98 1170.39 477.9 1170.09 473.16" fill="#a27c88"></polygon><polygon points="1176.33 471.62 1170.09 473.16 1166.5 474.19 1170.78 471.62 1176.33 471.62" fill="#d4ada7"></polygon><polygon points="1180.94 477.09 1178.38 478.24 1180.35 480.34 1180.94 477.09" fill="#ebcbb7"></polygon><polygon points="1178.64 475.27 1180.94 477.09 1178.38 478.24 1174.84 477.22 1178.64 475.27" fill="#f1d5c2"></polygon><polygon points="1170.39 477.9 1171.89 480.34 1169.37 480.34 1170.39 477.9" fill="#d8ac9b"></polygon><polygon points="1165.39 475.98 1168.08 480.34 1164.71 480.34 1165.39 475.98" fill="#574345"></polygon><polygon points="1179.92 474.61 1180.94 477.09 1178.64 475.27 1176.33 471.62 1179.92 474.61" fill="#f9e2cc"></polygon><polygon points="1176.33 471.62 1178.64 475.27 1174.84 477.22 1170.09 473.16 1176.33 471.62" fill="#eed0b6"></polygon><polygon points="1157.8 478.59 1159.68 480.03 1157.94 479.91 1157.8 478.59" fill="#c5988f"></polygon><polygon points="1164.52 478.73 1162.93 480.26 1166.34 480.49 1166.74 479.18 1164.52 478.73" fill="#745263"></polygon><polygon points="1157.94 479.91 1157.8 478.59 1154.1 478.27 1154.1 479.64 1157.94 479.91" fill="#a68180"></polygon><polygon points="1157.8 478.59 1156.43 475.71 1154.1 478.27 1157.8 478.59" fill="#bb9994"></polygon><polygon points="1156.43 475.71 1154.72 475.37 1154.1 478.27 1156.43 475.71" fill="#c1a2ab"></polygon><polygon points="1156.43 475.71 1160.11 473.37 1157.57 473.37 1154.72 475.37 1156.43 475.71" fill="#c9aca4"></polygon><polygon points="1160.11 473.37 1162.93 473.03 1159.73 472.75 1157.57 473.37 1160.11 473.37" fill="#eac6bb"></polygon><polygon points="1162.93 473.03 1165.72 475.25 1162.93 475.54 1160.11 473.37 1162.93 473.03" fill="#f2dabd"></polygon><polygon points="1162.93 475.54 1157.8 478.59 1156.43 475.71 1160.11 473.37 1162.93 475.54" fill="#e7c9b6"></polygon><polygon points="1159.68 480.03 1163.95 477.15 1162.93 475.54 1157.8 478.59 1159.68 480.03" fill="#e5c6af"></polygon><polygon points="1163.95 477.15 1165.72 475.25 1162.93 475.54 1163.95 477.15" fill="#f6dec7"></polygon><polygon points="1166.74 477.42 1163.95 477.15 1165.72 475.25 1166.74 477.42" fill="#b18f9d"></polygon><polygon points="1163.95 477.15 1164.52 478.73 1166.74 479.18 1166.74 477.42 1163.95 477.15" fill="#a37d8d"></polygon><polygon points="1164.52 478.73 1163.95 477.15 1159.68 480.03 1162.93 480.26 1164.52 478.73" fill="#977082"></polygon></g><g id="stone-2" data-name="stone"><polygon points="272.88 400.42 272.07 397.65 277.03 400.35 272.88 400.42" fill="#d8ab94"></polygon><polygon points="273.37 389.92 277.03 395.02 272.07 397.65 273.37 389.92" fill="#e3bba2"></polygon><polygon points="272.07 397.65 269.14 392.99 273.37 389.92 272.07 397.65" fill="#d7ad98"></polygon><polygon points="273.37 389.92 269.14 388.04 268 392 269.14 392.99 273.37 389.92" fill="#d6a593"></polygon><polygon points="273.37 389.92 277.6 383.88 271.25 380.31 269.14 388.04 273.37 389.92" fill="#c6958a"></polygon><polygon points="271.25 380.31 267.11 378.23 264.99 386.95 269.14 388.04 271.25 380.31" fill="#b6909b"></polygon><polygon points="264.99 386.95 264.99 392.99 268 392 269.14 388.04 264.99 386.95" fill="#af8691"></polygon><polygon points="264.99 386.95 263.12 384.38 267.11 378.23 264.99 386.95" fill="#c9aab1"></polygon><polygon points="263.12 384.38 261.65 390.52 264.99 392.99 264.99 386.95 263.12 384.38" fill="#bc9ca1"></polygon><polygon points="264.99 392.99 266.29 400.54 261.65 400.62 261.65 390.52 264.99 392.99" fill="#c09794"></polygon><polygon points="272.07 397.65 268.12 398.04 266.29 400.54 272.88 400.42 272.07 397.65" fill="#d2a795"></polygon><polygon points="268.12 398.04 264.99 392.99 268 392 269.14 392.99 268.12 398.04" fill="#ba9292"></polygon><polygon points="269.14 392.99 272.07 397.65 268.12 398.04 269.14 392.99" fill="#cca298"></polygon><polygon points="277.03 395.02 281.34 399.04 277.03 400.35 272.07 397.65 277.03 395.02" fill="#d1a68f"></polygon><polygon points="281.34 399.04 290.2 400.12 277.03 400.35 281.34 399.04" fill="#d4ad96"></polygon><polygon points="281.34 399.04 282.68 395.57 290.2 394.87 290.2 400.12 281.34 399.04" fill="#eed6ba"></polygon><polygon points="290.2 394.87 285.77 391.21 284.75 385.12 289.55 387.94 290.2 394.87" fill="#f6e8ce"></polygon><polygon points="285.77 391.21 282.68 395.57 290.2 394.87 285.77 391.21" fill="#eed3b7"></polygon><polygon points="285.77 391.21 279.51 388.04 284.75 385.12 285.77 391.21" fill="#f2e0c2"></polygon><polygon points="284.75 385.12 282.68 378.23 287.28 379.72 289.55 387.94 284.75 385.12" fill="#f8e9d5"></polygon><polygon points="282.68 378.23 276.78 373.28 282.07 374.96 287.28 379.72 282.68 378.23" fill="#f9eedf"></polygon><polygon points="282.68 395.57 279.51 388.04 285.77 391.21 282.68 395.57" fill="#f3d9b9"></polygon><polygon points="279.51 388.04 277.03 395.02 281.34 399.04 282.68 395.57 279.51 388.04" fill="#e5c5ac"></polygon><polygon points="279.51 388.04 277.6 383.88 273.37 389.92 277.03 395.02 279.51 388.04" fill="#e9c9b4"></polygon><polygon points="277.6 383.88 282.68 378.23 284.75 385.12 279.51 388.04 277.6 383.88" fill="#f3dabd"></polygon><polygon points="276.78 373.28 277.6 383.88 282.68 378.23 276.78 373.28" fill="#f5d4b0"></polygon><polygon points="276.78 373.28 271.25 380.31 277.6 383.88 276.78 373.28" fill="#bc8b86"></polygon><polygon points="276.78 373.28 267.11 378.23 271.25 380.31 276.78 373.28" fill="#be9ea7"></polygon><polygon points="264.99 392.99 268.12 398.04 266.29 400.54 264.99 392.99" fill="#ab878d"></polygon><polygon points="275.93 401.12 273.61 398.65 269.43 397.44 268.47 401.12 275.93 401.12" fill="#ecd1b6"></polygon><polygon points="268.47 401.12 265.95 401.12 264.18 398.25 263.83 392.65 269.43 397.44 268.47 401.12" fill="#e5c3a9"></polygon><polygon points="264.18 398.25 258.29 395.98 261.46 401.12 262.97 401.12 264.18 398.25" fill="#876769"></polygon><polygon points="263.83 392.65 259.6 393.87 258.29 395.98 264.18 398.25 263.83 392.65" fill="#a27c88"></polygon><polygon points="271.19 390.84 263.83 392.65 259.6 393.87 264.64 390.84 271.19 390.84" fill="#d4ada7"></polygon><polygon points="276.64 397.29 273.61 398.65 275.93 401.12 276.64 397.29" fill="#ebcbb7"></polygon><polygon points="273.92 395.14 276.64 397.29 273.61 398.65 269.43 397.44 273.92 395.14" fill="#f1d5c2"></polygon><polygon points="264.18 398.25 265.95 401.12 262.97 401.12 264.18 398.25" fill="#d8ac9b"></polygon><polygon points="258.29 395.98 261.46 401.12 257.48 401.12 258.29 395.98" fill="#574345"></polygon><polygon points="275.43 394.37 276.64 397.29 273.92 395.14 271.19 390.84 275.43 394.37" fill="#f9e2cc"></polygon><polygon points="271.19 390.84 273.92 395.14 269.43 397.44 263.83 392.65 271.19 390.84" fill="#eed0b6"></polygon><polygon points="249.33 399.06 251.54 400.76 249.49 400.62 249.33 399.06" fill="#c5988f"></polygon><polygon points="257.26 399.23 255.38 401.03 259.41 401.31 259.88 399.76 257.26 399.23" fill="#745263"></polygon><polygon points="249.49 400.62 249.33 399.06 244.96 398.69 244.96 400.3 249.49 400.62" fill="#a68180"></polygon><polygon points="249.33 399.06 247.71 395.66 244.96 398.69 249.33 399.06" fill="#bb9994"></polygon><polygon points="247.71 395.66 245.7 395.26 244.96 398.69 247.71 395.66" fill="#c1a2ab"></polygon><polygon points="247.71 395.66 252.05 392.91 249.06 392.91 245.7 395.26 247.71 395.66" fill="#c9aca4"></polygon><polygon points="252.05 392.91 255.38 392.5 251.61 392.17 249.06 392.91 252.05 392.91" fill="#eac6bb"></polygon><polygon points="255.38 392.5 258.67 395.13 255.38 395.46 252.05 392.91 255.38 392.5" fill="#f2dabd"></polygon><polygon points="255.38 395.46 249.33 399.06 247.71 395.66 252.05 392.91 255.38 395.46" fill="#e7c9b6"></polygon><polygon points="251.54 400.76 256.58 397.36 255.38 395.46 249.33 399.06 251.54 400.76" fill="#e5c6af"></polygon><polygon points="256.58 397.36 258.67 395.13 255.38 395.46 256.58 397.36" fill="#f6dec7"></polygon><polygon points="259.88 397.68 256.58 397.36 258.67 395.13 259.88 397.68" fill="#b18f9d"></polygon><polygon points="256.58 397.36 257.26 399.23 259.88 399.76 259.88 397.68 256.58 397.36" fill="#a37d8d"></polygon><polygon points="257.26 399.23 256.58 397.36 251.54 400.76 255.38 401.03 257.26 399.23" fill="#977082"></polygon></g><g id="stone-3" data-name="stone"><polygon points="1346.52 445.92 1344.75 443.45 1341.55 442.24 1340.82 445.92 1346.52 445.92" fill="#ecd1b6"></polygon><polygon points="1340.82 445.92 1338.9 445.92 1337.55 443.05 1337.28 437.45 1341.55 442.24 1340.82 445.92" fill="#e5c3a9"></polygon><polygon points="1337.55 443.05 1333.05 440.78 1335.47 445.92 1336.63 445.92 1337.55 443.05" fill="#876769"></polygon><polygon points="1337.28 437.45 1334.05 438.66 1333.05 440.78 1337.55 443.05 1337.28 437.45" fill="#a27c88"></polygon><polygon points="1342.9 435.64 1337.28 437.45 1334.05 438.66 1337.9 435.64 1342.9 435.64" fill="#d4ada7"></polygon><polygon points="1347.06 442.09 1344.75 443.45 1346.52 445.92 1347.06 442.09" fill="#ebcbb7"></polygon><polygon points="1344.99 439.94 1347.06 442.09 1344.75 443.45 1341.55 442.24 1344.99 439.94" fill="#f1d5c2"></polygon><polygon points="1337.55 443.05 1338.9 445.92 1336.63 445.92 1337.55 443.05" fill="#d8ac9b"></polygon><polygon points="1333.05 440.78 1335.47 445.92 1332.43 445.92 1333.05 440.78" fill="#574345"></polygon><polygon points="1346.13 439.17 1347.06 442.09 1344.99 439.94 1342.9 435.64 1346.13 439.17" fill="#f9e2cc"></polygon><polygon points="1342.9 435.64 1344.99 439.94 1341.55 442.24 1337.28 437.45 1342.9 435.64" fill="#eed0b6"></polygon><polygon points="1326.2 443.85 1327.9 445.56 1326.33 445.41 1326.2 443.85" fill="#c5988f"></polygon><polygon points="1332.26 444.02 1330.82 445.82 1333.9 446.11 1334.26 444.56 1332.26 444.02" fill="#745263"></polygon><polygon points="1326.33 445.41 1326.2 443.85 1322.87 443.48 1322.87 445.1 1326.33 445.41" fill="#a68180"></polygon><polygon points="1326.2 443.85 1324.97 440.46 1322.87 443.48 1326.2 443.85" fill="#bb9994"></polygon><polygon points="1324.97 440.46 1323.43 440.06 1322.87 443.48 1324.97 440.46" fill="#c1a2ab"></polygon><polygon points="1324.97 440.46 1328.28 437.7 1326 437.7 1323.43 440.06 1324.97 440.46" fill="#c9aca4"></polygon><polygon points="1328.28 437.7 1330.82 437.3 1327.95 436.96 1326 437.7 1328.28 437.7" fill="#eac6bb"></polygon><polygon points="1330.82 437.3 1333.34 439.92 1330.82 440.26 1328.28 437.7 1330.82 437.3" fill="#f2dabd"></polygon><polygon points="1330.82 440.26 1326.2 443.85 1324.97 440.46 1328.28 437.7 1330.82 440.26" fill="#e7c9b6"></polygon><polygon points="1327.9 445.56 1331.75 442.16 1330.82 440.26 1326.2 443.85 1327.9 445.56" fill="#e5c6af"></polygon><polygon points="1331.75 442.16 1333.34 439.92 1330.82 440.26 1331.75 442.16" fill="#f6dec7"></polygon><polygon points="1334.26 442.48 1331.75 442.16 1333.34 439.92 1334.26 442.48" fill="#b18f9d"></polygon><polygon points="1331.75 442.16 1332.26 444.02 1334.26 444.56 1334.26 442.48 1331.75 442.16" fill="#a37d8d"></polygon><polygon points="1332.26 444.02 1331.75 442.16 1327.9 445.56 1330.82 445.82 1332.26 444.02" fill="#977082"></polygon></g><g id="stone-4" data-name="stone"><polygon points="1079.66 389.66 1077.89 387.19 1074.7 385.98 1073.96 389.66 1079.66 389.66" fill="#ecd1b6"></polygon><polygon points="1073.96 389.66 1072.04 389.66 1070.69 386.78 1070.42 381.19 1074.7 385.98 1073.96 389.66" fill="#e5c3a9"></polygon><polygon points="1070.69 386.78 1066.19 384.51 1068.61 389.66 1069.77 389.66 1070.69 386.78" fill="#876769"></polygon><polygon points="1070.42 381.19 1067.19 382.4 1066.19 384.51 1070.69 386.78 1070.42 381.19" fill="#a27c88"></polygon><polygon points="1076.04 379.37 1070.42 381.19 1067.19 382.4 1071.04 379.37 1076.04 379.37" fill="#d4ada7"></polygon><polygon points="1080.2 385.83 1077.89 387.19 1079.66 389.66 1080.2 385.83" fill="#ebcbb7"></polygon><polygon points="1078.13 383.67 1080.2 385.83 1077.89 387.19 1074.7 385.98 1078.13 383.67" fill="#f1d5c2"></polygon><polygon points="1070.69 386.78 1072.04 389.66 1069.77 389.66 1070.69 386.78" fill="#d8ac9b"></polygon><polygon points="1066.19 384.51 1068.61 389.66 1065.57 389.66 1066.19 384.51" fill="#574345"></polygon><polygon points="1079.28 382.9 1080.2 385.83 1078.13 383.67 1076.04 379.37 1079.28 382.9" fill="#f9e2cc"></polygon><polygon points="1076.04 379.37 1078.13 383.67 1074.7 385.98 1070.42 381.19 1076.04 379.37" fill="#eed0b6"></polygon><polygon points="1059.35 387.59 1061.04 389.29 1059.47 389.15 1059.35 387.59" fill="#c5988f"></polygon><polygon points="1065.4 387.76 1063.97 389.56 1067.05 389.84 1067.41 388.3 1065.4 387.76" fill="#745263"></polygon><polygon points="1059.47 389.15 1059.35 387.59 1056.01 387.22 1056.01 388.83 1059.47 389.15" fill="#a68180"></polygon><polygon points="1059.35 387.59 1058.12 384.19 1056.01 387.22 1059.35 387.59" fill="#bb9994"></polygon><polygon points="1058.12 384.19 1056.58 383.79 1056.01 387.22 1058.12 384.19" fill="#c1a2ab"></polygon><polygon points="1058.12 384.19 1061.43 381.44 1059.14 381.44 1056.58 383.79 1058.12 384.19" fill="#c9aca4"></polygon><polygon points="1061.43 381.44 1063.97 381.04 1061.09 380.7 1059.14 381.44 1061.43 381.44" fill="#eac6bb"></polygon><polygon points="1063.97 381.04 1066.48 383.66 1063.97 383.99 1061.43 381.44 1063.97 381.04" fill="#f2dabd"></polygon><polygon points="1063.97 383.99 1059.35 387.59 1058.12 384.19 1061.43 381.44 1063.97 383.99" fill="#e7c9b6"></polygon><polygon points="1061.04 389.29 1064.89 385.89 1063.97 383.99 1059.35 387.59 1061.04 389.29" fill="#e5c6af"></polygon><polygon points="1064.89 385.89 1066.48 383.66 1063.97 383.99 1064.89 385.89" fill="#f6dec7"></polygon><polygon points="1067.41 386.21 1064.89 385.89 1066.48 383.66 1067.41 386.21" fill="#b18f9d"></polygon><polygon points="1064.89 385.89 1065.4 387.76 1067.41 388.3 1067.41 386.21 1064.89 385.89" fill="#a37d8d"></polygon><polygon points="1065.4 387.76 1064.89 385.89 1061.04 389.29 1063.97 389.56 1065.4 387.76" fill="#977082"></polygon></g><g id="stone-5" data-name="stone"><polygon points="394.87 412.93 392.94 410.24 389.46 408.92 388.66 412.93 394.87 412.93" fill="#ecd1b6"></polygon><polygon points="388.66 412.93 386.56 412.93 385.1 409.8 384.8 403.7 389.46 408.92 388.66 412.93" fill="#e5c3a9"></polygon><polygon points="385.1 409.8 380.19 407.33 382.83 412.93 384.09 412.93 385.1 409.8" fill="#876769"></polygon><polygon points="384.8 403.7 381.28 405.02 380.19 407.33 385.1 409.8 384.8 403.7" fill="#a27c88"></polygon><polygon points="390.93 401.73 384.8 403.7 381.28 405.02 385.47 401.73 390.93 401.73" fill="#d4ada7"></polygon><polygon points="395.46 408.76 392.94 410.24 394.87 412.93 395.46 408.76" fill="#ebcbb7"></polygon><polygon points="393.2 406.41 395.46 408.76 392.94 410.24 389.46 408.92 393.2 406.41" fill="#f1d5c2"></polygon><polygon points="385.1 409.8 386.56 412.93 384.09 412.93 385.1 409.8" fill="#d8ac9b"></polygon><polygon points="380.19 407.33 382.83 412.93 379.52 412.93 380.19 407.33" fill="#574345"></polygon><polygon points="394.45 405.57 395.46 408.76 393.2 406.41 390.93 401.73 394.45 405.57" fill="#f9e2cc"></polygon><polygon points="390.93 401.73 393.2 406.41 389.46 408.92 384.8 403.7 390.93 401.73" fill="#eed0b6"></polygon><polygon points="372.73 410.68 374.58 412.54 372.87 412.38 372.73 410.68" fill="#c5988f"></polygon><polygon points="379.33 410.86 377.77 412.83 381.12 413.13 381.51 411.45 379.33 410.86" fill="#745263"></polygon><polygon points="372.87 412.38 372.73 410.68 369.1 410.28 369.1 412.03 372.87 412.38" fill="#a68180"></polygon><polygon points="372.73 410.68 371.39 406.98 369.1 410.28 372.73 410.68" fill="#bb9994"></polygon><polygon points="371.39 406.98 369.71 406.54 369.1 410.28 371.39 406.98" fill="#c1a2ab"></polygon><polygon points="371.39 406.98 375 403.98 372.51 403.98 369.71 406.54 371.39 406.98" fill="#c9aca4"></polygon><polygon points="375 403.98 377.77 403.54 374.63 403.17 372.51 403.98 375 403.98" fill="#eac6bb"></polygon><polygon points="377.77 403.54 380.51 406.39 377.77 406.76 375 403.98 377.77 403.54" fill="#f2dabd"></polygon><polygon points="377.77 406.76 372.73 410.68 371.39 406.98 375 403.98 377.77 406.76" fill="#e7c9b6"></polygon><polygon points="374.58 412.54 378.77 408.83 377.77 406.76 372.73 410.68 374.58 412.54" fill="#e5c6af"></polygon><polygon points="378.77 408.83 380.51 406.39 377.77 406.76 378.77 408.83" fill="#f6dec7"></polygon><polygon points="381.51 409.18 378.77 408.83 380.51 406.39 381.51 409.18" fill="#b18f9d"></polygon><polygon points="378.77 408.83 379.33 410.86 381.51 411.45 381.51 409.18 378.77 408.83" fill="#a37d8d"></polygon><polygon points="379.33 410.86 378.77 408.83 374.58 412.54 377.77 412.83 379.33 410.86" fill="#977082"></polygon></g><g id="stone-6" data-name="stone"><polygon points="523.13 475.02 521.36 472.55 518.17 471.34 517.44 475.02 523.13 475.02" fill="#ecd1b6"></polygon><polygon points="517.44 475.02 515.51 475.02 514.16 472.15 513.89 466.55 518.17 471.34 517.44 475.02" fill="#e5c3a9"></polygon><polygon points="514.16 472.15 509.66 469.88 512.09 475.02 513.24 475.02 514.16 472.15" fill="#876769"></polygon><polygon points="513.89 466.55 510.66 467.76 509.66 469.88 514.16 472.15 513.89 466.55" fill="#a27c88"></polygon><polygon points="519.51 464.74 513.89 466.55 510.66 467.76 514.51 464.74 519.51 464.74" fill="#d4ada7"></polygon><polygon points="523.67 471.19 521.36 472.55 523.13 475.02 523.67 471.19" fill="#ebcbb7"></polygon><polygon points="521.6 469.04 523.67 471.19 521.36 472.55 518.17 471.34 521.6 469.04" fill="#f1d5c2"></polygon><polygon points="514.16 472.15 515.51 475.02 513.24 475.02 514.16 472.15" fill="#d8ac9b"></polygon><polygon points="509.66 469.88 512.09 475.02 509.04 475.02 509.66 469.88" fill="#574345"></polygon><polygon points="522.75 468.27 523.67 471.19 521.6 469.04 519.51 464.74 522.75 468.27" fill="#f9e2cc"></polygon><polygon points="519.51 464.74 521.6 469.04 518.17 471.34 513.89 466.55 519.51 464.74" fill="#eed0b6"></polygon><polygon points="502.82 472.95 504.51 474.66 502.95 474.51 502.82 472.95" fill="#c5988f"></polygon><polygon points="508.88 473.12 507.44 474.92 510.52 475.21 510.88 473.66 508.88 473.12" fill="#745263"></polygon><polygon points="502.95 474.51 502.82 472.95 499.48 472.58 499.48 474.2 502.95 474.51" fill="#a68180"></polygon><polygon points="502.82 472.95 501.59 469.56 499.48 472.58 502.82 472.95" fill="#bb9994"></polygon><polygon points="501.59 469.56 500.05 469.16 499.48 472.58 501.59 469.56" fill="#c1a2ab"></polygon><polygon points="501.59 469.56 504.9 466.8 502.61 466.8 500.05 469.16 501.59 469.56" fill="#c9aca4"></polygon><polygon points="504.9 466.8 507.44 466.4 504.56 466.06 502.61 466.8 504.9 466.8" fill="#eac6bb"></polygon><polygon points="507.44 466.4 509.95 469.02 507.44 469.36 504.9 466.8 507.44 466.4" fill="#f2dabd"></polygon><polygon points="507.44 469.36 502.82 472.95 501.59 469.56 504.9 466.8 507.44 469.36" fill="#e7c9b6"></polygon><polygon points="504.51 474.66 508.36 471.26 507.44 469.36 502.82 472.95 504.51 474.66" fill="#e5c6af"></polygon><polygon points="508.36 471.26 509.95 469.02 507.44 469.36 508.36 471.26" fill="#f6dec7"></polygon><polygon points="510.88 471.58 508.36 471.26 509.95 469.02 510.88 471.58" fill="#b18f9d"></polygon><polygon points="508.36 471.26 508.88 473.12 510.88 473.66 510.88 471.58 508.36 471.26" fill="#a37d8d"></polygon><polygon points="508.88 473.12 508.36 471.26 504.51 474.66 507.44 474.92 508.88 473.12" fill="#977082"></polygon></g><g id="stone-7" data-name="stone"><polygon points="83.31 428.31 81.53 425.84 78.34 424.63 77.61 428.31 83.31 428.31" fill="#ecd1b6"></polygon><polygon points="77.61 428.31 75.68 428.31 74.34 425.44 74.07 419.84 78.34 424.63 77.61 428.31" fill="#e5c3a9"></polygon><polygon points="74.34 425.44 69.83 423.17 72.26 428.31 73.41 428.31 74.34 425.44" fill="#876769"></polygon><polygon points="74.07 419.84 70.83 421.05 69.83 423.17 74.34 425.44 74.07 419.84" fill="#a27c88"></polygon><polygon points="79.69 418.02 74.07 419.84 70.83 421.05 74.68 418.02 79.69 418.02" fill="#d4ada7"></polygon><polygon points="83.84 424.48 81.53 425.84 83.31 428.31 83.84 424.48" fill="#ebcbb7"></polygon><polygon points="81.77 422.32 83.84 424.48 81.53 425.84 78.34 424.63 81.77 422.32" fill="#f1d5c2"></polygon><polygon points="74.34 425.44 75.68 428.31 73.41 428.31 74.34 425.44" fill="#d8ac9b"></polygon><polygon points="69.83 423.17 72.26 428.31 69.22 428.31 69.83 423.17" fill="#574345"></polygon><polygon points="82.92 421.55 83.84 424.48 81.77 422.32 79.69 418.02 82.92 421.55" fill="#f9e2cc"></polygon><polygon points="79.69 418.02 81.77 422.32 78.34 424.63 74.07 419.84 79.69 418.02" fill="#eed0b6"></polygon><polygon points="62.99 426.24 64.69 427.94 63.12 427.8 62.99 426.24" fill="#c5988f"></polygon><polygon points="69.05 426.41 67.61 428.21 70.69 428.49 71.05 426.95 69.05 426.41" fill="#745263"></polygon><polygon points="63.12 427.8 62.99 426.24 59.65 425.87 59.65 427.48 63.12 427.8" fill="#a68180"></polygon><polygon points="62.99 426.24 61.76 422.85 59.65 425.87 62.99 426.24" fill="#bb9994"></polygon><polygon points="61.76 422.85 60.22 422.44 59.65 425.87 61.76 422.85" fill="#c1a2ab"></polygon><polygon points="61.76 422.85 65.07 420.09 62.78 420.09 60.22 422.44 61.76 422.85" fill="#c9aca4"></polygon><polygon points="65.07 420.09 67.61 419.69 64.74 419.35 62.78 420.09 65.07 420.09" fill="#eac6bb"></polygon><polygon points="67.61 419.69 70.13 422.31 67.61 422.64 65.07 420.09 67.61 419.69" fill="#f2dabd"></polygon><polygon points="67.61 422.64 62.99 426.24 61.76 422.85 65.07 420.09 67.61 422.64" fill="#e7c9b6"></polygon><polygon points="64.69 427.94 68.53 424.54 67.61 422.64 62.99 426.24 64.69 427.94" fill="#e5c6af"></polygon><polygon points="68.53 424.54 70.13 422.31 67.61 422.64 68.53 424.54" fill="#f6dec7"></polygon><polygon points="71.05 424.86 68.53 424.54 70.13 422.31 71.05 424.86" fill="#b18f9d"></polygon><polygon points="68.53 424.54 69.05 426.41 71.05 426.95 71.05 424.86 68.53 424.54" fill="#a37d8d"></polygon><polygon points="69.05 426.41 68.53 424.54 64.69 427.94 67.61 428.21 69.05 426.41" fill="#977082"></polygon></g><g id="shrub-2" data-name="shrub"><path id="shadow-20" data-name="shadow" d="M882.26,471.2l11.48-2.36,9.54,1.87,8.75-.18,5.75.05,5.63,2.61L912,475.63s-8.45.37-9.55,0-8.36.16-9.21.16-6.56-1.63-6.56-1.63l-2.24-1Z" opacity="0.3"></path><polygon points="909.05 474.31 905.47 467.84 914.35 466.98 909.05 474.31" fill="#479610"></polygon><polygon points="909.05 474.31 917.78 471.7 914.35 466.98 909.05 474.31" fill="#307101"></polygon><polygon points="909.05 474.31 901.89 472.32 905.47 467.84 909.05 474.31" fill="#307101"></polygon><polygon points="901.89 472.32 899.48 465.24 905.47 467.84 901.89 472.32" fill="#275e02"></polygon><polygon points="899.48 465.24 908.12 461.88 905.47 467.84 899.48 465.24" fill="#479610"></polygon><polygon points="899.48 465.24 901.89 459.03 908.12 461.88 899.48 465.24" fill="#418a0f"></polygon><polygon points="908.12 461.88 914.35 466.98 905.47 467.84 908.12 461.88" fill="#418a0f"></polygon><polygon points="908.12 461.88 910.39 458.95 901.89 459.03 908.12 461.88" fill="#76b816"></polygon><polygon points="901.89 459.03 909.05 456.42 910.39 458.95 901.89 459.03" fill="#acd700"></polygon><polygon points="914.35 466.98 910.39 458.95 908.12 461.88 914.35 466.98" fill="#53a21e"></polygon><polygon points="910.39 458.95 918.79 459.93 909.05 456.42 910.39 458.95" fill="#76b816"></polygon><polygon points="918.79 459.93 914.35 466.98 910.39 458.95 918.79 459.93" fill="#418a0f"></polygon><polygon points="917.78 471.7 920.58 465.61 914.35 466.98 917.78 471.7" fill="#275e02"></polygon><polygon points="920.58 465.61 918.79 459.93 914.35 466.98 920.58 465.61" fill="#307101"></polygon><polygon points="892.89 474.31 890.85 467.55 899.48 465.24 892.89 474.31" fill="#479610"></polygon><polygon points="892.89 474.31 901.89 472.32 899.48 465.24 892.89 474.31" fill="#307101"></polygon><polygon points="892.89 474.31 886.49 472.18 890.85 467.55 892.89 474.31" fill="#275e02"></polygon><polygon points="886.49 472.18 882.58 463.5 890.85 467.55 886.49 472.18" fill="#479610"></polygon><polygon points="882.58 463.5 891.95 462.85 890.85 467.55 882.58 463.5" fill="#76b816"></polygon><polygon points="882.58 463.5 885.73 459.03 891.95 462.85 882.58 463.5" fill="#acd700"></polygon><polygon points="891.95 462.85 899.48 465.24 890.85 467.55 891.95 462.85" fill="#53a21e"></polygon><polygon points="891.95 462.85 895.16 459.43 885.73 459.03 891.95 462.85" fill="#76b816"></polygon><polygon points="885.73 459.03 894.69 455.82 895.16 459.43 885.73 459.03" fill="#acd700"></polygon><polygon points="899.48 465.24 895.16 459.43 891.95 462.85 899.48 465.24" fill="#479610"></polygon><polygon points="895.16 459.43 901.89 459.03 894.69 455.82 895.16 459.43" fill="#76b816"></polygon><polygon points="901.89 459.03 899.48 465.24 895.16 459.43 901.89 459.03" fill="#53a21e"></polygon></g><g id="shrub-3" data-name="shrub"><path id="shadow-21" data-name="shadow" d="M1399,385.84l7.74-1.59,6.43,1.26,5.9-.13,3.88,0,3.8,1.76-7.68,1.64a54.94,54.94,0,0,1-6.44,0c-.75-.24-5.63.11-6.21.11s-4.42-1.1-4.42-1.1l-1.51-.65Z" opacity="0.3"></path><polygon points="1417.11 387.93 1414.69 383.57 1420.68 382.99 1417.11 387.93" fill="#479610"></polygon><polygon points="1417.11 387.93 1422.99 386.17 1420.68 382.99 1417.11 387.93" fill="#307101"></polygon><polygon points="1417.11 387.93 1412.28 386.59 1414.69 383.57 1417.11 387.93" fill="#307101"></polygon><polygon points="1412.28 386.59 1410.65 381.81 1414.69 383.57 1412.28 386.59" fill="#275e02"></polygon><polygon points="1410.65 381.81 1416.48 379.55 1414.69 383.57 1410.65 381.81" fill="#479610"></polygon><polygon points="1410.65 381.81 1412.28 377.63 1416.48 379.55 1410.65 381.81" fill="#418a0f"></polygon><polygon points="1416.48 379.55 1420.68 382.99 1414.69 383.57 1416.48 379.55" fill="#418a0f"></polygon><polygon points="1416.48 379.55 1418.01 377.57 1412.28 377.63 1416.48 379.55" fill="#76b816"></polygon><polygon points="1412.28 377.63 1417.11 375.87 1418.01 377.57 1412.28 377.63" fill="#acd700"></polygon><polygon points="1420.68 382.99 1418.01 377.57 1416.48 379.55 1420.68 382.99" fill="#53a21e"></polygon><polygon points="1418.01 377.57 1423.67 378.24 1417.11 375.87 1418.01 377.57" fill="#76b816"></polygon><polygon points="1423.67 378.24 1420.68 382.99 1418.01 377.57 1423.67 378.24" fill="#418a0f"></polygon><polygon points="1422.99 386.17 1424.88 382.07 1420.68 382.99 1422.99 386.17" fill="#275e02"></polygon><polygon points="1424.88 382.07 1423.67 378.24 1420.68 382.99 1424.88 382.07" fill="#307101"></polygon><polygon points="1406.2 387.93 1404.83 383.38 1410.65 381.81 1406.2 387.93" fill="#479610"></polygon><polygon points="1406.2 387.93 1412.28 386.59 1410.65 381.81 1406.2 387.93" fill="#307101"></polygon><polygon points="1406.2 387.93 1401.89 386.5 1404.83 383.38 1406.2 387.93" fill="#275e02"></polygon><polygon points="1401.89 386.5 1399.25 380.64 1404.83 383.38 1401.89 386.5" fill="#479610"></polygon><polygon points="1399.25 380.64 1405.57 380.2 1404.83 383.38 1399.25 380.64" fill="#76b816"></polygon><polygon points="1399.25 380.64 1401.37 377.63 1405.57 380.2 1399.25 380.64" fill="#acd700"></polygon><polygon points="1405.57 380.2 1410.65 381.81 1404.83 383.38 1405.57 380.2" fill="#53a21e"></polygon><polygon points="1405.57 380.2 1407.74 377.9 1401.37 377.63 1405.57 380.2" fill="#76b816"></polygon><polygon points="1401.37 377.63 1407.42 375.47 1407.74 377.9 1401.37 377.63" fill="#acd700"></polygon><polygon points="1410.65 381.81 1407.74 377.9 1405.57 380.2 1410.65 381.81" fill="#479610"></polygon><polygon points="1407.74 377.9 1412.28 377.63 1407.42 375.47 1407.74 377.9" fill="#76b816"></polygon><polygon points="1412.28 377.63 1410.65 381.81 1407.74 377.9 1412.28 377.63" fill="#53a21e"></polygon></g><g id="deer"><polygon points="997.94 411.23 999.62 408.76 1001.42 408.53 1003.52 405.7 1000.91 407.93 1000.13 408.01 1000.13 401.38 999.23 407.5 997.27 410.41 996.23 408.94 997.31 405.44 995.32 408.98 996.8 411.11 992.38 412.72 993.32 411.56 992.86 409.21 992.65 411.36 991.3 413.12 990.5 413.41 990.52 413.46 986.93 413.41 986.13 413.12 984.77 411.36 984.57 409.21 984.11 411.56 985.05 412.72 980.63 411.11 982.11 408.98 980.12 405.44 981.2 408.94 980.15 410.41 978.2 407.5 977.3 401.38 977.3 408.01 976.51 407.93 973.91 405.7 976 408.53 977.81 408.76 979.49 411.23 978.21 411.84 974.62 410.35 978.08 412.66 980.02 412 986.36 414.4 986.09 414.88 984.03 414.11 981.31 414.67 983.28 416.49 985.62 416.36 982.17 422.63 976.45 424.51 967.11 424.18 963.72 427.95 963.63 432.01 960.41 439.44 962.08 448.39 963.4 448.39 962.68 439.84 967.76 434.32 967.86 434.36 967.9 434.57 965.95 439.89 968.2 448.39 969.82 448.39 968.45 440.65 972.41 436.05 975.14 436.89 979.52 436.4 979.52 436.4 979.52 438.89 980.95 445.64 980.95 448.39 982.33 448.39 982.33 445.39 981.95 438.13 983.21 435.99 983.97 435.91 983.97 435.91 983.58 438.17 985.62 445.52 985.62 448.39 986.93 448.39 986.93 445.14 985.62 438.26 990.33 433.32 992.4 426.38 991.55 423.38 991.43 416.38 993.87 416.85 996.09 415.16 993.03 414.33 991.25 414.88 991.02 414.42 997.41 412 999.35 412.66 1002.81 410.35 999.22 411.84 997.94 411.23" fill="url(#linear-gradient-9)"></polygon><polygon points="972.41 436.05 974.58 432.31 972.37 428.13 968.24 430.67 967.9 434.57 968.45 440.65 972.41 436.05" fill="#fff" opacity="0.19" style="mix-blend-mode:overlay"></polygon><polygon points="972.37 428.13 974.58 432.31 971.67 430.62 972.37 428.13" fill="#fff" opacity="0.19" style="mix-blend-mode:overlay"></polygon><polygon points="968.24 430.67 972.37 428.13 971.67 430.62 968.24 430.67" opacity="0.31" style="mix-blend-mode:overlay"></polygon><polygon points="968.45 440.65 971 434.39 972.41 436.05 968.45 440.65" fill="#fff" opacity="0.19" style="mix-blend-mode:overlay"></polygon><polygon points="971.67 430.62 974.58 432.31 972.41 436.05 971 434.39 971.67 430.62" fill="#fff" opacity="0.37" style="mix-blend-mode:overlay"></polygon><polygon points="968.24 430.67 971.67 430.62 971 434.39 967.93 434.84 968.24 430.67" opacity="0.09" style="mix-blend-mode:multiply"></polygon><polygon points="975.14 436.89 972.41 436.05 974.58 432.31 976.4 434.39 975.14 436.89" opacity="0.31" style="mix-blend-mode:overlay"></polygon><polygon points="979.52 436.4 979.92 434.39 976.4 434.39 975.14 436.89 979.52 436.4" opacity="0.09" style="mix-blend-mode:multiply"></polygon><polygon points="967.76 434.32 963.63 432.01 962.77 434 962.68 439.84 967.76 434.32" opacity="0.31" style="mix-blend-mode:overlay"></polygon><polygon points="965.95 439.89 966.93 440.28 969.82 448.39 968.2 448.39 965.95 439.89" opacity="0.53" style="mix-blend-mode:overlay"></polygon><polygon points="960.41 439.44 961.35 439.84 963.4 448.39 962.08 448.39 960.41 439.44" opacity="0.34" style="mix-blend-mode:overlay"></polygon><polygon points="983.97 435.91 986.86 435.26 990.33 433.32 985.62 438.26 986.93 445.14 983.58 438.17 983.97 435.91" fill="#fff" opacity="0.19" style="mix-blend-mode:overlay"></polygon><polygon points="979.92 434.39 982.74 433.32 981.33 436.58 979.52 438.69 979.52 436.4 979.92 434.39" opacity="0.31" style="mix-blend-mode:overlay"></polygon><polygon points="981.95 438.13 983.21 435.99 982.74 433.32 981.33 436.58 981.95 438.13" fill="#fff" opacity="0.37" style="mix-blend-mode:overlay"></polygon><polygon points="980.95 445.64 979.52 438.69 981.33 436.58 981.66 445.64 982.33 448.39 980.95 448.39 980.95 445.64" opacity="0.38" style="mix-blend-mode:overlay"></polygon><polygon points="986.93 448.39 985.62 448.39 985.62 445.52 983.58 438.17 986.93 445.14 986.93 448.39" opacity="0.12" style="mix-blend-mode:overlay"></polygon><polygon points="968.24 430.67 963.72 427.95 963.63 432.01 967.76 434.32 968.24 430.67" opacity="0.09" style="mix-blend-mode:multiply"></polygon><polygon points="982.17 422.63 976.45 424.51 978.14 426.82 983.58 424.1 982.17 422.63" fill="#fff" opacity="0.37" style="mix-blend-mode:overlay"></polygon><polygon points="967.11 424.18 976.45 424.51 978.14 426.82 966.37 425 967.11 424.18" fill="#fff" opacity="0.19" style="mix-blend-mode:overlay"></polygon><polygon points="992.4 426.38 988.32 426.82 986.86 435.26 990.33 433.32 992.4 426.38" fill="#fff" opacity="0.37" style="mix-blend-mode:overlay"></polygon><polygon points="983.58 424.1 988.32 426.82 986.86 435.26 978.14 426.82 983.58 424.1" fill="#fff" opacity="0.19" style="mix-blend-mode:overlay"></polygon><polygon points="976.4 434.39 978.14 426.82 983.5 432.01 982.74 433.32 979.92 434.39 976.4 434.39" opacity="0.11" style="mix-blend-mode:overlay"></polygon><polygon points="972.37 428.13 972.79 425.99 978.14 426.82 976.4 434.39 974.58 432.31 972.37 428.13" fill="#fff" opacity="0.11" style="mix-blend-mode:overlay"></polygon><polygon points="972.79 425.99 972.37 428.13 968.24 430.67 963.72 427.95 966.37 425 972.79 425.99" opacity="0.08" style="mix-blend-mode:overlay"></polygon><polygon points="988.32 426.82 988.74 421.52 991.55 423.38 992.4 426.38 988.32 426.82" fill="#fff" opacity="0.11" style="mix-blend-mode:overlay"></polygon><polygon points="983.58 424.1 985.62 421.85 988.74 421.52 988.32 426.82 983.58 424.1" opacity="0.11" style="mix-blend-mode:overlay"></polygon><polygon points="982.17 422.63 983.58 420.07 985.62 421.85 983.58 424.1 982.17 422.63" opacity="0.31" style="mix-blend-mode:overlay"></polygon><polygon points="991.55 423.38 988.74 421.52 989.87 415.85 991.43 416.38 991.55 423.38" fill="#fff" opacity="0.55" style="mix-blend-mode:overlay"></polygon><polygon points="985.62 421.85 987.61 415.24 988.74 421.52 985.62 421.85" fill="#fff" opacity="0.19" style="mix-blend-mode:overlay"></polygon><polygon points="983.58 420.07 985.62 421.85 987.61 415.24 985.62 416.36 983.58 420.07" opacity="0.08" style="mix-blend-mode:overlay"></polygon><polygon points="986.09 414.88 986.93 413.41 990.5 413.41 991.25 414.88 991.43 416.38 989.8 420.67 989.8 422.23 988.54 422.55 987.24 422.19 987.24 420.74 985.62 416.36 986.09 414.88" fill="url(#linear-gradient-10)"></polygon><polygon points="987.24 420.74 987.73 420.25 989.4 420.25 989.8 420.67 989.8 422.23 988.54 422.55 987.24 422.19 987.24 420.74" fill="#fff" opacity="0.36" style="mix-blend-mode:soft-light"></polygon><polygon points="987.65 420.67 989.4 420.67 988.54 421.73 987.65 420.67" opacity="0.7" style="mix-blend-mode:overlay"></polygon><polygon points="987.73 420.25 987.91 416.47 986.09 414.88 985.62 416.36 987.24 420.74 987.73 420.25" opacity="0.16" style="mix-blend-mode:multiply"></polygon><polygon points="989.4 420.25 989.45 416.54 991.25 414.88 991.43 416.38 989.8 420.67 989.4 420.25" fill="#fff" opacity="0.37" style="mix-blend-mode:overlay"></polygon><polygon points="986.09 414.88 988.74 415.57 991.25 414.88 989.45 416.54 989.4 420.25 987.73 420.25 987.91 416.47 986.09 414.88" opacity="0.13" style="mix-blend-mode:overlay"></polygon><polygon points="991.25 414.88 990.5 413.41 989.4 413.41 989.84 415.27 991.25 414.88" fill="#fff" opacity="0.18" style="mix-blend-mode:overlay"></polygon><polygon points="986.09 414.88 986.93 413.41 988.11 413.43 987.45 415.24 986.09 414.88" opacity="0.24" style="mix-blend-mode:overlay"></polygon><polygon points="988.11 413.43 989.4 413.41 989.84 415.27 988.74 415.57 987.45 415.24 988.11 413.43" fill="#fff" opacity="0.11" style="mix-blend-mode:overlay"></polygon><polygon points="986.01 416.7 987.24 416.86 986.73 417.44 986.01 416.7" opacity="0.65"></polygon><polygon points="989.92 416.86 991.1 416.7 990.46 417.44 989.92 416.86" opacity="0.65"></polygon><polygon points="988.54 421.73 988.74 422.5 988.54 422.55 988.32 422.49 988.54 421.73" opacity="0.65"></polygon><polygon points="989.4 420.25 989.8 420.67 989.8 422.23 989.03 422.43 989.4 420.67 988.53 420.25 989.4 420.25" fill="#fff" opacity="0.36" style="mix-blend-mode:soft-light"></polygon><polygon points="987.73 420.25 988.53 420.25 987.65 420.67 988.01 422.41 987.24 422.19 987.24 420.74 987.73 420.25" opacity="0.2" style="mix-blend-mode:overlay"></polygon><polygon points="986.09 414.88 984.03 414.11 981.31 414.67 983.9 414.5 985.89 415.51 986.09 414.88" fill="#fff" opacity="0.18" style="mix-blend-mode:overlay"></polygon><polygon points="991.25 414.88 993.03 414.33 996.09 415.16 993.05 414.75 991.34 415.63 991.25 414.88" fill="#fff" opacity="0.21" style="mix-blend-mode:overlay"></polygon><polygon points="985.89 415.51 983.9 414.5 982.76 414.57 983.39 415.85 985.62 416.36 985.89 415.51" opacity="0.3" style="mix-blend-mode:overlay"></polygon><polygon points="991.34 415.63 993.05 414.75 994.56 414.95 993.85 415.97 991.43 416.38 991.34 415.63" opacity="0.2" style="mix-blend-mode:overlay"></polygon><polygon points="986.93 413.41 980.17 412 986.36 414.4 986.93 413.41" opacity="0.31" style="mix-blend-mode:overlay"></polygon><polygon points="977.3 401.38 977.3 408.01 977.81 408.76 977.3 401.38" opacity="0.31" style="mix-blend-mode:overlay"></polygon><polygon points="974.62 410.35 978.08 412.66 980.02 412 978.14 412.22 974.62 410.35" opacity="0.31" style="mix-blend-mode:overlay"></polygon><polygon points="980.15 410.41 981.2 408.94 980.12 405.44 981.61 409 980.63 411.11 980.15 410.41" opacity="0.31" style="mix-blend-mode:overlay"></polygon><polygon points="976 408.53 973.91 405.7 976.8 408.63 976 408.53" opacity="0.31" style="mix-blend-mode:overlay"></polygon><polygon points="999.62 408.76 1000.13 408.01 1000.13 401.38 999.62 408.76" opacity="0.31" style="mix-blend-mode:overlay"></polygon><polygon points="1001.42 408.53 1003.52 405.7 1000.81 408.61 1001.42 408.53" opacity="0.31" style="mix-blend-mode:overlay"></polygon><polygon points="997.27 410.41 996.8 411.11 995.74 408.91 997.31 405.44 996.23 408.94 997.27 410.41" opacity="0.31" style="mix-blend-mode:overlay"></polygon><polygon points="999.35 412.66 1002.81 410.35 999.46 412.16 997.41 412 999.35 412.66" opacity="0.31" style="mix-blend-mode:overlay"></polygon><polygon points="997.41 412 991.02 414.42 990.5 413.41 997.41 412" opacity="0.31" style="mix-blend-mode:overlay"></polygon><polygon points="992.38 412.72 991.8 412.91 992.95 411.38 992.86 409.21 993.32 411.56 992.38 412.72" opacity="0.31" style="mix-blend-mode:overlay"></polygon><polygon points="984.57 409.21 984.46 411.5 985.62 412.91 985.05 412.72 984.11 411.56 984.57 409.21" opacity="0.31" style="mix-blend-mode:overlay"></polygon><polygon points="980.63 411.11 985.05 412.72 980.17 411.5 978.2 407.5 980.63 411.11" fill="#fff" opacity="0.18" style="mix-blend-mode:overlay"></polygon><polygon points="991.8 412.91 996.8 411.11 999.23 407.5 997.31 411.5 991.8 412.91" fill="#fff" opacity="0.18" style="mix-blend-mode:overlay"></polygon><polygon points="986.93 448.39 987.36 449.18 985.64 449.18 985.62 448.39 986.93 448.39" fill="url(#linear-gradient-11)"></polygon><polygon points="982.33 448.39 982.74 449.18 980.95 449.18 980.95 448.39 982.33 448.39" fill="url(#linear-gradient-12)"></polygon><polygon points="969.82 448.39 970.23 449.18 968.2 449.18 968.2 448.39 969.82 448.39" fill="url(#linear-gradient-13)"></polygon><polygon points="963.4 448.39 963.8 449.18 962.07 449.18 962.07 448.39 963.4 448.39" fill="url(#linear-gradient-14)"></polygon><polygon points="986.86 435.26 990.33 433.32 985.62 438.26 986.38 442.3 985.02 437.97 986.86 435.26" fill="#fff" opacity="0.26" style="mix-blend-mode:overlay"></polygon><polygon points="983.97 435.91 986.86 435.26 985.02 437.97 983.58 438.17 983.97 435.91" opacity="0.2" style="mix-blend-mode:multiply"></polygon><polygon points="987.24 416.86 986.52 416.48 986.01 416.7 987.24 416.86" fill="#fff" opacity="0.37" style="mix-blend-mode:overlay"></polygon><polygon points="989.92 416.86 991.1 416.7 990.65 416.44 989.92 416.86" fill="#fff" opacity="0.37" style="mix-blend-mode:overlay"></polygon><g mask="url(#mask-4)"><polygon id="shadow-22" data-name="shadow" points="962.07 449.18 963.8 449.18 958.83 459.63 965.95 461.18 968.2 449.18 970.23 449.18 969.21 460.44 976.79 457.28 981.99 461.02 980.95 449.18 982.74 449.18 985.22 460.44 987.78 459.01 985.64 449.18 987.36 449.18 991.25 461.06 993.96 462.48 994.77 465.44 950.91 465.54 952.94 459.7 956.75 457.38 962.07 449.18" opacity="0.42" fill="url(#shadow-gradient)" style="mix-blend-mode:multiply"></polygon></g></g><g id="left-deer"><g mask="url(#mask-5)"><polygon id="shadow-23" data-name="shadow" points="313.58 429.05 315.1 429.05 310.74 438.2 316.97 439.55 318.94 429.05 320.72 429.05 319.83 438.91 326.46 436.14 331.01 439.42 330.1 429.05 331.67 429.05 333.84 438.91 336.08 437.66 334.21 429.05 335.71 429.05 339.12 439.45 341.48 440.69 342.19 443.29 303.81 443.37 305.59 438.26 308.92 436.23 313.58 429.05" opacity="0.42" fill="url(#shadow-gradient-2)" style="mix-blend-mode:multiply"></polygon></g><g id="deer-2" data-name="deer"><polygon points="344.97 395.85 346.44 393.69 348.02 393.49 349.85 391.01 347.57 392.96 346.89 393.03 346.89 387.23 346.09 392.59 344.39 395.13 343.47 393.85 344.42 390.78 342.67 393.88 343.97 395.74 340.1 397.15 340.93 396.14 340.53 394.08 340.34 395.96 339.16 397.5 338.46 397.75 338.48 397.8 335.33 397.75 334.63 397.5 333.45 395.96 333.26 394.08 332.86 396.14 333.69 397.15 329.82 395.74 331.12 393.88 329.38 390.78 330.32 393.85 329.4 395.13 327.7 392.59 326.9 387.23 326.9 393.03 326.22 392.96 323.94 391.01 325.77 393.49 327.35 393.69 328.82 395.85 327.7 396.38 324.56 395.08 327.59 397.1 329.28 396.52 334.84 398.62 334.6 399.05 332.79 398.37 330.41 398.86 332.14 400.45 334.19 400.34 331.17 405.82 326.17 407.46 317.99 407.18 315.02 410.48 314.95 414.03 312.13 420.53 313.59 428.37 314.74 428.37 314.12 420.88 318.56 416.06 318.65 416.08 318.69 416.27 316.97 420.93 318.94 428.37 320.37 428.37 319.16 421.6 322.63 417.56 325.02 418.3 328.85 417.87 328.85 417.87 328.85 420.05 330.11 425.96 330.11 428.37 331.31 428.37 331.31 425.74 330.98 419.39 332.08 417.51 332.75 417.44 332.75 417.44 332.4 419.42 334.19 425.85 334.19 428.37 335.33 428.37 335.33 425.52 334.19 419.5 338.31 415.18 340.12 409.11 339.38 406.48 339.27 400.35 341.4 400.76 343.35 399.28 340.67 398.56 339.12 399.04 338.91 398.64 344.51 396.52 346.2 397.1 349.23 395.08 346.09 396.38 344.97 395.85" fill="url(#linear-gradient-15)"></polygon><polygon points="322.63 417.56 324.52 414.29 322.6 410.64 318.98 412.86 318.69 416.27 319.16 421.6 322.63 417.56" fill="#fff" opacity="0.19" style="mix-blend-mode:overlay"></polygon><polygon points="322.6 410.64 324.52 414.29 321.98 412.81 322.6 410.64" fill="#fff" opacity="0.19" style="mix-blend-mode:overlay"></polygon><polygon points="318.98 412.86 322.6 410.64 321.98 412.81 318.98 412.86" opacity="0.31" style="mix-blend-mode:overlay"></polygon><polygon points="319.16 421.6 321.4 416.12 322.63 417.56 319.16 421.6" fill="#fff" opacity="0.19" style="mix-blend-mode:overlay"></polygon><polygon points="321.98 412.81 324.52 414.29 322.63 417.56 321.4 416.12 321.98 412.81" fill="#fff" opacity="0.37" style="mix-blend-mode:overlay"></polygon><polygon points="318.98 412.86 321.98 412.81 321.4 416.12 318.71 416.51 318.98 412.86" opacity="0.09" style="mix-blend-mode:multiply"></polygon><polygon points="325.02 418.3 322.63 417.56 324.52 414.29 326.12 416.12 325.02 418.3" opacity="0.31" style="mix-blend-mode:overlay"></polygon><polygon points="328.85 417.87 329.2 416.12 326.12 416.12 325.02 418.3 328.85 417.87" opacity="0.09" style="mix-blend-mode:multiply"></polygon><polygon points="318.56 416.06 314.95 414.03 314.19 415.77 314.12 420.88 318.56 416.06" opacity="0.31" style="mix-blend-mode:overlay"></polygon><polygon points="316.97 420.93 317.83 421.27 320.37 428.37 318.94 428.37 316.97 420.93" opacity="0.53" style="mix-blend-mode:overlay"></polygon><polygon points="312.13 420.53 312.95 420.88 314.74 428.37 313.59 428.37 312.13 420.53" opacity="0.34" style="mix-blend-mode:overlay"></polygon><polygon points="332.75 417.44 335.28 416.88 338.31 415.18 334.19 419.5 335.33 425.52 332.4 419.42 332.75 417.44" fill="#fff" opacity="0.19" style="mix-blend-mode:overlay"></polygon><polygon points="329.2 416.12 331.67 415.18 330.43 418.03 328.85 419.87 328.85 417.87 329.2 416.12" opacity="0.31" style="mix-blend-mode:overlay"></polygon><polygon points="330.98 419.39 332.08 417.51 331.67 415.18 330.43 418.03 330.98 419.39" fill="#fff" opacity="0.37" style="mix-blend-mode:overlay"></polygon><polygon points="330.11 425.96 328.85 419.87 330.43 418.03 330.72 425.96 331.31 428.37 330.11 428.37 330.11 425.96" opacity="0.38" style="mix-blend-mode:overlay"></polygon><polygon points="335.33 428.37 334.19 428.37 334.19 425.85 332.4 419.42 335.33 425.52 335.33 428.37" opacity="0.12" style="mix-blend-mode:overlay"></polygon><polygon points="318.98 412.86 315.02 410.48 314.95 414.03 318.56 416.06 318.98 412.86" opacity="0.09" style="mix-blend-mode:multiply"></polygon><polygon points="331.17 405.82 326.17 407.46 327.64 409.49 332.4 407.11 331.17 405.82" fill="#fff" opacity="0.37" style="mix-blend-mode:overlay"></polygon><polygon points="317.99 407.18 326.17 407.46 327.64 409.49 317.34 407.9 317.99 407.18" fill="#fff" opacity="0.19" style="mix-blend-mode:overlay"></polygon><polygon points="340.12 409.11 336.55 409.49 335.28 416.88 338.31 415.18 340.12 409.11" fill="#fff" opacity="0.37" style="mix-blend-mode:overlay"></polygon><polygon points="332.4 407.11 336.55 409.49 335.28 416.88 327.64 409.49 332.4 407.11" fill="#fff" opacity="0.19" style="mix-blend-mode:overlay"></polygon><polygon points="326.12 416.12 327.64 409.49 332.34 414.03 331.67 415.18 329.2 416.12 326.12 416.12" opacity="0.11" style="mix-blend-mode:overlay"></polygon><polygon points="322.6 410.64 322.96 408.77 327.64 409.49 326.12 416.12 324.52 414.29 322.6 410.64" fill="#fff" opacity="0.11" style="mix-blend-mode:overlay"></polygon><polygon points="322.96 408.77 322.6 410.64 318.98 412.86 315.02 410.48 317.34 407.9 322.96 408.77" opacity="0.08" style="mix-blend-mode:overlay"></polygon><polygon points="336.55 409.49 336.92 404.85 339.38 406.48 340.12 409.11 336.55 409.49" fill="#fff" opacity="0.11" style="mix-blend-mode:overlay"></polygon><polygon points="332.4 407.11 334.19 405.14 336.92 404.85 336.55 409.49 332.4 407.11" opacity="0.11" style="mix-blend-mode:overlay"></polygon><polygon points="331.17 405.82 332.4 403.58 334.19 405.14 332.4 407.11 331.17 405.82" opacity="0.31" style="mix-blend-mode:overlay"></polygon><polygon points="339.38 406.48 336.92 404.85 337.9 399.89 339.27 400.35 339.38 406.48" fill="#fff" opacity="0.55" style="mix-blend-mode:overlay"></polygon><polygon points="334.19 405.14 335.93 399.35 336.92 404.85 334.19 405.14" fill="#fff" opacity="0.19" style="mix-blend-mode:overlay"></polygon><polygon points="332.4 403.58 334.19 405.14 335.93 399.35 334.19 400.34 332.4 403.58" opacity="0.08" style="mix-blend-mode:overlay"></polygon><polygon points="334.6 399.05 335.33 397.75 338.46 397.75 339.12 399.04 339.27 400.35 337.84 404.11 337.85 405.47 336.74 405.75 335.61 405.44 335.61 404.17 334.19 400.34 334.6 399.05" fill="url(#linear-gradient-16)"></polygon><polygon points="335.61 404.17 336.03 403.75 337.49 403.75 337.84 404.11 337.85 405.47 336.74 405.75 335.61 405.44 335.61 404.17" fill="#fff" opacity="0.36" style="mix-blend-mode:soft-light"></polygon><polygon points="335.96 404.11 337.49 404.11 336.75 405.03 335.96 404.11" opacity="0.7" style="mix-blend-mode:overlay"></polygon><polygon points="336.03 403.75 336.19 400.43 334.6 399.05 334.19 400.34 335.61 404.17 336.03 403.75" opacity="0.16" style="mix-blend-mode:multiply"></polygon><polygon points="337.49 403.75 337.54 400.49 339.12 399.04 339.27 400.35 337.84 404.11 337.49 403.75" fill="#fff" opacity="0.37" style="mix-blend-mode:overlay"></polygon><polygon points="334.6 399.05 336.92 399.64 339.12 399.04 337.54 400.49 337.49 403.75 336.03 403.75 336.19 400.43 334.6 399.05" opacity="0.13" style="mix-blend-mode:overlay"></polygon><polygon points="339.12 399.04 338.46 397.75 337.49 397.75 337.88 399.38 339.12 399.04" fill="#fff" opacity="0.18" style="mix-blend-mode:overlay"></polygon><polygon points="334.6 399.05 335.33 397.75 336.37 397.77 335.79 399.35 334.6 399.05" opacity="0.24" style="mix-blend-mode:overlay"></polygon><polygon points="336.37 397.77 337.49 397.75 337.88 399.38 336.92 399.64 335.79 399.35 336.37 397.77" fill="#fff" opacity="0.11" style="mix-blend-mode:overlay"></polygon><polygon points="334.53 400.63 335.61 400.77 335.16 401.28 334.53 400.63" opacity="0.65"></polygon><polygon points="337.95 400.77 338.98 400.63 338.42 401.28 337.95 400.77" opacity="0.65"></polygon><polygon points="336.75 405.03 336.92 405.71 336.74 405.75 336.55 405.7 336.75 405.03" opacity="0.65"></polygon><polygon points="337.49 403.75 337.84 404.11 337.85 405.47 337.17 405.64 337.49 404.11 336.73 403.75 337.49 403.75" fill="#fff" opacity="0.36" style="mix-blend-mode:soft-light"></polygon><polygon points="336.03 403.75 336.73 403.75 335.96 404.11 336.28 405.63 335.61 405.44 335.61 404.17 336.03 403.75" opacity="0.2" style="mix-blend-mode:overlay"></polygon><polygon points="334.6 399.05 332.79 398.37 330.41 398.86 332.68 398.71 334.42 399.59 334.6 399.05" fill="#fff" opacity="0.18" style="mix-blend-mode:overlay"></polygon><polygon points="339.12 399.04 340.67 398.56 343.35 399.28 340.69 398.92 339.19 399.7 339.12 399.04" fill="#fff" opacity="0.21" style="mix-blend-mode:overlay"></polygon><polygon points="334.42 399.59 332.68 398.71 331.69 398.77 332.24 399.89 334.19 400.34 334.42 399.59" opacity="0.3" style="mix-blend-mode:overlay"></polygon><polygon points="339.19 399.7 340.69 398.92 342.01 399.1 341.39 399.99 339.27 400.35 339.19 399.7" opacity="0.2" style="mix-blend-mode:overlay"></polygon><polygon points="335.33 397.75 329.42 396.52 334.84 398.62 335.33 397.75" opacity="0.31" style="mix-blend-mode:overlay"></polygon><polygon points="326.9 387.23 326.9 393.03 327.35 393.69 326.9 387.23" opacity="0.31" style="mix-blend-mode:overlay"></polygon><polygon points="324.56 395.08 327.59 397.1 329.28 396.52 327.64 396.71 324.56 395.08" opacity="0.31" style="mix-blend-mode:overlay"></polygon><polygon points="329.4 395.13 330.32 393.85 329.38 390.78 330.68 393.89 329.82 395.74 329.4 395.13" opacity="0.31" style="mix-blend-mode:overlay"></polygon><polygon points="325.77 393.49 323.94 391.01 326.47 393.57 325.77 393.49" opacity="0.31" style="mix-blend-mode:overlay"></polygon><polygon points="346.44 393.69 346.89 393.03 346.89 387.23 346.44 393.69" opacity="0.31" style="mix-blend-mode:overlay"></polygon><polygon points="348.02 393.49 349.85 391.01 347.48 393.55 348.02 393.49" opacity="0.31" style="mix-blend-mode:overlay"></polygon><polygon points="344.39 395.13 343.97 395.74 343.05 393.81 344.42 390.78 343.47 393.85 344.39 395.13" opacity="0.31" style="mix-blend-mode:overlay"></polygon><polygon points="346.2 397.1 349.23 395.08 346.3 396.66 344.51 396.52 346.2 397.1" opacity="0.31" style="mix-blend-mode:overlay"></polygon><polygon points="344.51 396.52 338.91 398.64 338.46 397.75 344.51 396.52" opacity="0.31" style="mix-blend-mode:overlay"></polygon><polygon points="340.1 397.15 339.6 397.31 340.6 395.97 340.53 394.08 340.93 396.14 340.1 397.15" opacity="0.31" style="mix-blend-mode:overlay"></polygon><polygon points="333.26 394.08 333.17 396.09 334.19 397.31 333.69 397.15 332.86 396.14 333.26 394.08" opacity="0.31" style="mix-blend-mode:overlay"></polygon><polygon points="329.82 395.74 333.69 397.15 329.42 396.09 327.7 392.59 329.82 395.74" fill="#fff" opacity="0.18" style="mix-blend-mode:overlay"></polygon><polygon points="339.6 397.31 343.97 395.74 346.09 392.59 344.42 396.09 339.6 397.31" fill="#fff" opacity="0.18" style="mix-blend-mode:overlay"></polygon><polygon points="335.33 428.37 335.71 429.05 334.21 429.05 334.19 428.37 335.33 428.37" fill="url(#linear-gradient-17)"></polygon><polygon points="331.31 428.37 331.67 429.05 330.1 429.05 330.11 428.37 331.31 428.37" fill="url(#linear-gradient-18)"></polygon><polygon points="320.37 428.37 320.72 429.05 318.94 429.05 318.94 428.37 320.37 428.37" fill="url(#linear-gradient-19)"></polygon><polygon points="314.74 428.37 315.1 429.05 313.58 429.05 313.58 428.37 314.74 428.37" fill="url(#linear-gradient-20)"></polygon><polygon points="335.28 416.88 338.31 415.18 334.19 419.5 334.86 423.03 333.66 419.24 335.28 416.88" fill="#fff" opacity="0.26" style="mix-blend-mode:overlay"></polygon><polygon points="332.75 417.44 335.28 416.88 333.66 419.24 332.4 419.42 332.75 417.44" opacity="0.2" style="mix-blend-mode:multiply"></polygon><polygon points="335.61 400.77 334.98 400.44 334.53 400.63 335.61 400.77" fill="#fff" opacity="0.37" style="mix-blend-mode:overlay"></polygon><polygon points="337.95 400.77 338.98 400.63 338.59 400.41 337.95 400.77" fill="#fff" opacity="0.37" style="mix-blend-mode:overlay"></polygon></g></g><g id="wind-trappers3"><polygon points="1383.33 425.56 1383.33 431.99 1385.87 431.38 1385.87 424.88 1383.33 425.56" fill="#91bbb9"></polygon><rect x="1378.26" y="425.56" width="5.08" height="6.43" fill="#eaedea"></rect><polygon points="1378.26 425.56 1376.21 424.88 1376.21 431.39 1378.26 431.99 1378.26 425.56" fill="#fffefe"></polygon><polygon points="1376.21 424.88 1378.26 425.56 1383.33 425.56 1385.87 424.88 1383.33 424.16 1378.73 424.16 1376.21 424.88" fill="#f9f9fa"></polygon><polygon points="1382.23 425.16 1381.5 354.78 1382.67 354.78 1383.55 424.82 1382.23 425.16" fill="#a4bfca"></polygon><polygon points="1382.23 425.16 1379.68 425.16 1379.5 354.9 1381.5 354.78 1382.23 425.16" fill="#edeeed"></polygon><polygon points="1379.68 425.16 1378.51 424.86 1378.52 354.9 1379.5 354.9 1379.68 425.16" fill="#fffefe"></polygon><polygon points="1379.5 361.86 1381.08 360.07 1381.56 360.55 1381.5 354.78 1379.5 354.9 1379.5 361.86" fill="#bec9cd"></polygon><polygon points="1379.5 361.86 1378.52 366.92 1378.51 362.19 1379.5 357.4 1379.5 361.86" fill="#c5cfda"></polygon><polygon points="1379.5 356.98 1378.51 355.97 1378.52 354.9 1379.5 354.9 1379.5 356.98" fill="#b9c6d1"></polygon><polygon points="1383.43 350.45 1382.83 353.69 1379.72 354.79 1377.22 352.65 1377.83 349.41 1380.93 348.31 1383.43 350.45" fill="#f5f6f7"></polygon><polygon points="1381.16 347.07 1380.93 348.31 1383.43 350.45 1384.62 350.04 1381.16 347.07" fill="#e3eaef"></polygon><polygon points="1377.83 349.41 1376.87 348.59 1381.16 347.07 1380.93 348.31 1377.83 349.41" fill="#fafbfb"></polygon><polygon points="1376.03 353.07 1377.22 352.65 1377.83 349.41 1376.87 348.59 1376.03 353.07" fill="#f9faf9"></polygon><polygon points="1376.03 353.07 1379.49 356.03 1379.72 354.79 1377.22 352.65 1376.03 353.07" fill="#c2cec7"></polygon><polygon points="1379.49 356.03 1383.79 354.51 1382.83 353.69 1379.72 354.79 1379.49 356.03" fill="#a6c1a5"></polygon><polygon points="1383.79 354.51 1382.83 353.69 1383.43 350.45 1384.62 350.04 1383.79 354.51" fill="#bacbd5"></polygon><polygon points="1384.55 350.45 1427.6 359.82 1429.19 362.45 1383.84 354.23 1384.55 350.45" fill="#f5f6f7"></polygon><polygon points="1384.4 351.24 1386.37 352.83 1387.19 354.84 1383.84 354.23 1384.4 351.24" fill="#bcc9d9"></polygon><polygon points="1377.17 348.48 1363.09 305.12 1364.52 302.18 1380.79 347.2 1377.17 348.48" fill="#f8f9f8"></polygon><polygon points="1379.21 355.79 1350.93 388.79 1347.88 388.79 1376.41 353.39 1379.21 355.79" fill="#f8f9f8"></polygon><polygon points="1378.14 354.87 1378.13 356.13 1378.57 356.54 1379.22 355.79 1378.14 354.87" fill="#bcc9c7"></polygon><polyline points="1385.87 429.93 1385.87 431.38 1383.33 431.99 1390.09 430.67 1389.77 430.38 1405.28 427.78 1405.65 426.73" fill="#315114" opacity="0.15"></polyline></g><g id="stone-8" data-name="stone"><polygon points="1471.65 436.75 1470.83 433.97 1475.8 436.67 1471.65 436.75" fill="#d8ab94"></polygon><polygon points="1472.13 426.24 1475.8 431.34 1470.83 433.97 1472.13 426.24" fill="#e3bba2"></polygon><polygon points="1470.83 433.97 1467.9 429.31 1472.13 426.24 1470.83 433.97" fill="#d7ad98"></polygon><polygon points="1472.13 426.24 1467.9 424.36 1466.77 428.32 1467.9 429.31 1472.13 426.24" fill="#d6a593"></polygon><polygon points="1472.13 426.24 1476.36 420.2 1470.02 416.63 1467.9 424.36 1472.13 426.24" fill="#c6958a"></polygon><polygon points="1470.02 416.63 1465.87 414.55 1463.76 423.27 1467.9 424.36 1470.02 416.63" fill="#b6909b"></polygon><polygon points="1463.76 423.27 1463.76 429.31 1466.77 428.32 1467.9 424.36 1463.76 423.27" fill="#af8691"></polygon><polygon points="1463.76 423.27 1461.89 420.7 1465.87 414.55 1463.76 423.27" fill="#c9aab1"></polygon><polygon points="1461.89 420.7 1460.42 426.84 1463.76 429.31 1463.76 423.27 1461.89 420.7" fill="#bc9ca1"></polygon><polygon points="1463.76 429.31 1465.06 436.86 1460.42 436.94 1460.42 426.84 1463.76 429.31" fill="#c09794"></polygon><polygon points="1470.83 433.97 1466.89 434.37 1465.06 436.86 1471.65 436.75 1470.83 433.97" fill="#d2a795"></polygon><polygon points="1466.89 434.37 1463.76 429.31 1466.77 428.32 1467.9 429.31 1466.89 434.37" fill="#ba9292"></polygon><polygon points="1467.9 429.31 1470.83 433.97 1466.89 434.37 1467.9 429.31" fill="#cca298"></polygon><polygon points="1475.8 431.34 1480.11 435.36 1475.8 436.67 1470.83 433.97 1475.8 431.34" fill="#d1a68f"></polygon><polygon points="1480.11 435.36 1488.97 436.44 1475.8 436.67 1480.11 435.36" fill="#d4ad96"></polygon><polygon points="1480.11 435.36 1481.45 431.89 1488.97 431.19 1488.97 436.44 1480.11 435.36" fill="#eed6ba"></polygon><polygon points="1488.97 431.19 1484.54 427.53 1483.52 421.44 1488.32 424.26 1488.97 431.19" fill="#f6e8ce"></polygon><polygon points="1484.54 427.53 1481.45 431.89 1488.97 431.19 1484.54 427.53" fill="#eed3b7"></polygon><polygon points="1484.54 427.53 1478.28 424.36 1483.52 421.44 1484.54 427.53" fill="#f2e0c2"></polygon><polygon points="1483.52 421.44 1481.45 414.55 1486.04 416.04 1488.32 424.26 1483.52 421.44" fill="#f8e9d5"></polygon><polygon points="1481.45 414.55 1475.55 409.6 1480.84 411.29 1486.04 416.04 1481.45 414.55" fill="#f9eedf"></polygon><polygon points="1481.45 431.89 1478.28 424.36 1484.54 427.53 1481.45 431.89" fill="#f3d9b9"></polygon><polygon points="1478.28 424.36 1475.8 431.34 1480.11 435.36 1481.45 431.89 1478.28 424.36" fill="#e5c5ac"></polygon><polygon points="1478.28 424.36 1476.36 420.2 1472.13 426.24 1475.8 431.34 1478.28 424.36" fill="#e9c9b4"></polygon><polygon points="1476.36 420.2 1481.45 414.55 1483.52 421.44 1478.28 424.36 1476.36 420.2" fill="#f3dabd"></polygon><polygon points="1475.55 409.6 1476.36 420.2 1481.45 414.55 1475.55 409.6" fill="#f5d4b0"></polygon><polygon points="1475.55 409.6 1470.02 416.63 1476.36 420.2 1475.55 409.6" fill="#bc8b86"></polygon><polygon points="1475.55 409.6 1465.87 414.55 1470.02 416.63 1475.55 409.6" fill="#be9ea7"></polygon><polygon points="1463.76 429.31 1466.89 434.37 1465.06 436.86 1463.76 429.31" fill="#ab878d"></polygon><polygon points="1474.7 437.44 1472.38 434.98 1468.19 433.76 1467.24 437.44 1474.7 437.44" fill="#ecd1b6"></polygon><polygon points="1467.24 437.44 1464.71 437.44 1462.95 434.57 1462.6 428.98 1468.19 433.76 1467.24 437.44" fill="#e5c3a9"></polygon><polygon points="1462.95 434.57 1457.05 432.3 1460.23 437.44 1461.74 437.44 1462.95 434.57" fill="#876769"></polygon><polygon points="1462.6 428.98 1458.36 430.19 1457.05 432.3 1462.95 434.57 1462.6 428.98" fill="#a27c88"></polygon><polygon points="1469.96 427.16 1462.6 428.98 1458.36 430.19 1463.4 427.16 1469.96 427.16" fill="#d4ada7"></polygon><polygon points="1475.4 433.61 1472.38 434.98 1474.7 437.44 1475.4 433.61" fill="#ebcbb7"></polygon><polygon points="1472.69 431.46 1475.4 433.61 1472.38 434.98 1468.19 433.76 1472.69 431.46" fill="#f1d5c2"></polygon><polygon points="1462.95 434.57 1464.71 437.44 1461.74 437.44 1462.95 434.57" fill="#d8ac9b"></polygon><polygon points="1457.05 432.3 1460.23 437.44 1456.24 437.44 1457.05 432.3" fill="#574345"></polygon><polygon points="1474.19 430.69 1475.4 433.61 1472.69 431.46 1469.96 427.16 1474.19 430.69" fill="#f9e2cc"></polygon><polygon points="1469.96 427.16 1472.69 431.46 1468.19 433.76 1462.6 428.98 1469.96 427.16" fill="#eed0b6"></polygon><polygon points="1448.09 435.38 1450.31 437.08 1448.26 436.94 1448.09 435.38" fill="#c5988f"></polygon><polygon points="1456.02 435.55 1454.14 437.35 1458.17 437.63 1458.65 436.08 1456.02 435.55" fill="#745263"></polygon><polygon points="1448.26 436.94 1448.09 435.38 1443.72 435.01 1443.72 436.62 1448.26 436.94" fill="#a68180"></polygon><polygon points="1448.09 435.38 1446.48 431.98 1443.72 435.01 1448.09 435.38" fill="#bb9994"></polygon><polygon points="1446.48 431.98 1444.46 431.58 1443.72 435.01 1446.48 431.98" fill="#c1a2ab"></polygon><polygon points="1446.48 431.98 1450.82 429.23 1447.82 429.23 1444.46 431.58 1446.48 431.98" fill="#c9aca4"></polygon><polygon points="1450.82 429.23 1454.14 428.82 1450.38 428.49 1447.82 429.23 1450.82 429.23" fill="#eac6bb"></polygon><polygon points="1454.14 428.82 1457.44 431.44 1454.14 431.78 1450.82 429.23 1454.14 428.82" fill="#f2dabd"></polygon><polygon points="1454.14 431.78 1448.09 435.38 1446.48 431.98 1450.82 429.23 1454.14 431.78" fill="#e7c9b6"></polygon><polygon points="1450.31 437.08 1455.35 433.68 1454.14 431.78 1448.09 435.38 1450.31 437.08" fill="#e5c6af"></polygon><polygon points="1455.35 433.68 1457.44 431.44 1454.14 431.78 1455.35 433.68" fill="#f6dec7"></polygon><polygon points="1458.65 434 1455.35 433.68 1457.44 431.44 1458.65 434" fill="#b18f9d"></polygon><polygon points="1455.35 433.68 1456.02 435.55 1458.65 436.08 1458.65 434 1455.35 433.68" fill="#a37d8d"></polygon><polygon points="1456.02 435.55 1455.35 433.68 1450.31 437.08 1454.14 437.35 1456.02 435.55" fill="#977082"></polygon></g><g id="left-tree7"><ellipse id="shadow-24" data-name="shadow" cx="406.05" cy="463.86" rx="12.04" ry="1.44" opacity="0.15"></ellipse><g id="tree-7" data-name="tree"><polygon points="404.33 446.16 403.84 463.46 405.75 446.62 404.33 446.16" fill="#80491e"></polygon><polygon points="404.75 456.29 405.71 446.62 406.76 446.73 406.3 464.13 404.75 456.29" fill="#503515"></polygon><polygon points="408.63 463.54 407.76 446.28 406.76 446.74 406.3 464.13 408.63 463.54" fill="#301c13"></polygon><polygon points="406.3 464.13 404.75 456.26 403.84 463.46 406.3 464.13" fill="#412b14"></polygon><polygon points="407.39 453.11 407.46 451.75 408.81 450.62 409.33 450.73 407.39 453.11" fill="#503515"></polygon><polygon points="407.39 453.11 407.89 453.23 409.33 450.73 407.39 453.11" fill="#412b14"></polygon><polygon points="408.81 450.62 409.08 449.01 409.59 448.94 408.81 450.62" fill="#80491e"></polygon><polygon points="408.81 450.62 409.33 450.73 409.59 448.94 408.81 450.62" fill="#412b14"></polygon><polygon points="404.82 453.68 404.68 452.64 403.66 451.74 403.26 451.8 404.82 453.68" fill="#503515"></polygon><polygon points="404.82 453.67 404.31 453.78 403.26 451.8 404.82 453.67" fill="#301c13"></polygon><polygon points="403.66 451.74 403.49 450.48 403.09 450.41 403.66 451.74" fill="#80491e"></polygon><polygon points="403.66 451.74 403.26 451.8 403.09 450.41 403.66 451.74" fill="#412b14"></polygon><polygon points="394.31 443.34 401.52 450.6 401.96 445.66 394.31 443.34" fill="#105c2f"></polygon><polygon points="418.82 438.81 412.8 442.38 417.29 446.52 418.82 438.81" fill="#105c2f"></polygon><polygon points="408.02 443.78 401.51 450.6 411.04 450.66 408.02 443.78" fill="#0a4924"></polygon><polygon points="401.96 445.66 408.02 443.78 401.51 450.6 401.96 445.66" fill="#0f4f28"></polygon><polygon points="401.96 445.65 400.01 439.78 408.03 443.78 401.96 445.65" fill="#0b8040"></polygon><polygon points="400.01 439.78 402.76 430.95 408.03 443.78 400.01 439.78" fill="#118d45"></polygon><polygon points="402.76 430.95 410.06 430.07 408.03 443.78 402.76 430.95" fill="#10a34a"></polygon><polygon points="403.93 418.51 403.54 424.08 398.18 420.37 403.93 418.51" fill="#d4df48"></polygon><polygon points="402.76 430.95 403.53 424.06 410.06 430.07 402.76 430.95" fill="#66bb46"></polygon><polygon points="403.93 418.51 403.53 424.06 410.18 419.34 403.93 418.51" fill="#e6e543"></polygon><polygon points="410.06 430.07 411.27 424.92 417.78 429.99 410.06 430.07" fill="#55b848"></polygon><polygon points="403.53 424.06 411.27 424.92 410.06 430.07 403.53 424.06" fill="#7bc14b"></polygon><polygon points="395.52 424.89 398.18 420.37 403.53 424.06 395.52 424.89" fill="#dce16a"></polygon><polygon points="394.31 443.34 400.01 439.78 401.96 445.65 394.31 443.34" fill="#0b8d45"></polygon><polygon points="408.03 443.78 412.79 442.38 411.04 450.66 408.03 443.78" fill="#096e38"></polygon><polygon points="408.03 443.78 410.06 430.07 412.79 442.38 408.03 443.78" fill="#16984c"></polygon><polygon points="412.79 442.38 414.88 435.21 418.82 438.81 412.79 442.38" fill="#116936"></polygon><polygon points="412.79 442.38 411.04 450.66 417.29 446.52 412.79 442.38" fill="#0f4f28"></polygon><polygon points="414.89 435.21 417.78 429.99 418.82 438.81 414.89 435.21" fill="#289146"></polygon><polygon points="410.06 430.07 414.89 435.21 417.78 429.99 410.06 430.07" fill="#45b54b"></polygon><polygon points="393.05 435.05 394.31 443.34 400.01 439.78 393.05 435.05" fill="#66bb46"></polygon><polygon points="403.53 424.06 411.27 424.92 410.18 419.34 403.53 424.06" fill="#bfd740"></polygon><polygon points="410.06 430.07 412.79 442.38 414.89 435.21 410.06 430.07" fill="#118d45"></polygon><polygon points="395.52 424.89 402.76 430.95 403.53 424.06 395.52 424.89" fill="#bfd740"></polygon><polygon points="400.01 439.78 393.05 435.05 399.29 432.65 400.01 439.78" fill="#7bc14b"></polygon><polygon points="399.29 432.66 402.76 430.95 400.01 439.78 399.29 432.66" fill="#55b848"></polygon><polygon points="393.05 435.05 395.52 424.89 399.29 432.66 393.05 435.05" fill="#bfd740"></polygon><polygon points="395.52 424.89 399.29 432.66 402.76 430.95 395.52 424.89" fill="#7bc14b"></polygon><polygon points="410.18 419.34 411.27 424.92 414.99 423.06 410.18 419.34" fill="#dce16a"></polygon><polygon points="411.27 424.92 417.78 429.99 414.99 423.06 411.27 424.92" fill="#bfd740"></polygon><polygon points="400.01 439.79 405.13 436.86 402.76 430.96 400.01 439.79" fill="#7bc14b"></polygon><polygon points="405.13 436.86 410.06 430.07 402.76 430.96 405.13 436.86" fill="#55b848"></polygon><polygon points="398.18 420.37 400.64 415.41 403.93 418.51 398.18 420.37" fill="#bfd740"></polygon><polygon points="403.93 418.51 400.64 415.41 406.73 415.8 403.93 418.51" fill="#d4df48"></polygon><polygon points="406.73 415.8 408.35 412.51 410.28 414.58 406.73 415.8" fill="#dce16a"></polygon><polygon points="406.73 415.8 400.64 415.41 402.89 412.41 406.73 415.8" fill="#dce16a"></polygon><polygon points="402.89 412.41 405.75 411.88 408.35 412.51 406.73 415.8 402.89 412.41" fill="#dfde93"></polygon><polygon points="403.93 418.51 406.73 415.8 410.18 419.34 403.93 418.51" fill="#bfd740"></polygon><polygon points="410.18 419.35 410.28 414.58 406.73 415.8 410.18 419.35" fill="#d4df48"></polygon><polygon points="410.28 414.58 413.62 418.78 410.18 419.34 410.28 414.58" fill="#d4df48"></polygon><polygon points="410.18 419.34 413.62 418.78 414.99 423.06 410.18 419.34" fill="#d4df48"></polygon></g></g><polygon id="waterfall-bg" points="756.17 568.68 756.5 569.07 777.9 502.47 697.53 500.75 618.07 506.86 629.47 576.89 672.47 645.29 676.37 703.92 690.05 764.51 711.55 846.6 716.91 904.74 738.1 834.46 752.6 772.33 774.09 729.33 766.28 682.43 774.09 625.75 756.17 568.68" fill="#00feff"></polygon><g id="waterfall"><polygon points="618.07 506.86 629.47 576.89 697.53 500.75 618.07 506.86" fill="#00f1ff"></polygon><polygon points="629.47 576.89 704.71 567.77 697.53 500.75 629.47 576.89" fill="#0ef"></polygon><polygon points="704.71 567.77 756.16 568.66 697.53 500.75 704.71 567.77" fill="#00e8fb"></polygon><polygon points="697.53 500.75 756.5 569.07 777.9 502.47 697.53 500.75" fill="#00eaff"></polygon><polygon points="704.71 567.77 774.1 625.75 756.16 568.66 704.71 567.77" fill="#00e9ff"></polygon><polygon points="704.71 567.77 707.32 618.26 629.47 576.89 704.71 567.77" fill="#00f1ff"></polygon><polygon points="707.32 618.26 774.1 625.75 704.71 567.77 707.32 618.26" fill="#0ef"></polygon><polygon points="707.32 618.26 672.47 645.29 629.47 576.89 707.32 618.26" fill="#00f1ff"></polygon><polygon points="707.32 618.26 709.92 693.83 672.47 645.29 707.32 618.26" fill="#00f5fd"></polygon><polygon points="709.92 693.83 742.5 655.39 707.32 618.26 709.92 693.83" fill="#00f2ff"></polygon><polygon points="742.5 655.39 774.1 625.75 707.32 618.26 742.5 655.39" fill="#00fafc"></polygon><polygon points="742.5 655.39 766.28 682.43 774.1 625.75 742.5 655.39" fill="#00f5ff"></polygon><polygon points="766.28 682.43 709.92 693.83 742.5 655.39 766.28 682.43" fill="#00f1ff"></polygon><polygon points="709.92 693.83 676.37 703.92 672.47 645.29 709.92 693.83" fill="#00f1ff"></polygon><polygon points="709.92 693.83 729.14 724.45 690.05 764.51 676.37 703.92 709.92 693.83" fill="#00faff"></polygon><polygon points="729.14 724.45 766.28 682.43 709.92 693.83 729.14 724.45" fill="#00f8ff"></polygon><polygon points="729.14 724.45 774.1 729.33 766.28 682.43 729.14 724.45" fill="#00f8ff"></polygon><polygon points="729.14 724.45 726.7 777.7 752.6 772.33 774.1 729.33 729.14 724.45" fill="#00f8ff"></polygon><polygon points="726.7 777.7 690.05 764.51 729.14 724.45 726.7 777.7" fill="#00f5ff"></polygon><polygon points="726.7 777.7 711.55 846.6 690.05 764.51 726.7 777.7" fill="#00feff"></polygon><polygon id="waterfall-polygon" points="752.6 772.33 738.1 834.46 711.55 846.6 752.6 772.33" fill="#00feff"></polygon><polygon id="waterfall-polygon-2" data-name="waterfall-polygon" points="711.55 846.6 716.91 904.74 738.1 834.46 711.55 846.6" fill="#00feff"></polygon><polygon points="726.7 777.7 711.55 846.6 752.6 772.33 726.7 777.7" fill="#00feff"></polygon></g><g id="water-drops" opacity="0.9"><g id="water-drops-bg"><polygon points="753.33 944.63 757.18 924.15 742.78 911.96 726.18 918.84 723.04 938.3 739.54 947.44 753.33 944.63" fill="#00edff"></polygon><polygon points="711.62 996.71 714.22 982.88 704.49 974.65 693.28 979.29 691.16 992.44 702.3 998.61 711.62 996.71" fill="#00edff"></polygon><polygon points="705.98 1056.26 697.63 1049.2 688.02 1053.19 686.19 1064.46 695.75 1069.76 703.75 1068.13 705.98 1056.26" fill="#00edff"></polygon><polygon points="717.34 1023.93 715.98 1032.36 723.12 1036.31 729.09 1035.09 730.75 1026.23 724.52 1020.96 717.34 1023.93" fill="#00edff"></polygon><polygon points="716.43 1114.49 710.2 1109.21 703.02 1112.19 701.66 1120.61 708.8 1124.57 714.77 1123.35 716.43 1114.49" fill="#00edff"></polygon><polygon points="713.21 916.71 715.31 905.51 707.44 898.85 698.37 902.61 696.64 913.25 705.67 918.25 713.21 916.71" fill="#00edff"></polygon><polygon points="736.09 979.2 734.98 986.07 740.81 989.29 745.67 988.3 747.03 981.07 741.95 976.77 736.09 979.2" fill="#00edff"></polygon><polygon points="748.77 1014.88 748.11 1018.94 751.56 1020.85 754.43 1020.26 755.24 1015.99 752.23 1013.44 748.77 1014.88" fill="#00edff"></polygon><polygon points="691.04 1029.95 691.85 1025.68 688.84 1023.13 685.38 1024.57 684.72 1028.63 688.16 1030.54 691.04 1029.95" fill="#00edff"></polygon><polygon points="720.88 1089.58 720.23 1093.64 723.67 1095.55 726.55 1094.96 727.35 1090.69 724.35 1088.14 720.88 1089.58" fill="#00edff"></polygon><polygon points="688.87 1089.95 688.34 1093.19 691.1 1094.72 693.4 1094.25 694.04 1090.83 691.64 1088.8 688.87 1089.95" fill="#00edff"></polygon><polygon points="713.8 1140.69 713.28 1143.94 716.03 1145.46 718.33 1144.99 718.97 1141.57 716.57 1139.54 713.8 1140.69" fill="#00edff"></polygon><polygon points="701.8 1169.8 701.14 1173.86 704.59 1175.77 707.46 1175.18 708.27 1170.9 705.26 1168.36 701.8 1169.8" fill="#00edff"></polygon><polygon points="723.33 1061.16 719.93 1059.57 716.49 1061.82 717.41 1065.65 719.78 1067.38 723.48 1065.09 723.33 1061.16" fill="#00edff"></polygon><polygon points="721.8 960.56 726.49 957.66 726.3 952.66 721.99 950.65 717.63 953.51 718.79 958.37 721.8 960.56" fill="#00edff"></polygon><polygon points="698.11 943.79 702.8 940.88 702.61 935.89 698.3 933.87 693.93 936.73 695.09 941.59 698.11 943.79" fill="#00edff"></polygon></g><g id="water"><polygon points="723.04 938.3 739.54 947.44 734.64 930.22 723.04 938.3" fill="#00edff"></polygon><polygon points="723.04 938.3 726.18 918.84 734.64 930.22 723.04 938.3" fill="aqua"></polygon><polygon points="726.18 918.84 742.78 911.96 734.64 930.22 726.18 918.84" fill="#00f2ff"></polygon><polygon points="742.78 911.96 752.72 932.35 734.64 930.22 742.78 911.96" fill="#00edff"></polygon><polygon points="752.72 932.35 739.54 947.44 734.64 930.22 752.72 932.35" fill="#00d1ff"></polygon><polygon points="752.72 932.35 753.33 944.63 739.54 947.44 752.72 932.35" fill="#00cdff"></polygon><polygon points="752.72 932.35 757.18 924.15 742.78 911.96 752.72 932.35" fill="#00e2ff"></polygon><polygon points="753.33 944.63 757.18 924.15 752.72 932.35 753.33 944.63" fill="#00e1fc"></polygon></g><g id="water-2" data-name="water"><polygon points="691.16 992.44 702.3 998.61 699 986.98 691.16 992.44" fill="#00edff"></polygon><polygon points="691.16 992.44 693.28 979.29 699 986.98 691.16 992.44" fill="aqua"></polygon><polygon points="693.28 979.29 704.49 974.65 699 986.98 693.28 979.29" fill="#00f2ff"></polygon><polygon points="704.49 974.65 711.21 988.42 699 986.98 704.49 974.65" fill="#00edff"></polygon><polygon points="711.21 988.42 702.3 998.61 699 986.98 711.21 988.42" fill="#00d1ff"></polygon><polygon points="711.21 988.42 711.62 996.71 702.3 998.61 711.21 988.42" fill="#00cdff"></polygon><polygon points="711.21 988.42 714.22 982.88 704.49 974.65 711.21 988.42" fill="#00f2ff"></polygon><polygon points="711.62 996.71 714.22 982.88 711.21 988.42 711.62 996.71" fill="#00e1fc"></polygon></g><g id="water-3" data-name="water"><polygon points="686.19 1064.46 695.75 1069.76 692.92 1059.78 686.19 1064.46" fill="#00edff"></polygon><polygon points="686.19 1064.46 688.02 1053.19 692.92 1059.78 686.19 1064.46" fill="aqua"></polygon><polygon points="688.02 1053.19 697.63 1049.2 692.92 1059.78 688.02 1053.19" fill="#00f2ff"></polygon><polygon points="697.63 1049.2 703.4 1061.01 692.92 1059.78 697.63 1049.2" fill="#00edff"></polygon><polygon points="703.4 1061.01 695.75 1069.76 692.92 1059.78 703.4 1061.01" fill="#00d1ff"></polygon><polygon points="703.4 1061.01 703.75 1068.13 695.75 1069.76 703.4 1061.01" fill="#00cdff"></polygon><polygon points="703.4 1061.01 705.98 1056.26 697.63 1049.2 703.4 1061.01" fill="#00f2ff"></polygon><polygon points="703.75 1068.13 705.98 1056.26 703.4 1061.01 703.75 1068.13" fill="#00e1fc"></polygon></g><g id="water-4" data-name="water"><polygon points="715.98 1032.36 723.12 1036.31 721 1028.86 715.98 1032.36" fill="#00edff"></polygon><polygon points="715.98 1032.36 717.34 1023.93 721 1028.86 715.98 1032.36" fill="aqua"></polygon><polygon points="717.34 1023.93 724.52 1020.96 721 1028.86 717.34 1023.93" fill="#00f2ff"></polygon><polygon points="724.52 1020.96 728.83 1029.78 721 1028.86 724.52 1020.96" fill="#00edff"></polygon><polygon points="728.83 1029.78 723.12 1036.31 721 1028.86 728.83 1029.78" fill="#00d1ff"></polygon><polygon points="728.83 1029.78 729.09 1035.09 723.12 1036.31 728.83 1029.78" fill="#00cdff"></polygon><polygon points="728.83 1029.78 730.75 1026.23 724.52 1020.96 728.83 1029.78" fill="#00dfff"></polygon><polygon points="729.09 1035.09 730.75 1026.23 728.83 1029.78 729.09 1035.09" fill="#00e1fc"></polygon></g><g id="water-5" data-name="water"><polygon points="701.66 1120.61 708.8 1124.57 706.68 1117.12 701.66 1120.61" fill="#00edff"></polygon><polygon points="701.66 1120.61 703.02 1112.19 706.68 1117.12 701.66 1120.61" fill="aqua"></polygon><polygon points="703.02 1112.19 710.2 1109.21 706.68 1117.12 703.02 1112.19" fill="#00f2ff"></polygon><polygon points="710.2 1109.21 714.51 1118.04 706.68 1117.12 710.2 1109.21" fill="#00edff"></polygon><polygon points="714.51 1118.04 708.8 1124.57 706.68 1117.12 714.51 1118.04" fill="#00d1ff"></polygon><polygon points="714.51 1118.04 714.77 1123.35 708.8 1124.57 714.51 1118.04" fill="#00cdff"></polygon><polygon points="714.51 1118.04 716.43 1114.49 710.2 1109.21 714.51 1118.04" fill="#00dfff"></polygon><polygon points="714.77 1123.35 716.43 1114.49 714.51 1118.04 714.77 1123.35" fill="#00e1fc"></polygon></g><g id="water-6" data-name="water"><polygon points="696.64 913.25 705.67 918.25 702.99 908.84 696.64 913.25" fill="#00edff"></polygon><polygon points="696.64 913.25 698.37 902.61 702.99 908.84 696.64 913.25" fill="aqua"></polygon><polygon points="698.37 902.61 707.44 898.85 702.99 908.84 698.37 902.61" fill="#00f2ff"></polygon><polygon points="707.44 898.85 712.88 910 702.99 908.84 707.44 898.85" fill="#00edff"></polygon><polygon points="712.88 910 705.67 918.25 702.99 908.84 712.88 910" fill="#00d1ff"></polygon><polygon points="712.88 910 713.21 916.71 705.67 918.25 712.88 910" fill="#00cdff"></polygon><polygon points="712.88 910 715.31 905.51 707.44 898.85 712.88 910" fill="#00f2ff"></polygon><polygon points="713.21 916.71 715.31 905.51 712.88 910 713.21 916.71" fill="#00e1fc"></polygon></g><g id="water-7" data-name="water"><polygon points="734.98 986.07 740.81 989.29 739.08 983.22 734.98 986.07" fill="#00edff"></polygon><polygon points="734.98 986.07 736.09 979.2 739.08 983.22 734.98 986.07" fill="aqua"></polygon><polygon points="736.09 979.2 741.95 976.77 739.08 983.22 736.09 979.2" fill="#00f2ff"></polygon><polygon points="741.95 976.77 745.46 983.97 739.08 983.22 741.95 976.77" fill="#00edff"></polygon><polygon points="745.46 983.97 740.81 989.29 739.08 983.22 745.46 983.97" fill="#00d1ff"></polygon><polygon points="745.46 983.97 745.67 988.3 740.81 989.29 745.46 983.97" fill="#00cdff"></polygon><polygon points="745.46 983.97 747.03 981.07 741.95 976.77 745.46 983.97" fill="#00f2ff"></polygon><polygon points="745.67 988.3 747.03 981.07 745.46 983.97 745.67 988.3" fill="#00e1fc"></polygon></g><g id="water-8" data-name="water"><polygon points="748.11 1018.94 751.56 1020.85 750.53 1017.25 748.11 1018.94" fill="#00edff"></polygon><polygon points="748.11 1018.94 748.77 1014.88 750.53 1017.25 748.11 1018.94" fill="aqua"></polygon><polygon points="748.77 1014.88 752.23 1013.44 750.53 1017.25 748.77 1014.88" fill="#00f2ff"></polygon><polygon points="752.23 1013.44 754.31 1017.7 750.53 1017.25 752.23 1013.44" fill="#00edff"></polygon><polygon points="754.31 1017.7 751.56 1020.85 750.53 1017.25 754.31 1017.7" fill="#00d1ff"></polygon><polygon points="754.31 1017.7 754.43 1020.26 751.56 1020.85 754.31 1017.7" fill="#00cdff"></polygon><polygon points="754.31 1017.7 755.24 1015.99 752.23 1013.44 754.31 1017.7" fill="#00f2ff"></polygon><polygon points="754.43 1020.26 755.24 1015.99 754.31 1017.7 754.43 1020.26" fill="#00e1fc"></polygon></g><g id="water-9" data-name="water"><polygon points="684.72 1028.63 688.16 1030.54 687.14 1026.95 684.72 1028.63" fill="#00edff"></polygon><polygon points="684.72 1028.63 685.38 1024.57 687.14 1026.95 684.72 1028.63" fill="aqua"></polygon><polygon points="685.38 1024.57 688.84 1023.13 687.14 1026.95 685.38 1024.57" fill="#00f2ff"></polygon><polygon points="688.84 1023.13 690.92 1027.39 687.14 1026.95 688.84 1023.13" fill="#00dfff"></polygon><polygon points="690.92 1027.39 688.16 1030.54 687.14 1026.95 690.92 1027.39" fill="#00d1ff"></polygon><polygon points="690.92 1027.39 691.04 1029.95 688.16 1030.54 690.92 1027.39" fill="#00cdff"></polygon><polygon points="690.92 1027.39 691.85 1025.68 688.84 1023.13 690.92 1027.39" fill="#00f2ff"></polygon><polygon points="691.04 1029.95 691.85 1025.68 690.92 1027.39 691.04 1029.95" fill="#00e1fc"></polygon></g><g id="water-10" data-name="water"><polygon points="720.23 1093.64 723.67 1095.55 722.65 1091.95 720.23 1093.64" fill="#00edff"></polygon><polygon points="720.23 1093.64 720.88 1089.58 722.65 1091.95 720.23 1093.64" fill="aqua"></polygon><polygon points="720.88 1089.58 724.35 1088.14 722.65 1091.95 720.88 1089.58" fill="#00f2ff"></polygon><polygon points="724.35 1088.14 726.42 1092.4 722.65 1091.95 724.35 1088.14" fill="#00edff"></polygon><polygon points="726.42 1092.4 723.67 1095.55 722.65 1091.95 726.42 1092.4" fill="#00d1ff"></polygon><polygon points="726.42 1092.4 726.55 1094.96 723.67 1095.55 726.42 1092.4" fill="#00cdff"></polygon><polygon points="726.42 1092.4 727.35 1090.69 724.35 1088.14 726.42 1092.4" fill="#00dfff"></polygon><polygon points="726.55 1094.96 727.35 1090.69 726.42 1092.4 726.55 1094.96" fill="#00e1fc"></polygon></g><g id="water-11" data-name="water"><polygon points="688.34 1093.19 691.1 1094.72 690.28 1091.85 688.34 1093.19" fill="#00edff"></polygon><polygon points="688.34 1093.19 688.87 1089.95 690.28 1091.85 688.34 1093.19" fill="aqua"></polygon><polygon points="688.87 1089.95 691.64 1088.8 690.28 1091.85 688.87 1089.95" fill="#00f2ff"></polygon><polygon points="691.64 1088.8 693.3 1092.2 690.28 1091.85 691.64 1088.8" fill="#00dfff"></polygon><polygon points="693.3 1092.2 691.1 1094.72 690.28 1091.85 693.3 1092.2" fill="#00d1ff"></polygon><polygon points="693.3 1092.2 693.4 1094.25 691.1 1094.72 693.3 1092.2" fill="#00cdff"></polygon><polygon points="693.3 1092.2 694.04 1090.83 691.64 1088.8 693.3 1092.2" fill="#00dfff"></polygon><polygon points="693.4 1094.25 694.04 1090.83 693.3 1092.2 693.4 1094.25" fill="#00e1fc"></polygon></g><g id="water-12" data-name="water"><polygon points="713.28 1143.94 716.03 1145.46 715.21 1142.59 713.28 1143.94" fill="#00edff"></polygon><polygon points="713.28 1143.94 713.8 1140.69 715.21 1142.59 713.28 1143.94" fill="aqua"></polygon><polygon points="713.8 1140.69 716.57 1139.54 715.21 1142.59 713.8 1140.69" fill="#00f2ff"></polygon><polygon points="716.57 1139.54 718.23 1142.94 715.21 1142.59 716.57 1139.54" fill="#00dfff"></polygon><polygon points="718.23 1142.94 716.03 1145.46 715.21 1142.59 718.23 1142.94" fill="#00d1ff"></polygon><polygon points="718.23 1142.94 718.33 1144.99 716.03 1145.46 718.23 1142.94" fill="#00cdff"></polygon><polygon points="718.23 1142.94 718.97 1141.57 716.57 1139.54 718.23 1142.94" fill="#00dfff"></polygon><polygon points="718.33 1144.99 718.97 1141.57 718.23 1142.94 718.33 1144.99" fill="#00e1fc"></polygon></g><g id="water-13" data-name="water"><polygon points="701.14 1173.86 704.59 1175.77 703.56 1172.17 701.14 1173.86" fill="#00edff"></polygon><polygon points="701.14 1173.86 701.8 1169.8 703.56 1172.17 701.14 1173.86" fill="aqua"></polygon><polygon points="701.8 1169.8 705.26 1168.36 703.56 1172.17 701.8 1169.8" fill="#00f2ff"></polygon><polygon points="705.26 1168.36 707.34 1172.62 703.56 1172.17 705.26 1168.36" fill="#00dfff"></polygon><polygon points="707.34 1172.62 704.59 1175.77 703.56 1172.17 707.34 1172.62" fill="#00d1ff"></polygon><polygon points="707.34 1172.62 707.46 1175.18 704.59 1175.77 707.34 1172.62" fill="#00cdff"></polygon><polygon points="707.34 1172.62 708.27 1170.9 705.26 1168.36 707.34 1172.62" fill="#00f2ff"></polygon><polygon points="707.46 1175.18 708.27 1170.9 707.34 1172.62 707.46 1175.18" fill="#00e1fc"></polygon></g><g id="water-14" data-name="water"><polygon points="716.49 1061.82 717.41 1065.65 719.37 1062.47 716.49 1061.82" fill="#00edff"></polygon><polygon points="716.49 1061.82 719.93 1059.57 719.37 1062.47 716.49 1061.82" fill="aqua"></polygon><polygon points="719.93 1059.57 723.33 1061.16 719.37 1062.47 719.93 1059.57" fill="#00f2ff"></polygon><polygon points="723.33 1061.16 721.59 1065.56 719.37 1062.47 723.33 1061.16" fill="#00dfff"></polygon><polygon points="721.59 1065.56 717.41 1065.65 719.37 1062.47 721.59 1065.56" fill="#00d1ff"></polygon><polygon points="721.59 1065.56 719.78 1067.38 717.41 1065.65 721.59 1065.56" fill="#00cdff"></polygon><polygon points="721.59 1065.56 723.48 1065.09 723.33 1061.16 721.59 1065.56" fill="#00cdff"></polygon><polygon points="719.78 1067.38 723.48 1065.09 721.59 1065.56 719.78 1067.38" fill="#00e1fc"></polygon></g><g id="water-15" data-name="water"><polygon points="717.63 953.51 718.79 958.37 721.28 954.34 717.63 953.51" fill="#00edff"></polygon><polygon points="717.63 953.51 721.99 950.65 721.28 954.34 717.63 953.51" fill="aqua"></polygon><polygon points="721.99 950.65 726.3 952.66 721.28 954.34 721.99 950.65" fill="#00edff"></polygon><polygon points="726.3 952.66 724.09 958.25 721.28 954.34 726.3 952.66" fill="#00d1ff"></polygon><polygon points="724.09 958.25 718.79 958.37 721.28 954.34 724.09 958.25" fill="#00edff"></polygon><polygon points="724.09 958.25 721.8 960.56 718.79 958.37 724.09 958.25" fill="#00e1fc"></polygon><polygon points="724.09 958.25 726.49 957.66 726.3 952.66 724.09 958.25" fill="#00e1fc"></polygon><polygon points="721.8 960.56 726.49 957.66 724.09 958.25 721.8 960.56" fill="#00e1fc"></polygon></g><g id="water-16" data-name="water"><polygon points="693.93 936.73 695.09 941.59 697.59 937.56 693.93 936.73" fill="#00edff"></polygon><polygon points="693.93 936.73 698.3 933.87 697.59 937.56 693.93 936.73" fill="aqua"></polygon><polygon points="698.3 933.87 702.61 935.89 697.59 937.56 698.3 933.87" fill="#00f2ff"></polygon><polygon points="702.61 935.89 700.4 941.48 697.59 937.56 702.61 935.89" fill="#00dfff"></polygon><polygon points="700.4 941.48 695.09 941.59 697.59 937.56 700.4 941.48" fill="#00d1ff"></polygon><polygon points="700.4 941.48 698.11 943.79 695.09 941.59 700.4 941.48" fill="#00cdff"></polygon><polygon points="700.4 941.48 702.8 940.88 702.61 935.89 700.4 941.48" fill="#00e2ff"></polygon><polygon points="698.11 943.79 702.8 940.88 700.4 941.48 698.11 943.79" fill="#00e1fc"></polygon></g></g><g id="deer-3" data-name="deer"><polygon points="1168.71 376.33 1170.13 374.25 1171.66 374.05 1173.43 371.66 1171.23 373.54 1170.57 373.61 1170.57 368 1169.8 373.18 1168.15 375.64 1167.26 374.4 1168.18 371.43 1166.49 374.43 1167.75 376.23 1164.01 377.6 1164.81 376.62 1164.42 374.62 1164.24 376.44 1163.1 377.93 1162.42 378.18 1162.43 378.22 1159.39 378.18 1158.71 377.93 1157.57 376.44 1157.39 374.62 1157.01 376.62 1157.81 377.6 1154.06 376.23 1155.32 374.43 1153.63 371.43 1154.55 374.4 1153.66 375.64 1152.01 373.18 1151.24 368 1151.24 373.61 1150.58 373.54 1148.38 371.66 1150.15 374.05 1151.68 374.25 1153.1 376.33 1152.02 376.85 1148.98 375.59 1151.9 377.54 1153.55 376.99 1158.92 379.02 1158.68 379.43 1156.94 378.77 1154.64 379.25 1156.31 380.79 1158.29 380.68 1155.37 385.98 1150.53 387.57 1142.62 387.3 1139.75 390.48 1139.68 393.92 1136.96 400.2 1138.37 407.78 1139.48 407.78 1138.88 400.54 1143.17 395.88 1143.26 395.9 1143.3 396.09 1141.64 400.59 1143.55 407.78 1144.92 407.78 1143.76 401.23 1147.11 397.33 1149.42 398.05 1153.13 397.63 1153.13 397.63 1153.13 399.74 1154.34 405.45 1154.34 407.78 1155.5 407.78 1155.5 405.24 1155.18 399.1 1156.24 397.29 1156.89 397.21 1156.89 397.21 1156.56 399.13 1158.29 405.35 1158.29 407.78 1159.39 407.78 1159.39 405.03 1158.29 399.21 1162.28 395.03 1164.02 389.16 1163.31 386.62 1163.2 380.69 1165.27 381.09 1167.15 379.66 1164.55 378.96 1163.05 379.43 1162.86 379.03 1168.27 376.99 1169.91 377.54 1172.83 375.59 1169.79 376.85 1168.71 376.33" fill="url(#linear-gradient-21)"></polygon><polygon points="1147.11 397.33 1148.94 394.17 1147.08 390.64 1143.58 392.78 1143.3 396.09 1143.76 401.23 1147.11 397.33" fill="#fff" opacity="0.19" style="mix-blend-mode:overlay"></polygon><polygon points="1147.08 390.64 1148.94 394.17 1146.48 392.74 1147.08 390.64" fill="#fff" opacity="0.19" style="mix-blend-mode:overlay"></polygon><polygon points="1143.58 392.78 1147.08 390.64 1146.48 392.74 1143.58 392.78" opacity="0.31" style="mix-blend-mode:overlay"></polygon><polygon points="1143.76 401.23 1145.92 395.93 1147.11 397.33 1143.76 401.23" fill="#fff" opacity="0.19" style="mix-blend-mode:overlay"></polygon><polygon points="1146.48 392.74 1148.94 394.17 1147.11 397.33 1145.92 395.93 1146.48 392.74" fill="#fff" opacity="0.37" style="mix-blend-mode:overlay"></polygon><polygon points="1143.58 392.78 1146.48 392.74 1145.92 395.93 1143.32 396.31 1143.58 392.78" opacity="0.09" style="mix-blend-mode:multiply"></polygon><polygon points="1149.42 398.05 1147.11 397.33 1148.94 394.17 1150.49 395.93 1149.42 398.05" opacity="0.31" style="mix-blend-mode:overlay"></polygon><polygon points="1153.13 397.63 1153.47 395.93 1150.49 395.93 1149.42 398.05 1153.13 397.63" opacity="0.09" style="mix-blend-mode:multiply"></polygon><polygon points="1143.17 395.88 1139.68 393.92 1138.95 395.6 1138.88 400.54 1143.17 395.88" opacity="0.31" style="mix-blend-mode:overlay"></polygon><polygon points="1141.64 400.59 1142.47 400.92 1144.92 407.78 1143.55 407.78 1141.64 400.59" opacity="0.53" style="mix-blend-mode:overlay"></polygon><polygon points="1136.96 400.2 1137.75 400.54 1139.48 407.78 1138.37 407.78 1136.96 400.2" opacity="0.34" style="mix-blend-mode:overlay"></polygon><polygon points="1156.89 397.21 1159.34 396.67 1162.28 395.03 1158.29 399.21 1159.39 405.03 1156.56 399.13 1156.89 397.21" fill="#fff" opacity="0.19" style="mix-blend-mode:overlay"></polygon><polygon points="1153.47 395.93 1155.85 395.03 1154.66 397.78 1153.13 399.57 1153.13 397.63 1153.47 395.93" opacity="0.31" style="mix-blend-mode:overlay"></polygon><polygon points="1155.18 399.1 1156.24 397.29 1155.85 395.03 1154.66 397.78 1155.18 399.1" fill="#fff" opacity="0.37" style="mix-blend-mode:overlay"></polygon><polygon points="1154.34 405.45 1153.13 399.57 1154.66 397.78 1154.93 405.45 1155.5 407.78 1154.34 407.78 1154.34 405.45" opacity="0.38" style="mix-blend-mode:overlay"></polygon><polygon points="1159.39 407.78 1158.29 407.78 1158.29 405.35 1156.56 399.13 1159.39 405.03 1159.39 407.78" opacity="0.12" style="mix-blend-mode:overlay"></polygon><polygon points="1143.58 392.78 1139.75 390.48 1139.68 393.92 1143.17 395.88 1143.58 392.78" opacity="0.09" style="mix-blend-mode:multiply"></polygon><polygon points="1155.37 385.98 1150.53 387.57 1151.96 389.53 1156.56 387.22 1155.37 385.98" fill="#fff" opacity="0.37" style="mix-blend-mode:overlay"></polygon><polygon points="1142.62 387.3 1150.53 387.57 1151.96 389.53 1142 387.99 1142.62 387.3" fill="#fff" opacity="0.19" style="mix-blend-mode:overlay"></polygon><polygon points="1164.02 389.16 1160.57 389.53 1159.34 396.67 1162.28 395.03 1164.02 389.16" fill="#fff" opacity="0.37" style="mix-blend-mode:overlay"></polygon><polygon points="1156.56 387.22 1160.57 389.53 1159.34 396.67 1151.96 389.53 1156.56 387.22" fill="#fff" opacity="0.19" style="mix-blend-mode:overlay"></polygon><polygon points="1150.49 395.93 1151.96 389.53 1156.5 393.92 1155.85 395.03 1153.47 395.93 1150.49 395.93" opacity="0.11" style="mix-blend-mode:overlay"></polygon><polygon points="1147.08 390.64 1147.43 388.83 1151.96 389.53 1150.49 395.93 1148.94 394.17 1147.08 390.64" fill="#fff" opacity="0.11" style="mix-blend-mode:overlay"></polygon><polygon points="1147.43 388.83 1147.08 390.64 1143.58 392.78 1139.75 390.48 1142 387.99 1147.43 388.83" opacity="0.08" style="mix-blend-mode:overlay"></polygon><polygon points="1160.57 389.53 1160.93 385.04 1163.31 386.62 1164.02 389.16 1160.57 389.53" fill="#fff" opacity="0.11" style="mix-blend-mode:overlay"></polygon><polygon points="1156.56 387.22 1158.29 385.32 1160.93 385.04 1160.57 389.53 1156.56 387.22" opacity="0.11" style="mix-blend-mode:overlay"></polygon><polygon points="1155.37 385.98 1156.56 383.81 1158.29 385.32 1156.56 387.22 1155.37 385.98" opacity="0.31" style="mix-blend-mode:overlay"></polygon><polygon points="1163.31 386.62 1160.93 385.04 1161.88 380.24 1163.2 380.69 1163.31 386.62" fill="#fff" opacity="0.55" style="mix-blend-mode:overlay"></polygon><polygon points="1158.29 385.32 1159.97 379.72 1160.93 385.04 1158.29 385.32" fill="#fff" opacity="0.19" style="mix-blend-mode:overlay"></polygon><polygon points="1156.56 383.81 1158.29 385.32 1159.97 379.72 1158.29 380.68 1156.56 383.81" opacity="0.08" style="mix-blend-mode:overlay"></polygon><polygon points="1158.68 379.43 1159.39 378.18 1162.42 378.18 1163.05 379.43 1163.2 380.69 1161.82 384.32 1161.83 385.64 1160.76 385.92 1159.66 385.61 1159.66 384.38 1158.29 380.68 1158.68 379.43" fill="url(#linear-gradient-22)"></polygon><polygon points="1159.66 384.38 1160.07 383.97 1161.48 383.97 1161.82 384.32 1161.83 385.64 1160.76 385.92 1159.66 385.61 1159.66 384.38" fill="#fff" opacity="0.36" style="mix-blend-mode:soft-light"></polygon><polygon points="1160.01 384.32 1161.48 384.32 1160.76 385.21 1160.01 384.32" opacity="0.7" style="mix-blend-mode:overlay"></polygon><polygon points="1160.07 383.97 1160.22 380.77 1158.68 379.43 1158.29 380.68 1159.66 384.38 1160.07 383.97" opacity="0.16" style="mix-blend-mode:multiply"></polygon><polygon points="1161.48 383.97 1161.53 380.82 1163.05 379.43 1163.2 380.69 1161.82 384.32 1161.48 383.97" fill="#fff" opacity="0.37" style="mix-blend-mode:overlay"></polygon><polygon points="1158.68 379.43 1160.93 380 1163.05 379.43 1161.53 380.82 1161.48 383.97 1160.07 383.97 1160.22 380.77 1158.68 379.43" opacity="0.13" style="mix-blend-mode:overlay"></polygon><polygon points="1163.05 379.43 1162.42 378.18 1161.48 378.18 1161.86 379.75 1163.05 379.43" fill="#fff" opacity="0.18" style="mix-blend-mode:overlay"></polygon><polygon points="1158.68 379.43 1159.39 378.18 1160.4 378.19 1159.84 379.72 1158.68 379.43" opacity="0.24" style="mix-blend-mode:overlay"></polygon><polygon points="1160.4 378.19 1161.48 378.18 1161.86 379.75 1160.93 380 1159.84 379.72 1160.4 378.19" fill="#fff" opacity="0.11" style="mix-blend-mode:overlay"></polygon><polygon points="1158.62 380.96 1159.66 381.09 1159.23 381.59 1158.62 380.96" opacity="0.65"></polygon><polygon points="1161.93 381.09 1162.92 380.96 1162.38 381.59 1161.93 381.09" opacity="0.65"></polygon><polygon points="1160.76 385.21 1160.93 385.87 1160.76 385.92 1160.57 385.86 1160.76 385.21" opacity="0.65"></polygon><polygon points="1161.48 383.97 1161.82 384.32 1161.83 385.64 1161.17 385.81 1161.48 384.32 1160.75 383.97 1161.48 383.97" fill="#fff" opacity="0.36" style="mix-blend-mode:soft-light"></polygon><polygon points="1160.07 383.97 1160.75 383.97 1160.01 384.32 1160.31 385.79 1159.66 385.61 1159.66 384.38 1160.07 383.97" opacity="0.2" style="mix-blend-mode:overlay"></polygon><polygon points="1158.68 379.43 1156.94 378.77 1154.64 379.25 1156.83 379.1 1158.52 379.96 1158.68 379.43" fill="#fff" opacity="0.18" style="mix-blend-mode:overlay"></polygon><polygon points="1163.05 379.43 1164.55 378.96 1167.15 379.66 1164.58 379.31 1163.13 380.06 1163.05 379.43" fill="#fff" opacity="0.21" style="mix-blend-mode:overlay"></polygon><polygon points="1158.52 379.96 1156.83 379.1 1155.87 379.16 1156.4 380.24 1158.29 380.68 1158.52 379.96" opacity="0.3" style="mix-blend-mode:overlay"></polygon><polygon points="1163.13 380.06 1164.58 379.31 1165.85 379.48 1165.25 380.34 1163.2 380.69 1163.13 380.06" opacity="0.2" style="mix-blend-mode:overlay"></polygon><polygon points="1159.39 378.18 1153.68 376.99 1158.92 379.02 1159.39 378.18" opacity="0.31" style="mix-blend-mode:overlay"></polygon><polygon points="1151.24 368 1151.24 373.61 1151.68 374.25 1151.24 368" opacity="0.31" style="mix-blend-mode:overlay"></polygon><polygon points="1148.98 375.59 1151.9 377.54 1153.55 376.99 1151.96 377.17 1148.98 375.59" opacity="0.31" style="mix-blend-mode:overlay"></polygon><polygon points="1153.66 375.64 1154.55 374.4 1153.63 371.43 1154.89 374.45 1154.06 376.23 1153.66 375.64" opacity="0.31" style="mix-blend-mode:overlay"></polygon><polygon points="1150.15 374.05 1148.38 371.66 1150.83 374.14 1150.15 374.05" opacity="0.31" style="mix-blend-mode:overlay"></polygon><polygon points="1170.13 374.25 1170.57 373.61 1170.57 368 1170.13 374.25" opacity="0.31" style="mix-blend-mode:overlay"></polygon><polygon points="1171.66 374.05 1173.43 371.66 1171.14 374.12 1171.66 374.05" opacity="0.31" style="mix-blend-mode:overlay"></polygon><polygon points="1168.15 375.64 1167.75 376.23 1166.85 374.37 1168.18 371.43 1167.26 374.4 1168.15 375.64" opacity="0.31" style="mix-blend-mode:overlay"></polygon><polygon points="1169.91 377.54 1172.83 375.59 1170 377.12 1168.27 376.99 1169.91 377.54" opacity="0.31" style="mix-blend-mode:overlay"></polygon><polygon points="1168.27 376.99 1162.86 379.03 1162.42 378.18 1168.27 376.99" opacity="0.31" style="mix-blend-mode:overlay"></polygon><polygon points="1164.01 377.6 1163.52 377.75 1164.49 376.46 1164.42 374.62 1164.81 376.62 1164.01 377.6" opacity="0.31" style="mix-blend-mode:overlay"></polygon><polygon points="1157.39 374.62 1157.3 376.57 1158.29 377.75 1157.81 377.6 1157.01 376.62 1157.39 374.62" opacity="0.31" style="mix-blend-mode:overlay"></polygon><polygon points="1154.06 376.23 1157.81 377.6 1153.68 376.57 1152.01 373.18 1154.06 376.23" fill="#fff" opacity="0.18" style="mix-blend-mode:overlay"></polygon><polygon points="1163.52 377.75 1167.75 376.23 1169.8 373.18 1168.18 376.57 1163.52 377.75" fill="#fff" opacity="0.18" style="mix-blend-mode:overlay"></polygon><polygon points="1159.39 407.78 1159.76 408.44 1158.31 408.44 1158.29 407.78 1159.39 407.78" fill="url(#linear-gradient-23)"></polygon><polygon points="1155.5 407.78 1155.85 408.44 1154.34 408.44 1154.34 407.78 1155.5 407.78" fill="url(#linear-gradient-24)"></polygon><polygon points="1144.92 407.78 1145.27 408.44 1143.54 408.44 1143.55 407.78 1144.92 407.78" fill="url(#linear-gradient-25)"></polygon><polygon points="1139.48 407.78 1139.83 408.44 1138.36 408.44 1138.36 407.78 1139.48 407.78" fill="url(#linear-gradient-26)"></polygon><polygon points="1159.34 396.67 1162.28 395.03 1158.29 399.21 1158.93 402.62 1157.78 398.96 1159.34 396.67" fill="#fff" opacity="0.26" style="mix-blend-mode:overlay"></polygon><polygon points="1156.89 397.21 1159.34 396.67 1157.78 398.96 1156.56 399.13 1156.89 397.21" opacity="0.2" style="mix-blend-mode:multiply"></polygon><polygon points="1159.66 381.09 1159.05 380.78 1158.62 380.96 1159.66 381.09" fill="#fff" opacity="0.37" style="mix-blend-mode:overlay"></polygon><polygon points="1161.93 381.09 1162.92 380.96 1162.54 380.75 1161.93 381.09" fill="#fff" opacity="0.37" style="mix-blend-mode:overlay"></polygon><g mask="url(#mask-6)"><polygon points="1138.36 408.44 1139.83 408.44 1135.62 417.29 1141.64 418.6 1143.54 408.44 1145.27 408.44 1144.4 417.97 1150.82 415.3 1155.21 418.47 1154.34 408.44 1155.85 408.44 1157.95 417.97 1160.12 416.77 1158.31 408.44 1159.76 408.44 1163.05 418.49 1165.34 419.69 1166.03 422.21 1128.91 422.29 1130.63 417.35 1133.86 415.38 1138.36 408.44" opacity="0.42" fill="url(#shadow-gradient-3)" style="mix-blend-mode:multiply"></polygon></g></g><g id="solar-plants"><g id="solar-plant"><polygon points="197.62 405.29 197.65 415.58 197.38 415.76 197.36 405.48 197.62 405.29" fill="#a8a8a8"></polygon><polygon points="195.84 405.51 195.87 415.8 195.5 415.63 195.47 405.34 195.84 405.51" fill="#fff"></polygon><polygon points="196.47 405.06 197.25 405.12 197.62 405.29 197.36 405.48 196.62 405.56 195.84 405.51 195.47 405.34 195.74 405.15 196.47 405.06" fill="#adadad"></polygon><polygon points="197.36 405.48 197.38 415.76 196.65 415.85 196.62 405.56 197.36 405.48" fill="#d4d4d4"></polygon><polygon points="196.62 405.56 196.65 415.85 195.87 415.8 195.84 405.51 196.62 405.56" fill="#e8e8e8"></polygon><rect x="187.66" y="380.95" width="20.92" height="30.91" transform="translate(-243.97 365.76) rotate(-59.48)" fill="#fff"></rect><rect x="189.5" y="381.03" width="3.16" height="3.56" transform="translate(-235.73 353.01) rotate(-59.48)" fill="#23adc4"></rect><rect x="193.21" y="383.22" width="3.16" height="3.56" transform="translate(-235.79 357.29) rotate(-59.48)" fill="#23adc4"></rect><rect x="196.94" y="385.43" width="3.16" height="3.56" transform="translate(-235.85 361.51) rotate(-59.47)" fill="#23adc4"></rect><rect x="200.65" y="387.62" width="3.16" height="3.56" transform="translate(-235.92 365.94) rotate(-59.49)" fill="#23adc4"></rect><rect x="204.37" y="389.83" width="3.16" height="3.56" transform="translate(-235.99 370.16) rotate(-59.48)" fill="#23adc4"></rect><rect x="208.09" y="392.02" width="3.16" height="3.56" transform="translate(-236.05 374.43) rotate(-59.48)" fill="#23adc4"></rect><rect x="211.8" y="394.18" width="3.16" height="3.56" transform="translate(-236.08 378.69) rotate(-59.48)" fill="#23adc4"></rect><rect x="187.45" y="384.52" width="3.16" height="3.56" transform="translate(-239.75 352.96) rotate(-59.48)" fill="#23adc4"></rect><rect x="191.16" y="386.71" width="3.16" height="3.56" transform="translate(-239.8 357.24) rotate(-59.48)" fill="#23adc4"></rect><rect x="194.88" y="388.9" width="3.16" height="3.56" transform="translate(-239.86 361.52) rotate(-59.48)" fill="#23adc4"></rect><rect x="198.59" y="391.09" width="3.16" height="3.56" transform="translate(-239.93 365.79) rotate(-59.48)" fill="#23adc4"></rect><rect x="202.3" y="393.34" width="3.16" height="3.56" transform="translate(-240.03 370.1) rotate(-59.48)" fill="#23adc4"></rect><rect x="206.02" y="395.53" width="3.16" height="3.56" transform="translate(-240.09 374.38) rotate(-59.48)" fill="#23adc4"></rect><rect x="209.75" y="397.68" width="3.16" height="3.56" transform="translate(-240.11 378.65) rotate(-59.48)" fill="#23adc4"></rect><rect x="185.38" y="388.07" width="3.16" height="3.56" transform="translate(-243.82 352.92) rotate(-59.48)" fill="#23adc4"></rect><rect x="189.09" y="390.26" width="3.16" height="3.56" transform="translate(-243.88 357.2) rotate(-59.48)" fill="#23adc4"></rect><rect x="192.81" y="392.44" width="3.16" height="3.56" transform="translate(-243.93 361.48) rotate(-59.48)" fill="#23adc4"></rect><rect x="196.54" y="394.6" width="3.16" height="3.56" transform="translate(-243.95 365.75) rotate(-59.48)" fill="#23adc4"></rect><rect x="200.25" y="396.83" width="3.16" height="3.56" transform="translate(-244.05 369.97) rotate(-59.47)" fill="#23adc4"></rect><rect x="203.97" y="398.97" width="3.16" height="3.56" transform="translate(-244.06 374.3) rotate(-59.48)" fill="#23adc4"></rect><rect x="207.68" y="401.22" width="3.16" height="3.56" transform="translate(-244.17 378.61) rotate(-59.48)" fill="#23adc4"></rect><rect x="183.33" y="391.54" width="3.16" height="3.56" transform="translate(-247.82 352.86) rotate(-59.48)" fill="#23adc4"></rect><rect x="187.04" y="393.75" width="3.16" height="3.56" transform="translate(-247.9 357.15) rotate(-59.48)" fill="#23adc4"></rect><rect x="190.76" y="395.89" width="3.16" height="3.56" transform="translate(-247.91 361.4) rotate(-59.48)" fill="#23adc4"></rect><rect x="194.47" y="398.08" width="3.16" height="3.56" transform="translate(-247.97 365.68) rotate(-59.48)" fill="#23adc4"></rect><rect x="198.18" y="400.27" width="3.16" height="3.56" transform="translate(-248.03 369.96) rotate(-59.48)" fill="#23adc4"></rect><rect x="201.91" y="402.46" width="3.16" height="3.56" transform="translate(-248.08 374.25) rotate(-59.48)" fill="#23adc4"></rect><rect x="205.63" y="404.67" width="3.16" height="3.56" transform="translate(-248.16 378.54) rotate(-59.48)" fill="#23adc4"></rect><rect x="181.26" y="395.04" width="3.16" height="3.56" transform="translate(-251.85 352.8) rotate(-59.48)" fill="#23adc4"></rect><rect x="184.97" y="397.23" width="3.16" height="3.56" transform="translate(-251.91 357.08) rotate(-59.48)" fill="#23adc4"></rect><rect x="188.69" y="399.41" width="3.16" height="3.56" transform="translate(-251.97 361.36) rotate(-59.48)" fill="#23adc4"></rect><rect x="192.42" y="401.58" width="3.16" height="3.56" transform="translate(-252 365.64) rotate(-59.48)" fill="#23adc4"></rect><rect x="196.13" y="403.77" width="3.16" height="3.56" transform="translate(-252.06 369.92) rotate(-59.48)" fill="#23adc4"></rect><rect x="199.85" y="405.96" width="3.16" height="3.56" transform="translate(-252.11 374.19) rotate(-59.48)" fill="#23adc4"></rect><rect x="203.56" y="408.21" width="3.16" height="3.56" transform="translate(-252.21 378.42) rotate(-59.47)" fill="#23adc4"></rect></g><g id="solar-plant-2"><polygon points="160.45 431.01 160.47 441.3 160.21 441.48 160.18 431.19 160.45 431.01" fill="#a8a8a8"></polygon><polygon points="158.67 431.23 158.69 441.51 158.33 441.34 158.3 431.06 158.67 431.23" fill="#fff"></polygon><polygon points="159.3 430.78 160.08 430.84 160.45 431.01 160.18 431.19 159.45 431.28 158.67 431.23 158.3 431.06 158.56 430.87 159.3 430.78" fill="#adadad"></polygon><polygon points="160.18 431.19 160.21 441.48 159.48 441.57 159.45 431.28 160.18 431.19" fill="#d4d4d4"></polygon><polygon points="159.45 431.28 159.48 441.57 158.69 441.51 158.67 431.23 159.45 431.28" fill="#e8e8e8"></polygon><rect x="150.49" y="406.67" width="20.92" height="30.91" transform="translate(-284.42 346.4) rotate(-59.48)" fill="#fff"></rect><rect x="152.33" y="406.74" width="3.16" height="3.56" transform="translate(-276.17 333.64) rotate(-59.48)" fill="#23adc4"></rect><rect x="156.05" y="408.93" width="3.16" height="3.56" transform="translate(-276.23 337.93) rotate(-59.48)" fill="#23adc4"></rect><rect x="159.76" y="411.15" width="3.16" height="3.56" transform="translate(-276.3 342.14) rotate(-59.47)" fill="#23adc4"></rect><rect x="163.47" y="413.34" width="3.16" height="3.56" transform="translate(-276.38 346.57) rotate(-59.49)" fill="#23adc4"></rect><rect x="167.19" y="415.55" width="3.16" height="3.56" transform="translate(-276.44 350.78) rotate(-59.48)" fill="#23adc4"></rect><rect x="170.91" y="417.74" width="3.16" height="3.56" transform="translate(-276.5 355.07) rotate(-59.48)" fill="#23adc4"></rect><rect x="174.63" y="419.9" width="3.16" height="3.56" transform="translate(-276.53 359.33) rotate(-59.48)" fill="#23adc4"></rect><rect x="150.28" y="410.24" width="3.16" height="3.56" transform="translate(-280.2 333.6) rotate(-59.48)" fill="#23adc4"></rect><rect x="153.99" y="412.44" width="3.16" height="3.56" transform="translate(-280.27 337.88) rotate(-59.48)" fill="#23adc4"></rect><rect x="157.7" y="414.63" width="3.16" height="3.56" transform="translate(-280.32 342.15) rotate(-59.48)" fill="#23adc4"></rect><rect x="161.42" y="416.81" width="3.16" height="3.56" transform="translate(-280.38 346.43) rotate(-59.48)" fill="#23adc4"></rect><rect x="165.13" y="419.05" width="3.16" height="3.56" transform="translate(-280.48 350.73) rotate(-59.48)" fill="#23adc4"></rect><rect x="168.85" y="421.25" width="3.16" height="3.56" transform="translate(-280.54 355.01) rotate(-59.48)" fill="#23adc4"></rect><rect x="172.57" y="423.39" width="3.16" height="3.56" transform="translate(-280.55 359.27) rotate(-59.48)" fill="#23adc4"></rect><rect x="148.21" y="413.78" width="3.16" height="3.56" transform="translate(-284.27 333.56) rotate(-59.48)" fill="#23adc4"></rect><rect x="151.92" y="415.98" width="3.16" height="3.56" transform="translate(-284.33 337.83) rotate(-59.48)" fill="#23adc4"></rect><rect x="155.63" y="418.16" width="3.16" height="3.56" transform="translate(-284.39 342.11) rotate(-59.48)" fill="#23adc4"></rect><rect x="159.36" y="420.3" width="3.16" height="3.56" transform="translate(-284.4 346.37) rotate(-59.48)" fill="#23adc4"></rect><rect x="163.08" y="422.54" width="3.16" height="3.56" transform="translate(-284.48 350.6) rotate(-59.47)" fill="#23adc4"></rect><rect x="166.79" y="424.69" width="3.16" height="3.56" transform="translate(-284.52 354.94) rotate(-59.48)" fill="#23adc4"></rect><rect x="170.51" y="426.94" width="3.16" height="3.56" transform="translate(-284.62 359.25) rotate(-59.48)" fill="#23adc4"></rect><rect x="146.14" y="417.26" width="3.16" height="3.56" transform="translate(-288.28 333.49) rotate(-59.48)" fill="#23adc4"></rect><rect x="149.86" y="419.48" width="3.16" height="3.56" transform="translate(-288.36 337.78) rotate(-59.48)" fill="#23adc4"></rect><rect x="153.58" y="421.62" width="3.16" height="3.56" transform="translate(-288.37 342.04) rotate(-59.48)" fill="#23adc4"></rect><rect x="157.31" y="423.8" width="3.16" height="3.56" transform="translate(-288.42 346.33) rotate(-59.48)" fill="#23adc4"></rect><rect x="161.02" y="425.99" width="3.16" height="3.56" transform="translate(-288.48 350.61) rotate(-59.48)" fill="#23adc4"></rect><rect x="164.73" y="428.19" width="3.16" height="3.56" transform="translate(-288.54 354.89) rotate(-59.48)" fill="#23adc4"></rect><rect x="168.45" y="430.38" width="3.16" height="3.56" transform="translate(-288.6 359.16) rotate(-59.48)" fill="#23adc4"></rect><rect x="144.09" y="420.76" width="3.16" height="3.56" transform="translate(-292.31 333.44) rotate(-59.48)" fill="#23adc4"></rect><rect x="147.8" y="422.96" width="3.16" height="3.56" transform="translate(-292.37 337.72) rotate(-59.48)" fill="#23adc4"></rect><rect x="151.51" y="425.14" width="3.16" height="3.56" transform="translate(-292.43 342) rotate(-59.48)" fill="#23adc4"></rect><rect x="155.24" y="427.29" width="3.16" height="3.56" transform="translate(-292.44 346.26) rotate(-59.48)" fill="#23adc4"></rect><rect x="158.96" y="429.48" width="3.16" height="3.56" transform="translate(-292.5 350.55) rotate(-59.48)" fill="#23adc4"></rect><rect x="162.67" y="431.69" width="3.16" height="3.56" transform="translate(-292.57 354.83) rotate(-59.48)" fill="#23adc4"></rect><rect x="166.39" y="433.92" width="3.16" height="3.56" transform="translate(-292.65 359.05) rotate(-59.47)" fill="#23adc4"></rect></g><g id="solar-plant-3"><polygon points="161.63 382.82 161.65 393.1 161.39 393.29 161.36 383 161.63 382.82" fill="#a8a8a8"></polygon><polygon points="159.85 383.03 159.88 393.32 159.51 393.15 159.48 382.86 159.85 383.03" fill="#fff"></polygon><polygon points="160.48 382.59 161.26 382.65 161.63 382.82 161.36 383 160.63 383.09 159.85 383.03 159.48 382.86 159.74 382.68 160.48 382.59" fill="#adadad"></polygon><polygon points="161.36 383 161.39 393.29 160.66 393.38 160.63 383.09 161.36 383" fill="#d4d4d4"></polygon><polygon points="160.63 383.09 160.66 393.38 159.88 393.32 159.85 383.03 160.63 383.09" fill="#e8e8e8"></polygon><rect x="151.67" y="358.47" width="20.92" height="30.91" transform="translate(-242.33 323.7) rotate(-59.48)" fill="#fff"></rect><rect x="153.51" y="358.55" width="3.16" height="3.56" transform="translate(-234.08 310.95) rotate(-59.48)" fill="#23adc4"></rect><rect x="157.23" y="360.74" width="3.16" height="3.56" transform="translate(-234.13 315.22) rotate(-59.48)" fill="#23adc4"></rect><rect x="160.94" y="362.96" width="3.16" height="3.56" transform="translate(-234.21 319.44) rotate(-59.47)" fill="#23adc4"></rect><rect x="164.65" y="365.14" width="3.16" height="3.56" transform="translate(-234.28 323.86) rotate(-59.49)" fill="#23adc4"></rect><rect x="168.37" y="367.35" width="3.16" height="3.56" transform="translate(-234.35 328.08) rotate(-59.48)" fill="#23adc4"></rect><rect x="172.08" y="369.55" width="3.16" height="3.56" transform="translate(-234.41 332.35) rotate(-59.48)" fill="#23adc4"></rect><rect x="175.82" y="371.71" width="3.16" height="3.56" transform="translate(-234.44 336.64) rotate(-59.48)" fill="#23adc4"></rect><rect x="151.45" y="362.05" width="3.16" height="3.56" transform="translate(-238.1 310.89) rotate(-59.48)" fill="#23adc4"></rect><rect x="155.16" y="364.25" width="3.16" height="3.56" transform="translate(-238.17 315.17) rotate(-59.48)" fill="#23adc4"></rect><rect x="158.88" y="366.43" width="3.16" height="3.56" transform="translate(-238.23 319.45) rotate(-59.48)" fill="#23adc4"></rect><rect x="162.6" y="368.63" width="3.16" height="3.56" transform="translate(-238.28 323.74) rotate(-59.48)" fill="#23adc4"></rect><rect x="166.32" y="370.86" width="3.16" height="3.56" transform="translate(-238.38 328.04) rotate(-59.48)" fill="#23adc4"></rect><rect x="170.03" y="373.06" width="3.16" height="3.56" transform="translate(-238.45 332.32) rotate(-59.48)" fill="#23adc4"></rect><rect x="173.75" y="375.2" width="3.16" height="3.56" transform="translate(-238.46 336.57) rotate(-59.48)" fill="#23adc4"></rect><rect x="149.38" y="365.59" width="3.16" height="3.56" transform="translate(-242.17 310.85) rotate(-59.48)" fill="#23adc4"></rect><rect x="153.1" y="367.79" width="3.16" height="3.56" transform="translate(-242.24 315.14) rotate(-59.48)" fill="#23adc4"></rect><rect x="156.82" y="369.98" width="3.16" height="3.56" transform="translate(-242.29 319.42) rotate(-59.48)" fill="#23adc4"></rect><rect x="160.54" y="372.11" width="3.16" height="3.56" transform="translate(-242.3 323.68) rotate(-59.48)" fill="#23adc4"></rect><rect x="164.25" y="374.34" width="3.16" height="3.56" transform="translate(-242.39 327.9) rotate(-59.47)" fill="#23adc4"></rect><rect x="167.97" y="376.5" width="3.16" height="3.56" transform="translate(-242.42 332.23) rotate(-59.48)" fill="#23adc4"></rect><rect x="171.68" y="378.73" width="3.16" height="3.56" transform="translate(-242.52 336.53) rotate(-59.48)" fill="#23adc4"></rect><rect x="147.32" y="369.06" width="3.16" height="3.56" transform="translate(-246.18 310.78) rotate(-59.48)" fill="#23adc4"></rect><rect x="151.03" y="371.27" width="3.16" height="3.56" transform="translate(-246.26 315.07) rotate(-59.48)" fill="#23adc4"></rect><rect x="154.76" y="373.42" width="3.16" height="3.56" transform="translate(-246.27 319.34) rotate(-59.48)" fill="#23adc4"></rect><rect x="158.48" y="375.61" width="3.16" height="3.56" transform="translate(-246.33 323.63) rotate(-59.48)" fill="#23adc4"></rect><rect x="162.2" y="377.8" width="3.16" height="3.56" transform="translate(-246.39 327.9) rotate(-59.48)" fill="#23adc4"></rect><rect x="165.91" y="380" width="3.16" height="3.56" transform="translate(-246.45 332.18) rotate(-59.48)" fill="#23adc4"></rect><rect x="169.64" y="382.19" width="3.16" height="3.56" transform="translate(-246.5 336.47) rotate(-59.48)" fill="#23adc4"></rect><rect x="145.27" y="372.56" width="3.16" height="3.56" transform="translate(-250.2 310.74) rotate(-59.48)" fill="#23adc4"></rect><rect x="148.98" y="374.76" width="3.16" height="3.56" transform="translate(-250.27 315.02) rotate(-59.48)" fill="#23adc4"></rect><rect x="152.7" y="376.95" width="3.16" height="3.56" transform="translate(-250.33 319.3) rotate(-59.48)" fill="#23adc4"></rect><rect x="156.42" y="379.1" width="3.16" height="3.56" transform="translate(-250.35 323.57) rotate(-59.48)" fill="#23adc4"></rect><rect x="160.14" y="381.29" width="3.16" height="3.56" transform="translate(-250.4 327.85) rotate(-59.48)" fill="#23adc4"></rect><rect x="163.85" y="383.5" width="3.16" height="3.56" transform="translate(-250.48 332.13) rotate(-59.48)" fill="#23adc4"></rect><rect x="167.56" y="385.73" width="3.16" height="3.56" transform="translate(-250.57 336.35) rotate(-59.47)" fill="#23adc4"></rect></g><g id="solar-plant-4"><polygon points="124 409.85 124.03 420.14 123.77 420.32 123.74 410.04 124 409.85" fill="#a8a8a8"></polygon><polygon points="122.22 410.07 122.25 420.36 121.89 420.19 121.86 409.9 122.22 410.07" fill="#fff"></polygon><polygon points="122.86 409.63 123.64 409.68 124 409.85 123.74 410.04 123.01 410.12 122.22 410.07 121.86 409.9 122.12 409.71 122.86 409.63" fill="#adadad"></polygon><polygon points="123.74 410.04 123.77 420.32 123.03 420.41 123.01 410.12 123.74 410.04" fill="#d4d4d4"></polygon><polygon points="123.01 410.12 123.03 420.41 122.25 420.36 122.22 410.07 123.01 410.12" fill="#e8e8e8"></polygon><rect x="114.04" y="385.51" width="20.92" height="30.91" transform="translate(-284.13 304.59) rotate(-59.48)" fill="#fff"></rect><rect x="115.89" y="385.59" width="3.16" height="3.56" transform="translate(-275.88 291.84) rotate(-59.48)" fill="#23adc4"></rect><rect x="119.6" y="387.78" width="3.16" height="3.56" transform="translate(-275.95 296.12) rotate(-59.48)" fill="#23adc4"></rect><rect x="123.32" y="390" width="3.16" height="3.56" transform="translate(-276.01 300.34) rotate(-59.47)" fill="#23adc4"></rect><rect x="127.04" y="392.18" width="3.16" height="3.56" transform="translate(-276.09 304.76) rotate(-59.49)" fill="#23adc4"></rect><rect x="130.76" y="394.39" width="3.16" height="3.56" transform="translate(-276.15 308.98) rotate(-59.48)" fill="#23adc4"></rect><rect x="134.47" y="396.58" width="3.16" height="3.56" transform="translate(-276.21 313.26) rotate(-59.48)" fill="#23adc4"></rect><rect x="138.19" y="398.73" width="3.16" height="3.56" transform="translate(-276.24 317.52) rotate(-59.48)" fill="#23adc4"></rect><rect x="113.83" y="389.08" width="3.16" height="3.56" transform="translate(-279.9 291.79) rotate(-59.48)" fill="#23adc4"></rect><rect x="117.54" y="391.28" width="3.16" height="3.56" transform="translate(-279.97 296.07) rotate(-59.48)" fill="#23adc4"></rect><rect x="121.26" y="393.46" width="3.16" height="3.56" transform="translate(-280.03 300.34) rotate(-59.48)" fill="#23adc4"></rect><rect x="124.98" y="395.65" width="3.16" height="3.56" transform="translate(-280.08 304.63) rotate(-59.48)" fill="#23adc4"></rect><rect x="128.69" y="397.9" width="3.16" height="3.56" transform="translate(-280.19 308.92) rotate(-59.48)" fill="#23adc4"></rect><rect x="132.4" y="400.08" width="3.16" height="3.56" transform="translate(-280.25 313.2) rotate(-59.48)" fill="#23adc4"></rect><rect x="136.14" y="402.24" width="3.16" height="3.56" transform="translate(-280.26 317.48) rotate(-59.48)" fill="#23adc4"></rect><rect x="111.76" y="392.62" width="3.16" height="3.56" transform="translate(-283.97 291.75) rotate(-59.48)" fill="#23adc4"></rect><rect x="115.47" y="394.81" width="3.16" height="3.56" transform="translate(-284.04 296.02) rotate(-59.48)" fill="#23adc4"></rect><rect x="119.2" y="397.01" width="3.16" height="3.56" transform="translate(-284.1 300.32) rotate(-59.48)" fill="#23adc4"></rect><rect x="122.92" y="399.15" width="3.16" height="3.56" transform="translate(-284.11 304.58) rotate(-59.48)" fill="#23adc4"></rect><rect x="126.63" y="401.39" width="3.16" height="3.56" transform="translate(-284.2 308.8) rotate(-59.47)" fill="#23adc4"></rect><rect x="130.36" y="403.54" width="3.16" height="3.56" transform="translate(-284.22 313.14) rotate(-59.48)" fill="#23adc4"></rect><rect x="134.07" y="405.77" width="3.16" height="3.56" transform="translate(-284.33 317.43) rotate(-59.48)" fill="#23adc4"></rect><rect x="109.71" y="396.11" width="3.16" height="3.56" transform="translate(-287.99 291.69) rotate(-59.48)" fill="#23adc4"></rect><rect x="113.41" y="398.31" width="3.16" height="3.56" transform="translate(-288.07 295.97) rotate(-59.48)" fill="#23adc4"></rect><rect x="117.15" y="400.45" width="3.16" height="3.56" transform="translate(-288.07 300.24) rotate(-59.48)" fill="#23adc4"></rect><rect x="120.86" y="402.64" width="3.16" height="3.56" transform="translate(-288.13 304.52) rotate(-59.48)" fill="#23adc4"></rect><rect x="124.57" y="404.84" width="3.16" height="3.56" transform="translate(-288.19 308.8) rotate(-59.48)" fill="#23adc4"></rect><rect x="128.29" y="407.02" width="3.16" height="3.56" transform="translate(-288.25 313.07) rotate(-59.48)" fill="#23adc4"></rect><rect x="132.01" y="409.23" width="3.16" height="3.56" transform="translate(-288.31 317.37) rotate(-59.48)" fill="#23adc4"></rect><rect x="107.64" y="399.6" width="3.16" height="3.56" transform="translate(-292.02 291.63) rotate(-59.48)" fill="#23adc4"></rect><rect x="111.35" y="401.79" width="3.16" height="3.56" transform="translate(-292.08 295.91) rotate(-59.48)" fill="#23adc4"></rect><rect x="115.07" y="403.98" width="3.16" height="3.56" transform="translate(-292.13 300.19) rotate(-59.48)" fill="#23adc4"></rect><rect x="118.8" y="406.14" width="3.16" height="3.56" transform="translate(-292.16 304.47) rotate(-59.48)" fill="#23adc4"></rect><rect x="122.51" y="408.34" width="3.16" height="3.56" transform="translate(-292.22 308.74) rotate(-59.48)" fill="#23adc4"></rect><rect x="126.24" y="410.53" width="3.16" height="3.56" transform="translate(-292.27 313.03) rotate(-59.48)" fill="#23adc4"></rect><rect x="129.94" y="412.76" width="3.16" height="3.56" transform="translate(-292.36 317.24) rotate(-59.47)" fill="#23adc4"></rect></g></g><g id="solar-plants-2" data-name="solar-plants"><g id="solar-plant-2-2" data-name="solar-plant"><polygon points="1285.4 422.13 1285.43 432.42 1285.16 432.6 1285.14 422.32 1285.4 422.13" fill="#a8a8a8"></polygon><polygon points="1283.62 422.35 1283.65 432.64 1283.28 432.47 1283.25 422.18 1283.62 422.35" fill="#fff"></polygon><polygon points="1284.25 421.9 1285.03 421.96 1285.4 422.13 1285.14 422.32 1284.4 422.4 1283.62 422.35 1283.25 422.18 1283.52 421.99 1284.25 421.9" fill="#adadad"></polygon><polygon points="1285.14 422.32 1285.16 432.6 1284.43 432.69 1284.4 422.4 1285.14 422.32" fill="#d4d4d4"></polygon><polygon points="1284.4 422.4 1284.43 432.69 1283.65 432.64 1283.62 422.35 1284.4 422.4" fill="#e8e8e8"></polygon><rect x="1275.44" y="397.79" width="20.92" height="30.91" transform="translate(276.88 1311.12) rotate(-59.48)" fill="#fff"></rect><rect x="1277.28" y="397.87" width="3.16" height="3.56" transform="translate(285.12 1298.37) rotate(-59.48)" fill="#23adc4"></rect><rect x="1280.99" y="400.06" width="3.16" height="3.56" transform="translate(285.07 1302.64) rotate(-59.48)" fill="#23adc4"></rect><rect x="1284.72" y="402.27" width="3.16" height="3.56" transform="translate(284.84 1306.77) rotate(-59.47)" fill="#23adc4"></rect><rect x="1288.43" y="404.46" width="3.16" height="3.56" transform="translate(285.09 1311.39) rotate(-59.49)" fill="#23adc4"></rect><rect x="1292.15" y="406.68" width="3.16" height="3.56" transform="translate(284.86 1315.51) rotate(-59.48)" fill="#23adc4"></rect><rect x="1295.87" y="408.86" width="3.16" height="3.56" transform="translate(284.8 1319.79) rotate(-59.48)" fill="#23adc4"></rect><rect x="1299.58" y="411.02" width="3.16" height="3.56" transform="translate(284.77 1324.05) rotate(-59.48)" fill="#23adc4"></rect><rect x="1275.23" y="401.36" width="3.16" height="3.56" transform="translate(281.1 1298.32) rotate(-59.48)" fill="#23adc4"></rect><rect x="1278.94" y="403.55" width="3.16" height="3.56" transform="translate(281.05 1302.6) rotate(-59.48)" fill="#23adc4"></rect><rect x="1282.66" y="405.74" width="3.16" height="3.56" transform="translate(280.99 1306.87) rotate(-59.48)" fill="#23adc4"></rect><rect x="1286.37" y="407.94" width="3.16" height="3.56" transform="translate(280.93 1311.15) rotate(-59.48)" fill="#23adc4"></rect><rect x="1290.08" y="410.18" width="3.16" height="3.56" transform="translate(280.82 1315.46) rotate(-59.48)" fill="#23adc4"></rect><rect x="1293.8" y="412.37" width="3.16" height="3.56" transform="translate(280.76 1319.74) rotate(-59.48)" fill="#23adc4"></rect><rect x="1297.53" y="414.52" width="3.16" height="3.56" transform="translate(280.75 1324.01) rotate(-59.48)" fill="#23adc4"></rect><rect x="1273.16" y="404.91" width="3.16" height="3.56" transform="translate(277.03 1298.28) rotate(-59.48)" fill="#23adc4"></rect><rect x="1276.87" y="407.1" width="3.16" height="3.56" transform="translate(276.97 1302.56) rotate(-59.48)" fill="#23adc4"></rect><rect x="1280.59" y="409.29" width="3.16" height="3.56" transform="translate(276.92 1306.84) rotate(-59.48)" fill="#23adc4"></rect><rect x="1284.32" y="411.44" width="3.16" height="3.56" transform="translate(276.9 1311.11) rotate(-59.48)" fill="#23adc4"></rect><rect x="1288.03" y="413.67" width="3.16" height="3.56" transform="translate(276.64 1315.23) rotate(-59.47)" fill="#23adc4"></rect><rect x="1291.75" y="415.81" width="3.16" height="3.56" transform="translate(276.79 1319.66) rotate(-59.48)" fill="#23adc4"></rect><rect x="1295.46" y="418.06" width="3.16" height="3.56" transform="translate(276.68 1323.96) rotate(-59.48)" fill="#23adc4"></rect><rect x="1271.1" y="408.38" width="3.16" height="3.56" transform="translate(273.03 1298.22) rotate(-59.48)" fill="#23adc4"></rect><rect x="1274.82" y="410.59" width="3.16" height="3.56" transform="translate(272.96 1302.51) rotate(-59.48)" fill="#23adc4"></rect><rect x="1278.54" y="412.73" width="3.16" height="3.56" transform="translate(272.94 1306.76) rotate(-59.48)" fill="#23adc4"></rect><rect x="1282.25" y="414.92" width="3.16" height="3.56" transform="translate(272.88 1311.04) rotate(-59.48)" fill="#23adc4"></rect><rect x="1285.96" y="417.11" width="3.16" height="3.56" transform="translate(272.82 1315.32) rotate(-59.48)" fill="#23adc4"></rect><rect x="1289.69" y="419.3" width="3.16" height="3.56" transform="translate(272.77 1319.6) rotate(-59.48)" fill="#23adc4"></rect><rect x="1293.41" y="421.51" width="3.16" height="3.56" transform="translate(272.7 1323.9) rotate(-59.48)" fill="#23adc4"></rect><rect x="1269.03" y="411.88" width="3.16" height="3.56" transform="translate(269 1298.16) rotate(-59.48)" fill="#23adc4"></rect><rect x="1272.75" y="414.07" width="3.16" height="3.56" transform="translate(268.94 1302.44) rotate(-59.48)" fill="#23adc4"></rect><rect x="1276.47" y="416.25" width="3.16" height="3.56" transform="translate(268.89 1306.72) rotate(-59.48)" fill="#23adc4"></rect><rect x="1280.2" y="418.43" width="3.16" height="3.56" transform="translate(268.85 1311) rotate(-59.48)" fill="#23adc4"></rect><rect x="1283.91" y="420.61" width="3.16" height="3.56" transform="translate(268.8 1315.27) rotate(-59.48)" fill="#23adc4"></rect><rect x="1287.63" y="422.8" width="3.16" height="3.56" transform="translate(268.74 1319.55) rotate(-59.48)" fill="#23adc4"></rect><rect x="1291.34" y="425.05" width="3.16" height="3.56" transform="translate(268.48 1323.68) rotate(-59.47)" fill="#23adc4"></rect></g><g id="solar-plant-2-3" data-name="solar-plant-2"><polygon points="1248.23 447.85 1248.25 458.14 1247.99 458.32 1247.96 448.03 1248.23 447.85" fill="#a8a8a8"></polygon><polygon points="1246.45 448.07 1246.47 458.35 1246.11 458.18 1246.08 447.9 1246.45 448.07" fill="#fff"></polygon><polygon points="1247.08 447.62 1247.86 447.68 1248.23 447.85 1247.96 448.03 1247.23 448.12 1246.45 448.07 1246.08 447.9 1246.34 447.71 1247.08 447.62" fill="#adadad"></polygon><polygon points="1247.96 448.03 1247.99 458.32 1247.26 458.41 1247.23 448.12 1247.96 448.03" fill="#d4d4d4"></polygon><polygon points="1247.23 448.12 1247.26 458.41 1246.47 458.35 1246.45 448.07 1247.23 448.12" fill="#e8e8e8"></polygon><rect x="1238.27" y="423.51" width="20.92" height="30.91" transform="translate(236.43 1291.76) rotate(-59.48)" fill="#fff"></rect><rect x="1240.11" y="423.58" width="3.16" height="3.56" transform="translate(244.68 1279) rotate(-59.48)" fill="#23adc4"></rect><rect x="1243.83" y="425.77" width="3.16" height="3.56" transform="translate(244.63 1283.29) rotate(-59.48)" fill="#23adc4"></rect><rect x="1247.54" y="427.99" width="3.16" height="3.56" transform="translate(244.39 1287.4) rotate(-59.47)" fill="#23adc4"></rect><rect x="1251.25" y="430.18" width="3.16" height="3.56" transform="translate(244.63 1292.02) rotate(-59.49)" fill="#23adc4"></rect><rect x="1254.97" y="432.39" width="3.16" height="3.56" transform="translate(244.41 1296.14) rotate(-59.48)" fill="#23adc4"></rect><rect x="1258.69" y="434.58" width="3.16" height="3.56" transform="translate(244.35 1300.43) rotate(-59.48)" fill="#23adc4"></rect><rect x="1262.41" y="436.74" width="3.16" height="3.56" transform="translate(244.32 1304.69) rotate(-59.48)" fill="#23adc4"></rect><rect x="1238.06" y="427.09" width="3.16" height="3.56" transform="translate(240.65 1278.96) rotate(-59.48)" fill="#23adc4"></rect><rect x="1241.77" y="429.28" width="3.16" height="3.56" transform="translate(240.59 1283.23) rotate(-59.48)" fill="#23adc4"></rect><rect x="1245.48" y="431.47" width="3.16" height="3.56" transform="translate(240.53 1287.51) rotate(-59.48)" fill="#23adc4"></rect><rect x="1249.2" y="433.66" width="3.16" height="3.56" transform="translate(240.48 1291.79) rotate(-59.48)" fill="#23adc4"></rect><rect x="1252.91" y="435.89" width="3.16" height="3.56" transform="translate(240.38 1296.09) rotate(-59.48)" fill="#23adc4"></rect><rect x="1256.62" y="438.09" width="3.16" height="3.56" transform="translate(240.31 1300.37) rotate(-59.48)" fill="#23adc4"></rect><rect x="1260.35" y="440.23" width="3.16" height="3.56" transform="translate(240.3 1304.63) rotate(-59.48)" fill="#23adc4"></rect><rect x="1235.99" y="430.62" width="3.16" height="3.56" transform="translate(236.59 1278.91) rotate(-59.48)" fill="#23adc4"></rect><rect x="1239.7" y="432.82" width="3.16" height="3.56" transform="translate(236.52 1283.19) rotate(-59.48)" fill="#23adc4"></rect><rect x="1243.41" y="435.01" width="3.16" height="3.56" transform="translate(236.47 1287.47) rotate(-59.48)" fill="#23adc4"></rect><rect x="1247.14" y="437.14" width="3.16" height="3.56" transform="translate(236.46 1291.73) rotate(-59.48)" fill="#23adc4"></rect><rect x="1250.86" y="439.38" width="3.16" height="3.56" transform="translate(236.21 1295.86) rotate(-59.47)" fill="#23adc4"></rect><rect x="1254.57" y="441.53" width="3.16" height="3.56" transform="translate(236.34 1300.3) rotate(-59.48)" fill="#23adc4"></rect><rect x="1258.29" y="443.78" width="3.16" height="3.56" transform="translate(236.23 1304.6) rotate(-59.48)" fill="#23adc4"></rect><rect x="1233.92" y="434.1" width="3.16" height="3.56" transform="translate(232.57 1278.84) rotate(-59.48)" fill="#23adc4"></rect><rect x="1237.64" y="436.32" width="3.16" height="3.56" transform="translate(232.49 1283.14) rotate(-59.48)" fill="#23adc4"></rect><rect x="1241.36" y="438.46" width="3.16" height="3.56" transform="translate(232.48 1287.4) rotate(-59.48)" fill="#23adc4"></rect><rect x="1245.09" y="440.65" width="3.16" height="3.56" transform="translate(232.43 1291.69) rotate(-59.48)" fill="#23adc4"></rect><rect x="1248.8" y="442.83" width="3.16" height="3.56" transform="translate(232.38 1295.97) rotate(-59.48)" fill="#23adc4"></rect><rect x="1252.51" y="445.03" width="3.16" height="3.56" transform="translate(232.31 1300.24) rotate(-59.48)" fill="#23adc4"></rect><rect x="1256.23" y="447.22" width="3.16" height="3.56" transform="translate(232.25 1304.52) rotate(-59.48)" fill="#23adc4"></rect><rect x="1231.86" y="437.6" width="3.16" height="3.56" transform="translate(228.55 1278.8) rotate(-59.48)" fill="#23adc4"></rect><rect x="1235.58" y="439.8" width="3.16" height="3.56" transform="translate(228.48 1283.08) rotate(-59.48)" fill="#23adc4"></rect><rect x="1239.29" y="441.99" width="3.16" height="3.56" transform="translate(228.43 1287.35) rotate(-59.48)" fill="#23adc4"></rect><rect x="1243.02" y="444.13" width="3.16" height="3.56" transform="translate(228.41 1291.62) rotate(-59.48)" fill="#23adc4"></rect><rect x="1246.74" y="446.33" width="3.16" height="3.56" transform="translate(228.35 1295.91) rotate(-59.48)" fill="#23adc4"></rect><rect x="1250.45" y="448.53" width="3.16" height="3.56" transform="translate(228.28 1300.19) rotate(-59.48)" fill="#23adc4"></rect><rect x="1254.16" y="450.76" width="3.16" height="3.56" transform="translate(228.04 1304.31) rotate(-59.47)" fill="#23adc4"></rect></g><g id="solar-plant-3-2" data-name="solar-plant-3"><polygon points="1249.41 399.66 1249.43 409.94 1249.17 410.13 1249.14 399.84 1249.41 399.66" fill="#a8a8a8"></polygon><polygon points="1247.63 399.87 1247.66 410.16 1247.29 409.99 1247.26 399.7 1247.63 399.87" fill="#fff"></polygon><polygon points="1248.26 399.43 1249.04 399.49 1249.41 399.66 1249.14 399.84 1248.41 399.93 1247.63 399.87 1247.26 399.7 1247.52 399.52 1248.26 399.43" fill="#adadad"></polygon><polygon points="1249.14 399.84 1249.17 410.13 1248.44 410.22 1248.41 399.93 1249.14 399.84" fill="#d4d4d4"></polygon><polygon points="1248.41 399.93 1248.44 410.22 1247.66 410.16 1247.63 399.87 1248.41 399.93" fill="#e8e8e8"></polygon><rect x="1239.45" y="375.31" width="20.92" height="30.91" transform="translate(278.53 1269.06) rotate(-59.48)" fill="#fff"></rect><rect x="1241.29" y="375.39" width="3.16" height="3.56" transform="translate(286.78 1256.31) rotate(-59.48)" fill="#23adc4"></rect><rect x="1245.01" y="377.58" width="3.16" height="3.56" transform="translate(286.72 1260.58) rotate(-59.48)" fill="#23adc4"></rect><rect x="1248.72" y="379.8" width="3.16" height="3.56" transform="translate(286.48 1264.7) rotate(-59.47)" fill="#23adc4"></rect><rect x="1252.43" y="381.99" width="3.16" height="3.56" transform="translate(286.73 1269.31) rotate(-59.49)" fill="#23adc4"></rect><rect x="1256.15" y="384.19" width="3.16" height="3.56" transform="translate(286.51 1273.43) rotate(-59.48)" fill="#23adc4"></rect><rect x="1259.86" y="386.39" width="3.16" height="3.56" transform="translate(286.44 1277.71) rotate(-59.48)" fill="#23adc4"></rect><rect x="1263.6" y="388.55" width="3.16" height="3.56" transform="translate(286.42 1281.99) rotate(-59.48)" fill="#23adc4"></rect><rect x="1239.23" y="378.89" width="3.16" height="3.56" transform="translate(282.75 1256.25) rotate(-59.48)" fill="#23adc4"></rect><rect x="1242.94" y="381.09" width="3.16" height="3.56" transform="translate(282.68 1260.53) rotate(-59.48)" fill="#23adc4"></rect><rect x="1246.66" y="383.27" width="3.16" height="3.56" transform="translate(282.63 1264.81) rotate(-59.48)" fill="#23adc4"></rect><rect x="1250.38" y="385.47" width="3.16" height="3.56" transform="translate(282.57 1269.09) rotate(-59.48)" fill="#23adc4"></rect><rect x="1254.1" y="387.71" width="3.16" height="3.56" transform="translate(282.47 1273.4) rotate(-59.48)" fill="#23adc4"></rect><rect x="1257.81" y="389.9" width="3.16" height="3.56" transform="translate(282.41 1277.67) rotate(-59.48)" fill="#23adc4"></rect><rect x="1261.53" y="392.04" width="3.16" height="3.56" transform="translate(282.4 1281.93) rotate(-59.48)" fill="#23adc4"></rect><rect x="1237.16" y="382.43" width="3.16" height="3.56" transform="translate(278.68 1256.21) rotate(-59.48)" fill="#23adc4"></rect><rect x="1240.88" y="384.63" width="3.16" height="3.56" transform="translate(278.62 1260.5) rotate(-59.48)" fill="#23adc4"></rect><rect x="1244.6" y="386.82" width="3.16" height="3.56" transform="translate(278.56 1264.77) rotate(-59.48)" fill="#23adc4"></rect><rect x="1248.32" y="388.95" width="3.16" height="3.56" transform="translate(278.55 1269.04) rotate(-59.48)" fill="#23adc4"></rect><rect x="1252.03" y="391.18" width="3.16" height="3.56" transform="translate(278.31 1273.16) rotate(-59.47)" fill="#23adc4"></rect><rect x="1255.75" y="393.34" width="3.16" height="3.56" transform="translate(278.43 1277.59) rotate(-59.48)" fill="#23adc4"></rect><rect x="1259.46" y="395.58" width="3.16" height="3.56" transform="translate(278.33 1281.88) rotate(-59.48)" fill="#23adc4"></rect><rect x="1235.1" y="385.9" width="3.16" height="3.56" transform="translate(274.68 1256.14) rotate(-59.48)" fill="#23adc4"></rect><rect x="1238.81" y="388.12" width="3.16" height="3.56" transform="translate(274.6 1260.43) rotate(-59.48)" fill="#23adc4"></rect><rect x="1242.54" y="390.26" width="3.16" height="3.56" transform="translate(274.58 1264.7) rotate(-59.48)" fill="#23adc4"></rect><rect x="1246.26" y="392.46" width="3.16" height="3.56" transform="translate(274.52 1268.98) rotate(-59.48)" fill="#23adc4"></rect><rect x="1249.98" y="394.64" width="3.16" height="3.56" transform="translate(274.47 1273.26) rotate(-59.48)" fill="#23adc4"></rect><rect x="1253.69" y="396.84" width="3.16" height="3.56" transform="translate(274.4 1277.54) rotate(-59.48)" fill="#23adc4"></rect><rect x="1257.41" y="399.03" width="3.16" height="3.56" transform="translate(274.35 1281.83) rotate(-59.48)" fill="#23adc4"></rect><rect x="1233.05" y="389.4" width="3.16" height="3.56" transform="translate(270.65 1256.1) rotate(-59.48)" fill="#23adc4"></rect><rect x="1236.76" y="391.6" width="3.16" height="3.56" transform="translate(270.59 1260.38) rotate(-59.48)" fill="#23adc4"></rect><rect x="1240.48" y="393.8" width="3.16" height="3.56" transform="translate(270.52 1264.66) rotate(-59.48)" fill="#23adc4"></rect><rect x="1244.2" y="395.94" width="3.16" height="3.56" transform="translate(270.51 1268.93) rotate(-59.48)" fill="#23adc4"></rect><rect x="1247.92" y="398.13" width="3.16" height="3.56" transform="translate(270.45 1273.2) rotate(-59.48)" fill="#23adc4"></rect><rect x="1251.63" y="400.34" width="3.16" height="3.56" transform="translate(270.38 1277.49) rotate(-59.48)" fill="#23adc4"></rect><rect x="1255.34" y="402.57" width="3.16" height="3.56" transform="translate(270.13 1281.61) rotate(-59.47)" fill="#23adc4"></rect></g><g id="solar-plant-4-2" data-name="solar-plant-4"><polygon points="1211.78 426.69 1211.81 436.98 1211.55 437.16 1211.52 426.88 1211.78 426.69" fill="#a8a8a8"></polygon><polygon points="1210 426.91 1210.03 437.2 1209.67 437.03 1209.64 426.74 1210 426.91" fill="#fff"></polygon><polygon points="1210.64 426.47 1211.42 426.52 1211.78 426.69 1211.52 426.88 1210.79 426.96 1210 426.91 1209.64 426.74 1209.9 426.55 1210.64 426.47" fill="#adadad"></polygon><polygon points="1211.52 426.88 1211.55 437.16 1210.81 437.25 1210.79 426.96 1211.52 426.88" fill="#d4d4d4"></polygon><polygon points="1210.79 426.96 1210.81 437.25 1210.03 437.2 1210 426.91 1210.79 426.96" fill="#e8e8e8"></polygon><rect x="1201.82" y="402.35" width="20.92" height="30.91" transform="translate(236.72 1249.95) rotate(-59.48)" fill="#fff"></rect><rect x="1203.67" y="402.43" width="3.16" height="3.56" transform="translate(244.97 1237.2) rotate(-59.48)" fill="#23adc4"></rect><rect x="1207.38" y="404.63" width="3.16" height="3.56" transform="translate(244.91 1241.48) rotate(-59.48)" fill="#23adc4"></rect><rect x="1211.1" y="406.84" width="3.16" height="3.56" transform="translate(244.68 1245.6) rotate(-59.47)" fill="#23adc4"></rect><rect x="1214.82" y="409.02" width="3.16" height="3.56" transform="translate(244.92 1250.22) rotate(-59.49)" fill="#23adc4"></rect><rect x="1218.53" y="411.23" width="3.16" height="3.56" transform="translate(244.7 1254.34) rotate(-59.48)" fill="#23adc4"></rect><rect x="1222.25" y="413.42" width="3.16" height="3.56" transform="translate(244.65 1258.62) rotate(-59.48)" fill="#23adc4"></rect><rect x="1225.97" y="415.58" width="3.16" height="3.56" transform="translate(244.62 1262.88) rotate(-59.48)" fill="#23adc4"></rect><rect x="1201.61" y="405.92" width="3.16" height="3.56" transform="translate(240.95 1237.15) rotate(-59.48)" fill="#23adc4"></rect><rect x="1205.32" y="408.12" width="3.16" height="3.56" transform="translate(240.88 1241.42) rotate(-59.48)" fill="#23adc4"></rect><rect x="1209.04" y="410.3" width="3.16" height="3.56" transform="translate(240.83 1245.7) rotate(-59.48)" fill="#23adc4"></rect><rect x="1212.76" y="412.49" width="3.16" height="3.56" transform="translate(240.78 1249.99) rotate(-59.48)" fill="#23adc4"></rect><rect x="1216.46" y="414.74" width="3.16" height="3.56" transform="translate(240.66 1254.28) rotate(-59.48)" fill="#23adc4"></rect><rect x="1220.18" y="416.93" width="3.16" height="3.56" transform="translate(240.61 1258.56) rotate(-59.48)" fill="#23adc4"></rect><rect x="1223.91" y="419.08" width="3.16" height="3.56" transform="translate(240.59 1262.83) rotate(-59.48)" fill="#23adc4"></rect><rect x="1199.54" y="409.46" width="3.16" height="3.56" transform="translate(236.88 1237.1) rotate(-59.48)" fill="#23adc4"></rect><rect x="1203.25" y="411.65" width="3.16" height="3.56" transform="translate(236.82 1241.38) rotate(-59.48)" fill="#23adc4"></rect><rect x="1206.98" y="413.86" width="3.16" height="3.56" transform="translate(236.75 1245.67) rotate(-59.48)" fill="#23adc4"></rect><rect x="1210.7" y="415.99" width="3.16" height="3.56" transform="translate(236.75 1249.94) rotate(-59.48)" fill="#23adc4"></rect><rect x="1214.41" y="418.23" width="3.16" height="3.56" transform="translate(236.5 1254.06) rotate(-59.47)" fill="#23adc4"></rect><rect x="1218.14" y="420.38" width="3.16" height="3.56" transform="translate(236.63 1258.5) rotate(-59.48)" fill="#23adc4"></rect><rect x="1221.84" y="422.62" width="3.16" height="3.56" transform="translate(236.53 1262.79) rotate(-59.48)" fill="#23adc4"></rect><rect x="1197.49" y="412.95" width="3.16" height="3.56" transform="translate(232.86 1237.05) rotate(-59.48)" fill="#23adc4"></rect><rect x="1201.19" y="415.16" width="3.16" height="3.56" transform="translate(232.79 1241.33) rotate(-59.48)" fill="#23adc4"></rect><rect x="1204.93" y="417.29" width="3.16" height="3.56" transform="translate(232.78 1245.6) rotate(-59.48)" fill="#23adc4"></rect><rect x="1208.64" y="419.48" width="3.16" height="3.56" transform="translate(232.73 1249.88) rotate(-59.48)" fill="#23adc4"></rect><rect x="1212.35" y="421.68" width="3.16" height="3.56" transform="translate(232.66 1254.15) rotate(-59.48)" fill="#23adc4"></rect><rect x="1216.07" y="423.86" width="3.16" height="3.56" transform="translate(232.61 1258.43) rotate(-59.48)" fill="#23adc4"></rect><rect x="1219.79" y="426.07" width="3.16" height="3.56" transform="translate(232.54 1262.72) rotate(-59.48)" fill="#23adc4"></rect><rect x="1195.42" y="416.45" width="3.16" height="3.56" transform="translate(228.83 1236.99) rotate(-59.48)" fill="#23adc4"></rect><rect x="1199.13" y="418.63" width="3.16" height="3.56" transform="translate(228.78 1241.27) rotate(-59.48)" fill="#23adc4"></rect><rect x="1202.85" y="420.82" width="3.16" height="3.56" transform="translate(228.72 1245.54) rotate(-59.48)" fill="#23adc4"></rect><rect x="1206.58" y="422.98" width="3.16" height="3.56" transform="translate(228.7 1249.83) rotate(-59.48)" fill="#23adc4"></rect><rect x="1210.29" y="425.18" width="3.16" height="3.56" transform="translate(228.63 1254.1) rotate(-59.48)" fill="#23adc4"></rect><rect x="1214.02" y="427.37" width="3.16" height="3.56" transform="translate(228.58 1258.39) rotate(-59.48)" fill="#23adc4"></rect><rect x="1217.72" y="429.6" width="3.16" height="3.56" transform="translate(228.33 1262.5) rotate(-59.47)" fill="#23adc4"></rect></g></g></g></g></svg></div></section></div><section id="datdot" class="section_3oxTUM"><div class="content_3oxTUM"><h2 class="subTitle_26MOtH subTitleColor_3oxTUM">DatDot</h2><article class="article_3oxTUM">Incentivized Peer-To-Peer Data Storage. Built with Substrate blockchain framework and supported by the Web3 foundation grant.</article><a href="https://twitter.com/DatDotOrg" target="_blank" class="button_26MOtH buttonBg_3oxTUM">Get started</a></div><div class="blockchainIsland_3oxTUM"><svg xmlns="http://www.w3.org/2000/svg" xlink="http://www.w3.org/1999/xlink" viewBox="0 0 1091.05 948.18"><defs><linearGradient id="linear-gradient" x1="2469.64" y1="9739.49" x2="2496.37" y2="9712.76" gradientTransform="matrix(25, 0, 0, -23, -61141.29, 224337.17)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#635f43"></stop><stop offset="1" stop-color="#845858"></stop></linearGradient><linearGradient id="land-gradient" x1="545.53" y1="574.41" x2="545.53" y2="353.82" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#71b054"></stop><stop offset="1" stop-color="#a7d672"></stop></linearGradient><linearGradient id="land-gradient-2" x1="187.91" y1="550.11" x2="129.81" y2="366.86" xlink:href="#land-gradient"></linearGradient><linearGradient id="land-gradient-3" x1="244.21" y1="495.4" x2="1057.19" y2="495.4" xlink:href="#land-gradient"></linearGradient><linearGradient id="land-gradient-4" x1="545.53" y1="574.01" x2="545.53" y2="424.64" xlink:href="#land-gradient"></linearGradient></defs><title>blockchian-island</title><g id="blockchain-island"><path id="land-bg" d="M31.53,537.3l31.54,39.84L264.78,722.37,448.71,934.79h0l95.81-38.31,109.64,51.7,76.41-87.86L874.43,684.14l162.83-112.21,34.88-40.76,15.59-13.9,3.32-6.33-18.91,11-72.53,16.35-44.15,1-47.3,4.33-37.84,5.77-56.76,21.16-80.41.66-48.88-4.5-72.52-2.89-75.68-4.33-100.91,2.89-66.22,7.69-66.22-12L246,549.21,195.51,548h-41l-50.45-5.79L31.53,527.76,0,513.35l5,5.91,26.51,18" fill="#eeba82"></path><g id="land"><polygon points="536.07 571.03 435.16 574.1 544.52 727.15 611.75 575.63 536.07 571.03" fill="#f1c487"></polygon><polygon points="684.27 578.69 611.75 575.63 544.52 727.15 659.42 786.89 694.67 743.88 733.15 582.63 684.27 578.69" fill="#efbb82"></polygon><polygon id="triangle36" points="368.94 579.67 435.16 574.1 412.08 748.65 368.94 579.67" fill="#f1c487"></polygon><polygon id="triangle36-2" data-name="triangle36" points="435.16 574.1 544.52 727.15 412.08 748.65 435.16 574.1" fill="#eeba82"></polygon><polygon points="544.52 727.15 500.38 777.33 481.45 874.98 544.52 896.48 649.82 837.07 659.42 786.89 544.52 727.15" fill="#e9b17c"></polygon><polygon points="302.72 569.5 245.96 560.08 330.31 715.2 368.94 579.67 302.72 569.5" fill="#f8d294"></polygon><polygon points="412.08 748.65 368.94 579.67 330.31 715.2 333.25 753.43 412.08 860.32 412.08 748.65" fill="#fada9e"></polygon><polygon id="triangle36-3" data-name="triangle36" points="245.96 560.08 330.31 715.2 305.77 724.76 245.96 560.08" fill="#fbdd9f"></polygon><polygon points="333.25 753.43 330.31 715.2 305.77 724.76 412.08 860.32 333.25 753.43" fill="#f6d896"></polygon><polygon points="245.96 560.08 195.51 558.77 154.51 558.77 264.78 722.37 305.77 724.76 245.96 560.08" fill="#f9d89b"></polygon><polygon points="733.15 582.63 694.67 743.88 659.42 786.89 730.57 860.32 765.54 715.2 813.56 581.93 733.15 582.63" fill="#e9b17c"></polygon><polygon points="813.56 581.93 765.54 715.2 825.31 653.61 870.32 560.3 813.56 581.93" fill="#eeb980"></polygon><polygon id="triangle36-4" data-name="triangle36" points="874.43 684.14 915.42 653.07 974.38 571.03 874.43 684.14" fill="url(#linear-gradient)"></polygon><polygon points="999.61 548.76 955.46 549.58 908.16 554.17 908.16 554.17 870.32 560.3 825.31 653.61 765.54 715.2 730.57 860.32 874.43 684.14 915.42 653.07 974.38 571.03 974.38 571.03 999.61 548.76" fill="#e7ad79"></polygon><polygon points="412.08 860.32 305.77 724.76 264.78 722.37 448.71 934.79 412.08 860.32" fill="#f8da9d"></polygon><polygon points="412.08 748.65 412.08 860.32 448.71 934.79 481.45 874.98 500.38 777.33 544.52 727.15 412.08 748.65" fill="#eeba7f"></polygon><polygon id="triangle36-5" data-name="triangle36" points="481.45 874.98 544.52 896.48 448.71 934.79 481.45 874.98" fill="#e9b17c"></polygon><polygon id="triangle36-6" data-name="triangle36" points="544.52 896.48 649.82 837.07 654.15 948.18 544.52 896.48" fill="#e3a371"></polygon><polygon points="659.42 786.89 649.82 837.07 654.15 948.18 730.57 860.32 659.42 786.89" fill="#df9f6d"></polygon><polygon points="154.51 558.77 104.06 552.63 31.53 537.3 63.07 577.14 264.78 722.37 154.51 558.77" fill="#fae0a3"></polygon><polygon points="999.61 548.76 974.38 571.03 874.43 684.14 1037.27 571.93 1072.13 531.17 999.61 548.76" fill="#eeba7f"></polygon><polygon points="1072.13 521.98 999.61 538.33 955.46 539.32 908.16 543.65 870.32 549.42 813.56 570.58 733.15 571.24 684.27 566.74 611.75 563.85 536.07 559.52 435.16 562.41 368.94 570.1 302.72 558.08 245.96 549.21 195.51 547.98 154.51 547.98 104.06 542.19 31.53 527.76 0 513.35 5.02 519.26 31.53 537.3 104.06 552.63 154.51 558.77 195.51 558.77 245.96 560.08 302.72 569.5 368.94 579.67 435.16 574.1 536.07 571.03 611.75 575.63 684.27 578.69 733.15 582.63 813.56 581.93 870.32 560.3 908.16 554.17 955.46 549.58 999.61 548.76 1072.13 531.17 1087.73 517.27 1091.06 510.94 1072.13 521.98" fill="#d18d6b"></polygon></g><polygon id="ground-bg" points="1063.17 489.75 1057.19 488.73 952.6 470.88 778.87 460.77 586.52 448.47 428.85 449.91 258.57 460.26 244.21 460.82 113.52 465.92 24.92 485.73 14.54 497.23 0 513.35 31.53 531.62 104.06 546.05 154.51 551.84 195.51 551.84 245.96 553.07 302.72 561.94 368.94 570.1 435.16 566.27 536.07 563.38 611.75 567.71 684.27 570.6 733.15 573.17 813.56 572.51 870.32 553.28 908.16 547.51 955.46 543.18 999.61 542.19 1072.13 525.85 1091.06 510.94 1063.17 489.75" fill="url(#land-gradient)"></polygon><g id="ground"><polygon points="323.68 484.42 244.21 460.82 113.52 465.92 24.92 485.73 14.54 497.23 48.19 498.9 100.38 496.97 155.48 496 222.18 491.18 288.88 504.69 300.48 504.69 312.17 510.98 323.68 484.42 323.68 484.42" fill="url(#land-gradient-2)"></polygon><polygon points="952.6 470.88 778.87 460.77 778.87 460.77 586.52 448.47 428.85 449.91 258.57 460.26 244.21 460.82 323.68 484.42 312.17 510.98 433.88 542.34 613.68 509.52 751.42 521.1 768.82 517.24 818.12 513.38 1057.19 488.73 952.6 470.88 952.6 470.88" fill="url(#land-gradient-3)"></polygon><polygon points="1063.17 489.75 1057.19 488.73 818.12 513.38 768.82 517.24 751.42 521.1 613.68 509.52 433.88 542.34 312.17 510.98 312.17 510.98 300.48 504.69 288.88 504.69 222.18 491.18 155.48 496 100.38 496.97 48.19 498.9 14.54 497.23 0 513.35 31.53 531.62 104.06 546.05 154.51 551.84 195.51 551.84 245.96 553.07 302.72 561.94 368.94 570.1 435.16 566.27 536.07 563.38 611.75 567.71 684.27 570.6 733.15 573.17 813.56 572.51 870.32 553.28 908.16 547.51 955.46 543.18 999.61 542.19 1072.13 525.85 1091.06 510.94 1063.17 489.75 1063.17 489.75" fill="url(#land-gradient-4)"></polygon></g><g id="lake"><polygon id="lake-bg" points="791.03 486.12 781.41 483.47 768.05 479.23 737.27 470.68 727.34 470.27 720.33 470.44 688.41 469.46 626.36 468.32 577.33 468.48 551.27 468.48 530.34 468.4 511.86 471.9 505.83 473.04 496.06 474.83 478.31 478.42 456.3 482.24 447.29 495.56 452.58 500.57 465.85 510.48 501.93 519.78 517.03 523.95 527.66 523.86 542.48 523.53 549.81 523.53 597.86 523.53 624.89 523.53 654.7 522.88 674.4 522.88 744.76 521.9 748.51 522.23 759.5 522.08 765.12 520.27 773.1 517.18 831.63 497.37 842.32 489.33 854.92 478.27 791.03 486.12" fill="#00bcd6"></polygon><polygon points="478.83 497.51 477.86 478.62 455.84 482.45 446.84 495.76 452.12 500.77 478.83 497.51" fill="#00d7e3"></polygon><polygon points="477.86 478.62 495.61 475.04 478.83 497.51 477.86 478.62" fill="#00daeb"></polygon><polygon points="495.61 475.04 505.38 473.25 505.06 481.06 478.83 497.51 495.61 475.04" fill="#00d4e6"></polygon><polygon points="505.06 481.06 511.41 472.11 505.38 473.25 505.06 481.06" fill="#00d9ee"></polygon><polygon points="505.06 481.06 563.03 504.03 550.82 468.69 529.88 468.6 511.41 472.11 505.06 481.06" fill="#00d1e9"></polygon><polygon points="505.06 481.06 543 515.75 563.03 504.03 505.06 481.06" fill="#00c8df"></polygon><polygon points="505.06 481.06 507.33 502.73 543 515.75 505.06 481.06" fill="#00cbdf"></polygon><polygon points="507.33 502.73 478.83 497.51 505.06 481.06 507.33 502.73" fill="#00d0e1"></polygon><polygon points="507.33 502.73 501.47 519.99 465.39 510.69 507.33 502.73" fill="#00c6d4"></polygon><polygon points="501.47 519.99 516.58 524.15 527.21 524.06 507.33 502.73 501.47 519.99" fill="#00c0d2"></polygon><polygon points="527.21 524.06 542.03 523.74 543 515.75 507.33 502.73 527.21 524.06" fill="#00c3d8"></polygon><polygon points="542.03 523.74 549.36 523.74 563.03 504.03 543 515.75 542.03 523.74" fill="#00c1d8"></polygon><polygon points="549.36 523.74 597.4 523.74 599.36 517.38 563.03 504.03 549.36 523.74" fill="#00bbd6"></polygon><polygon points="599.36 517.38 624.44 523.74 597.4 523.74 599.36 517.38" fill="#00b3cc"></polygon><polygon points="576.88 468.69 625.9 468.52 563.03 504.03 576.88 468.69" fill="#00cbe7"></polygon><polygon points="599.36 517.38 625.9 468.52 563.03 504.03 599.36 517.38" fill="#00c2de"></polygon><polygon points="550.82 468.69 576.88 468.69 563.03 504.03 550.82 468.69" fill="#00d1ee"></polygon><polygon points="625.9 468.52 676.88 483.18 654.24 523.08 624.44 523.74 599.36 517.38 625.9 468.52" fill="#00bcd6"></polygon><polygon points="676.88 483.18 687.96 469.66 625.9 468.52 676.88 483.18" fill="#00c4df"></polygon><polygon points="687.96 469.66 719.88 470.64 715.15 488.72 676.88 483.18 687.96 469.66" fill="#00bcd7"></polygon><polygon points="715.15 488.72 673.95 523.08 654.24 523.08 676.88 483.18 715.15 488.72" fill="#00b4ce"></polygon><polygon points="715.15 488.72 760.92 495.89 744.31 522.11 673.95 523.08 715.15 488.72" fill="#00afc7"></polygon><polygon points="715.15 488.72 719.88 470.64 726.88 470.48 760.92 495.89 715.15 488.72" fill="#00b5d0"></polygon><polygon points="726.88 470.48 736.82 470.88 767.6 479.44 760.92 495.89 726.88 470.48" fill="#00bad4"></polygon><polygon points="760.92 495.89 780.95 483.67 767.6 479.44 760.92 495.89" fill="#00b7d1"></polygon><polygon points="760.92 495.89 766.62 505.5 748.05 522.43 744.31 522.11 760.92 495.89" fill="#00aac3"></polygon><polygon points="766.62 505.5 790.58 486.32 780.95 483.67 760.92 495.89 766.62 505.5" fill="#00afc7"></polygon><polygon points="766.62 505.5 764.66 520.48 759.05 522.29 748.05 522.43 766.62 505.5" fill="#00a5bd"></polygon><polygon points="766.62 505.5 772.65 517.38 764.66 520.48 766.62 505.5" fill="#00a2b9"></polygon><polygon points="766.62 505.5 839.42 487.25 831.18 497.57 772.65 517.38 766.62 505.5" fill="#00a5bd"></polygon><polygon points="839.42 487.25 841.86 489.53 831.18 497.57 839.42 487.25" fill="#009eb5"></polygon><polygon points="839.42 487.25 854.46 478.47 841.86 489.53 839.42 487.25" fill="#00a6bd"></polygon><polygon points="839.42 487.25 766.62 505.5 790.58 486.32 854.46 478.47 839.42 487.25" fill="#00acc5"></polygon><polygon points="507.33 502.73 465.39 510.69 452.12 500.77 478.83 497.51 507.33 502.73" fill="#00ced9"></polygon></g><g id="stone-bg"><polygon points="183.96 505.35 175.68 502.96 163.49 504.05 152.82 512.54 152.62 512.97 149.82 508.46 143.15 504.45 143.15 497.61 138.41 477.72 125.5 457.83 94.15 441.79 77.03 447.25 60.17 462.64 52.8 489.27 50.69 511.73 50.69 528.73 93.36 529.47 96.47 529.52 96.92 531.97 121.08 531.97 129.25 531.97 138.88 531.97 143.78 531.97 150.25 531.97 150.43 532.57 163.49 531.65 175.9 530.79 182.54 530.33 197.24 529.3 197.24 524.08 194.84 512.97 183.96 505.35" fill="#e9c9b4"></polygon><polygon points="1024.71 493.76 1017.34 467.14 1000.48 451.74 983.36 446.28 952.01 462.32 939.1 482.21 934.36 502.1 934.36 508.95 927.69 512.95 924.89 517.46 924.69 517.03 914.02 508.54 901.83 507.45 893.55 509.85 882.67 517.46 880.27 528.57 880.27 533.79 894.97 534.82 901.61 535.28 914.02 536.15 927.08 537.06 927.26 536.46 933.73 536.46 938.63 536.46 948.26 536.46 956.42 536.46 980.59 536.46 981.04 534.01 984.15 533.96 1026.82 533.22 1026.82 516.22 1024.71 493.76" fill="#e9c9b4"></polygon><polygon points="827.07 517.27 811.25 507.77 790.68 507.77 777.93 518.4 772.25 517.89 765.86 519.74 757.45 525.63 755.6 534.2 755.6 538.24 766.95 539.03 772.08 539.39 775.73 539.64 775.81 540.05 781.53 540.05 781.66 540.06 791.75 540.76 791.97 540.05 799.22 540.05 807.13 540.05 816.47 540.05 821.21 540.05 833.71 540.05 831.18 523.91 827.07 517.27" fill="#e9c9b4"></polygon></g><g id="stone-bg-2" data-name="stone-bg"><polygon id="stone-bg-3" data-name="stone-bg" points="969.95 462.91 960.1 455.07 948.84 454.07 941.2 456.28 931.15 463.31 930.92 464.4 930.6 462.35 926.68 456.02 911.6 446.98 892.01 446.98 879.34 457.53 878.42 459.75 868.81 451.74 853.58 451.74 841.86 458.77 840.24 461.39 832.69 455.38 823.94 454.6 818 456.31 810.19 461.78 808.48 469.75 808.48 473.5 819.02 474.23 823.78 474.56 832.69 475.18 836.97 475.48 836.94 475.64 839.17 475.64 842.06 475.84 842.12 475.64 846.2 475.64 849.71 475.64 856.63 475.64 862.48 475.64 877.45 475.64 877.84 477.73 900.15 477.73 907.68 477.73 916.58 477.73 921.1 477.73 928.94 477.73 928.94 478.39 942.51 479.33 948.64 479.76 960.1 480.56 972.16 481.4 973.56 476.78 973.56 470.55 969.95 462.91" fill="#e5c3a9"></polygon><polygon id="stone-bg-4" data-name="stone-bg" points="500.63 434.87 485.52 422.84 468.25 421.3 456.53 424.69 443.5 433.81 434.67 428.51 415.77 428.51 403.62 438.64 395.38 432.74 384.09 432.32 376.57 434.92 366.89 442.45 366.72 443.56 366.29 441.53 362.05 435.4 346.54 427.14 326.96 428.14 314.86 439.33 313.49 443.18 304.04 436.09 288.83 436.87 277.49 444.48 276 447.19 268.15 441.57 259.38 441.24 253.53 443.25 250.13 445.9 247.79 444.26 241.85 442.54 233.1 443.32 225.55 449.34 223.93 446.71 212.21 439.69 196.98 439.69 188.58 446.68 187.64 444.4 174.98 433.85 155.38 433.85 140.31 442.89 136.38 449.22 135.56 454.52 134.64 450.26 124.59 443.23 116.95 441.01 105.69 442.02 95.84 449.86 92.23 457.5 92.23 463.73 93.63 468.35 105.69 467.51 117.15 466.71 123.28 466.28 136.85 465.33 136.85 464.6 145.88 464.6 150.41 464.6 159.3 464.6 166.84 464.6 189.15 464.6 189.33 463.58 203.31 463.58 209.16 463.58 216.08 463.58 219.59 463.58 223.67 463.58 223.73 463.79 226.63 463.58 228.85 463.58 228.82 463.43 233.1 463.13 242.01 462.51 246.77 462.18 257.31 461.44 257.31 461.13 260.24 461.19 269.17 461.35 273.45 461.43 273.44 461.58 275.66 461.47 278.56 461.52 278.61 461.32 282.68 461.11 286.19 460.93 293.1 460.58 298.94 460.28 314.36 459.49 314.39 459.58 336.67 458.44 344.19 458.06 353.08 457.6 357.59 457.37 365.43 456.97 365.46 457.62 379.05 457.87 385.2 457.99 396.68 458.2 408.77 458.42 408.84 458.16 423.62 458.16 430.89 458.16 437.72 458.16 437.72 458.62 458.53 460.07 467.94 460.72 485.52 461.95 504.02 463.24 506.18 456.15 506.18 446.59 500.63 434.87" fill="#e5c3a9"></polygon></g><g id="stone"><polygon points="402.11 458.16 408.8 451.04 420.86 447.55 423.62 458.16 402.11 458.16" fill="#ecd1b6"></polygon><polygon points="423.62 458.16 430.89 458.16 435.97 449.87 436.99 433.74 420.86 447.55 423.62 458.16" fill="#e5c3a9"></polygon><polygon points="435.97 449.87 452.98 443.33 443.82 458.16 439.46 458.16 435.97 449.87" fill="#876769"></polygon><polygon points="436.99 433.74 449.2 437.23 452.98 443.33 435.97 449.87 436.99 433.74" fill="#a27c88"></polygon><polygon points="415.77 428.51 436.99 433.74 449.2 437.23 434.67 428.51 415.77 428.51" fill="#d4ada7"></polygon><polygon points="400.08 447.11 408.8 451.04 402.11 458.16 400.08 447.11" fill="#ebcbb7"></polygon><polygon points="407.9 440.91 400.08 447.11 408.8 451.04 420.86 447.55 407.9 440.91" fill="#f1d5c2"></polygon><polygon points="435.97 449.87 430.89 458.16 439.46 458.16 435.97 449.87" fill="#d8ac9b"></polygon><polygon points="452.98 443.33 443.82 458.16 455.3 458.16 452.98 443.33" fill="#574345"></polygon><polygon points="403.57 438.68 400.08 447.11 407.9 440.91 415.77 428.51 403.57 438.68" fill="#f9e2cc"></polygon><polygon points="415.77 428.51 407.9 440.91 420.86 447.55 436.99 433.74 415.77 428.51" fill="#eed0b6"></polygon><polygon points="457.77 452.91 467.94 460.72 458.53 460.07 457.77 452.91" fill="#c5988f"></polygon><polygon points="494.16 453.68 485.52 461.95 504.02 463.24 506.18 456.15 494.16 453.68" fill="#745263"></polygon><polygon points="458.53 460.07 457.77 452.91 437.72 451.21 437.72 458.62 458.53 460.07" fill="#a68180"></polygon><polygon points="457.77 452.91 450.37 437.34 437.72 451.21 457.77 452.91" fill="#bb9994"></polygon><polygon points="450.37 437.34 441.11 435.49 437.72 451.21 450.37 437.34" fill="#c1a2ab"></polygon><polygon points="450.37 437.34 470.26 424.69 456.53 424.69 441.11 435.49 450.37 437.34" fill="#c9aca4"></polygon><polygon points="470.26 424.69 485.52 422.84 468.25 421.3 456.53 424.69 470.26 424.69" fill="#eac6bb"></polygon><polygon points="485.52 422.84 500.63 434.87 485.52 436.41 470.26 424.69 485.52 422.84" fill="#f2dabd"></polygon><polygon points="485.52 436.41 457.77 452.91 450.37 437.34 470.26 424.69 485.52 436.41" fill="#e7c9b6"></polygon><polygon points="467.94 460.72 491.07 445.12 485.52 436.41 457.77 452.91 467.94 460.72" fill="#e5c6af"></polygon><polygon points="491.07 445.12 500.63 434.87 485.52 436.41 491.07 445.12" fill="#f6dec7"></polygon><polygon points="506.18 446.59 491.07 445.12 500.63 434.87 506.18 446.59" fill="#b18f9d"></polygon><polygon points="491.07 445.12 494.16 453.68 506.18 456.15 506.18 446.59 491.07 445.12" fill="#a37d8d"></polygon><polygon points="494.16 453.68 491.07 445.12 467.94 460.72 485.52 461.95 494.16 453.68" fill="#977082"></polygon></g><g id="stone-2" data-name="stone"><polygon points="879.82 475.64 874.43 469.9 864.71 467.08 862.48 475.64 879.82 475.64" fill="#ecd1b6"></polygon><polygon points="862.48 475.64 856.63 475.64 852.52 468.96 851.71 455.95 864.71 467.08 862.48 475.64" fill="#e5c3a9"></polygon><polygon points="852.52 468.96 838.82 463.69 846.2 475.64 849.71 475.64 852.52 468.96" fill="#876769"></polygon><polygon points="851.71 455.95 841.86 458.77 838.82 463.69 852.52 468.96 851.71 455.95" fill="#a27c88"></polygon><polygon points="868.81 451.74 851.71 455.95 841.86 458.77 853.58 451.74 868.81 451.74" fill="#d4ada7"></polygon><polygon points="881.46 466.73 874.43 469.9 879.82 475.64 881.46 466.73" fill="#ebcbb7"></polygon><polygon points="875.15 461.73 881.46 466.73 874.43 469.9 864.71 467.08 875.15 461.73" fill="#f1d5c2"></polygon><polygon points="852.52 468.96 856.63 475.64 849.71 475.64 852.52 468.96" fill="#d8ac9b"></polygon><polygon points="838.82 463.69 846.2 475.64 836.94 475.64 838.82 463.69" fill="#574345"></polygon><polygon points="878.65 459.94 881.46 466.73 875.15 461.73 868.81 451.74 878.65 459.94" fill="#f9e2cc"></polygon><polygon points="868.81 451.74 875.15 461.73 864.71 467.08 851.71 455.95 868.81 451.74" fill="#eed0b6"></polygon><polygon points="818.63 470.61 823.78 474.56 819.02 474.23 818.63 470.61" fill="#c5988f"></polygon><polygon points="837.06 471 832.69 475.18 842.06 475.84 843.15 472.25 837.06 471" fill="#745263"></polygon><polygon points="819.02 474.23 818.63 470.61 808.48 469.75 808.48 473.5 819.02 474.23" fill="#a68180"></polygon><polygon points="818.63 470.61 814.88 462.72 808.48 469.75 818.63 470.61" fill="#bb9994"></polygon><polygon points="814.88 462.72 810.19 461.78 808.48 469.75 814.88 462.72" fill="#c1a2ab"></polygon><polygon points="814.88 462.72 824.96 456.31 818 456.31 810.19 461.78 814.88 462.72" fill="#c9aca4"></polygon><polygon points="824.96 456.31 832.69 455.38 823.94 454.6 818 456.31 824.96 456.31" fill="#eac6bb"></polygon><polygon points="832.69 455.38 840.34 461.47 832.69 462.25 824.96 456.31 832.69 455.38" fill="#f2dabd"></polygon><polygon points="832.69 462.25 818.63 470.61 814.88 462.72 824.96 456.31 832.69 462.25" fill="#e7c9b6"></polygon><polygon points="823.78 474.56 835.5 466.66 832.69 462.25 818.63 470.61 823.78 474.56" fill="#e5c6af"></polygon><polygon points="835.5 466.66 840.34 461.47 832.69 462.25 835.5 466.66" fill="#f6dec7"></polygon><polygon points="843.15 467.4 835.5 466.66 840.34 461.47 843.15 467.4" fill="#b18f9d"></polygon><polygon points="835.5 466.66 837.06 471 843.15 472.25 843.15 467.4 835.5 466.66" fill="#a37d8d"></polygon><polygon points="837.06 471 835.5 466.66 823.78 474.56 832.69 475.18 837.06 471" fill="#977082"></polygon><polygon points="877.84 477.73 884.77 470.34 897.28 466.73 900.15 477.73 877.84 477.73" fill="#ecd1b6"></polygon><polygon points="900.15 477.73 907.68 477.73 912.96 469.14 914.02 452.4 897.28 466.73 900.15 477.73" fill="#e5c3a9"></polygon><polygon points="912.96 469.14 930.6 462.35 921.1 477.73 916.58 477.73 912.96 469.14" fill="#876769"></polygon><polygon points="914.02 452.4 926.68 456.02 930.6 462.35 912.96 469.14 914.02 452.4" fill="#a27c88"></polygon><polygon points="892.01 446.98 914.02 452.4 926.68 456.02 911.6 446.98 892.01 446.98" fill="#d4ada7"></polygon><polygon points="875.73 466.27 884.77 470.34 877.84 477.73 875.73 466.27" fill="#ebcbb7"></polygon><polygon points="883.84 459.84 875.73 466.27 884.77 470.34 897.28 466.73 883.84 459.84" fill="#f1d5c2"></polygon><polygon points="912.96 469.14 907.68 477.73 916.58 477.73 912.96 469.14" fill="#d8ac9b"></polygon><polygon points="930.6 462.35 921.1 477.73 933.01 477.73 930.6 462.35" fill="#574345"></polygon><polygon points="879.34 457.53 875.73 466.27 883.84 459.84 892.01 446.98 879.34 457.53" fill="#f9e2cc"></polygon><polygon points="892.01 446.98 883.84 459.84 897.28 466.73 914.02 452.4 892.01 446.98" fill="#eed0b6"></polygon><polygon points="942.01 474.67 948.64 479.76 942.51 479.33 942.01 474.67" fill="#c5988f"></polygon><polygon points="965.73 475.17 960.1 480.56 972.16 481.4 973.56 476.78 965.73 475.17" fill="#745263"></polygon><polygon points="942.51 479.33 942.01 474.67 928.94 473.56 928.94 478.39 942.51 479.33" fill="#a68180"></polygon><polygon points="942.01 474.67 937.18 464.52 928.94 473.56 942.01 474.67" fill="#bb9994"></polygon><polygon points="937.18 464.52 931.15 463.31 928.94 473.56 937.18 464.52" fill="#c1a2ab"></polygon><polygon points="937.18 464.52 950.15 456.28 941.2 456.28 931.15 463.31 937.18 464.52" fill="#c9aca4"></polygon><polygon points="950.15 456.28 960.1 455.07 948.84 454.07 941.2 456.28 950.15 456.28" fill="#eac6bb"></polygon><polygon points="960.1 455.07 969.95 462.91 960.1 463.92 950.15 456.28 960.1 455.07" fill="#f2dabd"></polygon><polygon points="960.1 463.92 942.01 474.67 937.18 464.52 950.15 456.28 960.1 463.92" fill="#e7c9b6"></polygon><polygon points="948.64 479.76 963.72 469.59 960.1 463.92 942.01 474.67 948.64 479.76" fill="#e5c6af"></polygon><polygon points="963.72 469.59 969.95 462.91 960.1 463.92 963.72 469.59" fill="#f6dec7"></polygon><polygon points="973.56 470.55 963.72 469.59 969.95 462.91 973.56 470.55" fill="#b18f9d"></polygon><polygon points="963.72 469.59 965.73 475.17 973.56 476.78 973.56 470.55 963.72 469.59" fill="#a37d8d"></polygon><polygon points="965.73 475.17 963.72 469.59 948.64 479.76 960.1 480.56 965.73 475.17" fill="#977082"></polygon></g><g id="stone-3" data-name="stone"><polygon points="316.26 459.39 310.58 453.93 300.73 451.62 298.94 460.28 316.26 459.39" fill="#ecd1b6"></polygon><polygon points="298.94 460.28 293.1 460.58 288.66 454.12 287.17 441.17 300.73 451.62 298.94 460.28" fill="#e5c3a9"></polygon><polygon points="288.66 454.12 274.7 449.55 282.68 461.11 286.19 460.93 288.66 454.12" fill="#876769"></polygon><polygon points="287.17 441.17 277.49 444.48 274.7 449.55 288.66 454.12 287.17 441.17" fill="#a27c88"></polygon><polygon points="304.04 436.09 287.17 441.17 277.49 444.48 288.83 436.87 304.04 436.09" fill="#d4ada7"></polygon><polygon points="317.44 450.41 310.58 453.93 316.26 459.39 317.44 450.41" fill="#ebcbb7"></polygon><polygon points="310.89 445.74 317.44 450.41 310.58 453.93 300.73 451.62 310.89 445.74" fill="#f1d5c2"></polygon><polygon points="288.66 454.12 293.1 460.58 286.19 460.93 288.66 454.12" fill="#d8ac9b"></polygon><polygon points="274.7 449.55 282.68 461.11 273.44 461.58 274.7 449.55" fill="#574345"></polygon><polygon points="314.29 443.77 317.44 450.41 310.89 445.74 304.04 436.09 314.29 443.77" fill="#f9e2cc"></polygon><polygon points="304.04 436.09 310.89 445.74 300.73 451.62 287.17 441.17 304.04 436.09" fill="#eed0b6"></polygon><polygon points="254.89 457.5 260.24 461.19 255.46 461.1 254.89 457.5" fill="#c5988f"></polygon><polygon points="273.32 456.94 269.17 461.35 278.56 461.52 279.47 457.88 273.32 456.94" fill="#745263"></polygon><polygon points="255.46 461.1 254.89 457.5 244.71 457.16 244.9 460.9 255.46 461.1" fill="#a68180"></polygon><polygon points="254.89 457.5 250.74 449.81 244.71 457.16 254.89 457.5" fill="#bb9994"></polygon><polygon points="250.74 449.81 246.01 449.12 244.71 457.16 250.74 449.81" fill="#c1a2ab"></polygon><polygon points="250.74 449.81 260.48 442.9 253.53 443.25 246.01 449.12 250.74 449.81" fill="#c9aca4"></polygon><polygon points="260.48 442.9 268.15 441.57 259.38 441.24 253.53 443.25 260.48 442.9" fill="#eac6bb"></polygon><polygon points="268.15 441.57 276.11 447.26 268.5 448.43 260.48 442.9 268.15 441.57" fill="#f2dabd"></polygon><polygon points="268.5 448.43 254.89 457.5 250.74 449.81 260.48 442.9 268.5 448.43" fill="#e7c9b6"></polygon><polygon points="260.24 461.19 271.54 452.69 268.5 448.43 254.89 457.5 260.24 461.19" fill="#e5c6af"></polygon><polygon points="271.54 452.69 276.11 447.26 268.5 448.43 271.54 452.69" fill="#f6dec7"></polygon><polygon points="279.22 453.04 271.54 452.69 276.11 447.26 279.22 453.04" fill="#b18f9d"></polygon><polygon points="271.54 452.69 273.32 456.94 279.47 457.88 279.22 453.04 271.54 452.69" fill="#a37d8d"></polygon><polygon points="273.32 456.94 271.54 452.69 260.24 461.19 269.17 461.35 273.32 456.94" fill="#977082"></polygon><polygon points="314.39 459.58 320.93 451.85 333.24 447.6 336.67 458.44 314.39 459.58" fill="#ecd1b6"></polygon><polygon points="336.67 458.44 344.19 458.06 349.02 449.2 349.22 432.44 333.24 447.6 336.67 458.44" fill="#e5c3a9"></polygon><polygon points="349.02 449.2 366.29 441.53 357.59 457.37 353.08 457.6 349.02 449.2" fill="#876769"></polygon><polygon points="349.22 432.44 362.05 435.4 366.29 441.53 349.02 449.2 349.22 432.44" fill="#a27c88"></polygon><polygon points="326.96 428.14 349.22 432.44 362.05 435.4 346.53 427.14 326.96 428.14" fill="#d4ada7"></polygon><polygon points="311.69 448.25 320.93 451.85 314.39 459.58 311.69 448.25" fill="#ebcbb7"></polygon><polygon points="319.47 441.4 311.69 448.25 320.93 451.85 333.24 447.6 319.47 441.4" fill="#f1d5c2"></polygon><polygon points="349.02 449.2 344.19 458.06 353.08 457.6 349.02 449.2" fill="#d8ac9b"></polygon><polygon points="366.29 441.53 357.59 457.37 369.49 456.76 366.29 441.53" fill="#574345"></polygon><polygon points="314.86 439.33 311.69 448.25 319.47 441.4 326.96 428.14 314.86 439.33" fill="#f9e2cc"></polygon><polygon points="326.96 428.14 319.47 441.4 333.24 447.6 349.22 432.44 326.96 428.14" fill="#eed0b6"></polygon><polygon points="378.32 453.24 385.2 457.99 379.05 457.87 378.32 453.24" fill="#c5988f"></polygon><polygon points="402.03 452.53 396.68 458.2 408.77 458.42 409.94 453.73 402.03 452.53" fill="#745263"></polygon><polygon points="379.05 457.87 378.32 453.24 365.21 452.81 365.46 457.62 379.05 457.87" fill="#a68180"></polygon><polygon points="378.32 453.24 372.98 443.35 365.21 452.81 378.32 453.24" fill="#bb9994"></polygon><polygon points="372.98 443.35 366.89 442.45 365.21 452.81 372.98 443.35" fill="#c1a2ab"></polygon><polygon points="372.98 443.35 385.5 434.46 376.57 434.92 366.89 442.45 372.98 443.35" fill="#c9aca4"></polygon><polygon points="385.5 434.46 395.38 432.74 384.09 432.32 376.57 434.92 385.5 434.46" fill="#eac6bb"></polygon><polygon points="395.38 432.74 405.62 440.07 395.83 441.58 385.5 434.46 395.38 432.74" fill="#f2dabd"></polygon><polygon points="395.83 441.58 378.32 453.24 372.98 443.35 385.5 434.46 395.83 441.58" fill="#e7c9b6"></polygon><polygon points="385.2 457.99 399.74 447.06 395.83 441.58 378.32 453.24 385.2 457.99" fill="#e5c6af"></polygon><polygon points="399.74 447.06 405.62 440.07 395.83 441.58 399.74 447.06" fill="#f6dec7"></polygon><polygon points="409.62 447.51 399.74 447.06 405.62 440.07 409.62 447.51" fill="#b18f9d"></polygon><polygon points="399.74 447.06 402.03 452.53 409.94 453.73 409.62 447.51 399.74 447.06" fill="#a37d8d"></polygon><polygon points="402.03 452.53 399.74 447.06 385.2 457.99 396.68 458.2 402.03 452.53" fill="#977082"></polygon></g><g id="stone-4" data-name="stone"><polygon points="185.97 463.58 191.36 457.85 201.08 455.03 203.31 463.58 185.97 463.58" fill="#ecd1b6"></polygon><polygon points="203.31 463.58 209.16 463.58 213.27 456.91 214.09 443.9 201.08 455.03 203.31 463.58" fill="#e5c3a9"></polygon><polygon points="213.27 456.91 226.97 451.64 219.59 463.58 216.08 463.58 213.27 456.91" fill="#876769"></polygon><polygon points="214.09 443.9 223.93 446.71 226.97 451.64 213.27 456.91 214.09 443.9" fill="#a27c88"></polygon><polygon points="196.98 439.69 214.09 443.9 223.93 446.71 212.21 439.69 196.98 439.69" fill="#d4ada7"></polygon><polygon points="184.33 454.68 191.36 457.85 185.97 463.58 184.33 454.68" fill="#ebcbb7"></polygon><polygon points="190.64 449.68 184.33 454.68 191.36 457.85 201.08 455.03 190.64 449.68" fill="#f1d5c2"></polygon><polygon points="213.27 456.91 209.16 463.58 216.08 463.58 213.27 456.91" fill="#d8ac9b"></polygon><polygon points="226.97 451.64 219.59 463.58 228.85 463.58 226.97 451.64" fill="#574345"></polygon><polygon points="187.14 447.89 184.33 454.68 190.64 449.68 196.98 439.69 187.14 447.89" fill="#f9e2cc"></polygon><polygon points="196.98 439.69 190.64 449.68 201.08 455.03 214.09 443.9 196.98 439.69" fill="#eed0b6"></polygon><polygon points="247.16 458.55 242.01 462.51 246.77 462.18 247.16 458.55" fill="#c5988f"></polygon><polygon points="228.73 458.94 233.1 463.13 223.73 463.79 222.64 460.19 228.73 458.94" fill="#745263"></polygon><polygon points="246.77 462.18 247.16 458.55 257.31 457.69 257.31 461.44 246.77 462.18" fill="#a68180"></polygon><polygon points="247.16 458.55 250.91 450.67 257.31 457.69 247.16 458.55" fill="#bb9994"></polygon><polygon points="250.91 450.67 255.6 449.73 257.31 457.69 250.91 450.67" fill="#c1a2ab"></polygon><polygon points="250.91 450.67 240.84 444.26 247.79 444.26 255.6 449.73 250.91 450.67" fill="#c9aca4"></polygon><polygon points="240.84 444.26 233.1 443.32 241.85 442.54 247.79 444.26 240.84 444.26" fill="#eac6bb"></polygon><polygon points="233.1 443.32 225.45 449.42 233.1 450.2 240.84 444.26 233.1 443.32" fill="#f2dabd"></polygon><polygon points="233.1 450.2 247.16 458.55 250.91 450.67 240.84 444.26 233.1 450.2" fill="#e7c9b6"></polygon><polygon points="242.01 462.51 230.29 454.61 233.1 450.2 247.16 458.55 242.01 462.51" fill="#e5c6af"></polygon><polygon points="230.29 454.61 225.45 449.42 233.1 450.2 230.29 454.61" fill="#f6dec7"></polygon><polygon points="222.64 455.35 230.29 454.61 225.45 449.42 222.64 455.35" fill="#b18f9d"></polygon><polygon points="230.29 454.61 228.73 458.94 222.64 460.19 222.64 455.35 230.29 454.61" fill="#a37d8d"></polygon><polygon points="228.73 458.94 230.29 454.61 242.01 462.51 233.1 463.13 228.73 458.94" fill="#977082"></polygon><polygon points="189.15 464.6 182.21 457.21 169.7 453.6 166.84 464.6 189.15 464.6" fill="#ecd1b6"></polygon><polygon points="166.84 464.6 159.3 464.6 154.02 456.01 152.97 439.27 169.7 453.6 166.84 464.6" fill="#e5c3a9"></polygon><polygon points="154.02 456.01 136.38 449.22 145.88 464.6 150.41 464.6 154.02 456.01" fill="#876769"></polygon><polygon points="152.97 439.27 140.31 442.89 136.38 449.22 154.02 456.01 152.97 439.27" fill="#a27c88"></polygon><polygon points="174.98 433.85 152.97 439.27 140.31 442.89 155.38 433.85 174.98 433.85" fill="#d4ada7"></polygon><polygon points="191.26 453.14 182.21 457.21 189.15 464.6 191.26 453.14" fill="#ebcbb7"></polygon><polygon points="183.14 446.71 191.26 453.14 182.21 457.21 169.7 453.6 183.14 446.71" fill="#f1d5c2"></polygon><polygon points="154.02 456.01 159.3 464.6 150.41 464.6 154.02 456.01" fill="#d8ac9b"></polygon><polygon points="136.38 449.22 145.88 464.6 133.97 464.6 136.38 449.22" fill="#574345"></polygon><polygon points="187.64 444.4 191.26 453.14 183.14 446.71 174.98 433.85 187.64 444.4" fill="#f9e2cc"></polygon><polygon points="174.98 433.85 183.14 446.71 169.7 453.6 152.97 439.27 174.98 433.85" fill="#eed0b6"></polygon><polygon points="123.78 461.62 117.15 466.71 123.28 466.28 123.78 461.62" fill="#c5988f"></polygon><polygon points="100.07 462.12 105.69 467.51 93.63 468.35 92.23 463.73 100.07 462.12" fill="#745263"></polygon><polygon points="123.28 466.28 123.78 461.62 136.85 460.51 136.85 465.33 123.28 466.28" fill="#a68180"></polygon><polygon points="123.78 461.62 128.61 451.47 136.85 460.51 123.78 461.62" fill="#bb9994"></polygon><polygon points="128.61 451.47 134.64 450.26 136.85 460.51 128.61 451.47" fill="#c1a2ab"></polygon><polygon points="128.61 451.47 115.64 443.23 124.59 443.23 134.64 450.26 128.61 451.47" fill="#c9aca4"></polygon><polygon points="115.64 443.23 105.69 442.02 116.95 441.01 124.59 443.23 115.64 443.23" fill="#eac6bb"></polygon><polygon points="105.69 442.02 95.84 449.86 105.69 450.86 115.64 443.23 105.69 442.02" fill="#f2dabd"></polygon><polygon points="105.69 450.86 123.78 461.62 128.61 451.47 115.64 443.23 105.69 450.86" fill="#e7c9b6"></polygon><polygon points="117.15 466.71 102.08 456.54 105.69 450.86 123.78 461.62 117.15 466.71" fill="#e5c6af"></polygon><polygon points="102.08 456.54 95.84 449.86 105.69 450.86 102.08 456.54" fill="#f6dec7"></polygon><polygon points="92.23 457.5 102.08 456.54 95.84 449.86 92.23 457.5" fill="#b18f9d"></polygon><polygon points="102.08 456.54 100.07 462.12 92.23 463.73 92.23 457.5 102.08 456.54" fill="#a37d8d"></polygon><polygon points="100.07 462.12 102.08 456.54 117.15 466.71 105.69 467.51 100.07 462.12" fill="#977082"></polygon></g><g id="mountains"><polygon id="mountain-bg" points="830.52 427.67 797.88 378.61 767.66 342 756 362.45 713.07 297.93 664.51 239.09 629.55 300.42 595.1 366.82 591.1 376.57 590.94 376.33 560.73 339.72 538.97 377.88 517.54 419.2 494.56 475.16 531.09 486.73 596.75 486.73 647.88 475.69 647.72 475.35 702.36 475.35 701.5 477.44 738.03 489 803.69 489 854.82 477.96 830.52 427.67" fill="#82796d"></polygon><polygon points="722.41 475.35 804.58 457.61 765.53 376.78 708.82 376.78 722.41 475.35" fill="#4d4136"></polygon><polygon points="664.51 239.09 648.8 305.25 636.6 309.96 629.55 300.42 664.51 239.09" fill="#e8eee7"></polygon><polygon points="648.8 305.25 672.71 314.11 691.59 300.73 664.51 239.09 648.8 305.25" fill="#ccd9d9"></polygon><polygon points="691.59 300.73 713.07 308.2 713.07 297.93 664.51 239.09 691.59 300.73" fill="#98b6ba"></polygon><polygon points="595.1 366.82 629.55 366.82 648.8 305.25 636.6 309.96 629.55 300.42 595.1 366.82" fill="#79766e"></polygon><polygon points="629.55 366.82 708.82 376.78 691.59 300.73 672.71 314.11 648.8 305.25 629.55 366.82" fill="#57534e"></polygon><polygon points="708.82 376.78 765.53 376.78 713.07 297.93 713.07 308.2 691.59 300.73 708.82 376.78" fill="#3a3027"></polygon><polygon points="629.55 366.82 616.89 475.35 722.41 475.35 708.82 376.78 629.55 366.82" fill="#5c5651"></polygon><polygon points="595.1 366.82 558.18 456.76 616.89 475.35 629.55 366.82 595.1 366.82" fill="#82796d"></polygon><polygon points="803.69 489 854.82 477.96 830.52 427.67 795.23 427.67 803.69 489" fill="#4d4136"></polygon><polygon points="767.66 342 757.88 383.17 750.3 386.1 745.91 380.16 767.66 342" fill="#e8eee7"></polygon><polygon points="757.88 383.17 772.76 388.68 784.51 380.35 767.66 342 757.88 383.17" fill="#ccd9d9"></polygon><polygon points="784.51 380.35 797.88 385 797.88 378.61 767.66 342 784.51 380.35" fill="#98b6ba"></polygon><polygon points="724.47 421.48 745.91 421.48 757.88 383.17 750.3 386.1 745.91 380.16 724.47 421.48" fill="#79766e"></polygon><polygon points="745.91 421.48 795.23 427.67 784.51 380.35 772.76 388.68 757.88 383.17 745.91 421.48" fill="#57534e"></polygon><polygon points="795.23 427.67 830.52 427.67 797.88 378.61 797.88 385 784.51 380.35 795.23 427.67" fill="#3a3027"></polygon><polygon points="745.91 421.48 738.03 489 803.69 489 795.23 427.67 745.91 421.48" fill="#5c5651"></polygon><polygon points="724.47 421.48 701.5 477.44 738.03 489 745.91 421.48 724.47 421.48" fill="#82796d"></polygon><polygon points="596.75 486.73 647.88 475.69 623.58 425.39 588.29 425.39 596.75 486.73" fill="#4d4136"></polygon><polygon points="560.73 339.72 550.95 380.89 543.36 383.82 538.97 377.88 560.73 339.72" fill="#e8eee7"></polygon><polygon points="550.95 380.89 565.83 386.4 577.58 378.07 560.73 339.72 550.95 380.89" fill="#ccd9d9"></polygon><polygon points="577.58 378.07 590.94 382.72 590.94 376.33 560.73 339.72 577.58 378.07" fill="#98b6ba"></polygon><polygon points="517.54 419.2 538.97 419.2 550.95 380.89 543.36 383.82 538.97 377.88 517.54 419.2" fill="#79766e"></polygon><polygon points="538.97 419.2 588.29 425.39 577.58 378.07 565.83 386.4 550.95 380.89 538.97 419.2" fill="#57534e"></polygon><polygon points="588.29 425.39 623.58 425.39 590.94 376.33 590.94 382.72 577.58 378.07 588.29 425.39" fill="#3a3027"></polygon><polygon points="538.97 419.2 531.09 486.73 596.75 486.73 588.29 425.39 538.97 419.2" fill="#5c5651"></polygon><polygon points="517.54 419.2 494.56 475.16 531.09 486.73 538.97 419.2 517.54 419.2" fill="#82796d"></polygon></g><g id="tree"><polygon id="trunk-bg" points="238.93 490.18 232.08 479.89 231.05 470.65 229.94 431.82 225.78 447.42 220.96 430.94 224.17 463.9 224.17 478.83 214.24 488.3 223.37 490.18 233.23 490.18 233.22 490.09 238.93 490.18" fill="#a66102"></polygon><polygon id="leaves-bg" points="253.48 384.32 234.55 368.01 197.19 384.32 188.77 408.53 199.82 438 225.6 447.47 249.67 441.42 264.54 408.53 253.48 384.32" fill="#53a21e"></polygon><path id="shadow" d="M251.39,491.21S233,499.29,223,499.29s-19.38-8.06-19.38-8.06-5-4-5-10.19,8.79-5.85,8.79-5.85l8.67-1.15,8.92-.61,24.66,1.43,4.44,5.32Z" opacity="0.15"></path><g id="trunk"><polygon points="220.96 430.94 224.17 463.9 225.78 447.42 220.96 430.94" fill="#e39946"></polygon><polygon points="225.78 447.42 229.94 431.82 231.05 470.65 225.78 447.42" fill="#be7721"></polygon><polygon points="224.17 463.9 231.05 470.65 225.78 447.42 224.17 463.9" fill="#a66102"></polygon><polygon points="224.17 463.9 224.17 478.83 231.05 470.65 224.17 463.9" fill="#be7721"></polygon><polygon points="231.05 470.65 233.23 490.18 224.17 478.83 231.05 470.65" fill="#a66102"></polygon><polygon points="224.17 478.83 214.24 488.3 223.37 490.18 224.17 478.83" fill="#663600"></polygon><polygon points="223.37 490.18 233.23 490.18 224.17 478.83 223.37 490.18" fill="#8f4e00"></polygon><polygon points="233.23 490.18 238.93 490.18 232.14 480.42 233.23 490.18" fill="#8f4e00"></polygon></g><g id="leaves"><polygon points="188.77 408.53 219.81 384.32 219.81 426.42 188.77 408.53" fill="#76b816"></polygon><polygon points="188.77 408.53 199.82 438 219.81 426.42 188.77 408.53" fill="#53a21e"></polygon><polygon points="188.77 408.53 197.19 384.32 219.81 384.32 188.77 408.53" fill="#acd700"></polygon><polygon points="197.19 384.32 234.55 368.01 219.81 384.32 197.19 384.32" fill="#76b816"></polygon><polygon points="234.55 368.01 241.39 405.37 219.81 384.32 234.55 368.01" fill="#acd700"></polygon><polygon points="234.55 368.01 253.48 384.32 241.39 405.37 234.55 368.01" fill="#76b816"></polygon><polygon points="241.39 405.37 219.81 426.42 219.81 384.32 241.39 405.37" fill="#53a21e"></polygon><polygon points="241.39 405.37 250.86 426.42 253.48 384.32 241.39 405.37" fill="#53a21e"></polygon><polygon points="253.48 384.32 264.54 408.53 250.86 426.42 253.48 384.32" fill="#76b816"></polygon><polygon points="219.81 426.42 250.86 426.42 241.39 405.37 219.81 426.42" fill="#3b8701"></polygon><polygon points="250.86 426.42 249.67 441.42 264.54 408.53 250.86 426.42" fill="#3b8701"></polygon><polygon points="249.67 441.42 219.81 426.42 250.86 426.42 249.67 441.42" fill="#307101"></polygon><polygon points="199.82 438 225.6 447.47 219.81 426.42 199.82 438" fill="#307101"></polygon><polygon points="225.6 447.47 249.67 441.42 219.81 426.42 225.6 447.47" fill="#3b8701"></polygon></g></g><g id="tree-2" data-name="tree"><g id="trunk-2" data-name="trunk"><polygon id="trunk-bg-2" data-name="trunk-bg" points="358.68 370.17 358 374.89 353.28 378.4 342.48 382.59 337.35 383.53 334.93 383.87 343.7 376.24 351.39 369.76 345.18 369.5 344.64 372.87 341.13 375.84 326.05 385.1 317.92 386.23 313.87 385.42 299.83 378.4 296.05 379.21 295.76 379.51 290.52 373.27 291.33 371.38 300.1 369.23 307.8 367.34 315.08 363.42 314 363.29 307.93 364.23 303.61 365.45 295.38 367.88 287.28 369.9 287.55 373.54 291.09 379.29 282.56 382.05 282.49 366.34 280.46 367.28 279.27 379.7 264.71 365.12 262.94 364.78 262.95 364.79 261.55 364.52 277.02 381.91 282.56 384.21 295.24 383.26 315.58 390.91 321.52 400.9 326.11 407.56 329.53 412.32 339.24 426.27 325.3 494.66 326.38 495.74 333.04 496.63 340.59 496.45 346.53 495.92 348.87 433.65 348.6 431.22 344.64 419.7 343.38 417.09 335.91 409.27 330.07 403.78 341.22 398.29 343.38 394.42 343.52 393.91 344.36 392.67 344.27 391.23 343.1 392.13 342.81 392.89 341.94 393.88 339.6 396.49 326.56 398.47 325.94 397.58 324.8 389.88 330.47 387.72 341 385.69 353.14 381.64 355.71 380.16 359.35 375.43 361.11 370.17 358.68 370.17" fill="#475328"></polygon><polygon points="333.04 496.63 346.89 438.51 340.59 496.45 333.04 496.63" fill="#394822"></polygon><polygon points="340.59 496.45 346.53 495.92 348.87 433.65 346.89 432.21 346.89 438.51 340.59 496.45" fill="#223112"></polygon><polygon points="333.04 496.63 326.38 495.74 325.3 494.66 339.24 426.27 329.53 412.32 342.75 426.81 333.04 496.63" fill="#707a4a"></polygon><polygon points="342.75 426.81 346.8 431.94 346.89 438.51 333.04 496.63 342.75 426.81" fill="#475328"></polygon><polygon points="346.8 431.94 348.87 433.65 348.6 431.22 344.64 419.7 343.38 417.09 335.91 409.27 331.06 404.77 342.57 417.63 342.75 426.81 346.8 431.94" fill="#223016"></polygon><polygon points="342.75 426.81 342.57 417.63 330.07 403.78 326.11 407.56 329.53 412.32 342.75 426.81" fill="#576336"></polygon><polygon points="326.11 407.56 321.52 400.9 315.58 390.91 320.8 390.19 326.56 398.47 339.6 396.49 341.94 393.88 344.27 391.23 343.38 394.42 341.22 398.29 330.07 403.78 326.11 407.56" fill="#626a3e"></polygon><polygon points="326.11 407.56 326.56 403.78 336.18 399.91 340.14 397.84 341.58 396.13 343.1 392.13 344.27 391.23 344.36 392.67 342.39 395.59 341.22 398.29 330.07 403.78 326.11 407.56" fill="#202917"></polygon><polygon points="326.02 398.11 324.8 389.88 320.8 390.19 326.02 398.11" fill="#1d270e"></polygon><polygon points="325.75 385.29 341.13 375.84 344.64 372.87 345.18 369.5 351.39 369.76 343.7 376.24 334.38 384.34 325.75 385.29" fill="#162209"></polygon><polygon points="315.55 390.93 317.92 386.23 337.35 383.53 342.48 382.59 353.28 378.4 358 374.89 358.68 370.17 361.11 370.17 359.35 375.43 355.71 380.16 353.14 381.64 341 385.69 330.47 387.72 324.8 389.88 315.55 390.93" fill="#3d431d"></polygon><polygon points="292.95 382.32 287.55 373.54 287.28 369.9 295.38 367.88 303.61 365.45 307.93 364.23 314 363.29 315.08 363.42 307.8 367.34 300.1 369.23 291.33 371.38 290.52 373.27 296.19 380.02 292.95 382.32" fill="#232d13"></polygon><polygon points="317.92 386.23 313.87 385.42 299.83 378.4 296.05 379.21 292.95 382.32 315.58 390.91 317.92 386.23" fill="#172107"></polygon><polygon points="282.49 366.34 280.46 367.28 279.32 379.62 282.56 382.05 282.49 366.34" fill="#232d13"></polygon><polygon points="291.33 379.21 292.95 382.32 295.24 383.26 282.56 384.21 277.02 381.91 261.55 364.52 264.71 365.12 279.59 380.16 282.56 382.05 291.33 379.21" fill="#505926"></polygon><polygon points="278.68 381.21 282.69 382.18 279.32 379.75 264.71 365.12 262.94 364.78 278.68 381.21" fill="#000900"></polygon></g><path id="shadow-2" data-name="shadow" d="M380.93,498.77s-40.91,7.56-63.26,7.56-43.1-7.54-43.1-7.54-11.08-3.75-11.08-9.54S283,483.78,283,483.78l19.29-1.08,19.84-.56,54.88,1.33,9.87,5Z" opacity="0.15"></path><g id="leaves-2" data-name="leaves"><g id="leaves-bg-2" data-name="leaves-bg"><path d="M253.67,363h0l24.11,4.58,30.85-3.49,17.12-.83,19.43,6.21,17.28.9,7.65-4.95,6.29-4,2.88-5.94,3.06-4.32.9-2.88,3.24-3.06.18-4.32-4.14-10.08-.36-3.77-9-5.58-5.76-24.84-4.86-10.79L355,275.29,333,269.71l-37.8-1.53-25.73,22.94-32,18.52,8.13,40.69L243.78,357Z" fill="#4aa200"></path></g><polygon points="334.86 383.87 344.51 392.85 345.59 395.54 354.5 395.95 355.71 394.87 355.17 393.38 351.66 393.25 349.91 392.57 338.06 381 334.86 383.87" fill="#208209"></polygon><polygon points="345.18 369.5 361.65 356.99 370.11 365.45 362.46 370.39 345.18 369.5" fill="#2b7600"></polygon><polygon points="361.65 356.99 372.27 346.19 379.28 355.55 376.4 361.49 370.11 365.45 361.65 356.99" fill="#297400"></polygon><polygon points="361.65 356.99 358.59 349.07 354.99 337.55 362.01 325.32 369.57 341.33 372.27 346.19 361.65 356.99" fill="#287900"></polygon><polygon points="379.28 355.55 382.34 351.23 383.24 348.35 386.48 345.29 386.66 340.97 382.52 330.89 382.16 327.12 373.17 321.54 372.09 331.25 369.57 341.33 372.27 346.19 379.28 355.55" fill="#267300"></polygon><polygon points="373.17 321.54 372.09 331.25 369.57 341.33 362.01 325.32 356.43 299.58 361.11 288.43 362.55 285.9 367.41 296.7 373.17 321.54" fill="#227200"></polygon><polygon points="356.43 299.58 329.48 272.41 362.55 285.9 356.43 299.58" fill="#2e8200"></polygon><polygon points="362.55 285.9 354.99 275.29 333.04 269.71 329.48 272.41 362.55 285.9" fill="#2a7c00"></polygon><polygon points="329.48 272.41 293.98 297.06 356.43 299.58 329.48 272.41" fill="#358900"></polygon><polygon points="356.43 299.58 336.99 321.54 354.99 337.55 362.01 325.32 356.43 299.58" fill="#328800"></polygon><polygon points="356.43 299.58 293.98 297.06 336.99 321.54 356.43 299.58" fill="#3d9000"></polygon><polygon points="293.98 297.06 269.51 291.12 295.24 268.18 329.48 272.41 293.98 297.06" fill="#54b100"></polygon><polygon points="293.98 297.06 284.09 321.75 354.99 337.55 336.99 321.54 293.98 297.06" fill="#6bc70f"></polygon><polygon points="354.99 337.55 319.54 343.13 284.09 321.75 354.99 337.55" fill="#61bc0b"></polygon><polygon points="286.88 350.33 319.54 343.13 284.09 321.75 286.88 350.33" fill="#4aa200"></polygon><polygon points="286.88 350.33 266.99 357.91 253.67 363.03 257.09 347.45 284.09 321.75 286.88 350.33" fill="#5eb808"></polygon><polygon points="257.09 347.45 248.09 341.33 243.78 356.99 253.67 363.03 257.09 347.45" fill="#79d61c"></polygon><polygon points="248.09 341.33 284.09 321.75 257.09 347.45 248.09 341.33" fill="#6ac60d"></polygon><polygon points="245.61 350.33 237.48 309.64 269.51 291.12 261.57 310.79 248.09 341.33 245.61 350.33" fill="#78d31d"></polygon><polygon points="261.57 310.79 293.98 297.06 269.51 291.12 261.57 310.79" fill="#67c306"></polygon><polygon points="261.57 310.79 248.09 341.33 284.09 321.75 293.98 297.06 261.57 310.79" fill="#5db706"></polygon><polygon points="297.27 355.82 286.88 350.33 253.67 363.03 277.78 367.61 297.27 355.82" fill="#2d7800"></polygon><polygon points="297.27 355.82 326.96 356.99 319.54 343.13 286.88 350.33 297.27 355.82" fill="#2d7a00"></polygon><polygon points="297.27 355.82 277.78 367.61 308.63 364.12 297.27 355.82" fill="#226200"></polygon><polygon points="308.63 364.12 306.92 356.2 297.27 355.82 308.63 364.12" fill="#1f6200"></polygon><polygon points="306.92 356.2 308.63 364.12 325.75 363.29 345.18 369.5 343.38 367.61 326.96 356.99 306.92 356.2" fill="#1f6400"></polygon><polygon points="345.18 369.5 361.65 356.99 354.99 337.55 319.54 343.13 326.96 356.99 345.18 369.5" fill="#358900"></polygon><polygon points="329.48 272.41 333.04 269.71 295.24 268.18 329.48 272.41" fill="#3f9901"></polygon></g><g id="fruit-bg"><polygon points="352.74 379.89 344.37 379.75 338.57 385.42 343.97 392.57 350.45 392.71 355.17 387.58 352.74 379.89" fill="#d87d00"></polygon><polygon points="243.99 342.19 243.04 336.8 241.69 336.39 235.51 341.38 235.51 348 241.15 352.18 245.88 349.08 245.88 348 243.99 342.19" fill="#e98a00"></polygon><polygon points="253.67 363.03 245.84 358.24 245.58 361.67 250.97 365.03 252.17 365.03 258.39 363.91 253.67 363.03" fill="#ffed27"></polygon></g><g id="fruit"><polygon points="328.31 309.3 330.34 306.33 331.01 301.61 328.31 304.17 328.31 309.3" fill="#ffbc00"></polygon><polygon points="328.31 309.3 336.99 312.27 337.76 309.3 330.34 306.33 328.31 309.3" fill="#e08200"></polygon><polygon points="337.76 309.3 341.47 309.3 339.62 311.32 336.99 312.27 337.76 309.3" fill="#864800"></polygon><polygon points="337.76 309.3 337.76 300.96 341.47 306.33 341.47 309.3 337.76 309.3" fill="#9e5d00"></polygon><polygon points="337.76 309.3 330.34 306.33 331.01 301.61 337.76 300.96 337.76 309.3" fill="#ea8800"></polygon><polygon points="283.91 326.17 283.91 319.15 290.79 326.17 283.91 326.17" fill="#ea8e00"></polygon><polygon points="290.79 326.17 290.79 319.15 283.91 319.15 290.79 326.17" fill="#dd7b00"></polygon><polygon points="290.79 319.15 295.24 320.77 290.79 326.17 290.79 319.15" fill="#835100"></polygon><polygon points="290.79 319.15 287.96 314.29 295.24 320.77 290.79 319.15" fill="#7d5300"></polygon><polygon points="290.79 319.15 283.91 319.15 287.96 314.29 290.79 319.15" fill="#f69600"></polygon><polygon points="283.91 319.15 281.48 319.15 285.93 314.83 287.96 314.29 283.91 319.15" fill="#feb900"></polygon><polygon points="283.91 319.15 283.91 326.17 281.48 321.85 281.48 319.15 283.91 319.15" fill="#ffb600"></polygon><polygon points="274.05 356.27 277.43 362.07 281.48 357.21 274.05 356.27" fill="#a95c00"></polygon><polygon points="274.05 356.27 270 362.07 277.43 362.07 274.05 356.27" fill="#ce7300"></polygon><polygon points="274.05 356.27 267.98 358.16 267.98 359.78 270 362.07 274.05 356.27" fill="#e78800"></polygon><polygon points="250.71 326.17 247.47 316.72 243.69 320.77 250.71 326.17" fill="#f79c00"></polygon><polygon points="250.71 326.17 252.59 315.1 247.47 316.72 250.71 326.17" fill="#ee9400"></polygon><polygon points="247.47 316.72 245.71 312.27 250.03 312.27 252.59 315.1 247.47 316.72" fill="#e58d00"></polygon><polygon points="245.71 312.27 243.69 320.77 247.47 316.72 245.71 312.27" fill="#ffb900"></polygon><polygon points="336.54 341.6 342.03 348.35 342.03 349.88 336.54 349.88 336.54 341.6" fill="#9b9a00"></polygon><polygon points="334.65 356.27 342.03 349.88 336.54 349.88 335.28 354.11 334.65 356.27" fill="#b5b200"></polygon><polygon points="334.65 356.27 327.28 353.07 336.54 349.88 334.65 356.27" fill="#fee100"></polygon><polygon points="336.54 349.88 336.54 341.6 329.08 342.77 327.28 353.07 336.54 349.88" fill="#f4dd00"></polygon><polygon points="327.28 353.07 326.29 345.38 329.08 342.77 327.28 353.07" fill="#fefd35"></polygon><polygon points="371.1 338.45 372.9 331.25 379.01 334.85 371.1 338.45" fill="#945100"></polygon><polygon points="371.1 338.45 378.2 343.49 380.9 340.43 379.01 334.85 371.1 338.45" fill="#9c5e00"></polygon><polygon points="380.9 340.43 384.14 336.92 382.52 331.61 379.01 334.85 380.9 340.43" fill="#a26e19"></polygon><polygon points="379.01 334.85 372.9 331.25 374.33 329.9 382.25 329.27 382.52 331.61 379.01 334.85" fill="#a05900"></polygon><polygon points="290.79 291.57 296.14 286.63 299.47 289.1 290.79 291.57" fill="#938b00"></polygon><polygon points="290.79 291.57 286.52 285.9 296.14 286.63 290.79 291.57" fill="#f5de01"></polygon><polygon points="296.14 286.63 296.14 281.77 298.21 281.77 299.47 289.1 296.14 286.63" fill="#a69f00"></polygon><polygon points="296.14 281.77 291.33 277.9 298.21 281.77 296.14 281.77" fill="#e1ce03"></polygon><polygon points="291.33 277.9 286.52 285.9 296.14 286.63 296.14 281.77 291.33 277.9" fill="#ffeb11"></polygon><polygon points="291.33 277.9 284.72 285.1 286.52 285.9 291.33 277.9" fill="#fbf72b"></polygon><polygon points="284.72 285.1 283.91 287.44 290.79 291.57 286.52 285.9 284.72 285.1" fill="#fbf72b"></polygon><polygon points="331.01 283.3 338.07 283.3 338.52 281.23 334.05 277.9 331.01 283.3" fill="#faea13"></polygon><polygon points="331.01 283.3 334.77 287.7 338.52 284.38 338.07 283.3 331.01 283.3" fill="#e9d400"></polygon><polygon points="334.77 287.7 340.32 285.9 338.52 284.38 334.77 287.7" fill="#8d8500"></polygon><polygon points="340.32 285.9 340.32 280.6 338.52 281.23 338.07 283.3 338.52 284.38 340.32 285.9" fill="#ac9f00"></polygon><polygon points="340.32 280.6 334.05 277.9 338.52 281.23 340.32 280.6" fill="#a89f00"></polygon><polygon points="250.97 365.03 253.67 363.03 258.39 363.91 252.17 365.03 250.97 365.03" fill="#bba400"></polygon><polygon points="250.97 365.03 245.58 361.67 245.84 358.24 253.67 363.03 250.97 365.03" fill="#ffed27"></polygon><polygon points="343.97 392.57 343.29 385.56 338.57 385.42 343.97 392.57" fill="#ff9c00"></polygon><polygon points="343.29 385.56 350.85 385.42 350.45 392.71 343.97 392.57 343.29 385.56" fill="#cb7400"></polygon><polygon points="350.85 385.42 344.37 379.75 352.74 379.89 350.85 385.42" fill="#935300"></polygon><polygon points="350.85 385.42 343.29 385.56 344.37 379.75 350.85 385.42" fill="#d87d00"></polygon><polygon points="343.29 385.56 338.57 385.42 344.37 379.75 343.29 385.56" fill="#f9a000"></polygon><polygon points="350.85 385.42 355.17 387.58 350.45 392.71 350.85 385.42" fill="#ae5e00"></polygon><polygon points="350.85 385.42 355.17 387.58 352.74 379.89 350.85 385.42" fill="#9a5100"></polygon><polygon points="241.69 336.39 243.04 341.92 241.69 348 235.51 348 235.51 341.38 241.69 336.39" fill="#f69b00"></polygon><polygon points="235.51 348 241.15 352.18 241.69 348 235.51 348" fill="#e98a00"></polygon><polygon points="241.15 352.18 245.88 349.08 245.88 348 241.69 348 241.15 352.18" fill="#a85800"></polygon><polygon points="241.69 348 245.88 348 243.99 342.19 243.04 341.92 241.69 348" fill="#814c00"></polygon><polygon points="241.69 336.39 243.04 336.8 243.99 342.19 243.04 341.92 241.69 336.39" fill="#764b00"></polygon></g></g><g id="glassball-2" data-name="glassball" opacity="0.7"><g opacity="0.15"><polygon points="84.3 456.36 181.84 456.36 95.04 522.48 84.3 456.36" fill="#fff"></polygon><polygon points="95.04 343.96 181.84 386.32 84.3 456.36 95.04 343.96" fill="#fff"></polygon><polygon points="139.06 241.63 190.14 314.22 95.04 343.96 139.06 241.63" fill="#fff"></polygon><polygon points="175.21 178.67 224.62 241.63 139.06 241.63 175.21 178.67" fill="#fff"></polygon><polygon points="300.83 66.27 277.9 188.85 175.21 178.67 300.83 66.27" fill="#fff"></polygon><polygon points="300.83 66.27 392.31 113.62 495.05 3.46 300.83 66.27" fill="#fff"></polygon><polygon points="181.84 456.36 181.84 522.48 95.04 522.48 181.84 456.36" fill="#fff"></polygon><polygon points="181.84 386.32 181.84 456.36 84.3 456.36 181.84 386.32" fill="#fff"></polygon><polygon points="181.84 386.32 190.14 314.22 95.04 343.96 181.84 386.32" fill="#fff"></polygon><polygon points="190.14 314.22 224.62 241.63 139.06 241.63 190.14 314.22" fill="#fff"></polygon><polygon points="224.62 241.63 277.9 188.85 175.21 178.67 224.62 241.63" fill="#fff"></polygon><polygon points="277.9 188.85 392.31 113.62 300.83 66.27 277.9 188.85" fill="#fff"></polygon><polygon points="224.62 241.63 255.96 314.22 277.9 188.85 224.62 241.63" fill="#fff"></polygon><polygon points="255.96 314.22 181.84 386.32 190.14 314.22 255.96 314.22" fill="#fff"></polygon><polygon points="251.26 405.91 181.84 456.36 181.84 386.32 251.26 405.91" fill="#fff"></polygon><polygon points="251.26 405.91 255.96 489.42 181.84 456.36 251.26 405.91" fill="#fff"></polygon><polygon points="255.96 489.42 181.84 522.48 181.84 456.36 255.96 489.42" fill="#fff"></polygon><polygon points="392.31 113.62 556.39 91.68 495.05 3.46 392.31 113.62" fill="#fff"></polygon><polygon points="255.96 314.22 190.14 314.22 224.62 241.63 255.96 314.22" fill="#fff"></polygon><polygon points="255.96 314.22 251.26 405.91 181.84 386.32 255.96 314.22" fill="#fff"></polygon><polygon points="255.96 489.42 263.02 522.48 181.84 522.48 255.96 489.42" fill="#fff"></polygon></g><g opacity="0.2"><polygon points="698.36 40.65 685.38 152.8 842.99 135.69 698.36 40.65"></polygon><polygon points="842.99 135.69 769.03 231.16 919.85 228.26 842.99 135.69"></polygon><polygon points="919.85 228.26 825.04 334.6 964.48 357.18 919.85 228.26"></polygon><polygon points="964.48 357.18 842.99 438.04 976.05 525.78 964.48 357.18"></polygon><polygon points="556.39 91.68 685.38 152.8 698.36 40.65 556.39 91.68"></polygon><polygon points="685.38 152.8 769.03 231.16 842.99 135.69 685.38 152.8"></polygon><polygon points="769.03 231.16 825.04 334.6 919.85 228.26 769.03 231.16"></polygon><polygon points="825.04 334.6 842.99 438.04 964.48 357.18 825.04 334.6"></polygon><polygon points="842.99 438.04 844.5 525.78 976.05 525.78 842.99 438.04"></polygon></g><g opacity="0.4"><polygon points="389.18 175.53 392.31 113.62 277.9 188.85 389.18 175.53" fill="#fff"></polygon><polygon points="510.64 141.83 556.39 91.68 392.31 113.62 510.64 141.83" fill="#fff"></polygon><polygon points="389.18 175.53 321 241.63 277.9 188.85 389.18 175.53" fill="#fff"></polygon><polygon points="321 241.63 255.96 314.22 277.9 188.85 321 241.63" fill="#fff"></polygon><polygon points="255.96 489.42 333.54 405.91 251.26 405.91 255.96 489.42" fill="#fff"></polygon><polygon points="255.96 314.22 333.54 405.91 251.26 405.91 255.96 314.22" fill="#fff"></polygon><polygon points="360.33 314.22 321 241.63 255.96 314.22 360.33 314.22" fill="#fff"></polygon><polygon points="360.33 314.22 428.36 228.26 321 241.63 360.33 314.22" fill="#fff"></polygon><polygon points="510.64 141.83 428.36 228.26 389.18 175.53 510.64 141.83" fill="#fff"></polygon><polygon points="389.18 175.53 510.64 141.83 392.31 113.62 389.18 175.53" fill="#fff"></polygon><polygon points="389.18 175.53 321 241.63 428.36 228.26 389.18 175.53" fill="#fff"></polygon><polygon points="360.33 314.22 333.54 405.91 255.96 314.22 360.33 314.22" fill="#fff"></polygon><polygon points="392.31 113.62 495.05 3.46 556.39 91.68 392.31 113.62" fill="#fff"></polygon><polygon points="495.05 3.46 300.83 66.27 392.31 113.62 495.05 3.46" fill="#fff"></polygon><polygon points="300.83 66.27 277.9 188.85 392.31 113.62 300.83 66.27" fill="#fff"></polygon><polygon points="277.9 188.85 224.62 241.63 255.96 314.22 277.9 188.85" fill="#fff"></polygon><polygon points="224.62 241.63 193.6 314.22 255.96 314.22 224.62 241.63" fill="#fff"></polygon><polygon points="193.6 314.22 181.84 389.78 255.96 314.22 193.6 314.22" fill="#fff"></polygon><polygon points="181.84 389.78 251.26 405.91 255.96 314.22 181.84 389.78" fill="#fff"></polygon><polygon points="181.84 389.78 181.84 459.82 251.26 405.91 181.84 389.78" fill="#fff"></polygon><polygon points="181.84 459.82 181.84 522.48 255.96 489.42 181.84 459.82" fill="#fff"></polygon><polygon points="251.26 405.91 181.84 459.82 255.96 489.42 251.26 405.91" fill="#fff"></polygon><polygon points="495.05 3.46 698.36 40.65 556.39 91.68 495.05 3.46" fill="#fff"></polygon></g><polygon points="255.96 314.22 360.33 314.22 333.54 405.91 255.96 314.22" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round"></polygon><polygon points="95.04 522.48 84.3 456.36 95.04 343.96 139.06 241.63 175.21 178.67 300.83 66.27 495.05 3.46 698.36 40.65 842.99 135.69 919.85 228.26 964.48 357.18 976.05 525.78 95.04 522.48" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round"></polygon><polygon points="84.3 456.36 181.84 456.36 95.04 522.48 84.3 456.36" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round"></polygon><polygon points="95.04 343.96 181.84 386.32 84.3 456.36 95.04 343.96" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round"></polygon><polygon points="139.06 241.63 190.14 314.22 95.04 343.96 139.06 241.63" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round"></polygon><polygon points="175.21 178.67 224.62 241.63 139.06 241.63 175.21 178.67" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round"></polygon><polygon points="300.83 66.27 277.9 188.85 175.21 178.67 300.83 66.27" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round"></polygon><polygon points="300.83 66.27 392.31 113.62 495.05 3.46 300.83 66.27" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round"></polygon><polygon points="181.84 456.36 181.84 522.48 95.04 522.48 181.84 456.36" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round"></polygon><polygon points="181.84 386.32 181.84 456.36 84.3 456.36 181.84 386.32" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round"></polygon><polygon points="181.84 386.32 190.14 314.22 95.04 343.96 181.84 386.32" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round"></polygon><polygon points="190.14 314.22 224.62 241.63 139.06 241.63 190.14 314.22" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round"></polygon><polygon points="224.62 241.63 277.9 188.85 175.21 178.67 224.62 241.63" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round"></polygon><polygon points="277.9 188.85 392.31 113.62 300.83 66.27 277.9 188.85" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round"></polygon><polygon points="224.62 241.63 255.96 314.22 277.9 188.85 224.62 241.63" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round"></polygon><polygon points="255.96 314.22 181.84 386.32 190.14 314.22 255.96 314.22" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round"></polygon><polygon points="251.26 405.91 181.84 456.36 181.84 386.32 251.26 405.91" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round"></polygon><polygon points="251.26 405.91 255.96 489.42 181.84 456.36 251.26 405.91" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round"></polygon><polygon points="255.96 489.42 181.84 522.48 181.84 456.36 255.96 489.42" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round"></polygon><polygon points="392.31 113.62 556.39 91.68 495.05 3.46 392.31 113.62" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round"></polygon><polygon points="495.05 3.46 556.39 91.68 698.36 40.65 495.05 3.46" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round"></polygon><polygon points="842.99 135.69 769.03 231.16 919.85 228.26 842.99 135.69" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round"></polygon><polygon points="919.85 228.26 825.04 334.6 964.48 357.18 919.85 228.26" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round"></polygon><polygon points="964.48 357.18 842.99 438.04 976.05 525.78 964.48 357.18" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round"></polygon><polygon points="556.39 91.68 685.38 152.8 698.36 40.65 556.39 91.68" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round"></polygon><polygon points="685.38 152.8 769.03 231.16 842.99 135.69 685.38 152.8" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round"></polygon><polygon points="769.03 231.16 825.04 334.6 919.85 228.26 769.03 231.16" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round"></polygon><polygon points="825.04 334.6 842.99 438.04 964.48 357.18 825.04 334.6" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round"></polygon><polygon points="842.99 438.04 844.5 525.78 976.05 525.78 842.99 438.04" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round"></polygon><polygon points="389.18 175.53 392.31 113.62 277.9 188.85 389.18 175.53" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round"></polygon><polygon points="389.18 175.53 510.64 141.83 392.31 113.62 389.18 175.53" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round"></polygon><polygon points="510.64 141.83 556.39 91.68 392.31 113.62 510.64 141.83" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round"></polygon><polygon points="510.64 141.83 609.37 175.53 556.39 91.68 510.64 141.83" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round"></polygon><polygon points="609.37 175.53 685.38 152.8 556.39 91.68 609.37 175.53" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round"></polygon><polygon points="609.37 175.53 704.19 241.63 685.38 152.8 609.37 175.53" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round"></polygon><polygon points="704.19 241.63 769.03 231.16 685.38 152.8 704.19 241.63" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round"></polygon><polygon points="389.18 175.53 321 241.63 277.9 188.85 389.18 175.53" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round"></polygon><polygon points="321 241.63 255.96 314.22 277.9 188.85 321 241.63" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round"></polygon><polygon points="255.96 314.22 190.14 314.22 224.62 241.63 255.96 314.22" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round"></polygon><polygon points="255.96 314.22 251.26 405.91 181.84 386.32 255.96 314.22" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round"></polygon><polygon points="255.96 489.42 263.02 522.48 181.84 522.48 255.96 489.42" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round"></polygon><polygon points="255.96 489.42 333.54 405.91 251.26 405.91 255.96 489.42" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round"></polygon><polygon points="255.96 314.22 333.54 405.91 251.26 405.91 255.96 314.22" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round"></polygon><polygon points="360.33 314.22 321 241.63 255.96 314.22 360.33 314.22" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round"></polygon><polygon points="360.33 314.22 428.36 228.26 321 241.63 360.33 314.22" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round"></polygon><polygon points="428.36 228.26 389.18 175.53 321 241.63 428.36 228.26" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round"></polygon><polygon points="510.64 141.83 428.36 228.26 389.18 175.53 510.64 141.83" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round"></polygon><polygon points="428.36 228.26 530.17 210.15 510.64 141.83 428.36 228.26" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round"></polygon><polygon points="530.17 210.15 609.37 175.53 510.64 141.83 530.17 210.15" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round"></polygon><polygon points="530.17 210.15 629.97 271.24 609.37 175.53 530.17 210.15" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round"></polygon><polygon points="629.97 271.24 704.19 241.63 609.37 175.53 629.97 271.24" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round"></polygon><polygon points="629.97 271.24 752.77 343.96 704.19 241.63 629.97 271.24" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round"></polygon><polygon points="752.77 343.96 769.03 231.16 704.19 241.63 752.77 343.96" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round"></polygon><polygon points="752.77 343.96 825.04 334.6 769.03 231.16 752.77 343.96" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round"></polygon><polygon points="629.97 271.24 698.36 375.35 752.77 343.96 629.97 271.24" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round"></polygon><polygon points="825.04 334.6 796.65 438.04 752.77 343.96 825.04 334.6" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round"></polygon><polygon points="698.36 375.35 796.65 438.04 752.77 343.96 698.36 375.35" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round"></polygon><polygon points="796.65 438.04 842.99 438.04 825.04 334.6 796.65 438.04" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round"></polygon><polygon points="698.36 375.35 727.21 456.36 796.65 438.04 698.36 375.35" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round"></polygon><polygon points="842.99 438.04 796.65 525.28 796.65 438.04 842.99 438.04" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round"></polygon><polygon points="727.21 456.36 796.65 525.28 796.65 438.04 727.21 456.36" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round"></polygon><polygon points="842.99 438.04 796.65 525.28 844.5 525.78 842.99 438.04" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round"></polygon><polygon points="727.21 456.36 733.72 524.38 796.65 525.28 727.21 456.36" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round"></polygon><polygon points="333.54 405.91 334.85 476.82 255.96 489.42 333.54 405.91" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round"></polygon><polygon points="440.92 400.16 360.33 314.22 333.54 405.91 440.92 400.16" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round"></polygon><polygon points="360.33 314.22 468.71 329.9 428.36 228.26 360.33 314.22" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round"></polygon><polygon points="468.71 329.9 440.92 400.16 360.33 314.22 468.71 329.9" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round"></polygon><polygon points="428.36 228.26 534.33 277.93 468.71 329.9 428.36 228.26" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round"></polygon><polygon points="534.33 277.93 530.17 210.15 428.36 228.26 534.33 277.93" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round"></polygon><polygon points="629.97 271.24 534.33 277.93 530.17 210.15 629.97 271.24" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round"></polygon><polygon points="534.33 277.93 609.37 367.51 629.97 271.24 534.33 277.93" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round"></polygon><polygon points="609.37 367.51 698.36 375.35 629.97 271.24 609.37 367.51" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round"></polygon><polygon points="440.92 400.16 334.85 476.82 333.54 405.91 440.92 400.16" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round"></polygon><polygon points="440.92 400.16 420.52 499.65 334.85 476.82 440.92 400.16" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round"></polygon><polygon points="468.71 329.9 609.37 367.51 534.33 277.93 468.71 329.9" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round"></polygon><polygon points="440.92 400.16 609.37 367.51 468.71 329.9 440.92 400.16" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round"></polygon><polygon points="440.92 400.16 562.71 456.36 609.37 367.51 440.92 400.16" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round"></polygon><polygon points="562.71 456.36 620.89 456.36 609.37 367.51 562.71 456.36" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round"></polygon><polygon points="562.71 456.36 625.94 525.28 620.89 456.36 562.71 456.36" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round"></polygon><polygon points="727.21 456.36 625.94 525.28 620.89 456.36 727.21 456.36" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round"></polygon><polygon points="609.37 367.51 727.21 456.36 698.36 375.35 609.37 367.51" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round"></polygon><polygon points="255.96 489.42 347.65 522.48 263.02 522.48 255.96 489.42" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round"></polygon><polygon points="347.65 522.48 334.85 476.82 255.96 489.42 347.65 522.48" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round"></polygon><polygon points="347.65 522.48 420.52 499.65 334.85 476.82 347.65 522.48" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round"></polygon><polygon points="347.65 522.48 420.52 499.65 420.52 522.48 347.65 522.48" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round"></polygon><polygon points="420.52 499.65 520.04 524.07 420.52 522.48 420.52 499.65" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round"></polygon><polygon points="562.71 456.36 520.04 524.07 625.94 525.28 562.71 456.36" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round"></polygon><polygon points="420.52 499.65 495.05 467.81 440.92 400.16 420.52 499.65" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round"></polygon><polygon points="495.05 467.81 520.04 524.07 420.52 499.65 495.05 467.81" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round"></polygon><polygon points="495.05 467.81 562.71 456.36 440.92 400.16 495.05 467.81" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round"></polygon><polygon points="495.05 467.81 520.04 524.07 562.71 456.36 495.05 467.81" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round"></polygon><circle cx="333.54" cy="405.91" r="3.46" fill="#fff"></circle><circle cx="360.34" cy="314.22" r="3.46" fill="#fff"></circle><circle cx="255.96" cy="314.22" r="3.46" fill="#fff"></circle><circle cx="976.05" cy="525.78" r="3.46" fill="#fff"></circle><circle cx="964.48" cy="357.18" r="3.46" fill="#fff"></circle><circle cx="919.85" cy="228.26" r="3.46" fill="#fff"></circle><circle cx="842.99" cy="135.69" r="3.46" fill="#fff"></circle><circle cx="698.36" cy="40.65" r="3.46" fill="#fff"></circle><circle cx="495.05" cy="3.46" r="3.46" fill="#fff"></circle><circle cx="300.83" cy="66.27" r="3.46" fill="#fff"></circle><circle cx="175.21" cy="178.67" r="3.46" fill="#fff"></circle><circle cx="139.06" cy="241.63" r="3.46" fill="#fff"></circle><circle cx="95.04" cy="343.96" r="3.46" fill="#fff"></circle><circle cx="84.3" cy="456.36" r="3.46" fill="#fff"></circle><circle cx="95.04" cy="522.48" r="3.46" fill="#fff"></circle><circle cx="95.04" cy="522.48" r="3.46" fill="#fff"></circle><circle cx="181.84" cy="456.36" r="3.46" fill="#fff"></circle><circle cx="84.3" cy="456.36" r="3.46" fill="#fff"></circle><circle cx="84.3" cy="456.36" r="3.46" fill="#fff"></circle><circle cx="181.84" cy="386.32" r="3.46" fill="#fff"></circle><circle cx="95.04" cy="343.96" r="3.46" fill="#fff"></circle><circle cx="95.04" cy="343.96" r="3.46" fill="#fff"></circle><circle cx="190.14" cy="314.22" r="3.46" fill="#fff"></circle><circle cx="139.06" cy="241.63" r="3.46" fill="#fff"></circle><circle cx="139.06" cy="241.63" r="3.46" fill="#fff"></circle><circle cx="224.62" cy="241.63" r="3.46" fill="#fff"></circle><circle cx="175.21" cy="178.67" r="3.46" fill="#fff"></circle><circle cx="175.21" cy="178.67" r="3.46" fill="#fff"></circle><circle cx="277.91" cy="188.85" r="3.46" fill="#fff"></circle><circle cx="300.83" cy="66.27" r="3.46" fill="#fff"></circle><circle cx="495.05" cy="3.46" r="3.46" fill="#fff"></circle><circle cx="392.31" cy="113.62" r="3.46" fill="#fff"></circle><circle cx="300.83" cy="66.27" r="3.46" fill="#fff"></circle><circle cx="95.04" cy="522.48" r="3.46" fill="#fff"></circle><circle cx="181.84" cy="522.48" r="3.46" fill="#fff"></circle><circle cx="181.84" cy="456.36" r="3.46" fill="#fff"></circle><circle cx="84.3" cy="456.36" r="3.46" fill="#fff"></circle><circle cx="181.84" cy="456.36" r="3.46" fill="#fff"></circle><circle cx="181.84" cy="386.32" r="3.46" fill="#fff"></circle><circle cx="95.04" cy="343.96" r="3.46" fill="#fff"></circle><circle cx="190.14" cy="314.22" r="3.46" fill="#fff"></circle><circle cx="181.84" cy="386.32" r="3.46" fill="#fff"></circle><circle cx="139.06" cy="241.63" r="3.46" fill="#fff"></circle><circle cx="224.62" cy="241.63" r="3.46" fill="#fff"></circle><circle cx="190.14" cy="314.22" r="3.46" fill="#fff"></circle><circle cx="175.21" cy="178.67" r="3.46" fill="#fff"></circle><circle cx="277.91" cy="188.85" r="3.46" fill="#fff"></circle><circle cx="224.62" cy="241.63" r="3.46" fill="#fff"></circle><circle cx="300.83" cy="66.27" r="3.46" fill="#fff"></circle><circle cx="392.31" cy="113.62" r="3.46" fill="#fff"></circle><circle cx="277.91" cy="188.85" r="3.46" fill="#fff"></circle><circle cx="277.91" cy="188.85" r="3.46" fill="#fff"></circle><circle cx="255.96" cy="314.22" r="3.46" fill="#fff"></circle><circle cx="224.62" cy="241.63" r="3.46" fill="#fff"></circle><circle cx="190.14" cy="314.22" r="3.46" fill="#fff"></circle><circle cx="181.84" cy="386.32" r="3.46" fill="#fff"></circle><circle cx="255.96" cy="314.22" r="3.46" fill="#fff"></circle><circle cx="181.84" cy="386.32" r="3.46" fill="#fff"></circle><circle cx="181.84" cy="456.36" r="3.46" fill="#fff"></circle><circle cx="251.26" cy="405.91" r="3.46" fill="#fff"></circle><circle cx="181.84" cy="456.36" r="3.46" fill="#fff"></circle><circle cx="255.96" cy="489.42" r="3.46" fill="#fff"></circle><circle cx="251.26" cy="405.91" r="3.46" fill="#fff"></circle><circle cx="181.84" cy="456.36" r="3.46" fill="#fff"></circle><circle cx="181.84" cy="522.48" r="3.46" fill="#fff"></circle><circle cx="255.96" cy="489.42" r="3.46" fill="#fff"></circle><circle cx="495.05" cy="3.46" r="3.46" fill="#fff"></circle><circle cx="556.39" cy="91.68" r="3.46" fill="#fff"></circle><circle cx="392.31" cy="113.62" r="3.46" fill="#fff"></circle><circle cx="698.36" cy="40.65" r="3.46" fill="#fff"></circle><circle cx="556.39" cy="91.68" r="3.46" fill="#fff"></circle><circle cx="495.05" cy="3.46" r="3.46" fill="#fff"></circle><circle cx="842.99" cy="135.69" r="3.46" fill="#fff"></circle><circle cx="685.38" cy="152.8" r="3.46" fill="#fff"></circle><circle cx="698.36" cy="40.65" r="3.46" fill="#fff"></circle><circle cx="919.85" cy="228.26" r="3.46" fill="#fff"></circle><circle cx="769.03" cy="231.16" r="3.46" fill="#fff"></circle><circle cx="842.99" cy="135.69" r="3.46" fill="#fff"></circle><circle cx="964.48" cy="357.18" r="3.46" fill="#fff"></circle><circle cx="825.04" cy="334.6" r="3.46" fill="#fff"></circle><circle cx="919.85" cy="228.26" r="3.46" fill="#fff"></circle><circle cx="976.05" cy="525.78" r="3.46" fill="#fff"></circle><circle cx="842.99" cy="438.03" r="3.46" fill="#fff"></circle><circle cx="964.48" cy="357.18" r="3.46" fill="#fff"></circle><circle cx="698.36" cy="40.65" r="3.46" fill="#fff"></circle><circle cx="685.38" cy="152.8" r="3.46" fill="#fff"></circle><circle cx="556.39" cy="91.68" r="3.46" fill="#fff"></circle><circle cx="842.99" cy="135.69" r="3.46" fill="#fff"></circle><circle cx="769.03" cy="231.16" r="3.46" fill="#fff"></circle><circle cx="685.38" cy="152.8" r="3.46" fill="#fff"></circle><circle cx="919.85" cy="228.26" r="3.46" fill="#fff"></circle><circle cx="825.04" cy="334.6" r="3.46" fill="#fff"></circle><circle cx="769.03" cy="231.16" r="3.46" fill="#fff"></circle><circle cx="964.48" cy="357.18" r="3.46" fill="#fff"></circle><circle cx="842.99" cy="438.03" r="3.46" fill="#fff"></circle><circle cx="825.04" cy="334.6" r="3.46" fill="#fff"></circle><circle cx="976.05" cy="525.78" r="3.46" fill="#fff"></circle><circle cx="844.5" cy="525.78" r="3.46" fill="#fff"></circle><circle cx="842.99" cy="438.03" r="3.46" fill="#fff"></circle><circle cx="277.91" cy="188.85" r="3.46" fill="#fff"></circle><circle cx="392.31" cy="113.62" r="3.46" fill="#fff"></circle><circle cx="389.18" cy="175.53" r="3.46" fill="#fff"></circle><circle cx="392.31" cy="113.62" r="3.46" fill="#fff"></circle><circle cx="510.64" cy="141.83" r="3.46" fill="#fff"></circle><circle cx="389.18" cy="175.53" r="3.46" fill="#fff"></circle><circle cx="392.31" cy="113.62" r="3.46" fill="#fff"></circle><circle cx="556.39" cy="91.68" r="3.46" fill="#fff"></circle><circle cx="510.64" cy="141.83" r="3.46" fill="#fff"></circle><circle cx="556.39" cy="91.68" r="3.46" fill="#fff"></circle><circle cx="609.37" cy="175.53" r="3.46" fill="#fff"></circle><circle cx="510.64" cy="141.83" r="3.46" fill="#fff"></circle><circle cx="556.39" cy="91.68" r="3.46" fill="#fff"></circle><circle cx="685.38" cy="152.8" r="3.46" fill="#fff"></circle><circle cx="609.37" cy="175.53" r="3.46" fill="#fff"></circle><circle cx="685.38" cy="152.8" r="3.46" fill="#fff"></circle><circle cx="704.19" cy="241.63" r="3.46" fill="#fff"></circle><circle cx="609.37" cy="175.53" r="3.46" fill="#fff"></circle><circle cx="685.38" cy="152.8" r="3.46" fill="#fff"></circle><circle cx="769.03" cy="231.16" r="3.46" fill="#fff"></circle><circle cx="704.19" cy="241.63" r="3.46" fill="#fff"></circle><circle cx="277.91" cy="188.85" r="3.46" fill="#fff"></circle><circle cx="321" cy="241.63" r="3.46" fill="#fff"></circle><circle cx="389.18" cy="175.53" r="3.46" fill="#fff"></circle><circle cx="277.91" cy="188.85" r="3.46" fill="#fff"></circle><circle cx="255.96" cy="314.22" r="3.46" fill="#fff"></circle><circle cx="321" cy="241.63" r="3.46" fill="#fff"></circle><circle cx="224.62" cy="241.63" r="3.46" fill="#fff"></circle><circle cx="190.14" cy="314.22" r="3.46" fill="#fff"></circle><circle cx="255.96" cy="314.22" r="3.46" fill="#fff"></circle><circle cx="181.84" cy="386.32" r="3.46" fill="#fff"></circle><circle cx="251.26" cy="405.91" r="3.46" fill="#fff"></circle><circle cx="255.96" cy="314.22" r="3.46" fill="#fff"></circle><circle cx="181.84" cy="522.48" r="3.46" fill="#fff"></circle><circle cx="263.02" cy="522.48" r="3.46" fill="#fff"></circle><circle cx="255.96" cy="489.42" r="3.46" fill="#fff"></circle><circle cx="251.26" cy="405.91" r="3.46" fill="#fff"></circle><circle cx="333.54" cy="405.91" r="3.46" fill="#fff"></circle><circle cx="255.96" cy="489.42" r="3.46" fill="#fff"></circle><circle cx="251.26" cy="405.91" r="3.46" fill="#fff"></circle><circle cx="333.54" cy="405.91" r="3.46" fill="#fff"></circle><circle cx="255.96" cy="314.22" r="3.46" fill="#fff"></circle><circle cx="255.96" cy="314.22" r="3.46" fill="#fff"></circle><circle cx="321" cy="241.63" r="3.46" fill="#fff"></circle><circle cx="360.34" cy="314.22" r="3.46" fill="#fff"></circle><circle cx="321" cy="241.63" r="3.46" fill="#fff"></circle><circle cx="428.36" cy="228.26" r="3.46" fill="#fff"></circle><circle cx="360.34" cy="314.22" r="3.46" fill="#fff"></circle><circle cx="321" cy="241.63" r="3.46" fill="#fff"></circle><circle cx="389.18" cy="175.53" r="3.46" fill="#fff"></circle><circle cx="428.36" cy="228.26" r="3.46" fill="#fff"></circle><circle cx="389.18" cy="175.53" r="3.46" fill="#fff"></circle><circle cx="428.36" cy="228.26" r="3.46" fill="#fff"></circle><circle cx="510.64" cy="141.83" r="3.46" fill="#fff"></circle><circle cx="510.64" cy="141.83" r="3.46" fill="#fff"></circle><circle cx="530.17" cy="210.15" r="3.46" fill="#fff"></circle><circle cx="428.36" cy="228.26" r="3.46" fill="#fff"></circle><circle cx="510.64" cy="141.83" r="3.46" fill="#fff"></circle><circle cx="609.37" cy="175.53" r="3.46" fill="#fff"></circle><circle cx="530.17" cy="210.15" r="3.46" fill="#fff"></circle><circle cx="609.37" cy="175.53" r="3.46" fill="#fff"></circle><circle cx="629.97" cy="271.24" r="3.46" fill="#fff"></circle><circle cx="530.17" cy="210.15" r="3.46" fill="#fff"></circle><circle cx="609.37" cy="175.53" r="3.46" fill="#fff"></circle><circle cx="704.19" cy="241.63" r="3.46" fill="#fff"></circle><circle cx="629.97" cy="271.24" r="3.46" fill="#fff"></circle><circle cx="704.19" cy="241.63" r="3.46" fill="#fff"></circle><circle cx="752.77" cy="343.96" r="3.46" fill="#fff"></circle><circle cx="629.97" cy="271.24" r="3.46" fill="#fff"></circle><circle cx="704.19" cy="241.63" r="3.46" fill="#fff"></circle><circle cx="769.03" cy="231.16" r="3.46" fill="#fff"></circle><circle cx="752.77" cy="343.96" r="3.46" fill="#fff"></circle><circle cx="769.03" cy="231.16" r="3.46" fill="#fff"></circle><circle cx="825.04" cy="334.6" r="3.46" fill="#fff"></circle><circle cx="752.77" cy="343.96" r="3.46" fill="#fff"></circle><circle cx="752.77" cy="343.96" r="3.46" fill="#fff"></circle><circle cx="698.36" cy="375.35" r="3.46" fill="#fff"></circle><circle cx="629.97" cy="271.24" r="3.46" fill="#fff"></circle><circle cx="752.77" cy="343.96" r="3.46" fill="#fff"></circle><circle cx="796.65" cy="438.03" r="3.46" fill="#fff"></circle><circle cx="825.04" cy="334.6" r="3.46" fill="#fff"></circle><circle cx="752.77" cy="343.96" r="3.46" fill="#fff"></circle><circle cx="796.65" cy="438.03" r="3.46" fill="#fff"></circle><circle cx="698.36" cy="375.35" r="3.46" fill="#fff"></circle><circle cx="825.04" cy="334.6" r="3.46" fill="#fff"></circle><circle cx="842.99" cy="438.03" r="3.46" fill="#fff"></circle><circle cx="796.65" cy="438.03" r="3.46" fill="#fff"></circle><circle cx="796.65" cy="438.03" r="3.46" fill="#fff"></circle><circle cx="727.21" cy="456.36" r="3.46" fill="#fff"></circle><circle cx="698.36" cy="375.35" r="3.46" fill="#fff"></circle><circle cx="796.65" cy="438.03" r="3.46" fill="#fff"></circle><circle cx="796.65" cy="525.28" r="3.46" fill="#fff"></circle><circle cx="842.99" cy="438.03" r="3.46" fill="#fff"></circle><circle cx="796.65" cy="438.03" r="3.46" fill="#fff"></circle><circle cx="796.65" cy="525.28" r="3.46" fill="#fff"></circle><circle cx="727.21" cy="456.36" r="3.46" fill="#fff"></circle><circle cx="844.5" cy="525.78" r="3.46" fill="#fff"></circle><circle cx="796.65" cy="525.28" r="3.46" fill="#fff"></circle><circle cx="842.99" cy="438.03" r="3.46" fill="#fff"></circle><circle cx="796.65" cy="525.28" r="3.46" fill="#fff"></circle><circle cx="733.72" cy="524.38" r="3.46" fill="#fff"></circle><circle cx="727.21" cy="456.36" r="3.46" fill="#fff"></circle><circle cx="255.96" cy="489.42" r="3.46" fill="#fff"></circle><circle cx="334.85" cy="476.82" r="3.46" fill="#fff"></circle><circle cx="333.54" cy="405.91" r="3.46" fill="#fff"></circle><circle cx="333.54" cy="405.91" r="3.46" fill="#fff"></circle><circle cx="360.34" cy="314.22" r="3.46" fill="#fff"></circle><circle cx="440.91" cy="400.16" r="3.46" fill="#fff"></circle><circle cx="428.36" cy="228.26" r="3.46" fill="#fff"></circle><circle cx="468.71" cy="329.9" r="3.46" fill="#fff"></circle><circle cx="360.34" cy="314.22" r="3.46" fill="#fff"></circle><circle cx="360.34" cy="314.22" r="3.46" fill="#fff"></circle><circle cx="440.91" cy="400.16" r="3.46" fill="#fff"></circle><circle cx="468.71" cy="329.9" r="3.46" fill="#fff"></circle><circle cx="468.71" cy="329.9" r="3.46" fill="#fff"></circle><circle cx="534.33" cy="277.93" r="3.46" fill="#fff"></circle><circle cx="428.36" cy="228.26" r="3.46" fill="#fff"></circle><circle cx="428.36" cy="228.26" r="3.46" fill="#fff"></circle><circle cx="530.17" cy="210.15" r="3.46" fill="#fff"></circle><circle cx="534.33" cy="277.93" r="3.46" fill="#fff"></circle><circle cx="530.17" cy="210.15" r="3.46" fill="#fff"></circle><circle cx="534.33" cy="277.93" r="3.46" fill="#fff"></circle><circle cx="629.97" cy="271.24" r="3.46" fill="#fff"></circle><circle cx="629.97" cy="271.24" r="3.46" fill="#fff"></circle><circle cx="609.37" cy="367.51" r="3.46" fill="#fff"></circle><circle cx="534.33" cy="277.93" r="3.46" fill="#fff"></circle><circle cx="629.97" cy="271.24" r="3.46" fill="#fff"></circle><circle cx="698.36" cy="375.35" r="3.46" fill="#fff"></circle><circle cx="609.37" cy="367.51" r="3.46" fill="#fff"></circle><circle cx="333.54" cy="405.91" r="3.46" fill="#fff"></circle><circle cx="334.85" cy="476.82" r="3.46" fill="#fff"></circle><circle cx="440.91" cy="400.16" r="3.46" fill="#fff"></circle><circle cx="334.85" cy="476.82" r="3.46" fill="#fff"></circle><circle cx="420.52" cy="499.65" r="3.46" fill="#fff"></circle><circle cx="440.91" cy="400.16" r="3.46" fill="#fff"></circle><circle cx="534.33" cy="277.93" r="3.46" fill="#fff"></circle><circle cx="609.37" cy="367.51" r="3.46" fill="#fff"></circle><circle cx="468.71" cy="329.9" r="3.46" fill="#fff"></circle><circle cx="468.71" cy="329.9" r="3.46" fill="#fff"></circle><circle cx="609.37" cy="367.51" r="3.46" fill="#fff"></circle><circle cx="440.91" cy="400.16" r="3.46" fill="#fff"></circle><circle cx="609.37" cy="367.51" r="3.46" fill="#fff"></circle><circle cx="562.71" cy="456.36" r="3.46" fill="#fff"></circle><circle cx="440.91" cy="400.16" r="3.46" fill="#fff"></circle><circle cx="609.37" cy="367.51" r="3.46" fill="#fff"></circle><circle cx="620.89" cy="456.36" r="3.46" fill="#fff"></circle><circle cx="562.71" cy="456.36" r="3.46" fill="#fff"></circle><circle cx="620.89" cy="456.36" r="3.46" fill="#fff"></circle><circle cx="625.94" cy="525.28" r="3.46" fill="#fff"></circle><circle cx="562.71" cy="456.36" r="3.46" fill="#fff"></circle><circle cx="620.89" cy="456.36" r="3.46" fill="#fff"></circle><circle cx="625.94" cy="525.28" r="3.46" fill="#fff"></circle><circle cx="727.21" cy="456.36" r="3.46" fill="#fff"></circle><circle cx="698.36" cy="375.35" r="3.46" fill="#fff"></circle><circle cx="727.21" cy="456.36" r="3.46" fill="#fff"></circle><circle cx="609.37" cy="367.51" r="3.46" fill="#fff"></circle><circle cx="263.02" cy="522.48" r="3.46" fill="#fff"></circle><circle cx="347.65" cy="522.48" r="3.46" fill="#fff"></circle><circle cx="255.96" cy="489.42" r="3.46" fill="#fff"></circle><circle cx="255.96" cy="489.42" r="3.46" fill="#fff"></circle><circle cx="334.85" cy="476.82" r="3.46" fill="#fff"></circle><circle cx="347.65" cy="522.48" r="3.46" fill="#fff"></circle><circle cx="334.85" cy="476.82" r="3.46" fill="#fff"></circle><circle cx="420.52" cy="499.65" r="3.46" fill="#fff"></circle><circle cx="347.65" cy="522.48" r="3.46" fill="#fff"></circle><circle cx="420.52" cy="522.48" r="3.46" fill="#fff"></circle><circle cx="420.52" cy="499.65" r="3.46" fill="#fff"></circle><circle cx="347.65" cy="522.48" r="3.46" fill="#fff"></circle><circle cx="420.52" cy="522.48" r="3.46" fill="#fff"></circle><circle cx="520.04" cy="524.07" r="3.46" fill="#fff"></circle><circle cx="420.52" cy="499.65" r="3.46" fill="#fff"></circle><circle cx="625.94" cy="525.28" r="3.46" fill="#fff"></circle><circle cx="520.04" cy="524.07" r="3.46" fill="#fff"></circle><circle cx="562.71" cy="456.36" r="3.46" fill="#fff"></circle><circle cx="440.91" cy="400.16" r="3.46" fill="#fff"></circle><circle cx="495.05" cy="467.81" r="3.46" fill="#fff"></circle><circle cx="420.52" cy="499.65" r="3.46" fill="#fff"></circle><circle cx="420.52" cy="499.65" r="3.46" fill="#fff"></circle><circle cx="520.04" cy="524.07" r="3.46" fill="#fff"></circle><circle cx="495.05" cy="467.81" r="3.46" fill="#fff"></circle><circle cx="440.91" cy="400.16" r="3.46" fill="#fff"></circle><circle cx="562.71" cy="456.36" r="3.46" fill="#fff"></circle><circle cx="495.05" cy="467.81" r="3.46" fill="#fff"></circle><circle cx="562.71" cy="456.36" r="3.46" fill="#fff"></circle><circle cx="520.04" cy="524.07" r="3.46" fill="#fff"></circle><circle cx="495.05" cy="467.81" r="3.46" fill="#fff"></circle></g><g id="stone-5" data-name="stone"><polygon points="106.8 529.7 109.43 520.71 93.36 529.47 106.8 529.7" fill="#d8ab94"></polygon><polygon points="105.22 495.69 93.36 512.21 109.43 520.71 105.22 495.69" fill="#e3bba2"></polygon><polygon points="109.43 520.71 118.92 505.63 105.22 495.69 109.43 520.71" fill="#d7ad98"></polygon><polygon points="105.22 495.69 118.92 489.59 122.61 502.42 118.92 505.63 105.22 495.69" fill="#d6a593"></polygon><polygon points="105.22 495.69 91.52 476.12 112.07 464.57 118.92 489.59 105.22 495.69" fill="#c6958a"></polygon><polygon points="112.07 464.57 125.5 457.83 132.35 486.06 118.92 489.59 112.07 464.57" fill="#b6909b"></polygon><polygon points="132.35 486.06 132.35 505.63 122.61 502.42 118.92 489.59 132.35 486.06" fill="#af8691"></polygon><polygon points="132.35 486.06 138.41 477.72 125.5 457.83 132.35 486.06" fill="#c9aab1"></polygon><polygon points="138.41 477.72 143.15 497.61 132.35 505.63 132.35 486.06 138.41 477.72" fill="#bc9ca1"></polygon><polygon points="132.35 505.63 128.14 530.07 143.15 530.33 143.15 497.61 132.35 505.63" fill="#c09794"></polygon><polygon points="109.43 520.71 122.21 521.99 128.14 530.07 106.8 529.7 109.43 520.71" fill="#d2a795"></polygon><polygon points="122.21 521.99 132.35 505.63 122.61 502.42 118.92 505.63 122.21 521.99" fill="#ba9292"></polygon><polygon points="118.92 505.63 109.43 520.71 122.21 521.99 118.92 505.63" fill="#cca298"></polygon><polygon points="93.36 512.21 79.4 525.21 93.36 529.47 109.43 520.71 93.36 512.21" fill="#d1a68f"></polygon><polygon points="79.4 525.21 50.69 528.73 93.36 529.47 79.4 525.21" fill="#d4ad96"></polygon><polygon points="79.4 525.21 75.06 513.97 50.69 511.73 50.69 528.73 79.4 525.21" fill="#eed6ba"></polygon><polygon points="50.69 511.73 65.04 499.86 68.34 480.13 52.8 489.27 50.69 511.73" fill="#f6e8ce"></polygon><polygon points="65.04 499.86 75.06 513.97 50.69 511.73 65.04 499.86" fill="#eed3b7"></polygon><polygon points="65.04 499.86 85.33 489.59 68.34 480.13 65.04 499.86" fill="#f2e0c2"></polygon><polygon points="68.34 480.13 75.06 457.83 60.17 462.64 52.8 489.27 68.34 480.13" fill="#f8e9d5"></polygon><polygon points="75.06 457.83 94.15 441.79 77.03 447.25 60.17 462.64 75.06 457.83" fill="#f9eedf"></polygon><polygon points="75.06 513.97 85.33 489.59 65.04 499.86 75.06 513.97" fill="#f3d9b9"></polygon><polygon points="85.33 489.59 93.36 512.21 79.4 525.21 75.06 513.97 85.33 489.59" fill="#e5c5ac"></polygon><polygon points="85.33 489.59 91.52 476.12 105.22 495.69 93.36 512.21 85.33 489.59" fill="#e9c9b4"></polygon><polygon points="91.52 476.12 75.06 457.83 68.34 480.13 85.33 489.59 91.52 476.12" fill="#f3dabd"></polygon><polygon points="94.15 441.79 91.52 476.12 75.06 457.83 94.15 441.79" fill="#f5d4b0"></polygon><polygon points="94.15 441.79 112.07 464.57 91.52 476.12 94.15 441.79" fill="#bc8b86"></polygon><polygon points="94.15 441.79 125.5 457.83 112.07 464.57 94.15 441.79" fill="#be9ea7"></polygon><polygon points="132.35 505.63 122.21 521.99 128.14 530.07 132.35 505.63" fill="#ab878d"></polygon><polygon points="96.92 531.97 104.43 523.97 117.98 520.05 121.08 531.97 96.92 531.97" fill="#ecd1b6"></polygon><polygon points="121.08 531.97 129.25 531.97 134.96 522.66 136.11 504.54 117.98 520.05 121.08 531.97" fill="#e5c3a9"></polygon><polygon points="134.96 522.66 154.07 515.31 143.78 531.97 138.88 531.97 134.96 522.66" fill="#876769"></polygon><polygon points="136.11 504.54 149.82 508.46 154.07 515.31 134.96 522.66 136.11 504.54" fill="#a27c88"></polygon><polygon points="112.27 498.66 136.11 504.54 149.82 508.46 133.49 498.66 112.27 498.66" fill="#d4ada7"></polygon><polygon points="94.63 519.56 104.43 523.97 96.92 531.97 94.63 519.56" fill="#ebcbb7"></polygon><polygon points="103.43 512.59 94.63 519.56 104.43 523.97 117.98 520.05 103.43 512.59" fill="#f1d5c2"></polygon><polygon points="134.96 522.66 129.25 531.97 138.88 531.97 134.96 522.66" fill="#d8ac9b"></polygon><polygon points="154.07 515.31 143.78 531.97 156.68 531.97 154.07 515.31" fill="#574345"></polygon><polygon points="98.55 510.09 94.63 519.56 103.43 512.59 112.27 498.66 98.55 510.09" fill="#f9e2cc"></polygon><polygon points="112.27 498.66 103.43 512.59 117.98 520.05 136.11 504.54 112.27 498.66" fill="#eed0b6"></polygon><polygon points="183.08 525.27 175.9 530.79 182.54 530.33 183.08 525.27" fill="#c5988f"></polygon><polygon points="157.4 525.82 163.49 531.65 150.43 532.57 148.91 527.56 157.4 525.82" fill="#745263"></polygon><polygon points="182.54 530.33 183.08 525.27 197.24 524.08 197.24 529.3 182.54 530.33" fill="#a68180"></polygon><polygon points="183.08 525.27 188.31 514.28 197.24 524.08 183.08 525.27" fill="#bb9994"></polygon><polygon points="188.31 514.28 194.84 512.97 197.24 524.08 188.31 514.28" fill="#c1a2ab"></polygon><polygon points="188.31 514.28 174.27 505.35 183.96 505.35 194.84 512.97 188.31 514.28" fill="#c9aca4"></polygon><polygon points="174.27 505.35 163.49 504.05 175.68 502.96 183.96 505.35 174.27 505.35" fill="#eac6bb"></polygon><polygon points="163.49 504.05 152.82 512.54 163.49 513.63 174.27 505.35 163.49 504.05" fill="#f2dabd"></polygon><polygon points="163.49 513.63 183.08 525.27 188.31 514.28 174.27 505.35 163.49 513.63" fill="#e7c9b6"></polygon><polygon points="175.9 530.79 159.57 519.77 163.49 513.63 183.08 525.27 175.9 530.79" fill="#e5c6af"></polygon><polygon points="159.57 519.77 152.82 512.54 163.49 513.63 159.57 519.77" fill="#f6dec7"></polygon><polygon points="148.91 520.81 159.57 519.77 152.82 512.54 148.91 520.81" fill="#b18f9d"></polygon><polygon points="159.57 519.77 157.4 525.82 148.91 527.56 148.91 520.81 159.57 519.77" fill="#a37d8d"></polygon><polygon points="157.4 525.82 159.57 519.77 175.9 530.79 163.49 531.65 157.4 525.82" fill="#977082"></polygon></g><g id="stone-6" data-name="stone"><polygon points="970.71 534.19 968.08 525.2 984.15 533.96 970.71 534.19" fill="#d8ab94"></polygon><polygon points="972.29 500.18 984.15 516.7 968.08 525.2 972.29 500.18" fill="#e3bba2"></polygon><polygon points="968.08 525.2 958.59 510.12 972.29 500.18 968.08 525.2" fill="#d7ad98"></polygon><polygon points="972.29 500.18 958.59 494.08 954.9 506.92 958.59 510.12 972.29 500.18" fill="#d6a593"></polygon><polygon points="972.29 500.18 985.99 480.61 965.44 469.06 958.59 494.08 972.29 500.18" fill="#c6958a"></polygon><polygon points="965.44 469.06 952.01 462.32 945.16 490.55 958.59 494.08 965.44 469.06" fill="#b6909b"></polygon><polygon points="945.16 490.55 945.16 510.12 954.9 506.92 958.59 494.08 945.16 490.55" fill="#af8691"></polygon><polygon points="945.16 490.55 939.1 482.21 952.01 462.32 945.16 490.55" fill="#c9aab1"></polygon><polygon points="939.1 482.21 934.36 502.1 945.16 510.12 945.16 490.55 939.1 482.21" fill="#bc9ca1"></polygon><polygon points="945.16 510.12 949.37 534.56 934.36 534.83 934.36 502.1 945.16 510.12" fill="#c09794"></polygon><polygon points="968.08 525.2 955.3 526.48 949.37 534.56 970.71 534.19 968.08 525.2" fill="#d2a795"></polygon><polygon points="955.3 526.48 945.16 510.12 954.9 506.92 958.59 510.12 955.3 526.48" fill="#ba9292"></polygon><polygon points="958.59 510.12 968.08 525.2 955.3 526.48 958.59 510.12" fill="#cca298"></polygon><polygon points="984.15 516.7 998.11 529.7 984.15 533.96 968.08 525.2 984.15 516.7" fill="#d1a68f"></polygon><polygon points="998.11 529.7 1026.82 533.22 984.15 533.96 998.11 529.7" fill="#d4ad96"></polygon><polygon points="998.11 529.7 1002.45 518.46 1026.82 516.22 1026.82 533.22 998.11 529.7" fill="#eed6ba"></polygon><polygon points="1026.82 516.22 1012.47 504.35 1009.17 484.62 1024.71 493.76 1026.82 516.22" fill="#f6e8ce"></polygon><polygon points="1012.47 504.35 1002.45 518.46 1026.82 516.22 1012.47 504.35" fill="#eed3b7"></polygon><polygon points="1012.47 504.35 992.18 494.08 1009.17 484.62 1012.47 504.35" fill="#f2e0c2"></polygon><polygon points="1009.17 484.62 1002.45 462.32 1017.34 467.14 1024.71 493.76 1009.17 484.62" fill="#f8e9d5"></polygon><polygon points="1002.45 462.32 983.36 446.28 1000.48 451.74 1017.34 467.14 1002.45 462.32" fill="#f9eedf"></polygon><polygon points="1002.45 518.46 992.18 494.08 1012.47 504.35 1002.45 518.46" fill="#f3d9b9"></polygon><polygon points="992.18 494.08 984.15 516.7 998.11 529.7 1002.45 518.46 992.18 494.08" fill="#e5c5ac"></polygon><polygon points="992.18 494.08 985.99 480.61 972.29 500.18 984.15 516.7 992.18 494.08" fill="#e9c9b4"></polygon><polygon points="985.99 480.61 1002.45 462.32 1009.17 484.62 992.18 494.08 985.99 480.61" fill="#f3dabd"></polygon><polygon points="983.36 446.28 985.99 480.61 1002.45 462.32 983.36 446.28" fill="#f5d4b0"></polygon><polygon points="983.36 446.28 965.44 469.06 985.99 480.61 983.36 446.28" fill="#bc8b86"></polygon><polygon points="983.36 446.28 952.01 462.32 965.44 469.06 983.36 446.28" fill="#be9ea7"></polygon><polygon points="945.16 510.12 955.3 526.48 949.37 534.56 945.16 510.12" fill="#ab878d"></polygon><polygon points="980.59 536.46 973.08 528.46 959.53 524.54 956.42 536.46 980.59 536.46" fill="#ecd1b6"></polygon><polygon points="956.42 536.46 948.26 536.46 942.55 527.15 941.4 509.03 959.53 524.54 956.42 536.46" fill="#e5c3a9"></polygon><polygon points="942.55 527.15 923.44 519.81 933.73 536.46 938.63 536.46 942.55 527.15" fill="#876769"></polygon><polygon points="941.4 509.03 927.69 512.95 923.44 519.81 942.55 527.15 941.4 509.03" fill="#a27c88"></polygon><polygon points="965.24 503.15 941.4 509.03 927.69 512.95 944.01 503.15 965.24 503.15" fill="#d4ada7"></polygon><polygon points="982.88 524.05 973.08 528.46 980.59 536.46 982.88 524.05" fill="#ebcbb7"></polygon><polygon points="974.08 517.08 982.88 524.05 973.08 528.46 959.53 524.54 974.08 517.08" fill="#f1d5c2"></polygon><polygon points="942.55 527.15 948.26 536.46 938.63 536.46 942.55 527.15" fill="#d8ac9b"></polygon><polygon points="923.44 519.81 933.73 536.46 920.83 536.46 923.44 519.81" fill="#574345"></polygon><polygon points="978.96 514.58 982.88 524.05 974.08 517.08 965.24 503.15 978.96 514.58" fill="#f9e2cc"></polygon><polygon points="965.24 503.15 974.08 517.08 959.53 524.54 941.4 509.03 965.24 503.15" fill="#eed0b6"></polygon><polygon points="894.42 529.76 901.61 535.28 894.97 534.82 894.42 529.76" fill="#c5988f"></polygon><polygon points="920.11 530.31 914.02 536.15 927.08 537.06 928.6 532.05 920.11 530.31" fill="#745263"></polygon><polygon points="894.97 534.82 894.42 529.76 880.27 528.57 880.27 533.79 894.97 534.82" fill="#a68180"></polygon><polygon points="894.42 529.76 889.2 518.77 880.27 528.57 894.42 529.76" fill="#bb9994"></polygon><polygon points="889.2 518.77 882.67 517.46 880.27 528.57 889.2 518.77" fill="#c1a2ab"></polygon><polygon points="889.2 518.77 903.24 509.85 893.55 509.85 882.67 517.46 889.2 518.77" fill="#c9aca4"></polygon><polygon points="903.24 509.85 914.02 508.54 901.83 507.45 893.55 509.85 903.24 509.85" fill="#eac6bb"></polygon><polygon points="914.02 508.54 924.69 517.03 914.02 518.12 903.24 509.85 914.02 508.54" fill="#f2dabd"></polygon><polygon points="914.02 518.12 894.42 529.76 889.2 518.77 903.24 509.85 914.02 518.12" fill="#e7c9b6"></polygon><polygon points="901.61 535.28 917.94 524.27 914.02 518.12 894.42 529.76 901.61 535.28" fill="#e5c6af"></polygon><polygon points="917.94 524.27 924.69 517.03 914.02 518.12 917.94 524.27" fill="#f6dec7"></polygon><polygon points="928.6 525.3 917.94 524.27 924.69 517.03 928.6 525.3" fill="#b18f9d"></polygon><polygon points="917.94 524.27 920.11 530.31 928.6 532.05 928.6 525.3 917.94 524.27" fill="#a37d8d"></polygon><polygon points="920.11 530.31 917.94 524.27 901.61 535.28 914.02 536.15 920.11 530.31" fill="#977082"></polygon></g><g id="stone-7" data-name="stone"><polygon points="775.81 540.05 783.09 532.3 796.22 528.5 799.22 540.05 775.81 540.05" fill="#ecd1b6"></polygon><polygon points="799.22 540.05 807.13 540.05 812.67 531.03 813.78 513.47 796.22 528.5 799.22 540.05" fill="#e5c3a9"></polygon><polygon points="812.67 531.03 831.18 523.91 821.21 540.05 816.47 540.05 812.67 531.03" fill="#876769"></polygon><polygon points="813.78 513.47 827.07 517.27 831.18 523.91 812.67 531.03 813.78 513.47" fill="#a27c88"></polygon><polygon points="790.68 507.77 813.78 513.47 827.07 517.27 811.25 507.77 790.68 507.77" fill="#d4ada7"></polygon><polygon points="773.59 528.02 783.09 532.3 775.81 540.05 773.59 528.02" fill="#ebcbb7"></polygon><polygon points="782.11 521.27 773.59 528.02 783.09 532.3 796.22 528.5 782.11 521.27" fill="#f1d5c2"></polygon><polygon points="812.67 531.03 807.13 540.05 816.47 540.05 812.67 531.03" fill="#d8ac9b"></polygon><polygon points="831.18 523.91 821.21 540.05 833.71 540.05 831.18 523.91" fill="#574345"></polygon><polygon points="777.39 518.85 773.59 528.02 782.11 521.27 790.68 507.77 777.39 518.85" fill="#f9e2cc"></polygon><polygon points="790.68 507.77 782.11 521.27 796.22 528.5 813.78 513.47 790.68 507.77" fill="#eed0b6"></polygon><polygon points="766.53 535.13 772.08 539.39 766.95 539.03 766.53 535.13" fill="#c5988f"></polygon><polygon points="786.37 535.55 781.66 540.06 791.75 540.76 792.93 536.89 786.37 535.55" fill="#745263"></polygon><polygon points="766.95 539.03 766.53 535.13 755.6 534.2 755.6 538.24 766.95 539.03" fill="#a68180"></polygon><polygon points="766.53 535.13 762.5 526.64 755.6 534.2 766.53 535.13" fill="#bb9994"></polygon><polygon points="762.5 526.64 757.45 525.63 755.6 534.2 762.5 526.64" fill="#c1a2ab"></polygon><polygon points="762.5 526.64 773.34 519.74 765.86 519.74 757.45 525.63 762.5 526.64" fill="#c9aca4"></polygon><polygon points="773.34 519.74 781.66 518.73 772.25 517.89 765.86 519.74 773.34 519.74" fill="#eac6bb"></polygon><polygon points="781.66 518.73 789.9 525.29 781.66 526.13 773.34 519.74 781.66 518.73" fill="#f2dabd"></polygon><polygon points="781.66 526.13 766.53 535.13 762.5 526.64 773.34 519.74 781.66 526.13" fill="#e7c9b6"></polygon><polygon points="772.08 539.39 784.69 530.88 781.66 526.13 766.53 535.13 772.08 539.39" fill="#e5c6af"></polygon><polygon points="784.69 530.88 789.9 525.29 781.66 526.13 784.69 530.88" fill="#f6dec7"></polygon><polygon points="792.93 531.68 784.69 530.88 789.9 525.29 792.93 531.68" fill="#b18f9d"></polygon><polygon points="784.69 530.88 786.37 535.55 792.93 536.89 792.93 531.68 784.69 530.88" fill="#a37d8d"></polygon><polygon points="786.37 535.55 784.69 530.88 772.08 539.39 781.66 540.06 786.37 535.55" fill="#977082"></polygon></g></g></svg></div><div class="blossomIsland_3oxTUM"><svg xmlns="http://www.w3.org/2000/svg" xlink="http://www.w3.org/1999/xlink" viewBox="0 0 624.68 546.12"><defs><linearGradient id="land-gradient" x1="276.38" y1="358.74" x2="276.38" y2="309.88" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#71b054"></stop><stop offset="1" stop-color="#a7d672"></stop></linearGradient><linearGradient id="未命名漸層_43" x1="146.16" y1="346.9" x2="125" y2="280.17" xlink:href="#land-gradient"></linearGradient><linearGradient id="未命名漸層_43-2" x1="166.66" y1="326.98" x2="462.7" y2="326.98" xlink:href="#land-gradient"></linearGradient><linearGradient id="未命名漸層_43-3" x1="276.38" y1="355.6" x2="276.38" y2="301.21" xlink:href="#land-gradient"></linearGradient></defs><title>blossm-island</title><g id="blossm-island"><path id="land-bg" d="M468.14,338.42l-59.35-10.33H356.9l-42.71,3.36h-1.85l-23.5-6.9h-4.38l-61.36,6.9-45.23-4-30.57,5.73-28.53.89-6.08,1.66-22.41,7.44,44.82,84.56,33.44,26.83,36.27,47.71,42.33,8.25h0l33.18,35.56,16.55-6,24.9-31.94h0l24.12-30.93,27.82-14.89h0l16-8.56h0l16.61-23.52,12-16.95h0l43.91-62.16Z" fill="#9d7458"></path><g id="land"><polygon points="223.1 331.45 284.46 324.55 239.47 423.04 223.1 331.45" fill="#a57a5f"></polygon><polygon points="177.87 327.49 223.1 331.45 239.47 423.04 203.99 448.74 190.76 424.48 177.87 327.49" fill="#aa8060"></polygon><polygon points="296.87 427.18 239.47 423.04 284.46 324.55 288.84 324.55 312.34 331.45 296.87 427.18" fill="#9d7458"></polygon><polygon points="296.87 490.16 296.87 427.18 312.34 331.45 314.19 331.45 340.05 427.77 329.63 435.57 296.87 490.16" fill="#a57a5f"></polygon><polygon points="340.05 427.77 346.11 427.46 346.11 427.46 346.11 427.46 346.11 427.46 346.11 427.46 408.79 328.09 357.94 328.09 357.94 328.09 356.9 328.09 314.19 331.45 340.05 427.77" fill="#986d53"></polygon><polygon points="147.29 333.23 177.87 327.49 190.76 424.48 203.99 448.74 168.54 454.6 164.14 408.31 147.29 333.23" fill="#9e7359"></polygon><polygon points="123.56 375.38 135.1 427.77 168.54 454.6 164.14 408.31 147.29 333.23 118.77 334.11 112.69 335.77 123.56 375.38" fill="#ac7f60"></polygon><polygon points="345.89 477.21 296.87 540.09 280.32 546.12 296.87 490.16 329.63 435.57 340.05 427.77 346.1 427.46 389.7 453.76 345.89 477.21" fill="#996e53"></polygon><polygon points="296.87 427.18 296.87 490.16 280.32 546.12 270.82 498.43 263.71 443.35 239.47 423.04 296.87 427.18" fill="#8f6851"></polygon><polygon points="247.14 510.56 204.81 457.5 203.99 448.74 239.47 423.04 263.71 443.35 270.82 498.43 280.32 546.12 247.14 510.56" fill="#986d53"></polygon><polygon id="triangle36" points="247.14 510.56 204.81 457.5 204.81 502.31 247.14 510.56" fill="#8e6951"></polygon><polygon points="203.99 448.74 204.81 457.5 204.81 502.31 168.54 454.6 203.99 448.74" fill="#b38363"></polygon><polygon points="90.28 343.21 112.69 335.77 123.56 375.38 135.1 427.77 90.28 343.21" fill="#b28463"></polygon><polygon points="389.7 453.76 346.1 427.46 408.79 328.09 468.14 338.42 462.19 351.13 389.7 453.76" fill="#aa8060"></polygon><polygon points="345.89 477.21 296.87 540.09 280.32 546.12 247.14 510.56 211.35 465.7 247.14 484.58 265.89 464.94 282.76 490.16 315.14 459.71 326.13 477.21 345.89 477.21" fill="#b38564"></polygon><polygon points="247.14 510.56 204.81 502.31 170.75 457.5 204.28 480.06 226.36 484.58 247.14 510.56" fill="#b28460"></polygon><polygon points="389.7 453.76 377.75 446.55 418.28 413.29 389.7 453.76" fill="#8f6851"></polygon><polygon points="204.81 502.31 204.28 480.06 170.75 457.5 204.81 502.31" fill="#a67c5e"></polygon><polygon points="280.32 546.12 247.14 484.58 211.35 465.7 247.14 510.56 280.32 546.12" fill="#996e53"></polygon><polygon points="282.76 490.16 265.89 464.94 256.42 474.86 282.76 490.16" fill="#7f5e4e"></polygon><polygon points="326.13 477.21 321.77 508.14 345.89 477.21 326.13 477.21" fill="#8f6851"></polygon><polygon points="373.71 462.32 377.75 446.55 389.7 453.76 373.71 462.32" fill="#9e7359"></polygon></g><polygon id="ground-bg" points="464.88 324.92 462.7 324.55 424.61 318.05 361.35 314.36 291.31 309.88 233.9 310.41 171.89 314.18 166.66 314.38 119.07 316.24 86.81 323.45 83.03 327.64 77.73 333.51 79.56 335.66 89.21 342.23 115.62 347.81 134 350.05 148.92 350.05 167.3 350.53 187.97 353.96 212.08 357.66 236.19 355.63 272.94 354.51 300.5 356.19 326.9 357.31 344.7 358.74 373.99 358.48 394.65 350.61 408.43 348.38 425.66 346.7 441.73 346.41 468.14 340 473.82 334.94 475.03 332.63 464.88 324.92" fill="url(#land-gradient)"></polygon><g id="ground"><polygon points="468.14 336.65 441.73 342.61 425.66 342.97 408.43 344.54 394.65 346.64 373.99 354.35 344.7 354.59 326.9 352.95 300.5 351.9 272.94 350.32 236.19 351.38 212.08 354.18 187.97 349.8 167.3 346.57 148.92 346.12 134 346.12 115.62 344.01 89.21 338.76 77.73 333.51 79.56 335.66 89.21 342.23 115.62 347.81 134 350.05 148.92 350.05 167.3 350.53 187.97 353.96 212.08 357.66 236.19 355.63 272.94 354.51 300.5 356.19 326.9 357.31 344.7 358.74 373.99 358.48 394.65 350.61 408.43 348.38 425.66 346.7 441.73 346.41 468.14 340 473.82 334.94 475.03 332.63 468.14 336.65" fill="#7f5e4e"></polygon><polygon points="195.6 322.98 166.66 314.38 119.07 316.24 86.81 323.45 83.03 327.64 95.28 328.25 114.29 327.55 134.35 327.19 158.64 325.44 182.93 330.36 187.15 330.36 191.41 332.65 195.6 322.98 195.6 322.98" fill="url(#未命名漸層_43)"></polygon><polygon points="424.61 318.05 361.35 314.36 361.35 314.36 291.31 309.88 233.9 310.41 171.89 314.18 166.66 314.38 195.6 322.98 191.41 332.65 235.73 344.07 301.2 332.12 351.36 336.33 357.69 334.93 375.65 333.52 462.7 324.55 424.61 318.05 424.61 318.05" fill="url(#未命名漸層_43-2)"></polygon><polygon points="464.88 324.92 462.7 324.55 375.65 333.52 357.69 334.93 351.36 336.33 301.2 332.12 235.73 344.07 191.41 332.65 191.41 332.65 187.15 330.36 182.93 330.36 158.64 325.44 134.35 327.19 114.29 327.55 95.28 328.25 83.03 327.64 77.73 333.51 89.21 340.16 115.62 345.42 134 347.53 148.92 347.53 167.3 347.97 187.97 351.2 212.08 354.18 236.19 352.78 272.94 351.73 300.5 353.31 326.9 354.36 344.7 355.3 373.99 355.05 394.65 348.05 408.43 345.95 425.66 344.37 441.73 344.01 468.14 338.06 475.03 332.63 464.88 324.92 464.88 324.92" fill="url(#未命名漸層_43-3)"></polygon></g><g id="shadow"><path d="M178.25,338.26l86.17,7.24,109.81-7.21s20.42-4.85,20.42-12.35-36-7.08-36-7.08l-35.54-1.4-36.56-.73-101.1,1.73-18.2,6.44Z" opacity="0.15"></path></g><g id="tree"><polygon id="trunk" points="236.17 258.43 251.37 252.46 281.44 278.9 293.33 252.46 303.53 259.71 295.7 284.28 318.07 265.6 331.36 270.98 298.08 293.16 283.76 314.55 283.76 331.19 299.67 336.74 236.17 336.74 252.92 327.23 269.56 307.42 283.76 290.79 253.72 262.26 236.17 258.43" fill="#623b41"></polygon><g id="blockchain-trunk"><polygon points="246.72 329.38 264.3 339.92 228.14 339.92 246.72 329.38" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="0.5"></polygon><polygon points="264.3 339.92 280.93 333.77 298.58 339.92 264.3 339.92" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="0.5"></polygon><polygon points="246.72 329.38 280.93 315.31 264.3 339.92 246.72 329.38" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="0.5"></polygon><polygon points="280.93 315.31 280.93 333.77 264.3 339.92 280.93 315.31" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="0.5"></polygon><polygon points="280.93 315.31 280.93 288.95 246.72 329.38 280.93 315.31" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="0.5"></polygon><polygon points="280.93 315.31 296.82 291.58 280.93 288.95 280.93 315.31" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="0.5"></polygon><polygon points="296.82 291.58 318.99 261 294.18 281.74 280.93 288.95 296.82 291.58" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="0.5"></polygon><polygon points="296.82 291.58 333.73 266.98 318.99 261 296.82 291.58" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="0.5"></polygon><polygon points="280.93 288.95 298.58 251.43 302.86 254.47 294.18 281.74 280.93 288.95" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="0.5"></polygon><polygon points="278.36 275.76 280.93 288.95 298.58 251.43 291.55 246.44 278.36 275.76" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="0.5"></polygon><polygon points="245 246.44 247.6 257.31 228.14 253.06 245 246.44" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="0.5"></polygon><polygon points="247.6 257.31 278.36 275.76 245 246.44 247.6 257.31" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="0.5"></polygon><polygon points="247.6 257.31 280.93 288.95 278.36 275.76 247.6 257.31" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="0.5"></polygon></g><g id="blossm"><polygon id="blossm-bg" points="557.05 201.1 541.3 163.23 500.11 114.91 454.15 69.75 386.02 84.01 354.33 52.82 336.11 58.66 228.36 26.17 147.55 47.56 136.46 97.48 89.72 120.45 73.87 173.53 50.11 186.21 84.17 245.63 149.93 267.02 224.4 263.06 268.77 245.63 331.36 270.98 382.06 270.98 410.58 245.63 491.39 262.26 574.58 243.25 557.05 201.1" fill="#f9758c"></polygon><polygon points="50.11 186.21 84.17 245.63 130.12 209.18 50.11 186.21" fill="#fd99ac"></polygon><polygon points="149.93 267.02 130.12 209.18 84.17 245.63 149.93 267.02" fill="#fba4b3"></polygon><polygon points="149.93 267.02 176.07 215.92 130.12 209.18 149.93 267.02" fill="#da6f86"></polygon><polygon points="73.87 173.53 50.11 186.21 130.12 209.18 146.76 186.21 73.87 173.53" fill="#fda9b9"></polygon><polygon points="146.76 186.21 89.72 120.45 73.87 173.53 146.76 186.21" fill="#ffa9ae"></polygon><polygon points="146.76 186.21 149.93 129.96 89.72 120.45 146.76 186.21" fill="#fa889c"></polygon><polygon points="89.72 120.45 136.46 97.48 211.73 95.1 149.93 129.96 89.72 120.45" fill="#fdafbe"></polygon><polygon points="136.46 97.48 147.55 47.56 211.73 95.1 136.46 97.48" fill="#ffc6c9"></polygon><polygon points="211.73 95.1 224.4 52.82 147.55 47.56 211.73 95.1" fill="#fda7b8"></polygon><polygon points="211.73 95.1 289.37 89.55 224.4 52.82 211.73 95.1" fill="#dc788d"></polygon><polygon points="224.4 52.82 228.36 26.17 147.55 47.56 224.4 52.82" fill="#ffabb0"></polygon><polygon points="228.36 26.17 336.11 58.66 224.4 52.82 228.36 26.17" fill="#ffa3a8"></polygon><polygon points="289.37 89.55 336.11 58.66 224.4 52.82 289.37 89.55" fill="#fda1b3"></polygon><polygon points="289.37 89.55 245 153.33 211.73 95.1 289.37 89.55" fill="#fa95a6"></polygon><polygon points="289.37 89.55 339.28 153.33 245 153.33 289.37 89.55" fill="#fba3b2"></polygon><polygon points="289.37 89.55 386.02 84.01 354.33 52.82 336.11 58.66 289.37 89.55" fill="#ffadb2"></polygon><polygon points="386.02 84.01 454.15 69.75 447.82 112.53 386.02 84.01" fill="#fdaebd"></polygon><polygon points="447.82 112.53 500.11 114.91 454.15 69.75 447.82 112.53" fill="#ffbfc2"></polygon><polygon points="447.82 112.53 473.96 191.36 500.11 114.91 447.82 112.53" fill="#fa93a5"></polygon><polygon points="473.96 191.36 541.3 163.23 500.11 114.91 473.96 191.36" fill="#fda3b4"></polygon><polygon points="473.96 191.36 504.07 227.41 557.05 201.1 541.3 163.23 473.96 191.36" fill="#fdafbe"></polygon><polygon points="504.07 227.41 491.39 262.26 574.58 243.25 504.07 227.41" fill="#fba0b0"></polygon><polygon points="504.07 227.41 557.05 201.1 574.58 243.25 504.07 227.41" fill="#fdabbb"></polygon><polygon points="491.39 262.26 410.58 245.63 504.07 227.41 491.39 262.26" fill="#e76581"></polygon><polygon points="410.58 245.63 473.96 191.36 504.07 227.41 410.58 245.63" fill="#fa8196"></polygon><polygon points="339.28 153.33 289.37 89.55 386.02 84.01 339.28 153.33" fill="#fa8ca0"></polygon><polygon points="339.28 153.33 403.45 178.29 386.02 84.01 339.28 153.33" fill="#fa869a"></polygon><polygon points="403.45 178.29 447.82 112.53 386.02 84.01 403.45 178.29" fill="#f9758c"></polygon><polygon points="403.45 178.29 473.96 191.36 447.82 112.53 403.45 178.29" fill="#f97b91"></polygon><polygon points="336.11 234.53 382.06 270.98 410.58 245.63 336.11 234.53" fill="#e34b6b"></polygon><polygon points="336.11 234.53 331.36 270.98 382.06 270.98 336.11 234.53" fill="#a14151"></polygon><polygon points="336.11 234.53 268.77 245.63 331.36 270.98 336.11 234.53" fill="#9e3b4c"></polygon><polygon points="224.4 263.06 176.07 215.92 149.93 267.02 224.4 263.06" fill="#e6637f"></polygon><polygon points="256.09 220.13 245 153.33 146.76 186.21 256.09 220.13" fill="#e34d6d"></polygon><polygon points="256.09 220.13 339.28 153.33 245 153.33 256.09 220.13" fill="#e45574"></polygon><polygon points="256.09 220.13 336.11 234.53 339.28 153.33 256.09 220.13" fill="#e14163"></polygon><polygon points="336.11 234.53 403.45 178.29 339.28 153.33 336.11 234.53" fill="#e34d6d"></polygon><polygon points="403.45 178.29 410.58 245.63 336.11 234.53 403.45 178.29" fill="#e14365"></polygon><polygon points="149.93 129.96 211.73 95.1 245 153.33 149.93 129.96" fill="#f9788e"></polygon><polygon points="149.93 129.96 146.76 186.21 245 153.33 149.93 129.96" fill="#e6637f"></polygon><polygon points="146.76 186.21 176.07 215.92 130.12 209.18 146.76 186.21" fill="#ffa4a9"></polygon><polygon points="256.09 220.13 146.76 186.21 176.07 215.92 256.09 220.13" fill="#fa8196"></polygon><polygon points="256.09 220.13 224.4 263.06 176.07 215.92 256.09 220.13" fill="#a72843"></polygon><polygon points="256.09 220.13 268.77 245.63 224.4 263.06 256.09 220.13" fill="#a72843"></polygon><polygon points="256.09 220.13 268.77 245.63 336.11 234.53 256.09 220.13" fill="#df3559"></polygon><polygon points="473.96 191.36 410.58 245.63 403.45 178.29 473.96 191.36" fill="#e45574"></polygon></g><g id="blockchain-leaves"><polygon points="5.22 192.65 45.12 262.24 98.94 219.56 5.22 192.65" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="0.5"></polygon><polygon points="122.13 287.29 98.94 219.56 45.12 262.24 122.13 287.29" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="0.5"></polygon><polygon points="122.13 287.29 152.75 227.44 98.94 219.56 122.13 287.29" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="0.5"></polygon><polygon points="33.06 177.8 5.22 192.65 98.94 219.56 118.42 192.65 33.06 177.8" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="0.5"></polygon><polygon points="118.42 192.65 51.62 115.64 33.06 177.8 118.42 192.65" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="0.5"></polygon><polygon points="118.42 192.65 122.13 126.77 51.62 115.64 118.42 192.65" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="0.5"></polygon><polygon points="51.62 115.64 106.36 88.73 194.5 85.95 122.13 126.77 51.62 115.64" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="0.5"></polygon><polygon points="106.36 88.73 119.35 30.27 194.5 85.95 106.36 88.73" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="0.5"></polygon><polygon points="194.5 85.95 209.35 36.43 119.35 30.27 194.5 85.95" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="0.5"></polygon><polygon points="194.5 85.95 285.43 79.45 209.35 36.43 194.5 85.95" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="0.5"></polygon><polygon points="209.35 36.43 213.99 5.22 119.35 30.27 209.35 36.43" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="0.5"></polygon><polygon points="213.99 5.22 340.18 43.27 209.35 36.43 213.99 5.22" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="0.5"></polygon><polygon points="285.43 79.45 340.18 43.27 209.35 36.43 285.43 79.45" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="0.5"></polygon><polygon points="285.43 79.45 233.47 154.14 194.5 85.95 285.43 79.45" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="0.5"></polygon><polygon points="285.43 79.45 343.89 154.14 233.47 154.14 285.43 79.45" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="0.5"></polygon><polygon points="285.43 79.45 398.63 72.96 361.52 36.43 340.18 43.27 285.43 79.45" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="0.5"></polygon><polygon points="398.63 72.96 478.43 56.26 471 106.36 398.63 72.96" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="0.5"></polygon><polygon points="471 106.36 532.24 109.14 478.43 56.26 471 106.36" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="0.5"></polygon><polygon points="471 106.36 501.62 198.68 532.24 109.14 471 106.36" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="0.5"></polygon><polygon points="501.62 198.68 580.49 165.74 532.24 109.14 501.62 198.68" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="0.5"></polygon><polygon points="501.62 198.68 536.88 240.9 598.94 210.1 580.49 165.74 501.62 198.68" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="0.5"></polygon><polygon points="536.88 240.9 522.04 281.72 619.46 259.45 536.88 240.9" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="0.5"></polygon><polygon points="536.88 240.9 598.94 210.1 619.46 259.45 536.88 240.9" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="0.5"></polygon><polygon points="522.04 281.72 427.4 262.24 536.88 240.9 522.04 281.72" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="0.5"></polygon><polygon points="427.4 262.24 501.62 198.68 536.88 240.9 427.4 262.24" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="0.5"></polygon><polygon points="343.89 154.14 285.43 79.45 398.63 72.96 343.89 154.14" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="0.5"></polygon><polygon points="343.89 154.14 419.05 183.37 398.63 72.96 343.89 154.14" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="0.5"></polygon><polygon points="419.05 183.37 471 106.36 398.63 72.96 419.05 183.37" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="0.5"></polygon><polygon points="419.05 183.37 501.62 198.68 471 106.36 419.05 183.37" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="0.5"></polygon><polygon points="340.18 249.25 393.99 291.93 427.4 262.24 340.18 249.25" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="0.5"></polygon><polygon points="340.18 249.25 334.61 291.93 393.99 291.93 340.18 249.25" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="0.5"></polygon><polygon points="340.18 249.25 261.31 262.24 334.61 291.93 340.18 249.25" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="0.5"></polygon><polygon points="209.35 282.65 152.75 227.44 122.13 287.29 209.35 282.65" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="0.5"></polygon><polygon points="246.47 232.38 233.47 154.14 118.42 192.65 246.47 232.38" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="0.5"></polygon><polygon points="246.47 232.38 343.89 154.14 233.47 154.14 246.47 232.38" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="0.5"></polygon><polygon points="246.47 232.38 340.18 249.25 343.89 154.14 246.47 232.38" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="0.5"></polygon><polygon points="340.18 249.25 419.05 183.37 343.89 154.14 340.18 249.25" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="0.5"></polygon><polygon points="419.05 183.37 427.4 262.24 340.18 249.25 419.05 183.37" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="0.5"></polygon><polygon points="122.13 126.77 194.5 85.95 233.47 154.14 122.13 126.77" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="0.5"></polygon><polygon points="122.13 126.77 118.42 192.65 233.47 154.14 122.13 126.77" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="0.5"></polygon><polygon points="118.42 192.65 152.75 227.44 98.94 219.56 118.42 192.65" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="0.5"></polygon><polygon points="246.47 232.38 118.42 192.65 152.75 227.44 246.47 232.38" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="0.5"></polygon><polygon points="246.47 232.38 209.35 282.65 152.75 227.44 246.47 232.38" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="0.5"></polygon><polygon points="246.47 232.38 261.31 262.24 209.35 282.65 246.47 232.38" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="0.5"></polygon><polygon points="246.47 232.38 261.31 262.24 340.18 249.25 246.47 232.38" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="0.5"></polygon><polygon points="501.62 198.68 427.4 262.24 419.05 183.37 501.62 198.68" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="0.5"></polygon><circle cx="45.12" cy="262.24" r="5.22" fill="#fff"></circle><circle cx="5.22" cy="192.65" r="5.22" fill="#fff"></circle><circle cx="33.06" cy="177.8" r="5.22" fill="#fff"></circle><circle cx="51.62" cy="115.64" r="5.22" fill="#fff"></circle><circle cx="106.36" cy="88.73" r="5.22" fill="#fff"></circle><circle cx="119.35" cy="30.27" r="5.22" fill="#fff"></circle><circle cx="213.99" cy="5.22" r="5.22" fill="#fff"></circle><circle cx="209.35" cy="36.43" r="5.22" fill="#fff"></circle><circle cx="340.18" cy="43.26" r="5.22" fill="#fff"></circle><circle cx="478.43" cy="56.25" r="5.22" fill="#fff"></circle><circle cx="532.24" cy="109.14" r="5.22" fill="#fff"></circle><circle cx="580.49" cy="165.74" r="5.22" fill="#fff"></circle><circle cx="619.46" cy="259.45" r="5.22" fill="#fff"></circle><circle cx="598.94" cy="210.1" r="5.22" fill="#fff"></circle><circle cx="522.04" cy="281.72" r="5.22" fill="#fff"></circle><circle cx="536.88" cy="240.9" r="5.22" fill="#fff"></circle><circle cx="285.43" cy="79.45" r="5.22" fill="#fff"></circle><circle cx="398.63" cy="72.96" r="5.22" fill="#fff"></circle><circle cx="471" cy="106.36" r="5.22" fill="#fff"></circle><circle cx="393.99" cy="291.93" r="5.22" fill="#fff"></circle><circle cx="334.61" cy="291.93" r="5.22" fill="#fff"></circle><circle cx="122.13" cy="287.29" r="5.22" fill="#fff"></circle><circle cx="343.89" cy="154.14" r="5.22" fill="#fff"></circle><circle cx="194.5" cy="85.95" r="5.22" fill="#fff"></circle><circle cx="233.47" cy="154.14" r="5.22" fill="#fff"></circle><circle cx="122.13" cy="126.77" r="5.22" fill="#fff"></circle><circle cx="98.94" cy="219.56" r="5.22" fill="#fff"></circle><circle cx="118.42" cy="192.65" r="5.22" fill="#fff"></circle><circle cx="152.75" cy="227.44" r="5.22" fill="#fff"></circle><circle cx="209.35" cy="282.65" r="5.22" fill="#fff"></circle><circle cx="340.18" cy="249.25" r="5.22" fill="#fff"></circle><circle cx="261.31" cy="262.24" r="5.22" fill="#fff"></circle><circle cx="246.46" cy="232.37" r="5.22" fill="#fff"></circle><circle cx="419.05" cy="183.37" r="5.22" fill="#fff"></circle><circle cx="427.4" cy="262.24" r="5.22" fill="#fff"></circle><circle cx="501.62" cy="198.68" r="5.22" fill="#fff"></circle></g></g><g id="stone"><polygon id="stone-bg" points="226.68 330.71 220.61 326.46 216 325.12 209.2 325.73 203.25 330.46 203.14 330.71 201.58 328.19 199.45 326.91 199.45 322.96 196.81 311.87 189.61 300.78 172.13 291.84 162.59 294.88 153.19 303.46 149.08 318.31 147.9 330.83 147.9 340.31 171.69 340.72 171.98 340.73 172.09 341.3 185.56 341.3 190.11 341.3 195.48 341.3 198.21 341.3 201.82 341.3 201.92 341.63 209.2 341.12 216.12 340.64 219.82 340.38 228.02 339.81 228.02 336.9 226.68 330.71" fill="#e5c5ac"></polygon><polygon points="179.19 340.85 180.65 335.84 171.69 340.72 179.19 340.85" fill="#d8ab94"></polygon><polygon points="178.3 321.89 171.69 331.1 180.65 335.84 178.3 321.89" fill="#e3bba2"></polygon><polygon points="180.65 335.84 185.94 327.43 178.3 321.89 180.65 335.84" fill="#d7ad98"></polygon><polygon points="178.3 321.89 185.94 318.49 188 325.64 185.94 327.43 178.3 321.89" fill="#d6a593"></polygon><polygon points="178.3 321.89 170.67 310.98 182.12 304.54 185.94 318.49 178.3 321.89" fill="#c6958a"></polygon><polygon points="182.12 304.54 189.61 300.78 193.43 316.52 185.94 318.49 182.12 304.54" fill="#b6909b"></polygon><polygon points="193.43 316.52 193.43 327.43 188 325.64 185.94 318.49 193.43 316.52" fill="#af8691"></polygon><polygon points="193.43 316.52 196.81 311.87 189.61 300.78 193.43 316.52" fill="#c9aab1"></polygon><polygon points="196.81 311.87 199.45 322.96 193.43 327.43 193.43 316.52 196.81 311.87" fill="#bc9ca1"></polygon><polygon points="193.43 327.43 191.08 341.06 199.45 341.2 199.45 322.96 193.43 327.43" fill="#c09794"></polygon><polygon points="180.65 335.84 187.78 336.55 191.08 341.06 179.19 340.85 180.65 335.84" fill="#d2a795"></polygon><polygon points="187.78 336.55 193.43 327.43 188 325.64 185.94 327.43 187.78 336.55" fill="#ba9292"></polygon><polygon points="185.94 327.43 180.65 335.84 187.78 336.55 185.94 327.43" fill="#cca298"></polygon><polygon points="171.69 331.1 163.91 338.34 171.69 340.72 180.65 335.84 171.69 331.1" fill="#d1a68f"></polygon><polygon points="163.91 338.34 147.9 340.31 171.69 340.72 163.91 338.34" fill="#d4ad96"></polygon><polygon points="163.91 338.34 161.49 332.08 147.9 330.83 147.9 340.31 163.91 338.34" fill="#eed6ba"></polygon><polygon points="147.9 330.83 155.91 324.21 157.74 313.21 149.08 318.31 147.9 330.83" fill="#f6e8ce"></polygon><polygon points="155.91 324.21 161.49 332.08 147.9 330.83 155.91 324.21" fill="#eed3b7"></polygon><polygon points="155.91 324.21 167.22 318.49 157.74 313.21 155.91 324.21" fill="#f2e0c2"></polygon><polygon points="157.74 313.21 161.49 300.78 153.19 303.46 149.08 318.31 157.74 313.21" fill="#f8e9d5"></polygon><polygon points="161.49 300.78 172.13 291.84 162.59 294.88 153.19 303.46 161.49 300.78" fill="#f9eedf"></polygon><polygon points="161.49 332.08 167.22 318.49 155.91 324.21 161.49 332.08" fill="#f3d9b9"></polygon><polygon points="167.22 318.49 171.69 331.1 163.91 338.34 161.49 332.08 167.22 318.49" fill="#e5c5ac"></polygon><polygon points="167.22 318.49 170.67 310.98 178.3 321.89 171.69 331.1 167.22 318.49" fill="#e9c9b4"></polygon><polygon points="170.67 310.98 161.49 300.78 157.74 313.21 167.22 318.49 170.67 310.98" fill="#f3dabd"></polygon><polygon points="172.13 291.84 170.67 310.98 161.49 300.78 172.13 291.84" fill="#f5d4b0"></polygon><polygon points="172.13 291.84 182.12 304.54 170.67 310.98 172.13 291.84" fill="#bc8b86"></polygon><polygon points="172.13 291.84 189.61 300.78 182.12 304.54 172.13 291.84" fill="#be9ea7"></polygon><polygon points="193.43 327.43 187.78 336.55 191.08 341.06 193.43 327.43" fill="#ab878d"></polygon><polygon points="172.09 341.3 176.28 336.84 183.83 334.65 185.56 341.3 172.09 341.3" fill="#ecd1b6"></polygon><polygon points="185.56 341.3 190.11 341.3 193.3 336.11 193.94 326 183.83 334.65 185.56 341.3" fill="#e5c3a9"></polygon><polygon points="193.3 336.11 203.95 332.01 198.21 341.3 195.48 341.3 193.3 336.11" fill="#876769"></polygon><polygon points="193.94 326 201.58 328.19 203.95 332.01 193.3 336.11 193.94 326" fill="#a27c88"></polygon><polygon points="180.64 322.73 193.94 326 201.58 328.19 192.48 322.73 180.64 322.73" fill="#d4ada7"></polygon><polygon points="170.81 334.38 176.28 336.84 172.09 341.3 170.81 334.38" fill="#ebcbb7"></polygon><polygon points="175.71 330.49 170.81 334.38 176.28 336.84 183.83 334.65 175.71 330.49" fill="#f1d5c2"></polygon><polygon points="193.3 336.11 190.11 341.3 195.48 341.3 193.3 336.11" fill="#d8ac9b"></polygon><polygon points="203.95 332.01 198.21 341.3 205.41 341.3 203.95 332.01" fill="#574345"></polygon><polygon points="173 329.1 170.81 334.38 175.71 330.49 180.64 322.73 173 329.1" fill="#f9e2cc"></polygon><polygon points="180.64 322.73 175.71 330.49 183.83 334.65 193.94 326 180.64 322.73" fill="#eed0b6"></polygon><polygon points="220.13 337.56 216.12 340.64 219.82 340.38 220.13 337.56" fill="#c5988f"></polygon><polygon points="205.8 337.87 209.2 341.12 201.92 341.63 201.07 338.84 205.8 337.87" fill="#745263"></polygon><polygon points="219.82 340.38 220.13 337.56 228.02 336.9 228.02 339.81 219.82 340.38" fill="#a68180"></polygon><polygon points="220.13 337.56 223.04 331.44 228.02 336.9 220.13 337.56" fill="#bb9994"></polygon><polygon points="223.04 331.44 226.68 330.71 228.02 336.9 223.04 331.44" fill="#c1a2ab"></polygon><polygon points="223.04 331.44 215.21 326.46 220.61 326.46 226.68 330.71 223.04 331.44" fill="#c9aca4"></polygon><polygon points="215.21 326.46 209.2 325.73 216 325.12 220.61 326.46 215.21 326.46" fill="#eac6bb"></polygon><polygon points="209.2 325.73 203.25 330.46 209.2 331.07 215.21 326.46 209.2 325.73" fill="#f2dabd"></polygon><polygon points="209.2 331.07 220.13 337.56 223.04 331.44 215.21 326.46 209.2 331.07" fill="#e7c9b6"></polygon><polygon points="216.12 340.64 207.02 334.5 209.2 331.07 220.13 337.56 216.12 340.64" fill="#e5c6af"></polygon><polygon points="207.02 334.5 203.25 330.46 209.2 331.07 207.02 334.5" fill="#f6dec7"></polygon><polygon points="201.07 335.08 207.02 334.5 203.25 330.46 201.07 335.08" fill="#b18f9d"></polygon><polygon points="207.02 334.5 205.8 337.87 201.07 338.84 201.07 335.08 207.02 334.5" fill="#a37d8d"></polygon><polygon points="205.8 337.87 207.02 334.5 216.12 340.64 209.2 341.12 205.8 337.87" fill="#977082"></polygon></g></g></svg></div> <div class="cloud1_3oxTUM" style="transform: translate3d(0px, -2926px, 0px);"><svg id="cloud" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 355 166"><title>cloud</title><polygon id="cloud-bg" points="295.8 60 228.69 2.08 127.42 0 46.93 37.72 45.33 82.27 0.83 108.61 0 135.83 63.79 155.15 169.46 161.31 233.27 166.5 341.71 124.27 355.28 86.84 295.8 60" fill="#fffffd"></polygon><polygon points="263.39 99.51 152.31 131.05 133.36 92.29 263.39 99.51" fill="#fffffd"></polygon><polygon points="127.42 38.17 263.39 99.51 133.36 92.29 127.42 38.17" fill="#fdfbee"></polygon><polygon points="45.33 82.27 133.36 92.29 127.42 38.17 45.33 82.27" fill="#fffffd"></polygon><polygon points="127.42 38.17 127.42 0 46.93 37.72 127.42 38.17" fill="#fdfbee"></polygon><polygon points="295.8 60 263.39 99.51 127.42 38.17 295.8 60" fill="#fdfbee"></polygon><polygon points="295.8 60 228.69 2.08 127.42 38.17 127.42 38.17 295.8 60" fill="#f6f4ef"></polygon><polygon points="228.69 2.08 127.42 0 127.42 38.17 228.69 2.08" fill="#fffffd"></polygon><polygon points="133.36 92.29 152.31 131.05 45.33 82.27 133.36 92.29" fill="#ece5d2"></polygon><polygon points="49.97 106.45 152.31 131.05 63.79 155.15 49.97 106.45" fill="#fdfbee"></polygon><polygon points="0 135.83 63.79 155.15 49.97 106.45 0 135.83" fill="#ece5d2"></polygon><polygon points="0.83 108.61 49.97 106.45 0 135.83 0.83 108.61" fill="#ece5d2"></polygon><polygon points="49.97 106.45 45.33 82.27 0.83 108.61 49.97 106.45" fill="#fdfbee"></polygon><polygon points="45.33 82.27 152.31 131.05 49.97 106.45 45.33 82.27" fill="#fffffd"></polygon><polygon points="186.63 140.84 263.39 99.51 289.12 133.44 186.63 140.84" fill="#fffffd"></polygon><polygon points="233.27 166.5 289.12 133.44 186.63 140.84 233.27 166.5" fill="#fdfbee"></polygon><polygon points="169.46 161.31 186.63 140.84 233.27 166.5 169.46 161.31" fill="#aeaaa2"></polygon><polygon points="186.63 140.84 152.31 131.05 169.46 161.31 186.63 140.84" fill="#d9d7d1"></polygon><polygon points="152.31 131.05 263.39 99.51 186.63 140.84 152.31 131.05" fill="#fdfbee"></polygon><polygon points="316.09 103.27 295.8 60 355.28 86.84 316.09 103.27" fill="#fdfbee"></polygon><polygon points="341.71 124.27 355.28 86.84 316.09 103.27 341.71 124.27" fill="#d9d7d1"></polygon><polygon points="289.12 133.44 316.09 103.27 341.71 124.27 289.12 133.44" fill="#aeaaa2"></polygon><polygon points="316.09 103.27 263.39 99.51 289.12 133.44 316.09 103.27" fill="#ece5d2"></polygon><polygon points="263.39 99.51 295.8 60 316.09 103.27 263.39 99.51" fill="#f6f4ef"></polygon><polygon points="169.46 161.31 63.79 155.15 152.31 131.05 169.46 161.31" fill="#aeaaa2"></polygon><polygon points="233.27 166.5 289.12 133.44 341.71 124.27 233.27 166.5" fill="#aeaaa2"></polygon><polygon points="46.93 37.72 127.42 38.17 45.33 82.27 46.93 37.72" fill="#ece5d2"></polygon></svg></div><div class="cloud2_3oxTUM" style="transform: translate3d(0px, -1463px, 0px);"><svg id="cloud" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 355 166"><title>cloud</title><polygon id="cloud-bg" points="295.8 60 228.69 2.08 127.42 0 46.93 37.72 45.33 82.27 0.83 108.61 0 135.83 63.79 155.15 169.46 161.31 233.27 166.5 341.71 124.27 355.28 86.84 295.8 60" fill="#fffffd"></polygon><polygon points="263.39 99.51 152.31 131.05 133.36 92.29 263.39 99.51" fill="#fffffd"></polygon><polygon points="127.42 38.17 263.39 99.51 133.36 92.29 127.42 38.17" fill="#fdfbee"></polygon><polygon points="45.33 82.27 133.36 92.29 127.42 38.17 45.33 82.27" fill="#fffffd"></polygon><polygon points="127.42 38.17 127.42 0 46.93 37.72 127.42 38.17" fill="#fdfbee"></polygon><polygon points="295.8 60 263.39 99.51 127.42 38.17 295.8 60" fill="#fdfbee"></polygon><polygon points="295.8 60 228.69 2.08 127.42 38.17 127.42 38.17 295.8 60" fill="#f6f4ef"></polygon><polygon points="228.69 2.08 127.42 0 127.42 38.17 228.69 2.08" fill="#fffffd"></polygon><polygon points="133.36 92.29 152.31 131.05 45.33 82.27 133.36 92.29" fill="#ece5d2"></polygon><polygon points="49.97 106.45 152.31 131.05 63.79 155.15 49.97 106.45" fill="#fdfbee"></polygon><polygon points="0 135.83 63.79 155.15 49.97 106.45 0 135.83" fill="#ece5d2"></polygon><polygon points="0.83 108.61 49.97 106.45 0 135.83 0.83 108.61" fill="#ece5d2"></polygon><polygon points="49.97 106.45 45.33 82.27 0.83 108.61 49.97 106.45" fill="#fdfbee"></polygon><polygon points="45.33 82.27 152.31 131.05 49.97 106.45 45.33 82.27" fill="#fffffd"></polygon><polygon points="186.63 140.84 263.39 99.51 289.12 133.44 186.63 140.84" fill="#fffffd"></polygon><polygon points="233.27 166.5 289.12 133.44 186.63 140.84 233.27 166.5" fill="#fdfbee"></polygon><polygon points="169.46 161.31 186.63 140.84 233.27 166.5 169.46 161.31" fill="#aeaaa2"></polygon><polygon points="186.63 140.84 152.31 131.05 169.46 161.31 186.63 140.84" fill="#d9d7d1"></polygon><polygon points="152.31 131.05 263.39 99.51 186.63 140.84 152.31 131.05" fill="#fdfbee"></polygon><polygon points="316.09 103.27 295.8 60 355.28 86.84 316.09 103.27" fill="#fdfbee"></polygon><polygon points="341.71 124.27 355.28 86.84 316.09 103.27 341.71 124.27" fill="#d9d7d1"></polygon><polygon points="289.12 133.44 316.09 103.27 341.71 124.27 289.12 133.44" fill="#aeaaa2"></polygon><polygon points="316.09 103.27 263.39 99.51 289.12 133.44 316.09 103.27" fill="#ece5d2"></polygon><polygon points="263.39 99.51 295.8 60 316.09 103.27 263.39 99.51" fill="#f6f4ef"></polygon><polygon points="169.46 161.31 63.79 155.15 152.31 131.05 169.46 161.31" fill="#aeaaa2"></polygon><polygon points="233.27 166.5 289.12 133.44 341.71 124.27 233.27 166.5" fill="#aeaaa2"></polygon><polygon points="46.93 37.72 127.42 38.17 45.33 82.27 46.93 37.72" fill="#ece5d2"></polygon></svg></div><div class="cloud3_3oxTUM" style="transform: translate3d(0px, -3658px, 0px);"><svg id="cloud" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 355 166"><title>cloud</title><polygon id="cloud-bg" points="295.8 60 228.69 2.08 127.42 0 46.93 37.72 45.33 82.27 0.83 108.61 0 135.83 63.79 155.15 169.46 161.31 233.27 166.5 341.71 124.27 355.28 86.84 295.8 60" fill="#fffffd"></polygon><polygon points="263.39 99.51 152.31 131.05 133.36 92.29 263.39 99.51" fill="#fffffd"></polygon><polygon points="127.42 38.17 263.39 99.51 133.36 92.29 127.42 38.17" fill="#fdfbee"></polygon><polygon points="45.33 82.27 133.36 92.29 127.42 38.17 45.33 82.27" fill="#fffffd"></polygon><polygon points="127.42 38.17 127.42 0 46.93 37.72 127.42 38.17" fill="#fdfbee"></polygon><polygon points="295.8 60 263.39 99.51 127.42 38.17 295.8 60" fill="#fdfbee"></polygon><polygon points="295.8 60 228.69 2.08 127.42 38.17 127.42 38.17 295.8 60" fill="#f6f4ef"></polygon><polygon points="228.69 2.08 127.42 0 127.42 38.17 228.69 2.08" fill="#fffffd"></polygon><polygon points="133.36 92.29 152.31 131.05 45.33 82.27 133.36 92.29" fill="#ece5d2"></polygon><polygon points="49.97 106.45 152.31 131.05 63.79 155.15 49.97 106.45" fill="#fdfbee"></polygon><polygon points="0 135.83 63.79 155.15 49.97 106.45 0 135.83" fill="#ece5d2"></polygon><polygon points="0.83 108.61 49.97 106.45 0 135.83 0.83 108.61" fill="#ece5d2"></polygon><polygon points="49.97 106.45 45.33 82.27 0.83 108.61 49.97 106.45" fill="#fdfbee"></polygon><polygon points="45.33 82.27 152.31 131.05 49.97 106.45 45.33 82.27" fill="#fffffd"></polygon><polygon points="186.63 140.84 263.39 99.51 289.12 133.44 186.63 140.84" fill="#fffffd"></polygon><polygon points="233.27 166.5 289.12 133.44 186.63 140.84 233.27 166.5" fill="#fdfbee"></polygon><polygon points="169.46 161.31 186.63 140.84 233.27 166.5 169.46 161.31" fill="#aeaaa2"></polygon><polygon points="186.63 140.84 152.31 131.05 169.46 161.31 186.63 140.84" fill="#d9d7d1"></polygon><polygon points="152.31 131.05 263.39 99.51 186.63 140.84 152.31 131.05" fill="#fdfbee"></polygon><polygon points="316.09 103.27 295.8 60 355.28 86.84 316.09 103.27" fill="#fdfbee"></polygon><polygon points="341.71 124.27 355.28 86.84 316.09 103.27 341.71 124.27" fill="#d9d7d1"></polygon><polygon points="289.12 133.44 316.09 103.27 341.71 124.27 289.12 133.44" fill="#aeaaa2"></polygon><polygon points="316.09 103.27 263.39 99.51 289.12 133.44 316.09 103.27" fill="#ece5d2"></polygon><polygon points="263.39 99.51 295.8 60 316.09 103.27 263.39 99.51" fill="#f6f4ef"></polygon><polygon points="169.46 161.31 63.79 155.15 152.31 131.05 169.46 161.31" fill="#aeaaa2"></polygon><polygon points="233.27 166.5 289.12 133.44 341.71 124.27 233.27 166.5" fill="#aeaaa2"></polygon><polygon points="46.93 37.72 127.42 38.17 45.33 82.27 46.93 37.72" fill="#ece5d2"></polygon></svg></div><div class="cloud4_3oxTUM" style="transform: translate3d(0px, -1463px, 0px);"><svg id="cloud" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 355 166"><title>cloud</title><polygon id="cloud-bg" points="295.8 60 228.69 2.08 127.42 0 46.93 37.72 45.33 82.27 0.83 108.61 0 135.83 63.79 155.15 169.46 161.31 233.27 166.5 341.71 124.27 355.28 86.84 295.8 60" fill="#fffffd"></polygon><polygon points="263.39 99.51 152.31 131.05 133.36 92.29 263.39 99.51" fill="#fffffd"></polygon><polygon points="127.42 38.17 263.39 99.51 133.36 92.29 127.42 38.17" fill="#fdfbee"></polygon><polygon points="45.33 82.27 133.36 92.29 127.42 38.17 45.33 82.27" fill="#fffffd"></polygon><polygon points="127.42 38.17 127.42 0 46.93 37.72 127.42 38.17" fill="#fdfbee"></polygon><polygon points="295.8 60 263.39 99.51 127.42 38.17 295.8 60" fill="#fdfbee"></polygon><polygon points="295.8 60 228.69 2.08 127.42 38.17 127.42 38.17 295.8 60" fill="#f6f4ef"></polygon><polygon points="228.69 2.08 127.42 0 127.42 38.17 228.69 2.08" fill="#fffffd"></polygon><polygon points="133.36 92.29 152.31 131.05 45.33 82.27 133.36 92.29" fill="#ece5d2"></polygon><polygon points="49.97 106.45 152.31 131.05 63.79 155.15 49.97 106.45" fill="#fdfbee"></polygon><polygon points="0 135.83 63.79 155.15 49.97 106.45 0 135.83" fill="#ece5d2"></polygon><polygon points="0.83 108.61 49.97 106.45 0 135.83 0.83 108.61" fill="#ece5d2"></polygon><polygon points="49.97 106.45 45.33 82.27 0.83 108.61 49.97 106.45" fill="#fdfbee"></polygon><polygon points="45.33 82.27 152.31 131.05 49.97 106.45 45.33 82.27" fill="#fffffd"></polygon><polygon points="186.63 140.84 263.39 99.51 289.12 133.44 186.63 140.84" fill="#fffffd"></polygon><polygon points="233.27 166.5 289.12 133.44 186.63 140.84 233.27 166.5" fill="#fdfbee"></polygon><polygon points="169.46 161.31 186.63 140.84 233.27 166.5 169.46 161.31" fill="#aeaaa2"></polygon><polygon points="186.63 140.84 152.31 131.05 169.46 161.31 186.63 140.84" fill="#d9d7d1"></polygon><polygon points="152.31 131.05 263.39 99.51 186.63 140.84 152.31 131.05" fill="#fdfbee"></polygon><polygon points="316.09 103.27 295.8 60 355.28 86.84 316.09 103.27" fill="#fdfbee"></polygon><polygon points="341.71 124.27 355.28 86.84 316.09 103.27 341.71 124.27" fill="#d9d7d1"></polygon><polygon points="289.12 133.44 316.09 103.27 341.71 124.27 289.12 133.44" fill="#aeaaa2"></polygon><polygon points="316.09 103.27 263.39 99.51 289.12 133.44 316.09 103.27" fill="#ece5d2"></polygon><polygon points="263.39 99.51 295.8 60 316.09 103.27 263.39 99.51" fill="#f6f4ef"></polygon><polygon points="169.46 161.31 63.79 155.15 152.31 131.05 169.46 161.31" fill="#aeaaa2"></polygon><polygon points="233.27 166.5 289.12 133.44 341.71 124.27 233.27 166.5" fill="#aeaaa2"></polygon><polygon points="46.93 37.72 127.42 38.17 45.33 82.27 46.93 37.72" fill="#ece5d2"></polygon></svg></div><div class="cloud5_3oxTUM" style="transform: translate3d(0px, -2926px, 0px);"><svg id="cloud" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 355 166"><title>cloud</title><polygon id="cloud-bg" points="295.8 60 228.69 2.08 127.42 0 46.93 37.72 45.33 82.27 0.83 108.61 0 135.83 63.79 155.15 169.46 161.31 233.27 166.5 341.71 124.27 355.28 86.84 295.8 60" fill="#fffffd"></polygon><polygon points="263.39 99.51 152.31 131.05 133.36 92.29 263.39 99.51" fill="#fffffd"></polygon><polygon points="127.42 38.17 263.39 99.51 133.36 92.29 127.42 38.17" fill="#fdfbee"></polygon><polygon points="45.33 82.27 133.36 92.29 127.42 38.17 45.33 82.27" fill="#fffffd"></polygon><polygon points="127.42 38.17 127.42 0 46.93 37.72 127.42 38.17" fill="#fdfbee"></polygon><polygon points="295.8 60 263.39 99.51 127.42 38.17 295.8 60" fill="#fdfbee"></polygon><polygon points="295.8 60 228.69 2.08 127.42 38.17 127.42 38.17 295.8 60" fill="#f6f4ef"></polygon><polygon points="228.69 2.08 127.42 0 127.42 38.17 228.69 2.08" fill="#fffffd"></polygon><polygon points="133.36 92.29 152.31 131.05 45.33 82.27 133.36 92.29" fill="#ece5d2"></polygon><polygon points="49.97 106.45 152.31 131.05 63.79 155.15 49.97 106.45" fill="#fdfbee"></polygon><polygon points="0 135.83 63.79 155.15 49.97 106.45 0 135.83" fill="#ece5d2"></polygon><polygon points="0.83 108.61 49.97 106.45 0 135.83 0.83 108.61" fill="#ece5d2"></polygon><polygon points="49.97 106.45 45.33 82.27 0.83 108.61 49.97 106.45" fill="#fdfbee"></polygon><polygon points="45.33 82.27 152.31 131.05 49.97 106.45 45.33 82.27" fill="#fffffd"></polygon><polygon points="186.63 140.84 263.39 99.51 289.12 133.44 186.63 140.84" fill="#fffffd"></polygon><polygon points="233.27 166.5 289.12 133.44 186.63 140.84 233.27 166.5" fill="#fdfbee"></polygon><polygon points="169.46 161.31 186.63 140.84 233.27 166.5 169.46 161.31" fill="#aeaaa2"></polygon><polygon points="186.63 140.84 152.31 131.05 169.46 161.31 186.63 140.84" fill="#d9d7d1"></polygon><polygon points="152.31 131.05 263.39 99.51 186.63 140.84 152.31 131.05" fill="#fdfbee"></polygon><polygon points="316.09 103.27 295.8 60 355.28 86.84 316.09 103.27" fill="#fdfbee"></polygon><polygon points="341.71 124.27 355.28 86.84 316.09 103.27 341.71 124.27" fill="#d9d7d1"></polygon><polygon points="289.12 133.44 316.09 103.27 341.71 124.27 289.12 133.44" fill="#aeaaa2"></polygon><polygon points="316.09 103.27 263.39 99.51 289.12 133.44 316.09 103.27" fill="#ece5d2"></polygon><polygon points="263.39 99.51 295.8 60 316.09 103.27 263.39 99.51" fill="#f6f4ef"></polygon><polygon points="169.46 161.31 63.79 155.15 152.31 131.05 169.46 161.31" fill="#aeaaa2"></polygon><polygon points="233.27 166.5 289.12 133.44 341.71 124.27 233.27 166.5" fill="#aeaaa2"></polygon><polygon points="46.93 37.72 127.42 38.17 45.33 82.27 46.93 37.72" fill="#ece5d2"></polygon></svg></div></section><section id="smartcontractUI" class="section_1dIrHZ"><div class="content_1dIrHZ"><h2 class="subTitle_26MOtH subTitleColor_1dIrHZ">Play Editor</h2><article class="article_26MOtH">Web
based IDE with interactive UI generator for easy writing, deploying and
interacting with Solidity smart contracts. Supported by the Ethereum
Foundation.</article><a href="https://playproject.io/play-ed/" target="_blank" class="button_26MOtH buttonBg_1dIrHZ">Get started</a></div><div class="scene_1dIrHZ"><div class="objects_1dIrHZ"><img src="fichiers/logo.html" alt="Play Editor logo" class="logo_1dIrHZ"><img src="fichiers/smart-contract-ui.jpg" alt="Play Editor" class="screenshot_1dIrHZ"><div class="deco_1dIrHZ"><div class="stone_1dIrHZ"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 106.09 65.71"><title>stone</title><g id="stone"><polygon id="stone-bg" points="104.53 53.09 96.98 47.13 91.1 45.06 82.24 45.34 74.18 51.03 73.85 51.63 71.76 48.26 66.94 45.36 66.94 40.41 63.5 26.01 54.16 11.61 31.47 0 19.07 3.95 6.87 15.1 1.53 34.37 0 50.63 0 62.93 30.89 63.47 33.14 63.51 33.47 65.28 50.96 65.28 56.87 65.28 63.84 65.28 67.39 65.28 71.58 65.28 71.61 65.4 81.09 65.29 90.1 65.18 94.92 65.12 105.58 64.99 105.8 61.22 104.53 53.09" fill="#e9c9b4"></polygon><polygon points="40.62 63.64 42.53 57.13 30.89 63.47 40.62 63.64" fill="#d8ab94"></polygon><polygon points="39.48 39.02 30.89 50.97 42.53 57.13 39.48 39.02" fill="#e3bba2"></polygon><polygon points="42.53 57.13 49.39 46.21 39.48 39.02 42.53 57.13" fill="#d7ad98"></polygon><polygon points="39.48 39.02 49.39 34.6 52.06 43.89 49.39 46.21 39.48 39.02" fill="#d6a593"></polygon><polygon points="39.48 39.02 29.56 24.85 44.43 16.49 49.39 34.6 39.48 39.02" fill="#c6958a"></polygon><polygon points="44.43 16.49 54.16 11.61 59.12 32.05 49.39 34.6 44.43 16.49" fill="#b6909b"></polygon><polygon points="59.12 32.05 59.12 46.21 52.06 43.89 49.39 34.6 59.12 32.05" fill="#af8691"></polygon><polygon points="59.12 32.05 63.5 26.01 54.16 11.61 59.12 32.05" fill="#c9aab1"></polygon><polygon points="63.5 26.01 66.94 40.41 59.12 46.21 59.12 32.05 63.5 26.01" fill="#bc9ca1"></polygon><polygon points="59.12 46.21 56.07 63.91 66.94 64.09 66.94 40.41 59.12 46.21" fill="#c09794"></polygon><polygon points="42.53 57.13 51.78 58.06 56.07 63.91 40.62 63.64 42.53 57.13" fill="#d2a795"></polygon><polygon points="51.78 58.06 59.12 46.21 52.06 43.89 49.39 46.21 51.78 58.06" fill="#ba9292"></polygon><polygon points="49.39 46.21 42.53 57.13 51.78 58.06 49.39 46.21" fill="#cca298"></polygon><polygon points="30.89 50.97 20.79 60.38 30.89 63.47 42.53 57.13 30.89 50.97" fill="#d1a68f"></polygon><polygon points="20.79 60.38 0 62.93 30.89 63.47 20.79 60.38" fill="#d4ad96"></polygon><polygon points="20.79 60.38 17.64 52.25 0 50.63 0 62.93 20.79 60.38" fill="#eed6ba"></polygon><polygon points="0 50.63 10.39 42.03 12.78 27.75 1.53 34.37 0 50.63" fill="#f6e8ce"></polygon><polygon points="10.39 42.03 17.64 52.25 0 50.63 10.39 42.03" fill="#eed3b7"></polygon><polygon points="10.39 42.03 25.08 34.6 12.78 27.75 10.39 42.03" fill="#f2e0c2"></polygon><polygon points="12.78 27.75 17.64 11.61 6.87 15.1 1.53 34.37 12.78 27.75" fill="#f8e9d5"></polygon><polygon points="17.64 11.61 31.47 0 19.07 3.95 6.87 15.1 17.64 11.61" fill="#f9eedf"></polygon><polygon points="17.64 52.25 25.08 34.6 10.39 42.03 17.64 52.25" fill="#f3d9b9"></polygon><polygon points="25.08 34.6 30.89 50.97 20.79 60.38 17.64 52.25 25.08 34.6" fill="#e5c5ac"></polygon><polygon points="25.08 34.6 29.56 24.85 39.48 39.02 30.89 50.97 25.08 34.6" fill="#e9c9b4"></polygon><polygon points="29.56 24.85 17.64 11.61 12.78 27.75 25.08 34.6 29.56 24.85" fill="#f3dabd"></polygon><polygon points="31.47 0 29.56 24.85 17.64 11.61 31.47 0" fill="#f5d4b0"></polygon><polygon points="31.47 0 44.43 16.49 29.56 24.85 31.47 0" fill="#bc8b86"></polygon><polygon points="31.47 0 54.16 11.61 44.43 16.49 31.47 0" fill="#be9ea7"></polygon><polygon points="59.12 46.21 51.78 58.06 56.07 63.91 59.12 46.21" fill="#ab878d"></polygon><polygon points="33.47 65.28 38.91 59.49 48.72 56.65 50.96 65.28 33.47 65.28" fill="#ecd1b6"></polygon><polygon points="50.96 65.28 56.87 65.28 61.01 58.54 61.84 45.42 48.72 56.65 50.96 65.28" fill="#e5c3a9"></polygon><polygon points="61.01 58.54 74.84 53.22 67.39 65.28 63.84 65.28 61.01 58.54" fill="#876769"></polygon><polygon points="61.84 45.42 71.76 48.26 74.84 53.22 61.01 58.54 61.84 45.42" fill="#a27c88"></polygon><polygon points="44.58 41.17 61.84 45.42 71.76 48.26 59.94 41.17 44.58 41.17" fill="#d4ada7"></polygon><polygon points="31.81 56.3 38.91 59.49 33.47 65.28 31.81 56.3" fill="#ebcbb7"></polygon><polygon points="38.18 51.25 31.81 56.3 38.91 59.49 48.72 56.65 38.18 51.25" fill="#f1d5c2"></polygon><polygon points="61.01 58.54 56.87 65.28 63.84 65.28 61.01 58.54" fill="#d8ac9b"></polygon><polygon points="74.84 53.22 67.39 65.28 76.73 65.28 74.84 53.22" fill="#574345"></polygon><polygon points="34.65 49.44 31.81 56.3 38.18 51.25 44.58 41.17 34.65 49.44" fill="#f9e2cc"></polygon><polygon points="44.58 41.17 38.18 51.25 48.72 56.65 61.84 45.42 44.58 41.17" fill="#eed0b6"></polygon><polygon points="95.52 61.49 90.1 65.18 94.92 65.12 95.52 61.49" fill="#c5988f"></polygon><polygon points="76.93 60.82 81.09 65.29 71.61 65.4 70.72 61.72 76.93 60.82" fill="#745263"></polygon><polygon points="94.92 65.12 95.52 61.49 105.8 61.22 105.58 64.99 94.92 65.12" fill="#a68180"></polygon><polygon points="95.52 61.49 99.75 53.76 105.8 61.22 95.52 61.49" fill="#bb9994"></polygon><polygon points="99.75 53.76 104.53 53.09 105.8 61.22 99.75 53.76" fill="#c1a2ab"></polygon><polygon points="99.75 53.76 89.97 46.73 96.98 47.13 104.53 53.09 99.75 53.76" fill="#c9aca4"></polygon><polygon points="89.97 46.73 82.24 45.34 91.1 45.06 96.98 47.13 89.97 46.73" fill="#eac6bb"></polygon><polygon points="82.24 45.34 74.18 51.03 81.84 52.26 89.97 46.73 82.24 45.34" fill="#f2dabd"></polygon><polygon points="81.84 52.26 95.52 61.49 99.75 53.76 89.97 46.73 81.84 52.26" fill="#e7c9b6"></polygon><polygon points="90.1 65.18 78.75 56.54 81.84 52.26 95.52 61.49 90.1 65.18" fill="#e5c6af"></polygon><polygon points="78.75 56.54 74.18 51.03 81.84 52.26 78.75 56.54" fill="#f6dec7"></polygon><polygon points="71 56.84 78.75 56.54 74.18 51.03 71 56.84" fill="#b18f9d"></polygon><polygon points="78.75 56.54 76.93 60.82 70.72 61.72 71 56.84 78.75 56.54" fill="#a37d8d"></polygon><polygon points="76.93 60.82 78.75 56.54 90.1 65.18 81.09 65.29 76.93 60.82" fill="#977082"></polygon></g></svg></div><div class="tree_1dIrHZ"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 140.97 165.59"><title>single-tree</title><g id="single-tree"><path id="shadow" d="M0,156.6l23.74-11.53h22.4l13.31,5.76,24.19-5.76H98.72s13,2.79,14.51,2.9,18.27,2.86,18.27,2.86L141,156.6l-9.47,6.2-20,2.28-22.38-3.43-16.54,2-14.45,1.93-21.23-.49-16.28-4.51h-8.3Z" opacity="0.15"></path><polygon id="trunk-bg" points="109.8 95.24 100.13 98.58 107.63 90.72 90.74 103.42 75.09 113.23 72.92 114.84 74.61 84.37 62.84 86.1 63.5 112.38 52.3 101.86 33.58 85.57 39.1 94.28 29.27 89.41 46.14 102.17 59.73 114.69 63.67 118.87 64.16 138.11 62.69 156.6 75.69 155.6 73.82 145.07 72.85 120.46 89.11 108.94 109.8 95.24" fill="#8f4e00"></polygon><g id="trunk"><polygon points="29.27 89.41 46.14 102.17 39.1 94.28 29.27 89.41" fill="#663600"></polygon><polygon points="39.1 94.28 33.58 85.57 52.3 101.86 39.1 94.28" fill="#663600"></polygon><polygon points="46.14 102.17 52.3 101.86 39.1 94.28 46.14 102.17" fill="#8f4e00"></polygon><polygon points="46.14 102.17 59.73 114.69 52.3 101.86 46.14 102.17" fill="#663600"></polygon><polygon points="52.3 101.86 66.6 115.29 59.73 114.69 52.3 101.86" fill="#8f4e00"></polygon><polygon points="64.71 119.98 66.6 115.29 59.73 114.69 64.71 119.98" fill="#663600"></polygon><polygon points="107.63 90.72 90.74 103.42 100.13 98.58 107.63 90.72" fill="#fff" stroke="#000" stroke-miterlimit="10"></polygon><polygon points="100.13 98.58 109.8 95.24 89.11 108.94 100.13 98.58" fill="#663600"></polygon><polygon points="90.74 103.42 89.11 108.94 100.13 98.58 90.74 103.42" fill="#8f4e00"></polygon><polygon points="90.74 103.42 75.09 113.23 89.11 108.94 90.74 103.42" fill="#663600"></polygon><polygon points="89.11 108.94 71.62 121.34 75.09 113.23 89.11 108.94" fill="#8f4e00"></polygon><polygon points="70.55 116.59 71.62 121.34 75.09 113.23 70.55 116.59" fill="#663600"></polygon><polygon points="74.61 84.37 72.75 117.86 69.44 115.84 74.61 84.37" fill="#be7721"></polygon><polygon points="69.44 115.84 62.84 86.1 64.16 138.11 69.44 115.84" fill="#a66102"></polygon><polyline points="69.44 115.84 72.75 117.86 64.16 138.11" fill="#8f4e00"></polyline><polygon points="72.75 117.86 73.82 145.07 64.16 138.11 72.75 117.86" fill="#a66102"></polygon><polygon points="64.16 138.11 62.69 156.6 73.82 145.07 64.16 138.11" fill="#8f4e00"></polygon><polygon points="75.69 155.6 62.69 156.6 73.82 145.07 75.69 155.6" fill="#663600"></polygon><polygon points="69.44 115.84 74.61 84.37 62.84 86.1 69.44 115.84" fill="#8f4e00"></polygon></g><polygon id="leaves-bg" points="138.34 72.89 114.78 59.06 113.81 59.39 117.98 48.02 110.52 18.35 69.96 0 40.11 13.65 20 36.99 28.68 56.89 8.96 62.39 2 76.97 1.78 92.13 23.93 103.17 38.47 97.66 45.65 84.99 69.96 93.45 84.87 87.86 91.18 107.82 108.73 116.09 131.79 110.13 140.97 91.48 138.34 72.89" fill="#2fb3a8"></polygon><g id="leaves"><polygon points="38.47 97.66 15.12 92.63 34.71 76.24 38.47 97.66" fill="#29a299"></polygon><polygon points="38.47 97.66 47.89 81.04 34.71 76.24 38.47 97.66" fill="#1d7d75"></polygon><polygon points="38.47 97.66 23.93 103.17 15.12 92.63 38.47 97.66" fill="#229188"></polygon><polygon points="23.93 103.17 1.78 92.13 15.12 92.63 23.93 103.17" fill="#229188"></polygon><polygon points="1.78 92.13 16.51 74.39 15.12 92.63 1.78 92.13" fill="#38c1b7"></polygon><polygon points="1.78 92.13 2 76.97 16.51 74.39 1.78 92.13" fill="#40cdc4"></polygon><polygon points="16.51 74.39 34.71 76.24 15.12 92.63 16.51 74.39" fill="#3ac7be"></polygon><polygon points="16.51 74.39 22.62 61.79 2 76.97 16.51 74.39" fill="#45d5cc"></polygon><polygon points="2 76.97 8.96 62.39 22.62 61.79 2 76.97" fill="#57e6e0"></polygon><polygon points="34.71 76.24 22.62 61.79 16.51 74.39 34.71 76.24" fill="#42cfc7"></polygon><polygon points="22.62 61.79 30.06 56.5 8.96 62.39 22.62 61.79" fill="#50e3db"></polygon><polygon points="30.06 56.5 34.71 76.24 22.62 61.79 30.06 56.5" fill="#3ac7be"></polygon><polygon points="47.89 81.04 42.25 65.34 34.71 76.24 47.89 81.04" fill="#229188"></polygon><polygon points="42.25 65.34 30.06 56.5 34.71 76.24 42.25 65.34" fill="#1f857c"></polygon><polygon points="69.96 93.45 40.11 55.16 92.03 55.16 69.96 93.45" fill="#29a299"></polygon><polygon points="69.96 93.45 106.3 79.82 92.03 55.16 69.96 93.45" fill="#229188"></polygon><polygon points="69.96 93.45 40.11 83.06 40.11 55.16 69.96 93.45" fill="#229188"></polygon><polygon points="40.11 83.06 20 36.99 40.11 55.16 40.11 83.06" fill="#2fb3a8"></polygon><polygon points="20 36.99 66.07 28.55 40.11 55.16 20 36.99" fill="#34bcb2"></polygon><polygon points="20 36.99 40.11 13.65 66.07 28.55 20 36.99" fill="#4eded5"></polygon><polygon points="66.07 28.55 92.03 55.16 40.11 55.16 66.07 28.55" fill="#42cfc7"></polygon><polygon points="66.07 28.55 92.03 16.87 40.11 13.65 66.07 28.55" fill="#4bdbd2"></polygon><polygon points="40.11 13.65 69.96 0 92.03 16.87 40.11 13.65" fill="#57e6e0"></polygon><polygon points="92.03 55.16 92.03 16.87 66.07 28.55 92.03 55.16" fill="#47d7ce"></polygon><polygon points="92.03 16.87 110.52 18.35 69.96 0 92.03 16.87" fill="#50e3db"></polygon><polygon points="110.52 18.35 92.03 55.16 92.03 16.87 110.52 18.35" fill="#3ac7be"></polygon><polygon points="106.3 79.82 117.98 48.02 92.03 55.16 106.3 79.82" fill="#27a399"></polygon><polygon points="117.98 48.02 110.52 18.35 92.03 55.16 117.98 48.02" fill="#2caba2"></polygon><polygon points="108.73 116.09 92.99 90.8 124.67 94.16 108.73 116.09" fill="#29a299"></polygon><polygon points="108.73 116.09 131.79 110.13 124.67 94.16 108.73 116.09" fill="#229188"></polygon><polygon points="108.73 116.09 91.18 107.82 92.99 90.8 108.73 116.09" fill="#229188"></polygon><polygon points="91.18 107.82 81.89 78.4 92.99 90.8 91.18 107.82" fill="#2fb3a8"></polygon><polygon points="81.89 78.4 110.55 76.24 92.99 90.8 81.89 78.4" fill="#34bcb2"></polygon><polygon points="81.89 78.4 95.67 65.46 110.55 76.24 81.89 78.4" fill="#4eded5"></polygon><polygon points="110.55 76.24 124.67 94.16 92.99 90.8 110.55 76.24" fill="#42cfc7"></polygon><polygon points="110.55 76.24 127.15 70.79 95.67 65.46 110.55 76.24" fill="#4bdbd2"></polygon><polygon points="95.67 65.46 114.78 59.06 127.15 70.79 95.67 65.46" fill="#57e6e0"></polygon><polygon points="124.67 94.16 127.15 70.79 110.55 76.24 124.67 94.16" fill="#29a299"></polygon><polygon points="127.15 70.79 138.34 72.89 114.78 59.06 127.15 70.79" fill="#50e3db"></polygon><polygon points="138.34 72.89 124.67 94.16 127.15 70.79 138.34 72.89" fill="#2daca1"></polygon><polygon points="131.79 110.13 140.97 91.48 124.67 94.16 131.79 110.13" fill="#1f9e97"></polygon><polygon points="140.97 91.48 138.34 72.89 124.67 94.16 140.97 91.48" fill="#2da99f"></polygon></g></g></svg></div></div></div><div class="island_1dIrHZ"><svg xmlns="http://www.w3.org/2000/svg" xlink="http://www.w3.org/1999/xlink" viewBox="0 0 1091.05 499.71"><defs><linearGradient id="linear-gradient" x1="-3983.13" y1="1304.98" x2="-3956.4" y2="1278.25" gradientTransform="matrix(25, 0, 0, -23, 100177.89, 29894.77)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#635f43"></stop><stop offset="1" stop-color="#845858"></stop></linearGradient><linearGradient id="land-gradient" x1="545.53" y1="125.95" x2="545.53" y2="-94.65" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#71b054"></stop><stop offset="1" stop-color="#a7d672"></stop></linearGradient><linearGradient id="land-gradient-2" x1="187.91" y1="101.64" x2="129.81" y2="-81.61" xlink:href="#land-gradient"></linearGradient><linearGradient id="land-gradient-3" x1="244.21" y1="46.94" x2="1057.19" y2="46.94" xlink:href="#land-gradient"></linearGradient><linearGradient id="land-gradient-4" x1="545.53" y1="125.55" x2="545.53" y2="-23.83" xlink:href="#land-gradient"></linearGradient></defs><title>floating-island</title><g id="floating-island"><path id="land-bg" d="M31.53,88.83l31.54,39.85L264.78,273.9,448.71,486.32h0L544.52,448l109.64,51.7,76.41-87.86L874.43,235.67l162.83-112.21,34.88-40.76,15.59-13.89,3.32-6.34-18.91,11L999.61,89.86l-44.15,1-47.3,4.33L870.32,101l-56.76,21.16-80.41.67-48.88-4.51-72.52-2.89-75.68-4.33-100.91,2.89-66.22,7.69-66.22-12L246,100.74l-50.45-1.23h-41l-50.45-5.79L31.53,79.29,0,64.88l5,5.91,26.51,18" fill="#eeba82"></path><g id="land"><polygon points="536.07 122.56 435.16 125.63 544.52 278.68 611.75 127.16 536.07 122.56" fill="#f1c487"></polygon><polygon points="684.27 130.22 611.75 127.16 544.52 278.68 659.42 338.42 694.67 295.41 733.15 134.16 684.27 130.22" fill="#efbb82"></polygon><polygon id="triangle36" points="368.94 131.2 435.16 125.63 412.08 300.19 368.94 131.2" fill="#f1c487"></polygon><polygon id="triangle36-2" data-name="triangle36" points="435.16 125.63 544.52 278.68 412.08 300.19 435.16 125.63" fill="#eeba82"></polygon><polygon points="544.52 278.68 500.38 328.86 481.45 426.51 544.52 448.01 649.82 388.6 659.42 338.42 544.52 278.68" fill="#e9b17c"></polygon><polygon points="302.72 121.03 245.96 111.61 330.31 266.73 368.94 131.2 302.72 121.03" fill="#f8d294"></polygon><polygon points="412.08 300.19 368.94 131.2 330.31 266.73 333.25 304.96 412.08 411.85 412.08 300.19" fill="#fada9e"></polygon><polygon id="triangle36-3" data-name="triangle36" points="245.96 111.61 330.31 266.73 305.77 276.29 245.96 111.61" fill="#fbdd9f"></polygon><polygon points="333.25 304.96 330.31 266.73 305.77 276.29 412.08 411.85 333.25 304.96" fill="#f6d896"></polygon><polygon points="245.96 111.61 195.51 110.3 154.51 110.3 264.78 273.9 305.77 276.29 245.96 111.61" fill="#f9d89b"></polygon><polygon points="733.15 134.16 694.67 295.41 659.42 338.42 730.57 411.85 765.54 266.73 813.56 133.46 733.15 134.16" fill="#e9b17c"></polygon><polygon points="813.56 133.46 765.54 266.73 825.31 205.14 870.32 111.84 813.56 133.46" fill="#eeb980"></polygon><polygon id="triangle36-4" data-name="triangle36" points="874.43 235.67 915.42 204.6 974.38 122.56 874.43 235.67" fill="url(#linear-gradient)"></polygon><polygon points="999.61 100.3 955.46 101.11 908.16 105.7 908.16 105.7 870.32 111.84 825.31 205.14 765.54 266.73 730.57 411.85 874.43 235.67 915.42 204.6 974.38 122.56 974.38 122.56 999.61 100.3" fill="#e7ad79"></polygon><polygon points="412.08 411.85 305.77 276.29 264.78 273.9 448.71 486.32 412.08 411.85" fill="#f8da9d"></polygon><polygon points="412.08 300.19 412.08 411.85 448.71 486.32 481.45 426.51 500.38 328.86 544.52 278.68 412.08 300.19" fill="#eeba7f"></polygon><polygon id="triangle36-5" data-name="triangle36" points="481.45 426.51 544.52 448.01 448.71 486.32 481.45 426.51" fill="#e9b17c"></polygon><polygon id="triangle36-6" data-name="triangle36" points="544.52 448.01 649.82 388.6 654.15 499.71 544.52 448.01" fill="#e3a371"></polygon><polygon points="659.42 338.42 649.82 388.6 654.15 499.71 730.57 411.85 659.42 338.42" fill="#df9f6d"></polygon><polygon points="154.51 110.3 104.06 104.16 31.53 88.83 63.07 128.68 264.78 273.9 154.51 110.3" fill="#fae0a3"></polygon><polygon points="999.61 100.3 974.38 122.56 874.43 235.67 1037.27 123.46 1072.13 82.7 999.61 100.3" fill="#eeba7f"></polygon><polygon points="1072.13 73.52 999.61 89.86 955.46 90.85 908.16 95.18 870.32 100.95 813.56 122.11 733.15 122.78 684.27 118.27 611.75 115.38 536.07 111.05 435.16 113.94 368.94 121.63 302.72 109.61 245.96 100.74 195.51 99.51 154.51 99.51 104.06 93.72 31.53 79.29 0 64.88 5.02 70.8 31.53 88.83 104.06 104.16 154.51 110.3 195.51 110.3 245.96 111.61 302.72 121.03 368.94 131.2 435.16 125.63 536.07 122.56 611.75 127.16 684.27 130.22 733.15 134.16 813.56 133.46 870.32 111.84 908.16 105.7 955.46 101.11 999.61 100.3 1072.13 82.7 1087.73 68.81 1091.06 62.47 1072.13 73.52" fill="#d18d6b"></polygon></g><polygon id="ground-bg" points="1063.17 41.28 1057.19 40.26 952.6 22.41 778.87 12.3 586.52 0 428.85 1.44 258.57 11.79 244.21 12.35 113.52 17.46 24.92 37.26 14.54 48.76 0 64.88 31.53 83.15 104.06 97.58 154.51 103.37 195.51 103.37 245.96 104.6 302.72 113.47 368.94 121.63 435.16 117.8 536.07 114.91 611.75 119.24 684.27 122.13 733.15 124.71 813.56 124.04 870.32 104.81 908.16 99.04 955.46 94.71 999.61 93.72 1072.13 77.38 1091.06 62.47 1063.17 41.28" fill="url(#land-gradient)"></polygon><g id="ground"><polygon points="323.68 35.95 244.21 12.35 113.52 17.46 24.92 37.26 14.54 48.76 48.19 50.43 100.38 48.5 155.48 47.53 222.18 42.71 288.88 56.22 300.48 56.22 312.17 62.51 323.68 35.95 323.68 35.95" fill="url(#land-gradient-2)"></polygon><polygon points="952.6 22.41 778.87 12.3 778.87 12.3 586.52 0 428.85 1.44 258.57 11.79 244.21 12.35 323.68 35.95 312.17 62.51 433.88 93.87 613.68 61.05 751.42 72.63 768.82 68.77 818.12 64.91 1057.19 40.26 952.6 22.41 952.6 22.41" fill="url(#land-gradient-3)"></polygon><polygon points="1063.17 41.28 1057.19 40.26 818.12 64.91 768.82 68.77 751.42 72.63 613.68 61.05 433.88 93.87 312.17 62.51 312.17 62.51 300.48 56.22 288.88 56.22 222.18 42.71 155.48 47.53 100.38 48.5 48.19 50.43 14.54 48.76 0 64.88 31.53 83.15 104.06 97.58 154.51 103.37 195.51 103.37 245.96 104.6 302.72 113.47 368.94 121.63 435.16 117.8 536.07 114.91 611.75 119.24 684.27 122.13 733.15 124.71 813.56 124.04 870.32 104.81 908.16 99.04 955.46 94.71 999.61 93.72 1072.13 77.38 1091.06 62.47 1063.17 41.28 1063.17 41.28" fill="url(#land-gradient-4)"></polygon></g></g></svg></div></div><div class="energyIsland_1dIrHZ"><svg xmlns="http://www.w3.org/2000/svg" xlink="http://www.w3.org/1999/xlink" viewBox="0 0 611.58 699.3"><defs><linearGradient id="land-gradient" x1="305.79" y1="410.86" x2="305.79" y2="335.65" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#71b054"></stop><stop offset="1" stop-color="#a7d672"></stop></linearGradient><linearGradient id="land-gradient-2" x1="105.33" y1="392.63" x2="72.76" y2="289.91" xlink:href="#land-gradient"></linearGradient><linearGradient id="land-gradient-3" x1="136.89" y1="361.96" x2="592.6" y2="361.96" xlink:href="#land-gradient"></linearGradient><linearGradient id="land-gradient-4" x1="305.79" y1="406.03" x2="305.79" y2="322.3" xlink:href="#land-gradient"></linearGradient><linearGradient id="trunk-gradient3" x1="195.74" y1="319.74" x2="200.76" y2="313.08" gradientTransform="matrix(1, 0, -0.04, 0.99, 224.97, 46.82)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#564f1e"></stop><stop offset="1" stop-color="#998d4e"></stop></linearGradient><linearGradient id="未命名漸層_46" x1="4631.38" y1="8276.2" x2="4631.7" y2="8275.89" gradientTransform="matrix(21, 0, 0.21, -4.96, -98618.35, 41371.31)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#5f541f"></stop><stop offset="1" stop-color="#665c19"></stop></linearGradient><linearGradient id="trunk-gradient3-2" x1="184.2" y1="314.18" x2="174.14" y2="311.11" xlink:href="#trunk-gradient3"></linearGradient><linearGradient id="未命名漸層_35" x1="4631.6" y1="7951.06" x2="4631.91" y2="7950.75" gradientTransform="matrix(21, 0, 0.47, -10.9, -100582.24, 87041.66)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#46411e"></stop><stop offset="1" stop-color="#655d30"></stop></linearGradient><linearGradient id="未命名漸層_41" x1="178.66" y1="319.32" x2="196.09" y2="301.89" gradientTransform="matrix(1, 0, -0.04, 0.99, 224.97, 46.82)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#443e15"></stop><stop offset="1" stop-color="#877d44"></stop></linearGradient><linearGradient id="未命名漸層_50" x1="189.76" y1="290.64" x2="185.01" y2="299.94" gradientTransform="matrix(1, 0, -0.04, 0.99, 224.97, 46.82)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#544d21"></stop><stop offset="1" stop-color="#827d5b"></stop></linearGradient><linearGradient id="trunk-gradient3-3" x1="171.04" y1="318.08" x2="195.12" y2="293.99" xlink:href="#trunk-gradient3"></linearGradient><linearGradient id="未命名漸層_33" x1="173.75" y1="280.29" x2="177.89" y2="276.16" gradientTransform="matrix(1, 0, -0.04, 0.99, 224.97, 46.82)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#5c5925"></stop><stop offset="1" stop-color="#514b22"></stop></linearGradient><linearGradient id="未命名漸層_35-2" x1="4662.93" y1="7766.21" x2="4663.15" y2="7765.99" gradientTransform="matrix(24, 0, 1.44, -33.7, -122720.86, 262030.87)" xlink:href="#未命名漸層_35"></linearGradient><linearGradient id="未命名漸層_64" x1="377.48" y1="240.7" x2="394.43" y2="335.59" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#544b21"></stop><stop offset="1" stop-color="#564c24"></stop></linearGradient><linearGradient id="trunk-gradient2" x1="434.81" y1="266.02" x2="349.18" y2="349.74" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#483f15"></stop><stop offset="1" stop-color="#908d4c"></stop></linearGradient><linearGradient id="trunk-gradient3-4" x1="4730.1" y1="7888.78" x2="4730.49" y2="7888.38" gradientTransform="matrix(35, 0, 0.59, -13.88, -169845.4, 109787.79)" xlink:href="#trunk-gradient3"></linearGradient><linearGradient id="trunk-gradient4" x1="142.33" y1="334.74" x2="208.66" y2="268.41" gradientTransform="matrix(1, 0, -0.04, 0.99, 224.97, 46.82)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#695f2b"></stop><stop offset="1" stop-color="#6c602d"></stop></linearGradient><linearGradient id="trunk-gradient2-2" x1="429.14" y1="295.99" x2="415.22" y2="321.96" xlink:href="#trunk-gradient2"></linearGradient><linearGradient id="trunk-gradient" x1="183.35" y1="296.68" x2="211.71" y2="268.32" gradientTransform="matrix(1, 0, -0.04, 0.99, 224.97, 46.82)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#5d5a2e"></stop><stop offset="1" stop-color="#bcaf6e"></stop></linearGradient><linearGradient id="未命名漸層_31" x1="373.35" y1="312.07" x2="383.51" y2="301.91" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#55501e"></stop><stop offset="1" stop-color="#595322"></stop></linearGradient><linearGradient id="trunk-gradient1" x1="422.78" y1="295.84" x2="417.38" y2="305.9" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#574d29"></stop><stop offset="1" stop-color="#8a9953"></stop></linearGradient><linearGradient id="未命名漸層_64-2" x1="396.5" y1="284.01" x2="400.7" y2="307.54" xlink:href="#未命名漸層_64"></linearGradient><linearGradient id="未命名漸層_64-3" x1="398.67" y1="275.51" x2="401.68" y2="292.33" xlink:href="#未命名漸層_64"></linearGradient><linearGradient id="未命名漸層_64-4" x1="415.8" y1="246.69" x2="419.18" y2="265.64" xlink:href="#未命名漸層_64"></linearGradient><linearGradient id="未命名漸層_69" x1="318.23" y1="-1237.87" x2="355.94" y2="-1237.87" gradientTransform="matrix(0.88, -0.27, 0.29, 0.96, 464.17, 1345.96)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#f5f2cd"></stop><stop offset="1" stop-color="#f0f5de"></stop></linearGradient><linearGradient id="未命名漸層_69-2" x1="284.62" y1="-1237.87" x2="327.67" y2="-1237.87" xlink:href="#未命名漸層_69"></linearGradient><linearGradient id="未命名漸層_67" x1="14335.33" y1="200.82" x2="14353.18" y2="200.82" gradientTransform="matrix(-0.93, 0.04, 0.08, 0.99, 13658.51, -637.84)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#c5c5c5"></stop><stop offset="1" stop-color="#9a9a98"></stop></linearGradient><linearGradient id="未命名漸層_69-3" x1="13232.73" y1="1260.03" x2="13273.27" y2="1260.03" gradientTransform="matrix(-0.96, -0.22, -0.27, 1.15, 13567.44, 1686.4)" xlink:href="#未命名漸層_69"></linearGradient><linearGradient id="未命名漸層_69-4" x1="13196.6" y1="1260.03" x2="13243.74" y2="1260.03" gradientTransform="matrix(-0.96, -0.22, -0.27, 1.15, 13567.44, 1686.4)" xlink:href="#未命名漸層_69"></linearGradient><linearGradient id="未命名漸層_67-2" x1="13221.22" y1="1262.95" x2="13239.03" y2="1262.95" gradientTransform="matrix(-0.96, -0.22, -0.27, 1.15, 13567.44, 1686.4)" xlink:href="#未命名漸層_67"></linearGradient></defs><title>energy-island</title><g id="energy-island"><g id="floating-island-bg"><path id="land-bg" d="M601,379.58l-91.35-15.91H429.73L364,368.85h-2.85L325,358.22h-6.75l-94.45,10.63-69.63-6.09-47.06,8.82-43.91,1.36-9.36,2.56L19.32,387l69,130.17,51.48,41.29,55.82,73.45,65.16,12.69h0l51.08,54.75L337.33,690l38.33-49.17h0l37.13-47.62,42.82-22.92h0l24.61-13.17h0l25.58-36.21,18.42-26.09h0l67.59-95.68Z" fill="#9d7458"></path><polygon id="ground-bg" points="595.95 358.8 592.6 358.22 533.97 348.21 436.59 342.55 328.77 335.65 240.39 336.46 144.94 342.26 136.89 342.58 63.63 345.44 13.97 356.54 8.15 362.99 0 372.02 2.81 375.34 17.68 385.45 58.33 394.04 86.61 397.48 109.59 397.48 137.87 398.21 169.69 403.49 206.81 409.19 243.92 406.07 300.49 404.35 342.91 406.93 383.56 408.65 410.96 410.86 456.03 410.46 487.85 398.34 509.06 394.9 535.57 392.33 560.32 391.87 600.97 382.01 609.72 374.22 611.58 370.67 595.95 358.8" fill="url(#land-gradient)"></polygon></g><g id="floating-island-2" data-name="floating-island"><polygon points="223.78 368.86 318.22 358.22 248.97 509.84 223.78 368.86" fill="#a57a5f"></polygon><polygon points="154.14 362.76 223.78 368.86 248.97 509.84 194.36 549.4 173.99 512.06 154.14 362.76" fill="#aa8060"></polygon><polygon points="337.33 516.2 248.97 509.84 318.22 358.22 324.97 358.22 361.14 368.86 337.33 516.2" fill="#9d7458"></polygon><polygon points="337.33 613.15 337.33 516.2 361.14 368.86 363.99 368.86 403.79 517.12 387.75 529.13 337.33 613.15" fill="#a57a5f"></polygon><polygon points="403.79 517.12 413.12 516.65 413.12 516.65 413.12 516.65 413.12 516.65 413.12 516.65 509.62 363.68 431.33 363.68 431.33 363.68 429.73 363.68 363.99 368.86 403.79 517.12" fill="#986d53"></polygon><polygon points="107.08 371.58 154.14 362.76 173.99 512.06 194.36 549.4 139.79 558.41 133.02 487.16 107.08 371.58" fill="#9e7359"></polygon><polygon points="70.54 436.47 88.31 517.12 139.79 558.41 133.02 487.16 107.08 371.58 63.17 372.94 53.81 375.5 70.54 436.47" fill="#ac7f60"></polygon><polygon points="412.79 593.22 337.33 690.01 311.86 699.3 337.33 613.15 387.75 529.13 403.79 517.12 413.11 516.65 480.22 557.13 412.79 593.22" fill="#8e6951"></polygon><polygon points="337.33 516.21 337.33 613.15 311.86 699.3 297.23 625.88 286.29 541.1 248.97 509.84 337.33 516.21" fill="#8f6851"></polygon><polygon points="260.77 644.55 195.61 562.88 194.36 549.4 248.97 509.84 286.29 541.1 297.23 625.88 311.86 699.3 260.77 644.55" fill="#986d53"></polygon><polygon id="triangle36" points="260.77 644.55 195.61 562.88 195.61 631.86 260.77 644.55" fill="#8e6951"></polygon><polygon points="194.36 549.4 195.61 562.88 195.61 631.86 139.79 558.41 194.36 549.4" fill="#b38363"></polygon><polygon points="19.32 386.95 53.81 375.5 70.54 436.47 88.31 517.12 19.32 386.95" fill="#b28463"></polygon><polygon points="480.22 557.13 413.11 516.65 509.62 363.68 600.97 379.58 591.81 399.15 480.22 557.13" fill="#aa8060"></polygon><polygon points="412.79 593.22 337.33 690.01 311.86 699.3 260.77 644.55 205.69 575.51 260.77 604.57 289.64 574.33 315.6 613.15 365.45 566.29 382.36 593.22 412.79 593.22" fill="#b38564"></polygon><polygon points="260.77 644.55 195.61 631.86 143.18 562.88 194.79 597.61 228.79 604.57 260.77 644.55" fill="#b28460"></polygon><polygon points="480.22 557.13 461.83 546.03 524.22 494.83 480.22 557.13" fill="#8f6851"></polygon><polygon points="195.61 631.86 194.79 597.61 143.18 562.88 195.61 631.86" fill="#a67c5e"></polygon><polygon points="311.86 699.3 260.77 604.57 205.69 575.51 260.77 644.55 311.86 699.3" fill="#996e53"></polygon><polygon points="315.6 613.15 289.64 574.33 275.06 589.61 315.6 613.15" fill="#7f5e4e"></polygon><polygon points="382.36 593.22 375.66 640.84 412.79 593.22 382.36 593.22" fill="#8f6851"></polygon><polygon points="455.62 570.3 461.83 546.03 480.22 557.13 455.62 570.3" fill="#9e7359"></polygon><polygon points="600.97 376.86 560.32 386.02 535.57 386.58 509.06 389 487.85 392.24 456.03 404.1 410.96 404.47 383.56 401.95 342.91 400.33 300.49 397.9 243.92 399.52 206.81 403.83 169.69 397.09 137.87 392.12 109.59 391.43 86.61 391.43 58.33 388.19 17.68 380.1 0 372.02 2.81 375.34 17.68 385.45 58.33 394.04 86.61 397.48 109.59 397.48 137.87 398.21 169.69 403.49 206.81 409.19 243.92 406.07 300.49 404.35 342.91 406.93 383.56 408.65 410.96 410.86 456.03 410.46 487.85 398.34 509.06 394.9 535.57 392.33 560.32 391.87 600.97 382.01 609.72 374.22 611.58 370.67 600.97 376.86" fill="#7f5e4e"></polygon><polygon points="181.44 355.8 136.89 342.58 63.63 345.44 13.97 356.54 8.15 362.99 27.01 363.92 56.27 362.84 87.15 362.3 124.54 359.59 161.93 367.17 168.43 367.17 174.99 370.69 181.44 355.8 181.44 355.8" fill="url(#land-gradient-2)"></polygon><polygon points="533.97 348.21 436.59 342.55 436.59 342.55 328.77 335.65 240.39 336.46 144.94 342.26 136.89 342.58 181.44 355.8 174.99 370.69 243.21 388.27 343.99 369.87 421.2 376.37 430.95 374.2 458.59 372.04 592.6 358.22 533.97 348.21 533.97 348.21" fill="url(#land-gradient-3)"></polygon><polygon points="595.95 358.8 592.6 358.22 458.59 372.04 430.95 374.2 421.2 376.37 343.99 369.87 243.21 388.27 174.99 370.69 174.99 370.69 168.43 367.17 161.93 367.17 124.54 359.59 87.15 362.3 56.27 362.84 27.01 363.92 8.15 362.99 0 372.02 17.68 382.26 58.33 390.35 86.61 393.6 109.59 393.6 137.87 394.29 169.69 399.26 206.81 403.83 243.92 401.69 300.49 400.07 342.91 402.49 383.56 404.11 410.96 405.56 456.03 405.18 487.85 394.4 509.06 391.17 535.57 388.74 560.32 388.19 600.97 379.03 611.58 370.67 595.95 358.8 595.95 358.8" fill="url(#land-gradient-4)"></polygon></g><g id="tree"><path id="shadow" d="M446.65,366.7l18.86-9.17h17.8l10.57,4.58,19.22-4.58h12s10.34,2.23,11.53,2.31,14.51,2.27,14.51,2.27l7.52,4.59-7.52,4.92-15.9,1.82-17.78-2.73-13.14,1.6-11.49,1.53L476,373.45,463,369.86h-6.6Z" opacity="0.15"></path><polygon id="trunk-bg" points="533.89 317.95 526.21 320.6 532.16 314.36 518.74 324.44 506.31 332.24 504.58 333.52 505.93 309.31 496.57 310.68 497.11 331.56 488.2 323.21 473.33 310.26 477.72 317.18 469.91 313.31 483.31 323.45 494.11 333.4 497.24 336.72 497.63 352.01 496.46 366.7 506.79 365.9 505.3 357.53 504.53 337.99 517.45 328.83 533.89 317.95" fill="#8f4e00"></polygon><g id="trunk"><polygon points="469.91 313.31 483.31 323.45 477.72 317.18 469.91 313.31" fill="#663600"></polygon><polygon points="477.72 317.18 473.33 310.26 488.2 323.21 477.72 317.18" fill="#663600"></polygon><polygon points="483.31 323.45 488.2 323.21 477.72 317.18 483.31 323.45" fill="#8f4e00"></polygon><polygon points="483.31 323.45 494.11 333.4 488.2 323.21 483.31 323.45" fill="#663600"></polygon><polygon points="488.2 323.21 499.57 333.87 494.11 333.4 488.2 323.21" fill="#8f4e00"></polygon><polygon points="498.07 337.6 499.57 333.87 494.11 333.4 498.07 337.6" fill="#663600"></polygon><polygon points="532.16 314.36 518.74 324.44 526.21 320.6 532.16 314.36" fill="#fff" stroke="#000" stroke-miterlimit="10"></polygon><polygon points="526.21 320.6 533.89 317.95 517.45 328.83 526.21 320.6" fill="#663600"></polygon><polygon points="518.74 324.44 517.45 328.83 526.21 320.6 518.74 324.44" fill="#8f4e00"></polygon><polygon points="518.74 324.44 506.31 332.24 517.45 328.83 518.74 324.44" fill="#663600"></polygon><polygon points="517.45 328.83 503.55 338.68 506.31 332.24 517.45 328.83" fill="#8f4e00"></polygon><polygon points="502.7 334.91 503.55 338.68 506.31 332.24 502.7 334.91" fill="#663600"></polygon><polygon points="505.93 309.31 504.45 335.92 501.82 334.31 505.93 309.31" fill="#be7721"></polygon><polygon points="501.82 334.31 496.57 310.68 497.63 352.01 501.82 334.31" fill="#a66102"></polygon><polygon points="504.45 335.92 497.63 352.01 501.82 334.31 504.45 335.92" fill="#8f4e00"></polygon><polygon points="504.45 335.92 505.3 357.53 497.63 352.01 504.45 335.92" fill="#a66102"></polygon><polygon points="497.63 352.01 496.46 366.7 505.3 357.53 497.63 352.01" fill="#8f4e00"></polygon><polygon points="506.79 365.9 496.46 366.7 505.3 357.53 506.79 365.9" fill="#663600"></polygon><polygon points="501.82 334.31 505.93 309.31 496.57 310.68 501.82 334.31" fill="#8f4e00"></polygon></g><polygon id="leaves-bg" points="556.56 300.19 537.84 289.21 537.07 289.46 540.39 280.43 534.46 256.86 502.24 242.28 478.52 253.13 462.54 271.67 469.44 287.48 453.77 291.85 448.25 303.43 448.07 315.47 465.66 324.24 477.22 319.87 482.92 309.8 502.24 316.52 514.08 312.08 519.09 327.94 533.03 334.51 551.35 329.78 558.65 314.96 556.56 300.19" fill="#3b8701"></polygon><g id="leaves"><polygon points="477.22 319.87 458.66 315.88 474.23 302.85 477.22 319.87" fill="#1e4901"></polygon><polygon points="477.22 319.87 484.7 306.66 474.23 302.85 477.22 319.87" fill="#163b01"></polygon><polygon points="477.22 319.87 465.66 324.24 458.66 315.88 477.22 319.87" fill="#275e02"></polygon><polygon points="465.66 324.24 448.07 315.47 458.66 315.88 465.66 324.24" fill="#307101"></polygon><polygon points="448.07 315.47 459.77 301.38 458.66 315.88 448.07 315.47" fill="#3b8701"></polygon><polygon points="448.07 315.47 448.25 303.43 459.77 301.38 448.07 315.47" fill="#53a21e"></polygon><polygon points="459.77 301.38 474.23 302.85 458.66 315.88 459.77 301.38" fill="#275e02"></polygon><polygon points="459.77 301.38 464.62 291.37 448.25 303.43 459.77 301.38" fill="#3b8701"></polygon><polygon points="448.25 303.43 453.77 291.85 464.62 291.37 448.25 303.43" fill="#acd700"></polygon><polygon points="474.23 302.85 464.62 291.37 459.77 301.38 474.23 302.85" fill="#53a21e"></polygon><polygon points="464.62 291.37 470.54 287.17 453.77 291.85 464.62 291.37" fill="#76b816"></polygon><polygon points="470.54 287.17 474.23 302.85 464.62 291.37 470.54 287.17" fill="#3b8701"></polygon><polygon points="484.7 306.66 480.22 294.19 474.23 302.85 484.7 306.66" fill="#1e4901"></polygon><polygon points="480.22 294.19 470.54 287.17 474.23 302.85 480.22 294.19" fill="#1e4901"></polygon><polygon points="502.24 316.52 478.52 286.11 519.77 286.11 502.24 316.52" fill="#307101"></polygon><polygon points="502.24 316.52 531.11 305.69 519.77 286.11 502.24 316.52" fill="#275e02"></polygon><polygon points="502.24 316.52 478.52 308.27 478.52 286.11 502.24 316.52" fill="#1e4901"></polygon><polygon points="478.52 308.27 462.54 271.67 478.52 286.11 478.52 308.27" fill="#275e02"></polygon><polygon points="462.54 271.67 499.14 264.97 478.52 286.11 462.54 271.67" fill="#53a21e"></polygon><polygon points="462.54 271.67 478.52 253.12 499.14 264.97 462.54 271.67" fill="#76b816"></polygon><polygon points="499.14 264.97 519.77 286.11 478.52 286.11 499.14 264.97" fill="#3b8701"></polygon><polygon points="499.14 264.97 519.77 255.69 478.52 253.12 499.14 264.97" fill="#53a21e"></polygon><polygon points="478.52 253.12 502.24 242.28 519.77 255.69 478.52 253.12" fill="#acd700"></polygon><polygon points="519.77 286.11 519.77 255.69 499.14 264.97 519.77 286.11" fill="#479610"></polygon><polygon points="519.77 255.69 534.46 256.86 502.24 242.28 519.77 255.69" fill="#76b816"></polygon><polygon points="534.46 256.86 519.77 286.11 519.77 255.69 534.46 256.86" fill="#418a0f"></polygon><polygon points="531.11 305.69 540.39 280.43 519.77 286.11 531.11 305.69" fill="#1e4901"></polygon><polygon points="540.39 280.43 534.46 256.86 519.77 286.11 540.39 280.43" fill="#307101"></polygon><polygon points="533.03 334.51 520.53 314.42 545.7 317.09 533.03 334.51" fill="#275e02"></polygon><polygon points="533.03 334.51 551.35 329.78 545.7 317.09 533.03 334.51" fill="#1e4901"></polygon><polygon points="533.03 334.51 519.09 327.94 520.53 314.42 533.03 334.51" fill="#307101"></polygon><polygon points="519.09 327.94 511.71 304.57 520.53 314.42 519.09 327.94" fill="#53a21e"></polygon><polygon points="511.71 304.57 534.48 302.85 520.53 314.42 511.71 304.57" fill="#3b8701"></polygon><polygon points="511.71 304.57 522.66 294.29 534.48 302.85 511.71 304.57" fill="#76b816"></polygon><polygon points="534.48 302.85 545.7 317.09 520.53 314.42 534.48 302.85" fill="#307101"></polygon><polygon points="534.48 302.85 547.67 298.52 522.66 294.29 534.48 302.85" fill="#53a21e"></polygon><polygon points="522.66 294.29 537.84 289.21 547.67 298.52 522.66 294.29" fill="#acd700"></polygon><polygon points="545.7 317.09 547.67 298.52 534.48 302.85 545.7 317.09" fill="#3b8701"></polygon><polygon points="547.67 298.52 556.56 300.19 537.84 289.21 547.67 298.52" fill="#76b816"></polygon><polygon points="556.56 300.19 545.7 317.09 547.67 298.52 556.56 300.19" fill="#307101"></polygon><polygon points="551.35 329.78 558.65 314.96 545.7 317.09 551.35 329.78" fill="#163b01"></polygon><polygon points="558.65 314.96 556.56 300.19 545.7 317.09 558.65 314.96" fill="#275e02"></polygon></g></g><g id="tree-2" data-name="tree"><path id="shadow-2" data-name="shadow" d="M57.3,367.37c1.54-.58,12.26-5.18,12.26-5.18l30.37,2.15,6.79,4.75-8.92,5.36-18.6,1.33-12.89-1.33Z" opacity="0.15"></path><polygon id="trunk-bg-2" data-name="trunk-bg" points="86.96 364.53 85.29 354.06 86.54 337.2 82.51 334.57 75.9 336.17 77.14 346.06 77.14 364.53 65.39 368 76.2 370.21 87.87 370.21 94.61 370.21 86.96 364.53" fill="#8f4e00"></polygon><g id="trunk-2" data-name="trunk"><polygon points="75.9 336.17 77.14 346.06 82.51 334.57 75.9 336.17" fill="#fff" stroke="#000" stroke-miterlimit="10"></polygon><polygon points="82.51 334.57 86.54 337.2 85.29 354.06 82.51 334.57" fill="#8f4e00"></polygon><polygon points="77.14 346.06 85.29 354.06 82.51 334.57 77.14 346.06" fill="#663600"></polygon><polygon points="77.14 346.06 77.14 364.53 85.29 354.06 77.14 346.06" fill="#8f4e00"></polygon><polygon points="85.29 354.06 87.87 370.21 77.14 364.53 85.29 354.06" fill="#663600"></polygon><polygon points="77.14 364.53 65.39 368 76.2 370.21 77.14 364.53" fill="#663600"></polygon><polygon points="76.2 370.21 87.87 370.21 77.14 364.53 76.2 370.21" fill="#8f4e00"></polygon><polygon points="87.87 370.21 94.61 370.21 86.96 364.53 87.87 370.21" fill="#8f4e00"></polygon></g><polygon id="leaves-bg-2" data-name="leaves-bg" points="97.8 279.22 80.39 238.24 60.99 286.33 52.87 314.74 52.63 332.98 73.02 347.75 95.45 346.27 107.63 324.06 97.8 279.22" fill="#53a21e"></polygon><g id="trunk-3" data-name="trunk"><polygon points="52.87 314.74 73.95 278.9 73.27 329.19 52.87 314.74" fill="#3b8701"></polygon><polygon points="52.87 314.74 52.63 332.98 73.27 329.19 52.87 314.74" fill="#275e02"></polygon><polygon points="52.87 314.74 60.99 286.33 73.95 278.9 52.87 314.74" fill="#76b816"></polygon><polygon points="60.99 286.33 80.39 238.24 73.95 278.9 60.99 286.33" fill="#acd700"></polygon><polygon points="80.39 238.24 90.31 286.73 73.95 278.9 80.39 238.24" fill="#53a21e"></polygon><polygon points="80.39 238.24 97.8 279.22 90.31 286.73 80.39 238.24" fill="#76b816"></polygon><polygon points="90.31 286.73 73.27 329.19 73.95 278.9 90.31 286.73" fill="#53a21e"></polygon><polygon points="90.31 286.73 97.17 325.7 97.8 279.22 90.31 286.73" fill="#53a21e"></polygon><polygon points="97.8 279.22 107.63 324.06 97.17 325.7 97.8 279.22" fill="#307101"></polygon><polygon points="73.27 329.19 97.17 325.7 90.31 286.73 73.27 329.19" fill="#76b816"></polygon><polygon points="97.17 325.7 95.45 346.27 107.63 324.06 97.17 325.7" fill="#275e02"></polygon><polygon points="95.45 346.27 73.27 329.19 97.17 325.7 95.45 346.27" fill="#3b8701"></polygon><polygon points="52.63 332.98 73.02 347.75 73.27 329.19 52.63 332.98" fill="#1e4901"></polygon><polygon points="73.02 347.75 95.45 346.27 73.27 329.19 73.02 347.75" fill="#275e02"></polygon></g></g><g id="shrub"><path d="M409.15,388l18.5-3.8,15.36,3,14.1-.3,9.25.09,9.08,4.21-18.33,3.93s-13.62.59-15.39,0-13.46.26-14.83.26-10.57-2.63-10.57-2.63l-3.61-1.56Z" opacity="0.3"></path><polygon points="452.31 392.96 446.54 382.54 460.84 381.16 452.31 392.96" fill="#479610"></polygon><polygon points="452.31 392.96 466.36 388.76 460.84 381.16 452.31 392.96" fill="#307101"></polygon><polygon points="452.31 392.96 440.77 389.76 446.54 382.54 452.31 392.96" fill="#307101"></polygon><polygon points="440.77 389.76 436.89 378.35 446.54 382.54 440.77 389.76" fill="#275e02"></polygon><polygon points="436.89 378.35 450.81 372.95 446.54 382.54 436.89 378.35" fill="#479610"></polygon><polygon points="436.89 378.35 440.77 368.35 450.81 372.95 436.89 378.35" fill="#418a0f"></polygon><polygon points="450.81 372.95 460.84 381.16 446.54 382.54 450.81 372.95" fill="#418a0f"></polygon><polygon points="450.81 372.95 454.47 368.22 440.77 368.35 450.81 372.95" fill="#76b816"></polygon><polygon points="440.77 368.35 452.31 364.14 454.47 368.22 440.77 368.35" fill="#acd700"></polygon><polygon points="460.84 381.16 454.47 368.22 450.81 372.95 460.84 381.16" fill="#53a21e"></polygon><polygon points="454.47 368.22 467.99 369.8 452.31 364.14 454.47 368.22" fill="#76b816"></polygon><polygon points="467.99 369.8 460.84 381.16 454.47 368.22 467.99 369.8" fill="#418a0f"></polygon><polygon points="466.36 388.76 470.88 378.95 460.84 381.16 466.36 388.76" fill="#275e02"></polygon><polygon points="470.88 378.95 467.99 369.8 460.84 381.16 470.88 378.95" fill="#307101"></polygon><polygon points="426.27 392.96 422.99 382.08 436.89 378.35 426.27 392.96" fill="#479610"></polygon><polygon points="426.27 392.96 440.77 389.76 436.89 378.35 426.27 392.96" fill="#307101"></polygon><polygon points="426.27 392.96 415.97 389.53 422.99 382.08 426.27 392.96" fill="#275e02"></polygon><polygon points="415.97 389.53 409.66 375.55 422.99 382.08 415.97 389.53" fill="#479610"></polygon><polygon points="409.66 375.55 424.77 374.5 422.99 382.08 409.66 375.55" fill="#76b816"></polygon><polygon points="409.66 375.55 414.73 368.35 424.77 374.5 409.66 375.55" fill="#acd700"></polygon><polygon points="424.77 374.5 436.89 378.35 422.99 382.08 424.77 374.5" fill="#53a21e"></polygon><polygon points="424.77 374.5 429.94 369 414.73 368.35 424.77 374.5" fill="#76b816"></polygon><polygon points="414.73 368.35 429.18 363.19 429.94 369 414.73 368.35" fill="#acd700"></polygon><polygon points="436.89 378.35 429.94 369 424.77 374.5 436.89 378.35" fill="#479610"></polygon><polygon points="429.94 369 440.77 368.35 429.18 363.19 429.94 369" fill="#76b816"></polygon><polygon points="440.77 368.35 436.89 378.35 429.94 369 440.77 368.35" fill="#53a21e"></polygon></g><g id="tree-3" data-name="tree"><path id="shadow-3" data-name="shadow" d="M263.8,370.15s-40.45,4.92-66,4.92S139,368,139,368s-12.65-2.53-12.65-6.43,23.8-8.41,23.8-8.41l20.53,4,22.63-.38,60.84-3.61s11.31,4.75,13.05,7.86S263.8,370.15,263.8,370.15Z" opacity="0.15"></path><polyline id="trunk-bg-3" data-name="trunk-bg" points="188.87 316.22 168.82 299.78 164.99 303 187.75 333.85 185.73 365.88 199.43 371.9 213.13 365.88 210.12 318.34 233.95 286.05 230.12 282.83 208.97 300.17 205.44 244.52 193.41 244.52" fill="#e6c793"></polyline><g id="trunk-4" data-name="trunk"><polygon points="198.34 308.89 230.12 282.83 201.99 316.29 198.34 308.89" fill="#e6c793" fill-rule="evenodd"></polygon><polygon points="209.91 318.62 233.95 286.05 230.12 282.83 201.99 316.3 209.91 318.62" fill="#937a47" fill-rule="evenodd"></polygon><polygon points="213.13 365.88 205.44 244.52 199.43 244.52 199.43 371.9 213.13 365.88" fill="#937a47" fill-rule="evenodd"></polygon><polygon points="185.73 365.88 193.41 244.52 199.43 244.52 199.43 371.9 185.73 365.88" fill="#e6c793" fill-rule="evenodd"></polygon><polygon points="197.29 323.13 168.82 299.78 196.95 333.24 197.29 323.13" fill="#937a47" fill-rule="evenodd"></polygon><polygon points="187.75 333.85 164.99 303 168.81 299.78 196.94 333.24 187.75 333.85" fill="#e6c793" fill-rule="evenodd"></polygon></g><g id="leaves-bg-3" data-name="leaves-bg"><polygon points="267.54 246.87 242.91 242.3 250.65 227.91 234.65 211.59 237.96 198.88 215.59 181.24 175.58 173.06 154.5 204.04 157.78 219.72 153.43 248.77 175.58 259.96 194.86 253.29 211.28 258.45 217.86 248.43 225.85 249.32 211.19 268.37 220.44 295.05 259.8 298.7 277.65 275.04 267.54 246.87" fill="#f1a333" fill-rule="evenodd"></polygon><polygon points="142.23 258.47 127.57 264.83 120.65 294.71 129.23 308.81 145.55 317.11 174.04 313.52 187.88 283.64 169.62 257.91 142.23 258.47" fill="#f1a333" fill-rule="evenodd"></polygon></g><g id="leaves-2" data-name="leaves"><polygon points="267.54 246.87 277.65 275.04 259.16 251.81 267.54 246.87" fill="#db8431" fill-rule="evenodd"></polygon><polygon points="277.65 275.04 259.8 298.7 259.92 281.24 277.65 275.04" fill="#cb6d31" fill-rule="evenodd"></polygon><polygon points="175.58 173.06 154.5 204.04 171.28 195.86 175.58 173.06" fill="#f6c612" fill-rule="evenodd"></polygon><polygon points="175.58 173.06 215.59 181.24 221.18 189.41 175.58 173.06" fill="#f3ad2d" fill-rule="evenodd"></polygon><polygon points="221.18 189.41 171.28 195.86 175.58 173.06 221.18 189.41" fill="#f7c11b" fill-rule="evenodd"></polygon><polygon points="215.59 181.24 237.96 198.88 221.18 189.41 215.59 181.24" fill="#f1a136" fill-rule="evenodd"></polygon><polygon points="142.23 258.47 127.57 264.83 138.91 275.62 142.23 258.47" fill="#f7c11b" fill-rule="evenodd"></polygon><polygon points="127.57 264.83 120.65 294.71 138.91 275.62 127.57 264.83" fill="#f5ba25" fill-rule="evenodd"></polygon><polygon points="145.55 317.11 129.23 308.81 120.65 294.71 145.55 317.11" fill="#e6883a" fill-rule="evenodd"></polygon><polygon points="211.19 268.38 232.7 240.41 228.4 270.52 211.19 268.38" fill="#f6c612" fill-rule="evenodd"></polygon><polygon points="232.7 240.41 267.54 246.87 259.16 251.81 232.7 240.41" fill="#f4b229" fill-rule="evenodd"></polygon><polygon points="259.16 251.81 228.4 270.52 232.7 240.41 259.16 251.81" fill="#f7c11b" fill-rule="evenodd"></polygon><polygon points="277.65 275.04 228.4 270.52 259.16 251.81 277.65 275.04" fill="#f2a930" fill-rule="evenodd"></polygon><polygon points="211.19 268.38 220.44 295.05 228.4 270.52 211.19 268.38" fill="#f3ab30" fill-rule="evenodd"></polygon><polygon points="220.44 295.05 259.92 281.24 228.4 270.52 220.44 295.05" fill="#f2a730" fill-rule="evenodd"></polygon><polygon points="259.8 298.7 247.49 291.62 259.92 281.24 259.8 298.7" fill="#e6883a" fill-rule="evenodd"></polygon><polygon points="247.49 291.62 220.44 295.05 259.92 281.24 247.49 291.62" fill="#f09d38" fill-rule="evenodd"></polygon><polygon points="220.44 295.05 259.8 298.7 247.49 291.62 220.44 295.05" fill="#da7c37" fill-rule="evenodd"></polygon><polygon points="277.65 275.04 228.4 270.52 259.92 281.24 277.65 275.04" fill="#f09d38" fill-rule="evenodd"></polygon><polygon points="237.96 198.88 229.78 230.28 221.18 189.41 237.96 198.88" fill="#f0993c" fill-rule="evenodd"></polygon><polygon points="229.78 230.28 171.28 195.86 221.18 189.41 229.78 230.28" fill="#f4b12d" fill-rule="evenodd"></polygon><polygon points="154.5 204.04 162.68 243.18 171.28 195.86 154.5 204.04" fill="#f5b629" fill-rule="evenodd"></polygon><polygon points="162.68 243.18 229.78 230.28 171.28 195.86 162.68 243.18" fill="#f2a730" fill-rule="evenodd"></polygon><polygon points="229.78 230.28 212.15 245.33 162.68 243.18 229.78 230.28" fill="#f09b3b" fill-rule="evenodd"></polygon><polygon points="212.15 245.33 211.28 258.45 162.68 243.18 212.15 245.33" fill="#da7c37" fill-rule="evenodd"></polygon><polygon points="211.28 258.45 229.78 230.28 212.15 245.33 211.28 258.45" fill="#cb6d31" fill-rule="evenodd"></polygon><polygon points="157.78 219.72 153.43 248.77 180.65 248.83 162.68 243.18 157.78 219.72" fill="#f1a333" fill-rule="evenodd"></polygon><polygon points="153.43 248.77 175.58 259.96 180.65 248.83 153.43 248.77" fill="#da7c37" fill-rule="evenodd"></polygon><polygon points="175.58 259.96 194.86 253.29 180.65 248.83 175.58 259.96" fill="#cb6d31" fill-rule="evenodd"></polygon><polygon points="234.65 211.59 250.65 227.91 229.78 230.28 234.65 211.59" fill="#e6883a" fill-rule="evenodd"></polygon><polygon points="250.65 227.91 238.38 250.71 229.78 230.28 250.65 227.91" fill="#ef933e" fill-rule="evenodd"></polygon><polygon points="238.38 250.71 217.86 248.43 229.78 230.28 238.38 250.71" fill="#da7c37" fill-rule="evenodd"></polygon><polygon points="142.23 258.47 169.62 257.91 138.91 275.62 142.23 258.47" fill="#f6c612" fill-rule="evenodd"></polygon><polygon points="169.62 257.91 187.88 283.64 171.28 286.96 169.62 257.91" fill="#f19f36" fill-rule="evenodd"></polygon><polygon points="171.28 286.96 138.91 275.62 169.62 257.91 171.28 286.96" fill="#f5b826" fill-rule="evenodd"></polygon><polygon points="120.65 294.71 171.28 286.96 138.91 275.62 120.65 294.71" fill="#f3ae2d" fill-rule="evenodd"></polygon><polygon points="187.88 283.64 174.04 313.52 171.28 286.96 187.88 283.64" fill="#da7c37" fill-rule="evenodd"></polygon><polygon points="174.04 313.52 145.55 317.11 171.28 286.96 174.04 313.52" fill="#e6883a" fill-rule="evenodd"></polygon><polygon points="120.65 294.71 145.55 317.11 171.28 286.96 120.65 294.71" fill="#f1a333" fill-rule="evenodd"></polygon></g></g><g id="tree-4" data-name="tree"><path id="shadow-4" data-name="shadow" d="M152.38,370.51S136.52,374,127.46,374s-18.21-3.44-18.21-3.44-4.5-.84-4.5-2.13,7.93-1.23,7.93-1.23l7.83-.24,8-.12,22.25.29s4-.18,4,1.12S152.38,370.51,152.38,370.51Z" opacity="0.15"></path><g id="trunk-5" data-name="trunk"><polygon points="130.48 337.06 134.85 371.04 128.98 372.69 128.98 335.94 130.48 337.06" fill="#835030" fill-rule="evenodd"></polygon><polygon points="128.98 335.94 126.94 337.01 123.12 370.8 128.98 372.69 128.98 335.94" fill="#9a6532" fill-rule="evenodd"></polygon></g><polygon id="leaves-bg-4" data-name="leaves-bg" points="154.66 312.74 152.55 313.88 143.5 299.99 125.35 296.33 111.22 302.72 105.62 311.26 99.81 313.28 97.52 323.97 104.02 327.79 109.97 339.33 120.04 343.87 136.89 343.43 149.56 334.78 156.37 323.57 151.81 318.17 154.66 312.74" fill="#bdb12e" fill-rule="evenodd"></polygon><g id="leaves-3" data-name="leaves"><polygon points="100.67 321.3 109.97 339.33 114.81 327.79 100.67 321.3" fill="#b1a932" fill-rule="evenodd"></polygon><polygon points="97.52 323.97 111.45 328.81 112.67 332.87 97.52 323.97" fill="#9f9b30" fill-rule="evenodd"></polygon><polygon points="97.52 323.97 108.03 315.05 111.45 328.81 97.52 323.97" fill="#cec12e" fill-rule="evenodd"></polygon><polygon points="97.52 323.97 99.81 313.28 108.03 315.05 97.52 323.97" fill="#d9ca2c" fill-rule="evenodd"></polygon><polygon points="99.81 313.28 115.21 307.92 108.03 315.05 99.81 313.28" fill="#e0d131" fill-rule="evenodd"></polygon><polygon points="115.21 307.92 119.64 320.39 108.03 315.05 115.21 307.92" fill="#cec12e" fill-rule="evenodd"></polygon><polygon points="119.64 320.39 111.45 328.81 108.03 315.05 119.64 320.39" fill="#c7bc30" fill-rule="evenodd"></polygon><polygon points="111.45 328.81 112.67 332.87 119.64 320.39 111.45 328.81" fill="#9f9b30" fill-rule="evenodd"></polygon><polygon points="109.34 309.96 115.82 301.39 115.21 307.92 109.34 309.96" fill="#e2d230" fill-rule="evenodd"></polygon><polygon points="115.82 301.39 125.35 296.33 127.49 302.1 115.82 301.39" fill="#e6d633" fill-rule="evenodd"></polygon><polygon points="109.97 339.33 126.53 342.76 120.04 343.87 109.97 339.33" fill="#9f9b30" fill-rule="evenodd"></polygon><polygon points="126.53 342.76 114.81 327.79 109.97 339.33 126.53 342.76" fill="#aca633" fill-rule="evenodd"></polygon><polygon points="120.04 343.87 136.89 343.43 126.53 342.76 120.04 343.87" fill="#939131" fill-rule="evenodd"></polygon><polygon points="127.49 302.1 115.21 307.92 115.82 301.39 127.49 302.1" fill="#e6d633" fill-rule="evenodd"></polygon><polygon points="127.49 302.1 134.74 317.41 115.21 307.92 127.49 302.1" fill="#e0d131" fill-rule="evenodd"></polygon><polygon points="125.35 296.33 143.5 299.99 127.49 302.1 125.35 296.33" fill="#e6d633" fill-rule="evenodd"></polygon><polygon points="143.5 299.99 134.74 317.41 127.49 302.1 143.5 299.99" fill="#dbcc30" fill-rule="evenodd"></polygon><polygon points="134.74 317.41 119.64 320.39 115.21 307.92 134.74 317.41" fill="#d5c72e" fill-rule="evenodd"></polygon><polygon points="119.64 320.39 142.61 319.26 134.74 317.41 119.64 320.39" fill="#c7bc30" fill-rule="evenodd"></polygon><polygon points="142.61 319.26 143.5 299.99 134.74 317.41 142.61 319.26" fill="#d2c42c" fill-rule="evenodd"></polygon><polygon points="143.5 299.99 152.55 313.88 142.61 319.26 143.5 299.99" fill="#d1c22d" fill-rule="evenodd"></polygon><polygon points="154.66 312.74 147.04 327.27 142.61 319.26 154.66 312.74" fill="#c3b72e" fill-rule="evenodd"></polygon><polygon points="136.89 343.43 149.56 334.78 140.41 334.66 136.89 343.43" fill="#9f9b30" fill-rule="evenodd"></polygon><polygon points="124.7 326.15 140.41 334.66 142.61 319.26 124.7 326.15" fill="#bdb12e" fill-rule="evenodd"></polygon><polygon points="142.61 319.26 147.04 327.27 140.41 334.66 142.61 319.26" fill="#aea933" fill-rule="evenodd"></polygon><polygon points="147.04 327.27 149.56 334.78 140.41 334.66 147.04 327.27" fill="#a59f32" fill-rule="evenodd"></polygon><polygon points="140.41 334.66 114.81 327.79 124.7 326.15 140.41 334.66" fill="#b3ab31" fill-rule="evenodd"></polygon><polygon points="140.41 334.66 136.89 343.43 126.53 342.76 140.41 334.66" fill="#9f9b30" fill-rule="evenodd"></polygon><polygon points="140.41 334.66 126.53 342.76 114.81 327.79 140.41 334.66" fill="#a5a032" fill-rule="evenodd"></polygon><polygon points="109.34 309.96 111.22 302.72 115.82 301.39 109.34 309.96" fill="#e5d534" fill-rule="evenodd"></polygon><polygon points="111.22 302.72 125.35 296.33 115.82 301.39 111.22 302.72" fill="#e0ce2e" fill-rule="evenodd"></polygon><polygon points="111.22 302.72 105.62 311.26 109.34 309.96 111.22 302.72" fill="#e2d230" fill-rule="evenodd"></polygon><polygon points="124.7 326.15 119.64 320.39 114.81 327.79 124.7 326.15" fill="#b1a932" fill-rule="evenodd"></polygon><polygon points="119.64 320.39 142.61 319.26 124.7 326.15 119.64 320.39" fill="#b3ab31" fill-rule="evenodd"></polygon><polygon points="151.81 318.17 156.37 323.57 147.04 327.27 151.81 318.17" fill="#b7ae30" fill-rule="evenodd"></polygon><polygon points="156.37 323.57 149.56 334.78 147.04 327.27 156.37 323.57" fill="#9f9830" fill-rule="evenodd"></polygon></g></g><g id="shrub-2" data-name="shrub"><path d="M190.06,383.46l21-4.31,17.44,3.41,16-.34,10.5.11,10.31,4.77-20.81,4.46s-15.46.67-17.48,0-15.28.3-16.84.3-12-3-12-3l-4.1-1.77Z" opacity="0.3"></path><polygon points="239.07 389.14 232.52 377.31 248.75 375.73 239.07 389.14" fill="#479610"></polygon><polygon points="239.07 389.14 255.02 384.37 248.75 375.73 239.07 389.14" fill="#307101"></polygon><polygon points="239.07 389.14 225.97 385.5 232.52 377.31 239.07 389.14" fill="#307101"></polygon><polygon points="225.97 385.5 221.55 372.55 232.52 377.31 225.97 385.5" fill="#275e02"></polygon><polygon points="221.55 372.55 237.36 366.41 232.52 377.31 221.55 372.55" fill="#479610"></polygon><polygon points="221.55 372.55 225.97 361.19 237.36 366.41 221.55 372.55" fill="#418a0f"></polygon><polygon points="237.36 366.41 248.75 375.73 232.52 377.31 237.36 366.41" fill="#418a0f"></polygon><polygon points="237.36 366.41 241.52 361.04 225.97 361.19 237.36 366.41" fill="#76b816"></polygon><polygon points="225.97 361.19 239.07 356.41 241.52 361.04 225.97 361.19" fill="#acd700"></polygon><polygon points="248.75 375.73 241.52 361.04 237.36 366.41 248.75 375.73" fill="#53a21e"></polygon><polygon points="241.52 361.04 256.87 362.84 239.07 356.41 241.52 361.04" fill="#76b816"></polygon><polygon points="256.87 362.84 248.75 375.73 241.52 361.04 256.87 362.84" fill="#418a0f"></polygon><polygon points="255.02 384.37 260.15 373.23 248.75 375.73 255.02 384.37" fill="#275e02"></polygon><polygon points="260.15 373.23 256.87 362.84 248.75 375.73 260.15 373.23" fill="#307101"></polygon><polygon points="209.5 389.14 205.77 376.78 221.55 372.55 209.5 389.14" fill="#479610"></polygon><polygon points="209.5 389.14 225.97 385.5 221.55 372.55 209.5 389.14" fill="#307101"></polygon><polygon points="209.5 389.14 197.8 385.24 205.77 376.78 209.5 389.14" fill="#275e02"></polygon><polygon points="197.8 385.24 190.64 369.37 205.77 376.78 197.8 385.24" fill="#479610"></polygon><polygon points="190.64 369.37 207.79 368.18 205.77 376.78 190.64 369.37" fill="#76b816"></polygon><polygon points="190.64 369.37 196.4 361.19 207.79 368.18 190.64 369.37" fill="#acd700"></polygon><polygon points="207.79 368.18 221.55 372.55 205.77 376.78 207.79 368.18" fill="#53a21e"></polygon><polygon points="207.79 368.18 213.66 361.93 196.4 361.19 207.79 368.18" fill="#76b816"></polygon><polygon points="196.4 361.19 212.79 355.33 213.66 361.93 196.4 361.19" fill="#acd700"></polygon><polygon points="221.55 372.55 213.66 361.93 207.79 368.18 221.55 372.55" fill="#479610"></polygon><polygon points="213.66 361.93 225.97 361.19 212.79 355.33 213.66 361.93" fill="#76b816"></polygon><polygon points="225.97 361.19 221.55 372.55 213.66 361.93 225.97 361.19" fill="#53a21e"></polygon></g><g id="wind-trappers2"><polygon points="314.39 355.82 314.39 374.36 321.71 372.6 321.71 353.84 314.39 355.82" fill="#91bbb9"></polygon><rect x="299.75" y="355.82" width="14.64" height="18.53" fill="#eaedea"></rect><polygon points="299.75 355.82 293.85 353.84 293.85 372.64 299.75 374.36 299.75 355.82" fill="#fffefe"></polygon><polygon points="293.85 353.84 299.75 355.82 314.39 355.82 321.71 353.84 314.39 351.78 301.12 351.78 293.85 353.84" fill="#f9f9fa"></polygon><polygon points="311.21 354.65 309.09 151.69 312.47 151.69 315.01 353.68 311.21 354.65" fill="#a4bfca"></polygon><polygon points="311.21 354.65 303.85 354.65 303.34 152.05 309.09 151.69 311.21 354.65" fill="#edeeed"></polygon><polygon points="303.85 354.65 300.49 353.8 300.51 152.03 303.34 152.05 303.85 354.65" fill="#fffefe"></polygon><polygon points="303.34 172.1 307.89 166.96 309.27 168.33 309.09 151.69 303.34 152.05 303.34 172.1" fill="#bec9cd"></polygon><polygon points="303.34 172.1 300.51 186.69 300.49 173.08 303.34 159.24 303.34 172.1" fill="#c5cfda"></polygon><polygon points="303.34 158.03 300.49 155.12 300.51 152.03 303.34 152.05 303.34 158.03" fill="#b9c6d1"></polygon><polygon points="314.68 139.22 312.94 148.56 303.99 151.72 296.77 145.54 298.51 136.21 307.46 133.05 314.68 139.22" fill="#f5f6f7"></polygon><polygon points="308.13 129.47 307.46 133.05 314.68 139.22 318.11 138.01 308.13 129.47" fill="#e3eaef"></polygon><polygon points="298.51 136.21 295.74 133.84 308.13 129.47 307.46 133.05 298.51 136.21" fill="#fafbfb"></polygon><polygon points="293.34 146.76 296.77 145.54 298.51 136.21 295.74 133.84 293.34 146.76" fill="#f9faf9"></polygon><polygon points="293.34 146.76 303.32 155.3 303.99 151.72 296.77 145.54 293.34 146.76" fill="#c2cec7"></polygon><polygon points="303.32 155.3 315.71 150.92 312.94 148.56 303.99 151.72 303.32 155.3" fill="#b9c7bf"></polygon><polygon points="315.71 150.92 312.94 148.56 314.68 139.22 318.11 138.01 315.71 150.92" fill="#bacbd5"></polygon><polygon points="317.89 139.22 442.06 166.23 446.65 173.8 315.86 150.12 317.89 139.22" fill="#f5f6f7"></polygon><polygon points="317.47 141.48 323.15 146.08 325.51 151.86 315.86 150.12 317.47 141.48" fill="#bcc9d9"></polygon><polygon points="296.62 133.53 256.01 8.47 260.13 0 307.06 129.85 296.62 133.53" fill="#f8f9f8"></polygon><polygon points="302.51 154.61 220.95 249.78 212.15 249.78 294.42 147.68 302.51 154.61" fill="#f8f9f8"></polygon><polygon points="299.42 151.96 299.4 155.58 300.66 156.77 302.55 154.6 299.42 151.96" fill="#bcc9c7"></polygon><polyline points="321.71 368.41 321.71 372.6 314.39 374.36 333.89 370.55 332.95 369.72 377.68 362.21 378.76 359.19" fill="#315114" opacity="0.15"></polyline></g><g id="dead-tree"><ellipse id="shadow-5" data-name="shadow" cx="400.15" cy="358.76" rx="42.51" ry="2.06" opacity="0.15"></ellipse><polygon id="dead-tree-bg" points="432.04 258.44 428.1 263.57 422.5 270.4 418.12 273.84 420.35 263.68 420.35 258.7 420.35 253.73 418.86 259.19 415.86 248.13 417.86 262.85 416.25 268.75 413.06 282.64 411.88 292.04 403.97 313.8 402.28 314.91 400.59 316.03 398.9 317.15 397.21 318.26 396.24 314.97 395.27 311.68 394.31 308.39 393.34 305.1 404.65 284.35 401.67 288.17 398.85 276.76 400.48 289.7 391.53 301.13 391.42 300.88 384.99 286.27 381.39 279.94 379.78 272.74 376.44 248.13 378.56 279.63 390.2 305.95 390.41 308.96 390.63 311.96 390.84 314.96 391.06 317.96 391.18 318.71 391.31 319.46 391.44 320.2 391.57 320.95 391.57 320.95 384.36 317.08 375.59 308.52 369.96 288.36 373.38 308.71 382.73 319.75 388.48 324.54 393.34 327.21 393.34 327.21 393.92 340.37 392.63 354.11 384.99 357.99 395.4 357.4 402.16 358.59 407.65 359.19 421.97 358.29 408.07 357.1 404.65 353.81 403.93 348.43 404.24 334.69 411.31 329.02 415.06 325.13 415.06 325.13 427.12 299.98 416.46 317.67 413.58 322.15 410.14 326.33 404.13 329.91 403.81 322.74 405.07 321.11 406.33 319.47 407.58 317.84 408.84 316.2 411.27 305.1 415.06 293.64 416.48 281.31 416.78 279.94 416.78 279.94 419.39 277.48 421.99 274.56 425.71 270.28 429.43 265.56 432.7 259.43 435.98 253.31 432.04 258.44" fill="#483f15"></polygon><polygon points="421.47 309.35 422.3 307.98 417.28 294.85 421.47 309.35" fill="#483f15"></polygon><g id="trunk-6" data-name="trunk"><polygon points="408.07 357.1 404.65 353.81 402.16 358.59 407.65 359.19 421.97 358.29 408.07 357.1" fill="url(#trunk-gradient3)"></polygon><polygon points="399.31 357.1 402.16 358.59 395.4 357.4 399.31 357.1" fill="url(#未命名漸層_46)"></polygon><polygon points="384.99 357.99 395.4 357.4 392.63 354.11 384.99 357.99" fill="url(#trunk-gradient3-2)"></polygon><polygon points="395.4 357.4 399.31 357.1 392.63 354.11 395.4 357.4" fill="url(#未命名漸層_35)"></polygon><polygon points="403.93 348.43 392.63 354.11 399.31 357.1 402.16 358.59 404.65 353.81 403.93 348.43" fill="url(#未命名漸層_41)"></polygon><polygon points="399.95 336.19 404.24 334.69 397.93 344.85 399.95 336.19" fill="url(#未命名漸層_50)"></polygon><polygon points="404.24 334.69 397.93 344.85 392.63 354.11 403.93 348.43 404.24 334.69" fill="url(#trunk-gradient3-3)"></polygon><polygon points="391.57 320.95 382.73 319.75 388.48 324.54 393.34 327.21 391.57 320.95" fill="url(#未命名漸層_33)"></polygon><polygon points="391.57 320.95 393.34 327.21 397.21 318.26 391.57 320.95" fill="url(#未命名漸層_35-2)"></polygon><polygon points="397.21 318.26 396.24 314.97 395.27 311.68 394.31 308.39 393.34 305.1 391.42 300.88 384.99 286.27 381.39 279.94 379.78 272.74 376.44 248.13 378.56 279.63 390.2 305.95 390.41 308.96 390.63 311.96 390.84 314.96 391.06 317.96 391.18 318.71 391.31 319.46 391.44 320.2 391.57 320.95 392.98 320.28 394.39 319.61 395.8 318.94 397.21 318.26" fill="url(#未命名漸層_64)"></polygon><polygon points="418.01 273.92 422.5 270.4 428.1 263.57 432.04 258.44 435.98 253.31 432.7 259.43 429.43 265.56 425.71 270.28 421.99 274.56 419.39 277.48 416.78 279.94 417.52 276.34 418.01 273.92" fill="#544b21"></polygon><polygon points="403.97 313.8 402.28 314.91 400.59 316.03 398.9 317.15 397.21 318.26 396.24 320.5 395.27 322.74 394.31 324.98 393.34 327.21 395.96 326.1 398.58 324.98 401.2 323.86 403.81 322.74 405.07 321.11 406.33 319.47 407.58 317.84 408.84 316.2 411.27 305.1 415.06 293.64 416.48 281.31 420.35 263.68 420.35 258.7 420.35 253.73 416.25 268.75 413.06 282.64 411.88 292.04 403.97 313.8" fill="url(#trunk-gradient2)"></polygon><polygon points="393.34 327.21 403.81 322.74 404.13 329.91 393.34 327.21" fill="url(#trunk-gradient3-4)"></polygon><polygon points="393.34 327.21 393.92 340.37 392.63 354.11 397.93 344.85 399.95 336.19 404.13 329.91 393.34 327.21" fill="url(#trunk-gradient4)"></polygon><polygon points="413.58 322.15 416.46 317.67 427.12 299.98 415.06 325.13 413.58 322.15" fill="url(#trunk-gradient2-2)"></polygon><polygon points="413.58 322.15 410.14 326.33 404.13 329.91 399.95 336.19 404.24 334.69 411.31 329.02 415.06 325.13 413.58 322.15" fill="url(#trunk-gradient)"></polygon><polygon points="384.36 317.07 375.59 308.52 369.96 288.36 373.38 308.71 382.73 319.75 391.57 320.95 384.36 317.07" fill="url(#未命名漸層_31)"></polygon><polygon points="422.3 307.98 421.47 309.35 417.28 294.85 422.3 307.98" fill="url(#trunk-gradient1)"></polygon><polygon points="391.47 301.2 393.34 305.1 404.65 284.35 391.47 301.2" fill="url(#未命名漸層_64-2)"></polygon><polygon points="401.69 288.27 400.5 289.85 398.85 276.76 401.69 288.27" fill="url(#未命名漸層_64-3)"></polygon><polygon points="418.86 259.19 417.86 262.85 415.86 248.13 418.86 259.19" fill="url(#未命名漸層_64-4)"></polygon></g></g><g id="bird4"><polygon points="417.33 66.5 403.01 61.45 386.43 84.49 405.52 69.68 417.33 66.5" fill="url(#未命名漸層_69)"></polygon><polygon points="356.31 92.06 368.39 72.02 387.04 75.32 392.83 75.61 386.43 84.49 374.21 78.31 356.31 92.06" fill="url(#未命名漸層_69-2)"></polygon><polygon points="386.43 84.49 391 80.94 374.21 78.31 386.43 84.49" fill="url(#未命名漸層_67)"></polygon></g><g id="bird3"><polygon points="463.04 143.44 478.67 138.37 499.68 162.65 476.85 146.15 463.04 143.44" fill="url(#未命名漸層_69-3)"></polygon><polygon points="534.87 168.88 519.23 147.86 498.5 151.21 490.88 152.48 499.68 162.65 513.48 153.57 534.87 168.88" fill="url(#未命名漸層_69-4)"></polygon><polygon points="499.68 162.65 494.21 158.7 513.48 153.57 499.68 162.65" fill="url(#未命名漸層_67-2)"></polygon></g></g></svg></div><div class="cloud1_1dIrHZ" style="transform: translate3d(0px, -1463px, 0px);"><svg id="cloud" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 355 166"><title>cloud</title><polygon id="cloud-bg" points="295.8 60 228.69 2.08 127.42 0 46.93 37.72 45.33 82.27 0.83 108.61 0 135.83 63.79 155.15 169.46 161.31 233.27 166.5 341.71 124.27 355.28 86.84 295.8 60" fill="#fffffd"></polygon><polygon points="263.39 99.51 152.31 131.05 133.36 92.29 263.39 99.51" fill="#fffffd"></polygon><polygon points="127.42 38.17 263.39 99.51 133.36 92.29 127.42 38.17" fill="#fdfbee"></polygon><polygon points="45.33 82.27 133.36 92.29 127.42 38.17 45.33 82.27" fill="#fffffd"></polygon><polygon points="127.42 38.17 127.42 0 46.93 37.72 127.42 38.17" fill="#fdfbee"></polygon><polygon points="295.8 60 263.39 99.51 127.42 38.17 295.8 60" fill="#fdfbee"></polygon><polygon points="295.8 60 228.69 2.08 127.42 38.17 127.42 38.17 295.8 60" fill="#f6f4ef"></polygon><polygon points="228.69 2.08 127.42 0 127.42 38.17 228.69 2.08" fill="#fffffd"></polygon><polygon points="133.36 92.29 152.31 131.05 45.33 82.27 133.36 92.29" fill="#ece5d2"></polygon><polygon points="49.97 106.45 152.31 131.05 63.79 155.15 49.97 106.45" fill="#fdfbee"></polygon><polygon points="0 135.83 63.79 155.15 49.97 106.45 0 135.83" fill="#ece5d2"></polygon><polygon points="0.83 108.61 49.97 106.45 0 135.83 0.83 108.61" fill="#ece5d2"></polygon><polygon points="49.97 106.45 45.33 82.27 0.83 108.61 49.97 106.45" fill="#fdfbee"></polygon><polygon points="45.33 82.27 152.31 131.05 49.97 106.45 45.33 82.27" fill="#fffffd"></polygon><polygon points="186.63 140.84 263.39 99.51 289.12 133.44 186.63 140.84" fill="#fffffd"></polygon><polygon points="233.27 166.5 289.12 133.44 186.63 140.84 233.27 166.5" fill="#fdfbee"></polygon><polygon points="169.46 161.31 186.63 140.84 233.27 166.5 169.46 161.31" fill="#aeaaa2"></polygon><polygon points="186.63 140.84 152.31 131.05 169.46 161.31 186.63 140.84" fill="#d9d7d1"></polygon><polygon points="152.31 131.05 263.39 99.51 186.63 140.84 152.31 131.05" fill="#fdfbee"></polygon><polygon points="316.09 103.27 295.8 60 355.28 86.84 316.09 103.27" fill="#fdfbee"></polygon><polygon points="341.71 124.27 355.28 86.84 316.09 103.27 341.71 124.27" fill="#d9d7d1"></polygon><polygon points="289.12 133.44 316.09 103.27 341.71 124.27 289.12 133.44" fill="#aeaaa2"></polygon><polygon points="316.09 103.27 263.39 99.51 289.12 133.44 316.09 103.27" fill="#ece5d2"></polygon><polygon points="263.39 99.51 295.8 60 316.09 103.27 263.39 99.51" fill="#f6f4ef"></polygon><polygon points="169.46 161.31 63.79 155.15 152.31 131.05 169.46 161.31" fill="#aeaaa2"></polygon><polygon points="233.27 166.5 289.12 133.44 341.71 124.27 233.27 166.5" fill="#aeaaa2"></polygon><polygon points="46.93 37.72 127.42 38.17 45.33 82.27 46.93 37.72" fill="#ece5d2"></polygon></svg></div><div class="cloud2_1dIrHZ" style="transform: translate3d(0px, -2195px, 0px);"><svg id="cloud" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 355 166"><title>cloud</title><polygon id="cloud-bg" points="295.8 60 228.69 2.08 127.42 0 46.93 37.72 45.33 82.27 0.83 108.61 0 135.83 63.79 155.15 169.46 161.31 233.27 166.5 341.71 124.27 355.28 86.84 295.8 60" fill="#fffffd"></polygon><polygon points="263.39 99.51 152.31 131.05 133.36 92.29 263.39 99.51" fill="#fffffd"></polygon><polygon points="127.42 38.17 263.39 99.51 133.36 92.29 127.42 38.17" fill="#fdfbee"></polygon><polygon points="45.33 82.27 133.36 92.29 127.42 38.17 45.33 82.27" fill="#fffffd"></polygon><polygon points="127.42 38.17 127.42 0 46.93 37.72 127.42 38.17" fill="#fdfbee"></polygon><polygon points="295.8 60 263.39 99.51 127.42 38.17 295.8 60" fill="#fdfbee"></polygon><polygon points="295.8 60 228.69 2.08 127.42 38.17 127.42 38.17 295.8 60" fill="#f6f4ef"></polygon><polygon points="228.69 2.08 127.42 0 127.42 38.17 228.69 2.08" fill="#fffffd"></polygon><polygon points="133.36 92.29 152.31 131.05 45.33 82.27 133.36 92.29" fill="#ece5d2"></polygon><polygon points="49.97 106.45 152.31 131.05 63.79 155.15 49.97 106.45" fill="#fdfbee"></polygon><polygon points="0 135.83 63.79 155.15 49.97 106.45 0 135.83" fill="#ece5d2"></polygon><polygon points="0.83 108.61 49.97 106.45 0 135.83 0.83 108.61" fill="#ece5d2"></polygon><polygon points="49.97 106.45 45.33 82.27 0.83 108.61 49.97 106.45" fill="#fdfbee"></polygon><polygon points="45.33 82.27 152.31 131.05 49.97 106.45 45.33 82.27" fill="#fffffd"></polygon><polygon points="186.63 140.84 263.39 99.51 289.12 133.44 186.63 140.84" fill="#fffffd"></polygon><polygon points="233.27 166.5 289.12 133.44 186.63 140.84 233.27 166.5" fill="#fdfbee"></polygon><polygon points="169.46 161.31 186.63 140.84 233.27 166.5 169.46 161.31" fill="#aeaaa2"></polygon><polygon points="186.63 140.84 152.31 131.05 169.46 161.31 186.63 140.84" fill="#d9d7d1"></polygon><polygon points="152.31 131.05 263.39 99.51 186.63 140.84 152.31 131.05" fill="#fdfbee"></polygon><polygon points="316.09 103.27 295.8 60 355.28 86.84 316.09 103.27" fill="#fdfbee"></polygon><polygon points="341.71 124.27 355.28 86.84 316.09 103.27 341.71 124.27" fill="#d9d7d1"></polygon><polygon points="289.12 133.44 316.09 103.27 341.71 124.27 289.12 133.44" fill="#aeaaa2"></polygon><polygon points="316.09 103.27 263.39 99.51 289.12 133.44 316.09 103.27" fill="#ece5d2"></polygon><polygon points="263.39 99.51 295.8 60 316.09 103.27 263.39 99.51" fill="#f6f4ef"></polygon><polygon points="169.46 161.31 63.79 155.15 152.31 131.05 169.46 161.31" fill="#aeaaa2"></polygon><polygon points="233.27 166.5 289.12 133.44 341.71 124.27 233.27 166.5" fill="#aeaaa2"></polygon><polygon points="46.93 37.72 127.42 38.17 45.33 82.27 46.93 37.72" fill="#ece5d2"></polygon></svg></div><div class="cloud3_1dIrHZ" style="transform: translate3d(0px, -2926px, 0px);"><svg id="cloud" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 355 166"><title>cloud</title><polygon id="cloud-bg" points="295.8 60 228.69 2.08 127.42 0 46.93 37.72 45.33 82.27 0.83 108.61 0 135.83 63.79 155.15 169.46 161.31 233.27 166.5 341.71 124.27 355.28 86.84 295.8 60" fill="#fffffd"></polygon><polygon points="263.39 99.51 152.31 131.05 133.36 92.29 263.39 99.51" fill="#fffffd"></polygon><polygon points="127.42 38.17 263.39 99.51 133.36 92.29 127.42 38.17" fill="#fdfbee"></polygon><polygon points="45.33 82.27 133.36 92.29 127.42 38.17 45.33 82.27" fill="#fffffd"></polygon><polygon points="127.42 38.17 127.42 0 46.93 37.72 127.42 38.17" fill="#fdfbee"></polygon><polygon points="295.8 60 263.39 99.51 127.42 38.17 295.8 60" fill="#fdfbee"></polygon><polygon points="295.8 60 228.69 2.08 127.42 38.17 127.42 38.17 295.8 60" fill="#f6f4ef"></polygon><polygon points="228.69 2.08 127.42 0 127.42 38.17 228.69 2.08" fill="#fffffd"></polygon><polygon points="133.36 92.29 152.31 131.05 45.33 82.27 133.36 92.29" fill="#ece5d2"></polygon><polygon points="49.97 106.45 152.31 131.05 63.79 155.15 49.97 106.45" fill="#fdfbee"></polygon><polygon points="0 135.83 63.79 155.15 49.97 106.45 0 135.83" fill="#ece5d2"></polygon><polygon points="0.83 108.61 49.97 106.45 0 135.83 0.83 108.61" fill="#ece5d2"></polygon><polygon points="49.97 106.45 45.33 82.27 0.83 108.61 49.97 106.45" fill="#fdfbee"></polygon><polygon points="45.33 82.27 152.31 131.05 49.97 106.45 45.33 82.27" fill="#fffffd"></polygon><polygon points="186.63 140.84 263.39 99.51 289.12 133.44 186.63 140.84" fill="#fffffd"></polygon><polygon points="233.27 166.5 289.12 133.44 186.63 140.84 233.27 166.5" fill="#fdfbee"></polygon><polygon points="169.46 161.31 186.63 140.84 233.27 166.5 169.46 161.31" fill="#aeaaa2"></polygon><polygon points="186.63 140.84 152.31 131.05 169.46 161.31 186.63 140.84" fill="#d9d7d1"></polygon><polygon points="152.31 131.05 263.39 99.51 186.63 140.84 152.31 131.05" fill="#fdfbee"></polygon><polygon points="316.09 103.27 295.8 60 355.28 86.84 316.09 103.27" fill="#fdfbee"></polygon><polygon points="341.71 124.27 355.28 86.84 316.09 103.27 341.71 124.27" fill="#d9d7d1"></polygon><polygon points="289.12 133.44 316.09 103.27 341.71 124.27 289.12 133.44" fill="#aeaaa2"></polygon><polygon points="316.09 103.27 263.39 99.51 289.12 133.44 316.09 103.27" fill="#ece5d2"></polygon><polygon points="263.39 99.51 295.8 60 316.09 103.27 263.39 99.51" fill="#f6f4ef"></polygon><polygon points="169.46 161.31 63.79 155.15 152.31 131.05 169.46 161.31" fill="#aeaaa2"></polygon><polygon points="233.27 166.5 289.12 133.44 341.71 124.27 233.27 166.5" fill="#aeaaa2"></polygon><polygon points="46.93 37.72 127.42 38.17 45.33 82.27 46.93 37.72" fill="#ece5d2"></polygon></svg></div><div class="cloud4_1dIrHZ" style="transform: translate3d(0px, -2926px, 0px);"><svg id="cloud" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 355 166"><title>cloud</title><polygon id="cloud-bg" points="295.8 60 228.69 2.08 127.42 0 46.93 37.72 45.33 82.27 0.83 108.61 0 135.83 63.79 155.15 169.46 161.31 233.27 166.5 341.71 124.27 355.28 86.84 295.8 60" fill="#fffffd"></polygon><polygon points="263.39 99.51 152.31 131.05 133.36 92.29 263.39 99.51" fill="#fffffd"></polygon><polygon points="127.42 38.17 263.39 99.51 133.36 92.29 127.42 38.17" fill="#fdfbee"></polygon><polygon points="45.33 82.27 133.36 92.29 127.42 38.17 45.33 82.27" fill="#fffffd"></polygon><polygon points="127.42 38.17 127.42 0 46.93 37.72 127.42 38.17" fill="#fdfbee"></polygon><polygon points="295.8 60 263.39 99.51 127.42 38.17 295.8 60" fill="#fdfbee"></polygon><polygon points="295.8 60 228.69 2.08 127.42 38.17 127.42 38.17 295.8 60" fill="#f6f4ef"></polygon><polygon points="228.69 2.08 127.42 0 127.42 38.17 228.69 2.08" fill="#fffffd"></polygon><polygon points="133.36 92.29 152.31 131.05 45.33 82.27 133.36 92.29" fill="#ece5d2"></polygon><polygon points="49.97 106.45 152.31 131.05 63.79 155.15 49.97 106.45" fill="#fdfbee"></polygon><polygon points="0 135.83 63.79 155.15 49.97 106.45 0 135.83" fill="#ece5d2"></polygon><polygon points="0.83 108.61 49.97 106.45 0 135.83 0.83 108.61" fill="#ece5d2"></polygon><polygon points="49.97 106.45 45.33 82.27 0.83 108.61 49.97 106.45" fill="#fdfbee"></polygon><polygon points="45.33 82.27 152.31 131.05 49.97 106.45 45.33 82.27" fill="#fffffd"></polygon><polygon points="186.63 140.84 263.39 99.51 289.12 133.44 186.63 140.84" fill="#fffffd"></polygon><polygon points="233.27 166.5 289.12 133.44 186.63 140.84 233.27 166.5" fill="#fdfbee"></polygon><polygon points="169.46 161.31 186.63 140.84 233.27 166.5 169.46 161.31" fill="#aeaaa2"></polygon><polygon points="186.63 140.84 152.31 131.05 169.46 161.31 186.63 140.84" fill="#d9d7d1"></polygon><polygon points="152.31 131.05 263.39 99.51 186.63 140.84 152.31 131.05" fill="#fdfbee"></polygon><polygon points="316.09 103.27 295.8 60 355.28 86.84 316.09 103.27" fill="#fdfbee"></polygon><polygon points="341.71 124.27 355.28 86.84 316.09 103.27 341.71 124.27" fill="#d9d7d1"></polygon><polygon points="289.12 133.44 316.09 103.27 341.71 124.27 289.12 133.44" fill="#aeaaa2"></polygon><polygon points="316.09 103.27 263.39 99.51 289.12 133.44 316.09 103.27" fill="#ece5d2"></polygon><polygon points="263.39 99.51 295.8 60 316.09 103.27 263.39 99.51" fill="#f6f4ef"></polygon><polygon points="169.46 161.31 63.79 155.15 152.31 131.05 169.46 161.31" fill="#aeaaa2"></polygon><polygon points="233.27 166.5 289.12 133.44 341.71 124.27 233.27 166.5" fill="#aeaaa2"></polygon><polygon points="46.93 37.72 127.42 38.17 45.33 82.27 46.93 37.72" fill="#ece5d2"></polygon></svg></div><div class="cloud5_1dIrHZ" style="transform: translate3d(0px, -2195px, 0px);"><svg id="cloud" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 355 166"><title>cloud</title><polygon id="cloud-bg" points="295.8 60 228.69 2.08 127.42 0 46.93 37.72 45.33 82.27 0.83 108.61 0 135.83 63.79 155.15 169.46 161.31 233.27 166.5 341.71 124.27 355.28 86.84 295.8 60" fill="#fffffd"></polygon><polygon points="263.39 99.51 152.31 131.05 133.36 92.29 263.39 99.51" fill="#fffffd"></polygon><polygon points="127.42 38.17 263.39 99.51 133.36 92.29 127.42 38.17" fill="#fdfbee"></polygon><polygon points="45.33 82.27 133.36 92.29 127.42 38.17 45.33 82.27" fill="#fffffd"></polygon><polygon points="127.42 38.17 127.42 0 46.93 37.72 127.42 38.17" fill="#fdfbee"></polygon><polygon points="295.8 60 263.39 99.51 127.42 38.17 295.8 60" fill="#fdfbee"></polygon><polygon points="295.8 60 228.69 2.08 127.42 38.17 127.42 38.17 295.8 60" fill="#f6f4ef"></polygon><polygon points="228.69 2.08 127.42 0 127.42 38.17 228.69 2.08" fill="#fffffd"></polygon><polygon points="133.36 92.29 152.31 131.05 45.33 82.27 133.36 92.29" fill="#ece5d2"></polygon><polygon points="49.97 106.45 152.31 131.05 63.79 155.15 49.97 106.45" fill="#fdfbee"></polygon><polygon points="0 135.83 63.79 155.15 49.97 106.45 0 135.83" fill="#ece5d2"></polygon><polygon points="0.83 108.61 49.97 106.45 0 135.83 0.83 108.61" fill="#ece5d2"></polygon><polygon points="49.97 106.45 45.33 82.27 0.83 108.61 49.97 106.45" fill="#fdfbee"></polygon><polygon points="45.33 82.27 152.31 131.05 49.97 106.45 45.33 82.27" fill="#fffffd"></polygon><polygon points="186.63 140.84 263.39 99.51 289.12 133.44 186.63 140.84" fill="#fffffd"></polygon><polygon points="233.27 166.5 289.12 133.44 186.63 140.84 233.27 166.5" fill="#fdfbee"></polygon><polygon points="169.46 161.31 186.63 140.84 233.27 166.5 169.46 161.31" fill="#aeaaa2"></polygon><polygon points="186.63 140.84 152.31 131.05 169.46 161.31 186.63 140.84" fill="#d9d7d1"></polygon><polygon points="152.31 131.05 263.39 99.51 186.63 140.84 152.31 131.05" fill="#fdfbee"></polygon><polygon points="316.09 103.27 295.8 60 355.28 86.84 316.09 103.27" fill="#fdfbee"></polygon><polygon points="341.71 124.27 355.28 86.84 316.09 103.27 341.71 124.27" fill="#d9d7d1"></polygon><polygon points="289.12 133.44 316.09 103.27 341.71 124.27 289.12 133.44" fill="#aeaaa2"></polygon><polygon points="316.09 103.27 263.39 99.51 289.12 133.44 316.09 103.27" fill="#ece5d2"></polygon><polygon points="263.39 99.51 295.8 60 316.09 103.27 263.39 99.51" fill="#f6f4ef"></polygon><polygon points="169.46 161.31 63.79 155.15 152.31 131.05 169.46 161.31" fill="#aeaaa2"></polygon><polygon points="233.27 166.5 289.12 133.44 341.71 124.27 233.27 166.5" fill="#aeaaa2"></polygon><polygon points="46.93 37.72 127.42 38.17 45.33 82.27 46.93 37.72" fill="#ece5d2"></polygon></svg></div></section><section id="smartcontractCodes" class="section_1OohbK"><div class="content_1OohbK"><h2 class="subTitle_26MOtH subTitleColor_1OohbK">Smart contract codes</h2><article class="article_26MOtH">Experimental
peer-to peer search engine for Solidity source codes. The project aims
to make smart contracts verifiable and more transparent. Supported by
the Ethereum Foundation.</article><a href="https://smartcontract.codes/" target="_blank" class="button_26MOtH buttonBg_1OohbK">Get started</a></div><div class="scene_1OohbK"><div class="deco_1OohbK"><img src="fichiers/logo-1.png" alt="Smart contract codes logo" class="logo_1OohbK"><img src="fichiers/smart-contract-codes.jpg" alt="Smart contract codes" class="screenshot_1OohbK"><div class="trees_1OohbK"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 180.24 223.53"><title>two-tree</title><g id="trees"><g id="tree"><polygon id="shadow" points="10.91 220.56 35.5 211.56 59.79 220.56 45.78 223.53 10.91 220.56" opacity="0.15"></polygon><polygon id="trunk-bg" points="40.1 211.56 39.1 202.55 38.07 166.72 34.23 181.11 29.79 165.91 32.75 196.32 32.75 210.09 23.58 218.83 32.01 220.56 41.11 220.56 46.36 220.56 40.1 211.56" fill="#a66102"></polygon><g id="trunk"><polygon points="29.79 165.91 32.75 196.32 34.23 181.11 29.79 165.91" fill="#e39946"></polygon><polygon points="34.23 181.11 38.07 166.72 39.1 202.55 34.23 181.11" fill="#be7721"></polygon><polygon points="32.75 196.32 39.1 202.55 34.23 181.11 32.75 196.32" fill="#a66102"></polygon><polygon points="32.75 196.32 32.75 210.09 39.1 202.55 32.75 196.32" fill="#be7721"></polygon><polygon points="39.1 202.55 41.11 220.56 32.75 210.09 39.1 202.55" fill="#a66102"></polygon><polygon points="32.75 210.09 23.58 218.83 32.01 220.56 32.75 210.09" fill="#663600"></polygon><polygon points="32.01 220.56 41.11 220.56 32.75 210.09 32.01 220.56" fill="#8f4e00"></polygon><polygon points="41.11 220.56 46.36 220.56 40.1 211.56 41.11 220.56" fill="#8f4e00"></polygon></g><polygon id="leaves-bg" points="59.79 122.89 42.33 107.84 7.85 122.89 0.08 145.23 10.28 172.42 34.07 181.16 56.27 175.57 70 145.23 59.79 122.89" fill="#53a21e"></polygon><g id="leaves"><polygon points="0.08 145.23 28.73 122.89 28.73 161.74 0.08 145.23" fill="#76b816"></polygon><polygon points="0.08 145.23 10.28 172.42 28.73 161.74 0.08 145.23" fill="#53a21e"></polygon><polygon points="0.08 145.23 7.85 122.89 28.73 122.89 0.08 145.23" fill="#acd700"></polygon><polygon points="7.85 122.89 42.33 107.84 28.73 122.89 7.85 122.89" fill="#76b816"></polygon><polygon points="42.33 107.84 48.64 142.32 28.73 122.89 42.33 107.84" fill="#acd700"></polygon><polygon points="42.33 107.84 59.79 122.89 48.64 142.32 42.33 107.84" fill="#76b816"></polygon><polygon points="48.64 142.32 28.73 161.74 28.73 122.89 48.64 142.32" fill="#53a21e"></polygon><polygon points="48.64 142.32 57.38 161.74 59.79 122.89 48.64 142.32" fill="#53a21e"></polygon><polygon points="59.79 122.89 70 145.23 57.38 161.74 59.79 122.89" fill="#76b816"></polygon><polygon points="28.73 161.74 57.38 161.74 48.64 142.32 28.73 161.74" fill="#3b8701"></polygon><polygon points="57.38 161.74 56.27 175.57 70 145.23 57.38 161.74" fill="#3b8701"></polygon><polygon points="56.27 175.57 28.73 161.74 57.38 161.74 56.27 175.57" fill="#307101"></polygon><polygon points="10.28 172.42 34.07 181.16 28.73 161.74 10.28 172.42" fill="#307101"></polygon><polygon points="34.07 181.16 56.27 175.57 28.73 161.74 34.07 181.16" fill="#3b8701"></polygon></g></g><g id="tree-2" data-name="tree"><polygon id="shadow-2" data-name="shadow" points="82.58 186.28 123.23 171.4 163.36 186.28 140.21 191.18 82.58 186.28" opacity="0.15"></polygon><polygon id="trunk-bg-2" data-name="trunk-bg" points="130.83 171.4 129.17 156.51 127.47 97.3 121.13 121.09 113.78 95.96 118.67 146.21 118.67 168.98 103.53 183.42 117.45 186.28 132.49 186.28 141.17 186.28 130.83 171.4" fill="#a66102"></polygon><g id="trunk-2" data-name="trunk"><polygon points="113.78 95.96 118.67 146.21 121.13 121.09 113.78 95.96" fill="#e39946"></polygon><polygon points="121.13 121.09 127.47 97.3 129.17 156.51 121.13 121.09" fill="#be7721"></polygon><polygon points="118.67 146.21 129.17 156.51 121.13 121.09 118.67 146.21" fill="#a66102"></polygon><polygon points="118.67 146.21 118.67 168.98 129.17 156.51 118.67 146.21" fill="#be7721"></polygon><polygon points="129.17 156.51 132.49 186.28 118.67 168.98 129.17 156.51" fill="#a66102"></polygon><polygon points="118.67 168.98 103.53 183.42 117.45 186.28 118.67 168.98" fill="#663600"></polygon><polygon points="117.45 186.28 132.49 186.28 118.67 168.98 117.45 186.28" fill="#8f4e00"></polygon><polygon points="132.49 186.28 141.17 186.28 130.83 171.4 132.49 186.28" fill="#8f4e00"></polygon></g><polygon id="leaves-bg-2" data-name="leaves-bg" points="163.36 24.88 134.5 0 77.53 24.88 64.69 61.79 81.54 106.72 120.86 121.17 157.55 111.93 180.24 61.79 163.36 24.88" fill="#53a21e"></polygon><g id="leaves-2" data-name="leaves"><polygon points="64.69 61.79 112.03 24.88 112.03 89.07 64.69 61.79" fill="#76b816"></polygon><polygon points="64.69 61.79 81.54 106.72 112.03 89.07 64.69 61.79" fill="#53a21e"></polygon><polygon points="64.69 61.79 77.53 24.88 112.03 24.88 64.69 61.79" fill="#acd700"></polygon><polygon points="77.53 24.88 134.5 0 112.03 24.88 77.53 24.88" fill="#76b816"></polygon><polygon points="134.5 0 144.93 56.97 112.03 24.88 134.5 0" fill="#acd700"></polygon><polygon points="134.5 0 163.36 24.88 144.93 56.97 134.5 0" fill="#76b816"></polygon><polygon points="144.93 56.97 112.03 89.07 112.03 24.88 144.93 56.97" fill="#53a21e"></polygon><polygon points="144.93 56.97 159.38 89.07 163.36 24.88 144.93 56.97" fill="#53a21e"></polygon><polygon points="163.36 24.88 180.24 61.79 159.38 89.07 163.36 24.88" fill="#76b816"></polygon><polygon points="112.03 89.07 159.38 89.07 144.93 56.97 112.03 89.07" fill="#3b8701"></polygon><polygon points="159.38 89.07 157.55 111.93 180.24 61.79 159.38 89.07" fill="#3b8701"></polygon><polygon points="157.55 111.93 112.03 89.07 159.38 89.07 157.55 111.93" fill="#307101"></polygon><polygon points="81.54 106.72 120.86 121.17 112.03 89.07 81.54 106.72" fill="#307101"></polygon><polygon points="120.86 121.17 157.55 111.93 112.03 89.07 120.86 121.17" fill="#3b8701"></polygon></g></g></g></svg></div></div><div class="island_1OohbK"><svg xmlns="http://www.w3.org/2000/svg" xlink="http://www.w3.org/1999/xlink" viewBox="0 0 1131.18 518.09"><defs><linearGradient id="land-gradient" x1="506.52" y1="-124.76" x2="611.04" y2="212.78" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#71b054"></stop><stop offset="1" stop-color="#a7d672"></stop></linearGradient><linearGradient id="linear-gradient" x1="-2155.89" y1="-1054.21" x2="-2128.18" y2="-1081.92" gradientTransform="matrix(25, 0, 0, -23, 54518.9, -24370.93)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#635f43"></stop><stop offset="1" stop-color="#845858"></stop></linearGradient><linearGradient id="未命名漸層_163" x1="70.73" y1="100.82" x2="400.59" y2="-54.9" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#569e36"></stop><stop offset="1" stop-color="#accc3d"></stop></linearGradient><linearGradient id="未命名漸層_163-2" x1="646.18" y1="213.01" x2="677.99" y2="5.39" xlink:href="#未命名漸層_163"></linearGradient><linearGradient id="未命名漸層_171" x1="509.04" y1="-116.61" x2="611.18" y2="213.25" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#569e36"></stop><stop offset="1" stop-color="#b8cc74"></stop></linearGradient></defs><title>floating-island1</title><g id="floating-island1"><path id="land-bg" d="M465.22,504.21l99.33-39.72,113.67,53.6L757.44,427,906.59,244.34,1075.42,128l36.15-42.26,16.17-14.41,3.44-6.57-19.61,11.45-75.2,16.94-45.77,1-49,4.49-39.23,6L843.48,126.6l-83.37.69-50.67-4.67-75.19-3-78.47-4.49-104.61,3-68.66,8-68.66-12.47L255,104.44l-52.31-1.27H160.2l-52.31-6-75.2-15L0,67.26,5.21,73.4,32.69,92.1h0l32.7,41.31L274.52,284l190.7,220.23Z" fill="#8f4e6c"></path><polygon id="ground-bg" points="1102.28 42.8 1096.08 41.74 987.63 23.23 807.52 12.75 608.09 0 444.63 1.5 268.08 12.23 253.19 12.81 117.7 18.1 25.84 38.63 15.08 50.56 0 67.26 32.69 86.21 107.89 101.17 160.2 107.17 202.7 107.17 255.01 108.45 313.85 117.64 382.51 126.11 451.17 122.13 555.78 119.14 634.25 123.63 709.44 126.62 760.12 129.29 843.49 128.6 902.33 108.67 941.56 102.68 990.6 98.19 1036.37 97.17 1111.57 80.22 1131.18 64.77 1102.28 42.8" fill="url(#land-gradient)"></polygon><g id="land"><polygon points="555.78 127.07 451.17 130.25 564.55 288.93 634.25 131.84 555.78 127.07" fill="#79405e"></polygon><polygon points="709.44 135.01 634.25 131.84 564.55 288.93 683.68 350.87 720.22 306.27 760.12 139.1 709.44 135.01" fill="#723759"></polygon><polygon id="triangle36" points="382.51 136.03 451.17 130.25 427.24 311.23 382.51 136.03" fill="#834869"></polygon><polygon id="triangle36-2" data-name="triangle36" points="451.17 130.25 564.55 288.93 427.24 311.23 451.17 130.25" fill="#743b5b"></polygon><polygon points="564.55 288.93 518.78 340.96 499.16 442.2 564.55 464.49 673.72 402.89 683.68 350.87 564.55 288.93" fill="#582a46"></polygon><polygon points="313.85 125.48 255.01 115.72 342.46 276.54 382.51 136.03 313.85 125.48" fill="#bd738a"></polygon><polygon points="427.24 311.23 382.51 136.03 342.46 276.54 345.51 316.18 427.24 427 427.24 311.23" fill="#8f4e6c"></polygon><polygon id="triangle36-3" data-name="triangle36" points="255.01 115.72 342.46 276.54 317.02 286.45 255.01 115.72" fill="#85415e"></polygon><polygon points="345.51 316.18 342.46 276.54 317.02 286.45 427.24 427 345.51 316.18" fill="#582a46"></polygon><polygon points="255.01 115.72 202.7 114.36 160.2 114.36 274.52 283.98 317.02 286.45 255.01 115.72" fill="#c78197"></polygon><polygon points="760.12 139.1 720.22 306.27 683.68 350.87 757.44 427 793.7 276.54 843.49 138.37 760.12 139.1" fill="#612f48"></polygon><polygon points="843.49 138.37 793.7 276.54 855.67 212.69 902.33 115.95 843.49 138.37" fill="#552b47"></polygon><polygon id="triangle36-4" data-name="triangle36" points="906.59 244.34 949.09 212.13 1010.22 127.07 906.59 244.34" fill="url(#linear-gradient)"></polygon><polygon points="1036.37 103.99 990.6 104.83 941.56 109.59 941.56 109.59 902.33 115.95 855.67 212.69 793.7 276.54 757.44 427 906.59 244.34 949.09 212.13 1010.22 127.07 1010.22 127.07 1036.37 103.99" fill="#4b213d"></polygon><polygon points="427.24 427 317.02 286.45 274.52 283.98 465.22 504.21 427.24 427" fill="#dd94a5"></polygon><polygon points="427.24 311.23 427.24 427 465.22 504.21 499.16 442.2 518.78 340.96 564.55 288.93 427.24 311.23" fill="#803f5b"></polygon><polygon id="triangle36-5" data-name="triangle36" points="499.16 442.2 564.55 464.49 465.22 504.21 499.16 442.2" fill="#3a1d38"></polygon><polygon id="triangle36-6" data-name="triangle36" points="564.55 464.49 673.72 402.89 678.22 518.09 564.55 464.49" fill="#3a1d38"></polygon><polygon points="683.68 350.87 673.72 402.89 678.22 518.09 757.44 427 683.68 350.87" fill="#4e2343"></polygon><polygon points="160.2 114.36 107.89 107.99 32.69 92.1 65.39 133.41 274.52 283.98 160.2 114.36" fill="#eeafc0"></polygon><polygon points="1036.37 103.99 1010.22 127.07 906.59 244.34 1075.42 128 1111.57 85.75 1036.37 103.99" fill="#552b47"></polygon><polygon points="1111.57 76.22 1036.37 93.17 990.6 94.19 941.56 98.68 902.33 104.66 843.49 126.6 760.12 127.29 709.44 122.62 634.25 119.63 555.78 115.14 451.17 118.13 382.51 126.11 313.85 113.64 255.01 104.44 202.7 103.17 160.2 103.17 107.89 97.17 32.69 82.21 0 67.26 5.21 73.4 32.69 92.1 107.89 107.99 160.2 114.36 202.7 114.36 255.01 115.72 313.85 125.48 382.51 136.03 451.17 130.25 555.78 127.07 634.25 131.84 709.44 135.01 760.12 139.1 843.49 138.37 902.33 115.95 941.56 109.59 990.6 104.83 1036.37 103.99 1111.57 85.75 1127.74 71.34 1131.18 64.77 1111.57 76.22" fill="#9e5170"></polygon></g><g id="ground"><polygon points="335.59 37.27 253.19 12.81 117.7 18.1 25.84 38.63 15.08 50.56 49.96 52.28 104.08 50.28 161.2 49.28 230.35 44.28 299.51 58.29 311.53 58.29 323.66 64.81 335.59 37.27 335.59 37.27" fill="url(#未命名漸層_163)"></polygon><polygon points="987.63 23.23 807.52 12.75 807.52 12.75 608.09 0 444.63 1.5 268.08 12.23 253.19 12.81 335.59 37.27 323.66 64.81 449.84 97.32 636.25 63.29 779.06 75.31 797.1 71.3 848.22 67.3 1096.08 41.74 987.63 23.23 987.63 23.23" fill="url(#未命名漸層_163-2)"></polygon><polygon points="1102.28 42.8 1096.08 41.74 848.22 67.3 797.1 71.3 779.06 75.31 636.25 63.29 449.84 97.32 323.66 64.81 323.66 64.81 311.53 58.29 299.51 58.29 230.35 44.28 161.2 49.28 104.08 50.28 49.96 52.28 15.08 50.56 0 67.26 32.69 86.21 107.89 101.17 160.2 107.17 202.7 107.17 255.01 108.45 313.85 117.64 382.51 126.11 451.17 122.13 555.78 119.14 634.25 123.63 709.44 126.62 760.12 129.29 843.49 128.6 902.33 108.67 941.56 102.68 990.6 98.19 1036.37 97.17 1111.57 80.22 1131.18 64.77 1102.28 42.8 1102.28 42.8" fill="url(#未命名漸層_171)"></polygon></g></g></svg></div></div><div class="sceneMedium_1OohbK"><div class="deco_1OohbK"><div class="container_1OohbK"><div class="smallStone_1OohbK"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 78.01 32.34"><title>small-stone</title><g id="small-stone"><polygon id="stong-bg" points="75.47 16.14 71.36 9.49 55.54 0 34.97 0 21.87 10.92 15.57 10.76 9.31 13.01 1.3 19.43 0 28.1 0.26 32.13 11.63 32.19 16.78 32.22 20.09 32.24 20.1 32.27 25.8 32.27 26.39 32.28 36.5 32.34 36.51 32.27 43.52 32.27 51.43 32.27 60.76 32.27 65.51 32.27 78 32.27 75.47 16.14" fill="#e5c3a9"></polygon><polygon points="20.1 32.27 27.38 24.52 40.51 20.73 43.52 32.27 20.1 32.27" fill="#ecd1b6"></polygon><polygon points="43.52 32.27 51.43 32.27 56.96 23.26 58.07 5.7 40.51 20.73 43.52 32.27" fill="#e5c3a9"></polygon><polygon points="56.96 23.26 75.47 16.14 65.51 32.27 60.76 32.27 56.96 23.26" fill="#876769"></polygon><polygon points="58.07 5.7 71.36 9.49 75.47 16.14 56.96 23.26 58.07 5.7" fill="#a27c88"></polygon><polygon points="34.97 0 58.07 5.7 71.36 9.49 55.54 0 34.97 0" fill="#d4ada7"></polygon><polygon points="17.89 20.25 27.38 24.52 20.1 32.27 17.89 20.25" fill="#ebcbb7"></polygon><polygon points="26.41 13.49 17.89 20.25 27.38 24.52 40.51 20.73 26.41 13.49" fill="#f1d5c2"></polygon><polygon points="56.96 23.26 51.43 32.27 60.76 32.27 56.96 23.26" fill="#d8ac9b"></polygon><polygon points="75.47 16.14 65.51 32.27 78 32.27 75.47 16.14" fill="#574345"></polygon><polygon points="21.68 11.07 17.89 20.25 26.41 13.49 34.97 0 21.68 11.07" fill="#f9e2cc"></polygon><polygon points="34.97 0 26.41 13.49 40.51 20.73 58.07 5.7 34.97 0" fill="#eed0b6"></polygon><polygon points="10.97 28.33 16.78 32.22 11.63 32.19 10.97 28.33" fill="#c5988f"></polygon><polygon points="30.8 27.48 26.39 32.28 36.5 32.34 37.43 28.4 30.8 27.48" fill="#745263"></polygon><polygon points="11.63 32.19 10.97 28.33 0 28.1 0.26 32.13 11.63 32.19" fill="#a68180"></polygon><polygon points="10.97 28.33 6.4 20.11 0 28.1 10.97 28.33" fill="#bb9994"></polygon><polygon points="6.4 20.11 1.3 19.43 0 28.1 6.4 20.11" fill="#c1a2ab"></polygon><polygon points="6.4 20.11 16.78 12.54 9.31 13.01 1.3 19.43 6.4 20.11" fill="#c9aca4"></polygon><polygon points="16.78 12.54 25.02 11 15.57 10.76 9.31 13.01 16.78 12.54" fill="#eac6bb"></polygon><polygon points="25.02 11 33.66 17.02 25.5 18.38 16.78 12.54 25.02 11" fill="#f2dabd"></polygon><polygon points="25.5 18.38 10.97 28.33 6.4 20.11 16.78 12.54 25.5 18.38" fill="#e7c9b6"></polygon><polygon points="16.78 32.22 28.82 22.93 25.5 18.38 10.97 28.33 16.78 32.22" fill="#e5c6af"></polygon><polygon points="28.82 22.93 33.66 17.02 25.5 18.38 28.82 22.93" fill="#f6dec7"></polygon><polygon points="37.09 23.2 28.82 22.93 33.66 17.02 37.09 23.2" fill="#b18f9d"></polygon><polygon points="28.82 22.93 30.8 27.48 37.43 28.4 37.09 23.2 28.82 22.93" fill="#a37d8d"></polygon><polygon points="30.8 27.48 28.82 22.93 16.78 32.22 26.39 32.28 30.8 27.48" fill="#977082"></polygon></g></svg></div><div class="stone_1OohbK"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 106.09 65.71"><title>stone</title><g id="stone"><polygon id="stone-bg" points="104.53 53.09 96.98 47.13 91.1 45.06 82.24 45.34 74.18 51.03 73.85 51.63 71.76 48.26 66.94 45.36 66.94 40.41 63.5 26.01 54.16 11.61 31.47 0 19.07 3.95 6.87 15.1 1.53 34.37 0 50.63 0 62.93 30.89 63.47 33.14 63.51 33.47 65.28 50.96 65.28 56.87 65.28 63.84 65.28 67.39 65.28 71.58 65.28 71.61 65.4 81.09 65.29 90.1 65.18 94.92 65.12 105.58 64.99 105.8 61.22 104.53 53.09" fill="#e9c9b4"></polygon><polygon points="40.62 63.64 42.53 57.13 30.89 63.47 40.62 63.64" fill="#d8ab94"></polygon><polygon points="39.48 39.02 30.89 50.97 42.53 57.13 39.48 39.02" fill="#e3bba2"></polygon><polygon points="42.53 57.13 49.39 46.21 39.48 39.02 42.53 57.13" fill="#d7ad98"></polygon><polygon points="39.48 39.02 49.39 34.6 52.06 43.89 49.39 46.21 39.48 39.02" fill="#d6a593"></polygon><polygon points="39.48 39.02 29.56 24.85 44.43 16.49 49.39 34.6 39.48 39.02" fill="#c6958a"></polygon><polygon points="44.43 16.49 54.16 11.61 59.12 32.05 49.39 34.6 44.43 16.49" fill="#b6909b"></polygon><polygon points="59.12 32.05 59.12 46.21 52.06 43.89 49.39 34.6 59.12 32.05" fill="#af8691"></polygon><polygon points="59.12 32.05 63.5 26.01 54.16 11.61 59.12 32.05" fill="#c9aab1"></polygon><polygon points="63.5 26.01 66.94 40.41 59.12 46.21 59.12 32.05 63.5 26.01" fill="#bc9ca1"></polygon><polygon points="59.12 46.21 56.07 63.91 66.94 64.09 66.94 40.41 59.12 46.21" fill="#c09794"></polygon><polygon points="42.53 57.13 51.78 58.06 56.07 63.91 40.62 63.64 42.53 57.13" fill="#d2a795"></polygon><polygon points="51.78 58.06 59.12 46.21 52.06 43.89 49.39 46.21 51.78 58.06" fill="#ba9292"></polygon><polygon points="49.39 46.21 42.53 57.13 51.78 58.06 49.39 46.21" fill="#cca298"></polygon><polygon points="30.89 50.97 20.79 60.38 30.89 63.47 42.53 57.13 30.89 50.97" fill="#d1a68f"></polygon><polygon points="20.79 60.38 0 62.93 30.89 63.47 20.79 60.38" fill="#d4ad96"></polygon><polygon points="20.79 60.38 17.64 52.25 0 50.63 0 62.93 20.79 60.38" fill="#eed6ba"></polygon><polygon points="0 50.63 10.39 42.03 12.78 27.75 1.53 34.37 0 50.63" fill="#f6e8ce"></polygon><polygon points="10.39 42.03 17.64 52.25 0 50.63 10.39 42.03" fill="#eed3b7"></polygon><polygon points="10.39 42.03 25.08 34.6 12.78 27.75 10.39 42.03" fill="#f2e0c2"></polygon><polygon points="12.78 27.75 17.64 11.61 6.87 15.1 1.53 34.37 12.78 27.75" fill="#f8e9d5"></polygon><polygon points="17.64 11.61 31.47 0 19.07 3.95 6.87 15.1 17.64 11.61" fill="#f9eedf"></polygon><polygon points="17.64 52.25 25.08 34.6 10.39 42.03 17.64 52.25" fill="#f3d9b9"></polygon><polygon points="25.08 34.6 30.89 50.97 20.79 60.38 17.64 52.25 25.08 34.6" fill="#e5c5ac"></polygon><polygon points="25.08 34.6 29.56 24.85 39.48 39.02 30.89 50.97 25.08 34.6" fill="#e9c9b4"></polygon><polygon points="29.56 24.85 17.64 11.61 12.78 27.75 25.08 34.6 29.56 24.85" fill="#f3dabd"></polygon><polygon points="31.47 0 29.56 24.85 17.64 11.61 31.47 0" fill="#f5d4b0"></polygon><polygon points="31.47 0 44.43 16.49 29.56 24.85 31.47 0" fill="#bc8b86"></polygon><polygon points="31.47 0 54.16 11.61 44.43 16.49 31.47 0" fill="#be9ea7"></polygon><polygon points="59.12 46.21 51.78 58.06 56.07 63.91 59.12 46.21" fill="#ab878d"></polygon><polygon points="33.47 65.28 38.91 59.49 48.72 56.65 50.96 65.28 33.47 65.28" fill="#ecd1b6"></polygon><polygon points="50.96 65.28 56.87 65.28 61.01 58.54 61.84 45.42 48.72 56.65 50.96 65.28" fill="#e5c3a9"></polygon><polygon points="61.01 58.54 74.84 53.22 67.39 65.28 63.84 65.28 61.01 58.54" fill="#876769"></polygon><polygon points="61.84 45.42 71.76 48.26 74.84 53.22 61.01 58.54 61.84 45.42" fill="#a27c88"></polygon><polygon points="44.58 41.17 61.84 45.42 71.76 48.26 59.94 41.17 44.58 41.17" fill="#d4ada7"></polygon><polygon points="31.81 56.3 38.91 59.49 33.47 65.28 31.81 56.3" fill="#ebcbb7"></polygon><polygon points="38.18 51.25 31.81 56.3 38.91 59.49 48.72 56.65 38.18 51.25" fill="#f1d5c2"></polygon><polygon points="61.01 58.54 56.87 65.28 63.84 65.28 61.01 58.54" fill="#d8ac9b"></polygon><polygon points="74.84 53.22 67.39 65.28 76.73 65.28 74.84 53.22" fill="#574345"></polygon><polygon points="34.65 49.44 31.81 56.3 38.18 51.25 44.58 41.17 34.65 49.44" fill="#f9e2cc"></polygon><polygon points="44.58 41.17 38.18 51.25 48.72 56.65 61.84 45.42 44.58 41.17" fill="#eed0b6"></polygon><polygon points="95.52 61.49 90.1 65.18 94.92 65.12 95.52 61.49" fill="#c5988f"></polygon><polygon points="76.93 60.82 81.09 65.29 71.61 65.4 70.72 61.72 76.93 60.82" fill="#745263"></polygon><polygon points="94.92 65.12 95.52 61.49 105.8 61.22 105.58 64.99 94.92 65.12" fill="#a68180"></polygon><polygon points="95.52 61.49 99.75 53.76 105.8 61.22 95.52 61.49" fill="#bb9994"></polygon><polygon points="99.75 53.76 104.53 53.09 105.8 61.22 99.75 53.76" fill="#c1a2ab"></polygon><polygon points="99.75 53.76 89.97 46.73 96.98 47.13 104.53 53.09 99.75 53.76" fill="#c9aca4"></polygon><polygon points="89.97 46.73 82.24 45.34 91.1 45.06 96.98 47.13 89.97 46.73" fill="#eac6bb"></polygon><polygon points="82.24 45.34 74.18 51.03 81.84 52.26 89.97 46.73 82.24 45.34" fill="#f2dabd"></polygon><polygon points="81.84 52.26 95.52 61.49 99.75 53.76 89.97 46.73 81.84 52.26" fill="#e7c9b6"></polygon><polygon points="90.1 65.18 78.75 56.54 81.84 52.26 95.52 61.49 90.1 65.18" fill="#e5c6af"></polygon><polygon points="78.75 56.54 74.18 51.03 81.84 52.26 78.75 56.54" fill="#f6dec7"></polygon><polygon points="71 56.84 78.75 56.54 74.18 51.03 71 56.84" fill="#b18f9d"></polygon><polygon points="78.75 56.54 76.93 60.82 70.72 61.72 71 56.84 78.75 56.54" fill="#a37d8d"></polygon><polygon points="76.93 60.82 78.75 56.54 90.1 65.18 81.09 65.29 76.93 60.82" fill="#977082"></polygon></g></svg></div><div class="blossom_1OohbK"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 280.88 259.39"><title>blossom-tree</title><g id="blossom-tree"><path id="shadow" d="M69.29,248.69l111.55,10.7,76-10.67s19.55-5.31,19.55-13.5-34.48-7.75-34.48-7.75l-34-1.53-35-.79L76.15,227l-17.42,7.05Z" opacity="0.15"></path><polygon id="trunk-bg" points="217.07 118.67 210.5 118.67 203.7 125.62 199.45 122.22 195.23 123.52 201.19 129.6 203.92 150.95 189.31 164.53 174.12 147.14 128.44 135.23 106.43 106.26 106.43 95.17 101.3 95.17 101.3 105.1 102.04 105.27 86.4 104.61 78.12 99.31 75.64 100.14 84.91 106.76 104.11 110.23 124.8 140.85 166.18 152.77 185.86 171.66 185.92 171.69 175.36 205.32 167.67 218.23 153.02 245.21 167.67 245.21 183.06 245.21 191.01 199.61 195.23 171.31 205.16 159.14 210.5 151.94 207.14 128.36 217.07 118.67" fill="#3e2318"></polygon><g id="trunk"><polygon points="203.77 125.67 207.14 128.36 217.07 118.67 210.5 118.67 203.77 125.67" fill="#33180f"></polygon><polygon points="207.14 128.36 199.45 122.22 195.23 123.52 201.19 129.6 207.14 128.36" fill="#3e2418"></polygon><polygon points="207.14 128.36 210.5 151.94 205.16 159.14 203.92 150.95 201.19 129.6 207.14 128.36" fill="#3e2318"></polygon><polygon points="205.16 159.14 195.23 171.31 189.31 164.53 203.92 150.95 205.16 159.14" fill="#45291e"></polygon><polygon points="195.23 171.31 191.01 199.61 179.34 208.3 188.52 172.8 195.23 171.31" fill="#4b2d23"></polygon><polygon points="188.52 172.8 186.04 171.31 175.36 205.32 167.67 218.23 179.34 208.3 188.52 172.8" fill="#43281e"></polygon><polygon points="179.34 208.3 167.67 245.21 183.06 245.21 191.01 199.61 179.34 208.3" fill="#6b422e"></polygon><polygon points="167.67 218.23 153.02 245.21 167.67 245.21 179.34 208.3 167.67 218.23" fill="#5e3929"></polygon><polygon points="188.52 172.8 195.23 171.31 174.12 147.14 128.44 135.23 125.79 138.37 124.8 140.85 166.18 152.77 185.86 171.66 188.52 172.8" fill="#4c2e23"></polygon><polygon points="188.52 172.8 188.52 170.32 166.18 150.29 124.8 140.85 166.18 152.77 185.94 171.5 188.52 172.8" fill="#3b2015"></polygon><polygon points="128.44 135.23 125.79 138.37 124.8 140.85 104.11 110.23 84.91 106.76 75.64 100.14 78.12 99.31 86.4 104.61 102.04 105.27 106.43 106.26 128.44 135.23" fill="#45291e"></polygon><polygon points="104.11 110.23 102.04 105.27 86.4 104.61 78.12 99.31 75.64 100.14 84.91 106.76 104.11 110.23" fill="#43261d"></polygon><polygon points="106.43 106.26 101.3 105.1 101.3 95.17 106.43 95.17 106.43 106.26" fill="#341710"></polygon></g><g id="blossom"><g id="dark-bg"><polygon points="272.94 110.23 253.57 118.67 231.47 121.16 231.47 122.63 257.05 129.6 277.74 109.33 272.94 110.23" fill="#ae617b"></polygon><path d="M213.35,102.79l-24.83-5.22,2.37-12.65,4.34-3.71,11.44-.55,15.74-4.29h.48l4.45.1,3.55-.9-5.35-2.63-.65-3.67,2.86-.53L250,49.43,220.58,55l-35.53.66h0L150.29,36.08,120.72,46.79,115.2,22.73l-.62,7.89H109.9l-20,2.15L86.47,50.18l-1.06,3.54-.36,2.61,1.42,7.12,1.1.41-.44.77-7.62,1.43L61.76,59.87,51.86,67,34.1,62.56l-3.87.56L27.7,66.55,0,82.54l13,25.93,18.1,3.64,15.22,1.32,13.8-9.49,23.39-6.4,1.88-.88h1.43l7.5-1.49,13.25,3.59,19.2-7.17-2.23-9.4,5.54,7,1.43,1.1,3,1.88,15.78-3.58,9.48-1.4.67,2L178.13,100h0l-2.52,8,3.73,14.22L193,125.91l1.85-1.8,5.45-2.09,2.79-3.35h18.21l10.09,3.92.09-1.43-4.71-16.39ZM88.16,63.84h0l-.55,1,.55-1Z" fill="#ae617b"></path></g><g id="light-bg"><polygon points="270.95 84.17 255.81 81.19 252.32 77.7 253.57 78.01 267.25 54.4 238.56 24.94 213.35 19.53 178.9 7.39 176.44 6.29 143.56 0 122.92 7.39 115.2 18.98 115.2 19.75 89.88 32.77 109.9 30.62 114.58 30.62 115.2 22.73 120.72 46.79 150.29 36.08 185.05 55.61 220.58 54.95 250.04 49.43 227.75 68.74 224.77 69.3 225.54 72.94 230.89 75.57 227.34 76.47 222.41 76.37 206.67 80.66 195.23 81.21 190.89 84.92 188.52 97.57 213.35 102.78 226.76 104.77 231.47 121.16 253.57 118.67 272.94 110.23 277.74 109.33 280.88 106.26 270.95 84.17" fill="#ffbfd1"></polygon><polygon points="50.87 87.89 41.05 97.9 65.88 97.54 68.52 93.24 74.7 84.08 69.37 78.28 50.87 87.89" fill="#ffbfd1"></polygon><polygon points="3.09 82.54 13.02 78.28 18.43 79.11 27.7 66.56 0 82.54 3.09 82.54" fill="#ffbfd1"></polygon><polygon points="85.41 55.61 85.67 54.27 86.47 50.18 84.5 50.07 71.75 43.37 52.63 36.83 41.96 42.04 45.02 51.64 34.1 62.56 30.23 63.12 51.86 67.03 62.23 60.47 79.23 66.54 87.61 64.88 88.16 63.84 86.95 63.12 85.41 55.61" fill="#ffbfd1"></polygon></g><g id="dark"><polygon points="253.57 118.67 257.05 129.6 277.74 109.33 272.94 110.23 253.57 118.67" fill="#b0647e"></polygon><polygon points="253.57 118.67 231.47 121.16 231.47 122.63 257.05 129.6 253.57 118.67" fill="#af637d"></polygon><polygon points="231.47 121.16 213.35 102.78 226.76 104.77 231.47 121.16" fill="#b77289"></polygon><polygon points="221.2 118.64 188.52 97.57 213.35 102.78 231.47 121.16 231.38 122.59 221.2 118.64" fill="#ad5f7a"></polygon><polygon points="188.52 97.57 183.06 112.97 200.29 122.02 203.08 118.67 221.29 118.67 188.52 97.57" fill="#af637d"></polygon><polygon points="181.57 95.17 179.34 122.22 183.06 112.97 188.52 97.57 181.57 95.17" fill="#b0647e"></polygon><polygon points="183.06 112.97 179.34 122.22 192.99 125.91 194.84 124.11 200.29 122.02 183.06 112.97" fill="#b16680"></polygon><polygon points="188.52 97.57 181.57 95.17 191.89 79.56 188.52 97.57" fill="#b56f87"></polygon><polygon points="195.23 81.21 190.89 84.92 191.89 79.56 195.23 81.21" fill="#b8748b"></polygon><polygon points="181.57 95.17 175.61 108 179.34 122.22 181.57 95.17" fill="#ac5c77"></polygon><polygon points="181.57 95.17 182.18 87.06 186.26 76.47 191.89 76.47 191.89 79.56 181.57 95.17" fill="#8b4b5e"></polygon><polygon points="191.89 76.47 192.55 75.14 197.83 75.81 191.89 79.56 191.89 76.47" fill="#aa5974"></polygon><polygon points="197.83 75.81 222.41 76.37 206.67 80.66 195.23 81.21 191.89 79.56 197.83 75.81" fill="#b8748b"></polygon><polygon points="182.18 87.06 175.61 108 181.57 95.17 182.18 87.06" fill="#823d52"></polygon><polygon points="250.04 49.43 224.22 65.56 224.77 69.3 227.75 68.74 250.04 49.43" fill="#b26881"></polygon><polygon points="220.58 54.95 224.22 65.56 250.04 49.43 220.58 54.95" fill="#ae617b"></polygon><polygon points="220.58 54.95 224.22 65.56 225.54 72.94 230.89 75.57 227.34 76.47 222.9 76.37 197.83 75.81 192.55 75.14 183.93 70.51 185.05 55.61 220.58 54.95" fill="#b26982"></polygon><polygon points="183.93 70.51 180.08 72.72 186.26 76.47 191.89 76.47 192.55 75.14 183.93 70.51" fill="#794355"></polygon><polygon points="180.08 72.72 162.65 78.51 159.76 87.16 160.44 89.16 178.13 99.97 186.26 76.47 180.08 72.72" fill="#88475a"></polygon><polygon points="150.29 88.56 158.56 75.81 162.17 80.51 160.44 87.06 150.29 88.56" fill="#833f54"></polygon><polygon points="158.56 75.81 183.99 69.73 183.93 70.51 180.08 72.72 162.65 78.51 162.17 80.51 158.56 75.81" fill="#864357"></polygon><polygon points="131.53 90.26 134.51 92.14 150.29 88.56 131.53 90.26" fill="#ac5e79"></polygon><polygon points="150.29 88.56 120.72 46.79 130.1 89.16 131.53 90.26 150.29 88.56" fill="#ba798f"></polygon><polygon points="150.29 88.56 158.56 75.81 183.99 69.73 120.72 46.79 150.29 88.56" fill="#b9778e"></polygon><polygon points="120.72 46.79 150.29 36.08 183.99 69.73 120.72 46.79" fill="#b16680"></polygon><polygon points="150.29 36.08 185.05 55.61 183.99 69.73 150.29 36.08" fill="#ae617b"></polygon><polygon points="120.72 46.79 113.32 46.79 130.1 89.16 120.72 46.79" fill="#b56f87"></polygon><polygon points="130.1 89.16 120.72 77.35 113.32 46.79 130.1 89.16" fill="#b16680"></polygon><polygon points="113.32 46.79 115.2 22.73 120.72 46.79 113.32 46.79" fill="#bb7a90"></polygon><polygon points="114.58 30.62 109.9 30.62 89.88 32.77 99.42 70.51 114.58 30.62" fill="#b56f87"></polygon><polygon points="51.86 67.03 61.76 59.87 79.51 66.06 87.13 64.63 87.57 63.86 86.47 63.45 85.05 56.33 85.41 53.72 86.47 50.18 88.16 63.84 87.61 64.88 79.23 66.54 61.92 60.85 51.86 67.03" fill="#b26881"></polygon><polygon points="89.88 32.77 85.41 55.61 86.95 63.12 99.42 70.51 89.88 32.77" fill="#b26881"></polygon><polygon points="114.58 30.62 97.72 62.64 102.96 67.42 103.72 72.86 120.34 75.81 113.32 46.79 114.58 30.62" fill="#ae617b"></polygon><polygon points="114.58 74.8 120.72 83.42 120.72 77.35 120.34 75.81 114.58 74.8" fill="#72394c"></polygon><polygon points="103.86 79.11 107.03 73.49 106.43 67.97 102.23 63.12 100.69 67.18 103.86 79.11" fill="#874559"></polygon><polygon points="103.86 79.11 109.9 91.58 120.72 83.42 114.58 74.8 107.03 73.49 103.86 79.11" fill="#a95773"></polygon><polygon points="109.9 91.58 119.06 92.14 120.72 83.42 109.9 91.58" fill="#8a495c"></polygon><polygon points="119.06 92.14 126.78 91.58 124.56 82.19 120.72 83.42 119.06 92.14" fill="#854155"></polygon><polygon points="124.56 82.19 120.72 77.35 120.72 83.42 124.56 82.19" fill="#7c4759"></polygon><polygon points="126.78 91.58 107.58 98.76 94.34 95.17 109.9 91.58 119.06 92.14 126.78 91.58" fill="#a95773"></polygon><polygon points="103.86 79.11 86.84 96.66 94.34 95.17 109.9 91.58 103.86 79.11" fill="#b56f87"></polygon><polygon points="86.84 96.66 80.99 74.04 84.86 69.73 103.86 79.11 86.84 96.66" fill="#b26881"></polygon><polygon points="79.23 66.54 80.99 74.04 84.86 69.73 79.23 66.54" fill="#b8748b"></polygon><polygon points="103.86 79.11 97.43 54.95 89.88 60.58 87.61 64.88 79.23 66.54 84.86 69.73 103.86 79.11" fill="#af637d"></polygon><polygon points="79.23 66.54 68.52 77.35 74.7 84.08 80.99 74.04 79.23 66.54" fill="#b8748b"></polygon><polygon points="74.7 84.08 68.52 93.24 83.53 97.54 85.41 96.66 74.7 84.08" fill="#b8748b"></polygon><polygon points="69.37 78.28 50.87 87.89 41.05 97.9 65.88 97.54 68.52 93.24 74.7 84.08 69.37 78.28" fill="#b8748b"></polygon><polygon points="85.41 96.66 86.84 96.66 80.99 74.04 74.7 84.08 85.41 96.66" fill="#b56f87"></polygon><polygon points="68.52 93.24 65.43 97.54 83.53 97.54 68.52 93.24" fill="#b67088"></polygon><polygon points="83.53 97.54 60.14 103.94 46.34 113.43 27.7 98.1 65.43 97.54 83.53 97.54" fill="#b0647e"></polygon><polygon points="46.34 113.43 31.12 112.11 13.02 108.47 15.12 98.21 46.34 113.43" fill="#b0647e"></polygon><polygon points="46.34 113.43 27.7 98.1 15.12 98.21 46.34 113.43" fill="#b0647e"></polygon><polygon points="15.12 98.21 18.43 79.11 27.7 98.1 15.12 98.21" fill="#b36b84"></polygon><polygon points="18.43 79.11 50.87 87.89 41.05 97.9 27.7 98.1 18.43 79.11" fill="#b67088"></polygon><polygon points="68.52 77.35 69.37 78.28 50.87 87.89 18.43 79.11 68.52 77.35" fill="#b26982"></polygon><polygon points="68.52 77.35 64.44 74.82 62.23 60.47 79.23 66.54 68.52 77.35" fill="#b0647e"></polygon><polygon points="62.23 60.47 51.86 67.03 64.44 74.82 62.23 60.47" fill="#b77289"></polygon><polygon points="51.86 67.03 18.43 79.11 68.52 77.35 51.86 67.03" fill="#ad5f7a"></polygon><polygon points="18.43 79.11 30.23 63.12 34.1 62.56 51.86 67.03 18.43 79.11" fill="#b8748b"></polygon><polygon points="18.43 79.11 13.02 78.28 3.09 82.54 0 82.54 27.7 66.56 18.43 79.11" fill="#b8748b"></polygon><polygon points="17.82 82.62 2.73 82.62 13.02 78.28 18.43 79.11 17.82 82.62" fill="#ac5e79"></polygon><polygon points="3.09 82.54 15.12 98.21 13.02 108.47 0 82.54 3.09 82.54" fill="#b26982"></polygon><polygon points="3.09 82.54 17.82 82.62 15.12 98.21 3.09 82.54" fill="#b8758c"></polygon></g><g id="light"><polygon points="143.56 0 133.3 13.02 115.2 22.73 122.92 7.39 143.56 0" fill="#ffb9cd"></polygon><polygon points="267.72 102.78 270.95 84.17 280.88 106.26 277.74 109.33 272.94 110.23 267.72 102.78" fill="#ffc0d2"></polygon><polygon points="267.72 102.78 272.94 110.23 253.57 118.67 267.72 102.78" fill="#e6a9b9"></polygon><polygon points="267.72 102.78 247.36 76.47 251.83 77.21 255.81 81.19 270.95 84.17 267.72 102.78" fill="#ffcbd9"></polygon><polygon points="247.36 76.47 243.39 81.68 253.57 118.67 267.72 102.78 247.36 76.47" fill="#ffc4d5"></polygon><polygon points="231.47 121.16 226.76 104.77 253.57 118.67 231.47 121.16" fill="#e7acbc"></polygon><polygon points="195.23 81.21 207.14 89.16 188.52 97.57 190.89 84.92 195.23 81.21" fill="#e39db0"></polygon><polygon points="207.14 89.16 213.35 102.78 188.52 97.57 207.14 89.16" fill="#ffb3c8"></polygon><polygon points="207.14 89.16 195.23 81.21 206.67 80.66 222.41 76.37 227.34 76.47 207.14 89.16" fill="#ffbbce"></polygon><polygon points="207.14 89.16 224.77 89.39 237.19 73.99 227.34 76.47 207.14 89.16" fill="#ffb4c9"></polygon><polygon points="224.77 89.39 213.35 102.78 207.14 89.16 224.77 89.39" fill="#ffc8d7"></polygon><polygon points="224.77 89.39 253.57 118.67 226.76 104.77 213.35 102.78 224.77 89.39" fill="#ffcbd9"></polygon><polygon points="243.39 81.68 253.57 118.67 224.77 89.39 237.19 73.99 243.39 81.68" fill="#ffbfd1"></polygon><polygon points="267.25 54.4 250.04 49.43 227.75 68.74 235.03 70.4 235.25 72.72 237.19 73.99 243.39 81.68 247.36 76.47 253.57 78.01 267.25 54.4" fill="#e7abbb"></polygon><polygon points="227.75 68.74 224.77 69.3 225.54 72.94 230.89 75.57 237.19 73.99 235.25 72.72 235.03 70.4 227.75 68.74" fill="#ffb8cc"></polygon><polygon points="150.29 36.08 168.61 36.08 185.05 55.61 150.29 36.08" fill="#ffaec5"></polygon><polygon points="150.29 36.08 166.18 29.46 168.61 36.08 150.29 36.08" fill="#ffc8d7"></polygon><polygon points="150.29 36.08 147.97 35.42 140.61 29.46 120.72 46.79 150.29 36.08" fill="#ffb5ca"></polygon><polygon points="120.72 46.79 115.2 22.73 140.61 29.46 120.72 46.79" fill="#ffc0d2"></polygon><polygon points="115.2 22.73 133.3 13.02 140.61 29.46 115.2 22.73" fill="#ffcddb"></polygon><polygon points="140.61 29.46 176.44 6.29 166.18 29.46 150.29 36.08 147.97 35.42 140.61 29.46" fill="#ffcddb"></polygon><polygon points="185.05 55.61 220.58 54.95 168.61 36.08 185.05 55.61" fill="#ffcbda"></polygon><polygon points="166.18 29.46 220.58 54.95 168.61 36.08 166.18 29.46" fill="#ffcddb"></polygon><polygon points="166.18 29.46 176.44 6.29 178.9 7.39 220.58 54.95 166.18 29.46" fill="#ffcbda"></polygon><polygon points="220.58 54.95 250.04 49.43 235.31 37.08 220.58 54.95" fill="#ffcbda"></polygon><polygon points="235.31 37.08 238.56 24.94 267.25 54.4 250.04 49.43 235.31 37.08" fill="#ffccda"></polygon><polygon points="238.56 24.94 235.31 37.08 178.9 7.39 213.35 19.53 238.56 24.94" fill="#ffcedc"></polygon><polygon points="176.44 6.29 143.56 0 133.3 13.02 140.61 29.46 176.44 6.29" fill="#ffcad9"></polygon><polygon points="115.2 18.98 122.92 7.39 115.2 22.73 115.2 18.98" fill="#e6a6b7"></polygon><polygon points="115.2 19.75 89.88 32.77 109.9 30.62 115.2 22.73 115.2 19.75" fill="#ffadc4"></polygon><polygon points="109.9 30.62 114.58 30.62 115.2 22.73 109.9 30.62" fill="#e196aa"></polygon><polygon points="50.87 87.89 68.52 93.24 65.88 97.54 41.05 97.9 50.87 87.89" fill="#de8ca2"></polygon><polygon points="68.52 93.24 74.7 84.08 69.37 78.28 50.87 87.89 68.52 93.24" fill="#e39caf"></polygon><polygon points="18.43 79.11 13.02 78.28 3.09 82.54 0 82.54 27.7 66.56 18.43 79.11" fill="#e7aaba"></polygon><polygon points="30.23 63.12 34.1 62.56 45.02 51.64 79.94 50.56 62.23 60.47 51.86 67.03 30.23 63.12" fill="#ffc1d2"></polygon><polygon points="79.94 50.56 85.67 54.28 85.41 55.61 86.95 63.12 88.16 63.84 87.61 64.88 79.23 66.54 62.23 60.47 79.94 50.56" fill="#ffc0d2"></polygon><polygon points="79.94 50.56 41.96 42.04 45.02 51.64 79.94 50.56" fill="#ffb3c8"></polygon><polygon points="85.67 54.28 79.94 50.56 41.96 42.04 52.63 36.83 71.75 43.37 84.5 50.07 86.47 50.18 85.67 54.28" fill="#ffc6d6"></polygon><polygon points="235.31 37.08 220.58 54.95 178.9 7.39 235.31 37.08" fill="#ffcedc"></polygon></g></g></g></svg></div></div><div class="islandMiddle_1OohbK"><svg xmlns="http://www.w3.org/2000/svg" xlink="http://www.w3.org/1999/xlink" viewBox="0 0 531.66 316.13"><defs><linearGradient id="land-gradient" x1="265.83" y1="61.37" x2="265.83" y2="-46.12" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#71b054"></stop><stop offset="1" stop-color="#a7d672"></stop></linearGradient><linearGradient id="未命名漸層_43" x1="91.57" y1="49.53" x2="63.25" y2="-39.77" xlink:href="#land-gradient"></linearGradient><linearGradient id="未命名漸層_43-2" x1="119" y1="22.87" x2="515.16" y2="22.87" xlink:href="#land-gradient"></linearGradient><linearGradient id="未命名漸層_43-3" x1="265.83" y1="61.18" x2="265.83" y2="-11.61" xlink:href="#land-gradient"></linearGradient></defs><title>floating-island2</title><g id="floating-island2"><path id="land-bg" d="M316.43,28.86l-39.79-9.24m0,0-82.11,9.24L134,23.56,93.09,31.23,54.91,32.42l-8.13,2.22-30,10,60,113.16,44.75,35.9,48.53,63.85,56.65,11h0l44.4,47.6,22.15-8.08,33.32-42.74h0l32.28-41.4,58.62-31.38,38.25-54.15h0L514.47,55.2l8-17L443,24.36H373.58l-57.15,4.5m-100,122.57" fill="#79405e"></path><g id="land"><polygon points="194.53 28.86 276.64 19.62 216.43 151.43 194.53 28.86" fill="#723759"></polygon><polygon points="134 23.56 194.53 28.86 216.43 151.43 168.96 185.82 151.25 153.35 134 23.56" fill="#834869"></polygon><polygon points="293.25 156.96 216.43 151.43 276.64 19.62 282.51 19.62 313.95 28.86 293.25 156.96" fill="#79405e"></polygon><polygon points="293.25 241.24 293.25 156.96 313.95 28.86 316.43 28.86 351.02 157.75 337.08 168.19 293.25 241.24" fill="#612f48"></polygon><polygon points="351.02 157.75 359.13 157.34 359.13 157.34 359.13 157.34 359.13 157.34 359.13 157.34 443.02 24.36 374.97 24.36 374.97 24.36 373.58 24.36 316.43 28.86 351.02 157.75" fill="#552b47"></polygon><polygon points="93.09 31.23 134 23.56 151.25 153.35 168.96 185.82 121.52 193.65 115.64 131.71 93.09 31.23" fill="#85415e"></polygon><polygon points="61.32 87.65 76.77 157.75 121.52 193.65 115.64 131.71 93.09 31.23 54.91 32.42 46.78 34.64 61.32 87.65" fill="#c78197"></polygon><polygon points="358.85 223.91 293.25 308.05 271.1 316.13 293.25 241.24 337.08 168.19 351.03 157.75 359.13 157.34 417.47 192.53 358.85 223.91" fill="#552b47"></polygon><polygon points="293.25 156.96 293.25 241.24 271.1 316.13 258.39 252.3 248.88 178.6 216.43 151.43 293.25 156.96" fill="#723759"></polygon><polygon points="226.7 268.53 170.05 197.53 168.96 185.82 216.43 151.43 248.88 178.6 258.39 252.3 271.1 316.13 226.7 268.53" fill="#85415e"></polygon><polygon id="triangle36" points="226.7 268.53 170.05 197.53 170.05 257.5 226.7 268.53" fill="#834869"></polygon><polygon points="168.96 185.82 170.05 197.53 170.05 257.5 121.52 193.65 168.96 185.82" fill="#c78197"></polygon><polygon points="16.8 44.59 46.78 34.64 61.32 87.65 76.77 157.75 16.8 44.59" fill="#eeafc0"></polygon><polygon points="417.47 192.53 359.13 157.34 443.02 24.36 522.44 38.19 514.47 55.2 417.47 192.53" fill="#4b213d"></polygon><polygon points="358.85 223.91 293.25 308.05 271.1 316.13 226.7 268.53 178.81 208.51 226.7 233.78 251.79 207.49 274.36 241.24 317.69 200.5 332.4 223.91 358.85 223.91" fill="#743b5b"></polygon><polygon points="226.7 268.53 170.05 257.5 124.47 197.53 169.34 227.72 198.89 233.78 226.7 268.53" fill="#803f5b"></polygon><polygon points="417.47 192.53 401.48 182.89 455.72 138.38 417.47 192.53" fill="#4b213d"></polygon><polygon points="170.05 257.5 169.34 227.72 124.47 197.53 170.05 257.5" fill="#dd94a5"></polygon><polygon points="271.1 316.13 226.7 233.78 178.81 208.51 226.7 268.53 271.1 316.13" fill="#8f4e6c"></polygon><polygon points="274.36 241.24 251.79 207.49 239.12 220.77 274.36 241.24" fill="#743b5b"></polygon><polygon points="332.4 223.91 326.57 265.31 358.85 223.91 332.4 223.91" fill="#4e2343"></polygon><polygon points="396.08 203.98 401.48 182.89 417.47 192.53 396.08 203.98" fill="#3a1d38"></polygon></g><polygon id="ground-bg" points="518.07 20.12 515.16 19.62 464.19 10.92 379.54 5.99 285.81 0 208.97 0.7 126 5.75 119 6.02 55.32 8.51 12.14 18.16 7.09 23.76 0 31.61 15.37 40.52 50.71 47.55 75.29 50.37 95.27 50.37 119.85 50.97 147.51 55.29 179.78 59.27 212.05 57.4 261.22 56 298.1 58.11 333.44 59.51 357.25 60.77 396.44 60.44 424.1 51.07 442.54 48.26 465.58 46.15 487.1 45.67 522.44 37.71 531.66 30.44 518.07 20.12" fill="url(#land-gradient)"></polygon><g id="ground"><polygon points="157.73 17.52 119 6.02 55.32 8.51 12.14 18.16 7.09 23.76 23.48 24.57 48.92 23.63 75.77 23.16 108.27 20.81 140.77 27.4 146.42 27.4 152.12 30.46 157.73 17.52 157.73 17.52" fill="url(#未命名漸層_43)"></polygon><polygon points="464.19 10.92 379.54 5.99 379.54 5.99 285.81 0 208.97 0.7 126 5.75 119 6.02 157.73 17.52 152.12 30.46 211.42 45.74 299.04 29.75 366.16 35.39 374.64 33.51 398.66 31.63 515.16 19.62 464.19 10.92 464.19 10.92" fill="url(#未命名漸層_43-2)"></polygon><polygon points="518.07 20.12 515.16 19.62 398.66 31.63 374.64 33.51 366.16 35.39 299.04 29.75 211.42 45.74 152.12 30.46 152.12 30.46 146.42 27.4 140.77 27.4 108.27 20.81 75.77 23.16 48.92 23.63 23.48 24.57 7.09 23.76 0 31.61 15.37 40.52 50.71 47.55 75.29 50.37 95.27 50.37 119.85 50.97 147.51 55.29 179.78 59.27 212.05 57.4 261.22 56 298.1 58.11 333.44 59.51 357.25 60.77 396.44 60.44 424.1 51.07 442.54 48.26 465.58 46.15 487.1 45.67 522.44 37.71 531.66 30.44 518.07 20.12 518.07 20.12" fill="url(#未命名漸層_43-3)"></polygon><polygon points="522.44 35.82 487.1 43.79 465.58 44.27 442.54 46.38 424.1 49.19 396.44 59.5 357.25 59.83 333.44 57.63 298.1 56.22 261.22 54.11 212.05 55.52 179.78 59.27 147.51 53.41 119.85 49.09 95.27 48.49 75.29 48.49 50.71 45.67 15.37 38.64 0 31.61 2.45 34.5 15.37 43.29 50.71 50.76 75.29 53.75 95.27 53.75 119.85 54.39 147.51 58.98 179.78 63.93 212.05 61.22 261.22 59.72 298.1 61.96 333.44 63.46 357.25 65.38 396.44 65.03 424.1 54.5 442.54 51.51 465.58 49.27 487.1 48.87 522.44 40.3 530.04 33.53 531.66 30.44 522.44 35.82" fill="#d18d6b"></polygon></g></g></svg></div></div><div class="deco_1OohbK"><div class="tree_1OohbK"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 140.97 165.59"><title>single-tree</title><g id="single-tree"><path id="shadow" d="M0,156.6l23.74-11.53h22.4l13.31,5.76,24.19-5.76H98.72s13,2.79,14.51,2.9,18.27,2.86,18.27,2.86L141,156.6l-9.47,6.2-20,2.28-22.38-3.43-16.54,2-14.45,1.93-21.23-.49-16.28-4.51h-8.3Z" opacity="0.15"></path><polygon id="trunk-bg" points="109.8 95.24 100.13 98.58 107.63 90.72 90.74 103.42 75.09 113.23 72.92 114.84 74.61 84.37 62.84 86.1 63.5 112.38 52.3 101.86 33.58 85.57 39.1 94.28 29.27 89.41 46.14 102.17 59.73 114.69 63.67 118.87 64.16 138.11 62.69 156.6 75.69 155.6 73.82 145.07 72.85 120.46 89.11 108.94 109.8 95.24" fill="#8f4e00"></polygon><g id="trunk"><polygon points="29.27 89.41 46.14 102.17 39.1 94.28 29.27 89.41" fill="#663600"></polygon><polygon points="39.1 94.28 33.58 85.57 52.3 101.86 39.1 94.28" fill="#663600"></polygon><polygon points="46.14 102.17 52.3 101.86 39.1 94.28 46.14 102.17" fill="#8f4e00"></polygon><polygon points="46.14 102.17 59.73 114.69 52.3 101.86 46.14 102.17" fill="#663600"></polygon><polygon points="52.3 101.86 66.6 115.29 59.73 114.69 52.3 101.86" fill="#8f4e00"></polygon><polygon points="64.71 119.98 66.6 115.29 59.73 114.69 64.71 119.98" fill="#663600"></polygon><polygon points="107.63 90.72 90.74 103.42 100.13 98.58 107.63 90.72" fill="#fff" stroke="#000" stroke-miterlimit="10"></polygon><polygon points="100.13 98.58 109.8 95.24 89.11 108.94 100.13 98.58" fill="#663600"></polygon><polygon points="90.74 103.42 89.11 108.94 100.13 98.58 90.74 103.42" fill="#8f4e00"></polygon><polygon points="90.74 103.42 75.09 113.23 89.11 108.94 90.74 103.42" fill="#663600"></polygon><polygon points="89.11 108.94 71.62 121.34 75.09 113.23 89.11 108.94" fill="#8f4e00"></polygon><polygon points="70.55 116.59 71.62 121.34 75.09 113.23 70.55 116.59" fill="#663600"></polygon><polygon points="74.61 84.37 72.75 117.86 69.44 115.84 74.61 84.37" fill="#be7721"></polygon><polygon points="69.44 115.84 62.84 86.1 64.16 138.11 69.44 115.84" fill="#a66102"></polygon><polyline points="69.44 115.84 72.75 117.86 64.16 138.11" fill="#8f4e00"></polyline><polygon points="72.75 117.86 73.82 145.07 64.16 138.11 72.75 117.86" fill="#a66102"></polygon><polygon points="64.16 138.11 62.69 156.6 73.82 145.07 64.16 138.11" fill="#8f4e00"></polygon><polygon points="75.69 155.6 62.69 156.6 73.82 145.07 75.69 155.6" fill="#663600"></polygon><polygon points="69.44 115.84 74.61 84.37 62.84 86.1 69.44 115.84" fill="#8f4e00"></polygon></g><polygon id="leaves-bg" points="138.34 72.89 114.78 59.06 113.81 59.39 117.98 48.02 110.52 18.35 69.96 0 40.11 13.65 20 36.99 28.68 56.89 8.96 62.39 2 76.97 1.78 92.13 23.93 103.17 38.47 97.66 45.65 84.99 69.96 93.45 84.87 87.86 91.18 107.82 108.73 116.09 131.79 110.13 140.97 91.48 138.34 72.89" fill="#2fb3a8"></polygon><g id="leaves"><polygon points="38.47 97.66 15.12 92.63 34.71 76.24 38.47 97.66" fill="#29a299"></polygon><polygon points="38.47 97.66 47.89 81.04 34.71 76.24 38.47 97.66" fill="#1d7d75"></polygon><polygon points="38.47 97.66 23.93 103.17 15.12 92.63 38.47 97.66" fill="#229188"></polygon><polygon points="23.93 103.17 1.78 92.13 15.12 92.63 23.93 103.17" fill="#229188"></polygon><polygon points="1.78 92.13 16.51 74.39 15.12 92.63 1.78 92.13" fill="#38c1b7"></polygon><polygon points="1.78 92.13 2 76.97 16.51 74.39 1.78 92.13" fill="#40cdc4"></polygon><polygon points="16.51 74.39 34.71 76.24 15.12 92.63 16.51 74.39" fill="#3ac7be"></polygon><polygon points="16.51 74.39 22.62 61.79 2 76.97 16.51 74.39" fill="#45d5cc"></polygon><polygon points="2 76.97 8.96 62.39 22.62 61.79 2 76.97" fill="#57e6e0"></polygon><polygon points="34.71 76.24 22.62 61.79 16.51 74.39 34.71 76.24" fill="#42cfc7"></polygon><polygon points="22.62 61.79 30.06 56.5 8.96 62.39 22.62 61.79" fill="#50e3db"></polygon><polygon points="30.06 56.5 34.71 76.24 22.62 61.79 30.06 56.5" fill="#3ac7be"></polygon><polygon points="47.89 81.04 42.25 65.34 34.71 76.24 47.89 81.04" fill="#229188"></polygon><polygon points="42.25 65.34 30.06 56.5 34.71 76.24 42.25 65.34" fill="#1f857c"></polygon><polygon points="69.96 93.45 40.11 55.16 92.03 55.16 69.96 93.45" fill="#29a299"></polygon><polygon points="69.96 93.45 106.3 79.82 92.03 55.16 69.96 93.45" fill="#229188"></polygon><polygon points="69.96 93.45 40.11 83.06 40.11 55.16 69.96 93.45" fill="#229188"></polygon><polygon points="40.11 83.06 20 36.99 40.11 55.16 40.11 83.06" fill="#2fb3a8"></polygon><polygon points="20 36.99 66.07 28.55 40.11 55.16 20 36.99" fill="#34bcb2"></polygon><polygon points="20 36.99 40.11 13.65 66.07 28.55 20 36.99" fill="#4eded5"></polygon><polygon points="66.07 28.55 92.03 55.16 40.11 55.16 66.07 28.55" fill="#42cfc7"></polygon><polygon points="66.07 28.55 92.03 16.87 40.11 13.65 66.07 28.55" fill="#4bdbd2"></polygon><polygon points="40.11 13.65 69.96 0 92.03 16.87 40.11 13.65" fill="#57e6e0"></polygon><polygon points="92.03 55.16 92.03 16.87 66.07 28.55 92.03 55.16" fill="#47d7ce"></polygon><polygon points="92.03 16.87 110.52 18.35 69.96 0 92.03 16.87" fill="#50e3db"></polygon><polygon points="110.52 18.35 92.03 55.16 92.03 16.87 110.52 18.35" fill="#3ac7be"></polygon><polygon points="106.3 79.82 117.98 48.02 92.03 55.16 106.3 79.82" fill="#27a399"></polygon><polygon points="117.98 48.02 110.52 18.35 92.03 55.16 117.98 48.02" fill="#2caba2"></polygon><polygon points="108.73 116.09 92.99 90.8 124.67 94.16 108.73 116.09" fill="#29a299"></polygon><polygon points="108.73 116.09 131.79 110.13 124.67 94.16 108.73 116.09" fill="#229188"></polygon><polygon points="108.73 116.09 91.18 107.82 92.99 90.8 108.73 116.09" fill="#229188"></polygon><polygon points="91.18 107.82 81.89 78.4 92.99 90.8 91.18 107.82" fill="#2fb3a8"></polygon><polygon points="81.89 78.4 110.55 76.24 92.99 90.8 81.89 78.4" fill="#34bcb2"></polygon><polygon points="81.89 78.4 95.67 65.46 110.55 76.24 81.89 78.4" fill="#4eded5"></polygon><polygon points="110.55 76.24 124.67 94.16 92.99 90.8 110.55 76.24" fill="#42cfc7"></polygon><polygon points="110.55 76.24 127.15 70.79 95.67 65.46 110.55 76.24" fill="#4bdbd2"></polygon><polygon points="95.67 65.46 114.78 59.06 127.15 70.79 95.67 65.46" fill="#57e6e0"></polygon><polygon points="124.67 94.16 127.15 70.79 110.55 76.24 124.67 94.16" fill="#29a299"></polygon><polygon points="127.15 70.79 138.34 72.89 114.78 59.06 127.15 70.79" fill="#50e3db"></polygon><polygon points="138.34 72.89 124.67 94.16 127.15 70.79 138.34 72.89" fill="#2daca1"></polygon><polygon points="131.79 110.13 140.97 91.48 124.67 94.16 131.79 110.13" fill="#1f9e97"></polygon><polygon points="140.97 91.48 138.34 72.89 124.67 94.16 140.97 91.48" fill="#2da99f"></polygon></g></g></svg></div><div class="islandRight_1OohbK"><svg xmlns="http://www.w3.org/2000/svg" xlink="http://www.w3.org/1999/xlink" viewBox="0 0 531.66 316.13"><defs><linearGradient id="land-gradient" x1="265.83" y1="61.37" x2="265.83" y2="-46.12" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#71b054"></stop><stop offset="1" stop-color="#a7d672"></stop></linearGradient><linearGradient id="未命名漸層_43" x1="91.57" y1="49.53" x2="63.25" y2="-39.77" xlink:href="#land-gradient"></linearGradient><linearGradient id="未命名漸層_43-2" x1="119" y1="22.87" x2="515.16" y2="22.87" xlink:href="#land-gradient"></linearGradient><linearGradient id="未命名漸層_43-3" x1="265.83" y1="61.18" x2="265.83" y2="-11.61" xlink:href="#land-gradient"></linearGradient></defs><title>floating-island2</title><g id="floating-island2"><path id="land-bg" d="M316.43,28.86l-39.79-9.24m0,0-82.11,9.24L134,23.56,93.09,31.23,54.91,32.42l-8.13,2.22-30,10,60,113.16,44.75,35.9,48.53,63.85,56.65,11h0l44.4,47.6,22.15-8.08,33.32-42.74h0l32.28-41.4,58.62-31.38,38.25-54.15h0L514.47,55.2l8-17L443,24.36H373.58l-57.15,4.5m-100,122.57" fill="#79405e"></path><g id="land"><polygon points="194.53 28.86 276.64 19.62 216.43 151.43 194.53 28.86" fill="#723759"></polygon><polygon points="134 23.56 194.53 28.86 216.43 151.43 168.96 185.82 151.25 153.35 134 23.56" fill="#834869"></polygon><polygon points="293.25 156.96 216.43 151.43 276.64 19.62 282.51 19.62 313.95 28.86 293.25 156.96" fill="#79405e"></polygon><polygon points="293.25 241.24 293.25 156.96 313.95 28.86 316.43 28.86 351.02 157.75 337.08 168.19 293.25 241.24" fill="#612f48"></polygon><polygon points="351.02 157.75 359.13 157.34 359.13 157.34 359.13 157.34 359.13 157.34 359.13 157.34 443.02 24.36 374.97 24.36 374.97 24.36 373.58 24.36 316.43 28.86 351.02 157.75" fill="#552b47"></polygon><polygon points="93.09 31.23 134 23.56 151.25 153.35 168.96 185.82 121.52 193.65 115.64 131.71 93.09 31.23" fill="#85415e"></polygon><polygon points="61.32 87.65 76.77 157.75 121.52 193.65 115.64 131.71 93.09 31.23 54.91 32.42 46.78 34.64 61.32 87.65" fill="#c78197"></polygon><polygon points="358.85 223.91 293.25 308.05 271.1 316.13 293.25 241.24 337.08 168.19 351.03 157.75 359.13 157.34 417.47 192.53 358.85 223.91" fill="#552b47"></polygon><polygon points="293.25 156.96 293.25 241.24 271.1 316.13 258.39 252.3 248.88 178.6 216.43 151.43 293.25 156.96" fill="#723759"></polygon><polygon points="226.7 268.53 170.05 197.53 168.96 185.82 216.43 151.43 248.88 178.6 258.39 252.3 271.1 316.13 226.7 268.53" fill="#85415e"></polygon><polygon id="triangle36" points="226.7 268.53 170.05 197.53 170.05 257.5 226.7 268.53" fill="#834869"></polygon><polygon points="168.96 185.82 170.05 197.53 170.05 257.5 121.52 193.65 168.96 185.82" fill="#c78197"></polygon><polygon points="16.8 44.59 46.78 34.64 61.32 87.65 76.77 157.75 16.8 44.59" fill="#eeafc0"></polygon><polygon points="417.47 192.53 359.13 157.34 443.02 24.36 522.44 38.19 514.47 55.2 417.47 192.53" fill="#4b213d"></polygon><polygon points="358.85 223.91 293.25 308.05 271.1 316.13 226.7 268.53 178.81 208.51 226.7 233.78 251.79 207.49 274.36 241.24 317.69 200.5 332.4 223.91 358.85 223.91" fill="#743b5b"></polygon><polygon points="226.7 268.53 170.05 257.5 124.47 197.53 169.34 227.72 198.89 233.78 226.7 268.53" fill="#803f5b"></polygon><polygon points="417.47 192.53 401.48 182.89 455.72 138.38 417.47 192.53" fill="#4b213d"></polygon><polygon points="170.05 257.5 169.34 227.72 124.47 197.53 170.05 257.5" fill="#dd94a5"></polygon><polygon points="271.1 316.13 226.7 233.78 178.81 208.51 226.7 268.53 271.1 316.13" fill="#8f4e6c"></polygon><polygon points="274.36 241.24 251.79 207.49 239.12 220.77 274.36 241.24" fill="#743b5b"></polygon><polygon points="332.4 223.91 326.57 265.31 358.85 223.91 332.4 223.91" fill="#4e2343"></polygon><polygon points="396.08 203.98 401.48 182.89 417.47 192.53 396.08 203.98" fill="#3a1d38"></polygon></g><polygon id="ground-bg" points="518.07 20.12 515.16 19.62 464.19 10.92 379.54 5.99 285.81 0 208.97 0.7 126 5.75 119 6.02 55.32 8.51 12.14 18.16 7.09 23.76 0 31.61 15.37 40.52 50.71 47.55 75.29 50.37 95.27 50.37 119.85 50.97 147.51 55.29 179.78 59.27 212.05 57.4 261.22 56 298.1 58.11 333.44 59.51 357.25 60.77 396.44 60.44 424.1 51.07 442.54 48.26 465.58 46.15 487.1 45.67 522.44 37.71 531.66 30.44 518.07 20.12" fill="url(#land-gradient)"></polygon><g id="ground"><polygon points="157.73 17.52 119 6.02 55.32 8.51 12.14 18.16 7.09 23.76 23.48 24.57 48.92 23.63 75.77 23.16 108.27 20.81 140.77 27.4 146.42 27.4 152.12 30.46 157.73 17.52 157.73 17.52" fill="url(#未命名漸層_43)"></polygon><polygon points="464.19 10.92 379.54 5.99 379.54 5.99 285.81 0 208.97 0.7 126 5.75 119 6.02 157.73 17.52 152.12 30.46 211.42 45.74 299.04 29.75 366.16 35.39 374.64 33.51 398.66 31.63 515.16 19.62 464.19 10.92 464.19 10.92" fill="url(#未命名漸層_43-2)"></polygon><polygon points="518.07 20.12 515.16 19.62 398.66 31.63 374.64 33.51 366.16 35.39 299.04 29.75 211.42 45.74 152.12 30.46 152.12 30.46 146.42 27.4 140.77 27.4 108.27 20.81 75.77 23.16 48.92 23.63 23.48 24.57 7.09 23.76 0 31.61 15.37 40.52 50.71 47.55 75.29 50.37 95.27 50.37 119.85 50.97 147.51 55.29 179.78 59.27 212.05 57.4 261.22 56 298.1 58.11 333.44 59.51 357.25 60.77 396.44 60.44 424.1 51.07 442.54 48.26 465.58 46.15 487.1 45.67 522.44 37.71 531.66 30.44 518.07 20.12 518.07 20.12" fill="url(#未命名漸層_43-3)"></polygon><polygon points="522.44 35.82 487.1 43.79 465.58 44.27 442.54 46.38 424.1 49.19 396.44 59.5 357.25 59.83 333.44 57.63 298.1 56.22 261.22 54.11 212.05 55.52 179.78 59.27 147.51 53.41 119.85 49.09 95.27 48.49 75.29 48.49 50.71 45.67 15.37 38.64 0 31.61 2.45 34.5 15.37 43.29 50.71 50.76 75.29 53.75 95.27 53.75 119.85 54.39 147.51 58.98 179.78 63.93 212.05 61.22 261.22 59.72 298.1 61.96 333.44 63.46 357.25 65.38 396.44 65.03 424.1 54.5 442.54 51.51 465.58 49.27 487.1 48.87 522.44 40.3 530.04 33.53 531.66 30.44 522.44 35.82" fill="#d18d6b"></polygon></g></g></svg></div></div></div></section><section id="roadmap" class="section_1Nmmk1"><div class="scene_1Nmmk1"><div class="deco_1Nmmk1"><div class="content_1Nmmk1"><h3>2017 - 2019</h3><p>Working with the Ethereum Foundation (Remix)</p></div>
<div class="yellowCrystal_1Nmmk1"><svg xmlns="http://www.w3.org/2000/svg" xlink="http://www.w3.org/1999/xlink" viewBox="0 0 219.39 245.54"><defs><linearGradient id="linear-gradient1" x1="86.3" y1="33.46" x2="115.58" y2="1.76" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fff"></stop><stop offset="1" stop-color="#ffbb24"></stop></linearGradient><linearGradient id="linear-gradient1-2" x1="129.45" y1="36.74" x2="40.36" y2="72.08" xlink:href="#linear-gradient1"></linearGradient><linearGradient id="linear-gradient4" x1="104.65" y1="61.77" x2="178.15" y2="61.77" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#ffbb24"></stop><stop offset="1" stop-color="#c94b00"></stop></linearGradient><radialGradient id="radio-gradient" cx="175.47" cy="93.95" r="153.72" gradientTransform="matrix(0.99, -0.15, 0.1, 0.67, -7.68, 58.31)" gradientUnits="userSpaceOnUse"><stop offset="0.4" stop-color="#e8b349" stop-opacity="0"></stop><stop offset="0.41" stop-color="#e4edf6"></stop><stop offset="0.8" stop-color="#c94b00" stop-opacity="0"></stop></radialGradient><linearGradient id="linear-gradient1-3" x1="80.93" y1="84.96" x2="36.23" y2="107.64" xlink:href="#linear-gradient1"></linearGradient><linearGradient id="linear-gradient6" x1="86.32" y1="260.87" x2="106.91" y2="75.5" gradientUnits="userSpaceOnUse"><stop offset="0.39" stop-color="#c94b00"></stop><stop offset="1" stop-color="#ffbb24"></stop></linearGradient><linearGradient id="linear-gradient2" x1="126.2" y1="189.52" x2="82.66" y2="64.13" gradientTransform="matrix(1, 0, 0, 1, 0, 0)" xlink:href="#radio-gradient"></linearGradient><linearGradient id="linear-gradient5" x1="176.24" y1="93.34" x2="128.14" y2="196.94" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#c94b00"></stop><stop offset="1" stop-color="#ac3f00"></stop></linearGradient><linearGradient id="linear-gradient4-2" x1="109.69" y1="155.2" x2="46.65" y2="178.06" xlink:href="#linear-gradient4"></linearGradient><linearGradient id="linear-gradient2-2" x1="60.49" y1="203.18" x2="72.43" y2="97.19" gradientTransform="matrix(1, 0, 0, 1, 0, 0)" xlink:href="#radio-gradient"></linearGradient><linearGradient id="linear-gradient5-2" x1="176.92" y1="90.43" x2="165.67" y2="114.67" xlink:href="#linear-gradient5"></linearGradient><linearGradient id="linear-gradient11" x1="32.86" y1="115.55" x2="189.69" y2="115.55" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fff"></stop><stop offset="1" stop-color="#cb3502" stop-opacity="0"></stop></linearGradient><linearGradient id="linear-gradient1-4" x1="852.4" y1="-831.94" x2="843.3" y2="-812.33" gradientTransform="translate(-625.7 1136.31) rotate(-10.67)" xlink:href="#linear-gradient1"></linearGradient><linearGradient id="linear-gradient4-3" x1="859.47" y1="-818.43" x2="844.13" y2="-785.4" gradientTransform="translate(-625.7 1136.31) rotate(-10.67)" xlink:href="#linear-gradient4"></linearGradient><linearGradient id="linear-gradient5-3" x1="857.52" y1="-828.31" x2="853.79" y2="-820.27" gradientTransform="translate(-625.7 1136.31) rotate(-10.67)" xlink:href="#linear-gradient5"></linearGradient><linearGradient id="linear-gradient5-4" x1="868.04" y1="-820.1" x2="851.4" y2="-784.25" gradientTransform="translate(-625.7 1136.31) rotate(-10.67)" xlink:href="#linear-gradient5"></linearGradient><linearGradient id="linear-gradient4-4" x1="11582.22" y1="198.5" x2="11564.72" y2="236.22" gradientTransform="matrix(-1, 0, 0, 1, 11742.78, 0.71)" xlink:href="#linear-gradient4"></linearGradient><linearGradient id="linear-gradient1-5" x1="186.2" y1="155.87" x2="179.05" y2="171.26" xlink:href="#linear-gradient1"></linearGradient><linearGradient id="linear-gradient5-5" x1="11581.41" y1="185.23" x2="11576.36" y2="196.1" gradientTransform="matrix(-1, 0, 0, 1, 11742.78, 0.71)" xlink:href="#linear-gradient5"></linearGradient><linearGradient id="linear-gradient5-6" x1="11589.2" y1="201.32" x2="11572.07" y2="238.22" gradientTransform="matrix(-1, 0, 0, 1, 11742.78, 0.71)" xlink:href="#linear-gradient5"></linearGradient><linearGradient id="linear-gradient1-6" x1="-565.53" y1="1525.21" x2="-573.26" y2="1555.67" gradientTransform="matrix(0.97, 0.23, -0.23, 0.97, 1034.78, -1220.86)" xlink:href="#linear-gradient1"></linearGradient><linearGradient id="linear-gradient7" x1="-572.24" y1="1590.32" x2="-554.61" y2="1644.3" gradientTransform="matrix(0.97, 0.23, -0.23, 0.97, 1034.78, -1220.86)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#c94b00"></stop><stop offset="1" stop-color="#ffbb24"></stop></linearGradient><linearGradient id="linear-gradient5-7" x1="-538.83" y1="1523.89" x2="-545.26" y2="1549.25" gradientTransform="matrix(0.97, 0.23, -0.23, 0.97, 1034.78, -1220.86)" xlink:href="#linear-gradient5"></linearGradient><linearGradient id="linear-gradient10" x1="-565.4" y1="1591.27" x2="-531.9" y2="1583.5" gradientTransform="matrix(0.97, 0.23, -0.23, 0.97, 1034.78, -1220.86)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#c94b00"></stop><stop offset="1" stop-color="#922c00"></stop></linearGradient><linearGradient id="linear-gradient1-7" x1="-546.24" y1="1522.63" x2="-564.07" y2="1529.75" gradientTransform="matrix(0.97, 0.23, -0.23, 0.97, 1034.78, -1220.86)" xlink:href="#linear-gradient1"></linearGradient><linearGradient id="linear-gradient1-8" x1="-588.11" y1="1567.94" x2="-562.77" y2="1567.94" gradientTransform="matrix(0.97, 0.23, -0.23, 0.97, 1034.78, -1220.86)" xlink:href="#linear-gradient1"></linearGradient><linearGradient id="linear-gradient4-5" x1="-574.08" y1="1541.82" x2="-534.42" y2="1564.59" gradientTransform="matrix(0.97, 0.23, -0.23, 0.97, 1034.78, -1220.86)" xlink:href="#linear-gradient4"></linearGradient><linearGradient id="linear-gradient9" x1="-553.62" y1="1589.42" x2="-533.35" y2="1598.78" gradientTransform="matrix(0.97, 0.23, -0.23, 0.97, 1034.78, -1220.86)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#922c00"></stop><stop offset="1" stop-color="#c94b00"></stop></linearGradient><linearGradient id="linear-gradient8" x1="-569.85" y1="1615.07" x2="-538.75" y2="1554.83" gradientTransform="matrix(0.97, 0.23, -0.23, 0.97, 1034.78, -1220.86)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#ffbb24"></stop><stop offset="0.39" stop-color="#c94b00"></stop><stop offset="1" stop-color="#ffbb24"></stop></linearGradient></defs><title>yellow-crystal</title><g style="isolation:isolate"><g id="tree-crystal"><g id="crystal"><polygon points="78.01 13.03 92.37 0.57 120.84 0.57 134.95 10.19 104.65 23.63 78.01 13.03" fill="url(#linear-gradient1)"></polygon><polygon points="104.65 23.63 109.63 74.47 61.28 107.9 38.78 90.41 37.4 66.59 78.01 13.03 104.65 23.63" fill="url(#linear-gradient1-2)"></polygon><polygon points="134.95 10.19 178.16 71.82 178.16 93.63 144.74 113.35 109.63 74.47 104.65 23.63 134.95 10.19" fill="url(#linear-gradient4)"></polygon><polygon points="134.95 10.19 178.16 71.82 178.16 93.63 144.74 113.35 109.63 74.47 104.65 23.63 134.95 10.19" opacity="0.35" fill="url(#radio-gradient)" style="mix-blend-mode:screen"></polygon><polygon points="61.28 107.9 33.43 125.01 38.78 90.41 61.28 107.9" fill="url(#linear-gradient1-3)"></polygon><polygon points="61.28 107.9 109.63 74.47 144.74 113.35 123.24 230.54 93.81 225.81 61.28 107.9" fill="url(#linear-gradient6)"></polygon><polygon points="61.28 107.9 109.63 74.47 144.74 113.35 123.24 230.54 93.81 225.81 61.28 107.9" opacity="0.35" fill="url(#linear-gradient2)" style="mix-blend-mode:screen"></polygon><polygon points="189.13 110.55 149.74 198.25 123.24 230.54 144.74 113.35 189.13 110.55" fill="url(#linear-gradient5)"></polygon><polygon points="33.43 125.01 72.52 203.04 93.81 225.81 61.28 107.9 33.43 125.01" fill="url(#linear-gradient4-2)"></polygon><polygon points="33.43 125.01 72.52 203.04 93.81 225.81 61.28 107.9 33.43 125.01" opacity="0.35" fill="url(#linear-gradient2-2)" style="mix-blend-mode:screen"></polygon><polygon points="144.74 113.35 178.16 93.63 189.13 110.55 144.74 113.35" fill="url(#linear-gradient5-2)"></polygon><path d="M189.69,110.51a.43.43,0,0,0-.05-.16s0-.08,0-.11h0L178.72,93.46V71.82a.53.53,0,0,0-.1-.32L135.41,9.86s0,0,0,0-.05-.08-.09-.1L121.16.1a.51.51,0,0,0-.32-.1H92.37A.55.55,0,0,0,92,.14L77.64,12.6l0,.06,0,0L37,66.25a.56.56,0,0,0-.11.37l1.37,23.76-5.34,34.54a.53.53,0,0,0,.05.33h0l39.1,78a.42.42,0,0,0,.09.14L93.39,226.2h0a.55.55,0,0,0,.3.16l29.44,4.73h.09a.55.55,0,0,0,.32-.12l.06,0,.06,0,26.5-32.28.08-.13,39.38-87.71a.58.58,0,0,0,0-.14A.69.69,0,0,0,189.69,110.51Zm-1.57-.47-38.8,2.45-2.25.15L178,94.4ZM39.19,91.45l21.09,16.39-26.1,16Zm22.74,16.69L82.09,94.2l27.45-19,34.59,38.31L122.78,229.89l-28.52-4.58ZM177.59,93.31l-32.74,19.32-5.93-6.57L110.18,74.22,105.26,24l4.47-2,25-11.1L177.59,72Zm-85-92.18h28.09l13.11,9L104.64,23,79.09,12.85ZM78.2,13.72,104.12,24,109,74.19l-47.73,33-22-17.07L38,66.77Zm-44,111.5,26.76-16.44,18.38,66.6,13.33,48.36L73,202.71ZM149.26,198l-25.07,30.53,21-114.59,43-2.72Z" fill="url(#linear-gradient11)" style="mix-blend-mode:screen"></path><polygon points="45.04 186.37 53.23 161.77 60.98 174.67 45.04 186.37" fill="url(#linear-gradient1-4)"></polygon><polygon points="45.04 186.37 67.09 221.15 74 221.74 60.98 174.67 45.04 186.37" fill="url(#linear-gradient4-3)"></polygon><polygon points="53.23 161.77 72.3 172.54 60.98 174.67 53.23 161.77" fill="url(#linear-gradient5-3)"></polygon><polygon points="72.3 172.54 77.51 214.27 74 221.74 60.98 174.67 72.3 172.54" fill="url(#linear-gradient5-4)"></polygon><polygon points="186.56 178.04 171.16 226.31 162.12 228.8 169.67 172.24 186.56 178.04" fill="url(#linear-gradient4-4)"></polygon><polygon points="176.79 153.17 169.67 172.24 186.56 178.04 176.79 153.17" fill="url(#linear-gradient1-5)"></polygon><polygon points="176.79 153.17 151.82 179.97 169.67 172.24 176.79 153.17" fill="url(#linear-gradient5-5)"></polygon><polygon points="151.82 179.97 155.61 219.74 162.12 228.8 169.67 172.24 151.82 179.97" fill="url(#linear-gradient5-6)"></polygon><polygon points="109.22 166.97 135.31 142.3 149.26 145.53 132.42 179.14 109.22 166.97" fill="url(#linear-gradient1-6)"></polygon><polygon points="117.7 224.74 127.56 239.09 122.53 184.39 109.22 166.97 117.7 224.74" fill="url(#linear-gradient7)"></polygon><polygon points="149.26 145.53 154.33 138.79 168.69 164.18 158.38 176.1 149.26 145.53" fill="url(#linear-gradient5-7)"></polygon><polygon points="127.56 239.09 145.08 226.94 168.69 164.18 158.38 176.1 127.56 239.09" fill="url(#linear-gradient10)"></polygon><polygon points="135.31 142.3 147.75 135.76 154.33 138.79 149.26 145.53 135.31 142.3" fill="url(#linear-gradient1-7)"></polygon><polygon points="109.22 166.97 132.42 179.14 122.53 184.39 109.22 166.97" fill="url(#linear-gradient1-8)"></polygon><polygon points="149.26 145.53 158.38 176.1 141.22 190.98 132.42 179.14 149.26 145.53" fill="url(#linear-gradient4-5)"></polygon><polygon points="141.22 190.98 127.56 239.09 158.38 176.1 141.22 190.98" fill="url(#linear-gradient9)"></polygon><polygon points="122.53 184.39 132.42 179.14 141.22 190.98 127.56 239.09 122.53 184.39" fill="url(#linear-gradient8)"></polygon></g><polygon id="stone-bg" points="215.43 207.91 202.05 189.58 181.26 184.14 157.98 184.14 129.76 198.99 118.37 208.9 109.42 217.39 104.52 217.51 94.33 224.61 91.61 220.21 85.45 216.51 85.45 210.19 81.07 191.81 69.14 173.43 40.17 158.6 24.34 163.65 8.76 177.88 1.95 202.48 0 223.23 0 238.94 39.44 239.63 42.31 239.68 42.72 241.94 65.06 241.94 72.6 241.94 81.5 241.94 86.03 241.94 90.53 241.94 90.79 243.05 102.89 242.98 114.39 242.91 120.54 242.87 123.73 242.85 143.68 244.31 160.46 245.54 184.23 245.54 206.02 239.6 219.39 234.15 215.43 207.91" fill="#e5c5ac"></polygon><g id="stone-2" data-name="stone"><polygon points="206.02 239.6 174.32 214.84 169.37 201.47 174.82 189.58 181.26 184.14 202.05 189.58 215.43 207.91 219.39 234.15 206.02 239.6" fill="#f6e8ce"></polygon><polygon points="206.02 239.6 184.23 245.54 160.46 245.54 119.85 242.57 112.92 236.63 116.39 227.22 131.24 218.8 156.99 208.9 174.32 214.84 206.02 239.6" fill="#eed6ba"></polygon><polygon points="112.92 236.63 106.11 230.12 108.46 218.31 118.37 208.9 129.76 198.99 157.98 184.14 181.26 184.14 174.82 189.58 169.37 201.47 156.99 208.9 131.24 218.8 116.39 227.22 112.92 236.63" fill="#e3bba2"></polygon><polygon points="174.32 214.84 169.37 201.47 156.99 208.9 174.32 214.84" fill="#e9c9b4"></polygon><polygon points="116.39 227.22 108.46 218.31 106.11 230.12 112.92 236.63 116.39 227.22" fill="#876769"></polygon><polygon points="129.76 198.99 156.99 208.9 131.24 218.8 129.76 198.99" fill="#b18f9d"></polygon><polygon points="129.76 198.99 108.46 218.31 116.39 227.22 131.24 218.8 129.76 198.99" fill="#af8691"></polygon><polygon points="156.99 208.9 157.98 184.14 169.37 201.47 156.99 208.9" fill="#c9aab1"></polygon><polygon points="157.98 184.14 129.76 198.99 156.99 208.9 157.98 184.14" fill="#be9ea7"></polygon><polygon points="174.82 189.58 189.3 198.98 174.32 214.84 169.37 201.47 174.82 189.58" fill="#f3dabd"></polygon><polygon points="189.3 198.98 215.43 207.91 202.05 189.58 189.3 198.98" fill="#f8e9d5"></polygon><polygon points="189.3 198.98 201.19 222.56 215.43 207.91 189.3 198.98" fill="#eed3b7"></polygon><path d="M201.19,222.56c2,1.29,18.2,11.59,18.2,11.59l-4-26.24Z" fill="#eed6ba"></path><polygon points="201.19 222.56 206.02 239.6 219.39 234.15 201.19 222.56" fill="#d4ad96"></polygon><polygon points="189.3 198.98 201.19 222.56 206.02 239.6 174.32 214.84 189.3 198.98" fill="#f2e0c2"></polygon><polygon points="202.05 189.58 189.3 198.98 174.82 189.58 181.26 184.14 202.05 189.58" fill="#f9eedf"></polygon><polygon points="174.32 214.84 184.23 245.54 206.02 239.6 174.32 214.84" fill="#f1d5c2"></polygon><polygon points="152.78 218.8 147.54 229.12 131.24 218.8 156.99 208.9 152.78 218.8" fill="#af8691"></polygon><polygon points="147.54 229.12 184.23 245.54 174.32 214.84 147.54 229.12" fill="#f6dec7"></polygon><polygon points="147.54 229.12 143.68 244.31 160.46 245.54 184.23 245.54 147.54 229.12" fill="#e9c9b4"></polygon><polygon points="147.54 229.12 119.85 242.57 116.39 227.22 131.24 218.8 147.54 229.12" fill="#a27c88"></polygon><polygon points="147.54 229.12 143.68 244.31 119.85 242.57 147.54 229.12" fill="#9a7168"></polygon><polygon points="116.39 227.22 112.92 236.63 119.85 242.57 116.39 227.22" fill="#876769"></polygon><polygon points="51.85 239.84 54.29 231.53 39.44 239.63 51.85 239.84" fill="#d8ab94"></polygon><polygon points="50.39 208.41 39.44 223.68 54.29 231.53 50.39 208.41" fill="#e3bba2"></polygon><polygon points="54.29 231.53 63.05 217.6 50.39 208.41 54.29 231.53" fill="#d7ad98"></polygon><polygon points="50.39 208.41 63.05 202.78 66.46 214.63 63.05 217.6 50.39 208.41" fill="#d6a593"></polygon><polygon points="50.39 208.41 37.73 190.33 56.72 179.65 63.05 202.78 50.39 208.41" fill="#c6958a"></polygon><polygon points="56.72 179.65 69.14 173.43 75.47 199.52 63.05 202.78 56.72 179.65" fill="#b6909b"></polygon><polygon points="75.47 199.52 75.47 217.6 66.46 214.63 63.05 202.78 75.47 199.52" fill="#af8691"></polygon><polygon points="75.47 199.52 81.07 191.81 69.14 173.43 75.47 199.52" fill="#c9aab1"></polygon><polygon points="81.07 191.81 85.45 210.19 75.47 217.6 75.47 199.52 81.07 191.81" fill="#bc9ca1"></polygon><polygon points="75.47 217.6 71.57 240.19 85.45 240.43 85.45 210.19 75.47 217.6" fill="#c09794"></polygon><polygon points="54.29 231.53 66.09 232.72 71.57 240.19 51.85 239.84 54.29 231.53" fill="#d2a795"></polygon><polygon points="66.09 232.72 75.47 217.6 66.46 214.63 63.05 217.6 66.09 232.72" fill="#ba9292"></polygon><polygon points="63.05 217.6 54.29 231.53 66.09 232.72 63.05 217.6" fill="#cca298"></polygon><polygon points="39.44 223.68 26.54 235.69 39.44 239.63 54.29 231.53 39.44 223.68" fill="#d1a68f"></polygon><polygon points="26.54 235.69 0 238.94 39.44 239.63 26.54 235.69" fill="#d4ad96"></polygon><polygon points="26.54 235.69 22.52 225.31 0 223.23 0 238.94 26.54 235.69" fill="#eed6ba"></polygon><polygon points="0 223.23 13.27 212.26 16.31 194.03 1.95 202.48 0 223.23" fill="#f6e8ce"></polygon><polygon points="13.27 212.26 22.52 225.31 0 223.23 13.27 212.26" fill="#eed3b7"></polygon><polygon points="13.27 212.26 32.01 202.78 16.31 194.03 13.27 212.26" fill="#f2e0c2"></polygon><polygon points="16.31 194.03 22.52 173.43 8.76 177.88 1.95 202.48 16.31 194.03" fill="#f8e9d5"></polygon><polygon points="22.52 173.43 40.17 158.6 24.34 163.65 8.76 177.88 22.52 173.43" fill="#f9eedf"></polygon><polygon points="22.52 225.31 32.01 202.78 13.27 212.26 22.52 225.31" fill="#f3d9b9"></polygon><polygon points="32.01 202.78 39.44 223.68 26.54 235.69 22.52 225.31 32.01 202.78" fill="#e5c5ac"></polygon><polygon points="32.01 202.78 37.73 190.33 50.39 208.41 39.44 223.68 32.01 202.78" fill="#e9c9b4"></polygon><polygon points="37.73 190.33 22.52 173.43 16.31 194.03 32.01 202.78 37.73 190.33" fill="#f3dabd"></polygon><polygon points="40.17 158.6 37.73 190.33 22.52 173.43 40.17 158.6" fill="#f5d4b0"></polygon><polygon points="40.17 158.6 56.72 179.65 37.73 190.33 40.17 158.6" fill="#bc8b86"></polygon><polygon points="40.17 158.6 69.14 173.43 56.72 179.65 40.17 158.6" fill="#be9ea7"></polygon><polygon points="75.47 217.6 66.09 232.72 71.57 240.19 75.47 217.6" fill="#ab878d"></polygon><polygon points="42.72 241.94 49.66 234.55 62.19 230.92 65.06 241.94 42.72 241.94" fill="#ecd1b6"></polygon><polygon points="65.06 241.94 72.6 241.94 77.88 233.34 78.94 216.59 62.19 230.92 65.06 241.94" fill="#e5c3a9"></polygon><polygon points="77.88 233.34 95.53 226.55 86.03 241.94 81.5 241.94 77.88 233.34" fill="#876769"></polygon><polygon points="78.94 216.59 91.61 220.21 95.53 226.55 77.88 233.34 78.94 216.59" fill="#a27c88"></polygon><polygon points="56.91 211.16 78.94 216.59 91.61 220.21 76.52 211.16 56.91 211.16" fill="#d4ada7"></polygon><polygon points="40.61 230.47 49.66 234.55 42.72 241.94 40.61 230.47" fill="#ebcbb7"></polygon><polygon points="48.74 224.03 40.61 230.47 49.66 234.55 62.19 230.92 48.74 224.03" fill="#f1d5c2"></polygon><polygon points="77.88 233.34 72.6 241.94 81.5 241.94 77.88 233.34" fill="#d8ac9b"></polygon><polygon points="95.53 226.55 86.03 241.94 97.95 241.94 95.53 226.55" fill="#574345"></polygon><polygon points="44.23 221.72 40.61 230.47 48.74 224.03 56.91 211.16 44.23 221.72" fill="#f9e2cc"></polygon><polygon points="56.91 211.16 48.74 224.03 62.19 230.92 78.94 216.59 56.91 211.16" fill="#eed0b6"></polygon><polygon points="121.34 238.24 114.39 242.91 120.54 242.87 121.34 238.24" fill="#c5988f"></polygon><polygon points="97.61 237.23 102.89 242.98 90.79 243.05 89.68 238.34 97.61 237.23" fill="#745263"></polygon><polygon points="120.54 242.87 121.34 238.24 134.46 237.97 134.15 242.79 120.54 242.87" fill="#a68180"></polygon><polygon points="121.34 238.24 126.8 228.41 134.46 237.97 121.34 238.24" fill="#bb9994"></polygon><polygon points="126.8 228.41 132.9 227.59 134.46 237.97 126.8 228.41" fill="#c1a2ab"></polygon><polygon points="126.8 228.41 114.38 219.35 123.31 219.93 132.9 227.59 126.8 228.41" fill="#c9aca4"></polygon><polygon points="114.38 219.35 104.52 217.51 115.83 217.23 123.31 219.93 114.38 219.35" fill="#eac6bb"></polygon><polygon points="104.52 217.51 94.18 224.72 103.95 226.35 114.38 219.35 104.52 217.51" fill="#f2dabd"></polygon><polygon points="103.95 226.35 121.34 238.24 126.8 228.41 114.38 219.35 103.95 226.35" fill="#e7c9b6"></polygon><polygon points="114.39 242.91 99.98 231.79 103.95 226.35 121.34 238.24 114.39 242.91" fill="#e5c6af"></polygon><polygon points="99.98 231.79 94.18 224.72 103.95 226.35 99.98 231.79" fill="#f6dec7"></polygon><polygon points="90.08 232.12 99.98 231.79 94.18 224.72 90.08 232.12" fill="#b18f9d"></polygon><polygon points="99.98 231.79 97.61 237.23 89.68 238.34 90.08 232.12 99.98 231.79" fill="#a37d8d"></polygon><polygon points="97.61 237.23 99.98 231.79 114.39 242.91 102.89 242.98 97.61 237.23" fill="#977082"></polygon></g></g></g></svg></div><div class="tree_1Nmmk1"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 444.04 484.55"><title>big-tree</title><g id="tree-crystal"><polygon id="shadow" points="129.42 451.95 139.66 439.21 164.43 430.95 187.22 431.72 208.58 434.42 229.93 436.19 250.33 434.42 268.3 442.01 286.93 471.83 281.67 477.75 258.75 480.67 229.2 484.55 211.98 483.34 176.84 476.52 153.72 473.09 138.01 469.54 132.18 463.01 129.42 451.95" opacity="0.15"></polygon><g id="tree"><g id="trunk"><path d="M220.59,141.36l5.17,3.57,7.66,15.52,3.25,2.78,3.28-9.52,2.75,3.11-3.22,13.72-.15,15-.69,8.59,4.06,8.9,2.2,14.53,7.38,16.36,4.11,17.06h8.7l30.63-27.15,4.64-26.8-4.5-24.91,6.42,2.1,4.57,17.12,4.18-7.94v-6.3l2.78,1.48v6.09l-4.17,9.46-5.57,31.79L274.49,260l-10.1,6.62h-13l-16.36,52-14.39,23.84,24.14,39.68,16.36,84.4L248.21,473l-35.68-1.57.7-90.14-24.71-46.81-7.66-31-8.35-11.83-18.79-8.18,1.58-39.42,7.47-1.74.87,36.63L179.82,281l.17-3.13-9.57-15.84-3.83-12.53-.15-8.07,8.55-2-.91,10.07,2.43,6.79,12.1,15.75,5-6.87,11-29.41,1.2-45.77L207,179.59l2.26-9.05,2.38-5.92.92,2.09-1.74,6.09-1,7.83V191.3l6,42.93L200.7,283.3l-1.22,23.87,9.05,18.94,12.24-14.27,21.93-60-7.37-33.94s-1.91-20.94-1.56-23.78.86-23.94.86-23.94l-5.39-8.31-5.05-14.79-3.42-3.31Z" fill="#815e36"></path><polygon points="265.09 250.94 256.39 250.94 254.4 252.6 256.39 258.58 273.09 257.38 301.63 225.88 306.85 191.31 302.27 174.18 295.86 172.08 300.36 196.99 295.72 223.79 265.09 250.94" fill="#3b2015"></polygon><polygon points="256.39 258.58 242.7 217.52 242.7 202.99 238.64 194.09 239.48 170.54 242.7 156.82 239.95 153.72 235.95 162.62 233.42 160.44 225.76 144.93 220.59 141.36 220.77 143.74 224.19 147.05 229.24 161.84 234.63 170.15 233.76 194.09 235.27 217.17 242.51 250.93 220.77 311.84 224.36 312.69 229.09 313.8 231.16 314.28 246.29 266.77 256.39 258.58" fill="#3b2015"></polygon><polygon points="213.75 344.91 213.22 381.27 235.51 381.27 213.75 344.91" fill="#5e3929"></polygon><polygon points="213.22 381.27 212.53 471.42 246.82 472.99 235.51 381.27 213.22 381.27" fill="#5e3929"></polygon><polygon points="213.75 344.91 222.07 344.91 244.2 381.27 261.09 466.55 246.82 472.99 235.51 381.27 213.75 344.91" fill="#815e36"></polygon><polygon points="213.75 344.91 200.02 356.25 213.22 381.27 213.75 344.91" fill="#3b2015"></polygon><polygon points="200.02 356.25 188.52 334.46 193.57 309.23 199.13 326.29 213.75 344.91 200.02 356.25" fill="#3b2015"></polygon><polygon points="188.52 334.46 180.86 303.49 193.57 309.23 188.52 334.46" fill="#3b2015"></polygon><polygon points="193.57 309.23 193.57 283.65 179.82 281.04 163.63 278.95 162.76 242.32 155.3 244.06 153.72 283.48 172.51 291.66 180.86 303.49 193.57 309.23" fill="#3b2015"></polygon><polygon points="187.22 282.44 193.57 283.65 196.89 307.17 205.73 328.97 202.49 332.27 196.44 326.29 189.28 309.23 187.22 282.44" fill="#5e3929"></polygon><polygon points="201.14 267.99 193.57 265.2 204.53 235.8 205.73 188.99 206.97 179.59 208.88 171.93 211.61 164.62 212.53 166.71 210.79 172.8 209.75 180.63 209.75 191.31 211.61 235.45 201.14 267.99" fill="#3b2015"></polygon><polygon points="231.16 314.28 208.53 338.26 202.49 332.27 220.77 311.84 231.16 314.28" fill="#5e3929"></polygon><polygon points="174.99 239.47 174.08 249.54 176.51 256.33 183.3 264.68 188.52 272.05 193.57 265.2 201.14 267.99 187.22 282.44 179.82 281.04 179.99 277.91 170.42 262.07 166.59 249.54 166.44 241.47 174.99 239.47" fill="#3b2015"></polygon><polygon points="201.14 267.99 193.57 283.65 187.22 282.44 201.14 267.99" fill="#5e3929"></polygon></g><g id="leaves"><g id="leaves-bg"><polygon points="420.42 53.69 337.44 6.91 278.14 0 232.89 24.95 195.76 85.03 202.19 148.11 247.5 182.32 272.17 185.61 285.47 197.47 310.15 204.66 335.75 210.15 354.94 203.88 362.7 193.28 380.89 194.09 426.82 164.1 444.04 121.29 420.42 53.69" fill="#6aab08"></polygon><polygon points="269.99 202.48 255.56 223.74 266.01 247.43 301.51 252.22 319.76 234.6 323.04 229.45 302.13 205.98 269.99 202.48" fill="#6aab08"></polygon></g><polygon id="leaves-bg-2" data-name="leaves-bg" points="102.83 221.85 19.31 182.76 0 124.89 51.7 45.05 192.85 32.61 263.97 93.41 265.2 135.76 282.96 146.9 279.31 191.15 268.97 211.78 231.59 222.64 215.37 221.66 205.07 217.88 216.19 232.18 200.33 252.78 182.7 268.05 121.67 271.38 99.92 257.77 91.24 237.36 102.83 221.85" fill="#63c258"></polygon><polygon points="355.76 117.07 426.82 164.1 380.89 194.09 313.4 191.1 355.76 117.07" fill="#89c226"></polygon><polygon points="355.76 117.07 337.44 6.91 425.22 77.69 355.76 117.07" fill="#7fb90c"></polygon><polygon points="355.76 117.07 337.44 6.91 251.96 47.82 355.76 117.07" fill="#71b007"></polygon><polygon points="355.76 117.07 425.22 77.69 426.82 164.1 355.76 117.07" fill="#90c82b"></polygon><polygon points="337.44 6.91 420.42 53.69 425.22 77.69 337.44 6.91" fill="#98cf29"></polygon><polygon points="425.22 77.69 444.04 121.29 426.82 164.1 425.22 77.69" fill="#acdc2c"></polygon><polygon points="420.42 53.69 444.04 121.29 425.22 77.69 420.42 53.69" fill="#a2db2d"></polygon><polygon points="337.44 6.91 278.14 0 232.89 24.95 251.96 47.82 337.44 6.91" fill="#80bd2b"></polygon><polygon points="355.76 117.07 237.37 103.07 251.96 47.82 355.76 117.07" fill="#6aab08"></polygon><polygon points="355.76 117.07 350.92 125.53 313.4 191.1 276.57 142.66 237.37 103.07 355.76 117.07" fill="#60a107"></polygon><polygon points="276.57 142.66 313.4 191.1 247.5 182.32 222.02 119.6 237.37 103.07 276.57 142.66" fill="#5a0"></polygon><polygon points="232.89 24.95 237.37 103.07 251.96 47.82 232.89 24.95" fill="#71b007"></polygon><polygon points="232.89 24.95 195.76 85.03 237.37 103.07 232.89 24.95" fill="#7fb90c"></polygon><polygon points="195.76 85.03 222.02 119.6 237.37 103.07 195.76 85.03" fill="#60a107"></polygon><polygon points="195.76 85.03 202.19 148.11 222.02 119.6 195.76 85.03" fill="#71b007"></polygon><polygon points="202.19 148.11 247.5 182.32 222.02 119.6 202.19 148.11" fill="#60a107"></polygon><polygon points="19.31 182.76 102.83 221.85 133.59 226.07 13.48 153.07 19.31 182.76" fill="#61c859"></polygon><polygon points="133.59 226.07 13.48 153.07 134.83 153.05 133.59 226.07" fill="#66c654"></polygon><polygon points="134.83 153.05 238.49 174.83 133.59 226.07 134.83 153.05" fill="#63c258"></polygon><polygon points="238.49 174.83 209.99 211.5 133.59 226.07 238.49 174.83" fill="#7acc4c"></polygon><polygon points="238.49 174.83 221.66 118.39 134.83 153.05 238.49 174.83" fill="#58ba5e"></polygon><polygon points="238.49 174.83 265.52 143.64 263.97 93.41 238.49 174.83" fill="#7cd461"></polygon><polygon points="238.49 174.83 221.66 118.39 263.97 93.41 238.49 174.83" fill="#60c46b"></polygon><polygon points="221.66 118.39 196.65 46.87 263.97 93.41 221.66 118.39" fill="#5cba72"></polygon><polygon points="196.65 46.87 192.85 32.61 263.97 93.41 196.65 46.87" fill="#4cc072"></polygon><polygon points="196.65 46.87 51.7 45.05 192.85 32.61 196.65 46.87" fill="#45b06c"></polygon><polygon points="196.65 46.87 93.06 87.74 51.7 45.05 196.65 46.87" fill="#45a360"></polygon><polygon points="196.65 46.87 221.66 118.39 134.83 153.05 93.06 87.74 196.65 46.87" fill="#4aa95b"></polygon><polygon points="93.06 87.74 13.48 153.07 134.83 153.05 93.06 87.74" fill="#54b862"></polygon><polygon points="93.06 87.74 51.7 45.05 13.48 153.07 93.06 87.74" fill="#4ca85f"></polygon><polygon points="51.7 45.05 0 124.89 13.48 153.07 51.7 45.05" fill="#4db363"></polygon><polygon points="0 124.89 19.31 182.76 13.48 153.07 0 124.89" fill="#5fc66a"></polygon><polygon points="269.99 202.48 255.56 223.74 266.69 230.34 269.99 202.48" fill="#4e9c00"></polygon><polygon points="255.56 223.74 266.01 247.43 266.69 230.34 255.56 223.74" fill="#75b61d"></polygon><polygon points="266.01 247.43 301.51 252.22 292.66 230.06 266.69 230.34 266.01 247.43" fill="#85bb1a"></polygon><polygon points="319.76 234.6 292.66 230.06 301.51 252.22 319.76 234.6" fill="#88bd24"></polygon><polygon points="319.76 234.6 302.13 205.98 292.66 230.06 319.76 234.6" fill="#86c830"></polygon><polygon points="302.13 205.98 323.04 229.45 319.76 234.6 302.13 205.98" fill="#9adb22"></polygon><polygon points="302.13 205.98 269.99 202.48 266.69 230.34 292.66 230.06 302.13 205.98" fill="#5a0"></polygon><polygon points="330.4 184.4 354.94 203.88 335.75 210.15 310.15 204.66 330.4 184.4" fill="#89c226"></polygon><polygon points="330.4 184.4 329.49 148.77 359.1 176.79 330.4 184.4" fill="#7fb90c"></polygon><polygon points="330.4 184.4 329.49 148.77 294.6 155.78 330.4 184.4" fill="#7ab423"></polygon><polygon points="330.4 184.4 359.1 176.79 354.94 203.88 330.4 184.4" fill="#91c635"></polygon><polygon points="329.49 148.77 358.59 168.98 359.1 176.79 329.49 148.77" fill="#98ca42"></polygon><polygon points="359.1 176.79 363.88 191.68 354.94 203.88 359.1 176.79" fill="#acd837"></polygon><polygon points="358.59 168.98 363.88 191.68 359.1 176.79 358.59 168.98" fill="#a8d62d"></polygon><polygon points="329.49 148.77 307.24 142.61 288.58 147.35 294.6 155.78 329.49 148.77" fill="#80bd2b"></polygon><polygon points="330.4 184.4 285.98 172.04 294.6 155.78 330.4 184.4" fill="#74b119"></polygon><polygon points="330.4 184.4 328.09 186.72 310.15 204.66 298.76 187.05 285.98 172.04 330.4 184.4" fill="#6aab08"></polygon><polygon points="298.76 187.05 310.15 204.66 285.47 197.47 279.21 176.17 285.98 172.04 298.76 187.05" fill="#6bac0a"></polygon><polygon points="288.58 147.35 285.98 172.04 294.6 155.78 288.58 147.35" fill="#7ab423"></polygon><polygon points="288.58 147.35 271.09 163.6 285.98 172.04 288.58 147.35" fill="#7fb90c"></polygon><polygon points="271.09 163.6 279.21 176.17 285.98 172.04 271.09 163.6" fill="#6aab08"></polygon><polygon points="271.09 163.6 270.06 183.73 279.21 176.17 271.09 163.6" fill="#7ab423"></polygon><polygon points="270.06 183.73 285.47 197.47 279.21 176.17 270.06 183.73" fill="#6aab08"></polygon><polygon points="168.18 204.33 215.37 221.66 231.59 222.64 161.78 188.81 168.18 204.33" fill="#61c859"></polygon><polygon points="231.59 222.64 161.78 188.81 223.81 183.83 231.59 222.64" fill="#66c654"></polygon><polygon points="223.81 183.83 279.31 191.15 231.59 222.64 223.81 183.83" fill="#63c258"></polygon><polygon points="279.31 191.15 268.97 211.78 231.59 222.64 279.31 191.15" fill="#7acc4c"></polygon><polygon points="279.31 191.15 264.21 161.89 223.81 183.83 279.31 191.15" fill="#58ba5e"></polygon><polygon points="279.31 191.15 289.54 173.5 282.96 146.9 279.31 191.15" fill="#80bd2b"></polygon><polygon points="279.31 191.15 264.21 161.89 282.96 146.9 279.31 191.15" fill="#60c46b"></polygon><polygon points="264.21 161.89 243.19 124.95 282.96 146.9 264.21 161.89" fill="#5cba72"></polygon><polygon points="243.19 124.95 239.61 117.54 282.96 146.9 243.19 124.95" fill="#4cc072"></polygon><polygon points="243.19 124.95 168.88 129.92 239.61 117.54 243.19 124.95" fill="#45b06c"></polygon><polygon points="243.19 124.95 194.94 150.88 168.88 129.92 243.19 124.95" fill="#45a360"></polygon><polygon points="243.19 124.95 264.21 161.89 223.81 183.83 194.94 150.88 243.19 124.95" fill="#4aa95b"></polygon><polygon points="194.94 150.88 161.78 188.81 223.81 183.83 194.94 150.88" fill="#54b862"></polygon><polygon points="194.94 150.88 168.88 129.92 161.78 188.81 194.94 150.88" fill="#4ca85f"></polygon><polygon points="168.88 129.92 151.64 174.41 161.78 188.81 168.88 129.92" fill="#4db363"></polygon><polygon points="151.64 174.41 168.18 204.33 161.78 188.81 151.64 174.41" fill="#5fc66a"></polygon><polygon points="192.57 245.48 182.7 268.05 200.33 252.78 192.57 245.48" fill="#72c648"></polygon><polygon points="103.07 226.22 162.45 195.81 151.7 219.2 103.07 226.22" fill="#4aae64"></polygon><polygon points="162.45 195.81 151.7 219.2 206.05 224.34 186.77 194.31 162.45 195.81" fill="#51ad2e"></polygon><polygon points="186.77 194.31 216.19 232.18 206.05 224.34 186.77 194.31" fill="#47a82a"></polygon><polygon points="192.57 245.48 151.7 219.2 206.05 224.34 192.57 245.48" fill="#6fbc47"></polygon><polygon points="192.57 245.48 206.05 224.34 216.19 232.18 200.33 252.78 192.57 245.48" fill="#64c249"></polygon><polygon points="192.57 245.48 145.91 269.16 182.7 268.05 192.57 245.48" fill="#63c053"></polygon><polygon points="145.91 269.16 103.07 226.22 151.7 219.2 192.57 245.48 145.91 269.16" fill="#62ba53"></polygon><polygon points="103.07 226.22 99.92 257.77 145.91 269.16 103.07 226.22" fill="#56bd63"></polygon><polygon points="99.92 257.77 121.67 271.38 145.91 269.16 99.92 257.77" fill="#5bc263"></polygon><polygon points="99.92 257.77 91.24 237.36 103.07 226.22 99.92 257.77" fill="#4fc277"></polygon><polygon points="103.07 226.22 121.92 194.33 162.45 195.81 103.07 226.22" fill="#37b467"></polygon><polygon points="121.92 194.33 91.24 237.36 103.07 226.22 121.92 194.33" fill="#48bb6f"></polygon></g></g></g></svg></div></div><div class="title_1Nmmk1">Roadmap</div><div class="island_1Nmmk1"><svg xmlns="http://www.w3.org/2000/svg" xlink="http://www.w3.org/1999/xlink" viewBox="0 0 852.35 486.36"><defs><linearGradient id="未命名漸層_43" y1="61.36" x2="848.71" y2="61.36" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#71b054"></stop><stop offset="1" stop-color="#a7d672"></stop></linearGradient></defs><title>floating-island3</title><g id="floating-island3"><polygon id="dark-bg" points="811.78 88.44 790.63 95.72 733.12 95.72 598.28 106.29 306.12 106.29 76.76 98.36 17.27 85.14 70.15 170.41 167.31 214.69 231.43 299.96 286.95 399.77 356.53 451.56 403.29 486.36 595.63 342.26 741.71 301.94 771.98 204.33 784.11 133.66 811.78 88.44" fill="#cb8660"></polygon><polygon id="light-bg" points="307.52 122.32 314.05 196.85 340.49 243.12 360.98 306.74 363.63 334.99 381.47 385.23 403.29 486.36 286.95 399.77 231.43 299.96 167.31 214.69 70.15 170.41 26.91 98.36 307.52 122.32" fill="#f2be62"></polygon><g id="land"><polygon points="340.49 243.12 231.43 299.96 360.98 306.74 340.49 243.12" fill="#e7a159"></polygon><polygon points="167.31 214.69 70.15 170.41 314.05 196.85 167.31 214.69" fill="#f3bf6c"></polygon><polygon points="76.76 98.36 115.76 175.35 70.15 170.41 17.27 85.14 76.76 98.36" fill="#fdde88"></polygon><polygon points="76.76 98.36 115.76 175.35 306.12 106.29 76.76 98.36" fill="#f4c064"></polygon><polygon points="306.12 106.29 314.05 196.85 115.76 175.35 306.12 106.29" fill="#edaf5a"></polygon><polygon points="314.05 196.85 556.02 225.11 306.12 106.29 314.05 196.85" fill="#be765d"></polygon><polygon points="306.12 106.29 598.28 106.29 601.58 221.3 556.02 225.11 306.12 106.29" fill="#c77e5d"></polygon><polygon points="601.58 221.3 733.12 95.72 598.28 106.29 601.58 221.3" fill="#c77f5e"></polygon><polygon points="601.58 221.3 728.49 237.17 733.12 95.72 601.58 221.3" fill="#c47c5b"></polygon><polygon points="728.49 237.17 771.98 204.33 733.12 95.72 728.49 237.17" fill="#d79373"></polygon><polygon points="784.68 132.73 790.63 95.72 811.78 88.44 784.68 132.73" fill="#dba377"></polygon><polygon points="790.63 95.72 771.98 204.33 733.12 95.72 790.63 95.72" fill="#dc9e6e"></polygon><polygon points="728.49 237.17 741.71 301.94 771.98 204.33 728.49 237.17" fill="#dca073"></polygon><polygon points="728.49 237.17 659.75 316.49 556.02 285.75 601.58 221.3 728.49 237.17" fill="#cb8660"></polygon><polygon points="728.49 237.17 659.75 316.49 741.71 301.94 728.49 237.17" fill="#ca8865"></polygon><polygon points="741.71 301.94 659.75 316.49 510.37 327.72 595.63 342.26 741.71 301.94" fill="#ac695b"></polygon><polygon points="510.37 327.72 556.02 285.75 659.75 316.49 510.37 327.72" fill="none"></polygon><polygon points="314.05 196.85 340.49 243.12 191.65 211.74 314.05 196.85" fill="#f2be62"></polygon><polygon points="167.31 214.69 231.43 299.96 191.62 211.74 167.31 214.69" fill="#f9cb77"></polygon><polygon points="231.43 299.96 360.98 306.74 363.63 334.99 314.05 385.23 289.6 385.23 231.43 299.96" fill="#df9256"></polygon><polygon points="289.6 385.23 356.52 451.56 286.95 399.77 289.6 385.23" fill="#f1b86c"></polygon><polygon points="286.95 399.77 289.6 385.23 231.43 299.96 286.95 399.77" fill="#f6cd76"></polygon><polygon points="314.05 385.23 381.47 385.23 363.63 334.99 314.05 385.23" fill="#db8d54"></polygon><polygon points="340.49 243.12 191.62 211.74 231.43 299.96 340.49 243.12" fill="#e7a757"></polygon><polygon points="381.47 385.23 510.37 327.72 360.98 306.74 363.63 334.99 381.47 385.23" fill="#be765d"></polygon><polygon points="289.6 385.23 474.67 385.23 403.29 486.36 356.52 451.56 289.6 385.23" fill="#d5855a"></polygon><polygon points="474.67 385.23 510.37 327.72 381.47 385.23 474.67 385.23" fill="#c27c5a"></polygon><polygon points="510.37 327.72 595.63 342.26 403.29 486.36 474.67 385.23 510.37 327.72" fill="#be765d"></polygon><polygon points="340.49 243.12 314.05 196.85 556.02 225.11 340.49 243.12" fill="#c27c5a"></polygon><polygon points="340.49 243.12 556.02 285.75 601.58 221.3 340.49 243.12" fill="#c9805f"></polygon><polygon points="340.49 243.12 360.98 306.74 510.37 327.72 556.02 285.75 340.49 243.12" fill="#cb8660"></polygon><polygon points="556.02 285.75 510.37 327.72 659.75 316.49 556.02 285.75" fill="#be765d"></polygon></g><g id="ground"><path d="M848.89,85l-2-2.29,1.84,6-25.46,12.15S623,113,623.15,120s-261-2.14-261-2.14L174.22,107.45l-94.3-3.6L18,88.67,0,80.47V88l18.06,8.2,62.21,15.18L175,115l188.7,10.45s262.34,9.22,262.16,2.14,200.95-19.22,200.95-19.22L852.35,96.2Z" fill="#be765d"></path><path d="M18,88.67,0,80.47V54.66L18,42.51,73,25.81h74.25L223.77,9.72H327L419.92,0h141.7L772.31,21.26l31.51,15.18,27.34,24.9,14.11,16.09,3.44,11.24-25.46,12.15S623,113,623.15,120s-261-2.14-261-2.14L174.22,107.45l-94.3-3.6Z" fill="url(#未命名漸層_43)"></path></g></g></svg></div></div><div class="scene_1Nmmk1"><div class="deco_1Nmmk1"><div class="content_1Nmmk1"><h3>2018 Q3</h3><p>PlayProject established</p></div>
<div class="stone_1Nmmk1"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 85.98 28.39"><title>stone2</title><g id="stone2"><polygon points="84.05 27.96 77.77 21.24 66.42 17.94 63.8 27.93 84.05 27.96" fill="#ecd1b6"></polygon><polygon points="63.8 27.93 56.96 27.91 52.18 20.11 51.25 4.92 66.42 17.94 63.8 27.93" fill="#e5c3a9"></polygon><polygon points="52.18 20.11 36.19 13.93 44.78 27.89 48.89 27.9 52.18 20.11" fill="#876769"></polygon><polygon points="51.25 4.92 39.75 8.19 36.19 13.93 52.18 20.11 51.25 4.92" fill="#a27c88"></polygon><polygon points="71.23 0.03 51.25 4.92 39.75 8.19 53.45 0 71.23 0.03" fill="#d4ada7"></polygon><polygon points="85.98 17.56 77.77 21.24 84.05 27.96 85.98 17.56" fill="#ebcbb7"></polygon><polygon points="78.62 11.71 85.98 17.56 77.77 21.24 66.42 17.94 78.62 11.71" fill="#f1d5c2"></polygon><polygon points="52.18 20.11 56.96 27.91 48.89 27.9 52.18 20.11" fill="#d8ac9b"></polygon><polygon points="36.19 13.93 44.78 27.89 33.98 27.88 36.19 13.93" fill="#574345"></polygon><polygon points="82.71 9.62 85.98 17.56 78.62 11.71 71.23 0.03 82.71 9.62" fill="#f9e2cc"></polygon><polygon points="71.23 0.03 78.62 11.71 66.42 17.94 51.25 4.92 71.23 0.03" fill="#eed0b6"></polygon><polygon points="11.86 22.23 17.87 26.86 12.31 26.46 11.86 22.23" fill="#c5988f"></polygon><polygon points="33.38 22.72 28.27 27.61 39.21 28.39 40.5 24.19 33.38 22.72" fill="#745263"></polygon><polygon points="12.31 26.46 11.86 22.23 0.01 21.21 0 25.59 12.31 26.46" fill="#a68180"></polygon><polygon points="11.86 22.23 7.5 13.01 0.01 21.21 11.86 22.23" fill="#bb9994"></polygon><polygon points="7.5 13.01 2.03 11.91 0.01 21.21 7.5 13.01" fill="#c1a2ab"></polygon><polygon points="7.5 13.01 19.28 5.55 11.16 5.54 2.03 11.91 7.5 13.01" fill="#c9aca4"></polygon><polygon points="19.28 5.55 28.31 4.47 18.09 3.54 11.16 5.54 19.28 5.55" fill="#eac6bb"></polygon><polygon points="28.31 4.47 37.23 11.6 28.29 12.5 19.28 5.55 28.31 4.47" fill="#f2dabd"></polygon><polygon points="28.29 12.5 11.86 22.23 7.5 13.01 19.28 5.55 28.29 12.5" fill="#e7c9b6"></polygon><polygon points="17.87 26.86 31.57 17.66 28.29 12.5 11.86 22.23 17.87 26.86" fill="#e5c6af"></polygon><polygon points="31.57 17.66 37.23 11.6 28.29 12.5 31.57 17.66" fill="#f6dec7"></polygon><polygon points="40.51 18.54 31.57 17.66 37.23 11.6 40.51 18.54" fill="#b18f9d"></polygon><polygon points="31.57 17.66 33.38 22.72 40.5 24.19 40.51 18.54 31.57 17.66" fill="#a37d8d"></polygon><polygon points="33.38 22.72 31.57 17.66 17.87 26.86 28.27 27.61 33.38 22.72" fill="#977082"></polygon></g></svg></div><div class="tree_1Nmmk1"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 175.31 267.77"><title>single-tree1</title><g id="single-tree1"><polygon id="shadow" points="31.63 249.56 40.73 242.73 58.13 239.6 73.22 239.04 90.15 237.51 105.93 238.73 121.01 237.51 134.3 242.73 140.49 253 132.97 261.61 117.87 264.21 104.55 266.32 93.13 267.76 70.27 265.87 55.62 261.61 43.76 261.61 33.67 257.17 31.63 249.56" opacity="0.15"></polygon><g id="trunk"><polygon points="130.72 152.07 126.76 158.22 122.03 149.3 119.49 148.75 123.68 163.4 119.6 169.78 110.25 174.41 98.66 169.18 93.51 110.11 78.14 111.51 75.75 139.51 71.03 138.28 62.4 130.06 57.29 132.41 65.44 143.47 70.72 148.09 74.78 151.06 73.25 169.18 62.03 173.08 56.74 182.55 72.26 180.77 66.21 252.13 68.28 254.99 81.62 257.52 96.82 257.52 106.06 254.11 104.54 236.66 99.68 180.87 117.07 181.73 126.76 174.41 131.05 171.43 137.99 151.06 130.72 152.07" fill="#7f5534"></polygon><polygon points="81.62 257.52 81.62 111.23 89.88 110.44 96.82 257.52 81.62 257.52" fill="#704b2e"></polygon><polygon points="81.62 141.15 81.62 150.19 71.17 142.92 61.15 131.23 62.56 130.22 71.17 138.26 81.62 141.15" fill="#704b2e"></polygon><polygon points="120.66 172.27 119.31 169.78 110.31 174.13 112.53 177.67 120.66 172.27" fill="#704b2e"></polygon><polygon points="120.66 172.27 119.31 169.78 123.47 163.4 125.38 165.24 122.98 169.78 120.66 172.27" fill="#704b2e"></polygon><polygon points="125.38 165.24 134.06 152.55 130.67 152.07 126.62 158.22 121.78 149.3 119.2 148.75 123.47 163.4 125.38 165.24" fill="#704b2e"></polygon><polygon points="110.31 174.13 112.53 177.67 99.25 176.07 98.66 169.18 110.31 174.13" fill="#704b2e"></polygon></g><g id="leaves-bg"><path d="M72.37,104,66.89,85.8l-11-18.56-22.21,0L16.53,70.84.77,107.07,12.32,131s16.84,4,17.91,4.8l18,5.21,25.19-18.15Z" fill="#c8b14b"></path><polygon points="85.81 0 62.47 7.73 34.5 37.01 34.5 76.2 40.62 94.19 73.48 111.87 95.94 110.11 125.66 93.16 139.75 37.01 85.81 0" fill="#7caa4f"></polygon><polygon points="172.67 98.4 148.56 77.37 114.65 85.96 98.58 110.62 95.93 121.85 108.48 146.29 125.66 153.78 154.28 149.59 171.9 138.8 174.54 106.22 172.67 98.4" fill="#3ba153"></polygon><polygon points="59.66 136.17 26.54 138.47 13.19 173.04 29.48 192.74 52.58 190.89 61.67 175.22 72.14 156.13 59.66 136.17" fill="#72a95a"></polygon></g><g id="leaves"><polygon points="120.81 47.8 71.17 33.83 55.42 66.96 120.81 47.8" fill="#7caa4f"></polygon><polygon points="120.81 47.8 95.94 110.11 55.42 66.96 120.81 47.8" fill="#7aab58"></polygon><polygon points="120.81 47.8 106.06 18.96 71.17 33.83 120.81 47.8" fill="#85ae4c"></polygon><polygon points="71.17 33.83 85.81 0 106.06 18.96 71.17 33.83" fill="#8ab357"></polygon><polygon points="120.81 47.8 95.94 110.11 125.66 93.16 120.81 47.8" fill="#7eac4d"></polygon><polygon points="125.66 93.16 139.75 37.01 120.81 47.8 125.66 93.16" fill="#a2ca5b"></polygon><polygon points="139.75 37.01 106.06 18.96 120.81 47.8 139.75 37.01" fill="#a0c65d"></polygon><polygon points="139.75 37.01 85.81 0 106.06 18.96 139.75 37.01" fill="#a4ca5c"></polygon><polygon points="85.81 0 62.47 7.73 34.5 37.01 85.81 0" fill="#9dc75f"></polygon><polygon points="85.81 0 71.17 33.83 34.5 37.01 85.81 0" fill="#92bd60"></polygon><polygon points="71.17 33.83 55.42 66.96 34.5 37.01 71.17 33.83" fill="#89ba67"></polygon><polygon points="34.5 37.01 40.62 94.19 55.42 66.96 34.5 37.01" fill="#7db86b"></polygon><polygon points="40.62 94.19 95.94 110.11 55.42 66.96 40.62 94.19" fill="#639b51"></polygon><polygon points="34.5 37.01 34.5 76.2 40.62 94.19 34.5 37.01" fill="#a8d173"></polygon><polygon points="40.62 94.19 73.48 111.87 95.94 110.11 40.62 94.19" fill="#4c8c42"></polygon></g><g id="leaves-2" data-name="leaves"><polygon points="59.66 136.17 61.67 175.22 22.06 163.08 59.66 136.17" fill="#81a443"></polygon><polygon points="26.54 138.47 22.06 163.08 59.66 136.17 26.54 138.47" fill="#97b14e"></polygon><polygon points="61.67 175.22 72.14 156.13 59.66 136.17 61.67 175.22" fill="#518024"></polygon><polygon points="61.67 175.22 29.48 192.74 22.06 163.08 61.67 175.22" fill="#72a95a"></polygon><polygon points="61.67 175.22 52.58 190.89 29.48 192.74 61.67 175.22" fill="#6a9452"></polygon><polygon points="29.48 192.74 13.19 173.04 22.06 163.08 29.48 192.74" fill="#74b76a"></polygon><polygon points="13.19 173.04 26.54 138.47 22.06 163.08 13.19 173.04" fill="#afd470"></polygon></g><g id="leaves-3" data-name="leaves"><polygon points="55.92 67.24 33.7 67.19 16.53 70.84 55.92 67.24" fill="#dcba4e"></polygon><polygon points="55.92 67.24 47.46 78.78 16.53 70.84 55.92 67.24" fill="#d0b551"></polygon><polygon points="55.92 67.24 66.89 85.8 72.37 104.02 55.92 67.24" fill="#c3bc49"></polygon><polygon points="47.46 78.78 13.68 95.24 16.53 70.84 47.46 78.78" fill="#d1b156"></polygon><polygon points="47.46 78.78 51.13 120.12 13.68 95.24 47.46 78.78" fill="#bea03f"></polygon><polygon points="55.92 67.24 72.37 104.02 47.46 78.78 55.92 67.24" fill="#c6b24a"></polygon><polygon points="47.46 78.78 51.13 120.12 72.37 104.02 47.46 78.78" fill="#c4b048"></polygon><polygon points="72.37 104.02 73.45 122.83 48.26 140.98 30.23 135.77 51.13 120.12 72.37 104.02" fill="#d0be4e"></polygon><polygon points="30.23 135.77 13.68 95.24 51.13 120.12 30.23 135.77" fill="#c8b14b"></polygon><path d="M30.23,135.77C29.16,135,12.32,131,12.32,131L.77,107.07,13.68,95.24Z" fill="#d4b54f"></path><polygon points="0.77 107.06 16.53 70.84 13.68 95.24 0.77 107.06" fill="#e1bf55"></polygon></g><g id="leaves-4" data-name="leaves"><polygon points="174.54 106.22 172.67 98.4 148.56 77.37 170.8 100.27 174.54 106.22" fill="#4dae64"></polygon><polygon points="125.66 153.78 108.48 146.29 95.94 121.85 125.66 153.78" fill="#39965d"></polygon><polygon points="95.94 121.85 125.66 153.78 141.73 120.22 95.94 121.85" fill="#369c59" fill-rule="evenodd"></polygon><polygon points="125.66 153.78 154.28 149.59 141.73 120.22 125.66 153.78" fill="#36a053" fill-rule="evenodd"></polygon><polygon points="171.9 138.8 154.28 149.59 141.73 120.22 171.9 138.8" fill="#3eab58"></polygon><polygon points="171.9 138.8 170.8 100.27 141.73 120.22 171.9 138.8" fill="#38aa53"></polygon><polygon points="95.94 121.85 114.65 85.96 144.16 87.28 141.73 120.22 95.94 121.85" fill="#288940"></polygon><polygon points="114.65 85.96 148.56 77.37 144.16 87.28 114.65 85.96" fill="#379b4c"></polygon><polygon points="144.16 87.28 170.8 100.27 148.56 77.37 144.16 87.28" fill="#3aa750"></polygon><polygon points="144.16 87.28 141.73 120.22 170.8 100.27 144.16 87.28" fill="#3ba153"></polygon><polygon points="170.8 100.27 174.54 106.22 171.9 138.8 170.8 100.27" fill="#3fba57"></polygon><polygon points="114.65 85.96 98.58 110.62 95.94 121.85 114.65 85.96" fill="#197f38"></polygon></g></g></svg></div></div><div class="island_1Nmmk1"><svg xmlns="http://www.w3.org/2000/svg" xlink="http://www.w3.org/1999/xlink" viewBox="0 0 852.35 486.36"><defs><linearGradient id="未命名漸層_43" y1="61.36" x2="848.71" y2="61.36" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#71b054"></stop><stop offset="1" stop-color="#a7d672"></stop></linearGradient></defs><title>floating-island3</title><g id="floating-island3"><polygon id="dark-bg" points="811.78 88.44 790.63 95.72 733.12 95.72 598.28 106.29 306.12 106.29 76.76 98.36 17.27 85.14 70.15 170.41 167.31 214.69 231.43 299.96 286.95 399.77 356.53 451.56 403.29 486.36 595.63 342.26 741.71 301.94 771.98 204.33 784.11 133.66 811.78 88.44" fill="#cb8660"></polygon><polygon id="light-bg" points="307.52 122.32 314.05 196.85 340.49 243.12 360.98 306.74 363.63 334.99 381.47 385.23 403.29 486.36 286.95 399.77 231.43 299.96 167.31 214.69 70.15 170.41 26.91 98.36 307.52 122.32" fill="#f2be62"></polygon><g id="land"><polygon points="340.49 243.12 231.43 299.96 360.98 306.74 340.49 243.12" fill="#e7a159"></polygon><polygon points="167.31 214.69 70.15 170.41 314.05 196.85 167.31 214.69" fill="#f3bf6c"></polygon><polygon points="76.76 98.36 115.76 175.35 70.15 170.41 17.27 85.14 76.76 98.36" fill="#fdde88"></polygon><polygon points="76.76 98.36 115.76 175.35 306.12 106.29 76.76 98.36" fill="#f4c064"></polygon><polygon points="306.12 106.29 314.05 196.85 115.76 175.35 306.12 106.29" fill="#edaf5a"></polygon><polygon points="314.05 196.85 556.02 225.11 306.12 106.29 314.05 196.85" fill="#be765d"></polygon><polygon points="306.12 106.29 598.28 106.29 601.58 221.3 556.02 225.11 306.12 106.29" fill="#c77e5d"></polygon><polygon points="601.58 221.3 733.12 95.72 598.28 106.29 601.58 221.3" fill="#c77f5e"></polygon><polygon points="601.58 221.3 728.49 237.17 733.12 95.72 601.58 221.3" fill="#c47c5b"></polygon><polygon points="728.49 237.17 771.98 204.33 733.12 95.72 728.49 237.17" fill="#d79373"></polygon><polygon points="784.68 132.73 790.63 95.72 811.78 88.44 784.68 132.73" fill="#dba377"></polygon><polygon points="790.63 95.72 771.98 204.33 733.12 95.72 790.63 95.72" fill="#dc9e6e"></polygon><polygon points="728.49 237.17 741.71 301.94 771.98 204.33 728.49 237.17" fill="#dca073"></polygon><polygon points="728.49 237.17 659.75 316.49 556.02 285.75 601.58 221.3 728.49 237.17" fill="#cb8660"></polygon><polygon points="728.49 237.17 659.75 316.49 741.71 301.94 728.49 237.17" fill="#ca8865"></polygon><polygon points="741.71 301.94 659.75 316.49 510.37 327.72 595.63 342.26 741.71 301.94" fill="#ac695b"></polygon><polygon points="510.37 327.72 556.02 285.75 659.75 316.49 510.37 327.72" fill="none"></polygon><polygon points="314.05 196.85 340.49 243.12 191.65 211.74 314.05 196.85" fill="#f2be62"></polygon><polygon points="167.31 214.69 231.43 299.96 191.62 211.74 167.31 214.69" fill="#f9cb77"></polygon><polygon points="231.43 299.96 360.98 306.74 363.63 334.99 314.05 385.23 289.6 385.23 231.43 299.96" fill="#df9256"></polygon><polygon points="289.6 385.23 356.52 451.56 286.95 399.77 289.6 385.23" fill="#f1b86c"></polygon><polygon points="286.95 399.77 289.6 385.23 231.43 299.96 286.95 399.77" fill="#f6cd76"></polygon><polygon points="314.05 385.23 381.47 385.23 363.63 334.99 314.05 385.23" fill="#db8d54"></polygon><polygon points="340.49 243.12 191.62 211.74 231.43 299.96 340.49 243.12" fill="#e7a757"></polygon><polygon points="381.47 385.23 510.37 327.72 360.98 306.74 363.63 334.99 381.47 385.23" fill="#be765d"></polygon><polygon points="289.6 385.23 474.67 385.23 403.29 486.36 356.52 451.56 289.6 385.23" fill="#d5855a"></polygon><polygon points="474.67 385.23 510.37 327.72 381.47 385.23 474.67 385.23" fill="#c27c5a"></polygon><polygon points="510.37 327.72 595.63 342.26 403.29 486.36 474.67 385.23 510.37 327.72" fill="#be765d"></polygon><polygon points="340.49 243.12 314.05 196.85 556.02 225.11 340.49 243.12" fill="#c27c5a"></polygon><polygon points="340.49 243.12 556.02 285.75 601.58 221.3 340.49 243.12" fill="#c9805f"></polygon><polygon points="340.49 243.12 360.98 306.74 510.37 327.72 556.02 285.75 340.49 243.12" fill="#cb8660"></polygon><polygon points="556.02 285.75 510.37 327.72 659.75 316.49 556.02 285.75" fill="#be765d"></polygon></g><g id="ground"><path d="M848.89,85l-2-2.29,1.84,6-25.46,12.15S623,113,623.15,120s-261-2.14-261-2.14L174.22,107.45l-94.3-3.6L18,88.67,0,80.47V88l18.06,8.2,62.21,15.18L175,115l188.7,10.45s262.34,9.22,262.16,2.14,200.95-19.22,200.95-19.22L852.35,96.2Z" fill="#be765d"></path><path d="M18,88.67,0,80.47V54.66L18,42.51,73,25.81h74.25L223.77,9.72H327L419.92,0h141.7L772.31,21.26l31.51,15.18,27.34,24.9,14.11,16.09,3.44,11.24-25.46,12.15S623,113,623.15,120s-261-2.14-261-2.14L174.22,107.45l-94.3-3.6Z" fill="url(#未命名漸層_43)"></path></g></g></svg></div></div><div class="scene_1Nmmk1"><div class="deco_1Nmmk1"><div class="content_1Nmmk1"><h3>2019 Q1</h3><p>SmartContract.codes and PlayEd released</p></div>
<div class="purpleCrystal_1Nmmk1"><svg xmlns="http://www.w3.org/2000/svg" xlink="http://www.w3.org/1999/xlink" viewBox="0 0 185.7 155.75"><defs><linearGradient id="purple-gradient13" x1="21.21" y1="281.44" x2="21.21" y2="181.74" gradientTransform="translate(116.55 -145.06) rotate(1.79)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#47113b"></stop><stop offset="0.03" stop-color="#49113d"></stop><stop offset="0.43" stop-color="#6a0c53"></stop><stop offset="0.77" stop-color="#7e0a61"></stop><stop offset="1" stop-color="#850966"></stop></linearGradient><linearGradient id="purple-gradient5" x1="15.46" y1="292.83" x2="15.46" y2="260.48" gradientTransform="translate(116.55 -145.06) rotate(1.79)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#3e0f33"></stop><stop offset="0.35" stop-color="#561546"></stop><stop offset="0.74" stop-color="#6a1956"></stop><stop offset="1" stop-color="#711b5c"></stop></linearGradient><linearGradient id="purple-gradient4" x1="-0.26" y1="292.83" x2="-0.26" y2="269.97" gradientTransform="translate(116.55 -145.06) rotate(1.79)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#5f1e4e"></stop><stop offset="0.67" stop-color="#bf2793"></stop><stop offset="0.86" stop-color="#cd30a6"></stop><stop offset="1" stop-color="#d937b6"></stop></linearGradient><linearGradient id="purple-gradient18" x1="-1.24" y1="261.24" x2="8.58" y2="275.81" gradientTransform="translate(116.55 -145.06) rotate(1.79)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#ad1c7c"></stop><stop offset="0.07" stop-color="#b21f83"></stop><stop offset="0.17" stop-color="#c22997"></stop><stop offset="0.3" stop-color="#da38b8"></stop><stop offset="0.37" stop-color="#ed44d0"></stop><stop offset="0.96" stop-color="#fba6e6"></stop></linearGradient><linearGradient id="purple-gradient2" x1="-15.35" y1="219.76" x2="-15.35" y2="153.25" gradientTransform="translate(116.55 -145.06) rotate(1.79)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#ad1c7c"></stop><stop offset="0.19" stop-color="#b21f83"></stop><stop offset="0.46" stop-color="#c22997"></stop><stop offset="0.79" stop-color="#da38b8"></stop><stop offset="1" stop-color="#ed44d0"></stop></linearGradient><linearGradient id="purple-gradient7" x1="-26.5" y1="218.77" x2="-26.5" y2="147.54" gradientTransform="translate(116.55 -145.06) rotate(1.79)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#bf1f89"></stop><stop offset="0.15" stop-color="#c3268f"></stop><stop offset="0.38" stop-color="#ce3aa1"></stop><stop offset="0.65" stop-color="#e15bbe"></stop><stop offset="0.96" stop-color="#fb88e6"></stop><stop offset="1" stop-color="#ff8fec"></stop></linearGradient><linearGradient id="purple-gradient9" x1="-4.66" y1="219.76" x2="-4.66" y2="149.59" gradientTransform="translate(116.55 -145.06) rotate(1.79)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#7b115b"></stop><stop offset="0.55" stop-color="#b1218f"></stop><stop offset="0.7" stop-color="#c0259d"></stop><stop offset="0.78" stop-color="#bb2396"></stop><stop offset="0.9" stop-color="#ac1f81"></stop><stop offset="1" stop-color="#9e1b6d"></stop></linearGradient><linearGradient id="purple-gradient6" x1="-24.69" y1="151.45" x2="-7.2" y2="151.45" gradientTransform="translate(116.55 -145.06) rotate(1.79)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#ed44d0"></stop><stop offset="0.96" stop-color="#fba6e6"></stop></linearGradient><linearGradient id="purple-gradient14" x1="-55.59" y1="278.74" x2="-4.86" y2="277.15" gradientTransform="translate(116.55 -145.06) rotate(1.79)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#3e0f33"></stop><stop offset="0.12" stop-color="#561546"></stop><stop offset="0.25" stop-color="#6a1956"></stop><stop offset="0.34" stop-color="#711b5c"></stop><stop offset="0.94" stop-color="#c83f9e"></stop></linearGradient><linearGradient id="purple-gradient7-2" x1="-55.91" y1="278.83" x2="-55.91" y2="253.56" xlink:href="#purple-gradient7"></linearGradient><linearGradient id="purple-gradient15" x1="-58.57" y1="261.07" x2="-4.49" y2="259.38" gradientTransform="translate(116.55 -145.06) rotate(1.79)" gradientUnits="userSpaceOnUse"><stop offset="0.04" stop-color="#fba6e6"></stop><stop offset="0.63" stop-color="#ed44d0"></stop><stop offset="0.7" stop-color="#da38b8"></stop><stop offset="0.83" stop-color="#c22997"></stop><stop offset="0.93" stop-color="#b21f83"></stop><stop offset="1" stop-color="#ad1c7c"></stop></linearGradient><linearGradient id="purple-gradient7-3" x1="-7.34" y1="263.36" x2="-7.34" y2="236.54" xlink:href="#purple-gradient7"></linearGradient><linearGradient id="purple-gradient16" x1="-9.97" y1="244.9" x2="13.17" y2="244.18" gradientTransform="translate(116.55 -145.06) rotate(1.79)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#d937b6"></stop><stop offset="0.22" stop-color="#cd30a6"></stop><stop offset="0.54" stop-color="#bf2793"></stop><stop offset="1" stop-color="#5f1e4e"></stop></linearGradient><linearGradient id="linear-gradient" x1="-32.72" y1="252.3" x2="-20.96" y2="272.68" gradientTransform="translate(116.55 -145.06) rotate(1.79)" gradientUnits="userSpaceOnUse"><stop offset="0.31" stop-color="#c8c8c8"></stop><stop offset="1" stop-color="#292929"></stop></linearGradient><linearGradient id="linear-gradient-2" x1="-42.57" y1="244.19" x2="-29.7" y2="266.47" xlink:href="#linear-gradient"></linearGradient><linearGradient id="purple-gradient1" x1="-19.72" y1="232.49" x2="-4.21" y2="232.49" gradientTransform="translate(116.55 -145.06) rotate(1.79)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#ffc4f2"></stop><stop offset="0.2" stop-color="#febdef"></stop><stop offset="0.5" stop-color="#fba9e8"></stop><stop offset="0.86" stop-color="#f788dd"></stop><stop offset="1" stop-color="#f57ad8"></stop></linearGradient><linearGradient id="purple-gradient14-2" x1="8.39" y1="260.5" x2="8.39" y2="211.59" xlink:href="#purple-gradient14"></linearGradient><linearGradient id="purple-gradient12" x1="3.47" y1="255.83" x2="3.47" y2="213.28" gradientTransform="translate(116.55 -145.06) rotate(1.79)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#4d183f"></stop><stop offset="0.67" stop-color="#ad2385"></stop><stop offset="0.87" stop-color="#bc2b98"></stop><stop offset="1" stop-color="#c732a7"></stop></linearGradient><linearGradient id="purple-gradient2-2" x1="-2.2" y1="241.05" x2="-2.2" y2="211.12" xlink:href="#purple-gradient2"></linearGradient><linearGradient id="purple-gradient6-2" x1="-7.16" y1="211.35" x2="5.28" y2="211.35" xlink:href="#purple-gradient6"></linearGradient><linearGradient id="purple-gradient2-3" x1="-69.17" y1="290.57" x2="-69.17" y2="224.38" xlink:href="#purple-gradient2"></linearGradient><linearGradient id="purple-gradient1-2" x1="-109.61" y1="224.93" x2="-102.16" y2="224.93" xlink:href="#purple-gradient1"></linearGradient><linearGradient id="purple-gradient11" x1="-18.07" y1="255.91" x2="-18.07" y2="199.44" gradientTransform="translate(116.55 -145.06) rotate(1.79)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#601e4f"></stop><stop offset="0.32" stop-color="#ad1c7c"></stop><stop offset="0.45" stop-color="#b21f83"></stop><stop offset="0.63" stop-color="#c22997"></stop><stop offset="0.86" stop-color="#da38b8"></stop><stop offset="1" stop-color="#ed44d0"></stop></linearGradient><linearGradient id="purple-gradient12-2" x1="-14.88" y1="230.28" x2="-14.88" y2="202.29" xlink:href="#purple-gradient12"></linearGradient><linearGradient id="purple-gradient1-3" x1="-19.56" y1="197.16" x2="-11.82" y2="197.16" xlink:href="#purple-gradient1"></linearGradient><linearGradient id="purple-gradient5-2" x1="-8.62" y1="229.55" x2="-8.62" y2="198.46" xlink:href="#purple-gradient5"></linearGradient><linearGradient id="purple-gradient7-4" x1="-11.37" y1="202.29" x2="-11.37" y2="192.01" xlink:href="#purple-gradient7"></linearGradient><linearGradient id="purple-gradient1-4" x1="-60.18" y1="187.42" x2="-24.84" y2="186.32" xlink:href="#purple-gradient1"></linearGradient><linearGradient id="purple-gradient8" x1="-29.83" y1="251.87" x2="-29.83" y2="181.05" gradientTransform="translate(116.55 -145.06) rotate(1.79)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#330729"></stop><stop offset="0.12" stop-color="#4b0a3b"></stop><stop offset="0.25" stop-color="#5f0c4b"></stop><stop offset="0.34" stop-color="#660d50"></stop><stop offset="0.94" stop-color="#bd268f"></stop></linearGradient><linearGradient id="purple-gradient4-2" x1="-42.73" y1="249.62" x2="-42.73" y2="192.72" xlink:href="#purple-gradient4"></linearGradient><linearGradient id="purple-gradient7-5" x1="-52.34" y1="250.12" x2="-52.34" y2="184.45" xlink:href="#purple-gradient7"></linearGradient><linearGradient id="purple-gradient1-5" x1="-75.07" y1="214.08" x2="-59.25" y2="214.08" xlink:href="#purple-gradient1"></linearGradient><linearGradient id="purple-gradient6-3" x1="-65.55" y1="211.55" x2="-47.64" y2="211.55" xlink:href="#purple-gradient6"></linearGradient><linearGradient id="purple-gradient2-4" x1="-64.14" y1="250.14" x2="-64.14" y2="219.57" xlink:href="#purple-gradient2"></linearGradient><linearGradient id="purple-gradient4-3" x1="-56.34" y1="251.19" x2="-56.34" y2="214.66" xlink:href="#purple-gradient4"></linearGradient><linearGradient id="purple-gradient5-3" x1="-51.05" y1="249.15" x2="-51.05" y2="214.66" xlink:href="#purple-gradient5"></linearGradient><linearGradient id="purple-gradient2-5" x1="-11.3" y1="267.42" x2="-11.3" y2="258.64" xlink:href="#purple-gradient2"></linearGradient><linearGradient id="purple-gradient14-3" x1="-5.76" y1="266.95" x2="-9.99" y2="253.13" xlink:href="#purple-gradient14"></linearGradient><linearGradient id="purple-gradient1-6" x1="-18.22" y1="255.69" x2="-8.63" y2="255.69" xlink:href="#purple-gradient1"></linearGradient><linearGradient id="purple-gradient17" x1="0.08" y1="264.22" x2="0.08" y2="247.74" gradientTransform="translate(116.55 -145.06) rotate(1.79)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#3e0f33"></stop><stop offset="0.15" stop-color="#561546"></stop><stop offset="0.31" stop-color="#6a1956"></stop><stop offset="0.42" stop-color="#711b5c"></stop><stop offset="0.52" stop-color="#7b1d63"></stop><stop offset="0.68" stop-color="#952477"></stop><stop offset="0.89" stop-color="#c02e97"></stop><stop offset="1" stop-color="#d934a9"></stop></linearGradient><linearGradient id="purple-gradient5-4" x1="5.91" y1="264.22" x2="5.91" y2="247.7" xlink:href="#purple-gradient5"></linearGradient><linearGradient id="purple-gradient4-4" x1="-3.47" y1="262.98" x2="-3.47" y2="244.15" xlink:href="#purple-gradient4"></linearGradient><linearGradient id="purple-gradient1-7" x1="-5.7" y1="246.43" x2="5.11" y2="246.43" xlink:href="#purple-gradient1"></linearGradient><linearGradient id="purple-gradient1-8" x1="2.03" y1="184.25" x2="22.49" y2="184.25" xlink:href="#purple-gradient1"></linearGradient><linearGradient id="purple-gradient7-6" x1="5.82" y1="250.71" x2="5.82" y2="184.2" xlink:href="#purple-gradient7"></linearGradient><linearGradient id="purple-gradient10" x1="2.03" y1="189.79" x2="17.38" y2="189.79" gradientTransform="translate(116.55 -145.06) rotate(1.79)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fff0fc"></stop><stop offset="0.2" stop-color="#fee9fa"></stop><stop offset="0.49" stop-color="#fbd5f3"></stop><stop offset="0.85" stop-color="#f7b4e8"></stop><stop offset="1" stop-color="#f5a4e2"></stop></linearGradient><linearGradient id="purple-gradient19" x1="-44.52" y1="288.68" x2="-30.06" y2="288.68" gradientTransform="translate(116.55 -145.06) rotate(1.79)" gradientUnits="userSpaceOnUse"><stop offset="0.06" stop-color="#c83f9e"></stop><stop offset="0.66" stop-color="#711b5c"></stop><stop offset="0.75" stop-color="#6a1956"></stop><stop offset="0.88" stop-color="#561546"></stop><stop offset="1" stop-color="#3e0f33"></stop></linearGradient><linearGradient id="purple-gradient5-5" x1="-31.76" y1="291.44" x2="-19.99" y2="291.44" xlink:href="#purple-gradient5"></linearGradient><linearGradient id="purple-gradient3" x1="-103.22" y1="236.12" x2="-51.98" y2="236.12" gradientTransform="translate(116.55 -145.06) rotate(1.79)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#f564e0"></stop><stop offset="0.14" stop-color="#e659d0"></stop><stop offset="0.42" stop-color="#bf3ca5"></stop><stop offset="0.65" stop-color="#99207b"></stop><stop offset="0.77" stop-color="#961e78"></stop><stop offset="1" stop-color="#75145e"></stop></linearGradient><linearGradient id="purple-gradient10-2" x1="-21.57" y1="202.32" x2="-21.57" y2="192.01" xlink:href="#purple-gradient10"></linearGradient><linearGradient id="purple-gradient1-9" x1="-21.57" y1="199.44" x2="-21.57" y2="192.01" xlink:href="#purple-gradient1"></linearGradient><linearGradient id="linear-gradient-3" x1="-48.62" y1="176.51" x2="-38.69" y2="193.72" xlink:href="#linear-gradient"></linearGradient><linearGradient id="未命名漸層_10" x1="50.55" y1="52.64" x2="58.47" y2="52.64" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fff" stop-opacity="0"></stop><stop offset="0.02" stop-color="#fff" stop-opacity="0.05"></stop><stop offset="0.14" stop-color="#fff" stop-opacity="0.3"></stop><stop offset="0.26" stop-color="#fff" stop-opacity="0.51"></stop><stop offset="0.37" stop-color="#fff" stop-opacity="0.69"></stop><stop offset="0.47" stop-color="#fff" stop-opacity="0.82"></stop><stop offset="0.57" stop-color="#fff" stop-opacity="0.92"></stop><stop offset="0.67" stop-color="#fff" stop-opacity="0.98"></stop><stop offset="0.74" stop-color="#fff"></stop><stop offset="0.76" stop-color="#fff" stop-opacity="0.97"></stop><stop offset="0.8" stop-color="#fff" stop-opacity="0.88"></stop><stop offset="0.84" stop-color="#fff" stop-opacity="0.73"></stop><stop offset="0.89" stop-color="#fff" stop-opacity="0.53"></stop><stop offset="0.95" stop-color="#fff" stop-opacity="0.27"></stop><stop offset="1" stop-color="#fff" stop-opacity="0"></stop></linearGradient><linearGradient id="未命名漸層_10-2" x1="-55.84" y1="212.87" x2="-55.84" y2="186.21" gradientTransform="translate(116.55 -145.06) rotate(1.79)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-3" x1="-55.85" y1="212.87" x2="-55.85" y2="186.22" gradientTransform="translate(116.55 -145.06) rotate(1.79)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-4" x1="-55.85" y1="212.86" x2="-55.85" y2="186.22" gradientTransform="translate(116.55 -145.06) rotate(1.79)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-5" x1="-55.85" y1="212.86" x2="-55.85" y2="186.23" gradientTransform="translate(116.55 -145.06) rotate(1.79)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-6" x1="-55.85" y1="212.85" x2="-55.85" y2="186.24" gradientTransform="translate(116.55 -145.06) rotate(1.79)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-7" x1="-55.85" y1="212.85" x2="-55.85" y2="186.25" gradientTransform="translate(116.55 -145.06) rotate(1.79)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-8" x1="-55.85" y1="212.84" x2="-55.85" y2="186.25" gradientTransform="translate(116.55 -145.06) rotate(1.79)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-9" x1="-55.85" y1="212.84" x2="-55.85" y2="186.26" gradientTransform="translate(116.55 -145.06) rotate(1.79)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-10" x1="-55.85" y1="212.83" x2="-55.85" y2="186.27" gradientTransform="translate(116.55 -145.06) rotate(1.79)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-11" x1="-55.85" y1="212.83" x2="-55.85" y2="186.28" gradientTransform="translate(116.55 -145.06) rotate(1.79)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-12" x1="-55.85" y1="212.82" x2="-55.85" y2="186.28" gradientTransform="translate(116.55 -145.06) rotate(1.79)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-13" x1="-55.85" y1="212.82" x2="-55.85" y2="186.29" gradientTransform="translate(116.55 -145.06) rotate(1.79)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-14" x1="-55.85" y1="212.81" x2="-55.85" y2="186.3" gradientTransform="translate(116.55 -145.06) rotate(1.79)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-15" x1="-55.85" y1="212.81" x2="-55.85" y2="186.31" gradientTransform="translate(116.55 -145.06) rotate(1.79)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-16" x1="-55.85" y1="212.8" x2="-55.85" y2="186.31" gradientTransform="translate(116.55 -145.06) rotate(1.79)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-17" x1="-55.85" y1="212.8" x2="-55.85" y2="186.32" gradientTransform="translate(116.55 -145.06) rotate(1.79)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-18" x1="122.26" y1="56.21" x2="123.52" y2="56.21" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-19" x1="12.62" y1="200.96" x2="12.62" y2="193.19" gradientTransform="matrix(0.66, 0.07, -0.18, 1.78, 150, -295.95)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-20" x1="12.62" y1="200.96" x2="12.62" y2="193.19" gradientTransform="matrix(0.66, 0.07, -0.18, 1.78, 150, -295.95)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-21" x1="12.62" y1="200.95" x2="12.62" y2="193.2" gradientTransform="matrix(0.66, 0.07, -0.18, 1.78, 150, -295.95)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-22" x1="12.62" y1="200.95" x2="12.62" y2="193.21" gradientTransform="matrix(0.66, 0.07, -0.18, 1.78, 150, -295.95)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-23" x1="12.62" y1="200.94" x2="12.62" y2="193.22" gradientTransform="matrix(0.66, 0.07, -0.18, 1.78, 150, -295.95)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-24" x1="12.62" y1="200.94" x2="12.62" y2="193.22" gradientTransform="matrix(0.66, 0.07, -0.18, 1.78, 150, -295.95)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-25" x1="12.62" y1="200.93" x2="12.62" y2="193.23" gradientTransform="matrix(0.66, 0.07, -0.18, 1.78, 150, -295.95)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-26" x1="12.62" y1="200.92" x2="12.62" y2="193.24" gradientTransform="matrix(0.66, 0.07, -0.18, 1.78, 150, -295.95)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-27" x1="12.62" y1="200.92" x2="12.62" y2="193.25" gradientTransform="matrix(0.66, 0.07, -0.18, 1.78, 150, -295.95)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-28" x1="12.62" y1="200.92" x2="12.62" y2="193.25" gradientTransform="matrix(0.66, 0.07, -0.18, 1.78, 150, -295.95)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-29" x1="12.62" y1="200.91" x2="12.62" y2="193.26" gradientTransform="matrix(0.66, 0.07, -0.18, 1.78, 150, -295.95)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-30" x1="12.62" y1="200.9" x2="12.62" y2="193.27" gradientTransform="matrix(0.66, 0.07, -0.18, 1.78, 150, -295.95)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-31" x1="12.62" y1="200.9" x2="12.62" y2="193.28" gradientTransform="matrix(0.66, 0.07, -0.18, 1.78, 150, -295.95)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-32" x1="12.62" y1="200.89" x2="12.62" y2="193.28" gradientTransform="matrix(0.66, 0.07, -0.18, 1.78, 150, -295.95)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-33" x1="12.62" y1="200.89" x2="12.62" y2="193.29" gradientTransform="matrix(0.66, 0.07, -0.18, 1.78, 150, -295.95)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-34" x1="12.62" y1="200.88" x2="12.62" y2="193.3" gradientTransform="matrix(0.66, 0.07, -0.18, 1.78, 150, -295.95)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_9" x1="87.04" y1="19.63" x2="101.46" y2="19.63" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_9-2" x1="-17.15" y1="182.66" x2="-17.15" y2="147.97" gradientTransform="translate(116.55 -145.06) rotate(1.79)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_9-3" x1="-17.15" y1="182.66" x2="-17.15" y2="147.98" gradientTransform="translate(116.55 -145.06) rotate(1.79)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_9-4" x1="-17.15" y1="182.66" x2="-17.15" y2="147.99" gradientTransform="translate(116.55 -145.06) rotate(1.79)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_9-5" x1="-17.15" y1="182.66" x2="-17.15" y2="148" gradientTransform="translate(116.55 -145.06) rotate(1.79)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_9-6" x1="-17.15" y1="182.66" x2="-17.15" y2="148.01" gradientTransform="translate(116.55 -145.06) rotate(1.79)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_9-7" x1="-17.15" y1="182.66" x2="-17.15" y2="148.02" gradientTransform="translate(116.55 -145.06) rotate(1.79)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_9-8" x1="-17.16" y1="182.65" x2="-17.16" y2="148.03" gradientTransform="translate(116.55 -145.06) rotate(1.79)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_9-9" x1="-17.16" y1="182.65" x2="-17.16" y2="148.04" gradientTransform="translate(116.55 -145.06) rotate(1.79)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_9-10" x1="-17.16" y1="182.65" x2="-17.16" y2="148.06" gradientTransform="translate(116.55 -145.06) rotate(1.79)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_9-11" x1="-17.16" y1="182.65" x2="-17.16" y2="148.07" gradientTransform="translate(116.55 -145.06) rotate(1.79)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_9-12" x1="-17.16" y1="182.65" x2="-17.16" y2="148.08" gradientTransform="translate(116.55 -145.06) rotate(1.79)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_9-13" x1="-17.16" y1="182.65" x2="-17.16" y2="148.09" gradientTransform="translate(116.55 -145.06) rotate(1.79)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_9-14" x1="-17.16" y1="182.65" x2="-17.16" y2="148.1" gradientTransform="translate(116.55 -145.06) rotate(1.79)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_9-15" x1="-17.17" y1="182.64" x2="-17.17" y2="148.11" gradientTransform="translate(116.55 -145.06) rotate(1.79)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_9-16" x1="-17.17" y1="182.64" x2="-17.17" y2="148.12" gradientTransform="translate(116.55 -145.06) rotate(1.79)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_9-17" x1="-17.17" y1="182.64" x2="-17.17" y2="148.14" gradientTransform="translate(116.55 -145.06) rotate(1.79)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-35" x1="34.99" y1="70.56" x2="51.19" y2="70.56" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-36" x1="-74.72" y1="217.69" x2="-58.71" y2="217.69" gradientTransform="translate(116.55 -145.06) rotate(1.79)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-37" x1="-74.72" y1="217.69" x2="-58.73" y2="217.69" gradientTransform="translate(116.55 -145.06) rotate(1.79)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-38" x1="-74.71" y1="217.68" x2="-58.76" y2="217.68" gradientTransform="translate(116.55 -145.06) rotate(1.79)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-39" x1="-74.71" y1="217.68" x2="-58.78" y2="217.68" gradientTransform="translate(116.55 -145.06) rotate(1.79)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-40" x1="-74.7" y1="217.67" x2="-58.81" y2="217.67" gradientTransform="translate(116.55 -145.06) rotate(1.79)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-41" x1="-74.7" y1="217.67" x2="-58.83" y2="217.67" gradientTransform="translate(116.55 -145.06) rotate(1.79)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-42" x1="-74.69" y1="217.66" x2="-58.86" y2="217.66" gradientTransform="translate(116.55 -145.06) rotate(1.79)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-43" x1="-74.69" y1="217.66" x2="-58.88" y2="217.66" gradientTransform="translate(116.55 -145.06) rotate(1.79)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-44" x1="-74.68" y1="217.65" x2="-58.91" y2="217.65" gradientTransform="translate(116.55 -145.06) rotate(1.79)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-45" x1="-74.68" y1="217.65" x2="-58.93" y2="217.65" gradientTransform="translate(116.55 -145.06) rotate(1.79)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-46" x1="-74.67" y1="217.64" x2="-58.96" y2="217.64" gradientTransform="translate(116.55 -145.06) rotate(1.79)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-47" x1="-74.67" y1="217.64" x2="-58.98" y2="217.64" gradientTransform="translate(116.55 -145.06) rotate(1.79)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-48" x1="-74.66" y1="217.63" x2="-59.01" y2="217.63" gradientTransform="translate(116.55 -145.06) rotate(1.79)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-49" x1="-74.65" y1="217.63" x2="-59.03" y2="217.63" gradientTransform="translate(116.55 -145.06) rotate(1.79)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-50" x1="-74.65" y1="217.62" x2="-59.06" y2="217.62" gradientTransform="translate(116.55 -145.06) rotate(1.79)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-51" x1="-74.64" y1="217.62" x2="-59.08" y2="217.62" gradientTransform="translate(116.55 -145.06) rotate(1.79)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-52" x1="82.48" y1="55.13" x2="98.45" y2="55.13" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-53" x1="-27.83" y1="200.89" x2="-11.82" y2="200.89" gradientTransform="translate(116.55 -145.06) rotate(1.79)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-54" x1="-27.81" y1="200.89" x2="-11.82" y2="200.89" gradientTransform="translate(116.55 -145.06) rotate(1.79)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-55" x1="-27.8" y1="200.89" x2="-11.82" y2="200.89" gradientTransform="translate(116.55 -145.06) rotate(1.79)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-56" x1="-27.78" y1="200.89" x2="-11.82" y2="200.89" gradientTransform="translate(116.55 -145.06) rotate(1.79)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-57" x1="-27.77" y1="200.89" x2="-11.82" y2="200.89" gradientTransform="translate(116.55 -145.06) rotate(1.79)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-58" x1="-27.75" y1="200.89" x2="-11.82" y2="200.89" gradientTransform="translate(116.55 -145.06) rotate(1.79)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-59" x1="-27.74" y1="200.89" x2="-11.82" y2="200.89" gradientTransform="translate(116.55 -145.06) rotate(1.79)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-60" x1="-27.72" y1="200.88" x2="-11.82" y2="200.88" gradientTransform="translate(116.55 -145.06) rotate(1.79)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-61" x1="-27.71" y1="200.88" x2="-11.82" y2="200.88" gradientTransform="translate(116.55 -145.06) rotate(1.79)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-62" x1="-27.7" y1="200.88" x2="-11.82" y2="200.88" gradientTransform="translate(116.55 -145.06) rotate(1.79)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-63" x1="-27.68" y1="200.88" x2="-11.82" y2="200.88" gradientTransform="translate(116.55 -145.06) rotate(1.79)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-64" x1="-27.66" y1="200.88" x2="-11.82" y2="200.88" gradientTransform="translate(116.55 -145.06) rotate(1.79)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-65" x1="-27.65" y1="200.88" x2="-11.82" y2="200.88" gradientTransform="translate(116.55 -145.06) rotate(1.79)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-66" x1="-27.64" y1="200.88" x2="-11.82" y2="200.88" gradientTransform="translate(116.55 -145.06) rotate(1.79)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-67" x1="-27.62" y1="200.88" x2="-11.82" y2="200.88" gradientTransform="translate(116.55 -145.06) rotate(1.79)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-68" x1="-27.61" y1="200.88" x2="-11.82" y2="200.88" gradientTransform="translate(116.55 -145.06) rotate(1.79)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-69" x1="100.73" y1="123.4" x2="125.32" y2="123.4" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-70" x1="-7.37" y1="268.12" x2="16.95" y2="268.12" gradientTransform="translate(116.55 -145.06) rotate(1.79)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-71" x1="-7.36" y1="268.1" x2="16.91" y2="268.1" gradientTransform="translate(116.55 -145.06) rotate(1.79)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-72" x1="-7.36" y1="268.09" x2="16.87" y2="268.09" gradientTransform="translate(116.55 -145.06) rotate(1.79)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-73" x1="-7.35" y1="268.07" x2="16.83" y2="268.07" gradientTransform="translate(116.55 -145.06) rotate(1.79)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-74" x1="-7.35" y1="268.06" x2="16.79" y2="268.06" gradientTransform="translate(116.55 -145.06) rotate(1.79)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-75" x1="-7.34" y1="268.04" x2="16.75" y2="268.04" gradientTransform="translate(116.55 -145.06) rotate(1.79)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-76" x1="-7.34" y1="268.03" x2="16.71" y2="268.03" gradientTransform="translate(116.55 -145.06) rotate(1.79)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-77" x1="-7.33" y1="268.02" x2="16.67" y2="268.02" gradientTransform="translate(116.55 -145.06) rotate(1.79)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-78" x1="-7.33" y1="268" x2="16.63" y2="268" gradientTransform="translate(116.55 -145.06) rotate(1.79)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-79" x1="-7.32" y1="267.99" x2="16.59" y2="267.99" gradientTransform="translate(116.55 -145.06) rotate(1.79)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-80" x1="-7.32" y1="267.97" x2="16.55" y2="267.97" gradientTransform="translate(116.55 -145.06) rotate(1.79)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-81" x1="-7.31" y1="267.96" x2="16.51" y2="267.96" gradientTransform="translate(116.55 -145.06) rotate(1.79)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-82" x1="-7.31" y1="267.94" x2="16.47" y2="267.94" gradientTransform="translate(116.55 -145.06) rotate(1.79)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-83" x1="-7.3" y1="267.93" x2="16.43" y2="267.93" gradientTransform="translate(116.55 -145.06) rotate(1.79)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-84" x1="-7.3" y1="267.91" x2="16.39" y2="267.91" gradientTransform="translate(116.55 -145.06) rotate(1.79)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-85" x1="-7.29" y1="267.9" x2="16.35" y2="267.9" gradientTransform="translate(116.55 -145.06) rotate(1.79)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-86" x1="90.47" y1="110.46" x2="100.29" y2="110.46" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-87" x1="-18" y1="256.01" x2="-8.39" y2="256.01" gradientTransform="translate(116.55 -145.06) rotate(1.79)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-88" x1="-18" y1="256.01" x2="-8.43" y2="256.01" gradientTransform="translate(116.55 -145.06) rotate(1.79)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-89" x1="-18" y1="256" x2="-8.46" y2="256" gradientTransform="translate(116.55 -145.06) rotate(1.79)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-90" x1="-18" y1="255.99" x2="-8.49" y2="255.99" gradientTransform="translate(116.55 -145.06) rotate(1.79)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-91" x1="-18" y1="255.99" x2="-8.52" y2="255.99" gradientTransform="translate(116.55 -145.06) rotate(1.79)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-92" x1="-18" y1="255.98" x2="-8.56" y2="255.98" gradientTransform="translate(116.55 -145.06) rotate(1.79)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-93" x1="-18" y1="255.97" x2="-8.59" y2="255.97" gradientTransform="translate(116.55 -145.06) rotate(1.79)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-94" x1="-18" y1="255.97" x2="-8.62" y2="255.97" gradientTransform="translate(116.55 -145.06) rotate(1.79)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-95" x1="-18" y1="255.96" x2="-8.66" y2="255.96" gradientTransform="translate(116.55 -145.06) rotate(1.79)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-96" x1="-18" y1="255.95" x2="-8.69" y2="255.95" gradientTransform="translate(116.55 -145.06) rotate(1.79)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-97" x1="-18" y1="255.95" x2="-8.72" y2="255.95" gradientTransform="translate(116.55 -145.06) rotate(1.79)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-98" x1="-18" y1="255.94" x2="-8.75" y2="255.94" gradientTransform="translate(116.55 -145.06) rotate(1.79)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-99" x1="-18" y1="255.93" x2="-8.79" y2="255.93" gradientTransform="translate(116.55 -145.06) rotate(1.79)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-100" x1="-18" y1="255.93" x2="-8.82" y2="255.93" gradientTransform="translate(116.55 -145.06) rotate(1.79)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-101" x1="-18" y1="255.92" x2="-8.85" y2="255.92" gradientTransform="translate(116.55 -145.06) rotate(1.79)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-102" x1="-18" y1="255.91" x2="-8.89" y2="255.91" gradientTransform="translate(116.55 -145.06) rotate(1.79)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-103" x1="90.08" y1="87.71" x2="105.21" y2="87.71" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-104" x1="-19.08" y1="233.13" x2="-4.22" y2="233.13" gradientTransform="translate(116.55 -145.06) rotate(1.79)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-105" x1="-19.09" y1="233.13" x2="-4.25" y2="233.13" gradientTransform="translate(116.55 -145.06) rotate(1.79)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-106" x1="-19.09" y1="233.12" x2="-4.29" y2="233.12" gradientTransform="translate(116.55 -145.06) rotate(1.79)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-107" x1="-19.08" y1="233.11" x2="-4.32" y2="233.11" gradientTransform="translate(116.55 -145.06) rotate(1.79)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-108" x1="-19.08" y1="233.1" x2="-4.36" y2="233.1" gradientTransform="translate(116.55 -145.06) rotate(1.79)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-109" x1="-19.08" y1="233.09" x2="-4.39" y2="233.09" gradientTransform="translate(116.55 -145.06) rotate(1.79)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-110" x1="-19.08" y1="233.08" x2="-4.43" y2="233.08" gradientTransform="translate(116.55 -145.06) rotate(1.79)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-111" x1="-19.08" y1="233.08" x2="-4.46" y2="233.08" gradientTransform="translate(116.55 -145.06) rotate(1.79)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-112" x1="-19.08" y1="233.07" x2="-4.5" y2="233.07" gradientTransform="translate(116.55 -145.06) rotate(1.79)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-113" x1="-19.08" y1="233.06" x2="-4.53" y2="233.06" gradientTransform="translate(116.55 -145.06) rotate(1.79)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-114" x1="-19.08" y1="233.05" x2="-4.57" y2="233.05" gradientTransform="translate(116.55 -145.06) rotate(1.79)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-115" x1="-19.08" y1="233.05" x2="-4.6" y2="233.05" gradientTransform="translate(116.55 -145.06) rotate(1.79)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-116" x1="-19.08" y1="233.04" x2="-4.64" y2="233.04" gradientTransform="translate(116.55 -145.06) rotate(1.79)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-117" x1="-19.08" y1="233.03" x2="-4.67" y2="233.03" gradientTransform="translate(116.55 -145.06) rotate(1.79)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-118" x1="-19.08" y1="233.02" x2="-4.71" y2="233.02" gradientTransform="translate(116.55 -145.06) rotate(1.79)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-119" x1="-19.08" y1="233.01" x2="-4.74" y2="233.01" gradientTransform="translate(116.55 -145.06) rotate(1.79)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-120" x1="102.43" y1="101.73" x2="111.02" y2="101.73" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-121" x1="-6.46" y1="246.95" x2="2.21" y2="246.95" gradientTransform="translate(116.55 -145.06) rotate(1.79)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-122" x1="-6.42" y1="246.93" x2="2.2" y2="246.93" gradientTransform="translate(116.55 -145.06) rotate(1.79)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-123" x1="-6.38" y1="246.92" x2="2.19" y2="246.92" gradientTransform="translate(116.55 -145.06) rotate(1.79)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-124" x1="-6.34" y1="246.91" x2="2.18" y2="246.91" gradientTransform="translate(116.55 -145.06) rotate(1.79)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-125" x1="-6.3" y1="246.9" x2="2.17" y2="246.9" gradientTransform="translate(116.55 -145.06) rotate(1.79)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-126" x1="-6.26" y1="246.88" x2="2.15" y2="246.88" gradientTransform="translate(116.55 -145.06) rotate(1.79)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-127" x1="-6.22" y1="246.87" x2="2.14" y2="246.87" gradientTransform="translate(116.55 -145.06) rotate(1.79)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-128" x1="-6.18" y1="246.86" x2="2.13" y2="246.86" gradientTransform="translate(116.55 -145.06) rotate(1.79)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-129" x1="-6.14" y1="246.85" x2="2.12" y2="246.85" gradientTransform="translate(116.55 -145.06) rotate(1.79)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-130" x1="-6.1" y1="246.84" x2="2.11" y2="246.84" gradientTransform="translate(116.55 -145.06) rotate(1.79)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-131" x1="-6.06" y1="246.82" x2="2.1" y2="246.82" gradientTransform="translate(116.55 -145.06) rotate(1.79)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-132" x1="-6.02" y1="246.81" x2="2.09" y2="246.81" gradientTransform="translate(116.55 -145.06) rotate(1.79)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-133" x1="-5.98" y1="246.8" x2="2.07" y2="246.8" gradientTransform="translate(116.55 -145.06) rotate(1.79)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-134" x1="-5.94" y1="246.78" x2="2.06" y2="246.78" gradientTransform="translate(116.55 -145.06) rotate(1.79)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-135" x1="-5.9" y1="246.77" x2="2.05" y2="246.77" gradientTransform="translate(116.55 -145.06) rotate(1.79)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-136" x1="-5.86" y1="246.76" x2="2.04" y2="246.76" gradientTransform="translate(116.55 -145.06) rotate(1.79)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_9-18" x1="116.06" y1="47.5" x2="128.79" y2="47.5" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_9-19" x1="5.49" y1="192.17" x2="18.09" y2="192.17" gradientTransform="translate(116.55 -145.06) rotate(1.79)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_9-20" x1="5.51" y1="192.16" x2="18.05" y2="192.16" gradientTransform="translate(116.55 -145.06) rotate(1.79)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_9-21" x1="5.54" y1="192.14" x2="18.02" y2="192.14" gradientTransform="translate(116.55 -145.06) rotate(1.79)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_9-22" x1="5.56" y1="192.12" x2="17.99" y2="192.12" gradientTransform="translate(116.55 -145.06) rotate(1.79)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_9-23" x1="5.59" y1="192.1" x2="17.96" y2="192.1" gradientTransform="translate(116.55 -145.06) rotate(1.79)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_9-24" x1="5.61" y1="192.08" x2="17.92" y2="192.08" gradientTransform="translate(116.55 -145.06) rotate(1.79)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_9-25" x1="5.64" y1="192.07" x2="17.89" y2="192.07" gradientTransform="translate(116.55 -145.06) rotate(1.79)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_9-26" x1="5.66" y1="192.05" x2="17.86" y2="192.05" gradientTransform="translate(116.55 -145.06) rotate(1.79)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_9-27" x1="5.69" y1="192.03" x2="17.83" y2="192.03" gradientTransform="translate(116.55 -145.06) rotate(1.79)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_9-28" x1="5.71" y1="192.01" x2="17.79" y2="192.01" gradientTransform="translate(116.55 -145.06) rotate(1.79)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_9-29" x1="5.74" y1="191.99" x2="17.76" y2="191.99" gradientTransform="translate(116.55 -145.06) rotate(1.79)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_9-30" x1="5.76" y1="191.98" x2="17.73" y2="191.98" gradientTransform="translate(116.55 -145.06) rotate(1.79)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_9-31" x1="5.79" y1="191.96" x2="17.7" y2="191.96" gradientTransform="translate(116.55 -145.06) rotate(1.79)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_9-32" x1="5.81" y1="191.94" x2="17.67" y2="191.94" gradientTransform="translate(116.55 -145.06) rotate(1.79)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_9-33" x1="5.84" y1="191.92" x2="17.63" y2="191.92" gradientTransform="translate(116.55 -145.06) rotate(1.79)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_9-34" x1="5.86" y1="191.9" x2="17.6" y2="191.9" gradientTransform="translate(116.55 -145.06) rotate(1.79)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-137" x1="0.99" y1="76.41" x2="8.28" y2="76.41" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-138" x1="-104.83" y1="234.21" x2="-104.83" y2="215.47" gradientTransform="translate(116.55 -145.06) rotate(1.79)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-139" x1="-104.83" y1="234.2" x2="-104.83" y2="215.47" gradientTransform="translate(116.55 -145.06) rotate(1.79)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-140" x1="-104.83" y1="234.19" x2="-104.83" y2="215.48" gradientTransform="translate(116.55 -145.06) rotate(1.79)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-141" x1="-104.83" y1="234.18" x2="-104.83" y2="215.48" gradientTransform="translate(116.55 -145.06) rotate(1.79)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-142" x1="-104.83" y1="234.17" x2="-104.83" y2="215.48" gradientTransform="translate(116.55 -145.06) rotate(1.79)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-143" x1="-104.84" y1="234.16" x2="-104.84" y2="215.49" gradientTransform="translate(116.55 -145.06) rotate(1.79)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-144" x1="-104.84" y1="234.14" x2="-104.84" y2="215.49" gradientTransform="translate(116.55 -145.06) rotate(1.79)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-145" x1="-104.84" y1="234.13" x2="-104.84" y2="215.49" gradientTransform="translate(116.55 -145.06) rotate(1.79)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-146" x1="-104.84" y1="234.12" x2="-104.84" y2="215.49" gradientTransform="translate(116.55 -145.06) rotate(1.79)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-147" x1="-104.84" y1="234.11" x2="-104.84" y2="215.5" gradientTransform="translate(116.55 -145.06) rotate(1.79)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-148" x1="-104.85" y1="234.1" x2="-104.85" y2="215.5" gradientTransform="translate(116.55 -145.06) rotate(1.79)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-149" x1="-104.85" y1="234.09" x2="-104.85" y2="215.5" gradientTransform="translate(116.55 -145.06) rotate(1.79)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-150" x1="-104.85" y1="234.07" x2="-104.85" y2="215.51" gradientTransform="translate(116.55 -145.06) rotate(1.79)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-151" x1="-104.85" y1="234.06" x2="-104.85" y2="215.51" gradientTransform="translate(116.55 -145.06) rotate(1.79)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-152" x1="-104.85" y1="234.05" x2="-104.85" y2="215.51" gradientTransform="translate(116.55 -145.06) rotate(1.79)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-153" x1="-104.86" y1="234.04" x2="-104.86" y2="215.51" gradientTransform="translate(116.55 -145.06) rotate(1.79)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-154" x1="55.14" y1="50.39" x2="72.81" y2="50.39" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-155" x1="-434.92" y1="417.22" x2="-434.92" y2="407.69" gradientTransform="translate(517.82 -308.15) rotate(5.17) scale(0.96)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-156" x1="-819.78" y1="697.78" x2="-819.78" y2="686.91" gradientTransform="translate(919.09 -471.24) rotate(8.8) scale(0.93)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-157" x1="-1186.97" y1="1048.01" x2="-1186.97" y2="1035.75" gradientTransform="translate(1320.06 -634.8) rotate(12.66) scale(0.91)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-158" x1="-1521.76" y1="1467.61" x2="-1521.76" y2="1453.92" gradientTransform="translate(1722.1 -797.71) rotate(16.74) scale(0.88)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-159" x1="-1803.63" y1="1954.47" x2="-1803.63" y2="1939.37" gradientTransform="translate(2123.07 -961.27) rotate(21.02) scale(0.86)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-160" x1="-2017.11" y1="2496.62" x2="-2017.11" y2="2480.19" gradientTransform="translate(2524.63 -1123.89) rotate(25.46) scale(0.85)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-161" x1="-2145.46" y1="3081.26" x2="-2145.46" y2="3063.64" gradientTransform="translate(2925.6 -1287.45) rotate(30.02) scale(0.84)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-162" x1="-2180.91" y1="3686.48" x2="-2180.91" y2="3667.85" gradientTransform="translate(3327.34 -1450.84) rotate(34.62) scale(0.84)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-163" x1="-2118.3" y1="4288.75" x2="-2118.3" y2="4269.35" gradientTransform="translate(3728.61 -1613.93) rotate(39.24) scale(0.84)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-164" x1="-1962.63" y1="4865.74" x2="-1962.63" y2="4845.82" gradientTransform="translate(4129.87 -1777.02) rotate(43.79) scale(0.85)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-165" x1="-1724.81" y1="5397.57" x2="-1724.81" y2="5377.39" gradientTransform="translate(4531.14 -1940.11) rotate(48.23) scale(0.86)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-166" x1="-1421.12" y1="5870.47" x2="-1421.12" y2="5850.29" gradientTransform="matrix(0.54, 0.7, -0.7, 0.54, 4932.88, -2103.49)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-167" x1="-1067.18" y1="6274.12" x2="-1067.18" y2="6254.15" gradientTransform="translate(5333.85 -2267.05) rotate(56.59) scale(0.91)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-168" x1="-683.96" y1="6605.44" x2="-683.96" y2="6585.83" gradientTransform="translate(5735.12 -2430.14) rotate(60.46) scale(0.93)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-169" x1="-286.68" y1="6866.9" x2="-286.68" y2="6847.79" gradientTransform="matrix(0.42, 0.87, -0.87, 0.42, 6136.39, -2593.23)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-170" x1="111.01" y1="7065.01" x2="111.01" y2="7046.51" gradientTransform="matrix(0.38, 0.92, -0.92, 0.38, 6538.12, -2756.62)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-171" x1="99.66" y1="8.47" x2="104.7" y2="8.47" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-172" x1="-399.41" y1="369.4" x2="-399.41" y2="361.86" gradientTransform="translate(517.82 -308.15) rotate(5.17) scale(0.96)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-173" x1="-786.2" y1="645.67" x2="-786.2" y2="637.75" gradientTransform="translate(919.09 -471.24) rotate(8.8) scale(0.93)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-174" x1="-1155.97" y1="991.62" x2="-1155.97" y2="983.36" gradientTransform="translate(1320.06 -634.8) rotate(12.66) scale(0.91)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-175" x1="-1493.99" y1="1407.13" x2="-1493.99" y2="1398.56" gradientTransform="translate(1722.1 -797.71) rotate(16.74) scale(0.88)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-176" x1="-1779.77" y1="1890.2" x2="-1779.77" y2="1881.4" gradientTransform="translate(2123.07 -961.27) rotate(21.02) scale(0.86)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-177" x1="-1997.75" y1="2429.2" x2="-1997.75" y2="2420.09" gradientTransform="translate(2524.63 -1123.89) rotate(25.46) scale(0.85)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-178" x1="-2131.09" y1="3011.37" x2="-2131.09" y2="3002.07" gradientTransform="translate(2925.6 -1287.45) rotate(30.02) scale(0.84)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-179" x1="-2171.84" y1="3614.97" x2="-2171.84" y2="3605.59" gradientTransform="translate(3327.34 -1450.84) rotate(34.62) scale(0.84)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-180" x1="-2114.65" y1="4216.53" x2="-2114.65" y2="4207.22" gradientTransform="translate(3728.61 -1613.93) rotate(39.24) scale(0.84)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-181" x1="-1964.31" y1="4793.73" x2="-1964.31" y2="4784.61" gradientTransform="translate(4129.87 -1777.02) rotate(43.79) scale(0.85)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-182" x1="-1731.53" y1="5326.63" x2="-1731.53" y2="5317.82" gradientTransform="translate(4531.14 -1940.11) rotate(48.23) scale(0.86)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-183" x1="-1432.44" y1="5801.37" x2="-1432.44" y2="5792.94" gradientTransform="matrix(0.54, 0.7, -0.7, 0.54, 4932.88, -2103.49)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-184" x1="-1082.59" y1="6207.44" x2="-1082.59" y2="6199.48" gradientTransform="translate(5333.85 -2267.05) rotate(56.59) scale(0.91)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-185" x1="-702.84" y1="6541.62" x2="-702.84" y2="6534.16" gradientTransform="translate(5735.12 -2430.14) rotate(60.46) scale(0.93)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-186" x1="-308.44" y1="6806.21" x2="-308.44" y2="6799.28" gradientTransform="matrix(0.42, 0.87, -0.87, 0.42, 6136.39, -2593.23)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="未命名漸層_10-187" x1="86.13" y1="7006.36" x2="87.75" y2="7002.46" gradientTransform="matrix(0.38, 0.92, -0.92, 0.38, 6538.12, -2756.62)" xlink:href="#未命名漸層_10"></linearGradient><linearGradient id="linear-gradient-4" x1="-367.84" y1="498.79" x2="-367.84" y2="486.68" gradientTransform="translate(517.82 -308.15) rotate(5.17) scale(0.96)" gradientUnits="userSpaceOnUse"><stop offset="0"></stop><stop offset="0.27" stop-color="#050505"></stop><stop offset="1" stop-color="#0d0d0d"></stop></linearGradient><linearGradient id="linear-gradient-5" x1="-745.32" y1="777.04" x2="-745.32" y2="764.51" gradientTransform="translate(919.09 -471.24) rotate(8.8) scale(0.93)" gradientUnits="userSpaceOnUse"><stop offset="0"></stop><stop offset="0.55" stop-color="#111"></stop><stop offset="1" stop-color="#191919"></stop></linearGradient><linearGradient id="linear-gradient-6" x1="-1104.98" y1="1123.76" x2="-1104.98" y2="1110.92" gradientTransform="translate(1320.06 -634.8) rotate(12.66) scale(0.91)" gradientUnits="userSpaceOnUse"><stop offset="0"></stop><stop offset="0.13" stop-color="#070707"></stop><stop offset="0.66" stop-color="#1e1e1e"></stop><stop offset="1" stop-color="#262626"></stop></linearGradient><linearGradient id="linear-gradient-7" x1="-1432.33" y1="1538.54" x2="-1432.33" y2="1525.5" gradientTransform="translate(1722.1 -797.71) rotate(16.74) scale(0.88)" gradientUnits="userSpaceOnUse"><stop offset="0"></stop><stop offset="0.29" stop-color="#131313"></stop><stop offset="0.72" stop-color="#2a2a2a"></stop><stop offset="1" stop-color="#323232"></stop></linearGradient><linearGradient id="linear-gradient-8" x1="-1707.12" y1="2019.21" x2="-1707.12" y2="2006.12" gradientTransform="translate(2123.07 -961.27) rotate(21.02) scale(0.86)" gradientUnits="userSpaceOnUse"><stop offset="0"></stop><stop offset="0.4" stop-color="#202020"></stop><stop offset="0.77" stop-color="#373737"></stop><stop offset="1" stop-color="#3f3f3f"></stop></linearGradient><linearGradient id="linear-gradient-9" x1="-1914.21" y1="2553.88" x2="-1914.21" y2="2540.91" gradientTransform="translate(2524.63 -1123.89) rotate(25.46) scale(0.85)" gradientUnits="userSpaceOnUse"><stop offset="0"></stop><stop offset="0.06" stop-color="#070707"></stop><stop offset="0.47" stop-color="#2c2c2c"></stop><stop offset="0.79" stop-color="#434343"></stop><stop offset="1" stop-color="#4b4b4b"></stop></linearGradient><linearGradient id="linear-gradient-10" x1="-2037.16" y1="3129.9" x2="-2037.16" y2="3117.24" gradientTransform="translate(2925.6 -1287.45) rotate(30.02) scale(0.84)" gradientUnits="userSpaceOnUse"><stop offset="0"></stop><stop offset="0.17" stop-color="#141414"></stop><stop offset="0.53" stop-color="#393939"></stop><stop offset="0.82" stop-color="#505050"></stop><stop offset="1" stop-color="#585858"></stop></linearGradient><linearGradient id="linear-gradient-11" x1="-2068.49" y1="3725.65" x2="-2068.49" y2="3713.48" gradientTransform="translate(3327.34 -1450.84) rotate(34.62) scale(0.84)" gradientUnits="userSpaceOnUse"><stop offset="0"></stop><stop offset="0.24" stop-color="#202020"></stop><stop offset="0.57" stop-color="#454545"></stop><stop offset="0.83" stop-color="#5c5c5c"></stop><stop offset="1" stop-color="#646464"></stop></linearGradient><linearGradient id="linear-gradient-12" x1="-2003.21" y1="4317.92" x2="-2003.21" y2="4306.41" gradientTransform="translate(3728.61 -1613.93) rotate(39.24) scale(0.84)" gradientUnits="userSpaceOnUse"><stop offset="0"></stop><stop offset="0.3" stop-color="#2c2c2c"></stop><stop offset="0.6" stop-color="#525252"></stop><stop offset="0.85" stop-color="#696969"></stop><stop offset="1" stop-color="#717171"></stop></linearGradient><linearGradient id="linear-gradient-13" x1="-1846.4" y1="4884.78" x2="-1846.4" y2="4874.06" gradientTransform="translate(4129.87 -1777.02) rotate(43.79) scale(0.85)" gradientUnits="userSpaceOnUse"><stop offset="0"></stop><stop offset="0.03" stop-color="#050505"></stop><stop offset="0.35" stop-color="#383838"></stop><stop offset="0.63" stop-color="#5e5e5e"></stop><stop offset="0.86" stop-color="#757575"></stop><stop offset="1" stop-color="#7d7d7d"></stop></linearGradient><linearGradient id="linear-gradient-14" x1="-1608.92" y1="5406.74" x2="-1608.92" y2="5396.91" gradientTransform="translate(4531.14 -1940.11) rotate(48.23) scale(0.86)" gradientUnits="userSpaceOnUse"><stop offset="0"></stop><stop offset="0.1" stop-color="#121212"></stop><stop offset="0.4" stop-color="#454545"></stop><stop offset="0.66" stop-color="#6b6b6b"></stop><stop offset="0.87" stop-color="#828282"></stop><stop offset="1" stop-color="#8a8a8a"></stop></linearGradient><linearGradient id="linear-gradient-15" x1="-1306.91" y1="5870.37" x2="-1306.91" y2="5861.49" gradientTransform="matrix(0.54, 0.7, -0.7, 0.54, 4932.88, -2103.49)" gradientUnits="userSpaceOnUse"><stop offset="0"></stop><stop offset="0.15" stop-color="#1e1e1e"></stop><stop offset="0.43" stop-color="#515151"></stop><stop offset="0.68" stop-color="#777"></stop><stop offset="0.88" stop-color="#8e8e8e"></stop><stop offset="1" stop-color="#969696"></stop></linearGradient><linearGradient id="linear-gradient-16" x1="-955.78" y1="6265.54" x2="-955.78" y2="6257.64" gradientTransform="translate(5333.85 -2267.05) rotate(56.59) scale(0.91)" gradientUnits="userSpaceOnUse"><stop offset="0"></stop><stop offset="0.2" stop-color="#2b2b2b"></stop><stop offset="0.46" stop-color="#5e5e5e"></stop><stop offset="0.7" stop-color="#848484"></stop><stop offset="0.88" stop-color="#9b9b9b"></stop><stop offset="1" stop-color="#a3a3a3"></stop></linearGradient><linearGradient id="linear-gradient-17" x1="-576.25" y1="6589.36" x2="-576.25" y2="6582.43" gradientTransform="translate(5735.12 -2430.14) rotate(60.46) scale(0.93)" gradientUnits="userSpaceOnUse"><stop offset="0"></stop><stop offset="0.24" stop-color="#373737"></stop><stop offset="0.49" stop-color="#6a6a6a"></stop><stop offset="0.71" stop-color="#909090"></stop><stop offset="0.89" stop-color="#a7a7a7"></stop><stop offset="1" stop-color="#afafaf"></stop></linearGradient><linearGradient id="linear-gradient-18" x1="-183.29" y1="6844.35" x2="-183.29" y2="6838.35" gradientTransform="matrix(0.42, 0.87, -0.87, 0.42, 6136.39, -2593.23)" gradientUnits="userSpaceOnUse"><stop offset="0"></stop><stop offset="0" stop-color="#010101"></stop><stop offset="0.27" stop-color="#424242"></stop><stop offset="0.51" stop-color="#767676"></stop><stop offset="0.72" stop-color="#9c9c9c"></stop><stop offset="0.89" stop-color="#b3b3b3"></stop><stop offset="1" stop-color="#bbb"></stop></linearGradient><linearGradient id="linear-gradient-19" x1="209.7" y1="7037.04" x2="209.7" y2="7031.9" gradientTransform="matrix(0.38, 0.92, -0.92, 0.38, 6538.12, -2756.62)" gradientUnits="userSpaceOnUse"><stop offset="0"></stop><stop offset="0.05" stop-color="#0e0e0e"></stop><stop offset="0.31" stop-color="#4f4f4f"></stop><stop offset="0.54" stop-color="#838383"></stop><stop offset="0.74" stop-color="#a9a9a9"></stop><stop offset="0.9" stop-color="silver"></stop><stop offset="1" stop-color="#c8c8c8"></stop></linearGradient></defs><title>crystal-purple</title><g style="isolation:isolate"><g id="crylstal-purple"><g id="crystal"><polygon points="137.76 129.55 133.36 37.29 128.06 43.43 123.12 50.62 121.5 136.67 137.76 129.55" fill="url(#purple-gradient13)"></polygon><polygon points="125.13 137.71 120.94 148.04 121.67 127.64 125.46 115.83 125.13 137.71" fill="url(#purple-gradient5)"></polygon><polygon points="104.17 146.02 93.99 124.33 121.67 127.64 120.94 148.04 104.17 146.02" fill="url(#purple-gradient4)"></polygon><polygon points="93.99 124.33 108.21 115.36 125.46 115.83 121.67 127.64 93.99 124.33" fill="url(#purple-gradient18)"></polygon><polygon points="91.24 73.03 100.69 74.31 100.22 11.79 90.09 7.44 91.24 73.03" fill="url(#purple-gradient2)"></polygon><polygon points="82.19 65.75 75.85 53.24 87.28 1.64 90.09 7.44 91.24 73.03 82.19 65.75" fill="url(#purple-gradient7)"></polygon><polygon points="100.69 74.31 112.14 64.3 104.7 4.23 100.22 11.79 100.69 74.31" fill="url(#purple-gradient9)"></polygon><polygon points="87.28 1.64 96.76 0 104.7 4.23 100.22 11.79 90.09 7.44 87.28 1.64" fill="url(#purple-gradient6)"></polygon><polygon points="103.05 143.64 91.25 148.19 52.3 131.9 59.56 115.42 95.51 127.57 103.05 143.64" fill="url(#purple-gradient14)"></polygon><path d="M45.17,123s7.12,8.89,7.12,8.89l7.27-16.48-9.69-8.88-3,6.17Z" fill="url(#purple-gradient7-2)"></path><polygon points="69.08 100.55 49.87 106.54 59.56 115.42 95.51 127.57 93.99 124.33 103.97 118.04 99.93 110.45 69.08 100.55" fill="url(#purple-gradient15)"></polygon><polygon points="113.47 115.5 98.95 91.05 89.46 90.79 103.97 118.04 108.21 115.36 113.47 115.5" fill="url(#purple-gradient7-3)"></polygon><polygon points="98.95 91.05 105.22 83.09 122.1 115.73 113.47 115.5 98.95 91.05" fill="url(#purple-gradient16)"></polygon><g opacity="0.3" style="mix-blend-mode:screen"><polygon points="102.53 115.33 59.21 115.1 59.56 115.42 65.46 117.41 100.13 119.84 103.84 117.78 102.53 115.33" fill="url(#linear-gradient)"></polygon><polygon points="93.4 108.36 85.8 105.92 55.18 104.88 49.87 106.54 53.85 110.19 94.7 111.7 93.4 108.36" fill="url(#linear-gradient-2)"></polygon></g><polygon points="89.46 90.79 93.26 85.02 105.22 83.09 98.95 91.05 89.46 90.79" fill="url(#purple-gradient1)"></polygon><polygon points="124.25 115.79 115.23 66.59 110.85 68.14 119.64 110.99 122.1 115.73 124.25 115.79" fill="url(#purple-gradient14-2)"></polygon><polygon points="111.88 95.96 105.77 68 110.85 68.14 119.64 110.99 111.88 95.96" fill="url(#purple-gradient12)"></polygon><polygon points="102.17 83.58 102.81 65.73 105.77 68 111.88 95.96 105.22 83.09 102.17 83.58" fill="url(#purple-gradient2-2)"></polygon><polygon points="115.23 66.59 110.21 64.25 105.91 64.13 102.81 65.73 105.77 68 110.85 68.14 115.23 66.59" fill="url(#purple-gradient6-2)"></polygon><polygon points="77.5 142.44 48.54 143.53 1 86.47 7.45 76.03 48 110.32 46.82 112.71 45.17 123.01 52.3 131.9 77.5 142.44" fill="url(#purple-gradient2-3)"></polygon><polygon points="1 86.47 0 75.82 1.62 69.2 6.69 66.45 7.45 76.03 1 86.47" fill="url(#purple-gradient1-2)"></polygon><polygon points="85.99 105.97 82.84 53.43 90.69 56.55 95.41 84.67 93.26 85.02 89.46 90.79 99.93 110.45 85.99 105.97" fill="url(#purple-gradient11)"></polygon><polygon points="98.43 56.76 90.69 56.55 95.41 84.67 99.2 84.06 98.43 56.76" fill="url(#purple-gradient12-2)"></polygon><polygon points="94.93 46.36 90.69 56.55 98.43 56.76 94.93 46.36" fill="url(#purple-gradient1-3)"></polygon><polygon points="98.43 56.76 103.27 53.09 104.59 64.81 102.81 65.73 102.17 83.58 99.2 84.06 98.43 56.76" fill="url(#purple-gradient5-2)"></polygon><polygon points="94.93 46.36 103.27 53.09 98.43 56.76 94.93 46.36" fill="url(#purple-gradient7-4)"></polygon><polygon points="50.56 37.42 55.42 53.83 73.63 46.41 85.92 35.12 66.34 26.96 50.56 37.42" fill="url(#purple-gradient1-4)"></polygon><polygon points="85.92 35.12 87.08 49.96 82.84 53.43 85.99 105.97 78.22 103.48 73.63 46.41 85.92 35.12" fill="url(#purple-gradient8)"></polygon><polygon points="64.5 101.97 55.42 53.83 73.63 46.41 78.22 103.48 69.08 100.55 64.5 101.97" fill="url(#purple-gradient4-2)"></polygon><polygon points="59.99 103.42 49.94 54.55 50.56 37.42 55.42 53.83 64.5 101.97 59.99 103.42" fill="url(#purple-gradient7-5)"></polygon><polygon points="34.68 72.06 43.06 73.24 50.63 67.64 44.56 60.45 34.68 72.06" fill="url(#purple-gradient1-5)"></polygon><polygon points="62.22 68.79 50.63 67.64 44.56 60.45 55.03 64.69 62.22 68.79" fill="url(#purple-gradient6-3)"></polygon><polygon points="34.68 72.06 44.04 92.92 55.56 103.3 43.06 73.24 34.68 72.06" fill="url(#purple-gradient2-4)"></polygon><polygon points="50.63 67.64 62.77 102.53 56.77 104.39 55.56 103.3 43.06 73.24 50.63 67.64" fill="url(#purple-gradient4-3)"></polygon><polygon points="62.22 68.79 66 101.51 62.77 102.53 50.63 67.64 62.22 68.79" fill="url(#purple-gradient5-3)"></polygon><polygon points="97.84 121.9 90.27 112.9 94.4 113.01 103.86 121.2 97.84 121.9" fill="url(#purple-gradient2-5)"></polygon><polygon points="107.17 117.76 103.86 121.2 94.4 113.01 100.05 107.27 107.17 117.76" fill="url(#purple-gradient14-3)"></polygon><polygon points="90.27 112.9 94.26 107.11 100.05 107.27 94.4 113.01 90.27 112.9" fill="url(#purple-gradient1-6)"></polygon><polygon points="107.17 117.76 113.34 119.19 110.77 104.15 103.96 102.41 107.17 117.76" fill="url(#purple-gradient17)"></polygon><polygon points="118.22 116.26 113.34 119.19 110.77 104.15 113.94 102.68 118.22 116.26" fill="url(#purple-gradient5-4)"></polygon><polygon points="102.79 111.31 103.24 98.79 103.96 102.41 107.17 117.76 102.79 111.31" fill="url(#purple-gradient4-4)"></polygon><polygon points="113.94 102.68 109.94 98.44 103.24 98.79 103.96 102.41 110.77 104.15 113.94 102.68" fill="url(#purple-gradient1-7)"></polygon><polygon points="126.15 36.21 119.1 35.57 112.83 39.11 128.06 43.43 133.36 37.29 126.15 36.21" fill="url(#purple-gradient1-8)"></polygon><polygon points="107.94 64.19 112.83 39.11 116.82 45.42 123.12 50.62 122.45 105.96 115.23 66.59 110.21 64.25 107.94 64.19" fill="url(#purple-gradient7-6)"></polygon><polygon points="128.06 43.43 112.83 39.11 116.82 45.42 123.12 50.62 128.06 43.43" fill="url(#purple-gradient10)"></polygon><polygon points="63.26 136.49 62.96 144.79 75.63 148.1 77.5 142.44 63.26 136.49" fill="url(#purple-gradient19)"></polygon><polygon points="87.45 146.6 75.63 148.1 77.5 142.44 87.45 146.6" fill="url(#purple-gradient5-5)"></polygon><polygon points="56.77 104.39 26.46 77.07 6.69 66.45 7.45 76.03 48 110.32 49.87 106.54 56.77 104.39" fill="url(#purple-gradient3)"></polygon><polygon points="82.84 53.43 89.72 47.79 94.93 46.36 90.69 56.55 82.84 53.43" fill="url(#purple-gradient10-2)"></polygon><polygon points="82.84 53.43 94.93 46.36 89.72 47.79 82.84 53.43" fill="url(#purple-gradient1-9)"></polygon><path d="M55,34.5l5-3.34,23,6.61-4,3.71ZM75.55,44.65h0L50.66,37.76,51,39l22.63,7.38Z" opacity="0.3" fill="url(#linear-gradient-3)" style="mix-blend-mode:screen"></path><g style="mix-blend-mode:screen"><g opacity="0"><polygon points="56.86 66.06 54.61 53.93 50.55 39.52 52.14 39.22 56.22 53.69 58.47 65.87 56.86 66.06" fill="url(#未命名漸層_10)"></polygon></g><g opacity="0.06"><polygon points="56.89 66.05 54.65 53.92 50.58 39.51 52.1 39.23 56.18 53.69 58.44 65.88 56.89 66.05" fill="url(#未命名漸層_10-2)"></polygon></g><g opacity="0.13"><polygon points="56.93 66.05 54.68 53.92 50.62 39.5 52.07 39.23 56.15 53.7 58.4 65.88 56.93 66.05" fill="url(#未命名漸層_10-3)"></polygon></g><g opacity="0.19"><polygon points="56.96 66.05 54.72 53.91 50.65 39.49 52.04 39.24 56.11 53.71 58.37 65.89 56.96 66.05" fill="url(#未命名漸層_10-4)"></polygon></g><g opacity="0.25"><polygon points="57 66.04 54.75 53.91 50.69 39.49 52 39.25 56.08 53.71 58.33 65.89 57 66.04" fill="url(#未命名漸層_10-5)"></polygon></g><g opacity="0.31"><polygon points="57.03 66.04 54.79 53.91 50.72 39.48 51.97 39.25 56.04 53.72 58.3 65.89 57.03 66.04" fill="url(#未命名漸層_10-6)"></polygon></g><g opacity="0.38"><polygon points="57.07 66.03 54.82 53.9 50.76 39.48 51.93 39.26 56.01 53.73 58.26 65.9 57.07 66.03" fill="url(#未命名漸層_10-7)"></polygon></g><g opacity="0.44"><polygon points="57.1 66.03 54.86 53.9 50.79 39.47 51.9 39.27 55.97 53.73 58.23 65.9 57.1 66.03" fill="url(#未命名漸層_10-8)"></polygon></g><g opacity="0.5"><polygon points="57.14 66.03 54.89 53.89 50.83 39.46 51.86 39.27 55.94 53.74 58.19 65.91 57.14 66.03" fill="url(#未命名漸層_10-9)"></polygon></g><g opacity="0.56"><polygon points="57.17 66.02 54.93 53.89 50.86 39.46 51.83 39.28 55.9 53.75 58.16 65.91 57.17 66.02" fill="url(#未命名漸層_10-10)"></polygon></g><g opacity="0.63"><polygon points="57.21 66.02 54.96 53.89 50.9 39.45 51.79 39.28 55.87 53.75 58.12 65.91 57.21 66.02" fill="url(#未命名漸層_10-11)"></polygon></g><g opacity="0.69"><polygon points="57.25 66.01 55 53.88 50.93 39.44 51.76 39.29 55.83 53.76 58.09 65.92 57.25 66.01" fill="url(#未命名漸層_10-12)"></polygon></g><g opacity="0.75"><polygon points="57.28 66.01 55.03 53.88 50.97 39.44 51.72 39.3 55.8 53.76 58.05 65.92 57.28 66.01" fill="url(#未命名漸層_10-13)"></polygon></g><g opacity="0.81"><polygon points="57.32 66 55.07 53.87 51 39.43 51.69 39.3 55.76 53.77 58.01 65.93 57.32 66" fill="url(#未命名漸層_10-14)"></polygon></g><g opacity="0.88"><polygon points="57.35 66 55.1 53.87 51.03 39.42 51.65 39.31 55.73 53.78 57.98 65.93 57.35 66" fill="url(#未命名漸層_10-15)"></polygon></g><g opacity="0.94"><polygon points="57.39 66 55.14 53.87 51.07 39.42 51.62 39.32 55.69 53.78 57.94 65.93 57.39 66" fill="url(#未命名漸層_10-16)"></polygon></g><polygon points="57.42 65.99 55.18 53.86 51.1 39.41 51.58 39.32 55.66 53.79 57.91 65.94 57.42 65.99" fill="url(#未命名漸層_10-17)"></polygon></g><g style="mix-blend-mode:screen"><g opacity="0"><polyline points="123.52 49.3 123.37 62.8 122.26 63.11 122.5 49.63" fill="url(#未命名漸層_10-18)"></polyline></g><g opacity="0.06"><polyline points="123.58 49.23 123.34 62.8 122.29 63.1 122.53 49.62" fill="url(#未命名漸層_10-19)"></polyline></g><g opacity="0.13"><polyline points="123.56 49.24 123.32 62.81 122.31 63.09 122.55 49.62" fill="url(#未命名漸層_10-20)"></polyline></g><g opacity="0.19"><polyline points="123.54 49.26 123.3 62.81 122.33 63.09 122.57 49.61" fill="url(#未命名漸層_10-21)"></polyline></g><g opacity="0.25"><polyline points="123.51 49.27 123.27 62.82 122.36 63.08 122.6 49.6" fill="url(#未命名漸層_10-22)"></polyline></g><g opacity="0.31"><polyline points="123.49 49.28 123.25 62.83 122.38 63.07 122.62 49.6" fill="url(#未命名漸層_10-23)"></polyline></g><g opacity="0.38"><polyline points="123.46 49.29 123.22 62.84 122.41 63.07 122.65 49.59" fill="url(#未命名漸層_10-24)"></polyline></g><g opacity="0.44"><polyline points="123.44 49.3 123.2 62.84 122.43 63.06 122.67 49.58" fill="url(#未命名漸層_10-25)"></polyline></g><g opacity="0.5"><polyline points="123.41 49.31 123.17 62.85 122.46 63.05 122.7 49.58" fill="url(#未命名漸層_10-26)"></polyline></g><g opacity="0.56"><polyline points="123.39 49.32 123.15 62.86 122.48 63.05 122.72 49.57" fill="url(#未命名漸層_10-27)"></polyline></g><g opacity="0.63"><polyline points="123.37 49.33 123.13 62.86 122.5 63.04 122.74 49.56" fill="url(#未命名漸層_10-28)"></polyline></g><g opacity="0.69"><polyline points="123.34 49.34 123.1 62.87 122.53 63.03 122.77 49.55" fill="url(#未命名漸層_10-29)"></polyline></g><g opacity="0.75"><polyline points="123.32 49.35 123.08 62.88 122.55 63.03 122.79 49.55" fill="url(#未命名漸層_10-30)"></polyline></g><g opacity="0.81"><polyline points="123.29 49.37 123.05 62.88 122.58 63.02 122.82 49.54" fill="url(#未命名漸層_10-31)"></polyline></g><g opacity="0.88"><polyline points="123.27 49.38 123.03 62.89 122.6 63.01 122.84 49.53" fill="url(#未命名漸層_10-32)"></polyline></g><g opacity="0.94"><polyline points="123.25 49.39 123.01 62.9 122.63 63.01 122.86 49.53" fill="url(#未命名漸層_10-33)"></polyline></g><polyline points="123.22 49.4 122.98 62.9 122.65 63 122.89 49.52" fill="url(#未命名漸層_10-34)"></polyline></g><g opacity="0"><polygon points="99.82 37.17 99.41 12.19 89.43 7.9 87.04 2.56 88.57 2.1 90.74 6.98 101.03 11.4 101.46 37.16 99.82 37.17" fill="url(#未命名漸層_9)"></polygon></g><g opacity="0.06"><polygon points="99.86 37.17 99.44 12.17 89.46 7.88 87.08 2.55 88.54 2.1 90.71 7 101 11.42 101.42 37.16 99.86 37.17" fill="url(#未命名漸層_9-2)"></polygon></g><g opacity="0.13"><polygon points="99.89 37.17 99.48 12.15 89.49 7.86 87.11 2.54 88.5 2.12 90.68 7.02 100.96 11.43 101.39 37.16 99.89 37.17" fill="url(#未命名漸層_9-3)"></polygon></g><g opacity="0.19"><polygon points="99.93 37.17 99.51 12.13 89.52 7.84 87.14 2.53 88.47 2.13 90.65 7.04 100.92 11.45 101.35 37.16 99.93 37.17" fill="url(#未命名漸層_9-4)"></polygon></g><g opacity="0.25"><polygon points="99.97 37.17 99.55 12.12 89.55 7.82 87.18 2.52 88.44 2.14 90.63 7.06 100.89 11.47 101.32 37.16 99.97 37.17" fill="url(#未命名漸層_9-5)"></polygon></g><g opacity="0.31"><polygon points="100 37.17 99.58 12.1 89.58 7.8 87.21 2.51 88.4 2.15 90.6 7.08 100.85 11.49 101.28 37.16 100 37.17" fill="url(#未命名漸層_9-6)"></polygon></g><g opacity="0.38"><polygon points="100.04 37.17 99.62 12.08 89.61 7.78 87.25 2.5 88.37 2.16 90.57 7.1 100.82 11.5 101.25 37.16 100.04 37.17" fill="url(#未命名漸層_9-7)"></polygon></g><g opacity="0.44"><polygon points="100.07 37.17 99.66 12.06 89.63 7.76 87.28 2.49 88.34 2.17 90.54 7.12 100.78 11.52 101.21 37.16 100.07 37.17" fill="url(#未命名漸層_9-8)"></polygon></g><g opacity="0.5"><polygon points="100.11 37.17 99.69 12.05 89.66 7.74 87.31 2.48 88.3 2.18 90.51 7.14 100.75 11.54 101.17 37.16 100.11 37.17" fill="url(#未命名漸層_9-9)"></polygon></g><g opacity="0.56"><polygon points="100.14 37.17 99.73 12.03 89.69 7.72 87.34 2.47 88.27 2.19 90.48 7.16 100.71 11.55 101.14 37.16 100.14 37.17" fill="url(#未命名漸層_9-10)"></polygon></g><g opacity="0.63"><polygon points="100.18 37.17 99.76 12.01 89.72 7.7 87.38 2.46 88.24 2.2 90.45 7.18 100.67 11.57 101.1 37.16 100.18 37.17" fill="url(#未命名漸層_9-11)"></polygon></g><g opacity="0.69"><polygon points="100.22 37.17 99.8 12 89.75 7.68 87.41 2.45 88.2 2.21 90.43 7.2 100.64 11.59 101.06 37.16 100.22 37.17" fill="url(#未命名漸層_9-12)"></polygon></g><g opacity="0.75"><polygon points="100.25 37.17 99.83 11.98 89.78 7.66 87.44 2.44 88.17 2.22 90.4 7.22 100.6 11.61 101.03 37.16 100.25 37.17" fill="url(#未命名漸層_9-13)"></polygon></g><g opacity="0.81"><polygon points="100.29 37.17 99.87 11.96 89.81 7.64 87.48 2.43 88.14 2.23 90.37 7.24 100.57 11.62 100.99 37.16 100.29 37.17" fill="url(#未命名漸層_9-14)"></polygon></g><g opacity="0.88"><polygon points="100.32 37.17 99.9 11.95 89.83 7.62 87.51 2.42 88.1 2.24 90.34 7.26 100.53 11.64 100.54 11.79 100.96 37.16 100.32 37.17" fill="url(#未命名漸層_9-15)"></polygon></g><g opacity="0.94"><polygon points="100.36 37.17 99.94 11.93 89.86 7.6 87.55 2.41 88.07 2.25 90.31 7.28 100.5 11.66 100.5 11.79 100.92 37.16 100.36 37.17" fill="url(#未命名漸層_9-16)"></polygon></g><polygon points="100.39 37.17 99.98 11.91 89.89 7.58 89.86 7.51 87.58 2.4 88.04 2.26 90.28 7.3 100.46 11.67 100.46 11.79 100.89 37.16 100.39 37.17" fill="url(#未命名漸層_9-17)"></polygon><g style="mix-blend-mode:screen"><g opacity="0"><polygon points="43.32 73.96 34.99 72.7 35.27 71.41 42.8 72.56 50.07 67.16 51.19 68.12 43.32 73.96" fill="url(#未命名漸層_10-35)"></polygon></g><g opacity="0.06"><polygon points="43.31 73.93 35 72.67 35.27 71.44 42.81 72.59 50.1 67.18 51.17 68.1 43.31 73.93" fill="url(#未命名漸層_10-36)"></polygon></g><g opacity="0.13"><polygon points="43.3 73.9 35.01 72.65 35.26 71.47 42.82 72.62 50.12 67.2 51.14 68.08 43.3 73.9" fill="url(#未命名漸層_10-37)"></polygon></g><g opacity="0.19"><polygon points="43.29 73.87 35.01 72.62 35.26 71.5 42.84 72.65 50.15 67.23 51.12 68.06 43.29 73.87" fill="url(#未命名漸層_10-38)"></polygon></g><g opacity="0.25"><polygon points="43.28 73.84 35.02 72.59 35.25 71.53 42.85 72.68 50.17 67.25 51.09 68.04 43.28 73.84" fill="url(#未命名漸層_10-39)"></polygon></g><g opacity="0.31"><polygon points="43.27 73.81 35.02 72.56 35.24 71.56 42.86 72.72 50.2 67.27 51.07 68.02 43.27 73.81" fill="url(#未命名漸層_10-40)"></polygon></g><g opacity="0.38"><polygon points="43.25 73.78 35.03 72.53 35.24 71.58 42.87 72.75 50.22 67.29 51.04 68 43.25 73.78" fill="url(#未命名漸層_10-41)"></polygon></g><g opacity="0.44"><polygon points="43.24 73.75 35.04 72.51 35.23 71.61 42.88 72.78 50.24 67.31 51.02 67.98 43.24 73.75" fill="url(#未命名漸層_10-42)"></polygon></g><g opacity="0.5"><polygon points="43.23 73.72 35.04 72.48 35.23 71.64 42.89 72.81 50.27 67.33 50.99 67.96 43.23 73.72" fill="url(#未命名漸層_10-43)"></polygon></g><g opacity="0.56"><polygon points="43.22 73.69 35.05 72.45 35.22 71.67 42.9 72.84 50.29 67.35 50.97 67.94 43.22 73.69" fill="url(#未命名漸層_10-44)"></polygon></g><g opacity="0.63"><polygon points="43.21 73.66 35.05 72.42 35.21 71.7 42.91 72.87 50.32 67.37 50.95 67.91 43.21 73.66" fill="url(#未命名漸層_10-45)"></polygon></g><g opacity="0.69"><polygon points="43.2 73.63 35.06 72.39 35.21 71.72 42.93 72.9 50.34 67.39 50.92 67.89 43.2 73.63" fill="url(#未命名漸層_10-46)"></polygon></g><g opacity="0.75"><polygon points="43.18 73.6 35.07 72.36 35.2 71.75 42.94 72.93 50.37 67.42 50.9 67.87 43.18 73.6" fill="url(#未命名漸層_10-47)"></polygon></g><g opacity="0.81"><polygon points="43.17 73.56 43 73.54 35.07 72.34 35.2 71.78 42.95 72.96 50.39 67.44 50.87 67.85 43.17 73.56" fill="url(#未命名漸層_10-48)"></polygon></g><g opacity="0.88"><polygon points="43.16 73.53 35.08 72.31 35.19 71.81 42.96 72.99 50.41 67.46 50.85 67.83 43.16 73.53" fill="url(#未命名漸層_10-49)"></polygon></g><g opacity="0.94"><polygon points="43.15 73.5 43.01 73.48 35.09 72.28 35.18 71.84 42.97 73.02 50.44 67.48 50.82 67.81 43.15 73.5" fill="url(#未命名漸層_10-50)"></polygon></g><polygon points="43.14 73.47 35.09 72.25 35.18 71.87 42.98 73.05 50.47 67.5 50.8 67.79 43.14 73.47" fill="url(#未命名漸層_10-51)"></polygon></g><g style="mix-blend-mode:screen"><g opacity="0"><polygon points="98.4 57.42 90.42 57.14 82.48 54.02 83.2 52.84 90.98 55.91 98.45 56.11 98.4 57.42" fill="url(#未命名漸層_10-52)"></polygon></g><g opacity="0.06"><polygon points="98.4 57.39 90.44 57.12 82.5 53.99 83.19 52.87 90.97 55.93 98.45 56.14 98.4 57.39" fill="url(#未命名漸層_10-53)"></polygon></g><g opacity="0.13"><polygon points="98.41 57.36 90.46 57.09 82.52 53.96 83.17 52.89 90.97 55.96 98.45 56.16 98.41 57.36" fill="url(#未命名漸層_10-54)"></polygon></g><g opacity="0.19"><polygon points="98.41 57.33 90.47 57.06 82.53 53.94 83.15 52.92 90.96 55.99 98.45 56.19 98.41 57.33" fill="url(#未命名漸層_10-55)"></polygon></g><g opacity="0.25"><polygon points="98.41 57.3 90.49 57.04 82.55 53.91 83.14 52.94 90.95 56.02 98.45 56.22 98.41 57.3" fill="url(#未命名漸層_10-56)"></polygon></g><g opacity="0.31"><polygon points="98.41 57.27 90.5 57.01 82.56 53.89 83.12 52.97 90.94 56.05 98.44 56.25 98.41 57.27" fill="url(#未命名漸層_10-57)"></polygon></g><g opacity="0.38"><polygon points="98.41 57.24 90.52 56.99 82.58 53.86 83.11 52.99 90.93 56.08 98.44 56.28 98.41 57.24" fill="url(#未命名漸層_10-58)"></polygon></g><g opacity="0.44"><polygon points="98.41 57.22 90.53 56.96 82.59 53.84 83.09 53.02 90.92 56.1 98.44 56.31 98.41 57.22" fill="url(#未命名漸層_10-59)"></polygon></g><g opacity="0.5"><polygon points="98.41 57.19 90.55 56.94 82.61 53.81 83.08 53.05 90.91 56.13 98.44 56.34 98.41 57.19" fill="url(#未命名漸層_10-60)"></polygon></g><g opacity="0.56"><polygon points="98.41 57.16 90.56 56.91 82.63 53.78 83.06 53.07 90.9 56.16 98.44 56.37 98.41 57.16" fill="url(#未命名漸層_10-61)"></polygon></g><g opacity="0.63"><polygon points="98.41 57.13 90.58 56.89 82.64 53.76 83.04 53.1 90.89 56.19 98.44 56.4 98.41 57.13" fill="url(#未命名漸層_10-62)"></polygon></g><g opacity="0.69"><polygon points="98.41 57.1 90.6 56.86 82.66 53.73 83.03 53.12 90.89 56.22 98.44 56.42 98.41 57.1" fill="url(#未命名漸層_10-63)"></polygon></g><g opacity="0.75"><polygon points="98.42 57.07 90.61 56.83 82.67 53.71 83.01 53.15 90.88 56.25 98.44 56.45 98.42 57.07" fill="url(#未命名漸層_10-64)"></polygon></g><g opacity="0.81"><polygon points="98.42 57.05 90.63 56.81 82.69 53.68 83 53.18 90.87 56.27 98.44 56.48 98.42 57.05" fill="url(#未命名漸層_10-65)"></polygon></g><g opacity="0.88"><polygon points="98.42 57.02 90.64 56.78 82.7 53.66 82.98 53.2 90.86 56.3 98.44 56.51 98.42 57.02" fill="url(#未命名漸層_10-66)"></polygon></g><g opacity="0.94"><polygon points="98.42 56.99 90.66 56.76 82.72 53.63 82.97 53.23 90.85 56.33 98.44 56.54 98.42 56.99" fill="url(#未命名漸層_10-67)"></polygon></g><polygon points="98.42 56.96 90.67 56.73 82.73 53.6 82.95 53.25 90.84 56.36 98.43 56.57 98.42 56.96" fill="url(#未命名漸層_10-68)"></polygon></g><g style="mix-blend-mode:screen"><g opacity="0"><polygon points="122.3 128.38 100.73 125.77 100.96 124.48 121.07 126.9 123.73 118.43 125.32 118.76 122.3 128.38" fill="url(#未命名漸層_10-69)"></polygon></g><g opacity="0.06"><polygon points="122.27 128.34 100.73 125.74 100.96 124.51 121.1 126.94 123.77 118.44 125.28 118.75 122.27 128.34" fill="url(#未命名漸層_10-70)"></polygon></g><g opacity="0.13"><polygon points="122.23 128.3 100.74 125.71 100.95 124.54 121.13 126.98 123.81 118.45 125.24 118.74 122.23 128.3" fill="url(#未命名漸層_10-71)"></polygon></g><g opacity="0.19"><polygon points="122.2 128.26 100.74 125.67 100.95 124.58 121.16 127.01 123.85 118.46 125.2 118.73 122.2 128.26" fill="url(#未命名漸層_10-72)"></polygon></g><g opacity="0.25"><polygon points="122.17 128.23 100.75 125.64 100.94 124.61 121.19 127.05 123.89 118.46 125.16 118.72 122.17 128.23" fill="url(#未命名漸層_10-73)"></polygon></g><g opacity="0.31"><polygon points="122.14 128.19 100.76 125.61 100.93 124.64 121.22 127.09 123.93 118.47 125.12 118.72 122.14 128.19" fill="url(#未命名漸層_10-74)"></polygon></g><g opacity="0.38"><polygon points="122.11 128.15 100.76 125.58 100.93 124.67 121.25 127.13 123.97 118.48 125.08 118.71 122.11 128.15" fill="url(#未命名漸層_10-75)"></polygon></g><g opacity="0.44"><polygon points="122.08 128.12 100.77 125.55 100.92 124.7 121.28 127.16 124.01 118.49 125.04 118.7 122.08 128.12" fill="url(#未命名漸層_10-76)"></polygon></g><g opacity="0.5"><polygon points="122.05 128.08 100.77 125.51 100.92 124.74 121.31 127.2 124.05 118.5 125 118.69 122.05 128.08" fill="url(#未命名漸層_10-77)"></polygon></g><g opacity="0.56"><polygon points="122.02 128.04 100.78 125.48 100.91 124.77 121.34 127.24 124.09 118.5 124.96 118.68 122.02 128.04" fill="url(#未命名漸層_10-78)"></polygon></g><g opacity="0.63"><polygon points="121.99 128.01 100.79 125.45 100.9 124.8 121.38 127.27 124.13 118.51 124.92 118.67 121.99 128.01" fill="url(#未命名漸層_10-79)"></polygon></g><g opacity="0.69"><polygon points="121.96 127.97 100.79 125.42 100.9 124.83 121.41 127.31 124.17 118.52 124.88 118.67 121.96 127.97" fill="url(#未命名漸層_10-80)"></polygon></g><g opacity="0.75"><polygon points="121.93 127.94 121.64 127.9 100.8 125.38 100.89 124.87 121.44 127.34 124.21 118.53 124.84 118.66 121.93 127.94" fill="url(#未命名漸層_10-81)"></polygon></g><g opacity="0.81"><polygon points="121.9 127.9 121.64 127.87 100.8 125.35 100.89 124.9 121.47 127.38 124.25 118.54 124.8 118.65 121.9 127.9" fill="url(#未命名漸層_10-82)"></polygon></g><g opacity="0.88"><polygon points="121.87 127.86 100.81 125.32 100.88 124.93 121.5 127.42 124.29 118.55 124.76 118.64 121.87 127.86" fill="url(#未命名漸層_10-83)"></polygon></g><g opacity="0.94"><polygon points="121.83 127.82 121.65 127.8 100.81 125.29 100.87 124.96 121.53 127.45 124.33 118.55 124.72 118.63 121.83 127.82" fill="url(#未命名漸層_10-84)"></polygon></g><polygon points="121.81 127.79 121.66 127.77 100.82 125.25 100.87 125 121.56 127.49 124.37 118.56 124.68 118.63 121.81 127.79" fill="url(#未命名漸層_10-85)"></polygon></g><g style="mix-blend-mode:screen"><g opacity="0"><polygon points="94.79 113.68 90.47 113.56 90.52 112.25 94 112.34 99 107.25 100.29 108.06 94.79 113.68" fill="url(#未命名漸層_10-86)"></polygon></g><g opacity="0.06"><polygon points="94.77 113.64 90.47 113.53 90.52 112.28 94.03 112.38 99.03 107.27 100.26 108.04 94.77 113.64" fill="url(#未命名漸層_10-87)"></polygon></g><g opacity="0.13"><polygon points="94.75 113.61 90.47 113.49 90.52 112.31 94.05 112.41 99.06 107.29 100.22 108.02 94.75 113.61" fill="url(#未命名漸層_10-88)"></polygon></g><g opacity="0.19"><polygon points="94.73 113.58 90.47 113.46 90.52 112.35 94.06 112.44 99.1 107.31 100.19 108 94.73 113.58" fill="url(#未命名漸層_10-89)"></polygon></g><g opacity="0.25"><polygon points="94.71 113.54 90.47 113.43 90.51 112.38 94.08 112.48 99.13 107.33 100.16 107.98 94.71 113.54" fill="url(#未命名漸層_10-90)"></polygon></g><g opacity="0.31"><polygon points="94.69 113.51 90.48 113.39 90.51 112.41 94.1 112.51 99.16 107.35 100.13 107.96 94.69 113.51" fill="url(#未命名漸層_10-91)"></polygon></g><g opacity="0.38"><polygon points="94.67 113.47 90.48 113.36 90.51 112.45 94.12 112.55 99.19 107.37 100.1 107.94 94.67 113.47" fill="url(#未命名漸層_10-92)"></polygon></g><g opacity="0.44"><polygon points="94.65 113.44 90.48 113.33 90.51 112.48 94.14 112.58 99.23 107.39 100.06 107.92 94.65 113.44" fill="url(#未命名漸層_10-93)"></polygon></g><g opacity="0.5"><polygon points="94.63 113.41 90.48 113.3 90.51 112.51 94.16 112.61 99.26 107.41 100.03 107.9 94.63 113.41" fill="url(#未命名漸層_10-94)"></polygon></g><g opacity="0.56"><polygon points="94.61 113.38 90.48 113.27 90.51 112.55 94.18 112.64 99.29 107.43 100 107.88 94.61 113.38" fill="url(#未命名漸層_10-95)"></polygon></g><g opacity="0.63"><polygon points="94.59 113.34 90.48 113.23 90.51 112.58 94.2 112.68 99.32 107.45 99.97 107.86 94.59 113.34" fill="url(#未命名漸層_10-96)"></polygon></g><g opacity="0.69"><polygon points="94.57 113.31 90.48 113.2 90.5 112.61 94.22 112.71 99.35 107.47 99.94 107.84 94.57 113.31" fill="url(#未命名漸層_10-97)"></polygon></g><g opacity="0.75"><polygon points="94.55 113.28 90.48 113.17 90.5 112.64 94.24 112.74 99.39 107.49 99.9 107.82 94.55 113.28" fill="url(#未命名漸層_10-98)"></polygon></g><g opacity="0.81"><polygon points="94.53 113.24 90.49 113.13 90.5 112.68 94.26 112.78 99.42 107.51 99.87 107.8 94.53 113.24" fill="url(#未命名漸層_10-99)"></polygon></g><g opacity="0.88"><polygon points="94.51 113.21 90.49 113.1 90.5 112.71 94.28 112.81 99.45 107.53 99.84 107.78 94.51 113.21" fill="url(#未命名漸層_10-100)"></polygon></g><g opacity="0.94"><polygon points="94.49 113.18 90.49 113.07 90.5 112.74 94.3 112.84 99.48 107.55 99.81 107.76 94.49 113.18" fill="url(#未命名漸層_10-101)"></polygon></g><polygon points="94.47 113.14 90.49 113.03 90.5 112.77 94.32 112.88 99.52 107.57 99.77 107.74 94.47 113.14" fill="url(#未命名漸層_10-102)"></polygon></g><g style="mix-blend-mode:screen"><g opacity="0"><polygon points="99.39 91.72 90.08 91.47 90.12 90.16 98.51 90.38 103.83 83.7 105.21 84.41 99.39 91.72" fill="url(#未命名漸層_10-103)"></polygon></g><g opacity="0.06"><polygon points="99.37 91.68 90.08 91.43 90.12 90.19 98.53 90.42 103.86 83.72 105.17 84.39 99.37 91.68" fill="url(#未命名漸層_10-104)"></polygon></g><g opacity="0.13"><polygon points="99.35 91.65 90.08 91.4 90.12 90.22 98.56 90.45 103.89 83.74 105.14 84.37 99.35 91.65" fill="url(#未命名漸層_10-105)"></polygon></g><g opacity="0.19"><polygon points="99.33 91.62 90.08 91.37 90.12 90.25 98.58 90.48 103.93 83.75 105.1 84.36 99.33 91.62" fill="url(#未命名漸層_10-106)"></polygon></g><g opacity="0.25"><polygon points="99.31 91.58 90.08 91.33 90.12 90.29 98.6 90.52 103.96 83.77 105.07 84.34 99.31 91.58" fill="url(#未命名漸層_10-107)"></polygon></g><g opacity="0.31"><polygon points="99.28 91.55 90.08 91.3 90.12 90.32 98.62 90.55 104 83.79 105.03 84.32 99.28 91.55" fill="url(#未命名漸層_10-108)"></polygon></g><g opacity="0.38"><polygon points="99.26 91.52 90.08 91.27 90.12 90.35 98.64 90.58 104.03 83.81 105 84.3 99.26 91.52" fill="url(#未命名漸層_10-109)"></polygon></g><g opacity="0.44"><polygon points="99.24 91.48 90.08 91.23 90.12 90.39 98.67 90.62 104.07 83.83 104.97 84.28 99.24 91.48" fill="url(#未命名漸層_10-110)"></polygon></g><g opacity="0.5"><polygon points="99.22 91.45 90.09 91.2 90.11 90.42 98.69 90.65 104.1 83.84 104.93 84.27 99.22 91.45" fill="url(#未命名漸層_10-111)"></polygon></g><g opacity="0.56"><polygon points="99.19 91.42 90.09 91.17 90.11 90.45 98.71 90.68 104.14 83.86 104.9 84.25 99.19 91.42" fill="url(#未命名漸層_10-112)"></polygon></g><g opacity="0.63"><polygon points="99.17 91.38 90.09 91.14 90.11 90.48 98.73 90.72 104.17 83.88 104.86 84.23 99.17 91.38" fill="url(#未命名漸層_10-113)"></polygon></g><g opacity="0.69"><polygon points="99.15 91.35 90.09 91.1 90.11 90.52 98.75 90.75 104.21 83.89 104.83 84.21 99.15 91.35" fill="url(#未命名漸層_10-114)"></polygon></g><g opacity="0.75"><polygon points="99.13 91.32 90.09 91.07 90.11 90.55 98.78 90.78 104.24 83.91 104.79 84.2 99.13 91.32" fill="url(#未命名漸層_10-115)"></polygon></g><g opacity="0.81"><polygon points="99.11 91.28 90.09 91.04 90.11 90.58 98.8 90.82 104.28 83.93 104.76 84.18 99.11 91.28" fill="url(#未命名漸層_10-116)"></polygon></g><g opacity="0.88"><polygon points="99.08 91.25 90.09 91.01 90.11 90.61 98.82 90.85 104.31 83.95 104.72 84.16 99.08 91.25" fill="url(#未命名漸層_10-117)"></polygon></g><g opacity="0.94"><polygon points="99.06 91.22 90.09 90.97 90.11 90.65 98.84 90.88 104.34 83.97 104.69 84.14 99.06 91.22" fill="url(#未命名漸層_10-118)"></polygon></g><polygon points="99.04 91.18 90.1 90.94 90.11 90.68 98.86 90.92 104.38 83.98 104.66 84.13 99.04 91.18" fill="url(#未命名漸層_10-119)"></polygon></g><g style="mix-blend-mode:screen"><g opacity="0"><polygon points="110.52 104.77 103.27 102.89 102.43 98.9 104.05 98.69 104.72 101.89 111.02 103.53 110.52 104.77" fill="url(#未命名漸層_10-120)"></polygon></g><g opacity="0.06"><polygon points="110.53 104.74 103.3 102.86 102.47 98.89 104.01 98.69 104.68 101.91 111.01 103.56 110.53 104.74" fill="url(#未命名漸層_10-121)"></polygon></g><g opacity="0.13"><polygon points="110.55 104.71 103.34 102.84 102.52 98.89 103.97 98.7 104.64 101.94 110.99 103.59 110.55 104.71" fill="url(#未命名漸層_10-122)"></polygon></g><g opacity="0.19"><polygon points="110.56 104.68 103.38 102.81 102.56 98.88 103.93 98.7 104.61 101.96 110.98 103.62 110.56 104.68" fill="url(#未命名漸層_10-123)"></polygon></g><g opacity="0.25"><polygon points="110.57 104.65 103.41 102.79 102.6 98.88 103.89 98.71 104.57 101.99 110.97 103.65 110.57 104.65" fill="url(#未命名漸層_10-124)"></polygon></g><g opacity="0.31"><polygon points="110.58 104.61 103.45 102.76 102.64 98.87 103.85 98.72 104.53 102.01 110.96 103.68 110.58 104.61" fill="url(#未命名漸層_10-125)"></polygon></g><g opacity="0.38"><polygon points="110.59 104.58 103.48 102.74 102.68 98.87 103.81 98.72 104.5 102.04 110.94 103.71 110.59 104.58" fill="url(#未命名漸層_10-126)"></polygon></g><g opacity="0.44"><polygon points="110.61 104.55 103.52 102.71 102.72 98.86 103.77 98.73 104.46 102.06 110.93 103.74 110.61 104.55" fill="url(#未命名漸層_10-127)"></polygon></g><g opacity="0.5"><polygon points="110.62 104.52 103.56 102.69 102.76 98.86 103.73 98.73 104.43 102.09 110.92 103.78 110.62 104.52" fill="url(#未命名漸層_10-128)"></polygon></g><g opacity="0.56"><polygon points="110.63 104.49 103.59 102.66 102.8 98.85 103.69 98.74 104.39 102.11 110.91 103.81 110.63 104.49" fill="url(#未命名漸層_10-129)"></polygon></g><g opacity="0.63"><polygon points="110.64 104.46 103.63 102.64 102.84 98.84 103.64 98.74 104.36 102.14 110.89 103.84 110.64 104.46" fill="url(#未命名漸層_10-130)"></polygon></g><g opacity="0.69"><polygon points="110.66 104.43 103.67 102.61 102.88 98.84 103.61 98.75 104.32 102.16 110.88 103.87 110.66 104.43" fill="url(#未命名漸層_10-131)"></polygon></g><g opacity="0.75"><polygon points="110.67 104.4 103.7 102.59 102.92 98.84 103.56 98.75 104.28 102.19 110.87 103.9 110.67 104.4" fill="url(#未命名漸層_10-132)"></polygon></g><g opacity="0.81"><polygon points="110.68 104.37 103.74 102.56 102.96 98.83 103.52 98.76 104.25 102.21 110.86 103.93 110.68 104.37" fill="url(#未命名漸層_10-133)"></polygon></g><g opacity="0.88"><polygon points="110.69 104.34 103.78 102.54 103 98.83 103.48 98.76 104.21 102.24 110.84 103.96 110.69 104.34" fill="url(#未命名漸層_10-134)"></polygon></g><g opacity="0.94"><polygon points="110.71 104.31 103.81 102.51 103.04 98.82 103.44 98.77 104.17 102.26 110.83 103.99 110.71 104.31" fill="url(#未命名漸層_10-135)"></polygon></g><polygon points="110.72 104.27 103.85 102.49 103.08 98.81 103.4 98.77 104.14 102.29 110.82 104.03 110.72 104.27" fill="url(#未命名漸層_10-136)"></polygon></g><g style="mix-blend-mode:screen"><g opacity="0"><polygon points="123.52 51.88 116.06 45.73 117.24 44.82 123.1 49.67 127.33 43.12 128.79 43.73 123.52 51.88" fill="url(#未命名漸層_9-18)"></polygon></g><g opacity="0.06"><polygon points="123.51 51.84 116.09 45.71 117.21 44.84 123.11 49.72 127.36 43.14 128.76 43.72 123.51 51.84" fill="url(#未命名漸層_9-19)"></polygon></g><g opacity="0.13"><polygon points="123.5 51.79 116.11 45.69 117.19 44.86 123.12 49.76 127.4 43.15 128.72 43.7 123.5 51.79" fill="url(#未命名漸層_9-20)"></polygon></g><g opacity="0.19"><polygon points="123.49 51.74 116.14 45.67 117.16 44.88 123.13 49.81 127.43 43.16 128.69 43.69 123.49 51.74" fill="url(#未命名漸層_9-21)"></polygon></g><g opacity="0.25"><polygon points="123.48 51.69 116.17 45.65 117.13 44.9 123.14 49.86 127.46 43.18 128.66 43.67 123.48 51.69" fill="url(#未命名漸層_9-22)"></polygon></g><g opacity="0.31"><polygon points="123.47 51.64 116.19 45.63 117.11 44.92 123.15 49.91 127.49 43.19 128.63 43.66 123.47 51.64" fill="url(#未命名漸層_9-23)"></polygon></g><g opacity="0.38"><polygon points="123.46 51.59 116.22 45.61 117.08 44.94 123.16 49.96 127.52 43.2 128.6 43.65 123.46 51.59" fill="url(#未命名漸層_9-24)"></polygon></g><g opacity="0.44"><polygon points="123.45 51.55 116.24 45.59 117.06 44.96 123.17 50.01 127.56 43.22 128.56 43.64 123.45 51.55" fill="url(#未命名漸層_9-25)"></polygon></g><g opacity="0.5"><polygon points="123.44 51.5 116.27 45.57 117.03 44.98 123.18 50.05 127.59 43.23 128.53 43.62 123.44 51.5" fill="url(#未命名漸層_9-26)"></polygon></g><g opacity="0.56"><polygon points="123.44 51.45 116.3 45.55 117 45 123.18 50.1 127.62 43.24 128.5 43.61 123.44 51.45" fill="url(#未命名漸層_9-27)"></polygon></g><g opacity="0.63"><polygon points="123.43 51.4 116.32 45.53 116.98 45.02 123.19 50.15 127.65 43.26 128.47 43.6 123.43 51.4" fill="url(#未命名漸層_9-28)"></polygon></g><g opacity="0.69"><polygon points="123.42 51.35 116.35 45.51 116.95 45.04 123.2 50.2 127.68 43.27 128.44 43.58 123.42 51.35" fill="url(#未命名漸層_9-29)"></polygon></g><g opacity="0.75"><polygon points="123.41 51.3 116.37 45.49 116.93 45.06 123.21 50.25 127.71 43.28 128.41 43.57 123.41 51.3" fill="url(#未命名漸層_9-30)"></polygon></g><g opacity="0.81"><polygon points="123.4 51.25 116.4 45.47 116.9 45.08 123.22 50.3 127.75 43.3 128.37 43.56 123.4 51.25" fill="url(#未命名漸層_9-31)"></polygon></g><g opacity="0.88"><polygon points="123.39 51.21 116.42 45.45 116.88 45.1 123.23 50.35 127.78 43.31 128.34 43.54 123.39 51.21" fill="url(#未命名漸層_9-32)"></polygon></g><g opacity="0.94"><polygon points="123.38 51.16 116.45 45.43 116.85 45.12 123.24 50.4 127.81 43.32 128.31 43.53 123.38 51.16" fill="url(#未命名漸層_9-33)"></polygon></g><polygon points="123.37 51.11 116.47 45.41 116.83 45.14 123.25 50.44 127.84 43.33 128.28 43.52 123.37 51.11" fill="url(#未命名漸層_9-34)"></polygon></g><g style="mix-blend-mode:screen"><g opacity="0"><polygon points="2.46 85.72 0.99 85.14 6.62 75.89 5.84 67.19 7.48 67.11 8.28 76.16 2.46 85.72" fill="url(#未命名漸層_10-137)"></polygon></g><g opacity="0.06"><polygon points="2.43 85.7 1.02 85.15 6.65 75.9 5.88 67.19 7.44 67.11 8.24 76.15 2.43 85.7" fill="url(#未命名漸層_10-138)"></polygon></g><g opacity="0.13"><polygon points="2.4 85.69 1.06 85.17 6.69 75.9 5.92 67.19 7.41 67.11 8.21 76.14 2.4 85.69" fill="url(#未命名漸層_10-139)"></polygon></g><g opacity="0.19"><polygon points="2.37 85.68 1.09 85.18 6.72 75.91 5.95 67.19 7.37 67.11 8.17 76.14 2.37 85.68" fill="url(#未命名漸層_10-140)"></polygon></g><g opacity="0.25"><polygon points="2.33 85.67 1.12 85.19 6.76 75.92 5.99 67.19 7.33 67.11 8.13 76.13 2.33 85.67" fill="url(#未命名漸層_10-141)"></polygon></g><g opacity="0.31"><polygon points="2.3 85.65 1.15 85.2 6.8 75.92 6.02 67.18 7.3 67.12 8.1 76.13 2.3 85.65" fill="url(#未命名漸層_10-142)"></polygon></g><g opacity="0.38"><polygon points="2.27 85.64 1.19 85.22 6.83 75.93 6.06 67.18 7.26 67.12 8.06 76.12 2.27 85.64" fill="url(#未命名漸層_10-143)"></polygon></g><g opacity="0.44"><polygon points="2.24 85.63 1.22 85.23 6.87 75.93 6.09 67.18 7.23 67.12 8.02 76.12 2.24 85.63" fill="url(#未命名漸層_10-144)"></polygon></g><g opacity="0.5"><polygon points="2.21 85.62 1.25 85.24 6.91 75.94 6.13 67.18 7.19 67.12 7.99 76.11 2.21 85.62" fill="url(#未命名漸層_10-145)"></polygon></g><g opacity="0.56"><polygon points="2.17 85.6 1.28 85.25 6.94 75.94 6.17 67.18 7.16 67.12 7.95 76.11 2.17 85.6" fill="url(#未命名漸層_10-146)"></polygon></g><g opacity="0.63"><polygon points="2.14 85.59 1.31 85.27 6.98 75.95 6.2 67.17 7.12 67.13 7.91 76.1 2.14 85.59" fill="url(#未命名漸層_10-147)"></polygon></g><g opacity="0.69"><polygon points="2.11 85.58 1.35 85.28 7.01 75.96 6.24 67.17 7.08 67.13 7.88 76.09 2.11 85.58" fill="url(#未命名漸層_10-148)"></polygon></g><g opacity="0.75"><polygon points="2.08 85.57 1.38 85.29 7.05 75.96 6.27 67.17 7.05 67.13 7.84 76.09 2.08 85.57" fill="url(#未命名漸層_10-149)"></polygon></g><g opacity="0.81"><polygon points="2.05 85.55 1.41 85.3 7.09 75.97 6.31 67.17 7.01 67.13 7.8 76.08 7.76 76.15 2.05 85.55" fill="url(#未命名漸層_10-150)"></polygon></g><g opacity="0.88"><polygon points="2.01 85.54 1.44 85.32 7.13 75.97 6.34 67.17 6.98 67.13 7.77 76.08 2.01 85.54" fill="url(#未命名漸層_10-151)"></polygon></g><g opacity="0.94"><polygon points="1.98 85.53 1.48 85.33 7.16 75.98 6.38 67.17 6.94 67.14 7.73 76.07 7.7 76.12 1.98 85.53" fill="url(#未命名漸層_10-152)"></polygon></g><polygon points="1.95 85.52 1.51 85.34 7.2 75.98 6.42 67.16 6.91 67.14 7.7 76.06 7.67 76.11 1.95 85.52" fill="url(#未命名漸層_10-153)"></polygon></g><g style="mix-blend-mode:screen"><g opacity="0"><polygon points="55.7 54.27 55.14 53.4 72.25 46.5 72.81 47.38 55.7 54.27" fill="url(#未命名漸層_10-154)"></polygon></g><g opacity="0.06"><polygon points="55.69 54.25 55.15 53.42 72.27 46.52 72.8 47.36 55.69 54.25" fill="url(#未命名漸層_10-155)"></polygon></g><g opacity="0.13"><polygon points="55.67 54.23 55.17 53.44 72.28 46.54 72.79 47.34 55.67 54.23" fill="url(#未命名漸層_10-156)"></polygon></g><g opacity="0.19"><polygon points="55.66 54.21 55.18 53.45 72.29 46.56 72.77 47.32 55.66 54.21" fill="url(#未命名漸層_10-157)"></polygon></g><g opacity="0.25"><polygon points="55.65 54.19 55.19 53.48 72.31 46.58 72.76 47.3 55.65 54.19" fill="url(#未命名漸層_10-158)"></polygon></g><g opacity="0.31"><polygon points="55.63 54.17 55.2 53.49 72.32 46.6 72.75 47.28 55.63 54.17" fill="url(#未命名漸層_10-159)"></polygon></g><g opacity="0.38"><polygon points="55.62 54.15 55.22 53.52 72.33 46.62 72.73 47.26 55.62 54.15" fill="url(#未命名漸層_10-160)"></polygon></g><g opacity="0.44"><polygon points="55.61 54.13 55.23 53.54 72.34 46.64 72.72 47.24 55.61 54.13" fill="url(#未命名漸層_10-161)"></polygon></g><g opacity="0.5"><polygon points="55.6 54.11 55.24 53.56 72.36 46.66 72.71 47.22 55.6 54.11" fill="url(#未命名漸層_10-162)"></polygon></g><g opacity="0.56"><polygon points="55.58 54.09 55.26 53.58 72.37 46.68 72.7 47.2 55.58 54.09" fill="url(#未命名漸層_10-163)"></polygon></g><g opacity="0.63"><polygon points="55.57 54.07 55.27 53.6 72.38 46.7 72.68 47.18 55.57 54.07" fill="url(#未命名漸層_10-164)"></polygon></g><g opacity="0.69"><polygon points="55.56 54.05 55.28 53.62 72.4 46.72 72.67 47.16 55.56 54.05" fill="url(#未命名漸層_10-165)"></polygon></g><g opacity="0.75"><polygon points="55.54 54.03 55.29 53.64 72.41 46.74 72.66 47.14 55.54 54.03" fill="url(#未命名漸層_10-166)"></polygon></g><g opacity="0.81"><polygon points="55.53 54.01 55.31 53.66 72.42 46.76 72.65 47.12 55.53 54.01" fill="url(#未命名漸層_10-167)"></polygon></g><g opacity="0.88"><polygon points="55.52 53.99 55.32 53.68 72.43 46.78 72.63 47.1 55.52 53.99" fill="url(#未命名漸層_10-168)"></polygon></g><g opacity="0.94"><polygon points="55.51 53.97 55.33 53.7 72.45 46.8 72.62 47.08 55.51 53.97" fill="url(#未命名漸層_10-169)"></polygon></g><polygon points="55.49 53.95 55.34 53.72 72.46 46.82 72.61 47.06 55.49 53.95" fill="url(#未命名漸層_10-170)"></polygon></g><g style="mix-blend-mode:screen"><g opacity="0"><polygon points="100.77 12.01 99.66 11.58 103.59 4.94 104.7 5.36 100.77 12.01" fill="url(#未命名漸層_10-171)"></polygon></g><g opacity="0.06"><polygon points="100.75 11.99 99.69 11.59 103.61 4.95 104.67 5.35 100.75 11.99" fill="url(#未命名漸層_10-172)"></polygon></g><g opacity="0.13"><polygon points="100.72 11.98 99.72 11.6 103.64 4.96 104.65 5.34 100.72 11.98" fill="url(#未命名漸層_10-173)"></polygon></g><g opacity="0.19"><polygon points="100.7 11.97 99.74 11.61 103.66 4.97 104.62 5.33 100.7 11.97" fill="url(#未命名漸層_10-174)"></polygon></g><g opacity="0.25"><polygon points="100.67 11.96 99.77 11.62 103.69 4.98 104.6 5.32 100.67 11.96" fill="url(#未命名漸層_10-175)"></polygon></g><g opacity="0.31"><polygon points="100.65 11.96 99.79 11.63 103.71 4.99 104.57 5.31 100.65 11.96" fill="url(#未命名漸層_10-176)"></polygon></g><g opacity="0.38"><polygon points="100.62 11.95 99.82 11.64 103.74 5 104.54 5.3 100.62 11.95" fill="url(#未命名漸層_10-177)"></polygon></g><g opacity="0.44"><polygon points="100.6 11.94 99.84 11.65 103.77 5.01 104.52 5.29 100.6 11.94" fill="url(#未命名漸層_10-178)"></polygon></g><g opacity="0.5"><polygon points="100.57 11.93 99.87 11.66 103.79 5.02 104.49 5.29 100.57 11.93" fill="url(#未命名漸層_10-179)"></polygon></g><g opacity="0.56"><polygon points="100.54 11.92 99.89 11.67 103.82 5.03 104.47 5.28 100.54 11.92" fill="url(#未命名漸層_10-180)"></polygon></g><g opacity="0.63"><polygon points="100.52 11.91 99.92 11.68 103.84 5.04 104.44 5.27 100.52 11.91" fill="url(#未命名漸層_10-181)"></polygon></g><g opacity="0.69"><polygon points="100.49 11.9 99.94 11.69 103.87 5.05 104.42 5.26 100.49 11.9" fill="url(#未命名漸層_10-182)"></polygon></g><g opacity="0.75"><polygon points="100.47 11.89 99.97 11.7 103.89 5.06 104.39 5.25 100.47 11.89" fill="url(#未命名漸層_10-183)"></polygon></g><g opacity="0.81"><polygon points="100.44 11.88 100 11.71 103.92 5.07 104.36 5.24 100.44 11.88" fill="url(#未命名漸層_10-184)"></polygon></g><g opacity="0.88"><polygon points="100.42 11.87 100.02 11.72 103.94 5.08 104.34 5.23 100.42 11.87" fill="url(#未命名漸層_10-185)"></polygon></g><g opacity="0.94"><polygon points="100.39 11.86 100.05 11.73 103.97 5.09 104.31 5.22 100.39 11.86" fill="url(#未命名漸層_10-186)"></polygon></g><polygon points="100.37 11.85 100.07 11.74 103.99 5.09 104.29 5.21 100.37 11.85" fill="url(#未命名漸層_10-187)"></polygon></g><g style="mix-blend-mode:screen"><g opacity="0"><polygon points="121.87 139.2 120.64 139.17 121.06 127.54 122.29 127.58 121.87 139.2"></polygon></g><g opacity="0.06"><polygon points="121.84 139.2 120.67 139.17 121.09 127.55 122.26 127.58 121.84 139.2" fill="url(#linear-gradient-4)"></polygon></g><g opacity="0.13"><polygon points="121.81 139.2 120.7 139.17 121.12 127.55 122.23 127.58 121.81 139.2" fill="url(#linear-gradient-5)"></polygon></g><g opacity="0.19"><polygon points="121.78 139.2 120.73 139.17 121.14 127.55 122.2 127.58 121.78 139.2" fill="url(#linear-gradient-6)"></polygon></g><g opacity="0.25"><polygon points="121.76 139.2 120.76 139.17 121.17 127.55 122.17 127.57 121.76 139.2" fill="url(#linear-gradient-7)"></polygon></g><g opacity="0.31"><polygon points="121.73 139.2 120.78 139.17 121.2 127.55 122.15 127.57 121.73 139.2" fill="url(#linear-gradient-8)"></polygon></g><g opacity="0.38"><polygon points="121.7 139.19 120.81 139.17 121.23 127.55 122.12 127.57 121.7 139.19" fill="url(#linear-gradient-9)"></polygon></g><g opacity="0.44"><polygon points="121.67 139.19 120.84 139.17 121.26 127.55 122.09 127.57 121.67 139.19" fill="url(#linear-gradient-10)"></polygon></g><g opacity="0.5"><polygon points="121.64 139.19 120.87 139.17 121.28 127.55 122.06 127.57 121.64 139.19" fill="url(#linear-gradient-11)"></polygon></g><g opacity="0.56"><polygon points="121.62 139.19 120.9 139.17 121.31 127.55 122.03 127.57 121.62 139.19" fill="url(#linear-gradient-12)"></polygon></g><g opacity="0.63"><polygon points="121.59 139.19 120.92 139.17 121.34 127.55 122.01 127.57 121.59 139.19" fill="url(#linear-gradient-13)"></polygon></g><g opacity="0.69"><polygon points="121.56 139.19 120.95 139.18 121.37 127.55 121.98 127.57 121.56 139.19" fill="url(#linear-gradient-14)"></polygon></g><g opacity="0.75"><polygon points="121.53 139.19 120.98 139.18 121.4 127.55 121.95 127.57 121.53 139.19" fill="url(#linear-gradient-15)"></polygon></g><g opacity="0.81"><polygon points="121.5 139.19 121.01 139.18 121.43 127.55 121.92 127.57 121.5 139.19" fill="url(#linear-gradient-16)"></polygon></g><g opacity="0.88"><polygon points="121.47 139.19 121.04 139.18 121.45 127.55 121.89 127.57 121.47 139.19" fill="url(#linear-gradient-17)"></polygon></g><g opacity="0.94"><polygon points="121.45 139.19 121.06 139.18 121.48 127.56 121.87 127.57 121.45 139.19" fill="url(#linear-gradient-18)"></polygon></g><polygon points="121.42 139.19 121.09 139.18 121.51 127.56 121.84 127.56 121.42 139.19" fill="url(#linear-gradient-19)"></polygon></g></g><polygon id="stone-bg" points="182.55 136.02 177.44 127.97 157.78 116.48 132.22 116.48 115.85 129.78 108.01 129.56 100.22 132.27 90.21 140 88.54 150.5 88.83 155.38 185.7 155.55 182.55 136.02" fill="#e5c3a9"></polygon><g id="stone-2" data-name="stone"><polygon points="113.74 155.55 122.78 146.17 139.1 141.57 142.84 155.55 113.74 155.55" fill="#ecd1b6"></polygon><polygon points="142.84 155.55 152.67 155.55 159.55 144.64 160.93 123.38 139.1 141.57 142.84 155.55" fill="#e5c3a9"></polygon><polygon points="159.55 144.64 182.55 136.02 170.17 155.55 164.27 155.55 159.55 144.64" fill="#876769"></polygon><polygon points="160.93 123.38 177.44 127.97 182.55 136.02 159.55 144.64 160.93 123.38" fill="#a27c88"></polygon><polygon points="132.22 116.48 160.93 123.38 177.44 127.97 157.78 116.48 132.22 116.48" fill="#d4ada7"></polygon><polygon points="110.99 141 122.78 146.17 113.74 155.55 110.99 141" fill="#ebcbb7"></polygon><polygon points="121.57 132.82 110.99 141 122.78 146.17 139.1 141.57 121.57 132.82" fill="#f1d5c2"></polygon><polygon points="159.55 144.64 152.67 155.55 164.27 155.55 159.55 144.64" fill="#d8ac9b"></polygon><polygon points="182.55 136.02 170.17 155.55 185.7 155.55 182.55 136.02" fill="#574345"></polygon><polygon points="115.7 129.89 110.99 141 121.57 132.82 132.22 116.48 115.7 129.89" fill="#f9e2cc"></polygon><polygon points="132.22 116.48 121.57 132.82 139.1 141.57 160.93 123.38 132.22 116.48" fill="#eed0b6"></polygon><polygon points="102.16 150.81 109.35 155.55 102.96 155.5 102.16 150.81" fill="#c5988f"></polygon><polygon points="126.81 149.85 121.29 155.65 133.86 155.75 135.04 150.99 126.81 149.85" fill="#745263"></polygon><polygon points="102.96 155.5 102.16 150.81 88.54 150.5 88.83 155.38 102.96 155.5" fill="#a68180"></polygon><polygon points="102.16 150.81 96.54 140.85 88.54 150.5 102.16 150.81" fill="#bb9994"></polygon><polygon points="96.54 140.85 90.21 140 88.54 150.5 96.54 140.85" fill="#c1a2ab"></polygon><polygon points="96.54 140.85 109.5 131.72 100.22 132.27 90.21 140 96.54 140.85" fill="#c9aca4"></polygon><polygon points="109.5 131.72 119.76 129.88 108.01 129.56 100.22 132.27 109.5 131.72" fill="#eac6bb"></polygon><polygon points="119.76 129.88 130.45 137.2 120.29 138.82 109.5 131.72 119.76 129.88" fill="#f2dabd"></polygon><polygon points="120.29 138.82 102.16 150.81 96.54 140.85 109.5 131.72 120.29 138.82" fill="#e7c9b6"></polygon><polygon points="109.35 155.55 124.39 144.34 120.29 138.82 102.16 150.81 109.35 155.55" fill="#e5c6af"></polygon><polygon points="124.39 144.34 130.45 137.2 120.29 138.82 124.39 144.34" fill="#f6dec7"></polygon><polygon points="134.66 144.69 124.39 144.34 130.45 137.2 134.66 144.69" fill="#b18f9d"></polygon><polygon points="124.39 144.34 126.81 149.85 135.04 150.99 134.66 144.69 124.39 144.34" fill="#a37d8d"></polygon><polygon points="126.81 149.85 124.39 144.34 109.35 155.55 121.29 155.65 126.81 149.85" fill="#977082"></polygon></g></g></g></svg></div></div><div class="island_1Nmmk1"><svg xmlns="http://www.w3.org/2000/svg" xlink="http://www.w3.org/1999/xlink" viewBox="0 0 852.35 486.36"><defs><linearGradient id="未命名漸層_43" y1="61.36" x2="848.71" y2="61.36" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#71b054"></stop><stop offset="1" stop-color="#a7d672"></stop></linearGradient></defs><title>floating-island3</title><g id="floating-island3"><polygon id="dark-bg" points="811.78 88.44 790.63 95.72 733.12 95.72 598.28 106.29 306.12 106.29 76.76 98.36 17.27 85.14 70.15 170.41 167.31 214.69 231.43 299.96 286.95 399.77 356.53 451.56 403.29 486.36 595.63 342.26 741.71 301.94 771.98 204.33 784.11 133.66 811.78 88.44" fill="#cb8660"></polygon><polygon id="light-bg" points="307.52 122.32 314.05 196.85 340.49 243.12 360.98 306.74 363.63 334.99 381.47 385.23 403.29 486.36 286.95 399.77 231.43 299.96 167.31 214.69 70.15 170.41 26.91 98.36 307.52 122.32" fill="#f2be62"></polygon><g id="land"><polygon points="340.49 243.12 231.43 299.96 360.98 306.74 340.49 243.12" fill="#e7a159"></polygon><polygon points="167.31 214.69 70.15 170.41 314.05 196.85 167.31 214.69" fill="#f3bf6c"></polygon><polygon points="76.76 98.36 115.76 175.35 70.15 170.41 17.27 85.14 76.76 98.36" fill="#fdde88"></polygon><polygon points="76.76 98.36 115.76 175.35 306.12 106.29 76.76 98.36" fill="#f4c064"></polygon><polygon points="306.12 106.29 314.05 196.85 115.76 175.35 306.12 106.29" fill="#edaf5a"></polygon><polygon points="314.05 196.85 556.02 225.11 306.12 106.29 314.05 196.85" fill="#be765d"></polygon><polygon points="306.12 106.29 598.28 106.29 601.58 221.3 556.02 225.11 306.12 106.29" fill="#c77e5d"></polygon><polygon points="601.58 221.3 733.12 95.72 598.28 106.29 601.58 221.3" fill="#c77f5e"></polygon><polygon points="601.58 221.3 728.49 237.17 733.12 95.72 601.58 221.3" fill="#c47c5b"></polygon><polygon points="728.49 237.17 771.98 204.33 733.12 95.72 728.49 237.17" fill="#d79373"></polygon><polygon points="784.68 132.73 790.63 95.72 811.78 88.44 784.68 132.73" fill="#dba377"></polygon><polygon points="790.63 95.72 771.98 204.33 733.12 95.72 790.63 95.72" fill="#dc9e6e"></polygon><polygon points="728.49 237.17 741.71 301.94 771.98 204.33 728.49 237.17" fill="#dca073"></polygon><polygon points="728.49 237.17 659.75 316.49 556.02 285.75 601.58 221.3 728.49 237.17" fill="#cb8660"></polygon><polygon points="728.49 237.17 659.75 316.49 741.71 301.94 728.49 237.17" fill="#ca8865"></polygon><polygon points="741.71 301.94 659.75 316.49 510.37 327.72 595.63 342.26 741.71 301.94" fill="#ac695b"></polygon><polygon points="510.37 327.72 556.02 285.75 659.75 316.49 510.37 327.72" fill="none"></polygon><polygon points="314.05 196.85 340.49 243.12 191.65 211.74 314.05 196.85" fill="#f2be62"></polygon><polygon points="167.31 214.69 231.43 299.96 191.62 211.74 167.31 214.69" fill="#f9cb77"></polygon><polygon points="231.43 299.96 360.98 306.74 363.63 334.99 314.05 385.23 289.6 385.23 231.43 299.96" fill="#df9256"></polygon><polygon points="289.6 385.23 356.52 451.56 286.95 399.77 289.6 385.23" fill="#f1b86c"></polygon><polygon points="286.95 399.77 289.6 385.23 231.43 299.96 286.95 399.77" fill="#f6cd76"></polygon><polygon points="314.05 385.23 381.47 385.23 363.63 334.99 314.05 385.23" fill="#db8d54"></polygon><polygon points="340.49 243.12 191.62 211.74 231.43 299.96 340.49 243.12" fill="#e7a757"></polygon><polygon points="381.47 385.23 510.37 327.72 360.98 306.74 363.63 334.99 381.47 385.23" fill="#be765d"></polygon><polygon points="289.6 385.23 474.67 385.23 403.29 486.36 356.52 451.56 289.6 385.23" fill="#d5855a"></polygon><polygon points="474.67 385.23 510.37 327.72 381.47 385.23 474.67 385.23" fill="#c27c5a"></polygon><polygon points="510.37 327.72 595.63 342.26 403.29 486.36 474.67 385.23 510.37 327.72" fill="#be765d"></polygon><polygon points="340.49 243.12 314.05 196.85 556.02 225.11 340.49 243.12" fill="#c27c5a"></polygon><polygon points="340.49 243.12 556.02 285.75 601.58 221.3 340.49 243.12" fill="#c9805f"></polygon><polygon points="340.49 243.12 360.98 306.74 510.37 327.72 556.02 285.75 340.49 243.12" fill="#cb8660"></polygon><polygon points="556.02 285.75 510.37 327.72 659.75 316.49 556.02 285.75" fill="#be765d"></polygon></g><g id="ground"><path d="M848.89,85l-2-2.29,1.84,6-25.46,12.15S623,113,623.15,120s-261-2.14-261-2.14L174.22,107.45l-94.3-3.6L18,88.67,0,80.47V88l18.06,8.2,62.21,15.18L175,115l188.7,10.45s262.34,9.22,262.16,2.14,200.95-19.22,200.95-19.22L852.35,96.2Z" fill="#be765d"></path><path d="M18,88.67,0,80.47V54.66L18,42.51,73,25.81h74.25L223.77,9.72H327L419.92,0h141.7L772.31,21.26l31.51,15.18,27.34,24.9,14.11,16.09,3.44,11.24-25.46,12.15S623,113,623.15,120s-261-2.14-261-2.14L174.22,107.45l-94.3-3.6Z" fill="url(#未命名漸層_43)"></path></g></g></svg></div></div><div class="scene_1Nmmk1"><div class="deco_1Nmmk1"><div class="content_1Nmmk1"><h3>2020</h3><p>DatDot - work in progress</p></div>
<div class="blueCrystal_1Nmmk1"><svg xmlns="http://www.w3.org/2000/svg" xlink="http://www.w3.org/1999/xlink" viewBox="0 0 99.92 127.62"><defs><linearGradient id="未命名漸層_2124" x1="3423" y1="-1922.06" x2="3440.1" y2="-1922.06" gradientTransform="matrix(0.77, -0.64, 0.64, 0.77, -1404.08, 3714.06)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#c7f2fe"></stop><stop offset="0.29" stop-color="#c0f1fe"></stop><stop offset="0.71" stop-color="#aceefd"></stop><stop offset="1" stop-color="#9aecfd"></stop></linearGradient><linearGradient id="未命名漸層_2119" x1="3430.82" y1="-1871.2" x2="3430.82" y2="-1921.21" gradientTransform="matrix(0.77, -0.64, 0.64, 0.77, -1404.08, 3714.06)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#2782c6"></stop><stop offset="0.38" stop-color="#2b8dce"></stop><stop offset="1" stop-color="#33a8e1"></stop></linearGradient><linearGradient id="未命名漸層_2066" x1="3420.56" y1="-1876.04" x2="3420.56" y2="-1923.98" gradientTransform="matrix(0.77, -0.64, 0.64, 0.77, -1404.08, 3714.06)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#0c70da"></stop><stop offset="0.15" stop-color="#1077dc"></stop><stop offset="0.36" stop-color="#1c8be1"></stop><stop offset="0.62" stop-color="#2face8"></stop><stop offset="0.91" stop-color="#49d9f3"></stop><stop offset="1" stop-color="#52e8f7"></stop></linearGradient><linearGradient id="未命名漸層_2003" x1="1688.06" y1="-1244.56" x2="1688.06" y2="-1358.04" gradientTransform="matrix(0.93, -0.36, 0.36, 0.93, -1049.48, 1885.26)" gradientUnits="userSpaceOnUse"><stop offset="0.16" stop-color="#144ce8"></stop><stop offset="0.71" stop-color="#3bcdef"></stop><stop offset="0.77" stop-color="#3ac6ed"></stop><stop offset="0.85" stop-color="#35b1e8"></stop><stop offset="0.96" stop-color="#2f90df"></stop><stop offset="0.97" stop-color="#2e8dde"></stop></linearGradient><linearGradient id="blue-graidnet4" x1="1667.72" y1="-1246.85" x2="1667.72" y2="-1353.21" gradientTransform="matrix(0.93, -0.36, 0.36, 0.93, -1049.48, 1885.26)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#2963e9"></stop><stop offset="0.25" stop-color="#2c6aec"></stop><stop offset="0.62" stop-color="#367ef3"></stop><stop offset="1" stop-color="#4299fc"></stop></linearGradient><linearGradient id="未命名漸層_2027" x1="1666.91" y1="-1246.85" x2="1666.91" y2="-1353.21" gradientTransform="matrix(0.93, -0.36, 0.36, 0.93, -1049.48, 1885.26)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#40b5e5"></stop><stop offset="0.26" stop-color="#46bce8"></stop><stop offset="0.63" stop-color="#55d0f0"></stop><stop offset="1" stop-color="#69eafa"></stop></linearGradient><linearGradient id="未命名漸層_2009" x1="1674.95" y1="-1354.8" x2="1706.98" y2="-1354.8" gradientTransform="matrix(0.93, -0.36, 0.36, 0.93, -1049.48, 1885.26)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#c5f1fe"></stop><stop offset="0.44" stop-color="#beeffd"></stop><stop offset="0.51" stop-color="#bceffd"></stop><stop offset="0.85" stop-color="#a3edfd"></stop><stop offset="0.97" stop-color="#9aecfd"></stop></linearGradient><linearGradient id="未命名漸層_2182" x1="19.62" y1="22.81" x2="36.63" y2="52.28" gradientUnits="userSpaceOnUse"><stop offset="0.31" stop-color="#fff"></stop><stop offset="1" stop-color="#fff" stop-opacity="0.7"></stop></linearGradient><linearGradient id="未命名漸層_2134" x1="2727.23" y1="-1719.91" x2="2749.66" y2="-1719.91" gradientTransform="matrix(0.85, -0.53, 0.53, 0.85, -1331.68, 2933.47)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#36abee"></stop><stop offset="0.1" stop-color="#39b2ef"></stop><stop offset="0.26" stop-color="#41c6f2"></stop><stop offset="0.44" stop-color="#4de5f7"></stop><stop offset="1" stop-color="#82ebfc"></stop></linearGradient><linearGradient id="未命名漸層_2159" x1="83.93" y1="27.75" x2="90.61" y2="22.21" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#246dc3"></stop><stop offset="0.56" stop-color="#37acef"></stop><stop offset="0.66" stop-color="#31b3f1"></stop><stop offset="0.81" stop-color="#1fc7f6"></stop><stop offset="0.99" stop-color="#01e8ff"></stop><stop offset="1" stop-color="#00e9ff"></stop></linearGradient><linearGradient id="未命名漸層_2172" x1="2690.56" y1="-1704.88" x2="2729.63" y2="-1704.88" gradientTransform="matrix(0.85, -0.53, 0.53, 0.85, -1331.68, 2933.47)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#287cba"></stop><stop offset="0.3" stop-color="#318fc8"></stop><stop offset="0.52" stop-color="#3496cd"></stop><stop offset="0.71" stop-color="#3ba2d5"></stop><stop offset="1" stop-color="#4cbde7"></stop></linearGradient><linearGradient id="未命名漸層_2168" x1="2715.69" y1="-1679.73" x2="2715.69" y2="-1716.98" gradientTransform="matrix(0.85, -0.53, 0.53, 0.85, -1331.68, 2933.47)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#2475b4"></stop><stop offset="0.52" stop-color="#2a82bd"></stop><stop offset="0.94" stop-color="#2f8ec5"></stop><stop offset="1" stop-color="#3090c6"></stop></linearGradient><linearGradient id="未命名漸層_2163" x1="2695.32" y1="-1696.33" x2="2745.91" y2="-1696.33" gradientTransform="matrix(0.85, -0.53, 0.53, 0.85, -1331.68, 2933.47)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#2779bc"></stop><stop offset="0.27" stop-color="#2e87c7"></stop><stop offset="0.52" stop-color="#318ecd"></stop><stop offset="0.72" stop-color="#399ad5"></stop><stop offset="1" stop-color="#48b2e6"></stop></linearGradient><linearGradient id="未命名漸層_2045" x1="8839.31" y1="122.33" x2="8854.22" y2="70.35" gradientTransform="matrix(-1, 0, 0, 1, 8887.04, 0)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#1747a4"></stop><stop offset="0.32" stop-color="#2278ea"></stop><stop offset="0.45" stop-color="#257feb"></stop><stop offset="0.64" stop-color="#2d93ef"></stop><stop offset="0.87" stop-color="#3bb4f4"></stop><stop offset="1" stop-color="#44caf8"></stop></linearGradient><linearGradient id="未命名漸層_2061" x1="8861.75" y1="120.04" x2="8861.75" y2="79.7" gradientTransform="matrix(-1, 0, 0, 1, 8887.04, 0)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#1243ad"></stop><stop offset="0.02" stop-color="#1448b0"></stop><stop offset="0.19" stop-color="#2269c3"></stop><stop offset="0.33" stop-color="#2b7dce"></stop><stop offset="0.42" stop-color="#2e84d2"></stop><stop offset="0.95" stop-color="#2bbdff"></stop></linearGradient><linearGradient id="未命名漸層_2036" x1="8857.47" y1="75.25" x2="8874.02" y2="75.25" gradientTransform="matrix(-1, 0, 0, 1, 8887.04, 0)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#2f88ed"></stop><stop offset="0.09" stop-color="#328fee"></stop><stop offset="0.22" stop-color="#3ba3f1"></stop><stop offset="0.38" stop-color="#49c4f7"></stop><stop offset="0.44" stop-color="#4fd1f9"></stop><stop offset="0.96" stop-color="#8ddcfc"></stop></linearGradient><linearGradient id="未命名漸層_1983" x1="56.41" y1="70.39" x2="56.16" y2="117.79" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#3aabef"></stop><stop offset="1" stop-color="#0b4dc5"></stop></linearGradient><linearGradient id="未命名漸層_1987" x1="77.09" y1="72.15" x2="72.2" y2="119.06" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#2faaef"></stop><stop offset="1" stop-color="#0b34aa"></stop></linearGradient><linearGradient id="未命名漸層_1990" x1="-963.45" y1="1740.38" x2="-934.34" y2="1740.38" gradientTransform="translate(1540.9 -1252.95) rotate(19.66)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#9fdefd"></stop><stop offset="0.22" stop-color="#98dafd"></stop><stop offset="0.53" stop-color="#84cefc"></stop><stop offset="0.91" stop-color="#63bcfa"></stop><stop offset="1" stop-color="#5bb7fa"></stop></linearGradient><linearGradient id="未命名漸層_2181" x1="-956.94" y1="1746.52" x2="-934.84" y2="1784.8" gradientTransform="translate(1540.9 -1252.95) rotate(19.66)" xlink:href="#未命名漸層_2182"></linearGradient><linearGradient id="light-gradient10" x1="20.05" y1="10" x2="45.88" y2="10" gradientTransform="translate(-2.31 11.42) rotate(-17.52)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fff" stop-opacity="0"></stop><stop offset="0.02" stop-color="#fff" stop-opacity="0.05"></stop><stop offset="0.14" stop-color="#fff" stop-opacity="0.3"></stop><stop offset="0.26" stop-color="#fff" stop-opacity="0.51"></stop><stop offset="0.37" stop-color="#fff" stop-opacity="0.69"></stop><stop offset="0.47" stop-color="#fff" stop-opacity="0.82"></stop><stop offset="0.57" stop-color="#fff" stop-opacity="0.92"></stop><stop offset="0.67" stop-color="#fff" stop-opacity="0.98"></stop><stop offset="0.74" stop-color="#fff"></stop><stop offset="0.76" stop-color="#fff" stop-opacity="0.97"></stop><stop offset="0.8" stop-color="#fff" stop-opacity="0.88"></stop><stop offset="0.84" stop-color="#fff" stop-opacity="0.73"></stop><stop offset="0.89" stop-color="#fff" stop-opacity="0.53"></stop><stop offset="0.95" stop-color="#fff" stop-opacity="0.27"></stop><stop offset="1" stop-color="#fff" stop-opacity="0"></stop></linearGradient><linearGradient id="light-gradient10-2" x1="-91.67" y1="149.71" x2="-66.07" y2="149.71" gradientTransform="translate(67.4 -154.62) rotate(-15.73)" xlink:href="#light-gradient10"></linearGradient><linearGradient id="light-gradient10-3" x1="-91.65" y1="149.69" x2="-66.1" y2="149.69" gradientTransform="translate(67.4 -154.62) rotate(-15.73)" xlink:href="#light-gradient10"></linearGradient><linearGradient id="light-gradient10-4" x1="-91.62" y1="149.68" x2="-66.13" y2="149.68" gradientTransform="translate(67.4 -154.62) rotate(-15.73)" xlink:href="#light-gradient10"></linearGradient><linearGradient id="light-gradient10-5" x1="-91.6" y1="149.66" x2="-66.16" y2="149.66" gradientTransform="translate(67.4 -154.62) rotate(-15.73)" xlink:href="#light-gradient10"></linearGradient><linearGradient id="light-gradient10-6" x1="-91.57" y1="149.64" x2="-66.2" y2="149.64" gradientTransform="translate(67.4 -154.62) rotate(-15.73)" xlink:href="#light-gradient10"></linearGradient><linearGradient id="light-gradient10-7" x1="-91.55" y1="149.62" x2="-66.23" y2="149.62" gradientTransform="translate(67.4 -154.62) rotate(-15.73)" xlink:href="#light-gradient10"></linearGradient><linearGradient id="light-gradient10-8" x1="-91.52" y1="149.6" x2="-66.26" y2="149.6" gradientTransform="translate(67.4 -154.62) rotate(-15.73)" xlink:href="#light-gradient10"></linearGradient><linearGradient id="light-gradient10-9" x1="-91.5" y1="149.59" x2="-66.29" y2="149.59" gradientTransform="translate(67.4 -154.62) rotate(-15.73)" xlink:href="#light-gradient10"></linearGradient><linearGradient id="light-gradient10-10" x1="-91.47" y1="149.57" x2="-66.33" y2="149.57" gradientTransform="translate(67.4 -154.62) rotate(-15.73)" xlink:href="#light-gradient10"></linearGradient><linearGradient id="light-gradient10-11" x1="-91.45" y1="149.55" x2="-66.36" y2="149.55" gradientTransform="translate(67.4 -154.62) rotate(-15.73)" xlink:href="#light-gradient10"></linearGradient><linearGradient id="light-gradient10-12" x1="-91.42" y1="149.53" x2="-66.39" y2="149.53" gradientTransform="translate(67.4 -154.62) rotate(-15.73)" xlink:href="#light-gradient10"></linearGradient><linearGradient id="light-gradient10-13" x1="-91.4" y1="149.51" x2="-66.42" y2="149.51" gradientTransform="translate(67.4 -154.62) rotate(-15.73)" xlink:href="#light-gradient10"></linearGradient><linearGradient id="light-gradient10-14" x1="-91.37" y1="149.5" x2="-66.45" y2="149.5" gradientTransform="translate(67.4 -154.62) rotate(-15.73)" xlink:href="#light-gradient10"></linearGradient><linearGradient id="light-gradient10-15" x1="-91.35" y1="149.48" x2="-66.49" y2="149.48" gradientTransform="translate(67.4 -154.62) rotate(-15.73)" xlink:href="#light-gradient10"></linearGradient><linearGradient id="light-gradient10-16" x1="-91.32" y1="149.46" x2="-66.52" y2="149.46" gradientTransform="translate(67.4 -154.62) rotate(-15.73)" xlink:href="#light-gradient10"></linearGradient><linearGradient id="light-gradient10-17" x1="-91.3" y1="149.44" x2="-66.55" y2="149.44" gradientTransform="translate(67.4 -154.62) rotate(-15.73)" xlink:href="#light-gradient10"></linearGradient><linearGradient id="light-gradient10-18" x1="60.68" y1="38.53" x2="78.73" y2="38.53" gradientTransform="translate(-0.87 5.77) rotate(-13.32)" xlink:href="#light-gradient10"></linearGradient><linearGradient id="light-gradient10-19" x1="-50.31" y1="177.43" x2="-32.2" y2="177.43" gradientTransform="translate(80.8 -154.72) rotate(-11.53)" xlink:href="#light-gradient10"></linearGradient><linearGradient id="light-gradient10-20" x1="-50.28" y1="177.52" x2="-32.24" y2="177.52" gradientTransform="translate(80.8 -154.72) rotate(-11.53)" xlink:href="#light-gradient10"></linearGradient><linearGradient id="light-gradient10-21" x1="-50.26" y1="177.5" x2="-32.27" y2="177.5" gradientTransform="translate(80.8 -154.72) rotate(-11.53)" xlink:href="#light-gradient10"></linearGradient><linearGradient id="light-gradient10-22" x1="-50.23" y1="177.49" x2="-32.3" y2="177.49" gradientTransform="translate(80.8 -154.72) rotate(-11.53)" xlink:href="#light-gradient10"></linearGradient><linearGradient id="light-gradient10-23" x1="-50.21" y1="177.48" x2="-32.33" y2="177.48" gradientTransform="translate(80.8 -154.72) rotate(-11.53)" xlink:href="#light-gradient10"></linearGradient><linearGradient id="light-gradient10-24" x1="-50.18" y1="177.46" x2="-32.37" y2="177.46" gradientTransform="translate(80.8 -154.72) rotate(-11.53)" xlink:href="#light-gradient10"></linearGradient><linearGradient id="light-gradient10-25" x1="-50.16" y1="177.45" x2="-32.4" y2="177.45" gradientTransform="translate(80.8 -154.72) rotate(-11.53)" xlink:href="#light-gradient10"></linearGradient><linearGradient id="light-gradient10-26" x1="-50.13" y1="177.43" x2="-32.43" y2="177.43" gradientTransform="translate(80.8 -154.72) rotate(-11.53)" xlink:href="#light-gradient10"></linearGradient><linearGradient id="light-gradient10-27" x1="-50.11" y1="177.42" x2="-32.46" y2="177.42" gradientTransform="translate(80.8 -154.72) rotate(-11.53)" xlink:href="#light-gradient10"></linearGradient><linearGradient id="light-gradient10-28" x1="-50.08" y1="177.41" x2="-32.5" y2="177.41" gradientTransform="translate(80.8 -154.72) rotate(-11.53)" xlink:href="#light-gradient10"></linearGradient><linearGradient id="light-gradient10-29" x1="-50.06" y1="177.39" x2="-32.53" y2="177.39" gradientTransform="translate(80.8 -154.72) rotate(-11.53)" xlink:href="#light-gradient10"></linearGradient><linearGradient id="light-gradient10-30" x1="-50.03" y1="177.38" x2="-32.56" y2="177.38" gradientTransform="translate(80.8 -154.72) rotate(-11.53)" xlink:href="#light-gradient10"></linearGradient><linearGradient id="light-gradient10-31" x1="-50.01" y1="177.37" x2="-32.59" y2="177.37" gradientTransform="translate(80.8 -154.72) rotate(-11.53)" xlink:href="#light-gradient10"></linearGradient><linearGradient id="light-gradient10-32" x1="-49.98" y1="177.35" x2="-32.62" y2="177.35" gradientTransform="translate(80.8 -154.72) rotate(-11.53)" xlink:href="#light-gradient10"></linearGradient><linearGradient id="light-gradient10-33" x1="-49.96" y1="177.34" x2="-32.66" y2="177.34" gradientTransform="translate(80.8 -154.72) rotate(-11.53)" xlink:href="#light-gradient10"></linearGradient><linearGradient id="light-gradient10-34" x1="-49.93" y1="177.32" x2="-32.69" y2="177.32" gradientTransform="translate(80.8 -154.72) rotate(-11.53)" xlink:href="#light-gradient10"></linearGradient><linearGradient id="light-gradient10-35" x1="33.23" y1="81.57" x2="61.88" y2="81.57" gradientTransform="translate(-0.87 5.77) rotate(-13.32)" xlink:href="#light-gradient10"></linearGradient><linearGradient id="light-gradient10-36" x1="-76.6" y1="221.12" x2="-47.85" y2="221.12" gradientTransform="translate(80.8 -154.72) rotate(-11.53)" xlink:href="#light-gradient10"></linearGradient><linearGradient id="light-gradient10-37" x1="-76.58" y1="221.21" x2="-47.89" y2="221.21" gradientTransform="translate(80.8 -154.72) rotate(-11.53)" xlink:href="#light-gradient10"></linearGradient><linearGradient id="light-gradient10-38" x1="-76.55" y1="221.2" x2="-47.92" y2="221.2" gradientTransform="translate(80.8 -154.72) rotate(-11.53)" xlink:href="#light-gradient10"></linearGradient><linearGradient id="light-gradient10-39" x1="-76.53" y1="221.18" x2="-47.95" y2="221.18" gradientTransform="translate(80.8 -154.72) rotate(-11.53)" xlink:href="#light-gradient10"></linearGradient><linearGradient id="light-gradient10-40" x1="-76.5" y1="221.17" x2="-47.98" y2="221.17" gradientTransform="translate(80.8 -154.72) rotate(-11.53)" xlink:href="#light-gradient10"></linearGradient><linearGradient id="light-gradient10-41" x1="-76.48" y1="221.16" x2="-48.01" y2="221.16" gradientTransform="translate(80.8 -154.72) rotate(-11.53)" xlink:href="#light-gradient10"></linearGradient><linearGradient id="light-gradient10-42" x1="-76.45" y1="221.14" x2="-48.05" y2="221.14" gradientTransform="translate(80.8 -154.72) rotate(-11.53)" xlink:href="#light-gradient10"></linearGradient><linearGradient id="light-gradient10-43" x1="-76.43" y1="221.13" x2="-48.08" y2="221.13" gradientTransform="translate(80.8 -154.72) rotate(-11.53)" xlink:href="#light-gradient10"></linearGradient><linearGradient id="light-gradient10-44" x1="-76.4" y1="221.12" x2="-48.11" y2="221.12" gradientTransform="translate(80.8 -154.72) rotate(-11.53)" xlink:href="#light-gradient10"></linearGradient><linearGradient id="light-gradient10-45" x1="-76.38" y1="221.1" x2="-48.14" y2="221.1" gradientTransform="translate(80.8 -154.72) rotate(-11.53)" xlink:href="#light-gradient10"></linearGradient><linearGradient id="light-gradient10-46" x1="-76.35" y1="221.09" x2="-48.18" y2="221.09" gradientTransform="translate(80.8 -154.72) rotate(-11.53)" xlink:href="#light-gradient10"></linearGradient><linearGradient id="light-gradient10-47" x1="-76.33" y1="221.07" x2="-48.21" y2="221.07" gradientTransform="translate(80.8 -154.72) rotate(-11.53)" xlink:href="#light-gradient10"></linearGradient><linearGradient id="light-gradient10-48" x1="-76.3" y1="221.06" x2="-48.24" y2="221.06" gradientTransform="translate(80.8 -154.72) rotate(-11.53)" xlink:href="#light-gradient10"></linearGradient><linearGradient id="light-gradient10-49" x1="-76.28" y1="221.05" x2="-48.27" y2="221.05" gradientTransform="translate(80.8 -154.72) rotate(-11.53)" xlink:href="#light-gradient10"></linearGradient><linearGradient id="light-gradient10-50" x1="-76.25" y1="221.03" x2="-48.3" y2="221.03" gradientTransform="translate(80.8 -154.72) rotate(-11.53)" xlink:href="#light-gradient10"></linearGradient><linearGradient id="light-gradient10-51" x1="-76.23" y1="221.02" x2="-48.34" y2="221.02" gradientTransform="translate(80.8 -154.72) rotate(-11.53)" xlink:href="#light-gradient10"></linearGradient><linearGradient id="light-gradient10-52" x1="4.89" y1="42.94" x2="12.79" y2="42.94" gradientTransform="matrix(0.38, 0.7, -0.68, 0.37, 32.89, 23.93)" xlink:href="#light-gradient10"></linearGradient><linearGradient id="light-gradient10-53" x1="-101.81" y1="191.85" x2="-101.81" y2="175.38" gradientTransform="matrix(0.36, 0.71, -0.69, 0.35, 170.6, 53.77)" xlink:href="#light-gradient10"></linearGradient><linearGradient id="light-gradient10-54" x1="-101.81" y1="191.84" x2="-101.81" y2="175.38" gradientTransform="matrix(0.36, 0.71, -0.69, 0.35, 170.6, 53.77)" xlink:href="#light-gradient10"></linearGradient><linearGradient id="light-gradient10-55" x1="-101.81" y1="191.83" x2="-101.81" y2="175.38" gradientTransform="matrix(0.36, 0.71, -0.69, 0.35, 170.6, 53.77)" xlink:href="#light-gradient10"></linearGradient><linearGradient id="light-gradient10-56" x1="-101.81" y1="191.81" x2="-101.81" y2="175.39" gradientTransform="matrix(0.36, 0.71, -0.69, 0.35, 170.6, 53.77)" xlink:href="#light-gradient10"></linearGradient><linearGradient id="light-gradient10-57" x1="-101.81" y1="191.8" x2="-101.81" y2="175.39" gradientTransform="matrix(0.36, 0.71, -0.69, 0.35, 170.6, 53.77)" xlink:href="#light-gradient10"></linearGradient><linearGradient id="light-gradient10-58" x1="-101.82" y1="191.79" x2="-101.82" y2="175.39" gradientTransform="matrix(0.36, 0.71, -0.69, 0.35, 170.6, 53.77)" xlink:href="#light-gradient10"></linearGradient><linearGradient id="light-gradient10-59" x1="-101.82" y1="191.78" x2="-101.82" y2="175.39" gradientTransform="matrix(0.36, 0.71, -0.69, 0.35, 170.6, 53.77)" xlink:href="#light-gradient10"></linearGradient><linearGradient id="light-gradient10-60" x1="-101.82" y1="191.77" x2="-101.82" y2="175.4" gradientTransform="matrix(0.36, 0.71, -0.69, 0.35, 170.6, 53.77)" xlink:href="#light-gradient10"></linearGradient><linearGradient id="light-gradient10-61" x1="-101.82" y1="191.76" x2="-101.82" y2="175.4" gradientTransform="matrix(0.36, 0.71, -0.69, 0.35, 170.6, 53.77)" xlink:href="#light-gradient10"></linearGradient><linearGradient id="light-gradient10-62" x1="-101.82" y1="191.75" x2="-101.82" y2="175.4" gradientTransform="matrix(0.36, 0.71, -0.69, 0.35, 170.6, 53.77)" xlink:href="#light-gradient10"></linearGradient><linearGradient id="light-gradient10-63" x1="-101.83" y1="191.73" x2="-101.83" y2="175.41" gradientTransform="matrix(0.36, 0.71, -0.69, 0.35, 170.6, 53.77)" xlink:href="#light-gradient10"></linearGradient><linearGradient id="light-gradient10-64" x1="-101.83" y1="191.72" x2="-101.83" y2="175.41" gradientTransform="matrix(0.36, 0.71, -0.69, 0.35, 170.6, 53.77)" xlink:href="#light-gradient10"></linearGradient><linearGradient id="light-gradient10-65" x1="-101.83" y1="191.71" x2="-101.83" y2="175.41" gradientTransform="matrix(0.36, 0.71, -0.69, 0.35, 170.6, 53.77)" xlink:href="#light-gradient10"></linearGradient><linearGradient id="light-gradient10-66" x1="-101.83" y1="191.7" x2="-101.83" y2="175.42" gradientTransform="matrix(0.36, 0.71, -0.69, 0.35, 170.6, 53.77)" xlink:href="#light-gradient10"></linearGradient><linearGradient id="light-gradient10-67" x1="-101.83" y1="191.69" x2="-101.83" y2="175.42" gradientTransform="matrix(0.36, 0.71, -0.69, 0.35, 170.6, 53.77)" xlink:href="#light-gradient10"></linearGradient><linearGradient id="light-gradient10-68" x1="-101.84" y1="191.68" x2="-101.84" y2="175.42" gradientTransform="matrix(0.36, 0.71, -0.69, 0.35, 170.6, 53.77)" xlink:href="#light-gradient10"></linearGradient><linearGradient id="light-gradient10-69" x1="32.57" y1="20.37" x2="33.82" y2="20.37" gradientTransform="matrix(1.25, -0.24, 0.22, 1.77, -12.47, -2.34)" xlink:href="#light-gradient10"></linearGradient><linearGradient id="light-gradient10-70" x1="-4.09" y1="172.49" x2="-4.09" y2="164.71" gradientTransform="matrix(0.84, -0.04, 0.17, 3.19, 8.91, -512.96)" xlink:href="#light-gradient10"></linearGradient><linearGradient id="light-gradient10-71" x1="-4.1" y1="172.48" x2="-4.1" y2="164.72" gradientTransform="matrix(0.84, -0.04, 0.17, 3.19, 8.91, -512.96)" xlink:href="#light-gradient10"></linearGradient><linearGradient id="light-gradient10-72" x1="-4.1" y1="172.48" x2="-4.1" y2="164.73" gradientTransform="matrix(0.84, -0.04, 0.17, 3.19, 8.91, -512.96)" xlink:href="#light-gradient10"></linearGradient><linearGradient id="light-gradient10-73" x1="-4.1" y1="172.47" x2="-4.1" y2="164.73" gradientTransform="matrix(0.84, -0.04, 0.17, 3.19, 8.91, -512.96)" xlink:href="#light-gradient10"></linearGradient><linearGradient id="light-gradient10-74" x1="-4.1" y1="172.47" x2="-4.1" y2="164.74" gradientTransform="matrix(0.84, -0.04, 0.17, 3.19, 8.91, -512.96)" xlink:href="#light-gradient10"></linearGradient><linearGradient id="light-gradient10-75" x1="-4.1" y1="172.46" x2="-4.1" y2="164.75" gradientTransform="matrix(0.84, -0.04, 0.17, 3.19, 8.91, -512.96)" xlink:href="#light-gradient10"></linearGradient><linearGradient id="light-gradient10-76" x1="-4.1" y1="172.46" x2="-4.1" y2="164.76" gradientTransform="matrix(0.84, -0.04, 0.17, 3.19, 8.91, -512.96)" xlink:href="#light-gradient10"></linearGradient><linearGradient id="light-gradient10-77" x1="-4.1" y1="172.45" x2="-4.1" y2="164.76" gradientTransform="matrix(0.84, -0.04, 0.17, 3.19, 8.91, -512.96)" xlink:href="#light-gradient10"></linearGradient><linearGradient id="light-gradient10-78" x1="-4.1" y1="172.45" x2="-4.1" y2="164.77" gradientTransform="matrix(0.84, -0.04, 0.17, 3.19, 8.91, -512.96)" xlink:href="#light-gradient10"></linearGradient><linearGradient id="light-gradient10-79" x1="-4.1" y1="172.44" x2="-4.1" y2="164.78" gradientTransform="matrix(0.84, -0.04, 0.17, 3.19, 8.91, -512.96)" xlink:href="#light-gradient10"></linearGradient><linearGradient id="light-gradient10-80" x1="-4.1" y1="172.43" x2="-4.1" y2="164.79" gradientTransform="matrix(0.84, -0.04, 0.17, 3.19, 8.91, -512.96)" xlink:href="#light-gradient10"></linearGradient><linearGradient id="light-gradient10-81" x1="-4.1" y1="172.43" x2="-4.1" y2="164.79" gradientTransform="matrix(0.84, -0.04, 0.17, 3.19, 8.91, -512.96)" xlink:href="#light-gradient10"></linearGradient><linearGradient id="light-gradient10-82" x1="-4.1" y1="172.42" x2="-4.1" y2="164.8" gradientTransform="matrix(0.84, -0.04, 0.17, 3.19, 8.91, -512.96)" xlink:href="#light-gradient10"></linearGradient><linearGradient id="light-gradient10-83" x1="-4.1" y1="172.42" x2="-4.1" y2="164.81" gradientTransform="matrix(0.84, -0.04, 0.17, 3.19, 8.91, -512.96)" xlink:href="#light-gradient10"></linearGradient><linearGradient id="light-gradient10-84" x1="-4.1" y1="172.41" x2="-4.1" y2="164.82" gradientTransform="matrix(0.84, -0.04, 0.17, 3.19, 8.91, -512.96)" xlink:href="#light-gradient10"></linearGradient><linearGradient id="light-gradient10-85" x1="-4.09" y1="172.41" x2="-4.09" y2="164.82" gradientTransform="matrix(0.84, -0.04, 0.17, 3.19, 8.91, -512.96)" xlink:href="#light-gradient10"></linearGradient><linearGradient id="light-gradient10-86" x1="52.65" y1="62.28" x2="54.41" y2="62.22" gradientTransform="matrix(1.28, 0.07, -0.21, 1.77, 12.18, -19.49)" xlink:href="#light-gradient10"></linearGradient><linearGradient id="light-gradient10-87" x1="31.31" y1="190.79" x2="34.15" y2="190.65" gradientTransform="matrix(0.83, 0.16, -0.61, 3.14, 156.35, -509.8)" xlink:href="#light-gradient10"></linearGradient><linearGradient id="light-gradient10-88" x1="31.34" y1="190.79" x2="34.11" y2="190.65" gradientTransform="matrix(0.83, 0.16, -0.61, 3.14, 156.35, -509.8)" xlink:href="#light-gradient10"></linearGradient><linearGradient id="light-gradient10-89" x1="31.38" y1="190.79" x2="34.08" y2="190.65" gradientTransform="matrix(0.83, 0.16, -0.61, 3.14, 156.35, -509.8)" xlink:href="#light-gradient10"></linearGradient><linearGradient id="light-gradient10-90" x1="31.41" y1="190.79" x2="34.04" y2="190.66" gradientTransform="matrix(0.83, 0.16, -0.61, 3.14, 156.35, -509.8)" xlink:href="#light-gradient10"></linearGradient><linearGradient id="light-gradient10-91" x1="31.45" y1="190.79" x2="34" y2="190.66" gradientTransform="matrix(0.83, 0.16, -0.61, 3.14, 156.35, -509.8)" xlink:href="#light-gradient10"></linearGradient><linearGradient id="light-gradient10-92" x1="31.48" y1="190.79" x2="33.97" y2="190.66" gradientTransform="matrix(0.83, 0.16, -0.61, 3.14, 156.35, -509.8)" xlink:href="#light-gradient10"></linearGradient><linearGradient id="light-gradient10-93" x1="31.52" y1="190.79" x2="33.93" y2="190.66" gradientTransform="matrix(0.83, 0.16, -0.61, 3.14, 156.35, -509.8)" xlink:href="#light-gradient10"></linearGradient><linearGradient id="light-gradient10-94" x1="31.56" y1="190.79" x2="33.9" y2="190.67" gradientTransform="matrix(0.83, 0.16, -0.61, 3.14, 156.35, -509.8)" xlink:href="#light-gradient10"></linearGradient><linearGradient id="light-gradient10-95" x1="31.59" y1="190.79" x2="33.86" y2="190.67" gradientTransform="matrix(0.83, 0.16, -0.61, 3.14, 156.35, -509.8)" xlink:href="#light-gradient10"></linearGradient><linearGradient id="light-gradient10-96" x1="31.63" y1="190.79" x2="33.83" y2="190.67" gradientTransform="matrix(0.83, 0.16, -0.61, 3.14, 156.35, -509.8)" xlink:href="#light-gradient10"></linearGradient><linearGradient id="light-gradient10-97" x1="31.66" y1="190.79" x2="33.79" y2="190.68" gradientTransform="matrix(0.83, 0.16, -0.61, 3.14, 156.35, -509.8)" xlink:href="#light-gradient10"></linearGradient><linearGradient id="light-gradient10-98" x1="31.7" y1="190.78" x2="33.76" y2="190.68" gradientTransform="matrix(0.83, 0.16, -0.61, 3.14, 156.35, -509.8)" xlink:href="#light-gradient10"></linearGradient><linearGradient id="light-gradient10-99" x1="31.73" y1="190.78" x2="33.72" y2="190.68" gradientTransform="matrix(0.83, 0.16, -0.61, 3.14, 156.35, -509.8)" xlink:href="#light-gradient10"></linearGradient><linearGradient id="light-gradient10-100" x1="31.77" y1="190.78" x2="33.69" y2="190.69" gradientTransform="matrix(0.83, 0.16, -0.61, 3.14, 156.35, -509.8)" xlink:href="#light-gradient10"></linearGradient><linearGradient id="light-gradient10-101" x1="31.8" y1="190.78" x2="33.65" y2="190.69" gradientTransform="matrix(0.83, 0.16, -0.61, 3.14, 156.35, -509.8)" xlink:href="#light-gradient10"></linearGradient><linearGradient id="light-gradient10-102" x1="31.84" y1="190.78" x2="33.62" y2="190.69" gradientTransform="matrix(0.83, 0.16, -0.61, 3.14, 156.35, -509.8)" xlink:href="#light-gradient10"></linearGradient></defs><title>crystal-blue</title><g style="isolation:isolate"><g id="crystal-blue"><g id="crystal"><polygon points="0 46.99 8.26 48.71 14.93 38.2 5.45 38.88 0 46.99" fill="url(#未命名漸層_2124)"></polygon><polygon points="29.52 84.8 8.26 48.71 14.93 38.2 38.4 83.71 29.52 84.8" fill="url(#未命名漸層_2119)"></polygon><polygon points="0 46.99 17.57 83.99 29.52 84.8 8.26 48.71 0 46.99" fill="url(#未命名漸層_2066)"></polygon><polygon points="66.27 114.54 56.54 4.7 47.68 0 32.1 13.6 46.7 119.72 66.27 114.54" fill="url(#未命名漸層_2003)"></polygon><polygon points="27.83 111.76 19.59 16.13 32.1 13.6 46.7 119.72 40.15 97.01 30.03 95.31 27.83 111.76" fill="url(#blue-graidnet4)"></polygon><polygon points="28.27 117.31 19.59 16.13 32.1 13.6 46.7 119.72 28.27 117.31" fill="url(#未命名漸層_2027)"></polygon><polygon points="47.68 0 37.84 3.26 19.59 16.13 32.1 13.6 47.68 0" fill="url(#未命名漸層_2009)"></polygon><path d="M21.44,39.41,21,33.26l14.32,5,.8,6.25ZM20.1,22.54l.24,3.08L34.2,29.93l-.33-2.59ZM37,52.05l-.24-1.89L21.86,44.68l.2,2.52Z" opacity="0.3" fill="url(#未命名漸層_2182)"></path><polygon points="66.93 25.51 73.05 30.77 84.55 26.11 85.79 13.37 66.93 25.51" fill="url(#未命名漸層_2134)"></polygon><polygon points="93.44 32.69 84.55 26.11 85.79 13.37 90.96 23.83 93.44 32.69" fill="url(#未命名漸層_2159)"></polygon><polygon points="66.93 25.51 56.27 58.96 56.83 78.54 73.05 30.77 66.93 25.51" fill="url(#未命名漸層_2172)"></polygon><polygon points="84.55 26.11 63.7 80.54 56.89 80.6 56.83 78.54 73.05 30.77 84.55 26.11" fill="url(#未命名漸層_2168)"></polygon><polygon points="93.44 32.69 67.38 80.48 63.7 80.54 84.55 26.11 93.44 32.69" fill="url(#未命名漸層_2163)"></polygon><polygon points="37.56 125.24 51.48 120.08 49.55 90.32 37.56 74.98 29.57 71.28 26.15 79.21 37.56 125.24" fill="url(#未命名漸層_2045)"></polygon><polygon points="15.87 118.36 37.56 125.24 26.15 79.21 13.02 76.04 15.87 118.36" fill="url(#未命名漸層_2061)"></polygon><polygon points="29.57 71.28 19.87 71.28 13.02 76.04 26.15 79.21 29.57 71.28" fill="url(#未命名漸層_2036)"></polygon><polygon points="43.85 88.99 46.52 66.45 68.8 82.81 63.3 127.43 47.45 123.1 44.39 94.8 43.85 88.99" fill="url(#未命名漸層_1983)"></polygon><polygon points="77.43 123.34 85 73.23 79.27 61.27 68.8 82.81 63.3 127.43 77.43 123.34" fill="url(#未命名漸層_1987)"></polygon><polygon points="46.52 66.45 56.98 57.65 67.9 55.34 79.27 61.27 68.8 82.81 46.52 66.45" fill="url(#未命名漸層_1990)"></polygon><path d="M43.9,88.63l.76-6.47L66.93,98.31l-.9,7Zm21.52,21.62L44.51,95.94l.44,4,20.18,12.43ZM46,71l-.28,2.36L67.76,91.19l.47-3.61Z" opacity="0.3" fill="url(#未命名漸層_2181)"></path></g><g style="mix-blend-mode:screen"><g opacity="0"><polygon points="32.41 14.89 20.34 16.57 21.19 15.36 31.35 12.9 41.93 4 43.5 4.14 32.41 14.89" fill="url(#light-gradient10)"></polygon></g><g opacity="0.06"><polygon points="32.39 14.85 20.36 16.55 21.17 15.38 31.37 12.94 41.97 4.01 43.47 4.14 32.39 14.85" fill="url(#light-gradient10-2)"></polygon></g><g opacity="0.13"><polygon points="32.36 14.8 20.38 16.52 21.15 15.41 31.39 12.99 42 4.01 43.43 4.14 32.36 14.8" fill="url(#light-gradient10-3)"></polygon></g><g opacity="0.19"><polygon points="32.34 14.76 20.4 16.49 21.13 15.43 31.42 13.03 42.03 4.01 43.4 4.13 32.34 14.76" fill="url(#light-gradient10-4)"></polygon></g><g opacity="0.25"><polygon points="32.32 14.72 20.42 16.47 21.11 15.46 31.44 13.07 42.07 4.02 43.36 4.13 32.32 14.72" fill="url(#light-gradient10-5)"></polygon></g><g opacity="0.31"><polygon points="32.29 14.67 20.43 16.44 21.09 15.49 31.46 13.12 42.1 4.02 43.33 4.13 32.29 14.67" fill="url(#light-gradient10-6)"></polygon></g><g opacity="0.38"><polygon points="32.27 14.63 20.45 16.41 21.07 15.52 31.49 13.16 42.14 4.02 43.29 4.13 32.27 14.63" fill="url(#light-gradient10-7)"></polygon></g><g opacity="0.44"><polygon points="32.25 14.58 20.47 16.39 21.06 15.54 31.51 13.2 42.17 4.03 43.26 4.12 32.25 14.58" fill="url(#light-gradient10-8)"></polygon></g><g opacity="0.5"><polygon points="32.22 14.54 20.49 16.36 21.04 15.57 31.53 13.25 42.2 4.03 43.23 4.12 32.22 14.54" fill="url(#light-gradient10-9)"></polygon></g><g opacity="0.56"><polygon points="32.2 14.5 20.51 16.33 21.02 15.6 31.56 13.29 42.24 4.03 43.19 4.12 32.2 14.5" fill="url(#light-gradient10-10)"></polygon></g><g opacity="0.63"><polygon points="32.18 14.46 20.53 16.31 21 15.62 31.58 13.33 42.27 4.04 43.16 4.11 32.18 14.46" fill="url(#light-gradient10-11)"></polygon></g><g opacity="0.69"><polygon points="32.16 14.41 20.55 16.28 20.98 15.65 31.6 13.38 42.31 4.04 43.12 4.11 32.16 14.41" fill="url(#light-gradient10-12)"></polygon></g><g opacity="0.75"><polygon points="32.13 14.37 20.56 16.25 20.96 15.68 31.63 13.42 42.34 4.04 43.09 4.11 32.13 14.37" fill="url(#light-gradient10-13)"></polygon></g><g opacity="0.81"><polygon points="32.11 14.32 20.58 16.23 20.95 15.7 31.65 13.46 42.38 4.04 43.05 4.11 32.11 14.32" fill="url(#light-gradient10-14)"></polygon></g><g opacity="0.88"><polygon points="32.09 14.28 20.6 16.2 20.93 15.73 31.67 13.51 42.41 4.05 43.02 4.1 32.09 14.28" fill="url(#light-gradient10-15)"></polygon></g><g opacity="0.94"><polygon points="32.06 14.24 20.62 16.17 20.91 15.75 31.7 13.55 42.45 4.05 42.98 4.1 32.06 14.24" fill="url(#light-gradient10-16)"></polygon></g><polygon points="32.04 14.19 20.64 16.15 20.89 15.78 31.72 13.6 42.48 4.05 42.95 4.1 32.04 14.19" fill="url(#light-gradient10-17)"></polygon></g><g style="mix-blend-mode:screen"><g opacity="0"><polygon points="73.26 31.31 66.48 26.86 67.41 25.7 72.73 29.68 83.37 26.18 84.92 26.44 73.26 31.31" fill="url(#light-gradient10-18)"></polygon></g><g opacity="0.06"><polygon points="73.24 31.27 66.5 26.83 67.39 25.73 72.75 29.72 83.4 26.19 84.89 26.43 73.24 31.27" fill="url(#light-gradient10-19)"></polygon></g><g opacity="0.13"><polygon points="73.2 31.43 66.52 26.81 67.37 25.75 72.77 29.77 83.44 26.19 84.86 26.43 73.2 31.43" fill="url(#light-gradient10-20)"></polygon></g><g opacity="0.19"><polygon points="73.18 31.39 66.54 26.78 67.35 25.78 72.79 29.81 83.47 26.2 84.82 26.42 73.18 31.39" fill="url(#light-gradient10-21)"></polygon></g><g opacity="0.25"><polygon points="73.16 31.34 66.56 26.76 67.33 25.8 72.81 29.86 83.5 26.2 84.79 26.41 73.16 31.34" fill="url(#light-gradient10-22)"></polygon></g><g opacity="0.31"><polygon points="73.14 31.3 66.58 26.73 67.31 25.83 72.83 29.9 83.54 26.21 84.75 26.41 73.14 31.3" fill="url(#light-gradient10-23)"></polygon></g><g opacity="0.38"><polygon points="73.12 31.25 66.6 26.71 67.29 25.86 72.85 29.95 83.57 26.21 84.72 26.4 73.12 31.25" fill="url(#light-gradient10-24)"></polygon></g><g opacity="0.44"><polygon points="73.1 31.21 66.62 26.68 67.27 25.88 72.87 29.99 83.61 26.22 84.69 26.4 73.1 31.21" fill="url(#light-gradient10-25)"></polygon></g><g opacity="0.5"><polygon points="73.08 31.16 66.64 26.66 67.25 25.91 72.89 30.04 83.64 26.23 84.65 26.39 73.08 31.16" fill="url(#light-gradient10-26)"></polygon></g><g opacity="0.56"><polygon points="73.06 31.12 66.66 26.63 67.22 25.93 72.91 30.08 83.67 26.23 84.62 26.39 73.06 31.12" fill="url(#light-gradient10-27)"></polygon></g><g opacity="0.63"><polygon points="73.04 31.07 66.68 26.61 67.21 25.96 72.93 30.13 83.71 26.24 84.58 26.38 73.04 31.07" fill="url(#light-gradient10-28)"></polygon></g><g opacity="0.69"><polygon points="73.02 31.03 66.7 26.58 67.18 25.98 72.95 30.17 83.74 26.24 84.55 26.38 73.02 31.03" fill="url(#light-gradient10-29)"></polygon></g><g opacity="0.75"><polygon points="73 30.98 66.72 26.55 67.16 26.01 72.97 30.22 83.78 26.25 84.52 26.37 73 30.98" fill="url(#light-gradient10-30)"></polygon></g><g opacity="0.81"><polygon points="72.98 30.94 66.74 26.53 67.14 26.03 72.99 30.26 83.81 26.25 84.48 26.36 72.98 30.94" fill="url(#light-gradient10-31)"></polygon></g><g opacity="0.88"><polygon points="72.96 30.89 66.76 26.5 67.12 26.06 73.01 30.31 83.84 26.26 84.45 26.36 72.96 30.89" fill="url(#light-gradient10-32)"></polygon></g><g opacity="0.94"><polygon points="72.94 30.85 66.78 26.48 67.1 26.08 73.03 30.35 83.88 26.27 84.41 26.35 72.94 30.85" fill="url(#light-gradient10-33)"></polygon></g><polygon points="72.92 30.8 66.8 26.45 67.08 26.11 73.05 30.4 83.91 26.27 84.38 26.35 72.92 30.8" fill="url(#light-gradient10-34)"></polygon></g><g style="mix-blend-mode:screen"><g opacity="0"><polygon points="69.11 83.1 48.2 68.83 49.13 67.68 68.58 81.47 75.73 67.04 77.29 67.3 69.11 83.1" fill="url(#light-gradient10-35)"></polygon></g><g opacity="0.06"><polygon points="69.09 83.06 48.22 68.81 49.12 67.7 68.6 81.51 75.77 67.05 77.26 67.29 69.09 83.06" fill="url(#light-gradient10-36)"></polygon></g><g opacity="0.13"><polygon points="69.05 83.23 48.24 68.78 49.09 67.73 68.62 81.56 75.8 67.05 77.22 67.28 69.05 83.23" fill="url(#light-gradient10-37)"></polygon></g><g opacity="0.19"><polygon points="69.03 83.18 48.26 68.75 49.07 67.75 68.64 81.6 75.84 67.06 77.19 67.28 69.03 83.18" fill="url(#light-gradient10-38)"></polygon></g><g opacity="0.25"><polygon points="69.01 83.14 48.28 68.73 49.05 67.78 68.66 81.65 75.87 67.06 77.15 67.27 69.01 83.14" fill="url(#light-gradient10-39)"></polygon></g><g opacity="0.31"><polygon points="68.99 83.09 48.3 68.7 49.03 67.8 68.68 81.69 75.91 67.07 77.12 67.27 68.99 83.09" fill="url(#light-gradient10-40)"></polygon></g><g opacity="0.38"><polygon points="68.97 83.05 48.33 68.68 49.01 67.83 68.7 81.74 75.94 67.07 77.09 67.26 68.97 83.05" fill="url(#light-gradient10-41)"></polygon></g><g opacity="0.44"><polygon points="68.95 83 48.34 68.65 48.99 67.85 68.72 81.78 75.97 67.08 77.05 67.26 68.95 83" fill="url(#light-gradient10-42)"></polygon></g><g opacity="0.5"><polygon points="68.93 82.95 48.37 68.63 48.97 67.88 68.74 81.83 76.01 67.09 77.02 67.25 68.93 82.95" fill="url(#light-gradient10-43)"></polygon></g><g opacity="0.56"><polygon points="68.91 82.91 48.39 68.6 48.95 67.9 68.76 81.87 76.04 67.09 76.98 67.25 68.91 82.91" fill="url(#light-gradient10-44)"></polygon></g><g opacity="0.63"><polygon points="68.89 82.86 48.41 68.58 48.93 67.93 68.78 81.92 76.08 67.1 76.95 67.24 68.89 82.86" fill="url(#light-gradient10-45)"></polygon></g><g opacity="0.69"><polygon points="68.87 82.82 48.43 68.55 48.91 67.95 68.8 81.96 76.11 67.1 76.92 67.23 68.87 82.82" fill="url(#light-gradient10-46)"></polygon></g><g opacity="0.75"><polygon points="68.85 82.77 48.45 68.53 48.89 67.98 68.82 82.01 76.14 67.11 76.88 67.23 68.85 82.77" fill="url(#light-gradient10-47)"></polygon></g><g opacity="0.81"><polygon points="68.83 82.73 48.47 68.5 48.87 68 68.84 82.05 76.18 67.11 76.85 67.22 68.83 82.73" fill="url(#light-gradient10-48)"></polygon></g><g opacity="0.88"><polygon points="68.81 82.69 48.49 68.48 48.85 68.03 68.86 82.1 76.21 67.12 76.81 67.22 68.81 82.69" fill="url(#light-gradient10-49)"></polygon></g><g opacity="0.94"><polygon points="68.79 82.64 48.51 68.45 48.83 68.06 68.88 82.14 76.25 67.13 76.78 67.21 68.79 82.64" fill="url(#light-gradient10-50)"></polygon></g><polygon points="68.77 82.59 48.53 68.43 48.81 68.08 68.47 81.74 76.28 67.13 76.75 67.21 68.77 82.59" fill="url(#light-gradient10-51)"></polygon></g><g style="mix-blend-mode:screen"><g opacity="0"><polygon points="0.65 47.49 0.47 46.25 8 47.77 11.98 41.85 12.66 42.96 8.46 49.03 0.65 47.49" fill="url(#light-gradient10-52)"></polygon></g><g opacity="0.06"><polygon points="0.64 47.47 0.48 46.28 8.01 47.8 11.99 41.88 12.65 42.94 8.45 49 0.64 47.47" fill="url(#light-gradient10-53)"></polygon></g><g opacity="0.13"><polygon points="0.64 47.44 0.48 46.3 8.02 47.83 12.01 41.9 12.63 42.91 8.44 48.98 0.64 47.44" fill="url(#light-gradient10-54)"></polygon></g><g opacity="0.19"><polygon points="0.63 47.41 0.48 46.33 8.03 47.85 12.02 41.93 12.62 42.89 8.43 48.95 0.63 47.41" fill="url(#light-gradient10-55)"></polygon></g><g opacity="0.25"><polygon points="0.63 47.38 0.49 46.36 8.04 47.88 12.04 41.95 12.6 42.86 8.42 48.92 0.63 47.38" fill="url(#light-gradient10-56)"></polygon></g><g opacity="0.31"><polygon points="0.63 47.36 0.49 46.39 8.05 47.91 12.05 41.98 12.59 42.84 8.4 48.89 0.63 47.36" fill="url(#light-gradient10-57)"></polygon></g><g opacity="0.38"><polygon points="0.62 47.33 0.5 46.41 8.06 47.94 12.07 42 12.57 42.81 8.4 48.87 0.62 47.33" fill="url(#light-gradient10-58)"></polygon></g><g opacity="0.44"><polygon points="0.62 47.3 0.5 46.44 8.07 47.97 12.08 42.02 12.56 42.79 8.39 48.84 0.62 47.3" fill="url(#light-gradient10-59)"></polygon></g><g opacity="0.5"><polygon points="0.62 47.27 0.5 46.47 8.08 47.99 12.1 42.05 12.54 42.77 8.38 48.81 0.62 47.27" fill="url(#light-gradient10-60)"></polygon></g><g opacity="0.56"><polygon points="0.61 47.25 0.51 46.49 8.09 48.02 12.11 42.07 12.53 42.74 8.37 48.78 0.61 47.25" fill="url(#light-gradient10-61)"></polygon></g><g opacity="0.63"><polygon points="0.61 47.22 0.51 46.52 8.1 48.05 12.13 42.09 12.51 42.72 8.36 48.76 0.61 47.22" fill="url(#light-gradient10-62)"></polygon></g><g opacity="0.69"><polygon points="0.6 47.19 0.52 46.55 8.11 48.08 12.14 42.12 12.5 42.69 8.35 48.73 0.6 47.19" fill="url(#light-gradient10-63)"></polygon></g><g opacity="0.75"><polygon points="0.6 47.17 0.52 46.58 8.12 48.1 12.16 42.14 12.48 42.67 8.34 48.7 0.6 47.17" fill="url(#light-gradient10-64)"></polygon></g><g opacity="0.81"><polygon points="0.6 47.14 0.52 46.6 8.13 48.13 12.17 42.17 12.47 42.64 8.32 48.67 8.26 48.67 0.6 47.14" fill="url(#light-gradient10-65)"></polygon></g><g opacity="0.88"><polygon points="0.59 47.11 0.53 46.63 8.14 48.16 12.19 42.19 12.45 42.62 8.31 48.65 0.59 47.11" fill="url(#light-gradient10-66)"></polygon></g><g opacity="0.94"><polygon points="0.59 47.09 0.53 46.66 8.15 48.19 12.2 42.22 12.44 42.6 8.3 48.62 8.26 48.62 0.59 47.09" fill="url(#light-gradient10-67)"></polygon></g><polygon points="0.59 47.06 0.53 46.69 8.16 48.21 12.22 42.24 12.42 42.57 8.29 48.59 8.25 48.59 0.59 47.06" fill="url(#light-gradient10-68)"></polygon></g><polygon id="stone-bg" points="98.61 114.32 90.29 107.61 83.78 105.23 73.94 105.44 64.91 111.67 64.69 112.07 62.58 108.67 49.45 100.79 32.37 100.79 21.34 109.98 18.19 117.6 20.03 127.58 39.47 127.58 46.03 127.58 53.78 127.58 57.72 127.58 61.88 127.58 61.89 127.62 72.43 127.6 82.43 127.58 87.79 127.57 99.64 127.55 99.92 123.36 98.61 114.32" fill="#e5c6af"></polygon><g id="stone-2" data-name="stone"><polygon points="20.03 127.58 26.07 121.14 36.97 117.99 39.46 127.58 20.03 127.58" fill="#ecd1b6"></polygon><polygon points="39.46 127.58 46.03 127.58 50.63 120.09 51.55 105.52 36.97 117.99 39.46 127.58" fill="#e5c3a9"></polygon><polygon points="50.63 120.09 66 114.18 57.72 127.58 53.78 127.58 50.63 120.09" fill="#876769"></polygon><polygon points="51.55 105.52 62.58 108.67 66 114.18 50.63 120.09 51.55 105.52" fill="#a27c88"></polygon><polygon points="32.37 100.79 51.55 105.52 62.58 108.67 49.45 100.79 32.37 100.79" fill="#d4ada7"></polygon><polygon points="18.19 117.6 26.07 121.14 20.03 127.58 18.19 117.6" fill="#ebcbb7"></polygon><polygon points="25.26 111.99 18.19 117.6 26.07 121.14 36.97 117.99 25.26 111.99" fill="#f1d5c2"></polygon><polygon points="50.63 120.09 46.03 127.58 53.78 127.58 50.63 120.09" fill="#d8ac9b"></polygon><polygon points="66 114.18 57.72 127.58 68.1 127.58 66 114.18" fill="#574345"></polygon><polygon points="21.34 109.98 18.19 117.6 25.26 111.99 32.37 100.79 21.34 109.98" fill="#f9e2cc"></polygon><polygon points="32.37 100.79 25.26 111.99 36.97 117.99 51.55 105.52 32.37 100.79" fill="#eed0b6"></polygon><polygon points="88.5 123.55 82.43 127.58 87.79 127.57 88.5 123.55" fill="#c5988f"></polygon><polygon points="67.85 122.58 72.43 127.6 61.89 127.62 60.95 123.52 67.85 122.58" fill="#745263"></polygon><polygon points="87.79 127.57 88.5 123.55 99.92 123.36 99.64 127.55 87.79 127.57" fill="#a68180"></polygon><polygon points="88.5 123.55 93.3 115.01 99.92 123.36 88.5 123.55" fill="#bb9994"></polygon><polygon points="93.3 115.01 98.61 114.32 99.92 123.36 93.3 115.01" fill="#c1a2ab"></polygon><polygon points="93.3 115.01 82.51 107.08 90.29 107.61 98.61 114.32 93.3 115.01" fill="#c9aca4"></polygon><polygon points="82.51 107.08 73.94 105.44 83.78 105.23 90.29 107.61 82.51 107.08" fill="#eac6bb"></polygon><polygon points="73.94 105.44 64.91 111.67 73.41 113.13 82.51 107.08 73.94 105.44" fill="#f2dabd"></polygon><polygon points="73.41 113.13 88.5 123.55 93.3 115.01 82.51 107.08 73.41 113.13" fill="#e7c9b6"></polygon><polygon points="82.43 127.58 69.93 117.85 73.41 113.13 88.5 123.55 82.43 127.58" fill="#e5c6af"></polygon><polygon points="69.93 117.85 64.91 111.67 73.41 113.13 69.93 117.85" fill="#f6dec7"></polygon><polygon points="61.31 118.1 69.93 117.85 64.91 111.67 61.31 118.1" fill="#b18f9d"></polygon><polygon points="69.93 117.85 67.85 122.58 60.95 123.52 61.31 118.1 69.93 117.85" fill="#a37d8d"></polygon><polygon points="67.85 122.58 69.93 117.85 82.43 127.58 72.43 127.6 67.85 122.58" fill="#977082"></polygon></g><g style="mix-blend-mode:screen"><g opacity="0"><polyline points="32.92 13.16 35.71 37.03 34.39 37.85 31.72 13.99" fill="url(#light-gradient10-69)"></polyline></g><g opacity="0.06"><polyline points="32.99 13.02 35.68 37.05 34.42 37.83 31.75 13.97" fill="url(#light-gradient10-70)"></polyline></g><g opacity="0.13"><polyline points="32.96 13.04 35.65 37.06 34.45 37.82 31.78 13.95" fill="url(#light-gradient10-71)"></polyline></g><g opacity="0.19"><polyline points="32.93 13.07 35.62 37.08 34.48 37.8 31.81 13.93" fill="url(#light-gradient10-72)"></polyline></g><g opacity="0.25"><polyline points="32.91 13.1 35.59 37.1 34.5 37.78 31.84 13.91" fill="url(#light-gradient10-73)"></polyline></g><g opacity="0.31"><polyline points="32.88 13.12 35.56 37.12 34.53 37.76 31.86 13.9" fill="url(#light-gradient10-74)"></polyline></g><g opacity="0.38"><polyline points="32.85 13.15 35.53 37.13 34.56 37.74 31.89 13.88" fill="url(#light-gradient10-75)"></polyline></g><g opacity="0.44"><polyline points="32.82 13.17 35.51 37.15 34.59 37.73 31.92 13.86" fill="url(#light-gradient10-76)"></polyline></g><g opacity="0.5"><polyline points="32.79 13.2 35.48 37.17 34.62 37.7 31.95 13.84" fill="url(#light-gradient10-77)"></polyline></g><g opacity="0.56"><polyline points="32.77 13.22 35.45 37.19 34.65 37.69 31.98 13.83" fill="url(#light-gradient10-78)"></polyline></g><g opacity="0.63"><polyline points="32.74 13.25 35.42 37.21 34.68 37.67 32.01 13.81" fill="url(#light-gradient10-79)"></polyline></g><g opacity="0.69"><polyline points="32.71 13.27 35.39 37.23 34.71 37.65 32.04 13.79" fill="url(#light-gradient10-80)"></polyline></g><g opacity="0.75"><polyline points="32.68 13.3 35.36 37.24 34.73 37.63 32.06 13.77" fill="url(#light-gradient10-81)"></polyline></g><g opacity="0.81"><polyline points="32.65 13.32 35.33 37.26 34.76 37.62 32.09 13.75" fill="url(#light-gradient10-82)"></polyline></g><g opacity="0.88"><polyline points="32.63 13.35 35.3 37.28 34.79 37.6 32.12 13.73" fill="url(#light-gradient10-83)"></polyline></g><g opacity="0.94"><polyline points="32.6 13.38 35.27 37.3 34.82 37.58 32.15 13.72" fill="url(#light-gradient10-84)"></polyline></g><polyline points="32.57 13.4 35.25 37.31 34.85 37.56 32.18 13.7" fill="url(#light-gradient10-85)"></polyline></g><g style="mix-blend-mode:screen"><g opacity="0"><polyline points="69.5 81.86 66.44 105.69 64.96 106.17 68.14 82.37" fill="url(#light-gradient10-86)"></polyline></g><g opacity="0.06"><polyline points="69.6 81.74 66.41 105.71 64.99 106.16 68.17 82.36" fill="url(#light-gradient10-87)"></polyline></g><g opacity="0.13"><polyline points="69.57 81.76 66.37 105.71 65.02 106.15 68.2 82.35" fill="url(#light-gradient10-88)"></polyline></g><g opacity="0.19"><polyline points="69.54 81.78 66.34 105.72 65.06 106.14 68.23 82.34" fill="url(#light-gradient10-89)"></polyline></g><g opacity="0.25"><polyline points="69.5 81.79 66.31 105.73 65.09 106.13 68.27 82.33" fill="url(#light-gradient10-90)"></polyline></g><g opacity="0.31"><polyline points="69.47 81.81 66.28 105.75 65.12 106.12 68.3 82.32" fill="url(#light-gradient10-91)"></polyline></g><g opacity="0.38"><polyline points="69.44 81.83 66.24 105.76 65.15 106.11 68.33 82.31" fill="url(#light-gradient10-92)"></polyline></g><g opacity="0.44"><polyline points="69.4 81.85 66.21 105.77 65.19 106.1 68.36 82.3" fill="url(#light-gradient10-93)"></polyline></g><g opacity="0.5"><polyline points="69.37 81.87 66.18 105.78 65.22 106.09 68.4 82.29" fill="url(#light-gradient10-94)"></polyline></g><g opacity="0.56"><polyline points="69.34 81.89 66.15 105.79 65.25 106.08 68.43 82.28" fill="url(#light-gradient10-95)"></polyline></g><g opacity="0.63"><polyline points="69.3 81.9 66.11 105.8 65.28 106.07 68.46 82.27" fill="url(#light-gradient10-96)"></polyline></g><g opacity="0.69"><polyline points="69.27 81.92 66.08 105.81 65.31 106.06 68.49 82.26" fill="url(#light-gradient10-97)"></polyline></g><g opacity="0.75"><polyline points="69.24 81.94 66.05 105.82 65.35 106.05 68.53 82.25" fill="url(#light-gradient10-98)"></polyline></g><g opacity="0.81"><polyline points="69.2 81.96 66.02 105.83 65.38 106.04 68.56 82.23" fill="url(#light-gradient10-99)"></polyline></g><g opacity="0.88"><polyline points="69.17 81.97 65.98 105.84 65.41 106.03 68.59 82.22" fill="url(#light-gradient10-100)"></polyline></g><g opacity="0.94"><polyline points="69.14 81.99 65.95 105.85 65.44 106.02 68.62 82.22" fill="url(#light-gradient10-101)"></polyline></g><polyline points="69.11 82.01 65.92 105.86 65.48 106.01 68.66 82.2" fill="url(#light-gradient10-102)"></polyline></g></g></g></svg></div><div class="tree_1Nmmk1"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 114.27 151.11"><title>single-tree3</title><g id="single-tree3"><path id="shadow" d="M91.35,145.51s-26.63,5.6-41.17,5.6-28-5.58-28-5.58-7.21-2.78-7.21-7.06,12.73-4.05,12.73-4.05l12.55-.8,12.91-.42,35.71,1,6.43,3.68Z" opacity="0.15"></path><g id="trunk"><polygon points="53.29 148.74 64.94 146.48 62.82 76.64 55.33 76.8 42.23 144.15 53.29 148.74" fill="#835030" fill-rule="evenodd"></polygon><polygon points="59.15 77.44 55.03 79.18 42.23 144.15 53.29 148.74 59.15 77.44" fill="#9a6532" fill-rule="evenodd"></polygon></g><polygon id="leaves-bg" points="106.28 46.59 112.68 36.51 108.39 38.39 93.05 10 58.42 0 29.98 10.14 17.76 25.82 6.16 28.81 0 49.2 12.01 57.64 21.72 80.99 40.53 91.4 53.31 90.28 73.31 93.23 99.27 78.46 114.27 57.8 106.28 46.59" fill="#4bdbd2" fill-rule="evenodd"></polygon><polygon id="leaves-bg-2" data-name="leaves-bg" points="112.68 36.51 88.25 47.25 81.54 76.77 53.31 90.28 40.53 91.4 73.31 93.23 99.27 78.46 114.27 57.8 106.28 46.59 112.68 36.51" fill="#2daca1" fill-rule="evenodd"></polygon><g id="leaves"><polygon points="6.54 44.51 21.72 80.99 32.94 59.36 6.54 44.51" fill="#229188" fill-rule="evenodd"></polygon><polygon points="0 49.2 26.27 60.8 28 68.88 0 49.2" fill="#2daca1" fill-rule="evenodd"></polygon><polygon points="0 49.2 21.83 33.55 26.27 60.8 0 49.2" fill="#42cfc7" fill-rule="evenodd"></polygon><polygon points="0 49.2 6.16 28.81 21.83 33.55 0 49.2" fill="#4bdbd2" fill-rule="evenodd"></polygon><polygon points="6.16 28.81 36.89 20.87 21.83 33.55 6.16 28.81" fill="#50e3db" fill-rule="evenodd"></polygon><polygon points="36.89 20.87 43.51 45.77 21.83 33.55 36.89 20.87" fill="#4bdbd2" fill-rule="evenodd"></polygon><polygon points="43.51 45.77 26.27 60.8 21.83 33.55 43.51 45.77" fill="#50e3db" fill-rule="evenodd"></polygon><polygon points="26.27 60.8 28 68.88 43.51 45.77 26.27 60.8" fill="#29a299" fill-rule="evenodd"></polygon><polygon points="25.18 23.9 39.11 8.29 36.89 20.87 25.18 23.9" fill="#4bdbd2" fill-rule="evenodd"></polygon><polygon points="39.11 8.29 58.42 0 61.65 11.53 39.11 8.29" fill="#4bdbd2" fill-rule="evenodd"></polygon><polygon points="21.72 80.99 53.31 90.28 40.53 91.4 21.72 80.99" fill="#229188" fill-rule="evenodd"></polygon><polygon points="53.31 90.28 32.94 59.36 21.72 80.99 53.31 90.28" fill="#29a299" fill-rule="evenodd"></polygon><polygon points="61.65 11.53 36.89 20.87 39.11 8.29 61.65 11.53" fill="#50e3db" fill-rule="evenodd"></polygon><polygon points="61.65 11.53 73.28 42.4 36.89 20.87 61.65 11.53" fill="#4bdbd2" fill-rule="evenodd"></polygon><polygon points="58.42 0 93.05 10 61.65 11.53 58.42 0" fill="#57e6e0" fill-rule="evenodd"></polygon><polygon points="93.05 10 73.28 42.4 61.65 11.53 93.05 10" fill="#42cfc7" fill-rule="evenodd"></polygon><polygon points="73.28 42.4 43.51 45.77 36.89 20.87 73.28 42.4" fill="#57e6e0" fill-rule="evenodd"></polygon><polygon points="43.51 45.77 88.25 47.25 73.28 42.4 43.51 45.77" fill="#50e3db" fill-rule="evenodd"></polygon><polygon points="88.25 47.25 93.05 10 73.28 42.4 88.25 47.25" fill="#4bdbd2" fill-rule="evenodd"></polygon><polygon points="93.05 10 108.39 38.39 88.25 47.25 93.05 10" fill="#50e3db" fill-rule="evenodd"></polygon><polygon points="112.68 36.51 95.57 63.48 88.25 47.25 112.68 36.51" fill="#2daca1" fill-rule="evenodd"></polygon><polygon points="73.31 93.23 99.27 78.46 81.54 76.77 73.31 93.23" fill="#1f9e97" fill-rule="evenodd"></polygon><polygon points="52.4 57.75 81.54 76.77 88.25 47.25 52.4 57.75" fill="#42cfc7" fill-rule="evenodd"></polygon><polygon points="88.25 47.25 95.57 63.48 81.54 76.77 88.25 47.25" fill="#29a299" fill-rule="evenodd"></polygon><polygon points="95.57 63.48 99.27 78.46 81.54 76.77 95.57 63.48" fill="#2da99f" fill-rule="evenodd"></polygon><polygon points="81.54 76.77 32.94 59.36 52.4 57.75 81.54 76.77" fill="#2da99f" fill-rule="evenodd"></polygon><polygon points="81.54 76.77 73.31 93.23 53.31 90.28 81.54 76.77" fill="#229188" fill-rule="evenodd"></polygon><polygon points="81.54 76.77 53.31 90.28 32.94 59.36 81.54 76.77" fill="#34bcb2" fill-rule="evenodd"></polygon><polygon points="25.18 23.9 29.98 10.14 39.11 8.29 25.18 23.9" fill="#50e3db" fill-rule="evenodd"></polygon><polygon points="29.98 10.14 58.42 0 39.11 8.29 29.98 10.14" fill="#57e6e0" fill-rule="evenodd"></polygon><polygon points="29.98 10.14 17.76 25.82 25.18 23.9 29.98 10.14" fill="#4bdbd2" fill-rule="evenodd"></polygon><polygon points="52.4 57.75 43.51 45.77 32.94 59.36 52.4 57.75" fill="#42cfc7" fill-rule="evenodd"></polygon><polygon points="43.51 45.77 88.25 47.25 52.4 57.75 43.51 45.77" fill="#4bdbd2" fill-rule="evenodd"></polygon><polygon points="106.28 46.59 114.27 57.8 95.57 63.48 106.28 46.59" fill="#2daca1" fill-rule="evenodd"></polygon><polygon points="114.27 57.8 99.27 78.46 95.57 63.48 114.27 57.8" fill="#29a299" fill-rule="evenodd"></polygon><polygon points="40.53 91.4 73.31 93.23 53.31 90.28 40.53 91.4" fill="#1c756e" fill-rule="evenodd"></polygon></g></g></svg></div></div><div class="island_1Nmmk1"><svg xmlns="http://www.w3.org/2000/svg" xlink="http://www.w3.org/1999/xlink" viewBox="0 0 852.35 486.36"><defs><linearGradient id="未命名漸層_43" y1="61.36" x2="848.71" y2="61.36" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#71b054"></stop><stop offset="1" stop-color="#a7d672"></stop></linearGradient></defs><title>floating-island3</title><g id="floating-island3"><polygon id="dark-bg" points="811.78 88.44 790.63 95.72 733.12 95.72 598.28 106.29 306.12 106.29 76.76 98.36 17.27 85.14 70.15 170.41 167.31 214.69 231.43 299.96 286.95 399.77 356.53 451.56 403.29 486.36 595.63 342.26 741.71 301.94 771.98 204.33 784.11 133.66 811.78 88.44" fill="#cb8660"></polygon><polygon id="light-bg" points="307.52 122.32 314.05 196.85 340.49 243.12 360.98 306.74 363.63 334.99 381.47 385.23 403.29 486.36 286.95 399.77 231.43 299.96 167.31 214.69 70.15 170.41 26.91 98.36 307.52 122.32" fill="#f2be62"></polygon><g id="land"><polygon points="340.49 243.12 231.43 299.96 360.98 306.74 340.49 243.12" fill="#e7a159"></polygon><polygon points="167.31 214.69 70.15 170.41 314.05 196.85 167.31 214.69" fill="#f3bf6c"></polygon><polygon points="76.76 98.36 115.76 175.35 70.15 170.41 17.27 85.14 76.76 98.36" fill="#fdde88"></polygon><polygon points="76.76 98.36 115.76 175.35 306.12 106.29 76.76 98.36" fill="#f4c064"></polygon><polygon points="306.12 106.29 314.05 196.85 115.76 175.35 306.12 106.29" fill="#edaf5a"></polygon><polygon points="314.05 196.85 556.02 225.11 306.12 106.29 314.05 196.85" fill="#be765d"></polygon><polygon points="306.12 106.29 598.28 106.29 601.58 221.3 556.02 225.11 306.12 106.29" fill="#c77e5d"></polygon><polygon points="601.58 221.3 733.12 95.72 598.28 106.29 601.58 221.3" fill="#c77f5e"></polygon><polygon points="601.58 221.3 728.49 237.17 733.12 95.72 601.58 221.3" fill="#c47c5b"></polygon><polygon points="728.49 237.17 771.98 204.33 733.12 95.72 728.49 237.17" fill="#d79373"></polygon><polygon points="784.68 132.73 790.63 95.72 811.78 88.44 784.68 132.73" fill="#dba377"></polygon><polygon points="790.63 95.72 771.98 204.33 733.12 95.72 790.63 95.72" fill="#dc9e6e"></polygon><polygon points="728.49 237.17 741.71 301.94 771.98 204.33 728.49 237.17" fill="#dca073"></polygon><polygon points="728.49 237.17 659.75 316.49 556.02 285.75 601.58 221.3 728.49 237.17" fill="#cb8660"></polygon><polygon points="728.49 237.17 659.75 316.49 741.71 301.94 728.49 237.17" fill="#ca8865"></polygon><polygon points="741.71 301.94 659.75 316.49 510.37 327.72 595.63 342.26 741.71 301.94" fill="#ac695b"></polygon><polygon points="510.37 327.72 556.02 285.75 659.75 316.49 510.37 327.72" fill="none"></polygon><polygon points="314.05 196.85 340.49 243.12 191.65 211.74 314.05 196.85" fill="#f2be62"></polygon><polygon points="167.31 214.69 231.43 299.96 191.62 211.74 167.31 214.69" fill="#f9cb77"></polygon><polygon points="231.43 299.96 360.98 306.74 363.63 334.99 314.05 385.23 289.6 385.23 231.43 299.96" fill="#df9256"></polygon><polygon points="289.6 385.23 356.52 451.56 286.95 399.77 289.6 385.23" fill="#f1b86c"></polygon><polygon points="286.95 399.77 289.6 385.23 231.43 299.96 286.95 399.77" fill="#f6cd76"></polygon><polygon points="314.05 385.23 381.47 385.23 363.63 334.99 314.05 385.23" fill="#db8d54"></polygon><polygon points="340.49 243.12 191.62 211.74 231.43 299.96 340.49 243.12" fill="#e7a757"></polygon><polygon points="381.47 385.23 510.37 327.72 360.98 306.74 363.63 334.99 381.47 385.23" fill="#be765d"></polygon><polygon points="289.6 385.23 474.67 385.23 403.29 486.36 356.52 451.56 289.6 385.23" fill="#d5855a"></polygon><polygon points="474.67 385.23 510.37 327.72 381.47 385.23 474.67 385.23" fill="#c27c5a"></polygon><polygon points="510.37 327.72 595.63 342.26 403.29 486.36 474.67 385.23 510.37 327.72" fill="#be765d"></polygon><polygon points="340.49 243.12 314.05 196.85 556.02 225.11 340.49 243.12" fill="#c27c5a"></polygon><polygon points="340.49 243.12 556.02 285.75 601.58 221.3 340.49 243.12" fill="#c9805f"></polygon><polygon points="340.49 243.12 360.98 306.74 510.37 327.72 556.02 285.75 340.49 243.12" fill="#cb8660"></polygon><polygon points="556.02 285.75 510.37 327.72 659.75 316.49 556.02 285.75" fill="#be765d"></polygon></g><g id="ground"><path d="M848.89,85l-2-2.29,1.84,6-25.46,12.15S623,113,623.15,120s-261-2.14-261-2.14L174.22,107.45l-94.3-3.6L18,88.67,0,80.47V88l18.06,8.2,62.21,15.18L175,115l188.7,10.45s262.34,9.22,262.16,2.14,200.95-19.22,200.95-19.22L852.35,96.2Z" fill="#be765d"></path><path d="M18,88.67,0,80.47V54.66L18,42.51,73,25.81h74.25L223.77,9.72H327L419.92,0h141.7L772.31,21.26l31.51,15.18,27.34,24.9,14.11,16.09,3.44,11.24-25.46,12.15S623,113,623.15,120s-261-2.14-261-2.14L174.22,107.45l-94.3-3.6Z" fill="url(#未命名漸層_43)"></path></g></g></svg></div></div><div class="scene_1Nmmk1"><div class="tree_1Nmmk1"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 120.64 154.94"><title>single-tree2</title><g id="single-tree2"><path id="shadow" d="M109.4,151.29s-30,3.65-48.86,3.65-43.61-5.27-43.61-5.27-9.37-1.87-9.37-4.76,17.62-6.23,17.62-6.23l15.21,2.95,16.78-.28,45.07-2.67s8.38,3.52,9.67,5.82S109.4,151.29,109.4,151.29Z" opacity="0.15"></path><g id="trunk"><polygon points="87.06 86.82 84.12 84.35 84.12 84.35 67.86 97.67 65.16 54.91 60.54 54.91 60.53 54.91 55.91 54.91 52.42 110.01 37.01 97.37 37.01 97.37 34.07 99.84 51.56 123.55 51.56 123.55 50 148.17 60.53 152.79 60.54 152.79 71.06 148.17 68.75 111.63 87.06 86.82" fill="#e6c793" fill-rule="evenodd"></polygon><polygon points="68.59 111.85 87.06 86.82 84.12 84.35 62.5 110.06 68.59 111.85" fill="#937a47" fill-rule="evenodd"></polygon><polygon points="71.06 148.17 65.16 54.91 60.54 54.91 60.54 152.79 71.06 148.17" fill="#937a47" fill-rule="evenodd"></polygon><polygon points="58.89 115.31 37.01 97.37 58.63 123.08 58.89 115.31" fill="#937a47" fill-rule="evenodd"></polygon></g><g id="leaves-bg"><polygon points="112.88 56.71 93.94 53.2 99.89 42.15 87.6 29.61 90.14 19.83 72.95 6.28 42.21 0 26.01 23.8 28.53 35.85 25.18 58.18 42.21 66.77 57.02 61.65 69.64 65.62 74.7 57.92 80.84 58.6 69.57 73.24 76.68 93.73 106.93 96.54 120.64 78.36 112.88 56.71" fill="#f2a730" fill-rule="evenodd"></polygon><polygon points="16.58 65.63 5.31 70.51 0 93.47 6.59 104.31 19.13 110.69 41.03 107.93 51.66 84.97 37.63 65.2 16.58 65.63" fill="#f2a730" fill-rule="evenodd"></polygon></g><g id="leaves"><polygon points="112.88 56.71 120.64 78.36 106.43 60.51 112.88 56.71" fill="#db8431" fill-rule="evenodd"></polygon><polygon points="120.64 78.36 106.93 96.54 107.02 83.13 120.64 78.36" fill="#cb6d31" fill-rule="evenodd"></polygon><polygon points="42.21 0 26.01 23.8 38.9 17.52 42.21 0" fill="#f6c612" fill-rule="evenodd"></polygon><polygon points="42.21 0 72.95 6.28 77.25 12.56 42.21 0" fill="#f3ad2d" fill-rule="evenodd"></polygon><polygon points="77.25 12.56 38.9 17.52 42.21 0 77.25 12.56" fill="#f7c11b" fill-rule="evenodd"></polygon><polygon points="72.95 6.28 90.14 19.83 77.25 12.56 72.95 6.28" fill="#f1a136" fill-rule="evenodd"></polygon><polygon points="16.58 65.63 5.32 70.51 14.03 78.81 16.58 65.63" fill="#f7c11b" fill-rule="evenodd"></polygon><polygon points="5.32 70.51 0 93.47 14.03 78.81 5.32 70.51" fill="#f5ba25" fill-rule="evenodd"></polygon><polygon points="19.13 110.69 6.59 104.31 0 93.47 19.13 110.69" fill="#e6883a" fill-rule="evenodd"></polygon><polygon points="69.57 73.24 86.1 51.75 82.8 74.89 69.57 73.24" fill="#f6c612" fill-rule="evenodd"></polygon><polygon points="86.1 51.75 112.88 56.71 106.43 60.51 86.1 51.75" fill="#f4b229" fill-rule="evenodd"></polygon><polygon points="106.43 60.51 82.8 74.89 86.1 51.75 106.43 60.51" fill="#f7c11b" fill-rule="evenodd"></polygon><polygon points="120.64 78.36 82.8 74.89 106.43 60.51 120.64 78.36" fill="#f2a930" fill-rule="evenodd"></polygon><polygon points="69.57 73.24 76.68 93.73 82.8 74.89 69.57 73.24" fill="#f3ab30" fill-rule="evenodd"></polygon><polygon points="76.68 93.73 107.02 83.13 82.8 74.89 76.68 93.73" fill="#f2a730" fill-rule="evenodd"></polygon><polygon points="106.93 96.54 97.46 91.1 107.02 83.13 106.93 96.54" fill="#e6883a" fill-rule="evenodd"></polygon><polygon points="97.46 91.1 76.68 93.73 107.02 83.13 97.46 91.1" fill="#f09d38" fill-rule="evenodd"></polygon><polygon points="76.68 93.73 106.93 96.54 97.46 91.1 76.68 93.73" fill="#da7c37" fill-rule="evenodd"></polygon><polygon points="120.64 78.36 82.8 74.89 107.02 83.13 120.64 78.36" fill="#f09d38" fill-rule="evenodd"></polygon><polygon points="90.14 19.83 83.86 43.96 77.25 12.56 90.14 19.83" fill="#f0993c" fill-rule="evenodd"></polygon><polygon points="83.86 43.96 38.9 17.52 77.25 12.56 83.86 43.96" fill="#f4b12d" fill-rule="evenodd"></polygon><polygon points="26.01 23.8 32.29 53.88 38.9 17.52 26.01 23.8" fill="#f5b629" fill-rule="evenodd"></polygon><polygon points="32.29 53.88 83.86 43.96 38.9 17.52 32.29 53.88" fill="#f2a730" fill-rule="evenodd"></polygon><polygon points="83.86 43.96 70.31 55.53 32.29 53.88 83.86 43.96" fill="#f09b3b" fill-rule="evenodd"></polygon><polygon points="70.31 55.53 69.64 65.62 32.29 53.88 70.31 55.53" fill="#da7c37" fill-rule="evenodd"></polygon><polygon points="69.64 65.62 83.86 43.96 70.31 55.53 69.64 65.62" fill="#cb6d31" fill-rule="evenodd"></polygon><polygon points="28.53 35.85 25.18 58.18 46.1 58.22 32.29 53.88 28.53 35.85" fill="#f1a333" fill-rule="evenodd"></polygon><polygon points="25.18 58.18 42.21 66.77 46.1 58.22 25.18 58.18" fill="#da7c37" fill-rule="evenodd"></polygon><polygon points="42.21 66.77 57.02 61.65 46.1 58.22 42.21 66.77" fill="#cb6d31" fill-rule="evenodd"></polygon><polygon points="87.6 29.61 99.89 42.15 83.86 43.96 87.6 29.61" fill="#e6883a" fill-rule="evenodd"></polygon><polygon points="99.89 42.15 90.47 59.67 83.86 43.96 99.89 42.15" fill="#ef933e" fill-rule="evenodd"></polygon><polygon points="90.47 59.67 74.7 57.92 83.86 43.96 90.47 59.67" fill="#da7c37" fill-rule="evenodd"></polygon><polygon points="16.58 65.63 37.63 65.2 14.03 78.81 16.58 65.63" fill="#f6c612" fill-rule="evenodd"></polygon><polygon points="37.63 65.2 51.66 84.97 38.9 87.52 37.63 65.2" fill="#f19f36" fill-rule="evenodd"></polygon><polygon points="38.9 87.52 14.03 78.81 37.63 65.2 38.9 87.52" fill="#f5b826" fill-rule="evenodd"></polygon><polygon points="0 93.47 38.9 87.52 14.03 78.81 0 93.47" fill="#f3ae2d" fill-rule="evenodd"></polygon><polygon points="51.66 84.97 41.03 107.93 38.9 87.52 51.66 84.97" fill="#da7c37" fill-rule="evenodd"></polygon><polygon points="41.03 107.93 19.13 110.69 38.9 87.52 41.03 107.93" fill="#e6883a" fill-rule="evenodd"></polygon><polygon points="0 93.47 19.13 110.69 38.9 87.52 0 93.47" fill="#f1a333" fill-rule="evenodd"></polygon></g></g></svg></div><div class="island_1Nmmk1"><svg xmlns="http://www.w3.org/2000/svg" xlink="http://www.w3.org/1999/xlink" viewBox="0 0 852.35 486.36"><defs><linearGradient id="未命名漸層_43" y1="61.36" x2="848.71" y2="61.36" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#71b054"></stop><stop offset="1" stop-color="#a7d672"></stop></linearGradient></defs><title>floating-island3</title><g id="floating-island3"><polygon id="dark-bg" points="811.78 88.44 790.63 95.72 733.12 95.72 598.28 106.29 306.12 106.29 76.76 98.36 17.27 85.14 70.15 170.41 167.31 214.69 231.43 299.96 286.95 399.77 356.53 451.56 403.29 486.36 595.63 342.26 741.71 301.94 771.98 204.33 784.11 133.66 811.78 88.44" fill="#cb8660"></polygon><polygon id="light-bg" points="307.52 122.32 314.05 196.85 340.49 243.12 360.98 306.74 363.63 334.99 381.47 385.23 403.29 486.36 286.95 399.77 231.43 299.96 167.31 214.69 70.15 170.41 26.91 98.36 307.52 122.32" fill="#f2be62"></polygon><g id="land"><polygon points="340.49 243.12 231.43 299.96 360.98 306.74 340.49 243.12" fill="#e7a159"></polygon><polygon points="167.31 214.69 70.15 170.41 314.05 196.85 167.31 214.69" fill="#f3bf6c"></polygon><polygon points="76.76 98.36 115.76 175.35 70.15 170.41 17.27 85.14 76.76 98.36" fill="#fdde88"></polygon><polygon points="76.76 98.36 115.76 175.35 306.12 106.29 76.76 98.36" fill="#f4c064"></polygon><polygon points="306.12 106.29 314.05 196.85 115.76 175.35 306.12 106.29" fill="#edaf5a"></polygon><polygon points="314.05 196.85 556.02 225.11 306.12 106.29 314.05 196.85" fill="#be765d"></polygon><polygon points="306.12 106.29 598.28 106.29 601.58 221.3 556.02 225.11 306.12 106.29" fill="#c77e5d"></polygon><polygon points="601.58 221.3 733.12 95.72 598.28 106.29 601.58 221.3" fill="#c77f5e"></polygon><polygon points="601.58 221.3 728.49 237.17 733.12 95.72 601.58 221.3" fill="#c47c5b"></polygon><polygon points="728.49 237.17 771.98 204.33 733.12 95.72 728.49 237.17" fill="#d79373"></polygon><polygon points="784.68 132.73 790.63 95.72 811.78 88.44 784.68 132.73" fill="#dba377"></polygon><polygon points="790.63 95.72 771.98 204.33 733.12 95.72 790.63 95.72" fill="#dc9e6e"></polygon><polygon points="728.49 237.17 741.71 301.94 771.98 204.33 728.49 237.17" fill="#dca073"></polygon><polygon points="728.49 237.17 659.75 316.49 556.02 285.75 601.58 221.3 728.49 237.17" fill="#cb8660"></polygon><polygon points="728.49 237.17 659.75 316.49 741.71 301.94 728.49 237.17" fill="#ca8865"></polygon><polygon points="741.71 301.94 659.75 316.49 510.37 327.72 595.63 342.26 741.71 301.94" fill="#ac695b"></polygon><polygon points="510.37 327.72 556.02 285.75 659.75 316.49 510.37 327.72" fill="none"></polygon><polygon points="314.05 196.85 340.49 243.12 191.65 211.74 314.05 196.85" fill="#f2be62"></polygon><polygon points="167.31 214.69 231.43 299.96 191.62 211.74 167.31 214.69" fill="#f9cb77"></polygon><polygon points="231.43 299.96 360.98 306.74 363.63 334.99 314.05 385.23 289.6 385.23 231.43 299.96" fill="#df9256"></polygon><polygon points="289.6 385.23 356.52 451.56 286.95 399.77 289.6 385.23" fill="#f1b86c"></polygon><polygon points="286.95 399.77 289.6 385.23 231.43 299.96 286.95 399.77" fill="#f6cd76"></polygon><polygon points="314.05 385.23 381.47 385.23 363.63 334.99 314.05 385.23" fill="#db8d54"></polygon><polygon points="340.49 243.12 191.62 211.74 231.43 299.96 340.49 243.12" fill="#e7a757"></polygon><polygon points="381.47 385.23 510.37 327.72 360.98 306.74 363.63 334.99 381.47 385.23" fill="#be765d"></polygon><polygon points="289.6 385.23 474.67 385.23 403.29 486.36 356.52 451.56 289.6 385.23" fill="#d5855a"></polygon><polygon points="474.67 385.23 510.37 327.72 381.47 385.23 474.67 385.23" fill="#c27c5a"></polygon><polygon points="510.37 327.72 595.63 342.26 403.29 486.36 474.67 385.23 510.37 327.72" fill="#be765d"></polygon><polygon points="340.49 243.12 314.05 196.85 556.02 225.11 340.49 243.12" fill="#c27c5a"></polygon><polygon points="340.49 243.12 556.02 285.75 601.58 221.3 340.49 243.12" fill="#c9805f"></polygon><polygon points="340.49 243.12 360.98 306.74 510.37 327.72 556.02 285.75 340.49 243.12" fill="#cb8660"></polygon><polygon points="556.02 285.75 510.37 327.72 659.75 316.49 556.02 285.75" fill="#be765d"></polygon></g><g id="ground"><path d="M848.89,85l-2-2.29,1.84,6-25.46,12.15S623,113,623.15,120s-261-2.14-261-2.14L174.22,107.45l-94.3-3.6L18,88.67,0,80.47V88l18.06,8.2,62.21,15.18L175,115l188.7,10.45s262.34,9.22,262.16,2.14,200.95-19.22,200.95-19.22L852.35,96.2Z" fill="#be765d"></path><path d="M18,88.67,0,80.47V54.66L18,42.51,73,25.81h74.25L223.77,9.72H327L419.92,0h141.7L772.31,21.26l31.51,15.18,27.34,24.9,14.11,16.09,3.44,11.24-25.46,12.15S623,113,623.15,120s-261-2.14-261-2.14L174.22,107.45l-94.3-3.6Z" fill="url(#未命名漸層_43)"></path></g></g></svg></div></div><div class="cloud1_1Nmmk1" style="transform: translate3d(0px, -1097px, 0px);"><svg id="cloud" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 355 166"><title>cloud</title><polygon id="cloud-bg" points="295.8 60 228.69 2.08 127.42 0 46.93 37.72 45.33 82.27 0.83 108.61 0 135.83 63.79 155.15 169.46 161.31 233.27 166.5 341.71 124.27 355.28 86.84 295.8 60" fill="#fffffd"></polygon><polygon points="263.39 99.51 152.31 131.05 133.36 92.29 263.39 99.51" fill="#fffffd"></polygon><polygon points="127.42 38.17 263.39 99.51 133.36 92.29 127.42 38.17" fill="#fdfbee"></polygon><polygon points="45.33 82.27 133.36 92.29 127.42 38.17 45.33 82.27" fill="#fffffd"></polygon><polygon points="127.42 38.17 127.42 0 46.93 37.72 127.42 38.17" fill="#fdfbee"></polygon><polygon points="295.8 60 263.39 99.51 127.42 38.17 295.8 60" fill="#fdfbee"></polygon><polygon points="295.8 60 228.69 2.08 127.42 38.17 127.42 38.17 295.8 60" fill="#f6f4ef"></polygon><polygon points="228.69 2.08 127.42 0 127.42 38.17 228.69 2.08" fill="#fffffd"></polygon><polygon points="133.36 92.29 152.31 131.05 45.33 82.27 133.36 92.29" fill="#ece5d2"></polygon><polygon points="49.97 106.45 152.31 131.05 63.79 155.15 49.97 106.45" fill="#fdfbee"></polygon><polygon points="0 135.83 63.79 155.15 49.97 106.45 0 135.83" fill="#ece5d2"></polygon><polygon points="0.83 108.61 49.97 106.45 0 135.83 0.83 108.61" fill="#ece5d2"></polygon><polygon points="49.97 106.45 45.33 82.27 0.83 108.61 49.97 106.45" fill="#fdfbee"></polygon><polygon points="45.33 82.27 152.31 131.05 49.97 106.45 45.33 82.27" fill="#fffffd"></polygon><polygon points="186.63 140.84 263.39 99.51 289.12 133.44 186.63 140.84" fill="#fffffd"></polygon><polygon points="233.27 166.5 289.12 133.44 186.63 140.84 233.27 166.5" fill="#fdfbee"></polygon><polygon points="169.46 161.31 186.63 140.84 233.27 166.5 169.46 161.31" fill="#aeaaa2"></polygon><polygon points="186.63 140.84 152.31 131.05 169.46 161.31 186.63 140.84" fill="#d9d7d1"></polygon><polygon points="152.31 131.05 263.39 99.51 186.63 140.84 152.31 131.05" fill="#fdfbee"></polygon><polygon points="316.09 103.27 295.8 60 355.28 86.84 316.09 103.27" fill="#fdfbee"></polygon><polygon points="341.71 124.27 355.28 86.84 316.09 103.27 341.71 124.27" fill="#d9d7d1"></polygon><polygon points="289.12 133.44 316.09 103.27 341.71 124.27 289.12 133.44" fill="#aeaaa2"></polygon><polygon points="316.09 103.27 263.39 99.51 289.12 133.44 316.09 103.27" fill="#ece5d2"></polygon><polygon points="263.39 99.51 295.8 60 316.09 103.27 263.39 99.51" fill="#f6f4ef"></polygon><polygon points="169.46 161.31 63.79 155.15 152.31 131.05 169.46 161.31" fill="#aeaaa2"></polygon><polygon points="233.27 166.5 289.12 133.44 341.71 124.27 233.27 166.5" fill="#aeaaa2"></polygon><polygon points="46.93 37.72 127.42 38.17 45.33 82.27 46.93 37.72" fill="#ece5d2"></polygon></svg></div><div class="cloud2_1Nmmk1" style="transform: translate3d(0px, -732px, 0px);"><svg id="cloud" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 355 166"><title>cloud</title><polygon id="cloud-bg" points="295.8 60 228.69 2.08 127.42 0 46.93 37.72 45.33 82.27 0.83 108.61 0 135.83 63.79 155.15 169.46 161.31 233.27 166.5 341.71 124.27 355.28 86.84 295.8 60" fill="#fffffd"></polygon><polygon points="263.39 99.51 152.31 131.05 133.36 92.29 263.39 99.51" fill="#fffffd"></polygon><polygon points="127.42 38.17 263.39 99.51 133.36 92.29 127.42 38.17" fill="#fdfbee"></polygon><polygon points="45.33 82.27 133.36 92.29 127.42 38.17 45.33 82.27" fill="#fffffd"></polygon><polygon points="127.42 38.17 127.42 0 46.93 37.72 127.42 38.17" fill="#fdfbee"></polygon><polygon points="295.8 60 263.39 99.51 127.42 38.17 295.8 60" fill="#fdfbee"></polygon><polygon points="295.8 60 228.69 2.08 127.42 38.17 127.42 38.17 295.8 60" fill="#f6f4ef"></polygon><polygon points="228.69 2.08 127.42 0 127.42 38.17 228.69 2.08" fill="#fffffd"></polygon><polygon points="133.36 92.29 152.31 131.05 45.33 82.27 133.36 92.29" fill="#ece5d2"></polygon><polygon points="49.97 106.45 152.31 131.05 63.79 155.15 49.97 106.45" fill="#fdfbee"></polygon><polygon points="0 135.83 63.79 155.15 49.97 106.45 0 135.83" fill="#ece5d2"></polygon><polygon points="0.83 108.61 49.97 106.45 0 135.83 0.83 108.61" fill="#ece5d2"></polygon><polygon points="49.97 106.45 45.33 82.27 0.83 108.61 49.97 106.45" fill="#fdfbee"></polygon><polygon points="45.33 82.27 152.31 131.05 49.97 106.45 45.33 82.27" fill="#fffffd"></polygon><polygon points="186.63 140.84 263.39 99.51 289.12 133.44 186.63 140.84" fill="#fffffd"></polygon><polygon points="233.27 166.5 289.12 133.44 186.63 140.84 233.27 166.5" fill="#fdfbee"></polygon><polygon points="169.46 161.31 186.63 140.84 233.27 166.5 169.46 161.31" fill="#aeaaa2"></polygon><polygon points="186.63 140.84 152.31 131.05 169.46 161.31 186.63 140.84" fill="#d9d7d1"></polygon><polygon points="152.31 131.05 263.39 99.51 186.63 140.84 152.31 131.05" fill="#fdfbee"></polygon><polygon points="316.09 103.27 295.8 60 355.28 86.84 316.09 103.27" fill="#fdfbee"></polygon><polygon points="341.71 124.27 355.28 86.84 316.09 103.27 341.71 124.27" fill="#d9d7d1"></polygon><polygon points="289.12 133.44 316.09 103.27 341.71 124.27 289.12 133.44" fill="#aeaaa2"></polygon><polygon points="316.09 103.27 263.39 99.51 289.12 133.44 316.09 103.27" fill="#ece5d2"></polygon><polygon points="263.39 99.51 295.8 60 316.09 103.27 263.39 99.51" fill="#f6f4ef"></polygon><polygon points="169.46 161.31 63.79 155.15 152.31 131.05 169.46 161.31" fill="#aeaaa2"></polygon><polygon points="233.27 166.5 289.12 133.44 341.71 124.27 233.27 166.5" fill="#aeaaa2"></polygon><polygon points="46.93 37.72 127.42 38.17 45.33 82.27 46.93 37.72" fill="#ece5d2"></polygon></svg></div><div class="cloud3_1Nmmk1" style="transform: translate3d(0px, -1097px, 0px);"><svg id="cloud" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 355 166"><title>cloud</title><polygon id="cloud-bg" points="295.8 60 228.69 2.08 127.42 0 46.93 37.72 45.33 82.27 0.83 108.61 0 135.83 63.79 155.15 169.46 161.31 233.27 166.5 341.71 124.27 355.28 86.84 295.8 60" fill="#fffffd"></polygon><polygon points="263.39 99.51 152.31 131.05 133.36 92.29 263.39 99.51" fill="#fffffd"></polygon><polygon points="127.42 38.17 263.39 99.51 133.36 92.29 127.42 38.17" fill="#fdfbee"></polygon><polygon points="45.33 82.27 133.36 92.29 127.42 38.17 45.33 82.27" fill="#fffffd"></polygon><polygon points="127.42 38.17 127.42 0 46.93 37.72 127.42 38.17" fill="#fdfbee"></polygon><polygon points="295.8 60 263.39 99.51 127.42 38.17 295.8 60" fill="#fdfbee"></polygon><polygon points="295.8 60 228.69 2.08 127.42 38.17 127.42 38.17 295.8 60" fill="#f6f4ef"></polygon><polygon points="228.69 2.08 127.42 0 127.42 38.17 228.69 2.08" fill="#fffffd"></polygon><polygon points="133.36 92.29 152.31 131.05 45.33 82.27 133.36 92.29" fill="#ece5d2"></polygon><polygon points="49.97 106.45 152.31 131.05 63.79 155.15 49.97 106.45" fill="#fdfbee"></polygon><polygon points="0 135.83 63.79 155.15 49.97 106.45 0 135.83" fill="#ece5d2"></polygon><polygon points="0.83 108.61 49.97 106.45 0 135.83 0.83 108.61" fill="#ece5d2"></polygon><polygon points="49.97 106.45 45.33 82.27 0.83 108.61 49.97 106.45" fill="#fdfbee"></polygon><polygon points="45.33 82.27 152.31 131.05 49.97 106.45 45.33 82.27" fill="#fffffd"></polygon><polygon points="186.63 140.84 263.39 99.51 289.12 133.44 186.63 140.84" fill="#fffffd"></polygon><polygon points="233.27 166.5 289.12 133.44 186.63 140.84 233.27 166.5" fill="#fdfbee"></polygon><polygon points="169.46 161.31 186.63 140.84 233.27 166.5 169.46 161.31" fill="#aeaaa2"></polygon><polygon points="186.63 140.84 152.31 131.05 169.46 161.31 186.63 140.84" fill="#d9d7d1"></polygon><polygon points="152.31 131.05 263.39 99.51 186.63 140.84 152.31 131.05" fill="#fdfbee"></polygon><polygon points="316.09 103.27 295.8 60 355.28 86.84 316.09 103.27" fill="#fdfbee"></polygon><polygon points="341.71 124.27 355.28 86.84 316.09 103.27 341.71 124.27" fill="#d9d7d1"></polygon><polygon points="289.12 133.44 316.09 103.27 341.71 124.27 289.12 133.44" fill="#aeaaa2"></polygon><polygon points="316.09 103.27 263.39 99.51 289.12 133.44 316.09 103.27" fill="#ece5d2"></polygon><polygon points="263.39 99.51 295.8 60 316.09 103.27 263.39 99.51" fill="#f6f4ef"></polygon><polygon points="169.46 161.31 63.79 155.15 152.31 131.05 169.46 161.31" fill="#aeaaa2"></polygon><polygon points="233.27 166.5 289.12 133.44 341.71 124.27 233.27 166.5" fill="#aeaaa2"></polygon><polygon points="46.93 37.72 127.42 38.17 45.33 82.27 46.93 37.72" fill="#ece5d2"></polygon></svg></div><div class="cloud4_1Nmmk1" style="transform: translate3d(0px, -2926px, 0px);"><svg id="cloud" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 355 166"><title>cloud</title><polygon id="cloud-bg" points="295.8 60 228.69 2.08 127.42 0 46.93 37.72 45.33 82.27 0.83 108.61 0 135.83 63.79 155.15 169.46 161.31 233.27 166.5 341.71 124.27 355.28 86.84 295.8 60" fill="#fffffd"></polygon><polygon points="263.39 99.51 152.31 131.05 133.36 92.29 263.39 99.51" fill="#fffffd"></polygon><polygon points="127.42 38.17 263.39 99.51 133.36 92.29 127.42 38.17" fill="#fdfbee"></polygon><polygon points="45.33 82.27 133.36 92.29 127.42 38.17 45.33 82.27" fill="#fffffd"></polygon><polygon points="127.42 38.17 127.42 0 46.93 37.72 127.42 38.17" fill="#fdfbee"></polygon><polygon points="295.8 60 263.39 99.51 127.42 38.17 295.8 60" fill="#fdfbee"></polygon><polygon points="295.8 60 228.69 2.08 127.42 38.17 127.42 38.17 295.8 60" fill="#f6f4ef"></polygon><polygon points="228.69 2.08 127.42 0 127.42 38.17 228.69 2.08" fill="#fffffd"></polygon><polygon points="133.36 92.29 152.31 131.05 45.33 82.27 133.36 92.29" fill="#ece5d2"></polygon><polygon points="49.97 106.45 152.31 131.05 63.79 155.15 49.97 106.45" fill="#fdfbee"></polygon><polygon points="0 135.83 63.79 155.15 49.97 106.45 0 135.83" fill="#ece5d2"></polygon><polygon points="0.83 108.61 49.97 106.45 0 135.83 0.83 108.61" fill="#ece5d2"></polygon><polygon points="49.97 106.45 45.33 82.27 0.83 108.61 49.97 106.45" fill="#fdfbee"></polygon><polygon points="45.33 82.27 152.31 131.05 49.97 106.45 45.33 82.27" fill="#fffffd"></polygon><polygon points="186.63 140.84 263.39 99.51 289.12 133.44 186.63 140.84" fill="#fffffd"></polygon><polygon points="233.27 166.5 289.12 133.44 186.63 140.84 233.27 166.5" fill="#fdfbee"></polygon><polygon points="169.46 161.31 186.63 140.84 233.27 166.5 169.46 161.31" fill="#aeaaa2"></polygon><polygon points="186.63 140.84 152.31 131.05 169.46 161.31 186.63 140.84" fill="#d9d7d1"></polygon><polygon points="152.31 131.05 263.39 99.51 186.63 140.84 152.31 131.05" fill="#fdfbee"></polygon><polygon points="316.09 103.27 295.8 60 355.28 86.84 316.09 103.27" fill="#fdfbee"></polygon><polygon points="341.71 124.27 355.28 86.84 316.09 103.27 341.71 124.27" fill="#d9d7d1"></polygon><polygon points="289.12 133.44 316.09 103.27 341.71 124.27 289.12 133.44" fill="#aeaaa2"></polygon><polygon points="316.09 103.27 263.39 99.51 289.12 133.44 316.09 103.27" fill="#ece5d2"></polygon><polygon points="263.39 99.51 295.8 60 316.09 103.27 263.39 99.51" fill="#f6f4ef"></polygon><polygon points="169.46 161.31 63.79 155.15 152.31 131.05 169.46 161.31" fill="#aeaaa2"></polygon><polygon points="233.27 166.5 289.12 133.44 341.71 124.27 233.27 166.5" fill="#aeaaa2"></polygon><polygon points="46.93 37.72 127.42 38.17 45.33 82.27 46.93 37.72" fill="#ece5d2"></polygon></svg></div><div class="cloud5_1Nmmk1" style="transform: translate3d(0px, -1097px, 0px);"><svg id="cloud" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 355 166"><title>cloud</title><polygon id="cloud-bg" points="295.8 60 228.69 2.08 127.42 0 46.93 37.72 45.33 82.27 0.83 108.61 0 135.83 63.79 155.15 169.46 161.31 233.27 166.5 341.71 124.27 355.28 86.84 295.8 60" fill="#fffffd"></polygon><polygon points="263.39 99.51 152.31 131.05 133.36 92.29 263.39 99.51" fill="#fffffd"></polygon><polygon points="127.42 38.17 263.39 99.51 133.36 92.29 127.42 38.17" fill="#fdfbee"></polygon><polygon points="45.33 82.27 133.36 92.29 127.42 38.17 45.33 82.27" fill="#fffffd"></polygon><polygon points="127.42 38.17 127.42 0 46.93 37.72 127.42 38.17" fill="#fdfbee"></polygon><polygon points="295.8 60 263.39 99.51 127.42 38.17 295.8 60" fill="#fdfbee"></polygon><polygon points="295.8 60 228.69 2.08 127.42 38.17 127.42 38.17 295.8 60" fill="#f6f4ef"></polygon><polygon points="228.69 2.08 127.42 0 127.42 38.17 228.69 2.08" fill="#fffffd"></polygon><polygon points="133.36 92.29 152.31 131.05 45.33 82.27 133.36 92.29" fill="#ece5d2"></polygon><polygon points="49.97 106.45 152.31 131.05 63.79 155.15 49.97 106.45" fill="#fdfbee"></polygon><polygon points="0 135.83 63.79 155.15 49.97 106.45 0 135.83" fill="#ece5d2"></polygon><polygon points="0.83 108.61 49.97 106.45 0 135.83 0.83 108.61" fill="#ece5d2"></polygon><polygon points="49.97 106.45 45.33 82.27 0.83 108.61 49.97 106.45" fill="#fdfbee"></polygon><polygon points="45.33 82.27 152.31 131.05 49.97 106.45 45.33 82.27" fill="#fffffd"></polygon><polygon points="186.63 140.84 263.39 99.51 289.12 133.44 186.63 140.84" fill="#fffffd"></polygon><polygon points="233.27 166.5 289.12 133.44 186.63 140.84 233.27 166.5" fill="#fdfbee"></polygon><polygon points="169.46 161.31 186.63 140.84 233.27 166.5 169.46 161.31" fill="#aeaaa2"></polygon><polygon points="186.63 140.84 152.31 131.05 169.46 161.31 186.63 140.84" fill="#d9d7d1"></polygon><polygon points="152.31 131.05 263.39 99.51 186.63 140.84 152.31 131.05" fill="#fdfbee"></polygon><polygon points="316.09 103.27 295.8 60 355.28 86.84 316.09 103.27" fill="#fdfbee"></polygon><polygon points="341.71 124.27 355.28 86.84 316.09 103.27 341.71 124.27" fill="#d9d7d1"></polygon><polygon points="289.12 133.44 316.09 103.27 341.71 124.27 289.12 133.44" fill="#aeaaa2"></polygon><polygon points="316.09 103.27 263.39 99.51 289.12 133.44 316.09 103.27" fill="#ece5d2"></polygon><polygon points="263.39 99.51 295.8 60 316.09 103.27 263.39 99.51" fill="#f6f4ef"></polygon><polygon points="169.46 161.31 63.79 155.15 152.31 131.05 169.46 161.31" fill="#aeaaa2"></polygon><polygon points="233.27 166.5 289.12 133.44 341.71 124.27 233.27 166.5" fill="#aeaaa2"></polygon><polygon points="46.93 37.72 127.42 38.17 45.33 82.27 46.93 37.72" fill="#ece5d2"></polygon></svg></div><div class="cloud6_1Nmmk1" style="transform: translate3d(0px, -2195px, 0px);"><svg id="cloud" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 355 166"><title>cloud</title><polygon id="cloud-bg" points="295.8 60 228.69 2.08 127.42 0 46.93 37.72 45.33 82.27 0.83 108.61 0 135.83 63.79 155.15 169.46 161.31 233.27 166.5 341.71 124.27 355.28 86.84 295.8 60" fill="#fffffd"></polygon><polygon points="263.39 99.51 152.31 131.05 133.36 92.29 263.39 99.51" fill="#fffffd"></polygon><polygon points="127.42 38.17 263.39 99.51 133.36 92.29 127.42 38.17" fill="#fdfbee"></polygon><polygon points="45.33 82.27 133.36 92.29 127.42 38.17 45.33 82.27" fill="#fffffd"></polygon><polygon points="127.42 38.17 127.42 0 46.93 37.72 127.42 38.17" fill="#fdfbee"></polygon><polygon points="295.8 60 263.39 99.51 127.42 38.17 295.8 60" fill="#fdfbee"></polygon><polygon points="295.8 60 228.69 2.08 127.42 38.17 127.42 38.17 295.8 60" fill="#f6f4ef"></polygon><polygon points="228.69 2.08 127.42 0 127.42 38.17 228.69 2.08" fill="#fffffd"></polygon><polygon points="133.36 92.29 152.31 131.05 45.33 82.27 133.36 92.29" fill="#ece5d2"></polygon><polygon points="49.97 106.45 152.31 131.05 63.79 155.15 49.97 106.45" fill="#fdfbee"></polygon><polygon points="0 135.83 63.79 155.15 49.97 106.45 0 135.83" fill="#ece5d2"></polygon><polygon points="0.83 108.61 49.97 106.45 0 135.83 0.83 108.61" fill="#ece5d2"></polygon><polygon points="49.97 106.45 45.33 82.27 0.83 108.61 49.97 106.45" fill="#fdfbee"></polygon><polygon points="45.33 82.27 152.31 131.05 49.97 106.45 45.33 82.27" fill="#fffffd"></polygon><polygon points="186.63 140.84 263.39 99.51 289.12 133.44 186.63 140.84" fill="#fffffd"></polygon><polygon points="233.27 166.5 289.12 133.44 186.63 140.84 233.27 166.5" fill="#fdfbee"></polygon><polygon points="169.46 161.31 186.63 140.84 233.27 166.5 169.46 161.31" fill="#aeaaa2"></polygon><polygon points="186.63 140.84 152.31 131.05 169.46 161.31 186.63 140.84" fill="#d9d7d1"></polygon><polygon points="152.31 131.05 263.39 99.51 186.63 140.84 152.31 131.05" fill="#fdfbee"></polygon><polygon points="316.09 103.27 295.8 60 355.28 86.84 316.09 103.27" fill="#fdfbee"></polygon><polygon points="341.71 124.27 355.28 86.84 316.09 103.27 341.71 124.27" fill="#d9d7d1"></polygon><polygon points="289.12 133.44 316.09 103.27 341.71 124.27 289.12 133.44" fill="#aeaaa2"></polygon><polygon points="316.09 103.27 263.39 99.51 289.12 133.44 316.09 103.27" fill="#ece5d2"></polygon><polygon points="263.39 99.51 295.8 60 316.09 103.27 263.39 99.51" fill="#f6f4ef"></polygon><polygon points="169.46 161.31 63.79 155.15 152.31 131.05 169.46 161.31" fill="#aeaaa2"></polygon><polygon points="233.27 166.5 289.12 133.44 341.71 124.27 233.27 166.5" fill="#aeaaa2"></polygon><polygon points="46.93 37.72 127.42 38.17 45.33 82.27 46.93 37.72" fill="#ece5d2"></polygon></svg></div></section><section id="ourContributors" class="section_3jbaaP"><div class="content_3jbaaP"><h2 class="subTitle_26MOtH subTitleColor_3jbaaP">Contributors</h2><article class="article_26MOtH">We're
a community of developers researching how to improve and sustain the
Web. We're currently exploring the role that peer-to-peer protocols
might play in making the Web more open, equitable and playful.</article><a href="https://playproject.io/undefined" target="_blank" class="button_26MOtH buttonBg_26MOtH"></a></div><div class="inner_3jbaaP"><div class="island_3jbaaP"><svg xmlns="http://www.w3.org/2000/svg" xlink="http://www.w3.org/1999/xlink" viewBox="0 0 959.46 833.55"><defs><linearGradient id="land-gradient1" x1="1206.2" y1="1445.73" x2="-109.9" y2="-531.48" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#71b054"></stop><stop offset="1" stop-color="#a0c65d"></stop></linearGradient><linearGradient id="land-gradient1-2" x1="1362.34" y1="501.85" x2="-517.29" y2="340.66" xlink:href="#land-gradient1"></linearGradient><linearGradient id="land-gradient1-3" x1="1084.49" y1="-62.6" x2="-58.25" y2="498.69" xlink:href="#land-gradient1"></linearGradient><linearGradient id="land-gradient1-4" x1="1077.51" y1="867.03" x2="458.65" y2="-62.71" xlink:href="#land-gradient1"></linearGradient><linearGradient id="trunk-gradient3" x1="502.1" y1="429.85" x2="503.98" y2="427.36" gradientTransform="matrix(1, 0, -0.04, 0.99, 122.05, 25.22)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#564f1e"></stop><stop offset="1" stop-color="#998d4e"></stop></linearGradient><linearGradient id="未命名漸層_107" x1="4620.23" y1="5340.65" x2="4620.35" y2="5340.53" gradientTransform="matrix(21, 0, 0.21, -4.96, -97555.87, 26915.36)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#5f541f"></stop><stop offset="1" stop-color="#665c19"></stop></linearGradient><linearGradient id="trunk-gradient3-2" x1="497.77" y1="427.77" x2="494" y2="426.62" xlink:href="#trunk-gradient3"></linearGradient><linearGradient id="trunk-gradient6" x1="4620.57" y1="5292.62" x2="4620.69" y2="5292.51" gradientTransform="matrix(21, 0, 0.47, -10.9, -98901.78, 58151.13)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#46411e"></stop><stop offset="1" stop-color="#655d30"></stop></linearGradient><linearGradient id="trunk-gradient5" x1="495.7" y1="429.7" x2="502.23" y2="423.16" gradientTransform="matrix(1, 0, -0.04, 0.99, 122.05, 25.22)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#443e15"></stop><stop offset="1" stop-color="#877d44"></stop></linearGradient><linearGradient id="未命名漸層_109" x1="499.86" y1="418.95" x2="498.08" y2="422.43" gradientTransform="matrix(1, 0, -0.04, 0.99, 122.05, 25.22)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#544d21"></stop><stop offset="1" stop-color="#827d5b"></stop></linearGradient><linearGradient id="trunk-gradient3-3" x1="492.84" y1="429.23" x2="501.86" y2="420.21" xlink:href="#trunk-gradient3"></linearGradient><linearGradient id="未命名漸層_33" x1="493.86" y1="415.07" x2="495.41" y2="413.52" gradientTransform="matrix(1, 0, -0.04, 0.99, 122.05, 25.22)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#5c5925"></stop><stop offset="1" stop-color="#514b22"></stop></linearGradient><linearGradient id="trunk-gradient6-2" x1="4649.9" y1="5263.49" x2="4649.98" y2="5263.41" gradientTransform="matrix(24, 0, 1.44, -33.7, -118589.75, 177808.11)" xlink:href="#trunk-gradient6"></linearGradient><linearGradient id="未命名漸層_64" x1="594.81" y1="405.15" x2="601.16" y2="440.71" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#544b21"></stop><stop offset="1" stop-color="#564c24"></stop></linearGradient><linearGradient id="trunk-gradient2" x1="616.29" y1="414.64" x2="584.2" y2="446.01" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#483f15"></stop><stop offset="1" stop-color="#908d4c"></stop></linearGradient><linearGradient id="trunk-gradient3-4" x1="4712.52" y1="5278.47" x2="4712.67" y2="5278.32" gradientTransform="matrix(35, 0, 0.59, -13.88, -167472.59, 73680.08)" xlink:href="#trunk-gradient3"></linearGradient><linearGradient id="trunk-gradient4" x1="482.08" y1="435.47" x2="506.94" y2="410.62" gradientTransform="matrix(1, 0, -0.04, 0.99, 122.05, 25.22)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#695f2b"></stop><stop offset="1" stop-color="#6c602d"></stop></linearGradient><linearGradient id="trunk-gradient2-2" x1="614.17" y1="425.87" x2="608.95" y2="435.6" xlink:href="#trunk-gradient2"></linearGradient><linearGradient id="trunk-gradient" x1="497.45" y1="421.21" x2="508.08" y2="410.59" gradientTransform="matrix(1, 0, -0.04, 0.99, 122.05, 25.22)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#5d5a2e"></stop><stop offset="1" stop-color="#bcaf6e"></stop></linearGradient><linearGradient id="未命名漸層_31" x1="593.26" y1="431.89" x2="597.07" y2="428.09" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#55501e"></stop><stop offset="1" stop-color="#595322"></stop></linearGradient><linearGradient id="trunk-gradient1" x1="611.78" y1="425.81" x2="609.76" y2="429.58" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#574d29"></stop><stop offset="1" stop-color="#8a9953"></stop></linearGradient><linearGradient id="未命名漸層_64-2" x1="601.93" y1="421.38" x2="603.51" y2="430.19" xlink:href="#未命名漸層_64"></linearGradient><linearGradient id="未命名漸層_64-3" x1="602.75" y1="418.19" x2="603.87" y2="424.49" xlink:href="#未命名漸層_64"></linearGradient><linearGradient id="未命名漸層_64-4" x1="609.08" y1="410.69" x2="610.54" y2="410.69" xlink:href="#未命名漸層_64"></linearGradient><linearGradient id="trunk-gradient3-5" x1="716.14" y1="350.18" x2="718.26" y2="347.36" xlink:href="#trunk-gradient3"></linearGradient><linearGradient id="未命名漸層_107-2" x1="4630.4" y1="5356.65" x2="4630.53" y2="5356.52" xlink:href="#未命名漸層_107"></linearGradient><linearGradient id="trunk-gradient3-6" x1="711.25" y1="347.82" x2="706.98" y2="346.52" xlink:href="#trunk-gradient3"></linearGradient><linearGradient id="trunk-gradient6-3" x1="4630.73" y1="5299.91" x2="4630.86" y2="5299.78" xlink:href="#trunk-gradient6"></linearGradient><linearGradient id="trunk-gradient5-2" x1="708.9" y1="350" x2="716.29" y2="342.62" xlink:href="#trunk-gradient5"></linearGradient><linearGradient id="未命名漸層_109-2" x1="713.6" y1="337.85" x2="711.59" y2="341.79" xlink:href="#未命名漸層_109"></linearGradient><linearGradient id="trunk-gradient3-7" x1="705.67" y1="349.47" x2="715.87" y2="339.27" xlink:href="#trunk-gradient3"></linearGradient><linearGradient id="未命名漸層_33-2" x1="706.82" y1="333.47" x2="708.57" y2="331.72" xlink:href="#未命名漸層_33"></linearGradient><linearGradient id="trunk-gradient6-4" x1="4658.78" y1="5265.9" x2="4658.87" y2="5265.81" gradientTransform="matrix(24, 0, 1.44, -33.7, -118589.75, 177808.11)" xlink:href="#trunk-gradient6"></linearGradient><linearGradient id="未命名漸層_64-5" x1="810.77" y1="320.17" x2="817.95" y2="360.37" xlink:href="#未命名漸層_64"></linearGradient><linearGradient id="trunk-gradient2-3" x1="835.06" y1="330.9" x2="798.79" y2="366.36" xlink:href="#trunk-gradient2"></linearGradient><linearGradient id="trunk-gradient3-8" x1="4718.61" y1="5284.3" x2="4718.78" y2="5284.14" gradientTransform="matrix(35, 0, 0.59, -13.88, -167472.59, 73680.08)" xlink:href="#trunk-gradient3"></linearGradient><linearGradient id="trunk-gradient4-2" x1="693.51" y1="356.53" x2="721.61" y2="328.44" xlink:href="#trunk-gradient4"></linearGradient><linearGradient id="trunk-gradient2-4" x1="832.66" y1="343.59" x2="826.76" y2="354.59" xlink:href="#trunk-gradient2"></linearGradient><linearGradient id="trunk-gradient-2" x1="710.89" y1="340.41" x2="722.9" y2="328.4" xlink:href="#trunk-gradient"></linearGradient><linearGradient id="未命名漸層_31-2" x1="809.03" y1="350.4" x2="813.33" y2="346.1" xlink:href="#未命名漸層_31"></linearGradient><linearGradient id="trunk-gradient1-2" x1="829.96" y1="343.53" x2="827.68" y2="347.79" xlink:href="#trunk-gradient1"></linearGradient><linearGradient id="未命名漸層_64-6" x1="818.83" y1="338.52" x2="820.61" y2="348.48" xlink:href="#未命名漸層_64"></linearGradient><linearGradient id="未命名漸層_64-7" x1="819.75" y1="334.92" x2="821.02" y2="342.04" xlink:href="#未命名漸層_64"></linearGradient><linearGradient id="未命名漸層_64-8" x1="826.91" y1="326.44" x2="828.56" y2="326.44" xlink:href="#未命名漸層_64"></linearGradient></defs><title>waterfall-island</title><g id="waterfall-island"><g id="floating-island-2" data-name="floating-island"><polygon id="land-bg" points="906.95 390.44 870.58 415.84 707.75 426.7 631.45 454.98 539.5 466.32 464.19 468.3 353.88 448.41 148.41 470.2 121.28 462.23 0 400.64 10.86 426.7 26.22 434.32 103.82 492.62 102.76 492.91 167.53 564.2 234.4 580.7 340.49 655.02 400.19 652.85 466.77 700.97 545.65 625.35 629.6 580.7 698.35 594.23 793.51 472.65 856.11 439.78 857.25 439.72 928.19 395.53 955.13 359.6 959.46 340.14 906.95 390.44" fill="#823e43"></polygon><g id="land"><polygon points="26.22 434.32 104.21 492.91 165.92 475.34 26.22 434.32" fill="#8c4345"></polygon><polygon points="102.76 492.91 167.53 564.2 165.92 475.34 102.76 492.91" fill="#914546"></polygon><polygon points="234.4 580.7 220 569.98 166.35 499.07 167.53 564.2 234.4 580.7" fill="#994947"></polygon><polygon points="278.25 530.54 220 569.98 166.35 499.07 278.25 530.54" fill="#994947"></polygon><polygon points="340.49 655.02 278.25 530.54 220 569.98 340.49 655.02" fill="#a04e48"></polygon><polygon points="340.49 655.02 400.19 652.85 306.84 587.71 340.49 655.02" fill="#984947"></polygon><polygon points="400.19 652.85 391.51 554.79 278.25 530.54 306.84 587.71 400.19 652.85" fill="#874044"></polygon><polygon points="391.51 554.79 387.89 484.23 278.25 530.54 391.51 554.79" fill="#8f4446"></polygon><polygon points="387.89 484.23 353.88 471.2 364.43 494.14 387.89 484.23" fill="#874044"></polygon><polygon points="364.43 494.14 278.25 530.54 166.35 499.07 165.92 475.34 353.88 471.2 364.43 494.14" fill="#8d4345"></polygon><polygon points="353.88 471.2 539.5 466.32 486.31 550.81 387.89 484.23 353.88 471.2" fill="#894144"></polygon><polygon points="486.31 550.81 512 625.35 391.51 554.79 387.89 484.23 486.31 550.81" fill="#944747"></polygon><polygon points="512 625.35 459.9 664.79 397.4 621.37 391.51 554.79 512 625.35" fill="#964946"></polygon><polygon points="459.9 664.79 466.77 700.97 400.19 652.85 397.4 621.37 459.9 664.79" fill="#984a46"></polygon><polygon points="459.9 664.79 545.65 625.35 512 625.35 459.9 664.79" fill="#843f43"></polygon><polygon points="466.77 700.97 545.65 625.35 459.9 664.79 466.77 700.97" fill="#8d4345"></polygon><polygon points="545.65 625.35 607.52 539.88 629.6 580.7 545.65 625.35" fill="#773841"></polygon><polygon points="512 625.35 632.85 499.07 522.76 492.91 486.31 550.81 512 625.35" fill="#823e43"></polygon><polygon points="632.85 499.07 679.17 466.32 607.52 539.88 545.65 625.35 512 625.35 632.85 499.07" fill="#743740"></polygon><polygon points="679.17 466.32 702.33 446.24 539.5 466.32 522.76 492.91 632.85 499.07 679.17 466.32" fill="#743740"></polygon><polygon points="679.17 466.32 698.35 511.73 629.6 580.7 607.52 539.88 679.17 466.32" fill="#793941"></polygon><polygon points="698.35 511.73 793.51 472.65 698.35 594.23 629.6 580.7 698.35 511.73" fill="#7f3c42"></polygon><polygon points="793.51 472.65 856.11 439.78 702.33 446.24 679.17 466.32 698.35 511.73 793.51 472.65" fill="#7a3a42"></polygon></g><polygon id="ground-bg" points="940.2 279.07 845.81 246.38 746.94 232.61 690.78 224.79 435.29 224.79 215.03 259.52 44.7 314.59 0 400.64 138.95 471.2 353.88 448.41 552.53 484.23 707.75 426.7 870.58 415.84 882.74 407.35 906.95 390.44 959.46 340.14 940.2 279.07" fill="url(#land-gradient1)"></polygon><g id="ground"><polygon id="bg" points="906.95 390.44 870.58 415.84 707.75 426.7 552.53 484.23 353.88 448.41 138.95 471.2 0 400.64 10.86 426.7 144.37 492.91 353.88 471.2 551.44 505.94 702.33 446.24 857.25 439.72 928.19 395.53 955.13 359.6 959.46 340.14 906.95 390.44" fill="#a04e48"></polygon><polygon points="870.58 415.84 857.25 439.72 702.33 446.24 707.75 426.7 870.58 415.84" fill="#994947"></polygon><polygon points="702.33 446.24 551.44 505.94 552.53 484.23 707.75 426.7 702.33 446.24" fill="#a04e48"></polygon><polygon points="552.53 484.23 353.88 448.41 353.88 471.2 551.44 505.94 552.53 484.23" fill="#994947"></polygon><polygon points="353.88 448.41 138.95 471.2 144.37 492.91 353.88 471.2 353.88 448.41" fill="#a04e48"></polygon><polygon points="857.25 439.72 928.19 395.53 955.13 359.6 959.46 340.14 906.95 390.44 870.58 415.84 857.25 439.72" fill="#823e43"></polygon><polygon points="138.95 471.2 0 400.64 10.86 426.7 144.37 492.91 138.95 471.2" fill="#a04e48"></polygon><polygon points="0 400.64 138.95 471.2 353.88 448.41 552.53 484.23 707.75 426.7 870.58 415.84 882.74 407.35 44.7 314.59 0 400.64" fill="url(#land-gradient1-2)"></polygon><polygon points="690.78 224.79 435.29 224.79 215.03 259.52 44.7 314.59 488.43 363.7 746.94 232.61 690.78 224.79" fill="url(#land-gradient1-3)"></polygon><polygon points="940.2 279.07 845.81 246.38 746.94 232.61 488.43 363.7 882.74 407.35 906.95 390.44 959.46 340.14 940.2 279.07" fill="url(#land-gradient1-4)"></polygon></g></g><g id="waterfall"><polygon id="waterfall-bg" points="471.16 469.58 414.64 459.81 358.94 449.71 372.7 492.06 369.77 530.17 382.96 566.82 384.19 610.47 396.16 632.53 400.19 652.85 416.68 665.51 415.21 633.27 426.2 587.83 431.33 555.09 450.39 534.32 444.53 499.39 471.16 469.58" fill="#0091ff"></polygon><polygon points="372.7 492.06 412.52 530.17 414.64 459.81 372.7 492.06" fill="#16acff"></polygon><polygon points="414.64 459.81 412.52 530.17 471.42 469.54 414.64 459.81" fill="#00a4ff"></polygon><polygon points="471.42 469.54 471.16 469.58 414.64 459.81 471.42 469.54" fill="#00a4ff"></polygon><polygon points="444.53 499.39 412.52 530.17 471.42 469.54 471.16 469.58 444.53 499.39" fill="#09f"></polygon><polygon points="444.53 499.39 450.39 534.32 412.52 530.17 444.53 499.39" fill="#09f"></polygon><polygon points="412.52 530.17 431.33 555.09 450.39 534.32 412.52 530.17" fill="#008cff"></polygon><polygon points="412.52 530.17 382.96 566.82 369.77 530.17 412.52 530.17" fill="#0091ff"></polygon><polygon points="372.7 492.06 412.52 530.17 369.77 530.17 372.7 492.06" fill="#0ba5ff"></polygon><polygon points="372.7 492.06 414.64 459.81 358.94 449.71 372.7 492.06" fill="#16acff"></polygon><polygon points="382.96 566.82 384.19 610.47 426.2 587.83 412.52 530.17 382.96 566.82" fill="#0087fe"></polygon><polygon points="412.52 530.17 426.2 587.83 431.33 555.09 412.52 530.17" fill="#0087fe"></polygon><polygon points="426.2 587.83 415.21 633.27 416.68 665.51 400.19 652.85 396.16 632.53 384.19 610.47 426.2 587.83" fill="#0079fe"></polygon></g><g id="shrub"><path d="M650.43,294.34l4.83-1,4,.79,3.68-.08,2.41,0,2.37,1.1-4.78,1a35.66,35.66,0,0,1-4,0,30.93,30.93,0,0,0-3.87.06c-.36,0-2.75-.68-2.75-.68l-.95-.41Z" opacity="0.3"></path><polygon points="661.7 295.65 660.19 292.93 663.92 292.57 661.7 295.65" fill="#479610"></polygon><polygon points="661.7 295.65 665.36 294.55 663.92 292.57 661.7 295.65" fill="#307101"></polygon><polygon points="661.7 295.65 658.69 294.81 660.19 292.93 661.7 295.65" fill="#307101"></polygon><polygon points="658.69 294.81 657.67 291.84 660.19 292.93 658.69 294.81" fill="#275e02"></polygon><polygon points="657.67 291.84 661.3 290.43 660.19 292.93 657.67 291.84" fill="#479610"></polygon><polygon points="657.67 291.84 658.69 289.23 661.3 290.43 657.67 291.84" fill="#418a0f"></polygon><polygon points="661.3 290.43 663.92 292.57 660.19 292.93 661.3 290.43" fill="#418a0f"></polygon><polygon points="661.3 290.43 662.26 289.19 658.69 289.23 661.3 290.43" fill="#76b816"></polygon><polygon points="658.69 289.23 661.7 288.13 662.26 289.19 658.69 289.23" fill="#acd700"></polygon><polygon points="663.92 292.57 662.26 289.19 661.3 290.43 663.92 292.57" fill="#53a21e"></polygon><polygon points="662.26 289.19 665.79 289.6 661.7 288.13 662.26 289.19" fill="#76b816"></polygon><polygon points="665.79 289.6 663.92 292.57 662.26 289.19 665.79 289.6" fill="#418a0f"></polygon><polygon points="665.36 294.55 666.54 291.99 663.92 292.57 665.36 294.55" fill="#275e02"></polygon><polygon points="666.54 291.99 665.79 289.6 663.92 292.57 666.54 291.99" fill="#307101"></polygon><polygon points="654.9 295.65 654.04 292.81 657.67 291.84 654.9 295.65" fill="#479610"></polygon><polygon points="654.9 295.65 658.69 294.81 657.67 291.84 654.9 295.65" fill="#307101"></polygon><polygon points="654.9 295.65 652.21 294.75 654.04 292.81 654.9 295.65" fill="#275e02"></polygon><polygon points="652.21 294.75 650.57 291.11 654.04 292.81 652.21 294.75" fill="#479610"></polygon><polygon points="650.57 291.11 654.51 290.83 654.04 292.81 650.57 291.11" fill="#76b816"></polygon><polygon points="650.57 291.11 651.89 289.23 654.51 290.83 650.57 291.11" fill="#acd700"></polygon><polygon points="654.51 290.83 657.67 291.84 654.04 292.81 654.51 290.83" fill="#53a21e"></polygon><polygon points="654.51 290.83 655.86 289.39 651.89 289.23 654.51 290.83" fill="#76b816"></polygon><polygon points="651.89 289.23 655.66 287.88 655.86 289.39 651.89 289.23" fill="#acd700"></polygon><polygon points="657.67 291.84 655.86 289.39 654.51 290.83 657.67 291.84" fill="#479610"></polygon><polygon points="655.86 289.39 658.69 289.23 655.66 287.88 655.86 289.39" fill="#76b816"></polygon><polygon points="658.69 289.23 657.67 291.84 655.86 289.39 658.69 289.23" fill="#53a21e"></polygon></g><g id="shrub-2" data-name="shrub"><path d="M164.92,420.57l7.62-1.57,6.33,1.24,5.82-.12,3.81,0,3.75,1.74-7.56,1.62a55.62,55.62,0,0,1-6.35,0c-.73-.25-5.54.1-6.11.1s-4.36-1.08-4.36-1.08l-1.48-.64Z" opacity="0.3"></path><polygon points="182.71 422.63 180.33 418.33 186.23 417.76 182.71 422.63" fill="#479610"></polygon><polygon points="182.71 422.63 188.5 420.89 186.23 417.76 182.71 422.63" fill="#307101"></polygon><polygon points="182.71 422.63 177.96 421.31 180.33 418.33 182.71 422.63" fill="#307101"></polygon><polygon points="177.96 421.31 176.35 416.6 180.33 418.33 177.96 421.31" fill="#275e02"></polygon><polygon points="176.35 416.6 182.09 414.38 180.33 418.33 176.35 416.6" fill="#479610"></polygon><polygon points="176.35 416.6 177.96 412.48 182.09 414.38 176.35 416.6" fill="#418a0f"></polygon><polygon points="182.09 414.38 186.23 417.76 180.33 418.33 182.09 414.38" fill="#418a0f"></polygon><polygon points="182.09 414.38 183.6 412.43 177.96 412.48 182.09 414.38" fill="#76b816"></polygon><polygon points="177.96 412.48 182.71 410.75 183.6 412.43 177.96 412.48" fill="#acd700"></polygon><polygon points="186.23 417.76 183.6 412.43 182.09 414.38 186.23 417.76" fill="#53a21e"></polygon><polygon points="183.6 412.43 189.18 413.08 182.71 410.75 183.6 412.43" fill="#76b816"></polygon><polygon points="189.18 413.08 186.23 417.76 183.6 412.43 189.18 413.08" fill="#418a0f"></polygon><polygon points="188.5 420.89 190.37 416.85 186.23 417.76 188.5 420.89" fill="#275e02"></polygon><polygon points="190.37 416.85 189.18 413.08 186.23 417.76 190.37 416.85" fill="#307101"></polygon><polygon points="171.97 422.63 170.62 418.14 176.35 416.6 171.97 422.63" fill="#479610"></polygon><polygon points="171.97 422.63 177.96 421.31 176.35 416.6 171.97 422.63" fill="#307101"></polygon><polygon points="171.97 422.63 167.73 421.21 170.62 418.14 171.97 422.63" fill="#275e02"></polygon><polygon points="167.73 421.21 165.13 415.45 170.62 418.14 167.73 421.21" fill="#479610"></polygon><polygon points="165.13 415.45 171.35 415.02 170.62 418.14 165.13 415.45" fill="#76b816"></polygon><polygon points="165.13 415.45 167.22 412.48 171.35 415.02 165.13 415.45" fill="#acd700"></polygon><polygon points="171.35 415.02 176.35 416.6 170.62 418.14 171.35 415.02" fill="#53a21e"></polygon><polygon points="171.35 415.02 173.49 412.75 167.22 412.48 171.35 415.02" fill="#76b816"></polygon><polygon points="167.22 412.48 173.17 410.35 173.49 412.75 167.22 412.48" fill="#acd700"></polygon><polygon points="176.35 416.6 173.49 412.75 171.35 415.02 176.35 416.6" fill="#479610"></polygon><polygon points="173.49 412.75 177.96 412.48 173.17 410.35 173.49 412.75" fill="#76b816"></polygon><polygon points="177.96 412.48 176.35 416.6 173.49 412.75 177.96 412.48" fill="#53a21e"></polygon></g><g id="shrub-3" data-name="shrub"><path d="M763.82,333.16l4.83-1,4,.78,3.68-.07,2.41,0,2.37,1.1-4.78,1a33.45,33.45,0,0,1-4,0,32.92,32.92,0,0,0-3.87.07c-.36,0-2.76-.69-2.76-.69l-.94-.4Z" opacity="0.3"></path><polygon points="775.09 334.46 773.58 331.75 777.31 331.38 775.09 334.46" fill="#479610"></polygon><polygon points="775.09 334.46 778.75 333.37 777.31 331.38 775.09 334.46" fill="#307101"></polygon><polygon points="775.09 334.46 772.08 333.63 773.58 331.75 775.09 334.46" fill="#307101"></polygon><polygon points="772.08 333.63 771.06 330.65 773.58 331.75 772.08 333.63" fill="#275e02"></polygon><polygon points="771.06 330.65 774.69 329.24 773.58 331.75 771.06 330.65" fill="#479610"></polygon><polygon points="771.06 330.65 772.08 328.04 774.69 329.24 771.06 330.65" fill="#418a0f"></polygon><polygon points="774.69 329.24 777.31 331.38 773.58 331.75 774.69 329.24" fill="#418a0f"></polygon><polygon points="774.69 329.24 775.65 328.01 772.08 328.04 774.69 329.24" fill="#76b816"></polygon><polygon points="772.08 328.04 775.09 326.94 775.65 328.01 772.08 328.04" fill="#acd700"></polygon><polygon points="777.31 331.38 775.65 328.01 774.69 329.24 777.31 331.38" fill="#53a21e"></polygon><polygon points="775.65 328.01 779.18 328.42 775.09 326.94 775.65 328.01" fill="#76b816"></polygon><polygon points="779.18 328.42 777.31 331.38 775.65 328.01 779.18 328.42" fill="#418a0f"></polygon><polygon points="778.75 333.37 779.93 330.81 777.31 331.38 778.75 333.37" fill="#275e02"></polygon><polygon points="779.93 330.81 779.18 328.42 777.31 331.38 779.93 330.81" fill="#307101"></polygon><polygon points="768.29 334.46 767.43 331.62 771.06 330.65 768.29 334.46" fill="#479610"></polygon><polygon points="768.29 334.46 772.08 333.63 771.06 330.65 768.29 334.46" fill="#307101"></polygon><polygon points="768.29 334.46 765.6 333.57 767.43 331.62 768.29 334.46" fill="#275e02"></polygon><polygon points="765.6 333.57 763.96 329.92 767.43 331.62 765.6 333.57" fill="#479610"></polygon><polygon points="763.96 329.92 767.9 329.65 767.43 331.62 763.96 329.92" fill="#76b816"></polygon><polygon points="763.96 329.92 765.28 328.04 767.9 329.65 763.96 329.92" fill="#acd700"></polygon><polygon points="767.9 329.65 771.06 330.65 767.43 331.62 767.9 329.65" fill="#53a21e"></polygon><polygon points="767.9 329.65 769.25 328.21 765.28 328.04 767.9 329.65" fill="#76b816"></polygon><polygon points="765.28 328.04 769.05 326.69 769.25 328.21 765.28 328.04" fill="#acd700"></polygon><polygon points="771.06 330.65 769.25 328.21 767.9 329.65 771.06 330.65" fill="#479610"></polygon><polygon points="769.25 328.21 772.08 328.04 769.05 326.69 769.25 328.21" fill="#76b816"></polygon><polygon points="772.08 328.04 771.06 330.65 769.25 328.21 772.08 328.04" fill="#53a21e"></polygon></g><g id="stone-2" data-name="stone"><polygon id="stone-bg" points="586.59 387.87 585.06 385.46 579.17 382.01 571.52 382.01 566.77 385.87 564.66 385.68 562.28 386.35 559.15 388.49 558.46 391.6 558.46 393.06 562.69 393.35 564.6 393.48 565.96 393.57 565.98 393.71 568.11 393.71 568.16 393.72 571.92 393.97 572 393.71 574.7 393.71 577.64 393.71 581.12 393.71 582.88 393.71 587.53 393.71 586.59 387.87" fill="#eed0b6"></polygon><polygon points="565.98 393.71 568.69 390.9 573.58 389.53 574.7 393.71 565.98 393.71" fill="#ecd1b6"></polygon><polygon points="574.7 393.71 577.64 393.71 579.7 390.45 580.12 384.08 573.58 389.53 574.7 393.71" fill="#e5c3a9"></polygon><polygon points="579.7 390.45 586.59 387.87 582.88 393.71 581.12 393.71 579.7 390.45" fill="#876769"></polygon><polygon points="580.12 384.08 585.06 385.46 586.59 387.87 579.7 390.45 580.12 384.08" fill="#a27c88"></polygon><polygon points="571.52 382.01 580.12 384.08 585.06 385.46 579.17 382.01 571.52 382.01" fill="#d4ada7"></polygon><polygon points="565.16 389.36 568.69 390.9 565.98 393.71 565.16 389.36" fill="#ebcbb7"></polygon><polygon points="568.33 386.91 565.16 389.36 568.69 390.9 573.58 389.53 568.33 386.91" fill="#f1d5c2"></polygon><polygon points="579.7 390.45 577.64 393.71 581.12 393.71 579.7 390.45" fill="#d8ac9b"></polygon><polygon points="586.59 387.87 582.88 393.71 587.53 393.71 586.59 387.87" fill="#574345"></polygon><polygon points="566.57 386.03 565.16 389.36 568.33 386.91 571.52 382.01 566.57 386.03" fill="#f9e2cc"></polygon><polygon points="571.52 382.01 568.33 386.91 573.58 389.53 580.12 384.08 571.52 382.01" fill="#eed0b6"></polygon><polygon points="562.53 391.93 564.6 393.48 562.69 393.35 562.53 391.93" fill="#c5988f"></polygon><polygon points="569.91 392.08 568.16 393.72 571.92 393.97 572.36 392.57 569.91 392.08" fill="#745263"></polygon><polygon points="562.69 393.35 562.53 391.93 558.46 391.6 558.46 393.06 562.69 393.35" fill="#a68180"></polygon><polygon points="562.53 391.93 561.03 388.85 558.46 391.6 562.53 391.93" fill="#bb9994"></polygon><polygon points="561.03 388.85 559.15 388.49 558.46 391.6 561.03 388.85" fill="#c1a2ab"></polygon><polygon points="561.03 388.85 565.07 386.35 562.28 386.35 559.15 388.49 561.03 388.85" fill="#c9aca4"></polygon><polygon points="565.07 386.35 568.16 385.99 564.66 385.68 562.28 386.35 565.07 386.35" fill="#eac6bb"></polygon><polygon points="568.16 385.99 571.23 388.37 568.16 388.67 565.07 386.35 568.16 385.99" fill="#f2dabd"></polygon><polygon points="568.16 388.67 562.53 391.93 561.03 388.85 565.07 386.35 568.16 388.67" fill="#e7c9b6"></polygon><polygon points="564.6 393.48 569.29 390.39 568.16 388.67 562.53 391.93 564.6 393.48" fill="#e5c6af"></polygon><polygon points="569.29 390.39 571.23 388.37 568.16 388.67 569.29 390.39" fill="#f6dec7"></polygon><polygon points="572.36 390.68 569.29 390.39 571.23 388.37 572.36 390.68" fill="#b18f9d"></polygon><polygon points="569.29 390.39 569.91 392.08 572.36 392.57 572.36 390.68 569.29 390.39" fill="#a37d8d"></polygon><polygon points="569.91 392.08 569.29 390.39 564.6 393.48 568.16 393.72 569.91 392.08" fill="#977082"></polygon></g><g id="stone-3" data-name="stone"><polygon id="stone-bg-2" data-name="stone-bg" points="97.7 360.67 96.17 358.26 90.28 354.82 82.62 354.82 77.88 358.67 75.76 358.49 73.39 359.16 70.26 361.29 69.57 364.4 69.57 365.86 73.79 366.15 75.7 366.28 77.06 366.37 77.09 366.52 79.22 366.52 79.27 366.52 83.02 366.78 83.11 366.52 85.8 366.52 88.75 366.52 92.22 366.52 93.99 366.52 98.64 366.52 97.7 360.67" fill="#e5c3a9"></polygon><polygon points="77.09 366.52 79.8 363.71 84.69 362.33 85.8 366.52 77.09 366.52" fill="#ecd1b6"></polygon><polygon points="85.8 366.52 88.75 366.52 90.81 363.25 91.22 356.88 84.69 362.33 85.8 366.52" fill="#e5c3a9"></polygon><polygon points="90.81 363.25 97.7 360.67 93.99 366.52 92.22 366.52 90.81 363.25" fill="#876769"></polygon><polygon points="91.22 356.88 96.17 358.26 97.7 360.67 90.81 363.25 91.22 356.88" fill="#a27c88"></polygon><polygon points="82.62 354.82 91.22 356.88 96.17 358.26 90.28 354.82 82.62 354.82" fill="#d4ada7"></polygon><polygon points="76.27 362.16 79.8 363.71 77.09 366.52 76.27 362.16" fill="#ebcbb7"></polygon><polygon points="79.44 359.71 76.27 362.16 79.8 363.71 84.69 362.33 79.44 359.71" fill="#f1d5c2"></polygon><polygon points="90.81 363.25 88.75 366.52 92.22 366.52 90.81 363.25" fill="#d8ac9b"></polygon><polygon points="97.7 360.67 93.99 366.52 98.64 366.52 97.7 360.67" fill="#574345"></polygon><polygon points="77.68 358.83 76.27 362.16 79.44 359.71 82.62 354.82 77.68 358.83" fill="#f9e2cc"></polygon><polygon points="82.62 354.82 79.44 359.71 84.69 362.33 91.22 356.88 82.62 354.82" fill="#eed0b6"></polygon><polygon points="73.64 364.73 75.7 366.28 73.79 366.15 73.64 364.73" fill="#c5988f"></polygon><polygon points="81.02 364.89 79.27 366.52 83.02 366.78 83.46 365.37 81.02 364.89" fill="#745263"></polygon><polygon points="73.79 366.15 73.64 364.73 69.57 364.4 69.57 365.86 73.79 366.15" fill="#a68180"></polygon><polygon points="73.64 364.73 72.13 361.65 69.57 364.4 73.64 364.73" fill="#bb9994"></polygon><polygon points="72.13 361.65 70.26 361.29 69.57 364.4 72.13 361.65" fill="#c1a2ab"></polygon><polygon points="72.13 361.65 76.17 359.16 73.39 359.16 70.26 361.29 72.13 361.65" fill="#c9aca4"></polygon><polygon points="76.17 359.16 79.27 358.79 75.76 358.49 73.39 359.16 76.17 359.16" fill="#eac6bb"></polygon><polygon points="79.27 358.79 82.34 361.17 79.27 361.47 76.17 359.16 79.27 358.79" fill="#f2dabd"></polygon><polygon points="79.27 361.47 73.64 364.73 72.13 361.65 76.17 359.16 79.27 361.47" fill="#e7c9b6"></polygon><polygon points="75.7 366.28 80.39 363.19 79.27 361.47 73.64 364.73 75.7 366.28" fill="#e5c6af"></polygon><polygon points="80.39 363.19 82.34 361.17 79.27 361.47 80.39 363.19" fill="#f6dec7"></polygon><polygon points="83.46 363.48 80.39 363.19 82.34 361.17 83.46 363.48" fill="#b18f9d"></polygon><polygon points="80.39 363.19 81.02 364.89 83.46 365.37 83.46 363.48 80.39 363.19" fill="#a37d8d"></polygon><polygon points="81.02 364.89 80.39 363.19 75.7 366.28 79.27 366.52 81.02 364.89" fill="#977082"></polygon></g><g id="lake"><polygon id="lake-bg" points="585.61 285.02 567.09 283.92 546.4 282.82 525.39 282.29 480.77 280.66 432.56 279.03 415.29 279.03 357.31 280.01 319.53 280.33 235.16 281.64 183.5 282.81 151.12 292.71 133.53 317.63 142.98 336.69 150.15 349.88 170.01 355.9 188.75 361.12 206.82 377.08 212.2 380.17 269.85 395.32 282.39 413.56 292.08 425.38 358.94 449.71 384.02 454.6 433.86 463.07 442.33 465.02 460.9 468.61 471.16 469.58 479.14 463.4 519.53 434.4 529.43 392.98 561.22 372.84 593.9 344.36 600.96 315.84 608.1 286.17 585.61 285.02" fill="#56cbfe"></polygon><polygon points="182.39 326.26 151.12 292.71 183.5 282.81 182.39 326.26" fill="#a2e7f9"></polygon><polygon points="151.12 292.71 133.53 317.63 142.98 336.69 182.39 326.26 151.12 292.71" fill="#7bd7fd"></polygon><polygon points="182.39 326.26 170.01 355.9 150.15 349.88 142.98 336.69 182.39 326.26" fill="#5ac9fe"></polygon><polygon points="182.39 326.26 234.51 366.98 206.82 377.08 188.75 361.12 170.01 355.9 182.39 326.26" fill="#6dd2ff"></polygon><polygon points="183.5 282.81 235.16 281.64 182.39 326.26 183.5 282.81" fill="#b3f0f7"></polygon><polygon points="235.16 281.64 234.51 366.98 182.39 326.26 235.16 281.64" fill="#a1e8f9"></polygon><polygon points="235.16 281.64 268.39 333.75 234.51 366.98 235.16 281.64" fill="#a7ebfa"></polygon><polygon points="235.16 281.64 305.85 298.9 268.39 333.75 235.16 281.64" fill="#bff4f6"></polygon><polygon points="305.85 298.9 319.53 280.33 235.16 281.64 305.85 298.9" fill="#c4f8f7"></polygon><polygon points="319.53 280.33 357.31 280.01 356.66 323.33 305.85 298.9 319.53 280.33" fill="#b0f1f9"></polygon><polygon points="356.66 323.33 308.45 349.71 268.39 333.75 305.85 298.9 356.66 323.33" fill="#a6eefb"></polygon><polygon points="356.66 323.33 369.69 360.46 308.45 349.71 356.66 323.33" fill="#85e0fd"></polygon><polygon points="308.45 349.71 306.17 391.73 268.39 333.75 308.45 349.71" fill="#87e0fd"></polygon><polygon points="306.17 391.73 234.51 366.98 268.39 333.75 306.17 391.73" fill="#82ddfd"></polygon><polygon points="234.51 366.98 269.85 395.32 212.2 380.17 206.82 377.08 234.51 366.98" fill="#60cfff"></polygon><polygon points="269.85 395.32 282.39 413.56 306.17 391.73 234.51 366.98 269.85 395.32" fill="#68d3ff"></polygon><polygon points="411.06 378.38 442 446.46 384.02 454.6 358.94 449.71 411.06 378.38" fill="#28b3ff"></polygon><polygon points="369.69 360.46 411.06 378.38 358.94 449.71 369.69 360.46" fill="#48c5ff"></polygon><polygon points="442 446.46 433.86 463.07 384.02 454.6 442 446.46" fill="#2ab5fb"></polygon><polygon points="442 446.46 452.75 450.04 442.33 465.02 433.86 463.07 442 446.46" fill="#01a5ff"></polygon><polygon points="452.75 450.04 460.9 468.61 442.33 465.02 452.75 450.04" fill="#09f"></polygon><polygon points="452.75 450.04 479.14 463.4 471.16 469.58 460.9 468.61 452.75 450.04" fill="#0091ff"></polygon><polygon points="452.75 450.04 519.53 434.4 479.14 463.4 452.75 450.04" fill="#09f"></polygon><polygon points="452.75 450.04 450.47 414.86 442 446.46 452.75 450.04" fill="#17a7ff"></polygon><polygon points="450.47 414.86 519.53 434.4 452.75 450.04 450.47 414.86" fill="#11a2ff"></polygon><polygon points="519.53 434.4 529.43 392.98 561.22 372.84 494.45 365.35 519.53 434.4" fill="#12a3ff"></polygon><polygon points="494.45 365.35 450.47 414.86 519.53 434.4 494.45 365.35" fill="#16acff"></polygon><polygon points="494.45 365.35 567.09 315.51 561.22 372.84 494.45 365.35" fill="#20aeff"></polygon><polygon points="567.09 315.51 593.9 344.36 561.22 372.84 567.09 315.51" fill="#11a2ff"></polygon><polygon points="567.09 315.51 567.09 283.92 585.61 285.02 600.96 315.84 593.9 344.36 567.09 315.51" fill="#29b4ff"></polygon><polygon points="585.61 285.02 608.1 286.17 600.96 315.84 585.61 285.02" fill="#3abeff"></polygon><polygon points="567.09 283.92 546.4 282.82 537.44 298.57 567.09 315.51 567.09 283.92" fill="#44c1ff"></polygon><polygon points="546.4 282.82 525.39 282.29 537.44 298.57 546.4 282.82" fill="#63d0ff"></polygon><polygon points="537.44 298.57 494.45 365.35 567.09 315.51 537.44 298.57" fill="#38bcff"></polygon><polygon points="537.44 298.57 458.29 313.88 494.45 365.35 537.44 298.57" fill="#4bc4ff"></polygon><polygon points="458.29 313.88 480.77 280.66 525.39 282.29 537.44 298.57 458.29 313.88" fill="#66d4ff"></polygon><polygon points="458.29 313.88 432.56 279.03 480.77 280.66 458.29 313.88" fill="#7ddffd"></polygon><polygon points="432.56 279.03 415.29 279.03 356.66 323.33 458.29 313.88 432.56 279.03" fill="#84e2ff"></polygon><polygon points="415.29 279.03 357.31 280.01 356.66 323.33 415.29 279.03" fill="#9eedfb"></polygon><polygon points="369.69 360.46 458.29 313.88 356.66 323.33 369.69 360.46" fill="#78ddff"></polygon><polygon points="411.06 378.38 458.29 313.88 369.69 360.46 411.06 378.38" fill="#61d0ff"></polygon><polygon points="411.06 378.38 494.45 365.35 458.29 313.88 411.06 378.38" fill="#4dc6ff"></polygon><polygon points="411.06 378.38 450.47 414.86 442 446.46 411.06 378.38" fill="#28b6ff"></polygon><polygon points="450.47 414.86 411.06 378.38 494.45 365.35 450.47 414.86" fill="#30bbff"></polygon><polygon points="306.17 391.73 369.69 360.46 308.45 349.71 306.17 391.73" fill="#74d9fe"></polygon><polygon points="306.17 391.73 358.94 449.71 369.69 360.46 306.17 391.73" fill="#54cbff"></polygon><polygon points="306.17 391.73 282.39 413.56 292.08 425.38 358.94 449.71 306.17 391.73" fill="#56cbfe"></polygon></g><polygon id="mountains-bg" points="585.99 225.92 546.88 167.14 510.68 123.28 496.71 147.79 445.28 70.48 387.11 0 345.22 73.46 303.95 153.02 299.16 164.69 298.97 164.41 262.77 120.56 236.7 166.27 211.03 215.77 183.5 282.81 227.27 296.67 305.93 296.67 367.18 283.44 366.99 283.04 432.45 283.04 431.42 285.54 475.18 299.4 553.84 299.4 608.1 286.17 585.99 225.92" fill="#5c5651"></polygon><g id="mountains"><polygon points="456.47 283.04 554.92 261.78 508.13 164.95 440.19 164.95 456.47 283.04" fill="#4d4136"></polygon><polygon points="387.11 0 368.28 79.26 353.67 84.9 345.22 73.46 387.11 0" fill="#e8eee7"></polygon><polygon points="368.28 79.26 396.93 89.87 419.55 73.84 387.11 0 368.28 79.26" fill="#ccd9d9"></polygon><polygon points="419.55 73.84 445.28 82.79 445.28 70.48 387.11 0 419.55 73.84" fill="#98b6ba"></polygon><polygon points="303.95 153.02 345.22 153.02 368.28 79.26 353.67 84.9 345.22 73.46 303.95 153.02" fill="#79766e"></polygon><polygon points="345.22 153.02 440.19 164.95 419.55 73.84 396.93 89.87 368.28 79.26 345.22 153.02" fill="#57534e"></polygon><polygon points="440.19 164.95 508.13 164.95 445.28 70.48 445.28 82.79 419.55 73.84 440.19 164.95" fill="#3a3027"></polygon><polygon points="345.22 153.02 330.05 283.04 456.47 283.04 440.19 164.95 345.22 153.02" fill="#5c5651"></polygon><polygon points="303.95 153.02 259.72 260.77 330.05 283.04 345.22 153.02 303.95 153.02" fill="#82796d"></polygon><polygon points="553.84 299.4 608.1 286.17 585.99 225.92 543.71 225.92 553.84 299.4" fill="#4d4136"></polygon><polygon points="510.68 123.28 498.97 172.6 489.88 176.11 484.62 169 510.68 123.28" fill="#e8eee7"></polygon><polygon points="498.97 172.6 516.79 179.21 530.87 169.23 510.68 123.28 498.97 172.6" fill="#ccd9d9"></polygon><polygon points="530.87 169.23 546.88 174.8 546.88 167.14 510.68 123.28 530.87 169.23" fill="#98b6ba"></polygon><polygon points="458.94 218.5 484.62 218.5 498.97 172.6 489.88 176.11 484.62 169 458.94 218.5" fill="#79766e"></polygon><polygon points="484.62 218.5 543.71 225.92 530.87 169.23 516.79 179.21 498.97 172.6 484.62 218.5" fill="#57534e"></polygon><polygon points="543.71 225.92 585.99 225.92 546.88 167.14 546.88 174.8 530.87 169.23 543.71 225.92" fill="#3a3027"></polygon><polygon points="484.62 218.5 475.18 299.4 553.84 299.4 543.71 225.92 484.62 218.5" fill="#5c5651"></polygon><polygon points="458.94 218.5 431.42 285.54 475.18 299.4 484.62 218.5 458.94 218.5" fill="#82796d"></polygon><polygon points="305.93 296.67 367.18 283.44 338.07 223.19 295.8 223.19 305.93 296.67" fill="#4d4136"></polygon><polygon points="262.77 120.56 251.05 169.87 241.96 173.38 236.7 166.27 262.77 120.56" fill="#e8eee7"></polygon><polygon points="251.05 169.87 268.88 176.48 282.96 166.5 262.77 120.56 251.05 169.87" fill="#ccd9d9"></polygon><polygon points="282.96 166.5 298.97 172.07 298.97 164.41 262.77 120.56 282.96 166.5" fill="#98b6ba"></polygon><polygon points="211.03 215.77 236.7 215.77 251.05 169.87 241.96 173.38 236.7 166.27 211.03 215.77" fill="#79766e"></polygon><polygon points="236.7 215.77 295.8 223.19 282.96 166.5 268.88 176.48 251.05 169.87 236.7 215.77" fill="#57534e"></polygon><polygon points="295.8 223.19 338.07 223.19 298.97 164.41 298.97 172.07 282.96 166.5 295.8 223.19" fill="#3a3027"></polygon><polygon points="236.7 215.77 227.27 296.67 305.93 296.67 295.8 223.19 236.7 215.77" fill="#5c5651"></polygon><polygon points="211.03 215.77 183.5 282.81 227.27 296.67 236.7 215.77 211.03 215.77" fill="#82796d"></polygon></g><g id="tree"><path id="shadow" d="M893.25,340c.45-.16,3.55-1.49,3.55-1.49l8.78.62,2,1.37L905,342l-5.37.38-3.73-.38Z" opacity="0.15"></path><g id="trunk"><polygon points="898.63 330.94 898.99 333.81 900.54 330.48 898.63 330.94" fill="#8f4e00"></polygon><polygon points="900.54 330.48 901.71 331.25 901.35 336.12 900.54 330.48" fill="#8f4e00"></polygon><polygon points="898.99 333.81 901.35 336.12 900.54 330.48 898.99 333.81" fill="#663600"></polygon><polygon points="898.99 333.81 898.99 339.14 901.35 336.12 898.99 333.81" fill="#8f4e00"></polygon><polygon points="901.35 336.12 902.09 340.79 898.99 339.14 901.35 336.12" fill="#663600"></polygon><polygon points="898.99 339.14 895.59 340.15 898.72 340.79 898.99 339.14" fill="#663600"></polygon><polygon points="898.72 340.79 902.09 340.79 898.99 339.14 898.72 340.79" fill="#8f4e00"></polygon><polygon points="902.09 340.79 904.04 340.79 901.83 339.14 902.09 340.79" fill="#8f4e00"></polygon></g><polygon id="leaves-bg" points="904.96 314.49 899.93 302.64 894.32 316.54 891.98 324.75 891.9 330.02 897.8 334.29 904.28 333.87 907.8 327.44 904.96 314.49" fill="#53a21e"></polygon><g id="leaves"><polygon points="891.98 324.75 898.07 314.39 897.87 328.93 891.98 324.75" fill="#3b8701"></polygon><polygon points="891.98 324.75 891.9 330.02 897.87 328.93 891.98 324.75" fill="#275e02"></polygon><polygon points="891.98 324.75 894.32 316.54 898.07 314.39 891.98 324.75" fill="#76b816"></polygon><polygon points="894.32 316.54 899.93 302.64 898.07 314.39 894.32 316.54" fill="#acd700"></polygon><polygon points="899.93 302.64 902.8 316.66 898.07 314.39 899.93 302.64" fill="#53a21e"></polygon><polygon points="899.93 302.64 904.96 314.49 902.8 316.66 899.93 302.64" fill="#76b816"></polygon><polygon points="902.8 316.66 897.87 328.93 898.07 314.39 902.8 316.66" fill="#53a21e"></polygon><polygon points="902.8 316.66 904.78 327.92 904.96 314.49 902.8 316.66" fill="#53a21e"></polygon><polygon points="904.96 314.49 907.8 327.44 904.78 327.92 904.96 314.49" fill="#307101"></polygon><polygon points="897.87 328.93 904.78 327.92 902.8 316.66 897.87 328.93" fill="#76b816"></polygon><polygon points="904.78 327.92 904.28 333.87 907.8 327.44 904.78 327.92" fill="#275e02"></polygon><polygon points="904.28 333.87 897.87 328.93 904.78 327.92 904.28 333.87" fill="#3b8701"></polygon><polygon points="891.9 330.02 897.8 334.29 897.87 328.93 891.9 330.02" fill="#1e4901"></polygon><polygon points="897.8 334.29 904.28 333.87 897.87 328.93 897.8 334.29" fill="#275e02"></polygon></g></g><g id="tree-2" data-name="tree"><path id="leaves-bg-2" data-name="leaves-bg" d="M907.78,223.09l-18.61-10.78-20.08,3.81-7.19,15.64.21,8.85-7.92,1.13-1.1,2.33h0l-6.64,5.27v4.44l3.1,4.93,3.61.09.4,1.88,11.05,3.52,9.65-4,4.2-7.1,12.62.67,11.84-5.39,5.71-8.56Zm-55.36,32.28Z" fill="#beb42d" fill-rule="evenodd"></path><g id="trunk-2" data-name="trunk"><polygon points="888.85 248.34 882.75 248.97 882.82 265.72 885.66 286.07 891.5 284.45 888.85 248.34" fill="#7e4d2e" fill-rule="evenodd"></polygon><polygon points="882.75 248.97 885.66 286.07 879.54 284.45 882.75 248.97" fill="#633a29" fill-rule="evenodd"></polygon><polygon points="881.65 262.34 871.09 256 883.6 265.69 881.65 262.34" fill="#804e2e" fill-rule="evenodd"></polygon><polygon points="871.09 256 869.45 257.52 880.89 269.56 883.6 265.69 871.09 256" fill="#633a29" fill-rule="evenodd"></polygon></g><g id="leaves-2" data-name="leaves"><polygon points="869.09 216.12 861.9 231.76 874.48 218.65 869.09 216.12" fill="#e4d334" fill-rule="evenodd"></polygon><polygon points="869.09 216.12 889.17 212.31 874.48 218.65 869.09 216.12" fill="#e6d633" fill-rule="evenodd"></polygon><polygon points="874.48 218.65 882.83 230.07 861.9 231.76 874.48 218.65" fill="#ddcd2f" fill-rule="evenodd"></polygon><polygon points="889.17 212.31 907.78 223.09 874.48 218.65 889.17 212.31" fill="#e5d534" fill-rule="evenodd"></polygon><polygon points="907.78 223.09 908.63 239.8 896.79 239.16 907.78 223.09" fill="#bab02f" fill-rule="evenodd"></polygon><polygon points="908.63 239.8 891.08 253.75 896.79 239.16 908.63 239.8" fill="#a2a033" fill-rule="evenodd"></polygon><polygon points="891.08 253.75 879.87 242.12 896.79 239.16 891.08 253.75" fill="#a5a032" fill-rule="evenodd"></polygon><polygon points="882.83 230.07 879.87 242.12 861.9 231.76 882.83 230.07" fill="#c5b92d" fill-rule="evenodd"></polygon><polygon points="882.83 230.07 896.79 239.16 879.87 242.12 882.83 230.07" fill="#beb42d" fill-rule="evenodd"></polygon><polygon points="891.08 253.75 875.22 252.91 879.87 242.12 891.08 253.75" fill="#9f9b30" fill-rule="evenodd"></polygon><polygon points="875.22 252.91 861.9 231.76 879.87 242.12 875.22 252.91" fill="#b1a932" fill-rule="evenodd"></polygon><polygon points="861.9 231.76 862.11 240.64 875.22 252.91 861.9 231.76" fill="#bab02f" fill-rule="evenodd"></polygon><polygon points="882.83 230.07 907.78 223.09 874.48 218.65 882.83 230.07" fill="#d7c92d" fill-rule="evenodd"></polygon><polygon points="882.83 230.07 896.79 239.16 907.78 223.09 882.83 230.07" fill="#cabd2f" fill-rule="evenodd"></polygon><polygon points="908.63 239.8 902.92 248.36 891.08 253.75 908.63 239.8" fill="#9f9b30" fill-rule="evenodd"></polygon><polygon points="853.09 244.07 846.45 249.34 853.7 252.03 853.09 244.07" fill="#e6d533" fill-rule="evenodd"></polygon><polygon points="846.45 249.34 852.42 255.37 853.7 252.03 846.45 249.34" fill="#d1c32d" fill-rule="evenodd"></polygon><polygon points="846.45 249.34 852.42 255.37 846.45 253.78 846.45 249.34" fill="#c5b92d" fill-rule="evenodd"></polygon><polygon points="846.45 253.78 849.55 258.7 852.42 255.37 846.45 253.78" fill="#b6ae30" fill-rule="evenodd"></polygon><polygon points="849.55 258.7 854.83 258.85 852.42 255.37 849.55 258.7" fill="#9f9b30" fill-rule="evenodd"></polygon><polygon points="854.19 241.74 864.05 240.33 857.64 243.85 854.19 241.74" fill="#e6d633" fill-rule="evenodd"></polygon><polygon points="854.19 241.74 850.96 248.57 857.64 243.85 854.19 241.74" fill="#e6d633" fill-rule="evenodd"></polygon><polygon points="857.64 243.85 863.13 249.48 864.05 240.33 857.64 243.85" fill="#ddcd2f" fill-rule="evenodd"></polygon><polygon points="850.96 248.57 863.13 249.48 857.64 243.85 850.96 248.57" fill="#decf2f" fill-rule="evenodd"></polygon><polygon points="863.13 249.48 871.72 247.44 867.08 256.66 863.13 249.48" fill="#d1c22d" fill-rule="evenodd"></polygon><polygon points="864.05 240.33 871.72 247.44 863.13 249.48 864.05 240.33" fill="#dbcc30" fill-rule="evenodd"></polygon><polygon points="864.05 240.33 873.76 242.51 871.72 247.44 864.05 240.33" fill="#dbcc30" fill-rule="evenodd"></polygon><polygon points="873.76 242.51 879.47 251.38 871.71 247.47 873.76 242.51" fill="#cabd2f" fill-rule="evenodd"></polygon><polygon points="879.47 251.38 867.08 256.66 871.71 247.47 879.47 251.38" fill="#bab02f" fill-rule="evenodd"></polygon><polygon points="850.96 248.57 857.64 257.02 863.13 249.48 850.96 248.57" fill="#d7c92d" fill-rule="evenodd"></polygon><polygon points="857.64 257.02 867.08 256.66 863.13 249.48 857.64 257.02" fill="#cabd2f" fill-rule="evenodd"></polygon><polygon points="850.96 248.57 853.56 260.68 857.64 257.02 850.96 248.57" fill="#cabd2f" fill-rule="evenodd"></polygon><polygon points="857.64 257.02 864.61 264.2 867.08 256.66 857.64 257.02" fill="#9f9b30" fill-rule="evenodd"></polygon><polygon points="879.47 251.38 874.26 260.18 867.08 256.66 879.47 251.38" fill="#9f9b30" fill-rule="evenodd"></polygon><polygon points="874.26 260.18 864.61 264.2 867.08 256.66 874.26 260.18" fill="#9f9b30" fill-rule="evenodd"></polygon><polygon points="864.61 264.2 853.56 260.68 857.64 257.02 864.61 264.2" fill="#a8a331" fill-rule="evenodd"></polygon></g><path id="shadow-2" data-name="shadow" d="M906.2,284.69s-15.86,3.44-24.93,3.44-18.2-3.44-18.2-3.44-4.5-.84-4.5-2.13,7.93-1.23,7.93-1.23l7.82-.24,8-.13,22.25.3s4-.18,4,1.12S906.2,284.69,906.2,284.69Z" opacity="0.15"></path></g><g id="stone-4" data-name="stone"><polygon id="stone-bg-3" data-name="stone-bg" points="719.31 353.8 714.46 349.75 706.95 349.75 701.16 353.22 700.17 354.82 700.1 354.66 696.33 351.66 692.01 351.27 689.08 352.12 685.23 354.82 684.38 358.75 684.38 360.6 689.58 360.96 691.93 361.12 696.33 361.43 700.95 361.75 701.01 361.54 703.3 361.54 705.04 361.54 708.45 361.54 711.34 361.54 719.89 361.54 720.7 357.15 719.31 353.8" fill="#eed0b6"></polygon><polygon points="719.89 361.54 717.23 358.71 712.44 357.32 711.34 361.54 719.89 361.54" fill="#ecd1b6"></polygon><polygon points="711.34 361.54 708.45 361.54 706.42 358.25 706.02 351.83 712.44 357.32 711.34 361.54" fill="#e5c3a9"></polygon><polygon points="706.42 358.25 699.66 355.65 703.3 361.54 705.04 361.54 706.42 358.25" fill="#876769"></polygon><polygon points="706.02 351.83 701.16 353.22 699.66 355.65 706.42 358.25 706.02 351.83" fill="#a27c88"></polygon><polygon points="714.46 349.75 706.02 351.83 701.16 353.22 706.95 349.75 714.46 349.75" fill="#d4ada7"></polygon><polygon points="720.7 357.15 717.23 358.71 719.89 361.54 720.7 357.15" fill="#ebcbb7"></polygon><polygon points="717.59 354.68 720.7 357.15 717.23 358.71 712.44 357.32 717.59 354.68" fill="#f1d5c2"></polygon><polygon points="706.42 358.25 708.45 361.54 705.04 361.54 706.42 358.25" fill="#d8ac9b"></polygon><polygon points="699.66 355.65 703.3 361.54 698.74 361.54 699.66 355.65" fill="#574345"></polygon><polygon points="719.32 353.8 720.7 357.15 717.59 354.68 714.46 349.75 719.32 353.8" fill="#f9e2cc"></polygon><polygon points="714.46 349.75 717.59 354.68 712.44 357.32 706.02 351.83 714.46 349.75" fill="#eed0b6"></polygon><polygon points="689.39 359.17 691.93 361.12 689.58 360.96 689.39 359.17" fill="#c5988f"></polygon><polygon points="698.48 359.36 696.33 361.43 700.95 361.75 701.49 359.98 698.48 359.36" fill="#745263"></polygon><polygon points="689.58 360.96 689.39 359.17 684.38 358.75 684.38 360.6 689.58 360.96" fill="#a68180"></polygon><polygon points="689.39 359.17 687.54 355.28 684.38 358.75 689.39 359.17" fill="#bb9994"></polygon><polygon points="687.54 355.28 685.23 354.82 684.38 358.75 687.54 355.28" fill="#c1a2ab"></polygon><polygon points="687.54 355.28 692.51 352.12 689.08 352.12 685.23 354.82 687.54 355.28" fill="#c9aca4"></polygon><polygon points="692.51 352.12 696.33 351.66 692.01 351.27 689.08 352.12 692.51 352.12" fill="#eac6bb"></polygon><polygon points="696.33 351.66 700.1 354.66 696.33 355.05 692.51 352.12 696.33 351.66" fill="#f2dabd"></polygon><polygon points="696.33 355.05 689.39 359.17 687.54 355.28 692.51 352.12 696.33 355.05" fill="#e7c9b6"></polygon><polygon points="691.93 361.12 697.71 357.23 696.33 355.05 689.39 359.17 691.93 361.12" fill="#e5c6af"></polygon><polygon points="697.71 357.23 700.1 354.66 696.33 355.05 697.71 357.23" fill="#f6dec7"></polygon><polygon points="701.49 357.59 697.71 357.23 700.1 354.66 701.49 357.59" fill="#b18f9d"></polygon><polygon points="697.71 357.23 698.48 359.36 701.49 359.98 701.49 357.59 697.71 357.23" fill="#a37d8d"></polygon><polygon points="698.48 359.36 697.71 357.23 691.93 361.12 696.33 361.43 698.48 359.36" fill="#977082"></polygon></g><g id="blossom-tree-2" data-name="blossom-tree"><path id="shadow-3" data-name="shadow" d="M613,257l64.5,6.19,43.94-6.17s11.3-3.07,11.3-7.81-19.94-4.47-19.94-4.47l-19.66-.89-20.23-.46-55.94,1.09-10.08,4.07Z" opacity="0.15"></path><polygon id="trunk-bg" points="698.41 181.86 694.61 181.86 690.68 185.87 688.22 183.91 685.78 184.66 689.22 188.18 690.8 200.52 682.36 208.37 673.58 198.32 647.16 191.43 634.43 174.68 634.43 168.27 631.47 168.27 631.47 174.01 631.9 174.11 622.85 173.72 618.07 170.66 616.63 171.14 621.99 174.97 633.09 176.98 645.06 194.68 668.98 201.57 680.36 212.5 680.4 212.51 674.29 231.96 669.84 239.42 661.37 255.02 669.84 255.02 678.74 255.02 683.34 228.66 685.78 212.29 691.52 205.26 694.61 201.09 692.67 187.46 698.41 181.86" fill="#3e2318"></polygon><g id="trunk-3" data-name="trunk"><polygon points="690.72 185.9 692.67 187.46 698.41 181.86 694.61 181.86 690.72 185.9" fill="#33180f"></polygon><polygon points="692.67 187.46 688.22 183.91 685.78 184.66 689.22 188.18 692.67 187.46" fill="#3e2418"></polygon><polygon points="692.67 187.46 694.61 201.09 691.52 205.26 690.8 200.52 689.22 188.18 692.67 187.46" fill="#3e2318"></polygon><polygon points="691.52 205.26 685.78 212.29 682.36 208.37 690.8 200.52 691.52 205.26" fill="#45291e"></polygon><polygon points="685.78 212.29 683.34 228.66 676.59 233.68 681.9 213.15 685.78 212.29" fill="#4b2d23"></polygon><polygon points="681.9 213.15 680.47 212.29 674.29 231.96 669.84 239.42 676.59 233.68 681.9 213.15" fill="#43281e"></polygon><polygon points="676.59 233.68 669.84 255.02 678.74 255.02 683.34 228.66 676.59 233.68" fill="#6b422e"></polygon><polygon points="669.84 239.42 661.37 255.02 669.84 255.02 676.59 233.68 669.84 239.42" fill="#5e3929"></polygon><polygon points="681.9 213.15 685.78 212.29 673.58 198.32 647.16 191.43 645.63 193.25 645.06 194.68 668.98 201.57 680.36 212.5 681.9 213.15" fill="#4c2e23"></polygon><polygon points="681.9 213.15 681.9 211.72 668.98 200.14 645.06 194.68 668.98 201.57 680.41 212.4 681.9 213.15" fill="#3b2015"></polygon><polygon points="647.16 191.43 645.63 193.25 645.06 194.68 633.09 176.98 621.99 174.97 616.63 171.14 618.07 170.66 622.85 173.72 631.9 174.11 634.43 174.68 647.16 191.43" fill="#45291e"></polygon><polygon points="633.09 176.98 631.9 174.11 622.85 173.72 618.07 170.66 616.63 171.14 621.99 174.97 633.09 176.98" fill="#43261d"></polygon><polygon points="634.43 174.68 631.47 174.01 631.47 168.27 634.43 168.27 634.43 174.68" fill="#341710"></polygon></g><g id="blossom"><g id="dark-bg"><polygon points="730.71 176.98 719.51 181.86 706.74 183.29 706.74 184.15 721.52 188.18 733.49 176.46 730.71 176.98" fill="#ae617b"></polygon><path d="M696.26,172.67l-14.36-3,1.37-7.32,2.51-2.14,6.62-.32,9.1-2.48h.28l2.56,0,2.06-.51-3.09-1.53-.38-2.11,1.65-.31,12.89-11.17-17,3.19-20.55.39h0l-20.1-11.3-17.09,6.19-3.19-13.91-.36,4.56h-2.71l-11.58,1.25-2,10.07-.61,2-.21,1.51.82,4.12.64.23-.26.45-4.4.83-10.26-3.58L602.88,152l-10.27-2.58-2.23.31-1.47,2-16,9.24,7.52,15,10.47,2.1,8.8.77,8-5.49,13.52-3.7,1.09-.51h.83l4.34-.86,7.65,2.07,11.1-4.14-1.28-5.44,3.2,4,.83.64,1.72,1.08,9.12-2.06,5.48-.81.39,1.15,10.23,6.26h0l-1.45,4.64,2.15,8.22,7.9,2.13,1.06-1,3.15-1.21,1.62-1.93h10.53l5.83,2.26.06-.83L704,173.82Zm-72.39-22.52h0l-.32.61.32-.61Z" fill="#ae617b"></path></g><g id="light-bg"><polygon points="729.56 161.91 720.8 160.18 718.79 158.17 719.51 158.35 727.42 144.69 710.84 127.66 696.26 124.53 676.34 117.52 674.91 116.88 655.9 113.24 643.97 117.52 639.5 124.21 639.5 124.66 624.86 132.19 636.44 130.94 639.15 130.94 639.5 126.38 642.7 140.29 659.79 134.1 679.89 145.4 700.43 145.01 717.47 141.82 704.58 152.99 702.86 153.31 703.31 155.41 706.4 156.94 704.34 157.46 701.5 157.4 692.4 159.88 685.78 160.2 683.27 162.34 681.9 169.66 696.26 172.67 704.01 173.82 706.74 183.29 719.51 181.86 730.71 176.98 733.49 176.46 735.3 174.68 729.56 161.91" fill="#ffbfd1"></polygon><polygon points="602.31 164.06 596.63 169.85 610.99 169.64 612.52 167.15 616.09 161.86 613.01 158.5 602.31 164.06" fill="#ffbfd1"></polygon><polygon points="574.68 160.96 580.42 158.5 583.55 158.98 588.91 151.72 572.9 160.96 574.68 160.96" fill="#ffbfd1"></polygon><polygon points="622.28 145.4 622.43 144.62 622.89 142.25 621.75 142.19 614.38 138.31 603.33 134.53 597.16 137.55 598.93 143.1 592.61 149.42 590.38 149.74 602.88 152 608.88 148.2 618.71 151.71 623.55 150.76 623.87 150.15 623.17 149.74 622.28 145.4" fill="#ffbfd1"></polygon></g><g id="dark"><polygon points="719.51 181.86 721.52 188.18 733.49 176.46 730.71 176.98 719.51 181.86" fill="#b0647e"></polygon><polygon points="719.51 181.86 706.74 183.29 706.74 184.15 721.52 188.18 719.51 181.86" fill="#af637d"></polygon><polygon points="706.74 183.29 696.26 172.67 704.01 173.82 706.74 183.29" fill="#b77289"></polygon><polygon points="700.79 181.84 681.9 169.66 696.26 172.67 706.74 183.29 706.68 184.12 700.79 181.84" fill="#ad5f7a"></polygon><polygon points="681.9 169.66 678.74 178.56 688.7 183.79 690.32 181.86 700.85 181.86 681.9 169.66" fill="#af637d"></polygon><polygon points="677.88 168.27 676.59 183.91 678.74 178.56 681.9 169.66 677.88 168.27" fill="#b0647e"></polygon><polygon points="678.74 178.56 676.59 183.91 684.49 186.04 685.55 185 688.7 183.79 678.74 178.56" fill="#b16680"></polygon><polygon points="681.9 169.66 677.88 168.27 683.85 159.24 681.9 169.66" fill="#b56f87"></polygon><polygon points="685.78 160.2 683.27 162.34 683.85 159.24 685.78 160.2" fill="#b8748b"></polygon><polygon points="677.88 168.27 674.44 175.69 676.59 183.91 677.88 168.27" fill="#ac5c77"></polygon><polygon points="677.88 168.27 678.23 163.58 680.59 157.46 683.85 157.46 683.85 159.24 677.88 168.27" fill="#8b4b5e"></polygon><polygon points="683.85 157.46 684.23 156.69 687.28 157.07 683.85 159.24 683.85 157.46" fill="#aa5974"></polygon><polygon points="687.28 157.07 701.5 157.4 692.4 159.88 685.78 160.2 683.85 159.24 687.28 157.07" fill="#b8748b"></polygon><polygon points="678.23 163.58 674.44 175.69 677.88 168.27 678.23 163.58" fill="#823d52"></polygon><polygon points="717.47 141.82 702.54 151.15 702.86 153.31 704.58 152.99 717.47 141.82" fill="#b26881"></polygon><polygon points="700.44 145.01 702.54 151.15 717.47 141.82 700.44 145.01" fill="#ae617b"></polygon><polygon points="700.44 145.01 702.54 151.15 703.31 155.41 706.4 156.94 704.34 157.46 701.77 157.4 687.28 157.07 684.23 156.69 679.25 154.01 679.89 145.4 700.44 145.01" fill="#b26982"></polygon><polygon points="679.25 154.01 677.02 155.28 680.59 157.46 683.85 157.46 684.23 156.69 679.25 154.01" fill="#794355"></polygon><polygon points="677.02 155.28 666.94 158.63 665.27 163.64 665.66 164.79 675.89 171.05 680.59 157.46 677.02 155.28" fill="#88475a"></polygon><polygon points="659.79 164.45 664.58 157.07 666.66 159.79 665.66 163.58 659.79 164.45" fill="#833f54"></polygon><polygon points="664.58 157.07 679.28 153.56 679.25 154.01 677.02 155.28 666.94 158.63 666.66 159.79 664.58 157.07" fill="#864357"></polygon><polygon points="648.95 165.43 650.67 166.51 659.79 164.45 648.95 165.43" fill="#ac5e79"></polygon><polygon points="659.79 164.45 642.7 140.29 648.12 164.79 648.95 165.43 659.79 164.45" fill="#ba798f"></polygon><polygon points="659.79 164.45 664.58 157.07 679.28 153.56 642.7 140.29 659.79 164.45" fill="#b9778e"></polygon><polygon points="642.7 140.29 659.79 134.1 679.28 153.56 642.7 140.29" fill="#b16680"></polygon><polygon points="659.79 134.1 679.89 145.4 679.28 153.56 659.79 134.1" fill="#ae617b"></polygon><polygon points="642.7 140.29 638.42 140.29 648.12 164.79 642.7 140.29" fill="#b56f87"></polygon><polygon points="648.12 164.79 642.7 157.97 638.42 140.29 648.12 164.79" fill="#b16680"></polygon><polygon points="638.42 140.29 639.5 126.38 642.7 140.29 638.42 140.29" fill="#bb7a90"></polygon><polygon points="639.15 130.94 636.44 130.94 624.86 132.19 630.38 154.01 639.15 130.94" fill="#b56f87"></polygon><polygon points="602.88 152 608.61 147.86 618.87 151.44 623.27 150.61 623.53 150.16 622.89 149.93 622.07 145.81 622.28 144.3 622.89 142.25 623.87 150.15 623.55 150.76 618.71 151.71 608.7 148.42 602.88 152" fill="#b26881"></polygon><polygon points="624.86 132.19 622.28 145.4 623.17 149.74 630.38 154.01 624.86 132.19" fill="#b26881"></polygon><polygon points="639.15 130.94 629.4 149.46 632.43 152.23 632.87 155.37 642.48 157.07 638.42 140.29 639.15 130.94" fill="#ae617b"></polygon><polygon points="639.15 156.49 642.7 161.47 642.7 157.97 642.48 157.07 639.15 156.49" fill="#72394c"></polygon><polygon points="632.95 158.98 634.78 155.73 634.43 152.54 632.01 149.74 631.11 152.08 632.95 158.98" fill="#874559"></polygon><polygon points="632.95 158.98 636.44 166.2 642.7 161.47 639.15 156.49 634.78 155.73 632.95 158.98" fill="#a95773"></polygon><polygon points="636.44 166.2 641.74 166.51 642.7 161.47 636.44 166.2" fill="#8a495c"></polygon><polygon points="641.74 166.51 646.2 166.2 644.92 160.76 642.7 161.47 641.74 166.51" fill="#854155"></polygon><polygon points="644.92 160.76 642.7 157.97 642.7 161.47 644.92 160.76" fill="#7c4759"></polygon><polygon points="646.2 166.2 635.1 170.34 627.45 168.27 636.44 166.2 641.74 166.51 646.2 166.2" fill="#a95773"></polygon><polygon points="632.95 158.98 623.11 169.13 627.45 168.27 636.44 166.2 632.95 158.98" fill="#b56f87"></polygon><polygon points="623.11 169.13 619.73 156.05 621.96 153.56 632.95 158.98 623.11 169.13" fill="#b26881"></polygon><polygon points="618.71 151.71 619.73 156.05 621.96 153.56 618.71 151.71" fill="#b8748b"></polygon><polygon points="632.95 158.98 629.23 145.01 624.86 148.27 623.55 150.76 618.71 151.71 621.96 153.56 632.95 158.98" fill="#af637d"></polygon><polygon points="618.71 151.71 612.52 157.97 616.09 161.86 619.73 156.05 618.71 151.71" fill="#b8748b"></polygon><polygon points="616.09 161.86 612.52 167.15 621.19 169.64 622.28 169.13 616.09 161.86" fill="#b8748b"></polygon><polygon points="613.01 158.5 602.31 164.06 596.63 169.85 610.99 169.64 612.52 167.15 616.09 161.86 613.01 158.5" fill="#b8748b"></polygon><polygon points="622.28 169.13 623.11 169.13 619.73 156.05 616.09 161.86 622.28 169.13" fill="#b56f87"></polygon><polygon points="612.52 167.15 610.73 169.64 621.19 169.64 612.52 167.15" fill="#b67088"></polygon><polygon points="621.19 169.64 607.67 173.34 599.69 178.83 588.91 169.96 610.73 169.64 621.19 169.64" fill="#b0647e"></polygon><polygon points="599.69 178.83 590.89 178.06 580.42 175.96 581.64 170.02 599.69 178.83" fill="#b0647e"></polygon><polygon points="599.69 178.83 588.91 169.96 581.64 170.02 599.69 178.83" fill="#b0647e"></polygon><polygon points="581.64 170.02 583.55 158.98 588.91 169.96 581.64 170.02" fill="#b36b84"></polygon><polygon points="583.55 158.98 602.31 164.06 596.63 169.85 588.91 169.96 583.55 158.98" fill="#b67088"></polygon><polygon points="612.52 157.97 613.01 158.5 602.31 164.06 583.55 158.98 612.52 157.97" fill="#b26982"></polygon><polygon points="612.52 157.97 610.16 156.5 608.88 148.2 618.71 151.71 612.52 157.97" fill="#b0647e"></polygon><polygon points="608.88 148.2 602.88 152 610.16 156.5 608.88 148.2" fill="#b77289"></polygon><polygon points="602.88 152 583.55 158.98 612.52 157.97 602.88 152" fill="#ad5f7a"></polygon><polygon points="583.55 158.98 590.38 149.74 592.61 149.42 602.88 152 583.55 158.98" fill="#b8748b"></polygon><polygon points="583.55 158.98 580.42 158.5 574.68 160.96 572.9 160.96 588.91 151.72 583.55 158.98" fill="#b8748b"></polygon><polygon points="583.2 161.01 574.48 161.01 580.42 158.5 583.55 158.98 583.2 161.01" fill="#ac5e79"></polygon><polygon points="574.68 160.96 581.64 170.02 580.42 175.96 572.9 160.96 574.68 160.96" fill="#b26982"></polygon><polygon points="574.68 160.96 583.2 161.01 581.64 170.02 574.68 160.96" fill="#b8758c"></polygon></g><g id="light"><polygon points="655.9 113.24 649.97 120.77 639.5 126.38 643.97 117.52 655.9 113.24" fill="#ffb9cd"></polygon><polygon points="727.7 172.67 729.56 161.91 735.3 174.68 733.49 176.46 730.71 176.98 727.7 172.67" fill="#ffc0d2"></polygon><polygon points="727.7 172.67 730.71 176.98 719.51 181.86 727.7 172.67" fill="#e6a9b9"></polygon><polygon points="727.7 172.67 715.92 157.46 718.51 157.88 720.8 160.18 729.56 161.91 727.7 172.67" fill="#ffcbd9"></polygon><polygon points="715.92 157.46 713.63 160.47 719.51 181.86 727.7 172.67 715.92 157.46" fill="#ffc4d5"></polygon><polygon points="706.74 183.29 704.01 173.82 719.51 181.86 706.74 183.29" fill="#e7acbc"></polygon><polygon points="685.78 160.2 692.67 164.79 681.9 169.66 683.27 162.34 685.78 160.2" fill="#e39db0"></polygon><polygon points="692.67 164.79 696.26 172.67 681.9 169.66 692.67 164.79" fill="#ffb3c8"></polygon><polygon points="692.67 164.79 685.78 160.2 692.4 159.88 701.5 157.4 704.34 157.46 692.67 164.79" fill="#ffbbce"></polygon><polygon points="692.67 164.79 702.86 164.93 710.04 156.02 704.34 157.46 692.67 164.79" fill="#ffb4c9"></polygon><polygon points="702.86 164.93 696.26 172.67 692.67 164.79 702.86 164.93" fill="#ffc8d7"></polygon><polygon points="702.86 164.93 719.51 181.86 704.01 173.82 696.26 172.67 702.86 164.93" fill="#ffcbd9"></polygon><polygon points="713.63 160.47 719.51 181.86 702.86 164.93 710.04 156.02 713.63 160.47" fill="#ffbfd1"></polygon><polygon points="727.42 144.69 717.47 141.82 704.58 152.99 708.79 153.95 708.92 155.28 710.04 156.02 713.63 160.47 715.92 157.46 719.51 158.35 727.42 144.69" fill="#e7abbb"></polygon><polygon points="704.58 152.99 702.86 153.31 703.31 155.41 706.4 156.94 710.04 156.02 708.92 155.28 708.79 153.95 704.58 152.99" fill="#ffb8cc"></polygon><polygon points="659.79 134.1 670.38 134.1 679.89 145.4 659.79 134.1" fill="#ffaec5"></polygon><polygon points="659.79 134.1 668.98 130.28 670.38 134.1 659.79 134.1" fill="#ffc8d7"></polygon><polygon points="659.79 134.1 658.45 133.72 654.2 130.28 642.7 140.29 659.79 134.1" fill="#ffb5ca"></polygon><polygon points="642.7 140.29 639.5 126.38 654.2 130.28 642.7 140.29" fill="#ffc0d2"></polygon><polygon points="639.5 126.38 649.97 120.77 654.2 130.28 639.5 126.38" fill="#ffcddb"></polygon><polygon points="654.2 130.28 674.91 116.88 668.98 130.28 659.79 134.1 658.45 133.72 654.2 130.28" fill="#ffcddb"></polygon><polygon points="679.89 145.4 700.44 145.01 670.38 134.1 679.89 145.4" fill="#ffcbda"></polygon><polygon points="668.98 130.28 700.44 145.01 670.38 134.1 668.98 130.28" fill="#ffcddb"></polygon><polygon points="668.98 130.28 674.91 116.88 676.34 117.52 700.44 145.01 668.98 130.28" fill="#ffcbda"></polygon><polygon points="700.44 145.01 717.47 141.82 708.95 134.68 700.44 145.01" fill="#ffcbda"></polygon><polygon points="708.95 134.68 710.84 127.66 727.42 144.69 717.47 141.82 708.95 134.68" fill="#ffccda"></polygon><polygon points="710.84 127.66 708.95 134.68 676.34 117.52 696.26 124.53 710.84 127.66" fill="#ffcedc"></polygon><polygon points="674.91 116.88 655.9 113.24 649.97 120.77 654.2 130.28 674.91 116.88" fill="#ffcad9"></polygon><polygon points="639.5 124.21 643.97 117.52 639.5 126.38 639.5 124.21" fill="#e6a6b7"></polygon><polygon points="639.5 124.66 624.86 132.19 636.44 130.94 639.5 126.38 639.5 124.66" fill="#ffadc4"></polygon><polygon points="636.44 130.94 639.15 130.94 639.5 126.38 636.44 130.94" fill="#e196aa"></polygon><polygon points="602.31 164.06 612.52 167.15 610.99 169.64 596.63 169.85 602.31 164.06" fill="#de8ca2"></polygon><polygon points="612.52 167.15 616.09 161.86 613.01 158.5 602.31 164.06 612.52 167.15" fill="#e39caf"></polygon><polygon points="583.55 158.98 580.42 158.5 574.68 160.96 572.9 160.96 588.91 151.72 583.55 158.98" fill="#e7aaba"></polygon><polygon points="590.38 149.74 592.61 149.42 598.93 143.1 619.12 142.48 608.88 148.2 602.88 152 590.38 149.74" fill="#ffc1d2"></polygon><polygon points="619.12 142.48 622.43 144.62 622.28 145.4 623.17 149.74 623.87 150.15 623.55 150.76 618.71 151.71 608.88 148.2 619.12 142.48" fill="#ffc0d2"></polygon><polygon points="619.12 142.48 597.16 137.55 598.93 143.1 619.12 142.48" fill="#ffb3c8"></polygon><polygon points="622.43 144.62 619.12 142.48 597.16 137.55 603.33 134.53 614.38 138.31 621.75 142.19 622.89 142.25 622.43 144.62" fill="#ffc6d6"></polygon><polygon points="708.95 134.68 700.44 145.01 676.34 117.52 708.95 134.68" fill="#ffcedc"></polygon></g></g></g><g id="tree-3" data-name="tree"><path id="shadow-4" data-name="shadow" d="M786.1,290.23s-10,1.85-15.47,1.85a34.93,34.93,0,0,1-10.54-1.85s-2.71-.91-2.71-2.33,4.78-1.34,4.78-1.34l4.72-.26,4.85-.14,13.42.33,2.41,1.21Z" opacity="0.15"></path><g id="trunk-4" data-name="trunk"><polygon points="770.35 272.01 768.28 289.12 774.51 272.01 770.35 272.01" fill="#523126"></polygon><polygon points="763.71 270.05 764.46 274.67 765.37 275 765.87 273.67 764.79 270.37 763.71 270.05" fill="#3f171e"></polygon><polygon points="765.37 275 771.93 277.41 771.18 274 765.87 273.67 765.37 275" fill="#552928"></polygon><polygon points="774.51 272.01 776.67 289.12 768.28 289.12 774.51 272.01" fill="#603d27"></polygon><polygon points="778.49 276.45 779.78 276.82 782.48 268.26 781.32 268.8 778.49 276.45" fill="#3e2016"></polygon><polygon points="778.49 276.45 775.3 278.31 775.72 281.65 779.78 276.82 778.49 276.45" fill="#603a2c"></polygon></g><polygon id="leaves-bg-3" data-name="leaves-bg" points="785.47 237.29 770.69 229.65 755.24 237.29 748.76 249.41 756.23 267.85 770.35 272.01 774.51 272.01 788.63 265.36 793.28 251.49 785.47 237.29" fill="#acd34e"></polygon><g id="leaves-3" data-name="leaves"><polygon points="755.24 237.29 770.69 229.65 785.47 237.29 773.01 242.27 755.24 237.29" fill="#c5e858"></polygon><polygon points="755.24 237.29 748.76 249.41 759.56 255.89 773.01 242.27 755.24 237.29" fill="#acd34e"></polygon><polygon points="748.76 249.41 756.23 267.85 759.56 255.89 748.76 249.41" fill="#79ab34"></polygon><polygon points="759.56 255.89 771.18 262.04 770.35 272.01 756.23 267.85 759.56 255.89" fill="#557e19"></polygon><polygon points="773.01 242.27 759.56 255.89 771.18 262.04 778.49 260.71 773.01 242.27" fill="#b5e34d"></polygon><polygon points="773.01 242.27 778.49 260.71 793.28 251.49 785.47 237.29 773.01 242.27" fill="#c4f44d"></polygon><polygon points="771.18 262.04 770.35 272.01 774.51 272.01 778.49 260.71 771.18 262.04" fill="#6da12c"></polygon><polygon points="778.49 260.71 774.51 272.01 788.63 265.36 793.28 251.49 778.49 260.71" fill="#8fc23c"></polygon></g></g><g id="water-drops"><g id="drops-bg"><polygon points="393.74 734.9 397.86 727.75 393.56 719.78 384.99 721.07 380.75 725.95 385.08 734.49 393.74 734.9" fill="#0091ff"></polygon><polygon points="399.62 672.62 402.05 663.3 394.75 655.65 385.5 659.75 382.24 666.56 389.75 674.83 399.62 672.62" fill="#0091ff"></polygon><polygon points="395.52 750.22 393.49 754.45 398.16 759.6 404.3 758.22 405.81 752.43 401.27 747.68 395.52 750.22" fill="#0091ff"></polygon><polygon points="424.06 734.94 419.31 737.73 417.98 741.61 422.55 745.61 427.74 743.8 428.48 738.62 424.06 734.94" fill="#0091ff"></polygon><polygon points="423.48 690.27 424.13 685.69 420.22 682.44 416.04 684.9 414.85 688.33 418.89 691.87 423.48 690.27" fill="#0091ff"></polygon><polygon points="411.47 808.04 410.29 811.47 414.32 815.01 418.91 813.41 419.56 808.83 415.66 805.58 411.47 808.04" fill="#0091ff"></polygon><polygon points="388.87 792.9 387.68 796.33 391.72 799.87 396.31 798.27 396.96 793.69 393.05 790.44 388.87 792.9" fill="#0091ff"></polygon><polygon points="420.04 717.54 420.49 714.37 417.79 712.12 414.89 713.83 414.07 716.2 416.86 718.65 420.04 717.54" fill="#0091ff"></polygon><polygon points="392.91 701.67 395.23 703.71 397.88 702.79 398.25 700.15 396 698.28 393.59 699.7 392.91 701.67" fill="#0091ff"></polygon><polygon points="388.14 741.07 385.89 739.19 383.48 740.61 382.8 742.59 385.12 744.62 387.76 743.7 388.14 741.07" fill="#0091ff"></polygon><polygon points="412.91 778.33 410.66 776.46 408.25 777.87 407.57 779.85 409.89 781.88 412.54 780.97 412.91 778.33" fill="#0091ff"></polygon><polygon points="399.11 829.54 398.43 831.51 400.76 833.55 403.4 832.63 403.77 829.99 401.53 828.12 399.11 829.54" fill="#0091ff"></polygon></g><polygon points="393.56 719.78 384.99 721.07 391.59 725.97 393.56 719.78" fill="#16acff"></polygon><polygon points="393.56 719.78 397.86 727.75 391.59 725.97 393.56 719.78" fill="#09f"></polygon><polygon points="397.86 727.75 393.74 734.91 391.59 725.97 397.86 727.75" fill="#008cff"></polygon><polygon points="393.74 734.91 384.4 730.26 391.59 725.97 393.74 734.91" fill="#0087fe"></polygon><polygon points="384.4 730.26 384.99 721.07 391.59 725.97 384.4 730.26" fill="#12a3ff"></polygon><polygon points="384.4 730.26 380.75 725.95 384.99 721.07 384.4 730.26" fill="#16acff"></polygon><polygon points="384.4 730.26 385.08 734.49 393.74 734.91 384.4 730.26" fill="#0079fe"></polygon><polygon points="380.75 725.95 385.08 734.49 384.4 730.26 380.75 725.95" fill="#0091ff"></polygon><polygon points="394.75 655.65 385.5 659.75 394.45 663.23 394.75 655.65" fill="#16acff"></polygon><polygon points="394.75 655.65 402.05 663.3 394.45 663.23 394.75 655.65" fill="#09f"></polygon><polygon points="402.05 663.3 399.62 672.62 394.45 663.23 402.05 663.3" fill="#008cff"></polygon><polygon points="399.62 672.62 387.68 670.27 394.45 663.23 399.62 672.62" fill="#0087fe"></polygon><polygon points="387.68 670.27 385.5 659.75 394.45 663.23 387.68 670.27" fill="#12a3ff"></polygon><polygon points="387.68 670.27 382.24 666.56 385.5 659.75 387.68 670.27" fill="#16acff"></polygon><polygon points="387.68 670.27 389.75 674.83 399.62 672.62 387.68 670.27" fill="#0079fe"></polygon><polygon points="382.24 666.56 389.75 674.83 387.68 670.27 382.24 666.56" fill="#0091ff"></polygon><polygon points="401.27 747.68 395.52 750.22 401.08 752.39 401.27 747.68" fill="#16acff"></polygon><polygon points="401.27 747.68 405.81 752.43 401.08 752.39 401.27 747.68" fill="#09f"></polygon><polygon points="405.81 752.43 404.3 758.22 401.08 752.39 405.81 752.43" fill="#008cff"></polygon><polygon points="404.3 758.22 396.88 756.76 401.08 752.39 404.3 758.22" fill="#0087fe"></polygon><polygon points="396.88 756.76 395.52 750.22 401.08 752.39 396.88 756.76" fill="#12a3ff"></polygon><polygon points="396.88 756.76 393.49 754.45 395.52 750.22 396.88 756.76" fill="#16acff"></polygon><polygon points="396.88 756.76 398.16 759.6 404.3 758.22 396.88 756.76" fill="#0079fe"></polygon><polygon points="393.49 754.45 398.16 759.6 396.88 756.76 393.49 754.45" fill="#0091ff"></polygon><polygon points="424.06 734.94 419.31 737.73 424.36 739.05 424.06 734.94" fill="#16acff"></polygon><polygon points="424.06 734.94 428.48 738.62 424.36 739.05 424.06 734.94" fill="#09f"></polygon><polygon points="428.48 738.62 427.74 743.8 424.36 739.05 428.48 738.62" fill="#008cff"></polygon><polygon points="427.74 743.8 421.15 743.28 424.36 739.05 427.74 743.8" fill="#0087fe"></polygon><polygon points="421.15 743.28 419.31 737.73 424.36 739.05 421.15 743.28" fill="#12a3ff"></polygon><polygon points="421.15 743.28 417.98 741.61 419.31 737.73 421.15 743.28" fill="#16acff"></polygon><polygon points="421.15 743.28 422.55 745.61 427.74 743.8 421.15 743.28" fill="#0079fe"></polygon><polygon points="417.98 741.61 422.55 745.61 421.15 743.28 417.98 741.61" fill="#0091ff"></polygon><polygon points="420.22 682.44 416.04 684.9 420.49 686.08 420.22 682.44" fill="#16acff"></polygon><polygon points="420.22 682.44 424.13 685.69 420.49 686.08 420.22 682.44" fill="#09f"></polygon><polygon points="424.13 685.69 423.48 690.27 420.49 686.08 424.13 685.69" fill="#008cff"></polygon><polygon points="423.48 690.27 417.65 689.81 420.49 686.08 423.48 690.27" fill="#0087fe"></polygon><polygon points="417.65 689.81 416.04 684.9 420.49 686.08 417.65 689.81" fill="#12a3ff"></polygon><polygon points="417.65 689.81 414.85 688.33 416.04 684.9 417.65 689.81" fill="#16acff"></polygon><polygon points="417.65 689.81 418.89 691.87 423.48 690.27 417.65 689.81" fill="#0079fe"></polygon><polygon points="414.85 688.33 418.89 691.87 417.65 689.81 414.85 688.33" fill="#0091ff"></polygon><polygon points="415.66 805.58 411.47 808.04 415.93 809.21 415.66 805.58" fill="#16acff"></polygon><polygon points="415.66 805.58 419.56 808.83 415.93 809.21 415.66 805.58" fill="#09f"></polygon><polygon points="419.56 808.83 418.91 813.41 415.93 809.21 419.56 808.83" fill="#008cff"></polygon><polygon points="418.91 813.41 413.09 812.94 415.93 809.21 418.91 813.41" fill="#0087fe"></polygon><polygon points="413.09 812.94 411.47 808.04 415.93 809.21 413.09 812.94" fill="#12a3ff"></polygon><polygon points="413.09 812.94 410.29 811.47 411.47 808.04 413.09 812.94" fill="#16acff"></polygon><polygon points="413.09 812.94 414.32 815.01 418.91 813.41 413.09 812.94" fill="#0079fe"></polygon><polygon points="410.29 811.47 414.32 815.01 413.09 812.94 410.29 811.47" fill="#0091ff"></polygon><polygon points="393.05 790.44 388.87 792.9 393.32 794.08 393.05 790.44" fill="#16acff"></polygon><polygon points="393.05 790.44 396.96 793.69 393.32 794.08 393.05 790.44" fill="#09f"></polygon><polygon points="396.96 793.69 396.31 798.27 393.32 794.08 396.96 793.69" fill="#008cff"></polygon><polygon points="396.31 798.27 390.48 797.81 393.32 794.08 396.31 798.27" fill="#0087fe"></polygon><polygon points="390.48 797.81 388.87 792.9 393.32 794.08 390.48 797.81" fill="#12a3ff"></polygon><polygon points="390.48 797.81 387.68 796.33 388.87 792.9 390.48 797.81" fill="#16acff"></polygon><polygon points="390.48 797.81 391.72 799.87 396.31 798.27 390.48 797.81" fill="#0079fe"></polygon><polygon points="387.68 796.33 391.72 799.87 390.48 797.81 387.68 796.33" fill="#0091ff"></polygon><polygon points="417.79 712.12 414.89 713.83 417.97 714.64 417.79 712.12" fill="#16acff"></polygon><polygon points="417.79 712.12 420.49 714.37 417.97 714.64 417.79 712.12" fill="#09f"></polygon><polygon points="420.49 714.37 420.04 717.54 417.97 714.64 420.49 714.37" fill="#008cff"></polygon><polygon points="420.04 717.54 416.01 717.22 417.97 714.64 420.04 717.54" fill="#0087fe"></polygon><polygon points="416.01 717.22 414.89 713.83 417.97 714.64 416.01 717.22" fill="#12a3ff"></polygon><polygon points="416.01 717.22 414.07 716.2 414.89 713.83 416.01 717.22" fill="#16acff"></polygon><polygon points="416.01 717.22 416.86 718.65 420.04 717.54 416.01 717.22" fill="#0079fe"></polygon><polygon points="414.07 716.2 416.86 718.65 416.01 717.22 414.07 716.2" fill="#0091ff"></polygon><polygon points="396 698.28 393.59 699.7 396.16 700.37 396 698.28" fill="#16acff"></polygon><polygon points="396 698.28 398.25 700.15 396.16 700.37 396 698.28" fill="#09f"></polygon><polygon points="398.25 700.15 397.88 702.79 396.16 700.37 398.25 700.15" fill="#008cff"></polygon><polygon points="397.88 702.79 394.52 702.52 396.16 700.37 397.88 702.79" fill="#0087fe"></polygon><polygon points="394.52 702.52 393.59 699.7 396.16 700.37 394.52 702.52" fill="#12a3ff"></polygon><polygon points="394.52 702.52 392.91 701.67 393.59 699.7 394.52 702.52" fill="#16acff"></polygon><polygon points="394.52 702.52 395.23 703.71 397.88 702.79 394.52 702.52" fill="#0079fe"></polygon><polygon points="392.91 701.67 395.23 703.71 394.52 702.52 392.91 701.67" fill="#0091ff"></polygon><polygon points="385.89 739.19 383.48 740.61 386.05 741.29 385.89 739.19" fill="#16acff"></polygon><polygon points="385.89 739.19 388.14 741.07 386.05 741.29 385.89 739.19" fill="#09f"></polygon><polygon points="388.14 741.07 387.76 743.7 386.05 741.29 388.14 741.07" fill="#008cff"></polygon><polygon points="387.76 743.7 384.41 743.43 386.05 741.29 387.76 743.7" fill="#0087fe"></polygon><polygon points="384.41 743.43 383.48 740.61 386.05 741.29 384.41 743.43" fill="#12a3ff"></polygon><polygon points="384.41 743.43 382.8 742.59 383.48 740.61 384.41 743.43" fill="#16acff"></polygon><polygon points="384.41 743.43 385.12 744.62 387.76 743.7 384.41 743.43" fill="#0079fe"></polygon><polygon points="382.8 742.59 385.12 744.62 384.41 743.43 382.8 742.59" fill="#0091ff"></polygon><polygon points="410.66 776.46 408.25 777.87 410.82 778.55 410.66 776.46" fill="#16acff"></polygon><polygon points="410.66 776.46 412.91 778.33 410.82 778.55 410.66 776.46" fill="#09f"></polygon><polygon points="412.91 778.33 412.54 780.97 410.82 778.55 412.91 778.33" fill="#008cff"></polygon><polygon points="412.54 780.97 409.18 780.7 410.82 778.55 412.54 780.97" fill="#0087fe"></polygon><polygon points="409.18 780.7 408.25 777.87 410.82 778.55 409.18 780.7" fill="#12a3ff"></polygon><polygon points="409.18 780.7 407.57 779.85 408.25 777.87 409.18 780.7" fill="#16acff"></polygon><polygon points="409.18 780.7 409.89 781.88 412.54 780.97 409.18 780.7" fill="#0079fe"></polygon><polygon points="407.57 779.85 409.89 781.88 409.18 780.7 407.57 779.85" fill="#0091ff"></polygon><polygon points="401.53 828.12 399.11 829.54 401.68 830.21 401.53 828.12" fill="#16acff"></polygon><polygon points="401.53 828.12 403.77 829.99 401.68 830.21 401.53 828.12" fill="#09f"></polygon><polygon points="403.77 829.99 403.4 832.63 401.68 830.21 403.77 829.99" fill="#008cff"></polygon><polygon points="403.4 832.63 400.05 832.36 401.68 830.21 403.4 832.63" fill="#0087fe"></polygon><polygon points="400.05 832.36 399.11 829.54 401.68 830.21 400.05 832.36" fill="#12a3ff"></polygon><polygon points="400.05 832.36 398.43 831.51 399.11 829.54 400.05 832.36" fill="#16acff"></polygon><polygon points="400.05 832.36 400.76 833.55 403.4 832.63 400.05 832.36" fill="#0079fe"></polygon><polygon points="398.43 831.51 400.76 833.55 400.05 832.36 398.43 831.51" fill="#0091ff"></polygon></g><g id="tree-4" data-name="tree"><path id="shadow-5" data-name="shadow" d="M592.61,370.94,605,368.57l13.27.43,7-.29,8.76,1.37,7.94-1.08,10.13,1.38-7.61,2.42s-8.6,2.89-9,2.89H620.94l-7.35-1.28L600,373.06Z" opacity="0.15"></path><g id="trunk-5" data-name="trunk"><polygon points="603.32 340.01 612.09 346.79 608.44 342.62 603.32 340.01" fill="#663600"></polygon><polygon points="608.44 342.62 605.6 338.03 615.32 346.66 608.44 342.62" fill="#8f4e00"></polygon><polygon points="612.09 346.79 615.32 346.66 608.44 342.62 612.09 346.79" fill="#a66102"></polygon><polygon points="612.09 346.79 619.14 353.42 615.32 346.66 612.09 346.79" fill="#be7721"></polygon><polygon points="615.32 346.66 622.74 353.77 619.14 353.42 615.32 346.66" fill="#8f4e00"></polygon><polygon points="621.73 356.22 622.74 353.77 619.14 353.42 621.73 356.22" fill="#663600"></polygon><polygon points="632.49 335.01 628.12 345.18 631.13 340.54 632.49 335.01" fill="#8f4e00"></polygon><polygon points="631.13 340.54 634.66 336.5 628.82 348.12 631.13 340.54" fill="#8f4e00"></polygon><polygon points="628.12 345.18 628.82 348.12 631.13 340.54 628.12 345.18" fill="#be7721"></polygon><polygon points="628.12 345.18 623.56 353.72 628.82 348.12 628.12 345.18" fill="#8f4e00"></polygon><polygon points="628.82 348.12 624.1 358.31 623.56 353.72 628.82 348.12" fill="#663600"></polygon><polygon points="622.38 356.43 624.1 358.31 623.56 353.72 622.38 356.43" fill="#8f4e00"></polygon><polygon points="621.74 352.81 621.84 359.32 622.37 353.42 621.74 352.81" fill="#8f4e00"></polygon><polygon points="622.37 353.42 624.23 352.47 624.14 361.58 622.37 353.42" fill="#8f4e00"></polygon><polygon points="621.84 359.32 624.14 361.58 622.37 353.42 621.84 359.32" fill="#be7721"></polygon><polygon points="621.84 359.32 619.96 369 624.14 361.58 621.84 359.32" fill="#8f4e00"></polygon><polygon points="624.14 361.58 622.99 372.8 619.96 369 624.14 361.58" fill="#663600"></polygon><polygon points="619.96 369 616.63 372.17 619.69 372.8 619.96 369" fill="#663600"></polygon><polygon points="619.69 372.8 622.99 372.8 619.96 369 619.69 372.8" fill="#8f4e00"></polygon><polygon points="622.99 372.8 624.89 371.45 624.14 361.58 622.99 372.8" fill="#8f4e00"></polygon></g><polygon id="leaves-bg-4" data-name="leaves-bg" points="642.69 309.44 618.74 305.73 594.33 314.21 586.94 326.79 596.63 342.1 606.06 344.15 613.35 340.64 630.71 342.59 641.81 339.32 653.4 326.79 642.69 309.44" fill="#3b8701"></polygon><g id="leaves-4" data-name="leaves"><polygon points="586.94 326.79 611.14 317.79 611.1 332.59 586.94 326.79" fill="#3b8701"></polygon><polygon points="586.94 326.79 596.63 342.1 611.1 332.59 586.94 326.79" fill="#275e02"></polygon><polygon points="586.94 326.79 594.33 314.21 611.14 317.79 586.94 326.79" fill="#76b816"></polygon><polygon points="594.33 314.21 618.74 305.73 611.14 317.79 594.33 314.21" fill="#acd700"></polygon><polygon points="618.74 305.73 627.46 325.15 611.14 317.79 618.74 305.73" fill="#76b816"></polygon><polygon points="618.74 305.73 642.69 309.44 627.46 325.15 618.74 305.73" fill="#53a21e"></polygon><polygon points="627.46 325.15 611.1 332.59 611.14 317.79 627.46 325.15" fill="#53a21e"></polygon><polygon points="627.46 325.15 642.69 330.62 642.69 309.44 627.46 325.15" fill="#3b8701"></polygon><polygon points="642.69 309.44 653.4 326.79 642.69 330.62 642.69 309.44" fill="#307101"></polygon><polygon points="611.1 332.59 642.69 330.62 627.46 325.15 611.1 332.59" fill="#307101"></polygon><polygon points="642.69 330.62 641.81 339.32 653.4 326.79 642.69 330.62" fill="#275e02"></polygon><polygon points="641.81 339.32 611.1 332.59 642.69 330.62 641.81 339.32" fill="#3b8701"></polygon><polygon points="596.63 342.1 606.06 344.15 611.1 332.59 596.63 342.1" fill="#307101"></polygon><polygon points="630.71 342.59 641.81 339.32 611.1 332.59 630.71 342.59" fill="#275e02"></polygon><polygon points="606.06 344.15 613.35 340.64 611.1 332.59 606.06 344.15" fill="#275e02"></polygon><polygon points="613.35 340.64 630.71 342.59 611.1 332.59 613.35 340.64" fill="#1e4901"></polygon></g></g><g id="tree-5" data-name="tree"><polygon points="177.53 359.25 166.96 353.05 166.53 353.2 168.4 348.1 165.05 334.8 146.87 326.57 133.49 332.69 124.47 343.16 128.37 352.08 119.53 354.54 116.41 361.08 116.31 367.87 126.24 372.82 132.76 370.35 135.97 364.67 146.87 368.46 153.56 365.96 156.38 374.91 164.25 378.62 174.59 375.94 178.71 367.58 177.53 359.25" fill="#3b8701"></polygon><path id="shadow-6" data-name="shadow" d="M115.51,396.78l10.64-5.18h10l6,2.59L153,391.6h6.77s5.83,1.26,6.5,1.31,8.19,1.28,8.19,1.28l4.25,2.59-4.25,2.78-9,1-10-1.54-7.42.9-6.48.87-9.51-.23-7.3-2H121Z" opacity="0.15"></path><g id="trunk-6" data-name="trunk"><polygon points="128.63 366.65 136.2 372.38 133.04 368.84 128.63 366.65" fill="#663600"></polygon><polygon points="133.04 368.84 130.56 364.93 138.96 372.24 133.04 368.84" fill="#663600"></polygon><polygon points="136.2 372.38 138.96 372.24 133.04 368.84 136.2 372.38" fill="#8f4e00"></polygon><polygon points="136.2 372.38 142.28 377.99 138.96 372.24 136.2 372.38" fill="#663600"></polygon><polygon points="138.96 372.24 145.37 378.26 142.28 377.99 138.96 372.24" fill="#8f4e00"></polygon><polygon points="144.52 380.36 145.37 378.26 142.28 377.99 144.52 380.36" fill="#663600"></polygon><polygon points="163.76 367.24 156.19 372.93 160.4 370.77 163.76 367.24" fill="#fff" stroke="#000" stroke-miterlimit="10"></polygon><polygon points="160.4 370.77 164.73 369.27 155.46 375.41 160.4 370.77" fill="#663600"></polygon><polygon points="156.19 372.93 155.46 375.41 160.4 370.77 156.19 372.93" fill="#8f4e00"></polygon><polygon points="156.19 372.93 149.17 377.33 155.46 375.41 156.19 372.93" fill="#663600"></polygon><polygon points="155.46 375.41 147.61 380.97 149.17 377.33 155.46 375.41" fill="#8f4e00"></polygon><polygon points="147.14 378.84 147.61 380.97 149.17 377.33 147.14 378.84" fill="#663600"></polygon><polygon points="148.96 364.4 148.12 379.41 146.64 378.5 148.96 364.4" fill="#be7721"></polygon><polygon points="146.64 378.5 143.68 365.17 144.27 388.49 146.64 378.5" fill="#a66102"></polygon><polygon points="148.12 379.41 144.27 388.49 146.64 378.5 148.12 379.41" fill="#8f4e00"></polygon><polygon points="148.12 379.41 148.6 391.61 144.27 388.49 148.12 379.41" fill="#a66102"></polygon><polygon points="144.27 388.49 143.62 396.78 148.6 391.61 144.27 388.49" fill="#8f4e00"></polygon><polygon points="149.44 396.33 143.62 396.78 148.6 391.61 149.44 396.33" fill="#663600"></polygon><polygon points="146.64 378.5 148.96 364.4 143.68 365.17 146.64 378.5" fill="#8f4e00"></polygon></g><g id="leaves-5" data-name="leaves"><polygon points="132.76 370.35 122.29 368.1 131.07 360.75 132.76 370.35" fill="#1e4901"></polygon><polygon points="132.76 370.35 136.98 362.9 131.07 360.75 132.76 370.35" fill="#163b01"></polygon><polygon points="132.76 370.35 126.24 372.82 122.29 368.1 132.76 370.35" fill="#275e02"></polygon><polygon points="126.24 372.82 116.31 367.87 122.29 368.1 126.24 372.82" fill="#307101"></polygon><polygon points="116.31 367.87 122.91 359.92 122.29 368.1 116.31 367.87" fill="#3b8701"></polygon><polygon points="116.31 367.87 116.41 361.08 122.91 359.92 116.31 367.87" fill="#53a21e"></polygon><polygon points="122.91 359.92 131.07 360.75 122.29 368.1 122.91 359.92" fill="#275e02"></polygon><polygon points="122.91 359.92 125.65 354.27 116.41 361.08 122.91 359.92" fill="#3b8701"></polygon><polygon points="116.41 361.08 119.53 354.54 125.65 354.27 116.41 361.08" fill="#acd700"></polygon><polygon points="131.07 360.75 125.65 354.27 122.91 359.92 131.07 360.75" fill="#53a21e"></polygon><polygon points="125.65 354.27 128.99 351.9 119.53 354.54 125.65 354.27" fill="#76b816"></polygon><polygon points="128.99 351.9 131.07 360.75 125.65 354.27 128.99 351.9" fill="#3b8701"></polygon><polygon points="136.98 362.9 134.45 355.87 131.07 360.75 136.98 362.9" fill="#1e4901"></polygon><polygon points="134.45 355.87 128.99 351.9 131.07 360.75 134.45 355.87" fill="#1e4901"></polygon><polygon points="146.87 368.46 133.49 351.3 156.76 351.3 146.87 368.46" fill="#307101"></polygon><polygon points="146.87 368.46 163.16 362.36 156.76 351.3 146.87 368.46" fill="#275e02"></polygon><polygon points="146.87 368.46 133.49 363.81 133.49 351.3 146.87 368.46" fill="#1e4901"></polygon><polygon points="133.49 363.81 124.47 343.16 133.49 351.3 133.49 363.81" fill="#275e02"></polygon><polygon points="124.47 343.16 145.13 339.37 133.49 351.3 124.47 343.16" fill="#53a21e"></polygon><polygon points="124.47 343.16 133.49 332.69 145.13 339.37 124.47 343.16" fill="#76b816"></polygon><polygon points="145.13 339.37 156.76 351.3 133.49 351.3 145.13 339.37" fill="#3b8701"></polygon><polygon points="145.13 339.37 156.76 334.14 133.49 332.69 145.13 339.37" fill="#53a21e"></polygon><polygon points="133.49 332.69 146.87 326.57 156.76 334.14 133.49 332.69" fill="#acd700"></polygon><polygon points="156.76 351.3 156.76 334.14 145.13 339.37 156.76 351.3" fill="#479610"></polygon><polygon points="156.76 334.14 165.05 334.8 146.87 326.57 156.76 334.14" fill="#76b816"></polygon><polygon points="165.05 334.8 156.76 351.3 156.76 334.14 165.05 334.8" fill="#418a0f"></polygon><polygon points="163.16 362.36 168.4 348.1 156.76 351.3 163.16 362.36" fill="#1e4901"></polygon><polygon points="168.4 348.1 165.05 334.8 156.76 351.3 168.4 348.1" fill="#307101"></polygon><polygon points="164.25 378.62 157.19 367.28 171.4 368.78 164.25 378.62" fill="#275e02"></polygon><polygon points="164.25 378.62 174.59 375.94 171.4 368.78 164.25 378.62" fill="#1e4901"></polygon><polygon points="164.25 378.62 156.38 374.91 157.19 367.28 164.25 378.62" fill="#307101"></polygon><polygon points="156.38 374.91 152.22 361.72 157.19 367.28 156.38 374.91" fill="#53a21e"></polygon><polygon points="152.22 361.72 165.07 360.75 157.19 367.28 152.22 361.72" fill="#3b8701"></polygon><polygon points="152.22 361.72 158.4 355.92 165.07 360.75 152.22 361.72" fill="#76b816"></polygon><polygon points="165.07 360.75 171.4 368.78 157.19 367.28 165.07 360.75" fill="#307101"></polygon><polygon points="165.07 360.75 172.51 358.31 158.4 355.92 165.07 360.75" fill="#53a21e"></polygon><polygon points="158.4 355.92 166.96 353.05 172.51 358.31 158.4 355.92" fill="#acd700"></polygon><polygon points="171.4 368.78 172.51 358.31 165.07 360.75 171.4 368.78" fill="#3b8701"></polygon><polygon points="172.51 358.31 177.53 359.25 166.96 353.05 172.51 358.31" fill="#76b816"></polygon><polygon points="177.53 359.25 171.4 368.78 172.51 358.31 177.53 359.25" fill="#307101"></polygon><polygon points="174.59 375.94 178.71 367.58 171.4 368.78 174.59 375.94" fill="#163b01"></polygon><polygon points="178.71 367.58 177.53 359.25 171.4 368.78 178.71 367.58" fill="#275e02"></polygon></g></g><g id="tree-6" data-name="tree"><path id="shadow-7" data-name="shadow" d="M807.69,286.57c.37-.14,2.95-1.24,2.95-1.24l7.31.51,1.64,1.15-2.15,1.29-4.48.32-3.1-.32Z" opacity="0.15"></path><g id="trunk-7" data-name="trunk"><polygon points="812.17 279.06 812.47 281.44 813.76 278.67 812.17 279.06" fill="#8f4e00"></polygon><polygon points="813.76 278.67 814.73 279.31 814.43 283.37 813.76 278.67" fill="#8f4e00"></polygon><polygon points="812.47 281.44 814.43 283.37 813.76 278.67 812.47 281.44" fill="#663600"></polygon><polygon points="812.47 281.44 812.47 285.89 814.43 283.37 812.47 281.44" fill="#8f4e00"></polygon><polygon points="814.43 283.37 815.05 287.26 812.47 285.89 814.43 283.37" fill="#663600"></polygon><polygon points="812.47 285.89 809.64 286.72 812.24 287.26 812.47 285.89" fill="#663600"></polygon><polygon points="812.24 287.26 815.05 287.26 812.47 285.89 812.24 287.26" fill="#8f4e00"></polygon><polygon points="815.05 287.26 816.67 287.26 814.83 285.89 815.05 287.26" fill="#8f4e00"></polygon></g><polygon id="leaves-bg-5" data-name="leaves-bg" points="817.44 265.34 813.25 255.47 808.58 267.05 806.62 273.89 806.56 278.29 811.47 281.85 816.88 281.49 819.81 276.14 817.44 265.34" fill="#53a21e"></polygon><g id="leaves-6" data-name="leaves"><polygon points="806.62 273.89 811.7 265.26 811.53 277.38 806.62 273.89" fill="#3b8701"></polygon><polygon points="806.62 273.89 806.56 278.29 811.53 277.38 806.62 273.89" fill="#275e02"></polygon><polygon points="806.62 273.89 808.58 267.05 811.7 265.26 806.62 273.89" fill="#76b816"></polygon><polygon points="808.58 267.05 813.25 255.47 811.7 265.26 808.58 267.05" fill="#acd700"></polygon><polygon points="813.25 255.47 815.64 267.15 811.7 265.26 813.25 255.47" fill="#53a21e"></polygon><polygon points="813.25 255.47 817.44 265.34 815.64 267.15 813.25 255.47" fill="#76b816"></polygon><polygon points="815.64 267.15 811.53 277.38 811.7 265.26 815.64 267.15" fill="#53a21e"></polygon><polygon points="815.64 267.15 817.29 276.54 817.44 265.34 815.64 267.15" fill="#53a21e"></polygon><polygon points="817.44 265.34 819.81 276.14 817.29 276.54 817.44 265.34" fill="#307101"></polygon><polygon points="811.53 277.38 817.29 276.54 815.64 267.15 811.53 277.38" fill="#76b816"></polygon><polygon points="817.29 276.54 816.88 281.49 819.81 276.14 817.29 276.54" fill="#275e02"></polygon><polygon points="816.88 281.49 811.53 277.38 817.29 276.54 816.88 281.49" fill="#3b8701"></polygon><polygon points="806.56 278.29 811.47 281.85 811.53 277.38 806.56 278.29" fill="#1e4901"></polygon><polygon points="811.47 281.85 816.88 281.49 811.53 277.38 811.47 281.85" fill="#275e02"></polygon></g></g><g id="tree-7" data-name="tree"><path id="shadow-8" data-name="shadow" d="M744.64,393.37c.48-.18,3.8-1.61,3.8-1.61l9.42.67,2.1,1.47-2.76,1.66-5.77.41-4-.41Z" opacity="0.15"></path><g id="trunk-8" data-name="trunk"><polygon points="750.41 383.69 750.79 386.76 752.46 383.2 750.41 383.69" fill="#8f4e00"></polygon><polygon points="752.46 383.2 753.71 384.02 753.32 389.24 752.46 383.2" fill="#8f4e00"></polygon><polygon points="750.79 386.76 753.32 389.24 752.46 383.2 750.79 386.76" fill="#663600"></polygon><polygon points="750.79 386.76 750.79 392.49 753.32 389.24 750.79 386.76" fill="#8f4e00"></polygon><polygon points="753.32 389.24 754.12 394.25 750.79 392.49 753.32 389.24" fill="#663600"></polygon><polygon points="750.79 392.49 747.15 393.56 750.5 394.25 750.79 392.49" fill="#663600"></polygon><polygon points="750.5 394.25 754.12 394.25 750.79 392.49 750.5 394.25" fill="#8f4e00"></polygon><polygon points="754.12 394.25 756.21 394.25 753.84 392.49 754.12 394.25" fill="#8f4e00"></polygon></g><polygon id="leaves-bg-6" data-name="leaves-bg" points="757.2 366.04 751.8 353.34 745.79 368.25 743.27 377.05 743.19 382.71 749.51 387.29 756.47 386.83 760.24 379.94 757.2 366.04" fill="#53a21e"></polygon><g id="leaves-7" data-name="leaves"><polygon points="743.27 377.05 749.8 365.94 749.59 381.53 743.27 377.05" fill="#3b8701"></polygon><polygon points="743.27 377.05 743.19 382.71 749.59 381.53 743.27 377.05" fill="#275e02"></polygon><polygon points="743.27 377.05 745.79 368.25 749.8 365.94 743.27 377.05" fill="#76b816"></polygon><polygon points="745.79 368.25 751.8 353.34 749.8 365.94 745.79 368.25" fill="#acd700"></polygon><polygon points="751.8 353.34 754.88 368.37 749.8 365.94 751.8 353.34" fill="#53a21e"></polygon><polygon points="751.8 353.34 757.2 366.04 754.88 368.37 751.8 353.34" fill="#76b816"></polygon><polygon points="754.88 368.37 749.59 381.53 749.8 365.94 754.88 368.37" fill="#53a21e"></polygon><polygon points="754.88 368.37 757 380.45 757.2 366.04 754.88 368.37" fill="#53a21e"></polygon><polygon points="757.2 366.04 760.24 379.94 757 380.45 757.2 366.04" fill="#307101"></polygon><polygon points="749.59 381.53 757 380.45 754.88 368.37 749.59 381.53" fill="#76b816"></polygon><polygon points="757 380.45 756.47 386.83 760.24 379.94 757 380.45" fill="#275e02"></polygon><polygon points="756.47 386.83 749.59 381.53 757 380.45 756.47 386.83" fill="#3b8701"></polygon><polygon points="743.19 382.71 749.51 387.29 749.59 381.53 743.19 382.71" fill="#1e4901"></polygon><polygon points="749.51 387.29 756.47 386.83 749.59 381.53 749.51 387.29" fill="#275e02"></polygon></g></g><g id="tree-8" data-name="tree"><path id="shadow-9" data-name="shadow" d="M720.64,325.72c.37-.14,3-1.24,3-1.24l7.3.51,1.64,1.14-2.15,1.29-4.47.32-3.1-.32Z" opacity="0.15"></path><g id="trunk-9" data-name="trunk"><polygon points="725.12 318.21 725.41 320.6 726.7 317.83 725.12 318.21" fill="#8f4e00"></polygon><polygon points="726.7 317.83 727.67 318.46 727.38 322.52 726.7 317.83" fill="#8f4e00"></polygon><polygon points="725.41 320.6 727.38 322.52 726.7 317.83 725.41 320.6" fill="#663600"></polygon><polygon points="725.41 320.6 725.41 325.04 727.38 322.52 725.41 320.6" fill="#8f4e00"></polygon><polygon points="727.38 322.52 727.99 326.41 725.41 325.04 727.38 322.52" fill="#663600"></polygon><polygon points="725.41 325.04 722.59 325.87 725.19 326.41 725.41 325.04" fill="#663600"></polygon><polygon points="725.19 326.41 727.99 326.41 725.41 325.04 725.19 326.41" fill="#8f4e00"></polygon><polygon points="727.99 326.41 729.62 326.41 727.78 325.04 727.99 326.41" fill="#8f4e00"></polygon></g><polygon id="leaves-bg-7" data-name="leaves-bg" points="730.38 304.52 726.19 294.66 721.53 306.23 719.58 313.06 719.51 317.45 724.42 321 729.82 320.64 732.75 315.3 730.38 304.52" fill="#53a21e"></polygon><g id="leaves-8" data-name="leaves"><polygon points="719.58 313.06 724.65 304.44 724.48 316.54 719.58 313.06" fill="#3b8701"></polygon><polygon points="719.58 313.06 719.51 317.45 724.48 316.54 719.58 313.06" fill="#275e02"></polygon><polygon points="719.58 313.06 721.53 306.23 724.65 304.44 719.58 313.06" fill="#76b816"></polygon><polygon points="721.53 306.23 726.19 294.66 724.65 304.44 721.53 306.23" fill="#acd700"></polygon><polygon points="726.19 294.66 728.58 306.32 724.65 304.44 726.19 294.66" fill="#53a21e"></polygon><polygon points="726.19 294.66 730.38 304.52 728.58 306.32 726.19 294.66" fill="#76b816"></polygon><polygon points="728.58 306.32 724.48 316.54 724.65 304.44 728.58 306.32" fill="#53a21e"></polygon><polygon points="728.58 306.32 730.23 315.7 730.38 304.52 728.58 306.32" fill="#53a21e"></polygon><polygon points="730.38 304.52 732.75 315.3 730.23 315.7 730.38 304.52" fill="#307101"></polygon><polygon points="724.48 316.54 730.23 315.7 728.58 306.32 724.48 316.54" fill="#76b816"></polygon><polygon points="730.23 315.7 729.82 320.64 732.75 315.3 730.23 315.7" fill="#275e02"></polygon><polygon points="729.82 320.64 724.48 316.54 730.23 315.7 729.82 320.64" fill="#3b8701"></polygon><polygon points="719.51 317.45 724.42 321 724.48 316.54 719.51 317.45" fill="#1e4901"></polygon><polygon points="724.42 321 729.82 320.64 724.48 316.54 724.42 321" fill="#275e02"></polygon></g></g><g id="tree-9" data-name="tree"><path id="shadow-10" data-name="shadow" d="M686.05,299.29c.44-.17,3.54-1.5,3.54-1.5l8.78.62,2,1.37-2.58,1.55-5.37.39-3.73-.39Z" opacity="0.15"></path><g id="trunk-10" data-name="trunk"><polygon points="691.42 290.27 691.78 293.13 693.33 289.81 691.42 290.27" fill="#8f4e00"></polygon><polygon points="693.33 289.81 694.5 290.57 694.14 295.44 693.33 289.81" fill="#8f4e00"></polygon><polygon points="691.78 293.13 694.14 295.44 693.33 289.81 691.78 293.13" fill="#663600"></polygon><polygon points="691.78 293.13 691.78 298.46 694.14 295.44 691.78 293.13" fill="#8f4e00"></polygon><polygon points="694.14 295.44 694.88 300.11 691.78 298.46 694.14 295.44" fill="#663600"></polygon><polygon points="691.78 298.46 688.38 299.47 691.51 300.11 691.78 298.46" fill="#663600"></polygon><polygon points="691.51 300.11 694.88 300.11 691.78 298.46 691.51 300.11" fill="#8f4e00"></polygon><polygon points="694.88 300.11 696.83 300.11 694.62 298.46 694.88 300.11" fill="#8f4e00"></polygon></g><polygon id="leaves-bg-8" data-name="leaves-bg" points="697.75 273.81 692.72 261.96 687.11 275.86 684.77 284.07 684.7 289.35 690.59 293.62 697.08 293.19 700.59 286.77 697.75 273.81" fill="#53a21e"></polygon><g id="leaves-9" data-name="leaves"><polygon points="684.77 284.07 690.86 273.71 690.66 288.25 684.77 284.07" fill="#3b8701"></polygon><polygon points="684.77 284.07 684.7 289.35 690.66 288.25 684.77 284.07" fill="#275e02"></polygon><polygon points="684.77 284.07 687.11 275.86 690.86 273.71 684.77 284.07" fill="#76b816"></polygon><polygon points="687.11 275.86 692.72 261.96 690.86 273.71 687.11 275.86" fill="#acd700"></polygon><polygon points="692.72 261.96 695.59 275.98 690.86 273.71 692.72 261.96" fill="#53a21e"></polygon><polygon points="692.72 261.96 697.75 273.81 695.59 275.98 692.72 261.96" fill="#76b816"></polygon><polygon points="695.59 275.98 690.66 288.25 690.86 273.71 695.59 275.98" fill="#53a21e"></polygon><polygon points="695.59 275.98 697.57 287.24 697.75 273.81 695.59 275.98" fill="#53a21e"></polygon><polygon points="697.75 273.81 700.59 286.77 697.57 287.24 697.75 273.81" fill="#307101"></polygon><polygon points="690.66 288.25 697.57 287.24 695.59 275.98 690.66 288.25" fill="#76b816"></polygon><polygon points="697.57 287.24 697.08 293.19 700.59 286.77 697.57 287.24" fill="#275e02"></polygon><polygon points="697.08 293.19 690.66 288.25 697.57 287.24 697.08 293.19" fill="#3b8701"></polygon><polygon points="684.7 289.35 690.59 293.62 690.66 288.25 684.7 289.35" fill="#1e4901"></polygon><polygon points="690.59 293.62 697.08 293.19 690.66 288.25 690.59 293.62" fill="#275e02"></polygon></g></g><g id="tree-10" data-name="tree"><path id="shadow-11" data-name="shadow" d="M144.33,454.2c.45-.17,3.54-1.5,3.54-1.5l8.78.62,2,1.37L156,456.24l-5.38.39-3.72-.39Z" opacity="0.15"></path><g id="trunk-11" data-name="trunk"><polygon points="149.71 445.18 150.07 448.04 151.62 444.71 149.71 445.18" fill="#8f4e00"></polygon><polygon points="151.62 444.71 152.78 445.48 152.42 450.35 151.62 444.71" fill="#8f4e00"></polygon><polygon points="150.07 448.04 152.42 450.35 151.62 444.71 150.07 448.04" fill="#663600"></polygon><polygon points="150.07 448.04 150.07 453.37 152.42 450.35 150.07 448.04" fill="#8f4e00"></polygon><polygon points="152.42 450.35 153.17 455.02 150.07 453.37 152.42 450.35" fill="#663600"></polygon><polygon points="150.07 453.37 146.67 454.38 149.79 455.02 150.07 453.37" fill="#663600"></polygon><polygon points="149.79 455.02 153.17 455.02 150.07 453.37 149.79 455.02" fill="#8f4e00"></polygon><polygon points="153.17 455.02 155.12 455.02 152.91 453.37 153.17 455.02" fill="#8f4e00"></polygon></g><polygon id="leaves-bg-9" data-name="leaves-bg" points="156.04 428.72 151 416.87 145.4 430.77 143.05 438.98 142.98 444.26 148.87 448.53 155.36 448.1 158.88 441.68 156.04 428.72" fill="#53a21e"></polygon><g id="leaves-10" data-name="leaves"><polygon points="143.05 438.98 149.14 428.62 148.95 443.16 143.05 438.98" fill="#3b8701"></polygon><polygon points="143.05 438.98 142.98 444.26 148.95 443.16 143.05 438.98" fill="#275e02"></polygon><polygon points="143.05 438.98 145.4 430.77 149.14 428.62 143.05 438.98" fill="#76b816"></polygon><polygon points="145.4 430.77 151 416.87 149.14 428.62 145.4 430.77" fill="#acd700"></polygon><polygon points="151 416.87 153.87 430.89 149.14 428.62 151 416.87" fill="#53a21e"></polygon><polygon points="151 416.87 156.04 428.72 153.87 430.89 151 416.87" fill="#76b816"></polygon><polygon points="153.87 430.89 148.95 443.16 149.14 428.62 153.87 430.89" fill="#53a21e"></polygon><polygon points="153.87 430.89 155.86 442.15 156.04 428.72 153.87 430.89" fill="#53a21e"></polygon><polygon points="156.04 428.72 158.88 441.68 155.86 442.15 156.04 428.72" fill="#307101"></polygon><polygon points="148.95 443.16 155.86 442.15 153.87 430.89 148.95 443.16" fill="#76b816"></polygon><polygon points="155.86 442.15 155.36 448.1 158.88 441.68 155.86 442.15" fill="#275e02"></polygon><polygon points="155.36 448.1 148.95 443.16 155.86 442.15 155.36 448.1" fill="#3b8701"></polygon><polygon points="142.98 444.26 148.87 448.53 148.95 443.16 142.98 444.26" fill="#1e4901"></polygon><polygon points="148.87 448.53 155.36 448.1 148.95 443.16 148.87 448.53" fill="#275e02"></polygon></g></g><g id="tree-11" data-name="tree"><path id="shadow-12" data-name="shadow" d="M93.15,429.12c.44-.17,3.54-1.5,3.54-1.5l8.78.62,2,1.37-2.57,1.55-5.38.39-3.73-.39Z" opacity="0.15"></path><g id="trunk-12" data-name="trunk"><polygon points="98.53 420.1 98.89 422.96 100.44 419.63 98.53 420.1" fill="#8f4e00"></polygon><polygon points="100.44 419.63 101.6 420.4 101.24 425.27 100.44 419.63" fill="#8f4e00"></polygon><polygon points="98.89 422.96 101.24 425.27 100.44 419.63 98.89 422.96" fill="#663600"></polygon><polygon points="98.89 422.96 98.89 428.29 101.24 425.27 98.89 422.96" fill="#8f4e00"></polygon><polygon points="101.24 425.27 101.98 429.94 98.89 428.29 101.24 425.27" fill="#663600"></polygon><polygon points="98.89 428.29 95.49 429.3 98.61 429.94 98.89 428.29" fill="#663600"></polygon><polygon points="98.61 429.94 101.98 429.94 98.89 428.29 98.61 429.94" fill="#8f4e00"></polygon><polygon points="101.98 429.94 103.93 429.94 101.72 428.29 101.98 429.94" fill="#8f4e00"></polygon></g><polygon id="leaves-bg-10" data-name="leaves-bg" points="104.86 403.64 99.82 391.79 94.22 405.69 91.87 413.9 91.8 419.18 97.69 423.44 104.18 423.02 107.69 416.6 104.86 403.64" fill="#53a21e"></polygon><g id="leaves-11" data-name="leaves"><polygon points="91.87 413.9 97.96 403.54 97.77 418.08 91.87 413.9" fill="#3b8701"></polygon><polygon points="91.87 413.9 91.8 419.18 97.77 418.08 91.87 413.9" fill="#275e02"></polygon><polygon points="91.87 413.9 94.22 405.69 97.96 403.54 91.87 413.9" fill="#76b816"></polygon><polygon points="94.22 405.69 99.82 391.79 97.96 403.54 94.22 405.69" fill="#acd700"></polygon><polygon points="99.82 391.79 102.69 405.81 97.96 403.54 99.82 391.79" fill="#53a21e"></polygon><polygon points="99.82 391.79 104.86 403.64 102.69 405.81 99.82 391.79" fill="#76b816"></polygon><polygon points="102.69 405.81 97.77 418.08 97.96 403.54 102.69 405.81" fill="#53a21e"></polygon><polygon points="102.69 405.81 104.67 417.07 104.86 403.64 102.69 405.81" fill="#53a21e"></polygon><polygon points="104.86 403.64 107.7 416.6 104.67 417.07 104.86 403.64" fill="#307101"></polygon><polygon points="97.77 418.08 104.67 417.07 102.69 405.81 97.77 418.08" fill="#76b816"></polygon><polygon points="104.67 417.07 104.18 423.02 107.7 416.6 104.67 417.07" fill="#275e02"></polygon><polygon points="104.18 423.02 97.77 418.08 104.67 417.07 104.18 423.02" fill="#3b8701"></polygon><polygon points="91.8 419.18 97.69 423.44 97.77 418.08 91.8 419.18" fill="#1e4901"></polygon><polygon points="97.69 423.44 104.18 423.02 97.77 418.08 97.69 423.44" fill="#275e02"></polygon></g></g><g id="tree-12" data-name="tree"><path id="shadow-13" data-name="shadow" d="M45.77,408c.36-.13,2.85-1.2,2.85-1.2l7.07.5,1.58,1.1-2.08,1.25-4.32.31-3-.31Z" opacity="0.15"></path><g id="trunk-13" data-name="trunk"><polygon points="50.1 400.74 50.39 403.05 51.63 400.37 50.1 400.74" fill="#8f4e00"></polygon><polygon points="51.63 400.37 52.57 400.99 52.28 404.9 51.63 400.37" fill="#8f4e00"></polygon><polygon points="50.39 403.05 52.28 404.9 51.63 400.37 50.39 403.05" fill="#663600"></polygon><polygon points="50.39 403.05 50.39 407.34 52.28 404.9 50.39 403.05" fill="#8f4e00"></polygon><polygon points="52.28 404.9 52.88 408.66 50.39 407.34 52.28 404.9" fill="#663600"></polygon><polygon points="50.39 407.34 47.65 408.15 50.17 408.66 50.39 407.34" fill="#663600"></polygon><polygon points="50.17 408.66 52.88 408.66 50.39 407.34 50.17 408.66" fill="#8f4e00"></polygon><polygon points="52.88 408.66 54.45 408.66 52.67 407.34 52.88 408.66" fill="#8f4e00"></polygon></g><polygon id="leaves-bg-11" data-name="leaves-bg" points="55.19 387.5 51.14 377.96 46.63 389.15 44.74 395.76 44.68 400 49.43 403.44 54.65 403.09 57.48 397.93 55.19 387.5" fill="#53a21e"></polygon><g id="leaves-12" data-name="leaves"><polygon points="44.74 395.76 49.64 387.42 49.48 399.12 44.74 395.76" fill="#3b8701"></polygon><polygon points="44.74 395.76 44.68 400 49.48 399.12 44.74 395.76" fill="#275e02"></polygon><polygon points="44.74 395.76 46.63 389.15 49.64 387.42 44.74 395.76" fill="#76b816"></polygon><polygon points="46.63 389.15 51.14 377.96 49.64 387.42 46.63 389.15" fill="#acd700"></polygon><polygon points="51.14 377.96 53.45 389.24 49.64 387.42 51.14 377.96" fill="#53a21e"></polygon><polygon points="51.14 377.96 55.19 387.5 53.45 389.24 51.14 377.96" fill="#76b816"></polygon><polygon points="53.45 389.24 49.48 399.12 49.64 387.42 53.45 389.24" fill="#53a21e"></polygon><polygon points="53.45 389.24 55.05 398.31 55.19 387.5 53.45 389.24" fill="#53a21e"></polygon><polygon points="55.19 387.5 57.48 397.93 55.05 398.31 55.19 387.5" fill="#307101"></polygon><polygon points="49.48 399.12 55.05 398.31 53.45 389.24 49.48 399.12" fill="#76b816"></polygon><polygon points="55.05 398.31 54.65 403.09 57.48 397.93 55.05 398.31" fill="#275e02"></polygon><polygon points="54.65 403.09 49.48 399.12 55.05 398.31 54.65 403.09" fill="#3b8701"></polygon><polygon points="44.68 400 49.43 403.44 49.48 399.12 44.68 400" fill="#1e4901"></polygon><polygon points="49.43 403.44 54.65 403.09 49.48 399.12 49.43 403.44" fill="#275e02"></polygon></g></g><g id="shrub-4" data-name="shrub"><path d="M645.29,405l4.83-1,4,.78,3.68-.07,2.41,0,2.37,1.1-4.78,1a33.44,33.44,0,0,1-4,0,32.92,32.92,0,0,0-3.87.07c-.36,0-2.75-.69-2.75-.69l-.95-.4Z" opacity="0.3"></path><polygon points="656.56 406.25 655.05 403.54 658.78 403.17 656.56 406.25" fill="#479610"></polygon><polygon points="656.56 406.25 660.22 405.16 658.78 403.17 656.56 406.25" fill="#307101"></polygon><polygon points="656.56 406.25 653.55 405.42 655.05 403.54 656.56 406.25" fill="#307101"></polygon><polygon points="653.55 405.42 652.53 402.44 655.05 403.54 653.55 405.42" fill="#275e02"></polygon><polygon points="652.53 402.44 656.16 401.03 655.05 403.54 652.53 402.44" fill="#479610"></polygon><polygon points="652.53 402.44 653.55 399.83 656.16 401.03 652.53 402.44" fill="#418a0f"></polygon><polygon points="656.16 401.03 658.78 403.17 655.05 403.54 656.16 401.03" fill="#418a0f"></polygon><polygon points="656.16 401.03 657.12 399.8 653.55 399.83 656.16 401.03" fill="#76b816"></polygon><polygon points="653.55 399.83 656.56 398.73 657.12 399.8 653.55 399.83" fill="#acd700"></polygon><polygon points="658.78 403.17 657.12 399.8 656.16 401.03 658.78 403.17" fill="#53a21e"></polygon><polygon points="657.12 399.8 660.65 400.21 656.56 398.73 657.12 399.8" fill="#76b816"></polygon><polygon points="660.65 400.21 658.78 403.17 657.12 399.8 660.65 400.21" fill="#418a0f"></polygon><polygon points="660.22 405.16 661.4 402.6 658.78 403.17 660.22 405.16" fill="#275e02"></polygon><polygon points="661.4 402.6 660.65 400.21 658.78 403.17 661.4 402.6" fill="#307101"></polygon><polygon points="649.76 406.25 648.9 403.41 652.53 402.44 649.76 406.25" fill="#479610"></polygon><polygon points="649.76 406.25 653.55 405.42 652.53 402.44 649.76 406.25" fill="#307101"></polygon><polygon points="649.76 406.25 647.07 405.36 648.9 403.41 649.76 406.25" fill="#275e02"></polygon><polygon points="647.07 405.36 645.43 401.71 648.9 403.41 647.07 405.36" fill="#479610"></polygon><polygon points="645.43 401.71 649.37 401.44 648.9 403.41 645.43 401.71" fill="#76b816"></polygon><polygon points="645.43 401.71 646.75 399.83 649.37 401.44 645.43 401.71" fill="#acd700"></polygon><polygon points="649.37 401.44 652.53 402.44 648.9 403.41 649.37 401.44" fill="#53a21e"></polygon><polygon points="649.37 401.44 650.72 400 646.75 399.83 649.37 401.44" fill="#76b816"></polygon><polygon points="646.75 399.83 650.52 398.49 650.72 400 646.75 399.83" fill="#acd700"></polygon><polygon points="652.53 402.44 650.72 400 649.37 401.44 652.53 402.44" fill="#479610"></polygon><polygon points="650.72 400 653.55 399.83 650.52 398.49 650.72 400" fill="#76b816"></polygon><polygon points="653.55 399.83 652.53 402.44 650.72 400 653.55 399.83" fill="#53a21e"></polygon></g><g id="tree-13" data-name="tree"><path id="shadow-14" data-name="shadow" d="M74.17,339.25s-9.08,1.91-14,1.91a28.5,28.5,0,0,1-9.57-1.9s-2.46-.95-2.46-2.41,4.34-1.38,4.34-1.38l4.28-.27,4.41-.15,12.18.34,2.19,1.26Z" opacity="0.15"></path><g id="trunk-14" data-name="trunk"><polygon points="61.19 340.36 65.17 339.58 64.44 315.76 61.89 315.81 57.42 338.79 61.19 340.36" fill="#835030" fill-rule="evenodd"></polygon><polygon points="63.19 316.03 61.78 316.62 57.42 338.79 61.19 340.36 63.19 316.03" fill="#9a6532" fill-rule="evenodd"></polygon></g><polygon id="leaves-bg-12" data-name="leaves-bg" points="79.27 305.5 81.45 302.06 79.99 302.71 74.75 293.02 62.94 289.61 53.24 293.07 49.07 298.42 45.11 299.44 43.01 306.39 47.11 309.27 50.42 317.24 56.84 320.79 61.2 320.41 68.02 321.42 76.88 316.38 82 309.33 79.27 305.5" fill="#4bdbd2" fill-rule="evenodd"></polygon><polygon id="leaves-bg-13" data-name="leaves-bg" points="81.45 302.06 73.12 305.73 70.83 315.8 61.2 320.41 56.84 320.79 68.02 321.42 76.88 316.38 82 309.33 79.27 305.5 81.45 302.06" fill="#2daca1" fill-rule="evenodd"></polygon><g id="leaves-13" data-name="leaves"><polygon points="45.24 304.8 50.42 317.24 54.25 309.86 45.24 304.8" fill="#229188" fill-rule="evenodd"></polygon><polygon points="43.01 306.39 51.97 310.35 52.56 313.11 43.01 306.39" fill="#2daca1" fill-rule="evenodd"></polygon><polygon points="43.01 306.39 50.46 301.06 51.97 310.35 43.01 306.39" fill="#42cfc7" fill-rule="evenodd"></polygon><polygon points="43.01 306.39 45.11 299.44 50.46 301.06 43.01 306.39" fill="#4bdbd2" fill-rule="evenodd"></polygon><polygon points="45.11 299.44 55.59 296.73 50.46 301.06 45.11 299.44" fill="#50e3db" fill-rule="evenodd"></polygon><polygon points="55.59 296.73 57.85 305.22 50.46 301.06 55.59 296.73" fill="#4bdbd2" fill-rule="evenodd"></polygon><polygon points="57.85 305.22 51.97 310.35 50.46 301.06 57.85 305.22" fill="#50e3db" fill-rule="evenodd"></polygon><polygon points="51.97 310.35 52.56 313.11 57.85 305.22 51.97 310.35" fill="#29a299" fill-rule="evenodd"></polygon><polygon points="51.6 297.76 56.35 292.44 55.59 296.73 51.6 297.76" fill="#4bdbd2" fill-rule="evenodd"></polygon><polygon points="56.35 292.44 62.94 289.61 64.04 293.54 56.35 292.44" fill="#4bdbd2" fill-rule="evenodd"></polygon><polygon points="50.42 317.24 61.2 320.41 56.84 320.79 50.42 317.24" fill="#229188" fill-rule="evenodd"></polygon><polygon points="61.2 320.41 54.25 309.86 50.42 317.24 61.2 320.41" fill="#29a299" fill-rule="evenodd"></polygon><polygon points="64.04 293.54 55.59 296.73 56.35 292.44 64.04 293.54" fill="#50e3db" fill-rule="evenodd"></polygon><polygon points="64.04 293.54 68.01 304.07 55.59 296.73 64.04 293.54" fill="#4bdbd2" fill-rule="evenodd"></polygon><polygon points="62.94 289.61 74.75 293.02 64.04 293.54 62.94 289.61" fill="#57e6e0" fill-rule="evenodd"></polygon><polygon points="74.75 293.02 68.01 304.07 64.04 293.54 74.75 293.02" fill="#42cfc7" fill-rule="evenodd"></polygon><polygon points="68.01 304.07 57.85 305.22 55.59 296.73 68.01 304.07" fill="#57e6e0" fill-rule="evenodd"></polygon><polygon points="57.85 305.22 73.12 305.73 68.01 304.07 57.85 305.22" fill="#50e3db" fill-rule="evenodd"></polygon><polygon points="73.12 305.73 74.75 293.02 68.01 304.07 73.12 305.73" fill="#4bdbd2" fill-rule="evenodd"></polygon><polygon points="74.75 293.02 79.99 302.71 73.12 305.73 74.75 293.02" fill="#50e3db" fill-rule="evenodd"></polygon><polygon points="81.45 302.06 75.62 311.27 73.12 305.73 81.45 302.06" fill="#2daca1" fill-rule="evenodd"></polygon><polygon points="68.02 321.42 76.88 316.38 70.83 315.8 68.02 321.42" fill="#1f9e97" fill-rule="evenodd"></polygon><polygon points="60.89 309.31 70.83 315.8 73.12 305.73 60.89 309.31" fill="#42cfc7" fill-rule="evenodd"></polygon><polygon points="73.12 305.73 75.62 311.27 70.83 315.8 73.12 305.73" fill="#29a299" fill-rule="evenodd"></polygon><polygon points="75.62 311.27 76.88 316.38 70.83 315.8 75.62 311.27" fill="#2da99f" fill-rule="evenodd"></polygon><polygon points="70.83 315.8 54.25 309.86 60.89 309.31 70.83 315.8" fill="#2da99f" fill-rule="evenodd"></polygon><polygon points="70.83 315.8 68.02 321.42 61.2 320.41 70.83 315.8" fill="#229188" fill-rule="evenodd"></polygon><polygon points="70.83 315.8 61.2 320.41 54.25 309.86 70.83 315.8" fill="#34bcb2" fill-rule="evenodd"></polygon><polygon points="51.6 297.76 53.24 293.07 56.35 292.44 51.6 297.76" fill="#50e3db" fill-rule="evenodd"></polygon><polygon points="53.24 293.07 62.94 289.61 56.35 292.44 53.24 293.07" fill="#57e6e0" fill-rule="evenodd"></polygon><polygon points="53.24 293.07 49.07 298.42 51.6 297.76 53.24 293.07" fill="#4bdbd2" fill-rule="evenodd"></polygon><polygon points="60.89 309.31 57.85 305.22 54.25 309.86 60.89 309.31" fill="#42cfc7" fill-rule="evenodd"></polygon><polygon points="57.85 305.22 73.12 305.73 60.89 309.31 57.85 305.22" fill="#4bdbd2" fill-rule="evenodd"></polygon><polygon points="79.27 305.5 82 309.33 75.62 311.27 79.27 305.5" fill="#2daca1" fill-rule="evenodd"></polygon><polygon points="82 309.33 76.88 316.38 75.62 311.27 82 309.33" fill="#29a299" fill-rule="evenodd"></polygon><polygon points="56.84 320.79 68.02 321.42 61.2 320.41 56.84 320.79" fill="#1c756e" fill-rule="evenodd"></polygon></g></g><g id="tree-14" data-name="tree"><path id="shadow-15" data-name="shadow" d="M548.81,461.49S536.27,463,528.37,463s-18.25-2.21-18.25-2.21-3.92-.78-3.92-2,7.38-2.6,7.38-2.6l6.36,1.23,7-.12,18.85-1.11s3.51,1.47,4,2.43S548.81,461.49,548.81,461.49Z" opacity="0.15"></path><g id="trunk-15" data-name="trunk"><polygon points="539.46 434.52 538.23 433.49 538.23 433.49 531.43 439.06 530.3 421.18 528.37 421.18 528.36 421.18 526.43 421.18 524.97 444.22 518.52 438.94 518.52 438.94 517.29 439.97 524.61 449.89 524.61 449.89 523.96 460.19 528.36 462.12 528.37 462.12 532.77 460.19 531.8 444.9 539.46 434.52" fill="#e6c793" fill-rule="evenodd"></polygon><polygon points="531.74 444.99 539.46 434.52 538.23 433.49 529.19 444.25 531.74 444.99" fill="#937a47" fill-rule="evenodd"></polygon><polygon points="532.77 460.19 530.3 421.18 528.37 421.18 528.37 462.12 532.77 460.19" fill="#937a47" fill-rule="evenodd"></polygon><polygon points="527.68 446.44 518.52 438.94 527.57 449.69 527.68 446.44" fill="#937a47" fill-rule="evenodd"></polygon></g><g id="leaves-bg-14" data-name="leaves-bg"><polygon points="550.26 421.93 542.34 420.46 544.83 415.84 539.68 410.59 540.75 406.5 533.56 400.83 520.7 398.21 513.92 408.16 514.98 413.2 513.58 422.54 520.7 426.14 526.9 424 532.18 425.65 534.29 422.43 536.86 422.72 532.15 428.84 535.12 437.42 547.77 438.59 553.51 430.99 550.26 421.93" fill="#f2a730" fill-rule="evenodd"></polygon><polygon points="509.98 425.66 505.27 427.7 503.04 437.31 505.8 441.84 511.05 444.51 520.21 443.35 524.65 433.75 518.78 425.48 509.98 425.66" fill="#f2a730" fill-rule="evenodd"></polygon></g><g id="leaves-14" data-name="leaves"><polygon points="550.26 421.93 553.51 430.99 547.56 423.52 550.26 421.93" fill="#db8431" fill-rule="evenodd"></polygon><polygon points="553.51 430.99 547.77 438.59 547.81 432.98 553.51 430.99" fill="#cb6d31" fill-rule="evenodd"></polygon><polygon points="520.7 398.21 513.92 408.16 519.32 405.54 520.7 398.21" fill="#f6c612" fill-rule="evenodd"></polygon><polygon points="520.7 398.21 533.56 400.83 535.36 403.46 520.7 398.21" fill="#f3ad2d" fill-rule="evenodd"></polygon><polygon points="535.36 403.46 519.32 405.54 520.7 398.21 535.36 403.46" fill="#f7c11b" fill-rule="evenodd"></polygon><polygon points="533.56 400.83 540.75 406.5 535.36 403.46 533.56 400.83" fill="#f1a136" fill-rule="evenodd"></polygon><polygon points="509.98 425.66 505.27 427.7 508.91 431.17 509.98 425.66" fill="#f7c11b" fill-rule="evenodd"></polygon><polygon points="505.27 427.7 503.04 437.31 508.91 431.17 505.27 427.7" fill="#f5ba25" fill-rule="evenodd"></polygon><polygon points="511.05 444.51 505.8 441.84 503.04 437.31 511.05 444.51" fill="#e6883a" fill-rule="evenodd"></polygon><polygon points="532.15 428.84 539.06 419.86 537.68 429.53 532.15 428.84" fill="#f6c612" fill-rule="evenodd"></polygon><polygon points="539.06 419.86 550.26 421.93 547.56 423.52 539.06 419.86" fill="#f4b229" fill-rule="evenodd"></polygon><polygon points="547.56 423.52 537.68 429.53 539.06 419.86 547.56 423.52" fill="#f7c11b" fill-rule="evenodd"></polygon><polygon points="553.51 430.99 537.68 429.53 547.56 423.52 553.51 430.99" fill="#f2a930" fill-rule="evenodd"></polygon><polygon points="532.15 428.84 535.12 437.42 537.68 429.53 532.15 428.84" fill="#f3ab30" fill-rule="evenodd"></polygon><polygon points="535.12 437.42 547.81 432.98 537.68 429.53 535.12 437.42" fill="#f2a730" fill-rule="evenodd"></polygon><polygon points="547.77 438.59 543.81 436.31 547.81 432.98 547.77 438.59" fill="#e6883a" fill-rule="evenodd"></polygon><polygon points="543.81 436.31 535.12 437.42 547.81 432.98 543.81 436.31" fill="#f09d38" fill-rule="evenodd"></polygon><polygon points="535.12 437.42 547.77 438.59 543.81 436.31 535.12 437.42" fill="#da7c37" fill-rule="evenodd"></polygon><polygon points="553.51 430.99 537.68 429.53 547.81 432.98 553.51 430.99" fill="#f09d38" fill-rule="evenodd"></polygon><polygon points="540.75 406.5 538.12 416.6 535.36 403.46 540.75 406.5" fill="#f0993c" fill-rule="evenodd"></polygon><polygon points="538.12 416.6 519.32 405.54 535.36 403.46 538.12 416.6" fill="#f4b12d" fill-rule="evenodd"></polygon><polygon points="513.92 408.16 516.55 420.75 519.32 405.54 513.92 408.16" fill="#f5b629" fill-rule="evenodd"></polygon><polygon points="516.55 420.75 538.12 416.6 519.32 405.54 516.55 420.75" fill="#f2a730" fill-rule="evenodd"></polygon><polygon points="538.12 416.6 532.45 421.44 516.55 420.75 538.12 416.6" fill="#f09b3b" fill-rule="evenodd"></polygon><polygon points="532.45 421.44 532.18 425.65 516.55 420.75 532.45 421.44" fill="#da7c37" fill-rule="evenodd"></polygon><polygon points="532.18 425.65 538.12 416.6 532.45 421.44 532.18 425.65" fill="#cb6d31" fill-rule="evenodd"></polygon><polygon points="514.98 413.2 513.58 422.54 522.33 422.56 516.55 420.75 514.98 413.2" fill="#f1a333" fill-rule="evenodd"></polygon><polygon points="513.58 422.54 520.7 426.14 522.33 422.56 513.58 422.54" fill="#da7c37" fill-rule="evenodd"></polygon><polygon points="520.7 426.14 526.9 424 522.33 422.56 520.7 426.14" fill="#cb6d31" fill-rule="evenodd"></polygon><polygon points="539.68 410.59 544.83 415.84 538.12 416.6 539.68 410.59" fill="#e6883a" fill-rule="evenodd"></polygon><polygon points="544.83 415.84 540.89 423.17 538.12 416.6 544.83 415.84" fill="#ef933e" fill-rule="evenodd"></polygon><polygon points="540.89 423.17 534.29 422.43 538.12 416.6 540.89 423.17" fill="#da7c37" fill-rule="evenodd"></polygon><polygon points="509.98 425.66 518.78 425.48 508.91 431.17 509.98 425.66" fill="#f6c612" fill-rule="evenodd"></polygon><polygon points="518.78 425.48 524.65 433.75 519.32 434.82 518.78 425.48" fill="#f19f36" fill-rule="evenodd"></polygon><polygon points="519.32 434.82 508.91 431.17 518.78 425.48 519.32 434.82" fill="#f5b826" fill-rule="evenodd"></polygon><polygon points="503.04 437.31 519.32 434.82 508.91 431.17 503.04 437.31" fill="#f3ae2d" fill-rule="evenodd"></polygon><polygon points="524.65 433.75 520.21 443.35 519.32 434.82 524.65 433.75" fill="#da7c37" fill-rule="evenodd"></polygon><polygon points="520.21 443.35 511.05 444.51 519.32 434.82 520.21 443.35" fill="#e6883a" fill-rule="evenodd"></polygon><polygon points="503.04 437.31 511.05 444.51 519.32 434.82 503.04 437.31" fill="#f1a333" fill-rule="evenodd"></polygon></g></g><g id="tree-15" data-name="tree"><path id="shadow-16" data-name="shadow" d="M249.71,442.13s-9.37,1.74-14.49,1.74a32.8,32.8,0,0,1-9.88-1.73s-2.54-.86-2.54-2.19,4.48-1.25,4.48-1.25l4.42-.25,4.55-.13,12.57.31,2.26,1.14Z" opacity="0.15"></path><g id="trunk-16" data-name="trunk"><polygon points="234.96 425.06 233.01 441.09 238.85 425.06 234.96 425.06" fill="#523126"></polygon><polygon points="228.73 423.23 229.43 427.55 230.29 427.86 230.75 426.62 229.74 423.53 228.73 423.23" fill="#3f171e"></polygon><polygon points="230.29 427.86 236.44 430.12 235.74 426.93 230.75 426.62 230.29 427.86" fill="#552928"></polygon><polygon points="238.85 425.06 240.87 441.09 233.01 441.09 238.85 425.06" fill="#603d27"></polygon><polygon points="242.59 429.23 243.79 429.57 246.32 421.55 245.23 422.06 242.59 429.23" fill="#3e2016"></polygon><polygon points="242.59 429.23 239.59 430.96 239.99 434.09 243.79 429.57 242.59 429.23" fill="#603a2c"></polygon></g><polygon id="leaves-bg-15" data-name="leaves-bg" points="249.12 392.53 235.27 385.37 220.79 392.53 214.72 403.89 221.73 421.17 234.96 425.06 238.85 425.06 252.08 418.83 256.44 405.84 249.12 392.53" fill="#acd34e"></polygon><g id="leaves-15" data-name="leaves"><polygon points="220.79 392.53 235.27 385.37 249.12 392.53 237.45 397.2 220.79 392.53" fill="#c5e858"></polygon><polygon points="220.79 392.53 214.72 403.89 224.84 409.96 237.45 397.2 220.79 392.53" fill="#acd34e"></polygon><polygon points="214.72 403.89 221.73 421.17 224.84 409.96 214.72 403.89" fill="#79ab34"></polygon><polygon points="224.84 409.96 235.74 415.72 234.96 425.06 221.73 421.17 224.84 409.96" fill="#557e19"></polygon><polygon points="237.45 397.2 224.84 409.96 235.74 415.72 242.59 414.48 237.45 397.2" fill="#b5e34d"></polygon><polygon points="237.45 397.2 242.59 414.48 256.44 405.84 249.12 392.53 237.45 397.2" fill="#c4f44d"></polygon><polygon points="235.74 415.72 234.96 425.06 238.85 425.06 242.59 414.48 235.74 415.72" fill="#6da12c"></polygon><polygon points="242.59 414.48 238.85 425.06 252.08 418.83 256.44 405.84 242.59 414.48" fill="#8fc23c"></polygon></g></g><g id="dead-tree"><ellipse id="shadow-17" data-name="shadow" cx="603.3" cy="449.39" rx="15.93" ry="0.77" opacity="0.15"></ellipse><polygon id="dead-tree-bg" points="615.25 411.8 613.78 413.72 611.68 416.28 610.03 417.57 610.87 413.76 610.87 411.89 610.87 410.03 610.31 412.08 609.19 407.93 609.94 413.45 609.34 415.66 608.14 420.86 607.7 424.39 604.73 432.54 604.1 432.96 603.47 433.38 602.83 433.8 602.2 434.21 601.84 432.98 601.47 431.75 601.11 430.51 600.75 429.28 604.99 421.51 603.87 422.94 602.81 418.66 603.42 423.51 600.07 427.79 600.03 427.7 597.62 422.22 596.27 419.85 595.67 417.15 594.41 407.93 595.21 419.74 599.57 429.6 599.65 430.73 599.73 431.85 599.81 432.98 599.89 434.1 599.94 434.38 599.99 434.66 600.04 434.94 600.09 435.22 600.09 435.22 597.38 433.77 594.1 430.56 591.99 423.01 593.27 430.63 596.77 434.77 598.93 436.56 600.75 437.57 600.75 437.57 600.97 442.5 600.49 447.65 597.62 449.1 601.52 448.88 604.05 449.32 606.11 449.55 611.48 449.21 606.27 448.77 604.99 447.53 604.72 445.52 604.83 440.37 607.49 438.24 608.89 436.79 608.89 436.79 613.41 427.36 609.41 433.99 608.33 435.67 607.04 437.24 604.79 438.58 604.67 435.89 605.15 435.28 605.62 434.67 606.09 434.06 606.56 433.44 607.47 429.28 608.89 424.99 609.42 420.37 609.53 419.85 609.53 419.85 610.51 418.93 611.49 417.84 612.88 416.23 614.27 414.46 615.5 412.17 616.73 409.87 615.25 411.8" fill="#483f15"></polygon><polygon points="611.29 430.88 611.6 430.36 609.72 425.44 611.29 430.88" fill="#483f15"></polygon><g id="trunk-17" data-name="trunk"><polygon points="606.27 448.77 604.99 447.53 604.05 449.32 606.11 449.55 611.48 449.21 606.27 448.77" fill="url(#trunk-gradient3)"></polygon><polygon points="602.99 448.77 604.05 449.32 601.52 448.88 602.99 448.77" fill="url(#未命名漸層_107)"></polygon><polygon points="597.62 449.1 601.52 448.88 600.49 447.65 597.62 449.1" fill="url(#trunk-gradient3-2)"></polygon><polygon points="601.52 448.88 602.99 448.77 600.49 447.65 601.52 448.88" fill="url(#trunk-gradient6)"></polygon><polygon points="604.72 445.52 600.49 447.65 602.99 448.77 604.05 449.32 604.99 447.53 604.72 445.52" fill="url(#trunk-gradient5)"></polygon><polygon points="603.23 440.93 604.83 440.37 602.47 444.18 603.23 440.93" fill="url(#未命名漸層_109)"></polygon><polygon points="604.83 440.37 602.47 444.18 600.49 447.65 604.72 445.52 604.83 440.37" fill="url(#trunk-gradient3-3)"></polygon><polygon points="600.09 435.22 596.77 434.77 598.93 436.56 600.75 437.57 600.09 435.22" fill="url(#未命名漸層_33)"></polygon><polygon points="600.09 435.22 600.75 437.57 602.2 434.21 600.09 435.22" fill="url(#trunk-gradient6-2)"></polygon><polygon points="602.2 434.21 601.84 432.98 601.47 431.75 601.11 430.51 600.75 429.28 600.03 427.7 597.62 422.22 596.27 419.85 595.67 417.15 594.41 407.93 595.21 419.74 599.57 429.6 599.65 430.73 599.73 431.85 599.81 432.98 599.89 434.1 599.94 434.38 599.99 434.66 600.04 434.94 600.09 435.22 600.61 434.97 601.14 434.72 601.67 434.46 602.2 434.21" fill="url(#未命名漸層_64)"></polygon><polygon points="610 417.6 611.68 416.28 613.78 413.72 615.25 411.8 616.73 409.87 615.5 412.17 614.27 414.46 612.88 416.23 611.49 417.84 610.51 418.93 609.53 419.85 609.81 418.5 610 417.6" fill="#544b21"></polygon><polygon points="604.73 432.54 604.1 432.96 603.47 433.38 602.83 433.8 602.2 434.21 601.84 435.05 601.47 435.89 601.11 436.73 600.75 437.57 601.73 437.15 602.71 436.73 603.69 436.31 604.67 435.89 605.15 435.28 605.62 434.67 606.09 434.06 606.56 433.44 607.47 429.28 608.89 424.99 609.42 420.37 610.87 413.76 610.87 411.89 610.87 410.03 609.34 415.66 608.14 420.86 607.7 424.39 604.73 432.54" fill="url(#trunk-gradient2)"></polygon><polygon points="600.75 437.57 604.67 435.89 604.79 438.58 600.75 437.57" fill="url(#trunk-gradient3-4)"></polygon><polygon points="600.75 437.57 600.97 442.5 600.49 447.65 602.47 444.18 603.23 440.93 604.79 438.58 600.75 437.57" fill="url(#trunk-gradient4)"></polygon><polygon points="608.33 435.67 609.41 433.99 613.41 427.36 608.89 436.79 608.33 435.67" fill="url(#trunk-gradient2-2)"></polygon><polygon points="608.33 435.67 607.04 437.24 604.79 438.58 603.23 440.93 604.83 440.37 607.49 438.24 608.89 436.79 608.33 435.67" fill="url(#trunk-gradient)"></polygon><polygon points="597.38 433.77 594.1 430.56 591.99 423.01 593.27 430.63 596.77 434.77 600.09 435.22 597.38 433.77" fill="url(#未命名漸層_31)"></polygon><polygon points="611.6 430.36 611.29 430.88 609.72 425.44 611.6 430.36" fill="url(#trunk-gradient1)"></polygon><polygon points="600.05 427.82 600.75 429.28 604.99 421.51 600.05 427.82" fill="url(#未命名漸層_64-2)"></polygon><polygon points="603.88 422.98 603.43 423.57 602.81 418.66 603.88 422.98" fill="url(#未命名漸層_64-3)"></polygon><polygon points="610.31 412.07 609.94 413.45 609.19 407.93 610.31 412.07" fill="url(#未命名漸層_64-4)"></polygon></g></g><g id="dead-tree-2" data-name="dead-tree"><ellipse id="shadow-18" data-name="shadow" cx="820.37" cy="370.18" rx="18.01" ry="0.87" opacity="0.15"></ellipse><polygon id="dead-tree-bg-2" data-name="dead-tree-bg" points="833.88 327.69 832.22 329.86 829.85 332.75 827.99 334.21 828.93 329.9 828.93 327.8 828.93 325.69 828.3 328 827.03 323.32 827.88 329.56 827.2 332.05 825.84 337.94 825.35 341.92 822 351.13 821.28 351.61 820.56 352.08 819.85 352.55 819.13 353.03 818.72 351.63 818.31 350.24 817.9 348.84 817.49 347.45 822.28 338.66 821.02 340.28 819.83 335.45 820.51 340.93 816.73 345.77 816.68 345.66 813.96 339.48 812.43 336.8 811.75 333.74 810.33 323.32 811.23 336.66 816.16 347.81 816.25 349.08 816.34 350.36 816.43 351.63 816.52 352.9 816.58 353.22 816.63 353.53 816.69 353.85 816.74 354.17 816.74 354.17 813.69 352.52 809.98 348.9 807.59 340.36 809.04 348.98 813 353.66 815.43 355.68 817.49 356.82 817.49 356.82 817.74 362.39 817.19 368.21 813.96 369.86 818.37 369.6 821.23 370.11 823.55 370.36 829.62 369.98 823.73 369.48 822.28 368.08 821.98 365.81 822.11 359.99 825.11 357.58 826.69 355.94 826.69 355.94 831.8 345.28 827.29 352.78 826.06 354.67 824.61 356.44 822.06 357.96 821.93 354.92 822.46 354.23 822.99 353.54 823.52 352.85 824.06 352.15 825.09 347.45 826.69 342.6 827.29 337.38 827.42 336.79 827.42 336.8 828.52 335.75 829.63 334.51 831.2 332.7 832.78 330.7 834.16 328.11 835.55 325.51 833.88 327.69" fill="#483f15"></polygon><polygon points="829.41 349.25 829.76 348.67 827.63 343.11 829.41 349.25" fill="#483f15"></polygon><g id="trunk-18" data-name="trunk"><polygon points="823.73 369.48 822.28 368.08 821.23 370.11 823.55 370.36 829.62 369.98 823.73 369.48" fill="url(#trunk-gradient3-5)"></polygon><polygon points="820.02 369.48 821.23 370.11 818.37 369.6 820.02 369.48" fill="url(#未命名漸層_107-2)"></polygon><polygon points="813.96 369.86 818.37 369.6 817.19 368.21 813.96 369.86" fill="url(#trunk-gradient3-6)"></polygon><polygon points="818.37 369.6 820.02 369.48 817.19 368.21 818.37 369.6" fill="url(#trunk-gradient6-3)"></polygon><polygon points="821.98 365.81 817.19 368.21 820.02 369.48 821.23 370.11 822.28 368.08 821.98 365.81" fill="url(#trunk-gradient5-2)"></polygon><polygon points="820.29 360.62 822.11 359.99 819.44 364.29 820.29 360.62" fill="url(#未命名漸層_109-2)"></polygon><polygon points="822.11 359.99 819.44 364.29 817.19 368.21 821.98 365.81 822.11 359.99" fill="url(#trunk-gradient3-7)"></polygon><polygon points="816.74 354.17 813 353.66 815.43 355.68 817.49 356.82 816.74 354.17" fill="url(#未命名漸層_33-2)"></polygon><polygon points="816.74 354.17 817.49 356.82 819.13 353.03 816.74 354.17" fill="url(#trunk-gradient6-4)"></polygon><polygon points="819.13 353.03 818.72 351.63 818.31 350.24 817.9 348.84 817.49 347.45 816.68 345.66 813.96 339.48 812.43 336.8 811.75 333.74 810.33 323.32 811.23 336.66 816.16 347.81 816.25 349.08 816.34 350.36 816.43 351.63 816.52 352.9 816.58 353.22 816.63 353.53 816.69 353.85 816.74 354.17 817.34 353.88 817.94 353.6 818.53 353.31 819.13 353.03" fill="url(#未命名漸層_64-5)"></polygon><polygon points="827.94 334.25 829.85 332.75 832.22 329.86 833.88 327.69 835.55 325.51 834.16 328.11 832.78 330.7 831.2 332.7 829.63 334.51 828.52 335.75 827.42 336.8 827.73 335.27 827.94 334.25" fill="#544b21"></polygon><polygon points="822 351.13 821.28 351.61 820.56 352.08 819.85 352.55 819.13 353.03 818.72 353.97 818.31 354.92 817.9 355.87 817.49 356.82 818.6 356.34 819.71 355.87 820.82 355.4 821.93 354.92 822.46 354.23 822.99 353.54 823.52 352.85 824.06 352.15 825.09 347.45 826.69 342.6 827.29 337.38 828.93 329.9 828.93 327.8 828.93 325.69 827.2 332.05 825.84 337.94 825.35 341.92 822 351.13" fill="url(#trunk-gradient2-3)"></polygon><polygon points="817.49 356.82 821.93 354.92 822.06 357.96 817.49 356.82" fill="url(#trunk-gradient3-8)"></polygon><polygon points="817.49 356.82 817.74 362.39 817.19 368.21 819.44 364.29 820.29 360.62 822.06 357.96 817.49 356.82" fill="url(#trunk-gradient4-2)"></polygon><polygon points="826.06 354.67 827.29 352.78 831.8 345.28 826.69 355.94 826.06 354.67" fill="url(#trunk-gradient2-4)"></polygon><polygon points="826.06 354.67 824.61 356.44 822.06 357.96 820.29 360.62 822.11 359.99 825.11 357.58 826.69 355.94 826.06 354.67" fill="url(#trunk-gradient-2)"></polygon><polygon points="813.69 352.52 809.98 348.9 807.59 340.36 809.04 348.98 813 353.66 816.74 354.17 813.69 352.52" fill="url(#未命名漸層_31-2)"></polygon><polygon points="829.76 348.67 829.41 349.25 827.63 343.11 829.76 348.67" fill="url(#trunk-gradient1-2)"></polygon><polygon points="816.7 345.8 817.49 347.45 822.28 338.66 816.7 345.8" fill="url(#未命名漸層_64-6)"></polygon><polygon points="821.03 340.32 820.52 340.99 819.83 335.45 821.03 340.32" fill="url(#未命名漸層_64-7)"></polygon><polygon points="828.3 328 827.88 329.56 827.03 323.32 828.3 328" fill="url(#未命名漸層_64-8)"></polygon></g></g><g id="stone-5" data-name="stone"><polygon id="stone-bg-4" data-name="stone-bg" points="868.23 370.16 865.62 360.74 859.65 355.28 853.59 353.35 842.49 359.03 837.92 366.07 836.24 373.11 836.24 375.54 833.88 376.95 832.89 378.55 832.82 378.4 829.04 375.39 824.73 375.01 821.8 375.86 817.95 378.55 817.1 382.48 817.1 384.33 822.3 384.7 824.65 384.86 829.04 385.17 833.67 385.49 833.73 385.28 836.02 385.28 837.75 385.28 841.16 385.28 844.05 385.28 852.61 385.28 852.77 384.41 853.87 384.39 868.98 384.13 868.98 378.11 868.23 370.16" fill="#e5c5ac"></polygon><polygon points="849.11 384.48 848.18 381.29 853.87 384.39 849.11 384.48" fill="#d8ab94"></polygon><polygon points="849.67 372.43 853.87 378.28 848.18 381.29 849.67 372.43" fill="#e3bba2"></polygon><polygon points="848.18 381.29 844.82 375.95 849.67 372.43 848.18 381.29" fill="#d7ad98"></polygon><polygon points="849.67 372.43 844.82 370.27 843.52 374.82 844.82 375.95 849.67 372.43" fill="#d6a593"></polygon><polygon points="849.67 372.43 854.52 365.5 847.25 361.42 844.82 370.27 849.67 372.43" fill="#c6958a"></polygon><polygon points="847.25 361.42 842.49 359.03 840.07 369.03 844.82 370.27 847.25 361.42" fill="#b6909b"></polygon><polygon points="840.07 369.03 840.07 375.95 843.52 374.82 844.82 370.27 840.07 369.03" fill="#af8691"></polygon><polygon points="840.07 369.03 837.92 366.07 842.49 359.03 840.07 369.03" fill="#c9aab1"></polygon><polygon points="837.92 366.07 836.24 373.11 840.07 375.95 840.07 369.03 837.92 366.07" fill="#bc9ca1"></polygon><polygon points="840.07 375.95 841.56 384.61 836.24 384.7 836.24 373.11 840.07 375.95" fill="#c09794"></polygon><polygon points="848.18 381.29 843.66 381.75 841.56 384.61 849.11 384.48 848.18 381.29" fill="#d2a795"></polygon><polygon points="843.66 381.75 840.07 375.95 843.52 374.82 844.82 375.95 843.66 381.75" fill="#ba9292"></polygon><polygon points="844.82 375.95 848.18 381.29 843.66 381.75 844.82 375.95" fill="#cca298"></polygon><polygon points="853.87 378.28 858.81 382.88 853.87 384.39 848.18 381.29 853.87 378.28" fill="#d1a68f"></polygon><polygon points="858.81 382.88 868.98 384.13 853.87 384.39 858.81 382.88" fill="#d4ad96"></polygon><polygon points="858.81 382.88 860.35 378.91 868.98 378.11 868.98 384.13 858.81 382.88" fill="#eed6ba"></polygon><polygon points="868.98 378.11 863.89 373.91 862.73 366.93 868.23 370.16 868.98 378.11" fill="#f6e8ce"></polygon><polygon points="863.89 373.91 860.35 378.91 868.98 378.11 863.89 373.91" fill="#eed3b7"></polygon><polygon points="863.89 373.91 856.71 370.27 862.73 366.93 863.89 373.91" fill="#f2e0c2"></polygon><polygon points="862.73 366.93 860.35 359.03 865.62 360.74 868.23 370.16 862.73 366.93" fill="#f8e9d5"></polygon><polygon points="860.35 359.03 853.59 353.35 859.65 355.28 865.62 360.74 860.35 359.03" fill="#f9eedf"></polygon><polygon points="860.35 378.91 856.71 370.27 863.89 373.91 860.35 378.91" fill="#f3d9b9"></polygon><polygon points="856.71 370.27 853.87 378.28 858.81 382.88 860.35 378.91 856.71 370.27" fill="#e5c5ac"></polygon><polygon points="856.71 370.27 854.52 365.5 849.67 372.43 853.87 378.28 856.71 370.27" fill="#e9c9b4"></polygon><polygon points="854.52 365.5 860.35 359.03 862.73 366.93 856.71 370.27 854.52 365.5" fill="#f3dabd"></polygon><polygon points="853.59 353.35 854.52 365.5 860.35 359.03 853.59 353.35" fill="#f5d4b0"></polygon><polygon points="853.59 353.35 847.25 361.42 854.52 365.5 853.59 353.35" fill="#bc8b86"></polygon><polygon points="853.59 353.35 842.49 359.03 847.25 361.42 853.59 353.35" fill="#be9ea7"></polygon><polygon points="840.07 375.95 843.66 381.75 841.56 384.61 840.07 375.95" fill="#ab878d"></polygon><polygon points="852.61 385.28 849.95 382.44 845.15 381.06 844.05 385.28 852.61 385.28" fill="#ecd1b6"></polygon><polygon points="844.05 385.28 841.16 385.28 839.14 381.98 838.74 375.57 845.15 381.06 844.05 385.28" fill="#e5c3a9"></polygon><polygon points="839.14 381.98 832.38 379.38 836.02 385.28 837.75 385.28 839.14 381.98" fill="#876769"></polygon><polygon points="838.74 375.57 833.88 376.95 832.38 379.38 839.14 381.98 838.74 375.57" fill="#a27c88"></polygon><polygon points="847.18 373.49 838.74 375.57 833.88 376.95 839.66 373.49 847.18 373.49" fill="#d4ada7"></polygon><polygon points="853.42 380.88 849.95 382.44 852.61 385.28 853.42 380.88" fill="#ebcbb7"></polygon><polygon points="850.31 378.42 853.42 380.88 849.95 382.44 845.15 381.06 850.31 378.42" fill="#f1d5c2"></polygon><polygon points="839.14 381.98 841.16 385.28 837.75 385.28 839.14 381.98" fill="#d8ac9b"></polygon><polygon points="832.38 379.38 836.02 385.28 831.45 385.28 832.38 379.38" fill="#574345"></polygon><polygon points="852.03 377.53 853.42 380.88 850.31 378.42 847.18 373.49 852.03 377.53" fill="#f9e2cc"></polygon><polygon points="847.18 373.49 850.31 378.42 845.15 381.06 838.74 375.57 847.18 373.49" fill="#eed0b6"></polygon><polygon points="822.11 382.91 824.65 384.86 822.3 384.7 822.11 382.91" fill="#c5988f"></polygon><polygon points="831.2 383.1 829.04 385.17 833.67 385.49 834.21 383.72 831.2 383.1" fill="#745263"></polygon><polygon points="822.3 384.7 822.11 382.91 817.1 382.48 817.1 384.33 822.3 384.7" fill="#a68180"></polygon><polygon points="822.11 382.91 820.26 379.01 817.1 382.48 822.11 382.91" fill="#bb9994"></polygon><polygon points="820.26 379.01 817.95 378.55 817.1 382.48 820.26 379.01" fill="#c1a2ab"></polygon><polygon points="820.26 379.01 825.23 375.86 821.8 375.86 817.95 378.55 820.26 379.01" fill="#c9aca4"></polygon><polygon points="825.23 375.86 829.04 375.39 824.73 375.01 821.8 375.86 825.23 375.86" fill="#eac6bb"></polygon><polygon points="829.04 375.39 832.82 378.4 829.04 378.78 825.23 375.86 829.04 375.39" fill="#f2dabd"></polygon><polygon points="829.04 378.78 822.11 382.91 820.26 379.01 825.23 375.86 829.04 378.78" fill="#e7c9b6"></polygon><polygon points="824.65 384.86 830.43 380.96 829.04 378.78 822.11 382.91 824.65 384.86" fill="#e5c6af"></polygon><polygon points="830.43 380.96 832.82 378.4 829.04 378.78 830.43 380.96" fill="#f6dec7"></polygon><polygon points="834.21 381.33 830.43 380.96 832.82 378.4 834.21 381.33" fill="#b18f9d"></polygon><polygon points="830.43 380.96 831.2 383.1 834.21 383.72 834.21 381.33 830.43 380.96" fill="#a37d8d"></polygon><polygon points="831.2 383.1 830.43 380.96 824.65 384.86 829.04 385.17 831.2 383.1" fill="#977082"></polygon></g></g></svg></div><div class="cloud1_3jbaaP" style="transform: translate3d(0px, -219px, 0px);"><svg id="cloud" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 355 166"><title>cloud</title><polygon id="cloud-bg" points="295.8 60 228.69 2.08 127.42 0 46.93 37.72 45.33 82.27 0.83 108.61 0 135.83 63.79 155.15 169.46 161.31 233.27 166.5 341.71 124.27 355.28 86.84 295.8 60" fill="#fffffd"></polygon><polygon points="263.39 99.51 152.31 131.05 133.36 92.29 263.39 99.51" fill="#fffffd"></polygon><polygon points="127.42 38.17 263.39 99.51 133.36 92.29 127.42 38.17" fill="#fdfbee"></polygon><polygon points="45.33 82.27 133.36 92.29 127.42 38.17 45.33 82.27" fill="#fffffd"></polygon><polygon points="127.42 38.17 127.42 0 46.93 37.72 127.42 38.17" fill="#fdfbee"></polygon><polygon points="295.8 60 263.39 99.51 127.42 38.17 295.8 60" fill="#fdfbee"></polygon><polygon points="295.8 60 228.69 2.08 127.42 38.17 127.42 38.17 295.8 60" fill="#f6f4ef"></polygon><polygon points="228.69 2.08 127.42 0 127.42 38.17 228.69 2.08" fill="#fffffd"></polygon><polygon points="133.36 92.29 152.31 131.05 45.33 82.27 133.36 92.29" fill="#ece5d2"></polygon><polygon points="49.97 106.45 152.31 131.05 63.79 155.15 49.97 106.45" fill="#fdfbee"></polygon><polygon points="0 135.83 63.79 155.15 49.97 106.45 0 135.83" fill="#ece5d2"></polygon><polygon points="0.83 108.61 49.97 106.45 0 135.83 0.83 108.61" fill="#ece5d2"></polygon><polygon points="49.97 106.45 45.33 82.27 0.83 108.61 49.97 106.45" fill="#fdfbee"></polygon><polygon points="45.33 82.27 152.31 131.05 49.97 106.45 45.33 82.27" fill="#fffffd"></polygon><polygon points="186.63 140.84 263.39 99.51 289.12 133.44 186.63 140.84" fill="#fffffd"></polygon><polygon points="233.27 166.5 289.12 133.44 186.63 140.84 233.27 166.5" fill="#fdfbee"></polygon><polygon points="169.46 161.31 186.63 140.84 233.27 166.5 169.46 161.31" fill="#aeaaa2"></polygon><polygon points="186.63 140.84 152.31 131.05 169.46 161.31 186.63 140.84" fill="#d9d7d1"></polygon><polygon points="152.31 131.05 263.39 99.51 186.63 140.84 152.31 131.05" fill="#fdfbee"></polygon><polygon points="316.09 103.27 295.8 60 355.28 86.84 316.09 103.27" fill="#fdfbee"></polygon><polygon points="341.71 124.27 355.28 86.84 316.09 103.27 341.71 124.27" fill="#d9d7d1"></polygon><polygon points="289.12 133.44 316.09 103.27 341.71 124.27 289.12 133.44" fill="#aeaaa2"></polygon><polygon points="316.09 103.27 263.39 99.51 289.12 133.44 316.09 103.27" fill="#ece5d2"></polygon><polygon points="263.39 99.51 295.8 60 316.09 103.27 263.39 99.51" fill="#f6f4ef"></polygon><polygon points="169.46 161.31 63.79 155.15 152.31 131.05 169.46 161.31" fill="#aeaaa2"></polygon><polygon points="233.27 166.5 289.12 133.44 341.71 124.27 233.27 166.5" fill="#aeaaa2"></polygon><polygon points="46.93 37.72 127.42 38.17 45.33 82.27 46.93 37.72" fill="#ece5d2"></polygon></svg></div><div class="cloud2_3jbaaP" style="transform: translate3d(0px, -293px, 0px);"><svg id="cloud" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 355 166"><title>cloud</title><polygon id="cloud-bg" points="295.8 60 228.69 2.08 127.42 0 46.93 37.72 45.33 82.27 0.83 108.61 0 135.83 63.79 155.15 169.46 161.31 233.27 166.5 341.71 124.27 355.28 86.84 295.8 60" fill="#fffffd"></polygon><polygon points="263.39 99.51 152.31 131.05 133.36 92.29 263.39 99.51" fill="#fffffd"></polygon><polygon points="127.42 38.17 263.39 99.51 133.36 92.29 127.42 38.17" fill="#fdfbee"></polygon><polygon points="45.33 82.27 133.36 92.29 127.42 38.17 45.33 82.27" fill="#fffffd"></polygon><polygon points="127.42 38.17 127.42 0 46.93 37.72 127.42 38.17" fill="#fdfbee"></polygon><polygon points="295.8 60 263.39 99.51 127.42 38.17 295.8 60" fill="#fdfbee"></polygon><polygon points="295.8 60 228.69 2.08 127.42 38.17 127.42 38.17 295.8 60" fill="#f6f4ef"></polygon><polygon points="228.69 2.08 127.42 0 127.42 38.17 228.69 2.08" fill="#fffffd"></polygon><polygon points="133.36 92.29 152.31 131.05 45.33 82.27 133.36 92.29" fill="#ece5d2"></polygon><polygon points="49.97 106.45 152.31 131.05 63.79 155.15 49.97 106.45" fill="#fdfbee"></polygon><polygon points="0 135.83 63.79 155.15 49.97 106.45 0 135.83" fill="#ece5d2"></polygon><polygon points="0.83 108.61 49.97 106.45 0 135.83 0.83 108.61" fill="#ece5d2"></polygon><polygon points="49.97 106.45 45.33 82.27 0.83 108.61 49.97 106.45" fill="#fdfbee"></polygon><polygon points="45.33 82.27 152.31 131.05 49.97 106.45 45.33 82.27" fill="#fffffd"></polygon><polygon points="186.63 140.84 263.39 99.51 289.12 133.44 186.63 140.84" fill="#fffffd"></polygon><polygon points="233.27 166.5 289.12 133.44 186.63 140.84 233.27 166.5" fill="#fdfbee"></polygon><polygon points="169.46 161.31 186.63 140.84 233.27 166.5 169.46 161.31" fill="#aeaaa2"></polygon><polygon points="186.63 140.84 152.31 131.05 169.46 161.31 186.63 140.84" fill="#d9d7d1"></polygon><polygon points="152.31 131.05 263.39 99.51 186.63 140.84 152.31 131.05" fill="#fdfbee"></polygon><polygon points="316.09 103.27 295.8 60 355.28 86.84 316.09 103.27" fill="#fdfbee"></polygon><polygon points="341.71 124.27 355.28 86.84 316.09 103.27 341.71 124.27" fill="#d9d7d1"></polygon><polygon points="289.12 133.44 316.09 103.27 341.71 124.27 289.12 133.44" fill="#aeaaa2"></polygon><polygon points="316.09 103.27 263.39 99.51 289.12 133.44 316.09 103.27" fill="#ece5d2"></polygon><polygon points="263.39 99.51 295.8 60 316.09 103.27 263.39 99.51" fill="#f6f4ef"></polygon><polygon points="169.46 161.31 63.79 155.15 152.31 131.05 169.46 161.31" fill="#aeaaa2"></polygon><polygon points="233.27 166.5 289.12 133.44 341.71 124.27 233.27 166.5" fill="#aeaaa2"></polygon><polygon points="46.93 37.72 127.42 38.17 45.33 82.27 46.93 37.72" fill="#ece5d2"></polygon></svg></div><div class="cloud3_3jbaaP" style="transform: translate3d(0px, -219px, 0px);"><svg id="cloud" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 355 166"><title>cloud</title><polygon id="cloud-bg" points="295.8 60 228.69 2.08 127.42 0 46.93 37.72 45.33 82.27 0.83 108.61 0 135.83 63.79 155.15 169.46 161.31 233.27 166.5 341.71 124.27 355.28 86.84 295.8 60" fill="#fffffd"></polygon><polygon points="263.39 99.51 152.31 131.05 133.36 92.29 263.39 99.51" fill="#fffffd"></polygon><polygon points="127.42 38.17 263.39 99.51 133.36 92.29 127.42 38.17" fill="#fdfbee"></polygon><polygon points="45.33 82.27 133.36 92.29 127.42 38.17 45.33 82.27" fill="#fffffd"></polygon><polygon points="127.42 38.17 127.42 0 46.93 37.72 127.42 38.17" fill="#fdfbee"></polygon><polygon points="295.8 60 263.39 99.51 127.42 38.17 295.8 60" fill="#fdfbee"></polygon><polygon points="295.8 60 228.69 2.08 127.42 38.17 127.42 38.17 295.8 60" fill="#f6f4ef"></polygon><polygon points="228.69 2.08 127.42 0 127.42 38.17 228.69 2.08" fill="#fffffd"></polygon><polygon points="133.36 92.29 152.31 131.05 45.33 82.27 133.36 92.29" fill="#ece5d2"></polygon><polygon points="49.97 106.45 152.31 131.05 63.79 155.15 49.97 106.45" fill="#fdfbee"></polygon><polygon points="0 135.83 63.79 155.15 49.97 106.45 0 135.83" fill="#ece5d2"></polygon><polygon points="0.83 108.61 49.97 106.45 0 135.83 0.83 108.61" fill="#ece5d2"></polygon><polygon points="49.97 106.45 45.33 82.27 0.83 108.61 49.97 106.45" fill="#fdfbee"></polygon><polygon points="45.33 82.27 152.31 131.05 49.97 106.45 45.33 82.27" fill="#fffffd"></polygon><polygon points="186.63 140.84 263.39 99.51 289.12 133.44 186.63 140.84" fill="#fffffd"></polygon><polygon points="233.27 166.5 289.12 133.44 186.63 140.84 233.27 166.5" fill="#fdfbee"></polygon><polygon points="169.46 161.31 186.63 140.84 233.27 166.5 169.46 161.31" fill="#aeaaa2"></polygon><polygon points="186.63 140.84 152.31 131.05 169.46 161.31 186.63 140.84" fill="#d9d7d1"></polygon><polygon points="152.31 131.05 263.39 99.51 186.63 140.84 152.31 131.05" fill="#fdfbee"></polygon><polygon points="316.09 103.27 295.8 60 355.28 86.84 316.09 103.27" fill="#fdfbee"></polygon><polygon points="341.71 124.27 355.28 86.84 316.09 103.27 341.71 124.27" fill="#d9d7d1"></polygon><polygon points="289.12 133.44 316.09 103.27 341.71 124.27 289.12 133.44" fill="#aeaaa2"></polygon><polygon points="316.09 103.27 263.39 99.51 289.12 133.44 316.09 103.27" fill="#ece5d2"></polygon><polygon points="263.39 99.51 295.8 60 316.09 103.27 263.39 99.51" fill="#f6f4ef"></polygon><polygon points="169.46 161.31 63.79 155.15 152.31 131.05 169.46 161.31" fill="#aeaaa2"></polygon><polygon points="233.27 166.5 289.12 133.44 341.71 124.27 233.27 166.5" fill="#aeaaa2"></polygon><polygon points="46.93 37.72 127.42 38.17 45.33 82.27 46.93 37.72" fill="#ece5d2"></polygon></svg></div></div><div class="groups_3jbaaP">
<div class="group_3jbaaP"><div class="member_4gdqxY"><img src="fichiers/avatar-alex.png" alt="Alexander Praetorius" class="avatar_3jbaaP"><div class="info_3jbaaP"><h3 class="name_3jbaaP">Alexander Praetorius</h3>
<span class="career_3jbaaP">P2P web and blockchain developer</span></div></div><div class="lifeIsland_4gdqxY"><svg xmlns="http://www.w3.org/2000/svg" xlink="http://www.w3.org/1999/xlink" viewBox="0 0 440.36 304.63"><defs><linearGradient id="land-gradient1" x1="553.6" y1="645.43" x2="-50.44" y2="-262.04" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#71b054"></stop><stop offset="1" stop-color="#a0c65d"></stop></linearGradient><linearGradient id="land-gradient1-2" x1="625.26" y1="212.22" x2="-237.42" y2="138.24" xlink:href="#land-gradient1"></linearGradient><linearGradient id="land-gradient1-3" x1="497.74" y1="-46.84" x2="-26.74" y2="210.77" xlink:href="#land-gradient1"></linearGradient><linearGradient id="land-gradient1-4" x1="494.54" y1="379.83" x2="210.5" y2="-46.89" xlink:href="#land-gradient1"></linearGradient></defs><title>life-island</title><g id="life-island"><g id="floating-island-2" data-name="floating-island"><polygon id="land-bg" points="416.25 161.09 399.56 172.75 324.83 177.73 289.81 190.71 247.61 195.91 213.05 196.82 162.42 187.69 68.11 197.7 55.66 194.04 0 165.77 4.98 177.73 12.04 181.23 47.65 207.99 47.16 208.12 76.89 240.84 107.58 248.41 156.27 282.52 183.67 281.52 214.23 303.61 250.43 268.9 288.96 248.41 320.51 254.62 364.19 198.82 392.92 183.74 393.44 183.71 426 163.43 438.37 146.94 440.36 138.01 416.25 161.09" fill="#823e43"></polygon><g id="land"><polygon points="12.03 181.23 47.83 208.12 76.15 200.06 12.03 181.23" fill="#8c4345"></polygon><polygon points="47.16 208.12 76.89 240.84 76.15 200.06 47.16 208.12" fill="#914546"></polygon><polygon points="107.58 248.41 100.97 243.49 76.35 210.94 76.89 240.84 107.58 248.41" fill="#994947"></polygon><polygon points="127.71 225.39 100.97 243.49 76.35 210.94 127.71 225.39" fill="#994947"></polygon><polygon points="156.27 282.52 127.71 225.39 100.97 243.49 156.27 282.52" fill="#a04e48"></polygon><polygon points="156.27 282.52 183.67 281.52 140.83 251.63 156.27 282.52" fill="#984947"></polygon><polygon points="183.67 281.52 179.69 236.52 127.71 225.39 140.83 251.63 183.67 281.52" fill="#874044"></polygon><polygon points="179.69 236.52 178.03 204.14 127.71 225.39 179.69 236.52" fill="#8f4446"></polygon><polygon points="178.03 204.14 162.42 198.16 167.26 208.68 178.03 204.14" fill="#874044"></polygon><polygon points="167.26 208.68 127.71 225.39 76.35 210.94 76.15 200.06 162.42 198.16 167.26 208.68" fill="#8d4345"></polygon><polygon points="162.42 198.16 247.61 195.91 223.2 234.69 178.03 204.14 162.42 198.16" fill="#894144"></polygon><polygon points="223.2 234.69 234.99 268.9 179.69 236.52 178.03 204.14 223.2 234.69" fill="#944747"></polygon><polygon points="234.99 268.9 211.07 287 182.39 267.08 179.69 236.52 234.99 268.9" fill="#964946"></polygon><polygon points="211.07 287 214.23 303.61 183.67 281.52 182.39 267.08 211.07 287" fill="#984a46"></polygon><polygon points="211.07 287 250.43 268.9 234.99 268.9 211.07 287" fill="#843f43"></polygon><polygon points="214.23 303.61 250.43 268.9 211.07 287 214.23 303.61" fill="#8d4345"></polygon><polygon points="250.43 268.9 278.83 229.68 288.96 248.41 250.43 268.9" fill="#773841"></polygon><polygon points="234.99 268.9 290.46 210.94 239.93 208.12 223.2 234.69 234.99 268.9" fill="#823e43"></polygon><polygon points="290.46 210.94 311.71 195.91 278.83 229.68 250.43 268.9 234.99 268.9 290.46 210.94" fill="#743740"></polygon><polygon points="311.71 195.91 322.34 186.7 247.61 195.91 239.93 208.12 290.46 210.94 311.71 195.91" fill="#743740"></polygon><polygon points="311.71 195.91 320.51 216.76 288.96 248.41 278.83 229.68 311.71 195.91" fill="#793941"></polygon><polygon points="320.51 216.76 364.19 198.82 320.51 254.62 288.96 248.41 320.51 216.76" fill="#7f3c42"></polygon><polygon points="364.19 198.82 392.92 183.74 322.34 186.7 311.71 195.91 320.51 216.76 364.19 198.82" fill="#7a3a42"></polygon></g><polygon id="ground-bg" points="431.52 109.98 388.19 94.97 342.82 88.65 317.04 85.06 199.78 85.06 98.69 101 20.52 126.28 0 165.77 63.77 198.16 162.42 187.69 253.59 204.14 324.83 177.73 399.56 172.75 405.14 168.85 416.25 161.09 440.36 138.01 431.52 109.98" fill="url(#land-gradient1)"></polygon><g id="ground"><polygon id="bg" points="416.25 161.09 399.56 172.75 324.83 177.73 253.59 204.14 162.42 187.69 63.77 198.16 0 165.77 4.98 177.73 66.26 208.12 162.42 198.16 253.09 214.1 322.34 186.7 393.44 183.71 426 163.43 438.37 146.94 440.36 138.01 416.25 161.09" fill="#a04e48"></polygon><polygon points="399.56 172.75 393.44 183.71 322.34 186.7 324.83 177.73 399.56 172.75" fill="#994947"></polygon><polygon points="322.34 186.7 253.09 214.1 253.59 204.14 324.83 177.73 322.34 186.7" fill="#a04e48"></polygon><polygon points="253.59 204.14 162.42 187.69 162.42 198.16 253.09 214.1 253.59 204.14" fill="#994947"></polygon><polygon points="162.42 187.69 63.77 198.16 66.26 208.12 162.42 198.16 162.42 187.69" fill="#a04e48"></polygon><polygon points="393.44 183.71 426 163.43 438.37 146.94 440.36 138.01 416.25 161.09 399.56 172.75 393.44 183.71" fill="#823e43"></polygon><polygon points="63.77 198.16 0 165.77 4.98 177.73 66.26 208.12 63.77 198.16" fill="#a04e48"></polygon><polygon points="0 165.77 63.77 198.16 162.42 187.69 253.59 204.14 324.83 177.73 399.56 172.75 405.14 168.85 20.52 126.28 0 165.77" fill="url(#land-gradient1-2)"></polygon><polygon points="317.04 85.06 199.78 85.06 98.69 101 20.52 126.28 224.17 148.82 342.82 88.65 317.04 85.06" fill="url(#land-gradient1-3)"></polygon><polygon points="431.52 109.98 388.19 94.97 342.82 88.65 224.17 148.82 405.14 168.85 416.25 161.09 440.36 138.01 431.52 109.98" fill="url(#land-gradient1-4)"></polygon></g></g><polygon id="shadow" points="314.15 109.06 316.6 106.01 322.52 104.04 327.96 104.22 333.07 104.87 338.17 105.29 343.05 104.87 347.35 106.68 351.8 113.81 350.54 115.22 345.06 115.92 338 116.85 333.88 116.56 325.48 114.93 319.95 114.11 316.2 113.26 314.81 111.7 314.15 109.06" opacity="0.15"></polygon><g id="camp"><polygon points="371.75 149.29 380.87 119.51 362.09 144.2 371.75 149.29" fill="#b07d53"></polygon><polygon points="399.11 70.42 396.97 70.42 394.02 70.42 374.14 128.36 380.87 119.51 377.92 152.78 389.72 155.47 410.92 155.47 422.19 146.34 399.11 70.42" fill="#b07d53"></polygon><polygon points="362.09 144.2 371.75 149.29 380.87 119.51 362.09 144.2" fill="#a36643"></polygon><polygon points="394.02 70.42 380.87 119.51 377.92 152.78 389.72 155.47 394.02 70.42" fill="#aa825d"></polygon><polygon points="389.72 155.47 410.92 155.47 396.97 70.42 394.02 70.42 389.72 155.47" fill="#b07d53"></polygon><polygon points="396.97 70.42 399.11 70.42 422.19 146.34 410.92 155.47 396.97 70.42" fill="#b27940"></polygon><polygon points="394.02 70.42 374.14 128.36 380.87 119.51 394.02 70.42" fill="#cfa981"></polygon><line x1="396.26" y1="69.4" x2="396.26" y2="48.4" fill="none" stroke="#733f00" stroke-miterlimit="10"></line><line x1="403.98" y1="40.57" x2="396.26" y2="69.75" fill="none" stroke="#733f00" stroke-miterlimit="10"></line><line x1="391.1" y1="47.23" x2="396.26" y2="69.4" fill="none" stroke="#733f00" stroke-miterlimit="10"></line><rect x="394.43" y="69.08" width="3.76" height="1.34" fill="#5a5e5b"></rect><polygon points="380.87 119.51 371.75 149.29 377.92 152.78 380.87 119.51" fill="#110b0e"></polygon></g><g id="wood"><polygon points="360.59 122.73 361.81 124.26 362.36 125.72 362.67 127.15 362.67 129.16 344.16 136.16 341.53 130.18 360.59 122.73" fill="#775428"></polygon><polygon points="360.59 122.73 361.81 124.26 342.01 131.28 341.53 130.18 360.59 122.73" fill="#bd855c"></polygon><polygon points="361.81 124.26 362.55 126.59 343.06 133.66 342.01 131.28 361.81 124.26" fill="#92572f"></polygon><polygon points="334.73 128.19 335.47 126.78 352.97 139.81 349.91 140.79 334.73 128.19" fill="#6e3e17"></polygon><path d="M335.47,126.78l1.34-.37s17.18,11.89,16.94,12-.78,1.43-.78,1.43Z" fill="#c09866"></path><polygon points="350.82 119.07 339.74 138.59 343.37 138.59 352.4 119 350.82 119.07" fill="#c87b48"></polygon><polygon points="352.4 119 353.75 121.69 346.07 138.59 343.37 138.59 352.4 119" fill="#cd884d"></polygon><polygon points="353.75 121.69 347.52 140.13 346.07 138.59 353.75 121.69" fill="#cf9759"></polygon><polygon points="339.74 138.59 340.81 140.12 347.52 140.13 346.07 138.59 339.74 138.59" fill="#62361c"></polygon></g><g id="tree"><g id="trunk"><path d="M335.94,34.81l1.24.85L339,39.37l.77.67.79-2.28.66.74-.77,3.28,0,3.58-.16,2,1,2.13.52,3.48,1.77,3.91,1,4.07h2.08l7.32-6.49,1.11-6.4-1.07-6,1.53.5,1.09,4.1,1-1.9V43.34l.67.36v1.45l-1,2.26L355.9,55l-7.07,8.16-2.42,1.58h-3.12l-3.91,12.44-3.44,5.7,5.77,9.48,3.91,20.18-3.08,1.54-8.52-.38.16-21.55L328.28,81l-1.84-7.4-2-2.83-4.5-2,.38-9.42,1.79-.42.21,8.76,3.87.5,0-.75L324,63.67l-.92-3,0-1.93,2-.48-.22,2.41.58,1.62,2.9,3.77,1.18-1.65,2.62-7,.29-10.94.29-2.49.55-2.17.56-1.41.23.5-.42,1.45-.25,1.88v2.55L334.79,57l-3.6,11.73-.29,5.71L333.06,79,336,75.56l5.24-14.35-1.76-8.11s-.46-5-.38-5.69.21-5.72.21-5.72l-1.29-2-1.21-3.53-.81-.79Z" fill="#815e36"></path><polygon points="346.58 61 344.5 61 344.02 61.4 344.5 62.83 348.49 62.54 355.32 55.01 356.56 46.75 355.47 42.66 353.94 42.15 355.01 48.11 353.9 54.51 346.58 61" fill="#3b2015"></polygon><polygon points="344.5 62.83 341.23 53.02 341.23 49.54 340.26 47.41 340.46 41.78 341.23 38.5 340.57 37.76 339.62 39.89 339.01 39.37 337.18 35.66 335.94 34.81 335.99 35.38 336.8 36.17 338.01 39.7 339.3 41.69 339.09 47.41 339.45 52.93 341.18 61 335.99 75.56 336.84 75.77 337.98 76.03 338.47 76.15 342.09 64.79 344.5 62.83" fill="#3b2015"></polygon><polygon points="334.31 83.47 334.18 92.16 339.51 92.16 334.31 83.47" fill="#5e3929"></polygon><polygon points="334.18 92.16 334.02 113.71 342.21 114.09 339.51 92.16 334.18 92.16" fill="#5e3929"></polygon><polygon points="334.31 83.47 336.3 83.47 341.58 92.16 345.62 112.55 342.21 114.09 339.51 92.16 334.31 83.47" fill="#815e36"></polygon><polygon points="334.31 83.47 331.02 86.18 334.18 92.16 334.31 83.47" fill="#3b2015"></polygon><polygon points="331.02 86.18 328.27 80.97 329.48 74.94 330.81 79.02 334.31 83.47 331.02 86.18" fill="#3b2015"></polygon><polygon points="328.27 80.97 326.44 73.57 329.48 74.94 328.27 80.97" fill="#3b2015"></polygon><polygon points="329.48 74.94 329.48 68.82 326.19 68.2 322.33 67.7 322.12 58.94 320.33 59.36 319.95 68.78 324.45 70.74 326.44 73.57 329.48 74.94" fill="#3b2015"></polygon><polygon points="327.96 68.54 329.48 68.82 330.28 74.45 332.39 79.66 331.61 80.45 330.17 79.02 328.46 74.94 327.96 68.54" fill="#5e3929"></polygon><polygon points="331.29 65.08 329.48 64.41 332.1 57.38 332.39 46.19 332.69 43.95 333.14 42.12 333.79 40.37 334.02 40.87 333.6 42.32 333.35 44.2 333.35 46.75 333.79 57.3 331.29 65.08" fill="#3b2015"></polygon><polygon points="338.47 76.15 333.06 81.88 331.61 80.45 335.99 75.56 338.47 76.15" fill="#5e3929"></polygon><polygon points="325.04 58.26 324.82 60.67 325.4 62.29 327.03 64.29 328.27 66.05 329.48 64.41 331.29 65.08 327.96 68.54 326.19 68.2 326.24 67.45 323.95 63.67 323.03 60.67 323 58.74 325.04 58.26" fill="#3b2015"></polygon><polygon points="331.29 65.08 329.48 68.82 327.96 68.54 331.29 65.08" fill="#5e3929"></polygon></g><g id="leaves"><g id="leaves-bg"><polygon points="383.71 13.85 363.88 2.67 349.7 1.01 338.88 6.98 330.01 21.34 331.54 36.42 342.37 44.6 348.27 45.39 351.45 48.22 357.35 49.94 363.47 51.25 368.06 49.76 369.91 47.22 374.26 47.41 385.24 40.24 389.36 30.01 383.71 13.85" fill="#6aab08"></polygon><polygon points="347.75 49.42 344.3 54.5 346.8 60.16 355.29 61.31 359.65 57.1 360.43 55.87 355.43 50.26 347.75 49.42" fill="#6aab08"></polygon></g><polygon id="leaves-bg-2" data-name="leaves-bg" points="307.79 54.05 287.82 44.7 283.21 30.87 295.57 11.78 329.31 8.81 346.31 23.35 346.61 33.47 350.85 36.13 349.98 46.71 347.51 51.64 338.57 54.24 334.69 54 332.23 53.1 334.89 56.52 331.1 61.44 326.88 65.09 312.3 65.89 307.09 62.64 305.02 57.76 307.79 54.05" fill="#63c258"></polygon><polygon points="368.25 29 385.24 40.24 374.26 47.41 358.13 46.7 368.25 29" fill="#89c226"></polygon><polygon points="368.25 29 363.88 2.67 384.86 19.59 368.25 29" fill="#7fb90c"></polygon><polygon points="368.25 29 363.88 2.67 343.44 12.45 368.25 29" fill="#71b007"></polygon><polygon points="368.25 29 384.86 19.59 385.24 40.24 368.25 29" fill="#90c82b"></polygon><polygon points="363.88 2.67 383.71 13.85 384.86 19.59 363.88 2.67" fill="#98cf29"></polygon><polygon points="384.86 19.59 389.36 30.01 385.24 40.24 384.86 19.59" fill="#acdc2c"></polygon><polygon points="383.71 13.85 389.36 30.01 384.86 19.59 383.71 13.85" fill="#a2db2d"></polygon><polygon points="363.88 2.67 349.7 1.01 338.88 6.98 343.44 12.45 363.88 2.67" fill="#80bd2b"></polygon><polygon points="368.25 29 339.95 25.66 343.44 12.45 368.25 29" fill="#6aab08"></polygon><polygon points="368.25 29 367.1 31.02 358.13 46.7 349.32 35.12 339.95 25.66 368.25 29" fill="#60a107"></polygon><polygon points="349.32 35.12 358.13 46.7 342.37 44.6 336.28 29.61 339.95 25.66 349.32 35.12" fill="#5a0"></polygon><polygon points="338.88 6.98 339.95 25.66 343.44 12.45 338.88 6.98" fill="#71b007"></polygon><polygon points="338.88 6.98 330 21.34 339.95 25.66 338.88 6.98" fill="#7fb90c"></polygon><polygon points="330 21.34 336.28 29.61 339.95 25.66 330 21.34" fill="#60a107"></polygon><polygon points="330 21.34 331.54 36.42 336.28 29.61 330 21.34" fill="#71b007"></polygon><polygon points="331.54 36.42 342.37 44.6 336.28 29.61 331.54 36.42" fill="#60a107"></polygon><polygon points="287.82 44.7 307.79 54.05 315.14 55.06 286.43 37.61 287.82 44.7" fill="#61c859"></polygon><polygon points="315.14 55.06 286.43 37.61 315.44 37.6 315.14 55.06" fill="#66c654"></polygon><polygon points="315.44 37.6 340.22 42.81 315.14 55.06 315.44 37.6" fill="#63c258"></polygon><polygon points="340.22 42.81 333.41 51.58 315.14 55.06 340.22 42.81" fill="#7acc4c"></polygon><polygon points="340.22 42.81 336.2 29.32 315.44 37.6 340.22 42.81" fill="#58ba5e"></polygon><polygon points="340.22 42.81 346.68 35.35 346.31 23.35 340.22 42.81" fill="#7cd461"></polygon><polygon points="340.22 42.81 336.2 29.32 346.31 23.35 340.22 42.81" fill="#60c46b"></polygon><polygon points="336.2 29.32 330.22 12.22 346.31 23.35 336.2 29.32" fill="#5cba72"></polygon><polygon points="330.22 12.22 329.31 8.81 346.31 23.35 330.22 12.22" fill="#4cc072"></polygon><polygon points="330.22 12.22 295.57 11.78 329.31 8.81 330.22 12.22" fill="#45b06c"></polygon><polygon points="330.22 12.22 305.45 21.99 295.57 11.78 330.22 12.22" fill="#45a360"></polygon><polygon points="330.22 12.22 336.2 29.32 315.44 37.6 305.45 21.99 330.22 12.22" fill="#4aa95b"></polygon><polygon points="305.45 21.99 286.43 37.61 315.44 37.6 305.45 21.99" fill="#54b862"></polygon><polygon points="305.45 21.99 295.57 11.78 286.43 37.61 305.45 21.99" fill="#4ca85f"></polygon><polygon points="295.57 11.78 283.21 30.87 286.43 37.61 295.57 11.78" fill="#4db363"></polygon><polygon points="283.21 30.87 287.82 44.7 286.43 37.61 283.21 30.87" fill="#5fc66a"></polygon><polygon points="347.75 49.42 344.3 54.5 346.96 56.08 347.75 49.42" fill="#4e9c00"></polygon><polygon points="344.3 54.5 346.8 60.16 346.96 56.08 344.3 54.5" fill="#75b61d"></polygon><polygon points="346.8 60.16 355.29 61.31 353.17 56.01 346.96 56.08 346.8 60.16" fill="#85bb1a"></polygon><polygon points="359.65 57.1 353.17 56.01 355.29 61.31 359.65 57.1" fill="#88bd24"></polygon><polygon points="359.65 57.1 355.43 50.26 353.17 56.01 359.65 57.1" fill="#86c830"></polygon><polygon points="355.43 50.26 360.43 55.87 359.65 57.1 355.43 50.26" fill="#9adb22"></polygon><polygon points="355.43 50.26 347.75 49.42 346.96 56.08 353.17 56.01 355.43 50.26" fill="#5a0"></polygon><polygon points="362.19 45.1 368.06 49.76 363.47 51.25 357.35 49.94 362.19 45.1" fill="#89c226"></polygon><polygon points="362.19 45.1 361.98 36.58 369.05 43.28 362.19 45.1" fill="#7fb90c"></polygon><polygon points="362.19 45.1 361.98 36.58 353.63 38.26 362.19 45.1" fill="#7ab423"></polygon><polygon points="362.19 45.1 369.05 43.28 368.06 49.76 362.19 45.1" fill="#91c635"></polygon><polygon points="361.98 36.58 368.93 41.41 369.05 43.28 361.98 36.58" fill="#98ca42"></polygon><polygon points="369.05 43.28 370.19 46.84 368.06 49.76 369.05 43.28" fill="#acd837"></polygon><polygon points="368.93 41.41 370.19 46.84 369.05 43.28 368.93 41.41" fill="#a8d62d"></polygon><polygon points="361.98 36.58 356.65 35.11 352.2 36.24 353.63 38.26 361.98 36.58" fill="#80bd2b"></polygon><polygon points="362.19 45.1 351.57 42.14 353.63 38.26 362.19 45.1" fill="#74b119"></polygon><polygon points="362.19 45.1 361.64 45.65 357.35 49.94 354.63 45.73 351.57 42.14 362.19 45.1" fill="#6aab08"></polygon><polygon points="354.63 45.73 357.35 49.94 351.45 48.22 349.95 43.13 351.57 42.14 354.63 45.73" fill="#6bac0a"></polygon><polygon points="352.2 36.24 351.57 42.14 353.63 38.26 352.2 36.24" fill="#7ab423"></polygon><polygon points="352.2 36.24 348.01 40.13 351.57 42.14 352.2 36.24" fill="#7fb90c"></polygon><polygon points="348.01 40.13 349.95 43.13 351.57 42.14 348.01 40.13" fill="#6aab08"></polygon><polygon points="348.01 40.13 347.77 44.94 349.95 43.13 348.01 40.13" fill="#7ab423"></polygon><polygon points="347.77 44.94 351.45 48.22 349.95 43.13 347.77 44.94" fill="#6aab08"></polygon><polygon points="323.41 49.86 334.69 54 338.57 54.24 321.88 46.15 323.41 49.86" fill="#61c859"></polygon><polygon points="338.57 54.24 321.88 46.15 336.71 44.96 338.57 54.24" fill="#66c654"></polygon><polygon points="336.71 44.96 349.98 46.71 338.57 54.24 336.71 44.96" fill="#63c258"></polygon><polygon points="349.98 46.71 347.51 51.64 338.57 54.24 349.98 46.71" fill="#7acc4c"></polygon><polygon points="349.98 46.71 346.37 39.72 336.71 44.96 349.98 46.71" fill="#58ba5e"></polygon><polygon points="349.98 46.71 352.43 42.49 350.85 36.13 349.98 46.71" fill="#80bd2b"></polygon><polygon points="349.98 46.71 346.37 39.72 350.85 36.13 349.98 46.71" fill="#60c46b"></polygon><polygon points="346.37 39.72 341.35 30.89 350.85 36.13 346.37 39.72" fill="#5cba72"></polygon><polygon points="341.35 30.89 340.49 29.11 350.85 36.13 341.35 30.89" fill="#4cc072"></polygon><polygon points="341.35 30.89 323.58 32.07 340.49 29.11 341.35 30.89" fill="#45b06c"></polygon><polygon points="341.35 30.89 329.81 37.08 323.58 32.07 341.35 30.89" fill="#45a360"></polygon><polygon points="341.35 30.89 346.37 39.72 336.71 44.96 329.81 37.08 341.35 30.89" fill="#4aa95b"></polygon><polygon points="329.81 37.08 321.88 46.15 336.71 44.96 329.81 37.08" fill="#54b862"></polygon><polygon points="329.81 37.08 323.58 32.07 321.88 46.15 329.81 37.08" fill="#4ca85f"></polygon><polygon points="323.58 32.07 319.46 42.71 321.88 46.15 323.58 32.07" fill="#4db363"></polygon><polygon points="319.46 42.71 323.41 49.86 321.88 46.15 319.46 42.71" fill="#5fc66a"></polygon><polygon points="329.24 59.7 326.88 65.09 331.1 61.44 329.24 59.7" fill="#72c648"></polygon><polygon points="307.85 55.09 322.04 47.82 319.47 53.42 307.85 55.09" fill="#4aae64"></polygon><polygon points="322.04 47.82 319.47 53.42 332.47 54.65 327.86 47.47 322.04 47.82" fill="#51ad2e"></polygon><polygon points="327.86 47.47 334.89 56.52 332.47 54.65 327.86 47.47" fill="#47a82a"></polygon><polygon points="329.24 59.7 319.47 53.42 332.47 54.65 329.24 59.7" fill="#6fbc47"></polygon><polygon points="329.24 59.7 332.47 54.65 334.89 56.52 331.1 61.44 329.24 59.7" fill="#64c249"></polygon><polygon points="329.24 59.7 318.09 65.36 326.88 65.09 329.24 59.7" fill="#63c053"></polygon><polygon points="318.09 65.36 307.85 55.09 319.47 53.42 329.24 59.7 318.09 65.36" fill="#62ba53"></polygon><polygon points="307.85 55.09 307.09 62.64 318.09 65.36 307.85 55.09" fill="#56bd63"></polygon><polygon points="307.09 62.64 312.3 65.89 318.09 65.36 307.09 62.64" fill="#5bc263"></polygon><polygon points="307.09 62.64 305.02 57.76 307.85 55.09 307.09 62.64" fill="#4fc277"></polygon><polygon points="307.85 55.09 312.35 47.47 322.04 47.82 307.85 55.09" fill="#37b467"></polygon><polygon points="312.35 47.47 305.02 57.76 307.85 55.09 312.35 47.47" fill="#48bb6f"></polygon></g></g></g></svg></div></div><div class="group_3jbaaP"><div class="member_4gdqxY"><img src="fichiers/avatar-nina.png" alt="Nina Breznik" class="avatar_3jbaaP"><div class="info_3jbaaP"><h3 class="name_3jbaaP">Nina Breznik</h3>
<span class="career_3jbaaP">P2P web and blockchain developer</span></div></div><div class="lifeIsland_4gdqxY"><svg xmlns="http://www.w3.org/2000/svg" xlink="http://www.w3.org/1999/xlink" viewBox="0 0 440.36 304.63"><defs><linearGradient id="land-gradient1" x1="553.6" y1="645.43" x2="-50.44" y2="-262.04" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#71b054"></stop><stop offset="1" stop-color="#a0c65d"></stop></linearGradient><linearGradient id="land-gradient1-2" x1="625.26" y1="212.22" x2="-237.42" y2="138.24" xlink:href="#land-gradient1"></linearGradient><linearGradient id="land-gradient1-3" x1="497.74" y1="-46.84" x2="-26.74" y2="210.77" xlink:href="#land-gradient1"></linearGradient><linearGradient id="land-gradient1-4" x1="494.54" y1="379.83" x2="210.5" y2="-46.89" xlink:href="#land-gradient1"></linearGradient></defs><title>life-island</title><g id="life-island"><g id="floating-island-2" data-name="floating-island"><polygon id="land-bg" points="416.25 161.09 399.56 172.75 324.83 177.73 289.81 190.71 247.61 195.91 213.05 196.82 162.42 187.69 68.11 197.7 55.66 194.04 0 165.77 4.98 177.73 12.04 181.23 47.65 207.99 47.16 208.12 76.89 240.84 107.58 248.41 156.27 282.52 183.67 281.52 214.23 303.61 250.43 268.9 288.96 248.41 320.51 254.62 364.19 198.82 392.92 183.74 393.44 183.71 426 163.43 438.37 146.94 440.36 138.01 416.25 161.09" fill="#823e43"></polygon><g id="land"><polygon points="12.03 181.23 47.83 208.12 76.15 200.06 12.03 181.23" fill="#8c4345"></polygon><polygon points="47.16 208.12 76.89 240.84 76.15 200.06 47.16 208.12" fill="#914546"></polygon><polygon points="107.58 248.41 100.97 243.49 76.35 210.94 76.89 240.84 107.58 248.41" fill="#994947"></polygon><polygon points="127.71 225.39 100.97 243.49 76.35 210.94 127.71 225.39" fill="#994947"></polygon><polygon points="156.27 282.52 127.71 225.39 100.97 243.49 156.27 282.52" fill="#a04e48"></polygon><polygon points="156.27 282.52 183.67 281.52 140.83 251.63 156.27 282.52" fill="#984947"></polygon><polygon points="183.67 281.52 179.69 236.52 127.71 225.39 140.83 251.63 183.67 281.52" fill="#874044"></polygon><polygon points="179.69 236.52 178.03 204.14 127.71 225.39 179.69 236.52" fill="#8f4446"></polygon><polygon points="178.03 204.14 162.42 198.16 167.26 208.68 178.03 204.14" fill="#874044"></polygon><polygon points="167.26 208.68 127.71 225.39 76.35 210.94 76.15 200.06 162.42 198.16 167.26 208.68" fill="#8d4345"></polygon><polygon points="162.42 198.16 247.61 195.91 223.2 234.69 178.03 204.14 162.42 198.16" fill="#894144"></polygon><polygon points="223.2 234.69 234.99 268.9 179.69 236.52 178.03 204.14 223.2 234.69" fill="#944747"></polygon><polygon points="234.99 268.9 211.07 287 182.39 267.08 179.69 236.52 234.99 268.9" fill="#964946"></polygon><polygon points="211.07 287 214.23 303.61 183.67 281.52 182.39 267.08 211.07 287" fill="#984a46"></polygon><polygon points="211.07 287 250.43 268.9 234.99 268.9 211.07 287" fill="#843f43"></polygon><polygon points="214.23 303.61 250.43 268.9 211.07 287 214.23 303.61" fill="#8d4345"></polygon><polygon points="250.43 268.9 278.83 229.68 288.96 248.41 250.43 268.9" fill="#773841"></polygon><polygon points="234.99 268.9 290.46 210.94 239.93 208.12 223.2 234.69 234.99 268.9" fill="#823e43"></polygon><polygon points="290.46 210.94 311.71 195.91 278.83 229.68 250.43 268.9 234.99 268.9 290.46 210.94" fill="#743740"></polygon><polygon points="311.71 195.91 322.34 186.7 247.61 195.91 239.93 208.12 290.46 210.94 311.71 195.91" fill="#743740"></polygon><polygon points="311.71 195.91 320.51 216.76 288.96 248.41 278.83 229.68 311.71 195.91" fill="#793941"></polygon><polygon points="320.51 216.76 364.19 198.82 320.51 254.62 288.96 248.41 320.51 216.76" fill="#7f3c42"></polygon><polygon points="364.19 198.82 392.92 183.74 322.34 186.7 311.71 195.91 320.51 216.76 364.19 198.82" fill="#7a3a42"></polygon></g><polygon id="ground-bg" points="431.52 109.98 388.19 94.97 342.82 88.65 317.04 85.06 199.78 85.06 98.69 101 20.52 126.28 0 165.77 63.77 198.16 162.42 187.69 253.59 204.14 324.83 177.73 399.56 172.75 405.14 168.85 416.25 161.09 440.36 138.01 431.52 109.98" fill="url(#land-gradient1)"></polygon><g id="ground"><polygon id="bg" points="416.25 161.09 399.56 172.75 324.83 177.73 253.59 204.14 162.42 187.69 63.77 198.16 0 165.77 4.98 177.73 66.26 208.12 162.42 198.16 253.09 214.1 322.34 186.7 393.44 183.71 426 163.43 438.37 146.94 440.36 138.01 416.25 161.09" fill="#a04e48"></polygon><polygon points="399.56 172.75 393.44 183.71 322.34 186.7 324.83 177.73 399.56 172.75" fill="#994947"></polygon><polygon points="322.34 186.7 253.09 214.1 253.59 204.14 324.83 177.73 322.34 186.7" fill="#a04e48"></polygon><polygon points="253.59 204.14 162.42 187.69 162.42 198.16 253.09 214.1 253.59 204.14" fill="#994947"></polygon><polygon points="162.42 187.69 63.77 198.16 66.26 208.12 162.42 198.16 162.42 187.69" fill="#a04e48"></polygon><polygon points="393.44 183.71 426 163.43 438.37 146.94 440.36 138.01 416.25 161.09 399.56 172.75 393.44 183.71" fill="#823e43"></polygon><polygon points="63.77 198.16 0 165.77 4.98 177.73 66.26 208.12 63.77 198.16" fill="#a04e48"></polygon><polygon points="0 165.77 63.77 198.16 162.42 187.69 253.59 204.14 324.83 177.73 399.56 172.75 405.14 168.85 20.52 126.28 0 165.77" fill="url(#land-gradient1-2)"></polygon><polygon points="317.04 85.06 199.78 85.06 98.69 101 20.52 126.28 224.17 148.82 342.82 88.65 317.04 85.06" fill="url(#land-gradient1-3)"></polygon><polygon points="431.52 109.98 388.19 94.97 342.82 88.65 224.17 148.82 405.14 168.85 416.25 161.09 440.36 138.01 431.52 109.98" fill="url(#land-gradient1-4)"></polygon></g></g><polygon id="shadow" points="314.15 109.06 316.6 106.01 322.52 104.04 327.96 104.22 333.07 104.87 338.17 105.29 343.05 104.87 347.35 106.68 351.8 113.81 350.54 115.22 345.06 115.92 338 116.85 333.88 116.56 325.48 114.93 319.95 114.11 316.2 113.26 314.81 111.7 314.15 109.06" opacity="0.15"></polygon><g id="camp"><polygon points="371.75 149.29 380.87 119.51 362.09 144.2 371.75 149.29" fill="#b07d53"></polygon><polygon points="399.11 70.42 396.97 70.42 394.02 70.42 374.14 128.36 380.87 119.51 377.92 152.78 389.72 155.47 410.92 155.47 422.19 146.34 399.11 70.42" fill="#b07d53"></polygon><polygon points="362.09 144.2 371.75 149.29 380.87 119.51 362.09 144.2" fill="#a36643"></polygon><polygon points="394.02 70.42 380.87 119.51 377.92 152.78 389.72 155.47 394.02 70.42" fill="#aa825d"></polygon><polygon points="389.72 155.47 410.92 155.47 396.97 70.42 394.02 70.42 389.72 155.47" fill="#b07d53"></polygon><polygon points="396.97 70.42 399.11 70.42 422.19 146.34 410.92 155.47 396.97 70.42" fill="#b27940"></polygon><polygon points="394.02 70.42 374.14 128.36 380.87 119.51 394.02 70.42" fill="#cfa981"></polygon><line x1="396.26" y1="69.4" x2="396.26" y2="48.4" fill="none" stroke="#733f00" stroke-miterlimit="10"></line><line x1="403.98" y1="40.57" x2="396.26" y2="69.75" fill="none" stroke="#733f00" stroke-miterlimit="10"></line><line x1="391.1" y1="47.23" x2="396.26" y2="69.4" fill="none" stroke="#733f00" stroke-miterlimit="10"></line><rect x="394.43" y="69.08" width="3.76" height="1.34" fill="#5a5e5b"></rect><polygon points="380.87 119.51 371.75 149.29 377.92 152.78 380.87 119.51" fill="#110b0e"></polygon></g><g id="wood"><polygon points="360.59 122.73 361.81 124.26 362.36 125.72 362.67 127.15 362.67 129.16 344.16 136.16 341.53 130.18 360.59 122.73" fill="#775428"></polygon><polygon points="360.59 122.73 361.81 124.26 342.01 131.28 341.53 130.18 360.59 122.73" fill="#bd855c"></polygon><polygon points="361.81 124.26 362.55 126.59 343.06 133.66 342.01 131.28 361.81 124.26" fill="#92572f"></polygon><polygon points="334.73 128.19 335.47 126.78 352.97 139.81 349.91 140.79 334.73 128.19" fill="#6e3e17"></polygon><path d="M335.47,126.78l1.34-.37s17.18,11.89,16.94,12-.78,1.43-.78,1.43Z" fill="#c09866"></path><polygon points="350.82 119.07 339.74 138.59 343.37 138.59 352.4 119 350.82 119.07" fill="#c87b48"></polygon><polygon points="352.4 119 353.75 121.69 346.07 138.59 343.37 138.59 352.4 119" fill="#cd884d"></polygon><polygon points="353.75 121.69 347.52 140.13 346.07 138.59 353.75 121.69" fill="#cf9759"></polygon><polygon points="339.74 138.59 340.81 140.12 347.52 140.13 346.07 138.59 339.74 138.59" fill="#62361c"></polygon></g><g id="tree"><g id="trunk"><path d="M335.94,34.81l1.24.85L339,39.37l.77.67.79-2.28.66.74-.77,3.28,0,3.58-.16,2,1,2.13.52,3.48,1.77,3.91,1,4.07h2.08l7.32-6.49,1.11-6.4-1.07-6,1.53.5,1.09,4.1,1-1.9V43.34l.67.36v1.45l-1,2.26L355.9,55l-7.07,8.16-2.42,1.58h-3.12l-3.91,12.44-3.44,5.7,5.77,9.48,3.91,20.18-3.08,1.54-8.52-.38.16-21.55L328.28,81l-1.84-7.4-2-2.83-4.5-2,.38-9.42,1.79-.42.21,8.76,3.87.5,0-.75L324,63.67l-.92-3,0-1.93,2-.48-.22,2.41.58,1.62,2.9,3.77,1.18-1.65,2.62-7,.29-10.94.29-2.49.55-2.17.56-1.41.23.5-.42,1.45-.25,1.88v2.55L334.79,57l-3.6,11.73-.29,5.71L333.06,79,336,75.56l5.24-14.35-1.76-8.11s-.46-5-.38-5.69.21-5.72.21-5.72l-1.29-2-1.21-3.53-.81-.79Z" fill="#815e36"></path><polygon points="346.58 61 344.5 61 344.02 61.4 344.5 62.83 348.49 62.54 355.32 55.01 356.56 46.75 355.47 42.66 353.94 42.15 355.01 48.11 353.9 54.51 346.58 61" fill="#3b2015"></polygon><polygon points="344.5 62.83 341.23 53.02 341.23 49.54 340.26 47.41 340.46 41.78 341.23 38.5 340.57 37.76 339.62 39.89 339.01 39.37 337.18 35.66 335.94 34.81 335.99 35.38 336.8 36.17 338.01 39.7 339.3 41.69 339.09 47.41 339.45 52.93 341.18 61 335.99 75.56 336.84 75.77 337.98 76.03 338.47 76.15 342.09 64.79 344.5 62.83" fill="#3b2015"></polygon><polygon points="334.31 83.47 334.18 92.16 339.51 92.16 334.31 83.47" fill="#5e3929"></polygon><polygon points="334.18 92.16 334.02 113.71 342.21 114.09 339.51 92.16 334.18 92.16" fill="#5e3929"></polygon><polygon points="334.31 83.47 336.3 83.47 341.58 92.16 345.62 112.55 342.21 114.09 339.51 92.16 334.31 83.47" fill="#815e36"></polygon><polygon points="334.31 83.47 331.02 86.18 334.18 92.16 334.31 83.47" fill="#3b2015"></polygon><polygon points="331.02 86.18 328.27 80.97 329.48 74.94 330.81 79.02 334.31 83.47 331.02 86.18" fill="#3b2015"></polygon><polygon points="328.27 80.97 326.44 73.57 329.48 74.94 328.27 80.97" fill="#3b2015"></polygon><polygon points="329.48 74.94 329.48 68.82 326.19 68.2 322.33 67.7 322.12 58.94 320.33 59.36 319.95 68.78 324.45 70.74 326.44 73.57 329.48 74.94" fill="#3b2015"></polygon><polygon points="327.96 68.54 329.48 68.82 330.28 74.45 332.39 79.66 331.61 80.45 330.17 79.02 328.46 74.94 327.96 68.54" fill="#5e3929"></polygon><polygon points="331.29 65.08 329.48 64.41 332.1 57.38 332.39 46.19 332.69 43.95 333.14 42.12 333.79 40.37 334.02 40.87 333.6 42.32 333.35 44.2 333.35 46.75 333.79 57.3 331.29 65.08" fill="#3b2015"></polygon><polygon points="338.47 76.15 333.06 81.88 331.61 80.45 335.99 75.56 338.47 76.15" fill="#5e3929"></polygon><polygon points="325.04 58.26 324.82 60.67 325.4 62.29 327.03 64.29 328.27 66.05 329.48 64.41 331.29 65.08 327.96 68.54 326.19 68.2 326.24 67.45 323.95 63.67 323.03 60.67 323 58.74 325.04 58.26" fill="#3b2015"></polygon><polygon points="331.29 65.08 329.48 68.82 327.96 68.54 331.29 65.08" fill="#5e3929"></polygon></g><g id="leaves"><g id="leaves-bg"><polygon points="383.71 13.85 363.88 2.67 349.7 1.01 338.88 6.98 330.01 21.34 331.54 36.42 342.37 44.6 348.27 45.39 351.45 48.22 357.35 49.94 363.47 51.25 368.06 49.76 369.91 47.22 374.26 47.41 385.24 40.24 389.36 30.01 383.71 13.85" fill="#6aab08"></polygon><polygon points="347.75 49.42 344.3 54.5 346.8 60.16 355.29 61.31 359.65 57.1 360.43 55.87 355.43 50.26 347.75 49.42" fill="#6aab08"></polygon></g><polygon id="leaves-bg-2" data-name="leaves-bg" points="307.79 54.05 287.82 44.7 283.21 30.87 295.57 11.78 329.31 8.81 346.31 23.35 346.61 33.47 350.85 36.13 349.98 46.71 347.51 51.64 338.57 54.24 334.69 54 332.23 53.1 334.89 56.52 331.1 61.44 326.88 65.09 312.3 65.89 307.09 62.64 305.02 57.76 307.79 54.05" fill="#63c258"></polygon><polygon points="368.25 29 385.24 40.24 374.26 47.41 358.13 46.7 368.25 29" fill="#89c226"></polygon><polygon points="368.25 29 363.88 2.67 384.86 19.59 368.25 29" fill="#7fb90c"></polygon><polygon points="368.25 29 363.88 2.67 343.44 12.45 368.25 29" fill="#71b007"></polygon><polygon points="368.25 29 384.86 19.59 385.24 40.24 368.25 29" fill="#90c82b"></polygon><polygon points="363.88 2.67 383.71 13.85 384.86 19.59 363.88 2.67" fill="#98cf29"></polygon><polygon points="384.86 19.59 389.36 30.01 385.24 40.24 384.86 19.59" fill="#acdc2c"></polygon><polygon points="383.71 13.85 389.36 30.01 384.86 19.59 383.71 13.85" fill="#a2db2d"></polygon><polygon points="363.88 2.67 349.7 1.01 338.88 6.98 343.44 12.45 363.88 2.67" fill="#80bd2b"></polygon><polygon points="368.25 29 339.95 25.66 343.44 12.45 368.25 29" fill="#6aab08"></polygon><polygon points="368.25 29 367.1 31.02 358.13 46.7 349.32 35.12 339.95 25.66 368.25 29" fill="#60a107"></polygon><polygon points="349.32 35.12 358.13 46.7 342.37 44.6 336.28 29.61 339.95 25.66 349.32 35.12" fill="#5a0"></polygon><polygon points="338.88 6.98 339.95 25.66 343.44 12.45 338.88 6.98" fill="#71b007"></polygon><polygon points="338.88 6.98 330 21.34 339.95 25.66 338.88 6.98" fill="#7fb90c"></polygon><polygon points="330 21.34 336.28 29.61 339.95 25.66 330 21.34" fill="#60a107"></polygon><polygon points="330 21.34 331.54 36.42 336.28 29.61 330 21.34" fill="#71b007"></polygon><polygon points="331.54 36.42 342.37 44.6 336.28 29.61 331.54 36.42" fill="#60a107"></polygon><polygon points="287.82 44.7 307.79 54.05 315.14 55.06 286.43 37.61 287.82 44.7" fill="#61c859"></polygon><polygon points="315.14 55.06 286.43 37.61 315.44 37.6 315.14 55.06" fill="#66c654"></polygon><polygon points="315.44 37.6 340.22 42.81 315.14 55.06 315.44 37.6" fill="#63c258"></polygon><polygon points="340.22 42.81 333.41 51.58 315.14 55.06 340.22 42.81" fill="#7acc4c"></polygon><polygon points="340.22 42.81 336.2 29.32 315.44 37.6 340.22 42.81" fill="#58ba5e"></polygon><polygon points="340.22 42.81 346.68 35.35 346.31 23.35 340.22 42.81" fill="#7cd461"></polygon><polygon points="340.22 42.81 336.2 29.32 346.31 23.35 340.22 42.81" fill="#60c46b"></polygon><polygon points="336.2 29.32 330.22 12.22 346.31 23.35 336.2 29.32" fill="#5cba72"></polygon><polygon points="330.22 12.22 329.31 8.81 346.31 23.35 330.22 12.22" fill="#4cc072"></polygon><polygon points="330.22 12.22 295.57 11.78 329.31 8.81 330.22 12.22" fill="#45b06c"></polygon><polygon points="330.22 12.22 305.45 21.99 295.57 11.78 330.22 12.22" fill="#45a360"></polygon><polygon points="330.22 12.22 336.2 29.32 315.44 37.6 305.45 21.99 330.22 12.22" fill="#4aa95b"></polygon><polygon points="305.45 21.99 286.43 37.61 315.44 37.6 305.45 21.99" fill="#54b862"></polygon><polygon points="305.45 21.99 295.57 11.78 286.43 37.61 305.45 21.99" fill="#4ca85f"></polygon><polygon points="295.57 11.78 283.21 30.87 286.43 37.61 295.57 11.78" fill="#4db363"></polygon><polygon points="283.21 30.87 287.82 44.7 286.43 37.61 283.21 30.87" fill="#5fc66a"></polygon><polygon points="347.75 49.42 344.3 54.5 346.96 56.08 347.75 49.42" fill="#4e9c00"></polygon><polygon points="344.3 54.5 346.8 60.16 346.96 56.08 344.3 54.5" fill="#75b61d"></polygon><polygon points="346.8 60.16 355.29 61.31 353.17 56.01 346.96 56.08 346.8 60.16" fill="#85bb1a"></polygon><polygon points="359.65 57.1 353.17 56.01 355.29 61.31 359.65 57.1" fill="#88bd24"></polygon><polygon points="359.65 57.1 355.43 50.26 353.17 56.01 359.65 57.1" fill="#86c830"></polygon><polygon points="355.43 50.26 360.43 55.87 359.65 57.1 355.43 50.26" fill="#9adb22"></polygon><polygon points="355.43 50.26 347.75 49.42 346.96 56.08 353.17 56.01 355.43 50.26" fill="#5a0"></polygon><polygon points="362.19 45.1 368.06 49.76 363.47 51.25 357.35 49.94 362.19 45.1" fill="#89c226"></polygon><polygon points="362.19 45.1 361.98 36.58 369.05 43.28 362.19 45.1" fill="#7fb90c"></polygon><polygon points="362.19 45.1 361.98 36.58 353.63 38.26 362.19 45.1" fill="#7ab423"></polygon><polygon points="362.19 45.1 369.05 43.28 368.06 49.76 362.19 45.1" fill="#91c635"></polygon><polygon points="361.98 36.58 368.93 41.41 369.05 43.28 361.98 36.58" fill="#98ca42"></polygon><polygon points="369.05 43.28 370.19 46.84 368.06 49.76 369.05 43.28" fill="#acd837"></polygon><polygon points="368.93 41.41 370.19 46.84 369.05 43.28 368.93 41.41" fill="#a8d62d"></polygon><polygon points="361.98 36.58 356.65 35.11 352.2 36.24 353.63 38.26 361.98 36.58" fill="#80bd2b"></polygon><polygon points="362.19 45.1 351.57 42.14 353.63 38.26 362.19 45.1" fill="#74b119"></polygon><polygon points="362.19 45.1 361.64 45.65 357.35 49.94 354.63 45.73 351.57 42.14 362.19 45.1" fill="#6aab08"></polygon><polygon points="354.63 45.73 357.35 49.94 351.45 48.22 349.95 43.13 351.57 42.14 354.63 45.73" fill="#6bac0a"></polygon><polygon points="352.2 36.24 351.57 42.14 353.63 38.26 352.2 36.24" fill="#7ab423"></polygon><polygon points="352.2 36.24 348.01 40.13 351.57 42.14 352.2 36.24" fill="#7fb90c"></polygon><polygon points="348.01 40.13 349.95 43.13 351.57 42.14 348.01 40.13" fill="#6aab08"></polygon><polygon points="348.01 40.13 347.77 44.94 349.95 43.13 348.01 40.13" fill="#7ab423"></polygon><polygon points="347.77 44.94 351.45 48.22 349.95 43.13 347.77 44.94" fill="#6aab08"></polygon><polygon points="323.41 49.86 334.69 54 338.57 54.24 321.88 46.15 323.41 49.86" fill="#61c859"></polygon><polygon points="338.57 54.24 321.88 46.15 336.71 44.96 338.57 54.24" fill="#66c654"></polygon><polygon points="336.71 44.96 349.98 46.71 338.57 54.24 336.71 44.96" fill="#63c258"></polygon><polygon points="349.98 46.71 347.51 51.64 338.57 54.24 349.98 46.71" fill="#7acc4c"></polygon><polygon points="349.98 46.71 346.37 39.72 336.71 44.96 349.98 46.71" fill="#58ba5e"></polygon><polygon points="349.98 46.71 352.43 42.49 350.85 36.13 349.98 46.71" fill="#80bd2b"></polygon><polygon points="349.98 46.71 346.37 39.72 350.85 36.13 349.98 46.71" fill="#60c46b"></polygon><polygon points="346.37 39.72 341.35 30.89 350.85 36.13 346.37 39.72" fill="#5cba72"></polygon><polygon points="341.35 30.89 340.49 29.11 350.85 36.13 341.35 30.89" fill="#4cc072"></polygon><polygon points="341.35 30.89 323.58 32.07 340.49 29.11 341.35 30.89" fill="#45b06c"></polygon><polygon points="341.35 30.89 329.81 37.08 323.58 32.07 341.35 30.89" fill="#45a360"></polygon><polygon points="341.35 30.89 346.37 39.72 336.71 44.96 329.81 37.08 341.35 30.89" fill="#4aa95b"></polygon><polygon points="329.81 37.08 321.88 46.15 336.71 44.96 329.81 37.08" fill="#54b862"></polygon><polygon points="329.81 37.08 323.58 32.07 321.88 46.15 329.81 37.08" fill="#4ca85f"></polygon><polygon points="323.58 32.07 319.46 42.71 321.88 46.15 323.58 32.07" fill="#4db363"></polygon><polygon points="319.46 42.71 323.41 49.86 321.88 46.15 319.46 42.71" fill="#5fc66a"></polygon><polygon points="329.24 59.7 326.88 65.09 331.1 61.44 329.24 59.7" fill="#72c648"></polygon><polygon points="307.85 55.09 322.04 47.82 319.47 53.42 307.85 55.09" fill="#4aae64"></polygon><polygon points="322.04 47.82 319.47 53.42 332.47 54.65 327.86 47.47 322.04 47.82" fill="#51ad2e"></polygon><polygon points="327.86 47.47 334.89 56.52 332.47 54.65 327.86 47.47" fill="#47a82a"></polygon><polygon points="329.24 59.7 319.47 53.42 332.47 54.65 329.24 59.7" fill="#6fbc47"></polygon><polygon points="329.24 59.7 332.47 54.65 334.89 56.52 331.1 61.44 329.24 59.7" fill="#64c249"></polygon><polygon points="329.24 59.7 318.09 65.36 326.88 65.09 329.24 59.7" fill="#63c053"></polygon><polygon points="318.09 65.36 307.85 55.09 319.47 53.42 329.24 59.7 318.09 65.36" fill="#62ba53"></polygon><polygon points="307.85 55.09 307.09 62.64 318.09 65.36 307.85 55.09" fill="#56bd63"></polygon><polygon points="307.09 62.64 312.3 65.89 318.09 65.36 307.09 62.64" fill="#5bc263"></polygon><polygon points="307.09 62.64 305.02 57.76 307.85 55.09 307.09 62.64" fill="#4fc277"></polygon><polygon points="307.85 55.09 312.35 47.47 322.04 47.82 307.85 55.09" fill="#37b467"></polygon><polygon points="312.35 47.47 305.02 57.76 307.85 55.09 312.35 47.47" fill="#48bb6f"></polygon></g></g></g></svg></div></div><div class="group_3jbaaP"><div class="member_4gdqxY"><img src="fichiers/avatar-fiona.png" alt="Fiona Ye" class="avatar_3jbaaP"><div class="info_3jbaaP"><h3 class="name_3jbaaP">Fiona Ye</h3>
<span class="career_3jbaaP">UI/UX designer and frontend developer</span></div></div><div class="lifeIsland_4gdqxY"><svg xmlns="http://www.w3.org/2000/svg" xlink="http://www.w3.org/1999/xlink" viewBox="0 0 440.36 304.63"><defs><linearGradient id="land-gradient1" x1="553.6" y1="645.43" x2="-50.44" y2="-262.04" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#71b054"></stop><stop offset="1" stop-color="#a0c65d"></stop></linearGradient><linearGradient id="land-gradient1-2" x1="625.26" y1="212.22" x2="-237.42" y2="138.24" xlink:href="#land-gradient1"></linearGradient><linearGradient id="land-gradient1-3" x1="497.74" y1="-46.84" x2="-26.74" y2="210.77" xlink:href="#land-gradient1"></linearGradient><linearGradient id="land-gradient1-4" x1="494.54" y1="379.83" x2="210.5" y2="-46.89" xlink:href="#land-gradient1"></linearGradient></defs><title>life-island</title><g id="life-island"><g id="floating-island-2" data-name="floating-island"><polygon id="land-bg" points="416.25 161.09 399.56 172.75 324.83 177.73 289.81 190.71 247.61 195.91 213.05 196.82 162.42 187.69 68.11 197.7 55.66 194.04 0 165.77 4.98 177.73 12.04 181.23 47.65 207.99 47.16 208.12 76.89 240.84 107.58 248.41 156.27 282.52 183.67 281.52 214.23 303.61 250.43 268.9 288.96 248.41 320.51 254.62 364.19 198.82 392.92 183.74 393.44 183.71 426 163.43 438.37 146.94 440.36 138.01 416.25 161.09" fill="#823e43"></polygon><g id="land"><polygon points="12.03 181.23 47.83 208.12 76.15 200.06 12.03 181.23" fill="#8c4345"></polygon><polygon points="47.16 208.12 76.89 240.84 76.15 200.06 47.16 208.12" fill="#914546"></polygon><polygon points="107.58 248.41 100.97 243.49 76.35 210.94 76.89 240.84 107.58 248.41" fill="#994947"></polygon><polygon points="127.71 225.39 100.97 243.49 76.35 210.94 127.71 225.39" fill="#994947"></polygon><polygon points="156.27 282.52 127.71 225.39 100.97 243.49 156.27 282.52" fill="#a04e48"></polygon><polygon points="156.27 282.52 183.67 281.52 140.83 251.63 156.27 282.52" fill="#984947"></polygon><polygon points="183.67 281.52 179.69 236.52 127.71 225.39 140.83 251.63 183.67 281.52" fill="#874044"></polygon><polygon points="179.69 236.52 178.03 204.14 127.71 225.39 179.69 236.52" fill="#8f4446"></polygon><polygon points="178.03 204.14 162.42 198.16 167.26 208.68 178.03 204.14" fill="#874044"></polygon><polygon points="167.26 208.68 127.71 225.39 76.35 210.94 76.15 200.06 162.42 198.16 167.26 208.68" fill="#8d4345"></polygon><polygon points="162.42 198.16 247.61 195.91 223.2 234.69 178.03 204.14 162.42 198.16" fill="#894144"></polygon><polygon points="223.2 234.69 234.99 268.9 179.69 236.52 178.03 204.14 223.2 234.69" fill="#944747"></polygon><polygon points="234.99 268.9 211.07 287 182.39 267.08 179.69 236.52 234.99 268.9" fill="#964946"></polygon><polygon points="211.07 287 214.23 303.61 183.67 281.52 182.39 267.08 211.07 287" fill="#984a46"></polygon><polygon points="211.07 287 250.43 268.9 234.99 268.9 211.07 287" fill="#843f43"></polygon><polygon points="214.23 303.61 250.43 268.9 211.07 287 214.23 303.61" fill="#8d4345"></polygon><polygon points="250.43 268.9 278.83 229.68 288.96 248.41 250.43 268.9" fill="#773841"></polygon><polygon points="234.99 268.9 290.46 210.94 239.93 208.12 223.2 234.69 234.99 268.9" fill="#823e43"></polygon><polygon points="290.46 210.94 311.71 195.91 278.83 229.68 250.43 268.9 234.99 268.9 290.46 210.94" fill="#743740"></polygon><polygon points="311.71 195.91 322.34 186.7 247.61 195.91 239.93 208.12 290.46 210.94 311.71 195.91" fill="#743740"></polygon><polygon points="311.71 195.91 320.51 216.76 288.96 248.41 278.83 229.68 311.71 195.91" fill="#793941"></polygon><polygon points="320.51 216.76 364.19 198.82 320.51 254.62 288.96 248.41 320.51 216.76" fill="#7f3c42"></polygon><polygon points="364.19 198.82 392.92 183.74 322.34 186.7 311.71 195.91 320.51 216.76 364.19 198.82" fill="#7a3a42"></polygon></g><polygon id="ground-bg" points="431.52 109.98 388.19 94.97 342.82 88.65 317.04 85.06 199.78 85.06 98.69 101 20.52 126.28 0 165.77 63.77 198.16 162.42 187.69 253.59 204.14 324.83 177.73 399.56 172.75 405.14 168.85 416.25 161.09 440.36 138.01 431.52 109.98" fill="url(#land-gradient1)"></polygon><g id="ground"><polygon id="bg" points="416.25 161.09 399.56 172.75 324.83 177.73 253.59 204.14 162.42 187.69 63.77 198.16 0 165.77 4.98 177.73 66.26 208.12 162.42 198.16 253.09 214.1 322.34 186.7 393.44 183.71 426 163.43 438.37 146.94 440.36 138.01 416.25 161.09" fill="#a04e48"></polygon><polygon points="399.56 172.75 393.44 183.71 322.34 186.7 324.83 177.73 399.56 172.75" fill="#994947"></polygon><polygon points="322.34 186.7 253.09 214.1 253.59 204.14 324.83 177.73 322.34 186.7" fill="#a04e48"></polygon><polygon points="253.59 204.14 162.42 187.69 162.42 198.16 253.09 214.1 253.59 204.14" fill="#994947"></polygon><polygon points="162.42 187.69 63.77 198.16 66.26 208.12 162.42 198.16 162.42 187.69" fill="#a04e48"></polygon><polygon points="393.44 183.71 426 163.43 438.37 146.94 440.36 138.01 416.25 161.09 399.56 172.75 393.44 183.71" fill="#823e43"></polygon><polygon points="63.77 198.16 0 165.77 4.98 177.73 66.26 208.12 63.77 198.16" fill="#a04e48"></polygon><polygon points="0 165.77 63.77 198.16 162.42 187.69 253.59 204.14 324.83 177.73 399.56 172.75 405.14 168.85 20.52 126.28 0 165.77" fill="url(#land-gradient1-2)"></polygon><polygon points="317.04 85.06 199.78 85.06 98.69 101 20.52 126.28 224.17 148.82 342.82 88.65 317.04 85.06" fill="url(#land-gradient1-3)"></polygon><polygon points="431.52 109.98 388.19 94.97 342.82 88.65 224.17 148.82 405.14 168.85 416.25 161.09 440.36 138.01 431.52 109.98" fill="url(#land-gradient1-4)"></polygon></g></g><polygon id="shadow" points="314.15 109.06 316.6 106.01 322.52 104.04 327.96 104.22 333.07 104.87 338.17 105.29 343.05 104.87 347.35 106.68 351.8 113.81 350.54 115.22 345.06 115.92 338 116.85 333.88 116.56 325.48 114.93 319.95 114.11 316.2 113.26 314.81 111.7 314.15 109.06" opacity="0.15"></polygon><g id="camp"><polygon points="371.75 149.29 380.87 119.51 362.09 144.2 371.75 149.29" fill="#b07d53"></polygon><polygon points="399.11 70.42 396.97 70.42 394.02 70.42 374.14 128.36 380.87 119.51 377.92 152.78 389.72 155.47 410.92 155.47 422.19 146.34 399.11 70.42" fill="#b07d53"></polygon><polygon points="362.09 144.2 371.75 149.29 380.87 119.51 362.09 144.2" fill="#a36643"></polygon><polygon points="394.02 70.42 380.87 119.51 377.92 152.78 389.72 155.47 394.02 70.42" fill="#aa825d"></polygon><polygon points="389.72 155.47 410.92 155.47 396.97 70.42 394.02 70.42 389.72 155.47" fill="#b07d53"></polygon><polygon points="396.97 70.42 399.11 70.42 422.19 146.34 410.92 155.47 396.97 70.42" fill="#b27940"></polygon><polygon points="394.02 70.42 374.14 128.36 380.87 119.51 394.02 70.42" fill="#cfa981"></polygon><line x1="396.26" y1="69.4" x2="396.26" y2="48.4" fill="none" stroke="#733f00" stroke-miterlimit="10"></line><line x1="403.98" y1="40.57" x2="396.26" y2="69.75" fill="none" stroke="#733f00" stroke-miterlimit="10"></line><line x1="391.1" y1="47.23" x2="396.26" y2="69.4" fill="none" stroke="#733f00" stroke-miterlimit="10"></line><rect x="394.43" y="69.08" width="3.76" height="1.34" fill="#5a5e5b"></rect><polygon points="380.87 119.51 371.75 149.29 377.92 152.78 380.87 119.51" fill="#110b0e"></polygon></g><g id="wood"><polygon points="360.59 122.73 361.81 124.26 362.36 125.72 362.67 127.15 362.67 129.16 344.16 136.16 341.53 130.18 360.59 122.73" fill="#775428"></polygon><polygon points="360.59 122.73 361.81 124.26 342.01 131.28 341.53 130.18 360.59 122.73" fill="#bd855c"></polygon><polygon points="361.81 124.26 362.55 126.59 343.06 133.66 342.01 131.28 361.81 124.26" fill="#92572f"></polygon><polygon points="334.73 128.19 335.47 126.78 352.97 139.81 349.91 140.79 334.73 128.19" fill="#6e3e17"></polygon><path d="M335.47,126.78l1.34-.37s17.18,11.89,16.94,12-.78,1.43-.78,1.43Z" fill="#c09866"></path><polygon points="350.82 119.07 339.74 138.59 343.37 138.59 352.4 119 350.82 119.07" fill="#c87b48"></polygon><polygon points="352.4 119 353.75 121.69 346.07 138.59 343.37 138.59 352.4 119" fill="#cd884d"></polygon><polygon points="353.75 121.69 347.52 140.13 346.07 138.59 353.75 121.69" fill="#cf9759"></polygon><polygon points="339.74 138.59 340.81 140.12 347.52 140.13 346.07 138.59 339.74 138.59" fill="#62361c"></polygon></g><g id="tree"><g id="trunk"><path d="M335.94,34.81l1.24.85L339,39.37l.77.67.79-2.28.66.74-.77,3.28,0,3.58-.16,2,1,2.13.52,3.48,1.77,3.91,1,4.07h2.08l7.32-6.49,1.11-6.4-1.07-6,1.53.5,1.09,4.1,1-1.9V43.34l.67.36v1.45l-1,2.26L355.9,55l-7.07,8.16-2.42,1.58h-3.12l-3.91,12.44-3.44,5.7,5.77,9.48,3.91,20.18-3.08,1.54-8.52-.38.16-21.55L328.28,81l-1.84-7.4-2-2.83-4.5-2,.38-9.42,1.79-.42.21,8.76,3.87.5,0-.75L324,63.67l-.92-3,0-1.93,2-.48-.22,2.41.58,1.62,2.9,3.77,1.18-1.65,2.62-7,.29-10.94.29-2.49.55-2.17.56-1.41.23.5-.42,1.45-.25,1.88v2.55L334.79,57l-3.6,11.73-.29,5.71L333.06,79,336,75.56l5.24-14.35-1.76-8.11s-.46-5-.38-5.69.21-5.72.21-5.72l-1.29-2-1.21-3.53-.81-.79Z" fill="#815e36"></path><polygon points="346.58 61 344.5 61 344.02 61.4 344.5 62.83 348.49 62.54 355.32 55.01 356.56 46.75 355.47 42.66 353.94 42.15 355.01 48.11 353.9 54.51 346.58 61" fill="#3b2015"></polygon><polygon points="344.5 62.83 341.23 53.02 341.23 49.54 340.26 47.41 340.46 41.78 341.23 38.5 340.57 37.76 339.62 39.89 339.01 39.37 337.18 35.66 335.94 34.81 335.99 35.38 336.8 36.17 338.01 39.7 339.3 41.69 339.09 47.41 339.45 52.93 341.18 61 335.99 75.56 336.84 75.77 337.98 76.03 338.47 76.15 342.09 64.79 344.5 62.83" fill="#3b2015"></polygon><polygon points="334.31 83.47 334.18 92.16 339.51 92.16 334.31 83.47" fill="#5e3929"></polygon><polygon points="334.18 92.16 334.02 113.71 342.21 114.09 339.51 92.16 334.18 92.16" fill="#5e3929"></polygon><polygon points="334.31 83.47 336.3 83.47 341.58 92.16 345.62 112.55 342.21 114.09 339.51 92.16 334.31 83.47" fill="#815e36"></polygon><polygon points="334.31 83.47 331.02 86.18 334.18 92.16 334.31 83.47" fill="#3b2015"></polygon><polygon points="331.02 86.18 328.27 80.97 329.48 74.94 330.81 79.02 334.31 83.47 331.02 86.18" fill="#3b2015"></polygon><polygon points="328.27 80.97 326.44 73.57 329.48 74.94 328.27 80.97" fill="#3b2015"></polygon><polygon points="329.48 74.94 329.48 68.82 326.19 68.2 322.33 67.7 322.12 58.94 320.33 59.36 319.95 68.78 324.45 70.74 326.44 73.57 329.48 74.94" fill="#3b2015"></polygon><polygon points="327.96 68.54 329.48 68.82 330.28 74.45 332.39 79.66 331.61 80.45 330.17 79.02 328.46 74.94 327.96 68.54" fill="#5e3929"></polygon><polygon points="331.29 65.08 329.48 64.41 332.1 57.38 332.39 46.19 332.69 43.95 333.14 42.12 333.79 40.37 334.02 40.87 333.6 42.32 333.35 44.2 333.35 46.75 333.79 57.3 331.29 65.08" fill="#3b2015"></polygon><polygon points="338.47 76.15 333.06 81.88 331.61 80.45 335.99 75.56 338.47 76.15" fill="#5e3929"></polygon><polygon points="325.04 58.26 324.82 60.67 325.4 62.29 327.03 64.29 328.27 66.05 329.48 64.41 331.29 65.08 327.96 68.54 326.19 68.2 326.24 67.45 323.95 63.67 323.03 60.67 323 58.74 325.04 58.26" fill="#3b2015"></polygon><polygon points="331.29 65.08 329.48 68.82 327.96 68.54 331.29 65.08" fill="#5e3929"></polygon></g><g id="leaves"><g id="leaves-bg"><polygon points="383.71 13.85 363.88 2.67 349.7 1.01 338.88 6.98 330.01 21.34 331.54 36.42 342.37 44.6 348.27 45.39 351.45 48.22 357.35 49.94 363.47 51.25 368.06 49.76 369.91 47.22 374.26 47.41 385.24 40.24 389.36 30.01 383.71 13.85" fill="#6aab08"></polygon><polygon points="347.75 49.42 344.3 54.5 346.8 60.16 355.29 61.31 359.65 57.1 360.43 55.87 355.43 50.26 347.75 49.42" fill="#6aab08"></polygon></g><polygon id="leaves-bg-2" data-name="leaves-bg" points="307.79 54.05 287.82 44.7 283.21 30.87 295.57 11.78 329.31 8.81 346.31 23.35 346.61 33.47 350.85 36.13 349.98 46.71 347.51 51.64 338.57 54.24 334.69 54 332.23 53.1 334.89 56.52 331.1 61.44 326.88 65.09 312.3 65.89 307.09 62.64 305.02 57.76 307.79 54.05" fill="#63c258"></polygon><polygon points="368.25 29 385.24 40.24 374.26 47.41 358.13 46.7 368.25 29" fill="#89c226"></polygon><polygon points="368.25 29 363.88 2.67 384.86 19.59 368.25 29" fill="#7fb90c"></polygon><polygon points="368.25 29 363.88 2.67 343.44 12.45 368.25 29" fill="#71b007"></polygon><polygon points="368.25 29 384.86 19.59 385.24 40.24 368.25 29" fill="#90c82b"></polygon><polygon points="363.88 2.67 383.71 13.85 384.86 19.59 363.88 2.67" fill="#98cf29"></polygon><polygon points="384.86 19.59 389.36 30.01 385.24 40.24 384.86 19.59" fill="#acdc2c"></polygon><polygon points="383.71 13.85 389.36 30.01 384.86 19.59 383.71 13.85" fill="#a2db2d"></polygon><polygon points="363.88 2.67 349.7 1.01 338.88 6.98 343.44 12.45 363.88 2.67" fill="#80bd2b"></polygon><polygon points="368.25 29 339.95 25.66 343.44 12.45 368.25 29" fill="#6aab08"></polygon><polygon points="368.25 29 367.1 31.02 358.13 46.7 349.32 35.12 339.95 25.66 368.25 29" fill="#60a107"></polygon><polygon points="349.32 35.12 358.13 46.7 342.37 44.6 336.28 29.61 339.95 25.66 349.32 35.12" fill="#5a0"></polygon><polygon points="338.88 6.98 339.95 25.66 343.44 12.45 338.88 6.98" fill="#71b007"></polygon><polygon points="338.88 6.98 330 21.34 339.95 25.66 338.88 6.98" fill="#7fb90c"></polygon><polygon points="330 21.34 336.28 29.61 339.95 25.66 330 21.34" fill="#60a107"></polygon><polygon points="330 21.34 331.54 36.42 336.28 29.61 330 21.34" fill="#71b007"></polygon><polygon points="331.54 36.42 342.37 44.6 336.28 29.61 331.54 36.42" fill="#60a107"></polygon><polygon points="287.82 44.7 307.79 54.05 315.14 55.06 286.43 37.61 287.82 44.7" fill="#61c859"></polygon><polygon points="315.14 55.06 286.43 37.61 315.44 37.6 315.14 55.06" fill="#66c654"></polygon><polygon points="315.44 37.6 340.22 42.81 315.14 55.06 315.44 37.6" fill="#63c258"></polygon><polygon points="340.22 42.81 333.41 51.58 315.14 55.06 340.22 42.81" fill="#7acc4c"></polygon><polygon points="340.22 42.81 336.2 29.32 315.44 37.6 340.22 42.81" fill="#58ba5e"></polygon><polygon points="340.22 42.81 346.68 35.35 346.31 23.35 340.22 42.81" fill="#7cd461"></polygon><polygon points="340.22 42.81 336.2 29.32 346.31 23.35 340.22 42.81" fill="#60c46b"></polygon><polygon points="336.2 29.32 330.22 12.22 346.31 23.35 336.2 29.32" fill="#5cba72"></polygon><polygon points="330.22 12.22 329.31 8.81 346.31 23.35 330.22 12.22" fill="#4cc072"></polygon><polygon points="330.22 12.22 295.57 11.78 329.31 8.81 330.22 12.22" fill="#45b06c"></polygon><polygon points="330.22 12.22 305.45 21.99 295.57 11.78 330.22 12.22" fill="#45a360"></polygon><polygon points="330.22 12.22 336.2 29.32 315.44 37.6 305.45 21.99 330.22 12.22" fill="#4aa95b"></polygon><polygon points="305.45 21.99 286.43 37.61 315.44 37.6 305.45 21.99" fill="#54b862"></polygon><polygon points="305.45 21.99 295.57 11.78 286.43 37.61 305.45 21.99" fill="#4ca85f"></polygon><polygon points="295.57 11.78 283.21 30.87 286.43 37.61 295.57 11.78" fill="#4db363"></polygon><polygon points="283.21 30.87 287.82 44.7 286.43 37.61 283.21 30.87" fill="#5fc66a"></polygon><polygon points="347.75 49.42 344.3 54.5 346.96 56.08 347.75 49.42" fill="#4e9c00"></polygon><polygon points="344.3 54.5 346.8 60.16 346.96 56.08 344.3 54.5" fill="#75b61d"></polygon><polygon points="346.8 60.16 355.29 61.31 353.17 56.01 346.96 56.08 346.8 60.16" fill="#85bb1a"></polygon><polygon points="359.65 57.1 353.17 56.01 355.29 61.31 359.65 57.1" fill="#88bd24"></polygon><polygon points="359.65 57.1 355.43 50.26 353.17 56.01 359.65 57.1" fill="#86c830"></polygon><polygon points="355.43 50.26 360.43 55.87 359.65 57.1 355.43 50.26" fill="#9adb22"></polygon><polygon points="355.43 50.26 347.75 49.42 346.96 56.08 353.17 56.01 355.43 50.26" fill="#5a0"></polygon><polygon points="362.19 45.1 368.06 49.76 363.47 51.25 357.35 49.94 362.19 45.1" fill="#89c226"></polygon><polygon points="362.19 45.1 361.98 36.58 369.05 43.28 362.19 45.1" fill="#7fb90c"></polygon><polygon points="362.19 45.1 361.98 36.58 353.63 38.26 362.19 45.1" fill="#7ab423"></polygon><polygon points="362.19 45.1 369.05 43.28 368.06 49.76 362.19 45.1" fill="#91c635"></polygon><polygon points="361.98 36.58 368.93 41.41 369.05 43.28 361.98 36.58" fill="#98ca42"></polygon><polygon points="369.05 43.28 370.19 46.84 368.06 49.76 369.05 43.28" fill="#acd837"></polygon><polygon points="368.93 41.41 370.19 46.84 369.05 43.28 368.93 41.41" fill="#a8d62d"></polygon><polygon points="361.98 36.58 356.65 35.11 352.2 36.24 353.63 38.26 361.98 36.58" fill="#80bd2b"></polygon><polygon points="362.19 45.1 351.57 42.14 353.63 38.26 362.19 45.1" fill="#74b119"></polygon><polygon points="362.19 45.1 361.64 45.65 357.35 49.94 354.63 45.73 351.57 42.14 362.19 45.1" fill="#6aab08"></polygon><polygon points="354.63 45.73 357.35 49.94 351.45 48.22 349.95 43.13 351.57 42.14 354.63 45.73" fill="#6bac0a"></polygon><polygon points="352.2 36.24 351.57 42.14 353.63 38.26 352.2 36.24" fill="#7ab423"></polygon><polygon points="352.2 36.24 348.01 40.13 351.57 42.14 352.2 36.24" fill="#7fb90c"></polygon><polygon points="348.01 40.13 349.95 43.13 351.57 42.14 348.01 40.13" fill="#6aab08"></polygon><polygon points="348.01 40.13 347.77 44.94 349.95 43.13 348.01 40.13" fill="#7ab423"></polygon><polygon points="347.77 44.94 351.45 48.22 349.95 43.13 347.77 44.94" fill="#6aab08"></polygon><polygon points="323.41 49.86 334.69 54 338.57 54.24 321.88 46.15 323.41 49.86" fill="#61c859"></polygon><polygon points="338.57 54.24 321.88 46.15 336.71 44.96 338.57 54.24" fill="#66c654"></polygon><polygon points="336.71 44.96 349.98 46.71 338.57 54.24 336.71 44.96" fill="#63c258"></polygon><polygon points="349.98 46.71 347.51 51.64 338.57 54.24 349.98 46.71" fill="#7acc4c"></polygon><polygon points="349.98 46.71 346.37 39.72 336.71 44.96 349.98 46.71" fill="#58ba5e"></polygon><polygon points="349.98 46.71 352.43 42.49 350.85 36.13 349.98 46.71" fill="#80bd2b"></polygon><polygon points="349.98 46.71 346.37 39.72 350.85 36.13 349.98 46.71" fill="#60c46b"></polygon><polygon points="346.37 39.72 341.35 30.89 350.85 36.13 346.37 39.72" fill="#5cba72"></polygon><polygon points="341.35 30.89 340.49 29.11 350.85 36.13 341.35 30.89" fill="#4cc072"></polygon><polygon points="341.35 30.89 323.58 32.07 340.49 29.11 341.35 30.89" fill="#45b06c"></polygon><polygon points="341.35 30.89 329.81 37.08 323.58 32.07 341.35 30.89" fill="#45a360"></polygon><polygon points="341.35 30.89 346.37 39.72 336.71 44.96 329.81 37.08 341.35 30.89" fill="#4aa95b"></polygon><polygon points="329.81 37.08 321.88 46.15 336.71 44.96 329.81 37.08" fill="#54b862"></polygon><polygon points="329.81 37.08 323.58 32.07 321.88 46.15 329.81 37.08" fill="#4ca85f"></polygon><polygon points="323.58 32.07 319.46 42.71 321.88 46.15 323.58 32.07" fill="#4db363"></polygon><polygon points="319.46 42.71 323.41 49.86 321.88 46.15 319.46 42.71" fill="#5fc66a"></polygon><polygon points="329.24 59.7 326.88 65.09 331.1 61.44 329.24 59.7" fill="#72c648"></polygon><polygon points="307.85 55.09 322.04 47.82 319.47 53.42 307.85 55.09" fill="#4aae64"></polygon><polygon points="322.04 47.82 319.47 53.42 332.47 54.65 327.86 47.47 322.04 47.82" fill="#51ad2e"></polygon><polygon points="327.86 47.47 334.89 56.52 332.47 54.65 327.86 47.47" fill="#47a82a"></polygon><polygon points="329.24 59.7 319.47 53.42 332.47 54.65 329.24 59.7" fill="#6fbc47"></polygon><polygon points="329.24 59.7 332.47 54.65 334.89 56.52 331.1 61.44 329.24 59.7" fill="#64c249"></polygon><polygon points="329.24 59.7 318.09 65.36 326.88 65.09 329.24 59.7" fill="#63c053"></polygon><polygon points="318.09 65.36 307.85 55.09 319.47 53.42 329.24 59.7 318.09 65.36" fill="#62ba53"></polygon><polygon points="307.85 55.09 307.09 62.64 318.09 65.36 307.85 55.09" fill="#56bd63"></polygon><polygon points="307.09 62.64 312.3 65.89 318.09 65.36 307.09 62.64" fill="#5bc263"></polygon><polygon points="307.09 62.64 305.02 57.76 307.85 55.09 307.09 62.64" fill="#4fc277"></polygon><polygon points="307.85 55.09 312.35 47.47 322.04 47.82 307.85 55.09" fill="#37b467"></polygon><polygon points="312.35 47.47 305.02 57.76 307.85 55.09 312.35 47.47" fill="#48bb6f"></polygon></g></g></g></svg></div></div><div class="group_3jbaaP"><div class="member_4gdqxY"><img src="fichiers/avatar-joshua.png" alt="Joshua Mir" class="avatar_3jbaaP"><div class="info_3jbaaP"><h3 class="name_3jbaaP">Joshua Mir</h3>
<span class="career_3jbaaP">P2P and blockchain developer</span></div></div><div class="lifeIsland_4gdqxY"><svg xmlns="http://www.w3.org/2000/svg" xlink="http://www.w3.org/1999/xlink" viewBox="0 0 440.36 304.63"><defs><linearGradient id="land-gradient1" x1="553.6" y1="645.43" x2="-50.44" y2="-262.04" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#71b054"></stop><stop offset="1" stop-color="#a0c65d"></stop></linearGradient><linearGradient id="land-gradient1-2" x1="625.26" y1="212.22" x2="-237.42" y2="138.24" xlink:href="#land-gradient1"></linearGradient><linearGradient id="land-gradient1-3" x1="497.74" y1="-46.84" x2="-26.74" y2="210.77" xlink:href="#land-gradient1"></linearGradient><linearGradient id="land-gradient1-4" x1="494.54" y1="379.83" x2="210.5" y2="-46.89" xlink:href="#land-gradient1"></linearGradient></defs><title>life-island</title><g id="life-island"><g id="floating-island-2" data-name="floating-island"><polygon id="land-bg" points="416.25 161.09 399.56 172.75 324.83 177.73 289.81 190.71 247.61 195.91 213.05 196.82 162.42 187.69 68.11 197.7 55.66 194.04 0 165.77 4.98 177.73 12.04 181.23 47.65 207.99 47.16 208.12 76.89 240.84 107.58 248.41 156.27 282.52 183.67 281.52 214.23 303.61 250.43 268.9 288.96 248.41 320.51 254.62 364.19 198.82 392.92 183.74 393.44 183.71 426 163.43 438.37 146.94 440.36 138.01 416.25 161.09" fill="#823e43"></polygon><g id="land"><polygon points="12.03 181.23 47.83 208.12 76.15 200.06 12.03 181.23" fill="#8c4345"></polygon><polygon points="47.16 208.12 76.89 240.84 76.15 200.06 47.16 208.12" fill="#914546"></polygon><polygon points="107.58 248.41 100.97 243.49 76.35 210.94 76.89 240.84 107.58 248.41" fill="#994947"></polygon><polygon points="127.71 225.39 100.97 243.49 76.35 210.94 127.71 225.39" fill="#994947"></polygon><polygon points="156.27 282.52 127.71 225.39 100.97 243.49 156.27 282.52" fill="#a04e48"></polygon><polygon points="156.27 282.52 183.67 281.52 140.83 251.63 156.27 282.52" fill="#984947"></polygon><polygon points="183.67 281.52 179.69 236.52 127.71 225.39 140.83 251.63 183.67 281.52" fill="#874044"></polygon><polygon points="179.69 236.52 178.03 204.14 127.71 225.39 179.69 236.52" fill="#8f4446"></polygon><polygon points="178.03 204.14 162.42 198.16 167.26 208.68 178.03 204.14" fill="#874044"></polygon><polygon points="167.26 208.68 127.71 225.39 76.35 210.94 76.15 200.06 162.42 198.16 167.26 208.68" fill="#8d4345"></polygon><polygon points="162.42 198.16 247.61 195.91 223.2 234.69 178.03 204.14 162.42 198.16" fill="#894144"></polygon><polygon points="223.2 234.69 234.99 268.9 179.69 236.52 178.03 204.14 223.2 234.69" fill="#944747"></polygon><polygon points="234.99 268.9 211.07 287 182.39 267.08 179.69 236.52 234.99 268.9" fill="#964946"></polygon><polygon points="211.07 287 214.23 303.61 183.67 281.52 182.39 267.08 211.07 287" fill="#984a46"></polygon><polygon points="211.07 287 250.43 268.9 234.99 268.9 211.07 287" fill="#843f43"></polygon><polygon points="214.23 303.61 250.43 268.9 211.07 287 214.23 303.61" fill="#8d4345"></polygon><polygon points="250.43 268.9 278.83 229.68 288.96 248.41 250.43 268.9" fill="#773841"></polygon><polygon points="234.99 268.9 290.46 210.94 239.93 208.12 223.2 234.69 234.99 268.9" fill="#823e43"></polygon><polygon points="290.46 210.94 311.71 195.91 278.83 229.68 250.43 268.9 234.99 268.9 290.46 210.94" fill="#743740"></polygon><polygon points="311.71 195.91 322.34 186.7 247.61 195.91 239.93 208.12 290.46 210.94 311.71 195.91" fill="#743740"></polygon><polygon points="311.71 195.91 320.51 216.76 288.96 248.41 278.83 229.68 311.71 195.91" fill="#793941"></polygon><polygon points="320.51 216.76 364.19 198.82 320.51 254.62 288.96 248.41 320.51 216.76" fill="#7f3c42"></polygon><polygon points="364.19 198.82 392.92 183.74 322.34 186.7 311.71 195.91 320.51 216.76 364.19 198.82" fill="#7a3a42"></polygon></g><polygon id="ground-bg" points="431.52 109.98 388.19 94.97 342.82 88.65 317.04 85.06 199.78 85.06 98.69 101 20.52 126.28 0 165.77 63.77 198.16 162.42 187.69 253.59 204.14 324.83 177.73 399.56 172.75 405.14 168.85 416.25 161.09 440.36 138.01 431.52 109.98" fill="url(#land-gradient1)"></polygon><g id="ground"><polygon id="bg" points="416.25 161.09 399.56 172.75 324.83 177.73 253.59 204.14 162.42 187.69 63.77 198.16 0 165.77 4.98 177.73 66.26 208.12 162.42 198.16 253.09 214.1 322.34 186.7 393.44 183.71 426 163.43 438.37 146.94 440.36 138.01 416.25 161.09" fill="#a04e48"></polygon><polygon points="399.56 172.75 393.44 183.71 322.34 186.7 324.83 177.73 399.56 172.75" fill="#994947"></polygon><polygon points="322.34 186.7 253.09 214.1 253.59 204.14 324.83 177.73 322.34 186.7" fill="#a04e48"></polygon><polygon points="253.59 204.14 162.42 187.69 162.42 198.16 253.09 214.1 253.59 204.14" fill="#994947"></polygon><polygon points="162.42 187.69 63.77 198.16 66.26 208.12 162.42 198.16 162.42 187.69" fill="#a04e48"></polygon><polygon points="393.44 183.71 426 163.43 438.37 146.94 440.36 138.01 416.25 161.09 399.56 172.75 393.44 183.71" fill="#823e43"></polygon><polygon points="63.77 198.16 0 165.77 4.98 177.73 66.26 208.12 63.77 198.16" fill="#a04e48"></polygon><polygon points="0 165.77 63.77 198.16 162.42 187.69 253.59 204.14 324.83 177.73 399.56 172.75 405.14 168.85 20.52 126.28 0 165.77" fill="url(#land-gradient1-2)"></polygon><polygon points="317.04 85.06 199.78 85.06 98.69 101 20.52 126.28 224.17 148.82 342.82 88.65 317.04 85.06" fill="url(#land-gradient1-3)"></polygon><polygon points="431.52 109.98 388.19 94.97 342.82 88.65 224.17 148.82 405.14 168.85 416.25 161.09 440.36 138.01 431.52 109.98" fill="url(#land-gradient1-4)"></polygon></g></g><polygon id="shadow" points="314.15 109.06 316.6 106.01 322.52 104.04 327.96 104.22 333.07 104.87 338.17 105.29 343.05 104.87 347.35 106.68 351.8 113.81 350.54 115.22 345.06 115.92 338 116.85 333.88 116.56 325.48 114.93 319.95 114.11 316.2 113.26 314.81 111.7 314.15 109.06" opacity="0.15"></polygon><g id="camp"><polygon points="371.75 149.29 380.87 119.51 362.09 144.2 371.75 149.29" fill="#b07d53"></polygon><polygon points="399.11 70.42 396.97 70.42 394.02 70.42 374.14 128.36 380.87 119.51 377.92 152.78 389.72 155.47 410.92 155.47 422.19 146.34 399.11 70.42" fill="#b07d53"></polygon><polygon points="362.09 144.2 371.75 149.29 380.87 119.51 362.09 144.2" fill="#a36643"></polygon><polygon points="394.02 70.42 380.87 119.51 377.92 152.78 389.72 155.47 394.02 70.42" fill="#aa825d"></polygon><polygon points="389.72 155.47 410.92 155.47 396.97 70.42 394.02 70.42 389.72 155.47" fill="#b07d53"></polygon><polygon points="396.97 70.42 399.11 70.42 422.19 146.34 410.92 155.47 396.97 70.42" fill="#b27940"></polygon><polygon points="394.02 70.42 374.14 128.36 380.87 119.51 394.02 70.42" fill="#cfa981"></polygon><line x1="396.26" y1="69.4" x2="396.26" y2="48.4" fill="none" stroke="#733f00" stroke-miterlimit="10"></line><line x1="403.98" y1="40.57" x2="396.26" y2="69.75" fill="none" stroke="#733f00" stroke-miterlimit="10"></line><line x1="391.1" y1="47.23" x2="396.26" y2="69.4" fill="none" stroke="#733f00" stroke-miterlimit="10"></line><rect x="394.43" y="69.08" width="3.76" height="1.34" fill="#5a5e5b"></rect><polygon points="380.87 119.51 371.75 149.29 377.92 152.78 380.87 119.51" fill="#110b0e"></polygon></g><g id="wood"><polygon points="360.59 122.73 361.81 124.26 362.36 125.72 362.67 127.15 362.67 129.16 344.16 136.16 341.53 130.18 360.59 122.73" fill="#775428"></polygon><polygon points="360.59 122.73 361.81 124.26 342.01 131.28 341.53 130.18 360.59 122.73" fill="#bd855c"></polygon><polygon points="361.81 124.26 362.55 126.59 343.06 133.66 342.01 131.28 361.81 124.26" fill="#92572f"></polygon><polygon points="334.73 128.19 335.47 126.78 352.97 139.81 349.91 140.79 334.73 128.19" fill="#6e3e17"></polygon><path d="M335.47,126.78l1.34-.37s17.18,11.89,16.94,12-.78,1.43-.78,1.43Z" fill="#c09866"></path><polygon points="350.82 119.07 339.74 138.59 343.37 138.59 352.4 119 350.82 119.07" fill="#c87b48"></polygon><polygon points="352.4 119 353.75 121.69 346.07 138.59 343.37 138.59 352.4 119" fill="#cd884d"></polygon><polygon points="353.75 121.69 347.52 140.13 346.07 138.59 353.75 121.69" fill="#cf9759"></polygon><polygon points="339.74 138.59 340.81 140.12 347.52 140.13 346.07 138.59 339.74 138.59" fill="#62361c"></polygon></g><g id="tree"><g id="trunk"><path d="M335.94,34.81l1.24.85L339,39.37l.77.67.79-2.28.66.74-.77,3.28,0,3.58-.16,2,1,2.13.52,3.48,1.77,3.91,1,4.07h2.08l7.32-6.49,1.11-6.4-1.07-6,1.53.5,1.09,4.1,1-1.9V43.34l.67.36v1.45l-1,2.26L355.9,55l-7.07,8.16-2.42,1.58h-3.12l-3.91,12.44-3.44,5.7,5.77,9.48,3.91,20.18-3.08,1.54-8.52-.38.16-21.55L328.28,81l-1.84-7.4-2-2.83-4.5-2,.38-9.42,1.79-.42.21,8.76,3.87.5,0-.75L324,63.67l-.92-3,0-1.93,2-.48-.22,2.41.58,1.62,2.9,3.77,1.18-1.65,2.62-7,.29-10.94.29-2.49.55-2.17.56-1.41.23.5-.42,1.45-.25,1.88v2.55L334.79,57l-3.6,11.73-.29,5.71L333.06,79,336,75.56l5.24-14.35-1.76-8.11s-.46-5-.38-5.69.21-5.72.21-5.72l-1.29-2-1.21-3.53-.81-.79Z" fill="#815e36"></path><polygon points="346.58 61 344.5 61 344.02 61.4 344.5 62.83 348.49 62.54 355.32 55.01 356.56 46.75 355.47 42.66 353.94 42.15 355.01 48.11 353.9 54.51 346.58 61" fill="#3b2015"></polygon><polygon points="344.5 62.83 341.23 53.02 341.23 49.54 340.26 47.41 340.46 41.78 341.23 38.5 340.57 37.76 339.62 39.89 339.01 39.37 337.18 35.66 335.94 34.81 335.99 35.38 336.8 36.17 338.01 39.7 339.3 41.69 339.09 47.41 339.45 52.93 341.18 61 335.99 75.56 336.84 75.77 337.98 76.03 338.47 76.15 342.09 64.79 344.5 62.83" fill="#3b2015"></polygon><polygon points="334.31 83.47 334.18 92.16 339.51 92.16 334.31 83.47" fill="#5e3929"></polygon><polygon points="334.18 92.16 334.02 113.71 342.21 114.09 339.51 92.16 334.18 92.16" fill="#5e3929"></polygon><polygon points="334.31 83.47 336.3 83.47 341.58 92.16 345.62 112.55 342.21 114.09 339.51 92.16 334.31 83.47" fill="#815e36"></polygon><polygon points="334.31 83.47 331.02 86.18 334.18 92.16 334.31 83.47" fill="#3b2015"></polygon><polygon points="331.02 86.18 328.27 80.97 329.48 74.94 330.81 79.02 334.31 83.47 331.02 86.18" fill="#3b2015"></polygon><polygon points="328.27 80.97 326.44 73.57 329.48 74.94 328.27 80.97" fill="#3b2015"></polygon><polygon points="329.48 74.94 329.48 68.82 326.19 68.2 322.33 67.7 322.12 58.94 320.33 59.36 319.95 68.78 324.45 70.74 326.44 73.57 329.48 74.94" fill="#3b2015"></polygon><polygon points="327.96 68.54 329.48 68.82 330.28 74.45 332.39 79.66 331.61 80.45 330.17 79.02 328.46 74.94 327.96 68.54" fill="#5e3929"></polygon><polygon points="331.29 65.08 329.48 64.41 332.1 57.38 332.39 46.19 332.69 43.95 333.14 42.12 333.79 40.37 334.02 40.87 333.6 42.32 333.35 44.2 333.35 46.75 333.79 57.3 331.29 65.08" fill="#3b2015"></polygon><polygon points="338.47 76.15 333.06 81.88 331.61 80.45 335.99 75.56 338.47 76.15" fill="#5e3929"></polygon><polygon points="325.04 58.26 324.82 60.67 325.4 62.29 327.03 64.29 328.27 66.05 329.48 64.41 331.29 65.08 327.96 68.54 326.19 68.2 326.24 67.45 323.95 63.67 323.03 60.67 323 58.74 325.04 58.26" fill="#3b2015"></polygon><polygon points="331.29 65.08 329.48 68.82 327.96 68.54 331.29 65.08" fill="#5e3929"></polygon></g><g id="leaves"><g id="leaves-bg"><polygon points="383.71 13.85 363.88 2.67 349.7 1.01 338.88 6.98 330.01 21.34 331.54 36.42 342.37 44.6 348.27 45.39 351.45 48.22 357.35 49.94 363.47 51.25 368.06 49.76 369.91 47.22 374.26 47.41 385.24 40.24 389.36 30.01 383.71 13.85" fill="#6aab08"></polygon><polygon points="347.75 49.42 344.3 54.5 346.8 60.16 355.29 61.31 359.65 57.1 360.43 55.87 355.43 50.26 347.75 49.42" fill="#6aab08"></polygon></g><polygon id="leaves-bg-2" data-name="leaves-bg" points="307.79 54.05 287.82 44.7 283.21 30.87 295.57 11.78 329.31 8.81 346.31 23.35 346.61 33.47 350.85 36.13 349.98 46.71 347.51 51.64 338.57 54.24 334.69 54 332.23 53.1 334.89 56.52 331.1 61.44 326.88 65.09 312.3 65.89 307.09 62.64 305.02 57.76 307.79 54.05" fill="#63c258"></polygon><polygon points="368.25 29 385.24 40.24 374.26 47.41 358.13 46.7 368.25 29" fill="#89c226"></polygon><polygon points="368.25 29 363.88 2.67 384.86 19.59 368.25 29" fill="#7fb90c"></polygon><polygon points="368.25 29 363.88 2.67 343.44 12.45 368.25 29" fill="#71b007"></polygon><polygon points="368.25 29 384.86 19.59 385.24 40.24 368.25 29" fill="#90c82b"></polygon><polygon points="363.88 2.67 383.71 13.85 384.86 19.59 363.88 2.67" fill="#98cf29"></polygon><polygon points="384.86 19.59 389.36 30.01 385.24 40.24 384.86 19.59" fill="#acdc2c"></polygon><polygon points="383.71 13.85 389.36 30.01 384.86 19.59 383.71 13.85" fill="#a2db2d"></polygon><polygon points="363.88 2.67 349.7 1.01 338.88 6.98 343.44 12.45 363.88 2.67" fill="#80bd2b"></polygon><polygon points="368.25 29 339.95 25.66 343.44 12.45 368.25 29" fill="#6aab08"></polygon><polygon points="368.25 29 367.1 31.02 358.13 46.7 349.32 35.12 339.95 25.66 368.25 29" fill="#60a107"></polygon><polygon points="349.32 35.12 358.13 46.7 342.37 44.6 336.28 29.61 339.95 25.66 349.32 35.12" fill="#5a0"></polygon><polygon points="338.88 6.98 339.95 25.66 343.44 12.45 338.88 6.98" fill="#71b007"></polygon><polygon points="338.88 6.98 330 21.34 339.95 25.66 338.88 6.98" fill="#7fb90c"></polygon><polygon points="330 21.34 336.28 29.61 339.95 25.66 330 21.34" fill="#60a107"></polygon><polygon points="330 21.34 331.54 36.42 336.28 29.61 330 21.34" fill="#71b007"></polygon><polygon points="331.54 36.42 342.37 44.6 336.28 29.61 331.54 36.42" fill="#60a107"></polygon><polygon points="287.82 44.7 307.79 54.05 315.14 55.06 286.43 37.61 287.82 44.7" fill="#61c859"></polygon><polygon points="315.14 55.06 286.43 37.61 315.44 37.6 315.14 55.06" fill="#66c654"></polygon><polygon points="315.44 37.6 340.22 42.81 315.14 55.06 315.44 37.6" fill="#63c258"></polygon><polygon points="340.22 42.81 333.41 51.58 315.14 55.06 340.22 42.81" fill="#7acc4c"></polygon><polygon points="340.22 42.81 336.2 29.32 315.44 37.6 340.22 42.81" fill="#58ba5e"></polygon><polygon points="340.22 42.81 346.68 35.35 346.31 23.35 340.22 42.81" fill="#7cd461"></polygon><polygon points="340.22 42.81 336.2 29.32 346.31 23.35 340.22 42.81" fill="#60c46b"></polygon><polygon points="336.2 29.32 330.22 12.22 346.31 23.35 336.2 29.32" fill="#5cba72"></polygon><polygon points="330.22 12.22 329.31 8.81 346.31 23.35 330.22 12.22" fill="#4cc072"></polygon><polygon points="330.22 12.22 295.57 11.78 329.31 8.81 330.22 12.22" fill="#45b06c"></polygon><polygon points="330.22 12.22 305.45 21.99 295.57 11.78 330.22 12.22" fill="#45a360"></polygon><polygon points="330.22 12.22 336.2 29.32 315.44 37.6 305.45 21.99 330.22 12.22" fill="#4aa95b"></polygon><polygon points="305.45 21.99 286.43 37.61 315.44 37.6 305.45 21.99" fill="#54b862"></polygon><polygon points="305.45 21.99 295.57 11.78 286.43 37.61 305.45 21.99" fill="#4ca85f"></polygon><polygon points="295.57 11.78 283.21 30.87 286.43 37.61 295.57 11.78" fill="#4db363"></polygon><polygon points="283.21 30.87 287.82 44.7 286.43 37.61 283.21 30.87" fill="#5fc66a"></polygon><polygon points="347.75 49.42 344.3 54.5 346.96 56.08 347.75 49.42" fill="#4e9c00"></polygon><polygon points="344.3 54.5 346.8 60.16 346.96 56.08 344.3 54.5" fill="#75b61d"></polygon><polygon points="346.8 60.16 355.29 61.31 353.17 56.01 346.96 56.08 346.8 60.16" fill="#85bb1a"></polygon><polygon points="359.65 57.1 353.17 56.01 355.29 61.31 359.65 57.1" fill="#88bd24"></polygon><polygon points="359.65 57.1 355.43 50.26 353.17 56.01 359.65 57.1" fill="#86c830"></polygon><polygon points="355.43 50.26 360.43 55.87 359.65 57.1 355.43 50.26" fill="#9adb22"></polygon><polygon points="355.43 50.26 347.75 49.42 346.96 56.08 353.17 56.01 355.43 50.26" fill="#5a0"></polygon><polygon points="362.19 45.1 368.06 49.76 363.47 51.25 357.35 49.94 362.19 45.1" fill="#89c226"></polygon><polygon points="362.19 45.1 361.98 36.58 369.05 43.28 362.19 45.1" fill="#7fb90c"></polygon><polygon points="362.19 45.1 361.98 36.58 353.63 38.26 362.19 45.1" fill="#7ab423"></polygon><polygon points="362.19 45.1 369.05 43.28 368.06 49.76 362.19 45.1" fill="#91c635"></polygon><polygon points="361.98 36.58 368.93 41.41 369.05 43.28 361.98 36.58" fill="#98ca42"></polygon><polygon points="369.05 43.28 370.19 46.84 368.06 49.76 369.05 43.28" fill="#acd837"></polygon><polygon points="368.93 41.41 370.19 46.84 369.05 43.28 368.93 41.41" fill="#a8d62d"></polygon><polygon points="361.98 36.58 356.65 35.11 352.2 36.24 353.63 38.26 361.98 36.58" fill="#80bd2b"></polygon><polygon points="362.19 45.1 351.57 42.14 353.63 38.26 362.19 45.1" fill="#74b119"></polygon><polygon points="362.19 45.1 361.64 45.65 357.35 49.94 354.63 45.73 351.57 42.14 362.19 45.1" fill="#6aab08"></polygon><polygon points="354.63 45.73 357.35 49.94 351.45 48.22 349.95 43.13 351.57 42.14 354.63 45.73" fill="#6bac0a"></polygon><polygon points="352.2 36.24 351.57 42.14 353.63 38.26 352.2 36.24" fill="#7ab423"></polygon><polygon points="352.2 36.24 348.01 40.13 351.57 42.14 352.2 36.24" fill="#7fb90c"></polygon><polygon points="348.01 40.13 349.95 43.13 351.57 42.14 348.01 40.13" fill="#6aab08"></polygon><polygon points="348.01 40.13 347.77 44.94 349.95 43.13 348.01 40.13" fill="#7ab423"></polygon><polygon points="347.77 44.94 351.45 48.22 349.95 43.13 347.77 44.94" fill="#6aab08"></polygon><polygon points="323.41 49.86 334.69 54 338.57 54.24 321.88 46.15 323.41 49.86" fill="#61c859"></polygon><polygon points="338.57 54.24 321.88 46.15 336.71 44.96 338.57 54.24" fill="#66c654"></polygon><polygon points="336.71 44.96 349.98 46.71 338.57 54.24 336.71 44.96" fill="#63c258"></polygon><polygon points="349.98 46.71 347.51 51.64 338.57 54.24 349.98 46.71" fill="#7acc4c"></polygon><polygon points="349.98 46.71 346.37 39.72 336.71 44.96 349.98 46.71" fill="#58ba5e"></polygon><polygon points="349.98 46.71 352.43 42.49 350.85 36.13 349.98 46.71" fill="#80bd2b"></polygon><polygon points="349.98 46.71 346.37 39.72 350.85 36.13 349.98 46.71" fill="#60c46b"></polygon><polygon points="346.37 39.72 341.35 30.89 350.85 36.13 346.37 39.72" fill="#5cba72"></polygon><polygon points="341.35 30.89 340.49 29.11 350.85 36.13 341.35 30.89" fill="#4cc072"></polygon><polygon points="341.35 30.89 323.58 32.07 340.49 29.11 341.35 30.89" fill="#45b06c"></polygon><polygon points="341.35 30.89 329.81 37.08 323.58 32.07 341.35 30.89" fill="#45a360"></polygon><polygon points="341.35 30.89 346.37 39.72 336.71 44.96 329.81 37.08 341.35 30.89" fill="#4aa95b"></polygon><polygon points="329.81 37.08 321.88 46.15 336.71 44.96 329.81 37.08" fill="#54b862"></polygon><polygon points="329.81 37.08 323.58 32.07 321.88 46.15 329.81 37.08" fill="#4ca85f"></polygon><polygon points="323.58 32.07 319.46 42.71 321.88 46.15 323.58 32.07" fill="#4db363"></polygon><polygon points="319.46 42.71 323.41 49.86 321.88 46.15 319.46 42.71" fill="#5fc66a"></polygon><polygon points="329.24 59.7 326.88 65.09 331.1 61.44 329.24 59.7" fill="#72c648"></polygon><polygon points="307.85 55.09 322.04 47.82 319.47 53.42 307.85 55.09" fill="#4aae64"></polygon><polygon points="322.04 47.82 319.47 53.42 332.47 54.65 327.86 47.47 322.04 47.82" fill="#51ad2e"></polygon><polygon points="327.86 47.47 334.89 56.52 332.47 54.65 327.86 47.47" fill="#47a82a"></polygon><polygon points="329.24 59.7 319.47 53.42 332.47 54.65 329.24 59.7" fill="#6fbc47"></polygon><polygon points="329.24 59.7 332.47 54.65 334.89 56.52 331.1 61.44 329.24 59.7" fill="#64c249"></polygon><polygon points="329.24 59.7 318.09 65.36 326.88 65.09 329.24 59.7" fill="#63c053"></polygon><polygon points="318.09 65.36 307.85 55.09 319.47 53.42 329.24 59.7 318.09 65.36" fill="#62ba53"></polygon><polygon points="307.85 55.09 307.09 62.64 318.09 65.36 307.85 55.09" fill="#56bd63"></polygon><polygon points="307.09 62.64 312.3 65.89 318.09 65.36 307.09 62.64" fill="#5bc263"></polygon><polygon points="307.09 62.64 305.02 57.76 307.85 55.09 307.09 62.64" fill="#4fc277"></polygon><polygon points="307.85 55.09 312.35 47.47 322.04 47.82 307.85 55.09" fill="#37b467"></polygon><polygon points="312.35 47.47 305.02 57.76 307.85 55.09 312.35 47.47" fill="#48bb6f"></polygon></g></g></g></svg></div></div><div class="group_3jbaaP"><div class="member_4gdqxY"><img src="fichiers/avatar-mauve.png" alt="Mauve" class="avatar_3jbaaP"><div class="info_3jbaaP"><h3 class="name_3jbaaP">Mauve</h3>
<span class="career_3jbaaP">Decentralized technology enthusiasts</span></div></div><div class="lifeIsland_4gdqxY"><svg xmlns="http://www.w3.org/2000/svg" xlink="http://www.w3.org/1999/xlink" viewBox="0 0 440.36 304.63"><defs><linearGradient id="land-gradient1" x1="553.6" y1="645.43" x2="-50.44" y2="-262.04" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#71b054"></stop><stop offset="1" stop-color="#a0c65d"></stop></linearGradient><linearGradient id="land-gradient1-2" x1="625.26" y1="212.22" x2="-237.42" y2="138.24" xlink:href="#land-gradient1"></linearGradient><linearGradient id="land-gradient1-3" x1="497.74" y1="-46.84" x2="-26.74" y2="210.77" xlink:href="#land-gradient1"></linearGradient><linearGradient id="land-gradient1-4" x1="494.54" y1="379.83" x2="210.5" y2="-46.89" xlink:href="#land-gradient1"></linearGradient></defs><title>life-island</title><g id="life-island"><g id="floating-island-2" data-name="floating-island"><polygon id="land-bg" points="416.25 161.09 399.56 172.75 324.83 177.73 289.81 190.71 247.61 195.91 213.05 196.82 162.42 187.69 68.11 197.7 55.66 194.04 0 165.77 4.98 177.73 12.04 181.23 47.65 207.99 47.16 208.12 76.89 240.84 107.58 248.41 156.27 282.52 183.67 281.52 214.23 303.61 250.43 268.9 288.96 248.41 320.51 254.62 364.19 198.82 392.92 183.74 393.44 183.71 426 163.43 438.37 146.94 440.36 138.01 416.25 161.09" fill="#823e43"></polygon><g id="land"><polygon points="12.03 181.23 47.83 208.12 76.15 200.06 12.03 181.23" fill="#8c4345"></polygon><polygon points="47.16 208.12 76.89 240.84 76.15 200.06 47.16 208.12" fill="#914546"></polygon><polygon points="107.58 248.41 100.97 243.49 76.35 210.94 76.89 240.84 107.58 248.41" fill="#994947"></polygon><polygon points="127.71 225.39 100.97 243.49 76.35 210.94 127.71 225.39" fill="#994947"></polygon><polygon points="156.27 282.52 127.71 225.39 100.97 243.49 156.27 282.52" fill="#a04e48"></polygon><polygon points="156.27 282.52 183.67 281.52 140.83 251.63 156.27 282.52" fill="#984947"></polygon><polygon points="183.67 281.52 179.69 236.52 127.71 225.39 140.83 251.63 183.67 281.52" fill="#874044"></polygon><polygon points="179.69 236.52 178.03 204.14 127.71 225.39 179.69 236.52" fill="#8f4446"></polygon><polygon points="178.03 204.14 162.42 198.16 167.26 208.68 178.03 204.14" fill="#874044"></polygon><polygon points="167.26 208.68 127.71 225.39 76.35 210.94 76.15 200.06 162.42 198.16 167.26 208.68" fill="#8d4345"></polygon><polygon points="162.42 198.16 247.61 195.91 223.2 234.69 178.03 204.14 162.42 198.16" fill="#894144"></polygon><polygon points="223.2 234.69 234.99 268.9 179.69 236.52 178.03 204.14 223.2 234.69" fill="#944747"></polygon><polygon points="234.99 268.9 211.07 287 182.39 267.08 179.69 236.52 234.99 268.9" fill="#964946"></polygon><polygon points="211.07 287 214.23 303.61 183.67 281.52 182.39 267.08 211.07 287" fill="#984a46"></polygon><polygon points="211.07 287 250.43 268.9 234.99 268.9 211.07 287" fill="#843f43"></polygon><polygon points="214.23 303.61 250.43 268.9 211.07 287 214.23 303.61" fill="#8d4345"></polygon><polygon points="250.43 268.9 278.83 229.68 288.96 248.41 250.43 268.9" fill="#773841"></polygon><polygon points="234.99 268.9 290.46 210.94 239.93 208.12 223.2 234.69 234.99 268.9" fill="#823e43"></polygon><polygon points="290.46 210.94 311.71 195.91 278.83 229.68 250.43 268.9 234.99 268.9 290.46 210.94" fill="#743740"></polygon><polygon points="311.71 195.91 322.34 186.7 247.61 195.91 239.93 208.12 290.46 210.94 311.71 195.91" fill="#743740"></polygon><polygon points="311.71 195.91 320.51 216.76 288.96 248.41 278.83 229.68 311.71 195.91" fill="#793941"></polygon><polygon points="320.51 216.76 364.19 198.82 320.51 254.62 288.96 248.41 320.51 216.76" fill="#7f3c42"></polygon><polygon points="364.19 198.82 392.92 183.74 322.34 186.7 311.71 195.91 320.51 216.76 364.19 198.82" fill="#7a3a42"></polygon></g><polygon id="ground-bg" points="431.52 109.98 388.19 94.97 342.82 88.65 317.04 85.06 199.78 85.06 98.69 101 20.52 126.28 0 165.77 63.77 198.16 162.42 187.69 253.59 204.14 324.83 177.73 399.56 172.75 405.14 168.85 416.25 161.09 440.36 138.01 431.52 109.98" fill="url(#land-gradient1)"></polygon><g id="ground"><polygon id="bg" points="416.25 161.09 399.56 172.75 324.83 177.73 253.59 204.14 162.42 187.69 63.77 198.16 0 165.77 4.98 177.73 66.26 208.12 162.42 198.16 253.09 214.1 322.34 186.7 393.44 183.71 426 163.43 438.37 146.94 440.36 138.01 416.25 161.09" fill="#a04e48"></polygon><polygon points="399.56 172.75 393.44 183.71 322.34 186.7 324.83 177.73 399.56 172.75" fill="#994947"></polygon><polygon points="322.34 186.7 253.09 214.1 253.59 204.14 324.83 177.73 322.34 186.7" fill="#a04e48"></polygon><polygon points="253.59 204.14 162.42 187.69 162.42 198.16 253.09 214.1 253.59 204.14" fill="#994947"></polygon><polygon points="162.42 187.69 63.77 198.16 66.26 208.12 162.42 198.16 162.42 187.69" fill="#a04e48"></polygon><polygon points="393.44 183.71 426 163.43 438.37 146.94 440.36 138.01 416.25 161.09 399.56 172.75 393.44 183.71" fill="#823e43"></polygon><polygon points="63.77 198.16 0 165.77 4.98 177.73 66.26 208.12 63.77 198.16" fill="#a04e48"></polygon><polygon points="0 165.77 63.77 198.16 162.42 187.69 253.59 204.14 324.83 177.73 399.56 172.75 405.14 168.85 20.52 126.28 0 165.77" fill="url(#land-gradient1-2)"></polygon><polygon points="317.04 85.06 199.78 85.06 98.69 101 20.52 126.28 224.17 148.82 342.82 88.65 317.04 85.06" fill="url(#land-gradient1-3)"></polygon><polygon points="431.52 109.98 388.19 94.97 342.82 88.65 224.17 148.82 405.14 168.85 416.25 161.09 440.36 138.01 431.52 109.98" fill="url(#land-gradient1-4)"></polygon></g></g><polygon id="shadow" points="314.15 109.06 316.6 106.01 322.52 104.04 327.96 104.22 333.07 104.87 338.17 105.29 343.05 104.87 347.35 106.68 351.8 113.81 350.54 115.22 345.06 115.92 338 116.85 333.88 116.56 325.48 114.93 319.95 114.11 316.2 113.26 314.81 111.7 314.15 109.06" opacity="0.15"></polygon><g id="camp"><polygon points="371.75 149.29 380.87 119.51 362.09 144.2 371.75 149.29" fill="#b07d53"></polygon><polygon points="399.11 70.42 396.97 70.42 394.02 70.42 374.14 128.36 380.87 119.51 377.92 152.78 389.72 155.47 410.92 155.47 422.19 146.34 399.11 70.42" fill="#b07d53"></polygon><polygon points="362.09 144.2 371.75 149.29 380.87 119.51 362.09 144.2" fill="#a36643"></polygon><polygon points="394.02 70.42 380.87 119.51 377.92 152.78 389.72 155.47 394.02 70.42" fill="#aa825d"></polygon><polygon points="389.72 155.47 410.92 155.47 396.97 70.42 394.02 70.42 389.72 155.47" fill="#b07d53"></polygon><polygon points="396.97 70.42 399.11 70.42 422.19 146.34 410.92 155.47 396.97 70.42" fill="#b27940"></polygon><polygon points="394.02 70.42 374.14 128.36 380.87 119.51 394.02 70.42" fill="#cfa981"></polygon><line x1="396.26" y1="69.4" x2="396.26" y2="48.4" fill="none" stroke="#733f00" stroke-miterlimit="10"></line><line x1="403.98" y1="40.57" x2="396.26" y2="69.75" fill="none" stroke="#733f00" stroke-miterlimit="10"></line><line x1="391.1" y1="47.23" x2="396.26" y2="69.4" fill="none" stroke="#733f00" stroke-miterlimit="10"></line><rect x="394.43" y="69.08" width="3.76" height="1.34" fill="#5a5e5b"></rect><polygon points="380.87 119.51 371.75 149.29 377.92 152.78 380.87 119.51" fill="#110b0e"></polygon></g><g id="wood"><polygon points="360.59 122.73 361.81 124.26 362.36 125.72 362.67 127.15 362.67 129.16 344.16 136.16 341.53 130.18 360.59 122.73" fill="#775428"></polygon><polygon points="360.59 122.73 361.81 124.26 342.01 131.28 341.53 130.18 360.59 122.73" fill="#bd855c"></polygon><polygon points="361.81 124.26 362.55 126.59 343.06 133.66 342.01 131.28 361.81 124.26" fill="#92572f"></polygon><polygon points="334.73 128.19 335.47 126.78 352.97 139.81 349.91 140.79 334.73 128.19" fill="#6e3e17"></polygon><path d="M335.47,126.78l1.34-.37s17.18,11.89,16.94,12-.78,1.43-.78,1.43Z" fill="#c09866"></path><polygon points="350.82 119.07 339.74 138.59 343.37 138.59 352.4 119 350.82 119.07" fill="#c87b48"></polygon><polygon points="352.4 119 353.75 121.69 346.07 138.59 343.37 138.59 352.4 119" fill="#cd884d"></polygon><polygon points="353.75 121.69 347.52 140.13 346.07 138.59 353.75 121.69" fill="#cf9759"></polygon><polygon points="339.74 138.59 340.81 140.12 347.52 140.13 346.07 138.59 339.74 138.59" fill="#62361c"></polygon></g><g id="tree"><g id="trunk"><path d="M335.94,34.81l1.24.85L339,39.37l.77.67.79-2.28.66.74-.77,3.28,0,3.58-.16,2,1,2.13.52,3.48,1.77,3.91,1,4.07h2.08l7.32-6.49,1.11-6.4-1.07-6,1.53.5,1.09,4.1,1-1.9V43.34l.67.36v1.45l-1,2.26L355.9,55l-7.07,8.16-2.42,1.58h-3.12l-3.91,12.44-3.44,5.7,5.77,9.48,3.91,20.18-3.08,1.54-8.52-.38.16-21.55L328.28,81l-1.84-7.4-2-2.83-4.5-2,.38-9.42,1.79-.42.21,8.76,3.87.5,0-.75L324,63.67l-.92-3,0-1.93,2-.48-.22,2.41.58,1.62,2.9,3.77,1.18-1.65,2.62-7,.29-10.94.29-2.49.55-2.17.56-1.41.23.5-.42,1.45-.25,1.88v2.55L334.79,57l-3.6,11.73-.29,5.71L333.06,79,336,75.56l5.24-14.35-1.76-8.11s-.46-5-.38-5.69.21-5.72.21-5.72l-1.29-2-1.21-3.53-.81-.79Z" fill="#815e36"></path><polygon points="346.58 61 344.5 61 344.02 61.4 344.5 62.83 348.49 62.54 355.32 55.01 356.56 46.75 355.47 42.66 353.94 42.15 355.01 48.11 353.9 54.51 346.58 61" fill="#3b2015"></polygon><polygon points="344.5 62.83 341.23 53.02 341.23 49.54 340.26 47.41 340.46 41.78 341.23 38.5 340.57 37.76 339.62 39.89 339.01 39.37 337.18 35.66 335.94 34.81 335.99 35.38 336.8 36.17 338.01 39.7 339.3 41.69 339.09 47.41 339.45 52.93 341.18 61 335.99 75.56 336.84 75.77 337.98 76.03 338.47 76.15 342.09 64.79 344.5 62.83" fill="#3b2015"></polygon><polygon points="334.31 83.47 334.18 92.16 339.51 92.16 334.31 83.47" fill="#5e3929"></polygon><polygon points="334.18 92.16 334.02 113.71 342.21 114.09 339.51 92.16 334.18 92.16" fill="#5e3929"></polygon><polygon points="334.31 83.47 336.3 83.47 341.58 92.16 345.62 112.55 342.21 114.09 339.51 92.16 334.31 83.47" fill="#815e36"></polygon><polygon points="334.31 83.47 331.02 86.18 334.18 92.16 334.31 83.47" fill="#3b2015"></polygon><polygon points="331.02 86.18 328.27 80.97 329.48 74.94 330.81 79.02 334.31 83.47 331.02 86.18" fill="#3b2015"></polygon><polygon points="328.27 80.97 326.44 73.57 329.48 74.94 328.27 80.97" fill="#3b2015"></polygon><polygon points="329.48 74.94 329.48 68.82 326.19 68.2 322.33 67.7 322.12 58.94 320.33 59.36 319.95 68.78 324.45 70.74 326.44 73.57 329.48 74.94" fill="#3b2015"></polygon><polygon points="327.96 68.54 329.48 68.82 330.28 74.45 332.39 79.66 331.61 80.45 330.17 79.02 328.46 74.94 327.96 68.54" fill="#5e3929"></polygon><polygon points="331.29 65.08 329.48 64.41 332.1 57.38 332.39 46.19 332.69 43.95 333.14 42.12 333.79 40.37 334.02 40.87 333.6 42.32 333.35 44.2 333.35 46.75 333.79 57.3 331.29 65.08" fill="#3b2015"></polygon><polygon points="338.47 76.15 333.06 81.88 331.61 80.45 335.99 75.56 338.47 76.15" fill="#5e3929"></polygon><polygon points="325.04 58.26 324.82 60.67 325.4 62.29 327.03 64.29 328.27 66.05 329.48 64.41 331.29 65.08 327.96 68.54 326.19 68.2 326.24 67.45 323.95 63.67 323.03 60.67 323 58.74 325.04 58.26" fill="#3b2015"></polygon><polygon points="331.29 65.08 329.48 68.82 327.96 68.54 331.29 65.08" fill="#5e3929"></polygon></g><g id="leaves"><g id="leaves-bg"><polygon points="383.71 13.85 363.88 2.67 349.7 1.01 338.88 6.98 330.01 21.34 331.54 36.42 342.37 44.6 348.27 45.39 351.45 48.22 357.35 49.94 363.47 51.25 368.06 49.76 369.91 47.22 374.26 47.41 385.24 40.24 389.36 30.01 383.71 13.85" fill="#6aab08"></polygon><polygon points="347.75 49.42 344.3 54.5 346.8 60.16 355.29 61.31 359.65 57.1 360.43 55.87 355.43 50.26 347.75 49.42" fill="#6aab08"></polygon></g><polygon id="leaves-bg-2" data-name="leaves-bg" points="307.79 54.05 287.82 44.7 283.21 30.87 295.57 11.78 329.31 8.81 346.31 23.35 346.61 33.47 350.85 36.13 349.98 46.71 347.51 51.64 338.57 54.24 334.69 54 332.23 53.1 334.89 56.52 331.1 61.44 326.88 65.09 312.3 65.89 307.09 62.64 305.02 57.76 307.79 54.05" fill="#63c258"></polygon><polygon points="368.25 29 385.24 40.24 374.26 47.41 358.13 46.7 368.25 29" fill="#89c226"></polygon><polygon points="368.25 29 363.88 2.67 384.86 19.59 368.25 29" fill="#7fb90c"></polygon><polygon points="368.25 29 363.88 2.67 343.44 12.45 368.25 29" fill="#71b007"></polygon><polygon points="368.25 29 384.86 19.59 385.24 40.24 368.25 29" fill="#90c82b"></polygon><polygon points="363.88 2.67 383.71 13.85 384.86 19.59 363.88 2.67" fill="#98cf29"></polygon><polygon points="384.86 19.59 389.36 30.01 385.24 40.24 384.86 19.59" fill="#acdc2c"></polygon><polygon points="383.71 13.85 389.36 30.01 384.86 19.59 383.71 13.85" fill="#a2db2d"></polygon><polygon points="363.88 2.67 349.7 1.01 338.88 6.98 343.44 12.45 363.88 2.67" fill="#80bd2b"></polygon><polygon points="368.25 29 339.95 25.66 343.44 12.45 368.25 29" fill="#6aab08"></polygon><polygon points="368.25 29 367.1 31.02 358.13 46.7 349.32 35.12 339.95 25.66 368.25 29" fill="#60a107"></polygon><polygon points="349.32 35.12 358.13 46.7 342.37 44.6 336.28 29.61 339.95 25.66 349.32 35.12" fill="#5a0"></polygon><polygon points="338.88 6.98 339.95 25.66 343.44 12.45 338.88 6.98" fill="#71b007"></polygon><polygon points="338.88 6.98 330 21.34 339.95 25.66 338.88 6.98" fill="#7fb90c"></polygon><polygon points="330 21.34 336.28 29.61 339.95 25.66 330 21.34" fill="#60a107"></polygon><polygon points="330 21.34 331.54 36.42 336.28 29.61 330 21.34" fill="#71b007"></polygon><polygon points="331.54 36.42 342.37 44.6 336.28 29.61 331.54 36.42" fill="#60a107"></polygon><polygon points="287.82 44.7 307.79 54.05 315.14 55.06 286.43 37.61 287.82 44.7" fill="#61c859"></polygon><polygon points="315.14 55.06 286.43 37.61 315.44 37.6 315.14 55.06" fill="#66c654"></polygon><polygon points="315.44 37.6 340.22 42.81 315.14 55.06 315.44 37.6" fill="#63c258"></polygon><polygon points="340.22 42.81 333.41 51.58 315.14 55.06 340.22 42.81" fill="#7acc4c"></polygon><polygon points="340.22 42.81 336.2 29.32 315.44 37.6 340.22 42.81" fill="#58ba5e"></polygon><polygon points="340.22 42.81 346.68 35.35 346.31 23.35 340.22 42.81" fill="#7cd461"></polygon><polygon points="340.22 42.81 336.2 29.32 346.31 23.35 340.22 42.81" fill="#60c46b"></polygon><polygon points="336.2 29.32 330.22 12.22 346.31 23.35 336.2 29.32" fill="#5cba72"></polygon><polygon points="330.22 12.22 329.31 8.81 346.31 23.35 330.22 12.22" fill="#4cc072"></polygon><polygon points="330.22 12.22 295.57 11.78 329.31 8.81 330.22 12.22" fill="#45b06c"></polygon><polygon points="330.22 12.22 305.45 21.99 295.57 11.78 330.22 12.22" fill="#45a360"></polygon><polygon points="330.22 12.22 336.2 29.32 315.44 37.6 305.45 21.99 330.22 12.22" fill="#4aa95b"></polygon><polygon points="305.45 21.99 286.43 37.61 315.44 37.6 305.45 21.99" fill="#54b862"></polygon><polygon points="305.45 21.99 295.57 11.78 286.43 37.61 305.45 21.99" fill="#4ca85f"></polygon><polygon points="295.57 11.78 283.21 30.87 286.43 37.61 295.57 11.78" fill="#4db363"></polygon><polygon points="283.21 30.87 287.82 44.7 286.43 37.61 283.21 30.87" fill="#5fc66a"></polygon><polygon points="347.75 49.42 344.3 54.5 346.96 56.08 347.75 49.42" fill="#4e9c00"></polygon><polygon points="344.3 54.5 346.8 60.16 346.96 56.08 344.3 54.5" fill="#75b61d"></polygon><polygon points="346.8 60.16 355.29 61.31 353.17 56.01 346.96 56.08 346.8 60.16" fill="#85bb1a"></polygon><polygon points="359.65 57.1 353.17 56.01 355.29 61.31 359.65 57.1" fill="#88bd24"></polygon><polygon points="359.65 57.1 355.43 50.26 353.17 56.01 359.65 57.1" fill="#86c830"></polygon><polygon points="355.43 50.26 360.43 55.87 359.65 57.1 355.43 50.26" fill="#9adb22"></polygon><polygon points="355.43 50.26 347.75 49.42 346.96 56.08 353.17 56.01 355.43 50.26" fill="#5a0"></polygon><polygon points="362.19 45.1 368.06 49.76 363.47 51.25 357.35 49.94 362.19 45.1" fill="#89c226"></polygon><polygon points="362.19 45.1 361.98 36.58 369.05 43.28 362.19 45.1" fill="#7fb90c"></polygon><polygon points="362.19 45.1 361.98 36.58 353.63 38.26 362.19 45.1" fill="#7ab423"></polygon><polygon points="362.19 45.1 369.05 43.28 368.06 49.76 362.19 45.1" fill="#91c635"></polygon><polygon points="361.98 36.58 368.93 41.41 369.05 43.28 361.98 36.58" fill="#98ca42"></polygon><polygon points="369.05 43.28 370.19 46.84 368.06 49.76 369.05 43.28" fill="#acd837"></polygon><polygon points="368.93 41.41 370.19 46.84 369.05 43.28 368.93 41.41" fill="#a8d62d"></polygon><polygon points="361.98 36.58 356.65 35.11 352.2 36.24 353.63 38.26 361.98 36.58" fill="#80bd2b"></polygon><polygon points="362.19 45.1 351.57 42.14 353.63 38.26 362.19 45.1" fill="#74b119"></polygon><polygon points="362.19 45.1 361.64 45.65 357.35 49.94 354.63 45.73 351.57 42.14 362.19 45.1" fill="#6aab08"></polygon><polygon points="354.63 45.73 357.35 49.94 351.45 48.22 349.95 43.13 351.57 42.14 354.63 45.73" fill="#6bac0a"></polygon><polygon points="352.2 36.24 351.57 42.14 353.63 38.26 352.2 36.24" fill="#7ab423"></polygon><polygon points="352.2 36.24 348.01 40.13 351.57 42.14 352.2 36.24" fill="#7fb90c"></polygon><polygon points="348.01 40.13 349.95 43.13 351.57 42.14 348.01 40.13" fill="#6aab08"></polygon><polygon points="348.01 40.13 347.77 44.94 349.95 43.13 348.01 40.13" fill="#7ab423"></polygon><polygon points="347.77 44.94 351.45 48.22 349.95 43.13 347.77 44.94" fill="#6aab08"></polygon><polygon points="323.41 49.86 334.69 54 338.57 54.24 321.88 46.15 323.41 49.86" fill="#61c859"></polygon><polygon points="338.57 54.24 321.88 46.15 336.71 44.96 338.57 54.24" fill="#66c654"></polygon><polygon points="336.71 44.96 349.98 46.71 338.57 54.24 336.71 44.96" fill="#63c258"></polygon><polygon points="349.98 46.71 347.51 51.64 338.57 54.24 349.98 46.71" fill="#7acc4c"></polygon><polygon points="349.98 46.71 346.37 39.72 336.71 44.96 349.98 46.71" fill="#58ba5e"></polygon><polygon points="349.98 46.71 352.43 42.49 350.85 36.13 349.98 46.71" fill="#80bd2b"></polygon><polygon points="349.98 46.71 346.37 39.72 350.85 36.13 349.98 46.71" fill="#60c46b"></polygon><polygon points="346.37 39.72 341.35 30.89 350.85 36.13 346.37 39.72" fill="#5cba72"></polygon><polygon points="341.35 30.89 340.49 29.11 350.85 36.13 341.35 30.89" fill="#4cc072"></polygon><polygon points="341.35 30.89 323.58 32.07 340.49 29.11 341.35 30.89" fill="#45b06c"></polygon><polygon points="341.35 30.89 329.81 37.08 323.58 32.07 341.35 30.89" fill="#45a360"></polygon><polygon points="341.35 30.89 346.37 39.72 336.71 44.96 329.81 37.08 341.35 30.89" fill="#4aa95b"></polygon><polygon points="329.81 37.08 321.88 46.15 336.71 44.96 329.81 37.08" fill="#54b862"></polygon><polygon points="329.81 37.08 323.58 32.07 321.88 46.15 329.81 37.08" fill="#4ca85f"></polygon><polygon points="323.58 32.07 319.46 42.71 321.88 46.15 323.58 32.07" fill="#4db363"></polygon><polygon points="319.46 42.71 323.41 49.86 321.88 46.15 319.46 42.71" fill="#5fc66a"></polygon><polygon points="329.24 59.7 326.88 65.09 331.1 61.44 329.24 59.7" fill="#72c648"></polygon><polygon points="307.85 55.09 322.04 47.82 319.47 53.42 307.85 55.09" fill="#4aae64"></polygon><polygon points="322.04 47.82 319.47 53.42 332.47 54.65 327.86 47.47 322.04 47.82" fill="#51ad2e"></polygon><polygon points="327.86 47.47 334.89 56.52 332.47 54.65 327.86 47.47" fill="#47a82a"></polygon><polygon points="329.24 59.7 319.47 53.42 332.47 54.65 329.24 59.7" fill="#6fbc47"></polygon><polygon points="329.24 59.7 332.47 54.65 334.89 56.52 331.1 61.44 329.24 59.7" fill="#64c249"></polygon><polygon points="329.24 59.7 318.09 65.36 326.88 65.09 329.24 59.7" fill="#63c053"></polygon><polygon points="318.09 65.36 307.85 55.09 319.47 53.42 329.24 59.7 318.09 65.36" fill="#62ba53"></polygon><polygon points="307.85 55.09 307.09 62.64 318.09 65.36 307.85 55.09" fill="#56bd63"></polygon><polygon points="307.09 62.64 312.3 65.89 318.09 65.36 307.09 62.64" fill="#5bc263"></polygon><polygon points="307.09 62.64 305.02 57.76 307.85 55.09 307.09 62.64" fill="#4fc277"></polygon><polygon points="307.85 55.09 312.35 47.47 322.04 47.82 307.85 55.09" fill="#37b467"></polygon><polygon points="312.35 47.47 305.02 57.76 307.85 55.09 312.35 47.47" fill="#48bb6f"></polygon></g></g></g></svg></div></div></div><div class="cloud4_3jbaaP"><svg id="cloud" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 355 166"><title>cloud</title><polygon id="cloud-bg" points="295.8 60 228.69 2.08 127.42 0 46.93 37.72 45.33 82.27 0.83 108.61 0 135.83 63.79 155.15 169.46 161.31 233.27 166.5 341.71 124.27 355.28 86.84 295.8 60" fill="#fffffd"></polygon><polygon points="263.39 99.51 152.31 131.05 133.36 92.29 263.39 99.51" fill="#fffffd"></polygon><polygon points="127.42 38.17 263.39 99.51 133.36 92.29 127.42 38.17" fill="#fdfbee"></polygon><polygon points="45.33 82.27 133.36 92.29 127.42 38.17 45.33 82.27" fill="#fffffd"></polygon><polygon points="127.42 38.17 127.42 0 46.93 37.72 127.42 38.17" fill="#fdfbee"></polygon><polygon points="295.8 60 263.39 99.51 127.42 38.17 295.8 60" fill="#fdfbee"></polygon><polygon points="295.8 60 228.69 2.08 127.42 38.17 127.42 38.17 295.8 60" fill="#f6f4ef"></polygon><polygon points="228.69 2.08 127.42 0 127.42 38.17 228.69 2.08" fill="#fffffd"></polygon><polygon points="133.36 92.29 152.31 131.05 45.33 82.27 133.36 92.29" fill="#ece5d2"></polygon><polygon points="49.97 106.45 152.31 131.05 63.79 155.15 49.97 106.45" fill="#fdfbee"></polygon><polygon points="0 135.83 63.79 155.15 49.97 106.45 0 135.83" fill="#ece5d2"></polygon><polygon points="0.83 108.61 49.97 106.45 0 135.83 0.83 108.61" fill="#ece5d2"></polygon><polygon points="49.97 106.45 45.33 82.27 0.83 108.61 49.97 106.45" fill="#fdfbee"></polygon><polygon points="45.33 82.27 152.31 131.05 49.97 106.45 45.33 82.27" fill="#fffffd"></polygon><polygon points="186.63 140.84 263.39 99.51 289.12 133.44 186.63 140.84" fill="#fffffd"></polygon><polygon points="233.27 166.5 289.12 133.44 186.63 140.84 233.27 166.5" fill="#fdfbee"></polygon><polygon points="169.46 161.31 186.63 140.84 233.27 166.5 169.46 161.31" fill="#aeaaa2"></polygon><polygon points="186.63 140.84 152.31 131.05 169.46 161.31 186.63 140.84" fill="#d9d7d1"></polygon><polygon points="152.31 131.05 263.39 99.51 186.63 140.84 152.31 131.05" fill="#fdfbee"></polygon><polygon points="316.09 103.27 295.8 60 355.28 86.84 316.09 103.27" fill="#fdfbee"></polygon><polygon points="341.71 124.27 355.28 86.84 316.09 103.27 341.71 124.27" fill="#d9d7d1"></polygon><polygon points="289.12 133.44 316.09 103.27 341.71 124.27 289.12 133.44" fill="#aeaaa2"></polygon><polygon points="316.09 103.27 263.39 99.51 289.12 133.44 316.09 103.27" fill="#ece5d2"></polygon><polygon points="263.39 99.51 295.8 60 316.09 103.27 263.39 99.51" fill="#f6f4ef"></polygon><polygon points="169.46 161.31 63.79 155.15 152.31 131.05 169.46 161.31" fill="#aeaaa2"></polygon><polygon points="233.27 166.5 289.12 133.44 341.71 124.27 233.27 166.5" fill="#aeaaa2"></polygon><polygon points="46.93 37.72 127.42 38.17 45.33 82.27 46.93 37.72" fill="#ece5d2"></polygon></svg></div><div class="cloud5_3jbaaP"><svg id="cloud" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 355 166"><title>cloud</title><polygon id="cloud-bg" points="295.8 60 228.69 2.08 127.42 0 46.93 37.72 45.33 82.27 0.83 108.61 0 135.83 63.79 155.15 169.46 161.31 233.27 166.5 341.71 124.27 355.28 86.84 295.8 60" fill="#fffffd"></polygon><polygon points="263.39 99.51 152.31 131.05 133.36 92.29 263.39 99.51" fill="#fffffd"></polygon><polygon points="127.42 38.17 263.39 99.51 133.36 92.29 127.42 38.17" fill="#fdfbee"></polygon><polygon points="45.33 82.27 133.36 92.29 127.42 38.17 45.33 82.27" fill="#fffffd"></polygon><polygon points="127.42 38.17 127.42 0 46.93 37.72 127.42 38.17" fill="#fdfbee"></polygon><polygon points="295.8 60 263.39 99.51 127.42 38.17 295.8 60" fill="#fdfbee"></polygon><polygon points="295.8 60 228.69 2.08 127.42 38.17 127.42 38.17 295.8 60" fill="#f6f4ef"></polygon><polygon points="228.69 2.08 127.42 0 127.42 38.17 228.69 2.08" fill="#fffffd"></polygon><polygon points="133.36 92.29 152.31 131.05 45.33 82.27 133.36 92.29" fill="#ece5d2"></polygon><polygon points="49.97 106.45 152.31 131.05 63.79 155.15 49.97 106.45" fill="#fdfbee"></polygon><polygon points="0 135.83 63.79 155.15 49.97 106.45 0 135.83" fill="#ece5d2"></polygon><polygon points="0.83 108.61 49.97 106.45 0 135.83 0.83 108.61" fill="#ece5d2"></polygon><polygon points="49.97 106.45 45.33 82.27 0.83 108.61 49.97 106.45" fill="#fdfbee"></polygon><polygon points="45.33 82.27 152.31 131.05 49.97 106.45 45.33 82.27" fill="#fffffd"></polygon><polygon points="186.63 140.84 263.39 99.51 289.12 133.44 186.63 140.84" fill="#fffffd"></polygon><polygon points="233.27 166.5 289.12 133.44 186.63 140.84 233.27 166.5" fill="#fdfbee"></polygon><polygon points="169.46 161.31 186.63 140.84 233.27 166.5 169.46 161.31" fill="#aeaaa2"></polygon><polygon points="186.63 140.84 152.31 131.05 169.46 161.31 186.63 140.84" fill="#d9d7d1"></polygon><polygon points="152.31 131.05 263.39 99.51 186.63 140.84 152.31 131.05" fill="#fdfbee"></polygon><polygon points="316.09 103.27 295.8 60 355.28 86.84 316.09 103.27" fill="#fdfbee"></polygon><polygon points="341.71 124.27 355.28 86.84 316.09 103.27 341.71 124.27" fill="#d9d7d1"></polygon><polygon points="289.12 133.44 316.09 103.27 341.71 124.27 289.12 133.44" fill="#aeaaa2"></polygon><polygon points="316.09 103.27 263.39 99.51 289.12 133.44 316.09 103.27" fill="#ece5d2"></polygon><polygon points="263.39 99.51 295.8 60 316.09 103.27 263.39 99.51" fill="#f6f4ef"></polygon><polygon points="169.46 161.31 63.79 155.15 152.31 131.05 169.46 161.31" fill="#aeaaa2"></polygon><polygon points="233.27 166.5 289.12 133.44 341.71 124.27 233.27 166.5" fill="#aeaaa2"></polygon><polygon points="46.93 37.72 127.42 38.17 45.33 82.27 46.93 37.72" fill="#ece5d2"></polygon></svg></div><div class="cloud6_3jbaaP"><svg id="cloud" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 355 166"><title>cloud</title><polygon id="cloud-bg" points="295.8 60 228.69 2.08 127.42 0 46.93 37.72 45.33 82.27 0.83 108.61 0 135.83 63.79 155.15 169.46 161.31 233.27 166.5 341.71 124.27 355.28 86.84 295.8 60" fill="#fffffd"></polygon><polygon points="263.39 99.51 152.31 131.05 133.36 92.29 263.39 99.51" fill="#fffffd"></polygon><polygon points="127.42 38.17 263.39 99.51 133.36 92.29 127.42 38.17" fill="#fdfbee"></polygon><polygon points="45.33 82.27 133.36 92.29 127.42 38.17 45.33 82.27" fill="#fffffd"></polygon><polygon points="127.42 38.17 127.42 0 46.93 37.72 127.42 38.17" fill="#fdfbee"></polygon><polygon points="295.8 60 263.39 99.51 127.42 38.17 295.8 60" fill="#fdfbee"></polygon><polygon points="295.8 60 228.69 2.08 127.42 38.17 127.42 38.17 295.8 60" fill="#f6f4ef"></polygon><polygon points="228.69 2.08 127.42 0 127.42 38.17 228.69 2.08" fill="#fffffd"></polygon><polygon points="133.36 92.29 152.31 131.05 45.33 82.27 133.36 92.29" fill="#ece5d2"></polygon><polygon points="49.97 106.45 152.31 131.05 63.79 155.15 49.97 106.45" fill="#fdfbee"></polygon><polygon points="0 135.83 63.79 155.15 49.97 106.45 0 135.83" fill="#ece5d2"></polygon><polygon points="0.83 108.61 49.97 106.45 0 135.83 0.83 108.61" fill="#ece5d2"></polygon><polygon points="49.97 106.45 45.33 82.27 0.83 108.61 49.97 106.45" fill="#fdfbee"></polygon><polygon points="45.33 82.27 152.31 131.05 49.97 106.45 45.33 82.27" fill="#fffffd"></polygon><polygon points="186.63 140.84 263.39 99.51 289.12 133.44 186.63 140.84" fill="#fffffd"></polygon><polygon points="233.27 166.5 289.12 133.44 186.63 140.84 233.27 166.5" fill="#fdfbee"></polygon><polygon points="169.46 161.31 186.63 140.84 233.27 166.5 169.46 161.31" fill="#aeaaa2"></polygon><polygon points="186.63 140.84 152.31 131.05 169.46 161.31 186.63 140.84" fill="#d9d7d1"></polygon><polygon points="152.31 131.05 263.39 99.51 186.63 140.84 152.31 131.05" fill="#fdfbee"></polygon><polygon points="316.09 103.27 295.8 60 355.28 86.84 316.09 103.27" fill="#fdfbee"></polygon><polygon points="341.71 124.27 355.28 86.84 316.09 103.27 341.71 124.27" fill="#d9d7d1"></polygon><polygon points="289.12 133.44 316.09 103.27 341.71 124.27 289.12 133.44" fill="#aeaaa2"></polygon><polygon points="316.09 103.27 263.39 99.51 289.12 133.44 316.09 103.27" fill="#ece5d2"></polygon><polygon points="263.39 99.51 295.8 60 316.09 103.27 263.39 99.51" fill="#f6f4ef"></polygon><polygon points="169.46 161.31 63.79 155.15 152.31 131.05 169.46 161.31" fill="#aeaaa2"></polygon><polygon points="233.27 166.5 289.12 133.44 341.71 124.27 233.27 166.5" fill="#aeaaa2"></polygon><polygon points="46.93 37.72 127.42 38.17 45.33 82.27 46.93 37.72" fill="#ece5d2"></polygon></svg></div><div class="cloud7_3jbaaP"><svg id="cloud" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 355 166"><title>cloud</title><polygon id="cloud-bg" points="295.8 60 228.69 2.08 127.42 0 46.93 37.72 45.33 82.27 0.83 108.61 0 135.83 63.79 155.15 169.46 161.31 233.27 166.5 341.71 124.27 355.28 86.84 295.8 60" fill="#fffffd"></polygon><polygon points="263.39 99.51 152.31 131.05 133.36 92.29 263.39 99.51" fill="#fffffd"></polygon><polygon points="127.42 38.17 263.39 99.51 133.36 92.29 127.42 38.17" fill="#fdfbee"></polygon><polygon points="45.33 82.27 133.36 92.29 127.42 38.17 45.33 82.27" fill="#fffffd"></polygon><polygon points="127.42 38.17 127.42 0 46.93 37.72 127.42 38.17" fill="#fdfbee"></polygon><polygon points="295.8 60 263.39 99.51 127.42 38.17 295.8 60" fill="#fdfbee"></polygon><polygon points="295.8 60 228.69 2.08 127.42 38.17 127.42 38.17 295.8 60" fill="#f6f4ef"></polygon><polygon points="228.69 2.08 127.42 0 127.42 38.17 228.69 2.08" fill="#fffffd"></polygon><polygon points="133.36 92.29 152.31 131.05 45.33 82.27 133.36 92.29" fill="#ece5d2"></polygon><polygon points="49.97 106.45 152.31 131.05 63.79 155.15 49.97 106.45" fill="#fdfbee"></polygon><polygon points="0 135.83 63.79 155.15 49.97 106.45 0 135.83" fill="#ece5d2"></polygon><polygon points="0.83 108.61 49.97 106.45 0 135.83 0.83 108.61" fill="#ece5d2"></polygon><polygon points="49.97 106.45 45.33 82.27 0.83 108.61 49.97 106.45" fill="#fdfbee"></polygon><polygon points="45.33 82.27 152.31 131.05 49.97 106.45 45.33 82.27" fill="#fffffd"></polygon><polygon points="186.63 140.84 263.39 99.51 289.12 133.44 186.63 140.84" fill="#fffffd"></polygon><polygon points="233.27 166.5 289.12 133.44 186.63 140.84 233.27 166.5" fill="#fdfbee"></polygon><polygon points="169.46 161.31 186.63 140.84 233.27 166.5 169.46 161.31" fill="#aeaaa2"></polygon><polygon points="186.63 140.84 152.31 131.05 169.46 161.31 186.63 140.84" fill="#d9d7d1"></polygon><polygon points="152.31 131.05 263.39 99.51 186.63 140.84 152.31 131.05" fill="#fdfbee"></polygon><polygon points="316.09 103.27 295.8 60 355.28 86.84 316.09 103.27" fill="#fdfbee"></polygon><polygon points="341.71 124.27 355.28 86.84 316.09 103.27 341.71 124.27" fill="#d9d7d1"></polygon><polygon points="289.12 133.44 316.09 103.27 341.71 124.27 289.12 133.44" fill="#aeaaa2"></polygon><polygon points="316.09 103.27 263.39 99.51 289.12 133.44 316.09 103.27" fill="#ece5d2"></polygon><polygon points="263.39 99.51 295.8 60 316.09 103.27 263.39 99.51" fill="#f6f4ef"></polygon><polygon points="169.46 161.31 63.79 155.15 152.31 131.05 169.46 161.31" fill="#aeaaa2"></polygon><polygon points="233.27 166.5 289.12 133.44 341.71 124.27 233.27 166.5" fill="#aeaaa2"></polygon><polygon points="46.93 37.72 127.42 38.17 45.33 82.27 46.93 37.72" fill="#ece5d2"></polygon></svg></div></section><footer class="footer_uVvwQ"><div class="scene_uVvwQ"><div class="island_uVvwQ"><svg xmlns="http://www.w3.org/2000/svg" xlink="http://www.w3.org/1999/xlink" viewBox="0 0 978.97 305.7"><defs><clipPath id="clip-path"><path d="M21.6,172.68.74,165.08,0,139.3l20.28-12.73,55.23-23.2,74.34-13.28,89-10.12,133.9-8.74,107.44-.32,99.38-2.84,63.17-1.81L885,80.58,921.6,94.71l32.07,24,16.64,15.6,4.27,11.12-28.86,13s-229.41,18.71-229,25.77-299.51,6.43-299.51,6.43l-215.85-4.27-108.27-.5Z" fill="none"></path></clipPath><clipPath id="clip-path-2"><path d="M1511.4,54.5a.79.79,0,0,0-.79.79V70.94a.78.78,0,0,0,.79.78h3.16a.78.78,0,0,0,.79-.78V55.29a.79.79,0,0,0-.79-.79Zm-7.13,0a.79.79,0,0,0-.79.79V84.24a.79.79,0,0,0,.79.79h3.17a.79.79,0,0,0,.79-.79V55.29a.79.79,0,0,0-.79-.79Zm-7.12,0a.79.79,0,0,0-.79.79V84.24a.79.79,0,0,0,.79.79h3.17a.79.79,0,0,0,.79-.79V55.29a.79.79,0,0,0-.79-.79ZM1490,49a.78.78,0,0,0-.79.78V70.94a.78.78,0,0,0,.79.78h3.16a.79.79,0,0,0,.8-.78V49.81a.79.79,0,0,0-.8-.78Z" fill="#fff"></path></clipPath><clipPath id="clip-path-3"><path d="M1132.08,80.83a3.26,3.26,0,0,0,3.22-3.22,5.33,5.33,0,0,0-1-3,9.47,9.47,0,0,0-2.46-2.47L1124.5,67l-2-1.41-.3-.21-.55-.4-1.09-.77c-.28-.19-.63-.41-1-.65a5.94,5.94,0,0,0-1.16-.54,3.16,3.16,0,0,0-1-.18h0a3.16,3.16,0,0,0-1,.18,5.94,5.94,0,0,0-1.16.54c-.41.24-.76.46-1,.65L1113,65l-.55.4-.3.21-2,1.42-3.24,2.25-4.12,2.86a9.89,9.89,0,0,0-2.35,2.32,4.72,4.72,0,0,0-1.1,2.74,4.08,4.08,0,0,0,.83,2.61,2.87,2.87,0,0,0,2.38,1Zm1.07-11.23a11.67,11.67,0,0,1,2.15,1.63V56.83l-9.6,8.34Q1128.78,67,1133.15,69.6Zm-31.68,0q4.54-2.68,7.43-4.43l-9.6-8.34v14.4A11.3,11.3,0,0,1,1101.47,69.6ZM1132,53.23h-29.41a3.06,3.06,0,0,0-2.09.78l10.14,10,.7-.5c.76-.56,1.38-1,1.85-1.3a11.83,11.83,0,0,1,1.89-.94,5.71,5.71,0,0,1,2.2-.49h0a5.71,5.71,0,0,1,2.2.49,11.27,11.27,0,0,1,1.88.94c.48.31,1.09.74,1.85,1.3l.71.49,10.14-10A3.07,3.07,0,0,0,1132,53.23Z" fill="#fff"></path></clipPath></defs><title>deco-island</title><g id="deco-island"><path d="M952.59,156.9l-110.41-.66-154.38,15-335.15,9.59L89.3,180.43,20.68,169.18l62.1,55.11,53.46,31.77L372.75,301l182.47,4.2,0,0,.06,0h.08l.15.09.1-.09,1.58,0-.71-.43L808.1,224ZM559.82,301.73l-1.41,1.44-1.89,1.34-.3.15h0Z" fill="#823e43"></path><polygon points="89.3 180.43 136.24 256.06 82.78 224.29 20.68 169.18 89.3 180.43" fill="#a04e48"></polygon><polygon points="89.3 180.43 136.24 256.06 352.65 180.82 89.3 180.43" fill="#874044"></polygon><polygon points="352.65 180.82 372.75 300.98 136.24 256.06 352.65 180.82" fill="#8f4446"></polygon><polygon points="372.75 300.98 557.15 305.23 352.65 180.82 372.75 300.98" fill="#743740"></polygon><polygon points="352.65 180.82 687.8 171.23 597.4 271.11 555.47 305.28 352.65 180.82" fill="#823e43"></polygon><polygon points="557.76 303.83 842.18 156.24 687.8 171.23 557.76 303.83" fill="#7a3a42"></polygon><polygon points="609.07 267.19 555.56 305.19 842.18 156.24 609.07 267.19" fill="#8d4345"></polygon><polygon points="555.18 305.2 808.1 224.04 842.18 156.24 555.18 305.2" fill="#a04e48"></polygon><polygon points="952.59 156.9 808.1 224.04 842.18 156.24 952.59 156.9" fill="#8d4345"></polygon><path d="M21.6,172.68.74,165.08,0,139.3l20.28-12.73L83,108.08l85.17-2.43,87.28-18.59,118.43-3.39L480.16,70.91l99.38-2.84,63.17-1.81L885,80.58,921.6,94.71l32.07,24,16.64,15.6,4.27,11.12-28.86,13s-229.41,18.71-229,25.77-299.51,6.43-299.51,6.43l-215.85-4.27-108.27-.5Z" fill="#8dc500"></path><g clip-path="url(#clip-path)"><polygon points="1045.4 194.13 945.69 79.94 1028.72 92.27 1045.4 194.13" fill="#75bb00"></polygon><polygon points="818.07 235.48 867.71 101.47 1045.4 194.13 818.07 235.48" fill="#5caf00"></polygon><polygon points="867.71 101.47 900.51 73.23 945.69 79.94 1045.4 194.13 867.71 101.47" fill="#67b400"></polygon><polygon points="867.71 101.47 762.39 104.48 818.07 235.48 867.71 101.47" fill="#66b300"></polygon><polygon points="762.39 104.48 707.15 238.66 818.07 235.48 762.39 104.48" fill="#56ad00"></polygon><polygon points="867.71 101.47 810.88 57.18 762.39 104.48 867.71 101.47" fill="#73bb00"></polygon><polygon points="867.71 101.47 900.51 73.23 810.88 57.18 867.71 101.47" fill="#78bc00"></polygon><polygon points="762.39 104.48 683.43 105.45 707.15 238.66 762.39 104.48" fill="#66b300"></polygon><polygon points="683.43 105.45 733.51 41.01 762.39 104.48 683.43 105.45" fill="#73bb00"></polygon><polygon points="733.51 41.01 810.88 57.18 762.39 104.48 733.51 41.01" fill="#73bb00"></polygon><polygon points="733.51 41.01 653.59 34.09 683.43 105.45 733.51 41.01" fill="#75ba00"></polygon><polygon points="490.31 97.81 463.76 41.01 473.93 27.66 610.62 32.55 490.31 97.81" fill="#7dbf00"></polygon><polygon points="463.76 41.01 384.91 103.31 490.31 97.81 463.76 41.01" fill="#72ba00"></polygon><polygon points="393.52 154.36 384.91 103.31 490.31 97.81 393.52 154.36" fill="#68b700"></polygon><polygon points="384.91 103.31 413.48 25.5 463.76 41.01 384.91 103.31" fill="#7cc100"></polygon><polygon points="463.76 41.01 473.93 27.66 413.48 25.5 463.76 41.01" fill="#7dc000"></polygon><polygon points="384.91 103.31 282.24 50.84 362.73 32.32 384.91 103.31" fill="#80c100"></polygon><polygon points="384.91 103.31 362.73 32.32 395.25 24.84 413.48 25.5 384.91 103.31" fill="#8dc500"></polygon><polygon points="388.02 212.06 197.36 177.03 203.89 253.06 271.29 251.13 388.02 212.06" fill="#53ae00"></polygon><polygon points="197.36 177.03 164.31 238.7 185.53 253.58 203.89 253.06 197.36 177.03" fill="#55ad00"></polygon><polygon points="164.31 238.7 82.73 256.53 185.53 253.58 164.31 238.7" fill="#45a600"></polygon><polygon points="164.31 238.7 94.01 194.39 68.62 241.44 82.73 256.53 164.31 238.7" fill="#55ac00"></polygon><polygon points="68.62 241.44 52.91 257.38 82.73 256.53 68.62 241.44" fill="#47a300"></polygon><polygon points="94.01 194.39 150.29 131.38 164.31 238.7 94.01 194.39" fill="#5eb100"></polygon><polygon points="150.29 131.38 197.36 177.03 164.31 238.7 150.29 131.38" fill="#5fb200"></polygon><polygon points="150.29 131.38 237.03 61.24 197.36 177.03 150.29 131.38" fill="#6ab500"></polygon><polygon points="150.29 131.38 99.08 90.1 237.03 61.24 150.29 131.38" fill="#73bb00"></polygon><polygon points="237.03 61.24 273.69 52.8 316.05 130.54 197.36 177.03 237.03 61.24" fill="#6cb700"></polygon><polygon points="316.05 130.54 388.02 212.06 197.36 177.03 316.05 130.54" fill="#5fb000"></polygon><polygon points="316.05 130.54 384.91 103.31 282.24 50.84 273.69 52.8 316.05 130.54" fill="#75ba00"></polygon><polygon points="384.91 103.31 393.52 154.36 316.05 130.54 384.91 103.31" fill="#69b600"></polygon><polygon points="393.52 154.36 388.02 212.06 316.05 130.54 393.52 154.36" fill="#61b300"></polygon><polygon points="68.62 241.44 -19.97 144.22 94.01 194.39 68.62 241.44" fill="#5fb100"></polygon><polygon points="94.01 194.39 -19.97 144.22 99.08 90.1 94.01 194.39" fill="#6ab400"></polygon><polygon points="94.01 194.39 150.29 131.38 99.08 90.1 94.01 194.39" fill="#6bb600"></polygon><polygon points="68.62 241.44 -72.64 172.62 -19.97 144.22 68.62 241.44" fill="#63b100"></polygon><polygon points="-72.64 172.62 -104.61 261.89 52.91 257.38 68.62 241.44 -72.64 172.62" fill="#4ca700"></polygon><polygon points="-30.16 112.25 99.08 90.1 -19.97 144.22 -72.64 172.62 -30.16 112.25" fill="#6fb800"></polygon><polygon points="610.62 32.55 589.71 94.96 490.31 97.81 610.62 32.55" fill="#71b900"></polygon><polygon points="589.71 94.96 549.6 181.35 490.31 97.81 589.71 94.96" fill="#71b900"></polygon><polygon points="589.71 94.96 683.43 105.45 653.59 34.09 610.62 32.55 589.71 94.96" fill="#6db600"></polygon><polygon points="683.43 105.45 549.6 181.35 589.71 94.96 683.43 105.45" fill="#6fb900"></polygon><polygon points="683.43 105.45 639.08 187.82 549.6 181.35 683.43 105.45" fill="#5db000"></polygon><polygon points="639.08 187.82 707.15 238.66 683.43 105.45 639.08 187.82" fill="#56ad00"></polygon><polygon points="639.08 187.82 596.57 241.82 549.6 181.35 639.08 187.82" fill="#5bb000"></polygon><polygon points="596.57 241.82 707.15 238.66 639.08 187.82 596.57 241.82" fill="#58af00"></polygon><polygon points="393.52 154.36 490.31 97.81 549.6 181.35 393.52 154.36" fill="#6ab400"></polygon><polygon points="388.02 212.06 271.29 251.13 453.09 245.93 388.02 212.06" fill="#50ab00"></polygon><polygon points="393.52 154.36 388.02 212.06 453.09 245.93 471.92 245.39 393.52 154.36" fill="#59ad00"></polygon><polygon points="549.6 181.35 393.52 154.36 471.92 245.39 502.66 244.51 549.6 181.35" fill="#5eb100"></polygon><polygon points="502.66 244.51 596.57 241.82 549.6 181.35 502.66 244.51" fill="#52aa00"></polygon><polygon points="1045.4 194.13 818.07 235.48 1059.03 228.59 1045.4 194.13" fill="#49a700"></polygon></g><path d="M974.68,141.7l-2.38-2.22,2.28,5.93-28.86,13s-229.41,18.71-229,25.77-299.51,6.43-299.51,6.43l-215.85-4.27-108.27-.5L21.6,172.68.74,165.08,1,172.6l21,7.6,71.8,13.13,108.73.48,216.77,4.24s301.21.6,300.8-6.46,230-25.81,230-25.81l29-13Z" fill="#894144"></path><polygon points="861.31 133.76 890.5 123.07 919.32 133.76 902.69 137.28 861.31 133.76" opacity="0.15"></polygon><g id="trunk-bg"><polygon points="893.55 69.87 888.99 86.95 883.71 68.91 887.23 104.99 887.23 121.33 876.35 131.71 886.35 133.76 897.15 133.76 894.77 112.38 893.55 69.87" fill="#a66102"></polygon><polygon points="895.96 123.07 897.15 133.76 903.38 133.76 895.96 123.07" fill="#a66102"></polygon></g><polygon points="883.71 68.91 887.23 104.99 888.99 86.95 883.71 68.91" fill="#e39946"></polygon><polygon points="888.99 86.95 893.55 69.87 894.77 112.38 888.99 86.95" fill="#be7721"></polygon><polygon points="887.23 104.99 894.77 112.38 888.99 86.95 887.23 104.99" fill="#a66102"></polygon><polygon points="887.23 104.99 887.23 121.33 894.77 112.38 887.23 104.99" fill="#be7721"></polygon><polygon points="894.77 112.38 897.15 133.76 887.23 121.33 894.77 112.38" fill="#a66102"></polygon><polygon points="887.23 121.33 876.35 131.71 886.35 133.76 887.23 121.33" fill="#663600"></polygon><polygon points="886.35 133.76 897.15 133.76 887.23 121.33 886.35 133.76" fill="#8f4e00"></polygon><polygon points="897.15 133.76 903.38 133.76 895.96 123.07 897.15 133.76" fill="#8f4e00"></polygon><polygon id="leaves-bg" points="919.32 17.86 898.59 0 857.68 17.86 848.47 44.37 860.57 76.63 888.8 87 915.15 80.37 931.44 44.37 919.32 17.86" fill="#53a21e"></polygon><polygon points="848.47 44.37 882.46 17.86 882.46 63.95 848.47 44.37" fill="#76b816"></polygon><polygon points="848.47 44.37 860.57 76.63 882.46 63.95 848.47 44.37" fill="#53a21e"></polygon><polygon points="848.47 44.37 857.68 17.86 882.46 17.86 848.47 44.37" fill="#acd700"></polygon><polygon points="857.68 17.86 898.59 0 882.46 17.86 857.68 17.86" fill="#76b816"></polygon><polygon points="898.59 0 906.08 40.91 882.46 17.86 898.59 0" fill="#acd700"></polygon><polygon points="898.59 0 919.32 17.86 906.08 40.91 898.59 0" fill="#76b816"></polygon><polygon points="906.08 40.91 882.46 63.95 882.46 17.86 906.08 40.91" fill="#53a21e"></polygon><polygon points="906.08 40.91 916.46 63.95 919.32 17.86 906.08 40.91" fill="#53a21e"></polygon><polygon points="919.32 17.86 931.44 44.37 916.46 63.95 919.32 17.86" fill="#76b816"></polygon><polygon points="882.46 63.95 916.46 63.95 906.08 40.91 882.46 63.95" fill="#3b8701"></polygon><polygon points="916.46 63.95 915.15 80.37 931.44 44.37 916.46 63.95" fill="#3b8701"></polygon><polygon points="915.15 80.37 882.46 63.95 916.46 63.95 915.15 80.37" fill="#307101"></polygon><polygon points="860.57 76.63 888.8 87 882.46 63.95 860.57 76.63" fill="#307101"></polygon><polygon points="888.8 87 915.15 80.37 882.46 63.95 888.8 87" fill="#3b8701"></polygon><polygon points="794.71 120.38 812.15 113.99 829.38 120.38 819.44 122.48 794.71 120.38" opacity="0.15"></polygon><polygon points="808.1 81.61 810.2 103.18 811.25 92.4 808.1 81.61" fill="#e39946"></polygon><polygon points="811.25 92.4 813.98 82.19 814.7 107.6 811.25 92.4" fill="#be7721"></polygon><polygon points="810.2 103.18 814.7 107.6 811.25 92.4 810.2 103.18" fill="#a66102"></polygon><polygon points="810.2 103.18 810.2 112.95 814.7 107.6 810.2 103.18" fill="#be7721"></polygon><polygon points="814.7 107.6 816.13 120.38 810.2 112.95 814.7 107.6" fill="#a66102"></polygon><polygon points="810.2 112.95 803.7 119.15 809.67 120.38 810.2 112.95" fill="#663600"></polygon><polygon points="809.67 120.38 816.13 120.38 810.2 112.95 809.67 120.38" fill="#8f4e00"></polygon><polygon points="816.13 120.38 819.86 120.38 815.41 113.99 816.13 120.38" fill="#8f4e00"></polygon><polygon points="787.03 66.95 807.35 51.1 807.35 78.66 787.03 66.95" fill="#76b816"></polygon><polygon points="787.03 66.95 794.26 86.23 807.35 78.66 787.03 66.95" fill="#53a21e"></polygon><polygon points="787.03 66.95 792.54 51.1 807.35 51.1 787.03 66.95" fill="#acd700"></polygon><polygon points="792.54 51.1 816.99 40.43 807.35 51.1 792.54 51.1" fill="#76b816"></polygon><polygon points="816.99 40.43 821.47 64.88 807.35 51.1 816.99 40.43" fill="#acd700"></polygon><polygon points="816.99 40.43 829.38 51.1 821.47 64.88 816.99 40.43" fill="#76b816"></polygon><polygon points="821.47 64.88 807.35 78.66 807.35 51.1 821.47 64.88" fill="#53a21e"></polygon><polygon points="821.47 64.88 827.67 78.66 829.38 51.1 821.47 64.88" fill="#53a21e"></polygon><polygon points="829.38 51.1 836.62 66.95 827.67 78.66 829.38 51.1" fill="#76b816"></polygon><polygon points="807.35 78.66 827.67 78.66 821.47 64.88 807.35 78.66" fill="#3b8701"></polygon><polygon points="827.67 78.66 826.88 88.47 836.62 66.95 827.67 78.66" fill="#3b8701"></polygon><polygon points="826.88 88.47 807.35 78.66 827.67 78.66 826.88 88.47" fill="#307101"></polygon><polygon points="794.26 86.23 811.14 92.43 807.35 78.66 794.26 86.23" fill="#307101"></polygon><polygon points="811.14 92.43 826.88 88.47 807.35 78.66 811.14 92.43" fill="#3b8701"></polygon><polygon points="61.06 150.27 90.24 139.59 119.06 150.27 102.44 153.79 61.06 150.27" opacity="0.15"></polygon><g id="trunk-bg-2" data-name="trunk-bg"><polygon points="93.29 86.38 88.74 103.46 83.46 85.42 86.97 121.5 86.97 137.85 76.1 148.22 86.1 150.27 96.89 150.27 94.51 128.9 93.29 86.38" fill="#a66102"></polygon><polygon points="95.7 139.59 96.89 150.27 103.13 150.27 95.7 139.59" fill="#a66102"></polygon></g><polygon points="83.46 85.42 86.97 121.5 88.74 103.46 83.46 85.42" fill="#e39946"></polygon><polygon points="88.74 103.46 93.29 86.38 94.51 128.9 88.74 103.46" fill="#be7721"></polygon><polygon points="86.97 121.5 94.51 128.9 88.74 103.46 86.97 121.5" fill="#a66102"></polygon><polygon points="86.97 121.5 86.97 137.85 94.51 128.9 86.97 121.5" fill="#be7721"></polygon><polygon points="94.51 128.9 96.89 150.27 86.97 137.85 94.51 128.9" fill="#a66102"></polygon><polygon points="86.97 137.85 76.1 148.22 86.1 150.27 86.97 137.85" fill="#663600"></polygon><polygon points="86.1 150.27 96.89 150.27 86.97 137.85 86.1 150.27" fill="#8f4e00"></polygon><polygon points="96.89 150.27 103.13 150.27 95.7 139.59 96.89 150.27" fill="#8f4e00"></polygon><polygon id="leaves-bg-2" data-name="leaves-bg" points="119.06 34.38 98.34 16.51 57.43 34.38 48.21 60.88 60.31 93.14 88.54 103.52 114.89 96.89 131.18 60.88 119.06 34.38" fill="#53a21e"></polygon><polygon points="48.21 60.88 82.2 34.38 82.2 80.47 48.21 60.88" fill="#76b816"></polygon><polygon points="48.21 60.88 60.31 93.14 82.2 80.47 48.21 60.88" fill="#53a21e"></polygon><polygon points="48.21 60.88 57.43 34.38 82.2 34.38 48.21 60.88" fill="#acd700"></polygon><polygon points="57.43 34.38 98.34 16.51 82.2 34.38 57.43 34.38" fill="#76b816"></polygon><polygon points="98.34 16.51 105.83 57.42 82.2 34.38 98.34 16.51" fill="#acd700"></polygon><polygon points="98.34 16.51 119.06 34.38 105.83 57.42 98.34 16.51" fill="#76b816"></polygon><polygon points="105.83 57.42 82.2 80.47 82.2 34.38 105.83 57.42" fill="#53a21e"></polygon><polygon points="105.83 57.42 116.2 80.47 119.06 34.38 105.83 57.42" fill="#53a21e"></polygon><polygon points="119.06 34.38 131.18 60.88 116.2 80.47 119.06 34.38" fill="#76b816"></polygon><polygon points="82.2 80.47 116.2 80.47 105.83 57.42 82.2 80.47" fill="#3b8701"></polygon><polygon points="116.2 80.47 114.89 96.89 131.18 60.88 116.2 80.47" fill="#3b8701"></polygon><polygon points="114.89 96.89 82.2 80.47 116.2 80.47 114.89 96.89" fill="#307101"></polygon><polygon points="60.31 93.14 88.54 103.52 82.2 80.47 60.31 93.14" fill="#307101"></polygon><polygon points="88.54 103.52 114.89 96.89 82.2 80.47 88.54 103.52" fill="#3b8701"></polygon><polygon points="154.97 141.85 172.41 135.46 189.64 141.85 179.7 143.95 154.97 141.85" opacity="0.15"></polygon><polygon points="168.35 103.08 170.46 124.65 171.51 113.87 168.35 103.08" fill="#e39946"></polygon><polygon points="171.51 113.87 174.23 103.66 174.96 129.07 171.51 113.87" fill="#be7721"></polygon><polygon points="170.46 124.65 174.96 129.07 171.51 113.87 170.46 124.65" fill="#a66102"></polygon><polygon points="170.46 124.65 170.46 134.42 174.96 129.07 170.46 124.65" fill="#be7721"></polygon><polygon points="174.96 129.07 176.38 141.85 170.46 134.42 174.96 129.07" fill="#a66102"></polygon><polygon points="170.46 134.42 163.96 140.62 169.93 141.85 170.46 134.42" fill="#663600"></polygon><polygon points="169.93 141.85 176.38 141.85 170.46 134.42 169.93 141.85" fill="#8f4e00"></polygon><polygon points="176.38 141.85 180.11 141.85 175.67 135.46 176.38 141.85" fill="#8f4e00"></polygon><polygon points="147.29 88.41 167.61 72.57 167.61 100.12 147.29 88.41" fill="#76b816"></polygon><polygon points="147.29 88.41 154.52 107.7 167.61 100.12 147.29 88.41" fill="#53a21e"></polygon><polygon points="147.29 88.41 152.8 72.57 167.61 72.57 147.29 88.41" fill="#acd700"></polygon><polygon points="152.8 72.57 177.25 61.9 167.61 72.57 152.8 72.57" fill="#76b816"></polygon><polygon points="177.25 61.9 181.73 86.35 167.61 72.57 177.25 61.9" fill="#acd700"></polygon><polygon points="177.25 61.9 189.64 72.57 181.73 86.35 177.25 61.9" fill="#76b816"></polygon><polygon points="181.73 86.35 167.61 100.12 167.61 72.57 181.73 86.35" fill="#53a21e"></polygon><polygon points="181.73 86.35 187.93 100.12 189.64 72.57 181.73 86.35" fill="#53a21e"></polygon><polygon points="189.64 72.57 196.88 88.41 187.93 100.12 189.64 72.57" fill="#76b816"></polygon><polygon points="167.61 100.12 187.93 100.12 181.73 86.35 167.61 100.12" fill="#3b8701"></polygon><polygon points="187.93 100.12 187.14 109.94 196.88 88.41 187.93 100.12" fill="#3b8701"></polygon><polygon points="187.14 109.94 167.61 100.12 187.93 100.12 187.14 109.94" fill="#307101"></polygon><polygon points="154.52 107.7 171.39 113.9 167.61 100.12 154.52 107.7" fill="#307101"></polygon><polygon points="171.39 113.9 187.14 109.94 167.61 100.12 171.39 113.9" fill="#3b8701"></polygon></g><g id="gitter-2" data-name="gitter"><path d="M1511.4,54.5a.79.79,0,0,0-.79.79V70.94a.78.78,0,0,0,.79.78h3.16a.78.78,0,0,0,.79-.78V55.29a.79.79,0,0,0-.79-.79Zm-7.13,0a.79.79,0,0,0-.79.79V84.24a.79.79,0,0,0,.79.79h3.17a.79.79,0,0,0,.79-.79V55.29a.79.79,0,0,0-.79-.79Zm-7.12,0a.79.79,0,0,0-.79.79V84.24a.79.79,0,0,0,.79.79h3.17a.79.79,0,0,0,.79-.79V55.29a.79.79,0,0,0-.79-.79ZM1490,49a.78.78,0,0,0-.79.78V70.94a.78.78,0,0,0,.79.78h3.16a.79.79,0,0,0,.8-.78V49.81a.79.79,0,0,0-.8-.78Z" fill="#fff"></path><g clip-path="url(#clip-path-2)"><rect x="745.51" y="-3009.34" width="1178.18" height="3278.45" fill="#fff"></rect></g></g><g id="email-2" data-name="email"><path d="M1132.08,80.83a3.26,3.26,0,0,0,3.22-3.22,5.33,5.33,0,0,0-1-3,9.47,9.47,0,0,0-2.46-2.47L1124.5,67l-2-1.41-.3-.21-.55-.4-1.09-.77c-.28-.19-.63-.41-1-.65a5.94,5.94,0,0,0-1.16-.54,3.16,3.16,0,0,0-1-.18h0a3.16,3.16,0,0,0-1,.18,5.94,5.94,0,0,0-1.16.54c-.41.24-.76.46-1,.65L1113,65l-.55.4-.3.21-2,1.42-3.24,2.25-4.12,2.86a9.89,9.89,0,0,0-2.35,2.32,4.72,4.72,0,0,0-1.1,2.74,4.08,4.08,0,0,0,.83,2.61,2.87,2.87,0,0,0,2.38,1Zm1.07-11.23a11.67,11.67,0,0,1,2.15,1.63V56.83l-9.6,8.34Q1128.78,67,1133.15,69.6Zm-31.68,0q4.54-2.68,7.43-4.43l-9.6-8.34v14.4A11.3,11.3,0,0,1,1101.47,69.6ZM1132,53.23h-29.41a3.06,3.06,0,0,0-2.09.78l10.14,10,.7-.5c.76-.56,1.38-1,1.85-1.3a11.83,11.83,0,0,1,1.89-.94,5.71,5.71,0,0,1,2.2-.49h0a5.71,5.71,0,0,1,2.2.49,11.27,11.27,0,0,1,1.88.94c.48.31,1.09.74,1.85,1.3l.71.49,10.14-10A3.07,3.07,0,0,0,1132,53.23Z" fill="#fff"></path><g clip-path="url(#clip-path-3)"><rect x="190.3" y="-3009.23" width="1178.18" height="3278.45" fill="#fff"></rect></g></g></svg></div><nav class="contacts_uVvwQ">
<a href="mailto:support@qo-op.com" title="email" target=""><div class="icon_uVvwQ"><svg xmlns="http://www.w3.org/2000/svg" xlink="http://www.w3.org/1999/xlink" viewBox="0 0 86.58 87.61"><defs><clipPath id="clip-path"><path d="M437.39,31.29a.79.79,0,0,0-.8.78V47.72a.79.79,0,0,0,.8.78h3.16a.78.78,0,0,0,.79-.78V32.07a.78.78,0,0,0-.79-.78Zm-7.13,0a.79.79,0,0,0-.79.78V61a.79.79,0,0,0,.79.79h3.17a.79.79,0,0,0,.79-.79V32.07a.78.78,0,0,0-.79-.78Zm-7.12,0a.78.78,0,0,0-.79.78V61a.79.79,0,0,0,.79.79h3.17a.79.79,0,0,0,.79-.79V32.07a.79.79,0,0,0-.79-.78ZM416,25.81a.78.78,0,0,0-.79.78V47.72a.78.78,0,0,0,.79.78h3.16a.78.78,0,0,0,.79-.78V26.59a.78.78,0,0,0-.79-.78Z" fill="#fff"></path></clipPath><clipPath id="clip-path-2"><path d="M58.07,57.61a3.1,3.1,0,0,0,2.26-1,3.06,3.06,0,0,0,1-2.27,5.26,5.26,0,0,0-1-3,9.43,9.43,0,0,0-2.45-2.47l-7.37-5.12-2-1.41-.3-.21-.55-.4L46.51,41c-.29-.19-.63-.41-1-.65a6.22,6.22,0,0,0-1.16-.54,3.16,3.16,0,0,0-1-.18h0a3.27,3.27,0,0,0-1,.18,6.15,6.15,0,0,0-1.15.54c-.41.24-.76.46-1,.65s-.65.45-1.08.77l-.56.4-.3.21-2,1.42L32.86,46l-4.12,2.86a9.89,9.89,0,0,0-2.35,2.32A4.72,4.72,0,0,0,25.29,54a4.06,4.06,0,0,0,.83,2.61,2.87,2.87,0,0,0,2.38,1Zm1.07-11.22A11.21,11.21,0,0,1,61.29,48V33.61L51.69,42C53.73,43.19,56.22,44.67,59.14,46.39Zm-31.69,0Q32,43.69,34.89,42l-9.6-8.34V48A11.08,11.08,0,0,1,27.45,46.39ZM58,30H28.58a3.06,3.06,0,0,0-2.09.78l10.14,10,.7-.5c.76-.56,1.38-1,1.85-1.3a11,11,0,0,1,1.89-.94,5.71,5.71,0,0,1,2.2-.49h0a5.71,5.71,0,0,1,2.2.49,11.27,11.27,0,0,1,1.88.94c.48.31,1.09.74,1.85,1.3l.7.49,10.15-10A3.09,3.09,0,0,0,58,30Z" fill="#fff"></path></clipPath></defs><title>email</title><g id="gitter-2" data-name="gitter"><path d="M437.39,31.29a.79.79,0,0,0-.8.78V47.72a.79.79,0,0,0,.8.78h3.16a.78.78,0,0,0,.79-.78V32.07a.78.78,0,0,0-.79-.78Zm-7.13,0a.79.79,0,0,0-.79.78V61a.79.79,0,0,0,.79.79h3.17a.79.79,0,0,0,.79-.79V32.07a.78.78,0,0,0-.79-.78Zm-7.12,0a.78.78,0,0,0-.79.78V61a.79.79,0,0,0,.79.79h3.17a.79.79,0,0,0,.79-.79V32.07a.79.79,0,0,0-.79-.78ZM416,25.81a.78.78,0,0,0-.79.78V47.72a.78.78,0,0,0,.79.78h3.16a.78.78,0,0,0,.79-.78V26.59a.78.78,0,0,0-.79-.78Z" fill="#fff"></path><g clip-path="url(#clip-path)"><rect x="-328.5" y="-3032.56" width="1178.18" height="3278.45" fill="#fff"></rect></g></g><g id="email-2" data-name="email"><polygon points="60.95 0.69 27.01 0 0 28.4 3.81 65.8 28.74 87.27 60.6 87.61 75.84 75.49 85.88 61.64 86.58 25.97 60.95 0.69" fill="#ffc600"></polygon><polygon points="0 28.4 27.01 0 15.24 24.24 0 28.4" fill="#ffff30"></polygon><polygon points="0 28.4 3.81 65.8 15.24 24.24 0 28.4" fill="#ffde00"></polygon><polygon points="3.81 65.8 33.24 53.68 15.24 24.24 3.81 65.8" fill="#ffd400"></polygon><polygon points="3.81 65.8 28.74 87.27 33.24 53.68 3.81 65.8" fill="#ffc600"></polygon><polygon points="28.74 87.27 55.06 72.03 33.24 53.68 28.74 87.27" fill="#e29300"></polygon><polygon points="55.06 72.03 60.6 87.61 28.74 87.27 55.06 72.03" fill="#d98000"></polygon><polygon points="55.06 72.03 65.45 49.52 33.24 53.68 55.06 72.03" fill="#eaaf00"></polygon><polygon points="65.45 49.52 51.95 16.28 33.24 53.68 65.45 49.52" fill="#ffc400"></polygon><polygon points="51.95 16.28 15.24 24.24 33.24 53.68 51.95 16.28" fill="#ffe000"></polygon><polygon points="51.95 16.28 27.01 0 15.24 24.24 51.95 16.28" fill="#fffb1a"></polygon><polygon points="51.95 16.28 60.95 0.69 27.01 0 51.95 16.28" fill="#ffff31"></polygon><polygon points="51.95 16.28 86.58 25.97 60.95 0.69 51.95 16.28" fill="#fffa1d"></polygon><polygon points="65.45 49.52 86.58 25.97 51.95 16.28 65.45 49.52" fill="#ffd400"></polygon><polygon points="65.45 49.52 85.88 61.64 55.06 72.03 65.45 49.52" fill="#e1a200"></polygon><polygon points="85.88 61.64 75.84 75.49 60.6 87.61 55.06 72.03 85.88 61.64" fill="#e08100"></polygon><polygon points="85.88 61.64 86.58 25.97 65.45 49.52 85.88 61.64" fill="#ebb100"></polygon><path d="M58.07,57.61a3.1,3.1,0,0,0,2.26-1,3.06,3.06,0,0,0,1-2.27,5.26,5.26,0,0,0-1-3,9.43,9.43,0,0,0-2.45-2.47l-7.37-5.12-2-1.41-.3-.21-.55-.4L46.51,41c-.29-.19-.63-.41-1-.65a6.22,6.22,0,0,0-1.16-.54,3.16,3.16,0,0,0-1-.18h0a3.27,3.27,0,0,0-1,.18,6.15,6.15,0,0,0-1.15.54c-.41.24-.76.46-1,.65s-.65.45-1.08.77l-.56.4-.3.21-2,1.42L32.86,46l-4.12,2.86a9.89,9.89,0,0,0-2.35,2.32A4.72,4.72,0,0,0,25.29,54a4.06,4.06,0,0,0,.83,2.61,2.87,2.87,0,0,0,2.38,1Zm1.07-11.22A11.21,11.21,0,0,1,61.29,48V33.61L51.69,42C53.73,43.19,56.22,44.67,59.14,46.39Zm-31.69,0Q32,43.69,34.89,42l-9.6-8.34V48A11.08,11.08,0,0,1,27.45,46.39ZM58,30H28.58a3.06,3.06,0,0,0-2.09.78l10.14,10,.7-.5c.76-.56,1.38-1,1.85-1.3a11,11,0,0,1,1.89-.94,5.71,5.71,0,0,1,2.2-.49h0a5.71,5.71,0,0,1,2.2.49,11.27,11.27,0,0,1,1.88.94c.48.31,1.09.74,1.85,1.3l.7.49,10.15-10A3.09,3.09,0,0,0,58,30Z" fill="#fff"></path><g clip-path="url(#clip-path-2)"><rect x="-883.71" y="-3032.45" width="1178.18" height="3278.45" fill="#fff"></rect></g></g></svg></div></a><a href="https://twitter.com/playproject_io" title="twitter" target="_blank"><div class="icon_uVvwQ"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 86.58 87.61"><title>twitter</title><g id="twitter-2" data-name="twitter"><polygon points="60.95 0.69 27.01 0 0 28.4 3.81 65.8 28.74 87.27 60.6 87.61 75.84 75.49 85.88 61.64 86.58 25.97 60.95 0.69" fill="#00b2f2"></polygon><polygon points="0 28.4 27.01 0 15.24 24.24 0 28.4" fill="#56f7ff"></polygon><polygon points="0 28.4 3.81 65.8 15.24 24.24 0 28.4" fill="#23caf2"></polygon><polygon points="3.81 65.8 33.24 53.68 15.24 24.24 3.81 65.8" fill="#0fc0f2"></polygon><polygon points="3.81 65.8 28.74 87.27 33.24 53.68 3.81 65.8" fill="#00b2f2"></polygon><polygon points="28.74 87.27 55.06 72.03 33.24 53.68 28.74 87.27" fill="#007ff2"></polygon><polygon points="55.06 72.03 60.6 87.61 28.74 87.27 55.06 72.03" fill="#006cf2"></polygon><polygon points="55.06 72.03 65.45 49.52 33.24 53.68 55.06 72.03" fill="#009bf2"></polygon><polygon points="65.45 49.52 51.95 16.28 33.24 53.68 65.45 49.52" fill="#00b0f2"></polygon><polygon points="51.95 16.28 15.24 24.24 33.24 53.68 51.95 16.28" fill="#1eccf2"></polygon><polygon points="51.95 16.28 27.01 0 15.24 24.24 51.95 16.28" fill="#49e7ff"></polygon><polygon points="51.95 16.28 60.95 0.69 27.01 0 51.95 16.28" fill="#5ef0ff"></polygon><polygon points="51.95 16.28 86.58 25.97 60.95 0.69 51.95 16.28" fill="#48e6ff"></polygon><polygon points="65.45 49.52 86.58 25.97 51.95 16.28 65.45 49.52" fill="#11c0f2"></polygon><polygon points="65.45 49.52 85.88 61.64 55.06 72.03 65.45 49.52" fill="#008ef2"></polygon><polygon points="85.88 61.64 75.84 75.49 60.6 87.61 55.06 72.03 85.88 61.64" fill="#006df2"></polygon><polygon points="85.88 61.64 86.58 25.97 65.45 49.52 85.88 61.64" fill="#009df2"></polygon><path d="M61.29,32.67A14.46,14.46,0,0,1,57,33.83a7.36,7.36,0,0,0,3.25-4.06,14.85,14.85,0,0,1-4.69,1.78,7.4,7.4,0,0,0-12.78,5,7.15,7.15,0,0,0,.2,1.68,21,21,0,0,1-15.23-7.69,7.35,7.35,0,0,0,2.29,9.83,7.33,7.33,0,0,1-3.35-.93v.1a7.38,7.38,0,0,0,5.93,7.21,7.4,7.4,0,0,1-1.95.26,7,7,0,0,1-1.39-.13A7.4,7.4,0,0,0,36.22,52a14.87,14.87,0,0,1-9.17,3.15,14.46,14.46,0,0,1-1.76-.11,22.48,22.48,0,0,0,11.32,3.31c13.24.55,20.45-10.32,21-20.93a7.69,7.69,0,0,0,0-1A14.69,14.69,0,0,0,61.29,32.67Z" fill="#fff"></path></g></svg></div></a><a href="https://github.com/playproject-io" title="Github" target="_blank"><div class="icon_uVvwQ"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 86.58 87.61"><title>github</title><g id="github-2" data-name="github"><polygon points="60.95 0.69 27.01 0 0 28.4 3.81 65.8 28.74 87.27 60.6 87.61 75.84 75.49 85.88 61.64 86.58 25.97 60.95 0.69" fill="#3b3b3b"></polygon><polygon points="0 28.4 27.01 0 15.24 24.24 0 28.4" fill="#9c9c9c"></polygon><polygon points="0 28.4 3.81 65.8 15.24 24.24 0 28.4" fill="#5d5d5d"></polygon><polygon points="3.81 65.8 33.24 53.68 15.24 24.24 3.81 65.8" fill="#4d4d4d"></polygon><polygon points="3.81 65.8 28.74 87.27 33.24 53.68 3.81 65.8" fill="#3b3b3b"></polygon><polygon points="28.74 87.27 55.06 72.03 33.24 53.68 28.74 87.27" fill="#040404"></polygon><polygon points="55.06 72.03 60.6 87.61 28.74 87.27 55.06 72.03"></polygon><polygon points="55.06 72.03 65.45 49.52 33.24 53.68 55.06 72.03" fill="#1d1d1d"></polygon><polygon points="65.45 49.52 51.95 16.28 33.24 53.68 65.45 49.52" fill="#383838"></polygon><polygon points="51.95 16.28 15.24 24.24 33.24 53.68 51.95 16.28" fill="#5c5c5c"></polygon><polygon points="51.95 16.28 27.01 0 15.24 24.24 51.95 16.28" fill="#878787"></polygon><polygon points="51.95 16.28 60.95 0.69 27.01 0 51.95 16.28" fill="#9a9a9a"></polygon><polygon points="51.95 16.28 86.58 25.97 60.95 0.69 51.95 16.28" fill="#868686"></polygon><polygon points="65.45 49.52 86.58 25.97 51.95 16.28 65.45 49.52" fill="#4d4d4d"></polygon><polygon points="65.45 49.52 85.88 61.64 55.06 72.03 65.45 49.52" fill="#0f0f0f"></polygon><polygon points="85.88 61.64 75.84 75.49 60.6 87.61 55.06 72.03 85.88 61.64"></polygon><polygon points="85.88 61.64 86.58 25.97 65.45 49.52 85.88 61.64" fill="#1f1f1f"></polygon><path d="M41.28,26.28a18,18,0,0,0-3.42,35V57.13a7.43,7.43,0,0,1-1.62.18,3.89,3.89,0,0,1-3.79-3.43,3.73,3.73,0,0,0-1.08-1.8c-.54-.18-.72-.18-.72-.36,0-.36.54-.36.72-.36,1.08,0,2,1.26,2.34,1.8A3.3,3.3,0,0,0,36.24,55a3.45,3.45,0,0,0,1.62-.37,4.56,4.56,0,0,1,1.8-3.24c-4.15-.9-7.21-3.25-7.21-7.22a8.51,8.51,0,0,1,2.16-5.41,6.74,6.74,0,0,1-.36-2.53,6.23,6.23,0,0,1,.54-2.89,8.1,8.1,0,0,1,5.05,2.35,9.74,9.74,0,0,1,3.42-.54,11.62,11.62,0,0,1,3.61.54,7.76,7.76,0,0,1,5.05-2.35,9,9,0,0,1,.36,2.89,6,6,0,0,1-.36,2.53,8.14,8.14,0,0,1,2.16,5.41c0,4-3.07,6.32-7.21,7.22a5.56,5.56,0,0,1,1.8,4.15v6a18.06,18.06,0,0,0-7.39-35.18Z" fill="#fff"></path></g></svg></div></a><a href="https://gitter.im/playproject-io/community" title="Gitter" target="_blank"><div class="icon_uVvwQ"><svg xmlns="http://www.w3.org/2000/svg" xlink="http://www.w3.org/1999/xlink" viewBox="0 0 86.58 87.61"><defs><clipPath id="clip-path"><path d="M52.39,31.29a.78.78,0,0,0-.79.78V47.72a.78.78,0,0,0,.79.78h3.17a.79.79,0,0,0,.79-.78V32.07a.79.79,0,0,0-.79-.78Zm-7.12,0a.79.79,0,0,0-.8.78V61a.79.79,0,0,0,.8.79h3.16a.79.79,0,0,0,.79-.79V32.07a.78.78,0,0,0-.79-.78Zm-7.13,0a.79.79,0,0,0-.79.78V61a.79.79,0,0,0,.79.79h3.17A.79.79,0,0,0,42.1,61V32.07a.78.78,0,0,0-.79-.78ZM31,25.81a.78.78,0,0,0-.79.78V47.72a.78.78,0,0,0,.79.78h3.17a.79.79,0,0,0,.79-.78V26.59a.79.79,0,0,0-.79-.78Z" fill="#fff"></path></clipPath></defs><title>gitter</title><g id="gitter-2" data-name="gitter"><polygon points="60.95 0.69 27.01 0 0 28.4 3.81 65.8 28.74 87.27 60.6 87.61 75.84 75.49 85.88 61.64 86.58 25.97 60.95 0.69" fill="#ea0042"></polygon><polygon points="0 28.4 27.01 0 15.24 24.24 0 28.4" fill="#ff0072"></polygon><polygon points="0 28.4 3.81 65.8 15.24 24.24 0 28.4" fill="#ff0042"></polygon><polygon points="3.81 65.8 33.24 53.68 15.24 24.24 3.81 65.8" fill="#fa0042"></polygon><polygon points="3.81 65.8 28.74 87.27 33.24 53.68 3.81 65.8" fill="#ea0042"></polygon><polygon points="28.74 87.27 55.06 72.03 33.24 53.68 28.74 87.27" fill="#c60042"></polygon><polygon points="55.06 72.03 60.6 87.61 28.74 87.27 55.06 72.03" fill="#bd0042"></polygon><polygon points="55.06 72.03 65.45 49.52 33.24 53.68 55.06 72.03" fill="#ce0042"></polygon><polygon points="65.45 49.52 51.95 16.28 33.24 53.68 65.45 49.52" fill="#e70042"></polygon><polygon points="51.95 16.28 15.24 24.24 33.24 53.68 51.95 16.28" fill="#ff0042"></polygon><polygon points="51.95 16.28 27.01 0 15.24 24.24 51.95 16.28" fill="#ff005c"></polygon><polygon points="51.95 16.28 60.95 0.69 27.01 0 51.95 16.28" fill="#ff0073"></polygon><polygon points="51.95 16.28 86.58 25.97 60.95 0.69 51.95 16.28" fill="#ff005f"></polygon><polygon points="65.45 49.52 86.58 25.97 51.95 16.28 65.45 49.52" fill="#fc0042"></polygon><polygon points="65.45 49.52 85.88 61.64 55.06 72.03 65.45 49.52" fill="#c50042"></polygon><polygon points="85.88 61.64 75.84 75.49 60.6 87.61 55.06 72.03 85.88 61.64" fill="#c40042"></polygon><polygon points="85.88 61.64 86.58 25.97 65.45 49.52 85.88 61.64" fill="#cf0042"></polygon><path d="M52.39,31.29a.78.78,0,0,0-.79.78V47.72a.78.78,0,0,0,.79.78h3.17a.79.79,0,0,0,.79-.78V32.07a.79.79,0,0,0-.79-.78Zm-7.12,0a.79.79,0,0,0-.8.78V61a.79.79,0,0,0,.8.79h3.16a.79.79,0,0,0,.79-.79V32.07a.78.78,0,0,0-.79-.78Zm-7.13,0a.79.79,0,0,0-.79.78V61a.79.79,0,0,0,.79.79h3.17A.79.79,0,0,0,42.1,61V32.07a.78.78,0,0,0-.79-.78ZM31,25.81a.78.78,0,0,0-.79.78V47.72a.78.78,0,0,0,.79.78h3.17a.79.79,0,0,0,.79-.78V26.59a.79.79,0,0,0-.79-.78Z" fill="#fff"></path><g clip-path="url(#clip-path)"><rect x="-713.5" y="-3032.56" width="1178.18" height="3278.45" fill="#fff"></rect></g></g></svg></div></a></nav></div><p class="copyright_uVvwQ">© 2020 PlayProject</p></footer></div></body></html>