svg+js实现一个逼真ClimaCode气象天气工具模拟仪器效果代码

代码语言:html

所属分类:布局界面

代码描述:svg+js实现一个逼真ClimaCode气象天气工具模拟仪器效果代码

代码标签: svg js 逼真 ClimaCode 气象 天气 工具 模拟 仪器

下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开

<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">




    <style>
        @font-face{font-family:transponder aoe;font-style:normal;font-weight:400;src:local('Transponder AOE'),url(//repo.bfw.wiki/bfwrepo/font/TRANA___.woff) format('woff')}@font-face{font-family:transponder grid aoe;font-style:normal;font-weight:400;src:local('Transponder Grid AOE'),url(//repo.bfw.wiki/bfwrepo/font/TRANA___.woff) format('woff')}
        html, body {
            height: 100%;
            -webkit-user-select: none; /* Safari 3.1+ */
            -moz-user-select: none; /* Firefox 2+ */
            -ms-user-select: none; /* IE 10+ */
            user-select: none; /* Standard syntax */
        }
        
        body {
            display: flex;
            justify-content: center;
            background: rgb(194 206 219);
            background: linear-gradient(205deg, rgb(238 233 245) 0%, rgb(30 34 42) 100%);
            margin: 0;
            font-family:'poppins', sans-serif;
        }
        .footer {
            position: absolute;
            bottom: 0;
            right: 0;
            font-family: monospace;
            color: #aaa;
            padding: 10px;
            font-size: 12px;
        }
        #noise-svg {
            height: 100%;
            width: 100%;
            opacity: 0.1;
        }
        #noise-rect {
            width: 100vw;
            height: 100vh;
        }
        
        .outer-rim,
        .outer-rim *{
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
            background: linear-gradient(205deg, rgb(69 75 85) 0%, rgb(22 25 32) 100%);
        }
        .outer-rim {
            --init-size: min(min(712px, 90vw) , 90vh);
            width: var(--init-size);
            height: var(--init-size);
            border-radius: 50%;
            overflow: hidden; 
            box-shadow: -40px 40px 30px 10px rgb(0, 0, 0, 0.4), 
                -80px 80px 40px 10px rgb(0, 0, 0, 0.6), 
                -120px 120px 80px 10px rgb(0, 0, 0, 0.6); 
        }
        .outer-rim-2 {
            width: calc(var(--init-size) * 0.97);
            height: calc(var(--init-size) * 0.97);
            box-shadow: 2px -2px 2px 0 rgb(108, 115, 129, 0.8), 
            -30px 30px 12px 10px rgb(0, 0, 0, 0.5),
            inset -2px 2px 2px 0 rgb(108, 115, 129, 0.2), 
            inset 2px -2px 2px 0px rgb(0, 0, 0, 0.3);
            border-radius: 50%;
        }
        .inner-rim {
            border-radius: 50%;
            width: calc(var(--init-size) * 0.92);
            height: calc(var(--init-size) * 0.92);
            box-shadow: 
            -2px 2px 2px 0 rgba(108, 115, 129, 0.4), 
            2px -2px 1px 0px rgba(0, 0, 0, 0.2), 
            inset -3px 3px 2px 1px rgba(0, 0, 0, 0.5);
        }
        .outer-window.invert{
            rotate: 180deg;
            transform-origin: 50% 88%;
            scale: 0.99;
        }
        .outer-window {
            background: none;
            width: calc(var(--init-size) * 0.83);
            height: calc(var(--init-size) * 0.83 / 1.7);
            overflow: hidden;
            top: 4%;
            bottom: unset;
        }
        .window {
            top: -1%;
            background: none;
            width: calc(var(--init-size) * 0.83);
            height: calc(var(--init-size) * 0.83 / 2);
            bottom: unset;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 
            -2px 2px 2px 0 rgba(108, 115, 129, 0.4), 
            2px -2px 1px 0px rgba(0, 0, 0, 0.2);
        }
        .outer-window:not(.invert) svg {
            opacity: 0;
            transition: opacity 0.6s ease-in-out;
        }
        .power-on .outer-window:not(.invert) svg {
            opacity: unset;
        }
        .window-rounded svg#mountains{
            bottom: unset;
            width: 100%;
            left: 0%;
            filter: contrast(1) grayscale(0.6) brightness(1);
        }
        .window-rounded svg#mountains #clouds,
        .window-rounded svg#mountains #mid-clouds{
            opacity: 0;
            translate: 0 10%;
        }
        .window-rounded svg#mountains #strike-1,
        .window-rounded svg#mountains #strike-2,
        .window-rounded svg#mountains #back-clouds-1,
        .window-rounded svg#mountains #back-clouds-2,
        .window-rounded svg#mountains #back-clouds-3 {
            opacity: 0;
            translate: 0 -4%;
        }
        .window-rounded svg#mountains #moon{
            translate: 0 60%;
        }
        .window-rounded svg#mountains #snow-1,
        .window-rounded svg#mountains #snow-2{
            opacity: 0;
            scale: 1.5;
        }
        .window-rounded svg#mountains #stars{
            opacity: 0;
            translate: 0 30%;
        }
        .window-rounded svg#mountains #sky {
            fill: #9fcfeb;
        }
        .power-on .window-rounded svg#mountains,
        .power-on .window-rounded svg#mountains *{
            transition: all 2s ease-in-out !important;
        }
        /* sunset */
        .window-rounded svg#mountains.sunset {
            filter: contrast(0.8) grayscale(0.6) brightness(1.2) sepia(0.3);
        }
        .window-rounded svg#mountains.sunset #sky {
            fill: rgb(255, 81, 0) !important;
        }
        .window-rounded svg#mountains.sunset #sun {
            fill: rgb(255 240 0) !important;
            translate:-14% 20%;
            scale: 1.3;
        }
        /* moon */
        .window-rounded svg#mountains.moon {
            filter: contrast(1) grayscale(0.7) brightness(0.8);
        }
        .window-rounded svg#mountains.moon #sky {
            fill: rgb(0 47 108) !important;
        }
        .window-rounded svg#mountains.moon #sun {
            translate:0 70%;
            opacity: 0;
        }
        .window-rounded svg#mountains.moon #moon{
            translate: 0 0%;
        }
        .window-rounded svg#mountains.moon #stars{
            opacity: 1;
            translate: 0 0%;
        }
        .window-rounded svg#mountains.moon #stars path:nth-child(1){
            animation: starAnimation 12s infinite linear;
            transform-origin: 48% 7%;
            animation-delay: 1s;
        }
        .window-rounded svg#mountains.moon #stars path:nth-child(6){
            animation: starAnimation 8s reverse infinite linear;
            transform-origin: 32% 28%;
            animation-delay: 1s;
        }
        .window-rounded svg#mountains.moon #stars path:nth-child(10){
            animation: starAnimation 10s infinite linear;
            transform-origin: 64% 13%;
            animation-delay: 1s;
        }
        @keyframes starAnimation {
            0% {
                transform: rotate(0deg) scale(1);
            }
            49% {
                scale: 1;
            }
            50% {
                scale: 1.5;
            }
            51% {
                scale: 1;
            }
            100% {
                transform: rotate(360deg) scale(1);
                scale: 1;
            }
        }
        /* clouds */
        .window-rounded svg#mountains.clouds #clouds,
        .window-rounded svg#mountains.clouds #mid-clouds{
            opacity: 1;
            translate: 0 0%;
        }
        .window-rounded svg#mountains.clouds #mid-clouds-1,
        .window-rounded svg#mountains.clouds #clouds {
            animation: cloudsAnimation 12s infinite ease-in-out !important;
        }
        .window-rounded svg#mountains.clouds #mid-clouds-2,
        .window-rounded svg#mountains.clouds #top-cloud{
            animation: cloudsAnimation 7s infinite ease-in-out !important;
            animation-delay: -3s;
        }
        @keyframes cloudsAnimation {
            0% {
                translate: 1% 0;
            }
            50% {
                translate: -1% 0;
            }
            100% {
                translate: 1% 0;
            }
        }
        /* storm */
        .window-rounded svg#mountains.storm > *:not(#strike-1):not(#strike-2) {
            transition: all 2s ease-in-out;
            animation: stormAnimation 10s infinite ease-in-out, stormAnimation2 12s infinite ease-in-out;
        }
        .window-rounded svg#mountains.storm #clouds,
        .window-rounded svg#mountains.storm #back-clouds-1,
        .window-rounded svg#mountains.storm #back-clouds-2,
        .window-rounded svg#mountains.storm #back-clouds-3 {
            opacity: 1;
            translate: 0 0%;
            filter: contrast(1) grayscale(0.7) brightness(0.6);
            animation: cloudsAnimation 12s infinite ease-in-out !important;
        }
        .window-rounded svg#mountains.storm #strike-1 {
            animation: lightningAnimation 10s infinite ease-in-out;
        }
        .window-rounded svg#mountains.storm #strike-2 {
            animation: lightningAnimation 12s infinite ease-in-out;
        }
        @keyframes stormAnimation {
            20% {
                filter: contrast(1) grayscale(0.7) brightness(0.6);
            }
            21% {
                filter: contrast(1) grayscale(0.7) brightness(1);
            }
            22% {
                filter: contrast(1) grayscale(0.7) brightness(0.6);
            }
            80% {
                filter: contrast(1) grayscale(0.7) brightness(0.6);
            }
            81% {
                filter: contrast(1) grayscale(0.7) brightness(1);
            }
            82% {
                filter: contrast(1) grayscale(0.7) brightness(0.6);
            }
        }
        @keyframes stormAnimation2 {
            20% {
                filter: contrast(1) grayscale(0.7) brightness(0.6);
            }
            21% {
                filter: contrast(1) grayscale(0.7) brightness(1);
            }
            22% {
                filter: contrast(1) grayscale(0.7) brightness(0.6);
            }
            80% {
                filter: contrast(1) grayscale(0.7) brightness(0.6);
            }
            81% {
                filter: contrast(1) grayscale(0.7) brightness(1);
            }
            82% {
                filter: contrast(1) grayscale(0.7) brightness(0.6);
            }
        }
        @keyframes lightningAnimation {
            20% {
                opacity: 0;
            }
            21% {
                opacity: 1;
                filter: drop-shadow(0px 0px 10px rgb(255, 208, 0));
            }
            22% {
                opacity: 0;
            }
            80% {
                opacity: 0;
            }
            81% {
                opacity: 1;
                filter: drop-shadow(0px 0px 10px rgb(255, 208, 0));
            }
            82% {
                opacity: 0;
            }
        }
        .window-rounded svg#mountains.storm #snow-1 {
            animation: stormRainAnimation 1s infinite linear !important;
            opacity: 0.3;
        }
        .window-rounded svg#mountains.storm #snow-2 {
            animation: stormRainAnimation 1.1s infinite linear !important;
            opacity: 0.3;
        }
        @keyframes stormRainAnimation {
            0% {
                transform: translateY(-30%) translateX(-20%);
                opacity: 0;
            }
            6% {  opacity: 0.3;}
            94% { opacity: 0.3;}
            100% {
                transform: translateY(20%)  translateX(0%);
                opacity: 0;
            }
        }
        
        /* snow */
        .window-rounded svg#mountains.snow > *:not(#strike-1):not(#strike-2) {
            transition: all 2s ease-in-out;
            animation: snowTransition 2s ease-in-out;
            filter: contrast(1) grayscale(0.5) brightness(1);
        }
        @keyframes snowTransition {
            0% {
                filter: contrast(1) grayscale(0.7) brightness(0.6);
            }
            100% {
                filter: contrast(1) grayscale(0.5) brightness(1);
            }
        }
        .window-rounded svg#mountains.snow #clouds,
        .window-rounded svg#mountains.snow #back-clouds-1,
        .window-rounded svg#mountains.snow #back-clouds-2,
        .window-rounded svg#mountains.snow #back-clouds-3 {
            opacity: 1;
            translate: 0 0%;
        }
        .window-rounded svg#mountains.snow #snow-1 {
            transform: translateY(-200%) translateX(-2%);
            animation: snowflakeAnimation 10s infinite ease-in-out !important;
            opacity: 0;
        }
        .window-rounded svg#mountains.snow #snow-2 {
            animation: snowflakeAnimation 11.3s infinite ease-in-out !important;
            opacity: 0;
            animation-delay: -5s !important;
        }
        @keyframes snowflakeAnimation {
            0% {
                transform: translateY(-35%) translateX(-2%);
                opacity: 0;
            }
            10% { transform: translateY(-30%) translateX(-0%); opacity: 0.5;}
            20% { transform: translateY(-25%) translateX(-2%);}
            30% { transform: translateY(-20%) translateX(-0%);}
            40% { transform: translateY(-15%) translateX(-2%);}
            50% { transform: translateY(-10%) translateX(-0%);}
            60% { transform: translateY(-5%) translateX(-2%);}
            70% { transform: translateY(0%) translateX(-0%);}
            80% { transform: translateY(5%) translateX(-2%);}
            90% { transform: translateY(10%) translateX(-0%); opacity: 0.5;}
            100% {
                transform: translateY(20%)  translateX(-2%);
                opacity: 0;
            }
        }
        
        /* ---- */
        
        .invert .window-rounded{
            background: linear-gradient(0deg, rgba(0,0,0,0.7) 48%, rgba(255,255,255,0) 57%, rgba(255,255,255,0) 100%), rgb(202, 216, 228);
            box-shadow: 
            -2px 2px 1px 0px rgba(0, 0, 0, 0.4), 
            2px -2px 2px 0 rgba(108, 115, 129, 0.2), 
            inset -4px -3px 12px 1px rgba(152, 243, 248, 0.1),
            inset 2px 3px 7px 1px rgba(0, 0, 0, 0.5);
        }
        
        .invert .window {
            box-shadow: 
            2px -2px 1px 0 rgba(108, 115, 129, 0.4), 
            -2px 4px 3px 0px rgba(0, 0, 0, 0.4);
        }
        .window-rounded {
            background: rgb(0, 0, 0, 0.5);
            border-radius: 50%;
            height: 200%;
            bottom: unset;
            top: 1.1%;
            margin: 1px;
            overflow: hidden;
            box-shadow: 
            -2px 2px 2px 0 rgba(108, 115, 129, 0.4), 
            2px -2px 1px 0px rgba(0, 0, 0, 0.2), 
            inset -3px 3px 2px 1px rgba(0, 0, 0, 0.5);
        }
        .loading-bar {
            background: none;
            width: 18%;
            height: 1.4%;
            bottom: 8%;
            border-radius: 50px;
            overflow: hidden;
            box-shadow: 
             0px 0px 2px 1px rgba(0, 0, 0, 0.2),
             -1px 2px 6px 4px rgba(0, 0, 0, 0.3),
             1px -2px 6px 4px rgba(255, 255, 255, 0.5),
            inset 0px 0px 0px 12px rgba(0, 0, 0, 0.8);
        }
        .outer-rim:not(.power-on) .loading-bar > div{
            width: 0%;
        }
        .loading-bar > div {
            --color-1: rgba(152, 243, 248, 0.9);
            --color-2: rgba(0,0,0, 0.7);
            background: var(--color-1);
            width: 21.9%;
            height: 50%;
            transition: all 0.2s ease-in-out;
            opacity: 0;
            left: unset;
            right: 3%;
        }
        .loading-bar > div:nth-child(1) { 
            border-top-right-radius: 20px;
            border-bottom-right-radius: 20px;
            transition-delay: 0.2s;
        }
        .loading-bar > div:nth-child(2) { 
            translate: -110%;
            transition-delay: 0.4s;
        }
        .loading-bar > div:nth-child(3) { 
            translate: -220%;
            transition-delay: 0.6s;
        }
        .loading-bar > div:nth-child(4) { 
            translate: -330%;
            border-top-left-radius: 20px;
            border-bottom-left-radius: 20px;
            transition-delay: 0.8s;
        }
        .power-on .loading-bar.active > div {
            opacity: 1;
        }
        .back-circle {
            border-radius: 50%;
            width: 30%;
            height: 30%;
            bottom: unset;
            top: 12.2%;
            right: 0.5%;
            background: none;
            box-shadow: 
            -12px 22px 22px 0px rgba(152, 243, 248,0.2), 
            -6px 12px 12px 4px rgba(152, 243, 248, 0.2), 
            0px 0px 0px 4px rgba(108, 115, 129, 0); 
        }
        .circle {
            border-radius: 50%;
            width: 30%;
            height: 30%;
            bottom: unset;
            top: 12.2%;
            right: 0.5%;
            transition: transform 1s ease-in-out;
            box-shadow: 
            0px 0px 2px 2px rgba(108, 115, 129, 0.4), 
            0px 0px 3px 4px rgba(108, 115, 129, 0.2); 
        }
        .inner-circle {
            border-radius: 50%;
            width: 28.6%;
            height: 28.6%;
            bottom: unset;
            top: 12.5%;
            box-shadow:
            26px -26px 42px 20px rgba(0, 0, 0, 0.5),
            16px -16px 22px 0px rgba(0, 0, 0, 0.4),
            6px -6px 12px 0px rgba(0, 0, 0, 0.5),
            inset -3px 3px 2px 1px rgba(0, 0, 0, 0.5),
            inset 5px -5px 14px 3px rgba(108, 115, 129, 0.5), 
            inset 10px -10px 12px 5px rgba(0, 0, 0, 0.1);
            display: block;
            background: linear-gradient(25deg, rgb(69 75 85) 0%, rgb(22 25 32) 100%);
            cursor: pointer;
        }
        .sixths-container {
            background: none;
            transition: transform 1s ease-in-out;
        }
        .sixths {
            width: 24.3%;
            height: 100%;
            background: none;
            rotate: 0deg;
            transform-origin: 50%;
        }
        .sixths:nth-child(2) {rotate:  -60deg;}
        .sixths:nth-child(3) {rotate:  -120deg;}
        .sixths:nth-child(4) {rotate:  -180deg;}
        .sixths:nth-child(5) {rotate:  -240deg;}
        .sixths:nth-child(6) {rotate:  -300deg;}
        .sixths .icon {
            background: none;
            width: 100%;
            height: 24.3%;
            top: unset;
            bottom: 5%;
        }
        .sixths .icon svg{
            width: 100%;
            height: 100%;
            background: none;
        }
        .sixths .icon svg *{
            opacity: 0.07;
            transition: all 0.5s ease-in-out;
            filter: drop-shadow(0px 0px 4px rgba(152, 243, 248, 0.1));
        }
        .power-on .sixths .icon svg *{
            opacity: 0.4;
            transition-delay: 0.5s;
        }
        .power-on .sixths.active .icon svg > *{
            opacity: 1;
            transition: all 0.5s ease-in-out;
            /* fill:rgba(152, 243, 248,0.9); */
            filter: drop-shadow(0px 0px 6px rgba(152, 243, 248, 1));
        }
        .left-modal {
            background: rgb(40, 44, 54);
            width: 13%;
            height: 45%;
            border-radius: 14px;
            left: unset;
            right: 4%;
            bottom: unset;
            box-shadow: 
            0 0 6px 2px rgba(0, 0, 0, 0.4),
            inset 0px -44px 18px -20px rgba(0, 0, 0, 0.2),
            inset 4px -4px 18px 4px rgba(0, 0, 0, 0.3),
            inset -2px 1px 4px 1px rgba(108, 115, 129, 0.3),
            inset -10px 2px 10px -4px rgba(108, 115, 129, 0.5);
        }
        .power {
            rotate: 180deg;
            width: 69%;
            height: 19.88%;
            border-radius: 12px;
            top: unset;
            bottom: 4.5%;
            left: unset;
            right: 15.5%;
            overflow: hidden;
            box-shadow: 
            -4px 4px 4px 0px rgba(0, 0, 0, 0.3),
            0px 0px 0px 1px rgba(0,0,0, 0.6);
            cursor: pointer;
            transition: box-shadow 0.1s ease-in-out;
        }
        .power:hover{
            box-shadow: 
            -3px 3px 2px 0px rgba(0, 0, 0, 0.3),
            0px 0px 0px 1px rgba(0,0,0, 0.6),
            inset 0px 0px 5px 3px rgba(0,0,0, 0.2),
            inset 0px 0px 0px 1px rgba(0,0,0, 0.3);
        }
        .power:hover .inner-power {
            scale: 0.97;
        }
        .inner-power {
            rotate: 180deg;
            width: 80%;
            height: 80%;
            border-radius: 10px;
            box-shadow: 
            4px -4px 18px 4px rgba(0, 0, 0, 0.3),
            0px 0px 2px 1px rgba(108, 115, 129, 0.6),
            inset 0px -54px 18px -20px rgba(0, 0, 0, 0.2),
            inset 4px -4px 18px 4px rgba(0, 0, 0, 0.3);
        }
        .power:hover .inner-power{
            box-shadow: 
            4px -4px 18px 4px rgba(0, 0, 0, 0.4),
            0px 0px 2px 1px rgba(108, 115, 129, 0.6),
            inset 0px -54px 18px -20px rgba(0, 0, 0, 0.2),
            inset 4px -4px 18px 4px rgba(0, 0, 0, 0.4);
        }
        .inner-power::before {
            display: block;
            content: "";
            width: 40%;
            height: 40%;
            border-radius: 50%;
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            margin: auto;
            border: 2px solid rgba(152, 243, 248,0.6);
            box-shadow: 
            0px 0px 4px 2px rgba(152, 243, 248, 0.1);
            transition: all 0.1s ease-in-out;
        }
        .inner-power::after{
            display: block;
            content: "";
            width: 4%;
            height: 25%;
            border-radius: 2px;
            position: absolute;
            left: 0;
            right: 0;
            top: 30%;
            bottom: 0%;
            margin: auto;
            background: rgba(152, 243, 248, 0.5);
            box-shadow: 
            0px 0px 4px 2px rgba(152, 243, 248, 0.2),
            0px 0px 0px 3px rgba(19,21,26, 1),
            0px 0px 4px 3px rgba(19,21,26, 0.5);
            transition: all 0.1s ease-in-out;
        }
        .power-on .inner-power::before {
            border: 2px solid rgba(152, 243, 248, 1);
            box-shadow: 
            0px 0px 4px 2px rgba(152, 243, 248, 0.5);
        }
        .power-on .inner-power::after {
            background: rgba(152, 243, 248, 1);
            box-shadow: 
            0px 0px 4px 2px rgba(152, 243, 248, 0.7),
            0px 0px 0px 4px rgba(19,21,26, 1),
            0px 0px 0px 5px rgba(19,21,26, 0.5);
        }
        .left-btn-1,
        .left-btn-2,
        .left-btn-3 {
            background: rgb(40, 44, 54);
            box-shadow: 
            inset 2px -2px 4px 0px rgba(255,255,255, 0.2),
            inset -2px 2px 4px 0px rgba(0,0,0, 0.2),
            2px -2px 5px 0px rgba(0, 0, 0, 1),
            0px 0px 2px 1px rgba(0,0,0, 0.3),
            0px 0px 0px 1px rgba(0,0,0, 1);
            width: 7%;
            height: 7%;
            border-radius: 8px;
            left: unset;
            right: 22%;
            bottom: 18%;
            cursor: pointer;
            transition: all 0.2s ease-in-out;
        }
        .left-btn-2 {
            bottom: 38%;
        }
        .left-btn-3 {
            bottom: 58%;
        }
        .left-btn-1:hover,
        .left-btn-2:hover,
        .left-btn-3:hover {
            box-shadow: 
            inset 2px -2px 4px 0px rgba(133, 133, 133, 0.2),
            inset -2px 2px 4px 0px rgba(0,0,0, 0.2),
            1px -1px 3px 0px rgba(0, 0, 0, 1),
            0px 0px 2px 1px rgba(0,0,0, 0.3),
            0px 0px 0px 1px rgba(0,0,0, 1);
        }
        .left-btn-1:hover > svg,
        .left-btn-2:hover > svg,
        .left-btn-3:hover > svg  {
            scale: 0.97;
        }
        
        .left-btn-1 svg,
        .left-btn-2 svg,
        .left-btn-3 svg {
            width: 70%;
            height: 70%;
            background: none;
            rotate: 180deg;
        }
        .left-btn-1 svg *,
        .left-btn-2 svg *,
        .left-btn-3 svg * {
            opacity: 0.07;
            transition: all 0.5s ease-in-out;
            fill: rgba(152, 243, 248, 0.7) !important;
            filter: drop-shadow(0px 0px 4px rgba(152, 243, 248, 0.1));
        }
        .power-on .left-btn-1 svg *,
        .power-on .left-btn-2 svg *,
        .power-on .left-btn-3 svg * {
            opacity: 0.4;
        }
        .power-on .active.left-btn-1 svg *,
        .power-on .active.left-btn-2 svg *,
        .power-on .active.left-btn-3 svg * {
            opacity: 1;
            transition: all 0.5s ease-in-out;
            filter: drop-shadow(0px 0px 6px rgba(152, 243, 248, 1));
        }
        .right-modal {
            background: rgb(40, 44, 54);
            width: 32%;
            height: 51%;
            right: unset;
            left: 0;
            bottom: unset;
            box-shadow: 
            inset 0px 0px 40px 42px rgba(0,0,0, 0.3),
            inset -24px 0px 16px -22px rgba(158, 192, 201, 1),
            inset 0px -54px 18px -20px rgba(0, 0, 0, 0.4),
            inset 4px -4px 18px 4px rgba(0, 0, 0, 0.3);
        }
        .right-modal p.label{
            color: rgba(170, 170, 170, 0.2);
            background: none;
            width: fit-content;
            height: fit-content;
            rotate: 180deg;
            font-size: calc(var(--init-size) / 64);
            top: unset;
            bottom: 6%;
            right: 5%;
            pointer-events: none;
        }
        .power-on .right-modal p.label{
            color: rgba(170, 170, 170, 0.8);
            text-shadow:
            0px 0px 3px rgba(255, 255, 255, 0.4),
            0px 0px 8px rgba(255, 255, 255, 0.5);
        }
        .screen {
            background: rgb(0, 0, 0);
            width: 60%;
            height: 16%;
            right: unset;
            left: 18%;
            top: unset;
            bottom: 14%;
            text-align: center;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 0 5px 0 rgba(108, 115, 129, 0.5),
            inset 0 0 2px 2px rgba(0,0,0, 1),
            inset 0 0 2px 2px rgba(255,255,255, 0.7);
        }
        .power-on p.temp {
            color: rgba(255, 255, 255, 0.45);
            text-shadow: 
            0px 0px 3px rgba(255, 255, 255, 0.3),
            0px 0px 8px rgba(255, 255, 255, 0.4);
            transition: 1s color ease-in-out, 1s text-shadow ease-in-out;
            transition-delay: 0.2s;
        }
        p.temp {
            background: none;
            font-size: calc(var(--init-size) / 30);
            font-weight: 500;
            letter-spacing: 4px;
            font-family: 'Transponder AOE', sans-serif;
            rotate: 180deg;
            white-space: nowrap;
            padding: 7% 4px 14px 16%;
            position: absolute;
            pointer-events: none;
        }
        .toggle {
            color: rgba(170, 170, 170, 0.725);
            font-size: calc(var(--init-size) / 50);
            background: rgba(0, 0, 0, 0.5);
            rotate: 180deg;
            width: 24%;
            height: 8%;
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 20px;
            left: 29%;
            bottom: -23%;
            box-shadow: 
            2px -2px 4px 0 rgba(255, 255, 255, 0.1),
            -2px 2px 6px 0 rgba(0,0,0, 0.7),
            0px -5px 12px 0 rgba(158, 192, 201, 0.1),
            inset 0px 0px 1px 1px rgba(0, 0, 0, 0.7),
            inset -1px 2px 4px 0 rgba(255, 255, 255, 0.4);
            cursor: pointer;
        }
        .toggle.two{
            left: 18%;
            right: unset;
        }
        .power-on .toggle.active {
            color: #aaaaaacc;
            text-shadow:
            0px 0px 3px rgba(255, 255, 255, 0.5),
            0px 0px 8px rgba(255, 255, 255, 0.6);
            box-shadow: 
            2px -2px 4px 0 rgba(255, 255, 255, 0.1),
            -2px 2px 6px 0 rgba(0,0,0, 0.7),
            0px -5px 12px 0 rgba(158, 192, 201, 0.1),
            inset 0px 0px 1px 1px rgba(0, 0, 0, 0.7),
            inset -1px 2px 4px 0 rgba(255, 255, 255, 0.4);
        }
        .toggle:hover{
            background: rgba(0, 0, 0, 0.6);
            box-shadow: 
            2px -2px 4px 0 rgba(255, 255, 255, 0.1),
            -2px 2px 6px 0 rgba(0,0,0, 0.7),
            0px -5px 12px 0 rgba(158, 192, 201, 0.1),
            inset 0px 0px 1px 1px rgba(0, 0, 0, 0.7),
            inset -1px 2px 4px 0 rgba(255, 255, 255, 0.3);
            scale: 0.97;
        }
        g#rocket {
            filter: grayscale(0.7);
        }
        g#rocket #thrusterflame{
            fill: rgb(154, 244, 250) !important;
            filter: drop-shadow(0 10px 3px rgb(11, 223, 238));
        }
        
        @keyframes rocketAnimation {
            0% {
                transform:  translateY(-10%) translateX(60%) rotate(40deg) scale(1);
            }
            100% {
                transform:  translateY(-70%)  translateX(60%) rotate(0deg) scale(0);
            }
        }
        
        g#monsterbody {
            /* animation: monsterAnimation 24s infinite linear !important; */
            opacity: 0;
        }
        @keyframes monsterAnimation {
            0% {
                opacity: 1;
                translate: -30%;
            }
            100% {
                opacity: 1;
                translate: 50%;
            }
        }
        g#biplane {
            /* animation: biplaneAnimation 12s infinite linear !important; */
        }
        
        @keyframes biplaneAnimation {
            0% {
                opacity: 1;
                translate: 0%;
                rotate: 0deg;
            }
            5% { rotate: 0.2deg }
            10% { rotate: -0.2deg }
            15% { rotate: 0.2deg }
            20% { rotate: -0.2deg }
            25% { rotate: 0.2deg }
            30% { rotate: -0.2deg }
            35% { rotate: 0.2deg }
            40% { rotate: -0.2deg }
            45% { rotate: 0.2deg }
            50% { rotate: -0.2deg }
            55% { rotate: 0.2deg }
            60% { rotate: -0.2deg }
            65% { rotate: 0.2deg }
            70% { rotate: -0.2deg }
            75% { rotate: 0.2deg }
            80% { rotate: -0.2deg }
            85% { rotate: 0.2deg }
            90% { rotate: -0.2deg }
            95% { rotate: 0.2deg }
            100% {
                opacity: 1;
                translate: -95%;
            }
        }
    </style>

    <script>
        window.console = window.console || function(t) {};
    </script>



</head>

<body translate="no">
    <svg id="noise-svg">
        <!-- gives background a bit of texture -->
        <filter id='noiseFilter'>
            <feTurbulence type='fractalNoise' baseFrequency='0.5' numOctaves='3' stitchTiles='stitch' />
        </filter>
        <rect id="noise-rect" filter='url(#noiseFilter)' />
    </svg>

    <div class="outer-rim">
        <div class="outer-rim-2">
            <div class="inner-rim">
                <div class="outer-window">
                    <div class="window">
                        <div class="window-rounded">
                            <?xml version="1.0" encoding="UTF-8"?>
                            <svg id="mountains" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 875.7 446.1">
                            <defs>
                              <clipPath id="clippath">
                                <path d="M657.1,414.5c-48.8,21-204.4,7.1-235.4,7.6-32.7,1-35.2-6-76.3-13.8-11,6.6-159.8-26.3-108.6-31.5,1.6-1.1,.3-3.6,.4-4.3,.7-.9,6.8,3,7.3,2.3,1-4.7-20.7-12-16.3-15.8,3.5-2.7,11.3,1.2,11.9,.1-.4-1.7-7.8-6.6-3.5-10.6-.1-2.7-5.8-3.8-5.7-5.4,.2-2.1,9.7-2.5,9.9-4.7-8.8-7-.8-5.8-7.1-11.3-.7-2.7,1.8-12.5-.5-15.6,5.5,6.6,6.8,2.5,1.6-5.2-5.1-5.2-14-5.1-3.2-5.9-.9-12.5-4.2-11.2-9.3-15.5,1.9-2.9,1.4-13.6-.5-16,.3-3.7,208.5,13,486.5,36.9,32.3,27.8,39.3,63.2,26.5,79.1-9.2,11.5-27.5,11.3-32.6,11.2-8.6,15.5-27,13.3-45.1,18.4Z" style="fill: none;"/>
                              </clipPath>
                            </defs>
                            <path id="sky" d="M873.8,7c-.1-1.6,0-3.2,.1-4.9H2.6V444.2H873.8V7h0Z"/>
                            <g id="moon">
                              <path d="M438,125.5c-2,1.5-3.5,3.4-4.4,5.6-.8,1.8-2.1,3.7-4.1,5.9-5.3,5.7-11.2,9.9-17.9,12.7-6.3,2.6-12.9,3.7-19.9,3.1-10-.8-19.3-4.4-28-11-.5-.4-.8-1.1-.5-1.8,.5-1.4,.7-2.7,.5-3.8-.1-1.2-.8-2.2-2-2.9-2.4-1.5-4.4-.8-5.9,2.1-.1,.2-.2,.4-.2,.7-.5,1.8-.8,1.7-1-.4,0-.5,0-.9,.2-1.4,.6-1.5,.6-2.7,0-3.7-2.3-3.6-4-7.4-5.1-11.5-.7-2.6-1-4.9-.9-6.8,0,0,.2-1,.6-2.9,.4-2-.6-2.8-3-2.4-.2,0-.5,.1-.9,.2-1.7,.6-1.9,.3-.7-1,.5-.4,1-.7,1.6-.9,1.2-.2,1.8-.8,1.7-1.7-.1-.5-.1-.8,0-1,1-5,2.1-9.9,3.6-14.8,0-.1,.1-.4,.1-.9,.1-.6,.4-.9,1-.9,.4,0,.7-.1,.9-.3,1.3-1.1,2.2-2.3,2.7-3.7,1.8-4.8,4.7-8.6,8.5-11.4,1.2-.9,1.7-1.8,1.5-2.8" style="fill: none; stroke: #f2f2f3; stroke-width: 2px;"/>
                              <path d="M438,125.5c-2,1.5-3.5,3.4-4.4,5.6-.8,1.8-2.1,3.7-4.1,5.9-5.3,5.7-11.2,9.9-17.9,12.7-6.3,2.6-12.9,3.7-19.9,3.1-10-.8-19.3-4.4-28-11-.5-.4-.8-1.1-.5-1.8,.5-1.4,.7-2.7,.5-3.8-.1-1.2-.8-2.2-2-2.9-2.4-1.5-4.4-.8-5.9,2.1-.1,.2-.2,.4-.2,.7-.5,1.8-.8,1.7-1-.4,0-.5,0-.9,.2-1.4,.6-1.5,.6-2.7,0-3.7-2.3-3.6-4-7.4-5.1-11.5-.7-2.6-1-4.9-.9-6.8,0,0,.2-1,.6-2.9,.4-2-.6-2.8-3-2.4-.2,0-.5,.1-.9,.2-1.7,.6-1.9,.3-.7-1,.5-.4,1-.7,1.6-.9,1.2-.2,1.8-.8,1.7-1.7-.1-.5-.1-.8,0-1,1-5,2.1-9.9,3.6-14.8,0-.1,.1-.4,.1-.9,.1-.6,.4-.9,1-.9,.4,0,.7-.1,.9-.3,1.3-1.1,2.2-2.3,2.7-3.7,1.8-4.8,4.7-8.6,8.5-11.4,1.2-.9,1.7-1.8,1.5-2.8,15.6-6.1,30.3-5.6,44,1.5,6.2,3.2,11.5,7.4,16,12.5,6.6,7.6,10.6,16.6,12.1,27,.6,5.3,.5,10.8-.5,16.7h0Z" style="fill: #fff;"/>
                              <path d="M366.2,67.9c.2,1-.3,1.9-1.5,2.8-3.8,2.8-6.6,6.7-8.5,11.4-.5,1.3-1.4,2.6-2.7,3.7-.2,.2-.5,.3-.9,.3-.5,0-.9,.3-1,.9s-.1,.9-.1,.9c-1.5,4.9-2.6,9.8-3.6,14.8v1c.1,.8-.5,1.4-1.7,1.7-.6,.1-1.2,.4-1.6,.9-1.2,1.2-1,1.6,.7,1,.4-.1,.6-.2,.9-.2,2.4-.4,3.4,.4,3,2.4-.4,1.9-.6,2.8-.6,2.9-.1,1.9,.2,4.2,.9,6.8,1.1,4.1,2.8,8,5.1,11.5,.6,1,.6,2.2,0,3.7-.2,.4-.3,.9-.2,1.4,.2,2,.5,2.1,1,.4,.1-.3,.2-.5,.2-.7,1.5-2.9,3.5-3.6,5.9-2.1,1.2,.7,1.9,1.7,2,2.9,.1,1.1,0,2.4-.5,3.8-.2,.7,0,1.4,.5,1.8,8.6,6.6,17.9,10.3,28,11,7,.5,13.6-.5,19.9-3.1,6.6-2.8,12.6-7,17.9-12.7,2-2.1,3.3-4.1,4.1-5.9,.9-2.2,2.4-4.1,4.4-5.6-3.6,16.4-12.6,28.5-27,36.3-5.6,3.1-11.7,4.9-18.3,5.7-6.2,.7-12.4,.2-18.7-1.4-12.2-3.1-22-9.7-29.2-19.8-4.1-5.6-7-11.8-8.6-18.3-2.7-10.6-2-21.1,2.1-31.6,5.4-13.1,14.7-22.6,28.1-28.6h0Z" style="fill: #e5e5e7;"/>
                              <circle cx="375.7" cy="85" r="6" style="fill: #e5e5e7;"/>
                              <circle cx="394.8" cy="104.3" r="3.2" style="fill: #e5e5e7;"/>
                              <ellipse cx="368.75" cy="110.67" rx="3.1" ry="3.2" transform="translate(78.16 363.22) rotate(-57.7)" style="fill: #e5e5e7;"/>
                              <circle cx="420.6" cy="113.6" r="6.1" style="fill: #e5e5e7;"/>
                              <circle cx="383.5" cy="124.5" r="2.2" style="fill: #e5e5e7;"/>
                              <ellipse cx="407.51" cy="130.9" rx="1.2" ry="1.4" transform="translate(-20.51 129.36) rotate(-17.6)" style="fill: #e5e5e7;"/>
                              <circle cx="392.6" cy="143.3" r="3.1" style="fill: #e5e5e7;"/>
                            </g>
                            <g id="stars">
                              <path d="M408,32.3c-.6-.3-.6-.5,0-.8,3.8-1.6,5.9-3.8,6.5-6.7,.3-1.3,.6-1.3,1.1-.1,1.3,3.4,3.7,5.7,7.1,6.8,1.2,.4,1.1,.7,0,1-3.1,.8-5.5,3-7,6.7-.3,.7-.5,.7-.8,0-1.5-3.2-3.8-5.5-6.9-6.9h0Z" style="fill: #fff;"/>
                              <path d="M338.7,52.3c-.4-.2-.4-.4,0-.6,1.2-.6,2.2-1.4,2.9-2.6,.2-.4,.7-.5,1-.3l3.1,2.8c.3,.2,.1,.7-.2,.9-1.1,.6-2.1,1.4-2.8,2.4-.2,.3-.6,.3-.8,0-.9-1.1-1.9-2-3.2-2.6h0Z" style="fill: #fff;"/>
                              <path d="M481.3,79.4c-.3-.4-.3-1,0-1.4l2-2.3c.3-.3,.7-.4,1-.2,1,.8,1.9,1.7,2.5,2.8,.2,.3,.1,.8-.2,1.1l-2.3,2.5c-.2,.2-.6,.2-.8,0l-2.2-2.5h0Z" style="fill: #fff;"/>
                              <path d="M464.1,186.1c1.4,.4,1.4,.8,0,1.2-1.3,.4-2.2,1.3-2.7,2.7-.5,1.6-1,1.6-1.5,0-.4-1.4-1.2-2.2-2.4-2.4-1.7-.3-1.8-.8-.3-1.7,1.2-.7,2.2-1.7,2.9-2.9,.8-1.4,1.2-1.3,1.4,.3,.1,1.4,1,2.4,2.6,2.8Z" style="fill: #fff;"/>
                              <path d="M75.2,29c.7,.3,.7,.6-.1,.8-2.7,.8-5.1,2.9-6.9,6.1-.3,.6-.6,.6-.9-.1-1.1-2.9-3.2-5-6.1-6.1-.6-.2-.6-.5-.1-.8,3.3-2,5.4-4.2,6.2-6.7,.3-.8,.6-.8,.9-.1,1.5,3.1,3.8,5.3,7,6.9h0Z" style="fill: #fff;"/>
                              <path d="M268.6,126c-.6-.3-.6-.5,0-.8,3.8-1.6,5.9-3.8,6.5-6.7,.3-1.3,.6-1.3,1.1-.1,1.3,3.4,3.7,5.7,7.1,6.8,1.2,.4,1.1,.7,0,1-3.1,.8-5.5,3-7,6.7-.3,.7-.5,.7-.8,0-1.6-3.3-3.8-5.6-6.9-6.9h0Z" style="fill: #fff;"/>
                              <path d="M82.5,93.7c-.4-.2-.4-.4,0-.6,1.2-.6,2.2-1.4,2.9-2.6,.2-.4,.7-.5,.9-.3l3.1,2.8c.3,.2,.1,.7-.2,.9-1.2,.6-2.1,1.4-2.8,2.4-.2,.3-.6,.3-.8,0-.8-1-1.8-1.9-3.1-2.6h0Z" style="fill: #fff;"/>
                              <path d="M369.4,227.7c1.4,.4,1.4,.8,0,1.2-1.3,.4-2.2,1.3-2.7,2.7-.5,1.6-1,1.6-1.5,0-.4-1.4-1.2-2.2-2.4-2.4-1.7-.3-1.8-.8-.3-1.7,1.2-.7,2.2-1.7,2.9-2.9,.8-1.4,1.2-1.3,1.4,.3,.2,1.4,1,2.3,2.6,2.8Z" style="fill: #fff;"/>
                              <path d="M210.3,59.3c.7,.3,.7,.6-.1,.8-2.7,.8-5.1,2.9-6.9,6.1-.3,.6-.6,.6-.9-.1-1.1-2.9-3.2-5-6.1-6.1-.6-.2-.6-.5-.1-.8,3.3-2,5.4-4.2,6.2-6.7,.3-.8,.6-.8,.9-.1,1.6,3.1,3.9,5.4,7,6.9h0Z" style="fill: #fff;"/>
                              <path d="M554.3,64.5c-.5,.2-.6,.1-.5-.4,1-3.2,.7-5.8-.8-7.7-.7-.8-.5-1.1,.5-.7,2.9,1,5.5,.7,8-.9,.8-.5,1-.4,.6,.6-1.2,2.4-1,5,.6,8,.3,.5,.1,.7-.4,.5-2.9-.9-5.5-.7-8,.6h0Z" style="fill: #fff;"/>
                              <path d="M530.2,118.9c-.4,.2-.5,.1-.4-.3,.3-1.1,.3-2.2-.1-3.2-.1-.3,0-.7,.3-.7l3.4-.5c.3,0,.5,.3,.4,.6-.2,1-.2,2.1,0,3.1,.1,.3-.1,.5-.4,.5-1-.1-2.1,.1-3.2,.5Z" style="fill: #fff;"/>
                              <path d="M622.8,42.9c-.4,0-.8-.3-.8-.7l-.4-2.5c-.1-.3,.1-.7,.4-.7,1-.2,2.1-.3,3.1-.1,.3,0,.5,.3,.6,.7l.4,2.8c0,.3-.2,.5-.4,.5h-2.9Z" style="fill: #fff;"/>
                              <path d="M681.3,110.2c1-.7,1.3-.5,.8,.7-.5,1-.4,2.1,.3,3.2,.7,1.2,.5,1.5-.8,.9-1.1-.5-2-.4-2.8,.2-1.1,1-1.5,.7-1.2-.7,.2-1.2,.1-2.3-.3-3.4-.5-1.2-.2-1.4,.9-.7,.9,.6,2,.5,3.1-.2h0Z" style="fill: #fff;"/>
                              <path d="M714.1,54.6c.6-.3,.7-.1,.5,.5-.9,2.2-.8,4.7,.2,7.6,.2,.5,0,.7-.5,.5-2.4-.8-4.8-.6-7.1,.7-.4,.2-.6,.1-.5-.4,.5-3.2,.2-5.7-1-7.5-.4-.6-.2-.8,.5-.6,2.6,.7,5.3,.4,7.9-.8h0Z" style="fill: #fff;"/>
                            </g>
                            <g id="Fillgaps">
                              <path d="M157,72.6c.3-.3,.4-.5,.4-.8" style="fill: none; stroke: #3b9bbd; stroke-width: 2px;"/>
                              <path d="M157.2,71.8c.1,0,.2,0,.2,.1-.2,.2-1.3-.1-.2-.1" style="fill: none; stroke: #3b9bbd; stroke-width: 2px;"/>
                              <path d="M871.7,179.5c-10.7,.6-16,18.7-24.4,7.7" style="fill: none; stroke: #175883; stroke-width: 2px;"/>
                              <path d="M847.2,187.1c-5.6-1.6,1.7-11.3-4.9-7.6" style="fill: none; stroke: #103c5f; stroke-width: 2px;"/>
                              <path d="M842.2,179.6c-3.8-19.5,17.7-11.9,29.1-18.7" style="fill: none; stroke: #1e5b86; stroke-width: 2px;"/>
                              <path d="M157,72.6c-5.3,5.1-10.9,9.7-17,13.8" style="fill: none; stroke: #7eabd1; stroke-width: 2px;"/>
                              <path d="M34.7,85.9c-6.9-15.6-20.3,.8-30.4,3.9" style="fill: none; stroke: #2f87af; stroke-width: 2px;"/>
                              <path d="M802.9,87.9c-1.2-6.2-7.2-5.4-11.7-7.5" style="fill: none; stroke: #398cb2; stroke-width: 2px;"/>
                              <path d="M791.3,80.3c-4.8-.9-10.9-5.7-15.5-3.2" style="fill: none; stroke: #4d8cb6; stroke-width: 2px;"/>
                              <path d="M775.7,77.1c-1.9,.8-1.3-2.4-2.7-1.7" style="fill: none; stroke: #4692b4; stroke-width: 2px;"/>
                              <path d="M773,75.3c-2.2-2.2-3.4,7.1-5,9.1" style="fill: none; stroke: #8eb9d5; stroke-width: 2px;"/>
                              <path d="M179.8,88.1c-6.5-5.6-14.2-9.7-21.1-15" style="fill: none; stroke: #3e7ca1; stroke-width: 2px;"/>
                              <path d="M158.7,73.1c-.4-.6-1-.7-1.7-.5" style="fill: none; stroke: #7eabd1; stroke-width: 2px;"/>
                              <path d="M872.1,97.4c-8.6,11.7-10.6,26.7-16.8,39.8" style="fill: none; stroke: #8994be; stroke-width: 2px;"/>
                              <path d="M855.3,137.2l-1.5,1.9" style="fill: none; stroke: #7e91b9; stroke-width: 2px;"/>
                              <path d="M853.8,139.1c2.1-6.9,5.4-15.3,7-22.8" style="fill: none; stroke: #9cbcdb; stroke-width: 2px;"/>
                              <path d="M860.7,116.3c1.2-3.5,1.8-9.4,4.8-13" style="fill: none; stroke: #96b8d8; stroke-width: 2px;"/>
                              <path d="M865.5,103.4c2.3-2.9,4.1-6.1,5.5-9.6" style="fill: none; stroke: #91b5d7; stroke-width: 2px;"/>
                              <path d="M870.6,147.7c-4.1-4.6-8.1-9.6-15.3-10.5" style="fill: none; stroke: #2e608b; stroke-width: 2px;"/>
                              <path d="M158.7,73.1l-1.8,2.2" style="fill: none; stroke: #7c88b3; stroke-width: 2px;"/>
                              <path d="M156.9,75.3l-9.5,8.5" style="fill: none; stroke: #8f95c5; stroke-width: 2px;"/>
                              <path d="M147.5,83.8c-4.1,3.7-8.8,6.5-14,8.2" style="fill: none; stroke: #7987b0; stroke-width: 2px;"/>
                              <path d="M133.5,92.1l-5.2,2.6" style="fill: none; stroke: #6e81a8; stroke-width: 2px;"/>
                              <path d="M128.2,94.6c-5.1,.9-7.7,8.9-9.3,13" style="fill: none; stroke: #7289b1; stroke-width: 2px;"/>
                              <path d="M119,107.6c-.6-.5-.8-.9-.6-1.3" style="fill: none; stroke: #8bb4d5; stroke-width: 2px;"/>
                              <path d="M118.4,106.3c2-3.2,2-7.5,4.3-10.4" style="fill: none; stroke: #86b0d3; stroke-width: 2px;"/>
                              <path d="M122.7,95.9c6.1-2.6,11.8-5.8,17.2-9.5" style="fill: none; stroke: #82aed2; stroke-width: 2px;"/>
                              <path d="M179.8,88.1l6.2,14.5" style="fill: none; stroke: #437fa3; stroke-width: 2px;"/>
                              <path d="M186,102.6c-3.9-4.3,.5,7.9-2.5,11-2,3.1-1.7-3.4-3.1-.8" style="fill: none; stroke: #385881; stroke-width: 2px;"/>
                              <path d="M180.3,112.8c-6.4-12.9-11.4-10.2-24.9-22.9" style="fill: none; stroke: #2e557a; stroke-width: 2px;"/>
                              <path d="M155.4,89.8c-1-1.2-2.5-4.4-4.5-3.7" style="fill: none; stroke: #2d5278; stroke-width: 2px;"/>
                              <path d="M151,86.1l6-10.7" style="fill: none; stroke: #4f6696; stroke-width: 2px;"/>
                              <path d="M773,75.3l-.3,1.2" style="fill: none; stroke: #94acca; stroke-width: 2px;"/>
                              <path d="M772.7,76.6c-4.6,13-6.2,25.3-9,37.3" style="fill: none; stroke: #90a6c8; stroke-width: 2px;"/>
                              <path d="M763.7,113.9c-.5-.6-.7-1.5-.6-2.6" style="fill: none; stroke: #9bc2da; stroke-width: 2px;"/>
                              <path d="M763,111.3l1.1-4.7" style="fill: none; stroke: #98bfd8; stroke-width: 2px;"/>
                              <path d="M764.2,106.6l3.9-22.2" style="fill: none; stroke: #94bcd7; stroke-width: 2px;"/>
                              <path d="M775.7,77.1l5,3.8" style="fill: none; stroke: #537fab; stroke-width: 2px;"/>
                              <path d="M780.7,80.9c-1.5,7-3.7,13.7-6.5,20.2" style="fill: none; stroke: #3f7fa6; stroke-width: 2px;"/>
                              <path d="M774.2,101.1l-.5,.2" style="fill: none; stroke: #8eaec4; stroke-width: 2px;"/>
                              <path d="M773.7,101.3c-.4-11.9,2.9-16-1-24.7" style="fill: none; stroke: #487fa6; stroke-width: 2px;"/>
                              <path d="M151,86.1l-1.3,2" style="fill: none; stroke: #415f8b; stroke-width: 2px;"/>
                              <path d="M149.7,88.1c-6.2,1.2-.2-4.1-2.1-4.2" style="fill: none; stroke: #4c6593; stroke-width: 2px;"/>
                              <path d="M791.3,80.3c-.2,3.6,1.2,15.4-1.7,14.2-3-2.8-6-21.2-8.8-13.7" style="fill: none; stroke: #4679a9; stroke-width: 2px;"/>
                              <path d="M773.7,101.3l-10.2,18.5" style="fill: none; stroke: #89a8c2; stroke-width: 2px;"/>
                              <path d="M763.5,119.9l.2-6" style="fill: none; stroke: #4f95b6; stroke-width: 2px;"/>
                              <path d="M34.7,85.9l.5,.7" style="fill: none; stroke: #338ab0; stroke-width: 2px;"/>
                              <path d="M35.3,86.6c-1.8,4,2.3,.9-.3,7.3,.1,3.9,5.7,12.2,.4,14.3-.5,12.5,11,27.9,19.2,32.9" style="fill: none; stroke: #1d73a3; stroke-width: 2px;"/>
                              <path d="M54.5,141.1c-2.7,1.2-4.8,2.9-6.2,5.3" style="fill: none; stroke: #23658f; stroke-width: 2px;"/>
                              <path d="M48.2,146.4l-1,1.2" style="fill: none; stroke: #20618b; stroke-width: 2px;"/>
                              <path d="M47.3,147.6c0-.4-.1-.6-.5-.5" style="fill: none; stroke: #3174a1; stroke-width: 2px;"/>
                              <path d="M46.8,147.1c-18.6-3.5-14.6-20.3-24.9-31.4" style="fill: none; stroke: #1d6896; stroke-width: 2px;"/>
                              <path d="M21.9,115.9c-5.4-6.8-10.4-14.8-17.2-20.5" style="fill: none; stroke: #1e6c9a; stroke-width: 2px;"/>
                              <path d="M802.9,87.9l3.2,12.5" style="fill: none; stroke: #3d8fb3; stroke-width: 2px;"/>
                              <path d="M806.2,100.3l.8,3.5" style="fill: none; stroke: #4392b5; stroke-width: 2px;"/>
                              <path d="M806.9,103.9c-1.5,.2-2.8-.5-3.8-1.9" style="fill: none; stroke: #2c8bb6; stroke-width: 2px;"/>
                              <path d="M803.1,101.9c-4.8-.4-17.6-.6-22.4,3.4" style="fill: none; stroke: #2d8dba; stroke-width: 2px;"/>
                              <path d="M780.7,105.3c-7.8,5.5-9.7,13.9-16.5,21.8" style="fill: none; stroke: #7c9ec9; stroke-width: 2px;"/>
                              <path d="M764.2,127.1c-1.8,.2-.9-1-2-1" style="fill: none; stroke: #2d8dba; stroke-width: 2px;"/>
                              <path d="M762.2,126.1c4.5-8.1,8.5-16.4,12-24.9" style="fill: none; stroke: #81a8c2; stroke-width: 2px;"/>
                              <path d="M44.2,97.4l-9-10.8" style="fill: none; stroke: #328eb5; stroke-width: 2px;"/>
                              <path d="M149.7,88.1c-9.6,19.4-21.5,39.9-16.1,4" style="fill: none; stroke: #2a5176; stroke-width: 2px;"/>
                              <path d="M186.9,104.1c-.2-.6-.5-1.1-1-1.5" style="fill: none; stroke: #407ea0; stroke-width: 2px;"/>
                              <path d="M155.4,89.8c-1.1,13.5,4.2,25.2,5.8,38.1" style="fill: none; stroke: #204e6f; stroke-width: 2px;"/>
                              <path d="M161.3,127.9c3.1,20.2,8,40.1,14.5,59.5" style="fill: none; stroke: #2a5176; stroke-width: 2px;"/>
                              <path d="M175.8,187.3c1.3,6.6,.3,18.6,6.3,19.7-3.6,2.8-.1,8.5-5.8,8.9-1.6,1.1,.5,5.2-1.2,5-1.7-.8,0,2.1-1.6,1.9-6-1.6-3.3-.3-6.4,1.7" style="fill: none; stroke: #204e6f; stroke-width: 2px;"/>
                              <path d="M167,224.6l-.2-.1" style="fill: none; stroke: #2f567d; stroke-width: 2px;"/>
                              <path d="M166.7,224.6c-4.1-3.7-8.9-4.9-13.7-7.9" style="fill: none; stroke: #2a5176; stroke-width: 2px;"/>
                              <path d="M153,216.6c-12.4-21.7-19.2-39.5-23.1-65.7-18.5-13.3,16,62.6,20.3,67.8" style="fill: none; stroke: #244e70; stroke-width: 2px;"/>
                              <path d="M150.2,218.6c2.7,5.5,5.9,10.5,9.9,15" style="fill: none; stroke: #2a5176; stroke-width: 2px;"/>
                              <path d="M160,233.6c3.2,3.5,6.6,6.6,10.3,9.2" style="fill: none; stroke: #2f567d; stroke-width: 2px;"/>
                              <path d="M170.4,242.8c-1.8,5,1.2,11.1-3,15.1-.6,2.8-5.8-.5-3.7,2.5,.6,.7,1.1,.8,1.6,.2" style="fill: none; stroke: #1d4e72; stroke-width: 2px;"/>
                              <path d="M165.3,260.6c.4,.4,.9,.6,1.5,.8" style="fill: none; stroke: #21547a; stroke-width: 2px;"/>
                              <path d="M166.7,261.4c-1.9,1.3-.3,7-2.8,5.6-1.1-8.4-4.5,3.1-.7,6" style="fill: none; stroke: #1d4e72; stroke-width: 2px;"/>
                              <path d="M163.2,273.1c-3.7,.2-8.1-7.6-7.2-1.8-.4,.4-1-1.7-2.1-.6-3.4-1-4.7-6.2-6.3-1.7-5.8-2.2-9.4-41.7-13.2-22.1" style="fill: none; stroke: #1a496e; stroke-width: 2px;"/>
                              <path d="M134.3,246.9c-2.5-3.1-2-26.8-3.2-11.1" style="fill: none; stroke: #557498; stroke-width: 2px;"/>
                              <path d="M131.2,235.9c-.2-6.4-4.7-.9-7.4-5-4.8-6.4-11.6-19.9-8.7-27.8-.2-5.7-2.8-9.4-5.8-12.8,1.3-2.4-.3-5-2.2-6.6-2-3-6,2-6.6-2.2,.2-3.5-4.7-.5-5-2.4-14.8,25.4-14.9,28-43,12.7-11.3-.5-24.8-12.6-34.1-6.9-2.8,.4-1.3-.4-1.1-1.6,0-2.1-1.7-1.1-2.9-1.1-2-1-7-1.7-9-2.4" style="fill: none; stroke: #1d486a; stroke-width: 2px;"/>
                              <path d="M5.2,179.8c0-.1,.1-.2,.4-.2" style="fill: none; stroke: #1c4f77; stroke-width: 2px;"/>
                              <path d="M5.6,179.6l15.1-11.9" style="fill: none; stroke: #1d5279; stroke-width: 2px;"/>
                              <path d="M20.6,167.7c3.7-.9,17.2-3.4,20.4-8.8" style="fill: none; stroke: #316289; stroke-width: 2px;"/>
                              <path d="M41,158.9c6.6-5.3,14.3,10.3,22,7.9,3.5-1.8,6.2-7.9,10.1-6.3,19.4,9.1,23.5,22,32-5.5" style="fill: none; stroke: #214f73; stroke-width: 2px;"/>
                              <path d="M105.2,154.9c5-19.3,20.2-35,22.2-54.4" style="fill: none; stroke: #235377; stroke-width: 2px;"/>
                              <path d="M127.4,100.3c.7-1.3,1-2.8,.9-4.4" style="fill: none; stroke: #415f8b; stroke-width: 2px;"/>
                              <path d="M128.4,95.9l-.2-1.3" style="fill: none; stroke: #235377; stroke-width: 2px;"/>
                              <path d="M44.2,97.4l8.5,11" style="fill: none; stroke: #3690b6; stroke-width: 2px;"/>
                              <path d="M52.7,108.3c5.5,10.2,19.9,16.9,25.9,23.3" style="fill: none; stroke: #3b94b8; stroke-width: 2px;"/>
                              <path d="M78.6,131.7c-7.4,9.3-12.1,10.9-24.2,9.4" style="fill: none; stroke: #226994; stroke-width: 2px;"/>
                              <path d="M180.3,112.8c3.3,25.5,13.7,60.7,19.4,85.3" style="fill: none; stroke: #2b5478; stroke-width: 2px;"/>
                              <path d="M199.8,198.1c0,2.4-1.1,3.9-3.3,4.5" style="fill: none; stroke: #205a7f; stroke-width: 2px;"/>
                              <path d="M196.5,202.6c-12.2-9.9-13.9-25.6-16.8-39.6-5.2,22.4,12.8,48.7,22.6,68.3" style="fill: none; stroke: #30577d; stroke-width: 2px;"/>
                              <path d="M202.5,231.3l4.5,9" style="fill: none; stroke: #2a567b; stroke-width: 2px;"/>
                              <path d="M207,240.3c-2.7,2-2.1,3-4,4.9-3.2,2.5-7.5,.6-9.8,3.3" style="fill: none; stroke: #22577c; stroke-width: 2px;"/>
                              <path d="M193.2,248.4c-11.6-5.2-20.5-12.5-26.3-23.8" style="fill: none; stroke: #30597f; stroke-width: 2px;"/>
                              <path d="M175.8,187.3c.7-5-6-70.7-14.5-59.6" style="fill: none; stroke: #2b5478; stroke-width: 2px;"/>
                              <path d="M3,143.6c5.9-13.6,20.2-7.7,20.5,5.5,6.8-.9,1.7-6,0,0,6.8-.9,11.7,4.6,15.7,9.2" style="fill: none; stroke: #1b5d89; stroke-width: 2px;"/>
                              <path d="M39.2,158.2c-4.7,6-12.4,5.6-18.5,9.4" style="fill: none; stroke: #2f6995; stroke-width: 2px;"/>
                              <path d="M5.6,179.6c-.7-.9-1.5-1.8-2.4-2.6" style="fill: none; stroke: #195683; stroke-width: 2px;"/>
                              <path d="M3,133.1c3.2-2.4,2.7-5,.1-7.7" style="fill: none; stroke: #1d6592; stroke-width: 2px;"/>
                              <path d="M21.9,115.9c-2.4,6.5-7,26.6-6.5,5.2-4.5,4.6-7.4,10.6-12.6,14.6" style="fill: none; stroke: #1d6592; stroke-width: 2px;"/>
                              <path d="M128.4,95.9c-4.9,1-5.6,15.7-1,4.5" style="fill: none; stroke: #456794; stroke-width: 2px;"/>
                              <path d="M105.2,154.9c-7.6,3.8-23.7-12.3-25.7-7.5-13.4,18.8-6.7,9.5-24.2,10.2-6.9,1.2-1.1-12.2-7-11.3" style="fill: none; stroke: #25577c; stroke-width: 2px;"/>
                              <path d="M78.6,131.7c6.7-16.7,25.5-17.2,40.3-24.1" style="fill: none; stroke: #4186a4; stroke-width: 2px;"/>
                              <path d="M872,205.2c-7.4-1.4-12.1,5.4-18.3,5" style="fill: none; stroke: #13547e; stroke-width: 2px;"/>
                              <path d="M853.7,210.1l-5.1-5.4" style="fill: none; stroke: #0c3352; stroke-width: 2px;"/>
                              <path d="M848.6,204.7c7.1,.4-4.2-7.1,2.1-8-4.4-3.1-4.6-4.3-3.5-9.5" style="fill: none; stroke: #0d3b5d; stroke-width: 2px;"/>
                              <path d="M808.2,109.3l-1.2-5.5" style="fill: none; stroke: #3da4c6; stroke-width: 2px;"/>
                              <path d="M187.2,105.4c-.3-.4-.4-.8-.3-1.3" style="fill: none; stroke: #4481a2; stroke-width: 2px;"/>
                              <path d="M187.2,105.4c1.9,5.8,4.4,11.4,7.3,16.8" style="fill: none; stroke: #4884a3; stroke-width: 2px;"/>
                              <path d="M194.6,122.2c5.9,12.7,5,28.1,10.2,41.6" style="fill: none; stroke: #2f5479; stroke-width: 2px;"/>
                              <path d="M204.7,163.8c-13.1-3.8,.2,36.4-.8,44.8" style="fill: none; stroke: #3a5b83; stroke-width: 2px;"/>
                              <path d="M199.8,198.1c1.6,3.8,1,6.9,4.2,10.5" style="fill: none; stroke: #2a5d85; stroke-width: 2px;"/>
                              <path d="M762.2,126.1c-.3,.4-.8,.6-1.2,.6" style="fill: none; stroke: #7cbcd8; stroke-width: 2px;"/>
                              <path d="M761,126.6l-.2-.1" style="fill: none; stroke: #81acc6; stroke-width: 2px;"/>
                              <path d="M760.7,126.6c-.3-2.2,2.5-4.4,2.8-6.7" style="fill: none; stroke: #95c4d4; stroke-width: 2px;"/>
                              <path d="M803.1,101.9c-8.1,3.8-10.3,.9-16.8,11.5-20.4,19.6,19.8,5.2,31,6.3" style="fill: none; stroke: #279fcc; stroke-width: 2px;"/>
                              <path d="M817.2,119.7c3.6,3,13.6,2.6,13.3,8.9" style="fill: none; stroke: #44abce; stroke-width: 2px;"/>
                              <path d="M830.5,128.6l-.4,1.7" style="fill: none; stroke: #6ab3e1; stroke-width: 2px;"/>
                              <path d="M830.1,130.3c-19.1,1.4-40.4,9.7-56.5,11.7-4.9-1-12.1-3-17-3.1-2.6,.3-2.4-.9-2.2-2.6-.9-.8-2.6-1.6-2.4-3.3" style="fill: none; stroke: #2ba5d3; stroke-width: 2px;"/>
                              <path d="M752.2,133.3c.1-.6,10.5-5.7,8.8-6.7" style="fill: none; stroke: #2e91bf; stroke-width: 2px;"/>
                              <path d="M764.2,127.1c7.1-1.2,11-15.4,16.5-21.7" style="fill: none; stroke: #77b2df; stroke-width: 2px;"/>
                              <path d="M808.2,109.3c.3,5.9,8.2,3.5,9,10.3" style="fill: none; stroke: #43a8c9; stroke-width: 2px;"/>
                              <path d="M760.7,126.6c-6.6-1.7-12.8-4.2-18.6-7.5" style="fill: none; stroke: #4799bb; stroke-width: 2px;"/>
                              <path d="M742.1,119c-1.9,.7-3.1,1.9-3.7,3.6" style="fill: none; stroke: #99cada; stroke-width: 2px;"/>
                              <path d="M201.3,124.9l-6.8-2.7" style="fill: none; stroke: #41819e; stroke-width: 2px;"/>
                              <path d="M853.8,139.1c-2.7,.1-5.3-.4-7.8-1.6" style="fill: none; stroke: #4189a9; stroke-width: 2px;"/>
                              <path d="M845.9,137.5c-3.9-1.8-8.5-6.5-12.7-4.9" style="fill: none; stroke: #459cc0; stroke-width: 2px;"/>
                              <path d="M833.3,132.6c-.7-1.3-.9-5.3-2.7-4" style="fill: none; stroke: #85bcde; stroke-width: 2px;"/>
                              <path d="M46.8,147.1l-7.6,11.1" style="fill: none; stroke: #306d99; stroke-width: 2px;"/>
                              <path d="M742.1,119c-7.3,14.6-11,19.9-21.4,30.3" style="fill: none; stroke: #86b2cc; stroke-width: 2px;"/>
                              <path d="M720.7,149.3l-.2-.5" style="fill: none; stroke: #87c3dc; stroke-width: 2px;"/>
                              <path d="M720.4,148.9c6.1-8.9,13.4-16.7,18-26.3" style="fill: none; stroke: #9ecddc; stroke-width: 2px;"/>
                              <path d="M752.2,133.3l-9.8,6.5" style="fill: none; stroke: #3195c2; stroke-width: 2px;"/>
                              <path d="M742.4,139.9l-4.5,3.5" style="fill: none; stroke: #3895c0; stroke-width: 2px;"/>
                              <path d="M738,143.3l-5.5,5.8" style="fill: none; stroke: #4b9ac6; stroke-width: 2px;"/>
                              <path d="M732.5,149.1l-1,1" style="fill: none; stroke: #629ecb; stroke-width: 2px;"/>
                              <path d="M731.4,150.1c-3.4,2.5-6.7-3-10.7-.9" style="fill: none; stroke: #3492bd; stroke-width: 2px;"/>
                              <path d="M201.3,124.9c2.6,4.1,4.1,8.6,4.6,13.5" style="fill: none; stroke: #4684a0; stroke-width: 2px;"/>
                              <path d="M205.9,138.3l1.3,5.8" style="fill: none; stroke: #4a88a2; stroke-width: 2px;"/>
                              <path d="M207.2,144.1c.6,4.3,1.6,8.2,2.8,11.9" style="fill: none; stroke: #4e8aa4; stroke-width: 2px;"/>
                              <path d="M210,156c.8,6.1,2.1,11.8,4,17.1" style="fill: none; stroke: #528da7; stroke-width: 2px;"/>
                              <path d="M214,173.1c-4.4,.7-2-13.6-6.9-16.1-1.1,4.6,3.4,21-2.4,6.9" style="fill: none; stroke: #33587e; stroke-width: 2px;"/>
                              <path d="M720.4,148.9c-7-2.5-13.8-5.4-20.4-8.8" style="fill: none; stroke: #4dadcc; stroke-width: 2px;"/>
                              <path d="M700,140.1c-3.5-5-8.4-8.4-14.7-10.1" style="fill: none; stroke: #4c9cbd; stroke-width: 2px;"/>
                              <path d="M685.3,130c-2.5,2.7-3.8,6-4.1,9.8" style="fill: none; stroke: #9ecddc; stroke-width: 2px;"/>
                              <path d="M833.3,132.6c-.5,1.4-.6,2.8-.2,4.2" style="fill: none; stroke: #6ba4d3; stroke-width: 2px;"/>
                              <path d="M833,136.9l-2.5,5.8" style="fill: none; stroke: #879ccd; stroke-width: 2px;"/>
                              <path d="M830.5,142.6c-7.1,11.2-13.1,22.3-24,29.4" style="fill: none; stroke: #b8c3ef; stroke-width: 2px;"/>
                              <path d="M806.5,172.1c-4.1-6-22.4-4.6-30.3-1.9-2.2,3.4-7.8,11.5-12.4,13.3" style="fill: none; stroke: #94c0ed; stroke-width: 2px;"/>
                              <path d="M763.7,183.4c-6.9-6.3-17.1-2.1-25.7-4.6" style="fill: none; stroke: #6c90ba; stroke-width: 2px;"/>
                              <path d="M738,178.8c-1.6-3.1-6.5,11.4-7.3,11.8" style="fill: none; stroke: #cecef1; stroke-width: 2px;"/>
                              <path d="M730.8,190.6l-.8,.6" style="fill: none; stroke: #90a7ce; stroke-width: 2px;"/>
                              <path d="M730,191.2l-1.3,.7" style="fill: none; stroke: #6c90ba; stroke-width: 2px;"/>
                              <path d="M728.7,191.9c-5.5-1.2-10.8-2.8-16.7-.2" style="fill: none; stroke: #7eb1e6; stroke-width: 2px;"/>
                              <path d="M712,191.6l-1.8-.5" style="fill: none; stroke: #6488af; stroke-width: 2px;"/>
                              <path d="M710.2,191.1c-4.3-3-10.8,.7-14.4-2" style="fill: none; stroke: #607fa6; stroke-width: 2px;"/>
                              <path d="M695.7,189.1c20.3-12.4,7.1-9.8-6.2-2.2" style="fill: none; stroke: #9ec0ed; stroke-width: 2px;"/>
                              <path d="M689.5,186.9l-2.5-1" style="fill: none; stroke: #607fa6; stroke-width: 2px;"/>
                              <path d="M687,185.9c-.4-2.1-10.8-6.5-13-5.9" style="fill: none; stroke: #c4ccee; stroke-width: 2px;"/>
                              <path d="M674,180.1c-4.7-3.1-9.9-5.1-15.6-5.9" style="fill: none; stroke: #70b3df; stroke-width: 2px;"/>
                              <path d="M658.4,174.2c1.2-3.3,7.3,.3,9.8-3.1" style="fill: none; stroke: #93c7e6; stroke-width: 2px;"/>
                              <path d="M668.2,171.1c1.2-.2,2.3-.6,3.2-1.3" style="fill: none; stroke: #6fa3cf; stroke-width: 2px;"/>
                              <path d="M671.5,169.8c5-1.9,5.9,1.2,7.4,5.2,13.4-8.5,31.2-10.3,45.7-16.6" style="fill: none; stroke: #74b6e2; stroke-width: 2px;"/>
                              <path d="M724.5,158.6c.4,.1,2.7-1.5,2.7-.4,2.2,15.8,11.8,13.3,22,6.4" style="fill: none; stroke: #9ec0ed; stroke-width: 2px;"/>
                              <path d="M749.3,164.6l10.2-4.2" style="fill: none; stroke: #87bbe8; stroke-width: 2px;"/>
                              <path d="M759.5,160.4l11.2-4.3" style="fill: none; stroke: #74b6e2; stroke-width: 2px;"/>
                              <path d="M770.7,156.1c21.2-11,51.2,2.7,59.4-25.7" style="fill: none; stroke: #6db6e4; stroke-width: 2px;"/>
                              <path d="M685.3,130c-4.2,14.6-5.2,31.1-17.3,40.9" style="fill: none; stroke: #86b2cc; stroke-width: 2px;"/>
                              <path d="M668,170.9c2.3-5.9,9.8-14.3,11.5-22.5" style="fill: none; stroke: #aad6e3; stroke-width: 2px;"/>
                              <path d="M679.5,148.4c.9-2.8,1.5-5.6,1.7-8.6" style="fill: none; stroke: #a2d1de; stroke-width: 2px;"/>
                              <path d="M700,140.1c-15,1.1-19.6,12.3-24.4,24.6" style="fill: none; stroke: #3492bd; stroke-width: 2px;"/>
                              <path d="M675.5,164.8l-4.1,5.1" style="fill: none; stroke: #3895c0; stroke-width: 2px;"/>
                              <path d="M668.2,171.1c-.1,0-.2-.1-.2-.2" style="fill: none; stroke: #57a5c4; stroke-width: 2px;"/>
                              <path d="M770.7,156.1c-13,1.3-14.4-18.4-28.2-16.2" style="fill: none; stroke: #36a8d4; stroke-width: 2px;"/>
                              <path d="M845.9,137.5c-3.9,.9-10.1-4.7-12.5-.6" style="fill: none; stroke: #27709e; stroke-width: 2px;"/>
                              <path d="M833.4,136.9h-.4" style="fill: none; stroke: #477baf; stroke-width: 2px;"/>
                              <path d="M842.2,179.6c-1.3,1.9,.1,4.6-2.5,6.3" style="fill: none; stroke: #143e60; stroke-width: 2px;"/>
                              <path d="M839.7,185.9c-2.3-3,1.3-13.1-.9-12.9-6.8,1.1-9.7,13.2-14.2,17.6-7.2,5.9-16.2,10.5-24.7,12.7-4.2,4.9-12.3,.8-14.9-5.3" style="fill: none; stroke: #1e5b86; stroke-width: 2px;"/>
                              <path d="M785.3,197.9c3.3-7.1,8.3-14.8,15-19.3" style="fill: none; stroke: #1e577e; stroke-width: 2px;"/>
                              <path d="M800.2,178.6l1.5-1" style="fill: none; stroke: #7490ba; stroke-width: 2px;"/>
                              <path d="M801.8,177.6c11.1-3.6,20.7-8.9,29.5-18.7" style="fill: none; stroke: #5773a4; stroke-width: 2px;"/>
                              <path d="M831.2,159c3.8-6.9,2.9-14.5,2.3-22.1" style="fill: none; stroke: #426897; stroke-width: 2px;"/>
                              <path d="M831.2,159c-5-5.1-5-5.8-2.1-13.4" style="fill: none; stroke: #777eb5; stroke-width: 2px;"/>
                              <path d="M829.2,145.6l1.3-3" style="fill: none; stroke: #949bcb; stroke-width: 2px;"/>
                              <path d="M637.5,149.5l-2.9-1.6" style="fill: none; stroke: #57a3bf; stroke-width: 2px;"/>
                              <path d="M634.5,147.9c-2.7-3.4-6.7,4.4-8.5,6.4" style="fill: none; stroke: #a4c9de; stroke-width: 2px;"/>
                              <path d="M560.4,147.1c-.6-.6-1.7-3.7-2.9-2.3" style="fill: none; stroke: #56a6c4; stroke-width: 2px;"/>
                              <path d="M557.5,144.9c.4-4.9-6.5,2.7-8.3,3.9" style="fill: none; stroke: #aecbe1; stroke-width: 2px;"/>
                              <path d="M759.5,160.4c-8.1-4.8-9.2-16.8-21.4-17.1" style="fill: none; stroke: #50add8; stroke-width: 2px;"/>
                              <path d="M731.4,150.1l-2.9,3.5" style="fill: none; stroke: #63afdb; stroke-width: 2px;"/>
                              <path d="M728.5,153.6c-10,5.2-25.1,.9-37.1,5.7-13.7-4-6.6-3.7-15.9,5.5" style="fill: none; stroke: #39a5cf; stroke-width: 2px;"/>
                              <path d="M829.2,145.6c-5.5,13.6-15.3,22.4-27.3,32" style="fill: none; stroke: #a9a5d7; stroke-width: 2px;"/>
                              <path d="M800.2,178.6c-13,5-15.7,22.7-27.8,30.3" style="fill: none; stroke: #708ab2; stroke-width: 2px;"/>
                              <path d="M772.5,208.9c-.9-.6-1.5-1.3-1.8-2.3" style="fill: none; stroke: #b2a9de; stroke-width: 2px;"/>
                              <path d="M770.7,206.6l4.5-4.5" style="fill: none; stroke: #758cb4; stroke-width: 2px;"/>
                              <path d="M775.2,202.1l4.9-4.9" style="fill: none; stroke: #798fb8; stroke-width: 2px;"/>
                              <path d="M780.1,197.2c2.8-2.5,5.1-5.5,6.9-9.1" style="fill: none; stroke: #8db9e8; stroke-width: 2px;"/>
                              <path d="M787,188.1c5.8-9.2,7.2-7.4,19.5-16.1" style="fill: none; stroke: #a1bfeb; stroke-width: 2px;"/>
                              <path d="M549.2,148.7c-4,3.6-2.6,10.2-7.2,14.1" style="fill: none; stroke: #b2cde3; stroke-width: 2px;"/>
                              <path d="M557.5,144.9c-9.7,6-8.5,13.8-13.6,22.8" style="fill: none; stroke: #98b2d3; stroke-width: 2px;"/>
                              <path d="M544,167.6c-.7,1.1-1.7,1.7-3,1.8" style="fill: none; stroke: #e9cff1; stroke-width: 2px;"/>
                              <path d="M541,169.4c-1.9-.2-3.6-1-5-2.3" style="fill: none; stroke: #a1b2da; stroke-width: 2px;"/>
                              <path d="M535.9,167.1l.3-.5" style="fill: none; stroke: #e9cff1; stroke-width: 2px;"/>
                              <path d="M536.2,166.6c2.6-.4,4.5-1.6,5.8-3.8" style="fill: none; stroke: #b6d0e6; stroke-width: 2px;"/>
                              <path d="M749.3,164.6c-6.6-2.9-9.5-18.2-16.9-15.5" style="fill: none; stroke: #7ab7e4; stroke-width: 2px;"/>
                              <path d="M560.4,147.1l7.5,13.8" style="fill: none; stroke: #5ba9c7; stroke-width: 2px;"/>
                              <path d="M567.9,160.9l6.8,15.8" style="fill: none; stroke: #61aecb; stroke-width: 2px;"/>
                              <path d="M574.8,176.6c-5.3,2.8-1,9.1-7.5,12.2-3.6,1.2-15.1,7.4-17.8,4-1.8-2-5.6,.6-4.3-4.4" style="fill: none; stroke: #4594bd; stroke-width: 2px;"/>
                              <path d="M545.2,188.3c19.9-25.2,22-26.2-2.7-2.9" style="fill: none; stroke: #90aad4; stroke-width: 2px;"/>
                              <path d="M542.4,185.4c3.8-4.4,13-15.8,3.4-15.6,.1-4.6,2.2-6.8-1.9-.8" style="fill: none; stroke: #4191bc; stroke-width: 2px;"/>
                              <path d="M544,169.1c-.1-.5-.1-.9,0-1.4" style="fill: none; stroke: #90aad4; stroke-width: 2px;"/>
                              <path d="M41,158.9l6.2-11.2" style="fill: none; stroke: #33668e; stroke-width: 2px;"/>
                              <path d="M626,154.4l-5.5,9" style="fill: none; stroke: #a9cce2; stroke-width: 2px;"/>
                              <path d="M634.5,147.9c-12.5,22.8-9.7,7.1-22.8,33.8" style="fill: none; stroke: #8fadcc; stroke-width: 2px;"/>
                              <path d="M611.7,181.6c-3.6,.8,9.2-17.7,8.7-18.3" style="fill: none; stroke: #afd1e6; stroke-width: 2px;"/>
                              <path d="M153,216.6c-1-.1-1.9,.6-2.8,2" style="fill: none; stroke: #2f5479; stroke-width: 2px;"/>
                              <path d="M724.5,158.6l4-5" style="fill: none; stroke: #67b2de; stroke-width: 2px;"/>
                              <path d="M637.5,149.5c4.8,5.3,13.1,6.4,14.5,13.8" style="fill: none; stroke: #5fa8c4; stroke-width: 2px;"/>
                              <path d="M652,163.3c-6.3,2.6-14.5-.1-17.6,7.9" style="fill: none; stroke: #3c95bc; stroke-width: 2px;"/>
                              <path d="M634.4,171.2l-5.7,3.9" style="fill: none; stroke: #539fbc; stroke-width: 2px;"/>
                              <path d="M628.7,175.1c-6.9,5.1-18,11.5-6,.6,6.1-8-11.4,5.8-6.9,8.3" style="fill: none; stroke: #8db5cc; stroke-width: 2px;"/>
                              <path d="M615.9,183.9l-5.4-.1" style="fill: none; stroke: #3c95bc; stroke-width: 2px;"/>
                              <path d="M610.5,183.8c.6-.6,1-1.4,1.2-2.2" style="fill: none; stroke: #62abc6; stroke-width: 2px;"/>
                              <path d="M658.4,174.2c-4.8,.3-4.2-8.6-6.4-10.9" style="fill: none; stroke: #58b6d4; stroke-width: 2px;"/>
                              <path d="M536.2,166.6c-2.1-.7-4.1-.6-6,.2" style="fill: none; stroke: #aec8e6; stroke-width: 2px;"/>
                              <path d="M298.7,170.8c-2.2-1.6-3.9-5.2-6.9-5.4" style="fill: none; stroke: #71b1ce; stroke-width: 2px;"/>
                              <path d="M291.8,165.3c-9.5,1.8-12.8,15.8-20,21.6" style="fill: none; stroke: #a5d0dd; stroke-width: 2px;"/>
                              <path d="M271.8,187c-5.3-10.5-17.2-26.8-27.8-13.3" style="fill: none; stroke: #5cb9d7; stroke-width: 2px;"/>
                              <path d="M244,173.8c-9.7,7.1-20.9,8.7-29.7-.4" style="fill: none; stroke: #58b8d6; stroke-width: 2px;"/>
                              <path d="M214.3,173.3c0-.1-.1-.2-.2-.2" style="fill: none; stroke: #5d94b2; stroke-width: 2px;"/>
                              <path d="M214.3,173.3l2.7,8.9" style="fill: none; stroke: #3a82ac; stroke-width: 2px;"/>
                              <path d="M216.9,182.2c6.6,27.1,11.2,27.5,30.6,64.1" style="fill: none; stroke: #315a82; stroke-width: 2px;"/>
                              <path d="M247.5,246.3c-1.1,6.8-14.8,.4-20.5,3" style="fill: none; stroke: #365f89; stroke-width: 2px;"/>
                              <path d="M227,249.3l-23.1-40.8" style="fill: none; stroke: #2f618a; stroke-width: 2px;"/>
                              <path d="M610.5,183.8c-3.3,.4-3.9-2.8-7-4.4" style="fill: none; stroke: #5cb8d6; stroke-width: 2px;"/>
                              <path d="M603.5,179.3c-7.2,2.1-9.7,7-7.4,14.8" style="fill: none; stroke: #aec9e6; stroke-width: 2px;"/>
                              <path d="M596.1,194.1c-.2,1.1-.7,1.9-1.6,2.2" style="fill: none; stroke: #94c5e4; stroke-width: 2px;"/>
                              <path d="M594.5,196.4c-14,.9-5.5-19.9-19.7-19.8" style="fill: none; stroke: #67b5d2; stroke-width: 2px;"/>
                              <path d="M196.5,202.6c2.9,3,5.4,6.4,7.5,10" style="fill: none; stroke: #2f618a; stroke-width: 2px;"/>
                              <path d="M204,212.6c-.9,5.1,1.5,13.7-1.5,18.8" style="fill: none; stroke: #395d87; stroke-width: 2px;"/>
                              <path d="M2.8,216c1.1,1.7,9.1,4.8,4.8,.5" style="fill: none; stroke: #114065; stroke-width: 2px;"/>
                              <path d="M7.7,216.6c.8-1.5,4.4-.6,4.2,1.4,.9,2.3,4.8-.8,4.8,3" style="fill: none; stroke: #112e4c; stroke-width: 2px;"/>
                              <path d="M16.8,220.9c.7,1-3.3,7.6-3.3,4.2,1.7-1.6,2-5.1-.9-4.9,.8,3.6-8.3,7-3.6,8,4,1.2,1.8,3.4,6.1,2.9,.5,1.1-1.8,5.8,.5,4.2,1.9-3.7,3.2-5.7,4.3-.7,1.2-3.5,3.3,.8,4.6-1.1,11.7-.2-2-6.2,.7-9" style="fill: none; stroke: #0e2b4b; stroke-width: 2px;"/>
                              <path d="M25.2,224.6c6.5,7.5,9.1-3.9,13-7.8" style="fill: none; stroke: #112e4c; stroke-width: 2px;"/>
                              <path d="M38.2,216.8c.6,.6,.8,1.2,.8,1.5" style="fill: none; stroke: #1d4369; stroke-width: 2px;"/>
                              <path d="M39,218.3c-1.5,9.7,3.2,16.9,3.3,26.5" style="fill: none; stroke: #0f2b4a; stroke-width: 2px;"/>
                              <path d="M42.3,244.9c2,8.8-.9,23.3,7.5,20.7,2.8-7.7-3.6-23.9,.1-27.1" style="fill: none; stroke: #0d213e; stroke-width: 2px;"/>
                              <path d="M49.7,238.5c2,2.9,25.3,51.4,10.7,18.6" style="fill: none; stroke: #1d4369; stroke-width: 2px;"/>
                              <path d="M60.4,257.1c.6-5,9.4-7,13.1-8.2,.7,.6,4.8,19.6,6.6,11.4,.2-1.8-1-6.1,2.2-5.2" style="fill: none; stroke: #112e4c; stroke-width: 2px;"/>
                              <path d="M82.4,255.1c0,.6,.3,.9,.8,1" style="fill: none; stroke: #405372; stroke-width: 2px;"/>
                              <path d="M83.2,256.1c.3,.7,.4,1.5,.3,2.2" style="fill: none; stroke: #112e4c; stroke-width: 2px;"/>
                              <path d="M83.5,258.3c-1.3,1.6-1,2.8,1,3.6" style="fill: none; stroke: #294369; stroke-width: 2px;"/>
                              <path d="M84.5,261.9c.2,.8-.1,1.4-.8,1.7" style="fill: none; stroke: #112e4c; stroke-width: 2px;"/>
                              <path d="M83.7,263.6c-1.3,.7-3.8,2.5-3.1,4,1.7-1.6,2.9-3.2,4.8-.4" style="fill: none; stroke: #253f62; stroke-width: 2px;"/>
                              <path d="M85.5,267.1c.4,1.2,0,2.1-1,2.8" style="fill: none; stroke: #112e4c; stroke-width: 2px;"/>
                              <path d="M84.5,269.9c-2.9-2.4-2.4,.4-1.2,1.6,.2,3.2-7.8,2.2-4.3,4.8,2.2,1.2,4.6-2.6,5.5,.7" style="fill: none; stroke: #0b1f3d; stroke-width: 2px;"/>
                              <path d="M84.5,276.9c-.1,1.2,.4,1.9,1.5,2" style="fill: none; stroke: #112e4c; stroke-width: 2px;"/>
                              <path d="M86,278.9l1,1.7" style="fill: none; stroke: #0b1f3d; stroke-width: 2px;"/>
                              <path d="M87,280.6l-2.3,2.5" style="fill: none; stroke: #203a5b; stroke-width: 2px;"/>
                              <path d="M84.7,283.1c-2.2-.9-4.5-2.6-4.7-4.9-2.4-1.1-9.9,7.8-6.3,6.9,4-5,9.1-3,3.9,2.4-.7,2.4-3.4-.3-4.1,1.7,1.1,2.5-4.6,3.2-2.4,4.6,4.4,3.5,9.5-2.3,11.4,3.3" style="fill: none; stroke: #0b1f3d; stroke-width: 2px;"/>
                              <path d="M82.4,297.1c0,3-.1,7.2,3.8,7.7" style="fill: none; stroke: #08172f; stroke-width: 2px;"/>
                              <path d="M86.2,304.8c-3,1.1-3.3,2.6-1,4.5" style="fill: none; stroke: #264368; stroke-width: 2px;"/>
                              <path d="M85.2,309.3c-1,1.5,1.5,5.7-2.3,2.7-2.2,.9-4.3-1.1-6.4-1.3-5.5,8.5,1.2,5.2-1.1,8.2-12.4,4.4-1.6-2.4-6.4-3-8.4,8.7,7.2,3.5,12.5,12,.1,.9-2.2,1.8-2.5,2.1,1.1-.1,1.6,.5,1.4,1.8" style="fill: none; stroke: #08172f; stroke-width: 2px;"/>
                              <path d="M80.5,331.9c-3.8,3.1-5.3-13.1-13.3,.1,.4,6.5,7.8,5.6,0,9.8-4,6.6-17,1.3-4.6,9.3,1.3,6.1,5.3,.7-1.2-2.6-2.3-2.4,5.6-2.4,6.4-3.5,7.3-6.6,16,1.2,20.9,7.3" style="fill: none; stroke: #08152b; stroke-width: 2px;"/>
                              <path d="M88.7,352.1c-2.5-.8-.4,4.1-2.8,1.3" style="fill: none; stroke: #0b213f; stroke-width: 2px;"/>
                              <path d="M86,353.4c.3-4-7.4-7.1-8.3-2.4" style="fill: none; stroke: #061020; stroke-width: 2px;"/>
                              <path d="M77.7,351.1c-2,1-2.3-1.2-3.4-2.1-1.2,1.8-1,4.4-4.3,2.1-1.8-1.4-2.7,0-1.9,1.4,1.7,2.1-.8,1.4-2.1,2.1-3.1,4.1,.2,4.5,3.6,3.9,9.6-5.7,23,30-16.5,8.4" style="fill: none; stroke: #071832; stroke-width: 2px;"/>
                              <path d="M53.2,366.9c3.3-4.3-10.8-5.3-12.5-7.4" style="fill: none; stroke: #0b213f; stroke-width: 2px;"/>
                              <path d="M40.7,359.5c4-1.2-.9-3.9-1.4-5.9" style="fill: none; stroke: #08172f; stroke-width: 2px;"/>
                              <path d="M39.2,353.6c5.4,.7-2-4.8-2.5-5.8" style="fill: none; stroke: #0d2441; stroke-width: 2px;"/>
                              <path d="M36.7,347.8c7,.9,11.1,12.5,15.4,2.3-10-2-16.4-8.3-28.2-8.9" style="fill: none; stroke: #071832; stroke-width: 2px;"/>
                              <path d="M23.8,341.1c3-2.5-13.2-14.8-5.5-11.5,6.3,7.3,1.2-.5,2.7-.3,7.5,8,3.1-.6,10.1,1.3" style="fill: none; stroke: #0b1f3d; stroke-width: 2px;"/>
                              <path d="M31.2,330.6c1.9,8,16.5-.3,2.9-3.3-16.6-10.7,9.2,.7,15-3.1,4.8,4.2,2.2-.4,.1-3.6" style="fill: none; stroke: #071832; stroke-width: 2px;"/>
                              <path d="M49,320.6c-1.5-4-4.2-6.7-8.3-8.2" style="fill: none; stroke: #0b1f3d; stroke-width: 2px;"/>
                              <path d="M40.7,312.4c1.5-.9,2-2.1,1.5-3.8" style="fill: none; stroke: #08152b; stroke-width: 2px;"/>
                              <path d="M42.3,308.6c8.3,5.6-2.5-13.6-18.5-4" style="fill: none; stroke: #0b213f; stroke-width: 2px;"/>
                              <path d="M23.7,304.6c-.6-1.9,0-7.3,2-3.3,5.2,.4-7.4-10.7-2.4-12.5,5.8-4.6,7.3,5.2,6.2-2,17.1,.6,7-4.8-2.5-5.2" style="fill: none; stroke: #0b1f3d; stroke-width: 2px;"/>
                              <path d="M26.9,281.6l-1-1.7" style="fill: none; stroke: #08172f; stroke-width: 2px;"/>
                              <path d="M26,279.9c3.5-1.6,8.7,3.2,6.3-3.1-.6-1.1-.4-1.5,.8-1.4,1.7,.9,7.9,4.2,5-.7-3.6-4.3-7.4-6.3-7.3,.5-4.2,.7-10.2-3.8-8.8-8.2,1.1-2.3,7.6,4.5,6.4-.5,.3-2.3,5.4,1.5,3.9-.6-1.7-2.4-1.4-3,1-1.9,2,.6,.9-2.9,2.9-2.7,1.3-.1,1.2-1.5,.3-2.3" style="fill: none; stroke: #0b1f3d; stroke-width: 2px;"/>
                              <path d="M36.5,259.1c.9-2.2,.8-5.4-1.3-6.5" style="fill: none; stroke: #071832; stroke-width: 2px;"/>
                              <path d="M35.2,252.6c-1.4-4.1-6.6-3.7-8.2-7.7" style="fill: none; stroke: #0f2644; stroke-width: 2px;"/>
                              <path d="M4.6,243.4c3.3,1.5,9.7-6.5,1.9-3.3l-1-1c5.8-3.8,8.8,4.5,1,5-6.8,6.1,8.6,.1,10,3-.4-3.8,2.2-3.7,4-.5" style="fill: none; stroke: #0d2846; stroke-width: 2px;"/>
                              <path d="M27,244.9c16.2,4.3-10.4-6.7,9.6-4.1,1.6-9.5-13.5-.5-18.5-1.2-5.6,.9-7.5-8-13.7-6.2" style="fill: none; stroke: #0d2846; stroke-width: 2px;"/>
                              <path d="M20.4,246.6c-1,1.4-2.9,1.3-4.5,2.3-1.4,1.2-4.3,3.3-3.9-.5,0-3-1.6,1.8-2.7,1.6-4.8-.1-7.6-2.2-5.8,3.4" style="fill: none; stroke: #0f2644; stroke-width: 2px;"/>
                              <path d="M5.2,261.4c-.2,1.7-4.8,5.3-.7,5" style="fill: none; stroke: #0b1f3d; stroke-width: 2px;"/>
                              <path d="M3.1,268.3c5,1.4,4.7,3.5-.1,4.6" style="fill: none; stroke: #08172f; stroke-width: 2px;"/>
                              <path d="M2.9,280.1c10.9-4,8.7,6,0,6" style="fill: none; stroke: #0b1f3d; stroke-width: 2px;"/>
                              <path d="M674,180.1c3.7,.5-.6,5.8-.8,7.5" style="fill: none; stroke: #89bbdc; stroke-width: 2px;"/>
                              <path d="M673.2,187.6h-.5" style="fill: none; stroke: #74b2dd; stroke-width: 2px;"/>
                              <path d="M672.7,187.6c-18.8-10.5-49.3,8.8-71.5,9.6" style="fill: none; stroke: #39a5cf; stroke-width: 2px;"/>
                              <path d="M601.2,196.9c.6-8.6,.1-10.3,2.4-17.5" style="fill: none; stroke: #87b3dc; stroke-width: 2px;"/>
                              <path d="M615.9,183.9c5.1-1.7,9.6-4.5,13.4-8.3" style="fill: none; stroke: #87c3dc; stroke-width: 2px;"/>
                              <path d="M629.3,175.6c2-1.1,3.7-2.6,5.2-4.4" style="fill: none; stroke: #4dadcc; stroke-width: 2px;"/>
                              <path d="M291.8,165.3l-1.5,1.9" style="fill: none; stroke: #9bb8d0; stroke-width: 2px;"/>
                              <path d="M290.3,167.2c-4.6,3.6-9.5,7.3-11.6,13.1" style="fill: none; stroke: #8eaec4; stroke-width: 2px;"/>
                              <path d="M278.6,180.3c-3.7,4.4-6.4,11.8-9.7,15.3" style="fill: none; stroke: #99b2ca; stroke-width: 2px;"/>
                              <path d="M268.9,195.6l2.8-8.6" style="fill: none; stroke: #86c0d9; stroke-width: 2px;"/>
                              <path d="M542.4,185.4c-6.7,7.6-6.1,19-17.2,22.9" style="fill: none; stroke: #92aeda; stroke-width: 2px;"/>
                              <path d="M525.2,208.3c-1.2,0-2.2,.3-3,.7" style="fill: none; stroke: #69a5d2; stroke-width: 2px;"/>
                              <path d="M522.2,209.1c-13.1,2.4,.3-5.9-.6-9.8,2.2-14.5,15.9-18.8,22.4-30.3" style="fill: none; stroke: #92aeda; stroke-width: 2px;"/>
                              <path d="M298.7,170.8l6.3,7.3" style="fill: none; stroke: #75b3d0; stroke-width: 2px;"/>
                              <path d="M304.9,178.1c5,5.8,9.7,11.8,14,18.1" style="fill: none; stroke: #79b5d2; stroke-width: 2px;"/>
                              <path d="M319,196.1c4.2,7.3,9,16.3,17.2,18.2" style="fill: none; stroke: #7fb6d4; stroke-width: 2px;"/>
                              <path d="M336.2,214.3c-.6,1.5-.5,2.8,.2,4.1" style="fill: none; stroke: #629cc8; stroke-width: 2px;"/>
                              <path d="M336.5,218.4c-8-.1-7.5,10-11.5,14.7-6.4,2.6-3.3-11.4,.6-14.8" style="fill: none; stroke: #5a96bd; stroke-width: 2px;"/>
                              <path d="M325.5,218.3c-1-13.3-18.4-30.1-22.4-36.9" style="fill: none; stroke: #5590b6; stroke-width: 2px;"/>
                              <path d="M303.2,181.3c-3.8-5.2-8.1-9.9-12.9-14.1" style="fill: none; stroke: #5a8eb4; stroke-width: 2px;"/>
                              <path d="M545.2,188.3c-3.2,6.9-4.4-4.5-6.7,8.3-15.8,28.4,9.4,4.1,25.9,8.1" style="fill: none; stroke: #96b1da; stroke-width: 2px;"/>
                              <path d="M564.5,204.9l-.3,.5" style="fill: none; stroke: #9bb5df; stroke-width: 2px;"/>
                              <path d="M564.2,205.3c-17.8,13-35.7,8.4-47,27" style="fill: none; stroke: #96b1da; stroke-width: 2px;"/>
                              <path d="M517.2,232.5c-2.9-.6-18.4,2.4-17-2.9" style="fill: none; stroke: #d3c5ef; stroke-width: 2px;"/>
                              <path d="M500.2,229.6c2.7-5.9-13.3,7.1-13.6-.9" style="fill: none; stroke: #99b2dc; stroke-width: 2px;"/>
                              <path d="M486.6,228.6l4.6-4.7" style="fill: none; stroke: #bccded; stroke-width: 2px;"/>
                              <path d="M491.3,223.9l24.8-19.9c-4-1-2.1-6.3-1.5-10" style="fill: none; stroke: #9aacd6; stroke-width: 2px;"/>
                              <path d="M514.5,193.9c2.8-7.5,11.3-9.6,13.4-16.4" style="fill: none; stroke: #b6cceb; stroke-width: 2px;"/>
                              <path d="M527.9,177.6c.6-3.2,.2-8.2,2.2-10.7" style="fill: none; stroke: #b2cbe9; stroke-width: 2px;"/>
                              <path d="M535.9,167.1c-11,1.2-6.4,20.3,5,2.2" style="fill: none; stroke: #99aada; stroke-width: 2px;"/>
                              <path d="M522.2,209.1c-16.8,17.9,4.2,13.9,3-.7" style="fill: none; stroke: #b8bee9; stroke-width: 2px;"/>
                              <path d="M303.2,181.3c-2.4,.2-4,1.5-4.7,3.9" style="fill: none; stroke: #4786aa; stroke-width: 2px;"/>
                              <path d="M298.5,185.2c0-4.2-6.3,6.2-7,6.1" style="fill: none; stroke: #5788ae; stroke-width: 2px;"/>
                              <path d="M291.5,191.3c-7.9,8-7.7,14.8-13.8,22.7" style="fill: none; stroke: #6c91b6; stroke-width: 2px;"/>
                              <path d="M277.7,214.1l-3.3-2" style="fill: none; stroke: #3a7094; stroke-width: 2px;"/>
                              <path d="M274.4,212.1c1.9-12.5,12.7-22.5,4.2-31.7" style="fill: none; stroke: #5788ae; stroke-width: 2px;"/>
                              <path d="M268.9,195.6l-.5,.8" style="fill: none; stroke: #509ac3; stroke-width: 2px;"/>
                              <path d="M268.5,196.4c-4.9,4.5,.4,2.3-4-4.3,.2-5-5.1-6.2-6.9-11.8,.4-8.7-8.5-4.5-13.6-6.4" style="fill: none; stroke: #39a7d1; stroke-width: 2px;"/>
                              <path d="M787,188.1c7.4-10.2-17.9-5.5-18.6-.6" style="fill: none; stroke: #68b6e6; stroke-width: 2px;"/>
                              <path d="M768.4,187.6l-4.7-4.2" style="fill: none; stroke: #558cb6; stroke-width: 2px;"/>
                              <path d="M872.4,239.5c-6.5,.4-8.6-2.9-12.1-6.7" style="fill: none; stroke: #144e77; stroke-width: 2px;"/>
                              <path d="M860.3,232.8c.1-.8-.3-1.5-1.1-2" style="fill: none; stroke: #0a2b41; stroke-width: 2px;"/>
                              <path d="M859.2,230.8c-.4-.5-.7-1.1-.8-1.7" style="fill: none; stroke: #103a5e; stroke-width: 2px;"/>
                              <path d="M858.4,229.1c.7-6.6-7.8-9-10.2-14.2,1.1-1.9,2.7,2.3,4,2.5,3.9,0-4.5-5.2-3.5-8.4" style="fill: none; stroke: #0a2b41; stroke-width: 2px;"/>
                              <path d="M848.7,208.9c.9-1.8,3.9,4.3,5.1,1.3" style="fill: none; stroke: #0c304e; stroke-width: 2px;"/>
                              <path d="M629.3,175.6c0-.4-.2-.6-.5-.5" style="fill: none; stroke: #9ecddc; stroke-width: 2px;"/>
                              <path d="M839.7,185.9c1.2,4.8,.4,4.5-2,9.2" style="fill: none; stroke: #103c5f; stroke-width: 2px;"/>
                              <path d="M837.8,195.1c-3,6.6,1.1-1.2,2.2,1.5" style="fill: none; stroke: #1a4f76; stroke-width: 2px;"/>
                              <path d="M840,196.6c0,2.3-6.4,6.5-2.3,8.5" style="fill: none; stroke: #0f3454; stroke-width: 2px;"/>
                              <path d="M837.8,205.1c-1.1,1-10.8,5.6-4.1,4.8" style="fill: none; stroke: #336f97; stroke-width: 2px;"/>
                              <path d="M833.7,209.9c0,.4,.3,.8,.8,1.1" style="fill: none; stroke: #0f3454; stroke-width: 2px;"/>
                              <path d="M834.5,210.9c-3.4,8-11.2,7.8-8,14.9" style="fill: none; stroke: #245d88; stroke-width: 2px;"/>
                              <path d="M826.6,225.8c-.8,3.7,3.7,0,4.7-1.2" style="fill: none; stroke: #0e2f47; stroke-width: 2px;"/>
                              <path d="M831.2,224.6c.7,.2,1,.7,.8,1.5" style="fill: none; stroke: #1d527e; stroke-width: 2px;"/>
                              <path d="M832,226.1c-.3,2.5,.7,3.8,3.2,3.8" style="fill: none; stroke: #0e2f47; stroke-width: 2px;"/>
                              <path d="M835.2,229.9c-.6,1.7-1.5,3.2-2.8,4.5" style="fill: none; stroke: #0f3454; stroke-width: 2px;"/>
                              <path d="M832.4,234.3c-.7,.1-1.4-.1-2-.5" style="fill: none; stroke: #175580; stroke-width: 2px;"/>
                              <path d="M830.5,233.8c-.7-1.4-3.9,.5-2.2,1.6" style="fill: none; stroke: #103351; stroke-width: 2px;"/>
                              <path d="M828.2,235.4c-.4,1.8,2.3,.5,2.5,2.2" style="fill: none; stroke: #175580; stroke-width: 2px;"/>
                              <path d="M830.8,237.6c-1.5,2.5-5,.7-6.2,3.4" style="fill: none; stroke: #0e2f47; stroke-width: 2px;"/>
                              <path d="M824.5,241c-8.7-.5-33.7-50.8-29.8-17.1" style="fill: none; stroke: #175580; stroke-width: 2px;"/>
                              <path d="M794.7,223.8c-2.5-.8,.3-15.8-2.5-7.4" style="fill: none; stroke: #537ba4; stroke-width: 2px;"/>
                              <path d="M792.2,216.3c-2-.3,.1-4.9-1.9-3-1.2,1.2-.3-2.4-4.9-4.5-9.7-3.5-5.3-5.5,0-11.1" style="fill: none; stroke: #1a557e; stroke-width: 2px;"/>
                              <path d="M268.5,196.4l-4,9.5" style="fill: none; stroke: #4c99c2; stroke-width: 2px;"/>
                              <path d="M264.4,205.9c-13.1-7.6-26-15.5-38.7-23.8" style="fill: none; stroke: #2e81a8; stroke-width: 2px;"/>
                              <path d="M225.8,182.1c-2.4-1.2-5.8,1.6-8.8,.2" style="fill: none; stroke: #2d7ea6; stroke-width: 2px;"/>
                              <path d="M514.5,193.9c-3.1-1.5-5.9-3.4-8.5-5.6" style="fill: none; stroke: #6fb1cf; stroke-width: 2px;"/>
                              <path d="M506,188.3c-3.4-5.3-4.8,9.8-5.6,11.1" style="fill: none; stroke: #bdd4ea; stroke-width: 2px;"/>
                              <path d="M594.5,196.4c4.1,2-15.2,14.7-9.1,12.5,5.6-3,8.9-9.6,15-7.1" style="fill: none; stroke: #79abd5; stroke-width: 2px;"/>
                              <path d="M600.4,201.9c-1.2,3.3-1.4,6.5,2.5,7.4,.6,.5-2.8,.8-.6,.7" style="fill: none; stroke: #44a2cb; stroke-width: 2px;"/>
                              <path d="M602.3,210.1c-16.2,6-31.9,14.7-48.8,18.6" style="fill: none; stroke: #7faed8; stroke-width: 2px;"/>
                              <path d="M553.5,228.7l-36.3,3.8" style="fill: none; stroke: #88afd8; stroke-width: 2px;"/>
                              <path d="M564.2,205.3c-10.1,13.1,11.1,9.4,15.4,2.7-1.5-9.5,5-16.7,1.6-25.5-11-9.8,2.8,25.7-16.6,22.2" style="fill: none; stroke: #509fc8; stroke-width: 2px;"/>
                              <path d="M738,178.8l-6.1,11.5" style="fill: none; stroke: #8f99b9; stroke-width: 2px;"/>
                              <path d="M731.9,190.3l-1.2,.2" style="fill: none; stroke: #b3b1ce; stroke-width: 2px;"/>
                              <path d="M131.2,235.9l.2,2.2" style="fill: none; stroke: #537195; stroke-width: 2px;"/>
                              <path d="M131.4,238.1c-1.8,.5-4.9,14.1-3.4,16.1,.9,2.7-4.6,3.3-5,5.2" style="fill: none; stroke: #102b46; stroke-width: 2px;"/>
                              <path d="M123,259.4c-.3,2.1-21-10.5-17.8-16.3" style="fill: none; stroke: #194263; stroke-width: 2px;"/>
                              <path d="M105.2,243.1c21.4,4.5-27.1-11.4-25.7-18.4,3.5-10.8-58.6-36.4-36.8-23.5" style="fill: none; stroke: #214669; stroke-width: 2px;"/>
                              <path d="M42.7,201.1c-9-1.3-29.4-20.3-20.3,1.1-3.3-.8-2.8-4.3-5-6-3,5-10,4-14.5,7.4" style="fill: none; stroke: #194263; stroke-width: 2px;"/>
                              <path d="M792.2,216.3c-1.1,5.8-.9,12.4-2.4,18" style="fill: none; stroke: #53779d; stroke-width: 2px;"/>
                              <path d="M789.7,234.3c-.4,0-.6,.2-.8,.5" style="fill: none; stroke: #476593; stroke-width: 2px;"/>
                              <path d="M789,234.8c-2,.8-.2,4.9,1.8,5.2" style="fill: none; stroke: #53779d; stroke-width: 2px;"/>
                              <path d="M790.7,239.9l-.5,1.5" style="fill: none; stroke: #10314e; stroke-width: 2px;"/>
                              <path d="M790.2,241.3c-4.8,3.4-6.7,3.2-2.5,7.8" style="fill: none; stroke: #607da2; stroke-width: 2px;"/>
                              <path d="M787.7,249.1l-1,.7" style="fill: none; stroke: #0e2b3f; stroke-width: 2px;"/>
                              <path d="M786.8,249.9c-1.5-1.1-3.1-1.2-4.8-.2" style="fill: none; stroke: #53779d; stroke-width: 2px;"/>
                              <path d="M782,249.6c-.3-3.6-3,4.3-3.5,.6,.9-4.2-3.2-1.9-5.2-2-1.7-1.5-2.7-4.3-4.8-5.5-4.5-3.1-5.8-1.8-3.7,3.9-1.2,6.3-17.1-7.6-14.1-13.9" style="fill: none; stroke: #1a4c71; stroke-width: 2px;"/>
                              <path d="M750.5,232.6c2.9-5.3,6.6-9.9,11.2-13.8" style="fill: none; stroke: #3e628f; stroke-width: 2px;"/>
                              <path d="M761.6,218.8c3.9-3,7.5-6.3,10.8-9.9" style="fill: none; stroke: #5d70a3; stroke-width: 2px;"/>
                              <path d="M848.6,204.7c-.3-.3-.9-.5-1.6-.6" style="fill: none; stroke: #05172e; stroke-width: 2px;"/>
                              <path d="M847,204.1c2.2-3.8-4-.9,0-6.2,2.2-2.2-5.4-9.4-3.4,.8-1.6,.1-.9-8-3.5-4.7-.4,1.4-1.1,2-2.4,1.1" style="fill: none; stroke: #103250; stroke-width: 2px;"/>
                              <path d="M768.4,187.6l11.7,9.6" style="fill: none; stroke: #4186b2; stroke-width: 2px;"/>
                              <path d="M775.2,202.1c-16.9,11.2-8.7,4.2-22.7,7.5-2.9,1.7-10.1,1-11.4,5.3-.6,.1-7.1-.2-7.4,.4-6.1,3.5-26.8,3.9-23-5.5" style="fill: none; stroke: #29597f; stroke-width: 2px;"/>
                              <path d="M710.7,209.7l3.5-7.2" style="fill: none; stroke: #6675a9; stroke-width: 2px;"/>
                              <path d="M714.2,202.6c3.2-1.9,5.7-4.4,7.6-7.4" style="fill: none; stroke: #255478; stroke-width: 2px;"/>
                              <path d="M721.8,195.2c1.4,.3,2.9-.3,4.4-1.8" style="fill: none; stroke: #6695b7; stroke-width: 2px;"/>
                              <path d="M726.2,193.3c1.3,.2,2.1-.2,2.5-1.4" style="fill: none; stroke: #3f7caf; stroke-width: 2px;"/>
                              <path d="M730,191.2c-4.1,9.7,1.8,2.3,1.9-.8" style="fill: none; stroke: #517397; stroke-width: 2px;"/>
                              <path d="M687,185.9c-.5,.1-8.4-3.8-8.5-2.6l-9.7,17.6" style="fill: none; stroke: #7886a3; stroke-width: 2px;"/>
                              <path d="M668.7,200.9c-.3,.1-.6,0-.8-.2" style="fill: none; stroke: #cbbce4; stroke-width: 2px;"/>
                              <path d="M667.9,200.6c-.6-1.5-2-1.9-4.1-1.2" style="fill: none; stroke: #8897b8; stroke-width: 2px;"/>
                              <path d="M663.8,199.4c3.1-2.5,8-2.6,9.4-11.7" style="fill: none; stroke: #c8caec; stroke-width: 2px;"/>
                              <path d="M601.2,196.9c-2.9,1.6-1.7-3.7-5.1-2.7" style="fill: none; stroke: #c0c0e9; stroke-width: 2px;"/>
                              <path d="M274.4,212.1l-10-6.2" style="fill: none; stroke: #45749a; stroke-width: 2px;"/>
                              <path d="M695.7,189.1l-6.2-2.2" style="fill: none; stroke: #537aa2; stroke-width: 2px;"/>
                              <path d="M225.8,182.1c6.4,15.5,12.6,20.7,25,35.6" style="fill: none; stroke: #26597e; stroke-width: 2px;"/>
                              <path d="M250.7,217.6l11.5,14.5" style="fill: none; stroke: #325c84; stroke-width: 2px;"/>
                              <path d="M262.2,232.1c.7,7-4.1,19.6-12.9,17.1" style="fill: none; stroke: #235a81; stroke-width: 2px;"/>
                              <path d="M249.3,249.1l-1.8-2.8" style="fill: none; stroke: #295b83; stroke-width: 2px;"/>
                              <path d="M325.5,218.3c-4.3,1.9-4.1,7.1-6.9,9.4-8.6,1.3-9.9-5.6-12.8-12.2" style="fill: none; stroke: #478db3; stroke-width: 2px;"/>
                              <path d="M305.8,215.3c-7.4-8.6-13.9-18.4-7.3-30.2" style="fill: none; stroke: #528ab0; stroke-width: 2px;"/>
                              <path d="M277.7,214.1l2.6,1.8" style="fill: none; stroke: #597ca2; stroke-width: 2px;"/>
                              <path d="M280.3,215.9c14,4.3,21.1,18,33,23.3" style="fill: none; stroke: #357196; stroke-width: 2px;"/>
                              <path d="M313.4,239.1c12.7,6.3,20.8,9.8,26,22.4" style="fill: none; stroke: #3a779d; stroke-width: 2px;"/>
                              <path d="M339.4,261.5c3.5,3.7,8,3.7,11.2,7.5" style="fill: none; stroke: #6b81ae; stroke-width: 2px;"/>
                              <path d="M350.6,269c-8.7,.7-6.1-8.8-11.7,4.4" style="fill: none; stroke: #275f86; stroke-width: 2px;"/>
                              <path d="M338.9,273.3c-19.7-12.9-36.6-21.4-54.7-31.6" style="fill: none; stroke: #38638d; stroke-width: 2px;"/>
                              <path d="M284.2,241.8c-13.1-.7-25.3-41.7-33.5-24.3" style="fill: none; stroke: #335e86; stroke-width: 2px;"/>
                              <path d="M710.2,191.1c-8.3,2.7-19.9-1.8-29.3-6.1-11.9,15.7-21.5,38.5-31.4,57.2" style="fill: none; stroke: #184364; stroke-width: 2px;"/>
                              <path d="M649.6,242.2l1.1-5.1" style="fill: none; stroke: #3b5682; stroke-width: 2px;"/>
                              <path d="M650.7,237.1c4.3-12.2,2.1-9,9.5-18" style="fill: none; stroke: #5a6495; stroke-width: 2px;"/>
                              <path d="M660.2,219.1c4.8-5,7-11.4,8.4-18.2" style="fill: none; stroke: #676f9c; stroke-width: 2px;"/>
                              <path d="M305.8,215.3c-.9,3-3-.6-4.1-1" style="fill: none; stroke: #5790b7; stroke-width: 2px;"/>
                              <path d="M301.7,214.4c-2.8-3.7-6.1-6.9-9.9-9.6" style="fill: none; stroke: #528ab0; stroke-width: 2px;"/>
                              <path d="M291.8,204.8c3.4-9.2-4.2-2.9-3-6,1.9-1.5,9.7-9.9,2.7-7.4" style="fill: none; stroke: #7795bc; stroke-width: 2px;"/>
                              <path d="M672.7,187.6c-8.6,10-23.3,6.3-33.9,14.8-9.5,21.2-16.4,11.7-36.5,7.7" style="fill: none; stroke: #78b5e0; stroke-width: 2px;"/>
                              <path d="M600.4,201.9l.8-5" style="fill: none; stroke: #72b2dd; stroke-width: 2px;"/>
                              <path d="M712,191.6l6.2,1.9" style="fill: none; stroke: #3675a4; stroke-width: 2px;"/>
                              <path d="M718.2,193.6l3.6,1.6" style="fill: none; stroke: #5e8eac; stroke-width: 2px;"/>
                              <path d="M714.2,202.6c-12.3,11.6-23.9,15.8-32.3,25.3" style="fill: none; stroke: #5e6e9e; stroke-width: 2px;"/>
                              <path d="M682,227.8c-12.7,19.9-21,43.9-44.5,52.6" style="fill: none; stroke: #617a9e; stroke-width: 2px;"/>
                              <path d="M637.5,280.4c-.7-.1-1-.6-1-1.3" style="fill: none; stroke: #1e4c6d; stroke-width: 2px;"/>
                              <path d="M636.5,279.1c2.9-6.6,5.4-13.3,7.5-20.2" style="fill: none; stroke: #32597f; stroke-width: 2px;"/>
                              <path d="M644,258.9l5.6-16.6" style="fill: none; stroke: #3f608b; stroke-width: 2px;"/>
                              <path d="M506,188.3c-2.1,15.4-9.2,20.7-20.8,29.4" style="fill: none; stroke: #a2b4d5; stroke-width: 2px;"/>
                              <path d="M485.3,217.7c.7-9.8,15.1-8.3,15.2-18.2" style="fill: none; stroke: #c3d5ec; stroke-width: 2px;"/>
                              <path d="M663.8,199.4c-21.8,4.2-14.2,10.8-23.3,24.7" style="fill: none; stroke: #738eb9; stroke-width: 2px;"/>
                              <path d="M640.5,224.1c5.5-16.3-2.3-8.4-4,1.7" style="fill: none; stroke: #99b4e4; stroke-width: 2px;"/>
                              <path d="M636.5,225.8c-5.3,2.4-3.3,6-5.7,11.1" style="fill: none; stroke: #7e94bf; stroke-width: 2px;"/>
                              <path d="M630.8,236.9c-7-5.9-19.5-17.7-25.5-18.7,7.9,5.5,17.9,29.3,22.4,27.4" style="fill: none; stroke: #88b0de; stroke-width: 2px;"/>
                              <path d="M627.7,245.6l-3.2,5" style="fill: none; stroke: #7e94bf; stroke-width: 2px;"/>
                              <path d="M624.5,250.6c-39.9-8.1-90-6-133.4-5.6" style="fill: none; stroke: #adbeea; stroke-width: 2px;"/>
                              <path d="M491,244.9c-.5-.4-.8-1.2-1.1-2.5" style="fill: none; stroke: #82afda; stroke-width: 2px;"/>
                              <path d="M489.9,242.4c12-3.5,34.8,5.1,38.9-7.9,6.3-3.1,24.7,2.4,24.7-5.9" style="fill: none; stroke: #bcc2ed; stroke-width: 2px;"/>
                              <path d="M491.3,223.9c.5-4.2-5.9-1.9-6-6.2" style="fill: none; stroke: #75b2d1; stroke-width: 2px;"/>
                              <path d="M2.9,214.1l4.8,2.5" style="fill: none; stroke: #185278; stroke-width: 2px;"/>
                              <path d="M726.2,193.3c-2.7,1.5-5.9-1.1-8,.3" style="fill: none; stroke: #78b6e3; stroke-width: 2px;"/>
                              <path d="M291.8,204.8c-3.5,4.3-7.3,8-11.5,11.1" style="fill: none; stroke: #6792b8; stroke-width: 2px;"/>
                              <path d="M42.7,201.1c28.7,14.2,23.6,33.7,62.5,41.9" style="fill: none; stroke: #1f4466; stroke-width: 2px;"/>
                              <path d="M123,259.4l-.8,1.9" style="fill: none; stroke: #0e2843; stroke-width: 2px;"/>
                              <path d="M122.2,261.3c-9.4,10.1,13.4-1.5,1-.2" style="fill: none; stroke: #0e263e; stroke-width: 2px;"/>
                              <path d="M123.2,261.1c1-5,4.7,.4,5.7-2.8" style="fill: none; stroke: #0e2843; stroke-width: 2px;"/>
                              <path d="M128.9,258.3c2.1-.3,2.7,.4,1.7,1.9" style="fill: none; stroke: #2b5076; stroke-width: 2px;"/>
                              <path d="M130.6,260.2c-3.6,3.4-6.7,7.1-9.3,11.3" style="fill: none; stroke: #0e2741; stroke-width: 2px;"/>
                              <path d="M121.4,271.5c-.4,8.4-12.4,.6-17.8-1.5-4.6,.3-17,7.6-19.2,0" style="fill: none; stroke: #123151; stroke-width: 2px;"/>
                              <path d="M85.5,267.1c1.5-1-.5-3.3-1.7-3.5" style="fill: none; stroke: #2b5076; stroke-width: 2px;"/>
                              <path d="M84.5,261.9c3.4,1-.1-3.4-1-3.5" style="fill: none; stroke: #30557d; stroke-width: 2px;"/>
                              <path d="M83.2,256.1c.7-1.4-1.5-4.2-.8-1" style="fill: none; stroke: #466585; stroke-width: 2px;"/>
                              <path d="M60.4,257.1c-4-5.5,.2-20-6.6-16.7" style="fill: none; stroke: #24547d; stroke-width: 2px;"/>
                              <path d="M53.9,240.4c.4-5-1.3-9-5-12.1" style="fill: none; stroke: #0e2b48; stroke-width: 2px;"/>
                              <path d="M48.9,228.2c-2.7-1.7-10.6-18.4-10.6-11.4" style="fill: none; stroke: #24547d; stroke-width: 2px;"/>
                              <path d="M25.2,224.6c-3-3.1,3.3-1.8,4.5-1.7,4-.7-9.2-4.6-9.3-3.1" style="fill: none; stroke: #143d5f; stroke-width: 2px;"/>
                              <path d="M20.5,219.9c-1.4-.4-2.4-.1-3,1" style="fill: none; stroke: #0e2b48; stroke-width: 2px;"/>
                              <path d="M17.4,220.9h-.7" style="fill: none; stroke: #143d5f; stroke-width: 2px;"/>
                              <path d="M847,204.1c-2-1.9-3.6-3.5-6.1-4.4-.2-.8,1.1-5-1-3.1" style="fill: none; stroke: #0f2944; stroke-width: 2px;"/>
                              <path d="M486.6,228.6c-10.6-3-18.6-10.4-27.3-15.3" style="fill: none; stroke: #73b8d8; stroke-width: 2px;"/>
                              <path d="M459.3,213.2c-2.7,5.5-6.1,10.4-10.1,14.6" style="fill: none; stroke: #c3d5ec; stroke-width: 2px;"/>
                              <path d="M449.2,227.9c-2-2.8-4.5-5.2-7.2-7.2" style="fill: none; stroke: #73b8d8; stroke-width: 2px;"/>
                              <path d="M441.9,220.6c-2.5,.8-3.8,3.6-6.4,5" style="fill: none; stroke: #bccded; stroke-width: 2px;"/>
                              <path d="M342.2,221.6c-1.6-2.8-3.6-5.2-6-7.3" style="fill: none; stroke: #7ab9dc; stroke-width: 2px;"/>
                              <path d="M848.7,208.9c-.2-.7-.5-.9-1.2-.6" style="fill: none; stroke: #030915; stroke-width: 2px;"/>
                              <path d="M847.5,208.3c1.6-1.8-2.4-2.8-2.9-4.6-1.1-2.2-2.8,3.2-3.5,4.2" style="fill: none; stroke: #0d2541; stroke-width: 2px;"/>
                              <path d="M841,207.9c.3,3.5-10.5,12.5-7,7,2.1-2.6,7-6.4,.5-4" style="fill: none; stroke: #193756; stroke-width: 2px;"/>
                              <path d="M833.7,209.9c0-1.1,5.9-3,4-4.9" style="fill: none; stroke: #284965; stroke-width: 2px;"/>
                              <path d="M227,249.3l13.7,24.5c5.1,1.9,24.9,4.3,20.3-5" style="fill: none; stroke: #27628b; stroke-width: 2px;"/>
                              <path d="M261,268.8c8.5,3.6,18.2-2.2,27.8,.1,3.5-2,6.3,6,8.4,1.2,.4-2.2,2.7-1.5,3.5-2.1-2.5-3,2.6-2.9,2.9-.1,1.2,1.9,.4-.5,.5-1.3" style="fill: none; stroke: #216089; stroke-width: 2px;"/>
                              <path d="M304,266.6l6.5,7.3" style="fill: none; stroke: #346793; stroke-width: 2px;"/>
                              <path d="M310.5,273.9c7.1,15.6,16.2,3.8,26.7,4.6" style="fill: none; stroke: #2c638e; stroke-width: 2px;"/>
                              <path d="M337.2,278.6c.5,.7,1.2,1.2,2,1.5" style="fill: none; stroke: #346793; stroke-width: 2px;"/>
                              <line x1="351.2" y1="295.8" x2="339.2" y2="280.1" style="fill: none; stroke: #3c6e9d; stroke-width: 2px;"/>
                              <path d="M351.2,295.8c-6,1.1,2.1,4.9,0,7.9-.9,3-2.8,5.6-1.8,8.6-.2,3.4-6.3-3.3-7.4,2-.2,.5-3-3-3.2-3" style="fill: none; stroke: #1e6691; stroke-width: 2px;"/>
                              <path d="M338.7,311.1c-9.1-1.6-19-5.5-27.4-11.9-4.9-3.9-13.3,2.6-16.3-2.7-9.2-2.9-20.9-10-32.2-6.1-2.4-.4-4.7,1.6-6.5,1.5-.5-.9-4.5-1.6-4,.3,2.1,6.2,11.3,11.4,10.5,18" style="fill: none; stroke: #1c648f; stroke-width: 2px;"/>
                              <path d="M262.7,310.3c-5.5-4.7-11.5-27.3-19.9-16.8" style="fill: none; stroke: #3e81ae; stroke-width: 2px;"/>
                              <path d="M242.8,293.6c-3.5,2.8-7.4,5.1-11.5,6.9" style="fill: none; stroke: #184d74; stroke-width: 2px;"/>
                              <path d="M231.3,300.4c-1.2-5.9-8.4-22.3-6.3-8.3" style="fill: none; stroke: #4a779c; stroke-width: 2px;"/>
                              <path d="M225,292.1c-3.4-.5-2-1.9-1.6-3.7-.2-.9-.6-.8-1.2,.2-2.3,1.9-1-3.7-.6-4.8" style="fill: none; stroke: #184f75; stroke-width: 2px;"/>
                              <path d="M221.6,283.8c1.1-.4,1.4-.9,.7-1.6" style="fill: none; stroke: #123a59; stroke-width: 2px;"/>
                              <path d="M222.2,282.1c2.5-2.4,1-10.2-1.7-12.3" style="fill: none; stroke: #3c6e9d; stroke-width: 2px;"/>
                              <path d="M220.5,269.9c-1.3-2.1,1.2-5.4-2-6.7" style="fill: none; stroke: #216089; stroke-width: 2px;"/>
                              <path d="M218.5,263.2c15.9-.8-11.5-40.4-14.6-50.7" style="fill: none; stroke: #295f89; stroke-width: 2px;"/>
                              <path d="M667.9,200.6c-2.3,6-5.4,11.6-9.1,16.9" style="fill: none; stroke: #7780b1; stroke-width: 2px;"/>
                              <path d="M658.8,217.5c-4.7,3.6-8.2,8.2-10.3,13.6" style="fill: none; stroke: #6975aa; stroke-width: 2px;"/>
                              <path d="M648.5,231.1c.2-.9,.2-1.7-.1-2.5" style="fill: none; stroke: #295379; stroke-width: 2px;"/>
                              <path d="M648.4,228.6c2.8-3.2-.7-4.7-3.3-5.7-1.6-.2-5.2,4.2-6.1,2" style="fill: none; stroke: #3e618b; stroke-width: 2px;"/>
                              <path d="M639,224.9l1.5-.8" style="fill: none; stroke: #5981b0; stroke-width: 2px;"/>
                              <path d="M660.2,219.1c-1.6,.2-2-.4-1.4-1.7" style="fill: none; stroke: #ad9ad6; stroke-width: 2px;"/>
                              <path d="M770.7,206.6l-16,13.8" style="fill: none; stroke: #6273a5; stroke-width: 2px;"/>
                              <path d="M754.7,220.3l-9.6,11.6" style="fill: none; stroke: #436592; stroke-width: 2px;"/>
                              <path d="M745.1,231.9c-10.9,5.3-11.4,15.7-16.6,.1" style="fill: none; stroke: #1f4f73; stroke-width: 2px;"/>
                              <path d="M728.5,232.1c-4.8,3.6-11.5,8.9-17.7,11" style="fill: none; stroke: #586f9e; stroke-width: 2px;"/>
                              <path d="M710.7,243.1l-.5,.3" style="fill: none; stroke: #7a97ad; stroke-width: 2px;"/>
                              <path d="M710.2,243.4c-2.9-.8-6.9,12.7-7.4,5.3,4.1-3.1-16-3-14.2-1.3-1.6-.5-2.3-.8-3.6,1.3-2.2-1.7-4.5,3.1-5.7,4.2" style="fill: none; stroke: #1f5479; stroke-width: 2px;"/>
                              <path d="M679.2,252.8l1.4-2.6" style="fill: none; stroke: #4c6895; stroke-width: 2px;"/>
                              <path d="M680.6,250.2c6.2-9.6,6.9-15.6,11.9-27" style="fill: none; stroke: #5f6fa2; stroke-width: 2px;"/>
                              <path d="M692.5,223.2c2.3-3.7,6.2,2.5,8.5,2.1l9.8-15.6" style="fill: none; stroke: #6273a5; stroke-width: 2px;"/>
                              <path d="M692.5,223.2c-4.5-.6-7.7,1.2-9.5,5.4" style="fill: none; stroke: #9d8bcc; stroke-width: 2px;"/>
                              <path d="M683,228.6l-1-.8" style="fill: none; stroke: #a39ccf; stroke-width: 2px;"/>
                              <path d="M847.5,208.3c-5.3-.8-.3,4.7-4.9,5.4" style="fill: none; stroke: #0b2034; stroke-width: 2px;"/>
                              <path d="M842.6,213.7c-.2,1.9-1.2,2.9-3.1,3.1" style="fill: none; stroke: #0b2034; stroke-width: 2px;"/>
                              <path d="M839.5,216.9c-.4-.3,3.7-10.5,1.5-9" style="fill: none; stroke: #224e75; stroke-width: 2px;"/>
                              <path d="M301.7,214.4c.9,9.2,11.6,17.2,11.7,24.7" style="fill: none; stroke: #478db3; stroke-width: 2px;"/>
                              <path d="M761.6,218.8c-2.3,.4-5.7,5.8-7,1.5" style="fill: none; stroke: #8181bc; stroke-width: 2px;"/>
                              <path d="M839.5,216.9c-.4,.2-1.7,3.4-2.4,2.3-2.9-1.8-7.5,5-10.5,6.5" style="fill: none; stroke: #183249; stroke-width: 2px;"/>
                              <path d="M858.4,229.1c-4.2-2.4-9.4-6-13.1-9.4-.4-3.2,1.5,.3,2.9,.3,4,.9-5-6.3-4.9-5.7" style="fill: none; stroke: #071325; stroke-width: 2px;"/>
                              <path d="M843.4,214.3c-.1-.3-.4-.5-.8-.6" style="fill: none; stroke: #010408; stroke-width: 2px;"/>
                              <path d="M284.2,241.8c-2.9,1.7-3.6,5.5-4.3,9.1" style="fill: none; stroke: #446693; stroke-width: 2px;"/>
                              <path d="M279.9,251c-6.9-5.3-12.8-11.6-17.6-18.9" style="fill: none; stroke: #315f89; stroke-width: 2px;"/>
                              <path d="M824.5,241c.5-.3,10.4-2.5,6.2-3.4" style="fill: none; stroke: #0a2b41; stroke-width: 2px;"/>
                              <path d="M828.2,235.4c.9-.3,1.7-.8,2.2-1.6" style="fill: none; stroke: #0c2f4c; stroke-width: 2px;"/>
                              <path d="M832.4,234.3c.7,1.9,3.9-3.1,3.7-4.7" style="fill: none; stroke: #0c304e; stroke-width: 2px;"/>
                              <path d="M836.2,229.6c2.1-1.2,1.3,1.9,1.8,3" style="fill: none; stroke: #0a2b41; stroke-width: 2px;"/>
                              <path d="M838,232.6c.1,1.2,.5,2.5,1.2,3.7" style="fill: none; stroke: #14456b; stroke-width: 2px;"/>
                              <path d="M839.2,236.3c-3.3,3.6-5.2,10.5-11.4,11.5" style="fill: none; stroke: #0a2b41; stroke-width: 2px;"/>
                              <path d="M827.8,247.9c-2.3,.2-6.7,3.8-6.8,5.7,4.1,1.8,3.8-3.5,6.8-5.2" style="fill: none; stroke: #0a2b41; stroke-width: 2px;"/>
                              <path d="M827.7,248.3c1.6,0,2.3,.9,2.3,2.5" style="fill: none; stroke: #0a2b41; stroke-width: 2px;"/>
                              <path d="M830,250.9c2,2.6-2.4,1.7-3.3,3.7" style="fill: none; stroke: #1a4e78; stroke-width: 2px;"/>
                              <path d="M826.8,254.6l-3.6,3" style="fill: none; stroke: #0a2b41; stroke-width: 2px;"/>
                              <path d="M823.2,257.6l-1.5,1" style="fill: none; stroke: #1a4e78; stroke-width: 2px;"/>
                              <path d="M821.7,258.6c-1.1,.4-1.9,1.1-2.5,2" style="fill: none; stroke: #0c2f4c; stroke-width: 2px;"/>
                              <path d="M819.2,260.6c.5,1.6,1.6,2.4,3.2,2.5" style="fill: none; stroke: #1a4e78; stroke-width: 2px;"/>
                              <path d="M822.5,263.1c.9,0,1.6-.4,2.2-1" style="fill: none; stroke: #0a2b41; stroke-width: 2px;"/>
                              <path d="M824.7,262.1c.4,0,.7,.1,.7,.2" style="fill: none; stroke: #1a4e78; stroke-width: 2px;"/>
                              <path d="M825.4,262.2l.1,1.4" style="fill: none; stroke: #0a2b41; stroke-width: 2px;"/>
                              <path d="M825.5,263.6c-2.5,4.1-7.6,6.9-9.7,10.3,2.4,1.3,2.7,2.5,.9,2-7.8-1.1-.1,2.7-3.8,4.4" style="fill: none; stroke: #103e62; stroke-width: 2px;"/>
                              <path d="M813,280.4c-25.2-8.7,5.2-18.9-11.7-12.7" style="fill: none; stroke: #0c2f4c; stroke-width: 2px;"/>
                              <path d="M801.2,267.6c-2-.2-2.1-2.8-4-3.6" style="fill: none; stroke: #366594; stroke-width: 2px;"/>
                              <path d="M797.2,263.9c2.4-1.4,9.2,1.3,3.6-1.8-.6-1.6,4.4-3.3,5.1-5.6-9.4-3.3,1.1-4-3.9-5.7-5.2-1,2.7,5.5-2.3,7.7-9.3-5.2,.9-7.2-3.8-9.1" style="fill: none; stroke: #0c3150; stroke-width: 2px;"/>
                              <path d="M796,249.4c2.4,.2-.3-1.4,.4-2.5" style="fill: none; stroke: #436595; stroke-width: 2px;"/>
                              <path d="M796.4,246.9c.2-.7,0-1.3-.7-1.7" style="fill: none; stroke: #5d7da4; stroke-width: 2px;"/>
                              <path d="M795.7,245.1c.6-1.8,.6-3.7,0-5.6" style="fill: none; stroke: #0c3150; stroke-width: 2px;"/>
                              <path d="M795.7,239.5c-.4-.6-.6-1.3-.5-2.1" style="fill: none; stroke: #446e93; stroke-width: 2px;"/>
                              <path d="M795.2,237.3v-3.5" style="fill: none; stroke: #11385b; stroke-width: 2px;"/>
                              <path d="M795.2,233.9c.8-1.2,.7-2.4-.2-3.5" style="fill: none; stroke: #4f779f; stroke-width: 2px;"/>
                              <path d="M795,230.3c-1.8-1.4-1.7-2.5,.2-3.5" style="fill: none; stroke: #2e5c86; stroke-width: 2px;"/>
                              <path d="M795.2,226.8c.3-1.4,.1-2.4-.5-3" style="fill: none; stroke: #4f779f; stroke-width: 2px;"/>
                              <path d="M218.5,263.2c-4.2-7.4-8-15.1-11.5-22.9" style="fill: none; stroke: #2b5c86; stroke-width: 2px;"/>
                              <path d="M459.3,213.2c-1,4.2-6.7,18-10.2,14.7" style="fill: none; stroke: #a0badc; stroke-width: 2px;"/>
                              <path d="M795.2,226.8c-5.2-3.4-2.3,3.8-1.7,6,.4,1.1-.2-2.6,1.5-2.5" style="fill: none; stroke: #6a82aa; stroke-width: 2px;"/>
                              <path d="M795.2,233.9c-3.2-.8-2.5,2.6-3.5,4.5" style="fill: none; stroke: #4d5e80; stroke-width: 2px;"/>
                              <path d="M791.8,238.3l-1,1.5" style="fill: none; stroke: #485775; stroke-width: 2px;"/>
                              <path d="M789,234.8c1.7,2.2,1.9,2,.8-.5" style="fill: none; stroke: #7f8bb9; stroke-width: 2px;"/>
                              <path d="M500.2,229.6c-5.8,4.6-18.8,3.7-10.2,12.8" style="fill: none; stroke: #8bb0da; stroke-width: 2px;"/>
                              <path d="M491,244.9l3,4.7" style="fill: none; stroke: #7bacd7; stroke-width: 2px;"/>
                              <path d="M493.9,249.6l3.5,6.7" style="fill: none; stroke: #6fa9d4; stroke-width: 2px;"/>
                              <path d="M497.5,256.3c-2.1,.7-2,4.3-4.7,3.1" style="fill: none; stroke: #5aa8d3; stroke-width: 2px;"/>
                              <path d="M492.8,259.4c-9.7-7.8-17.3-19.7-30.3-22.6,2.4,3.7,8.9,3.1,11.8,7" style="fill: none; stroke: #8bb0da; stroke-width: 2px;"/>
                              <path d="M474.3,243.9l3.7,4.7" style="fill: none; stroke: #5aa8d3; stroke-width: 2px;"/>
                              <path d="M478,248.6c-6.8,.7,4.1,7.7,1.6,11-.3,.6-2.1,3.3-2.1,4,.2,2.8-3.6,.9-3,4" style="fill: none; stroke: #4ea0cc; stroke-width: 2px;"/>
                              <path d="M474.4,267.3l-15.7-11.1" style="fill: none; stroke: #68a2d1; stroke-width: 2px;"/>
                              <path d="M458.7,256.2c-6.9,1.6-14.8,3.5-19.8,8.3" style="fill: none; stroke: #52a0ca; stroke-width: 2px;"/>
                              <path d="M438.9,264.5c-5.9,4.3-13.8,4.4-19.4,5.2" style="fill: none; stroke: #82afda; stroke-width: 2px;"/>
                              <path d="M419.5,269.6c-3.7,1.5-3.9-4.4-3-6.4" style="fill: none; stroke: #78b6d9; stroke-width: 2px;"/>
                              <path d="M416.5,263.1c15.6-6.6,12-31.8,23.1-36.8,3.1,2.5-.1-4.3,2.4-5.7" style="fill: none; stroke: #99b2dc; stroke-width: 2px;"/>
                              <path d="M435.5,225.6c-6,10.3-3.4,20.4-12,28.3-1.7,2.4-9.8,6.3-6.9,9.2" style="fill: none; stroke: #c0cbee; stroke-width: 2px;"/>
                              <path d="M419.5,269.6l.3,6.2" style="fill: none; stroke: #a9c8ec; stroke-width: 2px;"/>
                              <path d="M419.8,275.9c-2.8,1.5-5.8,2.3-9,2.2" style="fill: none; stroke: #7bbce1; stroke-width: 2px;"/>
                              <path d="M410.7,278.1c-19.6-9.5-46.5-12-57.7-32.5" style="fill: none; stroke: #7ec0e4; stroke-width: 2px;"/>
                              <path d="M353.1,245.5l-10.9-23.9" style="fill: none; stroke: #7eb7dd; stroke-width: 2px;"/>
                              <path d="M843.4,214.3c.4,3.1-3.1,11,1.4,10.1,5.1-.4,8.6,6,14.4,6.4" style="fill: none; stroke: #071325; stroke-width: 2px;"/>
                              <path d="M860.3,232.8c-5.2-1.5-8.5-3.4-8.5,2.1" style="fill: none; stroke: #0b283e; stroke-width: 2px;"/>
                              <path d="M851.7,234.8c-2.7-1.1-6.5-10.6-7.8-8.2-.5,7.8,2,5.8,5.2,8.7" style="fill: none; stroke: #071d30; stroke-width: 2px;"/>
                              <path d="M849.2,235.3c-4.9,0-.5,4.6,.3,6.5" style="fill: none; stroke: #0b283e; stroke-width: 2px;"/>
                              <path d="M849.5,241.8c-.4,0-.6,.1-.5,.5" style="fill: none; stroke: #030e1c; stroke-width: 2px;"/>
                              <path d="M848.9,242.3c-1.6-2.2-3.6-4.1-4.6-6,1.1-5.6-5-9.6-6.3-3.8" style="fill: none; stroke: #0b1f32; stroke-width: 2px;"/>
                              <path d="M836.2,229.6c-.4-.1-.7,0-1,.3" style="fill: none; stroke: #030915; stroke-width: 2px;"/>
                              <path d="M832,226.1c3.5-4.2,.1,7.3,7.7-2.3" style="fill: none; stroke: #11283f; stroke-width: 2px;"/>
                              <path d="M839.7,223.8c.7,7.2,3.9,1.8,1.4-2.2" style="fill: none; stroke: #0a1a2c; stroke-width: 2px;"/>
                              <path d="M841.2,221.6c1.1-7.3-7.7,1.3-9.9,2.9" style="fill: none; stroke: #11283f; stroke-width: 2px;"/>
                              <path d="M639,224.9l-2.5,.9" style="fill: none; stroke: #6486b6; stroke-width: 2px;"/>
                              <path d="M48.9,228.2c.8,4.4,2.5,8.4,5,12.1" style="fill: none; stroke: #1a4065; stroke-width: 2px;"/>
                              <path d="M49.7,238.5l-2.3-4.2" style="fill: none; stroke: #20476f; stroke-width: 2px;"/>
                              <path d="M47.4,234.2c-.1-6.6-4.2-11.3-8.3-16" style="fill: none; stroke: #22517b; stroke-width: 2px;"/>
                              <path d="M336.5,218.4l14,28.7" style="fill: none; stroke: #5599c5; stroke-width: 2px;"/>
                              <path d="M350.4,247.1l8.9,14.1" style="fill: none; stroke: #54a2cc; stroke-width: 2px;"/>
                              <path d="M359.3,261.2c-7.9,7.7-11.1,2.7-19.9,.3" style="fill: none; stroke: #7d9dcb; stroke-width: 2px;"/>
                              <path d="M353.1,245.5c-1.3,0-2.2,.5-2.6,1.6" style="fill: none; stroke: #5da8d6; stroke-width: 2px;"/>
                              <path d="M166.7,224.6c-3.8,.2-2.8,7.5-6.7,9" style="fill: none; stroke: #3a5c85; stroke-width: 2px;"/>
                              <path d="M650.7,237.1c-1.8,.6-3.1,.2-4-1.2" style="fill: none; stroke: #8181bc; stroke-width: 2px;"/>
                              <path d="M646.7,235.9l1.8-4.8" style="fill: none; stroke: #5f6d9e; stroke-width: 2px;"/>
                              <path d="M630.8,236.9c-.4,2.8-1.4,5.7-3.1,8.7" style="fill: none; stroke: #5383b0; stroke-width: 2px;"/>
                              <path d="M47.4,234.2c-2.3,2.3-.6,15-5.1,10.6" style="fill: none; stroke: #122f4f; stroke-width: 2px;"/>
                              <path d="M841.2,221.6c-.8,.6-1.3,1.4-1.5,2.2" style="fill: none; stroke: #1a3e63; stroke-width: 2px;"/>
                              <path d="M750.5,232.6c-7.3,11.8-15.4,16.3-5.4-.6" style="fill: none; stroke: #3e5d8a; stroke-width: 2px;"/>
                              <path d="M17.4,220.9c.8,4.9,5.3,3.3,3-1" style="fill: none; stroke: #0b2947; stroke-width: 2px;"/>
                              <path d="M648.4,228.6c-10.3,10.9-13.8,27.2-26.5,32.6-2.6,9.7-.5,20.8-9.9,27.2" style="fill: none; stroke: #34597f; stroke-width: 2px;"/>
                              <path d="M612,288.3c-1.5-5.9,8.1-10,6.9-16.9" style="fill: none; stroke: #5d8bb7; stroke-width: 2px;"/>
                              <path d="M618.9,271.5l2.1-13.9" style="fill: none; stroke: #6b8db9; stroke-width: 2px;"/>
                              <path d="M620.9,257.5c-.3-3.1,2.5-4.4,3.6-6.9" style="fill: none; stroke: #7791bc; stroke-width: 2px;"/>
                              <path d="M680.6,250.2c-2.2-1.7-5.7,.7-5.9-2.9" style="fill: none; stroke: #8780bc; stroke-width: 2px;"/>
                              <path d="M674.8,247.3l5.1-11.2" style="fill: none; stroke: #5a679a; stroke-width: 2px;"/>
                              <path d="M679.9,236.2l3.1-7.6" style="fill: none; stroke: #a098cb; stroke-width: 2px;"/>
                              <path d="M193.2,248.4c6.6,6.1,11.6,20.5-1.9,13.7" style="fill: none; stroke: #315f89; stroke-width: 2px;"/>
                              <path d="M191.4,262.1c-3.1-10.3-12.2-14.9-21.1-19.2" style="fill: none; stroke: #2d5981; stroke-width: 2px;"/>
                              <path d="M851.7,234.8l-2.5,.5" style="fill: none; stroke: #114066; stroke-width: 2px;"/>
                              <path d="M679.9,236.2c-10.2,17.8-20.8,40.4-43.4,45.5" style="fill: none; stroke: #60789d; stroke-width: 2px;"/>
                              <path d="M636.5,281.6c.1-.5,.5-.9,1-1.2" style="fill: none; stroke: #637a9e; stroke-width: 2px;"/>
                              <path d="M646.7,235.9c-2.8,7.4-5.1,14.9-6.9,22.5" style="fill: none; stroke: #415f8b; stroke-width: 2px;"/>
                              <path d="M639.8,258.3c-.9,3.9-8.9,25.2-3.3,20.7" style="fill: none; stroke: #34597f; stroke-width: 2px;"/>
                              <path d="M636.5,281.6l-2,.8" style="fill: none; stroke: #1c496c; stroke-width: 2px;"/>
                              <path d="M634.5,282.3c-7,7.3-11.8,18.9-21.5,25" style="fill: none; stroke: #49628e; stroke-width: 2px;"/>
                              <path d="M613,307.4c-1.1-1.6-3.2-1.1-4.7-1.7" style="fill: none; stroke: #1b4566; stroke-width: 2px;"/>
                              <path d="M608.3,305.6c1.5-5.2,2.7-10.6,3.4-16" style="fill: none; stroke: #2d6c93; stroke-width: 2px;"/>
                              <path d="M611.7,289.6l.3-1.2" style="fill: none; stroke: #497da5; stroke-width: 2px;"/>
                              <path d="M848.9,242.3c3,1,.2,4.6-1.2,1.5-1.7-1.5-.5-5.5-3.9-4.7-4.3-7.7-.1,3.2-2.8,4.2" style="fill: none; stroke: #0c2846; stroke-width: 2px;"/>
                              <path d="M841,243.4c-.3-.8-4.2,.6-3.1-.9,2.8-1.5,3.1-12,1.3-6.3" style="fill: none; stroke: #0b1f32; stroke-width: 2px;"/>
                              <path d="M134.3,246.9c0,1.5-.5,1.6-1.5,.5" style="fill: none; stroke: #507299; stroke-width: 2px;"/>
                              <path d="M132.7,247.4c-4-2.9,1.2-6.3-1.3-9.2" style="fill: none; stroke: #485775; stroke-width: 2px;"/>
                              <path d="M872.8,250.9c-5.4,2.7-10.9,9.6-13.4,1" style="fill: none; stroke: #134267; stroke-width: 2px;"/>
                              <path d="M859.5,251.9l1.5-1.8" style="fill: none; stroke: #0e3e61; stroke-width: 2px;"/>
                              <path d="M861,250.1c3.5-3.1,7.5-4.1,11.9-4.2" style="fill: none; stroke: #175883; stroke-width: 2px;"/>
                              <path d="M861,250.1c-2.2,.7-16.2,.7-10.2-2.1,4.9,3.3,.4-5-1.3-6.2" style="fill: none; stroke: #0d3152; stroke-width: 2px;"/>
                              <path d="M782,249.6c.5,2.1,1.9,3.6,4.3,4.4" style="fill: none; stroke: #527297; stroke-width: 2px;"/>
                              <path d="M786.4,254c-2,1.4-1.9,2.1,.1,2.4" style="fill: none; stroke: #0f2a44; stroke-width: 2px;"/>
                              <path d="M786.4,256.3l-.5,1.5" style="fill: none; stroke: #527297; stroke-width: 2px;"/>
                              <path d="M786,257.8c-3.7,3,6.6,5.4-2.1,6.4" style="fill: none; stroke: #0f2c49; stroke-width: 2px;"/>
                              <path d="M783.8,264.3c-.7,1.2-1.7,1.5-3,.7-7.7-3.8,5,6,6.9,6.9" style="fill: none; stroke: #47698b; stroke-width: 2px;"/>
                              <path d="M787.8,271.9c-.1,.5-.4,1-.8,1.5" style="fill: none; stroke: #31577e; stroke-width: 2px;"/>
                              <path d="M787,273.3l-4.9,3.6" style="fill: none; stroke: #527297; stroke-width: 2px;"/>
                              <path d="M782.1,276.9c-5.5-8.1-14.8-11-22.2-16.9-6.6-5.5-10.4-11.6-20.1-9.3-11.4,11.6-7.7-13.5-12.2-17.3" style="fill: none; stroke: #184365; stroke-width: 2px;"/>
                              <path d="M727.5,233.4l1-1.3" style="fill: none; stroke: #536896; stroke-width: 2px;"/>
                              <path d="M727.5,233.4c-3.9,4.4-10.3,9-16.2,10.1" style="fill: none; stroke: #526490; stroke-width: 2px;"/>
                              <path d="M711.3,243.6c0-.4-.2-.6-.5-.5" style="fill: none; stroke: #aeb0d0; stroke-width: 2px;"/>
                              <path d="M279.9,251c10.9,1.7,18.5,6.2,24.2,15.6" style="fill: none; stroke: #356490; stroke-width: 2px;"/>
                              <path d="M261,268.8l-11.7-19.7" style="fill: none; stroke: #285f88; stroke-width: 2px;"/>
                              <path d="M3.1,307.1c10-7.9,10.1-15.8,19.4-1.7" style="fill: none; stroke: #081e3b; stroke-width: 2px;"/>
                              <path d="M22.5,305.3c-9.1,10.9-5.2-1.7-10.9-.3-3.3,1.5-7.5,13.4-1.9,12.1" style="fill: none; stroke: #08203c; stroke-width: 2px;"/>
                              <path d="M9.7,317.4c-.7,2-3.5,.4-5.1,1" style="fill: none; stroke: #051328; stroke-width: 2px;"/>
                              <path d="M27,244.9c-.5-.3-1-.3-1.5,0" style="fill: none; stroke: #113252; stroke-width: 2px;"/>
                              <path d="M25.5,244.9c-1.9,0-7.5-3.5-4.3,1.2" style="fill: none; stroke: #0a2340; stroke-width: 2px;"/>
                              <path d="M21.2,246.1l-.8,.5" style="fill: none; stroke: #113252; stroke-width: 2px;"/>
                              <path d="M782.1,276.9c-9.4,7.7-6.1,9.2,1.5,1.4" style="fill: none; stroke: #516e91; stroke-width: 2px;"/>
                              <path d="M783.7,278.3c-.2,.8,0,1.4,.5,1.8" style="fill: none; stroke: #0e2843; stroke-width: 2px;"/>
                              <path d="M784.2,280.1c-.3,1.4-.9,2.6-1.8,3.8" style="fill: none; stroke: #455c87; stroke-width: 2px;"/>
                              <path d="M782.5,283.9l-.5-.1" style="fill: none; stroke: #0e2843; stroke-width: 2px;"/>
                              <path d="M782,283.8c1.6-2.6-2.9-1.2-.9,.3" style="fill: none; stroke: #3d5984; stroke-width: 2px;"/>
                              <path d="M781,284.1v1" style="fill: none; stroke: #0e2843; stroke-width: 2px;"/>
                              <path d="M781,285.1c-1.8,1.1-3.4,6.2,.5,3.8" style="fill: none; stroke: #305378; stroke-width: 2px;"/>
                              <path d="M781.5,288.9c1.1,.7,2,1.8,2.7,3.2" style="fill: none; stroke: #0e2843; stroke-width: 2px;"/>
                              <path d="M784.2,292.1c-19.3-.2-33.3,7.6-47.5,21.1" style="fill: none; stroke: #2b5076; stroke-width: 2px;"/>
                              <path d="M736.8,313.2c-4.8,5.8-11.3,7.8-18.6,6.9" style="fill: none; stroke: #153857; stroke-width: 2px;"/>
                              <path d="M718.2,320.1c11.8-13.9-5.2,4-8.8,9.2" style="fill: none; stroke: #1f5980; stroke-width: 2px;"/>
                              <path d="M709.4,329.3c-1.3-.3-2.2-.7-2.8-1.2" style="fill: none; stroke: #153857; stroke-width: 2px;"/>
                              <path d="M706.6,328.1c-12.1-9-20.3,16.9-34.3,24.6-7.6,5.1-10.8-8.6-15.4-2" style="fill: none; stroke: #1f5980; stroke-width: 2px;"/>
                              <path d="M657,350.8l-1.2,1" style="fill: none; stroke: #2d5c82; stroke-width: 2px;"/>
                              <path d="M655.8,351.9c2.5-5.7-1.3-2.2-4.1-.6-.6,.6,.6,1.6-1.2,1.4-8.6,0-10.7-3.2-9.7-9.2" style="fill: none; stroke: #15395a; stroke-width: 2px;"/>
                              <path d="M640.8,343.6c4.7-6.3,11.7-14.1,14.9-20.1-18.1,20.7-32.2,44.2-58,55.5" style="fill: none; stroke: #385c86; stroke-width: 2px;"/>
                              <path d="M597.7,379.1c-1.5,.4-2.6,1.2-3.5,2.5" style="fill: none; stroke: #15395a; stroke-width: 2px;"/>
                              <path d="M594.2,381.6h-1.8" style="fill: none; stroke: #7891a5; stroke-width: 2px;"/>
                              <path d="M592.5,381.6c4.2-3.1-38.4-2.7-38.9,.1" style="fill: none; stroke: #143150; stroke-width: 2px;"/>
                              <path d="M553.5,381.6l-9.8-.2" style="fill: none; stroke: #829dae; stroke-width: 2px;"/>
                              <path d="M543.7,381.3c7.7-2.4,11.6-9.7,16.1-15.9" style="fill: none; stroke: #69729e; stroke-width: 2px;"/>
                              <path d="M559.8,365.3c3.5-4.5,18.1-30.5,4.6-21" style="fill: none; stroke: #305378; stroke-width: 2px;"/>
                              <path d="M564.4,344.3c10.2-31.3,18.4-20.3,41.8-34.3" style="fill: none; stroke: #526490; stroke-width: 2px;"/>
                              <path d="M606.2,310c1-1,1.7-2.5,2-4.4" style="fill: none; stroke: #29668c; stroke-width: 2px;"/>
                              <path d="M613,307.4c-17,21.5-37.4,40.9-46.8,67.4,14-25,32-48.3,51.3-69.5" style="fill: none; stroke: #455c87; stroke-width: 2px;"/>
                              <path d="M617.4,305.2c-8.8,18.2-5.7,14.1,3.6,.2" style="fill: none; stroke: #2b5076; stroke-width: 2px;"/>
                              <path d="M620.9,305.3l1.6-2.4" style="fill: none; stroke: #455c87; stroke-width: 2px;"/>
                              <path d="M622.5,302.9c6.1-4.1-4,5.4,7.4,5.5,9.2-.3,17.1,3.7,26.8,1.5,3.5,2.1,3.9-3.1,5.9-1.6,1.1,1.4,2,1.6,2.7,.4" style="fill: none; stroke: #184365; stroke-width: 2px;"/>
                              <path d="M665.3,308.8c10.9-10.5,21.1-21.3,28.3-34.7" style="fill: none; stroke: #3d668a; stroke-width: 2px;"/>
                              <path d="M693.7,274.1c6.2-10,12-20.2,17.5-30.5" style="fill: none; stroke: #738b9f; stroke-width: 2px;"/>
                              <path d="M795.2,237.3c-1.5-.7-2.6-.4-3.2,1" style="fill: none; stroke: #425574; stroke-width: 2px;"/>
                              <path d="M792,238.3h-.2" style="fill: none; stroke: #0a1831; stroke-width: 2px;"/>
                              <path d="M841,243.4c.2,.2,.3,.4,.3,.7" style="fill: none; stroke: #030e1c; stroke-width: 2px;"/>
                              <path d="M841.3,244.1c-.1,1.2-3.5,5.3-2.6,2.9,1.8-7.8-3.9,3.7-6.2,4.5" style="fill: none; stroke: #0b2034; stroke-width: 2px;"/>
                              <path d="M832.5,251.6c3.2-5.9,.4-5.1-2.5-.7" style="fill: none; stroke: #11283f; stroke-width: 2px;"/>
                              <path d="M827.7,248.3v-.5" style="fill: none; stroke: #010408; stroke-width: 2px;"/>
                              <path d="M644,258.9c-1.5,.2-2.8,0-4.2-.5" style="fill: none; stroke: #556d9d; stroke-width: 2px;"/>
                              <path d="M674.8,247.3c-4.7,10.1-10.7,20.2-14.9,30.7" style="fill: none; stroke: #46608d; stroke-width: 2px;"/>
                              <path d="M659.9,278.1c-3.3,6.9-6.3,14.1-9,21.2,.6,1,11.5-19.4,12-19.5" style="fill: none; stroke: #31577e; stroke-width: 2px;"/>
                              <path d="M662.9,279.9l7.1-12" style="fill: none; stroke: #46608d; stroke-width: 2px;"/>
                              <path d="M670,267.9c3.5-1.6-.1,4.9,4.3,3.2,4.6-2.9,9.9,1.6,14.1,2.3,8.4-.8,10.1-16.4,17.3-21.9" style="fill: none; stroke: #1a4c71; stroke-width: 2px;"/>
                              <path d="M705.7,251.4l-12.8,22.5" style="fill: none; stroke: #748fa5; stroke-width: 2px;"/>
                              <path d="M692.9,273.9c-8.2,14.8-19.3,25-27.6,35" style="fill: none; stroke: #3e6a90; stroke-width: 2px;"/>
                              <path d="M622.5,302.9c6-6,9-14.9,12-20.6" style="fill: none; stroke: #46608d; stroke-width: 2px;"/>
                              <path d="M872.8,302c-4.9,.4-7.9-5.7-12.5-6.4" style="fill: none; stroke: #091b36; stroke-width: 2px;"/>
                              <path d="M859.5,251.9c-5.8-1.8-1.1,4.3,2,6.2-.6,7.6,5,18.8,11.2,25" style="fill: none; stroke: #091b36; stroke-width: 2px;"/>
                              <path d="M860.2,295.6c7.2-4.9-12.5-8.3-11.8-15.2,.5-3.4,1-8.8-3.1-4.7-1.7,1.1,4.3,10.1,2.6,14.9-5.4,2-3.5-5.1-2.5-8.1-3.1-5.7-4.3-6.7-7.7-.4" style="fill: none; stroke: #041329; stroke-width: 2px;"/>
                              <path d="M837.8,282l-.4-6.9" style="fill: none; stroke: #09213d; stroke-width: 2px;"/>
                              <path d="M837.5,275.1l1.7-4" style="fill: none; stroke: #041730; stroke-width: 2px;"/>
                              <path d="M839.1,271c5.3,7.9,10-16.1,2.9-10.6" style="fill: none; stroke: #030e1c; stroke-width: 2px;"/>
                              <path d="M842,260.3c1.1-.6,4.8-8.8,1.7-5.5-.6,.5-1.9,3.9-2.4,2.1" style="fill: none; stroke: #041730; stroke-width: 2px;"/>
                              <path d="M841.2,256.9c.5-2.1,.3-12.7,1.8-10.3-.9,9.1,9.3,.8,2.5-.1-.8,2.5-.6,1.5-1,.4-1.8-1.9,3.4-7.8-.6-5.9l-2.7,3" style="fill: none; stroke: #0d2948; stroke-width: 2px;"/>
                              <path d="M492.8,259.4c-6.3-3.8-14-10.7-18.5-15.6" style="fill: none; stroke: #94bae6; stroke-width: 2px;"/>
                              <path d="M795.7,239.5c-3.5,5.7-.8,.5-3.7-1.1" style="fill: none; stroke: #3d4e69; stroke-width: 2px;"/>
                              <path d="M872.7,306.2c-1.2-1.2-2.8-1.9-4.4-2.2" style="fill: none; stroke: #091b36; stroke-width: 2px;"/>
                              <path d="M868.3,304c-4.1-7.9-6.7,.2-9.6,0-1.1-4.1-7.3-11.5,1.7-8.3" style="fill: none; stroke: #09172f; stroke-width: 2px;"/>
                              <path d="M132.7,247.4c.5,1.2,.1,1.6-1.2,1.2" style="fill: none; stroke: #0d2c4a; stroke-width: 2px;"/>
                              <path d="M131.5,248.5c-3.5,4.3,.9,4.7,3.8,7.1" style="fill: none; stroke: #3d4e69; stroke-width: 2px;"/>
                              <path d="M135.3,255.6l1,2.7" style="fill: none; stroke: #0d2c4a; stroke-width: 2px;"/>
                              <path d="M136.2,258.3c-.8,.3-1.5,.8-2,1.5" style="fill: none; stroke: #3d4e69; stroke-width: 2px;"/>
                              <path d="M134.2,259.9c-1.9-1-4.3-6.4-5.3-1.5" style="fill: none; stroke: #223959; stroke-width: 2px;"/>
                              <path d="M123.2,261.1c-.3,.3-.6,.4-1,.2" style="fill: none; stroke: #050f22; stroke-width: 2px;"/>
                              <path d="M795.7,245.1c-4.4-.8-3.2,3.6-5.6-3.8" style="fill: none; stroke: #565d7a; stroke-width: 2px;"/>
                              <path d="M163.2,273.1c10.4,17,33.4,32.2,52.7,25.2" style="fill: none; stroke: #184c72; stroke-width: 2px;"/>
                              <path d="M215.9,298.2l.4,2.6" style="fill: none; stroke: #134066; stroke-width: 2px;"/>
                              <path d="M216.3,300.9c-.2,3.3-4.8,2.5-6.7,5.5" style="fill: none; stroke: #0d2a46; stroke-width: 2px;"/>
                              <path d="M209.5,306.3c-23.2,3.4-42.8-10.6-62.9-23.4" style="fill: none; stroke: #134066; stroke-width: 2px;"/>
                              <path d="M146.6,283c-.7-2.8-2.5-4.2-5.4-4.2" style="fill: none; stroke: #27557f; stroke-width: 2px;"/>
                              <path d="M141.2,278.8c-.1-1.1-.6-1.9-1.3-2.4" style="fill: none; stroke: #123355; stroke-width: 2px;"/>
                              <path d="M139.9,276.4c.4-2-.5-3.1-2.7-3.3" style="fill: none; stroke: #2f5884; stroke-width: 2px;"/>
                              <path d="M137.2,273.1l.5-3" style="fill: none; stroke: #254f76; stroke-width: 2px;"/>
                              <path d="M137.7,270.1c7.4,3.2,3.4-2.1-1-4" style="fill: none; stroke: #45688d; stroke-width: 2px;"/>
                              <path d="M136.7,266.1l.8-3.2" style="fill: none; stroke: #0d2a48; stroke-width: 2px;"/>
                              <path d="M137.5,262.9c4,1.3-1.4-4.5-1.3-4.5" style="fill: none; stroke: #45688d; stroke-width: 2px;"/>
                              <path d="M135.3,255.6c.5-2.3-.6-5.5-3-3.5-1.5-.8,2.2-2-.7-3.6" style="fill: none; stroke: #45688d; stroke-width: 2px;"/>
                              <path d="M220.5,269.9l-.1,1" style="fill: none; stroke: #3e6b9a; stroke-width: 2px;"/>
                              <path d="M220.4,270.9c-2.2,3.2-1.5,12.4-4.6,15.5-4.7,1.4-5.3,8.7-.3,4.5,3.1-1.3-2.3,3.2-2.6,3.5" style="fill: none; stroke: #143756; stroke-width: 2px;"/>
                              <path d="M213,294.4c-16.7-4.4-26.1-29.7-46.1-32.9" style="fill: none; stroke: #1e577e; stroke-width: 2px;"/>
                              <path d="M165.3,260.6c7.8-1.5,20,11.2,26.1,1.6" style="fill: none; stroke: #1e577e; stroke-width: 2px;"/>
                              <path d="M841.2,256.9c-2.3-.2-4.6-1.8-5.4,2.3" style="fill: none; stroke: #0d2948; stroke-width: 2px;"/>
                              <path d="M835.9,259c-.8,1.5-1.5,1.6-2.2,.3" style="fill: none; stroke: #113354; stroke-width: 2px;"/>
                              <path d="M833.7,259.3c2-5.6-4.9,4.4-5.8,6.5" style="fill: none; stroke: #0b2034; stroke-width: 2px;"/>
                              <path d="M827.9,265.9c.2,4.1-14.4,11.8-8.8,5.7,3.1-1.8,5.2-4.5,6.3-7.9" style="fill: none; stroke: #113354; stroke-width: 2px;"/>
                              <path d="M825.5,263.6c.6-1.4,8.7-9,4.9-6.7" style="fill: none; stroke: #0b2034; stroke-width: 2px;"/>
                              <path d="M830.3,256.8c-2.3-3.3,1.1-3.2,2.2-5.3" style="fill: none; stroke: #1b436b; stroke-width: 2px;"/>
                              <path d="M796.4,246.9h-.7" style="fill: none; stroke: #8d91bf; stroke-width: 2px;"/>
                              <path d="M795.7,246.9c-2.1-1.3-1.4,3.8-4.8,3.3" style="fill: none; stroke: #565d7a; stroke-width: 2px;"/>
                              <path d="M791,250.1c-.7-1.4-1.8-1.8-3.2-1" style="fill: none; stroke: #54566b; stroke-width: 2px;"/>
                              <path d="M338.9,273.3l5,5.2" style="fill: none; stroke: #386693; stroke-width: 2px;"/>
                              <path d="M343.9,278.6c-2.1-3.7-9.8-3.7-4.7,1.4" style="fill: none; stroke: #5172a4; stroke-width: 2px;"/>
                              <path d="M337.2,278.6c-4.5-6.3-6.8,1.4-11.9,1.9-5.8-11.1-5.9-2.7-14.9-6.6" style="fill: none; stroke: #416795; stroke-width: 2px;"/>
                              <path d="M693.7,274.1c-.3,.1-.6,0-.8-.3" style="fill: none; stroke: #99b2ca; stroke-width: 2px;"/>
                              <path d="M705.7,251.4l4.5-8" style="fill: none; stroke: #7594ab; stroke-width: 2px;"/>
                              <path d="M25.5,244.9c4,4.5-2,2.4-4.3,1.2" style="fill: none; stroke: #0c223d; stroke-width: 2px;"/>
                              <path d="M670,267.9l9.2-15" style="fill: none; stroke: #476593; stroke-width: 2px;"/>
                              <path d="M620.9,257.5c-40.7-3.7-84.8-6.5-127-8" style="fill: none; stroke: #9ab8e4; stroke-width: 2px;"/>
                              <path d="M497.5,256.3l2,3.1" style="fill: none; stroke: #79b3e0; stroke-width: 2px;"/>
                              <path d="M499.5,259.4c2.8,12.2,15.8,8.5,24.7,10.2,16.8,1.5,31.3,2.8,47.4,4.2,9.5-3.5,20.7,4.6,29.8,3.1,11,.7,16.1,.6,7.5,10.8" style="fill: none; stroke: #6bb1de; stroke-width: 2px;"/>
                              <path d="M608.8,287.9c-10.2,8.7-21-4.4-30.9,.6-18.8,16.5-46.6,34.4-70.8,19.2" style="fill: none; stroke: #8facde; stroke-width: 2px;"/>
                              <path d="M507,307.6c-.3-.2-.6-.4-1-.3" style="fill: none; stroke: #4da2d0; stroke-width: 2px;"/>
                              <path d="M506,307.3c-16.1,6.5-30.2,26.8-48.1,11.1" style="fill: none; stroke: #89acdd; stroke-width: 2px;"/>
                              <path d="M457.8,318.4c12.3-5.5,25.4-8.5,35.8-17.8,4.4-3.8,31.9-.8,22.4-9.9" style="fill: none; stroke: #60b1de; stroke-width: 2px;"/>
                              <path d="M515.9,290.7c-15.3-12.2-29-26.2-37.9-42.1" style="fill: none; stroke: #58aad8; stroke-width: 2px;"/>
                              <path d="M35.2,252.6c-1,.2-4.8-1-4.9,.8,0,4.6-2.3-1.9-3.8-1.2,.4,1.7,1.2,3.4,1,5.2-3.6,2.3-2-9.6-7.1-3.1-.5,1.6,.2,2,2,2.9,5.1,5.4-2.7,3.1-3.6-1.4-1.6-2.6-10.8-1-15.2-2.3" style="fill: none; stroke: #0c223d; stroke-width: 2px;"/>
                              <path d="M410.7,278.1c-14.9,13.9,31.5,17.7,42.3,17,4.4,.1,6.2-4.3,11-3.9,3.3-.1,.8-4.3,5.1-3.4,8.5-3.3,15.5-8.2,24.4-9.1" style="fill: none; stroke: #59adda; stroke-width: 2px;"/>
                              <path d="M493.5,278.7c7.2,4.5,14.7,8.5,22.4,12" style="fill: none; stroke: #54a9d7; stroke-width: 2px;"/>
                              <path d="M457.8,318.4c-13.4-4.4-23.8-10.5-34.5-19.4-26.8-2.5-47.6-19.3-64-37.7" style="fill: none; stroke: #85abdd; stroke-width: 2px;"/>
                              <path d="M795.7,246.9c-.3,.9-.3,1.8,.2,2.5" style="fill: none; stroke: #3c456b; stroke-width: 2px;"/>
                              <path d="M797.2,263.9c-6.5-2.4,.3,4.1-3.5,3.7-.6-2.1-2.7-4.9-3.2-.6" style="fill: none; stroke: #2f456a; stroke-width: 2px;"/>
                              <path d="M790.5,266.9c-.1,.2-.3,.3-.5,.3" style="fill: none; stroke: #050f22; stroke-width: 2px;"/>
                              <path d="M790,267.1c-1.5-1.6-3.5-2.6-6.1-2.9" style="fill: none; stroke: #3d4e69; stroke-width: 2px;"/>
                              <path d="M786,257.8c.4,1.3,1.3,2.1,2.5,2.5" style="fill: none; stroke: #485775; stroke-width: 2px;"/>
                              <path d="M788.5,260.3c6.3,3.8,5.6-3,.7-2.5" style="fill: none; stroke: #565d7a; stroke-width: 2px;"/>
                              <path d="M789.2,257.9l1.5-1.8" style="fill: none; stroke: #485775; stroke-width: 2px;"/>
                              <path d="M790.7,256.1c6.3,8,7.9,1.8,1.6-3.1" style="fill: none; stroke: #3d4e69; stroke-width: 2px;"/>
                              <path d="M792.3,252.9c-.3-.8-.8-1.3-1.5-1.8" style="fill: none; stroke: #485775; stroke-width: 2px;"/>
                              <path d="M790.8,251.1l.2-1" style="fill: none; stroke: #030b17; stroke-width: 2px;"/>
                              <path d="M830.3,256.8l-5,5.4" style="fill: none; stroke: #11283f; stroke-width: 2px;"/>
                              <path d="M824.7,262.1c1.5-2-2.4-.8-2.3,1" style="fill: none; stroke: #11283f; stroke-width: 2px;"/>
                              <path d="M819.2,260.6c1.9,.2,2.7-.4,2.5-2" style="fill: none; stroke: #132c4a; stroke-width: 2px;"/>
                              <path d="M823.2,257.6c1.1,.2,6.9-3.1,3.6-3" style="fill: none; stroke: #11283f; stroke-width: 2px;"/>
                              <path d="M662.9,279.9c-2,1-3,.5-3-1.8" style="fill: none; stroke: #5e70a0; stroke-width: 2px;"/>
                              <path d="M493.5,278.7l-18.2-10.5" style="fill: none; stroke: #51a6d4; stroke-width: 2px;"/>
                              <path d="M475.3,268.2c-.2-.4-.5-.7-.9-.9" style="fill: none; stroke: #66a4d6; stroke-width: 2px;"/>
                              <path d="M790.8,251.1c-1.5,2.7-3,.4-4-1.2" style="fill: none; stroke: #465166; stroke-width: 2px;"/>
                              <path d="M792.3,252.9c-1.1,.9-1.6,2-1.5,3.2" style="fill: none; stroke: #8094b7; stroke-width: 2px;"/>
                              <path d="M789.2,257.9c-2.8,.1,.2,1.2-.7,2.4" style="fill: none; stroke: #99a3c9; stroke-width: 2px;"/>
                              <path d="M786.4,256.3c2-1.5,2-2.3-.1-2.4" style="fill: none; stroke: #485570; stroke-width: 2px;"/>
                              <path d="M618.9,271.5c-37.3-9.3-80-9.3-119.3-12.1" style="fill: none; stroke: #80b2df; stroke-width: 2px;"/>
                              <path d="M36.5,259.1c-6-.3-12.8,7.4-17.6,1.6-3.7-2.2-8.8,2.1-13.8,.8" style="fill: none; stroke: #081b37; stroke-width: 2px;"/>
                              <path d="M842,260.3c-2.5,3.9,3.4-1.1,2.5,2.3,.6,5.1-4.9,4-5.4,8.5" style="fill: none; stroke: #030e1c; stroke-width: 2px;"/>
                              <path d="M837.5,275.1c-3.3-1.4-2.2-4.9-3.7-7.2-2.7-1-3-1.6-1.1-1.8,1.8-1,9.2-6.7,3.2-7.1" style="fill: none; stroke: #09213d; stroke-width: 2px;"/>
                              <path d="M475.3,268.2c-1.4,.2-2.7-.3-3.8-1.4" style="fill: none; stroke: #6ba8d9; stroke-width: 2px;"/>
                              <path d="M471.5,266.8c-4.8-2.8-9.1-6.3-12.8-10.6" style="fill: none; stroke: #6aa4d4; stroke-width: 2px;"/>
                              <path d="M134.2,259.9c.2,.8,.6,1.5,1.3,2" style="fill: none; stroke: #5a769c; stroke-width: 2px;"/>
                              <path d="M135.5,261.8c-1.9,2.6-3.6,2.1-4.8-1.6" style="fill: none; stroke: #223857; stroke-width: 2px;"/>
                              <path d="M471.5,266.8c-1.8,1.8-4.8-.8-6.7,.3-7.7,12-28.6,4.4-38.7,5.4" style="fill: none; stroke: #55a6d2; stroke-width: 2px;"/>
                              <path d="M426.1,272.5c4.9-1.7,9.2-4.3,12.8-8" style="fill: none; stroke: #84b2dd; stroke-width: 2px;"/>
                              <path d="M833.7,259.3c-.4,2-4.3,2.2-2,4.6,.9,.6-4.2,5.4-3.8,2" style="fill: none; stroke: #071729; stroke-width: 2px;"/>
                              <path d="M137.5,262.9l-2-1.1" style="fill: none; stroke: #3d4c67; stroke-width: 2px;"/>
                              <path d="M837.8,282c-.9,1.6-.9,3.5,0,5.4" style="fill: none; stroke: #091c36; stroke-width: 2px;"/>
                              <path d="M837.8,287.3l1.8,2.5" style="fill: none; stroke: #0e2846; stroke-width: 2px;"/>
                              <path d="M839.5,289.9c-1.1,2.1-2.9,3.4-5.2,3.8" style="fill: none; stroke: #091c36; stroke-width: 2px;"/>
                              <path d="M834.3,293.6c1.6-7.3-.7-6.8-6.5-3.3" style="fill: none; stroke: #0d3050; stroke-width: 2px;"/>
                              <path d="M827.7,290.3c-5.9,21.4-6.6,2-1.6-2.8" style="fill: none; stroke: #091c36; stroke-width: 2px;"/>
                              <path d="M826.2,287.6c5.7,.3,6.4-3,6-7.8,.2-1.3,5-4.8,1.5-4.4-4,5.7-9.5,9.2-13.4,13.1-1.6,.1,.3-3.5-1.9-3.1-1,3.5-3.2,2.5-4-.9" style="fill: none; stroke: #173b60; stroke-width: 2px;"/>
                              <path d="M814.4,284.6c1.9-2,1.4-2.8-1.4-2.2" style="fill: none; stroke: #123554; stroke-width: 2px;"/>
                              <path d="M813,282.3c.2-.6,.2-1.3,0-2" style="fill: none; stroke: #091c33; stroke-width: 2px;"/>
                              <path d="M26,279.9c-9.7-.6-.9,7.1,1.1,1.6" style="fill: none; stroke: #091a34; stroke-width: 2px;"/>
                              <path d="M23.7,304.6c-.5,.1-.9,.4-1.2,.8" style="fill: none; stroke: #0c2444; stroke-width: 2px;"/>
                              <path d="M3.1,295.7c9.8-3.1,30.7-8.3,10.4-16.6,.9,2.4,3.3-.1,0,0,.9,2.4,5.1,2,5.4,4.5-2,7.5-10.6,2.4-15.8,9.7" style="fill: none; stroke: #091a34; stroke-width: 2px;"/>
                              <path d="M4.7,274.7c5.2-3.3,10.4,1.6,15.3,2.6,6.5,1.3,3-6.4-1.8-5-1.7,.5-4.2,3-3.1,0,6.5-8.3,3.1-5.5-3.6-3.9-2.2-.3-5-4.1-7.1-1.9" style="fill: none; stroke: #091a34; stroke-width: 2px;"/>
                              <path d="M611.7,289.6c-.5,.2-.9,.3-1.4,.2" style="fill: none; stroke: #579ecb; stroke-width: 2px;"/>
                              <path d="M610.3,289.9c1.4-2.5,1.1-2.8-1.5-2" style="fill: none; stroke: #96aadd; stroke-width: 2px;"/>
                              <path d="M136.7,266.1l-.5,1" style="fill: none; stroke: #3d4c67; stroke-width: 2px;"/>
                              <path d="M136.2,267.1c-1.1-1.2-4.3-4.4-4.3-.7" style="fill: none; stroke: #1d3350; stroke-width: 2px;"/>
                              <path d="M131.9,266.3c-.4,1.1-1,1.9-2,2.5" style="fill: none; stroke: #0c243f; stroke-width: 2px;"/>
                              <path d="M129.9,268.9c-3.8-1-5,4.2-8.6,2.7" style="fill: none; stroke: #081832; stroke-width: 2px;"/>
                              <path d="M506,307.3c-7.7,8.8-32.7,18-25.8,22.1-8.2-1.4-18-7.1-26.2-11.2" style="fill: none; stroke: #729ccf; stroke-width: 2px;"/>
                              <path d="M374.5,282.6c-3.9-4.6-9.5-19.6-11.6-12.2-2.9-12.4-4.7-4.1-12.4-1.4" style="fill: none; stroke: #6b84b4; stroke-width: 2px;"/>
                              <path d="M213,294.4c.3,.9,.9,1,1.8,.4" style="fill: none; stroke: #10314e; stroke-width: 2px;"/>
                              <path d="M214.7,294.8c3.6-.8,2.7,1.5,1.2,3.4" style="fill: none; stroke: #16466a; stroke-width: 2px;"/>
                              <path d="M357.4,291.9c-4.3-2.8-9.6-9-13.5-13.3" style="fill: none; stroke: #406e9c; stroke-width: 2px;"/>
                              <path d="M790,267.1c1.8,2.2,.6,5.9,3.9,7.2" style="fill: none; stroke: #3d4c64; stroke-width: 2px;"/>
                              <path d="M793.8,274.3c-.2,1.8-2.2,.5-2.8,1.5" style="fill: none; stroke: #517397; stroke-width: 2px;"/>
                              <path d="M790.9,275.9c-.3-.5-.7-.6-1.2-.5" style="fill: none; stroke: #7a95bd; stroke-width: 2px;"/>
                              <path d="M789.7,275.3c1.4-1.6,1.3-2.7-.5-3.2" style="fill: none; stroke: #3d4e69; stroke-width: 2px;"/>
                              <path d="M789.3,272.1c-.5-.3-1-.4-1.5-.2" style="fill: none; stroke: #5f789e; stroke-width: 2px;"/>
                              <path d="M801.2,267.6c-.8,1-1.8,1.6-3,2" style="fill: none; stroke: #2f4365; stroke-width: 2px;"/>
                              <path d="M798.2,269.6c1-4.9-2.7-4.3-1.2,.3" style="fill: none; stroke: #375984; stroke-width: 2px;"/>
                              <path d="M797,269.8c-3.3,1.7-4.1,0-6.4-3" style="fill: none; stroke: #2f4365; stroke-width: 2px;"/>
                              <path d="M426.1,272.5c-1,3.1-3.1,1.8-6.3,3.3" style="fill: none; stroke: #85b5e2; stroke-width: 2px;"/>
                              <path d="M136.2,267.1c.1,1.3,.6,2.3,1.5,3" style="fill: none; stroke: #557195; stroke-width: 2px;"/>
                              <path d="M137.2,273.1c-.5-.1-.8,.1-.8,.5" style="fill: none; stroke: #3f618c; stroke-width: 2px;"/>
                              <path d="M136.4,273.6c-.4-.2-.6-.5-.5-1" style="fill: none; stroke: #223b5d; stroke-width: 2px;"/>
                              <path d="M135.9,272.6c1.1-2.4-2-2.4-2.9-3.3" style="fill: none; stroke: #1d3350; stroke-width: 2px;"/>
                              <path d="M133,269.3l-1-3" style="fill: none; stroke: #25486d; stroke-width: 2px;"/>
                              <path d="M813,282.3c-2.5,4.9-15.7-12.1-14-4.4,1.5,3.7-4.2-2-2,3" style="fill: none; stroke: #0e263e; stroke-width: 2px;"/>
                              <path d="M796.8,280.9l-3.7,1.2" style="fill: none; stroke: #050e20; stroke-width: 2px;"/>
                              <path d="M793.2,282.1c1.3-1.1,4.2-5.3,1.7-6.7" style="fill: none; stroke: #344063; stroke-width: 2px;"/>
                              <path d="M795,275.3c-.3-.5-.7-.8-1.2-1" style="fill: none; stroke: #193450; stroke-width: 2px;"/>
                              <path d="M797,269.8l1.2-.2" style="fill: none; stroke: #0d233c; stroke-width: 2px;"/>
                              <path d="M133,269.3c-3.4,.8-5,6.7-.2,6.6" style="fill: none; stroke: #0c243f; stroke-width: 2px;"/>
                              <path d="M132.7,275.9c.4,.3,.7,.6,.8,.9" style="fill: none; stroke: #112c4c; stroke-width: 2px;"/>
                              <path d="M133.6,276.8l-.4,5.6" style="fill: none; stroke: #274e76; stroke-width: 2px;"/>
                              <path d="M133.2,282.3c-1.6-.5-3.1-.5-4.7,0" style="fill: none; stroke: #0d233c; stroke-width: 2px;"/>
                              <path d="M128.5,282.4c-1.1-1-1.3-2.3-.8-3.8" style="fill: none; stroke: #102e4f; stroke-width: 2px;"/>
                              <path d="M127.7,278.6c2-1.3,2-2.5,0-3.6" style="fill: none; stroke: #0b1f32; stroke-width: 2px;"/>
                              <path d="M127.7,275.1c-2.2-3.2,1.7-3.5,2.3-6.2" style="fill: none; stroke: #102e4f; stroke-width: 2px;"/>
                              <path d="M127.7,275.1c-8.7,1.4-7,4.5,0,3.6" style="fill: none; stroke: #071325; stroke-width: 2px;"/>
                              <path d="M128.5,282.4c-4.9,.9-3.9,5.3,.7,2.6,.5,2.9-14.3,13.8-2.4,10.9" style="fill: none; stroke: #091830; stroke-width: 2px;"/>
                              <path d="M126.8,295.9l-.1,.8" style="fill: none; stroke: #102e4f; stroke-width: 2px;"/>
                              <path d="M126.7,296.6c-3.4-2.4,1.2,7.3-2.4,4.9-.2-.2-.3-.5-.3-.8,1.6-4.7-2.9,1.5-3.1-.8-.3-5.5-8,4.6-10.7,5.6-4.3,4.4,15.5,.9,17.9-.9" style="fill: none; stroke: #091830; stroke-width: 2px;"/>
                              <path d="M128.2,304.6l-.7,5.5" style="fill: none; stroke: #0e2746; stroke-width: 2px;"/>
                              <path d="M127.5,310.1c-5,6.5-3.3-4.9-5.5,.3-1.6,4.4-5.7,1.4-7.7,4.2-.9,1.7-2.2,2.6-4,2.5-2.9-1.4,5.3-3.7,4-5.5-3.7,2.8-16.9,3.9-9.1,10.1" style="fill: none; stroke: #081832; stroke-width: 2px;"/>
                              <path d="M105.1,321.6c.6,5.8-3.8,2.5-2.9,6.3" style="fill: none; stroke: #0b284a; stroke-width: 2px;"/>
                              <path d="M102.2,327.9c2.7,4.8-2.6,1.3-2.7,4.2" style="fill: none; stroke: #091830; stroke-width: 2px;"/>
                              <path d="M99.4,332.1c-1.5-3.3-4.2-5.3-7.9-6.1" style="fill: none; stroke: #173b5d; stroke-width: 2px;"/>
                              <path d="M91.5,326c-.1-.6-.6-.8-1.3-.4" style="fill: none; stroke: #091a34; stroke-width: 2px;"/>
                              <path d="M90.3,325.6c.2-.3-1.9-5.7-.2-4.1,4.9,3.2,3.8-3.2,.4-4.6" style="fill: none; stroke: #0f2e50; stroke-width: 2px;"/>
                              <path d="M90.5,316.9c3.2-1.2,3.1-2.5-.1-4" style="fill: none; stroke: #091a34; stroke-width: 2px;"/>
                              <path d="M90.3,312.9c.4-2.4-1.2-4.1-2.8-5.5,1.5-1.8,6.3,7,10.3,7.1,4.8,.2-3.8-7.7-7.2-7.3" style="fill: none; stroke: #27466d; stroke-width: 2px;"/>
                              <path d="M90.6,307.2c.3-4.9-4.2-6.8-6.1-10.8" style="fill: none; stroke: #091a34; stroke-width: 2px;"/>
                              <path d="M84.5,296.4c2.9-1.6,3.5,2.7,6.3,3,2.4,.4-6.6-7.6-6.9-3.2" style="fill: none; stroke: #1a3557; stroke-width: 2px;"/>
                              <path d="M84,296.3c-.7-.1-1.2,.2-1.5,.8" style="fill: none; stroke: #091a34; stroke-width: 2px;"/>
                              <path d="M84.7,283.1c.4,7.2,13.3-2.5,2.3-2.5" style="fill: none; stroke: #213d60; stroke-width: 2px;"/>
                              <path d="M86,278.9c2.3-.2,.3-3.3-1.5-2" style="fill: none; stroke: #123151; stroke-width: 2px;"/>
                              <path d="M135.9,272.6c-.6,1.5-1.7,2.6-3.2,3.3" style="fill: none; stroke: #09172f; stroke-width: 2px;"/>
                              <path d="M222.2,282.1c-1-.2-1.7-.8-2-1.8" style="fill: none; stroke: #2f456a; stroke-width: 2px;"/>
                              <path d="M220.2,280.3c.3-1.6,1.7-2.7,.3-4.3" style="fill: none; stroke: #40618d; stroke-width: 2px;"/>
                              <path d="M220.4,276.1c.4-1.8,.4-3.5,0-5.2" style="fill: none; stroke: #2f456a; stroke-width: 2px;"/>
                              <path d="M220.4,276.1c-.5,1.4-.6,2.8-.2,4.2" style="fill: none; stroke: #162d49; stroke-width: 2px;"/>
                              <path d="M221.6,283.8c-6.5,6.2,5,6.9-6.7,11.1" style="fill: none; stroke: #0b2642; stroke-width: 2px;"/>
                              <path d="M789.3,272.1c-.3,.6-.7,1.1-1.2,1.5" style="fill: none; stroke: #273c5c; stroke-width: 2px;"/>
                              <path d="M788,273.6c-.3-.3-.6-.4-1-.3" style="fill: none; stroke: #6a82aa; stroke-width: 2px;"/>
                              <path d="M789.7,275.3c-.9,.6-1.2,1.5-1,2.5" style="fill: none; stroke: #42597a; stroke-width: 2px;"/>
                              <path d="M788.8,277.9c.1,2.1,1.2,3.5,3.2,4" style="fill: none; stroke: #193654; stroke-width: 2px;"/>
                              <path d="M792,281.8l.5,.3" style="fill: none; stroke: #344267; stroke-width: 2px;"/>
                              <path d="M792.5,282.1c.3,.6,.5,1.3,.5,2" style="fill: none; stroke: #051024; stroke-width: 2px;"/>
                              <path d="M792.9,284.1c-.8,.1-1.1,.6-1,1.5" style="fill: none; stroke: #1c3656; stroke-width: 2px;"/>
                              <path d="M792,285.6c-1.8,4-4.1,7.6-7,10.8" style="fill: none; stroke: #494d74; stroke-width: 2px;"/>
                              <path d="M784.9,296.3c-1.2,.5-1.8,0-1.8-1.2" style="fill: none; stroke: #0c213b; stroke-width: 2px;"/>
                              <path d="M783.2,295.1c1.7-1,2-2,1-3" style="fill: none; stroke: #223959; stroke-width: 2px;"/>
                              <path d="M781.5,288.9c-1.8-1.2,1.6-3.6-.6-3.8" style="fill: none; stroke: #273c5c; stroke-width: 2px;"/>
                              <path d="M781,284.1c.4,0,.7,0,1-.3" style="fill: none; stroke: #344267; stroke-width: 2px;"/>
                              <path d="M782.5,283.9c.4,6.9,6.5,.5,5.7-3.1" style="fill: none; stroke: #3c456b; stroke-width: 2px;"/>
                              <path d="M788.2,280.9c-.4-1.5-1.2-1.9-2.6-1.1" style="fill: none; stroke: #162d49; stroke-width: 2px;"/>
                              <path d="M785.6,279.8l-1.4,.4" style="fill: none; stroke: #3c456b; stroke-width: 2px;"/>
                              <path d="M783.7,278.3c1.8-1.2,3.3-2.8,4.3-4.8" style="fill: none; stroke: #485775; stroke-width: 2px;"/>
                              <path d="M136.4,273.6c.6,1.3,1.8,2.2,3.5,2.8" style="fill: none; stroke: #2b456b; stroke-width: 2px;"/>
                              <path d="M141.2,278.8c-2.5-.2-5.1-.9-7.7-2" style="fill: none; stroke: #244166; stroke-width: 2px;"/>
                              <path d="M872.7,347.7c-3.3,.4-12.7,1.4-9.2-4.5,1,1.1,2.5,3.5,3.5,1.2-.7-5.9-6.3-7.2-11-3.5" style="fill: none; stroke: #041329; stroke-width: 2px;"/>
                              <path d="M868.3,304c3.3,7-10.3,7.2-5.8,12.1-16.2-5.8-2.4,7.4,4,14,5.5,5.9-12.6,2.2,6.2,13.3" style="fill: none; stroke: #041329; stroke-width: 2px;"/>
                              <path d="M856,340.8c1.2-5.4,11.5-5.8,2.5-12.7-3.2-1.2-5.2,8.2-9.4,6.3-1.7-8.3-6.1,16.7,3.7,2.4,5-3-3.9,6.1-1.8,9.2,1,1.9,3.7-3.1,4.2-4.1" style="fill: none; stroke: #05162c; stroke-width: 2px;"/>
                              <path d="M870.8,382.3c-7.2-4.3-3,1.9,.2,4.7" style="fill: none; stroke: #041329; stroke-width: 2px;"/>
                              <path d="M855.1,341.9c13.4,12-.4,16.4-5.6,2.2-7-2.8-.4,26.3,7.1,19.3,2.1,2.6-1.7,2.9,0,0,1.1,8.3,6.7,13.5,14.3,17.1" style="fill: none; stroke: #041329; stroke-width: 2px;"/>
                              <path d="M871,392.1c-2.4-.3-7.9-7.5-6.8-2.7-.8,3.8-3-.4-5.1-1.2,1.9,3.6-3.6,3-5.5,3" style="fill: none; stroke: #05172e; stroke-width: 2px;"/>
                              <path d="M853.6,391.3c-8.1-4.2-17.5,3.5-25.8,5.5" style="fill: none; stroke: #0f2b47; stroke-width: 2px;"/>
                              <path d="M827.8,396.8c-1.7,.5-3.6,.4-5.6-.2" style="fill: none; stroke: #0c213b; stroke-width: 2px;"/>
                              <path d="M822.2,396.6c2-8.2,15.5-1.5,14.3-12.7" style="fill: none; stroke: #041127; stroke-width: 2px;"/>
                              <path d="M836.4,383.9c.8-18.9,6.9-46.4,.4-61.8-3.6,2.7-8.1,5.1-11.7,8.7" style="fill: none; stroke: #071e3a; stroke-width: 2px;"/>
                              <path d="M825.2,330.9c-4-.9,5.6-10.5,6.9-11.1,2.1,1.6,2.9,1.4,2.5-.8-.8-9.6-9.1,5.1-12.1,7.9-4.5,1.6-3.6-4.1,0-6.2" style="fill: none; stroke: #041127; stroke-width: 2px;"/>
                              <path d="M822.4,320.7c1.8-.8,9.6-6.9,6.4-6.7-6,7.7-2.1-5.3,3-2.2,2.7-9.3,2.4,2.4,4.8,5.7,1,1.9,2-2,4-1.7,2.2-.5-.5-3.9,.2-4.7,1.6,.4,5.2,4.1,7.5,1.3,2.7-4-8.6-2.9-.2-5.7,3,6.6,4.6-4.1,.3-3.3-10.8,7.6,8.7-9.4-.4-9.9-3,4.9-10.3,11.1-7.9,14.9-4.4-1-10.5-10.9-17.7-3.2" style="fill: none; stroke: #081832; stroke-width: 2px;"/>
                              <path d="M822.3,304.9c-4-1-12,3.7-4.6,4.5-.1,2.4-5-1-6.8,1.8-.9,1.3-3.8,.1-4.3,.8,2.1,3.5,5.2,1.6,7.1-.9,1.6-1.2,2.7,1.2,4,1.3,2.3-2.7,6.5-2.3,8.5-5.1" style="fill: none; stroke: #122d4c; stroke-width: 2px;"/>
                              <path d="M826.2,307.4c6.3,.8-10.2,8-11.8,9-1.1,.6-1,.9,.2,.9,3.9,.7-2.4,2.7-.4,5.5" style="fill: none; stroke: #081832; stroke-width: 2px;"/>
                              <path d="M814.1,322.9c-10.5-6.2-11.1-.2-3.1,2.4,3.5,0,9.4,2.2,7,6.8-1.7,2.2-1.6-3.8-4-3-1.6,1-3.4-3.8-3.8-1.5-1.1,2.4,3.9,2.8,3.6,5-1.6,2.6-5.2-2.2-7.4-2.4-5.5-.5,5.4,3.8,.7,4.9-4.4-4.5-4.9,.9-6.8-1.4-3.2-1.3-3,4.9-4.4,6.7" style="fill: none; stroke: #041127; stroke-width: 2px;"/>
                              <path d="M795.8,340.3c-1-.5-1.7-.2-2.3,1" style="fill: none; stroke: #050e20; stroke-width: 2px;"/>
                              <path d="M793.5,341.3c-.3-4,10.5-14.1,4.3-12.4-2.4,.9-3.8,.5-5.5-1" style="fill: none; stroke: #04142b; stroke-width: 2px;"/>
                              <path d="M792.3,327.8l-1.1-1.1" style="fill: none; stroke: #050e20; stroke-width: 2px;"/>
                              <path d="M791.2,326.6c3.5-9.4,5.9,1.9,10.7,.6-2.1-.5-4.9-10.8-5.6-5.6-.1,.9-1.1,.4-1.2-.3,.3-.9,.6-4.3-.8-3,.6,2.2-.2,2.8-2.3,1.6" style="fill: none; stroke: #0e2741; stroke-width: 2px;"/>
                              <path d="M792,320.1c-.2-.4-.4-.5-.8-.5" style="fill: none; stroke: #2f4468; stroke-width: 2px;"/>
                              <path d="M791.2,319.6c-.3-.6-.8-.9-1.5-1" style="fill: none; stroke: #0e1a33; stroke-width: 2px;"/>
                              <path d="M789.8,318.6c-.8-1.3-1.6-1.6-2.5-.7" style="fill: none; stroke: #2f4468; stroke-width: 2px;"/>
                              <path d="M787.2,317.9c-.2,0-.3,.1-.5,.2" style="fill: none; stroke: #0e1a33; stroke-width: 2px;"/>
                              <path d="M786.7,318.1c-.3,0-.5-.1-.5-.3" style="fill: none; stroke: #263c5e; stroke-width: 2px;"/>
                              <path d="M786.2,317.9l-.4-2" style="fill: none; stroke: #0e1a33; stroke-width: 2px;"/>
                              <path d="M785.8,315.9c0-.4-.3-.8-.9-1.1" style="fill: none; stroke: #3d4c67; stroke-width: 2px;"/>
                              <path d="M784.8,314.7c-.1-1.1,.3-1.8,1.4-2.1" style="fill: none; stroke: #0b1931; stroke-width: 2px;"/>
                              <path d="M786.2,312.6l1.7,.4" style="fill: none; stroke: #3c4469; stroke-width: 2px;"/>
                              <path d="M787.9,313l7.5,2.9" style="fill: none; stroke: #051024; stroke-width: 2px;"/>
                              <path d="M795.4,315.9c0,3.2,6.3,6,3.2,1.3" style="fill: none; stroke: #162b47; stroke-width: 2px;"/>
                              <path d="M798.7,317.1c.4-1.1-1.5-2.4,.3-2.8" style="fill: none; stroke: #051024; stroke-width: 2px;"/>
                              <path d="M799,314.3c1.7,1.4,7.1,4.2,7.2,.4-.7-2.2-8.6-6.7-1.9-5.9" style="fill: none; stroke: #162b47; stroke-width: 2px;"/>
                              <path d="M804.2,308.8c8.3,4.4,22.4-20.5,7.7-7.9" style="fill: none; stroke: #1c3554; stroke-width: 2px;"/>
                              <path d="M812,300.9c-.5-.5-.7-1.1-.5-1.8" style="fill: none; stroke: #051024; stroke-width: 2px;"/>
                              <path d="M811.4,299.1c4.1-3.2,10.7-12.5,14.9-11.5" style="fill: none; stroke: #122d4c; stroke-width: 2px;"/>
                              <path d="M827.7,290.3l.2,6c.5,4.2,4.7-8.3,5.2-5.7-1.7,2-1.9,7,1,3" style="fill: none; stroke: #09223d; stroke-width: 2px;"/>
                              <path d="M839.5,289.9c4-1,3.9-3.3,1-6.8-2-2.9-.9,3.8-2.8,4.3" style="fill: none; stroke: #0a1a33; stroke-width: 2px;"/>
                              <path d="M795,275.3c-2.7,1.3-2.3,4-2.9,6.4" style="fill: none; stroke: #486795; stroke-width: 2px;"/>
                              <path d="M788.8,277.9c2.3,.9,3.1,.3,2.2-2" style="fill: none; stroke: #567ea8; stroke-width: 2px;"/>
                              <line x1="389.9" y1="334.3" x2="383.9" y2="328.6" style="fill: none; stroke: #3d78ac; stroke-width: 2px;"/>
                              <path d="M383.9,328.6l-13.2-11.7" style="fill: none; stroke: #3c74a6; stroke-width: 2px;"/>
                              <path d="M370.8,316.9c-6.5-7.7-9.1-18.6-19.6-21.2" style="fill: none; stroke: #3b71a2; stroke-width: 2px;"/>
                              <path d="M793.2,282.1h-.7" style="fill: none; stroke: #334165; stroke-width: 2px;"/>
                              <path d="M811.4,299.1c-1.5,0-.7-2.4-2.7-2.5" style="fill: none; stroke: #132e4e; stroke-width: 2px;"/>
                              <path d="M808.8,296.6c-5.8-6,5.2-2.9,.7-9.3,3.3,.3,6.8,3.8,3.2-1.5" style="fill: none; stroke: #122d4c; stroke-width: 2px;"/>
                              <path d="M812.7,285.9c0-1.4,.6-1.8,1.8-1.2" style="fill: none; stroke: #1c456b; stroke-width: 2px;"/>
                              <path d="M812.7,285.9c-6.4-4-12.9-5.9-5.3,1-4.4,.1-4.2-3-4.7-5.8-3.8,1.7-.1,6.1-5.9-.1" style="fill: none; stroke: #0e2741; stroke-width: 2px;"/>
                              <path d="M146.6,283c-1.4-1.2-2.2-1-2.6,.4" style="fill: none; stroke: #254f77; stroke-width: 2px;"/>
                              <path d="M144,283.4c-2.7-2.5-5.9,1.8-10.7-.9" style="fill: none; stroke: #1f3d60; stroke-width: 2px;"/>
                              <path d="M133.3,282.6l-.1-.2" style="fill: none; stroke: #1f3857; stroke-width: 2px;"/>
                              <path d="M788.2,280.9c-3.4-1.8-.6,3.5-3.4,4.2-2,2.5,1.9-4,.8-5.3" style="fill: none; stroke: #4d618e; stroke-width: 2px;"/>
                              <path d="M808.8,296.6c-2,2.7-3.3-.9-5.5-.6-5.6-.8,.4-8.9-5.3-6.3" style="fill: none; stroke: #051024; stroke-width: 2px;"/>
                              <path d="M798,289.6c-2.4-1.3-4-3.1-5-5.5" style="fill: none; stroke: #1c3554; stroke-width: 2px;"/>
                              <path d="M133.3,282.6c-1.3,1.4-1.8,3-1.3,4.8" style="fill: none; stroke: #051227; stroke-width: 2px;"/>
                              <path d="M132,287.4c.7,2.3,1.9,4.3,3.5,6" style="fill: none; stroke: #1c3451; stroke-width: 2px;"/>
                              <path d="M135.5,293.3c-.7,1.6,2.1,4.7-1.3,4.4" style="fill: none; stroke: #0b243e; stroke-width: 2px;"/>
                              <path d="M134.3,297.9c-2.4-1.3-4.8-2-7.5-2" style="fill: none; stroke: #0d233c; stroke-width: 2px;"/>
                              <path d="M144,283.4c2.2,1.4,2.2,2-.2,1.8-.8,1.2,0,3.4-1.8,4.6" style="fill: none; stroke: #0b2947; stroke-width: 2px;"/>
                              <path d="M142,289.9l-2.1-.8" style="fill: none; stroke: #2f486f; stroke-width: 2px;"/>
                              <path d="M139.9,289.1c-1.5-2.4-4.7-2.1-5.9-4.5-4-1,3.1,2.9,1.3,4.2-1.3,.4-1.9-1.5-3.3-1.4" style="fill: none; stroke: #1c395b; stroke-width: 2px;"/>
                              <path d="M209.5,306.3c-6.5,8.5-3,12.3,3,4.7,3.6-1.5-2.6,7,2.5,2.4,2.8-3.4,11.3-22.7,1.2-12.5" style="fill: none; stroke: #0b243e; stroke-width: 2px;"/>
                              <path d="M225,292.1c2.3-.5,5,5.5,1.9,4.1-2.4-1.6-3.6-.9-3.5,2.1" style="fill: none; stroke: #436285; stroke-width: 2px;"/>
                              <path d="M223.4,298.3c-2.8,1-1,5.1-.5,7.3,1.2,2.4-4.5,2.4-1,4.7" style="fill: none; stroke: #0e2b4b; stroke-width: 2px;"/>
                              <path d="M222.1,310.3c2.4,1,3.4,2.8,2.9,5.3" style="fill: none; stroke: #436285; stroke-width: 2px;"/>
                              <path d="M224.9,315.6c-2.6-1.4-11.4-4.3-7.8,1.4-.2,2,1.6,.3,2.2,1.2,1.3,3.9-.4,4.8-3.4,6.5-1.8,2.8,2.5,.9,2.7,2.7-3.5,5.4-8.4,4.5-12.7,11.3" style="fill: none; stroke: #0b2440; stroke-width: 2px;"/>
                              <path d="M206,338.6c.3-.6,.2-1.2-.2-1.7" style="fill: none; stroke: #0f3357; stroke-width: 2px;"/>
                              <path d="M205.8,336.9c-7-10.7-18.1-29.1-28.9-28.8" style="fill: none; stroke: #1c4e75; stroke-width: 2px;"/>
                              <path d="M176.9,308.1c-2.7-.2-6.4-2.8-8.2,.3" style="fill: none; stroke: #0f3357; stroke-width: 2px;"/>
                              <path d="M168.7,308.4c-.7-.5-1-.4-1,.5" style="fill: none; stroke: #174366; stroke-width: 2px;"/>
                              <path d="M167.7,308.9c-2.1,.3-.6,4.2-1.7,5.8" style="fill: none; stroke: #0b243e; stroke-width: 2px;"/>
                              <path d="M165.9,314.6c-7.4,6.9-9.7-.5-13.8-6.5" style="fill: none; stroke: #0f3254; stroke-width: 2px;"/>
                              <path d="M152.2,308.1c-2.1-4.5-5.6-7.7-10.2-9.5" style="fill: none; stroke: #4e6c91; stroke-width: 2px;"/>
                              <path d="M142,298.6c-2.6,.1-4.5-2.3-7,.2" style="fill: none; stroke: #19436a; stroke-width: 2px;"/>
                              <path d="M135,298.9l-1.2-.1" style="fill: none; stroke: #0b243e; stroke-width: 2px;"/>
                              <path d="M133.7,298.8c.3-.3,.5-.6,.5-1" style="fill: none; stroke: #133a5d; stroke-width: 2px;"/>
                              <path d="M135.5,293.3c1.5,.1,3.9,2.7,4.7,.7" style="fill: none; stroke: #224b72; stroke-width: 2px;"/>
                              <path d="M140.2,294.1c.5-1.3,4.3,3.1,6.1,3.5" style="fill: none; stroke: #355a86; stroke-width: 2px;"/>
                              <path d="M146.2,297.6c2.1,3.4,3.4-1.9,.5-2.4" style="fill: none; stroke: #4e6c91; stroke-width: 2px;"/>
                              <path d="M146.7,295.3c-2.8-.8-4.4-2.5-4.8-5.4" style="fill: none; stroke: #355a86; stroke-width: 2px;"/>
                              <path d="M620.9,305.3c-1.7,.1-2-2-3.5-.1" style="fill: none; stroke: #596d9e; stroke-width: 2px;"/>
                              <path d="M798,289.6c-2.5,3.4,2.6,9.1-3.3,7.7" style="fill: none; stroke: #1c3656; stroke-width: 2px;"/>
                              <path d="M794.8,297.3c-1.4-1.4,1.1-9.5-1.3-6.5-3.5,2.5,.9-5.5-1.5-5.2" style="fill: none; stroke: #6072a3; stroke-width: 2px;"/>
                              <path d="M139.9,289.1c2.5,4.5-8.6-1.6-2.5,3.3,1.2,1,2.2,1.6,2.8,1.7" style="fill: none; stroke: #466a99; stroke-width: 2px;"/>
                              <path d="M794.8,297.3c-.5,.7-.9,.6-1.2-.1-2.1-5.3-3.8,2-2.6,3.8" style="fill: none; stroke: #494d74; stroke-width: 2px;"/>
                              <path d="M791,301.1c0,.4-.2,.6-.5,.8" style="fill: none; stroke: #6471a2; stroke-width: 2px;"/>
                              <path d="M790.5,301.9l-1.5-3" style="fill: none; stroke: #4f5681; stroke-width: 2px;"/>
                              <path d="M789,298.9c-.3-2.6-1-2.8-2.2-.3" style="fill: none; stroke: #6a77a9; stroke-width: 2px;"/>
                              <path d="M786.8,298.6c-4.4,4.5-16.3,12.5-6.6,2.6" style="fill: none; stroke: #4f5681; stroke-width: 2px;"/>
                              <path d="M780.2,301.1l.8-.2" style="fill: none; stroke: #9998c8; stroke-width: 2px;"/>
                              <path d="M781,300.9l3.9-4.5" style="fill: none; stroke: #505c88; stroke-width: 2px;"/>
                              <path d="M231.3,300.4c-3,1.7-4.8-1.5-7.5-1.6" style="fill: none; stroke: #436084; stroke-width: 2px;"/>
                              <path d="M223.8,298.9l-.3-.5" style="fill: none; stroke: #405372; stroke-width: 2px;"/>
                              <path d="M610.3,289.9c-6.7,4.5-11.7,4.5-19.7,1.7-16.9-8.3-25.4,17.4-42.1,18.7" style="fill: none; stroke: #7b99cb; stroke-width: 2px;"/>
                              <path d="M548.5,310.3c-14.2,6.3-29.9,8.1-41.5-2.7" style="fill: none; stroke: #789bcf; stroke-width: 2px;"/>
                              <path d="M606.2,310c-12.8,7-33.5,1.9-36.2,19.3" style="fill: none; stroke: #648bbd; stroke-width: 2px;"/>
                              <path d="M570.2,329.3c.8-6,6.9-15.3-4-13-4-.9-6.4-5.9-11.4-4.2-.6-3.2-4.1-.4-6.3-1.7" style="fill: none; stroke: #398fbd; stroke-width: 2px;"/>
                              <path d="M812,300.9c-1.8,2.5-4,4.6-6.5,6.2" style="fill: none; stroke: #1c3656; stroke-width: 2px;"/>
                              <path d="M805.5,307.1c-2.7,1-6,.1-5,4.6,.2,1-.1,1.2-.9,.5-1.9-1.8-2.9,1.9-.7,2.1" style="fill: none; stroke: #162d49; stroke-width: 2px;"/>
                              <path d="M798.7,317.1c-1.3,.1-4-4.8-3.2-1.2" style="fill: none; stroke: #162d49; stroke-width: 2px;"/>
                              <path d="M787.9,313c1.5-.9,6-.3,5.5-2.6" style="fill: none; stroke: #3c456b; stroke-width: 2px;"/>
                              <path d="M793.4,310.3c.3-.3,.5-.6,.5-1" style="fill: none; stroke: #0b1a33; stroke-width: 2px;"/>
                              <path d="M794,309.4c12,3.7-4.7-3.8-3-8.4" style="fill: none; stroke: #203555; stroke-width: 2px;"/>
                              <path d="M146.7,295.3c-.8,.5-1,1.3-.5,2.3" style="fill: none; stroke: #728bb8; stroke-width: 2px;"/>
                              <path d="M338.7,311.1c-2.7,.7-1.6,4.7-4.2,5.2-3.1,.3-1.2,1.3-.5,2.8-.1,2.8,2.6,2.6,3.6,3.9-.5,.7-.9,6.3-2.4,3.7-2.1-2.2-5.8,1.2-8.6-.2,.2,3.2,1.8,7.3,3.5,10.3,1.7-6.8,4.8,5.4-3,11.1" style="fill: none; stroke: #1b6794; stroke-width: 2px;"/>
                              <path d="M327.1,348c-2.3-.4-7-4.4-7.4-.9" style="fill: none; stroke: #1b6a98; stroke-width: 2px;"/>
                              <path d="M319.7,347.1l-9.5-4.1" style="fill: none; stroke: #185b89; stroke-width: 2px;"/>
                              <path d="M310.3,343c-5.8-6.5-10.1-11.6-14.1-18.8" style="fill: none; stroke: #2d769f; stroke-width: 2px;"/>
                              <path d="M296.2,324.2c-9.2,9.1-20.7-4.5-28-5.9" style="fill: none; stroke: #155079; stroke-width: 2px;"/>
                              <path d="M268.2,318.3l-5.5-8" style="fill: none; stroke: #3b82b0; stroke-width: 2px;"/>
                              <path d="M268.2,318.3l5.6,8.8" style="fill: none; stroke: #386e98; stroke-width: 2px;"/>
                              <path d="M273.8,327.1c-11.3-9.8-16.5-27.1-26.3-34.9" style="fill: none; stroke: #376b96; stroke-width: 2px;"/>
                              <path d="M247.5,292.1l-4.5,2" style="fill: none; stroke: #3f75a3; stroke-width: 2px;"/>
                              <path d="M243,294.1l-.2-.5" style="fill: none; stroke: #376b96; stroke-width: 2px;"/>
                              <path d="M273.8,327.1c-1.2,5.6,5.4,10,2.4,16.3,.1,1.6-.3,8.2,3.4,6.5,2.8,1.9-1.9,2.1-1.3,3.4,3.1,3.8,5.6,9.4,4.9,13.4" style="fill: none; stroke: #11395f; stroke-width: 2px;"/>
                              <path d="M283,366.6c-1.6-1-6.1-7.7-5.8-5.6,7.6,14.1,22.6,15.6,36.2,20.3" style="fill: none; stroke: #20507b; stroke-width: 2px;"/>
                              <path d="M313.3,381.4l-36,.7" style="fill: none; stroke: #3d6a95; stroke-width: 2px;"/>
                              <path d="M277.2,382.1c-1,.4-35.4,.2-36.1,1.3,11.5,1.8,26.3,.3,38.9,1.1" style="fill: none; stroke: #2e5d82; stroke-width: 2px;"/>
                              <path d="M280,384.6l44,.2" style="fill: none; stroke: #3d6a95; stroke-width: 2px;"/>
                              <path d="M324,384.8l11.2,.1" style="fill: none; stroke: #6089a8; stroke-width: 2px;"/>
                              <path d="M335.2,384.9c-.3,3.5-17.9,0-27,1.7,5,.7-.9,2.2,.4,4.7,2.2,5.1-.7,11.2-.9,13.7,3.5,1.3,22.3,2.5,11,3.5" style="fill: none; stroke: #103d66; stroke-width: 2px;"/>
                              <path d="M318.7,408.6l-6.5-1.2" style="fill: none; stroke: #7095aa; stroke-width: 2px;"/>
                              <path d="M312.2,407.4l-60.5-14.8" style="fill: none; stroke: #6a96ac; stroke-width: 2px;"/>
                              <path d="M251.7,392.6l-20.3-5.2" style="fill: none; stroke: #5e96ac; stroke-width: 2px;"/>
                              <path d="M231.4,387.5c-2.3-1.4-4.9-2.3-7.9-2.6" style="fill: none; stroke: #5090aa; stroke-width: 2px;"/>
                              <path d="M223.5,384.8c9.1-18.6,12.4-2.7,14.1-9.7" style="fill: none; stroke: #0a223f; stroke-width: 2px;"/>
                              <path d="M237.5,375.1c2.8,.1-2.2-2.8,.4-2.7" style="fill: none; stroke: #23476d; stroke-width: 2px;"/>
                              <path d="M237.9,372.3c12.8,6.8,1.2-3.8-3.4-6.3" style="fill: none; stroke: #4e6a90; stroke-width: 2px;"/>
                              <path d="M234.5,366.1l-2.2-1.4" style="fill: none; stroke: #23476d; stroke-width: 2px;"/>
                              <path d="M232.2,364.6c-2.4-5.1,.8-2.3,3.2-6.3" style="fill: none; stroke: #0b223d; stroke-width: 2px;"/>
                              <path d="M235.4,358.4c-.2-1.9-1.2-3.2-3.2-4" style="fill: none; stroke: #284c74; stroke-width: 2px;"/>
                              <path d="M232.2,354.4c.5-.2,.7-.7,.5-1.3" style="fill: none; stroke: #0a2544; stroke-width: 2px;"/>
                              <path d="M232.8,353.1c4.4-2.7-5.8-4.2-5.8-7.9" style="fill: none; stroke: #284c74; stroke-width: 2px;"/>
                              <path d="M227,345.1c.2-.2,.5-.3,.8-.3" style="fill: none; stroke: #184169; stroke-width: 2px;"/>
                              <path d="M227.7,344.8c2,.1,6.1,6.7,6.3,3.5" style="fill: none; stroke: #355885; stroke-width: 2px;"/>
                              <path d="M234,348.3h.7" style="fill: none; stroke: #29507a; stroke-width: 2px;"/>
                              <path d="M234.7,348.3c1.4,5.3,2.8-1.6,0-2" style="fill: none; stroke: #476b95; stroke-width: 2px;"/>
                              <path d="M234.7,346.3c-.2-.3-.6-.6-1-.7" style="fill: none; stroke: #29507a; stroke-width: 2px;"/>
                              <path d="M233.8,345.6l-3-2.5" style="fill: none; stroke: #355885; stroke-width: 2px;"/>
                              <path d="M230.7,343.1c1.4-3.4,7.4-1.3,5.2-6" style="fill: none; stroke: #0a2544; stroke-width: 2px;"/>
                              <path d="M236,337.1c6.7,4.4,4.3-1.9-.3-3.9" style="fill: none; stroke: #4e6a90; stroke-width: 2px;"/>
                              <path d="M235.7,333.3c.4-.6,.4-1.2,0-1.7" style="fill: none; stroke: #0a223f; stroke-width: 2px;"/>
                              <path d="M235.7,331.6c.7-2.5-1.2-2.3-2.7-4.5" style="fill: none; stroke: #436084; stroke-width: 2px;"/>
                              <path d="M233,327.1c3.7,.6,.1-7.3,.8-9.3" style="fill: none; stroke: #0d2949; stroke-width: 2px;"/>
                              <path d="M233.7,317.9c2-2.7-.7-4.9-1.8-6.8" style="fill: none; stroke: #436084; stroke-width: 2px;"/>
                              <path d="M231.9,311.1c.1-.3,.3-.3,.5-.2" style="fill: none; stroke: #0d294a; stroke-width: 2px;"/>
                              <path d="M232.5,310.9c2.1,2.3,8.4,5.8,3.6,.7" style="fill: none; stroke: #436084; stroke-width: 2px;"/>
                              <path d="M236.2,311.6c.2-1.8-.4-3.2-1.9-4.2" style="fill: none; stroke: #0d294a; stroke-width: 2px;"/>
                              <path d="M234.3,307.4c-3-.7-7-7.5-9.1-5.6" style="fill: none; stroke: #355885; stroke-width: 2px;"/>
                              <path d="M225.2,301.9c-1.4-.4-1.9-1.4-1.4-3" style="fill: none; stroke: #0d294a; stroke-width: 2px;"/>
                              <path d="M243,294.1c2.1,19.3,7.3,13.6,4.4-1.9" style="fill: none; stroke: #184169; stroke-width: 2px;"/>
                              <path d="M783.2,295.1c-6.7,1.7-.5,3.3-4.4,2.5-16.9-8.2-28.2,8.6-41.9,15.6" style="fill: none; stroke: #29496e; stroke-width: 2px;"/>
                              <path d="M822.4,320.7c-2.4,.8-.8-2.2,0-3-.5-5.8-6.2,3.8-8.3,5.1" style="fill: none; stroke: #081b37; stroke-width: 2px;"/>
                              <path d="M826.2,307.4l-3.9-2.5" style="fill: none; stroke: #16375c; stroke-width: 2px;"/>
                              <path d="M84.5,296.4l-.5-.1" style="fill: none; stroke: #162d49; stroke-width: 2px;"/>
                              <path d="M781,300.9c.2-2.5-10.4-4.9-7-1" style="fill: none; stroke: #5d6c8f; stroke-width: 2px;"/>
                              <path d="M774,299.9c-.3,8.8-12.9,13.2-18.3,21.6" style="fill: none; stroke: #122a48; stroke-width: 2px;"/>
                              <path d="M755.7,321.4c-12.8,19-37.8,26.6-57.6,28.5-4.4-1.6-11,8.6-15.9,3.1-2.1-1.2,5.1-2.5-2.7-4.1" style="fill: none; stroke: #122e4d; stroke-width: 2px;"/>
                              <path d="M679.5,348.8c8.2-7.9,18.1-25.4,27.1-20.7" style="fill: none; stroke: #1d5278; stroke-width: 2px;"/>
                              <path d="M709.4,329.3c3.2-2.8,6.2-5.9,8.8-9.2" style="fill: none; stroke: #1d5278; stroke-width: 2px;"/>
                              <path d="M133.7,298.8c-3,2.6-4.6-2.4-5.2-.9-.6,6.3-2.3,.8-1.8-1.5" style="fill: none; stroke: #0d233c; stroke-width: 2px;"/>
                              <path d="M370.8,316.9c-1.8,1.3-2.6,4.3-3.9,5.5-1-.3-1.7,1.1-1.6,2.1-.1,6.7-9.1,10.6-12.8,15.6-7,17.8-9.6,17.7-25.5,8.1" style="fill: none; stroke: #1e6c9a; stroke-width: 2px;"/>
                              <path d="M135,298.9l-3,3" style="fill: none; stroke: #132c4a; stroke-width: 2px;"/>
                              <path d="M131.9,301.9l-3.8,2.8" style="fill: none; stroke: #0b1c34; stroke-width: 2px;"/>
                              <path d="M90.6,307.2l-4.4-2.4" style="fill: none; stroke: #243d5f; stroke-width: 2px;"/>
                              <path d="M804.2,308.8c.2-.7,.7-1.2,1.2-1.7" style="fill: none; stroke: #2d5279; stroke-width: 2px;"/>
                              <path d="M789,298.9c-.8,.2-1.5,.1-2.2-.3" style="fill: none; stroke: #2d4569; stroke-width: 2px;"/>
                              <path d="M142,298.6c-.3,1.1,.2,2,1.2,2.7" style="fill: none; stroke: #56749d; stroke-width: 2px;"/>
                              <path d="M143.2,301.3c-2.7,1.1,3.5,4.1,2.4,6.9" style="fill: none; stroke: #173b60; stroke-width: 2px;"/>
                              <path d="M145.6,308.2c-.5-.2-6.5-9.1-7.2-8.4-1.2,2,.9,5,2.1,6.9" style="fill: none; stroke: #132e4e; stroke-width: 2px;"/>
                              <path d="M140.5,306.7c-1.7-.4-3-1.3-4-2.7" style="fill: none; stroke: #173b60; stroke-width: 2px;"/>
                              <path d="M136.4,303.9c-1.8,.1-3.3-.6-4.5-2.1" style="fill: none; stroke: #183b60; stroke-width: 2px;"/>
                              <path d="M780.2,301.1l-6.2-1.2" style="fill: none; stroke: #5c6687; stroke-width: 2px;"/>
                              <path d="M225.2,301.9c2,3.4,5.1,5.2,9.1,5.6" style="fill: none; stroke: #324b73; stroke-width: 2px;"/>
                              <path d="M236.2,311.6c-1.2-.5-2.4-.7-3.7-.7" style="fill: none; stroke: #405372; stroke-width: 2px;"/>
                              <path d="M231.9,311.1c-4.3-1.3-5.3-4.2-4.3,1.4-1.6-1.2-2.3-3.7-5.6-2.3" style="fill: none; stroke: #405372; stroke-width: 2px;"/>
                              <path d="M152.2,308.1l-9-6.8" style="fill: none; stroke: #4c6486; stroke-width: 2px;"/>
                              <path d="M790.5,301.9c.5,3.1-.1,2.7-2.5,2.3" style="fill: none; stroke: #263e62; stroke-width: 2px;"/>
                              <path d="M788,304.1c-1.5-3.2-11.5,2.8-10,4.1,2.8,1.5,3.3-2.4,5.9-1.9" style="fill: none; stroke: #435776; stroke-width: 2px;"/>
                              <path d="M784,306.4c-11,13.7-6.8,15.9,1.1,.3" style="fill: none; stroke: #435776; stroke-width: 2px;"/>
                              <path d="M785.2,306.6c.2-1.5,.9-2,2.2-1.5" style="fill: none; stroke: #435776; stroke-width: 2px;"/>
                              <path d="M787.5,305.1l6.5,4.2" style="fill: none; stroke: #263e62; stroke-width: 2px;"/>
                              <path d="M793.4,310.3c-2.3-3.8-11.3-.9-7.2,2.2" style="fill: none; stroke: #424e78; stroke-width: 2px;"/>
                              <path d="M784.8,314.7c-1.7,1.4-3.1,3-4.1,4.9" style="fill: none; stroke: #435776; stroke-width: 2px;"/>
                              <path d="M780.7,319.6c-.2,.1-.4,.2-.5,.5" style="fill: none; stroke: #233d5f; stroke-width: 2px;"/>
                              <path d="M780.2,320.1c-5.1,2.2-1.6,4.4-7.5,2.8" style="fill: none; stroke: #435776; stroke-width: 2px;"/>
                              <path d="M772.7,322.8c-6.1,2.3-14.8,4-19.2,7.6l12-.8" style="fill: none; stroke: #606e89; stroke-width: 2px;"/>
                              <path d="M765.6,329.6c-.4,.8-4.5,3.5-2.6,4,3.5-1.4,4.4-4.8,7.1-2.8" style="fill: none; stroke: #435776; stroke-width: 2px;"/>
                              <path d="M770.2,330.8c-3.6-.1-2.2,2.7,0,3.3" style="fill: none; stroke: #0b1a33; stroke-width: 2px;"/>
                              <path d="M770.2,334.1c-4.7,5.1-15.1,7.7-16,11.9l9.8-3.6" style="fill: none; stroke: #5c6687; stroke-width: 2px;"/>
                              <path d="M764,342.3l4.7-1.7" style="fill: none; stroke: #435776; stroke-width: 2px;"/>
                              <path d="M768.7,340.6c-1.5,1.2-1.3,1.8,.5,1.8" style="fill: none; stroke: #0b182f; stroke-width: 2px;"/>
                              <path d="M769.2,342.4c-6.5,4.4-4.7,3.6-9.8,11.7" style="fill: none; stroke: #435776; stroke-width: 2px;"/>
                              <path d="M759.5,354.1c-6.1,8.4,11.9-6.1,9.3,4.1,3.2,5.9-18.6,13.2-9.2,12.9" style="fill: none; stroke: #0b182f; stroke-width: 2px;"/>
                              <path d="M759.4,371c4.7,0,8.3-1.9,10.8-5.9" style="fill: none; stroke: #424e78; stroke-width: 2px;"/>
                              <path d="M770.2,365.2c4.1-5.6-3.6-1.7,6.8-8,1.5,1.3-8.3,4.7-2.5,6" style="fill: none; stroke: #0b182f; stroke-width: 2px;"/>
                              <path d="M774.5,363.1c-3,5.1-6.8,9.4-11.6,12.9" style="fill: none; stroke: #3a4b74; stroke-width: 2px;"/>
                              <path d="M762.9,376.1c-5-2.8-9.4-2.5-13.3,1" style="fill: none; stroke: #5c6687; stroke-width: 2px;"/>
                              <path d="M749.5,377.1c-1.6-2.5-6.1-5.2-4.2-9.5-2.5-4.7,6.3,.6,2.5-3.9" style="fill: none; stroke: #0b1931; stroke-width: 2px;"/>
                              <path d="M747.8,363.7c.4-2.9-.5-5.2-2.7-7" style="fill: none; stroke: #143150; stroke-width: 2px;"/>
                              <path d="M745.1,356.7c-.4-.7-.6-1.5-.6-2.4" style="fill: none; stroke: #0b1931; stroke-width: 2px;"/>
                              <path d="M744.5,354.3c1.7-.8,3-2.1,4.1-4" style="fill: none; stroke: #2d4569; stroke-width: 2px;"/>
                              <path d="M748.6,350.3c.1-10.4-.5-20.8,7.1-29" style="fill: none; stroke: #112745; stroke-width: 2px;"/>
                              <path d="M145.6,308.2c-2.6,1.9-3.5-.4-5.1-1.6" style="fill: none; stroke: #091e38; stroke-width: 2px;"/>
                              <path d="M42.3,308.6c-5.4-4.2-13,4.6-18.5,3.3-2.5-.3,.5,2.5-1.3,2.1-4-.1-8.9,1.9-12.7,3.4" style="fill: none; stroke: #081a31; stroke-width: 2px;"/>
                              <path d="M787.5,305.1c.3-.3,.5-.6,.5-1" style="fill: none; stroke: #587297; stroke-width: 2px;"/>
                              <path d="M165.9,314.6c1.9,7.2-2.4,17.3-3.7,20.9,6.9-2,3.1,9,.3,11.3" style="fill: none; stroke: #091c33; stroke-width: 2px;"/>
                              <path d="M162.6,346.7c-.6-.1-1.1-.2-1.4-.1" style="fill: none; stroke: #0b233f; stroke-width: 2px;"/>
                              <path d="M161.3,346.6c-1.2-2.2-2.8-4-4.8-5.5" style="fill: none; stroke: #1a466a; stroke-width: 2px;"/>
                              <path d="M156.5,341.1c-.9-.9-1.5-1.9-1.7-3" style="fill: none; stroke: #0b233f; stroke-width: 2px;"/>
                              <path d="M154.8,338.1c4.2-.4-12-9.6-10.8-1.6" style="fill: none; stroke: #3a6185; stroke-width: 2px;"/>
                              <path d="M144,336.6h-1" style="fill: none; stroke: #0b233f; stroke-width: 2px;"/>
                              <path d="M143,336.6c.6-1.9,0-3-2-3.4" style="fill: none; stroke: #1a486d; stroke-width: 2px;"/>
                              <path d="M141,333.1c1.5-.5,.3-1.5,.9-2.2,1.6-1.3,4.1-3.4,5.2-5" style="fill: none; stroke: #091c33; stroke-width: 2px;"/>
                              <path d="M147.2,325.9c7.5,2.3-5.2-4.7-5.5-5.5" style="fill: none; stroke: #3a6185; stroke-width: 2px;"/>
                              <path d="M141.7,320.3c-2.5-3.3,3-4.9,.9-6.3" style="fill: none; stroke: #091f3a; stroke-width: 2px;"/>
                              <path d="M142.5,314.1c8.3-.4-3.7-5-6-5.4" style="fill: none; stroke: #2b4a72; stroke-width: 2px;"/>
                              <path d="M136.5,308.6l-1-.2" style="fill: none; stroke: #0f3254; stroke-width: 2px;"/>
                              <path d="M135.5,308.4l-.2-.1" style="fill: none; stroke: #204367; stroke-width: 2px;"/>
                              <path d="M135.2,308.3c-.8-1.8-.4-3.2,1.2-4.4" style="fill: none; stroke: #0f2b4a; stroke-width: 2px;"/>
                              <path d="M135.2,308.3c-2.1,1.4-2.1,2.9,.2,4.2" style="fill: none; stroke: #224368; stroke-width: 2px;"/>
                              <path d="M135.5,312.6c-2,0-.8,4.7-2.6,2.8-.6-.8,.3-3.2-1.3-1.7-1,2.3-4.8,7.6,.2,4.9" style="fill: none; stroke: #0a1f3b; stroke-width: 2px;"/>
                              <path d="M131.8,318.7c-1.4,2-1,3.7,1.2,5.1" style="fill: none; stroke: #25476d; stroke-width: 2px;"/>
                              <path d="M133,323.8c-13.4-2-.5,11.1-13.5-5.3" style="fill: none; stroke: #0b1c34; stroke-width: 2px;"/>
                              <path d="M119.5,318.3c.3-1-.1-1.4-1.2-1.2" style="fill: none; stroke: #0d2d4e; stroke-width: 2px;"/>
                              <path d="M118.3,317.1c3-5.1,5.9,6,7.8,.2,.1-3.8,9.8-10.5,7.2-12.3l-5.7,5.1" style="fill: none; stroke: #0a1d36; stroke-width: 2px;"/>
                              <path d="M785.2,306.6l-1.2-.2" style="fill: none; stroke: #758aab; stroke-width: 2px;"/>
                              <path d="M855.1,341.9c.2-.5,.5-.9,.9-1.1" style="fill: none; stroke: #051a33; stroke-width: 2px;"/>
                              <path d="M90.3,312.9c-2.1-.7-2.5-3.1-5.1-3.6" style="fill: none; stroke: #243d5f; stroke-width: 2px;"/>
                              <path d="M118.3,317.1c-4.2,1.4-8.9,1.5-13.3,4.5" style="fill: none; stroke: #071e3a; stroke-width: 2px;"/>
                              <path d="M176.9,308.1c2.9,5.7,8.8,7.6,14.2,10.4,4.3,5,9.6,19.3,14.7,18.3" style="fill: none; stroke: #1a476d; stroke-width: 2px;"/>
                              <path d="M206,338.6c-4,1.3-5.4,12.7,.8,5.6" style="fill: none; stroke: #081d39; stroke-width: 2px;"/>
                              <path d="M206.8,344.2c3.3-.4,2.1-.9,4,2.3" style="fill: none; stroke: #113357; stroke-width: 2px;"/>
                              <path d="M210.7,346.4c-1.2,1.1-1.2,1.7,.1,1.7" style="fill: none; stroke: #081d39; stroke-width: 2px;"/>
                              <path d="M210.8,348.1c-3,3.2-8.2,4.8-8.2,9.8" style="fill: none; stroke: #0e3156; stroke-width: 2px;"/>
                              <path d="M202.6,357.9c-4.6,1.2-3.6,5.8-.2,1.6,1.3-1.3,2.3-1.5,3,0,1.4-.5,2.3-2.5,4.5-1.2" style="fill: none; stroke: #081d39; stroke-width: 2px;"/>
                              <path d="M209.9,358.3c-.2,.5-.3,1-.2,1.5" style="fill: none; stroke: #0e2f52; stroke-width: 2px;"/>
                              <path d="M209.7,359.8c-.3,3.1-12.4,5-7.6,6.7,7.4-2.5,1.7,.9,1.5,3.9,1.6-.4,2.8-1.9,3.5-3.4,3-2.3,.5,1.7-.3,2.6-4.3,10.2-18.9-1.8-22.5,10.3" style="fill: none; stroke: #081d39; stroke-width: 2px;"/>
                              <path d="M184.4,379.9c-3.3,1-8.5,2-11.1-1.4" style="fill: none; stroke: #15537f; stroke-width: 2px;"/>
                              <path d="M173.2,378.4c5-1.6-6.1-9,1.2-6.8,.3-2.3-6.2-4.4-5.2-9.1" style="fill: none; stroke: #091e3b; stroke-width: 2px;"/>
                              <path d="M169.3,362.4c1.3-1.4,2.8-.5,4.3,.4,1.3-1.6-4.5-3.9-1.7-7.5" style="fill: none; stroke: #0b2647; stroke-width: 2px;"/>
                              <path d="M171.9,355.4c-1.3-3-9-15.1-.2-9.3-2.8-7.4-3.4-15.4-3.8-24.6" style="fill: none; stroke: #091c36; stroke-width: 2px;"/>
                              <path d="M168,321.6c4.1,.2,2.9-10.2,.7-13.2" style="fill: none; stroke: #143c5e; stroke-width: 2px;"/>
                              <path d="M40.7,312.4c-1.8-1.3-2.2,0-1.8,1.3,3.6,4.3-9.4-1.4-13.3,4-2,1.1-4.9,.7-4.2,3.4-9.8-.9-3.2,2.2,2,6v2c-6.2-8.5-13.6,2.5-18.8-6.5" style="fill: none; stroke: #091830; stroke-width: 2px;"/>
                              <path d="M570.2,329.3c-1.5,4.6-3.8,8.8-7.1,12.4" style="fill: none; stroke: #618dc1; stroke-width: 2px;"/>
                              <path d="M563.1,341.8c1.2-2.6,8.4-12.8,3.4-10.4-5.4,3.6-18.9,4.9-25.2,.1-8.2-1.8-15.5,1.8-23.6,1.1-15,10.3-35.3,5.1-53.8,10-11.5,6.3-32-4.9-39.5,5.3" style="fill: none; stroke: #3694c5; stroke-width: 2px;"/>
                              <path d="M423.9,348.1l-3.4-5.4" style="fill: none; stroke: #88abd6; stroke-width: 2px;"/>
                              <path d="M168,321.6l-.3-12.8" style="fill: none; stroke: #112d45; stroke-width: 2px;"/>
                              <path d="M135.5,308.4c.1,2.6,1.3,4.7,3.5,6.2" style="fill: none; stroke: #224b72; stroke-width: 2px;"/>
                              <path d="M138.9,314.6c-.3,.6-.2,1,.2,1.3" style="fill: none; stroke: #3e6390; stroke-width: 2px;"/>
                              <path d="M139.2,315.9c-1.7-.5-3-1.6-3.7-3.3" style="fill: none; stroke: #1c3758; stroke-width: 2px;"/>
                              <path d="M136.5,308.6c-.3,2.9,4.3,3.3,2.5,5.9" style="fill: none; stroke: #2d527c; stroke-width: 2px;"/>
                              <path d="M142.5,314.1l-3.3,1.8" style="fill: none; stroke: #263f63; stroke-width: 2px;"/>
                              <path d="M171.9,355.4l-8.1-6.5" style="fill: none; stroke: #08172e; stroke-width: 2px;"/>
                              <path d="M163.9,348.9c-3.9,.7-4.3,0-1.2-2.2" style="fill: none; stroke: #071429; stroke-width: 2px;"/>
                              <path d="M90.5,316.9c-2.4-1.4-3.1-4.9-1.8,.1,.7,3.1-3.4-.5-4.5-.6-3.9,1-2.7,6.6,1.2,6.3,2.4-.4,3.1,6.3,4.9,3" style="fill: none; stroke: #0b2642; stroke-width: 2px;"/>
                              <path d="M91.5,326c.7,.1,8.3,12.6,8.4,8.1" style="fill: none; stroke: #14324f; stroke-width: 2px;"/>
                              <path d="M100,334.1c5.8,12.2-5,.1-9.3,4.1" style="fill: none; stroke: #050f22; stroke-width: 2px;"/>
                              <path d="M90.8,338.1c1.2-2.6-4.1-7.2-2.8-2.8" style="fill: none; stroke: #0a1b35; stroke-width: 2px;"/>
                              <path d="M88,335.3c-12.5,6.3,2.8-4.8-7.4-3.3" style="fill: none; stroke: #050f22; stroke-width: 2px;"/>
                              <path d="M233.7,317.9c-2.3-1.3-5.9-7.4-7.5-2.4" style="fill: none; stroke: #3f5370; stroke-width: 2px;"/>
                              <path d="M226.2,315.6c-.5,.2-.9,.2-1.3,0" style="fill: none; stroke: #3d4c67; stroke-width: 2px;"/>
                              <path d="M564.4,344.3c-1,1.7-1.5,3.5-1.5,5.5" style="fill: none; stroke: #6a77a9; stroke-width: 2px;"/>
                              <path d="M562.9,349.9h-.3" style="fill: none; stroke: #5b82b6; stroke-width: 2px;"/>
                              <path d="M562.6,349.9c-.5-2.6-.3-5.3,.5-8.1" style="fill: none; stroke: #6190c5; stroke-width: 2px;"/>
                              <path d="M49,320.6c-4-2.1-23.1-1.4-23.5,2.8,1.3,2.6,14.1,6.3,5.6,7.1" style="fill: none; stroke: #081b37; stroke-width: 2px;"/>
                              <path d="M3.2,336.1c12.8-2.8,3.8,8-.1,13.6" style="fill: none; stroke: #081b37; stroke-width: 2px;"/>
                              <path d="M23.8,341.1c-9.3-10.8-7.8-11.6-20.9-9.1" style="fill: none; stroke: #081b37; stroke-width: 2px;"/>
                              <path d="M141.7,320.3c-3.2-1.3-3.3-2.3-4.2,.8" style="fill: none; stroke: #365676; stroke-width: 2px;"/>
                              <path d="M137.4,321.2c-1.3-2.2-3.6-.8-5.7-2.5" style="fill: none; stroke: #1f3b5e; stroke-width: 2px;"/>
                              <path d="M226.2,315.6c1.5,.2,1.9,1,1.2,2.3" style="fill: none; stroke: #07152c; stroke-width: 2px;"/>
                              <path d="M227.5,317.9c-1.5,3.4-4.6-4-3.1,1.5" style="fill: none; stroke: #263c5e; stroke-width: 2px;"/>
                              <path d="M224.3,319.3c0,.8-.3,1.6-.8,2.2" style="fill: none; stroke: #0a1a33; stroke-width: 2px;"/>
                              <path d="M223.5,321.6c.2,2.5,1.2,4.5,3,6.3" style="fill: none; stroke: #1d3350; stroke-width: 2px;"/>
                              <path d="M226.5,327.9c.5,.4,1.1,.6,1.7,.5" style="fill: none; stroke: #0a1a33; stroke-width: 2px;"/>
                              <path d="M228.2,328.3l7.5,3.3" style="fill: none; stroke: #3d4c67; stroke-width: 2px;"/>
                              <path d="M235.7,333.3l-3.4-.5" style="fill: none; stroke: #485673; stroke-width: 2px;"/>
                              <path d="M232.3,332.9c-.3-.3-.6-.4-1-.2" style="fill: none; stroke: #041127; stroke-width: 2px;"/>
                              <path d="M231.3,332.6c-2.3-1.3-3.2,.5-4.7,1-.9-3.4-9.2-8.7-5.7-1" style="fill: none; stroke: #122d4c; stroke-width: 2px;"/>
                              <path d="M220.8,332.6c-1.5,.2-2.4,1-2.6,2.3" style="fill: none; stroke: #050e20; stroke-width: 2px;"/>
                              <path d="M218.2,334.9c-3.4,3.6-7.9,5.1-11.3,9.3" style="fill: none; stroke: #0d2541; stroke-width: 2px;"/>
                              <path d="M233,327.1l-.8-.6" style="fill: none; stroke: #3f5370; stroke-width: 2px;"/>
                              <path d="M232.2,326.6c-.2-.5-.3-.9-.3-1.5" style="fill: none; stroke: #0c203c; stroke-width: 2px;"/>
                              <path d="M231.9,325.1c.9-2.7-2.6-5.8-4.5-7.2" style="fill: none; stroke: #294368; stroke-width: 2px;"/>
                              <path d="M785.8,315.9c-1.8,3.5-4,6.5-6.8,9.2" style="fill: none; stroke: #475878; stroke-width: 2px;"/>
                              <path d="M779,325.1c-2.2,2.8-7.5,3-8.8,5.8" style="fill: none; stroke: #3d4e69; stroke-width: 2px;"/>
                              <path d="M765.6,329.6c1.6-1.2,10.8-5.6,7.1-6.8" style="fill: none; stroke: #92a2bf; stroke-width: 2px;"/>
                              <path d="M780.2,320.1c-.9,4,1.5,1.9,.6-.4" style="fill: none; stroke: #557195; stroke-width: 2px;"/>
                              <path d="M825.2,330.9c-6.3,7.4-1.2,4.5,3.3-.1,2.6,1.6-5.1,7.9-8,9.1-1.4,6.3,10.7-5.1,10.2-9.7,2.8-3.1-.5,4.2-1.3,6-.8,3.4-13.6,12.8-4.4,8,1.9-2.1-.8,2.4,.9,2,3.2,.7-5.8,8.5-2.6,9.8,.6,4.5,4.2,.2,4.1-1.7-.8-.7-2.7,2-2.1,.2,8.9-4,9.1-11.3,9-19.3" style="fill: none; stroke: #07213f; stroke-width: 2px;"/>
                              <path d="M834.5,334.8c.7-1.2,1-2.5,1-4" style="fill: none; stroke: #041127; stroke-width: 2px;"/>
                              <path d="M835.5,330.9c5.2,16.3-6.1,40.8,.9,53.1" style="fill: none; stroke: #07213f; stroke-width: 2px;"/>
                              <path d="M822.2,396.6l-16.5-.2" style="fill: none; stroke: #0c2340; stroke-width: 2px;"/>
                              <path d="M805.7,396.3c-.1-5.7-8.6,.6-11.5,.9-1.1,.1-.8,4.2-1,4.8" style="fill: none; stroke: #081b37; stroke-width: 2px;"/>
                              <path d="M793.2,402.1c-.8-7.3-.8-14.6,0-21.9" style="fill: none; stroke: #051024; stroke-width: 2px;"/>
                              <path d="M793.2,380.2c.8-2.4-7.8-11.3-5.3-4.1" style="fill: none; stroke: #0e2945; stroke-width: 2px;"/>
                              <path d="M788,376.1c-.2,.2-.4,.3-.7,.3" style="fill: none; stroke: #051024; stroke-width: 2px;"/>
                              <path d="M787.3,376.3c-.1-5.4-4.7-1.9-7.7,0" style="fill: none; stroke: #162e4c; stroke-width: 2px;"/>
                              <path d="M779.5,376.3c-2.3,1.7-7.8,3.5-8.2,0" style="fill: none; stroke: #3c466d; stroke-width: 2px;"/>
                              <path d="M771.3,376.3c6.4-2.2,11.4-12.9,5.1-9.1-.8,1.4-1.3,1.2-1.5-.4" style="fill: none; stroke: #203657; stroke-width: 2px;"/>
                              <path d="M774.9,366.9c2.2-4.3,1.7-4.3,5.9-2.9,.8,.1,.9,.4,.1,.8-1.4,.1,0,6.5,1.9,4.7" style="fill: none; stroke: #33436a; stroke-width: 2px;"/>
                              <path d="M782.8,369.6c12.4-5.6-3.7-8.4,15.4-2.9" style="fill: none; stroke: #162e4c; stroke-width: 2px;"/>
                              <path d="M798.2,366.6c-3.2-14.8,4-8,0-15.9,8,5.8,2.1-4-1.1-4.9-3.4,2.3-1.1,7.1-1.7,10.6-4.5-3.3-4.7-11.3,0-16" style="fill: none; stroke: #051024; stroke-width: 2px;"/>
                              <path d="M786.2,317.9c-4,6.1-.3,7.7,.5,.4" style="fill: none; stroke: #30486f; stroke-width: 2px;"/>
                              <path d="M787.2,317.9c-.7,5.8-.9,5.5,2.5,.7" style="fill: none; stroke: #394f79; stroke-width: 2px;"/>
                              <path d="M791.2,319.6c-1.5,.8-2.5,2.1-2.8,3.8" style="fill: none; stroke: #394f79; stroke-width: 2px;"/>
                              <path d="M788.5,323.3c-9.1,4.6,2.7,2.1-2.6,7.5-1.9,.9,.6-2.3-1.2-2.6-3.4-.9,1.1-6.9-3.7-2.3" style="fill: none; stroke: #0f1931; stroke-width: 2px;"/>
                              <path d="M781,325.9c-.8,0-1.4-.3-2-.8" style="fill: none; stroke: #0f1b35; stroke-width: 2px;"/>
                              <path d="M231.9,325.1c-3.1,1.7-4.7,.7-1.8-2-.7-2-5.5,.2-5.7-3.9" style="fill: none; stroke: #2c486f; stroke-width: 2px;"/>
                              <path d="M383.9,328.6c-.6,8.9-7.7,10.9-13,15.5-2.2,3.3-8.5,6-9.5,9.4-.9,1.9-.7,2.6-2.9,1.7" style="fill: none; stroke: #2073a4; stroke-width: 2px;"/>
                              <path d="M358.7,355.1c-1.2-.2-2.4-2.6-4.3-2.2" style="fill: none; stroke: #387eb1; stroke-width: 2px;"/>
                              <path d="M354.4,352.9c-11.9,9.8-23.5-.1-34.6-5.8" style="fill: none; stroke: #1b618f; stroke-width: 2px;"/>
                              <path d="M119.5,318.3c-3.8,2.6-5.9,6.2-6.3,10.8" style="fill: none; stroke: #081e38; stroke-width: 2px;"/>
                              <path d="M113.2,329.1c-.4-.2-.8-.3-1.2-.3" style="fill: none; stroke: #0d3153; stroke-width: 2px;"/>
                              <path d="M112,328.8c1.7-3.5-3.9-2.2-4.4-.2" style="fill: none; stroke: #081e38; stroke-width: 2px;"/>
                              <path d="M107.5,328.6c-.4-.2-.8-.2-1.2,0" style="fill: none; stroke: #0d3153; stroke-width: 2px;"/>
                              <path d="M106.3,328.6c-.2-1.9-2.5-.1-4.1-.8" style="fill: none; stroke: #081e38; stroke-width: 2px;"/>
                              <path d="M296.2,324.2c-.5,5.8,.2,11,5.3,14.4" style="fill: none; stroke: #2a6287; stroke-width: 2px;"/>
                              <path d="M301.5,338.6c-.3,7.1-1.2,14.1-2.8,21" style="fill: none; stroke: #1d5179; stroke-width: 2px;"/>
                              <path d="M298.7,359.6c-1.2,4.3-3.7,7.4-4.7,12" style="fill: none; stroke: #144168; stroke-width: 2px;"/>
                              <path d="M294,371.5l-11.1-4.9" style="fill: none; stroke: #21537e; stroke-width: 2px;"/>
                              <path d="M791.2,326.6l-2.8-3.3" style="fill: none; stroke: #0e263e; stroke-width: 2px;"/>
                              <path d="M788.5,323.3c1.6-.7,2.8-1.8,3.5-3.2" style="fill: none; stroke: #385c86; stroke-width: 2px;"/>
                              <path d="M133,323.8c1.8,2.9,4.3,4.4,7.8,4.5" style="fill: none; stroke: #1f3857; stroke-width: 2px;"/>
                              <path d="M140.7,328.3c2.3-.4-.6-3.4-1-4.3,.8-1.6,3.3,2.4,7.5,1.8" style="fill: none; stroke: #36536f; stroke-width: 2px;"/>
                              <path d="M141,333.1l-6.8-2.8" style="fill: none; stroke: #163a57; stroke-width: 2px;"/>
                              <path d="M134.2,330.4c-10.1,.5-8.7,4.7,.1,5.8" style="fill: none; stroke: #0c1f36; stroke-width: 2px;"/>
                              <path d="M134.2,336.3c8-5.2-2.2,3.1,8,.8" style="fill: none; stroke: #163a57; stroke-width: 2px;"/>
                              <path d="M142.2,337.1c2.3-.2,4,2.7,4.5,4.9,1.4,1.5,5,1.7,.4,3.1" style="fill: none; stroke: #071429; stroke-width: 2px;"/>
                              <path d="M147,345.1l-.5,.1" style="fill: none; stroke: #294963; stroke-width: 2px;"/>
                              <path d="M146.5,345.1c-1.4-1.3-9.8-10.5-9.5-4.6,.8,2.7,17.6,13,11.5,6.5" style="fill: none; stroke: #1f3857; stroke-width: 2px;"/>
                              <path d="M148.4,347.1c3.9-.3,4.6,2.9,10,5.8" style="fill: none; stroke: #294963; stroke-width: 2px;"/>
                              <path d="M158.5,352.9c1.7,1,.2,2.9,1.4,3.8,1.7,.4,1.5,1.8,.2,2.3-4.7,2-3.5-3.6-6.4-4.7-2.7-1.1-4.8-.6-6.4,1.6-1.8,.8-5.9-2.8-6.2-.6,1.4,5.8-1.4,6.6,4.6,7.4,2.6,11.6-6.5-3.9-8.6,1.1-4.5,8.5-2.9,1-1.9-2.7" style="fill: none; stroke: #08172e; stroke-width: 2px;"/>
                              <path d="M135.3,361.3c-1.1-5.8,5.4-.8,4.9-3.8-1.2-4.4-5-6.2-8.2-8.2,2.2-2.6,4.4-2.3,6.8,1.1" style="fill: none; stroke: #05152a; stroke-width: 2px;"/>
                              <path d="M138.8,350.3c4.3,4,6.8-.7,1.7-3.3" style="fill: none; stroke: #162b45; stroke-width: 2px;"/>
                              <path d="M140.5,347.1c-1.7-3.2-14.5-12.3-10.9-5.4,6,4.3-19.9,13.3-22.7,12.7" style="fill: none; stroke: #05152a; stroke-width: 2px;"/>
                              <path d="M107,354.6c0-.5,.2-.8,.6-.9" style="fill: none; stroke: #051024; stroke-width: 2px;"/>
                              <path d="M107.6,353.7c3.6-.9,8.5-7.3,7.5-10.1-2.5,1-3.1-1.9-4.7-1.2-1,2.1-4.2-.3-3.8-1.8,2.7-6.4,5.3,4,8.7-1.5" style="fill: none; stroke: #08172e; stroke-width: 2px;"/>
                              <path d="M115.5,339.4c2.2-1.1,4.5-4.3,8.2-3" style="fill: none; stroke: #081e38; stroke-width: 2px;"/>
                              <path d="M123.7,336.4c3.6,4.3-4.8,4.6-5.9,8-1.3,7,6.4-2.9,9.2-3,1.7-.4-2.3-4.8-2.4-5.5" style="fill: none; stroke: #06162b; stroke-width: 2px;"/>
                              <path d="M124.7,335.8c.4-2.8-5.9-3.2-3.6-5.7,1-1.1,.9-2.2-.2-3.2-3.5,2.7-8.4,5.3-10.2,10.2" style="fill: none; stroke: #081e38; stroke-width: 2px;"/>
                              <path d="M110.7,337.1c-3.4-1.5-4,.1-4.9,3.5-2.3,.7-4.7,0-4.1,4.1" style="fill: none; stroke: #08172e; stroke-width: 2px;"/>
                              <path d="M101.8,344.6c.7,4.8-.2,3.5-3.3,5.1-1.1,2.5-5.3,2-3.9,5.3" style="fill: none; stroke: #051024; stroke-width: 2px;"/>
                              <path d="M94.4,355.1l-5.7-3" style="fill: none; stroke: #081a31; stroke-width: 2px;"/>
                              <path d="M88,335.3c.6,1.4,1.5,2.3,2.8,2.8" style="fill: none; stroke: #0a1930; stroke-width: 2px;"/>
                              <path d="M100,334.1l-.6-2" style="fill: none; stroke: #14304b; stroke-width: 2px;"/>
                              <path d="M106.3,328.6c-14.4,10.2,9,8.9,6.9,.5" style="fill: none; stroke: #0a2039; stroke-width: 2px;"/>
                              <path d="M137.4,321.2c-.8,3.3,2.9,4.2,3.4,7" style="fill: none; stroke: #507ea8; stroke-width: 2px;"/>
                              <path d="M232.2,326.6c-3.1,2.6-3.8-.5-4.1,1.8" style="fill: none; stroke: #425877; stroke-width: 2px;"/>
                              <path d="M226.5,327.9c.4-2.5-.6-5-2.9-6.3" style="fill: none; stroke: #223e61; stroke-width: 2px;"/>
                              <path d="M748.6,350.3c-2.1-.5-3.5,0-4.4,1.5" style="fill: none; stroke: #2c496e; stroke-width: 2px;"/>
                              <path d="M744.2,351.9c-.2-1.8-.8-2-1.9-.5" style="fill: none; stroke: #0a1d36; stroke-width: 2px;"/>
                              <path d="M742.3,351.4c-20.6,12-41.2,25.5-60.3,30.3" style="fill: none; stroke: #25476d; stroke-width: 2px;"/>
                              <path d="M682,381.5c-14.4-1.1-28.8-1-43.1,.3" style="fill: none; stroke: #0b1e38; stroke-width: 2px;"/>
                              <path d="M638.9,381.7c-3.5,.7-7.1,.8-10.7,.3" style="fill: none; stroke: #74879b; stroke-width: 2px;"/>
                              <path d="M628.2,382.1v-1" style="fill: none; stroke: #122f4f; stroke-width: 2px;"/>
                              <path d="M628.2,381.1c11.9-7.6,23.4-16.8,29.5-29.5" style="fill: none; stroke: #2a5277; stroke-width: 2px;"/>
                              <path d="M657.8,351.6c5.1-1,6,4.7,6.3,7.7,5.1-6.1,10.7-1.2,15.5-10.3" style="fill: none; stroke: #1b4f76; stroke-width: 2px;"/>
                              <path d="M835.5,330.9c1.5-14.1-7.2,11.7-6.7,15.6,6.4-2.1,.3-3.6,2.5-4.6,1.6-2.5-.4-3.7,3.4-7.2" style="fill: none; stroke: #071e3a; stroke-width: 2px;"/>
                              <path d="M640.8,343.6c-13.1,14.7-24.4,35.1-43,35.6" style="fill: none; stroke: #365681; stroke-width: 2px;"/>
                              <path d="M792.3,327.8c2.4,2.8-2.8,15,1.1,13.6" style="fill: none; stroke: #051328; stroke-width: 2px;"/>
                              <path d="M798.2,366.6c-6.1-2.9-11.3-6.4-17-7.9" style="fill: none; stroke: #162b45; stroke-width: 2px;"/>
                              <path d="M781.2,358.8c-2.7,.7-5,2.2-6.8,4.3" style="fill: none; stroke: #344063; stroke-width: 2px;"/>
                              <path d="M770.2,365.2c-3.4,2.4-7,4.3-10.8,5.9" style="fill: none; stroke: #3c4366; stroke-width: 2px;"/>
                              <path d="M759.5,354.1c6-3.6,10.4-10.9,12.6-7.9,1.3-3.6,3.9-1.6,7.1-3.1" style="fill: none; stroke: #3d4c64; stroke-width: 2px;"/>
                              <path d="M779.3,343.1c20.5,14.1,1.4-12.6-2.7-2.9" style="fill: none; stroke: #051227; stroke-width: 2px;"/>
                              <path d="M776.6,340.2c-.7-.1-1.2-.1-1.7,.1" style="fill: none; stroke: #3d4c64; stroke-width: 2px;"/>
                              <path d="M774.9,340.4c-1.7-.4-3.1,0-4.2,1.2" style="fill: none; stroke: #0e263e; stroke-width: 2px;"/>
                              <path d="M770.7,341.6c-.3,.6-.8,.9-1.5,.8" style="fill: none; stroke: #3d4c64; stroke-width: 2px;"/>
                              <path d="M768.7,340.6l1.5-1" style="fill: none; stroke: #3d4c64; stroke-width: 2px;"/>
                              <path d="M770.2,339.6c1.1-.2,1.7-.9,1.8-2" style="fill: none; stroke: #565b76; stroke-width: 2px;"/>
                              <path d="M772,337.6c.4,0,.7-.2,.8-.5" style="fill: none; stroke: #1d324e; stroke-width: 2px;"/>
                              <path d="M772.8,337.1c.6-.1,.9-.4,1-1" style="fill: none; stroke: #565b76; stroke-width: 2px;"/>
                              <path d="M773.8,336.1c1-1.3,2.3-2.4,3.7-3.2" style="fill: none; stroke: #1d324e; stroke-width: 2px;"/>
                              <path d="M777.5,332.9c2.2,1.3,3.6,.5,4.2-2.2" style="fill: none; stroke: #050f22; stroke-width: 2px;"/>
                              <path d="M781.7,330.6c1.8-1.4,1.5-2.5-.8-3.3" style="fill: none; stroke: #162b45; stroke-width: 2px;"/>
                              <path d="M781,327.3v-1.4" style="fill: none; stroke: #050f22; stroke-width: 2px;"/>
                              <path d="M310.3,343l2.5,4.4" style="fill: none; stroke: #2d6d96; stroke-width: 2px;"/>
                              <path d="M312.7,347.3c-.2,.1-.4,.3-.5,.5" style="fill: none; stroke: #5693bd; stroke-width: 2px;"/>
                              <path d="M312.2,347.9c-.9-.9-1.2-.5-.9,1" style="fill: none; stroke: #2c678d; stroke-width: 2px;"/>
                              <path d="M311.3,348.9c-.4,2.2-1.3,2.4-2.8,.8" style="fill: none; stroke: #38749b; stroke-width: 2px;"/>
                              <path d="M308.5,349.6c-.3-.5-.5-1.1-.6-1.8" style="fill: none; stroke: #2c678d; stroke-width: 2px;"/>
                              <path d="M307.9,347.9c.8-5.2-1.3-8.3-6.4-9.2" style="fill: none; stroke: #35779f; stroke-width: 2px;"/>
                              <path d="M657.8,351.6c.1-.6-.2-.9-.8-.8" style="fill: none; stroke: #3576a3; stroke-width: 2px;"/>
                              <path d="M781,327.3c-2.3-.5-.6,3,.8,3.3" style="fill: none; stroke: #162d49; stroke-width: 2px;"/>
                              <path d="M777.5,332.9c3.5-6.8-3.4-.4-5.7,1.2" style="fill: none; stroke: #1d3452; stroke-width: 2px;"/>
                              <path d="M771.8,334.1c-.6-.6-1.1-.6-1.6,0" style="fill: none; stroke: #565d7a; stroke-width: 2px;"/>
                              <path d="M36.7,347.8c-2.7-5.1-25.1-5.3-16.8-.5" style="fill: none; stroke: #0a1f3b; stroke-width: 2px;"/>
                              <path d="M19.9,347.3c-.1,.3,.1,.6,.5,.9" style="fill: none; stroke: #051229; stroke-width: 2px;"/>
                              <path d="M20.5,348.1c-.6,8.7-10.9-11.9-13.8,11.8-2.2,4.4,4.4-1.6,5.5-1.4,2.4-.1,2.7,.8,1,2.8-.3,3.7,6-5.2,7.5-6.3,.9-.5,1.5-.1,1.8,1.4-.7,1.3-4.8-.1-2.2,2.7,4.2,1.2,8.2,1.9,11.3,5.6,1.3,.4,1.1-3.4,2.6-1.9,3.2,2.5,5.9,2.2,8.4,5.6,3.3,2.4-4.1-6.4-.9-5.5,1.8,.3,3.3,3.3,4.9,2.9,1.2-2.9,3.6,4,4,1.1,.2-1.4,1-1.3,2.7,.2" style="fill: none; stroke: #081d38; stroke-width: 2px;"/>
                              <path d="M77.7,351.1c.3,1,1.1,1.4,2.3,1" style="fill: none; stroke: #030c1a; stroke-width: 2px;"/>
                              <path d="M80,352.1c-4.5,4.7,6.6,8.8,9.3,5.9,.1-1.8,.9-1.8,2.3,0,3.7,3.7,8.6,1.1,3-3" style="fill: none; stroke: #081d38; stroke-width: 2px;"/>
                              <path d="M101.8,344.6c4,1.3,2.6,6.7,5.8,9.2" style="fill: none; stroke: #071a35; stroke-width: 2px;"/>
                              <path d="M107,354.6c-12-14,6.8,19.9,1,22.4" style="fill: none; stroke: #051831; stroke-width: 2px;"/>
                              <path d="M108,376.9c-3.1,4.3,6.1-.3,8.3,.7" style="fill: none; stroke: #133859; stroke-width: 2px;"/>
                              <path d="M116.3,377.5c-20.1,4.9,4,9.9-10.1,11.5" style="fill: none; stroke: #0a2949; stroke-width: 2px;"/>
                              <path d="M106.2,389.1c-4.9-.7-2.8-6.8-4.5-9.3-1.6-.4-3.3,.7-2.2-2.5,1.7-5.5-1.9,.1-3.7-.1" style="fill: none; stroke: #091f3a; stroke-width: 2px;"/>
                              <path d="M95.7,377.3c-19.1-9.2-13.8,8.7-14.1,20.7" style="fill: none; stroke: #0a2949; stroke-width: 2px;"/>
                              <path d="M81.6,398.1c7.7,4.4-.8,2.9-5,1.9" style="fill: none; stroke: #0c3556; stroke-width: 2px;"/>
                              <path d="M76.7,400.1l1.2-6.2" style="fill: none; stroke: #092745; stroke-width: 2px;"/>
                              <path d="M77.9,393.9c.2-.4,.3-1,.3-1.8" style="fill: none; stroke: #0c3556; stroke-width: 2px;"/>
                              <path d="M78.3,392c6-20.6-9.8-15.3-24.7-14.9-13.6-1.5-31.4,2.5-44.1,1.9" style="fill: none; stroke: #0b2745; stroke-width: 2px;"/>
                              <path d="M9.5,379.1c-2-.9-4.4-.6-6.5-.4" style="fill: none; stroke: #0a1f3b; stroke-width: 2px;"/>
                              <path d="M112,328.8c-3,2.4-8.2,5.9-4.4-.2" style="fill: none; stroke: #0a2039; stroke-width: 2px;"/>
                              <path d="M124.7,335.8l-1,.6" style="fill: none; stroke: #082746; stroke-width: 2px;"/>
                              <path d="M115.5,339.4c-2.1-2,5.5-6,3-6.5-2.1,1.6-3.7,6.5-7.8,4.1" style="fill: none; stroke: #0a2848; stroke-width: 2px;"/>
                              <path d="M231.3,332.6c0,.3-.1,.5-.3,.8" style="fill: none; stroke: #122f51; stroke-width: 2px;"/>
                              <path d="M230.9,333.3c-1.8,.1-2,.9-.5,2.5" style="fill: none; stroke: #44729b; stroke-width: 2px;"/>
                              <path d="M230.5,335.8c-2.2,.1,.4,2,1,2.6" style="fill: none; stroke: #1c456b; stroke-width: 2px;"/>
                              <path d="M231.4,338.3c-.4,.6-.2,.9,.5,.8" style="fill: none; stroke: #44729b; stroke-width: 2px;"/>
                              <path d="M232,339.1c-3.3,1.3-3.1-3.2-4.9-3.5,.7,2.5-2.1,5.9,1.1,7.3" style="fill: none; stroke: #122f51; stroke-width: 2px;"/>
                              <path d="M228.2,342.9c-.5,.6-.7,1.2-.5,1.9" style="fill: none; stroke: #3d6292; stroke-width: 2px;"/>
                              <path d="M227,345.1c-.5-3.7-4-1.6-2.9,1.1" style="fill: none; stroke: #305681; stroke-width: 2px;"/>
                              <path d="M224,346.3c-2.1-2.5-7.5-1.1-7.6-5" style="fill: none; stroke: #122d4c; stroke-width: 2px;"/>
                              <path d="M216.4,341.3c.4-.4,.8-.9,1-1.5" style="fill: none; stroke: #1b436b; stroke-width: 2px;"/>
                              <path d="M217.4,339.9c4-3.5,1.2,.4,2.3,2.5,1.8,.5,1.5-3.3,2.8-3.4,7.9,4.1,.3-4-1.6-6.3" style="fill: none; stroke: #132c4a; stroke-width: 2px;"/>
                              <path d="M395.2,339.5c1.5-3.4,3.7-6.1,6.6-8.4" style="fill: none; stroke: #3d78ac; stroke-width: 2px;"/>
                              <path d="M403,330.3c2.4,1.6,7.7,12.5,6.9,4.3" style="fill: none; stroke: #5780b6; stroke-width: 2px;"/>
                              <path d="M413.2,332.9c2.2,4.6,4.7,9,7.5,13.2" style="fill: none; stroke: #7d9ecb; stroke-width: 2px;"/>
                              <path d="M420.7,346.1c-9.8-.7-5.2-8.3-11.3,.3-14.4,1-29.1,6.6-40.6,15.8" style="fill: none; stroke: #217bae; stroke-width: 2px;"/>
                              <path d="M368.7,361.9l-10-6.8" style="fill: none; stroke: #3982b7; stroke-width: 2px;"/>
                              <path d="M773.8,336.1c-1.1-.6-1.8-1.3-2-2" style="fill: none; stroke: #6e80a6; stroke-width: 2px;"/>
                              <path d="M134.2,330.4c.9,2-1.2,3.8-.1,5.9" style="fill: none; stroke: #1d4b70; stroke-width: 2px;"/>
                              <path d="M143,336.6l-.8,.5" style="fill: none; stroke: #184163; stroke-width: 2px;"/>
                              <path d="M562.6,349.9c-8,.8-17.6-9.5-25.4-13.3" style="fill: none; stroke: #308aba; stroke-width: 2px;"/>
                              <path d="M537.3,336.6c-2.7-1-10.8,9.5-12.3,13.5" style="fill: none; stroke: #89b5da; stroke-width: 2px;"/>
                              <path d="M524.9,350.1c-1,0-13.9-6.5-14.5-4.7" style="fill: none; stroke: #2f8bbe; stroke-width: 2px;"/>
                              <path d="M510.5,345.4c-3.9,2.1-6.6,7-9.6,10.2" style="fill: none; stroke: #7fbddc; stroke-width: 2px;"/>
                              <path d="M500.9,355.6c-4.1,3.1-11.3,4-11.7,10.1" style="fill: none; stroke: #789ed3; stroke-width: 2px;"/>
                              <path d="M489.3,365.6c-2.3-2.4-5.2-4-8.5-4.5" style="fill: none; stroke: #3093c7; stroke-width: 2px;"/>
                              <path d="M480.8,361.1c.4-1.6,0-1.9-1.3-.8" style="fill: none; stroke: #499bcc; stroke-width: 2px;"/>
                              <path d="M479.5,360.3c-15.2-5.8-36.2-2.3-53.3-8.6" style="fill: none; stroke: #369bce; stroke-width: 2px;"/>
                              <path d="M426.2,351.9l-2.4-3.8" style="fill: none; stroke: #87aeda; stroke-width: 2px;"/>
                              <line x1="426.8" y1="353.1" x2="426.2" y2="351.9" style="fill: none; stroke: #88b1df; stroke-width: 2px;"/>
                              <path d="M426.8,353.1c0,.3-.1,.5-.3,.5" style="fill: none; stroke: #97bae7; stroke-width: 2px;"/>
                              <path d="M426.5,353.6l-5.8-7.5" style="fill: none; stroke: #7da1cf; stroke-width: 2px;"/>
                              <path d="M217.4,339.9c-2.1-.9,1-4.3,.8-5" style="fill: none; stroke: #0d243e; stroke-width: 2px;"/>
                              <path d="M232.3,332.9l3.7,4.3" style="fill: none; stroke: #485877; stroke-width: 2px;"/>
                              <path d="M230.7,343.1c-.8-.6-1.6-.7-2.5-.2" style="fill: none; stroke: #2f466c; stroke-width: 2px;"/>
                              <path d="M232,339.1c3.9-1,0-4.2-1-5.8" style="fill: none; stroke: #365676; stroke-width: 2px;"/>
                              <path d="M154.8,338.1l-10.8-1.5" style="fill: none; stroke: #385a7b; stroke-width: 2px;"/>
                              <path d="M231.4,338.3c.5-1,.2-1.9-1-2.5" style="fill: none; stroke: #3f6c90; stroke-width: 2px;"/>
                              <path d="M772.8,337.1c-1.6-1.6-1.9-1.4-.8,.5" style="fill: none; stroke: #6e80a6; stroke-width: 2px;"/>
                              <path d="M770.2,339.6c-.3,.1-.6,0-.8-.3" style="fill: none; stroke: #8e99bd; stroke-width: 2px;"/>
                              <path d="M769.4,339.3c2.1-4.6-.8-3.1-3-.5" style="fill: none; stroke: #5f7497; stroke-width: 2px;"/>
                              <path d="M766.4,338.9c-3.4,.5-2,2.1-2.4,3.5" style="fill: none; stroke: #8e99bd; stroke-width: 2px;"/>
                              <path d="M216.4,341.3c-2-.5-3,4.7-5.7,5" style="fill: none; stroke: #0d2541; stroke-width: 2px;"/>
                              <path d="M537.3,336.6c-3.1,5.5-7.1,10.2-11.8,14.2" style="fill: none; stroke: #83a8cb; stroke-width: 2px;"/>
                              <path d="M525.4,350.8l-.5-.7" style="fill: none; stroke: #82a9cf; stroke-width: 2px;"/>
                              <path d="M769.4,339.3c-.5,1-1.9-.9-3-.5" style="fill: none; stroke: #466585; stroke-width: 2px;"/>
                              <path d="M156.5,341.1c.4,2.3,2.5,6,4.8,5.4" style="fill: none; stroke: #183f60; stroke-width: 2px;"/>
                              <path d="M163.9,348.9c-2.1,1-3.9,.9-5.4-.2" style="fill: none; stroke: #0a1e3a; stroke-width: 2px;"/>
                              <path d="M158.5,348.7c-3.2-2.9-7-4.2-11.5-3.7" style="fill: none; stroke: #2b506f; stroke-width: 2px;"/>
                              <path d="M562.9,349.9c-.9,5.2-2.2,10.3-3.8,15.2" style="fill: none; stroke: #39719e; stroke-width: 2px;"/>
                              <path d="M559.1,365.1l-3.4,3.5" style="fill: none; stroke: #7291c4; stroke-width: 2px;"/>
                              <path d="M555.8,368.6c.8-2.8,3.9-9.6-.5-9-4.1-1.5-13.2-3.8-16.4-.5-4.1-.4-3-.9-3.8-3.8-1.7-3-9.9-1.1-9.8-4.2" style="fill: none; stroke: #297eaf; stroke-width: 2px;"/>
                              <path d="M779.3,343.1c-.7-1.1-1.6-2.1-2.7-2.9" style="fill: none; stroke: #3d516e; stroke-width: 2px;"/>
                              <path d="M307.9,347.9c-3.3-2-10.9,26.9-9.3,11.8" style="fill: none; stroke: #1e5680; stroke-width: 2px;"/>
                              <path d="M146.5,345.1c0,1.3,.6,2,2,2" style="fill: none; stroke: #43749c; stroke-width: 2px;"/>
                              <path d="M140.5,347.1c-1.1,.5-1.6,1.6-1.6,3.3" style="fill: none; stroke: #163351; stroke-width: 2px;"/>
                              <path d="M135.3,361.3c.2-.9-.2-1.2-1-1" style="fill: none; stroke: #081f3a; stroke-width: 2px;"/>
                              <path d="M134.3,360.3c.5-2.6-4.6-2-5.8-4.2,.4-3.3-5.4-5.6-5.8-1.9,.3,2.1,1.1,2.5,2.4,1.2,3-1.8,.3,3.7-1.8,3.3-3.2-.6-.7-5.2-6.3-4.6-1.8,3.4-4.9,4.2-6.9,7,7.3,3.2,6.4-3.5,6.8,7.1,12.8-10.9,10.3-8.7,9.8,8" style="fill: none; stroke: #05152a; stroke-width: 2px;"/>
                              <path d="M126.7,376.1h-2.2" style="fill: none; stroke: #0b2e4e; stroke-width: 2px;"/>
                              <path d="M124.5,376.1c-5.7-.1-11.3-3-16.5,.6" style="fill: none; stroke: #143d5e; stroke-width: 2px;"/>
                              <path d="M770.7,341.6c1.5,.1,2.9-.3,4.2-1.2" style="fill: none; stroke: #466585; stroke-width: 2px;"/>
                              <path d="M224,346.3c4,3,4.3,6.6,7.9,9.9" style="fill: none; stroke: #223857; stroke-width: 2px;"/>
                              <path d="M231.9,356.2c-3.4-1.3-19.6-10.7-15.7-.6,4.9,1.7,19.1,12.1,6.2,8.5" style="fill: none; stroke: #1d3350; stroke-width: 2px;"/>
                              <path d="M222.4,364.1c-4.8,5.8,6.1,18.2,4.5,4.6" style="fill: none; stroke: #0c213b; stroke-width: 2px;"/>
                              <path d="M227,368.8c.4,.4,5.3,2.7,4.9,3.5-1,5.5,1.6-4.9,5.7,2.9" style="fill: none; stroke: #1d3350; stroke-width: 2px;"/>
                              <path d="M223.5,384.8c-2,.3-.5,3.3-.7,4.8" style="fill: none; stroke: #4a7c8d; stroke-width: 2px;"/>
                              <path d="M222.8,389.6l.4,3.5" style="fill: none; stroke: #38758c; stroke-width: 2px;"/>
                              <path d="M223.2,393.1c-.2,3.9-.9,8.4,1.3,12.4" style="fill: none; stroke: #2c6d86; stroke-width: 2px;"/>
                              <path d="M224.5,405.6c-2.5-.6-5-.8-7.5-.7" style="fill: none; stroke: #215b7a; stroke-width: 2px;"/>
                              <path d="M217,404.9c-.1-.2-.1-.5,0-.8" style="fill: none; stroke: #062f4e; stroke-width: 2px;"/>
                              <path d="M216.9,404.1c4.2-2.1,3.4-11.3,1.9-14.6l-12.7,1.3" style="fill: none; stroke: #1b5d7b; stroke-width: 2px;"/>
                              <path d="M206.2,390.8l-13.2-1.9" style="fill: none; stroke: #174f74; stroke-width: 2px;"/>
                              <path d="M193,388.9l-10.7-3.8" style="fill: none; stroke: #0d3656; stroke-width: 2px;"/>
                              <path d="M182.3,385.1c1.2-1.5,2-3.3,2.2-5.2" style="fill: none; stroke: #114468; stroke-width: 2px;"/>
                              <path d="M209.7,359.8c1.1,1,.6,2.1-1.3,3.3-1.6,1,0,4.2,1.2,1.2,8.1-9.3-1.2,8-4.2,10.4,3,1.6,9.8-11.7,12.2-13.6-2.2-.4-6.2-6.1-7.7-2.7" style="fill: none; stroke: #0a213b; stroke-width: 2px;"/>
                              <path d="M202.6,357.9c.4-.3,9.3-4,9-4.6,.6-2.5,5.1-6.9-.7-5.2" style="fill: none; stroke: #0a223f; stroke-width: 2px;"/>
                              <path d="M559.8,365.3c-.2-.3-.4-.3-.6-.2" style="fill: none; stroke: #8186b7; stroke-width: 2px;"/>
                              <path d="M426.5,353.6c-9.4,8-23.4-1.2-32.8,6.9" style="fill: none; stroke: #2284b9; stroke-width: 2px;"/>
                              <path d="M393.7,360.6c-.4-.4-.9-.7-1.6-.9" style="fill: none; stroke: #2a80b0; stroke-width: 2px;"/>
                              <path d="M392.1,359.7l-14.5,10.5" style="fill: none; stroke: #1b6da2; stroke-width: 2px;"/>
                              <path d="M377.6,370.2l-8.9-8.3" style="fill: none; stroke: #3986bb; stroke-width: 2px;"/>
                              <path d="M233.8,345.6c-2.4,1.2,.6,1.3,.2,2.8" style="fill: none; stroke: #4e71a3; stroke-width: 2px;"/>
                              <path d="M354.4,352.9c3.5,4.8,7.5,9.2,12,13.2" style="fill: none; stroke: #3570a2; stroke-width: 2px;"/>
                              <path d="M366.3,366.1c1.1,4.5-1.9,8.5-.9,13,10.7,3.4,25.1-1.9,38.1,2.1" style="fill: none; stroke: #175789; stroke-width: 2px;"/>
                              <path d="M403.5,381.1l-31.1,.3" style="fill: none; stroke: #82a6be; stroke-width: 2px;"/>
                              <path d="M372.5,381.4l-9-.1" style="fill: none; stroke: #74a3bc; stroke-width: 2px;"/>
                              <path d="M363.5,381.3c-20.5-4.5-38.6-16.4-50.7-34" style="fill: none; stroke: #4178a7; stroke-width: 2px;"/>
                              <path d="M232.8,353.1c-3.1-6.1-4.6-.7-.6,1.3" style="fill: none; stroke: #223a5c; stroke-width: 2px;"/>
                              <path d="M235.4,358.4l-2.2-.5" style="fill: none; stroke: #223755; stroke-width: 2px;"/>
                              <path d="M233.2,357.8c-.3-.7-.7-1.2-1.3-1.6" style="fill: none; stroke: #3a5c85; stroke-width: 2px;"/>
                              <path d="M39.2,353.6c-5.4-3.5-2,3.2-6.5-.2-4.2,8.2-7-11.1-12.9-6.2" style="fill: none; stroke: #0b1e38; stroke-width: 2px;"/>
                              <path d="M655.8,351.9c-3.8,11.3-28.6,23.2-27.6,29.3" style="fill: none; stroke: #2b567c; stroke-width: 2px;"/>
                              <path d="M628.2,382.1c-11.3,.2-22.7,.1-34-.5" style="fill: none; stroke: #768ba0; stroke-width: 2px;"/>
                              <path d="M555.8,368.6l-6.6,6" style="fill: none; stroke: #7192c8; stroke-width: 2px;"/>
                              <path d="M549.2,374.6c3.9-6.2-7.9-6.4-10.4-4.6-9,.3-21.4-6.2-30-1.4-4.3,1.4-7.2-7.4-11.7-2.8" style="fill: none; stroke: #2983b7; stroke-width: 2px;"/>
                              <path d="M497,365.9l-2.2-2" style="fill: none; stroke: #498fc0; stroke-width: 2px;"/>
                              <path d="M494.7,363.9c-1.3,.6-2.1,.3-2.5-.8" style="fill: none; stroke: #2987bc; stroke-width: 2px;"/>
                              <path d="M492.2,363.1c1.6-4.3,6.9-3.6,9.6-7" style="fill: none; stroke: #7192c8; stroke-width: 2px;"/>
                              <path d="M501.7,356.1c3.7-2.9,6.7-6.5,8.8-10.8" style="fill: none; stroke: #78b1d0; stroke-width: 2px;"/>
                              <path d="M158.5,348.7c-.7,1.3,1.8,4.2-.1,4.1" style="fill: none; stroke: #2b5373; stroke-width: 2px;"/>
                              <path d="M501.7,356.1c-.5,.1-.8-.1-.8-.5" style="fill: none; stroke: #c1c4e6; stroke-width: 2px;"/>
                              <path d="M234.7,346.3c-.3,.6-.3,1.3,0,2" style="fill: none; stroke: #6085b3; stroke-width: 2px;"/>
                              <path d="M40.7,359.5c-12.1,3.4-15.2-6-20.2-11.4" style="fill: none; stroke: #081c36; stroke-width: 2px;"/>
                              <path d="M308.5,349.6c.9,17.3,5.6,15.1,2.7-.8" style="fill: none; stroke: #22537c; stroke-width: 2px;"/>
                              <path d="M312.2,347.9c11.9,15.8,25.2,33.2,46.8,33.2" style="fill: none; stroke: #40729e; stroke-width: 2px;"/>
                              <path d="M359,381c-1.4,.4-2.8,.6-4.1,.4" style="fill: none; stroke: #739db3; stroke-width: 2px;"/>
                              <path d="M355,381.4l-35.5,.4" style="fill: none; stroke: #6291b1; stroke-width: 2px;"/>
                              <path d="M319.5,381.8l-2.2-.5" style="fill: none; stroke: #40729e; stroke-width: 2px;"/>
                              <path d="M317.2,381.3c-7.5-3.9-15.3-7.2-23.2-9.8" style="fill: none; stroke: #235884; stroke-width: 2px;"/>
                              <path d="M363.5,381.3c-1.5,.3-3,.2-4.4-.3" style="fill: none; stroke: #9dc9e3; stroke-width: 2px;"/>
                              <path d="M86,353.4c-2.4,.8-3.9-1.5-6-1.2" style="fill: none; stroke: #061527; stroke-width: 2px;"/>
                              <path d="M169.3,362.4c-1.4-12.8-.9-1.8-6.6,2.1-5.8,4.2,2.8,7.2-2.5,12.8" style="fill: none; stroke: #081932; stroke-width: 2px;"/>
                              <path d="M160.2,377.5l-28.9-1.6" style="fill: none; stroke: #114368; stroke-width: 2px;"/>
                              <path d="M131.2,375.9c-1.7-5.8-.7-11,3-15.5" style="fill: none; stroke: #08172e; stroke-width: 2px;"/>
                              <path d="M744.5,354.3c-.3-.8-.4-1.6-.3-2.5" style="fill: none; stroke: #263a5a; stroke-width: 2px;"/>
                              <path d="M745.1,356.7c-.3,2.8,.6,5.1,2.7,7" style="fill: none; stroke: #0e2741; stroke-width: 2px;"/>
                              <path d="M749.5,377.1c-.8,1.4-4.6,2.2-1.8,3.8" style="fill: none; stroke: #555b78; stroke-width: 2px;"/>
                              <path d="M747.7,380.9c.6,1.3,.3,2.4-.8,3.4" style="fill: none; stroke: #0e2741; stroke-width: 2px;"/>
                              <path d="M747,384.3c-.4,1.5-1.3,2.4-2.8,2.6" style="fill: none; stroke: #263c5e; stroke-width: 2px;"/>
                              <path d="M744.2,386.9l-3-1" style="fill: none; stroke: #041127; stroke-width: 2px;"/>
                              <path d="M741.2,385.9c-13.1,4.8-25.4,13.2-39.5,11" style="fill: none; stroke: #637283; stroke-width: 2px;"/>
                              <path d="M701.7,396.9c-.2-.1-.3-.2-.5-.2" style="fill: none; stroke: #07152c; stroke-width: 2px;"/>
                              <path d="M701.2,396.6l-38.3-.3" style="fill: none; stroke: #6a7381; stroke-width: 2px;"/>
                              <path d="M662.9,396.3c2.4-1.7,5.1-2.2,8-1.3" style="fill: none; stroke: #0a213b; stroke-width: 2px;"/>
                              <path d="M671,395.1c22.1-1.3,64.7,7,69.5-22.2,3-2.9,.8-5.7-2.4-2.7-5.1,.3,6.1-5,4.9-7.6,.1-2.6-2.3-5.1-1.1-7.6" style="fill: none; stroke: #081832; stroke-width: 2px;"/>
                              <path d="M741.9,355.1c.4-1,.6-2.3,.4-3.7" style="fill: none; stroke: #1f3959; stroke-width: 2px;"/>
                              <path d="M233.2,357.8c-7.7,.5-6.7,3.8-1,6.9" style="fill: none; stroke: #1d324e; stroke-width: 2px;"/>
                              <path d="M234.5,366.1c-5.3,.9,2.8,3.9,3.5,6.3" style="fill: none; stroke: #607aa1; stroke-width: 2px;"/>
                              <path d="M227,368.8c-1.2-1.9-4-2.2-4.6-4.8" style="fill: none; stroke: #244569; stroke-width: 2px;"/>
                              <path d="M741.9,355.1c-15.7,11.9-36.8,19.7-50.2,28.8-2.3-10.1-9.8,2.9-15.7,4.2" style="fill: none; stroke: #234369; stroke-width: 2px;"/>
                              <path d="M676.2,388.1c-.8-.1-.9-.6-.4-1.5" style="fill: none; stroke: #244b72; stroke-width: 2px;"/>
                              <path d="M675.8,386.6c.2-2.4-1.5-3.2-5.1-2.3" style="fill: none; stroke: #213f63; stroke-width: 2px;"/>
                              <path d="M670.7,384.3c.5-.5,.6-1,.5-1.7" style="fill: none; stroke: #6280aa; stroke-width: 2px;"/>
                              <path d="M671.2,382.6c3.7-.7,7.6,1.3,10.8-1.1" style="fill: none; stroke: #1f3a5b; stroke-width: 2px;"/>
                              <path d="M479.5,360.3c-3.7,.3-8.3,15.9-2.5,11.8" style="fill: none; stroke: #4a9fd1; stroke-width: 2px;"/>
                              <path d="M476.9,372.1c2.9,9.4-7,6.3-11.2,9" style="fill: none; stroke: #3097cc; stroke-width: 2px;"/>
                              <path d="M465.2,381.3c.1-.2,.3-.3,.5-.3" style="fill: none; stroke: #91cce8; stroke-width: 2px;"/>
                              <path d="M465.2,381.3l-2.2-.7" style="fill: none; stroke: #1e5678; stroke-width: 2px;"/>
                              <path d="M463,380.6c2.7-1.5-4.1-1.2-3.3-3,4.2-3.2,14.2-10.9,13.5-14.5-9.1,14.6-22.6,9.7-36.3,12.1" style="fill: none; stroke: #79abdb; stroke-width: 2px;"/>
                              <path d="M437,375.2c3.9-5.9-6.4-11.3-8.8-19.3" style="fill: none; stroke: #2d94ca; stroke-width: 2px;"/>
                              <path d="M428.2,355.9c-.1-1.1-.5-2-1.4-2.8" style="fill: none; stroke: #45a7db; stroke-width: 2px;"/>
                              <path d="M131.2,375.9c0,1,.3,1.9,.8,2.8" style="fill: none; stroke: #0f3957; stroke-width: 2px;"/>
                              <path d="M132,378.6c2.5,5.4-2.1,4.3-5.6,5.1-.8-1.9,1.2-5.6,.3-7.6" style="fill: none; stroke: #0b2642; stroke-width: 2px;"/>
                              <path d="M377.6,370.2c-1.9,0-11.6-9.9-11.3-4.2" style="fill: none; stroke: #3375aa; stroke-width: 2px;"/>
                              <path d="M428.2,355.9l-1.7-2.2" style="fill: none; stroke: #3c9dd1; stroke-width: 2px;"/>
                              <path d="M437,375.2c-1.1-.8-1.9-1-2.5-.6" style="fill: none; stroke: #70a0d1; stroke-width: 2px;"/>
                              <path d="M434.5,374.6c-2.8-3-4.4,.7-5.4,3.3" style="fill: none; stroke: #1a5680; stroke-width: 2px;"/>
                              <path d="M429,377.9l-1.8,3.8" style="fill: none; stroke: #144b6f; stroke-width: 2px;"/>
                              <path d="M427.2,381.6l-3.5-.5" style="fill: none; stroke: #88c2de; stroke-width: 2px;"/>
                              <path d="M423.7,381.1c-11.5-6.1-14.4-6.5-22.3-14.6" style="fill: none; stroke: #74a6d7; stroke-width: 2px;"/>
                              <path d="M401.4,366.4c-1.2-1.1-2.5-1.6-3.9-1.5" style="fill: none; stroke: #1c73a9; stroke-width: 2px;"/>
                              <path d="M397.5,364.9l-3.8-4.3" style="fill: none; stroke: #2b85b7; stroke-width: 2px;"/>
                              <path d="M173.2,378.4c-4.5-4.3,.4,2.5,1.4,3.5" style="fill: none; stroke: #11466a; stroke-width: 2px;"/>
                              <path d="M174.5,381.9c-.3,4.2-18,6.3-14,1.9" style="fill: none; stroke: #0b2846; stroke-width: 2px;"/>
                              <path d="M160.5,383.8l2.6-4.2c.3-3.2-7.9,5-3-2" style="fill: none; stroke: #0f3b5c; stroke-width: 2px;"/>
                              <path d="M671,395.1c3.2-1.3,5-3.6,5.2-7" style="fill: none; stroke: #0e2b4b; stroke-width: 2px;"/>
                              <path d="M492.2,363.1c-.4,.7-4.4,7.6-3,2.6" style="fill: none; stroke: #729ad1; stroke-width: 2px;"/>
                              <path d="M782.8,369.6c.5-3.6-.1-7.8-1.5-10.8" style="fill: none; stroke: #455e8a; stroke-width: 2px;"/>
                              <path d="M774.9,366.9c-3.5,2.8-5.5,6.5-7,9.9" style="fill: none; stroke: #4f6696; stroke-width: 2px;"/>
                              <path d="M767.9,376.9l-5.1-.8" style="fill: none; stroke: #848ebb; stroke-width: 2px;"/>
                              <path d="M480.8,361.1c-.8,3.9-2,7.5-3.8,11" style="fill: none; stroke: #4497ca; stroke-width: 2px;"/>
                              <path d="M392.1,359.7c.4,12.6-2.6,26.3,5.4,5.3" style="fill: none; stroke: #246f9f; stroke-width: 2px;"/>
                              <path d="M401.4,366.4c4.8,9.6,9.7,10.5,20.3,14.9" style="fill: none; stroke: #6d8fbf; stroke-width: 2px;"/>
                              <path d="M421.7,381.3l-18.2-.2" style="fill: none; stroke: #81abc7; stroke-width: 2px;"/>
                              <path d="M317.2,381.3c-1.3,.4-2.7,.4-4,.1" style="fill: none; stroke: #4d84b4; stroke-width: 2px;"/>
                              <path d="M494.7,363.9c-.3,2.2,.4,9.2,1.9,9.1" style="fill: none; stroke: #4a97ca; stroke-width: 2px;"/>
                              <path d="M496.7,373c6.3,11.7-8.8,5.7-13.7,8.2" style="fill: none; stroke: #2a8bc1; stroke-width: 2px;"/>
                              <path d="M483,381.3l-17.3-.2" style="fill: none; stroke: #8bc5e1; stroke-width: 2px;"/>
                              <path d="M463,380.6c-1.6-.5-3.2-.6-4.7-.4" style="fill: none; stroke: #616280; stroke-width: 2px;"/>
                              <path d="M458.3,380.2c-6.5-4.1-16.5-.1-23.8-5.7" style="fill: none; stroke: #676d91; stroke-width: 2px;"/>
                              <path d="M497,365.9c1.8,2.5,1.7,4.8-.3,7.1" style="fill: none; stroke: #4a93c5; stroke-width: 2px;"/>
                              <path d="M549.2,374.6l-8.7,6.7" style="fill: none; stroke: #7296cd; stroke-width: 2px;"/>
                              <path d="M540.5,381.3h-57.5" style="fill: none; stroke: #8bc1dc; stroke-width: 2px;"/>
                              <path d="M543.7,381.3h-3.2" style="fill: none; stroke: #d3d0ed; stroke-width: 2px;"/>
                              <path d="M771.3,376.3c2.2-4.8,2.9-7.3-1.7-1.9,.1,3.3-.9,4.6-4,6.4" style="fill: none; stroke: #576999; stroke-width: 2px;"/>
                              <path d="M765.5,380.9c-.1-.2-.3-.4-.5-.5" style="fill: none; stroke: #203657; stroke-width: 2px;"/>
                              <path d="M765,380.3c1.5-.8,2.4-2,3-3.4" style="fill: none; stroke: #7181a9; stroke-width: 2px;"/>
                              <path d="M423.7,381.1l-2,.2" style="fill: none; stroke: #d9def5; stroke-width: 2px;"/>
                              <path d="M9.5,379.1l-2.5,.8" style="fill: none; stroke: #113354; stroke-width: 2px;"/>
                              <path d="M7,379.8c-1.2,.7-2.5,1.3-3.8,1.7" style="fill: none; stroke: #124166; stroke-width: 2px;"/>
                              <path d="M779.5,376.3c1.4,.5,1.8,1.5,1.2,3" style="fill: none; stroke: #4d618e; stroke-width: 2px;"/>
                              <path d="M780.7,379.3l-1.5,2" style="fill: none; stroke: #3c4366; stroke-width: 2px;"/>
                              <path d="M779.2,381.3c-1,.1-1.7,.6-2.2,1.5" style="fill: none; stroke: #4d618e; stroke-width: 2px;"/>
                              <path d="M777,382.9c-.5,.5-3.7,6.3-4.3,6.4-2.6,.9,4.9-7.8,2.8-7.8-3.8,5.4-11.6,6.4-4.1-.6,2.2-4-8.8,7.7-5.8-.1" style="fill: none; stroke: #3c466d; stroke-width: 2px;"/>
                              <path d="M793.2,380.2c-2.3-1-4.1-2.3-5.3-4.1" style="fill: none; stroke: #0e263e; stroke-width: 2px;"/>
                              <path d="M458.3,380.2c-9.2,.3-23.4,3.2-29.3-2.5" style="fill: none; stroke: #0b182f; stroke-width: 2px;"/>
                              <path d="M787.3,376.3c-.3,1.4,.5,5-1.1,5.2-1.3-2.7-1-5.3-1.9,.4-1.9,3.5,0-3.8-1.4-4.2-.9,5.1-2.9,9.5-2.3,1.4" style="fill: none; stroke: #162b45; stroke-width: 2px;"/>
                              <path d="M765,380.3c-3.7,1.4-6.4,7.4-3.9,.3" style="fill: none; stroke: #555e7d; stroke-width: 2px;"/>
                              <path d="M761,380.6c1.8-1.4,1.6-1.5-.5-.5" style="fill: none; stroke: #7787b0; stroke-width: 2px;"/>
                              <path d="M760.5,380.1c-1.8,.2-3.9,.9-6.2,2.1" style="fill: none; stroke: #555e7d; stroke-width: 2px;"/>
                              <path d="M754.3,382.2c-1.9-4.1,6.4-3.6,4.7-6-2.5-.3-4.8,2.6-6.1,4.6" style="fill: none; stroke: #8d91bf; stroke-width: 2px;"/>
                              <path d="M753,380.8c-.6,.5-1.1,1.1-1.5,1.8" style="fill: none; stroke: #555e7d; stroke-width: 2px;"/>
                              <path d="M751.5,382.6c-1.1-1-2.3-1.6-3.8-1.8" style="fill: none; stroke: #5f7497; stroke-width: 2px;"/>
                              <path d="M124.5,376.1c.4,2.3-6.2,.5-8.1,1.4" style="fill: none; stroke: #194e76; stroke-width: 2px;"/>
                              <path d="M106.2,389.1c-6-.7-4.3,6.4-10.1-1" style="fill: none; stroke: #0f3558; stroke-width: 2px;"/>
                              <path d="M96.2,388.1c3.6-.9,4.9-3.2,3.8-6.7" style="fill: none; stroke: #091f3a; stroke-width: 2px;"/>
                              <path d="M100,381.5c-.5-2-6.2-.2-8,.9-3.5,1.6,2.9-4.3,3.7-5.1" style="fill: none; stroke: #0f3558; stroke-width: 2px;"/>
                              <path d="M100,381.5c-2.7,.9-7.8,5.5-3.8,6.7" style="fill: none; stroke: #0a2949; stroke-width: 2px;"/>
                              <path d="M132,378.6l28.5,5.2" style="fill: none; stroke: #14527c; stroke-width: 2px;"/>
                              <path d="M174.5,381.9c2.8,4.2-2.1,5.6-6.2,6.7" style="fill: none; stroke: #175d8a; stroke-width: 2px;"/>
                              <path d="M168.3,388.6c-13,8.6-29.7,2.1-42.3,6.1" style="fill: none; stroke: #11527c; stroke-width: 2px;"/>
                              <path d="M126,394.6c-7,.3-15.8,4.2-22.2,1-5.8-3.3-18.7-4-22,2.4" style="fill: none; stroke: #124b74; stroke-width: 2px;"/>
                              <path d="M754.3,382.2c-.4,.3-.9-.1-1.3-1.4" style="fill: none; stroke: #3c466d; stroke-width: 2px;"/>
                              <path d="M78.3,392l-27.1,4.7c-14.1-8.4-29.1-12-44.2-17" style="fill: none; stroke: #124970; stroke-width: 2px;"/>
                              <path d="M793.2,402.1c-2.7,3.3-4.6-.6-4.5-3.3-1-2.1-3.3,4.8-3.6,1.6,6.8-20.9,.7-7.8-7.8-13.4" style="fill: none; stroke: #051024; stroke-width: 2px;"/>
                              <path d="M777.3,386.9l-.1-.5" style="fill: none; stroke: #1d324e; stroke-width: 2px;"/>
                              <path d="M777.2,386.3c0-.4,.1-.7,.2-1" style="fill: none; stroke: #051024; stroke-width: 2px;"/>
                              <path d="M777.4,385.3c1.3-1,1.9-2.4,1.8-4" style="fill: none; stroke: #162b45; stroke-width: 2px;"/>
                              <path d="M182.3,385.1c0,1,.4,1.7,1.2,2.2" style="fill: none; stroke: #1a6c9c; stroke-width: 2px;"/>
                              <path d="M183.5,387.3c-5.8,7.4,9.6,12.2,15,15.1" style="fill: none; stroke: #2485ba; stroke-width: 2px;"/>
                              <path d="M198.5,402.3l-7.2,.2" style="fill: none; stroke: #125985; stroke-width: 2px;"/>
                              <path d="M191.2,402.5c-8.6,1.6-35.9-5.7-20.3-10.8,2.4-2.8-3.5-1.2-2.7-3.2" style="fill: none; stroke: #186fa0; stroke-width: 2px;"/>
                              <path d="M465.2,381.3c-10.1,3.8-26.3,.8-38,.3" style="fill: none; stroke: #79848d; stroke-width: 2px;"/>
                              <path d="M761,380.6c-.1-.2-.3-.4-.5-.5" style="fill: none; stroke: #263d5e; stroke-width: 2px;"/>
                              <path d="M592.5,381.6l-3.5-.1" style="fill: none; stroke: #758396; stroke-width: 2px;"/>
                              <path d="M589,381.5l-35.5,.1" style="fill: none; stroke: #7f8f9e; stroke-width: 2px;"/>
                              <path d="M77.9,393.9c-35.5,10.7-22.5,4.6-1.2,6.2" style="fill: none; stroke: #104970; stroke-width: 2px;"/>
                              <path d="M126,394.6c-1.9,1.7,1.6,1.5,1.9,3,2.8,5.6,9,6.2,14.6,6.9" style="fill: none; stroke: #135e8a; stroke-width: 2px;"/>
                              <path d="M142.5,404.6c-6.5,.3-13.5-1.5-16.6,.8,8.9,3,17.5,.7,24.8,2.2" style="fill: none; stroke: #11456b; stroke-width: 2px;"/>
                              <path d="M150.7,407.6c-2-.4-3.2,.1-3.8,1.4" style="fill: none; stroke: #135e8a; stroke-width: 2px;"/>
                              <path d="M146.9,409c-3.3,3.2-26-1.4-12.9,5.6" style="fill: none; stroke: #0c3454; stroke-width: 2px;"/>
                              <path d="M134,414.6c-.3,1.7,0,1.9-2,1.7" style="fill: none; stroke: #124b74; stroke-width: 2px;"/>
                              <path d="M132,416.3c.3-7.1-18.9-.7-25-.3" style="fill: none; stroke: #135c87; stroke-width: 2px;"/>
                              <path d="M107.1,416c-3.3,1.3-7.2-1.9-10.1,.1" style="fill: none; stroke: #0d3e62; stroke-width: 2px;"/>
                              <path d="M97,416.1c-8.3,3.8-3,4.1,1.4,8.2" style="fill: none; stroke: #0c3454; stroke-width: 2px;"/>
                              <path d="M98.3,424.3c-12.5-7.6-33.2-6.6-42.8-18.4" style="fill: none; stroke: #12476f; stroke-width: 2px;"/>
                              <path d="M55.5,406.1c-4.3-7.8-15.9-10.8-25-16.6" style="fill: none; stroke: #14517b; stroke-width: 2px;"/>
                              <path d="M30.5,389.5c-8,0-14.7-3.3-21.3-6.6" style="fill: none; stroke: #12476f; stroke-width: 2px;"/>
                              <path d="M9.2,382.9c-1.3-.9-4.4,3.1-6.1,3.7" style="fill: none; stroke: #0c3454; stroke-width: 2px;"/>
                              <path d="M777,382.9c2.1,.2-1.8,2.2,.4,2.5" style="fill: none; stroke: #162e4c; stroke-width: 2px;"/>
                              <path d="M777.2,386.3c-3.7,4-2,6.5,.1,.5" style="fill: none; stroke: #1d3555; stroke-width: 2px;"/>
                              <path d="M793.2,402.1c1.3,1.9-2.6,1-3.1,1.8" style="fill: none; stroke: #081b37; stroke-width: 2px;"/>
                              <path d="M790.1,404c-5.7-.9-11.5-.7-17.2,.4" style="fill: none; stroke: #0c2340; stroke-width: 2px;"/>
                              <path d="M772.9,404.4c-13.1,1.4-23.5,5.5-35.8,9.1" style="fill: none; stroke: #0f3251; stroke-width: 2px;"/>
                              <path d="M737.2,413.6c-.4,0-.8,0-1,.2" style="fill: none; stroke: #1d5b7c; stroke-width: 2px;"/>
                              <path d="M736.2,413.8l-7.5,1.8" style="fill: none; stroke: #286182; stroke-width: 2px;"/>
                              <path d="M728.7,415.6c-7.8,2.2-15.7,3.5-23.8,3.9" style="fill: none; stroke: #3b728c; stroke-width: 2px;"/>
                              <path d="M705,419.6l-6.9,.2" style="fill: none; stroke: #4a7f91; stroke-width: 2px;"/>
                              <path d="M698,419.7l-11.8-.3" style="fill: none; stroke: #588493; stroke-width: 2px;"/>
                              <path d="M686.2,419.4c-4.4-.5-10.6,1.9-3.7-4" style="fill: none; stroke: #648494; stroke-width: 2px;"/>
                              <path d="M682.5,415.3c6.2,2.6,27.7,4.6,14.9-2.5-1-.4-3.3-.3-1.6-1.9" style="fill: none; stroke: #0b1b36; stroke-width: 2px;"/>
                              <path d="M695.9,410.7c6.9-1.1,.2-6.8,4.1-10.1" style="fill: none; stroke: #5a778f; stroke-width: 2px;"/>
                              <path d="M700,400.6c.9-.4,1.8-.6,2.8-.5" style="fill: none; stroke: #637487; stroke-width: 2px;"/>
                              <path d="M702.7,400.1c0,8.7,10.2,1.1,14.8,.9" style="fill: none; stroke: #1c3758; stroke-width: 2px;"/>
                              <path d="M717.5,401.1c7,3.3,13.3-3.9,17.5-7.2" style="fill: none; stroke: #0c223d; stroke-width: 2px;"/>
                              <path d="M735,393.9l1.2-.3" style="fill: none; stroke: #637487; stroke-width: 2px;"/>
                              <path d="M736.2,393.6c1.9,.3,.3,4.3,3.2,2.2,2.5-1.8,1.6-4-1.4-4" style="fill: none; stroke: #1f3b5e; stroke-width: 2px;"/>
                              <path d="M738,391.8l3.2-5.9" style="fill: none; stroke: #637487; stroke-width: 2px;"/>
                              <path d="M744.2,386.9c-.4,.5-.3,.9,.2,1.2" style="fill: none; stroke: #263f63; stroke-width: 2px;"/>
                              <path d="M744.5,388.1c-.2,5.8,.5,7.5,2.8,1.2" style="fill: none; stroke: #162e4c; stroke-width: 2px;"/>
                              <path d="M747.2,389.3c5.8,3.2,3.9,1.7,2.3-4" style="fill: none; stroke: #263f63; stroke-width: 2px;"/>
                              <path d="M749.5,385.3c1.1-.6,1.7-1.5,2-2.7" style="fill: none; stroke: #0e2945; stroke-width: 2px;"/>
                              <path d="M671.2,382.6h-7.8" style="fill: none; stroke: #485775; stroke-width: 2px;"/>
                              <path d="M663.5,382.6c-8.1,.3-16.3,0-24.6-.9" style="fill: none; stroke: #6f7a89; stroke-width: 2px;"/>
                              <path d="M749.5,385.3c-.6-1-1.4-1.4-2.5-1" style="fill: none; stroke: #30557d; stroke-width: 2px;"/>
                              <path d="M589,381.5c5.1,.5,10.5,2.2,1.3,3.3" style="fill: none; stroke: #e2eff4; stroke-width: 2px;"/>
                              <path d="M590.2,384.8l-22.5,.1" style="fill: none; stroke: #7e97a8; stroke-width: 2px;"/>
                              <path d="M567.7,384.9l-29.2,.2" style="fill: none; stroke: #7f9baf; stroke-width: 2px;"/>
                              <path d="M538.5,385.1l-58.8-.2" style="fill: none; stroke: #82b4cf; stroke-width: 2px;"/>
                              <line x1="479.7" y1="384.9" x2="436.2" y2="384.9" style="fill: none; stroke: #8ac9e6; stroke-width: 2px;"/>
                              <path d="M436.2,384.9h-21.8" style="fill: none; stroke: #81aecb; stroke-width: 2px;"/>
                              <path d="M414.5,384.9h-25.8" style="fill: none; stroke: #81abc7; stroke-width: 2px;"/>
                              <path d="M388.7,384.9l-16.2-.1" style="fill: none; stroke: #7fa7c1; stroke-width: 2px;"/>
                              <path d="M372.5,384.8c-5.7-1.3-1.2-1-.1-3.4" style="fill: none; stroke: #def7fa; stroke-width: 2px;"/>
                              <path d="M319.5,381.8c-2.5,2.9,2.7,2.8,4.5,3" style="fill: none; stroke: #8dbde1; stroke-width: 2px;"/>
                              <path d="M280,384.6c-1.4,.1-5.8-1.3-2.7-2.4" style="fill: none; stroke: #5b91bb; stroke-width: 2px;"/>
                              <path d="M355,381.4c-5.6-.3-1.9,3.5,1,3.4" style="fill: none; stroke: #c0e7f6; stroke-width: 2px;"/>
                              <path d="M356,384.8l-20.8,.1" style="fill: none; stroke: #6090b2; stroke-width: 2px;"/>
                              <path d="M372.5,384.8l-7.8,.1" style="fill: none; stroke: #71a3bf; stroke-width: 2px;"/>
                              <path d="M364.7,384.9l-8.8-.1" style="fill: none; stroke: #709cb4; stroke-width: 2px;"/>
                              <path d="M663.5,382.6c2.3,.4,2.4,.9,.2,1.7" style="fill: none; stroke: #b2c0d7; stroke-width: 2px;"/>
                              <path d="M663.7,384.3l-69.2,.6" style="fill: none; stroke: #717f90; stroke-width: 2px;"/>
                              <path d="M594.5,384.9l-4.2-.1" style="fill: none; stroke: #748ba0; stroke-width: 2px;"/>
                              <path d="M9.2,382.9c-1.4,9.6,11.5,11.3,18,14.9" style="fill: none; stroke: #0b2441; stroke-width: 2px;"/>
                              <path d="M27.2,397.8c5.4,3.2,10.4,8.6,17.5,11.6" style="fill: none; stroke: #0d2e4d; stroke-width: 2px;"/>
                              <path d="M44.7,409.3c-6.7,.9-12.8,9.4-19,7" style="fill: none; stroke: #0c213b; stroke-width: 2px;"/>
                              <path d="M25.7,416.3c-8.2-2.2-17.2,.8-22.7,6.9" style="fill: none; stroke: #091a34; stroke-width: 2px;"/>
                              <path d="M670.7,384.3h-7" style="fill: none; stroke: #4a5c7c; stroke-width: 2px;"/>
                              <path d="M30.5,389.5c.7,4.2-4.1,5.4-3.4,8.4" style="fill: none; stroke: #134168; stroke-width: 2px;"/>
                              <path d="M747.2,389.3l-2.7-1.2" style="fill: none; stroke: #385983; stroke-width: 2px;"/>
                              <path d="M675.8,386.6c-39.2-2.5-57,3.8-81.4-1.7" style="fill: none; stroke: #0c2745; stroke-width: 2px;"/>
                              <path d="M231.4,387.5c20.3,17.7,40.5,13.8,68.7,29.4" style="fill: none; stroke: #9ef0f9; stroke-width: 2px;"/>
                              <path d="M300.1,416.9c-.9,3.2-2,7.8-6.4,6.4" style="fill: none; stroke: #4a7c8a; stroke-width: 2px;"/>
                              <path d="M293.7,423.4l-3.8-.1" style="fill: none; stroke: #66c9e5; stroke-width: 2px;"/>
                              <path d="M290,423.3c-.9-.4-1.2-.6-.8-.6" style="fill: none; stroke: #71dbf1; stroke-width: 2px;"/>
                              <path d="M289.2,422.7c34.5-1.8-60.4-25-66.3-33.1" style="fill: none; stroke: #7ee3f7; stroke-width: 2px;"/>
                              <path d="M364.7,384.9c2.1,1.4,18.3,.5,12.4,2.3-9.5,.1-18.9-.2-28.4-.5-6.5,.8,.6,10.6-2.8,15-1.2,.6-.8,5.9-2.6,3.2-1.7,4.3,15,4.1,19.1,7.3" style="fill: none; stroke: #114c7b; stroke-width: 2px;"/>
                              <path d="M362.3,412.2c-5.8-.6-11.5-1.9-17.1-3.9" style="fill: none; stroke: #6c93af; stroke-width: 2px;"/>
                              <path d="M345.2,408.3c-8.9,.5-17.7,.5-26.5,.2" style="fill: none; stroke: #709cb4; stroke-width: 2px;"/>
                              <path d="M388.7,384.9c.9,.3,8.6,.3,5.2,.2-6.1-.2-7.3,1.4-10.7,2.9-5,7.3-3.2,17.6-7.9,25.2,1,2.3,4.1,.9,4.3,3.4" style="fill: none; stroke: #13588b; stroke-width: 2px;"/>
                              <path d="M379.7,416.6c-5.9-1.1-11.7-2.5-17.4-4.4" style="fill: none; stroke: #6d9bba; stroke-width: 2px;"/>
                              <path d="M414.5,384.9c-5.4,1.2-14.8,1.4-19.1,4.9,.4,5.4-3.1,13-3.3,18,.3,3.9-6.5,4.2-1.9,8" style="fill: none; stroke: #155f96; stroke-width: 2px;"/>
                              <path d="M390.3,415.9c-.6,1.1-.7,2.2-.3,3.5" style="fill: none; stroke: #176ea4; stroke-width: 2px;"/>
                              <path d="M390,419.3l-10.3-2.7" style="fill: none; stroke: #6f9fc0; stroke-width: 2px;"/>
                              <path d="M436.2,384.9l-4,1.8" style="fill: none; stroke: #1f7db5; stroke-width: 2px;"/>
                              <path d="M432.2,386.6c-8.1,4.4-12.4,16.1-17,22.7" style="fill: none; stroke: #1b74ad; stroke-width: 2px;"/>
                              <path d="M415.2,409.3l-1.5,3" style="fill: none; stroke: #1f7db5; stroke-width: 2px;"/>
                              <path d="M413.7,412.3c-2.9,4.2-4.7,0-6.9-1.9-2.4-.3-3.3,.9-2.9,3.7-2.4,3.8-10.7-2.2-13.7,1.7" style="fill: none; stroke: #1771a8; stroke-width: 2px;"/>
                              <path d="M479.7,384.9c-6.5,3.5,19-.2,20.2,11.2" style="fill: none; stroke: #2083b9; stroke-width: 2px;"/>
                              <path d="M500,396.1c-27,1-6,1,8.8,1.7" style="fill: none; stroke: #7cb8d8; stroke-width: 2px;"/>
                              <path d="M508.7,397.8c-.9,7.8,18.6-4.7,20.2,5.4" style="fill: none; stroke: #2083b9; stroke-width: 2px;"/>
                              <path d="M529.1,403.1c1.2,3.3,4.7,9.4,8.2,8.8" style="fill: none; stroke: #46a5d7; stroke-width: 2px;"/>
                              <path d="M537.3,411.9l1.2,.5" style="fill: none; stroke: #2083b9; stroke-width: 2px;"/>
                              <path d="M538.5,412.3c3.2,.3,5.4,2.8,9.5,3" style="fill: none; stroke: #248fc8; stroke-width: 2px;"/>
                              <path d="M548,415.3c-28.5,.1-58,.2-86-.6,10.2,2.5,20.6,2.7,31,2.6" style="fill: none; stroke: #8ac9e6; stroke-width: 2px;"/>
                              <path d="M493,417.4c1.9,1.1,2.1,2.5,1,4.3" style="fill: none; stroke: #2e9cd4; stroke-width: 2px;"/>
                              <path d="M494,421.6c-9.2,5.6-17.8,22.2-29,13.6" style="fill: none; stroke: #42a4d7; stroke-width: 2px;"/>
                              <path d="M465,435.3c-7.2-3.6-13.7-5-21.4-4.6" style="fill: none; stroke: #539ccf; stroke-width: 2px;"/>
                              <path d="M443.6,430.8c-.2-1.3-.7-2.5-1.4-3.7" style="fill: none; stroke: #2494ce; stroke-width: 2px;"/>
                              <path d="M442.2,427.1c2.6-2-3.4-2.8-1.8-1" style="fill: none; stroke: #75b7da; stroke-width: 2px;"/>
                              <path d="M440.4,426.1c-7.9,4.1-11.8-3.3-19.2-1.9" style="fill: none; stroke: #2494ce; stroke-width: 2px;"/>
                              <path d="M421.2,424.2c-.1-.5-.4-.7-.8-.6" style="fill: none; stroke: #175377; stroke-width: 2px;"/>
                              <path d="M420.5,423.6c-1-2.5-7-.7-9.7-1.5" style="fill: none; stroke: #78bddf; stroke-width: 2px;"/>
                              <path d="M410.7,422.1c-4.6-3.2,2.3-7.5,3-9.7" style="fill: none; stroke: #218cc3; stroke-width: 2px;"/>
                              <path d="M415.2,409.3c5.8-6.3,13.3-16.6,16.9-22.7" style="fill: none; stroke: #248fc8; stroke-width: 2px;"/>
                              <path d="M538.5,385.1c-8,1.4,13.3,4.6,11.3,11" style="fill: none; stroke: #155582; stroke-width: 2px;"/>
                              <path d="M549.7,396.1c-16.6,.4-33.2,.4-49.8,0" style="fill: none; stroke: #73a3c1; stroke-width: 2px;"/>
                              <path d="M567.7,384.9c-3.1,.5-6.4,.3-9.4,1.2-2.5,2.2,7.3,.7,9.3,1,3.2,1.5,.6,8.1-3.5,6.8-4.4,.1-7-1.1-9.4,2.2" style="fill: none; stroke: #11385b; stroke-width: 2px;"/>
                              <path d="M554.7,396.1h-5" style="fill: none; stroke: #718aa0; stroke-width: 2px;"/>
                              <path d="M662.9,396.3c-28.8,.2-81.7-1-108.2-.3" style="fill: none; stroke: #6f859a; stroke-width: 2px;"/>
                              <path d="M193,388.9c-2.1,2.7-6.8-.4-9.4-1.6" style="fill: none; stroke: #2077a8; stroke-width: 2px;"/>
                              <path d="M738,391.8l-1.8,1.8" style="fill: none; stroke: #7e9cba; stroke-width: 2px;"/>
                              <path d="M735,393.9c-7.1-1.4-11.2,2.3-16.6,6.1" style="fill: none; stroke: #6b8399; stroke-width: 2px;"/>
                              <path d="M718.4,400.1c-4.8,.2-10.5-1.9-15.7,0" style="fill: none; stroke: #7b98b4; stroke-width: 2px;"/>
                              <path d="M700,400.6c-.2-.4-.4-.5-.8-.6" style="fill: none; stroke: #b9d8eb; stroke-width: 2px;"/>
                              <path d="M699.2,400.1c1.1-.9,1.9-1.9,2.5-3.2" style="fill: none; stroke: #66788c; stroke-width: 2px;"/>
                              <path d="M251.7,392.6c14.3,7,35.7,12.2,50.6,22.3" style="fill: none; stroke: #b8f5fc; stroke-width: 2px;"/>
                              <path d="M302.5,414.9l-1.5,.9" style="fill: none; stroke: #67b6d3; stroke-width: 2px;"/>
                              <path d="M301,415.8c-.3,.2-.6,.6-.8,1.1" style="fill: none; stroke: #59818c; stroke-width: 2px;"/>
                              <path d="M867.2,403.6c-9.4-17.6-24.9,5.3-40.8-.2" style="fill: none; stroke: #05172e; stroke-width: 2px;"/>
                              <path d="M826.4,403.3c1.2-1.4,2.6-2.4,4-2.9" style="fill: none; stroke: #0d2947; stroke-width: 2px;"/>
                              <path d="M830.5,400.4l23.1-9.1" style="fill: none; stroke: #103352; stroke-width: 2px;"/>
                              <path d="M206.2,390.8c-21.7,0,4,6.8,7.4,13.8" style="fill: none; stroke: #2e9ecc; stroke-width: 2px;"/>
                              <path d="M213.7,404.6c-6.6,1-13.1,1.4-19.8,1.2" style="fill: none; stroke: #19709f; stroke-width: 2px;"/>
                              <path d="M194,405.9c-2.1,.2-2.6-.1-1.2-1" style="fill: none; stroke: #1e7aac; stroke-width: 2px;"/>
                              <path d="M192.7,404.9c-.3-2.2,14.4-1.5,5.8-2.6" style="fill: none; stroke: #186390; stroke-width: 2px;"/>
                              <path d="M191.2,402.5c-1.4,1.8-.9,2.6,1.5,2.4" style="fill: none; stroke: #0c4e77; stroke-width: 2px;"/>
                              <path d="M194,405.9c-10.2,.9-21.6,2.3-4.5,2" style="fill: none; stroke: #0d5a86; stroke-width: 2px;"/>
                              <path d="M189.5,407.9c.4,7.4,20,8.7,25.5,15.7" style="fill: none; stroke: #156998; stroke-width: 2px;"/>
                              <path d="M215,423.6c-12.2,1.4,13.3,1.9,17.9,2.3" style="fill: none; stroke: #0c3958; stroke-width: 2px;"/>
                              <path d="M233,425.8c-22,4.4-42.4-3.9-63.6-1.5" style="fill: none; stroke: #104f79; stroke-width: 2px;"/>
                              <path d="M169.5,424.4c-2.7-.8-5.3-2-7.8-3.5" style="fill: none; stroke: #0c446b; stroke-width: 2px;"/>
                              <path d="M161.7,420.9c12-4.3,39.3,3.7,12.6-4.1" style="fill: none; stroke: #0c3b5c; stroke-width: 2px;"/>
                              <path d="M174.4,416.8c-6-4.8-15.2-1.8-23.2-4.1" style="fill: none; stroke: #104f79; stroke-width: 2px;"/>
                              <path d="M151.2,412.6c-1.6-.9-3.1-2.1-4.3-3.6" style="fill: none; stroke: #0c3b5c; stroke-width: 2px;"/>
                              <path d="M150.7,407.6c12.3,.8-3.5-3.2-8.3-3.1" style="fill: none; stroke: #114c73; stroke-width: 2px;"/>
                              <path d="M216.9,404.1l-3.2,.5" style="fill: none; stroke: #1d7ea6; stroke-width: 2px;"/>
                              <path d="M289.2,422.7c-17.9-14.5-47-14.6-66-29.5" style="fill: none; stroke: #60d3f0; stroke-width: 2px;"/>
                              <path d="M830.5,400.4c-1.6-.4-2.5-1.6-2.7-3.6" style="fill: none; stroke: #163d60; stroke-width: 2px;"/>
                              <path d="M55.5,406.1c-.6,0-1,.2-1,.8" style="fill: none; stroke: #134168; stroke-width: 2px;"/>
                              <path d="M54.4,406.9l-9,4.3" style="fill: none; stroke: #0d2e4d; stroke-width: 2px;"/>
                              <path d="M45.5,411.1c-.7-.3-1-.9-.8-1.8" style="fill: none; stroke: #143e62; stroke-width: 2px;"/>
                              <path d="M312.2,407.4c-1.8,1.2,1.7,4.4-1.8,3.8-1.7,0-2.1,1.8,.5,1.7" style="fill: none; stroke: #caf4fa; stroke-width: 2px;"/>
                              <path d="M311,412.9l-8.5,2" style="fill: none; stroke: #72b6d3; stroke-width: 2px;"/>
                              <path d="M869,430.7c-1.6,1.1-3.4-1.7-5.2,.1" style="fill: none; stroke: #13507a; stroke-width: 2px;"/>
                              <path d="M863.7,430.8c-1.5,.5-2.9,.7-4.3,.6" style="fill: none; stroke: #134872; stroke-width: 2px;"/>
                              <path d="M859.4,431.4c-18.5,5.1-20.5,2.5-49.4,2.9" style="fill: none; stroke: #0d2c49; stroke-width: 2px;"/>
                              <path d="M810,434.4c16.2-.8-1.2-2.2-4.5-1.8" style="fill: none; stroke: #1a5d89; stroke-width: 2px;"/>
                              <path d="M805.5,432.6c-5-7.4,2.2-11.4,2.9-17.7" style="fill: none; stroke: #175883; stroke-width: 2px;"/>
                              <path d="M808.5,414.9c20,5.2,41,.2,60.9-4.3" style="fill: none; stroke: #16456a; stroke-width: 2px;"/>
                              <path d="M290,423.3c-23.1,1.5-42.8-15.7-65.5-17.6" style="fill: none; stroke: #48bade; stroke-width: 2px;"/>
                              <path d="M805.7,396.3c-5.4,2.4-8.2,8.7-15.6,7.6" style="fill: none; stroke: #102b4b; stroke-width: 2px;"/>
                              <path d="M717.5,401.1l1-1" style="fill: none; stroke: #23466a; stroke-width: 2px;"/>
                              <path d="M701.2,396.6c-9.3,3.8-28.1,.4-55.5,1.5" style="fill: none; stroke: #6c798a; stroke-width: 2px;"/>
                              <path d="M645.7,398.1h-21.2" style="fill: none; stroke: #708195; stroke-width: 2px;"/>
                              <path d="M624.5,398.1c-20.3-.4-40.8,1-60.8,.4" style="fill: none; stroke: #6f859a; stroke-width: 2px;"/>
                              <path d="M563.7,398.4l-7.2-.2" style="fill: none; stroke: #72899f; stroke-width: 2px;"/>
                              <path d="M556.5,398.1l-47.8-.3" style="fill: none; stroke: #73a3c1; stroke-width: 2px;"/>
                              <path d="M867.2,403.6c-16.8-1.7-27.8,7.8-42.1,2.5" style="fill: none; stroke: #0e2741; stroke-width: 2px;"/>
                              <path d="M825.1,406.1c0-1.6,.4-2.5,1.3-2.8" style="fill: none; stroke: #0c213b; stroke-width: 2px;"/>
                              <path d="M871.2,434.6c-1.9-2.4-4.4-3.6-7.5-3.8" style="fill: none; stroke: #104c78; stroke-width: 2px;"/>
                              <path d="M808.5,414.9l9.1-9.8" style="fill: none; stroke: #19486b; stroke-width: 2px;"/>
                              <path d="M817.5,405.1l7.6,1" style="fill: none; stroke: #15395a; stroke-width: 2px;"/>
                              <path d="M817.5,405.1c-17-6.4-29.2,7.4-46.6,5.1-5.7-.5,6.9-5.2,1.9-5.9" style="fill: none; stroke: #174265; stroke-width: 2px;"/>
                              <path d="M699.2,400.1c-1.9,3.8-4.8,6.3-8.8,7.5" style="fill: none; stroke: #5c7b94; stroke-width: 2px;"/>
                              <path d="M690.5,407.6c-38,7.5-50,13.1-94.5,20" style="fill: none; stroke: #689; stroke-width: 2px;"/>
                              <path d="M596,427.6c-5.8-3.3,35.5-7.8,43.9-9.3" style="fill: none; stroke: #0c2745; stroke-width: 2px;"/>
                              <path d="M640,418.2c17.7-8,38.1-6.1,52.5-14.6-12-10.4-36.7,.4-52.5-4.1-.6-1.9,4.7-.9,5.6-1.3" style="fill: none; stroke: #0d2340; stroke-width: 2px;"/>
                              <path d="M556.5,398.1c-.3,1.5,0,2.9,.8,4.2" style="fill: none; stroke: #165581; stroke-width: 2px;"/>
                              <path d="M557.2,402.3c-7.9,.3-21.2-2.1-18.7,10" style="fill: none; stroke: #1c7ab1; stroke-width: 2px;"/>
                              <path d="M537.3,411.9c-3-2.6-5.7-5.5-8.2-8.8" style="fill: none; stroke: #3d90c0; stroke-width: 2px;"/>
                              <path d="M563.7,398.4c-2.5,3.6,5.4,1.2,7.2,2.5" style="fill: none; stroke: #12375a; stroke-width: 2px;"/>
                              <path d="M570.9,400.9c.5,7.2,10,22.9,17.3,26.6" style="fill: none; stroke: #1c476c; stroke-width: 2px;"/>
                              <path d="M588.2,427.4c-.1,.9,.3,1.2,1.3,1" style="fill: none; stroke: #12375a; stroke-width: 2px;"/>
                              <path d="M589.5,428.4l-14.3,2.2" style="fill: none; stroke: #6c98ae; stroke-width: 2px;"/>
                              <path d="M575.2,430.6l-6.2,.2" style="fill: none; stroke: #0d243e; stroke-width: 2px;"/>
                              <path d="M569,430.8c-1-4.2-7-8.3-6.1-13.5" style="fill: none; stroke: #246e9b; stroke-width: 2px;"/>
                              <path d="M562.9,417.3c.2-.5,.1-.9-.3-1.3" style="fill: none; stroke: #819bae; stroke-width: 2px;"/>
                              <path d="M562.6,416.1c-.9-5-2.7-9.5-5.4-13.8" style="fill: none; stroke: #1b618f; stroke-width: 2px;"/>
                              <path d="M624.5,398.1c-2,0-2.3,.7-1.1,2.2" style="fill: none; stroke: #102f4f; stroke-width: 2px;"/>
                              <path d="M623.4,400.3c3.8,5.6,10.3,16.9,16.1,17.1" style="fill: none; stroke: #173f61; stroke-width: 2px;"/>
                              <path d="M639.5,417.4c.2,.1,.4,.4,.5,.8" style="fill: none; stroke: #102f4f; stroke-width: 2px;"/>
                              <path d="M596,427.6l-6.5,.8" style="fill: none; stroke: #6994a8; stroke-width: 2px;"/>
                              <path d="M588.2,427.4l-17.2-26.6" style="fill: none; stroke: #194366; stroke-width: 2px;"/>
                              <path d="M639.5,417.4c-7.7-5.8-9.9-13.9-16.1-17" style="fill: none; stroke: #183b5c; stroke-width: 2px;"/>
                              <path d="M695.9,410.7l-4.9-1.4" style="fill: none; stroke: #607f9a; stroke-width: 2px;"/>
                              <path d="M691,409.3l-.5-1.8" style="fill: none; stroke: #b9e8f8; stroke-width: 2px;"/>
                              <path d="M562.6,416.1l-14.6-.8" style="fill: none; stroke: #86c0de; stroke-width: 2px;"/>
                              <path d="M808.5,414.9c-2.8-1.2-5.7-1.8-8.8-2" style="fill: none; stroke: #195b84; stroke-width: 2px;"/>
                              <path d="M799.7,412.9l-14.4,.7" style="fill: none; stroke: #1c608a; stroke-width: 2px;"/>
                              <path d="M785.3,413.6l-16.8,.8" style="fill: none; stroke: #1e6490; stroke-width: 2px;"/>
                              <path d="M768.5,414.4c-8,.4-16,.3-24-.2" style="fill: none; stroke: #246e9a; stroke-width: 2px;"/>
                              <path d="M744.5,414.1l-7.2-.6" style="fill: none; stroke: #287aa1; stroke-width: 2px;"/>
                              <path d="M217,404.9c-.1,.2-.3,.3-.5,.2" style="fill: none; stroke: #227ca6; stroke-width: 2px;"/>
                              <path d="M216.5,405.1l-18.2,2" style="fill: none; stroke: #146796; stroke-width: 2px;"/>
                              <path d="M198.3,407.1l-8.8,.8" style="fill: none; stroke: #0f5f8c; stroke-width: 2px;"/>
                              <path d="M293.7,423.4l-40.7,.1" style="fill: none; stroke: #215b78; stroke-width: 2px;"/>
                              <path d="M253,423.5c-9.3-7-32.9-9.6-36.5-18.4" style="fill: none; stroke: #2f93c2; stroke-width: 2px;"/>
                              <path d="M253,423.5h-29.8" style="fill: none; stroke: #134668; stroke-width: 2px;"/>
                              <path d="M223.2,423.6c-5.7-9.6-20.7-7.1-24.8-16.4" style="fill: none; stroke: #1c76a8; stroke-width: 2px;"/>
                              <path d="M98.3,424.3c-6.4,11.8-28.7-14.7-41.4-7-3,.2-1.9-9-2.6-10.6" style="fill: none; stroke: #0b2441; stroke-width: 2px;"/>
                              <path d="M97,416.1c5.4,1.8,10.6,3.9,15.8,6.2" style="fill: none; stroke: #061b35; stroke-width: 2px;"/>
                              <path d="M112.7,422.3c15.7,8.8,16.2,3.8,29.4-3.5,4.3-.6-8.1-3.7-8.2-4.3" style="fill: none; stroke: #0b2846; stroke-width: 2px;"/>
                              <path d="M151.2,412.6c2.5,14.2,13.9-.5,23.1,4.1" style="fill: none; stroke: #092643; stroke-width: 2px;"/>
                              <path d="M161.7,420.9c-15.5,1.1,19.3,17.4,26.3,10.5" style="fill: none; stroke: #061b35; stroke-width: 2px;"/>
                              <path d="M188,431.4c7.8,0-1.1-7.9,5.7-3.7,12.9,7.8,27.7-1.4,41.5,3.9" style="fill: none; stroke: #092643; stroke-width: 2px;"/>
                              <path d="M235.2,431.6c-3.6-.1-15.1,2.4-18.5,4.2" style="fill: none; stroke: #081c36; stroke-width: 2px;"/>
                              <path d="M216.7,435.9c-18.6-.7-37,.5-55.4,.9" style="fill: none; stroke: #113d5e; stroke-width: 2px;"/>
                              <path d="M161.2,436.8l-1.8-.7" style="fill: none; stroke: #04152c; stroke-width: 2px;"/>
                              <path d="M159.4,436.1c-11.2-10.7-35.9,2.1-6.3-.2" style="fill: none; stroke: #0b3256; stroke-width: 2px;"/>
                              <path d="M153.1,436.1c1.2,4-8,8.9-5.1,4.7" style="fill: none; stroke: #04152c; stroke-width: 2px;"/>
                              <path d="M148,440.9c2.4-.1,2.9-.9,1.5-2.3" style="fill: none; stroke: #565d7a; stroke-width: 2px;"/>
                              <path d="M149.5,438.6c-1.5-.6-2-.1-1.5,1.2" style="fill: none; stroke: #273c5c; stroke-width: 2px;"/>
                              <path d="M148,439.8c-.3,.2-.3,.5,0,.8" style="fill: none; stroke: #565d7a; stroke-width: 2px;"/>
                              <path d="M147.9,440.6h-1.2" style="fill: none; stroke: #04152c; stroke-width: 2px;"/>
                              <path d="M146.7,440.6c-2.3-1.8-7.1-.2-10.2-.7" style="fill: none; stroke: #5a657c; stroke-width: 2px;"/>
                              <path d="M136.5,439.9c-13.3-1.7-20.7-.5-29.5-.3" style="fill: none; stroke: #0b1e38; stroke-width: 2px;"/>
                              <path d="M107,439.6c-8.8-6.4-20.3-.6-27.3-10.1" style="fill: none; stroke: #103556; stroke-width: 2px;"/>
                              <path d="M79.7,429.5c-31.5-1.8-27.5,14.1-2.5,3.9" style="fill: none; stroke: #0b2846; stroke-width: 2px;"/>
                              <path d="M77.2,433.3l1.3,1.8" style="fill: none; stroke: #103556; stroke-width: 2px;"/>
                              <path d="M78.5,435.1c5.6,10.9,17.5,2.6,26.4,5.6" style="fill: none; stroke: #08203c; stroke-width: 2px;"/>
                              <path d="M104.9,440.8l2.3-.2" style="fill: none; stroke: #103556; stroke-width: 2px;"/>
                              <path d="M107.2,440.6c8.5-.1,16.8,.4,25.3,.2" style="fill: none; stroke: #0b1e38; stroke-width: 2px;"/>
                              <path d="M132.5,440.8c-9.5,4.8-32.7,.5-46.8,2.4" style="fill: none; stroke: #04152c; stroke-width: 2px;"/>
                              <path d="M22.5,441.1c20.1,.1,44.3-1,9.2-6.5" style="fill: none; stroke: #0d2c4a; stroke-width: 2px;"/>
                              <path d="M31.7,434.5c-2.8-3.7-8.2-6.8-6-11.4" style="fill: none; stroke: #091a34; stroke-width: 2px;"/>
                              <path d="M25.7,423.1c4.1,2.3,10.2-.5,14-1.9,1.6-3.4,1.5-7.9,5.8-10.1" style="fill: none; stroke: #0c213b; stroke-width: 2px;"/>
                              <path d="M223.2,423.6h-8.2" style="fill: none; stroke: #0e3e5e; stroke-width: 2px;"/>
                              <path d="M345.2,408.3c2.1,2.7,9.2,3.1,4.3,5.9" style="fill: none; stroke: #ccebf3; stroke-width: 2px;"/>
                              <path d="M349.5,414.3c-2.8,1.5-3.9,4.4-6.9,6.1" style="fill: none; stroke: #6f8fa1; stroke-width: 2px;"/>
                              <path d="M342.6,420.3c-6.4-3.3-12.3-9.8-19.6-6.9" style="fill: none; stroke: #77b1cb; stroke-width: 2px;"/>
                              <path d="M322.9,413.3c-4.2,1.3-5.5,6.3-9.4,7.3" style="fill: none; stroke: #6a8594; stroke-width: 2px;"/>
                              <path d="M313.5,420.7c-.4,.2-.7,.2-1,.1" style="fill: none; stroke: #6b808b; stroke-width: 2px;"/>
                              <path d="M312.5,420.8c1.6-3.3,2.9-5.7-1.5-7.9" style="fill: none; stroke: #79b5d1; stroke-width: 2px;"/>
                              <path d="M691,409.3c-3.4,1.2-6.2,3.2-8.5,6" style="fill: none; stroke: #6a8c9e; stroke-width: 2px;"/>
                              <path d="M686.2,419.4c1.2,14.3,15.2,12.4-6.8,13.3" style="fill: none; stroke: #b8f5fc; stroke-width: 2px;"/>
                              <path d="M679.5,432.9c-34.8,0-69.5-1.4-104.2-2.2" style="fill: none; stroke: #64818d; stroke-width: 2px;"/>
                              <path d="M390,419.3c6.8,1.4,13.8,2.4,20.8,2.8" style="fill: none; stroke: #71b1d2; stroke-width: 2px;"/>
                              <path d="M420.5,423.6c-13.8,0-28.6-1.7-40.3-2.2" style="fill: none; stroke: #677886; stroke-width: 2px;"/>
                              <path d="M380,421.3c1.4-2,.9-2.8-1.5-2.5" style="fill: none; stroke: #6a849a; stroke-width: 2px;"/>
                              <path d="M378.5,418.8c-3.2-1.1-6.9,0-9.8-2.2" style="fill: none; stroke: #77abc8; stroke-width: 2px;"/>
                              <path d="M368.7,416.6c-3.3-2.4-7.8-2-11.5-.8" style="fill: none; stroke: #6d92ac; stroke-width: 2px;"/>
                              <path d="M357.2,415.9c-2.4-.9-4.8-1.4-7.2-1.5" style="fill: none; stroke: #7aabc9; stroke-width: 2px;"/>
                              <path d="M350,414.4l-.5-.1" style="fill: none; stroke: #6b869c; stroke-width: 2px;"/>
                              <path d="M25.7,423.1c-25.3,4.9-17.4-1.6,0-6.9" style="fill: none; stroke: #102949; stroke-width: 2px;"/>
                              <path d="M312.5,420.8c-1.9-3.5-8.3-4.8-11.5-5" style="fill: none; stroke: #134264; stroke-width: 2px;"/>
                              <path d="M342.6,420.3c-.2,.5-.8,.8-1.6,.8" style="fill: none; stroke: #164d74; stroke-width: 2px;"/>
                              <path d="M341,421.1l-3-.3" style="fill: none; stroke: #123e5e; stroke-width: 2px;"/>
                              <path d="M338,420.8c-.9-2.8-5.5-2.2-6.8-4.7" style="fill: none; stroke: #12537d; stroke-width: 2px;"/>
                              <path d="M331.1,416.1c-2-2.4-4.4-2.9-7.3-1.5" style="fill: none; stroke: #45a5ca; stroke-width: 2px;"/>
                              <path d="M323.8,414.6l-.9-1.2" style="fill: none; stroke: #114367; stroke-width: 2px;"/>
                              <path d="M799.7,412.9c.9,4.7-8.1,3.7-9.2,8.2-4.6,12.6,5.5,12,14.9,11.6" style="fill: none; stroke: #1b6a98; stroke-width: 2px;"/>
                              <path d="M810,434.4l-17.5-.1" style="fill: none; stroke: #123e5e; stroke-width: 2px;"/>
                              <path d="M792.5,434.3c5.1-1.3-6.7-1.8-6.9-2.1-10.3-4.3-1.2-12.2-.4-18.5" style="fill: none; stroke: #2073a4; stroke-width: 2px;"/>
                              <path d="M132,416.3c-12,3.8-8.9,4.3-19.3,3.6" style="fill: none; stroke: #12507a; stroke-width: 2px;"/>
                              <path d="M112.7,419.9c-1.2-1.7-3.1-3-5.6-3.9" style="fill: none; stroke: #0d4268; stroke-width: 2px;"/>
                              <path d="M323.8,414.6c1.3,1.1,2.6,1.6,3.9,1.5" style="fill: none; stroke: #387993; stroke-width: 2px;"/>
                              <path d="M327.7,416.1c1.7,2.8,4.5,5.3,8,5" style="fill: none; stroke: #052746; stroke-width: 2px;"/>
                              <path d="M335.7,421.1c-7.4,1.8-15,2.1-22.2-.3" style="fill: none; stroke: #051227; stroke-width: 2px;"/>
                              <path d="M744.5,414.1c4.8,4.4,3.2,12.9,10.7,16.5" style="fill: none; stroke: #3197c5; stroke-width: 2px;"/>
                              <path d="M755.2,430.6l-5-.9" style="fill: none; stroke: #247aa3; stroke-width: 2px;"/>
                              <path d="M750.2,429.7c-11.1-2.4-12.1-10.2-14.1-15.8" style="fill: none; stroke: #40a9d3; stroke-width: 2px;"/>
                              <path d="M792.5,434.3h-22.8" style="fill: none; stroke: #134264; stroke-width: 2px;"/>
                              <path d="M769.7,434.3c14.4-.6-5.8-4.3-3.4-12.4-.1-2.6,3.7-6,2.3-7.5" style="fill: none; stroke: #2781b4; stroke-width: 2px;"/>
                              <path d="M331.1,416.1h-3.4" style="fill: none; stroke: #3989a9; stroke-width: 2px;"/>
                              <path d="M750.2,429.7l-13.3-.1" style="fill: none; stroke: #2f80aa; stroke-width: 2px;"/>
                              <path d="M737,429.6c5.4-2-12.5-3.7-8.1-13.9" style="fill: none; stroke: #5ec0e3; stroke-width: 2px;"/>
                              <path d="M769.7,434.3h-9.3" style="fill: none; stroke: #194c6e; stroke-width: 2px;"/>
                              <path d="M760.4,434.4l-5.2-3.8" style="fill: none; stroke: #206e9c; stroke-width: 2px;"/>
                              <path d="M350,414.4c.9,.3,1.4,1,1.5,2" style="fill: none; stroke: #1c4f76; stroke-width: 2px;"/>
                              <path d="M351.5,416.3l-3.4,4.5" style="fill: none; stroke: #10365a; stroke-width: 2px;"/>
                              <path d="M348.1,420.8l-7.2,.3" style="fill: none; stroke: #091c33; stroke-width: 2px;"/>
                              <path d="M357.2,415.9c-1.8,1.4-3.7,1.6-5.7,.5" style="fill: none; stroke: #1f5b87; stroke-width: 2px;"/>
                              <path d="M112.7,422.3v-2.4" style="fill: none; stroke: #0b3255; stroke-width: 2px;"/>
                              <path d="M368.7,416.6c-.3,2.1-4.4,.8-3.3,3.9" style="fill: none; stroke: #1c5b86; stroke-width: 2px;"/>
                              <path d="M365.5,420.6l-17.3,.2" style="fill: none; stroke: #0c2844; stroke-width: 2px;"/>
                              <path d="M562.9,417.3h-70" style="fill: none; stroke: #90cdea; stroke-width: 2px;"/>
                              <path d="M31.7,434.5c-7.2-1.3-22.3-3.3-6.5,1.9,0,.6-11.2,3.6-9.9,.4" style="fill: none; stroke: #113458; stroke-width: 2px;"/>
                              <path d="M15.3,436.7c-3.9-2.4-4.8-8.3-10.9-8.9" style="fill: none; stroke: #103a5e; stroke-width: 2px;"/>
                              <path d="M737,429.6c-.5,0-.9,.1-1.2,.3" style="fill: none; stroke: #4291b4; stroke-width: 2px;"/>
                              <path d="M735.7,429.9c-3.8-1-6,2.5-9,4.2" style="fill: none; stroke: #3b748f; stroke-width: 2px;"/>
                              <path d="M726.7,434.1c-2,1.8-4.3,2.1-6.6,1" style="fill: none; stroke: #3b6f85; stroke-width: 2px;"/>
                              <path d="M720.1,435.1c7.3-.2,6-8.4-.5-3.9" style="fill: none; stroke: #5d9dc4; stroke-width: 2px;"/>
                              <path d="M719.7,431.1c-7.9-1.2-13.3-4.7-14.7-11.6" style="fill: none; stroke: #80ddf2; stroke-width: 2px;"/>
                              <path d="M335.7,421.1c.8,.1,1.5,0,2.2-.2" style="fill: none; stroke: #06223c; stroke-width: 2px;"/>
                              <path d="M365.5,420.6c2.1,1,4.3,1.1,6.5,.2" style="fill: none; stroke: #16405f; stroke-width: 2px;"/>
                              <path d="M372,420.8c2.8,.9,5.5,1.1,8,.5" style="fill: none; stroke: #081a31; stroke-width: 2px;"/>
                              <path d="M421.2,424.2l-26.5,.7" style="fill: none; stroke: #134f75; stroke-width: 2px;"/>
                              <path d="M394.7,424.9l-6,.2" style="fill: none; stroke: #134a6e; stroke-width: 2px;"/>
                              <path d="M388.7,425.1c-20.1,.2-33.2-.1-50.2,.4" style="fill: none; stroke: #093253; stroke-width: 2px;"/>
                              <path d="M338.5,425.4c-9.7-.8-16.4-1.8-25.3,1.4" style="fill: none; stroke: #051b32; stroke-width: 2px;"/>
                              <path d="M313.2,426.8c-.1,0-.2,.1-.3,.3" style="fill: none; stroke: #0a4161; stroke-width: 2px;"/>
                              <path d="M312.9,427.1l-8.2,2.5" style="fill: none; stroke: #093253; stroke-width: 2px;"/>
                              <path d="M304.7,429.6c-21.5-8.6-48.1-2.9-71.8-3.8" style="fill: none; stroke: #09243e; stroke-width: 2px;"/>
                              <path d="M378.5,418.8c-2.1,.8-4.7,.4-6.5,2" style="fill: none; stroke: #194d73; stroke-width: 2px;"/>
                              <path d="M569,430.8l-31.5,.4" style="fill: none; stroke: #1c577a; stroke-width: 2px;"/>
                              <path d="M537.5,431.2c-1-.1-2-.1-3-.1,5,.7-6.6,8.4-9.1,10.7" style="fill: none; stroke: #37a1d8; stroke-width: 2px;"/>
                              <path d="M485.4,441.8c3-4.5,8.8-3.7,10.5-11-3,2.5-1,3,0,0-3.7,3.4-1.6-2.5-1-4.3,.2-.7,2.2-7.5-.3-4.7" style="fill: none; stroke: #2e9cd4; stroke-width: 2px;"/>
                              <path d="M494.5,421.7c-.1-.1-.3-.2-.5-.1" style="fill: none; stroke: #48a8da; stroke-width: 2px;"/>
                              <path d="M3,441.1H22.4" style="fill: none; stroke: #0c3050; stroke-width: 2px;"/>
                              <path d="M132.5,440.8l4-.2" style="fill: none; stroke: #0a223e; stroke-width: 2px;"/>
                              <path d="M136.5,440.6c3.4,1.1,6.9,1.1,10.2,0" style="fill: none; stroke: #596982; stroke-width: 2px;"/>
                              <path d="M147.9,440.6l.1,.2" style="fill: none; stroke: #556180; stroke-width: 2px;"/>
                              <path d="M153.1,436.1h6.3" style="fill: none; stroke: #0a365c; stroke-width: 2px;"/>
                              <path d="M161.2,436.8c-1.1,2,8.5,1.3,11,1.3" style="fill: none; stroke: #104164; stroke-width: 2px;"/>
                              <path d="M172.2,438.1c2.1-.1,9.2,0,6.7,3.9" style="fill: none; stroke: #041b34; stroke-width: 2px;"/>
                              <path d="M698,419.7c3.3,13.7,14.6,12.5-6.6,13.2" style="fill: none; stroke: #9ef0f9; stroke-width: 2px;"/>
                              <path d="M691.5,433l-12-.1" style="fill: none; stroke: #59818c; stroke-width: 2px;"/>
                              <path d="M719.7,431.1l-1.2,2.2" style="fill: none; stroke: #6caac9; stroke-width: 2px;"/>
                              <path d="M718.5,433.3l-27-.3" style="fill: none; stroke: #4a7c8a; stroke-width: 2px;"/>
                              <path d="M169.5,424.4c5.6,4.1,12.9,3.4,18.5,6.9" style="fill: none; stroke: #0a2f51; stroke-width: 2px;"/>
                              <path d="M409.4,441.9c.3-1.1,.8-2.1,1.6-3" style="fill: none; stroke: #2392ca; stroke-width: 2px;"/>
                              <path d="M411,438.9c5.1-.5,10.1-.3,15,.7" style="fill: none; stroke: #85c5e4; stroke-width: 2px;"/>
                              <path d="M426,439.6c14.3,4.2,35.5-.4,51,1.7" style="fill: none; stroke: #17557b; stroke-width: 2px;"/>
                              <path d="M476.9,441.3c-1,2.3,3.2,.5,3-1" style="fill: none; stroke: #80bede; stroke-width: 2px;"/>
                              <path d="M479.9,440.3c7.3-1.1,1.6-1.4-2.3-1" style="fill: none; stroke: #2179ab; stroke-width: 2px;"/>
                              <path d="M477.7,439.4l-.8-.1" style="fill: none; stroke: #17557b; stroke-width: 2px;"/>
                              <path d="M477,439.3c4.2-6.9,12.6-10.8,17.5-17.6" style="fill: none; stroke: #42a4d7; stroke-width: 2px;"/>
                              <path d="M477,439.3c-4.7,1.1-8.5-1.3-12-3.3" style="fill: none; stroke: #316182; stroke-width: 2px;"/>
                              <path d="M465,436.1c.2-.2,.2-.5,0-.7" style="fill: none; stroke: #6da8d6; stroke-width: 2px;"/>
                              <path d="M304.7,429.6c-5.4,.6-3,7,2.5,4.6" style="fill: none; stroke: #0d4874; stroke-width: 2px;"/>
                              <path d="M307.2,434.3l7.2,.3" style="fill: none; stroke: #0e5782; stroke-width: 2px;"/>
                              <path d="M314.5,434.6c10.9,.9,21,1.5,31.5,2.4" style="fill: none; stroke: #0d4874; stroke-width: 2px;"/>
                              <path d="M346,437.1c-12.8,.5-25.6,.5-38.5,0" style="fill: none; stroke: #7896ac; stroke-width: 2px;"/>
                              <path d="M307.5,437.1c-5-.8-10-1-15-.7" style="fill: none; stroke: #1b618e; stroke-width: 2px;"/>
                              <path d="M292.5,436.3l-55.8,.3" style="fill: none; stroke: #3c7da6; stroke-width: 2px;"/>
                              <path d="M236.7,436.6l-4.7-.3" style="fill: none; stroke: #205e86; stroke-width: 2px;"/>
                              <path d="M232,436.3c7.3-1.3,18.4-6.2,3.2-4.6" style="fill: none; stroke: #0c3052; stroke-width: 2px;"/>
                              <path d="M440.4,426.1c.5,.7,1.1,1,1.8,.9" style="fill: none; stroke: #71b3d8; stroke-width: 2px;"/>
                              <path d="M443.6,430.8c-1.8,.8-14.3-1.6-14.1,.8" style="fill: none; stroke: #4f98cd; stroke-width: 2px;"/>
                              <path d="M429.5,431.6c-1.1,1.4-1.7,3.1-1.8,5" style="fill: none; stroke: #135179; stroke-width: 2px;"/>
                              <path d="M427.7,436.6l-14.5,.2" style="fill: none; stroke: #81c1e2; stroke-width: 2px;"/>
                              <path d="M413.2,436.8c-15.4-3.1,1-1.4-6.5-6.9,.3-7.1-10-1.5-11.9-5" style="fill: none; stroke: #208bc6; stroke-width: 2px;"/>
                              <path d="M338.5,425.4l-1.1,.6" style="fill: none; stroke: #093f68; stroke-width: 2px;"/>
                              <path d="M337.4,426c-3.1,5.9-12.2,2.2-14.7,6.4-3.4-2.3-4.5-6.9-9.3-5.5" style="fill: none; stroke: #0a4e76; stroke-width: 2px;"/>
                              <path d="M388.7,425.1c1.8,8.2-12.3,3.2-14.3,8.2,1,3.8,13.7,0,18.4,3.2" style="fill: none; stroke: #166ea4; stroke-width: 2px;"/>
                              <path d="M392.7,436.5l-46.8,.5" style="fill: none; stroke: #77a4c0; stroke-width: 2px;"/>
                              <path d="M314.5,434.6c11.5-.1,25.8,.5,22.9-8.7" style="fill: none; stroke: #0e6596; stroke-width: 2px;"/>
                              <path d="M413.2,436.8l-20.5-.3" style="fill: none; stroke: #81bcdc; stroke-width: 2px;"/>
                              <path d="M307.2,434.3c.8-3.3,6.6-1.1,4.9-6.2,0-.6,.4-.8,.8-1" style="fill: none; stroke: #0e6596; stroke-width: 2px;"/>
                              <path d="M15.3,436.7c-2.8,1.5-5.7,2.1-8.8,1.9" style="fill: none; stroke: #144c74; stroke-width: 2px;"/>
                              <path d="M6.5,438.6c-1-.9-2-1.6-3.3-2" style="fill: none; stroke: #0c2f4c; stroke-width: 2px;"/>
                              <path d="M79.7,429.5c-2.3,.3-3.2,1.6-2.5,3.8" style="fill: none; stroke: #154c76; stroke-width: 2px;"/>
                              <path d="M3.3,439.3c1.1-.2,2.2-.4,3.2-.7" style="fill: none; stroke: #0d2a46; stroke-width: 2px;"/>
                              <path d="M760.4,434.4l-21.2-.5" style="fill: none; stroke: #0c2f4c; stroke-width: 2px;"/>
                              <path d="M739.2,433.8c-2.5,0-3.7-1.4-3.5-3.9" style="fill: none; stroke: #0c3455; stroke-width: 2px;"/>
                              <path d="M107,439.6c.2,.3,.3,.6,.2,.9" style="fill: none; stroke: #154268; stroke-width: 2px;"/>
                              <path d="M104.9,440.8c-7.9-6.7-18.8,.2-26.4-5.6" style="fill: none; stroke: #12446c; stroke-width: 2px;"/>
                              <path d="M720.1,435.1l-1.6-1.8" style="fill: none; stroke: #273c5c; stroke-width: 2px;"/>
                              <path d="M739.2,433.8c-3.7,1.2-9.4,.3-12.6,.2" style="fill: none; stroke: #051227; stroke-width: 2px;"/>
                              <path d="M465,436.1l-.8,.1" style="fill: none; stroke: #42597a; stroke-width: 2px;"/>
                              <path d="M464.2,436.1c-7.3-.2-9.5-3.1-17.6,.9" style="fill: none; stroke: #53749d; stroke-width: 2px;"/>
                              <path d="M446.7,437.1c-5.5-3.2-11.6-1.3-17.2-5.5" style="fill: none; stroke: #42597a; stroke-width: 2px;"/>
                              <path d="M859.4,431.4c-3.6,5.7,8.8,2.4,11.8,3.1" style="fill: none; stroke: #0b2947; stroke-width: 2px;"/>
                              <path d="M870.5,438.6c-3.7-.3-17.9-.9-23.2,.7" style="fill: none; stroke: #081a31; stroke-width: 2px;"/>
                              <path d="M847.2,439.3l-6.5-.5" style="fill: none; stroke: #1d324e; stroke-width: 2px;"/>
                              <path d="M840.7,438.8c-13.6-2.6-28.9-1-42.7-2.1" style="fill: none; stroke: #051327; stroke-width: 2px;"/>
                              <path d="M798,436.9l-26,1" style="fill: none; stroke: #071b34; stroke-width: 2px;"/>
                              <path d="M772,437.9l-17.8,.2" style="fill: none; stroke: #0b3555; stroke-width: 2px;"/>
                              <path d="M754.2,438.1c-4.8-.4-9.5-.4-14.2,.1" style="fill: none; stroke: #051327; stroke-width: 2px;"/>
                              <path d="M740,438.1h-20.2" style="fill: none; stroke: #0b2947; stroke-width: 2px;"/>
                              <path d="M719.7,438.1c-4-.5-8-.6-12-.5" style="fill: none; stroke: #0e3e5e; stroke-width: 2px;"/>
                              <path d="M707.7,437.6l-26.8-.2" style="fill: none; stroke: #165572; stroke-width: 2px;"/>
                              <path d="M681,437.4l-18-.1" style="fill: none; stroke: #091c33; stroke-width: 2px;"/>
                              <path d="M662.9,437.2c-24.3-2.2-49-.5-73.3-3.7" style="fill: none; stroke: #0a2039; stroke-width: 2px;"/>
                              <path d="M589.6,433.5c-10,0-13.7-1-20.4-.9" style="fill: none; stroke: #0b243e; stroke-width: 2px;"/>
                              <path d="M569.2,432.6l-31.8-1.4" style="fill: none; stroke: #20587b; stroke-width: 2px;"/>
                              <path d="M232,436.3l-15.3-.2" style="fill: none; stroke: #1f5479; stroke-width: 2px;"/>
                              <path d="M216.7,436.1v-.2" style="fill: none; stroke: #14486e; stroke-width: 2px;"/>
                              <path d="M569.2,432.6c.8,3.1,1.7,6.2,2.8,9.2" style="fill: none; stroke: #266e9c; stroke-width: 2px;"/>
                              <path d="M446.7,437.1c4.6,.5,20.6,4.3,17.6-.9" style="fill: none; stroke: #162d49; stroke-width: 2px;"/>
                              <path d="M477.7,439.4c0,.2,.1,.5,.2,.7" style="fill: none; stroke: #103556; stroke-width: 2px;"/>
                              <path d="M478,440.1l-1,1.3" style="fill: none; stroke: #6f7a89; stroke-width: 2px;"/>
                              <path d="M426,439.6c3.2,.4,3.8-.6,1.7-3" style="fill: none; stroke: #74818f; stroke-width: 2px;"/>
                              <path d="M589.6,433.5c2.7,2.6,5.1,5.4,7.3,8.4" style="fill: none; stroke: #103759; stroke-width: 2px;"/>
                              <path d="M662.9,437.2c5.8,4.5,14-.1,19.4,4.6" style="fill: none; stroke: #0e2f4f; stroke-width: 2px;"/>
                              <path d="M741.9,441.6c0-1.4-.7-2.7-1.9-3.5" style="fill: none; stroke: #0a2e51; stroke-width: 2px;"/>
                              <path d="M754.2,438.1c-1.9,.1-9.5,.5-8,3.7" style="fill: none; stroke: #0a3b5f; stroke-width: 2px;"/>
                              <path d="M795.5,444.6c5.8,.7,3-4.5,2.5-7.6" style="fill: none; stroke: #06213e; stroke-width: 2px;"/>
                              <path d="M840.7,438.8c3.2,.4,6.2,4,9.1,2.3" style="fill: none; stroke: #1d3858; stroke-width: 2px;"/>
                              <path d="M849.8,441.1c3.1-1.3,8-.7,10.4,1.5" style="fill: none; stroke: #081f3b; stroke-width: 2px;"/>
                              <path d="M860.2,442.6c1.4,1.3,2.6,1.2,3.8-.2" style="fill: none; stroke: #6e7e8e; stroke-width: 2px;"/>
                              <path d="M863.9,442.3c.2-2.4,5.1-1.7,6.8-1.7" style="fill: none; stroke: #081f3b; stroke-width: 2px;"/>
                              <path d="M216.7,436.1c-1.9-.5-7.9,1.3-2.5,2.1" style="fill: none; stroke: #2875a2; stroke-width: 2px;"/>
                              <path d="M214.2,438.2h-42" style="fill: none; stroke: #114366; stroke-width: 2px;"/>
                              <path d="M236.7,436.6c-1.8,.6-2.1,1.2-1,2" style="fill: none; stroke: #4fa1cd; stroke-width: 2px;"/>
                              <path d="M235.7,438.6l-21.5-.4" style="fill: none; stroke: #1c4f72; stroke-width: 2px;"/>
                              <path d="M292.5,436.3c4.3,2.1,8.8,2.6,13.5,1.3" style="fill: none; stroke: #4aa4d5; stroke-width: 2px;"/>
                              <path d="M306,437.6c-1.3,2.3,2.4,1.4,3.5,2.2" style="fill: none; stroke: #a7d9f3; stroke-width: 2px;"/>
                              <path d="M309.5,439.8l-71.8-1.2" style="fill: none; stroke: #3e7ba5; stroke-width: 2px;"/>
                              <path d="M237.7,438.6l-2-.1" style="fill: none; stroke: #386f92; stroke-width: 2px;"/>
                              <path d="M307.5,437.1c-.5,.6-1,.9-1.5,.6" style="fill: none; stroke: #86bcda; stroke-width: 2px;"/>
                              <path d="M411,438.9l-15.5,.2" style="fill: none; stroke: #80bede; stroke-width: 2px;"/>
                              <path d="M395.5,439.1c-4.1,.3-8.2,.2-12.2-.2" style="fill: none; stroke: #7eb8d7; stroke-width: 2px;"/>
                              <path d="M383.2,438.9l-8.9,.1" style="fill: none; stroke: #7caac9; stroke-width: 2px;"/>
                              <path d="M374.3,439h-24.1" style="fill: none; stroke: #79a3bc; stroke-width: 2px;"/>
                              <path d="M350.2,439c-1.1,0-28.9,.7-35.2,1.6" style="fill: none; stroke: #779fb8; stroke-width: 2px;"/>
                              <path d="M315,440.6c-1.9-.7-3.8-1-5.6-.8" style="fill: none; stroke: #7994aa; stroke-width: 2px;"/>
                              <path d="M795.5,444.6c-3.7-5-16.5-.6-23.4-6.7" style="fill: none; stroke: #0c436c; stroke-width: 2px;"/>
                              <path d="M681,437.4c1.7,3.5,4.6,3.9,8.1,4.6" style="fill: none; stroke: #1a6388; stroke-width: 2px;"/>
                              <path d="M707.7,437.6c.2,5.3,11.8,2.4,17,4.9" style="fill: none; stroke: #1f85b3; stroke-width: 2px;"/>
                              <path d="M719.7,438.1c1.8-.6,4.2,2.8,5,4.4" style="fill: none; stroke: #145987; stroke-width: 2px;"/>
                              <path d="M237.7,438.6c1.5,.7,.7,2.3-.1,3.3" style="fill: none; stroke: #0b2a49; stroke-width: 2px;"/>
                              <path d="M863.9,442.3c-1.3-.5-2.5-.4-3.8,.2" style="fill: none; stroke: #728598; stroke-width: 2px;"/>
                              <path d="M849.8,441.1c-.3-1.3-1.2-1.9-2.5-1.8" style="fill: none; stroke: #203f62; stroke-width: 2px;"/>
                              <path d="M149.5,438.6c-.7,.1-1.2,.5-1.5,1.2" style="fill: none; stroke: #7787b0; stroke-width: 2px;"/>
                              <path d="M315,440.6c-7.5,1.4-15.2-1.8-22.4,1.4" style="fill: none; stroke: #0e426a; stroke-width: 2px;"/>
                              <path d="M347.7,441.9c1.4-.9,2.2-1.3,.1-1.7,.9-.3,1.8-.6,2.4-1.2" style="fill: none; stroke: #0e517b; stroke-width: 2px;"/>
                              <path d="M383.2,438.9c-1.5,.7-3.9,1.2-4.6,3" style="fill: none; stroke: #1771a8; stroke-width: 2px;"/>
                              <path d="M395.5,439.1c3.5-.5,1,1.5-.6,2.6" style="fill: none; stroke: #1c85bd; stroke-width: 2px;"/>
                              <path d="M136.5,439.9v.7" style="fill: none; stroke: #60728e; stroke-width: 2px;"/>
                              <path d="M479.9,440.3l-2-.3" style="fill: none; stroke: #799eb8; stroke-width: 2px;"/>
                            </g>
                            <path id="sun" d="M403.5,51.8c39.8,0,72.1,32.3,72.1,72.1s-32.3,72.2-72.1,72.2-72.1-32.3-72.1-72.1c0-24,12.8-41.4,16.5-45.9,1.5-1.9,22.8-26.3,55.6-26.3h0Z" style="fill: #c3f5fc;"/>
                            <g id="back-clouds-3">
                              <g id="mid-clouds-2">
                                <path d="M245.1,37.8c31.6-18.8,74-1.7,92,28.6,3.2,5,6.3,5,9-.4,12.9-37.4,90.4-6.8,81.3,21-4.1-24.4-41.8-35-62-32.7-.9,1.5,1.2,2.5,2.8,2.3,12.1-.9,22.9,2.1,32.7,9.1,17.2,15.3-34.2-19.3-46.7,4.7-19.6,25.7-37.8-34.9-64-33.5-7.3-.3-37.6-6-38,2.5-1.8-1.7-4.2-2.3-7.1-1.6h0Z" style="fill: #f8fcfd;"/>
                                <path d="M252.3,39.7c.5-8.7,30.8-2.7,38-2.5,26.3-1.5,43.8,58.9,64,33.5,11.3-16.1,30.1-7,45.1-1.7,20.6,5-21.8-17.2-31.1-12.1-2.9,.6-4.4-3-.9-3,16.5-.2,32.5,4.7,47.9,14.7,23.5,14.4,.9,29.3,13.3,24.3,11.1-9,25.9-15.2,38.1-4.4,20,22.6,11.4,6.3,34.4,10.3,3.1,11.7,18.4,10.4,28.3,10.2,20.8-.9,34.1-.6,53.3-1.2,8.8,3.3,20,4,33.5,2.2,29.1,2.3,56.3-2.3,83.5,6.1,17.3,7.3,35.3,7.4,53.9,0,19.9-1.6,52.9,13,42.2,36.9-37.5,43.4-95.9-35.8-135.2,3.2-24.5,16.4-44.5,10.8-59.9-16.5-16.4-1.8-32.5-2.4-48.4-1.6-35.5-1.1-77-5.3-112.8-7.9-23.3-3.3-41.8-19.8-66.6-9.8-52.9-9.6-109.8,5-166.6-1.5-6.4-.6-14.9-.4-25.6,.6-21.7,4-41.8-10-63-6.8-11.1-.1-12.4-12.7,.7-12.6,15.3-2.7,23.6-14,28.6-27.5l34.6,3.4c21.7-10.5-7.9-32.6,36.6-18.1,15.8,5.7,19.5-3.6,28.8-11.1,9.8-.6,18.8,2.5,28.1,5,9.3-2.9-10.5-8.3-22.8-12.1h0Z" style="fill: #83c9e2;"/>
                                <path d="M245.1,37.8c8.4,.2,42,13.3,29.7,14.5-9.2-2.5-18.3-5.6-28.1-5-17.2,21.5-27.9,8.6-51.8,6.3-2-.2-3.9,1.3-3.9,3.4,1,31.1-26.4,15.3-44.3,16.1,18.4-24.2,37.5,16.3,34.8-14.4-.5-4.6,2.2-9.1,6.7-10.7,23.6-12.5,37,17.9,44.5,2.5,2.9-5.6,7-9.8,12.4-12.7Z" style="fill: #f8fcfd;"/>
                                <path d="M615.8,67.8c16.3-39,78.4-37.3,88,4.8,8.1,6.5,16.2,10.5,4.1,20.8-1,3.5-2.6,3.9-4.6,1.4,4-7,3.1-13-2.5-18.2-5.5-11.9-10.1-23.1-24.7-25.3-10.4-2.1-30.8-4.9-40.1,.7-8.2,.1-17.2,31.8-20.2,15.8h0Z" style="fill: #f8fcfd;"/>
                                <path d="M615.8,67.8c3.1,15.8,12.1-15.9,20.2-15.9,19.7-7.1,57-4.7,62.5,20.8,4.5,7.2,10.8,12.8,4.8,22-1.6-2.1-2.4-9.4-6.5-8.3-12.4,3.4-38.1-.7-46.7-.5-33.5,6.5-70.9-18.3-99.2-2.1,17.5-17.2,43.6-34,64.9-16Z" style="fill: #c2dfe1;"/>
                                <path d="M430.7,82.3c21-6.4,31.9-15.6,49.7,7,8,3.7,18.3-1.2,20.6,9.4-6.8-1.8-13.2-1-19,2.5-10.2-2.7-17.4-21.2-30.9-18.5-10.2-2.7-39.6,26.7-20.4-.4Z" style="fill: #f8fcfd;"/>
                                <path d="M550.7,83.8c28.3-16.2,66,8.7,99.2,2.1,3.7-.1,11.4,.5,23.1,1.6,8.6,2.4,19.8-3.4,27.1,.5,1,2.6,5.3,13.6,7.6,5.3-.2,2.9,1.1,4,3.9,3.4-7.7,5.4-7.8,7.3-.1,5.5,22.6-8.2,39.5,17.8,38.9,9.4,1.5,0,2.4,1.6,2.9,4.6-25,12.3-48.1,.2-71.6-4.2-31.7-2.3-73.2,1.4-103.8-4.6-22.9,1.2-47,3.7-70.8-.4,6-9.1,15-16.7,24.8-12.9,9.5,6.9,12-7.4,18.8-10.3Z" style="fill: #a1d0de;"/>
                                <path d="M135.9,112.5c20.6,11.3,49.7,5.5,70.3,6.6,56.8,6.5,113.7-8,166.6,1.5-14.4,6.2-52.1,45-73.9,19-.9-.8-2.4-.6-3,.4-13.3,23.1-41.7,11.5-54.8-4.7-12.1-18.2-35,19.4-42.6-2.9-.5-1.2-1.8-1.8-3.1-1.4-18.6,5.1-71.5,13.3-59.5-18.5Z" style="fill: #6bc2e4;"/>
                                <path d="M711.9,96.8c16.2-6.6,36.1,0,38.1,17-24.8-24.9-57-1.8-38.1-17Z" style="fill: #f8fcfd;"/>
                                <path d="M418,125.6c25.4,8.5,52.3,4.3,78.5,9.6,35.5,4.3,69.3,1,104.2,4.7-31.5,22.8-70.4,25.7-97.7,.3-1.7-1.6-4.4-1.3-5.6,.7-22.1,39.9-64.8,20.9-79.4-15.3h0Z" style="fill: #6bc2e4;"/>
                              </g>
                              <g id="mid-clouds-1">
                                <path d="M550.6,73.3c8.2,1.3,14.7,4.2,19.4,8.7-2.9-.9-5.3-.5-7.3,1.3-.1-8.8-30.3-5.4-37.7-5.8-26.3-3.7-47.5,55.1-65.8,27.9-11.1-25.1-64.6,5.2-46.2-8.6,10.1-6.1,21.2-8.1,33.1-6.3,1.6,.4,3.8-.6,2.9-2.1-20-3.8-58.2,3.4-63.8,27.5-5.6-30.5,72-51.7,82.4-14.2,6.7,17.6,28-42.1,83-28.4Z" style="fill: #f8fcfd;"/>
                                <path d="M562.8,80.8c.4,.7,.4,1.6-.1,2.6-12.7,2.7-20.4,4.8-23.1,6.4-12.5,10.7,28.8-5.2,31.3,4.1,8.6,20.4,30.8,7.5,48,8.1,2,0,3.8,1.7,3.7,3.7-2.7,31.1,24.8,17.3,43.1,19.7,4.2,13.9,11.6,25.8,26.8,29.7,12.3,1.2,12.3,13-.2,12.6-20.8-5.1-41.9,7.3-63.2,1.5-10.6-2-19.1-2.9-25.5-2.8-57,1.8-113.1-17.5-166.4-12.4-24.2-12-43.5,2.7-67.1,4-35.8-.3-77.7,.1-113.1-1.7-15.8-2.1-32-3-48.4-2.5-17.1,26-37.4,29.8-60.8,11.4-36.2-42.2-100.4,31.6-134.6-14.7-9-24.6,24.8-36.6,44.5-33.2,18.1,8.9,36.1,10.4,53.8,4.5,27.7-6.1,54.5,.9,83.7,.9,13.4,2.9,24.6,3.1,33.5,.6,19.2,2.2,32.4,3.1,53.2,5.7,40.6,5.9,13.4-16.6,51-4,13.6-17.8,35.1-20.8,50.5-3.6,12.1,6.1-9.7-10.6,14.7-23.1,15.9-8.7,32.2-12.3,48.6-10.7,3.5,.2,2,3.7-1,2.9-9.2-5.9-52.2,12.7-31.7,9.4,15.5-4.1,34.6-11.4,44.8,5.5,23.4,31.8,31.7-49.3,104-24.6Z" style="fill: #83c9e2;"/>
                                <path d="M562.7,83.3c7.8-6.1,15.8,5.9,18.7,12.3,6.4,15.9,22.5-13.2,44.6,1.3,4.3,2,6.8,6.7,6,11.3-4.6,30.3,17-8.4,33.8,17.2-18.1-2.3-46,11.1-43.1-19.7,.1-2-1.6-3.7-3.7-3.7-24,.4-35.7,12.2-51.2-10.6-9.6-1.5-19,1-28.3,2.6-9.3-3.3,10.6-8.2,23.2-10.7Z" style="fill: #f8fcfd;"/>
                                <path d="M128.7,54.8c31.7-13,54.9-4.4,69.6,26-.8,4.5-2.4,5.5-5,3.1-6.7-25.4-31.5-28.1-54.1-24.8-11.9,1.6-19.9,8.1-23.7,19.6-5,6.9-11.5,12-6.1,21.5-2.2,2.3-3.8,1.7-4.5-1.8-8-8.3-7.4-14.2,2-17.6,9.1-7.3,6-21.2,21.8-26Z" style="fill: #f8fcfd;"/>
                                <path d="M193.3,83.9c2.5,2.4,4.2,1.4,5-3.1,22.7-16.2,47.7,3.1,63.9,21.5-27.3-18.6-66.4,3.2-99.1-6.1-8.6-1-34.5,.9-46.7-3.5-3.8-1.5-5.5,5.7-7.1,7.7-5.4-9.7,1.1-14.6,6.1-21.5,3.8-11.5,11.8-18,23.7-19.6,22.6-3.5,47.1-.5,54.2,24.6Z" style="fill: #c2dfe1;"/>
                                <path d="M379,111.3c.8,.7,1.9,.5,3.1-.4,17.1,28.3-10-2.9-20.4-1.4-13.2-3.7-21.7,13.9-32,15.9-5.6-3.9-11.9-5.3-18.8-4.1,2.3-6.2,8-8.3,17.2-6.4,17.3-12.3,31.4-21.6,50.9-3.6Z" style="fill: #f8fcfd;"/>
                                <path d="M236.3,94.4c28.8-3.8,31.3,26.2,43.9,19.4,10-2.9,18.4,5.5,23.8,15-24.1,2.2-47.8-2.4-70.6-5.5-31,3.4-72-3.7-103.9-4.1-23.8,2.4-47.6,12.7-71.7-1.8,.6-2.9,1.7-4.4,3.2-4.3-1.3,8.3,17.8-16.1,39.4-6,7.6,2.4,7.6,.6,.2-5.5,2.8,.8,4.2-.2,4.1-3.1,1.9,8.6,6.6-2,8-4.6,25.1,.6,52.8,2.6,76.6,4.7,14.9,.2,29.4-3.9,47-4.2Z" style="fill: #a1d0de;"/>
                                <path d="M629.1,169.2c15.3,2.8,30.4,1.7,45-3.4,10.3,32.7-42.6,19.8-60.5,13.3-1.2-.5-2.6,0-3.1,1.2-9.1,21.7-29.3-17.8-42.7-.7-14.4,15.5-43.1,23.9-54.9,.1-.6-1-2-1.3-3-.6-23.5,24.2-59-18-72.6-25.1,61.9-2.4,126.1,13.1,191.8,15.2Z" style="fill: #6bc2e4;"/>
                                <path d="M61.1,113.1c15.4-32.3,59.4-1.9,39.4-6-21.6-10.1-40.7,14.3-39.4,6Z" style="fill: #f8fcfd;"/>
                                <path d="M392.1,155c-17.3,35.4-60.8,49.8-80.1,8.5-1.1-2-3.8-2.6-5.6-1.1-29.1,23.3-67.6,16.5-97.4-8.5,35-.8,68.6,5.4,104.3,4.2,26.4-3,52.8,3.4,78.8-3.1Z" style="fill: #6bc2e4;"/>
                              </g>
                            </g>
                            <g id="back-clouds-2">
                              <g id="mid-clouds-2-2" data-name="mid-clouds-2">
                                <path d="M668.2,98.5c-2.4-.4-4.2,.2-5.6,1.8-2-6.8-23.9-.6-30.3-.1-21-.2-31.1,48.4-49.2,29.5-9.8-12.2-24.3-4.1-36,.8-16,4.4,17.7-14.8,24.1-11,11.1-9-50.1,7.2-45.6,26.8-7-23.6,51.1-48.7,63.6-20.6,2.5,4.1,4.9,4,7.2-.1,13-24.7,45.8-40.3,71.8-27.1Z" style="fill: #f8fcfd;"/>
                                <path d="M662.6,100.3c-9.4,3.2-25.1,9.5-17.3,11,7.1-2.4,14.3-5.3,22-5.3,13.4,15.7,23.7,5.6,41.5,2.5,1.6-.2,3.2,.9,3.3,2.5,.5,24.5,22.1,10.8,36,10.5,5,15.4,18.3,19.4,32.7,22.9-2.4,11.4-13.6,6.1-22.2,7.8-15.8,9.8-39.3,6.8-55.6,8.5-20,3.2-38.8,4.4-56.4,3.7-27.3-1.1-52.7,.7-76.1,5.5-20.1-6.6-34.1,7.1-52.5,10.9-42,7-85.5,10.8-127.7,15.3-10.9,22.3-26.5,27.6-46.8,15.9-33-29.1-75.7,36.3-107.6,3.9-9.6-18.4,16.1-31.4,31.8-31.1,15.2,4.9,29.5,4,42.9-2.6,21.2-7.9,43-5.6,66.1-8.9,26.8-.7,42.3-5.9,68.9-5,30.4,.7,10.7-14.7,40-8.9,8.9-15.4,25.3-20.6,39.5-8.7,9.6,3.4-8.1-8.3,9.4-19.8,3-6.3,47.1-19.7,36.8-11.5-6.6-3.7-39.9,15.4-24.1,11,11.7-5,26.2-12.9,36-.8,18,18.9,28.2-29.6,49.2-29.5,6.8-.6,28.3-6.7,30.2,.2h0Z" style="fill: #83c9e2;"/>
                                <path d="M668.2,98.5c4.5,2.1,7.9,5.2,10.3,9.3,6.5,11.5,17.1-13,35.3-4.1,3.6,1.1,6,4.5,5.8,8.2-.9,23.9,13.4-8.3,28.4,9.6-14.2,.3-35.3,14-36-10.5-.1-1.6-1.6-2.7-3.3-2.5-18,3.1-27.9,13.3-41.5-2.5-7.7,0-14.9,2.9-22,5.3-9.7-.5,16.2-12.2,23-12.8Z" style="fill: #f8fcfd;"/>
                                <path d="M374.9,139.9c-2,12.4-10.3-12-16.9-11.6-16-4.6-45.6-1-48.7,19.5-3.2,5.9-8,10.7-2.7,17.6-1.5,2.1-2.8,1.8-3.8-.9-10.1-7.5-3.8-11.2,2.3-16.6,5.6-33.9,55.1-37.8,69.8-8Z" style="fill: #f8fcfd;"/>
                                <path d="M374.9,139.9c16.1-15.1,37.8-3.3,52.5,9.5-26.5-11.3-52.2,10.3-78.8,6.4-7,.2-27,4.7-37.1,2.5-3.2-.7-3.7,5-4.8,6.8-5.3-6.9-.5-11.7,2.7-17.6,3.1-20.5,32.7-24.1,48.7-19.5,6.4-.5,15,23.9,16.8,11.9Z" style="fill: #c2dfe1;"/>
                                <path d="M522.8,142.5c16.3,20.3-8.1-1.2-16.3,1.3-10.9-1.4-15.8,13.6-23.7,16.2-4.8-2.4-9.9-2.8-15.3-1.1,.7-7.8,9.9-5.5,15.9-8.4,13.3-18.9,22.3-11.6,39.4-8Z" style="fill: #f8fcfd;"/>
                                <path d="M427.4,149.5c5.8,1.9,8,12.8,15.4,7,7.6-3.4,15.1,2.2,20.3,9.1-45.8,5.8-92.3,7.4-138.5,12.4-18.4,4.6-36.3,15.4-56.8,6.8,.2-2.4,.9-3.6,2.1-3.7-.4,6.4,13.6-14.8,30.5-9.3,6.2,1,6-.4-.4-4.4,2.3,.3,3.3-.6,3-2.9,2.3,6.4,5.1-2.3,5.9-4.5,.4-1,1.5-1.6,2.7-1.4,10,2.1,30.3-2.3,37.1-2.5,26.6,4.1,52.3-17.8,78.7-6.6Z" style="fill: #a1d0de;"/>
                                <path d="M758.6,152.2c12.5,27.2-36.2,16.6-48.8,18.6-4.4,17.8-25.4-10.4-33.8,4.3-15.2,18.1-28.1,20.6-45.7,6.3-16.1,21.5-48.1-7.3-59.7-11.4,59-13,128.2,2.6,188-17.8Z" style="fill: #6bc2e4;"/>
                                <path d="M299.9,167.3c15.8,10.7-12.6-4.7-29.5,15.4,1.1-13.7,16.2-19.7,29.5-15.4Z" style="fill: #f8fcfd;"/>
                                <path d="M535,176c-10,29.5-43,46.2-62.4,15.9-1.1-1.5-3.3-1.6-4.5-.2-20.5,21.4-51.5,20.9-77.7,4.4,47.9-6,97.7-7.2,144.6-20.1Z" style="fill: #6bc2e4;"/>
                              </g>
                              <g id="mid-clouds-1-2" data-name="mid-clouds-1">
                                <path d="M427,141.1c42.8-13.5,62.9,32.5,67.5,18.5,6.9-30,68.7-17.5,66.2,7.3,1.1-19.7-61.9-24-49.7-17.1,5.4-5,42,6.8,25.7,6-12.5-2.5-28.1-7.3-35.4,6.6-13.9,22.2-33.1-23.4-53.7-19-6.7,.9-28.8-.9-29.7,6.3-1.7-1.3-3.6-1.5-5.9-.7,3.5-3.9,8.5-6.5,15-7.9Z" style="fill: #f8fcfd;"/>
                                <path d="M417.7,147.6c53.7-22.9,67.2,40.4,83.6,14.7,7.3-13.9,22.9-9.1,35.4-6.6,16.4,1-19.9-11-25.7-6-12.2-6,34.3-1.9,38.2,3.8,19.6,8,3.9,22.9,12.9,17.6,11.3-14.4,28.8-13,40.3,.5,26.9-11.6,11.9,7.4,40.8,.7,26-6.4,42-4.3,68.6-9.1,23.2-1.5,44.1-8.2,66.5-4.7,14.4,3.8,28.6,1.7,42.6-6.1,15.4-3.6,42.9,4.2,36.9,24.1-25,38.3-79.5-17-106.3,18.1-17.7,15.6-34,13.6-48.9-6.1-42.2,3.9-85.6,9.5-128.2,11-18.8,0-34.9-10.7-53.5,0-23.8,.1-49,3.4-75.6,10-17.2,4.3-35.8,6.9-56,7.8-16.2,1.5-38.7,9.4-56.1,2.9-8.8-.1-18.6,7.5-23.2-3.2,13.6-6.3,25.7-13.1,27.9-29.1l27.6-1.3c15.7-10.8-8.4-24.8,27.1-18.2,12.2,2.9,15.5-5.1,21.6-12,3.2-2.8,32.4,4.1,22.2-2.6,2.5-1.5-19.1-1.5-18.7-6.2Z" style="fill: #83c9e2;"/>
                                <path d="M417.9,149.6c10.1,1.4,26,4.1,19.1,7.3-7.5-.8-15-2.3-22.6-.7-10.2,18.2-22.1,10.3-40.2,10.8-5.6,2.2-.5,14.4-5.4,17.8-.7,3-28.5,2.2-30.7,2.9,11.4-20.8,31.2,8.4,26.1-15.2-.9-3.6,.9-7.4,4.2-9.2,16-12.4,30.9,9.4,35.4-3.1,2-5,7.5-15,14.1-10.6Z" style="fill: #f8fcfd;"/>
                                <path d="M761.6,106.3c11.4,2,11.5,14.1,18.7,19.5,12.5,1.5,2.1,19.4-1.1,15.5,3.8-7.9-1.5-11.6-5.9-16.7-3.6-8.9-10.2-13.7-19.8-14.3-17.5-1.9-38.2,2.2-41.8,22.1-1.9,2-3.2,1.3-4.1-2.2,10.1-24.7,28.1-32.6,54-23.9Z" style="fill: #f8fcfd;"/>
                                <path d="M711.6,132.4c3.6-26.3,52.3-31.8,61.6-7.8,4.3,5.1,9.8,8.8,5.9,16.7-1.5-1.5-3-7-6-5.8-9.5,4-30.1,3.9-36.9,5-25.4,9.3-54.7-6.6-78.5,9.8,12-15.4,31-31.7,49.8-20,.8,3.4,2.2,4.1,4.1,2.1Z" style="fill: #c2dfe1;"/>
                                <path d="M565.3,162.9c14.6-15.1,26.3-8.4,40.6,.4,7.2-2,11.9-.6,14,4.2-5.6-.6-10.5,.7-14.8,4.1-8.2-1-15.9-14.7-26.2-11-8.3-.9-28.5,25.4-16.1,2,1.1,.8,1.9,.9,2.5,.3Z" style="fill: #f8fcfd;"/>
                                <path d="M677.9,142.8c35.1,3,63.9-3.4,98.1-6.5,1.1,2,5.6,10.1,6.6,3.2,.1,2.3,1.2,3,3.4,2.2-5.6,5.1-5.5,6.6,.4,4.3,15.4-8.9,32.7,8.8,31.6,2.8,1.2-.1,2.1,1,2.7,3.2-18.6,12.6-37.9,5.6-57,4.8-46.3,4.5-92.1,12.4-138.2,15.9,9.8-22.4,22.4-5.6,27.3-17,4.3-9.2,16.3-13,25.1-12.9Z" style="fill: #a1d0de;"/>
                                <path d="M369.2,220.5c52-4.7,102.5-20.2,151.7-21.2-10.6,6.3-36.6,41.2-56.5,23.3-15,17.7-26.9,18.1-46,3.1-11-12.8-26.4,19.1-33.9,2.6-12.7,.6-58.6,21-51.3-8.4,12,3.4,24,3.6,36,.6Z" style="fill: #6bc2e4;"/>
                                <path d="M818.1,149.1c1,5.9-16.5-11.8-31.6-2.8-15.7,3.9,18.3-21.8,31.6,2.8Z" style="fill: #f8fcfd;"/>
                                <path d="M574.4,199.3c42.6-1.5,85.9-7.1,128.2-11-22.4,21.3-52.8,28.3-77.1,11.4-1.5-1-3.6-.5-4.4,1.2-13.4,33.5-48.7,24.2-64.1-2.9,5.8,.3,11.6,.7,17.4,1.3Z" style="fill: #6bc2e4;"/>
                              </g>
                            </g>
                            <g id="clouds">
                              <g>
                                <path d="M866.5,108.7c-1.2,2.8-2.1,3.9-3.3,.2" style="fill: none; stroke: #a2cde5; stroke-width: 2px;"/>
                                <path d="M868.3,113.8c-3.5,4.6-8.6-5.1-12-6.8" style="fill: none; stroke: #eaf2f2; stroke-width: 2px;"/>
                                <path d="M264.4,156.9c-15.1-7.5-28.9-22-47.8-18.4" style="fill: none; stroke: #d6e1e3; stroke-width: 2px;"/>
                                <path d="M216.6,138.4c-13.4-11.2-34.7-22-46.8-4.2" style="fill: none; stroke: #cddade; stroke-width: 2px;"/>
                                <path d="M169.7,134.3c-1.6,.6-3.3,1.1-5.1,1.5" style="fill: none; stroke: #d6e2e4; stroke-width: 2px;"/>
                                <path d="M150.7,117.9c-.8,1.2-1.4,2.4-2,3.8" style="fill: none; stroke: #e6eded; stroke-width: 2px;"/>
                                <path d="M151.9,123.3c.9-2.2,2-4.2,3.3-6.1" style="fill: none; stroke: #e6eded; stroke-width: 2px;"/>
                                <path d="M868.3,128.9c-6.7-1.2-10.1,4.9-13.7-.8-11.1-9.7-29.7-19-44.3-15.7-8.5,1-20.8,15.7-13.5,22,5.7-3,9.6-1.9,11.7,3.2,1.6,2.2,3.6-1.4,6.3-.4,14.8,1,8.7,16,21.2,10.6" style="fill: none; stroke: #bee1e9; stroke-width: 2px;"/>
                                <path d="M835.8,147.9c-3.7,5.1,3.2,6.2,6.6,7.4" style="fill: none; stroke: #e6efee; stroke-width: 2px;"/>
                                <path d="M813.1,159.1c-2.8-1.8-7-2.4-7.1-6.3" style="fill: none; stroke: #cedfe3; stroke-width: 2px;"/>
                                <path d="M704.7,155.7c-.3,2.6-8,6.6-10.6,5.1" style="fill: none; stroke: #d7e4e5; stroke-width: 2px;"/>
                                <path d="M806,152.8c1.7-15.7-11.9-11.2-20.8-16.3-12.1-22.6-36.7-11-40.8,9.8-21.4,3.3-12.3,13.8-36.5,7.9" style="fill: none; stroke: #d7e4e5; stroke-width: 2px;"/>
                                <path d="M868.3,153.9c-1,.7-2.1,1.2-3.2,1.6" style="fill: none; stroke: #91d4e7; stroke-width: 2px;"/>
                                <path d="M854.2,154.7c-5.2-4.1-11.5-7.3-18.4-6.8" style="fill: none; stroke: #c8e8ef; stroke-width: 2px;"/>
                                <path d="M216.6,138.4l8.2,6.2" style="fill: none; stroke: #c8d8dc; stroke-width: 2px;"/>
                                <path d="M224.8,144.6c-19-2.4-35.6-3.4-53.9,.4" style="fill: none; stroke: #baced6; stroke-width: 2px;"/>
                                <path d="M166.9,138.9c.8-1.6,1.8-3.2,2.8-4.7" style="fill: none; stroke: #c8d9dd; stroke-width: 2px;"/>
                                <path d="M806,152.8c-6.3-4.8-21.9,2.2-23.1-5.3-3.4-2.5-8.7-.2-13.4,.5-2.9,1.3-8.5-2.8-8.8,2.2-1.3,2.1,4.8,8-.1,7.2-12.7-1.4-24.9,7.4-34.7,14.5" style="fill: none; stroke: #c9dbe1; stroke-width: 2px;"/>
                                <path d="M725.9,171.7c-7.5-8.2-14.6-1-22.3-1.5" style="fill: none; stroke: #c5d7df; stroke-width: 2px;"/>
                                <path d="M703.6,170.2c-1.5-4.7-16.6-8.6-14.3-1.2,.7,1.1-.3,3.4-1.1,.9-2.5-2.7-5.1-7.7-9.5-5.4" style="fill: none; stroke: #c9dbe1; stroke-width: 2px;"/>
                                <path d="M678.6,164.6l-.1-.3" style="fill: none; stroke: #d3e3e4; stroke-width: 2px;"/>
                                <path d="M554.7,159.8c-1.6-.3-3.2-.5-4.8-.5" style="fill: none; stroke: #c5d8dd; stroke-width: 2px;"/>
                                <path d="M328.3,193.5c4.2,1.6,7.8,4.1,10.8,7.2" style="fill: none; stroke: #e1eaeb; stroke-width: 2px;"/>
                                <path d="M339.1,200.7c-1.4,3.6,.6,17.4-6.5,12.4" style="fill: none; stroke: #c8d8dc; stroke-width: 2px;"/>
                                <path d="M332.6,213.2c-21.1-12.7-27,3-33.9-16.6" style="fill: none; stroke: #bfd1da; stroke-width: 2px;"/>
                                <path d="M298.7,196.5c-5.7-20.8-19.9-39.6-42.1-23.9-9.3-10.5-19.9-19.8-31.7-27.9" style="fill: none; stroke: #c3d4db; stroke-width: 2px;"/>
                                <path d="M298.7,196.5c-33-27.9-78-34.9-120.2-32.8" style="fill: none; stroke: #b1c7d3; stroke-width: 2px;"/>
                                <path d="M805.8,160.7c-18-7.9-36.9-1.1-53.2,8.3" style="fill: none; stroke: #bed3de; stroke-width: 2px;"/>
                                <path d="M332.6,213.2c3.4,2.8,13.2,8.7,17,6.1" style="fill: none; stroke: #b5cbd5; stroke-width: 2px;"/>
                                <path d="M349.6,219.2c-2,3.6-4.5,6.9-7.6,9.8" style="fill: none; stroke: #a6becb; stroke-width: 2px;"/>
                                <path d="M342,229c-10.2,8.1-36.1-16-47.3-21.3-5.7-2-11.2-4.5-15-9-3.5-.9-7.4-3.2-11-4-23.3-14.5-52.6-13.4-77-17-5.3,.6,15.7,15.8,14.6,21.9" style="fill: none; stroke: #a6bfd0; stroke-width: 2px;"/>
                                <path d="M199.3,195.1c-2.8-3.1-5.9-5.8-9.4-8.1" style="fill: none; stroke: #a4bccc; stroke-width: 2px;"/>
                                <path d="M612.6,187.2c-11.7-2.8-12.5-18-27.2-8.6-2.6,.8-3.2-.3-5.4-2" style="fill: none; stroke: #a6c0cd; stroke-width: 2px;"/>
                                <path d="M580,176.6c-7.5-18.1-21.8-1.9-25.2-16.8" style="fill: none; stroke: #bed3da; stroke-width: 2px;"/>
                                <path d="M580,176.6c-3.3-.3-2.9,5.6-6.4,4.7-10.3-1-17.2,2.8-21,11.2-.4,1.1-2.5,0-3.2,0" style="fill: none; stroke: #9db7c8; stroke-width: 2px;"/>
                                <path d="M549.4,192.4c-7.7-1.5-18.6-7-24.2,.1" style="fill: none; stroke: #a7beca; stroke-width: 2px;"/>
                                <path d="M525.3,192.4c-3-12.6,16.2-9,13.2-21.2" style="fill: none; stroke: #bed3da; stroke-width: 2px;"/>
                                <path d="M678.6,164.6c-8.1,13.9-8.3,11.9-24.9,13.1-13.2,3.5-.9,18.3-21.1,16.2" style="fill: none; stroke: #cbdde2; stroke-width: 2px;"/>
                                <path d="M632.6,193.8l-2.5-4.8" style="fill: none; stroke: #adc5d0; stroke-width: 2px;"/>
                                <path d="M703.6,170.2c-22.4,4.3-40.8,14.4-57.5,30.4" style="fill: none; stroke: #bcd2dd; stroke-width: 2px;"/>
                                <path d="M607.2,204.5c2.8-1.3,25.5-6.5,23.8-9" style="fill: none; stroke: #d5e4e9; stroke-width: 2px;"/>
                                <path d="M631,195.5c1.1-.2,1.6-.8,1.6-1.7" style="fill: none; stroke: #a3bdcd; stroke-width: 2px;"/>
                                <path d="M671.5,190.7c-3.4-.2-6.8,1-9.2,3.5" style="fill: none; stroke: #9fb9cb; stroke-width: 2px;"/>
                                <path d="M525.3,192.4c-6.9,9.4-19.4-10.2-28,15.6-8.3-2.8-21.4-6.6-23.9,6.8" style="fill: none; stroke: #b0c7d0; stroke-width: 2px;"/>
                                <path d="M631,195.5c-11.8-1-25.6,2-34.8,9.6" style="fill: none; stroke: #b8cbd7; stroke-width: 2px;"/>
                                <path d="M487.7,231.8c-1.2-1.9-1-3.1,1.2-4.9-2.1,0-3.2,1-4.3,3-8.1-3.6-16.1-.2-24.5,2.1" style="fill: none; stroke: #7d9eb7; stroke-width: 2px;"/>
                                <path d="M460.3,232.1l9.5-12.3" style="fill: none; stroke: #9ab5c6; stroke-width: 2px;"/>
                                <path d="M469.7,219.8c16.5-2.1,32-5.2,47.7-9" style="fill: none; stroke: #8fabbe; stroke-width: 2px;"/>
                                <path d="M520.4,208.7c-1.9-3.2,24.4-12.1,29-16.4" style="fill: none; stroke: #8fabbe; stroke-width: 2px;"/>
                                <path d="M342,229c-5,5.3-12.4,5.9-18.9,3.2" style="fill: none; stroke: #95b0c5; stroke-width: 2px;"/>
                                <path d="M323.1,232.2c-8.1-3.2-19,5.8-24.9-2-7.7-1.4-15.7-2-22-7.2" style="fill: none; stroke: #8eacc3; stroke-width: 2px;"/>
                                <path d="M276.3,223c-15.9-11.6-42.1-38.8-60.9-18.8" style="fill: none; stroke: #94b0c5; stroke-width: 2px;"/>
                                <path d="M343.7,196.7c-2,.8-3.5,2.3-4.7,3.9" style="fill: none; stroke: #d7e4e6; stroke-width: 2px;"/>
                                <path d="M469.7,219.8c.8-1.9,2-3.6,3.7-5.1" style="fill: none; stroke: #a4bcc9; stroke-width: 2px;"/>
                                <path d="M276.3,223c-3-.2-6-.5-8.9-1.2" style="fill: none; stroke: #81a2bb; stroke-width: 2px;"/>
                                <path d="M255.1,217.4c-7-7.4-18.9-13.8-28.9-8.7" style="fill: none; stroke: #b5c8d4; stroke-width: 2px;"/>
                                <path d="M354.4,208.2c-2.6,3.2-3.1,7.4-4.8,11" style="fill: none; stroke: #afc4ce; stroke-width: 2px;"/>
                                <path d="M375.7,223.6c-.2,1.8-.2,3.6-.1,5.4" style="fill: none; stroke: #8dbed4; stroke-width: 2px;"/>
                                <path d="M373.3,222.3c-14.1,.4-22.1-5.7-31.3,6.7" style="fill: none; stroke: #94afc1; stroke-width: 2px;"/>
                                <path d="M375.6,229c-.2-2.1-.2-4.5-1-6.4" style="fill: none; stroke: #94afc1; stroke-width: 2px;"/>
                                <path d="M248.3,215c-5.6-4.1-11.3-6.1-18.2-5.2" style="fill: none; stroke: #d4e3e5; stroke-width: 2px;"/>
                                <path d="M432.6,236.9c-1,1.1-1.6,2.5-1.8,4" style="fill: none; stroke: #95c6db; stroke-width: 2px;"/>
                                <path d="M430.7,240.9c-.4-.1-.6,0-.7,.3" style="fill: none; stroke: #86bbd6; stroke-width: 2px;"/>
                                <path d="M430,241.2l-3,1.5" style="fill: none; stroke: #6ba7c7; stroke-width: 2px;"/>
                                <path d="M427,242.7c-3-10.5-2.7-7.6-13.1-6.1" style="fill: none; stroke: #7bb2cf; stroke-width: 2px;"/>
                                <path d="M385.2,228.6c-2.6,.4-8.3,3.5-9.7,.4" style="fill: none; stroke: #82b6d1; stroke-width: 2px;"/>
                                <path d="M460.3,232.1l-5.3,6.1" style="fill: none; stroke: #92afc2; stroke-width: 2px;"/>
                                <path d="M455,238.2c-14.8,1-16.4,6.1-24.3,2.8" style="fill: none; stroke: #a1bccc; stroke-width: 2px;"/>
                                <path d="M323.1,232.2c8.7,2.8,19.3-2.9,28.3-.1,18.1,5.6,37.8,0,56.4,3.6" style="fill: none; stroke: #82a2bb; stroke-width: 2px;"/>
                                <path d="M427,242.7c-.5,.5-1.2,.8-1.9,1.1" style="fill: none; stroke: #6c93b1; stroke-width: 2px;"/>
                                <path d="M425.1,243.8c-39.9-.4-80,1.5-119.7-3,.3-.1,.6-.4,.9-.6-1.7-.6-3.5-.8-5.3-1.1" style="fill: none; stroke: #7299b6; stroke-width: 2px;"/>
                                <path d="M483.8,234c-12.4,1.2-28.8,4.2-37.3,13.4" style="fill: none; stroke: #6990ae; stroke-width: 2px;"/>
                                <path d="M446.5,247.5l8.4-9.4" style="fill: none; stroke: #84a5bd; stroke-width: 2px;"/>
                                <path d="M417,261.9c1.3-4-1.7-9.9-6.5-7.2" style="fill: none; stroke: #6390b1; stroke-width: 2px;"/>
                                <path d="M410.5,254.7c-7.7,.4-11,7.1-16.3,10.5-7.1-1.1-12.8,1-17.1,6.4" style="fill: none; stroke: #86aec4; stroke-width: 2px;"/>
                                <path d="M377.1,271.5c.1-4.9-9.8-2.8-12.8-2.8" style="fill: none; stroke: #5281a6; stroke-width: 2px;"/>
                                <path d="M352.9,264.7c16.6-21.9,50.5-8.9,72.2-21" style="fill: none; stroke: #638eae; stroke-width: 2px;"/>
                                <path d="M430,241.2c.5,3.9-8,10.8-3.6,11.6,7.5-.1,14.2-1.9,20-5.4" style="fill: none; stroke: #779db8; stroke-width: 2px;"/>
                                <path d="M381.1,272.6c7.2-10.8,11.7,.7,19.6-6.9,3-4,5-9,9.8-11" style="fill: none; stroke: #8db6cb; stroke-width: 2px;"/>
                              </g>
                              <path d="M110.4,57.5c3.4,0,15,5.3,10.7,7.3-6.1-5.3-14.2-5.7-21.8-4.2-20.3,4.1,9.4,8.8-21.3,9.8,2.7-5.1,7.3-3.3,11.2-3.1-2.4-11.5,14.6-9.4,21.2-9.8Z" style="fill: #f8fcfd;"/>
                              <path d="M122.5,63.9c.3,2.7,2.6,4.1,4.2,5.9-11.3,.5-22.7,.3-34-.7,.5-1.2,.3-2.2-.7-3.2-2.9-5.4,9.5-5.3,13-6,6.6-2.4,15.5,6.2,17.5,4Z" style="fill: #bcdbdf;"/>
                              <path d="M73.8,81.4c12.1-4.8,14.5,6.9,25.7,4.1,3.5-.5,3.2,2.9,7.2,2.2-1.6-5.2,6.1-5,9.4-5.2,4.3,1.7,7.1,6.8,12.4,5.9,9.2,1,11.9-13.9,1.4-13.7-1.2,0-2-1-1.8-2.1-5.1-6.9-25.7-.4-35.3-3.6-4.7,2-9.2-1.3-14.8,1.3-1.2,.8-.6,3.5-2.3,3.8-6.3-.4-11.1,8.2-1.9,7.3Z" style="fill: #90c8de;"/>
                              <path d="M868.3,108.5c2.2,22.1-19.4-23.6-60.8-8.2,17-14.2,47.3-12.3,56.3,9.9,1.9,4.6,1.7-3.6,4.5-1.7Z" style="fill: #f8fcfd;"/>
                              <path d="M148.1,123.5c.5-10.5,24.9-19.8,18.3-15.1-8,4.2-13.2,9.8-15.6,16.9,7,3.9,10,14.4,19,9,4.3-5.9,9.7-9.1,16.2-9.6,9.6-.8,22.6,7.3,30.6,13.8,7.7-4.5,19.9,4.3,26.8,5.3,9.3,2.3,12.8,11.9,22.6,13.5-12.2-13.1-9.6-38.3-31-45.5-7-2.3-11.1,6.8-18.9,3.7-5-15.9-28.2-24.4-44.1-21.7-10.2,8.4-23.2,15.2-28.4,27.8,1.6,.4,3,1.1,4.5,1.9Z" style="fill: #dbe3e5;"/>
                              <path d="M143.6,121.4c5.2-12.6,18.2-19.4,28.4-27.8-14.9,3.4-25.6,13.3-31,26.8,.9,.3,1.7,.6,2.6,1Z" style="fill: #f8fcfd;"/>
                              <path d="M696.7,155.2c2,1.8-1.1,2.8-1.9,4-3,4.3,7.3,.3,9.6-2.3,3.8-7.1,20.7,4,27.5-5.9,3.6-7.9,8.4-1.6,12.3-3.2,2.2-15.7,19.2-29.5,34.5-20.5,5.1,1.8,3.8,10.2,9.6,11.2l8.3,1.4c2.2-.1,4.3-.7,5.8,2,7.5,29.1,21,14.4,43.6,14.8-3.7-2.4-14.4-2.1-10.1-8.8-12.6,5.5-6.2-9.5-21.2-10.6-2.6-1-4.7,2.6-6.3,.4-2.1-5.1-6-6.2-11.7-3.2-7.2-6.5,4.9-20.9,13.5-22,14.6-3.2,33.1,5.9,44.3,15.7,3.6,5.7,7.1-.4,13.7,.8v-15.1c-1.1,1.4-3.6,2.3-4.7,.6-2.8-7-11-8.3-17.1-11.7-12.5-8.5-27.5-4.6-39-3-8.6,4.2-12.1,12.1-16.6,19-14.3-11-34.1-7.9-49,.6-9.2,8.1-12.7,21.2-11.1,31.8-13-5.9-26-5.3-38.9,2.6,1.5,.3,3.9,.3,4.9,1.4Z" style="fill: #dce8e7;"/>
                              <path d="M823.9,104c-4.4,3.3-12.3,1.3-17.7,4.3-2.2-2.1,14.8-6.7,17.7-4.3h0Z" style="fill: #f5fafa;"/>
                              <g id="top-cloud">
                                <path d="M472.4,73.6c-1-.2-1.7,.1-2.3,.7-19-7.9-25.1,20.1-32.1,11.3-3.9-4.6-9.8-1.7-14.5,.3-5.6,1,7-5.6,9.7-4.2,1.4-3.7-20.1,3.7-18.3,10.2-2.3-9.4,20.5-18.7,25.6-7.9,1,1.6,2,1.5,2.9-.1,5.3-9.6,18.6-15.6,29-10.3Z" style="fill: #f8fcfd;"/>
                                <path d="M470.1,74.3c-14.1,5.5-5.6,3.6,1.9,2.2,4.5,5.7,10.3,2.2,16.7,.9,2.5,.5,1.2,5.5,3.5,6.3,.7,1,11.3-1.3,12.3-1.3,2,5.9,7.6,7.4,13.2,8.8-13.8,8.5-37.7,6.4-54.1,7.7-36.1-1-67.6,10.9-103.4,12.1-8.5,17.1-17,2.6-28.9,3.4-12.2,1.9-24.6,14.5-34,3,.2-16.9,21.7-5.9,30.7-11.7,11.8-4.1,27-1.7,38.8-4.9,7.3-.1,15.2,.3,22.7-1.5,2.1-2.9,4.6-4,8-2.2,4.8-4.1,10.4-9.2,17-3.4,3.5,1.3-2.9-3.8,3.7-7.6,2.2-2.5,16.9-7.5,14.8-4.3-2.6-1.2-15.3,5-9.7,4.2,4.7-1.9,10.6-5,14.5-.3,7.2,8.5,13-19,32.3-11.4h0Z" style="fill: #83c9e2;"/>
                                <path d="M472.4,73.6c9.8,10.3,7.2-1.1,18.4,2,1.5,.4,2.4,1.7,2.3,3.1-.3,8.9,6.3-3.2,11.4,3.7-1-.1-11.8,2.4-12.3,1.3-2.1-1-1.1-5.7-3.5-6.3-6.3,1.2-12.2,4.8-16.7-.9-13,3.1-12.5,1.1,.4-2.9Z" style="fill: #f8fcfd;"/>
                                <path d="M354.1,89.5c-1.3,4.6-4-4.6-6.8-4.5-8.9-3.3-24.3,3.5-20.7,14.2-.6,.8-1.1,.7-1.5-.3-4.2-3-1.4-4.3,.9-6.4,2.7-13.2,22.1-14.3,28.1-3Z" style="fill: #f8fcfd;"/>
                                <path d="M354.1,89.5c6.4-5.8,15.3-1.3,21.2,3.7-10.8-4.2-21,4-31.8,2.5-2.8,0-10.9,1.9-15,1-1.2-.3-1.6,2-2,2.7-3.5-10.7,11.7-17.6,20.7-14.2,3-.2,5.4,9.2,6.9,4.3Z" style="fill: #c2dfe1;"/>
                                <path d="M413.7,90.5c6.3,7.6-3.3-.6-6.5,.4-9.7,1.9-2.9,6.7-15.7,5.7,.3-3,4-2.1,6.4-3.3,4.3-6.6,9.9-4.9,15.8-2.8Z" style="fill: #f8fcfd;"/>
                                <path d="M375.3,93.2c5.9,6.7,8.5-1.6,14.4,6.2-18.5,2.4-37.3,2.8-55.9,4.8-5.5,1-20.7,7.9-22.1,1.2,1.2,1.5,6.8-5.8,12.4-3.5,2.5,.4,2.4-.2-.1-1.7,.9,.1,1.3-.2,1.2-1.1,1,2.5,2-1,2.4-1.8,2.3-1.4,6,.3,8.7-.7,9.5-1.9,13.3,.1,22.2-2.7,5.2-1.1,11.1-3.8,16.8-.7Z" style="fill: #a1d0de;"/>
                                <path d="M508.8,94.3c4,11-13.9,6.1-19.7,7.1-1.7,6.8-10.2-3.9-13.6,1.7-4.8,6.6-12.8,7.7-18.5,2.4-6.3,8.3-19.5-2.8-24.1-4.4,23.7-4.9,51.8,.9,75.9-6.8Z" style="fill: #6bc2e4;"/>
                                <path d="M323.9,100.1c6.2,3.4-7.3-.6-12,5.9,.3-5.4,6.7-7.6,12-5.9Z" style="fill: #f8fcfd;"/>
                                <path d="M418.7,103.4c-6.5,15.1-16.5,14.5-27,6-8.3,8.3-20.8,7.9-31.3,1.7,19.3-2.4,39.4-2.7,58.3-7.7Z" style="fill: #6bc2e4;"/>
                              </g>
                              <path d="M782,109.2c-9.4-1.4-17.6-1.5-26,3.6,11.3-1.9,24.3-2.5,33.6,5.2,6.2,1.4-5.6-8.4-7.6-8.8h0Z" style="fill: #f8fcfd;"/>
                              <path d="M150.8,125.3c2.1-7.7,9.7-14,17.3-17.9-8.5,.1-24.5,12.1-17.3,17.9Z" style="fill: #f0f6f4;"/>
                              <path d="M240.5,110.3c15.2,8.6,18.3,29.3,24.8,42.1,8,9.6,19.4-5.1,30.1-.6,13,2.7,20.1,15.8,17.6,28.4-12.5-31.7-17.9-23.7-47.1-22.8-12.2-13.1-9.6-38.3-31-45.5-7-2.3-11,6.8-18.9,3.7,6.3-8.5,14.5-10.2,24.5-5.3Z" style="fill: #f5fafa;"/>
                              <path d="M796.7,134.5c10.1-5.5,8.7,3,13.8,3.7,7.2-3.3,15.6,3,17.6,10.1,.3,.8,1.3,1.2,2.4,1,9.1-3.8,19.2,1,25.9,7.2,3.8-.5,8.6-.2,12-2.6v-25c-6.7-1.2-10.1,4.9-13.7-.8-7.6-6.7-16.7-11.8-26.6-14.6-15-7.2-39.7,5.9-31.4,21Z" style="fill: #9fd9ea;"/>
                              <path d="M744.5,119.3c3.7-3,21.9-8.1,25.4-5.6-16.7,3.5-26.5,14.1-34.5,26.9-1.4-7,5.1-15.1,9.1-21.3Z" style="fill: #f8fcfd;"/>
                              <path d="M242.7,127c2.4,5.9-11.6-.3-11.7-5.1,2.2-2.5,9.1,2.6,11.7,5.1Z" style="fill: #d1e0e2;"/>
                              <path d="M168.4,145.7c18.6-5.3,37.9-3.1,56.4-1.1-10.7-8-25.3-20.8-38.8-20-8.5,.1-24.3,12-17.6,21.1Z" style="fill: #bed1d7;"/>
                              <path d="M806,152.8c-7-2.8-14.2-2.1-21.4-1.8-1.9-.7-.8-4.2-2.9-4.5-4.7,.2-7.3,.1-12.2,1.5-18.5-2.4-1.8,10-8.9,9.4-12.7-1.5-24.9,7.4-34.7,14.5-7.5-8.2-14.6-1-22.3-1.5-1.6-4.7-16.5-8.7-14.3-1.2,.7,1.1-.3,3.4-1.1,.9-2.5-2.7-5.1-7.7-9.5-5.4,3.2-4.5,9.6-11.3,15.8-10.5,4.1,.8,2.7,3.6,.3,5.1-1.4,1.8-.7,2.4,2,1.6,10.8-2.7,4.7-8.8,18.9-5.6,13.7,4.5,16.7-11.6,25.4-7.5,2,1.9,3.7,.2,3.9-2.1,2-15.1,19.9-26.6,33.7-18.3,5.1,1.8,3.8,10.2,9.6,11.2,11.6,1.6,16.5,.4,17.7,14.2h0Z" style="fill: #d1e0e2;"/>
                              <path d="M563,130.2c10.9,5,17.6,13.9,20.6,24.1,31.8-6.4,30.8,38.3,25,18.3-5-8.8-13-16-24.3-16.9-10.8-17.9-38.9-31.3-55.9-12.1-8.5,9.3-11.6,20.2-9.4,32.6-7.9,2.2-14,8.7-20.4,11.5-12.3-13.1-38.2-11.1-41.8,8.7-6.6-22.2,32.2-31.5,40.6-12.3,4.8-3.5,10.1-11.5,18.5-10.7-13-26.8,19.5-55.1,47.1-43.2Z" style="fill: #f8fcfd;"/>
                              <path d="M165.8,141.4c1-2.4,2.3-4.8,3.9-7.1-2.6,1-5.1,1.6-7.7,1.8,1.4,1.7,2.6,3.4,3.8,5.3Z" style="fill: #d1e0e2;"/>
                              <path d="M580.7,151.7c-.3,.2-1,2.1-1.5,1.5-7.7-2.6-15.6,8.1-24.5,6.5-8.8-1.9-14.3,1.3-16.3,9.4-7.2,.8-13.7,3.2-19.5,7-8.1-38.2,41.3-58.1,61.8-24.4Z" style="fill: #d5e5e5;"/>
                              <path d="M265.9,157.2c29.3-1,34.6-8.9,47.1,22.8,.1,16.8-7.1,12.6,10.1,7.5-8.1,8.4,22.9,3,14.5,23-.4,3.4-1.9,5.1-5.1,2.5-27-14.8-25.9,8.4-38.5-28.5-7.3-18.6-22.2-22.2-37.5-12-11.2-13.2-25.8-23.8-39.9-34.1,7.7-4.5,19.9,4.3,26.8,5.3,9.4,2.2,12.6,12.1,22.5,13.5Z" style="fill: #d1dee1;"/>
                              <path d="M730,147.1c8.2,11.4-24.3-14.9-51.4,17.2-1.3,.2-2-.2-1.9-1.4,9.8-18.7,35.1-29.3,53.3-15.8Z" style="fill: #f0f6f4;"/>
                              <path d="M176.3,164.2c43.6-2.7,87,4.7,122.2,32.3-5.7-20.8-19.8-39.6-42.1-23.9-24.5-31.2-50.5-35.3-88.1-26.8,3.3,5.8,5.8,12.1,8,18.4Z" style="fill: #b5cad4;"/>
                              <path d="M729.1,175.7c22.7-3,42.6-20.3,66.2-18.4,5.1,2.5,13.1,6.2,19.8,3.5-11.3-8.4-15.6-11.6-30.7-9.7-1.9-.7-.8-4.2-2.9-4.5-4.6,.2-7.3,.1-12.2,1.5-6.3-.1-11.8-1.4-7.4,7.4,2.3,4.3-11.2,0-14.2,3.5-4.5,4.4-28.8,10-18.6,16.7Z" style="fill: #c0d5df;"/>
                              <path d="M838.7,154.2c5.9,2.5,11.4,2.7,17.6,2.3-3.3-6.7-32.1-13.6-17.6-2.3Z" style="fill: #f0f6f4;"/>
                              <path d="M180.8,176.9c1.3,2.8,3,5.6,4.8,8.1,9.9,3.6,13.6,12.9,21.6,17.8,1.2-12.2-26.6-28.4-13-24.9,3.9-.7,6.4,5,10,2.1,26.1-1.3,45.4,5.2,69,16.1,15.7,7.4,36.4,22.7,51.9,29.5,1.5,3.9,6.9,2.8,9.7,5.5,6.4,1.3,12-6.8,15-11.9-3.6,2.7-13.6-3.3-17-6.1-8.7-5.7-19.1-5.7-29-6.6-6.6-17.7-26.8-24.2-43.4-30.6-25.5-13.4-53.9-12.6-83.5-11.1,1.1,4,2.4,8.1,3.9,12.1Z" style="fill: #acc4d2;"/>
                              <path d="M580.7,151.7c-.5,4.7,6,4.3,7.7,4.5,12,2.9,19,13.8,22.9,22.6,3.6,2.8,9.7,.6,11,7.6-21.5,7-17.4-20-38.7-7.4-3.7-2-4.9-5.4-7.7-8.8-6.2-7.8-19.4,1.9-21-10.6,8.8,1.5,16.9-9.1,24.5-6.5,.6,.6,1-1.1,1.3-1.4Z" style="fill: #c7dcdf;"/>
                              <path d="M868.3,157v-3.2c-2.4,2.7-6.8,.7-9.1,2.7,3,.2,6,.3,9.1,.5Z" style="fill: #82cee4;"/>
                              <path d="M673.8,162.3c-20.3-5.1-32.8,6.8-44.2,22.1-.4-22.8,25.8-38.1,44.2-22.1Z" style="fill: #f5fafa;"/>
                              <path d="M808.2,162.3c-19.2-10.3-41.9-2-59.4,9.3,20-2.4,39.7-3.9,59.4-9.3Z" style="fill: #bbd0dc;"/>
                              <path d="M554.7,159.8c3.2,14.7,18.3-1,25.2,16.8-3.3-.3-2.9,5.6-6.4,4.7-11.4-1.6-16.8,4.3-22,11.7-8.4-1.3-20.2-8-26.4-.4-2.8-10.1,8.4-11.1,13.6-15-2.4-10.6,3.7-21.2,16-17.8Z" style="fill: #b5cad4;"/>
                              <path d="M673.8,162.3c3.8,.1,2.3,2.4,4.8,2-.7,1.7-3.1,4.1-5.2,8.4-3.9,7.7-11.8,2.4-19.6,5-13.2,3.5-.9,18.3-21.1,16.2-1.1-2.2-4-6.9-3-9.5,11.4-15.2,23.7-27.1,44.1-22.1Z" style="fill: #d5e5e5;"/>
                              <path d="M627.5,204.9c17,2.6,27.2-13,39.1-21,13.6-3.9,24.3-11.1,37-13.6-1.5-4.7-16.6-8.6-14.3-1.2,.7,1.1-.3,3.4-1.1,.9-2.5-2.7-5.1-7.7-9.5-5.4-8.1,13.9-8.4,11.9-24.9,13.1-13.2,3.5-.8,18.3-21.1,16.2,0,.9-.5,1.5-1.6,1.7-5,7-21,5.1-28.3,11.3,8.2-.9,16.4-1.6,24.7-2Z" style="fill: #c0d5df;"/>
                              <path d="M548.6,166.8c-.2,.4-.7,.7-1.1,.6-3.5-.8,2.4-4.7,1.1-.6Z" style="fill: #daeaef;"/>
                              <path d="M660.2,197.3c2.9-6.6,9.1-8,15.7-5.7,17.5-6.1,35.4-9.9,52.9-16.1-8.6-12.9-15.1-5.7-25.3-5.3-2.6-1.1-3.6,2.2-6.3,1.6-11.3,4.1-18.8,8.2-30.7,12-8.6,5.9-16.4,14.7-26.3,20.4,6.9-1,13.4-4.8,20-6.9Z" style="fill: #b8cedb;"/>
                              <path d="M538.4,169.2c2.8,14.9-5.2,6.9-11.8,15.3-3.2,15.9-2.4,9.5-14.9,9.3-16.3-.5-7.2,20.4-22.5,11.5-7.1-2-14.4,1.5-15.8,9.4-6.9,.4-12.8,5.6-19.5,3-5-8.5,9.3-7.5,12.6-9.4-4.4-3.4-7.7-7.4-9.8-11.9,4.3-21.6,30-19.8,43.1-8.7,11-8.6,24.4-16.2,38.6-18.5Z" style="fill: #c7dcdf;"/>
                              <path d="M743.5,172.5c-2.3,.1-4.6,.5-6.8,1.4,2.3-.5,4.6-1,6.8-1.4Z" style="fill: #a3bed2;"/>
                              <path d="M729.1,175.7c-.1-.1-.2-.1-.2-.2-1.2,.4-2.3,.7-3.3,1.2,1.1-.4,2.3-.7,3.5-1Z" style="fill: #a3bed2;"/>
                              <path d="M593.9,208c-1.6,.2-3.2,.4-4.8,.6,1.7-.2,3.3-.4,4.8-.6Z" style="fill: #85a4bb;"/>
                              <path d="M676,191.6c-6.6-2.3-12.9-.8-15.7,5.7,5.2-1.9,10.4-3.9,15.7-5.7Z" style="fill: #85a4bb;"/>
                              <path d="M480.6,228.4c1,.3,1.5,2.5,2.9,1.5,1.2-.7,6.9-5.3,4.8-2.1-7.4,13.7,27.9-11,29.4-14.3-.6-.1-.5-.9,.4-2.5-10.8-.8-20.6,6.5-32.1,6.5-15.1,1.2-17.2,1.7-25.7,14.5,6-1.6,14.4-4.9,20.3-3.6Z" style="fill: #85a4bb;"/>
                              <path d="M521.8,210.6c23.2-15.4,48.1-.7,72.2-2.7,3.7-5.3,9.2-8.6,16.7-9.9,14.6-6.5,27.6,2.7,19-10.3-6.7-.6-12.7-.6-19.8-1.1-9-5.9-12.4-17.2-24.8-7.8-2.2,1.2-5.8-5.5-7.3-.9-7.1,8.3-14.9-3.6-25.9,14.8-6.9-.4-13.2,6.3-19.6,9-.5,1.7-16.1,3-10.5,8.9h0Z" style="fill: #85a4bb;"/>
                              <path d="M191.9,181.2c9,5.9,13.3,12.6,15.1,21,6.5,8.5,16.8-9.9,30.7-4.2,21.1,5.5,36,31.8,59.4,31.6,3.3,2.4,5.9,5.4,10.9,3.5,11.4-5.1,24.7,6.3,34.1-4.1-2.7-.1-4.7,4-7.4,2.1-2.8-2.7-8.2-1.6-9.7-5.5-15.5-6.8-36.2-22.1-51.9-29.5-23.6-11-42.9-17.3-69-16.1-3.2,3.1-5.4-2.3-8.6-1.9-4-1.5-7.3-.4-3.6,3.1Z" style="fill: #a0bacd;"/>
                              <path d="M214.1,206.5l1-1.8c-1.7-.2-3.1-.2-4.2,.2,1,.5,2.1,1.1,3.2,1.6Z" style="fill: #92acc1;"/>
                              <path d="M186,185.7c2.5,3.9,9.3,9.9,12.3,12,1.6,1.1,3.3,2.1,4.9,3.1-4.3-6.8-10.2-12-17.8-15.7,.3,.1,.5,.3,.6,.6Z" style="fill: #9bb3c6;"/>
                              <path d="M331.1,187c7.5,.2,15.7,3.8,20.7,10-5.3-2-9.5-.8-12.7,3.7-4.7-7.4-32.8-11.4-8-13.7Z" style="fill: #f0f6f4;"/>
                              <path d="M549.4,192.4c-10.5,5-15,9.5-27.2,13.4-4.1,1.4,.5,4-4.2,5.4-15.6,1.4-31.6,8.1-48.3,8.7,7.2-15,12.4-17.8,27.6-11.9,4.2-11.8,10.2-16.7,24.5-12.8,3.3,.6,4.1-3.5,6-5.6,6.5-1.9,14.9,1.1,21.6,2.8Z" style="fill: #98b1c0;"/>
                              <path d="M215.1,207c16.9,5.8,25.8-8.2,42.7,13.5,4.7-3.7,10,3.9,18.5,2.6-16.3-11.8-45.3-40.8-62.2-16.5,.3,0,.7,.2,1,.4Z" style="fill: #87a5bc;"/>
                              <path d="M597.6,207.5c-1.2,.1-2.4,.3-3.7,.5h0c72.9-15.2,18.6-20-.1,.2,1.4-.4,2.6-.6,3.8-.7Z" style="fill: #eaf2f2;"/>
                              <path d="M351.8,197c12.1,9.2,.1,9.1-2.3,22.2-3.5,2.7-13.6-3.4-17-6.1,10.2,5.8,.1-23.6,19.3-16.1Z" style="fill: #bed1d7;"/>
                              <path d="M576.6,207.7c-5.9-3.2-13.2-4.5-20.2-3.5,6.7,.9,13.4,2.3,20.2,3.5Z" style="fill: #eaf2f2;"/>
                              <path d="M357.6,205.1c1.3-1.2,8.2,5.5,9.1,6,1.6,3.7,4.5,7.6,8.8,8.2,2.9,1.1-1.2,5.4,.2,9.7-.5-.7,0-6.9-1.6-6.6l-22.8-1c-3.3,2-5.3,5.9-9.2,7.7,8.7-6.2,7.3-16.7,15.5-24Z" style="fill: #9fb7c4;"/>
                              <path d="M225.8,210.8c12.5-5.5,21.4,5,31.8,9.5-8-10.4-22.7-18-33.8-10.3,.7,.3,1.3,.6,2,.8Z" style="fill: #e3ebeb;"/>
                              <path d="M247.5,217.1c1.9,.6,3.7,1.1,5.6,1.8-7.3-7.2-17.4-11.8-27.3-8,7.2,2.2,14.5,4.1,21.7,6.2Z" style="fill: #c5dbde;"/>
                              <path d="M517.7,213.6c.7-1.3,5.9-2.7,3.1-4-1.2,.2-4.8,3.3-3.1,4Z" style="fill: #d5e5e5;"/>
                              <path d="M366.6,211.1c22.6,5,60.7,2.9,79.6,2.9,4.9-.1,6.9-.6,7.7,3.8-4.9,12.3-18.2-7.6-23.1,23.2-11.3,6.2,4.1-10.5-16.8-4.3-.2-19.9-29.9-3.3-38.2-7.7,1.8-18-2-3.1-9.2-17.9h0Z" style="fill: #f0f6f4;"/>
                              <path d="M473.4,214.7c-5.3,6.5-12.6,17.5-18.5,23.5-12.2,.8-28.6,9.5-22.5-1.2,2-5.8,6.3-13.4,14.4-13.3,1.8,.2,2.5-.4,1.9-1.6,3.2,.4,4.9-1,4.9-4.2,6.8,2.7,12.9-2.9,19.8-3.2Z" style="fill: #afc6d1;"/>
                              <path d="M283.4,231.4c6.8,4.4,14.3,7.9,22.6,8.6-1.1,2.3,10.7,.3,13.9,1.5,34.8,3,73.7,3.8,107.2,1.2-2.4-1.8,.3-8.2-4.8-7.6-12.8,2.7-29.1-1.8-43.6,.3-7.3-1-15.7,.1-22.7-1.1-2.4-4.7-5.7,.5-9.1-3-20.9,6.2-21.8-2.5-38.9,1.6-5,2-7.6-1.1-10.9-3.5-7.8,0-14.7-2.2-20.8-6.6-8.5,1.3-13.8-6.3-18.5-2.6,8.8,3.3,17.4,7,25.6,11.2Z" style="fill: #7b9eb9;"/>
                              <path d="M375.6,229c8.3,4.4,38-12.2,38.2,7.7-19.1-3.2-46.2,.1-64.3-3.7-9.3-5.3-17.7,6.2-26.5-.9,11.4,5.7,20.4-4.1,28.1-10.9l22.8,1c1.6-.3,1.3,6.1,1.7,6.8Z" style="fill: #89a6bd;"/>
                              <path d="M449,221.9c.5,1.3-.1,1.8-1.9,1.6-7.7,.2-12.5,6.4-14.1,13.3-1.5-9.4,5-16,16-14.9Z" style="fill: #f8fcfd;"/>
                              <path d="M458.8,239.9c10.6-4.7,21.7-4.4,31.3-7.1-7.4-.8,3.2-9.5-4.5-4.1-3.8,3.8-5.2-2.5-12.1,.1-13.5,.8-18.7,9.8-26.9,19,2.9-3.5,7-6.1,12.2-7.9Z" style="fill: #7598b2;"/>
                              <path d="M357.8,268.7c5,1.4,18.4-3.4,19.3,2.8,4.7-7.1,12.3-5.6,19.1-7.3,5.6-8.6,23.3-17.7,21,.1,42.1-9.4,35.6-4.2,71.5-30.7-13.2,1-31.9,3.6-42.1,13.7-5.9,3.4-12.5,5.2-20,5.4-4.4-.9,4-7.6,3.6-11.6-14,8.5-13.8,7.2-29.3,7.8-17.1,2.8-39,1.5-49,17.8,1.9,.7,3.9,1.4,5.9,2Z" style="fill: #5c88a9;"/>
                              <path d="M311.1,248.6c12.6,7.8,26.5,13.5,40.5,18.2,3.9-6.8,8.8-10.4,17.3-11.7,16.9-9.7,39.7-.8,56.1-11.3-20.9-.5-42.1,.1-64,.6-22.7-1.7-46.7-2.5-65.7-5.9,5.4,3.3,10.5,6.8,15.8,10.1Z" style="fill: #6993b2;"/>
                              <path d="M455,238.2c-6.5,9.4-16.4,15.1-28.4,14.8-1.8,0-2.2-.6-1.1-2,2.6-2.4,3.1-7.5,5.4-9.9,7.9,3.3,9.2-2,24.1-2.9Z" style="fill: #92b1c7;"/>
                              <path d="M458.7,255.3c-3.8,.2-7.3,1.2-10.5,2.9,3.5-.9,7-1.9,10.5-2.9Z" style="fill: #dbe3e5;"/>
                              <path d="M377.9,274c20.8,6.7,22.6-.1,39.1-9.6-.4-.9,.1-5.8,.1-6.8-2-2.2-3.7-5.5-7.2-2.6-7.5,4.9-10.3,16.8-20.5,12.6-4.9-2.5-8.8,10-12.8,4.6-.6,.2-.8,1-1.3,1.2,.9,.2,1.8,.4,2.6,.6Z" style="fill: #6997b8;"/>
                              <path d="M410.5,254.7c-7.7,4.8-10.5,17-20.6,13-5.1-2.8-8.9,9.9-13.1,4.5,4.3-7.7,12.5-6.4,19.5-8,3.2-5.3,8-8.5,14.2-9.5Z" style="fill: #b0d4de;"/>
                              <path d="M375.4,273.5c7.2-8.2-13.6-3.6-17.6-4.7,5.8,1.7,11.7,3.3,17.6,4.7Z" style="fill: #477aa2;"/>
                              <path d="M384,275.2c-2-.7-4.1-1.1-6.2-1.3,2,.5,4.1,1,6.2,1.3Z" style="fill: #add1e5;"/>
                            </g>
                            <g id="back-mountains">
                              <path d="M773,75.3l-.3,1.2c-1.6,4.2-2.8,8.4-3.8,12.8-1.2,5.8-1.8,8.8-1.8,8.8-1.2,5.2-2.4,10.4-3.4,15.7-.5-.6-.7-1.5-.6-2.6l1.1-4.7,3.9-22.2c1.3-3.1,2.5-6.2,3.6-9.1,.1-.3,.3-.5,.5-.7,.4-.1,.7,.1,.8,.8h0Z" style="fill: #dcd3eb;"/>
                              <path d="M775.7,77.1l5,3.8c-1.5,7-3.7,13.7-6.5,20.2l-.5,.2c.2-7.1,.5-12,.8-14.7,.4-3.7-.2-7.1-1.8-10l.3-1.2c.6-.3,.9,0,1,.7,.1,.9,.7,1.2,1.7,1h0Z" style="fill: #4c84a8;"/>
                              <path d="M791.3,80.3c.3,4.9,.1,9.6-.5,14-.2,1.4-.6,1.4-1.2,.2-2.5-4.9-4.6-9.9-6.4-15.1-.2-.4-.3-.8-.5-1-.6-.7-1-.4-1.3,.9,0,.2-.2,.8-.6,1.5l-5-3.8c.4-.7,1.3-.9,2.8-.6,1,.2,2,.3,3.1,.3,1.2,0,2.3,.4,3.3,1.4,.2,.2,.5,.3,.8,.4l5.5,1.8h0Z" style="fill: #5979ad;"/>
                              <path d="M772.7,76.6c1.5,2.9,2.1,6.3,1.8,10-.3,2.7-.5,7.6-.8,14.7l-10.2,18.5,.2-6c1.1-5.2,2.2-10.5,3.4-15.7,0-.1,.6-3,1.8-8.8,1-4.3,2.2-8.6,3.8-12.7h0Z" style="fill: #4379a4;"/>
                              <path d="M791.3,80.3c2.8,.9,5.6,1.8,8.4,2.8,1.6,.6,2.7,2.1,3.3,4.7l3.2,12.5,.8,3.5c-1.5,.2-2.8-.5-3.8-1.9-2.9-.3-7.1-.3-12.6,.2-4.1,.3-7.3,1.4-9.8,3.2-3.6,2.6-6.6,6.2-9,10.7-1.7,3.2-4.2,6.9-7.5,11.1l-1.3-.2c-.2,0-.2-.2-.1-.4,.2-.3,0-.5-.6-.4,4.5-8.1,8.5-16.4,12-24.9,2.8-6.5,5-13.3,6.5-20.2,.3-.7,.5-1.2,.6-1.5,.2-1.3,.7-1.6,1.3-.9,.2,.2,.4,.6,.5,1,1.8,5.2,4,10.2,6.4,15.1,.6,1.2,1,1.2,1.2-.2,.6-4.6,.7-9.2,.5-14.2h0Z" style="fill: #3279a4;"/>
                              <path d="M774.2,101.1c-3.5,8.5-7.5,16.8-12,24.9-.3,.4-.8,.6-1.2,.6l-.2-.1c-.3-.4-.3-.8,0-1.2,1.2-1.7,2.1-3.6,2.8-5.5l10.1-18.5,.5-.2h0Z" style="fill: #cfd7df;"/>
                              <path d="M830.5,128.6l-.4,1.7c-3,5.9-6.8,11.7-11.4,17.2-.5,.5-1.1,.9-1.8,1-3.5,.4-7,.9-10.5,1.2-1.7,.2-5.2,.4-10.5,.5-8.8,.2-17.2,2.2-25.2,5.8l-11.2,4.2c-1.5-.5-2.8-1.3-3.8-2.3-.6-.6-1.3-1.9-2.1-3.8-1.4-3.4-3.7-6.1-6.8-7.9-2.3-1.3-5.2-2.4-8.7-3.1l4.5-3.5,9.8-6.5,8.9-5.8c.2-.1,.2-.4,.1-.6l-.2-.3c.5,0,.9-.2,1.2-.6,.6,0,.8,.1,.6,.4-.1,.2-.1,.4,.1,.4l1.3,.2c-.1,.6,0,.8,.4,.5,2.2-1.5,4-3.2,5.7-5.2,.9-1.1,2.2-3.2,3.9-6.5,1.9-3.7,4.1-7.2,6.5-10.5,2.5-1.8,5.7-2.9,9.8-3.2,5.5-.4,9.8-.5,12.6-.2,1.1,1.4,2.3,2.1,3.8,1.9l1.2,5.5c0,2.4,1.2,3.8,3.5,4.3,2.7,.6,4.5,2.6,5.5,6,3.3,1.6,6.8,3.1,10.7,4.5,1.9,1,2.8,2.5,2.5,4.7h0Z" style="fill: #28a1d0;"/>
                              <path d="M780.7,105.3c-2.4,3.4-4.6,6.9-6.5,10.5-1.8,3.3-3.1,5.5-3.9,6.5-1.6,2-3.5,3.7-5.7,5.2-.3,.2-.5,.1-.4-.5,3.2-4.1,5.8-7.8,7.5-11.1,2.4-4.4,5.4-7.9,9-10.6h0Z" style="fill: #c5c2ed;"/>
                              <path d="M742.1,119c-3.9,6.2-6.2,10.8-6.9,13.8-.5,2-1.6,3.5-3.3,4.5-1.7,.9-3.1,2.2-4.2,3.8-2,3-4.4,5.7-7,8.2l-.2-.5c2-3.2,4.3-6.3,6.8-9.2,2.2-2.6,4-4.8,5.2-6.8,2-3.4,4.1-6.8,6-10.3,.5-1.6,1.7-2.7,3.6-3.5Z" style="fill: #d8e3eb;"/>
                              <path d="M742.1,119c5.8,3.3,12,5.8,18.6,7.5l.2,.1,.2,.3c.1,.2,.1,.4-.1,.6l-8.9,5.8-9.8,6.5-4.5,3.5-5.5,5.8-1,1-1.9,1.1c-.2,.1-.5,.1-.7-.1-.8-.9-1.8-1.5-3.1-1.6-.3,0-.6-.2-.8-.4-.4-.3-.8-.5-1.2-.6-.3,0-.6,.1-.9,.3-.8,.5-1.5,.6-2.1,.4,2.7-2.5,5-5.2,7-8.2,1.1-1.6,2.5-2.9,4.2-3.8,1.8-1,2.8-2.5,3.3-4.5,.7-2.9,3.1-7.5,7-13.7h0Z" style="fill: #3381ad;"/>
                              <path d="M685.3,130c-1,3.6-1.8,7.1-2.6,10.7-.9,4.4-1.9,8-2.8,10.6-1.6,4.4-3.4,8.3-5.2,12-1.5,2.9-3.7,5.5-6.7,7.6-.9-.3-.9-.7-.2-1.1,.3-.2,.5-.4,.7-.6,4.8-6.3,8.5-13.2,11-20.8,.9-2.8,1.5-5.6,1.7-8.6,.3-3.8,1.6-7.1,4.1-9.8h0Z" style="fill: #d8e3eb;"/>
                              <path d="M685.3,130c6.3,1.8,11.2,5.1,14.7,10.1-1.8,.6-3.6,1-5.5,1.3-2.5,.4-4.2,1-5.3,1.7-1.7,1.1-3,2.5-4,4.2-.1,.2-.4,.4-.8,.4l-1,.1c-.3,0-.6,.2-.7,.6-1.4,2.6-2.5,5.2-3.3,8-.4,1.4-1,2.8-1.8,4.1s-1.4,2.7-2,4.2l-4.1,5.1c-1,.7-2.1,1.1-3.2,1.3-.1,0-.2-.1-.2-.2,3-2.1,5.2-4.7,6.7-7.6,1.9-3.6,3.6-7.6,5.2-12,1-2.6,1.9-6.2,2.8-10.6,.7-3.6,1.5-7.2,2.5-10.7h0Z" style="fill: #3381ad;"/>
                              <path d="M729.6,151.2c-.2,.1-.5,.1-.7-.1-.8-.9-1.8-1.5-3.1-1.6-.3,0-.6-.2-.8-.4-.4-.3-.8-.5-1.2-.6-.3,0-.6,.1-.9,.3-.8,.5-1.5,.6-2.1,.4l-.2-.5c-7-2.5-13.8-5.4-20.4-8.8-1.8,.6-3.6,1-5.5,1.3-2.5,.4-4.2,1-5.3,1.7-1.7,1.1-3,2.5-4,4.2-.1,.2-.4,.4-.8,.4l-1,.1c-.3,0-.6,.2-.7,.6-1.4,2.6-2.5,5.2-3.3,8-.4,1.4-1,2.8-1.8,4.1s-1.4,2.7-2,4.2l-4.1,5.1,4.1-.6c.4-.1,.8,.1,.9,.4l2.4,5.4c.1,.3,.4,.4,.7,.2,2.6-1.5,5.2-2.9,8-4.2,1.5-.7,3.9-1.9,7.2-3.5,3-1.5,5.5-2.4,7.5-2.8,6.2-1.2,12.3-2.4,18.5-3.8,.9-.2,2.1-1,3.8-2.5l4-5,2.9-3.5-2.1,1.5Zm-28.4,6.2s.1-.1,.2-.1c-.1,0-.2,.1-.2,.1Z" style="fill: #3da8d2;"/>
                              <path d="M557.5,144.9c-3.7,2.8-6.1,5.1-7.2,7.1-.9,1.4-1.8,3.9-2.8,7.5-.4,1.5-.9,2.9-1.6,4.2-.7,1.4-1.3,2.7-2,4-.7,1.1-1.7,1.7-3,1.8-1.9-.2-3.6-1-5-2.3l.3-.5c2.6-.4,4.5-1.6,5.8-3.8,2.2-2.4,3.5-4.9,4-7.5,.5-2.8,1.6-5,3.2-6.6,2.2-1.9,4.4-3.7,6.7-5.3,.5-.3,.9-.4,1.2-.3,.7,.1,.8,.7,.4,1.7Z" style="fill: #f0d7f0;"/>
                              <path d="M738,143.3c3.5,.7,6.3,1.8,8.7,3.1,3.2,1.8,5.4,4.4,6.8,7.9,.8,1.9,1.5,3.2,2.1,3.8,1.1,1.1,2.4,1.8,3.8,2.3l-10.2,4.2c-3.3-2.5-5.9-5.6-7.9-9.2-.7-1.4-1.6-2.5-2.7-3.5-1.1-1-2.1-2.1-3.1-3.2-1-1.1-2-.9-3.2,.4l5.7-5.8Z" style="fill: #63b2de;"/>
                              <path d="M560.4,147.1l7.5,13.8,6.8,15.8c-.8,1.3-1.9,2.1-3.3,2.4-.2,.1-.4,.3-.3,.5,1.1,2.5,.6,5-1.6,7.6-.7,.8-1.4,1.3-2.3,1.7l-15,5.9c-.2,.1-.5-.1-.5-.3-.3-1.2-1-1.7-2.3-1.6-.2,0-.4-.1-.5-.4l-.2-.4c-.1-.2-.5-.3-.8-.2-2.5,.7-3.4-.4-2.8-3.4,6.2-7,11.9-14.3,16.9-21.9,.7-1,.6-1.1-.3-.3-2.4,2.3-4.6,4.8-6.6,7.4-2.8,3.7-7.1,7.7-12.7,11.9,2.8-3.2,5.2-6.6,7.3-10.1,.2-.2,.2-.6,0-.9-.2-.7-.3-1.3,0-2,.2-.5,.3-.9,.3-1.1,.2-1.3-.1-1.7-.8-1.1-.2,.2-.5,.2-.8,.1-.6-.2-1.2-.3-1.8-.2-.3,.1-.6-.1-.8-.3-.5-.8-.4-1.6,.2-2.2,.2-.2,.3-.5,.4-.8l.2-1.2c.2-.9,0-.9-.4-.2l-2.3,3.6c-.1-.5-.1-.9,0-1.4,.7-1.4,1.3-2.7,2-4,.6-1.3,1.2-2.7,1.6-4.2,1-3.6,1.9-6.1,2.8-7.5,1.2-1.9,3.6-4.3,7.2-7.1l.5-.3c.2-.1,.5-.1,.7,.1l1.7,2.3h0Z" style="fill: #3f8db6;"/>
                              <path d="M634.5,147.9c-3.2,6.4-7.1,12.4-11.6,18-.1,.2-.3,.3-.4,.3-.4,.1-.4-.2,0-.8,1.1-1.8,2.2-3.6,3.3-5.5,.2-.3,.2-.7,.1-.9-.2-.5-.7-.3-1.2,.6-4.8,7.1-9.1,14.4-13,22.1-.4,.1-.6,.1-.8-.1-.2-.2-.2-.5,0-.9l9.5-17.3,5.5-9c1.7-2.4,3.6-4.7,5.7-6.7,.5-.4,.9-.7,1.3-.7,.9-.1,1.4,.2,1.6,.9h0Z" style="fill: #dcd3eb;"/>
                              <path d="M833,136.9l-2.5,5.8c-2.1,3-4,6.1-5.9,9.3-2.4,4.1-4.4,7.2-6.1,9.1-3.6,4.1-7.6,7.8-12,11,.4-1.3,.1-2.1-.9-2.3-6.7-1.3-14-1.7-21.6-1.3h-2.9c-1.9,0-3.6,.5-4.9,1.7-.4,.4-1.5,1.9-3.2,4.8-1.4,2.3-3.2,4.2-5.4,5.6-.3,.2-.6,.5-.9,.8-1,1.2-2,1.9-2.9,2.1-1.7-2-3.1-2.9-4.3-3-7.1-.2-14.3-.7-21.4-1.6-.1-.5-.4-.7-1-.4-.3,.1-.5,.4-.7,.7l-5.6,11.5-.8,.6-1.3,.7c-.3,.2-.7,.2-1.2,0-5-2.1-10.1-2.2-15.5-.2l-1.8-.5-5.2-1.7c-.3-.1-.7-.1-1.1,.1-3.3,1.2-6,1.1-8.1-.4,.4-2.4,1.8-3.6,4.3-3.5,.8,0,1.5-.2,2.1-.7,.2-.2,.5-.3,.9-.3,1,0,2-.5,2.8-1.5,1.5-1.8,1.3-2.7-.7-2.8-.6,0-1.4,.1-2.2,.4-4.7,1.7-9.1,3.7-13.4,6.2l-2.5-1c.7-.2,.7-.5,.1-.8-2.1-1.1-4.2-2.1-6.3-3.2-.5-.3-1.5-.6-2.8-.9-1-.2-1.9-.7-2.8-1.4-.3-.3-.7-.4-.9-.3-.2,.1-.3,.4-.3,.7-4.7-3.1-9.9-5.1-15.6-5.9,.2-1.3,1.4-1.8,3.6-1.4,2.2,.4,4.2-.1,6.2-1.7,1.2-.2,2.3-.6,3.2-1.3l4.1-.6c.4-.1,.8,.1,.9,.4l2.4,5.4c.1,.3,.4,.4,.7,.2,2.6-1.5,5.2-2.9,8-4.2,1.5-.7,3.9-1.9,7.2-3.5,3-1.5,5.5-2.4,7.5-2.8,6.2-1.2,12.3-2.4,18.5-3.8,.9-.2,2.1-1,3.8-2.5l4-5,2.9-3.5,1-1c1.2-1.4,2.2-1.5,3.2-.4s2,2.2,3.1,3.2c1,1,1.9,2.1,2.7,3.5,2,3.6,4.6,6.7,7.9,9.2l10.2-4.2,11.1-4.2c8.1-3.6,16.5-5.6,25.2-5.8,5.3-.1,8.8-.3,10.5-.5,3.4-.4,6.9-.8,10.5-1.2,.7-.1,1.3-.4,1.8-1,4.6-5.5,8.4-11.3,11.4-17.2l.4-1.7c.9-.6,1.4-.4,1.5,.7,0,.3,.1,.6,.3,.9,.5,.7,.8,1.5,.9,2.4-.5,1.3-.6,2.7-.2,4.2h0Z" style="fill: #abc4f1;"/>
                              <path d="M634.5,147.9l2.9,1.6c3.8,3.3,7.7,6.1,11.9,8.3,.4,.2,.6,.4,.7,.6l1.9,4.9c-3.4,1.4-7,1.9-10.8,1.6-.3,0-.7,0-.9,.2-2.5,1.5-4.5,3.5-5.9,6.1l-5.6,3.9c-1.3,1.1-2.7,2.1-4.3,2.8-1.3,.6-2.4,1.3-3.5,2.2-1.2,1-2.4,1.8-3.8,2.5-1,.5-1.2,.3-.5-.6,1.7-2.2,3.7-4.3,6.1-6.3,.8-.7,1.3-1.8,1.4-3.3,0-.3-.1-.4-.3-.1-2.9,3.1-5.8,6.1-8.7,9.1-.9,.9-.7,1.8,.7,2.6l-5.4-.1c.6-.6,1-1.4,1.2-2.2,3.8-7.7,8.2-15,13-22.1,.6-.9,1-1.1,1.2-.6,.1,.2,.1,.6-.1,.9-1.1,1.9-2.2,3.7-3.3,5.5-.4,.6-.4,.9,0,.8,.2,0,.3-.1,.4-.3,4.6-5.6,8.5-11.5,11.7-18h0Z" style="fill: #4287ac;"/>
                              <path d="M652,163.3c1.2,2.4,2.3,5.4,3.2,8.8,.5,1.7,1.5,2.4,3.2,2.1,5.7,.8,10.9,2.7,15.6,5.9,.7,.2,1.2,.6,1.5,1.1,.2,.2,.2,.6,0,.9l-2.3,5.5h-.5c-.2-1.8-.9-2.6-2.2-2.3-1.5,.2-2.2,.4-2.3,.4-.9-.1-1.7-.3-2.5-.6-.2-.1-.4-.1-.7-.1-1.2,.1-1.4-.1-.6-.4,.2-.1,.2-.2,0-.3-.9-.4-2-.4-3.1,0-3.1,.9-6.4,1.4-10,1.4-4.2-.1-8.1,.9-11.8,2.9-1.5,.8-3.2,.9-5.1,.3-.3-.1-.7-.1-1,0-3.8,1.3-7,2.3-9.7,3-1.2,.3-2.7,.9-4.3,1.7-1.4,.7-2.9,1.2-4.5,1.5-2,.4-3.9,.9-5.8,1.8-.3,.1-.6,.1-.9,.1l-2.8-.9c-.3-.1-.6,0-.8,.2-.9,1-2,1.3-3.4,.9,.2-4.9,.5-8.6,.8-11,.2-1.6,.7-3.8,1.6-6.5,1.8,1.3,3.1,2.4,4,3.4,.8,.9,1.8,1.2,3,1l5.4,.1c5.1-1.7,9.6-4.5,13.4-8.3,2-1.1,3.7-2.6,5.2-4.4,1.4-2.6,3.3-4.6,5.9-6.1,.3-.2,.6-.2,.9-.2,3.5,0,7.1-.5,10.6-1.9h0Z" style="fill: #35a2cc;"/>
                              <path d="M291.8,165.3l-1.5,1.9c-2.2,1.8-4.4,3.7-6.8,5.6-1.1,.9-2,2-2.6,3.3-.7,1.4-1.4,2.8-2.2,4.2-3.4,4.9-6.4,9.9-9.1,15.2-.2,.4-.4,.5-.6,.1l2.8-8.6c1.8-1.4,3.5-3.4,4.9-5.7,1.3-2.1,2.5-4.1,3.8-6.2,2.7-4.4,6.4-7.8,11.1-10.1,.1-.1,.2,0,.2,.3h0Z" style="fill: #cfd7df;"/>
                              <path d="M542.4,185.4c-3.1,3.2-5.1,7-6,11.4-.7,3.2-2.4,5.7-5.1,7.5-2,1.3-4,2.7-6.1,4-1.2,0-2.2,.3-3,.7l-6,.3c-.4,0-.4-.1-.2-.4,3.2-4.2,5-7.5,5.6-9.7,.8-3.1,2-6,3.5-8.7,1.3-2.4,2.3-4.1,3-5.1,1.1-1.6,2.6-3,4.3-4.2,1.8-1.3,3.9-2.9,6.2-4.8,1.2-1,2.1-2.1,3-3.5,.8-1.3,1.6-2.7,2.4-4l2.3-3.6c.5-.7,.6-.7,.4,.2l-.2,1.2c-.1,.4-.2,.6-.4,.8-.7,.7-.7,1.4-.2,2.2,.2,.2,.5,.3,.8,.3,.6-.1,1.2-.1,1.8,.2,.3,.1,.6,.1,.8-.1,.7-.6,.9-.2,.8,1.1,0,.2-.1,.6-.3,1.1-.2,.7-.2,1.4,0,2,.1,.3,.1,.6,0,.9-2.1,3.7-4.6,7.1-7.4,10.2h0Z" style="fill: #4395c2;"/>
                              <path d="M291.8,165.3c.7-.1,1.3,.1,1.9,.6,1.8,1.6,3.5,3.2,5,4.8l6.3,7.3c5,5.8,9.7,11.8,14,18.1,3.2,5.8,7.2,11.4,11.8,16.8,.2,.2,.5,.3,.8,.2,2.1-.6,3.7-.2,4.6,1.2-.6,1.5-.5,2.8,.2,4.1l-4.8,1.1c-.3,.1-.5,.3-.7,.6-1.6,4.5-3.6,8.8-5.9,13q-.1,.1-.1,0c-.1-.5-.2-.6-.2-.1,0,.1-.1,.2-.2,.3-.6,.4-1.3,.6-2,.4-.3,0-.5-.3-.6-.6-1.3-5.5-.1-10.4,3.6-14.8,0-4-1.4-7.9-4-11.7-7.9-11.4-14-19.8-18.4-25.2-3.8-5.2-8.1-9.9-12.9-14.1l1.6-2h0Z" style="fill: #6798c0;"/>
                              <path d="M545.2,188.3l-2.1,3c-.2,.4-.4,.3-.6-.1-.5-1.5-1.1-1.9-1.8-1.1-1,1.1-1.7,3.3-2.2,6.5-.7,4-2.9,8.4-6.7,13.1-.9,1.1-.7,1.5,.7,1.1,7.8-1.9,16.1-3.9,24.9-6.1,2.7-.6,5.1-.6,7,0l-.3,.5c-4.5,3.3-8.8,5.6-12.8,6.9-3.2,1.1-6.4,2.2-9.6,3.4-1.8,.7-3.4,1.1-4.8,1.3-1.8,.3-3.5,.4-5,.3-.6,0-1,.1-1.1,.4-.1,.2,.1,.5,.4,.6,1.1,.4,1.1,1-.1,1.9-2,1.5-5,3.4-9,5.8-2.5,1.5-4.2,3.6-5,6.4l-12.9,.3c-.3,0-.6-.1-.9-.3-.6-.4-1.2-.6-1.9-.6-1.6-.1-2-.8-1.3-2.3,1.2-1.1,1-1.6-.6-1.4-1.2,.1-3.8,1-7.8,2.5,0,0-.4,.2-1.1,.5-2.2,1-3.6,.1-4.1-2.5l4.6-4.7,24.8-19.9c.2-.2,.2-.3-.1-.4l-1.8-.4c-.3-.1-.5-.4-.5-.7-.1-2.9,.2-5.7,.9-8.5,2.5-4.6,5.7-8.2,9.5-10.8,2.2-1.5,3.5-3.3,3.9-5.6,.3-2.3,.5-4.6,.8-6.9,.2-1.8,.7-3,1.4-3.8,1.9-.9,3.9-1,6-.2l-.3,.5c-2.9-.2-4.6,.8-5.2,3-.3,1.1-.5,3.7-.7,7.9,0,.3,.1,.4,.4,.2,2.7-1.7,5.4-3.4,8-5.2,1.6-1.1,2.5-2.3,2.5-3.7,1.3-.1,2.3-.7,3-1.8-.1,.5-.1,1,0,1.4-.8,1.3-1.6,2.7-2.4,4-.8,1.4-1.8,2.5-3,3.5-2.3,1.9-4.4,3.5-6.2,4.8-1.7,1.2-3.2,2.6-4.3,4.2-.7,.9-1.7,2.6-3,5.1-1.5,2.8-2.7,5.7-3.5,8.7-.6,2.2-2.5,5.4-5.6,9.7-.2,.3-.2,.4,.2,.4l6-.3-5.5,7.1c-.7,.9-1,1.8-1.1,2.9-.2,2.4,.4,3.1,1.9,2.1,2.7-1.9,5.4-3.9,8-6.1,.4-.3,.4-.8,.1-1.2-1.3-1.7-1.5-3.5-.4-5.5,2-1.3,4.1-2.6,6.1-4,2.7-1.8,4.4-4.3,5.1-7.5,.9-4.4,3-8.2,6-11.4,5.6-4.2,9.9-8.2,12.7-11.9,2-2.6,4.2-5.1,6.6-7.4,.9-.9,1-.8,.3,.3-4.7,7.7-10.3,15.1-16.5,22h0Z" style="fill: #e1c7f1;"/>
                              <path d="M290.3,167.2c4.8,4.2,9.1,8.9,12.9,14.1-2.4,.2-4,1.5-4.7,3.9l-.3-.9c-.1-.4-.3-.4-.6-.1l-6.1,7.1c-3.5,3.8-5.6,6.8-6.5,9.1-1.9,4.9-4.3,9.4-7.3,13.6l-3.3-2c.5-2.4,1.1-4.7,2-7,1-2.6,1.8-4.9,2.4-6.8,1.2-3.9,2.8-7.8,4.8-11.5,.1-.3,0-.6-.2-.8-1.5-.9-2.9-1.8-4.1-2.7-.8-.6-1.1-1.6-.7-2.9,.8-1.4,1.5-2.8,2.2-4.2,.6-1.3,1.5-2.4,2.6-3.3,2.5-1.9,4.7-3.7,6.9-5.6h0Z" style="fill: #4c84a8;"/>
                              <path d="M535.9,167.1c1.4,1.3,3.1,2.1,5,2.3,0,1.4-.9,2.6-2.5,3.7-2.6,1.8-5.3,3.5-8,5.2-.3,.2-.4,.1-.4-.2,.2-4.2,.4-6.9,.7-7.9,.6-2.3,2.4-3.3,5.2-3.1Z" style="fill: #518dc3;"/>
                              <path d="M271.8,187l-2.8,8.6-.5,.8c-1,.6-1.7,1.6-2.2,2.7-.1,.4-.2,.4-.3,0-.1-.4,0-.8,.3-1.1,.8-1.1,.8-1.9-.2-2.5-.4-.2-.6-.6-.7-1-.1-.8-.3-1.3-.6-1.6-.2-.3-.3-.6-.3-.8,.2-1.7-.5-3.3-1.9-4.7-1.1-1.1-2.7-3.1-4.8-6.2-.2-.3-.3-.6-.2-.9,.2-3.3-1.3-5.3-4.6-6-1.5-.3-3.7-.1-6.6,.7-.2,.1-.5-.1-.6-.3-.3-.6-.9-.9-1.8-.8l8-6.1c.5-.4,1.2-.4,1.8,0,1.8,1.2,3.7,2.4,5.6,3.7,2,1.4,3.7,2.9,5,4.4,3,3.2,5.4,6.9,7.4,11.1h0Z" style="fill: #3da8d2;"/>
                              <path d="M806.5,172.1c-7.6,4.9-12.1,7.9-13.6,9-2.3,1.7-4.3,4.1-5.9,7.1,.2-1.3,.7-2.3,1.5-3.1,.6-.7,.4-1.8-.5-2.1-1.6-.6-3.2-.8-4.8-.6-1.7,.3-2.5,.4-2.5,.4-3.3,.3-7.1,1-11.3,2.1-.6,.1-.8,.9-.4,1.3s.2,.9-.6,1.4l-4.7-4.2c.9-.2,1.9-.9,2.9-2.1,.3-.3,.6-.6,.9-.8,2.2-1.4,4-3.3,5.4-5.6,1.7-2.9,2.8-4.4,3.2-4.8,1.4-1.1,3-1.7,4.9-1.7h2.9c7.7-.4,14.9,0,21.6,1.3,1,.3,1.3,1,1,2.4h0Z" style="fill: #7cbce9;"/>
                              <path d="M634.4,171.2c-1.4,1.8-3.1,3.3-5.2,4.4,0-.4-.2-.6-.5-.5l5.7-3.9h0Z" style="fill: #64b7cc;"/>
                              <path d="M628.7,175.1c.4,0,.6,.1,.5,.5-3.8,3.8-8.3,6.6-13.4,8.3-1.3-.8-1.6-1.6-.7-2.6,2.9-3,5.8-6.1,8.7-9.1,.2-.2,.3-.2,.3,.1-.1,1.5-.6,2.6-1.4,3.3-2.4,2-4.5,4.1-6.1,6.3-.7,.9-.5,1.1,.5,.6,1.4-.7,2.6-1.5,3.8-2.5,1.1-.9,2.2-1.6,3.5-2.2,1.6-.7,3-1.6,4.3-2.7h0Z" style="fill: #d8e3eb;"/>
                              <path d="M214.3,173.3l10.6,7.1c.3,.2,.6,.3,.9,.2,6.6-1,12.6-3.3,18.2-6.9,.9-.1,1.5,.2,1.8,.8,.1,.3,.4,.4,.6,.3,2.9-.8,5-1,6.6-.7,3.2,.7,4.8,2.7,4.6,6,0,.3,.1,.7,.2,.9,2.1,3.1,3.7,5.1,4.8,6.2,1.4,1.4,2,3,1.9,4.7,0,.2,.1,.5,.3,.8,.2,.3,.4,.8,.6,1.6,.1,.4,.3,.8,.7,1,1,.6,1,1.4,.2,2.5-.3,.4-.4,.8-.3,1.1,.1,.4,.2,.4,.3,0,.4-1.1,1.1-2,2.2-2.7l-4,9.5c-13.1-7.6-26-15.5-38.7-23.8l-.4-.4c-.2-.2-.6-.3-.8-.1-2.4,1-5,1.3-7.6,.7l-2.7-8.8h0Z" style="fill: #35a6d0;"/>
                              <path d="M574.8,176.6c.8,.5,1.8,.8,3,.8,1.5-.1,2.7,.4,3.7,1.2,.7,.6,1.3,1.6,1.8,3.1,1.3,4,2,6.5,2,7.4,0,2.5,.9,4.3,2.8,5.4,1.8,1.1,3.9,1.7,6.4,1.9,1.2,.4,1.4,.9,.7,1.6-3.4,3.4-6.8,6.9-10.3,10.3-1.9,1.8-1.7,2,.5,.6,3.1-2.1,6.2-4.4,9.3-6.9,.2-.2,.5-.5,.8-1,.5-.8,1-.8,1.5-.1,.2,.3,.5,.5,.7,.6,.8,.4,1.7,.5,2.7,.3-.6,1.8-.9,3.6-.7,5.4,0,.3,.2,.6,.5,.7l2.7,1.3c.3,.1,.3,.2,0,.3-1.5,.4-1.7,.5-.6,.4-13.7,5.7-27.5,11.3-41.3,16.8-1.2,.5-2.5,.9-3.7,1.1-1.3,.3-2.6,.5-3.8,.7l-36.3,3.8c.8-2.8,2.5-4.9,5-6.4,4-2.4,7-4.3,9-5.8,1.2-.9,1.2-1.5,.1-1.9-.3-.1-.5-.4-.4-.6,.2-.3,.5-.5,1.1-.4,1.6,.1,3.2,0,5-.3,1.4-.2,3-.6,4.8-1.3,3.2-1.2,6.4-2.3,9.6-3.4,4-1.3,8.2-3.6,12.8-6.9-.2,.5-.4,1-.6,1.5-.2,.3-.5,.7-1,1.2-1.3,1.2-1.5,2.6-.6,4.3,.1,.3,.2,.6,.1,.9-.1,.7,.1,1.2,.7,1.4,.3,.1,.9,.1,1.6,0,5-1,9.7-2.5,14-4.7,.7-.4,1.2-1.1,1.2-1.9,0-3.9,.2-7.6,.5-10.9,.1-1.1,.5-2.3,1-3.5,.5-1.1,1-2.2,1.5-3.4,.1-.3,.2-.6,.1-1-.3-2.3-.9-4.5-1.5-6.7-1-3.4-2.5-3.5-4.4-.6-.8,1.2-1.2,2.6-1.1,4,.1,2,.3,4.7,.6,8,.3,2.9-.4,5.3-2.1,7.1-.2,.2-.4,.5-.7,.9-.2,.3-.4,.6-.7,.9-.3,.3-.8,.6-1.4,.7-2,.3-4,.6-6,.7-.2,0-.5,.1-.6,.2l-.2,.3c-2-.6-4.3-.6-7,0-8.8,2.1-17.1,4.1-24.9,6.1-1.4,.3-1.6,0-.7-1.1,3.8-4.7,6-9.1,6.7-13.1,.5-3.2,1.3-5.4,2.2-6.5,.7-.8,1.2-.4,1.8,1.1,.1,.4,.3,.4,.6,.1l2.1-3c-.6,3,.3,4.1,2.8,3.4,.4-.1,.7,0,.8,.2l.2,.4c.1,.2,.3,.4,.5,.4,1.2-.1,2,.4,2.3,1.6,.1,.3,.3,.4,.5,.3l15-5.9c.9-.3,1.6-.9,2.3-1.7,2.2-2.6,2.7-5.1,1.6-7.6-.1-.2,0-.5,.3-.5,1.2-.2,2.3-1,3.1-2.3h0Z" style="fill: #4b9bc3;"/>
                              <path d="M603.5,179.3c-.9,2.7-1.4,4.9-1.6,6.5-.2,2.4-.5,6.1-.8,11-1.4,.8-2.3,.1-2.6-2.2-.1-.5-.6-.7-1-.5-.3,.2-.8,.2-1.5,0-2.2-7.8,.3-12.7,7.5-14.8Z" style="fill: #d9c4eb;"/>
                              <path d="M564.2,205.3l.3-.5,.2-.3c.1-.1,.3-.2,.6-.2,2-.1,4-.3,6-.7,.6-.1,1.1-.3,1.4-.7,.3-.3,.5-.6,.7-.9,.2-.4,.4-.7,.7-.9,1.7-1.8,2.4-4.1,2.1-7.1-.3-3.3-.5-6-.6-8-.1-1.4,.3-2.8,1.1-4,1.9-3,3.4-2.8,4.4,.6,.7,2.2,1.2,4.4,1.5,6.7,0,.3,0,.7-.1,1-.5,1.1-1,2.3-1.5,3.4-.6,1.2-.9,2.3-1,3.5-.3,3.3-.5,7-.5,10.9,0,.8-.5,1.5-1.2,1.9-4.3,2.2-9,3.8-14,4.7-.7,.1-1.2,.1-1.6,0-.6-.2-.8-.7-.7-1.4,.1-.3,0-.7-.1-.9-.8-1.6-.6-3.1,.6-4.3,.5-.5,.9-.9,1-1.2,.3-.5,.5-1,.7-1.6h0Z" style="fill: #54a2cd;"/>
                              <path d="M278.6,180.3c-.4,1.3-.1,2.3,.7,2.9,1.2,1,2.6,1.9,4.1,2.7,.3,.2,.4,.5,.2,.8-2,3.8-3.6,7.6-4.8,11.5-.6,1.9-1.4,4.2-2.4,6.8-.9,2.3-1.6,4.6-2,7l-10-6.2,4-9.5,.5-.8c.2,.4,.4,.3,.6-.1,2.7-5.2,5.7-10.2,9.1-15.1h0Z" style="fill: #628cb4;"/>
                              <path d="M695.7,189.1l-6.2-2.2c4.3-2.4,8.8-4.5,13.4-6.2,.8-.3,1.5-.4,2.2-.4,2,.1,2.2,1.1,.7,2.8-.9,1-1.8,1.5-2.8,1.5-.3,0-.6,.1-.9,.3-.6,.5-1.3,.7-2.1,.7-2.4-.1-3.9,1.1-4.3,3.5h0Z" style="fill: #91bbe9;"/>
                              <path d="M787,188.1c-1.8,3.6-4.1,6.6-6.9,9.1l-11.7-9.6c.8-.5,1-1,.6-1.4s-.2-1.2,.4-1.3c4.2-1.1,8-1.8,11.3-2.1,0,0,.9-.1,2.5-.4,1.6-.2,3.2-.1,4.8,.6,.9,.3,1.1,1.4,.5,2.1-.8,.7-1.3,1.7-1.5,3h0Z" style="fill: #54b0e2;"/>
                              <path d="M298.5,185.2c-.9,2.8-1.7,5.6-2.5,8.6-.5,1.6-.8,3-.8,4.2-.1,1.2,.3,2.5,1.1,4,1.6,2.7,3.1,4.9,4.5,6.6,2.3,2.6,3.9,4.8,5,6.8-.5,1.4-1.3,1.6-2.3,.5-.8-.8-1.3-1.3-1.8-1.5-2.8-3.7-6.1-6.9-9.9-9.6,.8-1.6,.9-3.5,.3-5.4-.1-.3-.4-.5-.7-.4-.6,.1-1.2,.3-1.6,.7-.3,.3-.6,.4-.9,.4s-.5-.2-.5-.5c0-.2,.1-.5,.4-.8l3.4-3.7c.2-.3,.5-.5,.8-.6,1.3-.6,1.8-1.6,1.2-2.9-.5-1.3-1.4-1.4-2.7-.2l6.1-7.1c.3-.3,.5-.3,.6,.1l.3,.8h0Z" style="fill: #628cb4;"/>
                              <path d="M672.7,187.6c-1.7,3.1-4.1,4.9-7.4,5.4-2.7,.4-4.1,.7-4.2,.7-4.4,1.1-8.7,2.6-12.9,4.3,0,0-1.1,.4-3.2,1.2-1.8,.7-3.9,1.7-6.2,3.2-2.1,1.3-3.4,3-3.9,5.1-.1,.5-.3,1.1-.5,1.7-.2,.4-.3,1-.5,1.7-1,3.3-3.3,5.1-7,5.4-2.2,.2-4.1,0-5.8-.6-1.2-.4-5.1-1.9-11.6-4.4-2-.8-4.4-1.1-7.2-1.2-1,.1-.8-.1,.6-.4,.3-.1,.3-.2,0-.3l-2.7-1.3c-.3-.1-.5-.4-.5-.7-.2-1.9,.1-3.7,.7-5.4l.8-5c1.4,.4,2.5,.1,3.4-.9,.2-.2,.5-.3,.8-.2l2.8,.9c.3,.1,.6,.1,.9-.1,1.9-.8,3.8-1.4,5.8-1.8,1.6-.3,3.1-.8,4.5-1.5,1.7-.9,3.1-1.4,4.3-1.7,2.7-.7,6-1.7,9.7-3,.3-.1,.7-.1,1,0,1.9,.6,3.6,.5,5.1-.3,3.7-2,7.6-2.9,11.8-2.9,3.6,0,6.9-.4,10-1.4,1.1-.3,2.1-.3,3.1,0,.2,.1,.3,.2,0,.3-.8,.4-.7,.5,.6,.4,.2,0,.4,0,.7,.1,.8,.3,1.7,.5,2.5,.6,0,0,.8-.1,2.3-.4,1.3-.1,2,.7,2.2,2.5h0Z" style="fill: #3da8d2;"/>
                              <path d="M506,188.3c-1.8,4.9-3.2,9.9-4.4,15-.9,3.7-3.2,6.1-7.2,7.3-3.6,1-6.6,3.4-9.2,7.1-.2-2.6,.9-4.5,3.1-5.9,3.9-2.4,6.7-4.2,8.4-5.4,2-1.4,3.2-3.7,3.7-6.9l2.5-10.5c.2-.8,.8-1.4,1.6-1.6,1-.2,1.5,.1,1.5,.9h0Z" style="fill: #f0d7f0;"/>
                              <path d="M672.7,187.6h.5c-.8,3.3-2.3,6.5-4.5,9.6-.4,.6-1.2,1-2,.9-3.1-.2-4,.2-2.9,1.2-4.5,1.9-9.3,3.5-14.3,4.8-1.6,.4-2.6,1.4-2.9,3.1-.7,3.6-1.6,7.5-2.7,11.5,0,0-.1,.6-.3,1.7-.3,1.8-1.4,3-3.1,3.6,.5-.9,1-1.9,1.4-2.9,.3-.7,.4-1.8,.3-3.2,0-.9,0-1.9,.3-2.8,.1-.3-.1-.6-.3-.7-.5-.2-.9-.2-1.3,0-.4,.2-.7,.6-.9,1.2-1.2,3.4-2.4,6.8-3.5,10.1-2.8,1.3-4.3,3.5-4.3,6.6,0,.7-.5,2.2-1.4,4.5-7.7-7.2-16-13.6-25-19.2-1.1-.7-1.2-.5-.5,.5,2.1,2.8,4.3,5.5,6.7,8.1,3.3,3.5,5.5,6.2,6.7,8.1,2.5,3.8,4.6,7.9,6.3,12.2,.1,.2,.4,.3,.6,.2l2.1-1.2-3.2,5c-1.2,.5-1.9,.3-2.2-.7-.1-.4-.3-.7-.4-.9-1.5-1.5-3.2-2.2-5.1-2.2-3.5,.1-6.3,.1-8.5,.1-1.8,0-4.7,.1-8.5,.3-2.9,.1-5.9,.1-9-.1-5.6-.5-12-.8-19.2-.9-1.4,0-3.8-.3-7-.7-2-.3-4.3-.5-7-.6-7.1-.3-14.1-.5-21.2-.6-.3,0-.6-.1-.9-.2-1-.5-1.9-.6-3-.4-1.2,.2-1.8,.3-1.9,.3-8.4,.6-16.7,.7-25.1,.3-4.8-.2-9.6,0-14.4,.7-.5-.4-.8-1.2-1.1-2.5,8.4-.8,16.9-1,25.3-.8,3.4,.1,7.8-.9,13.3-3.1,.3-.1,.5-.4,.4-.7-.1-.6-.3-1.2-.7-1.8s-.1-1.4,.6-1.5c7.1-1,14.2-1.6,21.5-1.9,1.2-.1,2.1-.3,2.7-.7,1.2-.8,1.3-1.9,.5-3.3,1.2-.2,2.5-.4,3.8-.7,1.2-.2,2.5-.6,3.7-1.1,13.8-5.5,27.5-11.1,41.3-16.8,2.9,.1,5.3,.5,7.2,1.2,6.5,2.5,10.4,3.9,11.6,4.4,1.7,.6,3.7,.8,5.8,.6,3.7-.3,6-2.1,7-5.4,.2-.7,.4-1.3,.5-1.7,.2-.6,.4-1.2,.5-1.7,.5-2.1,1.7-3.8,3.9-5.1,2.3-1.4,4.4-2.5,6.2-3.2,2.1-.8,3.1-1.2,3.2-1.2,4.2-1.7,8.5-3.2,12.9-4.3,.1,0,1.5-.2,4.2-.7,3.2-.5,5.7-2.3,7.3-5.3h0Z" style="fill: #b3c1ed;"/>
                              <path d="M506,188.3c2.6,2.2,5.4,4.1,8.5,5.6-.7,2.8-1,5.6-.9,8.5,0,.3,.2,.6,.5,.7l1.8,.4c.3,.1,.3,.2,.1,.4l-24.8,19.9-.2-1.7c0-.3-.2-.6-.4-.6-1.2-.3-2.4-.7-3.5-1.2-1.1-.4-1.7-1.3-1.9-2.7,2.5-3.7,5.6-6,9.2-7.1,3.9-1.1,6.3-3.6,7.2-7.3,1.2-5,2.7-9.9,4.4-14.9h0Z" style="fill: #5391ba;"/>
                              <path d="M728.7,191.9c-.4,1.2-1.2,1.7-2.5,1.4-2.2,.6-4.3,.6-6.4-.2-.4-.1-.7-.2-.9-.1-.3,.1-.5,.3-.7,.6l-6.2-1.9c5.4-2,10.5-1.9,15.5,.2,.5,.2,.9,.2,1.2,0h0Z" style="fill: #509ddb;"/>
                              <path d="M291.8,204.8c-3.5,4.3-7.3,8-11.5,11.1l-2.6-1.8c3-4.2,5.5-8.8,7.3-13.6,.9-2.2,3-5.2,6.5-9.1,1.3-1.1,2.2-1,2.7,.2,.5,1.3,.1,2.2-1.2,2.9-.3,.1-.5,.3-.8,.6l-3.4,3.7c-.3,.3-.4,.6-.4,.8,0,.4,.2,.5,.5,.5,.2,0,.5-.2,.9-.4,.5-.4,1-.7,1.6-.7,.3,0,.6,.1,.7,.4,.6,2,.5,3.8-.3,5.4h0Z" style="fill: #8b9dc3;"/>
                              <path d="M726.2,193.3c-1.5,1.6-3,2.2-4.4,1.8l-3.6-1.6c.2-.3,.4-.5,.7-.6,.2-.1,.5,0,.9,.1,2.1,.9,4.2,1,6.4,.3h0Z" style="fill: #9fcfeb;"/>
                              <path d="M601.2,196.9l-.8,5c-1,.2-1.9,.1-2.7-.3-.2-.1-.5-.3-.7-.6-.5-.7-1-.7-1.5,.1-.3,.5-.6,.8-.8,1-3.1,2.5-6.2,4.8-9.3,6.9-2.2,1.4-2.3,1.3-.5-.6,3.5-3.4,6.9-6.8,10.3-10.3,.7-.7,.5-1.3-.7-1.6,.9-.4,1.4-1.1,1.6-2.2,.7,.2,1.2,.2,1.5,0,.4-.2,.9,.1,1,.5,.3,2.1,1.2,2.8,2.6,2.1h0Z" style="fill: #a6bbe7;"/>
                              <path d="M359.3,261.2l-7.5,4.8c-.8,.5-1.9,.4-2.6-.2-2.6-2.3-5.9-3.7-9.8-4.3-1.7-2.1-3.2-4.7-4.5-7.8-1.6-3.8-4.4-6.4-8.4-7.9-3.5-1.3-7.9-3.5-13.1-6.7-3.8-2-7-4-9.5-6.2-1.7-1.4-5-4.5-10.1-9.3-2.1-2-4.2-3.5-6.3-4.6-2.4-1.2-4.8-2.3-7.1-3.2,4.2-3.1,8-6.8,11.5-11.1,3.8,2.7,7.1,5.9,9.9,9.6,.4,.1,1,.6,1.8,1.5,1,1.1,1.8,.9,2.3-.5-1-2-2.7-4.3-5-6.8-1.5-1.6-3-3.8-4.5-6.6-.8-1.5-1.2-2.8-1.1-4s.4-2.6,.8-4.2c.9-2.9,1.7-5.8,2.5-8.6,.7-2.4,2.3-3.7,4.7-3.9,4.4,5.4,10.5,13.7,18.4,25.2,2.6,3.8,4,7.7,4,11.7-3.8,4.4-5,9.3-3.6,14.8,.1,.3,.3,.6,.6,.6,.7,.1,1.4,0,2-.4,.1-.1,.2-.2,.2-.3,.1-.4,.2-.4,.2,.1,0,.1,.1,.2,.1,0,2.3-4.2,4.3-8.5,5.9-13,.1-.3,.4-.5,.7-.6l4.8-1.1,14,28.7,8.7,14.3h0Z" style="fill: #4287ac;"/>
                              <path d="M525.2,208.3c-1.1,2-.9,3.8,.4,5.5,.3,.4,.2,.9-.1,1.2-2.6,2.2-5.3,4.2-8,6.1-1.5,1-2.1,.3-1.9-2.1,.1-1.1,.5-2,1.1-2.9l5.5-7.1c.8-.4,1.8-.6,3-.7h0Z" style="fill: #8eb4e1;"/>
                              <path d="M459.3,213.2c-.4,2-1,3.9-1.9,5.8-1.4,3-3.2,5.6-5.3,7.8-.2,.2-.4,.5-.5,.9-.5,2.2-1.4,2.2-2.5,.2,4.2-4.3,7.6-9.2,10.2-14.7h0Z" style="fill: #f0d7f0;"/>
                              <path d="M515.9,290.7c-7.7-3.5-15.2-7.5-22.4-12l-18.2-10.5c-.2-.4-.5-.7-.9-.9l-15.7-11c-2.4,.1-4.7,.7-6.8,1.8-.5,.3-1.1,.5-1.7,.5-.9,.1-1.5,.3-1.7,.5-1.5,1.4-3.3,1.9-5.3,1.8-.4,0-.7,0-.9,.2l-3.4,3.4c-4.3,2.6-8.4,4.1-12.4,4.4-3.3,.2-12.6,8.7-14,9-1.5,.6-2.3,0-3.4-.4-1.3-.4-2.2-.8-3.5-1.3s-2.2-.7-3-1.1c3.3-3,20.3-17.9,23.4-21.2,1.7-1.8,2.8-3.9,3.5-6.2,1.3-4.7,2.7-9.4,4.2-14,0-.1,.2-.9,.6-2.5,.4-1.5,1.1-2.9,2-4.2,1.1-1.6,2.2-1.8,3.3-.6,1,1.1,1.5,1,1.5-.4,0-.2-.1-.6-.2-1.1-.3-1.4,0-2.8,1.1-4.2,2.8,2,5.2,4.4,7.2,7.2,1.1,2,2,2,2.5-.2,.1-.3,.2-.6,.5-.9,2.1-2.2,3.9-4.8,5.3-7.8,.9-1.9,1.5-3.8,1.9-5.8,3.2,1.8,6.8,4.1,10.6,6.9,4.8,3.6,10.3,6.4,16.7,8.4,.5,2.7,1.9,3.5,4.1,2.5,.7-.3,1-.5,1.1-.5,3.9-1.5,6.5-2.3,7.8-2.5,1.6-.2,1.8,.3,.6,1.4-3.9,2.6-8,4.2-12.5,5-.7,.1-1.1,.8-.9,1.5,.8,2.7,1.9,4.8,3.2,6.3,.3,1.3,.6,2.1,1.1,2.5l3,4.7,3.5,6.7-1.4,1c-.2,.1-.4,.4-.5,.8-.4,1.4-1.4,1.9-2.8,1.3-4-3.5-8-7.1-11.8-10.8,0,0-1.2-1.3-3.4-3.7-2.5-2.8-5.7-4.7-9.3-5.8-1.8-.6-3.4-1.3-5-2.2-.4-.2-.7-.3-.8-.1-.1,.2,0,.4,.3,.6,1.9,1.5,4.3,2.6,7,3.4,1.7,.5,3.2,1.5,4.5,3l3.7,4.7,2.3,2.7c.2,.2,.4,.4,.8,.5,1.5,.6,2,1.7,1.6,3.4-.3,1.2,0,2.4,.8,3.3,1.7,2.2,3.5,4.3,5.2,6.5,1.8,2.2,3.6,4.3,5.6,6.1,6.9,7,14.1,13.6,21.4,19.9h0Z" style="fill: #509dc7;"/>
                              <path d="M640.5,224.1l-1.5,.8-2.5,.9c1.2-3.4,2.3-6.8,3.5-10.1,.2-.6,.5-1,.9-1.2s.9-.2,1.3,0c.2,.1,.4,.4,.3,.7-.2,.9-.3,1.9-.3,2.8,.1,1.4,0,2.4-.3,3.2-.4,1-.8,2-1.4,2.9Z" style="fill: #7fa6db;"/>
                              <path d="M353.1,245.5c-1.3,0-2.2,.5-2.6,1.6l-14-28.7c-.8-1.2-.9-2.6-.2-4.1,2.4,2.1,4.4,4.5,6,7.3l10.8,23.9Z" style="fill: #5d9fcf;"/>
                              <path d="M630.8,236.9c-.4,2.8-1.4,5.7-3.1,8.7l-2.1,1.2c-.2,.1-.5,.1-.6-.2-1.7-4.3-3.8-8.3-6.3-12.2-1.2-1.8-3.4-4.5-6.7-8.1-2.4-2.6-4.6-5.3-6.7-8.1-.8-1-.6-1.2,.5-.5,8.9,5.6,17.3,12,25,19.2Z" style="fill: #5d9fcf;"/>
                              <path d="M441.9,220.6c-1.1,1.4-1.5,2.9-1.1,4.2,.1,.5,.2,.9,.2,1.1,0,1.4-.5,1.5-1.5,.4-1.1-1.2-2.2-1-3.3,.6-.9,1.3-1.6,2.7-2,4.2-.4,1.6-.6,2.4-.6,2.5-1.5,4.6-2.9,9.3-4.2,14-.7,2.4-1.8,4.4-3.5,6.2-3,3.2-17.1,15.6-20.4,18.6-.8,0-1-.5-.7-1.6,.2-.8,.7-1.5,1.3-2,2.1-1.9,15.1-13,17.2-14.8,2.1-1.9,3.7-3.8,4.5-5.7,1-2.2,1.8-4.7,2.3-7.4,.9-4.6,2.6-9.6,5.2-15.2,.6-.9,1.5-1.5,2.5-1.7,.4-.1,.7-.2,.8-.4,.4-.4,.7-.9,.9-1.5,.2-.6,.5-1,.8-1.1,.6-.3,1-.4,1.6-.4h0Z" style="fill: #e1c7f1;"/>
                              <path d="M458.8,243.5c.6,.8,.6,1.1,0,.8-.1-.1-.2-.1-.4-.3-1.9-2-3.4-3.9-4.5-5.7-1-1.7-2.2-3-3.6-3.8-2.4-1.4-4.7-2.9-6.9-4.6-.7-.5-.8-.8-.4-.9,.2,0,.4,0,.6,.1,2.4,1.4,4.8,2.7,7.1,4.2,1.2,.7,2.2,1.7,3,3,1.6,2.5,3.3,4.9,5.1,7.2h0Z" style="fill: #a6a8ce;"/>
                              <path d="M553.5,228.7c.8,1.4,.7,2.5-.5,3.3-.6,.4-1.5,.6-2.7,.7-7.2,.3-14.4,1-21.5,1.9-.7,.1-1.1,.9-.6,1.5,.4,.6,.6,1.1,.7,1.8,0,.3-.1,.6-.4,.7-5.5,2.1-9.9,3.2-13.3,3.1-8.5-.2-16.9,0-25.3,.8-1.3-1.5-2.4-3.6-3.2-6.3-.2-.7,.2-1.4,.9-1.5,4.5-.7,8.7-2.4,12.5-5-.8,1.4-.3,2.2,1.3,2.3,.7,0,1.3,.2,1.9,.6,.3,.2,.6,.3,.9,.3l12.9-.3,36.4-3.9h0Z" style="fill: #c5c2ed;"/>
                              <path d="M624.5,250.6c-1.2,.5-1.9,.3-2.2-.7-.1-.4-.3-.7-.4-.9-1.5-1.5-3.2-2.2-5.1-2.2-3.5,.1-6.3,.1-8.5,.1-1.8,0-4.7,.1-8.5,.3-2.9,.1-5.9,.1-9-.1-5.6-.5-12-.8-19.2-.9-1.4,0-3.8-.3-7-.7-2-.3-4.3-.5-7-.6-7.1-.3-14.1-.5-21.2-.6-.3,0-.6-.1-.9-.2-1-.5-1.9-.6-3-.4-1.2,.2-1.8,.3-1.9,.3-8.4,.6-16.7,.7-25.1,.3-4.8-.2-9.6,0-14.4,.7l3,4.7,3.5,6.7,2,3.1,4,7.5c.2,.3,.4,.5,.7,.5,1.6,.4,3.1,.7,4.7,1.1s3.3,.5,5.2,.4c4-.2,7.3,0,10.1,.7,2.2,.5,4.3,.8,6.2,.9,3.8,.1,5.8,.2,6.2,.2,2.3,.2,4.6,.3,7,.3,2.2,0,4.3,.2,6.4,.6,3.6,.8,7.2,1.2,10.9,1.5,.3,0,.5,.1,.9,.3,.6,.4,1.1,.4,1.7,0,.3-.2,.6-.2,.9-.2l7.2,.6c.2,0,.3,0,.5-.2l.2-.2c.2-.2,.5-.3,.9-.4,4.3-.4,8.2,.1,11.6,1.2,4.6,1.6,8.9,2.5,12.9,2.6,2.4,.1,3.7,.1,3.7,.1,4.2,.3,8,.8,11.4,1.4,1.4,.2,1.7,1,.9,2.1l-4.8,7.3c.8,0,1.4-.2,2-.6,.3-.2,.4-.1,.4,.1-.1,.9-.4,1.7-.9,2.5,.5,0,1-.1,1.4-.2l.3-1.2c-.7-1.1-.7-2.1-.2-2.9,.9-1.5,2.2-3.2,3.8-5,1.2-1.3,1.9-2.6,2.3-3.9,.5-1.7,.8-3.4,1-5.1l2.1-13.9c-.1-1.3,.2-2.3,.9-3.1,.7-1.2,1.6-2.5,2.4-3.9h0Zm-9.1,6.2c-.7-.1-1.5-.2-2.1-.3,.7,0,1.4,.1,2.1,.3Z" style="fill: #8eb4e1;"/>
                              <path d="M613.3,256.5c.7,.1,1.4,.1,2.1,.3-.7-.2-1.4-.3-2.1-.3Z" style="fill: #8eb4e1;"/>
                              <path d="M613.3,256.5c.7,.1,1.4,.1,2.1,.3-.7-.2-1.4-.3-2.1-.3Z" style="fill: #8eb4e1;"/>
                              <path d="M471.5,266.8c-.8,.7-1.7,.9-2.6,.5-.1,0-.4-.1-.9-.2l-2.5-.3c-.3,0-.6,.1-.7,.3-1.5,2.7-3.7,4.8-6.6,6.3-.4,.2-.9,.3-1.4,.2-5.3-.8-9.9-.6-13.9,.3-.3,.1-.6,.1-1,0-4.4-1.4-8.8-1.7-13.3-1-.3,0-.5,.2-.8,.5-.7,.7-1.3,.4-1.7-.9,4.9-1.7,9.2-4.3,12.8-8l3.4-3.4c.2-.2,.5-.2,.9-.2,2,.2,3.8-.4,5.3-1.8,.3-.2,.9-.4,1.7-.5,.6-.1,1.2-.3,1.7-.6,2.1-1.1,4.4-1.8,6.8-1.8,3.7,4.3,7.9,7.8,12.8,10.6h0Z" style="fill: #54a2cd;"/>
                              <path d="M438.9,264.5c-3.6,3.7-7.9,6.4-12.8,8-.3,1.2-1,1.9-2.1,2.1-.8,.1-2.2,.5-4.2,1.2l-.3-6.2c1.4-.3,3.7-.5,7-.8,4-.3,8.1-1.7,12.4-4.3h0Z" style="fill: #b3c1ed;"/>
                              <path d="M613.5,280.5l-4.8,7.3c-5.5,3.4-11.1,4-17,1.7-1.2-.5-2.2-.9-2.9-1.1-1-.3-2-.6-2.9-1-2.9-1.1-5.6-.7-8.1,1-5.2,3.6-10,7.6-14.5,12.1-1.4,1.4-3.3,2.6-5.6,3.6-6.9,2.9-13.3,5.4-19.2,7.4-4.4,1.5-8.2,2.2-11.4,2.2-6.1-.1-11.9-1.7-17.4-4.9-.9-.5-1.8-.9-2.7-1.2-.3-.2-.6-.4-1-.3,0-.5-.5-.5-1.4-.2-.6,.2-1.1,.5-1.6,.8-9.2,6.8-18.4,12.6-27.6,17.5-.4,.2-.8,.2-1.1,.1-5.9-1.9-11.3-4.2-16.4-7.1-4.7-3.1-9.9-4.8-15.6-5.3-1.3-.1-2.4-.6-3.4-1.4-3-2.6-5.9-5.3-8.8-8,0,0-.7-.7-1.9-2-1.6-1.7-3.2-2.6-4.8-2.7-6.8-.5-12.6-1.7-17.2-3.6-4.3-1.7-9.1-4.5-14.5-8.3-1-.7-2.1-1.3-3.4-1.7-1.2-.4-2.4-.9-3.6-1.4-.6-.3-1.3-.5-2-.6-4.1-.9-7-2.5-8.5-4.9-3.1-4.7-6.5-9.2-10.1-13.5-.1-.1-.5-.7-1.3-1.9-.8-1.2-2-1.8-3.4-1.8l-8.9-14.1c.4-1.1,1.3-1.6,2.6-1.6,1.9,2.5,3.6,5.1,5.2,7.8,1.4,2.5,3.4,4.3,6,5.5,15.2,7,30.7,13.4,46.5,19.2,3.2,.1,6.2-.7,9-2.2,2-.7,3.4-1.1,4.2-1.2,1.1-.2,1.8-.9,2.1-2.1,.5,1.3,1,1.6,1.7,.9,.3-.2,.5-.4,.8-.5,4.5-.7,9-.4,13.3,1,.3,.1,.6,.1,1,0,3.9-1,8.6-1.1,13.9-.3,.5,.1,.9,0,1.4-.2,2.9-1.5,5.1-3.6,6.6-6.3,.1-.2,.4-.3,.7-.3l2.5,.3c.5,.1,.8,.1,.9,.2,.9,.4,1.8,.2,2.6-.5,1.1,1.1,2.4,1.6,3.8,1.4l18.2,10.5c7.2,4.5,14.7,8.5,22.4,12-7.4-6.4-14.6-12.9-21.6-19.6-2-1.9-3.8-3.9-5.6-6.1-1.7-2.2-3.4-4.3-5.2-6.5-.8-1-1-2.1-.8-3.3,.4-1.7-.2-2.8-1.6-3.4-.4-.1-.7-.3-.8-.5l-2.3-2.7-3.7-4.7c3.7,4.1,8.2,8.1,13.5,12.2,2.1,1.6,3.7,2.7,5,3.4,1.5,.5,2.4,.1,2.8-1.3,.1-.4,.3-.6,.5-.8l1.4-1,2,3.1,4,7.5c.2,.3,.4,.5,.7,.5,1.6,.4,3.1,.7,4.7,1.1s3.3,.5,5.2,.4c4-.2,7.3,0,10.1,.7,2.2,.5,4.3,.8,6.2,.9,3.8,.1,5.8,.2,6.2,.2,2.3,.2,4.6,.3,7,.3,2.2,0,4.3,.2,6.4,.6,3.6,.8,7.2,1.2,10.9,1.5,.3,0,.5,.1,.9,.3,.6,.4,1.1,.4,1.7,0,.3-.2,.6-.2,.9-.2l7.2,.6c.2,0,.3,0,.5-.2l.2-.2c.2-.2,.5-.3,.9-.4,4.3-.4,8.2,.1,11.6,1.2,4.6,1.6,8.9,2.5,12.9,2.6,2.4,.1,3.7,.1,3.7,.1,4.2,.3,8,.8,11.4,1.4,1.2,.2,1.5,.9,.7,2h0Z" style="fill: #269cc7;"/>
                              <path d="M492.8,259.4c-1.2-.7-2.9-1.8-5-3.4-5.3-4.1-9.8-8.1-13.5-12.2-1.3-1.5-2.9-2.5-4.5-3-2.7-.8-5-1.9-7-3.4-.3-.2-.4-.5-.3-.6s.3-.1,.8,.1c1.6,.9,3.2,1.7,5,2.2,3.7,1.1,6.8,3.1,9.3,5.8,2.2,2.4,3.4,3.7,3.4,3.7,3.8,3.7,7.7,7.3,11.8,10.8h0Z" style="fill: #c5c2ed;"/>
                              <path d="M475.3,268.2c-1.4,.2-2.7-.3-3.8-1.4-4.8-2.8-9.1-6.3-12.8-10.6l15.7,11.1c.3,.2,.6,.5,.9,.9h0Z" style="fill: #7fa6db;"/>
                            </g>
                            <g id="mid-clouds">
                              <g id="mid-clouds-2-3" data-name="mid-clouds-2">
                                <path d="M567.2,254.7c-1.1-.2-2,.1-2.7,.9,.1-.4,.1-.7-.1-1-.1-.2-.4-.3-.8-.3-4.7-.2-9.2,.2-13.7,1.2-2.8,.6-5.3,2-7.4,4.1-2.9,3-5.5,6.1-7.9,9.6-2.5,3.7-5.4,3.8-8.4,.5s-6.7-4-11-2.2c-2.1,.9-4.2,1.8-6.3,2.6-2.7,1.1-2.9,.7-.7-1.1,3.6-2.9,7.7-4.2,12.3-4.2,.4,0,.8-.1,1-.3,.2-.2,.2-.4,0-.6-.1-.2-.4-.2-.8-.2-6.3,.3-12.3,2.5-18,6.7-2.8,2.1-4.2,4.5-4.2,7.4-.6-.5-1.1-1.1-1.4-1.8,3.5-7.4,9.4-12,17.7-13.9,6.3-1.4,11.1,.5,14.3,5.7,1.2,2,2.3,1.9,3.5-.1,5.8-10.3,14.8-15.4,26.8-15.2,3.2,.1,5.8,.8,7.8,2.2h0Z" style="fill: #f8fcfd;"/>
                                <path d="M564.5,255.6c-4.7,1.7-7.5,2.9-8.5,3.7-1.4,1.1-1.4,1.7,.1,1.6,.3,0,.7-.1,1.1-.3,3-1.4,6.2-2.1,9.5-2.3,.5,0,1,.3,1.3,.8,2.3,3.5,5.6,4.5,10,2.8,2.6-1,5.5-1.8,8.7-2.4,.8-.1,1.5,.4,1.6,1.2,.2,3,1.1,5.2,2.6,6.7,.4,.4,1,.6,1.6,.5l13.2-2.1c1.5,3.8,4,6.7,7.5,8.7,.8,.5,2.2,.9,4.1,1.1,1.5,.2,2.8,.6,4.2,1.2-.5,2.3-1.8,3.5-3.7,3.5-2.2,0-4.5,.1-7,.3-5.3,2.7-11,4-17,3.8-4.1-.2-7.4,0-9.8,.4-9.6,1.5-18.7,2.1-27.2,1.8-13.2-.5-25.4,.4-36.6,2.6-6.4-1.7-12.1-.7-17.2,2.9-2.7,.7-5.4,1.5-8.1,2.3-2.4,.8-5.2,1.2-8.2,1.2-4.6,0-9.1,.7-13.5,2-1.9,.6-3.9,.9-6,.9s-4.2,.2-6.2,.6c-3.8,.7-6.8,1-9.1,1-6.1,0-12.3,.6-18.5,1.7-5.3,10.8-12.8,13.3-22.6,7.6,0,0-1-.7-2.8-2.1-2.5-1.9-5.6-2.3-9.2-1.4-7.2,1.9-13.5,4.3-18.6,7.1-7.8,4.2-14.9,3.6-21.2-1.8-.5-.4-.7-.9-.8-1.5-.6-4.8,1.3-8.4,5.9-10.8,3.3-1.7,6.7-2.6,10.2-2.7,7.3,2.4,14.2,1.9,20.7-1.2,2.4-1.2,4.6-1.9,6.7-2,7.5-.5,15.2-1.3,23.3-2.2,.6-.1,1.2-.1,1.8,0,5.2,.4,9.5-.2,12.8-1.6,.6-.2,1.1-.4,1.7-.3,3.5,.3,7,.2,10.4-.2,2-.2,4.8-.3,8.3-.3,2.9,0,5.7-.4,8.4-1.3,1.2-.9,2-1.9,2.2-3.2,2.6-.8,5-.7,7.4,.5,.5,.2,1,.1,1.3-.3,1.3-1.8,2.7-3.5,4.3-5,1.8-1.7,3.7-2.5,5.8-2.5,2.7,0,5.2,.9,7.6,2.6,.5,.3,.9,.6,1.2,.7,2.2,.9,2.3,.2,.3-2.1,0-2.9,1.5-5.3,4.2-7.4,5.6-4.2,11.6-6.4,18-6.7,.4,0,.6,0,.8,.2s.1,.4,0,.6c-.2,.2-.5,.3-1,.3-4.6,0-8.7,1.3-12.3,4.2-2.3,1.8-2,2.2,.7,1.1,2.1-.9,4.2-1.7,6.3-2.6,4.3-1.8,8-1.1,11,2.2,3,3.4,5.9,3.2,8.4-.5,2.4-3.4,5-6.6,7.9-9.6,2.1-2.1,4.5-3.5,7.4-4.1,4.5-1,9.1-1.4,13.7-1.2,.4,0,.7,.1,.8,.3,.2,.3,.2,.6,.1,1h0Z" style="fill: #83c9e2;"/>
                                <path d="M567.2,254.7c2.2,1,3.8,2.5,5,4.5,1.2,2.1,2.8,2.3,4.5,.6,3.3-3.2,7.5-4.1,12.5-2.6,1.7,.5,2.9,2.1,2.8,3.9-.3,4.7,1,5.9,3.8,3.4,2.9-2.5,6.2-2.1,9.9,1.2l-13.2,2.1c-.6,.1-1.2-.1-1.6-.5-1.5-1.5-2.4-3.7-2.6-6.7,0-.8-.8-1.3-1.6-1.2-3.2,.5-6.1,1.3-8.7,2.4-4.3,1.7-7.7,.7-10-2.8-.3-.5-.8-.8-1.3-.8-3.3,.1-6.5,.9-9.5,2.3-.4,.2-.8,.3-1.1,.3-1.5,.1-1.5-.4-.1-1.6,.9-.8,3.8-2,8.5-3.7,.6-.7,1.5-1,2.7-.8h0Z" style="fill: #f8fcfd;"/>
                                <path d="M425.9,274.7c-.1,1.8-.7,2.2-1.7,1.5-.4-.3-.7-.7-1-1.3-1.2-2.7-3-4.6-5.4-5.7-1.8-.9-4.3-1.1-7.4-.8-3,.3-5.7,.8-8,1.4-4.5,1.2-7.2,4.1-8.1,8.7-.1,.5-.4,1.1-.8,1.5-2,2.1-2.2,4.4-.5,7-.7,1-1.4,.9-1.8-.4-3.5-2.7-3.5-5-.1-6.8,.6-.3,1-.7,1.2-1.2,.4-1,.6-2,.5-3,.9-2.9,2.6-5.2,5.4-6.8,11.4-6.8,20.6-4.8,27.7,5.9h0Z" style="fill: #f8fcfd;"/>
                                <path d="M425.9,274.7c.........完整代码请登录后点击上方下载按钮下载查看

网友评论0