
:root{
--navy:#0c1e35;--navy2:#132d4f;--teal:#00a5a8;--blue:#2b7de9;--orange:#f5842c;--plum:#6b3fa0;
--green:#2ecc71;--red:#e74c3c;--gold:#f1c40f;
--g100:#f7f8fa;--g200:#ebedf0;--g300:#d1d5db;--g400:#9ca3af;--g500:#6b7280;--g600:#374151;--g700:#1f2937;
--white:#fff;--shadow:0 2px 12px rgba(0,0,0,.08);--shadow-lg:0 8px 32px rgba(0,0,0,.12);
--font-body:'DM Sans',sans-serif;--font-head:'Merriweather',serif;
--max-w:1200px;--radius:8px;
}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:var(--font-body);color:var(--g700);line-height:1.7;background:var(--white);overflow-x:hidden}
h1,h2,h3,h4{font-family:var(--font-head);line-height:1.3;color:var(--navy)}
a{color:var(--teal);text-decoration:none}
img,svg{max-width:100%;width:auto;height:auto}
picture{display:contents}

/* Visible focus styles for keyboard users */
:focus-visible{outline:2px solid var(--teal);outline-offset:2px;border-radius:3px}
button:focus-visible,a:focus-visible{outline:2px solid var(--teal);outline-offset:3px}

/* Skip-link */
.skip-link{position:absolute;left:-9999px;top:8px;background:var(--navy);color:var(--white);padding:10px 16px;border-radius:6px;font-weight:700;z-index:2000;text-decoration:none}
.skip-link:focus{left:8px}

/* Pause carousels when a card inside has focus */
.country-track:focus-within,.outcomes-track:focus-within{animation-play-state:paused}

/* Breadcrumbs */
.breadcrumbs{max-width:var(--max-w);margin:0 auto;padding:88px 24px 0;font-size:.85rem;color:var(--g500)}
.breadcrumbs a{color:var(--g500)}
.breadcrumbs a:hover{color:var(--teal)}
.breadcrumbs [aria-current="page"]{color:var(--g700);font-weight:600}

/* FAQ accordion */
.faq-item{background:var(--white);border:1px solid var(--g200);border-radius:var(--radius);padding:18px 24px;margin-bottom:12px;transition:box-shadow .2s}
.faq-item[open]{box-shadow:var(--shadow);border-color:var(--teal)}
.faq-item summary{cursor:pointer;font-weight:600;color:var(--navy);font-size:1rem;list-style:none;padding-right:24px;position:relative}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary::after{content:'+';position:absolute;right:0;top:0;font-size:1.4rem;color:var(--teal);transition:transform .2s;line-height:1}
.faq-item[open] summary::after{content:'\2212'}
.faq-item p{margin-top:12px;color:var(--g600);line-height:1.7;font-size:.95rem}

/* Newsletter form */
.newsletter-form{display:flex;gap:8px;margin-top:8px;flex-wrap:wrap}
.newsletter-form input{flex:1;min-width:0;padding:10px 12px;border:1px solid rgba(255,255,255,.15);background:rgba(255,255,255,.05);border-radius:6px;color:var(--white);font-family:var(--font-body);font-size:.85rem}
.newsletter-form input::placeholder{color:var(--g400)}
.newsletter-form input:focus{outline:none;border-color:var(--teal)}
.newsletter-form button{padding:10px 16px;background:var(--teal);color:var(--white);border:none;border-radius:6px;font-weight:700;cursor:pointer;font-size:.85rem}
.newsletter-form button:hover{background:#008c8e}
.newsletter-status{margin-top:8px;font-size:.78rem;color:var(--g400);min-height:1em}

/* Acronym hover */
abbr[title]{text-decoration:underline dotted;text-underline-offset:3px;cursor:help}

/* Country marquee strip */
.country-strip{background:var(--navy);overflow:hidden;padding:22px 0;border-top:1px solid rgba(255,255,255,.06);border-bottom:1px solid rgba(255,255,255,.06);position:relative}
.country-strip::before,.country-strip::after{content:'';position:absolute;top:0;bottom:0;width:80px;z-index:2;pointer-events:none}
.country-strip::before{left:0;background:linear-gradient(to right,var(--navy),rgba(12,30,53,0))}
.country-strip::after{right:0;background:linear-gradient(to left,var(--navy),rgba(12,30,53,0))}
.country-track{display:flex;width:max-content;gap:0;animation:country-scroll 280s linear infinite;will-change:transform}
.country-track:hover{animation-play-state:paused}
.country-item{color:var(--white);font-family:var(--font-head);font-size:1.05rem;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;padding:0 36px;display:inline-flex;align-items:center;gap:36px;white-space:nowrap}
.country-item::after{content:'';display:inline-block;width:6px;height:6px;border-radius:50%;background:var(--teal);opacity:.8}
@keyframes country-scroll{from{transform:translateX(0)}to{transform:translateX(-50%)}}
@media (prefers-reduced-motion:reduce){.country-track{animation:none}}

/* Outcomes carousel */
.outcomes-strip{overflow:hidden;position:relative;margin-top:32px}
.outcomes-strip::before,.outcomes-strip::after{content:'';position:absolute;top:0;bottom:0;width:80px;z-index:2;pointer-events:none}
.outcomes-strip::before{left:0;background:linear-gradient(to right,var(--white),rgba(255,255,255,0))}
.outcomes-strip::after{right:0;background:linear-gradient(to left,var(--white),rgba(255,255,255,0))}
.outcomes-track{display:flex;gap:24px;width:max-content;align-items:stretch;animation:outcomes-scroll 120s linear infinite;will-change:transform;padding:8px 0}
.outcomes-track:hover{animation-play-state:paused}
.outcomes-track>.card{flex:0 0 360px;width:360px}
@keyframes outcomes-scroll{from{transform:translateX(0)}to{transform:translateX(-50%)}}
@media (prefers-reduced-motion:reduce){.outcomes-track{animation:none}}

/* Cookie consent banner */
.cookie-banner{position:fixed;bottom:16px;left:16px;right:16px;max-width:560px;margin:0 auto;background:var(--white);color:var(--g700);border:1px solid var(--g200);border-radius:10px;box-shadow:var(--shadow-lg);padding:20px 24px;z-index:1100;font-size:.9rem;line-height:1.6;display:none}
.cookie-banner.show{display:block;animation:cookie-rise .25s ease-out}
.cookie-banner h4{margin:0 0 6px;font-family:var(--font-head);font-size:1rem;color:var(--navy)}
.cookie-banner p{margin:0 0 14px;color:var(--g600);font-size:.85rem}
.cookie-banner-actions{display:flex;gap:8px;flex-wrap:wrap;align-items:center}
.cookie-banner-actions .cb-btn{padding:8px 16px;font-size:.78rem;border-radius:6px;cursor:pointer;border:none;font-family:var(--font-body);font-weight:700;letter-spacing:.5px}
.cookie-banner-actions .cb-accept{background:var(--teal);color:var(--white)}
.cookie-banner-actions .cb-accept:hover{background:#008c8e}
.cookie-banner-actions .cb-reject{background:var(--g100);color:var(--g600)}
.cookie-banner-actions .cb-reject:hover{background:var(--g200)}
.cookie-banner-actions a{margin-left:auto;font-size:.78rem;color:var(--teal)}
@keyframes cookie-rise{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:none}}
@media (max-width:520px){.cookie-banner{padding:16px 18px;left:8px;right:8px;bottom:8px}.cookie-banner-actions a{margin-left:0;width:100%;text-align:left}}

/* Language system */
[data-lang]{display:none}
[data-lang].lang-active{display:revert}
span[data-lang].lang-active{display:inline}
div[data-lang].lang-active{display:block}
p[data-lang].lang-active{display:block}
h1[data-lang].lang-active,h2[data-lang].lang-active,h3[data-lang].lang-active,h4[data-lang].lang-active{display:block}
li[data-lang].lang-active{display:list-item}
a[data-lang].lang-active{display:inline}
section[data-lang].lang-active{display:block}

/* Pages */
.pg{display:none}.pg.on{display:block}

/* Color bar top */
.colorbar{height:4px;background:linear-gradient(90deg,var(--teal),var(--blue),var(--orange),var(--plum));position:fixed;top:0;left:0;right:0;z-index:1001}

/* Navigation */
body > nav{position:fixed;top:4px;left:0;right:0;z-index:1000;background:var(--navy);border-bottom:1px solid rgba(255,255,255,.08)}
.nav-inner{max-width:var(--max-w);margin:0 auto;display:flex;align-items:center;padding:0 24px;height:64px}
.nav-logo{height:40px;cursor:pointer}
.nav-links{display:flex;align-items:center;gap:0;margin-left:auto}
.nav-item{position:relative}
.nav-item>a,.nav-item>button{background:none;border:none;color:var(--g300);font-size:.82rem;font-weight:500;padding:20px 16px;cursor:pointer;font-family:var(--font-body);text-transform:uppercase;letter-spacing:.5px;transition:color .2s;display:flex;align-items:center;gap:4px;white-space:nowrap}
.nav-item>a:hover,.nav-item>button:hover,.nav-item.open>button{color:var(--white)}
.nav-item .arrow{font-size:.5rem;transition:transform .2s}
.nav-item.open .arrow{transform:rotate(180deg)}
.mega{position:absolute;top:100%;left:50%;transform:translateX(-50%);background:var(--white);border-radius:0 0 var(--radius) var(--radius);box-shadow:var(--shadow-lg);padding:20px 24px;min-width:260px;display:none;z-index:100}
.nav-item.open .mega{display:block}
.mega a{display:flex;align-items:center;gap:10px;padding:10px 12px;color:var(--g700);border-radius:6px;font-size:.88rem;transition:background .15s}
.mega a:hover{background:var(--g100);color:var(--teal)}
.mega a svg{width:18px;height:18px;flex-shrink:0;color:var(--teal)}

/* Language switcher */
.lang-sw{display:flex;align-items:center;gap:0;margin-left:16px;border:1px solid rgba(255,255,255,.15);border-radius:4px;overflow:hidden}
.lang-sw button,.lang-sw a{background:none;border:none;color:var(--g400);font-size:.72rem;font-weight:700;padding:5px 10px;cursor:pointer;transition:all .2s;font-family:var(--font-body);text-decoration:none;display:inline-block;line-height:1}
.lang-sw button.active,.lang-sw a.active{background:var(--teal);color:var(--white)}

/* Hero */
.hero{position:relative;min-height:600px;background:#fff;display:flex;align-items:center;padding:120px 24px 80px;overflow:hidden}
.hero-bg{position:absolute;top:0;right:0;bottom:0;width:65%;background:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 800 900' width='800' height='900'> <defs>  <filter id='nodeGlow' x='-200%' y='-200%' width='500%' height='500%'><feGaussianBlur stdDeviation='4' result='blur'/><feMerge><feMergeNode in='blur'/><feMergeNode in='SourceGraphic'/></feMerge></filter> </defs>   <line x1='291.7' y1='61.9' x2='293.1' y2='74.7' stroke='%230c7080' stroke-width='0.8' opacity='0.50'/> <line x1='343.8' y1='268.4' x2='359.8' y2='273.6' stroke='%230c7080' stroke-width='0.8' opacity='0.47'/> <line x1='524.4' y1='224.2' x2='533.1' y2='251.0' stroke='%230c7080' stroke-width='0.8' opacity='0.36'/> <line x1='388.6' y1='634.2' x2='403.1' y2='666.8' stroke='%230c7080' stroke-width='0.8' opacity='0.29'/> <line x1='173.0' y1='155.3' x2='165.6' y2='171.3' stroke='%230c7080' stroke-width='0.8' opacity='0.45'/> <line x1='232.6' y1='187.9' x2='214.2' y2='157.7' stroke='%230c7080' stroke-width='0.8' opacity='0.29'/> <line x1='532.5' y1='735.3' x2='510.7' y2='743.7' stroke='%230c7080' stroke-width='0.8' opacity='0.40'/> <line x1='131.6' y1='384.8' x2='156.1' y2='413.4' stroke='%230c7080' stroke-width='0.8' opacity='0.25'/> <line x1='557.5' y1='662.7' x2='533.8' y2='650.6' stroke='%230c7080' stroke-width='0.8' opacity='0.36'/> <line x1='475.7' y1='730.9' x2='447.4' y2='743.5' stroke='%230c7080' stroke-width='0.8' opacity='0.32'/> <line x1='539.7' y1='780.8' x2='543.0' y2='784.6' stroke='%230c7080' stroke-width='0.8' opacity='0.55'/> <line x1='53.6' y1='297.2' x2='53.2' y2='302.9' stroke='%230c7080' stroke-width='0.8' opacity='0.55'/> <line x1='564.9' y1='592.2' x2='574.2' y2='589.9' stroke='%230c7080' stroke-width='0.8' opacity='0.54'/> <line x1='576.2' y1='618.3' x2='595.8' y2='631.2' stroke='%230c7080' stroke-width='0.8' opacity='0.40'/> <line x1='397.6' y1='781.4' x2='395.0' y2='790.1' stroke='%230c7080' stroke-width='0.8' opacity='0.54'/> <line x1='339.8' y1='162.4' x2='314.1' y2='153.8' stroke='%230c7080' stroke-width='0.8' opacity='0.36'/> <line x1='222.9' y1='249.4' x2='228.5' y2='253.4' stroke='%230c7080' stroke-width='0.8' opacity='0.55'/> <line x1='625.8' y1='491.1' x2='624.5' y2='496.2' stroke='%230c7080' stroke-width='0.8' opacity='0.55'/> <line x1='569.7' y1='449.2' x2='589.4' y2='448.6' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='511.1' y1='425.9' x2='502.0' y2='442.3' stroke='%230c7080' stroke-width='0.8' opacity='0.45'/> <line x1='151.5' y1='283.3' x2='159.5' y2='292.2' stroke='%230c7080' stroke-width='0.8' opacity='0.50'/> <line x1='159.5' y1='292.2' x2='184.6' y2='297.6' stroke='%230c7080' stroke-width='0.8' opacity='0.38'/> <line x1='141.8' y1='326.9' x2='147.9' y2='309.1' stroke='%230c7080' stroke-width='0.8' opacity='0.45'/> <line x1='577.1' y1='311.2' x2='607.7' y2='322.7' stroke='%230c7080' stroke-width='0.8' opacity='0.31'/> <line x1='85.7' y1='352.9' x2='76.2' y2='350.9' stroke='%230c7080' stroke-width='0.8' opacity='0.54'/> <line x1='261.4' y1='87.5' x2='262.1' y2='59.0' stroke='%230c7080' stroke-width='0.8' opacity='0.34'/> <line x1='286.5' y1='330.5' x2='262.0' y2='335.1' stroke='%230c7080' stroke-width='0.8' opacity='0.38'/> <line x1='155.0' y1='308.5' x2='149.7' y2='310.5' stroke='%230c7080' stroke-width='0.8' opacity='0.55'/> <line x1='294.1' y1='81.4' x2='277.7' y2='56.2' stroke='%230c7080' stroke-width='0.8' opacity='0.34'/> <line x1='267.1' y1='259.5' x2='298.7' y2='254.5' stroke='%230c7080' stroke-width='0.8' opacity='0.32'/> <line x1='475.7' y1='730.9' x2='474.1' y2='756.4' stroke='%230c7080' stroke-width='0.8' opacity='0.38'/> <line x1='376.5' y1='144.7' x2='372.2' y2='136.3' stroke='%230c7080' stroke-width='0.8' opacity='0.54'/> <line x1='172.7' y1='82.1' x2='169.3' y2='65.8' stroke='%230c7080' stroke-width='0.8' opacity='0.47'/> <line x1='380.3' y1='683.4' x2='391.8' y2='661.7' stroke='%230c7080' stroke-width='0.8' opacity='0.40'/> <line x1='543.6' y1='668.9' x2='563.8' y2='666.4' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='613.7' y1='634.8' x2='614.6' y2='624.7' stroke='%230c7080' stroke-width='0.8' opacity='0.54'/> <line x1='238.0' y1='223.0' x2='214.9' y2='206.7' stroke='%230c7080' stroke-width='0.8' opacity='0.36'/> <line x1='742.1' y1='363.0' x2='727.5' y2='365.3' stroke='%230c7080' stroke-width='0.8' opacity='0.49'/> <line x1='284.0' y1='411.9' x2='274.4' y2='413.2' stroke='%230c7080' stroke-width='0.8' opacity='0.54'/> <line x1='444.2' y1='255.4' x2='446.1' y2='218.7' stroke='%230c7080' stroke-width='0.8' opacity='0.27'/> <line x1='194.3' y1='148.5' x2='176.7' y2='140.2' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='641.3' y1='341.6' x2='664.5' y2='325.2' stroke='%230c7080' stroke-width='0.8' opacity='0.34'/> <line x1='380.9' y1='736.5' x2='374.6' y2='739.9' stroke='%230c7080' stroke-width='0.8' opacity='0.55'/> <line x1='524.4' y1='224.2' x2='518.1' y2='219.1' stroke='%230c7080' stroke-width='0.8' opacity='0.55'/> <line x1='209.3' y1='138.3' x2='199.3' y2='159.7' stroke='%230c7080' stroke-width='0.8' opacity='0.40'/> <line x1='121.1' y1='173.2' x2='124.6' y2='142.4' stroke='%230c7080' stroke-width='0.8' opacity='0.32'/> <line x1='146.6' y1='144.5' x2='124.6' y2='142.4' stroke='%230c7080' stroke-width='0.8' opacity='0.41'/> <line x1='394.0' y1='114.8' x2='414.6' y2='135.3' stroke='%230c7080' stroke-width='0.8' opacity='0.34'/> <line x1='534.0' y1='442.0' x2='546.6' y2='450.2' stroke='%230c7080' stroke-width='0.8' opacity='0.49'/> <line x1='339.5' y1='118.0' x2='349.2' y2='101.0' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='399.5' y1='576.8' x2='420.0' y2='564.1' stroke='%230c7080' stroke-width='0.8' opacity='0.40'/> <line x1='446.4' y1='560.9' x2='430.3' y2='566.3' stroke='%230c7080' stroke-width='0.8' opacity='0.47'/> <line x1='515.5' y1='168.8' x2='511.4' y2='166.6' stroke='%230c7080' stroke-width='0.8' opacity='0.55'/> <line x1='392.5' y1='161.8' x2='403.3' y2='181.5' stroke='%230c7080' stroke-width='0.8' opacity='0.41'/> <line x1='427.5' y1='436.5' x2='409.2' y2='447.8' stroke='%230c7080' stroke-width='0.8' opacity='0.41'/> <line x1='53.6' y1='297.2' x2='56.4' y2='284.7' stroke='%230c7080' stroke-width='0.8' opacity='0.50'/> <line x1='589.0' y1='482.3' x2='591.4' y2='467.5' stroke='%230c7080' stroke-width='0.8' opacity='0.49'/> <line x1='685.0' y1='408.8' x2='672.4' y2='431.5' stroke='%230c7080' stroke-width='0.8' opacity='0.38'/> <line x1='339.4' y1='209.6' x2='329.6' y2='232.2' stroke='%230c7080' stroke-width='0.8' opacity='0.40'/> <line x1='273.0' y1='243.4' x2='298.7' y2='254.5' stroke='%230c7080' stroke-width='0.8' opacity='0.36'/> <line x1='495.7' y1='314.9' x2='510.5' y2='325.2' stroke='%230c7080' stroke-width='0.8' opacity='0.45'/> <line x1='620.2' y1='612.5' x2='621.1' y2='638.4' stroke='%230c7080' stroke-width='0.8' opacity='0.38'/> <line x1='173.0' y1='155.3' x2='199.3' y2='159.7' stroke='%230c7080' stroke-width='0.8' opacity='0.36'/> <line x1='102.1' y1='293.6' x2='117.0' y2='289.8' stroke='%230c7080' stroke-width='0.8' opacity='0.49'/> <line x1='435.4' y1='800.7' x2='430.4' y2='770.9' stroke='%230c7080' stroke-width='0.8' opacity='0.34'/> <line x1='344.7' y1='213.7' x2='339.4' y2='209.6' stroke='%230c7080' stroke-width='0.8' opacity='0.55'/> <line x1='628.3' y1='285.5' x2='633.8' y2='292.2' stroke='%230c7080' stroke-width='0.8' opacity='0.54'/> <line x1='577.7' y1='395.9' x2='550.8' y2='382.5' stroke='%230c7080' stroke-width='0.8' opacity='0.34'/> <line x1='232.6' y1='187.9' x2='234.2' y2='148.7' stroke='%230c7080' stroke-width='0.8' opacity='0.25'/> <line x1='508.0' y1='688.9' x2='525.3' y2='701.1' stroke='%230c7080' stroke-width='0.8' opacity='0.41'/> <line x1='331.0' y1='462.0' x2='328.6' y2='455.4' stroke='%230c7080' stroke-width='0.8' opacity='0.55'/> <line x1='345.0' y1='266.9' x2='358.3' y2='264.0' stroke='%230c7080' stroke-width='0.8' opacity='0.50'/> <line x1='607.7' y1='322.7' x2='605.8' y2='301.4' stroke='%230c7080' stroke-width='0.8' opacity='0.41'/> <line x1='528.0' y1='631.2' x2='522.8' y2='649.4' stroke='%230c7080' stroke-width='0.8' opacity='0.45'/> <line x1='125.1' y1='291.6' x2='117.0' y2='289.8' stroke='%230c7080' stroke-width='0.8' opacity='0.54'/> <line x1='381.1' y1='414.7' x2='387.9' y2='440.0' stroke='%230c7080' stroke-width='0.8' opacity='0.38'/> <line x1='204.1' y1='277.3' x2='199.2' y2='286.4' stroke='%230c7080' stroke-width='0.8' opacity='0.52'/> <line x1='58.9' y1='330.2' x2='63.5' y2='319.5' stroke='%230c7080' stroke-width='0.8' opacity='0.52'/> <line x1='482.5' y1='219.7' x2='496.0' y2='238.5' stroke='%230c7080' stroke-width='0.8' opacity='0.40'/> <line x1='501.9' y1='367.7' x2='527.2' y2='351.3' stroke='%230c7080' stroke-width='0.8' opacity='0.34'/> <line x1='578.7' y1='745.7' x2='558.3' y2='756.8' stroke='%230c7080' stroke-width='0.8' opacity='0.40'/> <line x1='327.6' y1='219.8' x2='344.7' y2='213.7' stroke='%230c7080' stroke-width='0.8' opacity='0.45'/> <line x1='665.3' y1='442.5' x2='695.3' y2='435.6' stroke='%230c7080' stroke-width='0.8' opacity='0.32'/> <line x1='422.3' y1='388.9' x2='392.3' y2='374.7' stroke='%230c7080' stroke-width='0.8' opacity='0.31'/> <line x1='558.2' y1='286.3' x2='589.4' y2='263.7' stroke='%230c7080' stroke-width='0.8' opacity='0.25'/> <line x1='558.3' y1='756.8' x2='543.0' y2='784.6' stroke='%230c7080' stroke-width='0.8' opacity='0.32'/> <line x1='198.8' y1='219.9' x2='189.2' y2='217.1' stroke='%230c7080' stroke-width='0.8' opacity='0.54'/> <line x1='379.0' y1='480.8' x2='407.7' y2='465.4' stroke='%230c7080' stroke-width='0.8' opacity='0.31'/> <line x1='217.8' y1='407.8' x2='197.3' y2='407.9' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='357.4' y1='515.3' x2='344.9' y2='500.4' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='516.1' y1='805.6' x2='512.5' y2='829.2' stroke='%230c7080' stroke-width='0.8' opacity='0.40'/> <line x1='219.7' y1='124.3' x2='219.7' y2='133.0' stroke='%230c7080' stroke-width='0.8' opacity='0.54'/> <line x1='574.0' y1='471.4' x2='563.6' y2='472.8' stroke='%230c7080' stroke-width='0.8' opacity='0.52'/> <line x1='97.7' y1='192.4' x2='92.7' y2='214.8' stroke='%230c7080' stroke-width='0.8' opacity='0.40'/> <line x1='197.3' y1='407.9' x2='176.7' y2='407.9' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='621.1' y1='638.4' x2='613.7' y2='634.8' stroke='%230c7080' stroke-width='0.8' opacity='0.54'/> <line x1='222.9' y1='249.4' x2='227.8' y2='233.1' stroke='%230c7080' stroke-width='0.8' opacity='0.47'/> <line x1='511.9' y1='364.4' x2='501.9' y2='367.7' stroke='%230c7080' stroke-width='0.8' opacity='0.52'/> <line x1='298.2' y1='366.5' x2='303.5' y2='368.5' stroke='%230c7080' stroke-width='0.8' opacity='0.55'/> <line x1='640.3' y1='616.9' x2='634.5' y2='634.7' stroke='%230c7080' stroke-width='0.8' opacity='0.45'/> <line x1='447.5' y1='689.9' x2='453.4' y2='701.9' stroke='%230c7080' stroke-width='0.8' opacity='0.50'/> <line x1='220.5' y1='183.1' x2='232.6' y2='187.9' stroke='%230c7080' stroke-width='0.8' opacity='0.50'/> <line x1='612.3' y1='318.0' x2='633.8' y2='292.2' stroke='%230c7080' stroke-width='0.8' opacity='0.31'/> <line x1='145.4' y1='201.8' x2='139.4' y2='210.0' stroke='%230c7080' stroke-width='0.8' opacity='0.52'/> <line x1='716.0' y1='659.1' x2='728.1' y2='606.2' stroke='%230c7080' stroke-width='0.8' opacity='0.14'/> <line x1='446.1' y1='218.7' x2='450.6' y2='199.6' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='172.7' y1='82.1' x2='165.1' y2='101.6' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='609.4' y1='505.6' x2='596.1' y2='522.6' stroke='%230c7080' stroke-width='0.8' opacity='0.41'/> <line x1='444.2' y1='790.5' x2='436.3' y2='801.9' stroke='%230c7080' stroke-width='0.8' opacity='0.49'/> <line x1='112.7' y1='267.9' x2='117.0' y2='289.8' stroke='%230c7080' stroke-width='0.8' opacity='0.41'/> <line x1='518.3' y1='310.8' x2='538.1' y2='291.1' stroke='%230c7080' stroke-width='0.8' opacity='0.36'/> <line x1='346.1' y1='486.5' x2='356.4' y2='468.7' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='290.5' y1='313.3' x2='300.5' y2='337.3' stroke='%230c7080' stroke-width='0.8' opacity='0.38'/> <line x1='262.7' y1='374.9' x2='243.7' y2='375.2' stroke='%230c7080' stroke-width='0.8' opacity='0.45'/> <line x1='607.2' y1='552.5' x2='601.8' y2='564.6' stroke='%230c7080' stroke-width='0.8' opacity='0.50'/> <line x1='56.4' y1='284.7' x2='51.1' y2='297.3' stroke='%230c7080' stroke-width='0.8' opacity='0.50'/> <line x1='430.3' y1='566.3' x2='420.0' y2='564.1' stroke='%230c7080' stroke-width='0.8' opacity='0.52'/> <line x1='564.6' y1='297.2' x2='545.9' y2='293.4' stroke='%230c7080' stroke-width='0.8' opacity='0.45'/> <line x1='557.9' y1='453.9' x2='546.6' y2='450.2' stroke='%230c7080' stroke-width='0.8' opacity='0.52'/> <line x1='478.5' y1='165.3' x2='511.4' y2='166.6' stroke='%230c7080' stroke-width='0.8' opacity='0.31'/> <line x1='511.4' y1='421.3' x2='528.5' y2='439.0' stroke='%230c7080' stroke-width='0.8' opacity='0.40'/> <line x1='451.8' y1='511.3' x2='454.5' y2='510.2' stroke='%230c7080' stroke-width='0.8' opacity='0.55'/> <line x1='404.0' y1='509.6' x2='393.5' y2='512.2' stroke='%230c7080' stroke-width='0.8' opacity='0.52'/> <line x1='541.2' y1='152.6' x2='562.9' y2='148.5' stroke='%230c7080' stroke-width='0.8' opacity='0.41'/> <line x1='343.2' y1='437.1' x2='330.7' y2='423.6' stroke='%230c7080' stroke-width='0.8' opacity='0.45'/> <line x1='344.7' y1='213.7' x2='367.8' y2='209.6' stroke='%230c7080' stroke-width='0.8' opacity='0.40'/> <line x1='92.7' y1='214.8' x2='63.2' y2='208.7' stroke='%230c7080' stroke-width='0.8' opacity='0.34'/> <line x1='433.2' y1='534.7' x2='437.2' y2='541.8' stroke='%230c7080' stroke-width='0.8' opacity='0.55'/> <line x1='578.4' y1='536.7' x2='577.0' y2='514.2' stroke='%230c7080' stroke-width='0.8' opacity='0.41'/> <line x1='451.8' y1='179.1' x2='467.5' y2='200.3' stroke='%230c7080' stroke-width='0.8' opacity='0.38'/> <line x1='381.8' y1='252.5' x2='372.4' y2='271.1' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='328.7' y1='88.1' x2='349.2' y2='101.0' stroke='%230c7080' stroke-width='0.8' opacity='0.40'/> <line x1='153.7' y1='402.2' x2='145.8' y2='407.9' stroke='%230c7080' stroke-width='0.8' opacity='0.54'/> <line x1='353.6' y1='639.4' x2='355.4' y2='612.6' stroke='%230c7080' stroke-width='0.8' opacity='0.36'/> <line x1='543.6' y1='668.9' x2='533.8' y2='650.6' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='579.2' y1='506.7' x2='577.0' y2='514.2' stroke='%230c7080' stroke-width='0.8' opacity='0.55'/> <line x1='424.5' y1='293.8' x2='432.7' y2='303.4' stroke='%230c7080' stroke-width='0.8' opacity='0.50'/> <line x1='109.3' y1='162.1' x2='93.9' y2='181.1' stroke='%230c7080' stroke-width='0.8' opacity='0.40'/> <line x1='387.9' y1='440.0' x2='407.7' y2='465.4' stroke='%230c7080' stroke-width='0.8' opacity='0.31'/> <line x1='394.0' y1='114.8' x2='430.6' y2='109.9' stroke='%230c7080' stroke-width='0.8' opacity='0.27'/> <line x1='534.0' y1='442.0' x2='511.1' y2='425.9' stroke='%230c7080' stroke-width='0.8' opacity='0.36'/> <line x1='314.4' y1='52.9' x2='338.9' y2='53.0' stroke='%230c7080' stroke-width='0.8' opacity='0.40'/> <line x1='541.2' y1='152.6' x2='527.5' y2='174.8' stroke='%230c7080' stroke-width='0.8' opacity='0.38'/> <line x1='97.7' y1='192.4' x2='95.4' y2='173.2' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='374.5' y1='610.2' x2='355.5' y2='611.3' stroke='%230c7080' stroke-width='0.8' opacity='0.45'/> <line x1='587.2' y1='206.9' x2='561.7' y2='196.2' stroke='%230c7080' stroke-width='0.8' opacity='0.36'/> <line x1='291.7' y1='61.9' x2='309.9' y2='63.1' stroke='%230c7080' stroke-width='0.8' opacity='0.45'/> <line x1='524.1' y1='519.3' x2='501.8' y2='513.0' stroke='%230c7080' stroke-width='0.8' opacity='0.40'/> <line x1='496.7' y1='256.5' x2='498.7' y2='254.8' stroke='%230c7080' stroke-width='0.8' opacity='0.55'/> <line x1='405.1' y1='419.4' x2='387.7' y2='430.5' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='538.1' y1='291.1' x2='545.9' y2='293.4' stroke='%230c7080' stroke-width='0.8' opacity='0.55'/> <line x1='416.3' y1='409.4' x2='415.4' y2='415.6' stroke='%230c7080' stroke-width='0.8' opacity='0.55'/> <line x1='556.7' y1='206.9' x2='547.4' y2='208.7' stroke='%230c7080' stroke-width='0.8' opacity='0.54'/> <line x1='427.5' y1='436.5' x2='431.2' y2='445.0' stroke='%230c7080' stroke-width='0.8' opacity='0.54'/> <line x1='283.9' y1='134.4' x2='314.1' y2='153.8' stroke='%230c7080' stroke-width='0.8' opacity='0.27'/> <line x1='328.6' y1='156.3' x2='311.2' y2='173.0' stroke='%230c7080' stroke-width='0.8' opacity='0.40'/> <line x1='528.4' y1='273.0' x2='533.2' y2='283.9' stroke='%230c7080' stroke-width='0.8' opacity='0.52'/> <line x1='293.1' y1='74.7' x2='294.1' y2='81.4' stroke='%230c7080' stroke-width='0.8' opacity='0.55'/> <line x1='509.3' y1='658.5' x2='508.7' y2='670.5' stroke='%230c7080' stroke-width='0.8' opacity='0.50'/> <line x1='331.0' y1='462.0' x2='325.1' y2='461.9' stroke='%230c7080' stroke-width='0.8' opacity='0.55'/> <line x1='85.7' y1='352.9' x2='89.3' y2='369.3' stroke='%230c7080' stroke-width='0.8' opacity='0.47'/> <line x1='623.1' y1='574.5' x2='639.4' y2='579.2' stroke='%230c7080' stroke-width='0.8' opacity='0.47'/> <line x1='211.9' y1='364.5' x2='183.4' y2='355.4' stroke='%230c7080' stroke-width='0.8' opacity='0.34'/> <line x1='298.2' y1='366.5' x2='325.8' y2='345.9' stroke='%230c7080' stroke-width='0.8' opacity='0.29'/> <line x1='422.3' y1='563.1' x2='430.3' y2='566.3' stroke='%230c7080' stroke-width='0.8' opacity='0.54'/> <line x1='512.9' y1='223.9' x2='527.0' y2='234.8' stroke='%230c7080' stroke-width='0.8' opacity='0.45'/> <line x1='560.2' y1='376.2' x2='550.0' y2='399.5' stroke='%230c7080' stroke-width='0.8' opacity='0.38'/> <line x1='279.4' y1='76.4' x2='293.1' y2='74.7' stroke='%230c7080' stroke-width='0.8' opacity='0.49'/> <line x1='621.0' y1='633.1' x2='634.5' y2='634.7' stroke='%230c7080' stroke-width='0.8' opacity='0.50'/> <line x1='378.8' y1='574.2' x2='364.0' y2='597.7' stroke='%230c7080' stroke-width='0.8' opacity='0.36'/> <line x1='405.6' y1='712.9' x2='413.9' y2='696.9' stroke='%230c7080' stroke-width='0.8' opacity='0.45'/> <line x1='209.3' y1='138.3' x2='219.7' y2='124.3' stroke='%230c7080' stroke-width='0.8' opacity='0.47'/> <line x1='378.8' y1='574.2' x2='359.7' y2='555.9' stroke='%230c7080' stroke-width='0.8' opacity='0.38'/> <line x1='285.0' y1='167.5' x2='314.1' y2='153.8' stroke='%230c7080' stroke-width='0.8' opacity='0.31'/> <line x1='666.4' y1='329.1' x2='654.3' y2='303.2' stroke='%230c7080' stroke-width='0.8' opacity='0.34'/> <line x1='522.8' y1='649.4' x2='514.2' y2='626.5' stroke='%230c7080' stroke-width='0.8' opacity='0.40'/> <line x1='506.6' y1='539.5' x2='487.1' y2='539.9' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='205.7' y1='220.6' x2='214.9' y2='206.7' stroke='%230c7080' stroke-width='0.8' opacity='0.47'/> <line x1='431.2' y1='445.0' x2='407.7' y2='465.4' stroke='%230c7080' stroke-width='0.8' opacity='0.32'/> <line x1='535.8' y1='613.8' x2='529.4' y2='581.8' stroke='%230c7080' stroke-width='0.8' opacity='0.31'/> <line x1='599.3' y1='505.4' x2='596.1' y2='522.6' stroke='%230c7080' stroke-width='0.8' opacity='0.45'/> <line x1='345.0' y1='423.0' x2='325.4' y2='440.0' stroke='%230c7080' stroke-width='0.8' opacity='0.38'/> <line x1='506.3' y1='784.9' x2='505.6' y2='796.2' stroke='%230c7080' stroke-width='0.8' opacity='0.52'/> <line x1='496.7' y1='256.5' x2='496.0' y2='238.5' stroke='%230c7080' stroke-width='0.8' opacity='0.45'/> <line x1='470.4' y1='616.7' x2='470.5' y2='591.5' stroke='%230c7080' stroke-width='0.8' opacity='0.38'/> <line x1='388.6' y1='634.2' x2='420.8' y2='636.8' stroke='%230c7080' stroke-width='0.8' opacity='0.31'/> <line x1='508.7' y1='670.5' x2='473.7' y2='663.4' stroke='%230c7080' stroke-width='0.8' opacity='0.29'/> <line x1='422.2' y1='789.1' x2='444.2' y2='790.5' stroke='%230c7080' stroke-width='0.8' opacity='0.41'/> <line x1='557.9' y1='453.9' x2='534.0' y2='442.0' stroke='%230c7080' stroke-width='0.8' opacity='0.36'/> <line x1='141.8' y1='326.9' x2='138.7' y2='313.1' stroke='%230c7080' stroke-width='0.8' opacity='0.49'/> <line x1='433.1' y1='707.1' x2='431.4' y2='688.4' stroke='%230c7080' stroke-width='0.8' opacity='0.45'/> <line x1='162.4' y1='104.8' x2='169.3' y2='65.8' stroke='%230c7080' stroke-width='0.8' opacity='0.23'/> <line x1='355.4' y1='464.4' x2='379.0' y2='480.8' stroke='%230c7080' stroke-width='0.8' opacity='0.34'/> <line x1='425.8' y1='665.0' x2='403.1' y2='666.8' stroke='%230c7080' stroke-width='0.8' opacity='0.41'/> <line x1='556.0' y1='457.3' x2='561.4' y2='450.7' stroke='%230c7080' stroke-width='0.8' opacity='0.54'/> <line x1='367.4' y1='591.7' x2='349.4' y2='606.1' stroke='%230c7080' stroke-width='0.8' opacity='0.40'/> <line x1='446.1' y1='218.7' x2='431.0' y2='247.7' stroke='%230c7080' stroke-width='0.8' opacity='0.31'/> <line x1='582.4' y1='196.7' x2='561.7' y2='196.2' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='633.8' y1='435.1' x2='635.4' y2='462.5' stroke='%230c7080' stroke-width='0.8' opacity='0.36'/> <line x1='423.3' y1='621.2' x2='420.8' y2='636.8' stroke='%230c7080' stroke-width='0.8' opacity='0.47'/> <line x1='67.2' y1='316.1' x2='58.9' y2='330.2' stroke='%230c7080' stroke-width='0.8' opacity='0.47'/> <line x1='136.7' y1='134.7' x2='146.6' y2='144.5' stroke='%230c7080' stroke-width='0.8' opacity='0.49'/> <line x1='254.3' y1='277.0' x2='269.6' y2='286.2' stroke='%230c7080' stroke-width='0.8' opacity='0.45'/> <line x1='389.7' y1='215.3' x2='377.0' y2='198.1' stroke='%230c7080' stroke-width='0.8' opacity='0.41'/> <line x1='686.0' y1='649.8' x2='731.3' y2='659.7' stroke='%230c7080' stroke-width='0.8' opacity='0.18'/> <line x1='415.4' y1='415.6' x2='405.1' y2='419.4' stroke='%230c7080' stroke-width='0.8' opacity='0.52'/> <line x1='221.6' y1='107.2' x2='213.4' y2='76.0' stroke='%230c7080' stroke-width='0.8' opacity='0.31'/> <line x1='256.8' y1='79.2' x2='279.4' y2='76.4' stroke='%230c7080' stroke-width='0.8' opacity='0.41'/> <line x1='424.6' y1='264.9' x2='431.0' y2='247.7' stroke='%230c7080' stroke-width='0.8' opacity='0.45'/> <line x1='684.3' y1='733.7' x2='678.7' y2='745.6' stroke='%230c7080' stroke-width='0.8' opacity='0.50'/> <line x1='300.5' y1='337.3' x2='303.8' y2='353.9' stroke='%230c7080' stroke-width='0.8' opacity='0.47'/> <line x1='384.9' y1='369.3' x2='393.2' y2='331.8' stroke='%230c7080' stroke-width='0.8' opacity='0.25'/> <line x1='532.9' y1='806.9' x2='512.5' y2='829.2' stroke='%230c7080' stroke-width='0.8' opacity='0.34'/> <line x1='194.3' y1='148.5' x2='209.3' y2='138.3' stroke='%230c7080' stroke-width='0.8' opacity='0.45'/> <line x1='156.1' y1='413.4' x2='125.3' y2='391.4' stroke='%230c7080' stroke-width='0.8' opacity='0.25'/> <line x1='624.2' y1='356.6' x2='627.9' y2='362.2' stroke='%230c7080' stroke-width='0.8' opacity='0.55'/> <line x1='620.2' y1='612.5' x2='640.3' y2='616.9' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='426.4' y1='734.7' x2='447.4' y2='743.5' stroke='%230c7080' stroke-width='0.8' opacity='0.41'/> <line x1='638.0' y1='489.3' x2='625.8' y2='491.1' stroke='%230c7080' stroke-width='0.8' opacity='0.50'/> <line x1='581.4' y1='722.2' x2='578.7' y2='745.7' stroke='%230c7080' stroke-width='0.8' opacity='0.40'/> <line x1='737.9' y1='611.5' x2='731.3' y2='659.7' stroke='%230c7080' stroke-width='0.8' opacity='0.16'/> <line x1='145.4' y1='201.8' x2='150.2' y2='175.0' stroke='%230c7080' stroke-width='0.8' opacity='0.36'/> <line x1='589.4' y1='263.7' x2='572.3' y2='285.4' stroke='%230c7080' stroke-width='0.8' opacity='0.36'/> <line x1='546.6' y1='450.2' x2='561.4' y2='450.7' stroke='%230c7080' stroke-width='0.8' opacity='0.49'/> <line x1='549.3' y1='397.1' x2='560.2' y2='376.2' stroke='%230c7080' stroke-width='0.8' opacity='0.40'/> <line x1='413.9' y1='696.9' x2='423.0' y2='715.2' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='400.4' y1='186.5' x2='377.0' y2='198.1' stroke='%230c7080' stroke-width='0.8' opacity='0.38'/> <line x1='327.6' y1='219.8' x2='358.4' y2='215.2' stroke='%230c7080' stroke-width='0.8' opacity='0.32'/> <line x1='665.3' y1='442.5' x2='639.1' y2='448.7' stroke='%230c7080' stroke-width='0.8' opacity='0.36'/> <line x1='213.2' y1='381.6' x2='217.8' y2='407.8' stroke='%230c7080' stroke-width='0.8' opacity='0.36'/> <line x1='177.0' y1='407.9' x2='174.9' y2='408.1' stroke='%230c7080' stroke-width='0.8' opacity='0.55'/> <line x1='261.4' y1='87.5' x2='256.8' y2='79.2' stroke='%230c7080' stroke-width='0.8' opacity='0.54'/> <line x1='583.2' y1='663.1' x2='588.6' y2='651.1' stroke='%230c7080' stroke-width='0.8' opacity='0.50'/> <line x1='506.6' y1='539.5' x2='520.1' y2='545.5' stroke='%230c7080' stroke-width='0.8' opacity='0.49'/> <line x1='546.1' y1='262.2' x2='533.1' y2='251.0' stroke='%230c7080' stroke-width='0.8' opacity='0.47'/> <line x1='556.0' y1='457.3' x2='563.6' y2='472.8' stroke='%230c7080' stroke-width='0.8' opacity='0.47'/> <line x1='445.8' y1='716.7' x2='423.0' y2='715.2' stroke='%230c7080' stroke-width='0.8' opacity='0.41'/> <line x1='346.1' y1='486.5' x2='324.8' y2='484.0' stroke='%230c7080' stroke-width='0.8' opacity='0.41'/> <line x1='177.0' y1='407.9' x2='197.3' y2='407.9' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='353.6' y1='639.4' x2='388.6' y2='634.2' stroke='%230c7080' stroke-width='0.8' opacity='0.29'/> <line x1='309.9' y1='63.1' x2='293.1' y2='74.7' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='72.6' y1='322.5' x2='53.2' y2='302.9' stroke='%230c7080' stroke-width='0.8' opacity='0.36'/> <line x1='205.7' y1='220.6' x2='198.8' y2='219.9' stroke='%230c7080' stroke-width='0.8' opacity='0.55'/> <line x1='92.7' y1='214.8' x2='70.6' y2='213.4' stroke='%230c7080' stroke-width='0.8' opacity='0.41'/> <line x1='491.3' y1='265.2' x2='496.0' y2='238.5' stroke='%230c7080' stroke-width='0.8' opacity='0.36'/> <line x1='112.7' y1='267.9' x2='120.1' y2='276.2' stroke='%230c7080' stroke-width='0.8' opacity='0.52'/> <line x1='505.0' y1='384.7' x2='490.7' y2='390.3' stroke='%230c7080' stroke-width='0.8' opacity='0.49'/> <line x1='528.0' y1='631.2' x2='514.2' y2='626.5' stroke='%230c7080' stroke-width='0.8' opacity='0.49'/> <line x1='87.3' y1='265.5' x2='63.4' y2='253.1' stroke='%230c7080' stroke-width='0.8' opacity='0.36'/> <line x1='285.0' y1='167.5' x2='309.5' y2='165.2' stroke='%230c7080' stroke-width='0.8' opacity='0.40'/> <line x1='549.3' y1='397.1' x2='578.9' y2='408.1' stroke='%230c7080' stroke-width='0.8' opacity='0.32'/> <line x1='184.8' y1='295.6' x2='184.6' y2='297.6' stroke='%230c7080' stroke-width='0.8' opacity='0.55'/> <line x1='512.0' y1='185.3' x2='491.6' y2='163.8' stroke='%230c7080' stroke-width='0.8' opacity='0.34'/> <line x1='572.3' y1='285.4' x2='566.7' y2='301.5' stroke='%230c7080' stroke-width='0.8' opacity='0.47'/> <line x1='198.8' y1='219.9' x2='173.3' y2='217.4' stroke='%230c7080' stroke-width='0.8' opacity='0.38'/> <line x1='358.3' y1='264.0' x2='358.5' y2='250.3' stroke='%230c7080' stroke-width='0.8' opacity='0.50'/> <line x1='479.3' y1='197.7' x2='482.5' y2='219.7' stroke='%230c7080' stroke-width='0.8' opacity='0.41'/> <line x1='522.5' y1='743.3' x2='517.9' y2='713.0' stroke='%230c7080' stroke-width='0.8' opacity='0.32'/> <line x1='451.8' y1='511.3' x2='458.0' y2='511.7' stroke='%230c7080' stroke-width='0.8' opacity='0.55'/> <line x1='509.3' y1='658.5' x2='528.0' y2='631.2' stroke='%230c7080' stroke-width='0.8' opacity='0.31'/> <line x1='331.9' y1='452.1' x2='334.6' y2='449.4' stroke='%230c7080' stroke-width='0.8' opacity='0.55'/> <line x1='436.9' y1='354.5' x2='466.4' y2='358.8' stroke='%230c7080' stroke-width='0.8' opacity='0.34'/> <line x1='654.0' y1='410.7' x2='672.4' y2='431.5' stroke='%230c7080' stroke-width='0.8' opacity='0.36'/> <line x1='109.7' y1='278.0' x2='117.0' y2='289.8' stroke='%230c7080' stroke-width='0.8' opacity='0.49'/> <line x1='328.6' y1='455.4' x2='325.4' y2='440.0' stroke='%230c7080' stroke-width='0.8' opacity='0.47'/> <line x1='507.9' y1='738.4' x2='489.7' y2='748.7' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='284.0' y1='411.9' x2='294.9' y2='413.1' stroke='%230c7080' stroke-width='0.8' opacity='0.52'/> <line x1='338.7' y1='121.2' x2='349.2' y2='101.0' stroke='%230c7080' stroke-width='0.8' opacity='0.41'/> <line x1='127.1' y1='224.3' x2='118.0' y2='231.7' stroke='%230c7080' stroke-width='0.8' opacity='0.52'/> <line x1='121.1' y1='173.2' x2='93.9' y2='181.1' stroke='%230c7080' stroke-width='0.8' opacity='0.36'/> <line x1='445.2' y1='289.1' x2='455.9' y2='296.4' stroke='%230c7080' stroke-width='0.8' opacity='0.50'/> <line x1='511.9' y1='364.4' x2='505.0' y2='384.7' stroke='%230c7080' stroke-width='0.8' opacity='0.41'/> <line x1='497.6' y1='719.5' x2='507.9' y2='738.4' stroke='%230c7080' stroke-width='0.8' opacity='0.41'/> <line x1='125.1' y1='291.6' x2='142.0' y2='295.8' stroke='%230c7080' stroke-width='0.8' opacity='0.47'/> <line x1='204.1' y1='277.3' x2='184.8' y2='295.6' stroke='%230c7080' stroke-width='0.8' opacity='0.38'/> <line x1='365.1' y1='227.4' x2='358.5' y2='250.3' stroke='%230c7080' stroke-width='0.8' opacity='0.40'/> <line x1='97.7' y1='192.4' x2='71.5' y2='203.6' stroke='%230c7080' stroke-width='0.8' opacity='0.34'/> <line x1='517.6' y1='809.9' x2='543.0' y2='784.6' stroke='%230c7080' stroke-width='0.8' opacity='0.27'/> <line x1='610.3' y1='386.2' x2='627.9' y2='362.2' stroke='%230c7080' stroke-width='0.8' opacity='0.34'/> <line x1='476.5' y1='459.4' x2='476.5' y2='462.7' stroke='%230c7080' stroke-width='0.8' opacity='0.55'/> <line x1='293.1' y1='74.7' x2='290.1' y2='93.3' stroke='%230c7080' stroke-width='0.8' opacity='0.45'/> <line x1='329.7' y1='282.4' x2='349.5' y2='272.3' stroke='%230c7080' stroke-width='0.8' opacity='0.41'/> <line x1='577.2' y1='216.4' x2='583.1' y2='198.4' stroke='%230c7080' stroke-width='0.8' opacity='0.45'/> <line x1='637.4' y1='610.8' x2='634.5' y2='634.7' stroke='%230c7080' stroke-width='0.8' opacity='0.40'/> <line x1='129.6' y1='341.8' x2='138.7' y2='313.1' stroke='%230c7080' stroke-width='0.8' opacity='0.34'/> <line x1='582.4' y1='196.7' x2='573.0' y2='170.7' stroke='%230c7080' stroke-width='0.8' opacity='0.36'/> <line x1='544.9' y1='266.5' x2='533.2' y2='283.9' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='535.8' y1='613.8' x2='503.2' y2='608.5' stroke='%230c7080' stroke-width='0.8' opacity='0.31'/> <line x1='384.9' y1='205.7' x2='377.0' y2='198.1' stroke='%230c7080' stroke-width='0.8' opacity='0.52'/> <line x1='605.8' y1='301.4' x2='633.8' y2='292.2' stroke='%230c7080' stroke-width='0.8' opacity='0.34'/> <line x1='628.3' y1='285.5' x2='628.8' y2='270.1' stroke='%230c7080' stroke-width='0.8' opacity='0.49'/> <line x1='527.2' y1='351.3' x2='513.5' y2='331.1' stroke='%230c7080' stroke-width='0.8' opacity='0.40'/> <line x1='487.1' y1='539.9' x2='492.9' y2='548.2' stroke='%230c7080' stroke-width='0.8' opacity='0.52'/> <line x1='131.6' y1='384.8' x2='125.3' y2='391.4' stroke='%230c7080' stroke-width='0.8' opacity='0.54'/> <line x1='580.7' y1='671.4' x2='583.2' y2='663.1' stroke='%230c7080' stroke-width='0.8' opacity='0.54'/> <line x1='189.6' y1='213.0' x2='189.2' y2='217.1' stroke='%230c7080' stroke-width='0.8' opacity='0.55'/> <line x1='257.6' y1='374.8' x2='243.6' y2='396.8' stroke='%230c7080' stroke-width='0.8' opacity='0.38'/> <line x1='53.6' y1='297.2' x2='63.4' y2='275.2' stroke='%230c7080' stroke-width='0.8' opacity='0.40'/> <line x1='95.8' y1='274.3' x2='102.1' y2='293.6' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='516.1' y1='805.6' x2='532.9' y2='806.9' stroke='%230c7080' stroke-width='0.8' opacity='0.47'/> <line x1='357.4' y1='515.3' x2='349.8' y2='522.6' stroke='%230c7080' stroke-width='0.8' opacity='0.52'/> <line x1='441.0' y1='601.4' x2='423.3' y2='621.2' stroke='%230c7080' stroke-width='0.8' opacity='0.38'/> <line x1='505.4' y1='293.3' x2='528.4' y2='273.0' stroke='%230c7080' stroke-width='0.8' opacity='0.32'/> <line x1='172.7' y1='82.1' x2='162.4' y2='104.8' stroke='%230c7080' stroke-width='0.8' opacity='0.38'/> <line x1='67.2' y1='316.1' x2='72.6' y2='322.5' stroke='%230c7080' stroke-width='0.8' opacity='0.54'/> <line x1='581.4' y1='722.2' x2='581.7' y2='703.2' stroke='%230c7080' stroke-width='0.8' opacity='0.45'/> <line x1='107.0' y1='221.7' x2='127.4' y2='204.8' stroke='%230c7080' stroke-width='0.8' opacity='0.38'/> <line x1='365.1' y1='227.4' x2='367.8' y2='209.6' stroke='%230c7080' stroke-width='0.8' opacity='0.45'/> <line x1='433.1' y1='707.1' x2='445.8' y2='716.7' stroke='%230c7080' stroke-width='0.8' opacity='0.47'/> <line x1='584.6' y1='552.8' x2='578.4' y2='536.7' stroke='%230c7080' stroke-width='0.8' opacity='0.47'/> <line x1='698.8' y1='706.4' x2='685.0' y2='685.0' stroke='%230c7080' stroke-width='0.8' opacity='0.38'/> <line x1='468.4' y1='593.7' x2='461.4' y2='560.5' stroke='%230c7080' stroke-width='0.8' opacity='0.31'/> <line x1='209.3' y1='138.3' x2='221.0' y2='138.9' stroke='%230c7080' stroke-width='0.8' opacity='0.52'/> <line x1='173.3' y1='217.4' x2='169.8' y2='215.6' stroke='%230c7080' stroke-width='0.8' opacity='0.55'/> <line x1='610.3' y1='386.2' x2='631.9' y2='368.6' stroke='%230c7080' stroke-width='0.8' opacity='0.36'/> <line x1='563.6' y1='472.8' x2='561.5' y2='498.3' stroke='%230c7080' stroke-width='0.8' opacity='0.38'/> <line x1='477.1' y1='328.9' x2='466.4' y2='358.8' stroke='%230c7080' stroke-width='0.8' opacity='0.32'/> <line x1='622.8' y1='383.8' x2='627.9' y2='362.2' stroke='%230c7080' stroke-width='0.8' opacity='0.41'/> <line x1='380.3' y1='683.4' x2='393.4' y2='690.2' stroke='%230c7080' stroke-width='0.8' opacity='0.49'/> <line x1='426.6' y1='563.3' x2='420.0' y2='564.1' stroke='%230c7080' stroke-width='0.8' opacity='0.55'/> <line x1='564.9' y1='592.2' x2='552.4' y2='559.8' stroke='%230c7080' stroke-width='0.8' opacity='0.29'/> <line x1='446.1' y1='218.7' x2='456.1' y2='214.4' stroke='%230c7080' stroke-width='0.8' opacity='0.52'/> <line x1='344.7' y1='213.7' x2='329.6' y2='232.2' stroke='%230c7080' stroke-width='0.8' opacity='0.40'/> <line x1='568.6' y1='745.8' x2='558.3' y2='756.8' stroke='%230c7080' stroke-width='0.8' opacity='0.49'/> <line x1='588.1' y1='350.9' x2='624.2' y2='356.6' stroke='%230c7080' stroke-width='0.8' opacity='0.27'/> <line x1='523.6' y1='286.0' x2='505.4' y2='293.3' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='99.1' y1='166.5' x2='124.6' y2='142.4' stroke='%230c7080' stroke-width='0.8' opacity='0.29'/> <line x1='476.5' y1='459.4' x2='458.7' y2='428.1' stroke='%230c7080' stroke-width='0.8' opacity='0.27'/> <line x1='343.2' y1='437.1' x2='325.4' y2='440.0' stroke='%230c7080' stroke-width='0.8' opacity='0.45'/> <line x1='256.8' y1='79.2' x2='262.1' y2='59.0' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='368.7' y1='697.2' x2='387.7' y2='699.8' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='516.1' y1='805.6' x2='505.6' y2='796.2' stroke='%230c7080' stroke-width='0.8' opacity='0.49'/> <line x1='372.2' y1='136.3' x2='393.7' y2='140.6' stroke='%230c7080' stroke-width='0.8' opacity='0.41'/> <line x1='596.5' y1='445.2' x2='622.2' y2='424.6' stroke='%230c7080' stroke-width='0.8' opacity='0.31'/> <line x1='590.4' y1='537.2' x2='596.1' y2='522.6' stroke='%230c7080' stroke-width='0.8' opacity='0.47'/> <line x1='495.7' y1='314.9' x2='505.4' y2='293.3' stroke='%230c7080' stroke-width='0.8' opacity='0.40'/> <line x1='221.6' y1='107.2' x2='221.0' y2='138.9' stroke='%230c7080' stroke-width='0.8' opacity='0.32'/> <line x1='394.0' y1='114.8' x2='379.7' y2='105.5' stroke='%230c7080' stroke-width='0.8' opacity='0.47'/> <line x1='298.2' y1='366.5' x2='273.6' y2='355.9' stroke='%230c7080' stroke-width='0.8' opacity='0.36'/> <line x1='325.8' y1='446.2' x2='325.4' y2='440.0' stroke='%230c7080' stroke-width='0.8' opacity='0.55'/> <line x1='314.4' y1='52.9' x2='330.7' y2='54.1' stroke='%230c7080' stroke-width='0.8' opacity='0.47'/> <line x1='97.5' y1='230.9' x2='97.0' y2='249.9' stroke='%230c7080' stroke-width='0.8' opacity='0.45'/> <line x1='501.9' y1='367.7' x2='505.1' y2='387.2' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='418.7' y1='414.7' x2='409.5' y2='414.6' stroke='%230c7080' stroke-width='0.8' opacity='0.54'/> <line x1='413.9' y1='696.9' x2='387.7' y2='699.8' stroke='%230c7080' stroke-width='0.8' opacity='0.38'/> <line x1='437.2' y1='541.8' x2='422.3' y2='563.1' stroke='%230c7080' stroke-width='0.8' opacity='0.38'/> <line x1='330.7' y1='54.1' x2='338.9' y2='53.0' stroke='%230c7080' stroke-width='0.8' opacity='0.55'/> <line x1='501.9' y1='367.7' x2='466.4' y2='358.8' stroke='%230c7080' stroke-width='0.8' opacity='0.27'/> <line x1='468.1' y1='547.9' x2='461.4' y2='560.5' stroke='%230c7080' stroke-width='0.8' opacity='0.49'/> <line x1='157.6' y1='351.2' x2='154.3' y2='345.7' stroke='%230c7080' stroke-width='0.8' opacity='0.55'/> <line x1='395.5' y1='106.0' x2='393.7' y2='140.6' stroke='%230c7080' stroke-width='0.8' opacity='0.29'/> <line x1='468.1' y1='547.9' x2='492.9' y2='548.2' stroke='%230c7080' stroke-width='0.8' opacity='0.38'/> <line x1='512.9' y1='223.9' x2='518.1' y2='219.1' stroke='%230c7080' stroke-width='0.8' opacity='0.55'/> <line x1='577.0' y1='514.2' x2='561.5' y2='498.3' stroke='%230c7080' stroke-width='0.8' opacity='0.41'/> <line x1='668.3' y1='403.8' x2='687.0' y2='405.0' stroke='%230c7080' stroke-width='0.8' opacity='0.45'/> <line x1='394.0' y1='114.8' x2='369.1' y2='130.9' stroke='%230c7080' stroke-width='0.8' opacity='0.34'/> <line x1='576.9' y1='430.5' x2='561.4' y2='450.7' stroke='%230c7080' stroke-width='0.8' opacity='0.38'/> <line x1='564.9' y1='592.2' x2='537.2' y2='569.6' stroke='%230c7080' stroke-width='0.8' opacity='0.29'/> <line x1='367.8' y1='303.9' x2='359.8' y2='273.6' stroke='%230c7080' stroke-width='0.8' opacity='0.32'/> <line x1='179.8' y1='226.5' x2='169.8' y2='215.6' stroke='%230c7080' stroke-width='0.8' opacity='0.49'/> <line x1='272.1' y1='245.3' x2='273.0' y2='243.4' stroke='%230c7080' stroke-width='0.8' opacity='0.55'/> <line x1='428.3' y1='638.5' x2='440.2' y2='629.1' stroke='%230c7080' stroke-width='0.8' opacity='0.49'/> <line x1='515.5' y1='168.8' x2='512.0' y2='185.3' stroke='%230c7080' stroke-width='0.8' opacity='0.47'/> <line x1='364.0' y1='597.7' x2='355.5' y2='611.3' stroke='%230c7080' stroke-width='0.8' opacity='0.47'/> <line x1='378.8' y1='574.2' x2='359.6' y2='578.2' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='731.3' y1='659.7' x2='728.1' y2='606.2' stroke='%230c7080' stroke-width='0.8' opacity='0.14'/> <line x1='436.6' y1='142.6' x2='451.8' y2='179.1' stroke='%230c7080' stroke-width='0.8' opacity='0.23'/> <line x1='300.5' y1='337.3' x2='303.5' y2='368.5' stroke='%230c7080' stroke-width='0.8' opacity='0.32'/> <line x1='638.0' y1='489.3' x2='628.8' y2='512.7' stroke='%230c7080' stroke-width='0.8' opacity='0.38'/> <line x1='625.8' y1='491.1' x2='644.1' y2='485.1' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='451.7' y1='231.5' x2='450.6' y2='199.6' stroke='%230c7080' stroke-width='0.8' opacity='0.32'/> <line x1='258.0' y1='265.2' x2='254.3' y2='277.0' stroke='%230c7080' stroke-width='0.8' opacity='0.50'/> <line x1='507.9' y1='486.9' x2='501.8' y2='513.0' stroke='%230c7080' stroke-width='0.8' opacity='0.36'/> <line x1='535.8' y1='613.8' x2='514.3' y2='630.9' stroke='%230c7080' stroke-width='0.8' opacity='0.36'/> <line x1='173.3' y1='217.4' x2='189.6' y2='213.0' stroke='%230c7080' stroke-width='0.8' opacity='0.47'/> <line x1='668.3' y1='403.8' x2='695.3' y2='435.6' stroke='%230c7080' stroke-width='0.8' opacity='0.22'/> <line x1='460.1' y1='179.8' x2='467.5' y2='200.3' stroke='%230c7080' stroke-width='0.8' opacity='0.41'/> <line x1='279.4' y1='76.4' x2='290.1' y2='93.3' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='394.0' y1='114.8' x2='372.2' y2='136.3' stroke='%230c7080' stroke-width='0.8' opacity='0.32'/> <line x1='665.3' y1='442.5' x2='633.8' y2='435.1' stroke='%230c7080' stroke-width='0.8' opacity='0.31'/> <line x1='580.7' y1='671.4' x2='588.7' y2='684.5' stroke='%230c7080' stroke-width='0.8' opacity='0.49'/> <line x1='564.6' y1='297.2' x2='572.6' y2='299.7' stroke='%230c7080' stroke-width='0.8' opacity='0.54'/> <line x1='736.7' y1='612.8' x2='731.3' y2='659.7' stroke='%230c7080' stroke-width='0.8' opacity='0.16'/> <line x1='478.4' y1='236.2' x2='451.7' y2='231.5' stroke='%230c7080' stroke-width='0.8' opacity='0.36'/> <line x1='495.8' y1='489.7' x2='516.5' y2='482.2' stroke='%230c7080' stroke-width='0.8' opacity='0.41'/> <line x1='254.3' y1='277.0' x2='270.9' y2='287.4' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='430.4' y1='653.3' x2='420.8' y2='636.8' stroke='%230c7080' stroke-width='0.8' opacity='0.45'/> <line x1='533.8' y1='650.6' x2='521.1' y2='666.8' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='439.1' y1='689.3' x2='431.4' y2='688.4' stroke='%230c7080' stroke-width='0.8' opacity='0.55'/> <line x1='498.7' y1='254.8' x2='491.3' y2='265.2' stroke='%230c7080' stroke-width='0.8' opacity='0.50'/> <line x1='369.1' y1='130.9' x2='393.7' y2='140.6' stroke='%230c7080' stroke-width='0.8' opacity='0.38'/> <line x1='290.1' y1='93.3' x2='294.1' y2='81.4' stroke='%230c7080' stroke-width='0.8' opacity='0.50'/> <line x1='382.2' y1='490.8' x2='379.0' y2='480.8' stroke='%230c7080' stroke-width='0.8' opacity='0.52'/> <line x1='302.2' y1='97.4' x2='293.1' y2='74.7' stroke='%230c7080' stroke-width='0.8' opacity='0.40'/> <line x1='454.5' y1='510.2' x2='448.4' y2='536.2' stroke='%230c7080' stroke-width='0.8' opacity='0.36'/> <line x1='464.0' y1='469.6' x2='466.4' y2='487.4' stroke='%230c7080' stroke-width='0.8' opacity='0.45'/> <line x1='451.8' y1='511.3' x2='462.3' y2='500.5' stroke='%230c7080' stroke-width='0.8' opacity='0.49'/> <line x1='172.7' y1='82.1' x2='165.5' y2='83.0' stroke='%230c7080' stroke-width='0.8' opacity='0.55'/> <line x1='156.1' y1='413.4' x2='145.8' y2='407.9' stroke='%230c7080' stroke-width='0.8' opacity='0.52'/> <line x1='155.0' y1='308.5' x2='147.9' y2='309.1' stroke='%230c7080' stroke-width='0.8' opacity='0.55'/> <line x1='355.4' y1='612.6' x2='355.5' y2='611.3' stroke='%230c7080' stroke-width='0.8' opacity='0.55'/> <line x1='581.4' y1='722.2' x2='568.6' y2='745.8' stroke='%230c7080' stroke-width='0.8' opacity='0.36'/> <line x1='109.3' y1='162.1' x2='99.1' y2='166.5' stroke='%230c7080' stroke-width='0.8' opacity='0.52'/> <line x1='262.1' y1='59.0' x2='277.7' y2='56.2' stroke='%230c7080' stroke-width='0.8' opacity='0.47'/> <line x1='441.0' y1='601.4' x2='460.5' y2='610.3' stroke='%230c7080' stroke-width='0.8' opacity='0.41'/> <line x1='166.5' y1='148.4' x2='165.6' y2='171.3' stroke='%230c7080' stroke-width='0.8' opacity='0.40'/> <line x1='211.3' y1='305.5' x2='199.2' y2='286.4' stroke='%230c7080' stroke-width='0.8' opacity='0.41'/> <line x1='85.7' y1='352.9' x2='63.5' y2='336.1' stroke='%230c7080' stroke-width='0.8' opacity='0.36'/> <line x1='300.5' y1='337.3' x2='325.8' y2='345.9' stroke='%230c7080' stroke-width='0.8' opacity='0.36'/> <line x1='669.4' y1='401.1' x2='654.0' y2='410.7' stroke='%230c7080' stroke-width='0.8' opacity='0.45'/> <line x1='556.5' y1='122.4' x2='552.9' y2='117.4' stroke='%230c7080' stroke-width='0.8' opacity='0.55'/> <line x1='494.8' y1='705.4' x2='525.3' y2='701.1' stroke='%230c7080' stroke-width='0.8' opacity='0.32'/> <line x1='591.4' y1='467.5' x2='574.0' y2='471.4' stroke='%230c7080' stroke-width='0.8' opacity='0.45'/> <line x1='179.8' y1='226.5' x2='189.6' y2='213.0' stroke='%230c7080' stroke-width='0.8' opacity='0.47'/> <line x1='147.9' y1='309.1' x2='149.7' y2='310.5' stroke='%230c7080' stroke-width='0.8' opacity='0.55'/> <line x1='524.0' y1='261.0' x2='525.3' y2='263.1' stroke='%230c7080' stroke-width='0.8' opacity='0.55'/> <line x1='517.2' y1='566.2' x2='529.4' y2='581.8' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='72.6' y1='322.5' x2='63.5' y2='319.5' stroke='%230c7080' stroke-width='0.8' opacity='0.54'/> <line x1='345.0' y1='423.0' x2='315.5' y2='413.0' stroke='%230c7080' stroke-width='0.8' opacity='0.32'/> <line x1='243.6' y1='284.8' x2='258.0' y2='265.2' stroke='%230c7080' stroke-width='0.8' opacity='0.40'/> <line x1='624.5' y1='496.2' x2='641.2' y2='490.0' stroke='%230c7080' stroke-width='0.8' opacity='0.45'/> <line x1='405.6' y1='712.9' x2='423.0' y2='715.2' stroke='%230c7080' stroke-width='0.8' opacity='0.45'/> <line x1='498.4' y1='549.1' x2='520.1' y2='545.5' stroke='%230c7080' stroke-width='0.8' opacity='0.41'/> <line x1='500.0' y1='387.9' x2='505.0' y2='384.7' stroke='%230c7080' stroke-width='0.8' opacity='0.55'/> <line x1='367.4' y1='591.7' x2='364.0' y2='597.7' stroke='%230c7080' stroke-width='0.8' opacity='0.55'/> <line x1='243.8' y1='122.4' x2='247.8' y2='142.0' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='232.6' y1='187.9' x2='214.9' y2='206.7' stroke='%230c7080' stroke-width='0.8' opacity='0.38'/> <line x1='309.5' y1='165.2' x2='339.8' y2='162.4' stroke='%230c7080' stroke-width='0.8' opacity='0.32'/> <line x1='396.3' y1='763.5' x2='385.2' y2='753.0' stroke='%230c7080' stroke-width='0.8' opacity='0.49'/> <line x1='451.7' y1='231.5' x2='431.0' y2='247.7' stroke='%230c7080' stroke-width='0.8' opacity='0.38'/> <line x1='496.7' y1='256.5' x2='525.3' y2='263.1' stroke='%230c7080' stroke-width='0.8' opacity='0.34'/> <line x1='146.6' y1='144.5' x2='144.2' y2='146.6' stroke='%230c7080' stroke-width='0.8' opacity='0.55'/> <line x1='211.9' y1='364.5' x2='218.4' y2='399.0' stroke='%230c7080' stroke-width='0.8' opacity='0.29'/> <line x1='509.3' y1='658.5' x2='508.8' y2='668.9' stroke='%230c7080' stroke-width='0.8' opacity='0.52'/> <line x1='228.5' y1='253.4' x2='249.1' y2='275.9' stroke='%230c7080' stroke-width='0.8' opacity='0.32'/> <line x1='440.2' y1='629.1' x2='470.4' y2='616.7' stroke='%230c7080' stroke-width='0.8' opacity='0.31'/> <line x1='426.1' y1='838.0' x2='430.7' y2='845.8' stroke='%230c7080' stroke-width='0.8' opacity='0.54'/> <line x1='328.7' y1='88.1' x2='309.9' y2='63.1' stroke='%230c7080' stroke-width='0.8' opacity='0.32'/> <line x1='118.0' y1='231.7' x2='139.4' y2='210.0' stroke='%230c7080' stroke-width='0.8' opacity='0.32'/> <line x1='392.3' y1='374.7' x2='355.1' y2='376.9' stroke='%230c7080' stroke-width='0.8' opacity='0.27'/> <line x1='349.2' y1='101.0' x2='379.7' y2='105.5' stroke='%230c7080' stroke-width='0.8' opacity='0.32'/> <line x1='620.2' y1='612.5' x2='637.4' y2='610.8' stroke='%230c7080' stroke-width='0.8' opacity='0.47'/> <line x1='492.3' y1='780.8' x2='505.6' y2='796.2' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='400.4' y1='186.5' x2='384.9' y2='205.7' stroke='%230c7080' stroke-width='0.8' opacity='0.40'/> <line x1='687.0' y1='405.0' x2='672.4' y2='431.5' stroke='%230c7080' stroke-width='0.8' opacity='0.32'/> <line x1='433.2' y1='534.7' x2='404.0' y2='509.6' stroke='%230c7080' stroke-width='0.8' opacity='0.25'/> <line x1='588.9' y1='723.5' x2='578.7' y2='745.7' stroke='%230c7080' stroke-width='0.8' opacity='0.40'/> <line x1='625.5' y1='589.5' x2='639.5' y2='606.9' stroke='%230c7080' stroke-width='0.8' opacity='0.41'/> <line x1='358.3' y1='264.0' x2='372.4' y2='271.1' stroke='%230c7080' stroke-width='0.8' opacity='0.47'/> <line x1='534.9' y1='797.6' x2='543.0' y2='784.6' stroke='%230c7080' stroke-width='0.8' opacity='0.49'/> <line x1='559.0' y1='216.3' x2='577.2' y2='216.4' stroke='%230c7080' stroke-width='0.8' opacity='0.45'/> <line x1='516.6' y1='438.2' x2='502.0' y2='442.3' stroke='%230c7080' stroke-width='0.8' opacity='0.49'/> <line x1='118.0' y1='231.7' x2='95.4' y2='246.4' stroke='%230c7080' stroke-width='0.8' opacity='0.36'/> <line x1='382.2' y1='490.8' x2='393.5' y2='512.2' stroke='%230c7080' stroke-width='0.8' opacity='0.40'/> <line x1='577.1' y1='311.2' x2='572.6' y2='299.7' stroke='%230c7080' stroke-width='0.8' opacity='0.50'/> <line x1='146.6' y1='144.5' x2='166.5' y2='148.4' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='432.0' y1='841.8' x2='461.4' y2='845.9' stroke='%230c7080' stroke-width='0.8' opacity='0.34'/> <line x1='580.7' y1='671.4' x2='557.5' y2='662.7' stroke='%230c7080' stroke-width='0.8' opacity='0.38'/> <line x1='388.6' y1='634.2' x2='374.5' y2='610.2' stroke='%230c7080' stroke-width='0.8' opacity='0.36'/> <line x1='508.7' y1='670.5' x2='508.8' y2='668.9' stroke='%230c7080' stroke-width='0.8' opacity='0.55'/> <line x1='218.4' y1='399.0' x2='243.6' y2='396.8' stroke='%230c7080' stroke-width='0.8' opacity='0.38'/> <line x1='669.4' y1='401.1' x2='685.0' y2='408.8' stroke='%230c7080' stroke-width='0.8' opacity='0.45'/> <line x1='395.5' y1='106.0' x2='394.0' y2='114.8' stroke='%230c7080' stroke-width='0.8' opacity='0.54'/> <line x1='606.5' y1='239.7' x2='608.4' y2='248.1' stroke='%230c7080' stroke-width='0.8' opacity='0.54'/> <line x1='325.8' y1='446.2' x2='328.6' y2='455.4' stroke='%230c7080' stroke-width='0.8' opacity='0.54'/> <line x1='440.2' y1='629.1' x2='460.5' y2='610.3' stroke='%230c7080' stroke-width='0.8' opacity='0.36'/> <line x1='631.9' y1='368.6' x2='627.9' y2='362.2' stroke='%230c7080' stroke-width='0.8' opacity='0.55'/> <line x1='416.4' y1='806.5' x2='398.2' y2='797.9' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='542.1' y1='143.5' x2='541.2' y2='152.6' stroke='%230c7080' stroke-width='0.8' opacity='0.54'/> <line x1='71.5' y1='203.6' x2='63.2' y2='208.7' stroke='%230c7080' stroke-width='0.8' opacity='0.54'/> <line x1='214.5' y1='348.4' x2='206.9' y2='372.1' stroke='%230c7080' stroke-width='0.8' opacity='0.38'/> <line x1='621.1' y1='638.4' x2='634.5' y2='634.7' stroke='%230c7080' stroke-width='0.8' opacity='0.49'/> <line x1='435.4' y1='800.7' x2='436.3' y2='801.9' stroke='%230c7080' stroke-width='0.8' opacity='0.55'/> <line x1='177.0' y1='407.9' x2='156.1' y2='413.4' stroke='%230c7080' stroke-width='0.8' opacity='0.41'/> <line x1='131.6' y1='384.8' x2='145.8' y2='407.9' stroke='%230c7080' stroke-width='0.8' opacity='0.36'/> <line x1='393.7' y1='140.6' x2='414.6' y2='135.3' stroke='%230c7080' stroke-width='0.8' opacity='0.41'/> <line x1='414.6' y1='135.3' x2='430.6' y2='109.9' stroke='%230c7080' stroke-width='0.8' opacity='0.34'/> <line x1='539.7' y1='780.8' x2='532.9' y2='806.9' stroke='%230c7080' stroke-width='0.8' opacity='0.36'/> <line x1='589.0' y1='482.3' x2='599.3' y2='505.4' stroke='%230c7080' stroke-width='0.8' opacity='0.38'/> <line x1='53.6' y1='297.2' x2='51.1' y2='297.3' stroke='%230c7080' stroke-width='0.8' opacity='0.55'/> <line x1='587.2' y1='206.9' x2='593.2' y2='220.5' stroke='%230c7080' stroke-width='0.8' opacity='0.49'/> <line x1='397.6' y1='781.4' x2='384.8' y2='767.8' stroke='%230c7080' stroke-width='0.8' opacity='0.45'/> <line x1='450.6' y1='199.6' x2='467.5' y2='200.3' stroke='%230c7080' stroke-width='0.8' opacity='0.47'/> <line x1='476.5' y1='459.4' x2='464.0' y2='469.6' stroke='%230c7080' stroke-width='0.8' opacity='0.47'/> <line x1='577.0' y1='514.2' x2='596.1' y2='522.6' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='425.8' y1='665.0' x2='418.5' y2='670.7' stroke='%230c7080' stroke-width='0.8' opacity='0.54'/> <line x1='393.4' y1='690.2' x2='403.1' y2='666.8' stroke='%230c7080' stroke-width='0.8' opacity='0.38'/> <line x1='562.9' y1='148.5' x2='573.0' y2='170.7' stroke='%230c7080' stroke-width='0.8' opacity='0.40'/> <line x1='492.0' y1='838.1' x2='461.4' y2='845.9' stroke='%230c7080' stroke-width='0.8' opacity='0.32'/> <line x1='418.7' y1='414.7' x2='422.0' y2='412.0' stroke='%230c7080' stroke-width='0.8' opacity='0.55'/> <line x1='525.3' y1='263.1' x2='533.2' y2='283.9' stroke='%230c7080' stroke-width='0.8' opacity='0.41'/> <line x1='165.1' y1='101.6' x2='169.3' y2='65.8' stroke='%230c7080' stroke-width='0.8' opacity='0.27'/> <line x1='461.4' y1='845.9' x2='430.7' y2='845.8' stroke='%230c7080' stroke-width='0.8' opacity='0.32'/> <line x1='125.3' y1='391.4' x2='104.7' y2='380.3' stroke='%230c7080' stroke-width='0.8' opacity='0.40'/> <line x1='505.1' y1='387.2' x2='505.0' y2='384.7' stroke='%230c7080' stroke-width='0.8' opacity='0.55'/> <line x1='623.1' y1='574.5' x2='625.5' y2='589.5' stroke='%230c7080' stroke-width='0.8' opacity='0.49'/> <line x1='447.5' y1='689.9' x2='439.1' y2='689.3' stroke='%230c7080' stroke-width='0.8' opacity='0.54'/> <line x1='391.7' y1='782.4' x2='398.2' y2='797.9' stroke='%230c7080' stroke-width='0.8' opacity='0.47'/> <line x1='328.6' y1='156.3' x2='314.1' y2='153.8' stroke='%230c7080' stroke-width='0.8' opacity='0.49'/> <line x1='104.7' y1='380.3' x2='89.3' y2='369.3' stroke='%230c7080' stroke-width='0.8' opacity='0.45'/> <line x1='303.8' y1='353.9' x2='303.5' y2='368.5' stroke='%230c7080' stroke-width='0.8' opacity='0.49'/> <line x1='545.9' y1='293.4' x2='554.2' y2='324.0' stroke='%230c7080' stroke-width='0.8' opacity='0.32'/> <line x1='172.7' y1='82.1' x2='213.4' y2='76.0' stroke='%230c7080' stroke-width='0.8' opacity='0.23'/> <line x1='243.7' y1='375.2' x2='243.6' y2='396.8' stroke='%230c7080' stroke-width='0.8' opacity='0.41'/> <line x1='428.9' y1='153.5' x2='451.8' y2='179.1' stroke='%230c7080' stroke-width='0.8' opacity='0.29'/> <line x1='603.5' y1='324.7' x2='612.3' y2='318.0' stroke='%230c7080' stroke-width='0.8' opacity='0.52'/> <line x1='284.0' y1='411.9' x2='259.0' y2='407.8' stroke='%230c7080' stroke-width='0.8' opacity='0.38'/> <line x1='621.1' y1='638.4' x2='595.5' y2='642.9' stroke='%230c7080' stroke-width='0.8' opacity='0.38'/> <line x1='523.6' y1='286.0' x2='533.2' y2='283.9' stroke='%230c7080' stroke-width='0.8' opacity='0.54'/> <line x1='427.5' y1='436.5' x2='458.7' y2='428.1' stroke='%230c7080' stroke-width='0.8' opacity='0.31'/> <line x1='568.6' y1='745.8' x2='578.7' y2='745.7' stroke='%230c7080' stroke-width='0.8' opacity='0.52'/> <line x1='522.8' y1='649.4' x2='508.7' y2='670.5' stroke='%230c7080' stroke-width='0.8' opacity='0.38'/> <line x1='380.9' y1='736.5' x2='369.5' y2='712.0' stroke='%230c7080' stroke-width='0.8' opacity='0.36'/> <line x1='254.3' y1='277.0' x2='249.1' y2='275.9' stroke='%230c7080' stroke-width='0.8' opacity='0.55'/> <line x1='286.5' y1='330.5' x2='277.3' y2='314.5' stroke='%230c7080' stroke-width='0.8' opacity='0.45'/> <line x1='121.1' y1='173.2' x2='99.1' y2='166.5' stroke='%230c7080' stroke-width='0.8' opacity='0.40'/> <line x1='530.8' y1='480.3' x2='563.6' y2='472.8' stroke='%230c7080' stroke-width='0.8' opacity='0.31'/> <line x1='211.3' y1='305.5' x2='224.0' y2='309.1' stroke='%230c7080' stroke-width='0.8' opacity='0.50'/> <line x1='729.9' y1='365.3' x2='726.2' y2='341.7' stroke='%230c7080' stroke-width='0.8' opacity='0.40'/> <line x1='511.4' y1='421.3' x2='500.0' y2='387.9' stroke='%230c7080' stroke-width='0.8' opacity='0.29'/> <line x1='508.7' y1='670.5' x2='521.1' y2='666.8' stroke='%230c7080' stroke-width='0.8' opacity='0.50'/> <line x1='397.6' y1='781.4' x2='422.2' y2='789.1' stroke='%230c7080' stroke-width='0.8' opacity='0.38'/> <line x1='325.8' y1='446.2' x2='325.1' y2='461.9' stroke='%230c7080' stroke-width='0.8' opacity='0.47'/> <line x1='514.6' y1='727.4' x2='525.3' y2='701.1' stroke='%230c7080' stroke-width='0.8' opacity='0.34'/> <line x1='430.7' y1='378.9' x2='436.9' y2='354.5' stroke='%230c7080' stroke-width='0.8' opacity='0.38'/> <line x1='333.5' y1='484.9' x2='346.1' y2='486.5' stroke='%230c7080' stroke-width='0.8' opacity='0.50'/> <line x1='331.1' y1='175.3' x2='339.8' y2='162.4' stroke='%230c7080' stroke-width='0.8' opacity='0.47'/> <line x1='306.8' y1='403.6' x2='315.5' y2='413.0' stroke='%230c7080' stroke-width='0.8' opacity='0.50'/> <line x1='345.0' y1='266.9' x2='349.5' y2='272.3' stroke='%230c7080' stroke-width='0.8' opacity='0.55'/> <line x1='159.5' y1='292.2' x2='155.0' y2='308.5' stroke='%230c7080' stroke-width='0.8' opacity='0.47'/> <line x1='192.1' y1='152.5' x2='203.1' y2='152.8' stroke='%230c7080' stroke-width='0.8' opacity='0.52'/> <line x1='530.8' y1='480.3' x2='533.5' y2='471.6' stroke='%230c7080' stroke-width='0.8' opacity='0.54'/> <line x1='727.5' y1='365.3' x2='726.2' y2='341.7' stroke='%230c7080' stroke-width='0.8' opacity='0.40'/> <line x1='523.6' y1='286.0' x2='538.1' y2='291.1' stroke='%230c7080' stroke-width='0.8' opacity='0.49'/> <line x1='564.6' y1='297.2' x2='554.2' y2='324.0' stroke='%230c7080' stroke-width='0.8' opacity='0.34'/> <line x1='511.4' y1='166.6' x2='512.0' y2='185.3' stroke='%230c7080' stroke-width='0.8' opacity='0.45'/> <line x1='446.4' y1='560.9' x2='426.6' y2='563.3' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='306.5' y1='211.8' x2='339.4' y2='209.6' stroke='%230c7080' stroke-width='0.8' opacity='0.31'/> <line x1='430.4' y1='653.3' x2='418.5' y2='670.7' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='368.7' y1='697.2' x2='393.4' y2='690.2' stroke='%230c7080' stroke-width='0.8' opacity='0.38'/> <line x1='455.9' y1='631.5' x2='462.7' y2='656.8' stroke='%230c7080' stroke-width='0.8' opacity='0.38'/> <line x1='473.8' y1='714.3' x2='486.5' y2='699.3' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='517.9' y1='713.0' x2='514.6' y2='727.4' stroke='%230c7080' stroke-width='0.8' opacity='0.49'/> <line x1='426.4' y1='734.7' x2='423.0' y2='715.2' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='258.0' y1='265.2' x2='269.6' y2='286.2' stroke='%230c7080' stroke-width='0.8' opacity='0.40'/> <line x1='508.1' y1='680.6' x2='509.3' y2='658.5' stroke='%230c7080' stroke-width='0.8' opacity='0.41'/> <line x1='405.6' y1='712.9' x2='387.7' y2='699.8' stroke='%230c7080' stroke-width='0.8' opacity='0.41'/> <line x1='367.6' y1='386.9' x2='392.3' y2='374.7' stroke='%230c7080' stroke-width='0.8' opacity='0.36'/> <line x1='303.8' y1='353.9' x2='325.8' y2='345.9' stroke='%230c7080' stroke-width='0.8' opacity='0.40'/> <line x1='650.6' y1='412.9' x2='654.0' y2='410.7' stroke='%230c7080' stroke-width='0.8' opacity='0.55'/> <line x1='648.8' y1='302.1' x2='633.8' y2='292.2' stroke='%230c7080' stroke-width='0.8' opacity='0.45'/> <line x1='221.0' y1='138.9' x2='234.2' y2='148.7' stroke='%230c7080' stroke-width='0.8' opacity='0.47'/> <line x1='176.7' y1='407.9' x2='145.8' y2='407.9' stroke='%230c7080' stroke-width='0.8' opacity='0.32'/> <line x1='529.9' y1='137.4' x2='522.2' y2='120.9' stroke='%230c7080' stroke-width='0.8' opacity='0.45'/> <line x1='530.8' y1='480.3' x2='530.8' y2='491.1' stroke='%230c7080' stroke-width='0.8' opacity='0.52'/> <line x1='263.5' y1='410.6' x2='274.4' y2='413.2' stroke='%230c7080' stroke-width='0.8' opacity='0.52'/> <line x1='430.7' y1='378.9' x2='439.4' y2='374.6' stroke='%230c7080' stroke-width='0.8' opacity='0.54'/> <line x1='204.1' y1='277.3' x2='192.4' y2='308.0' stroke='%230c7080' stroke-width='0.8' opacity='0.31'/> <line x1='454.5' y1='510.2' x2='458.0' y2='511.7' stroke='%230c7080' stroke-width='0.8' opacity='0.55'/> <line x1='251.2' y1='347.4' x2='243.7' y2='375.2' stroke='%230c7080' stroke-width='0.8' opacity='0.34'/> <line x1='144.2' y1='146.6' x2='136.2' y2='165.6' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='427.8' y1='805.1' x2='405.2' y2='812.4' stroke='%230c7080' stroke-width='0.8' opacity='0.40'/> <line x1='230.7' y1='242.2' x2='228.5' y2='253.4' stroke='%230c7080' stroke-width='0.8' opacity='0.52'/> <line x1='378.8' y1='574.2' x2='398.6' y2='554.3' stroke='%230c7080' stroke-width='0.8' opacity='0.36'/> <line x1='235.6' y1='302.2' x2='243.6' y2='284.8' stroke='%230c7080' stroke-width='0.8' opacity='0.45'/> <line x1='556.7' y1='206.9' x2='559.0' y2='216.3' stroke='%230c7080' stroke-width='0.8' opacity='0.54'/> <line x1='613.7' y1='634.8' x2='634.5' y2='634.7' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='384.9' y1='369.3' x2='355.1' y2='376.9' stroke='%230c7080' stroke-width='0.8' opacity='0.32'/> <line x1='541.2' y1='152.6' x2='573.0' y2='170.7' stroke='%230c7080' stroke-width='0.8' opacity='0.27'/> <line x1='71.5' y1='203.6' x2='70.6' y2='213.4' stroke='%230c7080' stroke-width='0.8' opacity='0.54'/> <line x1='560.2' y1='376.2' x2='577.7' y2='395.9' stroke='%230c7080' stroke-width='0.8' opacity='0.38'/> <line x1='272.1' y1='245.3' x2='298.7' y2='254.5' stroke='%230c7080' stroke-width='0.8' opacity='0.36'/> <line x1='622.2' y1='424.6' x2='622.3' y2='411.8' stroke='%230c7080' stroke-width='0.8' opacity='0.50'/> <line x1='400.4' y1='186.5' x2='401.9' y2='178.3' stroke='%230c7080' stroke-width='0.8' opacity='0.54'/> <line x1='153.7' y1='402.2' x2='125.3' y2='391.4' stroke='%230c7080' stroke-width='0.8' opacity='0.32'/> <line x1='698.5' y1='416.3' x2='717.6' y2='394.1' stroke='%230c7080' stroke-width='0.8' opacity='0.34'/> <line x1='346.1' y1='486.5' x2='339.4' y2='490.4' stroke='%230c7080' stroke-width='0.8' opacity='0.55'/> <line x1='698.5' y1='416.3' x2='685.0' y2='408.8' stroke='%230c7080' stroke-width='0.8' opacity='0.49'/> <line x1='522.5' y1='743.3' x2='545.3' y2='739.3' stroke='%230c7080' stroke-width='0.8' opacity='0.40'/> <line x1='247.8' y1='142.0' x2='236.9' y2='139.9' stroke='%230c7080' stroke-width='0.8' opacity='0.52'/> <line x1='729.9' y1='365.3' x2='726.1' y2='391.4' stroke='%230c7080' stroke-width='0.8' opacity='0.38'/> <line x1='468.4' y1='593.7' x2='470.5' y2='591.5' stroke='%230c7080' stroke-width='0.8' opacity='0.55'/> <line x1='159.5' y1='292.2' x2='149.7' y2='310.5' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='109.3' y1='162.1' x2='124.6' y2='142.4' stroke='%230c7080' stroke-width='0.8' opacity='0.38'/> <line x1='166.5' y1='148.4' x2='173.0' y2='155.3' stroke='%230c7080' stroke-width='0.8' opacity='0.54'/> <line x1='441.2' y1='150.0' x2='451.8' y2='179.1' stroke='%230c7080' stroke-width='0.8' opacity='0.32'/> <line x1='549.3' y1='397.1' x2='550.8' y2='382.5' stroke='%230c7080' stroke-width='0.8' opacity='0.49'/> <line x1='219.7' y1='124.3' x2='243.8' y2='122.4' stroke='%230c7080' stroke-width='0.8' opacity='0.40'/> <line x1='595.5' y1='642.9' x2='613.7' y2='634.8' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='573.0' y1='170.7' x2='583.1' y2='198.4' stroke='%230c7080' stroke-width='0.8' opacity='0.34'/> <line x1='329.9' y1='318.2' x2='348.4' y2='343.9' stroke='%230c7080' stroke-width='0.8' opacity='0.32'/> <line x1='358.4' y1='215.2' x2='365.1' y2='227.4' stroke='%230c7080' stroke-width='0.8' opacity='0.49'/> <line x1='587.2' y1='206.9' x2='577.2' y2='216.4' stroke='%230c7080' stroke-width='0.8' opacity='0.49'/> <line x1='430.7' y1='845.8' x2='415.4' y2='843.6' stroke='%230c7080' stroke-width='0.8' opacity='0.49'/> <line x1='633.8' y1='435.1' x2='650.6' y2='412.9' stroke='%230c7080' stroke-width='0.8' opacity='0.36'/> <line x1='464.0' y1='469.6' x2='453.4' y2='478.8' stroke='%230c7080' stroke-width='0.8' opacity='0.49'/> <line x1='436.9' y1='354.5' x2='439.4' y2='374.6' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='473.7' y1='663.4' x2='462.7' y2='656.8' stroke='%230c7080' stroke-width='0.8' opacity='0.50'/> <line x1='557.5' y1='662.7' x2='563.8' y2='666.4' stroke='%230c7080' stroke-width='0.8' opacity='0.55'/> <line x1='415.4' y1='843.6' x2='410.3' y2='829.1' stroke='%230c7080' stroke-width='0.8' opacity='0.49'/> <line x1='409.5' y1='414.6' x2='387.7' y2='430.5' stroke='%230c7080' stroke-width='0.8' opacity='0.36'/> <line x1='621.1' y1='638.4' x2='614.6' y2='624.7' stroke='%230c7080' stroke-width='0.8' opacity='0.49'/> <line x1='570.3' y1='594.9' x2='535.8' y2='613.8' stroke='%230c7080' stroke-width='0.8' opacity='0.25'/> <line x1='120.1' y1='276.2' x2='125.1' y2='291.6' stroke='%230c7080' stroke-width='0.8' opacity='0.47'/> <line x1='302.2' y1='97.4' x2='290.1' y2='93.3' stroke='%230c7080' stroke-width='0.8' opacity='0.50'/> <line x1='639.1' y1='448.7' x2='659.4' y2='457.6' stroke='%230c7080' stroke-width='0.8' opacity='0.41'/> <line x1='374.5' y1='610.2' x2='361.7' y2='617.1' stroke='%230c7080' stroke-width='0.8' opacity='0.49'/> <line x1='684.1' y1='357.0' x2='666.4' y2='329.1' stroke='%230c7080' stroke-width='0.8' opacity='0.31'/> <line x1='689.7' y1='639.3' x2='728.1' y2='606.2' stroke='%230c7080' stroke-width='0.8' opacity='0.14'/> <line x1='361.7' y1='617.1' x2='349.2' y2='645.1' stroke='%230c7080' stroke-width='0.8' opacity='0.32'/> <line x1='73.8' y1='347.2' x2='63.5' y2='336.1' stroke='%230c7080' stroke-width='0.8' opacity='0.49'/> <line x1='472.3' y1='328.3' x2='455.9' y2='296.4' stroke='%230c7080' stroke-width='0.8' opacity='0.27'/> <line x1='511.9' y1='364.4' x2='527.2' y2='351.3' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='428.3' y1='638.5' x2='430.4' y2='653.3' stroke='%230c7080' stroke-width='0.8' opacity='0.49'/> <line x1='261.4' y1='87.5' x2='290.1' y2='93.3' stroke='%230c7080' stroke-width='0.8' opacity='0.34'/> <line x1='440.2' y1='629.1' x2='455.9' y2='631.5' stroke='%230c7080' stroke-width='0.8' opacity='0.47'/> <line x1='574.2' y1='589.9' x2='576.2' y2='618.3' stroke='%230c7080' stroke-width='0.8' opacity='0.34'/> <line x1='603.5' y1='324.7' x2='605.8' y2='301.4' stroke='%230c7080' stroke-width='0.8' opacity='0.40'/> <line x1='558.2' y1='286.3' x2='572.3' y2='285.4' stroke='%230c7080' stroke-width='0.8' opacity='0.49'/> <line x1='183.4' y1='355.4' x2='206.9' y2='372.1' stroke='%230c7080' stroke-width='0.8' opacity='0.34'/> <line x1='437.4' y1='485.6' x2='453.2' y2='474.2' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='639.1' y1='448.7' x2='622.2' y2='424.6' stroke='%230c7080' stroke-width='0.8' opacity='0.34'/> <line x1='457.0' y1='382.4' x2='466.4' y2='358.8' stroke='%230c7080' stroke-width='0.8' opacity='0.38'/> <line x1='570.3' y1='594.9' x2='561.1' y2='578.4' stroke='%230c7080' stroke-width='0.8' opacity='0.45'/> <line x1='537.2' y1='554.3' x2='529.4' y2='581.8' stroke='%230c7080' stroke-width='0.8' opacity='0.34'/> <line x1='577.1' y1='311.2' x2='554.2' y2='324.0' stroke='%230c7080' stroke-width='0.8' opacity='0.38'/> <line x1='508.0' y1='688.9' x2='508.8' y2='668.9' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='428.3' y1='638.5' x2='423.3' y2='621.2' stroke='%230c7080' stroke-width='0.8' opacity='0.45'/> <line x1='395.5' y1='106.0' x2='414.6' y2='135.3' stroke='%230c7080' stroke-width='0.8' opacity='0.29'/> <line x1='727.5' y1='365.3' x2='717.6' y2='394.1' stroke='%230c7080' stroke-width='0.8' opacity='0.32'/> <line x1='249.1' y1='275.9' x2='270.9' y2='287.4' stroke='%230c7080' stroke-width='0.8' opacity='0.40'/> <line x1='468.1' y1='547.9' x2='446.4' y2='560.9' stroke='%230c7080' stroke-width='0.8' opacity='0.38'/> <line x1='367.4' y1='591.7' x2='359.6' y2='578.2' stroke='%230c7080' stroke-width='0.8' opacity='0.47'/> <line x1='349.5' y1='272.3' x2='369.5' y2='280.6' stroke='%230c7080' stroke-width='0.8' opacity='0.41'/> <line x1='138.7' y1='313.1' x2='149.7' y2='310.5' stroke='%230c7080' stroke-width='0.8' opacity='0.52'/> <line x1='230.7' y1='242.2' x2='227.8' y2='233.1' stroke='%230c7080' stroke-width='0.8' opacity='0.54'/> <line x1='291.7' y1='61.9' x2='277.7' y2='56.2' stroke='%230c7080' stroke-width='0.8' opacity='0.49'/> <line x1='435.4' y1='800.7' x2='444.2' y2='790.5' stroke='%230c7080' stroke-width='0.8' opacity='0.50'/> <line x1='577.1' y1='311.2' x2='612.3' y2='318.0' stroke='%230c7080' stroke-width='0.8' opacity='0.27'/> <line x1='560.2' y1='376.2' x2='550.8' y2='382.5' stroke='%230c7080' stroke-width='0.8' opacity='0.52'/> <line x1='391.8' y1='661.7' x2='403.1' y2='666.8' stroke='%230c7080' stroke-width='0.8' opacity='0.50'/> <line x1='641.3' y1='341.6' x2='627.9' y2='362.2' stroke='%230c7080' stroke-width='0.8' opacity='0.40'/> <line x1='623.1' y1='574.5' x2='601.8' y2='564.6' stroke='%230c7080' stroke-width='0.8' opacity='0.40'/> <line x1='625.5' y1='589.5' x2='639.4' y2='579.2' stroke='%230c7080' stroke-width='0.8' opacity='0.47'/> <line x1='243.6' y1='284.8' x2='269.6' y2='286.2' stroke='%230c7080' stroke-width='0.8' opacity='0.38'/> <line x1='97.7' y1='192.4' x2='63.2' y2='208.7' stroke='%230c7080' stroke-width='0.8' opacity='0.25'/> <line x1='367.6' y1='386.9' x2='381.1' y2='414.7' stroke='%230c7080' stroke-width='0.8' opacity='0.32'/> <line x1='557.9' y1='453.9' x2='561.4' y2='450.7' stroke='%230c7080' stroke-width='0.8' opacity='0.55'/> <line x1='198.8' y1='219.9' x2='169.8' y2='215.6' stroke='%230c7080' stroke-width='0.8' opacity='0.34'/> <line x1='491.6' y1='163.8' x2='460.1' y2='179.8' stroke='%230c7080' stroke-width='0.8' opacity='0.29'/> <line x1='533.5' y1='471.6' x2='516.5' y2='482.2' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='53.0' y1='230.9' x2='63.2' y2='208.7' stroke='%230c7080' stroke-width='0.8' opacity='0.40'/> <line x1='606.5' y1='239.7' x2='593.2' y2='220.5' stroke='%230c7080' stroke-width='0.8' opacity='0.40'/> <line x1='361.7' y1='617.1' x2='355.5' y2='611.3' stroke='%230c7080' stroke-width='0.8' opacity='0.54'/> <line x1='329.9' y1='318.2' x2='313.6' y2='299.7' stroke='%230c7080' stroke-width='0.8' opacity='0.40'/> <line x1='235.6' y1='302.2' x2='224.0' y2='309.1' stroke='%230c7080' stroke-width='0.8' opacity='0.50'/> <line x1='716.0' y1='659.1' x2='737.9' y2='611.5' stroke='%230c7080' stroke-width='0.8' opacity='0.14'/> <line x1='348.4' y1='343.9' x2='361.0' y2='360.7' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='560.2' y1='376.2' x2='553.2' y2='366.6' stroke='%230c7080' stroke-width='0.8' opacity='0.52'/> <line x1='729.9' y1='365.3' x2='742.1' y2='363.0' stroke='%230c7080' stroke-width='0.8' opacity='0.50'/> <line x1='218.2' y1='323.9' x2='214.5' y2='348.4' stroke='%230c7080' stroke-width='0.8' opacity='0.38'/> <line x1='97.5' y1='230.9' x2='95.4' y2='246.4' stroke='%230c7080' stroke-width='0.8' opacity='0.47'/> <line x1='600.6' y1='474.9' x2='611.5' y2='457.2' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='396.0' y1='240.1' x2='387.9' y2='234.5' stroke='%230c7080' stroke-width='0.8' opacity='0.54'/> <line x1='538.1' y1='291.1' x2='533.2' y2='283.9' stroke='%230c7080' stroke-width='0.8' opacity='0.54'/> <line x1='641.2' y1='490.0' x2='644.1' y2='485.1' stroke='%230c7080' stroke-width='0.8' opacity='0.55'/> <line x1='331.1' y1='175.3' x2='309.5' y2='165.2' stroke='%230c7080' stroke-width='0.8' opacity='0.40'/> <line x1='403.3' y1='181.5' x2='384.9' y2='205.7' stroke='%230c7080' stroke-width='0.8' opacity='0.32'/> <line x1='556.5' y1='122.4' x2='562.9' y2='148.5' stroke='%230c7080' stroke-width='0.8' opacity='0.36'/> <line x1='591.4' y1='467.5' x2='600.2' y2='460.9' stroke='%230c7080' stroke-width='0.8' opacity='0.52'/> <line x1='372.4' y1='271.1' x2='369.5' y2='280.6' stroke='%230c7080' stroke-width='0.8' opacity='0.54'/> <line x1='742.1' y1='363.0' x2='746.7' y2='341.6' stroke='%230c7080' stroke-width='0.8' opacity='0.41'/> <line x1='376.5' y1='144.7' x2='369.1' y2='130.9' stroke='%230c7080' stroke-width='0.8' opacity='0.47'/> <line x1='166.5' y1='351.8' x2='141.8' y2='326.9' stroke='%230c7080' stroke-width='0.8' opacity='0.29'/> <line x1='177.0' y1='407.9' x2='176.7' y2='407.9' stroke='%230c7080' stroke-width='0.8' opacity='0.55'/> <line x1='685.0' y1='408.8' x2='654.0' y2='410.7' stroke='%230c7080' stroke-width='0.8' opacity='0.32'/> <line x1='542.1' y1='143.5' x2='552.9' y2='117.4' stroke='%230c7080' stroke-width='0.8' opacity='0.36'/> <line x1='267.1' y1='259.5' x2='258.0' y2='265.2' stroke='%230c7080' stroke-width='0.8' opacity='0.52'/> <line x1='537.2' y1='554.3' x2='552.4' y2='559.8' stroke='%230c7080' stroke-width='0.8' opacity='0.47'/> <line x1='587.2' y1='206.9' x2='583.1' y2='198.4' stroke='%230c7080' stroke-width='0.8' opacity='0.54'/> <line x1='535.8' y1='613.8' x2='528.0' y2='631.2' stroke='%230c7080' stroke-width='0.8' opacity='0.45'/> <line x1='511.4' y1='421.3' x2='534.0' y2='442.0' stroke='%230c7080' stroke-width='0.8' opacity='0.32'/> <line x1='428.4' y1='836.6' x2='432.0' y2='841.8' stroke='%230c7080' stroke-width='0.8' opacity='0.55'/> <line x1='607.2' y1='552.5' x2='628.9' y2='534.8' stroke='%230c7080' stroke-width='0.8' opacity='0.36'/> <line x1='392.5' y1='161.8' x2='401.9' y2='178.3' stroke='%230c7080' stroke-width='0.8' opacity='0.45'/> <line x1='192.1' y1='152.5' x2='199.3' y2='159.7' stroke='%230c7080' stroke-width='0.8' opacity='0.52'/> <line x1='583.2' y1='663.1' x2='563.8' y2='666.4' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='418.5' y1='670.7' x2='403.1' y2='666.8' stroke='%230c7080' stroke-width='0.8' opacity='0.47'/> <line x1='557.9' y1='453.9' x2='563.6' y2='472.8' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='334.6' y1='449.4' x2='328.6' y2='455.4' stroke='%230c7080' stroke-width='0.8' opacity='0.54'/> <line x1='554.2' y1='324.0' x2='572.6' y2='299.7' stroke='%230c7080' stroke-width='0.8' opacity='0.32'/> <line x1='506.3' y1='784.9' x2='492.3' y2='780.8' stroke='%230c7080' stroke-width='0.8' opacity='0.49'/> <line x1='426.1' y1='838.0' x2='410.3' y2='829.1' stroke='%230c7080' stroke-width='0.8' opacity='0.45'/> <line x1='312.9' y1='63.5' x2='309.9' y2='63.1' stroke='%230c7080' stroke-width='0.8' opacity='0.55'/> <line x1='639.5' y1='606.9' x2='634.5' y2='634.7' stroke='%230c7080' stroke-width='0.8' opacity='0.36'/> <line x1='468.7' y1='819.0' x2='444.9' y2='833.6' stroke='%230c7080' stroke-width='0.8' opacity='0.36'/> <line x1='395.5' y1='106.0' x2='430.6' y2='109.9' stroke='%230c7080' stroke-width='0.8' opacity='0.29'/> <line x1='238.0' y1='223.0' x2='230.7' y2='242.2' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='492.3' y1='780.8' x2='474.1' y2='756.4' stroke='%230c7080' stroke-width='0.8' opacity='0.32'/> <line x1='238.0' y1='223.0' x2='232.6' y2='187.9' stroke='%230c7080' stroke-width='0.8' opacity='0.29'/> <line x1='294.9' y1='413.1' x2='274.4' y2='413.2' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='686.0' y1='649.8' x2='689.7' y2='639.3' stroke='%230c7080' stroke-width='0.8' opacity='0.52'/> <line x1='624.5' y1='496.2' x2='628.8' y2='512.7' stroke='%230c7080' stroke-width='0.8' opacity='0.47'/> <line x1='508.1' y1='680.6' x2='525.3' y2='701.1' stroke='%230c7080' stroke-width='0.8' opacity='0.36'/> <line x1='444.2' y1='255.4' x2='445.2' y2='289.1' stroke='%230c7080' stroke-width='0.8' opacity='0.31'/> <line x1='530.8' y1='480.3' x2='524.9' y2='486.4' stroke='%230c7080' stroke-width='0.8' opacity='0.54'/> <line x1='432.0' y1='841.8' x2='415.4' y2='843.6' stroke='%230c7080' stroke-width='0.8' opacity='0.47'/> <line x1='267.1' y1='259.5' x2='254.3' y2='277.0' stroke='%230c7080' stroke-width='0.8' opacity='0.41'/> <line x1='218.4' y1='399.0' x2='217.8' y2='407.8' stroke='%230c7080' stroke-width='0.8' opacity='0.54'/> <line x1='544.9' y1='266.5' x2='525.3' y2='263.1' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='472.3' y1='328.3' x2='510.5' y2='325.2' stroke='%230c7080' stroke-width='0.8' opacity='0.25'/> <line x1='198.8' y1='219.9' x2='189.6' y2='213.0' stroke='%230c7080' stroke-width='0.8' opacity='0.52'/> <line x1='379.0' y1='480.8' x2='404.0' y2='509.6' stroke='%230c7080' stroke-width='0.8' opacity='0.25'/> <line x1='358.3' y1='264.0' x2='370.4' y2='251.0' stroke='%230c7080' stroke-width='0.8' opacity='0.45'/> <line x1='517.6' y1='809.9' x2='532.9' y2='806.9' stroke='%230c7080' stroke-width='0.8' opacity='0.49'/> <line x1='620.2' y1='612.5' x2='625.5' y2='589.5' stroke='%230c7080' stroke-width='0.8' opacity='0.40'/> <line x1='355.1' y1='376.9' x2='361.0' y2='360.7' stroke='%230c7080' stroke-width='0.8' opacity='0.47'/> <line x1='544.9' y1='266.5' x2='528.4' y2='273.0' stroke='%230c7080' stroke-width='0.8' opacity='0.45'/> <line x1='478.5' y1='165.3' x2='491.6' y2='163.8' stroke='%230c7080' stroke-width='0.8' opacity='0.50'/> <line x1='577.2' y1='216.4' x2='593.2' y2='220.5' stroke='%230c7080' stroke-width='0.8' opacity='0.47'/> <line x1='537.2' y1='554.3' x2='537.2' y2='569.6' stroke='%230c7080' stroke-width='0.8' opacity='0.49'/> <line x1='338.7' y1='121.2' x2='369.1' y2='130.9' stroke='%230c7080' stroke-width='0.8' opacity='0.32'/> <line x1='505.4' y1='293.3' x2='510.5' y2='325.2' stroke='%230c7080' stroke-width='0.8' opacity='0.31'/> <line x1='582.4' y1='196.7' x2='583.1' y2='198.4' stroke='%230c7080' stroke-width='0.8' opacity='0.55'/> <line x1='339.4' y1='209.6' x2='365.1' y2='227.4' stroke='%230c7080' stroke-width='0.8' opacity='0.32'/> <line x1='534.9' y1='797.6' x2='539.7' y2='780.8' stroke='%230c7080' stroke-width='0.8' opacity='0.45'/> <line x1='70.6' y1='213.4' x2='63.2' y2='208.7' stroke='%230c7080' stroke-width='0.8' opacity='0.54'/> <line x1='580.7' y1='671.4' x2='581.7' y2='703.2' stroke='%230c7080' stroke-width='0.8' opacity='0.32'/> <line x1='380.3' y1='683.4' x2='387.7' y2='699.8' stroke='%230c7080' stroke-width='0.8' opacity='0.45'/> <line x1='497.6' y1='719.5' x2='494.8' y2='705.4' stroke='%230c7080' stroke-width='0.8' opacity='0.49'/> <line x1='416.4' y1='806.5' x2='436.3' y2='801.9' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='257.6' y1='374.8' x2='243.7' y2='375.2' stroke='%230c7080' stroke-width='0.8' opacity='0.49'/> <line x1='306.8' y1='403.6' x2='330.7' y2='423.6' stroke='%230c7080' stroke-width='0.8' opacity='0.32'/> <line x1='169.8' y1='215.6' x2='139.4' y2='210.0' stroke='%230c7080' stroke-width='0.8' opacity='0.32'/> <line x1='537.2' y1='554.3' x2='517.2' y2='566.2' stroke='%230c7080' stroke-width='0.8' opacity='0.40'/> <line x1='727.5' y1='365.3' x2='705.6' y2='336.2' stroke='%230c7080' stroke-width='0.8' opacity='0.27'/> <line x1='635.4' y1='462.5' x2='659.4' y2='457.6' stroke='%230c7080' stroke-width='0.8' opacity='0.40'/> <line x1='384.9' y1='205.7' x2='367.8' y2='209.6' stroke='%230c7080' stroke-width='0.8' opacity='0.45'/> <line x1='409.2' y1='447.8' x2='387.9' y2='440.0' stroke='%230c7080' stroke-width='0.8' opacity='0.41'/> <line x1='365.1' y1='227.4' x2='370.4' y2='251.0' stroke='%230c7080' stroke-width='0.8' opacity='0.40'/> <line x1='131.6' y1='384.8' x2='104.7' y2='380.3' stroke='%230c7080' stroke-width='0.8' opacity='0.36'/> <line x1='165.1' y1='101.6' x2='162.4' y2='104.8' stroke='%230c7080' stroke-width='0.8' opacity='0.55'/> <line x1='573.7' y1='492.4' x2='561.5' y2='498.3' stroke='%230c7080' stroke-width='0.8' opacity='0.50'/> <line x1='514.3' y1='630.9' x2='514.2' y2='626.5' stroke='%230c7080' stroke-width='0.8' opacity='0.55'/> <line x1='258.0' y1='265.2' x2='270.9' y2='287.4' stroke='%230c7080' stroke-width='0.8' opacity='0.38'/> <line x1='166.5' y1='148.4' x2='176.7' y2='140.2' stroke='%230c7080' stroke-width='0.8' opacity='0.50'/> <line x1='517.6' y1='809.9' x2='505.6' y2='796.2' stroke='%230c7080' stroke-width='0.8' opacity='0.45'/> <line x1='367.4' y1='591.7' x2='374.5' y2='610.2' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='151.5' y1='283.3' x2='139.1' y2='275.2' stroke='%230c7080' stroke-width='0.8' opacity='0.49'/> <line x1='543.0' y1='784.6' x2='532.9' y2='806.9' stroke='%230c7080' stroke-width='0.8' opacity='0.40'/> <line x1='97.5' y1='230.9' x2='107.0' y2='221.7' stroke='%230c7080' stroke-width='0.8' opacity='0.50'/> <line x1='549.3' y1='397.1' x2='550.0' y2='399.5' stroke='%230c7080' stroke-width='0.8' opacity='0.55'/> <line x1='199.4' y1='91.8' x2='169.3' y2='65.8' stroke='%230c7080' stroke-width='0.8' opacity='0.23'/> <line x1='378.0' y1='728.6' x2='374.6' y2='739.9' stroke='%230c7080' stroke-width='0.8' opacity='0.52'/> <line x1='176.7' y1='407.9' x2='156.1' y2='413.4' stroke='%230c7080' stroke-width='0.8' opacity='0.41'/> <line x1='561.7' y1='196.2' x2='573.0' y2='170.7' stroke='%230c7080' stroke-width='0.8' opacity='0.36'/> <line x1='620.2' y1='612.5' x2='614.6' y2='624.7' stroke='%230c7080' stroke-width='0.8' opacity='0.50'/> <line x1='558.2' y1='286.3' x2='566.7' y2='301.5' stroke='%230c7080' stroke-width='0.8' opacity='0.45'/> <line x1='425.8' y1='665.0' x2='437.5' y2='675.9' stroke='%230c7080' stroke-width='0.8' opacity='0.47'/> <line x1='306.1' y1='169.4' x2='311.2' y2='173.0' stroke='%230c7080' stroke-width='0.8' opacity='0.55'/> <line x1='334.6' y1='449.4' x2='325.1' y2='461.9' stroke='%230c7080' stroke-width='0.8' opacity='0.47'/> <line x1='416.4' y1='806.5' x2='435.4' y2='800.7' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='329.9' y1='318.2' x2='342.3' y2='319.5' stroke='%230c7080' stroke-width='0.8' opacity='0.50'/> <line x1='436.6' y1='142.6' x2='414.6' y2='135.3' stroke='%230c7080' stroke-width='0.8' opacity='0.40'/> <line x1='606.5' y1='239.7' x2='577.2' y2='216.4' stroke='%230c7080' stroke-width='0.8' opacity='0.27'/> <line x1='495.8' y1='489.7' x2='501.8' y2='513.0' stroke='%230c7080' stroke-width='0.8' opacity='0.40'/> <line x1='214.2' y1='157.7' x2='199.3' y2='159.7' stroke='%230c7080' stroke-width='0.8' opacity='0.49'/> <line x1='145.4' y1='201.8' x2='169.8' y2='215.6' stroke='%230c7080' stroke-width='0.8' opacity='0.36'/> <line x1='279.4' y1='76.4' x2='277.7' y2='56.2' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='343.8' y1='268.4' x2='345.0' y2='266.9' stroke='%230c7080' stroke-width='0.8' opacity='0.55'/> <line x1='428.9' y1='153.5' x2='437.6' y2='116.4' stroke='%230c7080' stroke-width='0.8' opacity='0.25'/> <line x1='456.1' y1='214.4' x2='450.6' y2='199.6' stroke='%230c7080' stroke-width='0.8' opacity='0.47'/> <line x1='398.2' y1='797.9' x2='395.0' y2='790.1' stroke='%230c7080' stroke-width='0.8' opacity='0.54'/> <line x1='209.3' y1='138.3' x2='219.7' y2='133.0' stroke='%230c7080' stroke-width='0.8' opacity='0.52'/> <line x1='136.7' y1='134.7' x2='124.6' y2='142.4' stroke='%230c7080' stroke-width='0.8' opacity='0.49'/> <line x1='505.1' y1='387.2' x2='490.7' y2='390.3' stroke='%230c7080' stroke-width='0.8' opacity='0.49'/> <line x1='684.1' y1='357.0' x2='727.5' y2='365.3' stroke='%230c7080' stroke-width='0.8' opacity='0.20'/> <line x1='729.9' y1='365.3' x2='746.7' y2='358.2' stroke='%230c7080' stroke-width='0.8' opacity='0.45'/> <line x1='306.5' y1='211.8' x2='329.6' y2='232.2' stroke='%230c7080' stroke-width='0.8' opacity='0.32'/> <line x1='485.1' y1='722.3' x2='473.8' y2='714.3' stroke='%230c7080' stroke-width='0.8' opacity='0.49'/> <line x1='343.8' y1='268.4' x2='358.5' y2='250.3' stroke='%230c7080' stroke-width='0.8' opacity='0.40'/> <line x1='432.0' y1='841.8' x2='443.1' y2='825.9' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='609.4' y1='505.6' x2='628.9' y2='534.8' stroke='%230c7080' stroke-width='0.8' opacity='0.29'/> <line x1='232.6' y1='243.3' x2='227.8' y2='233.1' stroke='%230c7080' stroke-width='0.8' opacity='0.52'/> <line x1='283.9' y1='134.4' x2='263.9' y2='136.3' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='374.6' y1='540.5' x2='393.5' y2='512.2' stroke='%230c7080' stroke-width='0.8' opacity='0.29'/> <line x1='306.8' y1='403.6' x2='274.4' y2='413.2' stroke='%230c7080' stroke-width='0.8' opacity='0.31'/> <line x1='238.0' y1='223.0' x2='228.5' y2='253.4' stroke='%230c7080' stroke-width='0.8' opacity='0.32'/> <line x1='219.7' y1='133.0' x2='236.9' y2='139.9' stroke='%230c7080' stroke-width='0.8' opacity='0.45'/> <line x1='107.0' y1='221.7' x2='118.0' y2='231.7' stroke='%230c7080' stroke-width='0.8' opacity='0.49'/> <line x1='399.5' y1='576.8' x2='426.6' y2='563.3' stroke='%230c7080' stroke-width='0.8' opacity='0.34'/> <line x1='727.5' y1='365.3' x2='746.7' y2='358.2' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='76.2' y1='350.9' x2='58.9' y2='330.2' stroke='%230c7080' stroke-width='0.8' opacity='0.36'/> <line x1='236.9' y1='139.9' x2='263.9' y2='136.3' stroke='%230c7080' stroke-width='0.8' opacity='0.36'/> <line x1='174.9' y1='408.1' x2='156.1' y2='413.4' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='355.4' y1='612.6' x2='349.4' y2='606.1' stroke='%230c7080' stroke-width='0.8' opacity='0.54'/> <line x1='577.2' y1='216.4' x2='547.4' y2='208.7' stroke='%230c7080' stroke-width='0.8' opacity='0.32'/> <line x1='258.0' y1='265.2' x2='273.0' y2='243.4' stroke='%230c7080' stroke-width='0.8' opacity='0.38'/> <line x1='454.5' y1='510.2' x2='466.4' y2='487.4' stroke='%230c7080' stroke-width='0.8' opacity='0.38'/> <line x1='529.9' y1='137.4' x2='541.2' y2='152.6' stroke='%230c7080' stroke-width='0.8' opacity='0.45'/> <line x1='584.6' y1='552.8' x2='567.7' y2='555.2' stroke='%230c7080' stroke-width='0.8' opacity='0.47'/> <line x1='361.7' y1='617.1' x2='349.2' y2='656.3' stroke='%230c7080' stroke-width='0.8' opacity='0.23'/> <line x1='221.6' y1='107.2' x2='219.7' y2='133.0' stroke='%230c7080' stroke-width='0.8' opacity='0.38'/> <line x1='398.6' y1='554.3' x2='420.0' y2='564.1' stroke='%230c7080' stroke-width='0.8' opacity='0.40'/> <line x1='464.9' y1='753.2' x2='489.7' y2='748.7' stroke='%230c7080' stroke-width='0.8' opacity='0.38'/> <line x1='497.6' y1='719.5' x2='517.9' y2='713.0' stroke='%230c7080' stroke-width='0.8' opacity='0.41'/> <line x1='228.5' y1='253.4' x2='227.8' y2='233.1' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='290.5' y1='313.3' x2='286.5' y2='330.5' stroke='%230c7080' stroke-width='0.8' opacity='0.45'/> <line x1='534.0' y1='442.0' x2='516.6' y2='438.2' stroke='%230c7080' stroke-width='0.8' opacity='0.45'/> <line x1='648.8' y1='302.1' x2='664.5' y2='325.2' stroke='%230c7080' stroke-width='0.8' opacity='0.36'/> <line x1='453.4' y1='478.8' x2='466.4' y2='487.4' stroke='%230c7080' stroke-width='0.8' opacity='0.47'/> <line x1='309.5' y1='165.2' x2='311.2' y2='173.0' stroke='%230c7080' stroke-width='0.8' opacity='0.55'/> <line x1='238.0' y1='223.0' x2='222.9' y2='249.4' stroke='%230c7080' stroke-width='0.8' opacity='0.32'/> <line x1='625.8' y1='491.1' x2='628.8' y2='512.7' stroke='%230c7080' stroke-width='0.8' opacity='0.41'/> <line x1='544.9' y1='266.5' x2='546.1' y2='262.2' stroke='%230c7080' stroke-width='0.8' opacity='0.55'/> <line x1='620.2' y1='612.5' x2='639.5' y2='606.9' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='445.8' y1='716.7' x2='426.4' y2='734.7' stroke='%230c7080' stroke-width='0.8' opacity='0.38'/> <line x1='467.5' y1='200.3' x2='482.2' y2='201.8' stroke='%230c7080' stroke-width='0.8' opacity='0.49'/> <line x1='453.4' y1='701.9' x2='439.1' y2='689.3' stroke='%230c7080' stroke-width='0.8' opacity='0.45'/> <line x1='331.9' y1='452.1' x2='325.4' y2='440.0' stroke='%230c7080' stroke-width='0.8' opacity='0.50'/> <line x1='393.4' y1='690.2' x2='387.7' y2='699.8' stroke='%230c7080' stroke-width='0.8' opacity='0.52'/> <line x1='178.7' y1='138.0' x2='166.5' y2='148.4' stroke='%230c7080' stroke-width='0.8' opacity='0.47'/> <line x1='545.3' y1='739.3' x2='558.3' y2='756.8' stroke='%230c7080' stroke-width='0.8' opacity='0.41'/> <line x1='439.4' y1='374.6' x2='466.4' y2='358.8' stroke='%230c7080' stroke-width='0.8' opacity='0.32'/> <line x1='102.1' y1='293.6' x2='109.7' y2='278.0' stroke='%230c7080' stroke-width='0.8' opacity='0.47'/> <line x1='422.3' y1='388.9' x2='416.3' y2='409.4' stroke='%230c7080' stroke-width='0.8' opacity='0.41'/> <line x1='165.1' y1='101.6' x2='165.5' y2='83.0' stroke='%230c7080' stroke-width='0.8' opacity='0.45'/> <line x1='591.4' y1='467.5' x2='611.5' y2='457.2' stroke='%230c7080' stroke-width='0.8' opacity='0.41'/> <line x1='303.5' y1='368.5' x2='273.6' y2='355.9' stroke='%230c7080' stroke-width='0.8' opacity='0.31'/> <line x1='497.6' y1='719.5' x2='485.1' y2='722.3' stroke='%230c7080' stroke-width='0.8' opacity='0.50'/> <line x1='522.2' y1='120.9' x2='552.9' y2='117.4' stroke='%230c7080' stroke-width='0.8' opacity='0.32'/> <line x1='95.4' y1='173.2' x2='99.1' y2='166.5' stroke='%230c7080' stroke-width='0.8' opacity='0.55'/> <line x1='430.3' y1='566.3' x2='426.6' y2='563.3' stroke='%230c7080' stroke-width='0.8' opacity='0.55'/> <line x1='522.5' y1='743.3' x2='532.5' y2='735.3' stroke='%230c7080' stroke-width='0.8' opacity='0.50'/> <line x1='389.7' y1='215.3' x2='365.1' y2='227.4' stroke='%230c7080' stroke-width='0.8' opacity='0.36'/> <line x1='497.6' y1='719.5' x2='486.5' y2='699.3' stroke='%230c7080' stroke-width='0.8' opacity='0.40'/> <line x1='476.5' y1='462.7' x2='453.4' y2='478.8' stroke='%230c7080' stroke-width='0.8' opacity='0.36'/> <line x1='497.7' y1='339.2' x2='472.3' y2='328.3' stroke='%230c7080' stroke-width='0.8' opacity='0.36'/> <line x1='650.6' y1='412.9' x2='622.2' y2='424.6' stroke='%230c7080' stroke-width='0.8' opacity='0.32'/> <line x1='552.9' y1='117.4' x2='563.0' y2='126.3' stroke='%230c7080' stroke-width='0.8' opacity='0.50'/> <line x1='189.6' y1='213.0' x2='169.8' y2='215.6' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='599.3' y1='505.4' x2='577.0' y2='514.2' stroke='%230c7080' stroke-width='0.8' opacity='0.40'/> <line x1='533.8' y1='650.6' x2='522.8' y2='649.4' stroke='%230c7080' stroke-width='0.8' opacity='0.52'/> <line x1='392.3' y1='374.7' x2='384.9' y2='369.3' stroke='%230c7080' stroke-width='0.8' opacity='0.54'/> <line x1='371.4' y1='290.3' x2='359.8' y2='273.6' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='512.5' y1='829.2' x2='492.0' y2='838.1' stroke='%230c7080' stroke-width='0.8' opacity='0.41'/> <line x1='476.5' y1='459.4' x2='453.2' y2='474.2' stroke='%230c7080' stroke-width='0.8' opacity='0.36'/> <line x1='404.3' y1='319.8' x2='427.8' y2='323.0' stroke='%230c7080' stroke-width='0.8' opacity='0.40'/> <line x1='600.2' y1='460.9' x2='611.5' y2='457.2' stroke='%230c7080' stroke-width='0.8' opacity='0.52'/> <line x1='567.7' y1='555.2' x2='578.4' y2='536.7' stroke='%230c7080' stroke-width='0.8' opacity='0.41'/> <line x1='437.5' y1='675.9' x2='431.4' y2='688.4' stroke='%230c7080' stroke-width='0.8' opacity='0.49'/> <line x1='511.9' y1='364.4' x2='505.1' y2='387.2' stroke='%230c7080' stroke-width='0.8' opacity='0.40'/> <line x1='145.8' y1='407.9' x2='125.3' y2='391.4' stroke='%230c7080' stroke-width='0.8' opacity='0.38'/> <line x1='238.0' y1='223.0' x2='227.8' y2='233.1' stroke='%230c7080' stroke-width='0.8' opacity='0.49'/> <line x1='345.0' y1='423.0' x2='325.8' y2='446.2' stroke='%230c7080' stroke-width='0.8' opacity='0.34'/> <line x1='355.4' y1='612.6' x2='361.7' y2='617.1' stroke='%230c7080' stroke-width='0.8' opacity='0.55'/> <line x1='157.6' y1='351.2' x2='175.1' y2='336.7' stroke='%230c7080' stroke-width='0.8' opacity='0.41'/> <line x1='581.4' y1='722.2' x2='563.7' y2='711.5' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='669.4' y1='401.1' x2='687.0' y2='405.0' stroke='%230c7080' stroke-width='0.8' opacity='0.45'/> <line x1='224.0' y1='309.1' x2='199.2' y2='286.4' stroke='%230c7080' stroke-width='0.8' opacity='0.31'/> <line x1='184.8' y1='295.6' x2='199.2' y2='286.4' stroke='%230c7080' stroke-width='0.8' opacity='0.47'/> <line x1='427.5' y1='436.5' x2='418.8' y2='456.0' stroke='%230c7080' stroke-width='0.8' opacity='0.41'/> <line x1='556.5' y1='122.4' x2='563.0' y2='126.3' stroke='%230c7080' stroke-width='0.8' opacity='0.55'/> <line x1='112.7' y1='267.9' x2='109.7' y2='278.0' stroke='%230c7080' stroke-width='0.8' opacity='0.52'/> <line x1='742.1' y1='363.0' x2='726.2' y2='341.7' stroke='%230c7080' stroke-width='0.8' opacity='0.36'/> <line x1='468.1' y1='547.9' x2='487.1' y2='539.9' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='221.6' y1='107.2' x2='199.4' y2='91.8' stroke='%230c7080' stroke-width='0.8' opacity='0.36'/> <line x1='721.1' y1='383.7' x2='727.5' y2='365.3' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='534.0' y1='442.0' x2='528.5' y2='439.0' stroke='%230c7080' stroke-width='0.8' opacity='0.55'/> <line x1='131.6' y1='384.8' x2='153.7' y2='402.2' stroke='%230c7080' stroke-width='0.8' opacity='0.36'/> <line x1='542.1' y1='143.5' x2='522.2' y2='120.9' stroke='%230c7080' stroke-width='0.8' opacity='0.34'/> <line x1='430.7' y1='378.9' x2='457.0' y2='382.4' stroke='%230c7080' stroke-width='0.8' opacity='0.38'/> <line x1='687.0' y1='405.0' x2='695.3' y2='435.6' stroke='%230c7080' stroke-width='0.8' opacity='0.32'/> <line x1='398.6' y1='554.3' x2='422.3' y2='563.1' stroke='%230c7080' stroke-width='0.8' opacity='0.38'/> <line x1='251.2' y1='347.4' x2='273.6' y2='355.9' stroke='%230c7080' stroke-width='0.8' opacity='0.40'/> <line x1='165.5' y1='83.0' x2='169.3' y2='65.8' stroke='%230c7080' stroke-width='0.8' opacity='0.45'/> <line x1='684.1' y1='357.0' x2='664.5' y2='325.2' stroke='%230c7080' stroke-width='0.8' opacity='0.27'/> <line x1='262.7' y1='374.9' x2='250.1' y2='358.0' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='527.2' y1='351.3' x2='553.2' y2='366.6' stroke='%230c7080' stroke-width='0.8' opacity='0.34'/> <line x1='566.7' y1='301.5' x2='572.6' y2='299.7' stroke='%230c7080' stroke-width='0.8' opacity='0.55'/> <line x1='398.6' y1='554.3' x2='426.6' y2='563.3' stroke='%230c7080' stroke-width='0.8' opacity='0.34'/> <line x1='345.0' y1='423.0' x2='343.2' y2='437.1' stroke='%230c7080' stroke-width='0.8' opacity='0.49'/> <line x1='511.4' y1='421.3' x2='502.0' y2='442.3' stroke='%230c7080' stroke-width='0.8' opacity='0.40'/> <line x1='546.2' y1='412.3' x2='528.5' y2='439.0' stroke='%230c7080' stroke-width='0.8' opacity='0.32'/> <line x1='570.3' y1='594.9' x2='564.9' y2='592.2' stroke='%230c7080' stroke-width='0.8' opacity='0.55'/> <line x1='367.8' y1='303.9' x2='400.3' y2='322.9' stroke='%230c7080' stroke-width='0.8' opacity='0.25'/> <line x1='477.1' y1='328.9' x2='472.3' y2='328.3' stroke='%230c7080' stroke-width='0.8' opacity='0.55'/> <line x1='343.8' y1='268.4' x2='325.0' y2='294.4' stroke='%230c7080' stroke-width='0.8' opacity='0.31'/> <line x1='608.4' y1='248.1' x2='628.8' y2='270.1' stroke='%230c7080' stroke-width='0.8' opacity='0.34'/> <line x1='372.2' y1='136.3' x2='369.1' y2='130.9' stroke='%230c7080' stroke-width='0.8' opacity='0.55'/> <line x1='600.6' y1='474.9' x2='574.0' y2='471.4' stroke='%230c7080' stroke-width='0.8' opacity='0.36'/> <line x1='426.1' y1='838.0' x2='415.4' y2='843.6' stroke='%230c7080' stroke-width='0.8' opacity='0.50'/> <line x1='312.9' y1='63.5' x2='291.7' y2='61.9' stroke='%230c7080' stroke-width='0.8' opacity='0.41'/> <line x1='453.4' y1='701.9' x2='445.8' y2='716.7' stroke='%230c7080' stroke-width='0.8' opacity='0.47'/> <line x1='395.5' y1='106.0' x2='379.7' y2='105.5' stroke='%230c7080' stroke-width='0.8' opacity='0.47'/> <line x1='87.3' y1='265.5' x2='97.0' y2='249.9' stroke='%230c7080' stroke-width='0.8' opacity='0.45'/> <line x1='405.2' y1='812.4' x2='395.0' y2='790.1' stroke='%230c7080' stroke-width='0.8' opacity='0.40'/> <line x1='638.0' y1='489.3' x2='635.4' y2='462.5' stroke='%230c7080' stroke-width='0.8' opacity='0.36'/> <line x1='625.8' y1='491.1' x2='609.4' y2='505.6' stroke='%230c7080' stroke-width='0.8' opacity='0.41'/> <line x1='686.0' y1='649.8' x2='685.0' y2='685.0' stroke='%230c7080' stroke-width='0.8' opacity='0.29'/> <line x1='219.7' y1='124.3' x2='221.6' y2='107.2' stroke='%230c7080' stroke-width='0.8' opacity='0.47'/> <line x1='395.0' y1='790.1' x2='384.8' y2='767.8' stroke='%230c7080' stroke-width='0.8' opacity='0.40'/> <line x1='534.9' y1='797.6' x2='532.9' y2='806.9' stroke='%230c7080' stroke-width='0.8' opacity='0.54'/> <line x1='236.9' y1='139.9' x2='234.2' y2='148.7' stroke='%230c7080' stroke-width='0.8' opacity='0.54'/> <line x1='498.7' y1='254.8' x2='478.4' y2='236.2' stroke='%230c7080' stroke-width='0.8' opacity='0.36'/> <line x1='285.0' y1='167.5' x2='306.1' y2='169.4' stroke='%230c7080' stroke-width='0.8' opacity='0.41'/> <line x1='357.4' y1='515.3' x2='339.4' y2='490.4' stroke='%230c7080' stroke-width='0.8' opacity='0.32'/> <line x1='76.2' y1='350.9' x2='72.6' y2='322.5' stroke='%230c7080' stroke-width='0.8' opacity='0.34'/> <line x1='432.0' y1='841.8' x2='430.7' y2='845.8' stroke='%230c7080' stroke-width='0.8' opacity='0.55'/> <line x1='53.2' y1='302.9' x2='51.1' y2='297.3' stroke='%230c7080' stroke-width='0.8' opacity='0.55'/> <line x1='345.0' y1='423.0' x2='334.6' y2='449.4' stroke='%230c7080' stroke-width='0.8' opacity='0.34'/> <line x1='218.4' y1='399.0' x2='233.3' y2='402.3' stroke='%230c7080' stroke-width='0.8' opacity='0.49'/> <line x1='436.9' y1='354.5' x2='457.0' y2='382.4' stroke='%230c7080' stroke-width='0.8' opacity='0.29'/> <line x1='427.5' y1='436.5' x2='418.7' y2='414.7' stroke='%230c7080' stroke-width='0.8' opacity='0.40'/> <line x1='150.2' y1='175.0' x2='165.6' y2='171.3' stroke='%230c7080' stroke-width='0.8' opacity='0.47'/> <line x1='395.5' y1='106.0' x2='369.1' y2='130.9' stroke='%230c7080' stroke-width='0.8' opacity='0.27'/> <line x1='428.9' y1='153.5' x2='414.6' y2='135.3' stroke='%230c7080' stroke-width='0.8' opacity='0.40'/> <line x1='516.6' y1='438.2' x2='511.1' y2='425.9' stroke='%230c7080' stroke-width='0.8' opacity='0.50'/> <line x1='606.5' y1='239.7' x2='628.8' y2='270.1' stroke='%230c7080' stroke-width='0.8' opacity='0.25'/> <line x1='572.3' y1='285.4' x2='572.6' y2='299.7' stroke='%230c7080' stroke-width='0.8' opacity='0.49'/> <line x1='194.3' y1='148.5' x2='214.2' y2='157.7' stroke='%230c7080' stroke-width='0.8' opacity='0.41'/> <line x1='371.4' y1='290.3' x2='367.8' y2='303.9' stroke='%230c7080' stroke-width='0.8' opacity='0.49'/> <line x1='546.1' y1='262.2' x2='533.2' y2='283.9' stroke='%230c7080' stroke-width='0.8' opacity='0.38'/> <line x1='496.7' y1='256.5' x2='467.5' y2='278.8' stroke='%230c7080' stroke-width='0.8' opacity='0.27'/> <line x1='396.3' y1='763.5' x2='395.0' y2='790.1' stroke='%230c7080' stroke-width='0.8' opacity='0.38'/> <line x1='70.6' y1='213.4' x2='53.0' y2='230.9' stroke='%230c7080' stroke-width='0.8' opacity='0.38'/> <line x1='329.9' y1='318.2' x2='300.5' y2='337.3' stroke='%230c7080' stroke-width='0.8' opacity='0.29'/> <line x1='404.3' y1='319.8' x2='400.3' y2='322.9' stroke='%230c7080' stroke-width='0.8' opacity='0.55'/> <line x1='283.9' y1='134.4' x2='277.3' y2='140.2' stroke='%230c7080' stroke-width='0.8' opacity='0.54'/> <line x1='534.9' y1='797.6' x2='505.6' y2='796.2' stroke='%230c7080' stroke-width='0.8' opacity='0.34'/> <line x1='194.3' y1='148.5' x2='203.1' y2='152.8' stroke='%230c7080' stroke-width='0.8' opacity='0.54'/> <line x1='177.0' y1='407.9' x2='145.8' y2='407.9' stroke='%230c7080' stroke-width='0.8' opacity='0.32'/> <line x1='522.5' y1='743.3' x2='514.6' y2='727.4' stroke='%230c7080' stroke-width='0.8' opacity='0.45'/> <line x1='522.8' y1='649.4' x2='514.3' y2='630.9' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='369.1' y1='130.9' x2='379.7' y2='105.5' stroke='%230c7080' stroke-width='0.8' opacity='0.36'/> <line x1='542.1' y1='143.5' x2='562.9' y2='148.5' stroke='%230c7080' stroke-width='0.8' opacity='0.41'/> <line x1='613.7' y1='634.8' x2='621.0' y2='633.1' stroke='%230c7080' stroke-width='0.8' opacity='0.55'/> <line x1='387.7' y1='699.8' x2='369.5' y2='712.0' stroke='%230c7080' stroke-width='0.8' opacity='0.41'/> <line x1='155.0' y1='308.5' x2='142.0' y2='295.8' stroke='%230c7080' stroke-width='0.8' opacity='0.45'/> <line x1='159.5' y1='292.2' x2='147.9' y2='309.1' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='367.8' y1='303.9' x2='342.3' y2='319.5' stroke='%230c7080' stroke-width='0.8' opacity='0.34'/> <line x1='496.7' y1='256.5' x2='524.0' y2='261.0' stroke='%230c7080' stroke-width='0.8' opacity='0.36'/> <line x1='176.7' y1='140.2' x2='203.1' y2='152.8' stroke='%230c7080' stroke-width='0.8' opacity='0.34'/> <line x1='92.7' y1='214.8' x2='107.0' y2='221.7' stroke='%230c7080' stroke-width='0.8' opacity='0.47'/> <line x1='313.6' y1='299.7' x2='325.0' y2='294.4' stroke='%230c7080' stroke-width='0.8' opacity='0.50'/> <line x1='267.1' y1='259.5' x2='272.1' y2='245.3' stroke='%230c7080' stroke-width='0.8' opacity='0.49'/> <line x1='460.9' y1='776.2' x2='474.1' y2='756.4' stroke='%230c7080' stroke-width='0.8' opacity='0.40'/> <line x1='285.0' y1='167.5' x2='277.3' y2='140.2' stroke='%230c7080' stroke-width='0.8' opacity='0.36'/> <line x1='432.7' y1='303.4' x2='455.9' y2='296.4' stroke='%230c7080' stroke-width='0.8' opacity='0.40'/> <line x1='576.9' y1='430.5' x2='569.7' y2='449.2' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='564.9' y1='592.2' x2='576.2' y2='618.3' stroke='%230c7080' stroke-width='0.8' opacity='0.34'/> <line x1='490.7' y1='390.3' x2='457.0' y2='382.4' stroke='%230c7080' stroke-width='0.8' opacity='0.29'/> <line x1='198.8' y1='219.9' x2='179.8' y2='226.5' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='523.6' y1='286.0' x2='525.3' y2='263.1' stroke='%230c7080' stroke-width='0.8' opacity='0.40'/> <line x1='542.1' y1='143.5' x2='527.5' y2='174.8' stroke='%230c7080' stroke-width='0.8' opacity='0.29'/> <line x1='416.3' y1='409.4' x2='409.5' y2='414.6' stroke='%230c7080' stroke-width='0.8' opacity='0.54'/> <line x1='345.0' y1='266.9' x2='359.8' y2='273.6' stroke='%230c7080' stroke-width='0.8' opacity='0.47'/> <line x1='331.9' y1='452.1' x2='328.6' y2='455.4' stroke='%230c7080' stroke-width='0.8' opacity='0.55'/> <line x1='391.8' y1='661.7' x2='418.5' y2='670.7' stroke='%230c7080' stroke-width='0.8' opacity='0.36'/> <line x1='372.4' y1='271.1' x2='370.4' y2='251.0' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='430.4' y1='653.3' x2='425.8' y2='665.0' stroke='%230c7080' stroke-width='0.8' opacity='0.50'/> <line x1='437.6' y1='116.4' x2='414.6' y2='135.3' stroke='%230c7080' stroke-width='0.8' opacity='0.34'/> <line x1='508.1' y1='680.6' x2='508.7' y2='670.5' stroke='%230c7080' stroke-width='0.8' opacity='0.54'/> <line x1='603.5' y1='324.7' x2='624.2' y2='356.6' stroke='%230c7080' stroke-width='0.8' opacity='0.25'/> <line x1='89.3' y1='369.3' x2='63.5' y2='336.1' stroke='%230c7080' stroke-width='0.8' opacity='0.22'/> <line x1='67.2' y1='316.1' x2='63.5' y2='336.1' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='279.4' y1='76.4' x2='247.0' y2='56.1' stroke='%230c7080' stroke-width='0.8' opacity='0.25'/> <line x1='169.3' y1='65.8' x2='167.3' y2='81.4' stroke='%230c7080' stroke-width='0.8' opacity='0.47'/> <line x1='205.7' y1='220.6' x2='227.8' y2='233.1' stroke='%230c7080' stroke-width='0.8' opacity='0.38'/> <line x1='457.0' y1='382.4' x2='439.4' y2='374.6' stroke='%230c7080' stroke-width='0.8' opacity='0.45'/> <line x1='107.0' y1='221.7' x2='139.4' y2='210.0' stroke='%230c7080' stroke-width='0.8' opacity='0.29'/> <line x1='348.4' y1='343.9' x2='342.3' y2='319.5' stroke='%230c7080' stroke-width='0.8' opacity='0.38'/> <line x1='398.2' y1='797.9' x2='405.2' y2='812.4' stroke='%230c7080' stroke-width='0.8' opacity='0.47'/> <line x1='284.4' y1='313.1' x2='286.5' y2='330.5' stroke='%230c7080' stroke-width='0.8' opacity='0.45'/> <line x1='391.8' y1='661.7' x2='388.6' y2='634.2' stroke='%230c7080' stroke-width='0.8' opacity='0.36'/> <line x1='509.3' y1='658.5' x2='522.8' y2='649.4' stroke='%230c7080' stroke-width='0.8' opacity='0.47'/> <line x1='607.2' y1='552.5' x2='608.2' y2='570.8' stroke='%230c7080' stroke-width='0.8' opacity='0.45'/> <line x1='392.3' y1='374.7' x2='361.0' y2='360.7' stroke='%230c7080' stroke-width='0.8' opacity='0.29'/> <line x1='460.9' y1='776.2' x2='444.2' y2='790.5' stroke='%230c7080' stroke-width='0.8' opacity='0.41'/> <line x1='367.6' y1='386.9' x2='378.0' y2='401.2' stroke='%230c7080' stroke-width='0.8' opacity='0.45'/> <line x1='491.3' y1='265.2' x2='467.5' y2='278.8' stroke='%230c7080' stroke-width='0.8' opacity='0.36'/> <line x1='609.4' y1='505.6' x2='628.8' y2='512.7' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='107.0' y1='221.7' x2='95.4' y2='246.4' stroke='%230c7080' stroke-width='0.8' opacity='0.36'/> <line x1='428.4' y1='836.6' x2='415.4' y2='843.6' stroke='%230c7080' stroke-width='0.8' opacity='0.49'/> <line x1='138.7' y1='313.1' x2='147.9' y2='309.1' stroke='%230c7080' stroke-width='0.8' opacity='0.54'/> <line x1='468.7' y1='819.0' x2='492.0' y2='838.1' stroke='%230c7080' stroke-width='0.8' opacity='0.34'/> <line x1='306.8' y1='403.6' x2='294.9' y2='413.1' stroke='%230c7080' stroke-width='0.8' opacity='0.49'/> <line x1='441.0' y1='601.4' x2='468.4' y2='593.7' stroke='%230c7080' stroke-width='0.8' opacity='0.34'/> <line x1='418.8' y1='456.0' x2='407.7' y2='465.4' stroke='%230c7080' stroke-width='0.8' opacity='0.49'/> <line x1='507.9' y1='486.9' x2='530.8' y2='491.1' stroke='%230c7080' stroke-width='0.8' opacity='0.40'/> <line x1='270.9' y1='287.4' x2='269.6' y2='286.2' stroke='%230c7080' stroke-width='0.8' opacity='0.55'/> <line x1='440.2' y1='629.1' x2='420.8' y2='636.8' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='174.9' y1='408.1' x2='176.7' y2='407.9' stroke='%230c7080' stroke-width='0.8' opacity='0.55'/> <line x1='633.8' y1='292.2' x2='654.3' y2='303.2' stroke='%230c7080' stroke-width='0.8' opacity='0.40'/> <line x1='430.4' y1='653.3' x2='462.7' y2='656.8' stroke='%230c7080' stroke-width='0.8' opacity='0.31'/> <line x1='596.5' y1='445.2' x2='611.5' y2='457.2' stroke='%230c7080' stroke-width='0.8' opacity='0.45'/> <line x1='654.3' y1='303.2' x2='664.5' y2='325.2' stroke='%230c7080' stroke-width='0.8' opacity='0.40'/> <line x1='511.9' y1='364.4' x2='500.0' y2='387.9' stroke='%230c7080' stroke-width='0.8' opacity='0.38'/> <line x1='495.7' y1='314.9' x2='472.3' y2='328.3' stroke='%230c7080' stroke-width='0.8' opacity='0.36'/> <line x1='528.0' y1='631.2' x2='514.3' y2='630.9' stroke='%230c7080' stroke-width='0.8' opacity='0.50'/> <line x1='614.6' y1='624.7' x2='634.5' y2='634.7' stroke='%230c7080' stroke-width='0.8' opacity='0.41'/> <line x1='564.6' y1='297.2' x2='558.2' y2='286.3' stroke='%230c7080' stroke-width='0.8' opacity='0.50'/> <line x1='51.1' y1='297.3' x2='63.4' y2='275.2' stroke='%230c7080' stroke-width='0.8' opacity='0.38'/> <line x1='444.9' y1='833.6' x2='461.4' y2='845.9' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='590.4' y1='537.2' x2='577.0' y2='514.2' stroke='%230c7080' stroke-width='0.8' opacity='0.36'/> <line x1='648.8' y1='302.1' x2='654.3' y2='303.2' stroke='%230c7080' stroke-width='0.8' opacity='0.55'/> <line x1='141.8' y1='326.9' x2='149.7' y2='310.5' stroke='%230c7080' stroke-width='0.8' opacity='0.45'/> <line x1='529.9' y1='137.4' x2='552.9' y2='117.4' stroke='%230c7080' stroke-width='0.8' opacity='0.32'/> <line x1='478.5' y1='165.3' x2='475.9' y2='121.3' stroke='%230c7080' stroke-width='0.8' opacity='0.20'/> <line x1='63.4' y1='275.2' x2='63.4' y2='253.1' stroke='%230c7080' stroke-width='0.8' opacity='0.41'/> <line x1='306.8' y1='403.6' x2='284.0' y2='411.9' stroke='%230c7080' stroke-width='0.8' opacity='0.40'/> <line x1='162.4' y1='104.8' x2='167.3' y2='81.4' stroke='%230c7080' stroke-width='0.8' opacity='0.40'/> <line x1='263.5' y1='410.6' x2='259.0' y2='407.8' stroke='%230c7080' stroke-width='0.8' opacity='0.55'/> <line x1='157.6' y1='351.2' x2='129.6' y2='341.8' stroke='%230c7080' stroke-width='0.8' opacity='0.34'/> <line x1='506.6' y1='539.5' x2='498.4' y2='549.1' stroke='%230c7080' stroke-width='0.8' opacity='0.50'/> <line x1='448.4' y1='536.2' x2='437.2' y2='541.8' stroke='%230c7080' stroke-width='0.8' opacity='0.50'/> <line x1='537.2' y1='569.6' x2='561.1' y2='578.4' stroke='%230c7080' stroke-width='0.8' opacity='0.38'/> <line x1='533.5' y1='471.6' x2='530.8' y2='491.1' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='220.5' y1='183.1' x2='214.2' y2='157.7' stroke='%230c7080' stroke-width='0.8' opacity='0.38'/> <line x1='583.2' y1='663.1' x2='581.7' y2='703.2' stroke='%230c7080' stroke-width='0.8' opacity='0.23'/> <line x1='422.2' y1='789.1' x2='427.8' y2='805.1' stroke='%230c7080' stroke-width='0.8' opacity='0.47'/> <line x1='413.9' y1='696.9' x2='431.4' y2='688.4' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='331.9' y1='452.1' x2='325.1' y2='461.9' stroke='%230c7080' stroke-width='0.8' opacity='0.50'/> <line x1='589.4' y1='263.7' x2='572.6' y2='299.7' stroke='%230c7080' stroke-width='0.8' opacity='0.23'/> <line x1='367.5' y1='297.9' x2='359.8' y2='273.6' stroke='%230c7080' stroke-width='0.8' opacity='0.38'/> <line x1='508.8' y1='668.9' x2='521.1' y2='666.8' stroke='%230c7080' stroke-width='0.8' opacity='0.50'/> <line x1='433.2' y1='534.7' x2='446.4' y2='560.9' stroke='%230c7080' stroke-width='0.8' opacity='0.34'/> <line x1='256.8' y1='79.2' x2='213.4' y2='76.0' stroke='%230c7080' stroke-width='0.8' opacity='0.20'/> <line x1='405.6' y1='712.9' x2='426.4' y2='734.7' stroke='%230c7080' stroke-width='0.8' opacity='0.34'/> <line x1='511.4' y1='421.3' x2='505.1' y2='387.2' stroke='%230c7080' stroke-width='0.8' opacity='0.29'/> <line x1='500.0' y1='387.9' x2='505.1' y2='387.2' stroke='%230c7080' stroke-width='0.8' opacity='0.55'/> <line x1='437.6' y1='116.4' x2='430.6' y2='109.9' stroke='%230c7080' stroke-width='0.8' opacity='0.54'/> <line x1='444.2' y1='790.5' x2='430.4' y2='770.9' stroke='%230c7080' stroke-width='0.8' opacity='0.40'/> <line x1='557.9' y1='453.9' x2='556.0' y2='457.3' stroke='%230c7080' stroke-width='0.8' opacity='0.55'/> <line x1='346.1' y1='486.5' x2='379.0' y2='480.8' stroke='%230c7080' stroke-width='0.8' opacity='0.31'/> <line x1='563.7' y1='711.5' x2='588.9' y2='723.5' stroke='%230c7080' stroke-width='0.8' opacity='0.36'/> <line x1='358.3' y1='264.0' x2='349.5' y2='272.3' stroke='%230c7080' stroke-width='0.8' opacity='0.50'/> <line x1='542.1' y1='143.5' x2='529.9' y2='137.4' stroke='%230c7080' stroke-width='0.8' opacity='0.50'/> <line x1='189.6' y1='213.0' x2='214.9' y2='206.7' stroke='%230c7080' stroke-width='0.8' opacity='0.38'/> <line x1='381.8' y1='252.5' x2='370.4' y2='251.0' stroke='%230c7080' stroke-width='0.8' opacity='0.52'/> <line x1='329.9' y1='318.2' x2='325.0' y2='294.4' stroke='%230c7080' stroke-width='0.8' opacity='0.40'/> <line x1='401.9' y1='178.3' x2='377.0' y2='198.1' stroke='%230c7080' stroke-width='0.8' opacity='0.32'/> <line x1='556.7' y1='206.9' x2='561.7' y2='196.2' stroke='%230c7080' stroke-width='0.8' opacity='0.52'/> <line x1='580.7' y1='671.4' x2='563.8' y2='666.4' stroke='%230c7080' stroke-width='0.8' opacity='0.45'/> <line x1='257.6' y1='374.8' x2='273.6' y2='355.9' stroke='%230c7080' stroke-width='0.8' opacity='0.38'/> <line x1='343.8' y1='268.4' x2='329.7' y2='282.4' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='453.4' y1='701.9' x2='433.1' y2='707.1' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='355.4' y1='612.6' x2='364.0' y2='597.7' stroke='%230c7080' stroke-width='0.8' opacity='0.47'/> <line x1='328.7' y1='88.1' x2='312.9' y2='63.5' stroke='%230c7080' stroke-width='0.8' opacity='0.34'/> <line x1='192.4' y1='308.0' x2='211.3' y2='305.5' stroke='%230c7080' stroke-width='0.8' opacity='0.45'/> <line x1='453.2' y1='474.2' x2='466.4' y2='487.4' stroke='%230c7080' stroke-width='0.8' opacity='0.45'/> <line x1='428.4' y1='836.6' x2='443.1' y2='825.9' stroke='%230c7080' stroke-width='0.8' opacity='0.45'/> <line x1='141.8' y1='326.9' x2='129.6' y2='341.8' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='467.5' y1='278.8' x2='455.9' y2='296.4' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='361.7' y1='617.1' x2='349.4' y2='606.1' stroke='%230c7080' stroke-width='0.8' opacity='0.47'/> <line x1='331.0' y1='462.0' x2='331.9' y2='452.1' stroke='%230c7080' stroke-width='0.8' opacity='0.54'/> <line x1='511.4' y1='166.6' x2='527.5' y2='174.8' stroke='%230c7080' stroke-width='0.8' opacity='0.45'/> <line x1='424.6' y1='264.9' x2='445.2' y2='289.1' stroke='%230c7080' stroke-width='0.8' opacity='0.32'/> <line x1='92.7' y1='214.8' x2='71.5' y2='203.6' stroke='%230c7080' stroke-width='0.8' opacity='0.40'/> <line x1='433.1' y1='707.1' x2='413.9' y2='696.9' stroke='%230c7080' stroke-width='0.8' opacity='0.41'/> <line x1='508.1' y1='680.6' x2='508.0' y2='688.9' stroke='%230c7080' stroke-width='0.8' opacity='0.54'/> <line x1='559.0' y1='216.3' x2='547.4' y2='208.7' stroke='%230c7080' stroke-width='0.8' opacity='0.49'/> <line x1='523.6' y1='286.0' x2='518.3' y2='310.8' stroke='%230c7080' stroke-width='0.8' opacity='0.38'/> <line x1='524.0' y1='261.0' x2='528.4' y2='273.0' stroke='%230c7080' stroke-width='0.8' opacity='0.50'/> <line x1='418.8' y1='456.0' x2='410.6' y2='449.0' stroke='%230c7080' stroke-width='0.8' opacity='0.52'/> <line x1='97.0' y1='249.9' x2='95.4' y2='246.4' stroke='%230c7080' stroke-width='0.8' opacity='0.55'/> <line x1='524.4' y1='224.2' x2='547.4' y2='208.7' stroke='%230c7080' stroke-width='0.8' opacity='0.36'/> <line x1='393.4' y1='690.2' x2='413.9' y2='696.9' stroke='%230c7080' stroke-width='0.8' opacity='0.41'/> <line x1='591.4' y1='467.5' x2='589.4' y2='448.6' stroke='%230c7080' stroke-width='0.8' opacity='0.45'/> <line x1='127.1' y1='224.3' x2='139.4' y2='210.0' stroke='%230c7080' stroke-width='0.8' opacity='0.45'/> <line x1='290.5' y1='313.3' x2='277.3' y2='314.5' stroke='%230c7080' stroke-width='0.8' opacity='0.50'/> <line x1='262.7' y1='374.9' x2='273.6' y2='355.9' stroke='%230c7080' stroke-width='0.8' opacity='0.41'/> <line x1='639.1' y1='448.7' x2='633.8' y2='435.1' stroke='%230c7080' stroke-width='0.8' opacity='0.49'/> <line x1='478.4' y1='236.2' x2='496.0' y2='238.5' stroke='%230c7080' stroke-width='0.8' opacity='0.45'/> <line x1='403.3' y1='181.5' x2='377.0' y2='198.1' stroke='%230c7080' stroke-width='0.8' opacity='0.32'/> <line x1='441.0' y1='601.4' x2='470.5' y2='591.5' stroke='%230c7080' stroke-width='0.8' opacity='0.32'/> <line x1='251.2' y1='347.4' x2='268.3' y2='326.0' stroke='%230c7080' stroke-width='0.8' opacity='0.36'/> <line x1='561.7' y1='196.2' x2='547.4' y2='208.7' stroke='%230c7080' stroke-width='0.8' opacity='0.45'/> <line x1='194.3' y1='148.5' x2='199.3' y2='159.7' stroke='%230c7080' stroke-width='0.8' opacity='0.50'/> <line x1='291.7' y1='61.9' x2='314.4' y2='52.9' stroke='%230c7080' stroke-width='0.8' opacity='0.40'/> <line x1='367.5' y1='297.9' x2='367.8' y2='303.9' stroke='%230c7080' stroke-width='0.8' opacity='0.55'/> <line x1='328.6' y1='156.3' x2='339.8' y2='162.4' stroke='%230c7080' stroke-width='0.8' opacity='0.50'/> <line x1='273.6' y1='355.9' x2='250.1' y2='358.0' stroke='%230c7080' stroke-width='0.8' opacity='0.40'/> <line x1='600.2' y1='460.9' x2='589.4' y2='448.6' stroke='%230c7080' stroke-width='0.8' opacity='0.47'/> <line x1='309.9' y1='63.1' x2='330.7' y2='54.1' stroke='%230c7080' stroke-width='0.8' opacity='0.41'/> <line x1='382.2' y1='490.8' x2='404.0' y2='509.6' stroke='%230c7080' stroke-width='0.8' opacity='0.34'/> <line x1='589.0' y1='482.3' x2='573.7' y2='492.4' stroke='%230c7080' stroke-width='0.8' opacity='0.45'/> <line x1='349.5' y1='515.6' x2='357.4' y2='515.3' stroke='%230c7080' stroke-width='0.8' opacity='0.55'/> <line x1='410.6' y1='449.0' x2='409.2' y2='447.8' stroke='%230c7080' stroke-width='0.8' opacity='0.55'/> <line x1='136.2' y1='165.6' x2='109.3' y2='162.1' stroke='%230c7080' stroke-width='0.8' opacity='0.36'/> <line x1='251.2' y1='347.4' x2='214.5' y2='348.4' stroke='%230c7080' stroke-width='0.8' opacity='0.27'/> <line x1='97.7' y1='192.4' x2='93.9' y2='181.1' stroke='%230c7080' stroke-width='0.8' opacity='0.52'/> <line x1='414.6' y1='135.3' x2='441.2' y2='150.0' stroke='%230c7080' stroke-width='0.8' opacity='0.32'/> <line x1='596.1' y1='522.6' x2='628.9' y2='534.8' stroke='%230c7080' stroke-width='0.8' opacity='0.29'/> <line x1='446.4' y1='560.9' x2='437.2' y2='541.8' stroke='%230c7080' stroke-width='0.8' opacity='0.41'/> <line x1='679.9' y1='336.2' x2='705.6' y2='336.2' stroke='%230c7080' stroke-width='0.8' opacity='0.38'/> <line x1='243.6' y1='284.8' x2='254.3' y2='277.0' stroke='%230c7080' stroke-width='0.8' opacity='0.50'/> <line x1='624.2' y1='356.6' x2='641.3' y2='341.6' stroke='%230c7080' stroke-width='0.8' opacity='0.41'/> <line x1='384.9' y1='369.3' x2='361.0' y2='360.7' stroke='%230c7080' stroke-width='0.8' opacity='0.38'/> <line x1='416.3' y1='409.4' x2='422.0' y2='412.0' stroke='%230c7080' stroke-width='0.8' opacity='0.55'/> <line x1='474.1' y1='756.4' x2='447.4' y2='743.5' stroke='%230c7080' stroke-width='0.8' opacity='0.34'/> <line x1='716.0' y1='659.1' x2='731.3' y2='659.7' stroke='%230c7080' stroke-width='0.8' opacity='0.49'/> <line x1='640.3' y1='616.9' x2='621.0' y2='633.1' stroke='%230c7080' stroke-width='0.8' opacity='0.38'/> <line x1='444.2' y1='790.5' x2='427.8' y2='805.1' stroke='%230c7080' stroke-width='0.8' opacity='0.41'/> <line x1='524.1' y1='519.3' x2='520.1' y2='545.5' stroke='%230c7080' stroke-width='0.8' opacity='0.38'/> <line x1='489.7' y1='748.7' x2='474.1' y2='756.4' stroke='%230c7080' stroke-width='0.8' opacity='0.47'/> <line x1='599.3' y1='505.4' x2='609.4' y2='505.6' stroke='%230c7080' stroke-width='0.8' opacity='0.54'/> <line x1='512.0' y1='185.3' x2='518.1' y2='219.1' stroke='%230c7080' stroke-width='0.8' opacity='0.29'/> <line x1='641.2' y1='490.0' x2='628.8' y2='512.7' stroke='%230c7080' stroke-width='0.8' opacity='0.38'/> <line x1='343.8' y1='268.4' x2='358.3' y2='264.0' stroke='%230c7080' stroke-width='0.8' opacity='0.49'/> <line x1='279.4' y1='76.4' x2='262.1' y2='59.0' stroke='%230c7080' stroke-width='0.8' opacity='0.40'/> <line x1='742.1' y1='363.0' x2='746.7' y2='358.2' stroke='%230c7080' stroke-width='0.8' opacity='0.55'/> <line x1='517.6' y1='809.9' x2='534.9' y2='797.6' stroke='%230c7080' stroke-width='0.8' opacity='0.41'/> <line x1='285.0' y1='167.5' x2='311.2' y2='173.0' stroke='%230c7080' stroke-width='0.8' opacity='0.36'/> <line x1='444.2' y1='255.4' x2='451.7' y2='231.5' stroke='%230c7080' stroke-width='0.8' opacity='0.38'/> <line x1='721.1' y1='383.7' x2='717.6' y2='394.1' stroke='%230c7080' stroke-width='0.8' opacity='0.52'/> <line x1='290.5' y1='313.3' x2='268.3' y2='326.0' stroke='%230c7080' stroke-width='0.8' opacity='0.38'/> <line x1='685.0' y1='408.8' x2='687.0' y2='405.0' stroke='%230c7080' stroke-width='0.8' opacity='0.55'/> <line x1='67.2' y1='316.1' x2='53.6' y2='297.2' stroke='%230c7080' stroke-width='0.8' opacity='0.40'/> <line x1='684.1' y1='357.0' x2='705.6' y2='336.2' stroke='%230c7080' stroke-width='0.8' opacity='0.34'/> <line x1='507.9' y1='486.9' x2='524.9' y2='486.4' stroke='%230c7080' stroke-width='0.8' opacity='0.47'/> <line x1='416.4' y1='806.5' x2='405.2' y2='812.4' stroke='%230c7080' stroke-width='0.8' opacity='0.50'/> <line x1='607.2' y1='552.5' x2='629.0' y2='557.0' stroke='%230c7080' stroke-width='0.8' opacity='0.41'/> <line x1='436.3' y1='801.9' x2='443.1' y2='825.9' stroke='%230c7080' stroke-width='0.8' opacity='0.38'/> <line x1='109.3' y1='162.1' x2='95.4' y2='173.2' stroke='%230c7080' stroke-width='0.8' opacity='0.45'/> <line x1='211.9' y1='364.5' x2='243.7' y2='375.2' stroke='%230c7080' stroke-width='0.8' opacity='0.31'/> <line x1='267.1' y1='259.5' x2='273.0' y2='243.4' stroke='%230c7080' stroke-width='0.8' opacity='0.47'/> <line x1='600.6' y1='474.9' x2='600.2' y2='460.9' stroke='%230c7080' stroke-width='0.8' opacity='0.49'/> <line x1='507.9' y1='738.4' x2='514.6' y2='727.4' stroke='%230c7080' stroke-width='0.8' opacity='0.50'/> <line x1='221.0' y1='138.9' x2='214.2' y2='157.7' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='485.1' y1='722.3' x2='489.7' y2='748.7' stroke='%230c7080' stroke-width='0.8' opacity='0.36'/> <line x1='685.0' y1='408.8' x2='695.3' y2='435.6' stroke='%230c7080' stroke-width='0.8' opacity='0.34'/> <line x1='136.7' y1='134.7' x2='144.2' y2='146.6' stroke='%230c7080' stroke-width='0.8' opacity='0.49'/> <line x1='211.3' y1='305.5' x2='218.2' y2='323.9' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='58.9' y1='330.2' x2='73.8' y2='347.2' stroke='%230c7080' stroke-width='0.8' opacity='0.41'/> <line x1='89.3' y1='369.3' x2='73.8' y2='347.2' stroke='%230c7080' stroke-width='0.8' opacity='0.36'/> <line x1='437.4' y1='485.6' x2='404.0' y2='509.6' stroke='%230c7080' stroke-width='0.8' opacity='0.23'/> <line x1='509.3' y1='658.5' x2='521.1' y2='666.8' stroke='%230c7080' stroke-width='0.8' opacity='0.49'/> <line x1='72.6' y1='322.5' x2='58.9' y2='330.2' stroke='%230c7080' stroke-width='0.8' opacity='0.47'/> <line x1='378.0' y1='401.2' x2='384.9' y2='369.3' stroke='%230c7080' stroke-width='0.8' opacity='0.31'/> <line x1='154.3' y1='345.7' x2='129.6' y2='341.8' stroke='%230c7080' stroke-width='0.8' opacity='0.38'/> <line x1='329.7' y1='282.4' x2='313.6' y2='299.7' stroke='%230c7080' stroke-width='0.8' opacity='0.40'/> <line x1='175.1' y1='336.7' x2='166.5' y2='351.8' stroke='%230c7080' stroke-width='0.8' opacity='0.47'/> <line x1='139.1' y1='275.2' x2='125.1' y2='291.6' stroke='%230c7080' stroke-width='0.8' opacity='0.41'/> <line x1='218.4' y1='399.0' x2='197.3' y2='407.9' stroke='%230c7080' stroke-width='0.8' opacity='0.41'/> <line x1='464.0' y1='469.6' x2='476.5' y2='462.7' stroke='%230c7080' stroke-width='0.8' opacity='0.49'/> <line x1='737.9' y1='611.5' x2='728.1' y2='606.2' stroke='%230c7080' stroke-width='0.8' opacity='0.52'/> <line x1='371.4' y1='290.3' x2='372.4' y2='271.1' stroke='%230c7080' stroke-width='0.8' opacity='0.45'/> <line x1='243.8' y1='122.4' x2='236.9' y2='139.9' stroke='%230c7080' stroke-width='0.8' opacity='0.45'/> <line x1='517.6' y1='809.9' x2='512.5' y2='829.2' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='136.7' y1='134.7' x2='166.5' y2='148.4' stroke='%230c7080' stroke-width='0.8' opacity='0.31'/> <line x1='549.3' y1='397.1' x2='577.7' y2='395.9' stroke='%230c7080' stroke-width='0.8' opacity='0.34'/> <line x1='410.6' y1='449.0' x2='431.2' y2='445.0' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='127.1' y1='224.3' x2='107.0' y2='221.7' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='558.2' y1='286.3' x2='545.9' y2='293.4' stroke='%230c7080' stroke-width='0.8' opacity='0.49'/> <line x1='262.7' y1='374.9' x2='298.2' y2='366.5' stroke='%230c7080' stroke-width='0.8' opacity='0.27'/> <line x1='498.7' y1='254.8' x2='496.0' y2='238.5' stroke='%230c7080' stroke-width='0.8' opacity='0.47'/> <line x1='497.7' y1='339.2' x2='477.1' y2='328.9' stroke='%230c7080' stroke-width='0.8' opacity='0.40'/> <line x1='542.1' y1='143.5' x2='556.5' y2='122.4' stroke='%230c7080' stroke-width='0.8' opacity='0.38'/> <line x1='437.6' y1='116.4' x2='475.9' y2='121.3' stroke='%230c7080' stroke-width='0.8' opacity='0.25'/> <line x1='428.4' y1='836.6' x2='430.7' y2='845.8' stroke='%230c7080' stroke-width='0.8' opacity='0.54'/> <line x1='155.0' y1='308.5' x2='138.7' y2='313.1' stroke='%230c7080' stroke-width='0.8' opacity='0.47'/> <line x1='721.1' y1='383.7' x2='742.1' y2='363.0' stroke='%230c7080' stroke-width='0.8' opacity='0.34'/> <line x1='427.7' y1='629.9' x2='423.3' y2='621.2' stroke='%230c7080' stroke-width='0.8' opacity='0.54'/> <line x1='512.9' y1='223.9' x2='496.0' y2='238.5' stroke='%230c7080' stroke-width='0.8' opacity='0.41'/> <line x1='669.4' y1='401.1' x2='668.3' y2='403.8' stroke='%230c7080' stroke-width='0.8' opacity='0.55'/> <line x1='573.7' y1='492.4' x2='579.2' y2='506.7' stroke='%230c7080' stroke-width='0.8' opacity='0.49'/> <line x1='172.7' y1='82.1' x2='199.4' y2='91.8' stroke='%230c7080' stroke-width='0.8' opacity='0.36'/> <line x1='121.1' y1='173.2' x2='136.2' y2='165.6' stroke='%230c7080' stroke-width='0.8' opacity='0.47'/> <line x1='146.6' y1='144.5' x2='136.2' y2='165.6' stroke='%230c7080' stroke-width='0.8' opacity='0.40'/> <line x1='510.5' y1='325.2' x2='513.5' y2='331.1' stroke='%230c7080' stroke-width='0.8' opacity='0.55'/> <line x1='497.6' y1='719.5' x2='475.7' y2='730.9' stroke='%230c7080' stroke-width='0.8' opacity='0.40'/> <line x1='446.4' y1='560.9' x2='422.3' y2='563.1' stroke='%230c7080' stroke-width='0.8' opacity='0.40'/> <line x1='635.4' y1='462.5' x2='644.1' y2='485.1' stroke='%230c7080' stroke-width='0.8' opacity='0.40'/> <line x1='374.5' y1='610.2' x2='349.4' y2='606.1' stroke='%230c7080' stroke-width='0.8' opacity='0.38'/> <line x1='428.3' y1='638.5' x2='425.8' y2='665.0' stroke='%230c7080' stroke-width='0.8' opacity='0.38'/> <line x1='461.4' y1='560.5' x2='446.4' y2='560.9' stroke='%230c7080' stroke-width='0.8' opacity='0.49'/> <line x1='462.3' y1='500.5' x2='458.0' y2='511.7' stroke='%230c7080' stroke-width='0.8' opacity='0.50'/> <line x1='333.5' y1='484.9' x2='356.4' y2='468.7' stroke='%230c7080' stroke-width='0.8' opacity='0.36'/> <line x1='396.0' y1='240.1' x2='370.4' y2='251.0' stroke='%230c7080' stroke-width='0.8' opacity='0.36'/> <line x1='261.4' y1='87.5' x2='247.0' y2='56.1' stroke='%230c7080' stroke-width='0.8' opacity='0.29'/> <line x1='726.2' y1='341.7' x2='746.7' y2='358.2' stroke='%230c7080' stroke-width='0.8' opacity='0.38'/> <line x1='422.3' y1='563.1' x2='420.0' y2='564.1' stroke='%230c7080' stroke-width='0.8' opacity='0.55'/> <line x1='199.4' y1='91.8' x2='213.4' y2='76.0' stroke='%230c7080' stroke-width='0.8' opacity='0.41'/> <line x1='378.0' y1='728.6' x2='369.5' y2='712.0' stroke='%230c7080' stroke-width='0.8' opacity='0.45'/> <line x1='378.8' y1='574.2' x2='367.4' y2='591.7' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='272.1' y1='245.3' x2='258.0' y2='265.2' stroke='%230c7080' stroke-width='0.8' opacity='0.40'/> <line x1='162.4' y1='104.8' x2='155.2' y2='114.7' stroke='%230c7080' stroke-width='0.8' opacity='0.50'/> <line x1='199.2' y1='286.4' x2='184.6' y2='297.6' stroke='%230c7080' stroke-width='0.8' opacity='0.45'/> <line x1='364.0' y1='597.7' x2='359.6' y2='578.2' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='391.8' y1='661.7' x2='393.4' y2='690.2' stroke='%230c7080' stroke-width='0.8' opacity='0.34'/> <line x1='537.2' y1='554.3' x2='520.1' y2='545.5' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='506.6' y1='539.5' x2='501.8' y2='513.0' stroke='%230c7080' stroke-width='0.8' opacity='0.36'/> <line x1='355.4' y1='464.4' x2='346.1' y2='486.5' stroke='%230c7080' stroke-width='0.8' opacity='0.40'/> <line x1='334.6' y1='449.4' x2='325.4' y2='440.0' stroke='%230c7080' stroke-width='0.8' opacity='0.50'/> <line x1='400.4' y1='186.5' x2='392.5' y2='161.8' stroke='%230c7080' stroke-width='0.8' opacity='0.38'/> <line x1='402.1' y1='739.2' x2='385.2' y2='753.0' stroke='%230c7080' stroke-width='0.8' opacity='0.41'/> <line x1='516.1' y1='805.6' x2='506.3' y2='784.9' stroke='%230c7080' stroke-width='0.8' opacity='0.41'/> <line x1='286.5' y1='330.5' x2='268.3' y2='326.0' stroke='%230c7080' stroke-width='0.8' opacity='0.45'/> <line x1='518.3' y1='310.8' x2='513.5' y2='331.1' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='424.6' y1='264.9' x2='424.5' y2='293.8' stroke='%230c7080' stroke-width='0.8' opacity='0.34'/> <line x1='192.4' y1='308.0' x2='184.6' y2='297.6' stroke='%230c7080' stroke-width='0.8' opacity='0.50'/> <line x1='545.3' y1='739.3' x2='568.6' y2='745.8' stroke='%230c7080' stroke-width='0.8' opacity='0.40'/> <line x1='422.0' y1='412.0' x2='409.5' y2='414.6' stroke='%230c7080' stroke-width='0.8' opacity='0.50'/> <line x1='95.8' y1='274.3' x2='87.3' y2='265.5' stroke='%230c7080' stroke-width='0.8' opacity='0.50'/> <line x1='437.4' y1='485.6' x2='466.4' y2='487.4' stroke='%230c7080' stroke-width='0.8' opacity='0.34'/> <line x1='501.8' y1='513.0' x2='483.3' y2='521.2' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='613.7' y1='634.8' x2='595.8' y2='631.2' stroke='%230c7080' stroke-width='0.8' opacity='0.45'/> <line x1='95.4' y1='173.2' x2='93.9' y2='181.1' stroke='%230c7080' stroke-width='0.8' opacity='0.55'/> <line x1='136.7' y1='134.7' x2='155.2' y2='114.7' stroke='%230c7080' stroke-width='0.8' opacity='0.36'/> <line x1='87.3' y1='265.5' x2='95.4' y2='246.4' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='355.5' y1='611.3' x2='349.4' y2='606.1' stroke='%230c7080' stroke-width='0.8' opacity='0.55'/> <line x1='600.6' y1='474.9' x2='591.4' y2='467.5' stroke='%230c7080' stroke-width='0.8' opacity='0.52'/> <line x1='506.6' y1='539.5' x2='524.1' y2='519.3' stroke='%230c7080' stroke-width='0.8' opacity='0.36'/> <line x1='588.1' y1='350.9' x2='607.7' y2='322.7' stroke='%230c7080' stroke-width='0.8' opacity='0.29'/> <line x1='359.8' y1='273.6' x2='369.5' y2='280.6' stroke='%230c7080' stroke-width='0.8' opacity='0.50'/> <line x1='514.6' y1='727.4' x2='532.5' y2='735.3' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='596.5' y1='445.2' x2='589.4' y2='448.6' stroke='%230c7080' stroke-width='0.8' opacity='0.55'/> <line x1='284.4' y1='313.1' x2='277.3' y2='314.5' stroke='%230c7080' stroke-width='0.8' opacity='0.55'/> <line x1='431.2' y1='445.0' x2='409.2' y2='447.8' stroke='%230c7080' stroke-width='0.8' opacity='0.41'/> <line x1='590.4' y1='537.2' x2='578.4' y2='536.7' stroke='%230c7080' stroke-width='0.8' opacity='0.50'/> <line x1='284.0' y1='411.9' x2='263.5' y2='410.6' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='684.1' y1='357.0' x2='698.3' y2='344.0' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='727.5' y1='365.3' x2='726.1' y2='391.4' stroke='%230c7080' stroke-width='0.8' opacity='0.38'/> <line x1='545.9' y1='293.4' x2='533.2' y2='283.9' stroke='%230c7080' stroke-width='0.8' opacity='0.47'/> <line x1='508.1' y1='680.6' x2='508.8' y2='668.9' stroke='%230c7080' stroke-width='0.8' opacity='0.52'/> <line x1='593.2' y1='220.5' x2='608.4' y2='248.1' stroke='%230c7080' stroke-width='0.8' opacity='0.32'/> <line x1='478.4' y1='236.2' x2='482.5' y2='219.7' stroke='%230c7080' stroke-width='0.8' opacity='0.47'/> <line x1='174.9' y1='408.1' x2='145.8' y2='407.9' stroke='%230c7080' stroke-width='0.8' opacity='0.34'/> <line x1='306.5' y1='211.8' x2='327.6' y2='219.8' stroke='%230c7080' stroke-width='0.8' opacity='0.41'/> <line x1='359.8' y1='273.6' x2='372.4' y2='271.1' stroke='%230c7080' stroke-width='0.8' opacity='0.50'/> <line x1='410.3' y1='829.1' x2='405.2' y2='812.4' stroke='%230c7080' stroke-width='0.8' opacity='0.45'/> <line x1='550.8' y1='382.5' x2='550.0' y2='399.5' stroke='%230c7080' stroke-width='0.8' opacity='0.47'/> <line x1='268.3' y1='326.0' x2='262.0' y2='335.1' stroke='%230c7080' stroke-width='0.8' opacity='0.52'/> <line x1='63.5' y1='336.1' x2='63.5' y2='319.5' stroke='%230c7080' stroke-width='0.8' opacity='0.47'/> <line x1='358.4' y1='215.2' x2='377.0' y2='198.1' stroke='%230c7080' stroke-width='0.8' opacity='0.38'/> <line x1='453.2' y1='474.2' x2='453.4' y2='478.8' stroke='%230c7080' stroke-width='0.8' opacity='0.55'/> <line x1='428.3' y1='638.5' x2='420.8' y2='636.8' stroke='%230c7080' stroke-width='0.8' opacity='0.55'/> <line x1='444.2' y1='255.4' x2='424.6' y2='264.9' stroke='%230c7080' stroke-width='0.8' opacity='0.41'/> <line x1='443.1' y1='825.9' x2='461.4' y2='845.9' stroke='%230c7080' stroke-width='0.8' opacity='0.36'/> <line x1='489.7' y1='748.7' x2='475.7' y2='730.9' stroke='%230c7080' stroke-width='0.8' opacity='0.41'/> <line x1='444.9' y1='833.6' x2='415.4' y2='843.6' stroke='%230c7080' stroke-width='0.8' opacity='0.32'/> <line x1='439.1' y1='689.3' x2='437.5' y2='675.9' stroke='%230c7080' stroke-width='0.8' opacity='0.50'/> <line x1='698.3' y1='344.0' x2='679.9' y2='336.2' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='204.1' y1='277.3' x2='211.3' y2='305.5' stroke='%230c7080' stroke-width='0.8' opacity='0.34'/> <line x1='374.6' y1='540.5' x2='378.8' y2='574.2' stroke='%230c7080' stroke-width='0.8' opacity='0.29'/> <line x1='184.8' y1='295.6' x2='159.5' y2='292.2' stroke='%230c7080' stroke-width='0.8' opacity='0.38'/> <line x1='121.1' y1='173.2' x2='95.4' y2='173.2' stroke='%230c7080' stroke-width='0.8' opacity='0.38'/> <line x1='668.3' y1='403.8' x2='685.0' y2='408.8' stroke='%230c7080' stroke-width='0.8' opacity='0.45'/> <line x1='418.5' y1='670.7' x2='437.5' y2='675.9' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='485.1' y1='722.3' x2='494.8' y2='705.4' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='349.5' y1='515.6' x2='349.8' y2='522.6' stroke='%230c7080' stroke-width='0.8' opacity='0.55'/> <line x1='247.8' y1='142.0' x2='263.9' y2='136.3' stroke='%230c7080' stroke-width='0.8' opacity='0.47'/> <line x1='564.9' y1='592.2' x2='561.1' y2='578.4' stroke='%230c7080' stroke-width='0.8' opacity='0.49'/> <line x1='579.2' y1='506.7' x2='561.5' y2='498.3' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='401.9' y1='178.3' x2='384.9' y2='205.7' stroke='%230c7080' stroke-width='0.8' opacity='0.31'/> <line x1='516.5' y1='482.2' x2='530.8' y2='491.1' stroke='%230c7080' stroke-width='0.8' opacity='0.47'/> <line x1='422.3' y1='563.1' x2='426.6' y2='563.3' stroke='%230c7080' stroke-width='0.8' opacity='0.55'/> <line x1='136.2' y1='165.6' x2='165.6' y2='171.3' stroke='%230c7080' stroke-width='0.8' opacity='0.34'/> <line x1='256.8' y1='79.2' x2='277.7' y2='56.2' stroke='%230c7080' stroke-width='0.8' opacity='0.32'/> <line x1='385.2' y1='753.0' x2='378.0' y2='728.6' stroke='%230c7080' stroke-width='0.8' opacity='0.38'/> <line x1='380.9' y1='736.5' x2='385.2' y2='753.0' stroke='%230c7080' stroke-width='0.8' opacity='0.47'/> <line x1='192.1' y1='152.5' x2='165.6' y2='171.3' stroke='%230c7080' stroke-width='0.8' opacity='0.31'/> <line x1='309.9' y1='63.1' x2='314.4' y2='52.9' stroke='%230c7080' stroke-width='0.8' opacity='0.52'/> <line x1='427.5' y1='436.5' x2='415.4' y2='415.6' stroke='%230c7080' stroke-width='0.8' opacity='0.40'/> <line x1='331.0' y1='462.0' x2='325.8' y2='446.2' stroke='%230c7080' stroke-width='0.8' opacity='0.47'/> <line x1='221.6' y1='107.2' x2='243.8' y2='122.4' stroke='%230c7080' stroke-width='0.8' opacity='0.36'/> <line x1='721.1' y1='383.7' x2='746.7' y2='358.2' stroke='%230c7080' stroke-width='0.8' opacity='0.27'/> <line x1='522.5' y1='743.3' x2='510.7' y2='743.7' stroke='%230c7080' stroke-width='0.8' opacity='0.52'/> <line x1='489.7' y1='748.7' x2='510.7' y2='743.7' stroke='%230c7080' stroke-width='0.8' opacity='0.41'/> <line x1='359.3' y1='684.1' x2='349.2' y2='656.3' stroke='%230c7080' stroke-width='0.8' opacity='0.34'/> <line x1='328.7' y1='88.1' x2='339.5' y2='118.0' stroke='%230c7080' stroke-width='0.8' opacity='0.32'/> <line x1='446.1' y1='218.7' x2='467.5' y2='200.3' stroke='%230c7080' stroke-width='0.8' opacity='0.36'/> <line x1='546.2' y1='412.3' x2='578.9' y2='408.1' stroke='%230c7080' stroke-width='0.8' opacity='0.31'/> <line x1='157.6' y1='351.2' x2='141.8' y2='326.9' stroke='%230c7080' stroke-width='0.8' opacity='0.34'/> <line x1='368.7' y1='697.2' x2='369.5' y2='712.0' stroke='%230c7080' stroke-width='0.8' opacity='0.49'/> <line x1='333.5' y1='484.9' x2='324.8' y2='484.0' stroke='%230c7080' stroke-width='0.8' opacity='0.54'/> <line x1='293.1' y1='74.7' x2='277.7' y2='56.2' stroke='%230c7080' stroke-width='0.8' opacity='0.40'/> <line x1='380.3' y1='683.4' x2='368.7' y2='697.2' stroke='%230c7080' stroke-width='0.8' opacity='0.45'/> <line x1='303.5' y1='368.5' x2='325.8' y2='345.9' stroke='%230c7080' stroke-width='0.8' opacity='0.32'/> <line x1='147.9' y1='309.1' x2='142.0' y2='295.8' stroke='%230c7080' stroke-width='0.8' opacity='0.49'/> <line x1='439.1' y1='689.3' x2='433.1' y2='707.1' stroke='%230c7080' stroke-width='0.8' opacity='0.45'/> <line x1='537.2' y1='569.6' x2='529.4' y2='581.8' stroke='%230c7080' stroke-width='0.8' opacity='0.49'/> <line x1='445.2' y1='289.1' x2='424.5' y2='293.8' stroke='%230c7080' stroke-width='0.8' opacity='0.41'/> <line x1='410.6' y1='449.0' x2='387.9' y2='440.0' stroke='%230c7080' stroke-width='0.8' opacity='0.40'/> <line x1='507.9' y1='486.9' x2='530.8' y2='480.3' stroke='%230c7080' stroke-width='0.8' opacity='0.40'/> <line x1='175.1' y1='336.7' x2='183.4' y2='355.4' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='456.1' y1='214.4' x2='467.5' y2='200.3' stroke='%230c7080' stroke-width='0.8' opacity='0.45'/> <line x1='367.8' y1='303.9' x2='372.4' y2='271.1' stroke='%230c7080' stroke-width='0.8' opacity='0.31'/> <line x1='479.3' y1='197.7' x2='482.2' y2='201.8' stroke='%230c7080' stroke-width='0.8' opacity='0.55'/> <line x1='76.2' y1='350.9' x2='89.3' y2='369.3' stroke='%230c7080' stroke-width='0.8' opacity='0.41'/> <line x1='515.5' y1='168.8' x2='491.6' y2='163.8' stroke='%230c7080' stroke-width='0.8' opacity='0.40'/> <line x1='447.5' y1='689.9' x2='437.5' y2='675.9' stroke='%230c7080' stroke-width='0.8' opacity='0.47'/> <line x1='177.0' y1='407.9' x2='153.7' y2='402.2' stroke='%230c7080' stroke-width='0.8' opacity='0.40'/> <line x1='173.3' y1='217.4' x2='145.4' y2='201.8' stroke='%230c7080' stroke-width='0.8' opacity='0.32'/> <line x1='603.5' y1='324.7' x2='577.1' y2='311.2' stroke='%230c7080' stroke-width='0.8' opacity='0.34'/> <line x1='367.6' y1='386.9' x2='355.1' y2='376.9' stroke='%230c7080' stroke-width='0.8' opacity='0.47'/> <line x1='433.1' y1='707.1' x2='423.0' y2='715.2' stroke='%230c7080' stroke-width='0.8' opacity='0.50'/> <line x1='482.5' y1='219.7' x2='482.2' y2='201.8' stroke='%230c7080' stroke-width='0.8' opacity='0.45'/> <line x1='290.5' y1='313.3' x2='284.4' y2='313.1' stroke='%230c7080' stroke-width='0.8' opacity='0.55'/> <line x1='251.2' y1='347.4' x2='250.1' y2='358.0' stroke='%230c7080' stroke-width='0.8' opacity='0.52'/> <line x1='495.7' y1='314.9' x2='477.1' y2='328.9' stroke='%230c7080' stroke-width='0.8' opacity='0.40'/> <line x1='684.1' y1='357.0' x2='679.9' y2='336.2' stroke='%230c7080' stroke-width='0.8' opacity='0.41'/> <line x1='527.0' y1='234.8' x2='518.1' y2='219.1' stroke='%230c7080' stroke-width='0.8' opacity='0.45'/> <line x1='507.9' y1='486.9' x2='495.8' y2='489.7' stroke='%230c7080' stroke-width='0.8' opacity='0.50'/> <line x1='444.9' y1='833.6' x2='443.1' y2='825.9' stroke='%230c7080' stroke-width='0.8' opacity='0.55'/> <line x1='184.8' y1='295.6' x2='192.4' y2='308.0' stroke='%230c7080' stroke-width='0.8' opacity='0.49'/> <line x1='358.5' y1='250.3' x2='370.4' y2='251.0' stroke='%230c7080' stroke-width='0.8' opacity='0.50'/> <line x1='736.7' y1='612.8' x2='728.1' y2='606.2' stroke='%230c7080' stroke-width='0.8' opacity='0.52'/> <line x1='331.0' y1='462.0' x2='334.6' y2='449.4' stroke='%230c7080' stroke-width='0.8' opacity='0.50'/> <line x1='570.3' y1='594.9' x2='574.2' y2='589.9' stroke='%230c7080' stroke-width='0.8' opacity='0.55'/> <line x1='291.7' y1='61.9' x2='338.9' y2='53.0' stroke='%230c7080' stroke-width='0.8' opacity='0.16'/> <line x1='211.9' y1='364.5' x2='213.2' y2='381.6' stroke='%230c7080' stroke-width='0.8' opacity='0.47'/> <line x1='496.7' y1='256.5' x2='491.3' y2='265.2' stroke='%230c7080' stroke-width='0.8' opacity='0.52'/> <line x1='512.9' y1='223.9' x2='482.5' y2='219.7' stroke='%230c7080' stroke-width='0.8' opacity='0.32'/> <line x1='511.4' y1='421.3' x2='511.1' y2='425.9' stroke='%230c7080' stroke-width='0.8' opacity='0.55'/> <line x1='97.5' y1='230.9' x2='92.7' y2='214.8' stroke='%230c7080' stroke-width='0.8' opacity='0.47'/> <line x1='497.6' y1='719.5' x2='525.3' y2='701.1' stroke='%230c7080' stroke-width='0.8' opacity='0.31'/> <line x1='628.8' y1='270.1' x2='633.8' y2='292.2' stroke='%230c7080' stroke-width='0.8' opacity='0.41'/> <line x1='455.9' y1='631.5' x2='470.4' y2='616.7' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='205.7' y1='220.6' x2='189.6' y2='213.0' stroke='%230c7080' stroke-width='0.8' opacity='0.45'/> <line x1='590.4' y1='537.2' x2='584.6' y2='552.8' stroke='%230c7080' stroke-width='0.8' opacity='0.47'/> <line x1='500.0' y1='387.9' x2='490.7' y2='390.3' stroke='%230c7080' stroke-width='0.8' opacity='0.54'/> <line x1='387.9' y1='440.0' x2='387.7' y2='430.5' stroke='%230c7080' stroke-width='0.8' opacity='0.54'/> <line x1='262.0' y1='335.1' x2='277.3' y2='314.5' stroke='%230c7080' stroke-width='0.8' opacity='0.38'/> <line x1='546.1' y1='262.2' x2='525.3' y2='263.1' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='610.3' y1='386.2' x2='622.3' y2='411.8' stroke='%230c7080' stroke-width='0.8' opacity='0.36'/> <line x1='428.9' y1='153.5' x2='401.9' y2='178.3' stroke='%230c7080' stroke-width='0.8' opacity='0.27'/> <line x1='611.5' y1='457.2' x2='635.4' y2='462.5' stroke='%230c7080' stroke-width='0.8' opacity='0.40'/> <line x1='53.2' y1='302.9' x2='63.4' y2='275.2' stroke='%230c7080' stroke-width='0.8' opacity='0.34'/> <line x1='589.4' y1='263.7' x2='608.4' y2='248.1' stroke='%230c7080' stroke-width='0.8' opacity='0.40'/> <line x1='97.7' y1='192.4' x2='99.1' y2='166.5' stroke='%230c7080' stroke-width='0.8' opacity='0.38'/> <line x1='355.4' y1='612.6' x2='374.5' y2='610.2' stroke='%230c7080' stroke-width='0.8' opacity='0.45'/> <line x1='418.7' y1='414.7' x2='405.1' y2='419.4' stroke='%230c7080' stroke-width='0.8' opacity='0.49'/> <line x1='546.1' y1='262.2' x2='528.4' y2='273.0' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='633.8' y1='435.1' x2='622.3' y2='411.8' stroke='%230c7080' stroke-width='0.8' opacity='0.38'/> <line x1='512.0' y1='185.3' x2='527.5' y2='174.8' stroke='%230c7080' stroke-width='0.8' opacity='0.45'/> <line x1='631.9' y1='368.6' x2='641.3' y2='341.6' stroke='%230c7080' stroke-width='0.8' opacity='0.34'/> <line x1='633.8' y1='435.1' x2='622.2' y2='424.6' stroke='%230c7080' stroke-width='0.8' opacity='0.47'/> <line x1='396.3' y1='763.5' x2='384.8' y2='767.8' stroke='%230c7080' stroke-width='0.8' opacity='0.50'/> <line x1='537.2' y1='569.6' x2='552.4' y2='559.8' stroke='%230c7080' stroke-width='0.8' opacity='0.45'/> <line x1='543.6' y1='668.9' x2='522.8' y2='649.4' stroke='%230c7080' stroke-width='0.8' opacity='0.34'/> <line x1='405.1' y1='419.4' x2='409.5' y2='414.6' stroke='%230c7080' stroke-width='0.8' opacity='0.55'/> <line x1='355.4' y1='464.4' x2='331.9' y2='452.1' stroke='%230c7080' stroke-width='0.8' opacity='0.38'/> <line x1='203.1' y1='152.8' x2='214.2' y2='157.7' stroke='%230c7080' stroke-width='0.8' opacity='0.50'/> <line x1='153.7' y1='402.2' x2='174.9' y2='408.1' stroke='%230c7080' stroke-width='0.8' opacity='0.41'/> <line x1='511.4' y1='421.3' x2='516.6' y2='438.2' stroke='%230c7080' stroke-width='0.8' opacity='0.45'/> <line x1='120.1' y1='276.2' x2='117.0' y2='289.8' stroke='%230c7080' stroke-width='0.8' opacity='0.49'/> <line x1='610.3' y1='386.2' x2='622.8' y2='383.8' stroke='%230c7080' stroke-width='0.8' opacity='0.50'/> <line x1='668.3' y1='403.8' x2='650.6' y2='412.9' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='247.8' y1='142.0' x2='234.2' y2='148.7' stroke='%230c7080' stroke-width='0.8' opacity='0.49'/> <line x1='205.7' y1='220.6' x2='189.2' y2='217.1' stroke='%230c7080' stroke-width='0.8' opacity='0.47'/> <line x1='517.6' y1='809.9' x2='516.1' y2='805.6' stroke='%230c7080' stroke-width='0.8' opacity='0.55'/> <line x1='564.6' y1='297.2' x2='577.1' y2='311.2' stroke='%230c7080' stroke-width='0.8' opacity='0.45'/> <line x1='189.2' y1='217.1' x2='169.8' y2='215.6' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='451.8' y1='511.3' x2='448.4' y2='536.2' stroke='%230c7080' stroke-width='0.8' opacity='0.38'/> <line x1='404.3' y1='319.8' x2='418.3' y2='297.3' stroke='%230c7080' stroke-width='0.8' opacity='0.38'/> <line x1='485.1' y1='722.3' x2='486.5' y2='699.3' stroke='%230c7080' stroke-width='0.8' opacity='0.40'/> <line x1='221.0' y1='138.9' x2='219.7' y2='133.0' stroke='%230c7080' stroke-width='0.8' opacity='0.55'/> <line x1='464.9' y1='753.2' x2='475.7' y2='730.9' stroke='%230c7080' stroke-width='0.8' opacity='0.40'/> <line x1='378.0' y1='401.2' x2='381.1' y2='414.7' stroke='%230c7080' stroke-width='0.8' opacity='0.49'/> <line x1='610.3' y1='386.2' x2='577.7' y2='395.9' stroke='%230c7080' stroke-width='0.8' opacity='0.29'/> <line x1='327.6' y1='219.8' x2='339.4' y2='209.6' stroke='%230c7080' stroke-width='0.8' opacity='0.47'/> <line x1='639.1' y1='448.7' x2='635.4' y2='462.5' stroke='%230c7080' stroke-width='0.8' opacity='0.49'/> <line x1='726.2' y1='341.7' x2='746.7' y2='341.6' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='638.0' y1='489.3' x2='641.2' y2='490.0' stroke='%230c7080' stroke-width='0.8' opacity='0.55'/> <line x1='478.5' y1='165.3' x2='479.3' y2='197.7' stroke='%230c7080' stroke-width='0.8' opacity='0.31'/> <line x1='445.2' y1='289.1' x2='418.3' y2='297.3' stroke='%230c7080' stroke-width='0.8' opacity='0.36'/> <line x1='606.5' y1='239.7' x2='589.4' y2='263.7' stroke='%230c7080' stroke-width='0.8' opacity='0.34'/> <line x1='145.4' y1='201.8' x2='127.4' y2='204.8' stroke='%230c7080' stroke-width='0.8' opacity='0.45'/> <line x1='746.7' y1='341.6' x2='746.7' y2='358.2' stroke='%230c7080' stroke-width='0.8' opacity='0.47'/> <line x1='206.9' y1='372.1' x2='217.8' y2='407.8' stroke='%230c7080' stroke-width='0.8' opacity='0.27'/> <line x1='243.6' y1='284.8' x2='224.0' y2='309.1' stroke='%230c7080' stroke-width='0.8' opacity='0.32'/> <line x1='306.1' y1='169.4' x2='331.1' y2='175.3' stroke='%230c7080' stroke-width='0.8' opacity='0.38'/> <line x1='349.4' y1='606.1' x2='359.6' y2='578.2' stroke='%230c7080' stroke-width='0.8' opacity='0.34'/> <line x1='139.1' y1='275.2' x2='120.1' y2='276.2' stroke='%230c7080' stroke-width='0.8' opacity='0.45'/> <line x1='409.2' y1='447.8' x2='407.7' y2='465.4' stroke='%230c7080' stroke-width='0.8' opacity='0.45'/> <line x1='578.4' y1='536.7' x2='596.1' y2='522.6' stroke='%230c7080' stroke-width='0.8' opacity='0.41'/> <line x1='144.2' y1='146.6' x2='124.6' y2='142.4' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='422.3' y1='563.1' x2='399.5' y2='576.8' stroke='%230c7080' stroke-width='0.8' opacity='0.36'/> <line x1='595.5' y1='642.9' x2='588.6' y2='651.1' stroke='%230c7080' stroke-width='0.8' opacity='0.52'/> <line x1='67.2' y1='316.1' x2='63.5' y2='319.5' stroke='%230c7080' stroke-width='0.8' opacity='0.55'/> <line x1='514.3' y1='630.9' x2='503.2' y2='608.5' stroke='%230c7080' stroke-width='0.8' opacity='0.38'/> <line x1='247.8' y1='142.0' x2='277.3' y2='140.2' stroke='%230c7080' stroke-width='0.8' opacity='0.34'/> <line x1='418.8' y1='456.0' x2='409.2' y2='447.8' stroke='%230c7080' stroke-width='0.8' opacity='0.50'/> <line x1='433.2' y1='534.7' x2='448.4' y2='536.2' stroke='%230c7080' stroke-width='0.8' opacity='0.49'/> <line x1='556.0' y1='457.3' x2='569.7' y2='449.2' stroke='%230c7080' stroke-width='0.8' opacity='0.47'/> <line x1='537.2' y1='569.6' x2='517.2' y2='566.2' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='338.7' y1='121.2' x2='339.5' y2='118.0' stroke='%230c7080' stroke-width='0.8' opacity='0.55'/> <line x1='220.5' y1='183.1' x2='214.9' y2='206.7' stroke='%230c7080' stroke-width='0.8' opacity='0.40'/> <line x1='376.5' y1='144.7' x2='393.7' y2='140.6' stroke='%230c7080' stroke-width='0.8' opacity='0.45'/> <line x1='508.0' y1='688.9' x2='494.8' y2='705.4' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='460.5' y1='610.3' x2='470.4' y2='616.7' stroke='%230c7080' stroke-width='0.8' opacity='0.52'/> <line x1='462.3' y1='500.5' x2='466.4' y2='487.4' stroke='%230c7080' stroke-width='0.8' opacity='0.50'/> <line x1='437.4' y1='485.6' x2='453.4' y2='478.8' stroke='%230c7080' stroke-width='0.8' opacity='0.47'/> <line x1='516.5' y1='482.2' x2='524.9' y2='486.4' stroke='%230c7080' stroke-width='0.8' opacity='0.54'/> <line x1='204.1' y1='277.3' x2='184.6' y2='297.6' stroke='%230c7080' stroke-width='0.8' opacity='0.36'/> <line x1='391.7' y1='782.4' x2='384.8' y2='767.8' stroke='%230c7080' stroke-width='0.8' opacity='0.47'/> <line x1='543.6' y1='668.9' x2='557.5' y2='662.7' stroke='%230c7080' stroke-width='0.8' opacity='0.49'/> <line x1='610.3' y1='386.2' x2='624.2' y2='356.6' stroke='%230c7080' stroke-width='0.8' opacity='0.31'/> <line x1='374.6' y1='540.5' x2='404.0' y2='509.6' stroke='%230c7080' stroke-width='0.8' opacity='0.22'/> <line x1='558.2' y1='286.3' x2='572.6' y2='299.7' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='382.2' y1='490.8' x2='356.4' y2='468.7' stroke='%230c7080' stroke-width='0.8' opacity='0.29'/> <line x1='533.8' y1='650.6' x2='528.0' y2='631.2' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='416.4' y1='806.5' x2='422.2' y2='789.1' stroke='%230c7080' stroke-width='0.8' opacity='0.45'/> <line x1='624.5' y1='496.2' x2='609.4' y2='505.6' stroke='%230c7080' stroke-width='0.8' opacity='0.45'/> <line x1='468.7' y1='819.0' x2='461.4' y2='845.9' stroke='%230c7080' stroke-width='0.8' opacity='0.36'/> <line x1='325.8' y1='446.2' x2='331.9' y2='452.1' stroke='%230c7080' stroke-width='0.8' opacity='0.54'/> <line x1='109.7' y1='278.0' x2='125.1' y2='291.6' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='374.5' y1='610.2' x2='364.0' y2='597.7' stroke='%230c7080' stroke-width='0.8' opacity='0.47'/> <line x1='432.7' y1='303.4' x2='418.3' y2='297.3' stroke='%230c7080' stroke-width='0.8' opacity='0.47'/> <line x1='672.4' y1='431.5' x2='695.3' y2='435.6' stroke='%230c7080' stroke-width='0.8' opacity='0.40'/> <line x1='589.0' y1='482.3' x2='600.6' y2='474.9' stroke='%230c7080' stroke-width='0.8' opacity='0.49'/> <line x1='291.7' y1='61.9' x2='294.1' y2='81.4' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='371.4' y1='290.3' x2='367.5' y2='297.9' stroke='%230c7080' stroke-width='0.8' opacity='0.54'/> <line x1='312.9' y1='63.5' x2='330.7' y2='54.1' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='458.7' y1='428.1' x2='431.2' y2='445.0' stroke='%230c7080' stroke-width='0.8' opacity='0.31'/> <line x1='348.4' y1='343.9' x2='355.1' y2='376.9' stroke='%230c7080' stroke-width='0.8' opacity='0.31'/> <line x1='374.6' y1='540.5' x2='357.4' y2='515.3' stroke='%230c7080' stroke-width='0.8' opacity='0.32'/> <line x1='154.3' y1='345.7' x2='141.8' y2='326.9' stroke='%230c7080' stroke-width='0.8' opacity='0.41'/> <line x1='403.3' y1='181.5' x2='401.9' y2='178.3' stroke='%230c7080' stroke-width='0.8' opacity='0.55'/> <line x1='563.8' y1='666.4' x2='588.6' y2='651.1' stroke='%230c7080' stroke-width='0.8' opacity='0.34'/> <line x1='358.3' y1='264.0' x2='359.8' y2='273.6' stroke='%230c7080' stroke-width='0.8' opacity='0.54'/> <line x1='581.7' y1='703.2' x2='588.7' y2='684.5' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='584.6' y1='552.8' x2='601.8' y2='564.6' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='436.6' y1='142.6' x2='441.2' y2='150.0' stroke='%230c7080' stroke-width='0.8' opacity='0.54'/> <line x1='389.7' y1='215.3' x2='396.0' y2='240.1' stroke='%230c7080' stroke-width='0.8' opacity='0.38'/> <line x1='524.4' y1='224.2' x2='512.9' y2='223.9' stroke='%230c7080' stroke-width='0.8' opacity='0.52'/> <line x1='230.7' y1='242.2' x2='205.7' y2='220.6' stroke='%230c7080' stroke-width='0.8' opacity='0.31'/> <line x1='569.7' y1='449.2' x2='561.4' y2='450.7' stroke='%230c7080' stroke-width='0.8' opacity='0.54'/> <line x1='396.0' y1='240.1' x2='381.8' y2='252.5' stroke='%230c7080' stroke-width='0.8' opacity='0.45'/> <line x1='446.1' y1='218.7' x2='451.7' y2='231.5' stroke='%230c7080' stroke-width='0.8' opacity='0.49'/> <line x1='376.5' y1='144.7' x2='392.5' y2='161.8' stroke='%230c7080' stroke-width='0.8' opacity='0.40'/> <line x1='587.2' y1='206.9' x2='582.4' y2='196.7' stroke='%230c7080' stroke-width='0.8' opacity='0.52'/> <line x1='588.1' y1='350.9' x2='603.5' y2='324.7' stroke='%230c7080' stroke-width='0.8' opacity='0.32'/> <line x1='139.1' y1='275.2' x2='142.0' y2='295.8' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='353.6' y1='639.4' x2='349.2' y2='656.3' stroke='%230c7080' stroke-width='0.8' opacity='0.47'/> <line x1='192.1' y1='152.5' x2='173.0' y2='155.3' stroke='%230c7080' stroke-width='0.8' opacity='0.45'/> <line x1='256.8' y1='79.2' x2='247.0' y2='56.1' stroke='%230c7080' stroke-width='0.8' opacity='0.38'/> <line x1='159.5' y1='292.2' x2='142.0' y2='295.8' stroke='%230c7080' stroke-width='0.8' opacity='0.45'/> <line x1='427.8' y1='805.1' x2='436.3' y2='801.9' stroke='%230c7080' stroke-width='0.8' opacity='0.54'/> <line x1='437.6' y1='116.4' x2='481.5' y2='115.4' stroke='%230c7080' stroke-width='0.8' opacity='0.20'/> <line x1='243.6' y1='284.8' x2='270.9' y2='287.4' stroke='%230c7080' stroke-width='0.8' opacity='0.36'/> <line x1='518.1' y1='219.1' x2='547.4' y2='208.7' stroke='%230c7080' stroke-width='0.8' opacity='0.32'/> <line x1='621.1' y1='638.4' x2='621.0' y2='633.1' stroke='%230c7080' stroke-width='0.8' opacity='0.55'/> <line x1='436.6' y1='142.6' x2='430.6' y2='109.9' stroke='%230c7080' stroke-width='0.8' opacity='0.31'/> <line x1='440.2' y1='629.1' x2='427.7' y2='629.9' stroke='%230c7080' stroke-width='0.8' opacity='0.50'/> <line x1='120.1' y1='276.2' x2='109.7' y2='278.0' stroke='%230c7080' stroke-width='0.8' opacity='0.52'/> <line x1='435.4' y1='800.7' x2='427.8' y2='805.1' stroke='%230c7080' stroke-width='0.8' opacity='0.54'/> <line x1='72.6' y1='322.5' x2='73.8' y2='347.2' stroke='%230c7080' stroke-width='0.8' opacity='0.40'/> <line x1='492.9' y1='548.2' x2='483.3' y2='521.2' stroke='%230c7080' stroke-width='0.8' opacity='0.34'/> <line x1='460.5' y1='610.3' x2='470.5' y2='591.5' stroke='%230c7080' stroke-width='0.8' opacity='0.41'/> <line x1='418.8' y1='456.0' x2='431.2' y2='445.0' stroke='%230c7080' stroke-width='0.8' opacity='0.47'/> <line x1='285.0' y1='167.5' x2='283.9' y2='134.4' stroke='%230c7080' stroke-width='0.8' opacity='0.31'/> <line x1='611.5' y1='457.2' x2='589.4' y2='448.6' stroke='%230c7080' stroke-width='0.8' opacity='0.40'/> <line x1='298.2' y1='366.5' x2='300.5' y2='337.3' stroke='%230c7080' stroke-width='0.8' opacity='0.34'/> <line x1='198.8' y1='219.9' x2='214.9' y2='206.7' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='418.7' y1='414.7' x2='415.4' y2='415.6' stroke='%230c7080' stroke-width='0.8' opacity='0.55'/> <line x1='556.7' y1='206.9' x2='577.2' y2='216.4' stroke='%230c7080' stroke-width='0.8' opacity='0.41'/> <line x1='427.8' y1='323.0' x2='418.3' y2='297.3' stroke='%230c7080' stroke-width='0.8' opacity='0.36'/> <line x1='475.9' y1='121.3' x2='481.5' y2='115.4' stroke='%230c7080' stroke-width='0.8' opacity='0.55'/> <line x1='257.6' y1='374.8' x2='250.1' y2='358.0' stroke='%230c7080' stroke-width='0.8' opacity='0.45'/> <line x1='497.7' y1='339.2' x2='513.5' y2='331.1' stroke='%230c7080' stroke-width='0.8' opacity='0.45'/> <line x1='333.5' y1='484.9' x2='344.9' y2='500.4' stroke='%230c7080' stroke-width='0.8' opacity='0.45'/> <line x1='497.6' y1='719.5' x2='514.6' y2='727.4' stroke='%230c7080' stroke-width='0.8' opacity='0.45'/> <line x1='623.1' y1='574.5' x2='608.2' y2='570.8' stroke='%230c7080' stroke-width='0.8' opacity='0.49'/> <line x1='511.4' y1='166.6' x2='541.2' y2='152.6' stroke='%230c7080' stroke-width='0.8' opacity='0.31'/> <line x1='529.9' y1='137.4' x2='556.5' y2='122.4' stroke='%230c7080' stroke-width='0.8' opacity='0.32'/> <line x1='402.1' y1='739.2' x2='380.9' y2='736.5' stroke='%230c7080' stroke-width='0.8' opacity='0.41'/> <line x1='595.8' y1='631.2' x2='614.6' y2='624.7' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='112.7' y1='267.9' x2='95.8' y2='274.3' stroke='%230c7080' stroke-width='0.8' opacity='0.45'/> <line x1='507.9' y1='738.4' x2='510.7' y2='743.7' stroke='%230c7080' stroke-width='0.8' opacity='0.55'/> <line x1='567.7' y1='555.2' x2='552.4' y2='559.8' stroke='%230c7080' stroke-width='0.8' opacity='0.47'/> <line x1='391.7' y1='782.4' x2='397.6' y2='781.4' stroke='%230c7080' stroke-width='0.8' opacity='0.55'/> <line x1='511.4' y1='166.6' x2='491.6' y2='163.8' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='445.2' y1='289.1' x2='432.7' y2='303.4' stroke='%230c7080' stroke-width='0.8' opacity='0.45'/> <line x1='437.4' y1='485.6' x2='454.5' y2='510.2' stroke='%230c7080' stroke-width='0.8' opacity='0.34'/> <line x1='344.7' y1='213.7' x2='358.4' y2='215.2' stroke='%230c7080' stroke-width='0.8' opacity='0.49'/> <line x1='385.2' y1='753.0' x2='374.6' y2='739.9' stroke='%230c7080' stroke-width='0.8' opacity='0.47'/> <line x1='380.3' y1='683.4' x2='359.3' y2='684.1' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='230.7' y1='242.2' x2='232.6' y2='243.3' stroke='%230c7080' stroke-width='0.8' opacity='0.55'/> <line x1='530.8' y1='480.3' x2='516.5' y2='482.2' stroke='%230c7080' stroke-width='0.8' opacity='0.49'/> <line x1='522.8' y1='649.4' x2='521.1' y2='666.8' stroke='%230c7080' stroke-width='0.8' opacity='0.45'/> <line x1='291.7' y1='61.9' x2='279.4' y2='76.4' stroke='%230c7080' stroke-width='0.8' opacity='0.45'/> <line x1='698.3' y1='344.0' x2='726.2' y2='341.7' stroke='%230c7080' stroke-width='0.8' opacity='0.36'/> <line x1='178.7' y1='138.0' x2='192.1' y2='152.5' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='339.4' y1='490.4' x2='344.9' y2='500.4' stroke='%230c7080' stroke-width='0.8' opacity='0.52'/> <line x1='258.0' y1='265.2' x2='249.1' y2='275.9' stroke='%230c7080' stroke-width='0.8' opacity='0.49'/> <line x1='397.6' y1='781.4' x2='398.2' y2='797.9' stroke='%230c7080' stroke-width='0.8' opacity='0.47'/> <line x1='564.6' y1='297.2' x2='572.3' y2='285.4' stroke='%230c7080' stroke-width='0.8' opacity='0.49'/> <line x1='165.1' y1='101.6' x2='155.2' y2='114.7' stroke='%230c7080' stroke-width='0.8' opacity='0.47'/> <line x1='524.9' y1='486.4' x2='530.8' y2='491.1' stroke='%230c7080' stroke-width='0.8' opacity='0.55'/> <line x1='172.7' y1='82.1' x2='167.3' y2='81.4' stroke='%230c7080' stroke-width='0.8' opacity='0.55'/> <line x1='576.9' y1='430.5' x2='589.4' y2='448.6' stroke='%230c7080' stroke-width='0.8' opacity='0.41'/> <line x1='433.2' y1='534.7' x2='426.6' y2='563.3' stroke='%230c7080' stroke-width='0.8' opacity='0.34'/> <line x1='473.8' y1='714.3' x2='475.7' y2='730.9' stroke='%230c7080' stroke-width='0.8' opacity='0.47'/> <line x1='495.8' y1='489.7' x2='524.9' y2='486.4' stroke='%230c7080' stroke-width='0.8' opacity='0.34'/> <line x1='622.3' y1='411.8' x2='622.8' y2='383.8' stroke='%230c7080' stroke-width='0.8' opacity='0.36'/> <line x1='393.2' y1='331.8' x2='400.3' y2='322.9' stroke='%230c7080' stroke-width='0.8' opacity='0.52'/> <line x1='544.9' y1='266.5' x2='533.1' y2='251.0' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='508.0' y1='688.9' x2='486.5' y2='699.3' stroke='%230c7080' stroke-width='0.8' opacity='0.40'/> <line x1='376.5' y1='144.7' x2='394.0' y2='114.8' stroke='%230c7080' stroke-width='0.8' opacity='0.29'/> <line x1='213.4' y1='76.0' x2='247.0' y2='56.1' stroke='%230c7080' stroke-width='0.8' opacity='0.25'/> <line x1='309.9' y1='63.1' x2='338.9' y2='53.0' stroke='%230c7080' stroke-width='0.8' opacity='0.32'/> <line x1='329.7' y1='282.4' x2='325.0' y2='294.4' stroke='%230c7080' stroke-width='0.8' opacity='0.50'/> <line x1='638.0' y1='489.3' x2='624.5' y2='496.2' stroke='%230c7080' stroke-width='0.8' opacity='0.49'/> <line x1='539.7' y1='780.8' x2='558.3' y2='756.8' stroke='%230c7080' stroke-width='0.8' opacity='0.32'/> <line x1='475.9' y1='121.3' x2='491.6' y2='163.8' stroke='%230c7080' stroke-width='0.8' opacity='0.18'/> <line x1='203.1' y1='152.8' x2='199.3' y2='159.7' stroke='%230c7080' stroke-width='0.8' opacity='0.55'/> <line x1='247.0' y1='56.1' x2='277.7' y2='56.2' stroke='%230c7080' stroke-width='0.8' opacity='0.32'/> <line x1='576.9' y1='430.5' x2='596.5' y2='445.2' stroke='%230c7080' stroke-width='0.8' opacity='0.40'/> <line x1='629.0' y1='557.0' x2='639.4' y2='579.2' stroke='%230c7080' stroke-width='0.8' opacity='0.40'/> <line x1='329.9' y1='318.2' x2='325.8' y2='345.9' stroke='%230c7080' stroke-width='0.8' opacity='0.36'/> <line x1='428.9' y1='153.5' x2='436.6' y2='142.6' stroke='%230c7080' stroke-width='0.8' opacity='0.50'/> <line x1='331.0' y1='462.0' x2='356.4' y2='468.7' stroke='%230c7080' stroke-width='0.8' opacity='0.38'/> <line x1='330.7' y1='423.6' x2='315.5' y2='413.0' stroke='%230c7080' stroke-width='0.8' opacity='0.45'/> <line x1='543.6' y1='668.9' x2='521.1' y2='666.8' stroke='%230c7080' stroke-width='0.8' opacity='0.41'/> <line x1='549.3' y1='397.1' x2='546.2' y2='412.3' stroke='%230c7080' stroke-width='0.8' opacity='0.49'/> <line x1='331.1' y1='175.3' x2='311.2' y2='173.0' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='315.5' y1='413.0' x2='294.9' y2='413.1' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='577.7' y1='395.9' x2='550.0' y2='399.5' stroke='%230c7080' stroke-width='0.8' opacity='0.36'/> <line x1='121.1' y1='173.2' x2='109.3' y2='162.1' stroke='%230c7080' stroke-width='0.8' opacity='0.47'/> <line x1='573.7' y1='492.4' x2='577.0' y2='514.2' stroke='%230c7080' stroke-width='0.8' opacity='0.41'/> <line x1='716.0' y1='659.1' x2='698.8' y2='706.4' stroke='%230c7080' stroke-width='0.8' opacity='0.14'/> <line x1='535.8' y1='613.8' x2='514.2' y2='626.5' stroke='%230c7080' stroke-width='0.8' opacity='0.38'/> <line x1='136.2' y1='165.6' x2='124.6' y2='142.4' stroke='%230c7080' stroke-width='0.8' opacity='0.38'/> <line x1='391.7' y1='782.4' x2='396.3' y2='763.5' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='534.9' y1='797.6' x2='516.1' y2='805.6' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='76.2' y1='350.9' x2='63.5' y2='336.1' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='343.8' y1='268.4' x2='349.5' y2='272.3' stroke='%230c7080' stroke-width='0.8' opacity='0.55'/> <line x1='279.4' y1='76.4' x2='294.1' y2='81.4' stroke='%230c7080' stroke-width='0.8' opacity='0.49'/> <line x1='189.2' y1='217.1' x2='214.9' y2='206.7' stroke='%230c7080' stroke-width='0.8' opacity='0.36'/> <line x1='631.9' y1='368.6' x2='622.8' y2='383.8' stroke='%230c7080' stroke-width='0.8' opacity='0.45'/> <line x1='213.2' y1='381.6' x2='214.5' y2='348.4' stroke='%230c7080' stroke-width='0.8' opacity='0.31'/> <line x1='563.7' y1='711.5' x2='581.7' y2='703.2' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='374.6' y1='540.5' x2='398.6' y2='554.3' stroke='%230c7080' stroke-width='0.8' opacity='0.36'/> <line x1='422.2' y1='789.1' x2='430.4' y2='770.9' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='574.2' y1='589.9' x2='561.1' y2='578.4' stroke='%230c7080' stroke-width='0.8' opacity='0.45'/> <line x1='199.4' y1='91.8' x2='167.3' y2='81.4' stroke='%230c7080' stroke-width='0.8' opacity='0.31'/> <line x1='205.7' y1='220.6' x2='179.8' y2='226.5' stroke='%230c7080' stroke-width='0.8' opacity='0.36'/> <line x1='525.3' y1='263.1' x2='528.4' y2='273.0' stroke='%230c7080' stroke-width='0.8' opacity='0.52'/> <line x1='219.7' y1='133.0' x2='234.2' y2='148.7' stroke='%230c7080' stroke-width='0.8' opacity='0.41'/> <line x1='377.0' y1='198.1' x2='367.8' y2='209.6' stroke='%230c7080' stroke-width='0.8' opacity='0.49'/> <line x1='219.7' y1='124.3' x2='221.0' y2='138.9' stroke='%230c7080' stroke-width='0.8' opacity='0.49'/> <line x1='508.7' y1='670.5' x2='508.0' y2='688.9' stroke='%230c7080' stroke-width='0.8' opacity='0.45'/> <line x1='461.4' y1='560.5' x2='448.4' y2='536.2' stroke='%230c7080' stroke-width='0.8' opacity='0.36'/> <line x1='396.0' y1='240.1' x2='365.1' y2='227.4' stroke='%230c7080' stroke-width='0.8' opacity='0.31'/> <line x1='437.6' y1='116.4' x2='436.6' y2='142.6' stroke='%230c7080' stroke-width='0.8' opacity='0.38'/> <line x1='518.3' y1='310.8' x2='510.5' y2='325.2' stroke='%230c7080' stroke-width='0.8' opacity='0.47'/> <line x1='460.5' y1='610.3' x2='455.9' y2='631.5' stroke='%230c7080' stroke-width='0.8' opacity='0.41'/> <line x1='378.0' y1='401.2' x2='387.7' y2='430.5' stroke='%230c7080' stroke-width='0.8' opacity='0.32'/> <line x1='523.6' y1='286.0' x2='528.4' y2='273.0' stroke='%230c7080' stroke-width='0.8' opacity='0.49'/> <line x1='428.9' y1='153.5' x2='441.2' y2='150.0' stroke='%230c7080' stroke-width='0.8' opacity='0.50'/> <line x1='440.2' y1='629.1' x2='462.7' y2='656.8' stroke='%230c7080' stroke-width='0.8' opacity='0.29'/> <line x1='58.9' y1='330.2' x2='63.5' y2='336.1' stroke='%230c7080' stroke-width='0.8' opacity='0.55'/> <line x1='621.0' y1='633.1' x2='614.6' y2='624.7' stroke='%230c7080' stroke-width='0.8' opacity='0.52'/> <line x1='506.6' y1='539.5' x2='492.9' y2='548.2' stroke='%230c7080' stroke-width='0.8' opacity='0.47'/> <line x1='466.4' y1='487.4' x2='458.0' y2='511.7' stroke='%230c7080' stroke-width='0.8' opacity='0.38'/> <line x1='427.8' y1='323.0' x2='432.7' y2='303.4' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='224.0' y1='309.1' x2='218.2' y2='323.9' stroke='%230c7080' stroke-width='0.8' opacity='0.47'/> <line x1='525.3' y1='263.1' x2='527.0' y2='234.8' stroke='%230c7080' stroke-width='0.8' opacity='0.36'/> <line x1='570.3' y1='594.9' x2='576.2' y2='618.3' stroke='%230c7080' stroke-width='0.8' opacity='0.40'/> <line x1='556.0' y1='457.3' x2='546.6' y2='450.2' stroke='%230c7080' stroke-width='0.8' opacity='0.52'/> <line x1='595.5' y1='642.9' x2='595.8' y2='631.2' stroke='%230c7080' stroke-width='0.8' opacity='0.52'/> <line x1='243.6' y1='284.8' x2='249.1' y2='275.9' stroke='%230c7080' stroke-width='0.8' opacity='0.52'/> <line x1='475.9' y1='121.3' x2='436.6' y2='142.6' stroke='%230c7080' stroke-width='0.8' opacity='0.20'/> <line x1='157.6' y1='351.2' x2='166.5' y2='351.8' stroke='%230c7080' stroke-width='0.8' opacity='0.54'/> <line x1='666.4' y1='329.1' x2='648.8' y2='302.1' stroke='%230c7080' stroke-width='0.8' opacity='0.31'/> <line x1='570.3' y1='594.9' x2='552.4' y2='559.8' stroke='%230c7080' stroke-width='0.8' opacity='0.25'/> <line x1='640.3' y1='616.9' x2='639.5' y2='606.9' stroke='%230c7080' stroke-width='0.8' opacity='0.54'/> <line x1='342.3' y1='319.5' x2='325.8' y2='345.9' stroke='%230c7080' stroke-width='0.8' opacity='0.32'/> <line x1='716.0' y1='659.1' x2='689.7' y2='639.3' stroke='%230c7080' stroke-width='0.8' opacity='0.31'/> <line x1='165.1' y1='101.6' x2='199.4' y2='91.8' stroke='%230c7080' stroke-width='0.8' opacity='0.29'/> <line x1='374.6' y1='540.5' x2='349.8' y2='522.6' stroke='%230c7080' stroke-width='0.8' opacity='0.32'/> <line x1='327.6' y1='219.8' x2='329.6' y2='232.2' stroke='%230c7080' stroke-width='0.8' opacity='0.50'/> <line x1='327.6' y1='219.8' x2='365.1' y2='227.4' stroke='%230c7080' stroke-width='0.8' opacity='0.25'/> <line x1='391.7' y1='782.4' x2='395.0' y2='790.1' stroke='%230c7080' stroke-width='0.8' opacity='0.54'/> <line x1='590.4' y1='537.2' x2='607.2' y2='552.5' stroke='%230c7080' stroke-width='0.8' opacity='0.41'/> <line x1='557.9' y1='453.9' x2='576.9' y2='430.5' stroke='%230c7080' stroke-width='0.8' opacity='0.34'/> <line x1='545.9' y1='293.4' x2='566.7' y2='301.5' stroke='%230c7080' stroke-width='0.8' opacity='0.41'/> <line x1='698.5' y1='416.3' x2='687.0' y2='405.0' stroke='%230c7080' stroke-width='0.8' opacity='0.47'/> <line x1='631.9' y1='368.6' x2='624.2' y2='356.6' stroke='%230c7080' stroke-width='0.8' opacity='0.49'/> <line x1='222.9' y1='249.4' x2='232.6' y2='243.3' stroke='%230c7080' stroke-width='0.8' opacity='0.52'/> <line x1='432.7' y1='303.4' x2='400.3' y2='322.9' stroke='%230c7080' stroke-width='0.8' opacity='0.25'/> <line x1='56.4' y1='284.7' x2='53.2' y2='302.9' stroke='%230c7080' stroke-width='0.8' opacity='0.45'/> <line x1='665.3' y1='442.5' x2='672.4' y2='431.5' stroke='%230c7080' stroke-width='0.8' opacity='0.50'/> <line x1='418.8' y1='456.0' x2='387.9' y2='440.0' stroke='%230c7080' stroke-width='0.8' opacity='0.29'/> <line x1='620.2' y1='612.5' x2='621.0' y2='633.1' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='399.5' y1='576.8' x2='430.3' y2='566.3' stroke='%230c7080' stroke-width='0.8' opacity='0.31'/> <line x1='402.1' y1='739.2' x2='396.3' y2='763.5' stroke='%230c7080' stroke-width='0.8' opacity='0.38'/> <line x1='462.3' y1='500.5' x2='453.4' y2='478.8' stroke='%230c7080' stroke-width='0.8' opacity='0.40'/> <line x1='628.3' y1='285.5' x2='612.3' y2='318.0' stroke='%230c7080' stroke-width='0.8' opacity='0.27'/> <line x1='517.6' y1='809.9' x2='506.3' y2='784.9' stroke='%230c7080' stroke-width='0.8' opacity='0.36'/> <line x1='345.0' y1='423.0' x2='356.5' y2='437.1' stroke='%230c7080' stroke-width='0.8' opacity='0.45'/> <line x1='426.1' y1='838.0' x2='428.4' y2='836.6' stroke='%230c7080' stroke-width='0.8' opacity='0.55'/> <line x1='312.9' y1='63.5' x2='314.4' y2='52.9' stroke='%230c7080' stroke-width='0.8' opacity='0.52'/> <line x1='378.8' y1='574.2' x2='399.5' y2='576.8' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='328.7' y1='88.1' x2='338.9' y2='53.0' stroke='%230c7080' stroke-width='0.8' opacity='0.27'/> <line x1='153.7' y1='402.2' x2='156.1' y2='413.4' stroke='%230c7080' stroke-width='0.8' opacity='0.52'/> <line x1='309.9' y1='63.1' x2='294.1' y2='81.4' stroke='%230c7080' stroke-width='0.8' opacity='0.40'/> <line x1='503.2' y1='608.5' x2='514.2' y2='626.5' stroke='%230c7080' stroke-width='0.8' opacity='0.41'/> <line x1='717.6' y1='394.1' x2='726.1' y2='391.4' stroke='%230c7080' stroke-width='0.8' opacity='0.54'/> <line x1='430.4' y1='770.9' x2='436.3' y2='801.9' stroke='%230c7080' stroke-width='0.8' opacity='0.32'/> <line x1='516.6' y1='438.2' x2='528.5' y2='439.0' stroke='%230c7080' stroke-width='0.8' opacity='0.50'/> <line x1='437.6' y1='116.4' x2='441.2' y2='150.0' stroke='%230c7080' stroke-width='0.8' opacity='0.31'/> <line x1='698.5' y1='416.3' x2='695.3' y2='435.6' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='349.5' y1='272.3' x2='359.8' y2='273.6' stroke='%230c7080' stroke-width='0.8' opacity='0.52'/> <line x1='356.5' y1='437.1' x2='331.9' y2='452.1' stroke='%230c7080' stroke-width='0.8' opacity='0.34'/> <line x1='178.7' y1='138.0' x2='173.0' y2='155.3' stroke='%230c7080' stroke-width='0.8' opacity='0.45'/> <line x1='546.2' y1='412.3' x2='550.8' y2='382.5' stroke='%230c7080' stroke-width='0.8' opacity='0.34'/> <line x1='369.5' y1='712.0' x2='359.3' y2='684.1' stroke='%230c7080' stroke-width='0.8' opacity='0.34'/> <line x1='641.2' y1='490.0' x2='635.4' y2='462.5' stroke='%230c7080' stroke-width='0.8' opacity='0.36'/> <line x1='517.2' y1='566.2' x2='520.1' y2='545.5' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='522.5' y1='743.3' x2='507.9' y2='738.4' stroke='%230c7080' stroke-width='0.8' opacity='0.49'/> <line x1='495.7' y1='314.9' x2='513.5' y2='331.1' stroke='%230c7080' stroke-width='0.8' opacity='0.40'/> <line x1='355.4' y1='464.4' x2='334.6' y2='449.4' stroke='%230c7080' stroke-width='0.8' opacity='0.38'/> <line x1='487.1' y1='539.9' x2='498.4' y2='549.1' stroke='%230c7080' stroke-width='0.8' opacity='0.49'/> <line x1='63.4' y1='253.1' x2='53.0' y2='230.9' stroke='%230c7080' stroke-width='0.8' opacity='0.40'/> <line x1='518.3' y1='310.8' x2='495.7' y2='314.9' stroke='%230c7080' stroke-width='0.8' opacity='0.41'/> <line x1='333.5' y1='484.9' x2='339.4' y2='490.4' stroke='%230c7080' stroke-width='0.8' opacity='0.55'/> <line x1='274.4' y1='413.2' x2='259.0' y2='407.8' stroke='%230c7080' stroke-width='0.8' opacity='0.47'/> <line x1='475.9' y1='121.3' x2='441.2' y2='150.0' stroke='%230c7080' stroke-width='0.8' opacity='0.18'/> <line x1='331.0' y1='462.0' x2='324.8' y2='484.0' stroke='%230c7080' stroke-width='0.8' opacity='0.41'/> <line x1='398.6' y1='554.3' x2='399.5' y2='576.8' stroke='%230c7080' stroke-width='0.8' opacity='0.41'/> <line x1='85.7' y1='352.9' x2='104.7' y2='380.3' stroke='%230c7080' stroke-width='0.8' opacity='0.31'/> <line x1='623.1' y1='574.5' x2='629.0' y2='557.0' stroke='%230c7080' stroke-width='0.8' opacity='0.45'/> <line x1='150.2' y1='175.0' x2='136.2' y2='165.6' stroke='%230c7080' stroke-width='0.8' opacity='0.47'/> <line x1='67.2' y1='316.1' x2='51.1' y2='297.3' stroke='%230c7080' stroke-width='0.8' opacity='0.40'/> <line x1='564.6' y1='297.2' x2='566.7' y2='301.5' stroke='%230c7080' stroke-width='0.8' opacity='0.55'/> <line x1='166.5' y1='351.8' x2='154.3' y2='345.7' stroke='%230c7080' stroke-width='0.8' opacity='0.50'/> <line x1='468.1' y1='547.9' x2='448.4' y2='536.2' stroke='%230c7080' stroke-width='0.8' opacity='0.41'/> <line x1='263.9' y1='136.3' x2='234.2' y2='148.7' stroke='%230c7080' stroke-width='0.8' opacity='0.31'/> <line x1='729.9' y1='365.3' x2='727.5' y2='365.3' stroke='%230c7080' stroke-width='0.8' opacity='0.55'/> <line x1='211.9' y1='364.5' x2='214.5' y2='348.4' stroke='%230c7080' stroke-width='0.8' opacity='0.47'/> <line x1='358.4' y1='215.2' x2='339.4' y2='209.6' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='432.0' y1='841.8' x2='444.9' y2='833.6' stroke='%230c7080' stroke-width='0.8' opacity='0.49'/> <line x1='355.5' y1='611.3' x2='359.6' y2='578.2' stroke='%230c7080' stroke-width='0.8' opacity='0.31'/> <line x1='541.2' y1='152.6' x2='556.5' y2='122.4' stroke='%230c7080' stroke-width='0.8' opacity='0.31'/> <line x1='427.8' y1='323.0' x2='400.3' y2='322.9' stroke='%230c7080' stroke-width='0.8' opacity='0.36'/> <line x1='446.1' y1='218.7' x2='482.5' y2='219.7' stroke='%230c7080' stroke-width='0.8' opacity='0.27'/> <line x1='514.6' y1='727.4' x2='510.7' y2='743.7' stroke='%230c7080' stroke-width='0.8' opacity='0.47'/> <line x1='576.9' y1='430.5' x2='578.9' y2='408.1' stroke='%230c7080' stroke-width='0.8' opacity='0.41'/> <line x1='228.5' y1='253.4' x2='232.6' y2='243.3' stroke='%230c7080' stroke-width='0.8' opacity='0.52'/> <line x1='183.4' y1='355.4' x2='214.5' y2='348.4' stroke='%230c7080' stroke-width='0.8' opacity='0.32'/> <line x1='478.5' y1='165.3' x2='460.1' y2='179.8' stroke='%230c7080' stroke-width='0.8' opacity='0.40'/> <line x1='427.5' y1='436.5' x2='410.6' y2='449.0' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='608.2' y1='570.8' x2='601.8' y2='564.6' stroke='%230c7080' stroke-width='0.8' opacity='0.54'/> <line x1='577.7' y1='395.9' x2='578.9' y2='408.1' stroke='%230c7080' stroke-width='0.8' opacity='0.50'/> <line x1='481.5' y1='115.4' x2='522.2' y2='120.9' stroke='%230c7080' stroke-width='0.8' opacity='0.23'/> <line x1='509.3' y1='658.5' x2='533.8' y2='650.6' stroke='%230c7080' stroke-width='0.8' opacity='0.38'/> <line x1='589.0' y1='482.3' x2='574.0' y2='471.4' stroke='%230c7080' stroke-width='0.8' opacity='0.45'/> <line x1='456.1' y1='214.4' x2='482.5' y2='219.7' stroke='%230c7080' stroke-width='0.8' opacity='0.36'/> <line x1='577.2' y1='216.4' x2='582.4' y2='196.7' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='686.0' y1='649.8' x2='716.0' y2='659.1' stroke='%230c7080' stroke-width='0.8' opacity='0.32'/> <line x1='478.5' y1='165.3' x2='451.8' y2='179.1' stroke='%230c7080' stroke-width='0.8' opacity='0.34'/> <line x1='501.9' y1='367.7' x2='505.0' y2='384.7' stroke='%230c7080' stroke-width='0.8' opacity='0.47'/> <line x1='343.2' y1='437.1' x2='334.6' y2='449.4' stroke='%230c7080' stroke-width='0.8' opacity='0.49'/> <line x1='472.3' y1='328.3' x2='466.4' y2='358.8' stroke='%230c7080' stroke-width='0.8' opacity='0.32'/> <line x1='166.5' y1='148.4' x2='144.2' y2='146.6' stroke='%230c7080' stroke-width='0.8' opacity='0.41'/> <line x1='376.5' y1='144.7' x2='414.6' y2='135.3' stroke='%230c7080' stroke-width='0.8' opacity='0.25'/> <line x1='385.2' y1='753.0' x2='384.8' y2='767.8' stroke='%230c7080' stroke-width='0.8' opacity='0.49'/> <line x1='345.0' y1='266.9' x2='358.5' y2='250.3' stroke='%230c7080' stroke-width='0.8' opacity='0.41'/> <line x1='684.3' y1='733.7' x2='698.8' y2='706.4' stroke='%230c7080' stroke-width='0.8' opacity='0.32'/> <line x1='441.2' y1='150.0' x2='430.6' y2='109.9' stroke='%230c7080' stroke-width='0.8' opacity='0.22'/> <line x1='243.7' y1='375.2' x2='250.1' y2='358.0' stroke='%230c7080' stroke-width='0.8' opacity='0.45'/> <line x1='173.3' y1='217.4' x2='189.2' y2='217.1' stroke='%230c7080' stroke-width='0.8' opacity='0.47'/> <line x1='581.4' y1='722.2' x2='588.9' y2='723.5' stroke='%230c7080' stroke-width='0.8' opacity='0.55'/> <line x1='698.3' y1='344.0' x2='705.6' y2='336.2' stroke='%230c7080' stroke-width='0.8' opacity='0.52'/> <line x1='165.5' y1='83.0' x2='167.3' y2='81.4' stroke='%230c7080' stroke-width='0.8' opacity='0.55'/> <line x1='235.6' y1='302.2' x2='211.3' y2='305.5' stroke='%230c7080' stroke-width='0.8' opacity='0.40'/> <line x1='251.2' y1='347.4' x2='257.6' y2='374.8' stroke='%230c7080' stroke-width='0.8' opacity='0.36'/> <line x1='462.3' y1='500.5' x2='454.5' y2='510.2' stroke='%230c7080' stroke-width='0.8' opacity='0.50'/> <line x1='517.9' y1='713.0' x2='525.3' y2='701.1' stroke='%230c7080' stroke-width='0.8' opacity='0.49'/> <line x1='325.8' y1='446.2' x2='334.6' y2='449.4' stroke='%230c7080' stroke-width='0.8' opacity='0.54'/> <line x1='358.4' y1='215.2' x2='367.8' y2='209.6' stroke='%230c7080' stroke-width='0.8' opacity='0.52'/> <line x1='349.5' y1='515.6' x2='344.9' y2='500.4' stroke='%230c7080' stroke-width='0.8' opacity='0.47'/> <line x1='402.1' y1='739.2' x2='378.0' y2='728.6' stroke='%230c7080' stroke-width='0.8' opacity='0.38'/> <line x1='127.1' y1='224.3' x2='127.4' y2='204.8' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='95.8' y1='274.3' x2='109.7' y2='278.0' stroke='%230c7080' stroke-width='0.8' opacity='0.49'/> <line x1='221.0' y1='138.9' x2='236.9' y2='139.9' stroke='%230c7080' stroke-width='0.8' opacity='0.47'/> <line x1='558.2' y1='286.3' x2='538.1' y2='291.1' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='485.1' y1='722.3' x2='475.7' y2='730.9' stroke='%230c7080' stroke-width='0.8' opacity='0.50'/> <line x1='579.2' y1='506.7' x2='599.3' y2='505.4' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='445.2' y1='289.1' x2='467.5' y2='278.8' stroke='%230c7080' stroke-width='0.8' opacity='0.40'/> <line x1='404.3' y1='319.8' x2='393.2' y2='331.8' stroke='%230c7080' stroke-width='0.8' opacity='0.47'/> <line x1='416.4' y1='806.5' x2='427.8' y2='805.1' stroke='%230c7080' stroke-width='0.8' opacity='0.52'/> <line x1='268.3' y1='326.0' x2='277.3' y2='314.5' stroke='%230c7080' stroke-width='0.8' opacity='0.49'/> <line x1='416.3' y1='409.4' x2='418.7' y2='414.7' stroke='%230c7080' stroke-width='0.8' opacity='0.55'/> <line x1='367.6' y1='386.9' x2='384.9' y2='369.3' stroke='%230c7080' stroke-width='0.8' opacity='0.40'/> <line x1='194.3' y1='148.5' x2='192.1' y2='152.5' stroke='%230c7080' stroke-width='0.8' opacity='0.55'/> <line x1='238.0' y1='223.0' x2='232.6' y2='243.3' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='460.9' y1='776.2' x2='430.4' y2='770.9' stroke='%230c7080' stroke-width='0.8' opacity='0.32'/> <line x1='346.1' y1='486.5' x2='344.9' y2='500.4' stroke='%230c7080' stroke-width='0.8' opacity='0.49'/> <line x1='524.0' y1='261.0' x2='527.0' y2='234.8' stroke='%230c7080' stroke-width='0.8' opacity='0.38'/> <line x1='545.3' y1='739.3' x2='532.5' y2='735.3' stroke='%230c7080' stroke-width='0.8' opacity='0.50'/> <line x1='176.7' y1='140.2' x2='192.1' y2='152.5' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='628.3' y1='285.5' x2='605.8' y2='301.4' stroke='%230c7080' stroke-width='0.8' opacity='0.36'/> <line x1='355.4' y1='464.4' x2='356.5' y2='437.1' stroke='%230c7080' stroke-width='0.8' opacity='0.36'/> <line x1='389.7' y1='215.3' x2='384.9' y2='205.7' stroke='%230c7080' stroke-width='0.8' opacity='0.52'/> <line x1='721.1' y1='383.7' x2='726.1' y2='391.4' stroke='%230c7080' stroke-width='0.8' opacity='0.54'/> <line x1='218.4' y1='399.0' x2='213.2' y2='381.6' stroke='%230c7080' stroke-width='0.8' opacity='0.45'/> <line x1='577.1' y1='311.2' x2='566.7' y2='301.5' stroke='%230c7080' stroke-width='0.8' opacity='0.49'/> <line x1='367.4' y1='591.7' x2='355.5' y2='611.3' stroke='%230c7080' stroke-width='0.8' opacity='0.40'/> <line x1='641.3' y1='341.6' x2='666.4' y2='329.1' stroke='%230c7080' stroke-width='0.8' opacity='0.36'/> <line x1='394.0' y1='114.8' x2='393.7' y2='140.6' stroke='%230c7080' stroke-width='0.8' opacity='0.38'/> <line x1='464.0' y1='469.6' x2='453.2' y2='474.2' stroke='%230c7080' stroke-width='0.8' opacity='0.52'/> <line x1='387.9' y1='234.5' x2='365.1' y2='227.4' stroke='%230c7080' stroke-width='0.8' opacity='0.40'/> <line x1='600.2' y1='460.9' x2='596.5' y2='445.2' stroke='%230c7080' stroke-width='0.8' opacity='0.47'/> <line x1='87.3' y1='265.5' x2='63.4' y2='275.2' stroke='%230c7080' stroke-width='0.8' opacity='0.38'/> <line x1='428.3' y1='638.5' x2='427.7' y2='629.9' stroke='%230c7080' stroke-width='0.8' opacity='0.54'/> <line x1='430.4' y1='770.9' x2='447.4' y2='743.5' stroke='%230c7080' stroke-width='0.8' opacity='0.31'/> <line x1='418.3' y1='297.3' x2='400.3' y2='322.9' stroke='%230c7080' stroke-width='0.8' opacity='0.32'/> <line x1='219.7' y1='124.3' x2='236.9' y2='139.9' stroke='%230c7080' stroke-width='0.8' opacity='0.40'/> <line x1='368.7' y1='697.2' x2='359.3' y2='684.1' stroke='%230c7080' stroke-width='0.8' opacity='0.47'/> <line x1='342.3' y1='319.5' x2='325.0' y2='294.4' stroke='%230c7080' stroke-width='0.8' opacity='0.32'/> <line x1='249.1' y1='275.9' x2='269.6' y2='286.2' stroke='%230c7080' stroke-width='0.8' opacity='0.40'/> <line x1='293.1' y1='74.7' x2='314.4' y2='52.9' stroke='%230c7080' stroke-width='0.8' opacity='0.32'/> <line x1='573.7' y1='492.4' x2='574.0' y2='471.4' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='348.4' y1='343.9' x2='325.8' y2='345.9' stroke='%230c7080' stroke-width='0.8' opacity='0.41'/> <line x1='349.2' y1='656.3' x2='349.2' y2='645.1' stroke='%230c7080' stroke-width='0.8' opacity='0.52'/> <line x1='578.9' y1='408.1' x2='550.0' y2='399.5' stroke='%230c7080' stroke-width='0.8' opacity='0.34'/> <line x1='538.1' y1='291.1' x2='528.4' y2='273.0' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='306.1' y1='169.4' x2='314.1' y2='153.8' stroke='%230c7080' stroke-width='0.8' opacity='0.45'/> <line x1='356.4' y1='468.7' x2='379.0' y2='480.8' stroke='%230c7080' stroke-width='0.8' opacity='0.38'/> <line x1='550.8' y1='382.5' x2='553.2' y2='366.6' stroke='%230c7080' stroke-width='0.8' opacity='0.47'/> <line x1='243.6' y1='396.8' x2='217.8' y2='407.8' stroke='%230c7080' stroke-width='0.8' opacity='0.36'/> <line x1='179.8' y1='226.5' x2='189.2' y2='217.1' stroke='%230c7080' stroke-width='0.8' opacity='0.50'/> <line x1='328.6' y1='455.4' x2='325.1' y2='461.9' stroke='%230c7080' stroke-width='0.8' opacity='0.55'/> <line x1='447.5' y1='689.9' x2='431.4' y2='688.4' stroke='%230c7080' stroke-width='0.8' opacity='0.47'/> <line x1='525.3' y1='263.1' x2='533.1' y2='251.0' stroke='%230c7080' stroke-width='0.8' opacity='0.49'/> <line x1='612.3' y1='318.0' x2='605.8' y2='301.4' stroke='%230c7080' stroke-width='0.8' opacity='0.45'/> <line x1='583.2' y1='663.1' x2='595.5' y2='642.9' stroke='%230c7080' stroke-width='0.8' opacity='0.40'/> <line x1='468.7' y1='819.0' x2='443.1' y2='825.9' stroke='%230c7080' stroke-width='0.8' opacity='0.38'/> <line x1='284.0' y1='411.9' x2='315.5' y2='413.0' stroke='%230c7080' stroke-width='0.8' opacity='0.32'/> <line x1='157.6' y1='351.2' x2='183.4' y2='355.4' stroke='%230c7080' stroke-width='0.8' opacity='0.38'/> <line x1='76.2' y1='350.9' x2='73.8' y2='347.2' stroke='%230c7080' stroke-width='0.8' opacity='0.55'/> <line x1='151.5' y1='283.3' x2='142.0' y2='295.8' stroke='%230c7080' stroke-width='0.8' opacity='0.47'/> <line x1='422.3' y1='388.9' x2='439.4' y2='374.6' stroke='%230c7080' stroke-width='0.8' opacity='0.41'/> <line x1='415.4' y1='415.6' x2='409.5' y2='414.6' stroke='%230c7080' stroke-width='0.8' opacity='0.55'/> <line x1='637.4' y1='610.8' x2='639.5' y2='606.9' stroke='%230c7080' stroke-width='0.8' opacity='0.55'/> <line x1='437.4' y1='485.6' x2='462.3' y2='500.5' stroke='%230c7080' stroke-width='0.8' opacity='0.34'/> <line x1='483.3' y1='521.2' x2='458.0' y2='511.7' stroke='%230c7080' stroke-width='0.8' opacity='0.36'/> <line x1='353.6' y1='639.4' x2='361.7' y2='617.1' stroke='%230c7080' stroke-width='0.8' opacity='0.40'/> <line x1='628.3' y1='285.5' x2='608.4' y2='248.1' stroke='%230c7080' stroke-width='0.8' opacity='0.22'/> <line x1='371.4' y1='290.3' x2='369.5' y2='280.6' stroke='%230c7080' stroke-width='0.8' opacity='0.54'/> <line x1='515.5' y1='168.8' x2='527.5' y2='174.8' stroke='%230c7080' stroke-width='0.8' opacity='0.50'/> <line x1='300.5' y1='337.3' x2='286.5' y2='330.5' stroke='%230c7080' stroke-width='0.8' opacity='0.47'/> <line x1='380.9' y1='736.5' x2='378.0' y2='728.6' stroke='%230c7080' stroke-width='0.8' opacity='0.54'/> <line x1='97.5' y1='230.9' x2='118.0' y2='231.7' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='501.9' y1='367.7' x2='500.0' y2='387.9' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='257.6' y1='374.8' x2='259.0' y2='407.8' stroke='%230c7080' stroke-width='0.8' opacity='0.31'/> <line x1='302.2' y1='97.4' x2='294.1' y2='81.4' stroke='%230c7080' stroke-width='0.8' opacity='0.45'/> <line x1='516.1' y1='805.6' x2='543.0' y2='784.6' stroke='%230c7080' stroke-width='0.8' opacity='0.29'/> <line x1='557.5' y1='662.7' x2='583.2' y2='663.1' stroke='%230c7080' stroke-width='0.8' opacity='0.38'/> <line x1='324.8' y1='484.0' x2='325.1' y2='461.9' stroke='%230c7080' stroke-width='0.8' opacity='0.41'/> <line x1='444.2' y1='255.4' x2='431.0' y2='247.7' stroke='%230c7080' stroke-width='0.8' opacity='0.49'/> <line x1='178.7' y1='138.0' x2='176.7' y2='140.2' stroke='%230c7080' stroke-width='0.8' opacity='0.55'/> <line x1='589.4' y1='263.7' x2='628.8' y2='270.1' stroke='%230c7080' stroke-width='0.8' opacity='0.23'/> <line x1='498.4' y1='549.1' x2='492.9' y2='548.2' stroke='%230c7080' stroke-width='0.8' opacity='0.55'/> <line x1='149.7' y1='310.5' x2='142.0' y2='295.8' stroke='%230c7080' stroke-width='0.8' opacity='0.47'/> <line x1='427.7' y1='629.9' x2='420.8' y2='636.8' stroke='%230c7080' stroke-width='0.8' opacity='0.54'/> <line x1='505.4' y1='293.3' x2='533.2' y2='283.9' stroke='%230c7080' stroke-width='0.8' opacity='0.34'/> <line x1='546.2' y1='412.3' x2='550.0' y2='399.5' stroke='%230c7080' stroke-width='0.8' opacity='0.50'/> <line x1='309.5' y1='165.2' x2='314.1' y2='153.8' stroke='%230c7080' stroke-width='0.8' opacity='0.50'/> <line x1='533.5' y1='471.6' x2='524.9' y2='486.4' stroke='%230c7080' stroke-width='0.8' opacity='0.47'/> <line x1='290.5' y1='313.3' x2='313.6' y2='299.7' stroke='%230c7080' stroke-width='0.8' opacity='0.36'/> <line x1='213.2' y1='381.6' x2='206.9' y2='372.1' stroke='%230c7080' stroke-width='0.8' opacity='0.52'/> <line x1='716.0' y1='659.1' x2='685.0' y2='685.0' stroke='%230c7080' stroke-width='0.8' opacity='0.23'/> <line x1='374.6' y1='540.5' x2='359.7' y2='555.9' stroke='%230c7080' stroke-width='0.8' opacity='0.41'/> <line x1='479.3' y1='197.7' x2='467.5' y2='200.3' stroke='%230c7080' stroke-width='0.8' opacity='0.50'/> <line x1='460.1' y1='179.8' x2='451.8' y2='179.1' stroke='%230c7080' stroke-width='0.8' opacity='0.54'/> <line x1='381.8' y1='252.5' x2='387.9' y2='234.5' stroke='%230c7080' stroke-width='0.8' opacity='0.45'/> <line x1='453.2' y1='474.2' x2='476.5' y2='462.7' stroke='%230c7080' stroke-width='0.8' opacity='0.38'/> <line x1='595.8' y1='631.2' x2='588.6' y2='651.1' stroke='%230c7080' stroke-width='0.8' opacity='0.41'/> <line x1='99.1' y1='166.5' x2='93.9' y2='181.1' stroke='%230c7080' stroke-width='0.8' opacity='0.49'/> <line x1='146.6' y1='144.5' x2='155.2' y2='114.7' stroke='%230c7080' stroke-width='0.8' opacity='0.32'/> <line x1='306.1' y1='169.4' x2='309.5' y2='165.2' stroke='%230c7080' stroke-width='0.8' opacity='0.55'/> <line x1='445.8' y1='716.7' x2='447.4' y2='743.5' stroke='%230c7080' stroke-width='0.8' opacity='0.36'/> <line x1='435.4' y1='800.7' x2='422.2' y2='789.1' stroke='%230c7080' stroke-width='0.8' opacity='0.45'/> <line x1='162.4' y1='104.8' x2='165.5' y2='83.0' stroke='%230c7080' stroke-width='0.8' opacity='0.41'/> <line x1='524.4' y1='224.2' x2='527.0' y2='234.8' stroke='%230c7080' stroke-width='0.8' opacity='0.52'/> <line x1='482.5' y1='219.7' x2='467.5' y2='200.3' stroke='%230c7080' stroke-width='0.8' opacity='0.40'/> <line x1='328.7' y1='88.1' x2='330.7' y2='54.1' stroke='%230c7080' stroke-width='0.8' opacity='0.29'/> <line x1='153.7' y1='402.2' x2='176.7' y2='407.9' stroke='%230c7080' stroke-width='0.8' opacity='0.40'/> <line x1='460.9' y1='776.2' x2='464.9' y2='753.2' stroke='%230c7080' stroke-width='0.8' opacity='0.40'/> <line x1='427.8' y1='323.0' x2='393.2' y2='331.8' stroke='%230c7080' stroke-width='0.8' opacity='0.29'/> <line x1='468.4' y1='593.7' x2='470.4' y2='616.7' stroke='%230c7080' stroke-width='0.8' opacity='0.40'/> <line x1='528.5' y1='439.0' x2='546.6' y2='450.2' stroke='%230c7080' stroke-width='0.8' opacity='0.41'/> <line x1='262.0' y1='335.1' x2='273.6' y2='355.9' stroke='%230c7080' stroke-width='0.8' opacity='0.40'/> <line x1='309.5' y1='165.2' x2='328.6' y2='156.3' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='518.3' y1='310.8' x2='505.4' y2='293.3' stroke='%230c7080' stroke-width='0.8' opacity='0.41'/> <line x1='625.8' y1='491.1' x2='641.2' y2='490.0' stroke='%230c7080' stroke-width='0.8' opacity='0.49'/> <line x1='339.4' y1='209.6' x2='367.8' y2='209.6' stroke='%230c7080' stroke-width='0.8' opacity='0.34'/> <line x1='311.2' y1='173.0' x2='314.1' y2='153.8' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='175.1' y1='336.7' x2='154.3' y2='345.7' stroke='%230c7080' stroke-width='0.8' opacity='0.41'/> <line x1='209.3' y1='138.3' x2='214.2' y2='157.7' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='243.8' y1='122.4' x2='263.9' y2='136.3' stroke='%230c7080' stroke-width='0.8' opacity='0.40'/> <line x1='277.3' y1='140.2' x2='263.9' y2='136.3' stroke='%230c7080' stroke-width='0.8' opacity='0.49'/> <line x1='546.1' y1='262.2' x2='524.0' y2='261.0' stroke='%230c7080' stroke-width='0.8' opacity='0.41'/> <line x1='461.4' y1='560.5' x2='470.5' y2='591.5' stroke='%230c7080' stroke-width='0.8' opacity='0.31'/> <line x1='367.6' y1='386.9' x2='361.0' y2='360.7' stroke='%230c7080' stroke-width='0.8' opacity='0.36'/> <line x1='668.3' y1='403.8' x2='654.0' y2='410.7' stroke='%230c7080' stroke-width='0.8' opacity='0.47'/> <line x1='496.7' y1='256.5' x2='478.4' y2='236.2' stroke='%230c7080' stroke-width='0.8' opacity='0.36'/> <line x1='665.3' y1='442.5' x2='659.4' y2='457.6' stroke='%230c7080' stroke-width='0.8' opacity='0.47'/> <line x1='67.2' y1='316.1' x2='53.2' y2='302.9' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='194.3' y1='148.5' x2='173.0' y2='155.3' stroke='%230c7080' stroke-width='0.8' opacity='0.41'/> <line x1='468.4' y1='593.7' x2='460.5' y2='610.3' stroke='%230c7080' stroke-width='0.8' opacity='0.45'/> <line x1='731.3' y1='659.7' x2='689.7' y2='639.3' stroke='%230c7080' stroke-width='0.8' opacity='0.18'/> <line x1='355.4' y1='464.4' x2='356.4' y2='468.7' stroke='%230c7080' stroke-width='0.8' opacity='0.55'/> <line x1='209.3' y1='138.3' x2='203.1' y2='152.8' stroke='%230c7080' stroke-width='0.8' opacity='0.47'/> <line x1='494.8' y1='705.4' x2='486.5' y2='699.3' stroke='%230c7080' stroke-width='0.8' opacity='0.52'/> <line x1='464.9' y1='753.2' x2='447.4' y2='743.5' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='176.7' y1='140.2' x2='173.0' y2='155.3' stroke='%230c7080' stroke-width='0.8' opacity='0.49'/> <line x1='638.0' y1='489.3' x2='644.1' y2='485.1' stroke='%230c7080' stroke-width='0.8' opacity='0.55'/> <line x1='603.5' y1='324.7' x2='607.7' y2='322.7' stroke='%230c7080' stroke-width='0.8' opacity='0.55'/> <line x1='302.2' y1='97.4' x2='279.4' y2='76.4' stroke='%230c7080' stroke-width='0.8' opacity='0.32'/> <line x1='389.7' y1='215.3' x2='387.9' y2='234.5' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='251.2' y1='347.4' x2='262.0' y2='335.1' stroke='%230c7080' stroke-width='0.8' opacity='0.47'/> <line x1='473.7' y1='663.4' x2='508.8' y2='668.9' stroke='%230c7080' stroke-width='0.8' opacity='0.29'/> <line x1='451.7' y1='231.5' x2='456.1' y2='214.4' stroke='%230c7080' stroke-width='0.8' opacity='0.45'/> <line x1='497.7' y1='339.2' x2='510.5' y2='325.2' stroke='%230c7080' stroke-width='0.8' opacity='0.45'/> <line x1='381.8' y1='252.5' x2='358.5' y2='250.3' stroke='%230c7080' stroke-width='0.8' opacity='0.40'/> <line x1='261.4' y1='87.5' x2='279.4' y2='76.4' stroke='%230c7080' stroke-width='0.8' opacity='0.41'/> <line x1='56.4' y1='284.7' x2='63.4' y2='275.2' stroke='%230c7080' stroke-width='0.8' opacity='0.52'/> <line x1='640.3' y1='616.9' x2='637.4' y2='610.8' stroke='%230c7080' stroke-width='0.8' opacity='0.55'/> <line x1='736.7' y1='612.8' x2='716.0' y2='659.1' stroke='%230c7080' stroke-width='0.8' opacity='0.14'/> <line x1='580.7' y1='671.4' x2='588.6' y2='651.1' stroke='%230c7080' stroke-width='0.8' opacity='0.41'/> <line x1='464.9' y1='753.2' x2='474.1' y2='756.4' stroke='%230c7080' stroke-width='0.8' opacity='0.54'/> <line x1='328.7' y1='88.1' x2='302.2' y2='97.4' stroke='%230c7080' stroke-width='0.8' opacity='0.36'/> <line x1='402.1' y1='739.2' x2='426.4' y2='734.7' stroke='%230c7080' stroke-width='0.8' opacity='0.38'/> <line x1='381.1' y1='414.7' x2='409.5' y2='414.6' stroke='%230c7080' stroke-width='0.8' opacity='0.34'/> <line x1='669.4' y1='401.1' x2='650.6' y2='412.9' stroke='%230c7080' stroke-width='0.8' opacity='0.41'/> <line x1='736.7' y1='612.8' x2='737.9' y2='611.5' stroke='%230c7080' stroke-width='0.8' opacity='0.55'/> <line x1='672.4' y1='431.5' x2='659.4' y2='457.6' stroke='%230c7080' stroke-width='0.8' opacity='0.34'/> <line x1='524.0' y1='261.0' x2='533.1' y2='251.0' stroke='%230c7080' stroke-width='0.8' opacity='0.50'/> <line x1='557.9' y1='453.9' x2='569.7' y2='449.2' stroke='%230c7080' stroke-width='0.8' opacity='0.50'/> <line x1='136.7' y1='134.7' x2='136.2' y2='165.6' stroke='%230c7080' stroke-width='0.8' opacity='0.32'/> <line x1='97.5' y1='230.9' x2='63.2' y2='208.7' stroke='%230c7080' stroke-width='0.8' opacity='0.23'/> <line x1='312.9' y1='63.5' x2='338.9' y2='53.0' stroke='%230c7080' stroke-width='0.8' opacity='0.36'/> <line x1='312.9' y1='63.5' x2='293.1' y2='74.7' stroke='%230c7080' stroke-width='0.8' opacity='0.41'/> <line x1='405.1' y1='419.4' x2='381.1' y2='414.7' stroke='%230c7080' stroke-width='0.8' opacity='0.40'/> <line x1='169.3' y1='65.8' x2='213.4' y2='76.0' stroke='%230c7080' stroke-width='0.8' opacity='0.18'/> <line x1='563.8' y1='666.4' x2='588.7' y2='684.5' stroke='%230c7080' stroke-width='0.8' opacity='0.32'/> <line x1='581.7' y1='703.2' x2='588.9' y2='723.5' stroke='%230c7080' stroke-width='0.8' opacity='0.41'/> <line x1='325.1' y1='461.9' x2='325.4' y2='440.0' stroke='%230c7080' stroke-width='0.8' opacity='0.41'/> <line x1='298.2' y1='366.5' x2='303.8' y2='353.9' stroke='%230c7080' stroke-width='0.8' opacity='0.50'/> <line x1='581.4' y1='722.2' x2='588.7' y2='684.5' stroke='%230c7080' stroke-width='0.8' opacity='0.25'/> <line x1='230.7' y1='242.2' x2='222.9' y2='249.4' stroke='%230c7080' stroke-width='0.8' opacity='0.52'/> <line x1='325.4' y1='440.0' x2='330.7' y2='423.6' stroke='%230c7080' stroke-width='0.8' opacity='0.47'/> <line x1='437.5' y1='675.9' x2='462.7' y2='656.8' stroke='%230c7080' stroke-width='0.8' opacity='0.32'/> <line x1='262.1' y1='59.0' x2='247.0' y2='56.1' stroke='%230c7080' stroke-width='0.8' opacity='0.49'/> <line x1='356.5' y1='437.1' x2='343.2' y2='437.1' stroke='%230c7080' stroke-width='0.8' opacity='0.50'/> <line x1='331.1' y1='175.3' x2='314.1' y2='153.8' stroke='%230c7080' stroke-width='0.8' opacity='0.36'/> <line x1='487.1' y1='539.9' x2='483.3' y2='521.2' stroke='%230c7080' stroke-width='0.8' opacity='0.45'/> <line x1='262.7' y1='374.9' x2='257.6' y2='374.8' stroke='%230c7080' stroke-width='0.8' opacity='0.55'/> <line x1='528.5' y1='439.0' x2='511.1' y2='425.9' stroke='%230c7080' stroke-width='0.8' opacity='0.41'/> <line x1='102.1' y1='293.6' x2='125.1' y2='291.6' stroke='%230c7080' stroke-width='0.8' opacity='0.40'/> <line x1='426.1' y1='838.0' x2='432.0' y2='841.8' stroke='%230c7080' stroke-width='0.8' opacity='0.55'/> <line x1='211.9' y1='364.5' x2='206.9' y2='372.1' stroke='%230c7080' stroke-width='0.8' opacity='0.54'/> <line x1='685.0' y1='685.0' x2='689.7' y2='639.3' stroke='%230c7080' stroke-width='0.8' opacity='0.18'/> <line x1='388.6' y1='634.2' x2='361.7' y2='617.1' stroke='%230c7080' stroke-width='0.8' opacity='0.32'/> <line x1='331.0' y1='462.0' x2='325.4' y2='440.0' stroke='%230c7080' stroke-width='0.8' opacity='0.41'/> <line x1='353.6' y1='639.4' x2='349.2' y2='645.1' stroke='%230c7080' stroke-width='0.8' opacity='0.55'/> <line x1='173.3' y1='217.4' x2='179.8' y2='226.5' stroke='%230c7080' stroke-width='0.8' opacity='0.52'/> <line x1='85.7' y1='352.9' x2='73.8' y2='347.2' stroke='%230c7080' stroke-width='0.8' opacity='0.50'/> <line x1='392.5' y1='161.8' x2='393.7' y2='140.6' stroke='%230c7080' stroke-width='0.8' opacity='0.41'/> <line x1='400.4' y1='186.5' x2='403.3' y2='181.5' stroke='%230c7080' stroke-width='0.8' opacity='0.55'/> <line x1='444.2' y1='255.4' x2='467.5' y2='278.8' stroke='%230c7080' stroke-width='0.8' opacity='0.31'/> <line x1='146.6' y1='144.5' x2='173.0' y2='155.3' stroke='%230c7080' stroke-width='0.8' opacity='0.34'/> <line x1='127.4' y1='204.8' x2='139.4' y2='210.0' stroke='%230c7080' stroke-width='0.8' opacity='0.50'/> <line x1='433.1' y1='707.1' x2='426.4' y2='734.7' stroke='%230c7080' stroke-width='0.8' opacity='0.36'/> <line x1='450.6' y1='199.6' x2='460.1' y2='179.8' stroke='%230c7080' stroke-width='0.8' opacity='0.41'/> <line x1='235.6' y1='302.2' x2='218.2' y2='323.9' stroke='%230c7080' stroke-width='0.8' opacity='0.36'/> <line x1='729.9' y1='365.3' x2='717.6' y2='394.1' stroke='%230c7080' stroke-width='0.8' opacity='0.32'/> <line x1='666.4' y1='329.1' x2='664.5' y2='325.2' stroke='%230c7080' stroke-width='0.8' opacity='0.55'/> <line x1='72.6' y1='322.5' x2='63.5' y2='336.1' stroke='%230c7080' stroke-width='0.8' opacity='0.47'/> <line x1='356.5' y1='437.1' x2='334.6' y2='449.4' stroke='%230c7080' stroke-width='0.8' opacity='0.38'/> <line x1='284.4' y1='313.1' x2='268.3' y2='326.0' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='345.0' y1='423.0' x2='330.7' y2='423.6' stroke='%230c7080' stroke-width='0.8' opacity='0.49'/> <line x1='415.4' y1='415.6' x2='422.0' y2='412.0' stroke='%230c7080' stroke-width='0.8' opacity='0.55'/> <line x1='355.4' y1='464.4' x2='331.0' y2='462.0' stroke='%230c7080' stroke-width='0.8' opacity='0.40'/> <line x1='397.6' y1='781.4' x2='396.3' y2='763.5' stroke='%230c7080' stroke-width='0.8' opacity='0.45'/> <line x1='450.6' y1='199.6' x2='451.8' y2='179.1' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='498.7' y1='254.8' x2='524.0' y2='261.0' stroke='%230c7080' stroke-width='0.8' opacity='0.38'/> <line x1='378.0' y1='401.2' x2='392.3' y2='374.7' stroke='%230c7080' stroke-width='0.8' opacity='0.34'/> <line x1='607.7' y1='322.7' x2='612.3' y2='318.0' stroke='%230c7080' stroke-width='0.8' opacity='0.55'/> <line x1='393.4' y1='690.2' x2='405.6' y2='712.9' stroke='%230c7080' stroke-width='0.8' opacity='0.38'/> <line x1='367.8' y1='303.9' x2='369.5' y2='280.6' stroke='%230c7080' stroke-width='0.8' opacity='0.40'/> <line x1='507.9' y1='486.9' x2='516.5' y2='482.2' stroke='%230c7080' stroke-width='0.8' opacity='0.54'/> <line x1='527.0' y1='234.8' x2='533.1' y2='251.0' stroke='%230c7080' stroke-width='0.8' opacity='0.47'/> <line x1='574.0' y1='471.4' x2='569.7' y2='449.2' stroke='%230c7080' stroke-width='0.8' opacity='0.41'/> <line x1='497.7' y1='339.2' x2='495.7' y2='314.9' stroke='%230c7080' stroke-width='0.8' opacity='0.40'/> <line x1='331.1' y1='175.3' x2='328.6' y2='156.3' stroke='%230c7080' stroke-width='0.8' opacity='0.45'/> <line x1='518.1' y1='219.1' x2='496.0' y2='238.5' stroke='%230c7080' stroke-width='0.8' opacity='0.34'/> <line x1='428.4' y1='836.6' x2='444.9' y2='833.6' stroke='%230c7080' stroke-width='0.8' opacity='0.47'/> <line x1='505.6' y1='796.2' x2='532.9' y2='806.9' stroke='%230c7080' stroke-width='0.8' opacity='0.34'/> <line x1='523.6' y1='286.0' x2='545.9' y2='293.4' stroke='%230c7080' stroke-width='0.8' opacity='0.40'/> <line x1='589.0' y1='482.3' x2='600.2' y2='460.9' stroke='%230c7080' stroke-width='0.8' opacity='0.40'/> <line x1='356.4' y1='468.7' x2='339.4' y2='490.4' stroke='%230c7080' stroke-width='0.8' opacity='0.36'/> <line x1='192.4' y1='308.0' x2='224.0' y2='309.1' stroke='%230c7080' stroke-width='0.8' opacity='0.32'/> <line x1='559.0' y1='216.3' x2='561.7' y2='196.2' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='508.1' y1='680.6' x2='521.1' y2='666.8' stroke='%230c7080' stroke-width='0.8' opacity='0.45'/> <line x1='367.5' y1='297.9' x2='369.5' y2='280.6' stroke='%230c7080' stroke-width='0.8' opacity='0.47'/> <line x1='684.3' y1='733.7' x2='685.0' y2='685.0' stroke='%230c7080' stroke-width='0.8' opacity='0.14'/> <line x1='214.2' y1='157.7' x2='234.2' y2='148.7' stroke='%230c7080' stroke-width='0.8' opacity='0.41'/> <line x1='389.7' y1='215.3' x2='367.8' y2='209.6' stroke='%230c7080' stroke-width='0.8' opacity='0.41'/> <line x1='345.0' y1='266.9' x2='329.7' y2='282.4' stroke='%230c7080' stroke-width='0.8' opacity='0.41'/> <line x1='339.4' y1='490.4' x2='324.8' y2='484.0' stroke='%230c7080' stroke-width='0.8' opacity='0.47'/> <line x1='422.3' y1='388.9' x2='430.7' y2='378.9' stroke='%230c7080' stroke-width='0.8' opacity='0.50'/> <line x1='165.1' y1='101.6' x2='167.3' y2='81.4' stroke='%230c7080' stroke-width='0.8' opacity='0.43'/> <line x1='416.3' y1='409.4' x2='405.1' y2='419.4' stroke='%230c7080' stroke-width='0.8' opacity='0.49'/> <line x1='381.1' y1='414.7' x2='387.7' y2='430.5' stroke='%230c7080' stroke-width='0.8' opacity='0.47'/> <line x1='527.2' y1='351.3' x2='510.5' y2='325.2' stroke='%230c7080' stroke-width='0.8' opacity='0.32'/> <line x1='422.2' y1='789.1' x2='436.3' y2='801.9' stroke='%230c7080' stroke-width='0.8' opacity='0.45'/> <line x1='183.4' y1='355.4' x2='166.5' y2='351.8' stroke='%230c7080' stroke-width='0.8' opacity='0.47'/> <line x1='554.2' y1='324.0' x2='566.7' y2='301.5' stroke='%230c7080' stroke-width='0.8' opacity='0.38'/> <line x1='410.6' y1='449.0' x2='407.7' y2='465.4' stroke='%230c7080' stroke-width='0.8' opacity='0.47'/> <line x1='628.3' y1='285.5' x2='648.8' y2='302.1' stroke='%230c7080' stroke-width='0.8' opacity='0.38'/> <line x1='583.2' y1='663.1' x2='588.7' y2='684.5' stroke='%230c7080' stroke-width='0.8' opacity='0.41'/> <line x1='424.5' y1='293.8' x2='418.3' y2='297.3' stroke='%230c7080' stroke-width='0.8' opacity='0.55'/> <line x1='441.0' y1='601.4' x2='440.2' y2='629.1' stroke='%230c7080' stroke-width='0.8' opacity='0.36'/> <circle cx='238.0' cy='223.0' r='3.2507471811640807' fill='%2300a5a8' opacity='0.9' filter='url(%23nodeGlow)'/> <circle cx='570.3' cy='594.9' r='1.9261859986385397' fill='%230c7080' opacity='0.90'/> <circle cx='507.9' cy='486.9' r='1.8' fill='%230c7080' opacity='0.60'/> <circle cx='620.2' cy='612.5' r='2.5' fill='%230c7080' opacity='0.80'/> <circle cx='285.0' cy='167.5' r='2.5' fill='%230c7080' opacity='0.64'/> <circle cx='621.1' cy='638.4' r='2.0' fill='%230c7080' opacity='0.70'/> <circle cx='426.1' cy='838.0' r='1.8670119530486124' fill='%230c7080' opacity='0.90'/> <circle cx='204.1' cy='277.3' r='1.8' fill='%230c7080' opacity='0.87'/> <circle cx='97.5' cy='230.9' r='2.0' fill='%230c7080' opacity='0.74'/> <circle cx='112.7' cy='267.9' r='1.5' fill='%230c7080' opacity='0.85'/> <circle cx='497.7' cy='339.2' r='2.423057928588808' fill='%230c7080' opacity='0.90'/> <circle cx='306.5' cy='211.8' r='1.9125188426259339' fill='%230c7080' opacity='0.90'/> <circle cx='506.6' cy='539.5' r='1.2' fill='%230c7080' opacity='0.64'/> <circle cx='157.6' cy='351.2' r='2.0' fill='%230c7080' opacity='0.88'/> <circle cx='441.0' cy='601.4' r='3.8440256392159835' fill='%2300a5a8' opacity='0.9' filter='url(%23nodeGlow)'/> <circle cx='267.1' cy='259.5' r='2.667475267765175' fill='%230c7080' opacity='0.90'/> <circle cx='511.9' cy='364.4' r='2.064136630170371' fill='%230c7080' opacity='0.90'/> <circle cx='698.5' cy='416.3' r='2.5' fill='%230c7080' opacity='0.83'/> <circle cx='230.7' cy='242.2' r='2.0' fill='%230c7080' opacity='0.83'/> <circle cx='444.2' cy='255.4' r='1.2' fill='%230c7080' opacity='0.71'/> <circle cx='460.9' cy='776.2' r='1.2' fill='%230c7080' opacity='0.90'/> <circle cx='327.6' cy='219.8' r='2.5' fill='%230c7080' opacity='0.90'/> <circle cx='610.3' cy='386.2' r='1.0' fill='%230c7080' opacity='0.78'/> <circle cx='85.7' cy='352.9' r='1.5' fill='%230c7080' opacity='0.90'/> <circle cx='530.8' cy='480.3' r='1.0' fill='%230c7080' opacity='0.90'/> <circle cx='400.4' cy='186.5' r='1.820232888593272' fill='%230c7080' opacity='0.90'/> <circle cx='478.5' cy='165.3' r='1.5' fill='%230c7080' opacity='0.73'/> <circle cx='589.0' cy='482.3' r='2.4848520271347265' fill='%230c7080' opacity='0.90'/> <circle cx='600.6' cy='474.9' r='1.2' fill='%230c7080' opacity='0.63'/> <circle cx='261.4' cy='87.5' r='2.5' fill='%230c7080' opacity='0.81'/> <circle cx='382.2' cy='490.8' r='1.5' fill='%230c7080' opacity='0.71'/> <circle cx='344.7' cy='213.7' r='1.8' fill='%230c7080' opacity='0.90'/> <circle cx='428.3' cy='638.5' r='1.0' fill='%230c7080' opacity='0.67'/> <circle cx='184.8' cy='295.6' r='2.2071703608404456' fill='%230c7080' opacity='0.90'/> <circle cx='355.4' cy='464.4' r='2.6671889705502254' fill='%230c7080' opacity='0.90'/> <circle cx='127.1' cy='224.3' r='1.0' fill='%230c7080' opacity='0.85'/> <circle cx='205.7' cy='220.6' r='1.2' fill='%230c7080' opacity='0.60'/> <circle cx='194.3' cy='148.5' r='2.5' fill='%230c7080' opacity='0.84'/> <circle cx='380.3' cy='683.4' r='2.324286217088495' fill='%230c7080' opacity='0.90'/> <circle cx='345.0' cy='423.0' r='2.0' fill='%230c7080' opacity='0.57'/> <circle cx='564.9' cy='592.2' r='2.0007267761005214' fill='%230c7080' opacity='0.90'/> <circle cx='329.9' cy='318.2' r='1.0' fill='%230c7080' opacity='0.70'/> <circle cx='177.0' cy='407.9' r='1.8' fill='%230c7080' opacity='0.59'/> <circle cx='343.8' cy='268.4' r='1.5' fill='%230c7080' opacity='0.90'/> <circle cx='389.7' cy='215.3' r='1.5' fill='%230c7080' opacity='0.77'/> <circle cx='328.7' cy='88.1' r='1.8' fill='%230c7080' opacity='0.84'/> <circle cx='367.6' cy='386.9' r='4.021761540665066' fill='%2300a5a8' opacity='0.9' filter='url(%23nodeGlow)'/> <circle cx='440.2' cy='629.1' r='1.2' fill='%230c7080' opacity='0.77'/> <circle cx='151.5' cy='283.3' r='2.0' fill='%230c7080' opacity='0.81'/> <circle cx='430.4' cy='653.3' r='1.8' fill='%230c7080' opacity='0.88'/> <circle cx='402.1' cy='739.2' r='1.5' fill='%230c7080' opacity='0.76'/> <circle cx='97.7' cy='192.4' r='1.5' fill='%230c7080' opacity='0.90'/> <circle cx='468.4' cy='593.7' r='2.5' fill='%230c7080' opacity='0.62'/> <circle cx='209.3' cy='138.3' r='1.0' fill='%230c7080' opacity='0.77'/> <circle cx='468.1' cy='547.9' r='2.579830135143679' fill='%230c7080' opacity='0.90'/> <circle cx='416.4' cy='806.5' r='2.447379891761482' fill='%230c7080' opacity='0.90'/> <circle cx='211.9' cy='364.5' r='2.5' fill='%230c7080' opacity='0.67'/> <circle cx='523.6' cy='286.0' r='2.5' fill='%230c7080' opacity='0.78'/> <circle cx='92.7' cy='214.8' r='2.7671383557287803' fill='%230c7080' opacity='0.90'/> <circle cx='306.1' cy='169.4' r='2.5' fill='%230c7080' opacity='0.56'/> <circle cx='640.3' cy='616.9' r='1.2' fill='%230c7080' opacity='0.90'/> <circle cx='628.3' cy='285.5' r='2.0237700317233087' fill='%230c7080' opacity='0.90'/> <circle cx='517.6' cy='809.9' r='2.1054596983845566' fill='%230c7080' opacity='0.90'/> <circle cx='136.7' cy='134.7' r='2.5' fill='%230c7080' opacity='0.90'/> <circle cx='556.7' cy='206.9' r='2.6515861730926424' fill='%230c7080' opacity='0.90'/> <circle cx='496.7' cy='256.5' r='1.8' fill='%230c7080' opacity='0.70'/> <circle cx='391.7' cy='782.4' r='1.8' fill='%230c7080' opacity='0.73'/> <circle cx='345.0' cy='266.9' r='2.1971525399721203' fill='%230c7080' opacity='0.90'/> <circle cx='498.7' cy='254.8' r='1.0' fill='%230c7080' opacity='0.56'/> <circle cx='573.7' cy='492.4' r='4.259067628989701' fill='%2300a5a8' opacity='0.9' filter='url(%23nodeGlow)'/> <circle cx='146.6' cy='144.5' r='2.0' fill='%230c7080' opacity='0.90'/> <circle cx='219.7' cy='124.3' r='2.0' fill='%230c7080' opacity='0.71'/> <circle cx='371.4' cy='290.3' r='2.5' fill='%230c7080' opacity='0.62'/> <circle cx='501.9' cy='367.7' r='1.0' fill='%230c7080' opacity='0.74'/> <circle cx='564.6' cy='297.2' r='1.5' fill='%230c7080' opacity='0.90'/> <circle cx='476.5' cy='459.4' r='1.5' fill='%230c7080' opacity='0.70'/> <circle cx='427.7' cy='629.9' r='3.9771997030689317' fill='%2300a5a8' opacity='0.9' filter='url(%23nodeGlow)'/> <circle cx='574.2' cy='589.9' r='1.2' fill='%230c7080' opacity='0.64'/> <circle cx='302.2' cy='97.4' r='2.6054298226335297' fill='%230c7080' opacity='0.90'/> <circle cx='518.3' cy='310.8' r='2.0' fill='%230c7080' opacity='0.78'/> <circle cx='558.2' cy='286.3' r='1.5' fill='%230c7080' opacity='0.90'/> <circle cx='262.7' cy='374.9' r='2.5' fill='%230c7080' opacity='0.57'/> <circle cx='329.7' cy='282.4' r='3.389139409067983' fill='%2300a5a8' opacity='0.9' filter='url(%23nodeGlow)'/> <circle cx='131.6' cy='384.8' r='1.8' fill='%230c7080' opacity='0.78'/> <circle cx='349.5' cy='515.6' r='2.5' fill='%230c7080' opacity='0.57'/> <circle cx='511.4' cy='421.3' r='4.224022051579302' fill='%2300a5a8' opacity='0.9' filter='url(%23nodeGlow)'/> <circle cx='358.4' cy='215.2' r='1.5' fill='%230c7080' opacity='0.90'/> <circle cx='495.7' cy='314.9' r='1.2' fill='%230c7080' opacity='0.90'/> <circle cx='524.4' cy='224.2' r='2.7065265055050545' fill='%230c7080' opacity='0.90'/> <circle cx='396.0' cy='240.1' r='2.5' fill='%230c7080' opacity='0.76'/> <circle cx='580.7' cy='671.4' r='2.6406386945964' fill='%230c7080' opacity='0.90'/> <circle cx='368.7' cy='697.2' r='2.0' fill='%230c7080' opacity='0.66'/> <circle cx='468.7' cy='819.0' r='1.0' fill='%230c7080' opacity='0.83'/> <circle cx='557.9' cy='453.9' r='2.5' fill='%230c7080' opacity='0.70'/> <circle cx='638.0' cy='489.3' r='1.983068357012595' fill='%230c7080' opacity='0.90'/> <circle cx='686.0' cy='649.8' r='2.454434644351153' fill='%230c7080' opacity='0.90'/> <circle cx='381.8' cy='252.5' r='1.2' fill='%230c7080' opacity='0.76'/> <circle cx='591.4' cy='467.5' r='2.220472568184811' fill='%230c7080' opacity='0.90'/> <circle cx='491.3' cy='265.2' r='1.5' fill='%230c7080' opacity='0.77'/> <circle cx='95.8' cy='274.3' r='2.0' fill='%230c7080' opacity='0.73'/> <circle cx='235.6' cy='302.2' r='1.0' fill='%230c7080' opacity='0.83'/> <circle cx='428.9' cy='153.5' r='2.5' fill='%230c7080' opacity='0.88'/> <circle cx='333.5' cy='484.9' r='2.0' fill='%230c7080' opacity='0.60'/> <circle cx='339.4' cy='209.6' r='1.2' fill='%230c7080' opacity='0.84'/> <circle cx='460.5' cy='610.3' r='2.5' fill='%230c7080' opacity='0.77'/> <circle cx='433.2' cy='534.7' r='1.5' fill='%230c7080' opacity='0.80'/> <circle cx='198.8' cy='219.9' r='1.2' fill='%230c7080' opacity='0.63'/> <circle cx='331.1' cy='175.3' r='1.2' fill='%230c7080' opacity='0.76'/> <circle cx='376.5' cy='144.7' r='2.786649255883481' fill='%230c7080' opacity='0.90'/> <circle cx='76.2' cy='350.9' r='1.2' fill='%230c7080' opacity='0.74'/> <circle cx='192.4' cy='308.0' r='2.5' fill='%230c7080' opacity='0.66'/> <circle cx='588.1' cy='350.9' r='1.0' fill='%230c7080' opacity='0.84'/> <circle cx='581.4' cy='722.2' r='3.470121107636008' fill='%2300a5a8' opacity='0.9' filter='url(%23nodeGlow)'/> <circle cx='221.6' cy='107.2' r='1.0' fill='%230c7080' opacity='0.56'/> <circle cx='508.1' cy='680.6' r='1.5' fill='%230c7080' opacity='0.67'/> <circle cx='509.3' cy='658.5' r='1.2' fill='%230c7080' opacity='0.88'/> <circle cx='446.1' cy='218.7' r='1.2' fill='%230c7080' opacity='0.84'/> <circle cx='543.6' cy='668.9' r='1.0' fill='%230c7080' opacity='0.63'/> <circle cx='729.9' cy='365.3' r='1.8' fill='%230c7080' opacity='0.90'/> <circle cx='537.2' cy='554.3' r='1.8' fill='%230c7080' opacity='0.80'/> <circle cx='603.5' cy='324.7' r='1.8' fill='%230c7080' opacity='0.77'/> <circle cx='348.4' cy='343.9' r='1.0' fill='%230c7080' opacity='0.85'/> <circle cx='404.3' cy='319.8' r='2.5' fill='%230c7080' opacity='0.77'/> <circle cx='497.6' cy='719.5' r='2.556847737977122' fill='%230c7080' opacity='0.90'/> <circle cx='549.3' cy='397.1' r='2.0' fill='%230c7080' opacity='0.67'/> <circle cx='427.5' cy='436.5' r='2.5' fill='%230c7080' opacity='0.56'/> <circle cx='353.6' cy='639.4' r='2.5' fill='%230c7080' opacity='0.70'/> <circle cx='374.6' cy='540.5' r='2.112092260486862' fill='%230c7080' opacity='0.90'/> <circle cx='312.9' cy='63.5' r='1.0' fill='%230c7080' opacity='0.77'/> <circle cx='544.9' cy='266.5' r='2.0' fill='%230c7080' opacity='0.73'/> <circle cx='391.8' cy='661.7' r='2.0982022534941387' fill='%230c7080' opacity='0.90'/> <circle cx='537.2' cy='569.6' r='1.5' fill='%230c7080' opacity='0.81'/> <circle cx='393.4' cy='690.2' r='2.0' fill='%230c7080' opacity='0.90'/> <circle cx='107.0' cy='221.7' r='1.5' fill='%230c7080' opacity='0.80'/> <circle cx='538.1' cy='291.1' r='3.51409925888634' fill='%2300a5a8' opacity='0.9' filter='url(%23nodeGlow)'/> <circle cx='458.7' cy='428.1' r='1.8' fill='%230c7080' opacity='0.76'/> <circle cx='422.3' cy='388.9' r='1.2' fill='%230c7080' opacity='0.66'/> <circle cx='577.1' cy='311.2' r='1.8' fill='%230c7080' opacity='0.57'/> <circle cx='546.1' cy='262.2' r='1.2' fill='%230c7080' opacity='0.90'/> <circle cx='221.0' cy='138.9' r='1.2' fill='%230c7080' opacity='0.67'/> <circle cx='178.7' cy='138.0' r='1.0' fill='%230c7080' opacity='0.90'/> <circle cx='425.8' cy='665.0' r='1.2' fill='%230c7080' opacity='0.63'/> <circle cx='173.3' cy='217.4' r='2.5' fill='%230c7080' opacity='0.90'/> <circle cx='388.6' cy='634.2' r='1.0' fill='%230c7080' opacity='0.77'/> <circle cx='243.8' cy='122.4' r='2.5' fill='%230c7080' opacity='0.70'/> <circle cx='179.8' cy='226.5' r='2.0' fill='%230c7080' opacity='0.90'/> <circle cx='424.6' cy='264.9' r='3.992954873756842' fill='%2300a5a8' opacity='0.9' filter='url(%23nodeGlow)'/> <circle cx='542.1' cy='143.5' r='1.8482350564729404' fill='%230c7080' opacity='0.90'/> <circle cx='665.3' cy='442.5' r='1.0' fill='%230c7080' opacity='0.80'/> <circle cx='378.0' cy='401.2' r='1.8' fill='%230c7080' opacity='0.63'/> <circle cx='172.7' cy='82.1' r='1.5' fill='%230c7080' opacity='0.83'/> <circle cx='631.9' cy='368.6' r='1.2' fill='%230c7080' opacity='0.67'/> <circle cx='445.2' cy='289.1' r='2.5' fill='%230c7080' opacity='0.90'/> <circle cx='590.4' cy='537.2' r='1.5' fill='%230c7080' opacity='0.80'/> <circle cx='416.3' cy='409.4' r='1.0' fill='%230c7080' opacity='0.90'/> <circle cx='487.1' cy='539.9' r='1.5' fill='%230c7080' opacity='0.90'/> <circle cx='189.6' cy='213.0' r='2.5' fill='%230c7080' opacity='0.63'/> <circle cx='515.5' cy='168.8' r='1.0' fill='%230c7080' opacity='0.84'/> <circle cx='165.1' cy='101.6' r='2.0' fill='%230c7080' opacity='0.63'/> <circle cx='467.5' cy='278.8' r='2.2977390631932515' fill='%230c7080' opacity='0.90'/> <circle cx='546.2' cy='412.3' r='2.0' fill='%230c7080' opacity='0.67'/> <circle cx='534.9' cy='797.6' r='2.773119722319194' fill='%230c7080' opacity='0.90'/> <circle cx='607.2' cy='552.5' r='1.5' fill='%230c7080' opacity='0.90'/> <circle cx='516.1' cy='805.6' r='1.5' fill='%230c7080' opacity='0.64'/> <circle cx='346.1' cy='486.5' r='2.0' fill='%230c7080' opacity='0.84'/> <circle cx='506.3' cy='784.9' r='1.2' fill='%230c7080' opacity='0.90'/> <circle cx='159.5' cy='292.2' r='1.8' fill='%230c7080' opacity='0.74'/> <circle cx='579.2' cy='506.7' r='1.0' fill='%230c7080' opacity='0.57'/> <circle cx='247.8' cy='142.0' r='2.635232165263241' fill='%230c7080' opacity='0.90'/> <circle cx='535.8' cy='613.8' r='2.5' fill='%230c7080' opacity='0.84'/> <circle cx='395.5' cy='106.0' r='1.8750482136276634' fill='%230c7080' opacity='0.90'/> <circle cx='272.1' cy='245.3' r='2.5' fill='%230c7080' opacity='0.62'/> <circle cx='524.0' cy='261.0' r='1.5' fill='%230c7080' opacity='0.90'/> <circle cx='378.8' cy='574.2' r='3.444033268065658' fill='%2300a5a8' opacity='0.9' filter='url(%23nodeGlow)'/> <circle cx='461.4' cy='560.5' r='1.8' fill='%230c7080' opacity='0.59'/> <circle cx='394.0' cy='114.8' r='2.6522486857367094' fill='%230c7080' opacity='0.90'/> <circle cx='290.5' cy='313.3' r='2.1127071069627643' fill='%230c7080' opacity='0.90'/> <circle cx='522.5' cy='743.3' r='2.5' fill='%230c7080' opacity='0.63'/> <circle cx='625.8' cy='491.1' r='1.0' fill='%230c7080' opacity='0.56'/> <circle cx='367.5' cy='297.9' r='1.2' fill='%230c7080' opacity='0.90'/> <circle cx='331.0' cy='462.0' r='1.2' fill='%230c7080' opacity='0.74'/> <circle cx='430.7' cy='378.9' r='3.4024640978702405' fill='%2300a5a8' opacity='0.9' filter='url(%23nodeGlow)'/> <circle cx='175.1' cy='336.7' r='2.5' fill='%230c7080' opacity='0.62'/> <circle cx='584.6' cy='552.8' r='1.5' fill='%230c7080' opacity='0.66'/> <circle cx='587.2' cy='206.9' r='1.8' fill='%230c7080' opacity='0.78'/> <circle cx='435.4' cy='800.7' r='1.8' fill='%230c7080' opacity='0.71'/> <circle cx='355.4' cy='612.6' r='1.8' fill='%230c7080' opacity='0.90'/> <circle cx='478.4' cy='236.2' r='2.4488464838722637' fill='%230c7080' opacity='0.90'/> <circle cx='437.6' cy='116.4' r='1.2' fill='%230c7080' opacity='0.63'/> <circle cx='372.2' cy='136.3' r='2.5' fill='%230c7080' opacity='0.90'/> <circle cx='639.1' cy='448.7' r='1.2' fill='%230c7080' opacity='0.62'/> <circle cx='556.0' cy='457.3' r='2.0' fill='%230c7080' opacity='0.83'/> <circle cx='436.9' cy='354.5' r='2.0' fill='%230c7080' opacity='0.90'/> <circle cx='405.6' cy='712.9' r='1.2' fill='%230c7080' opacity='0.90'/> <circle cx='243.6' cy='284.8' r='1.5' fill='%230c7080' opacity='0.90'/> <circle cx='392.5' cy='161.8' r='2.5272786347079617' fill='%230c7080' opacity='0.90'/> <circle cx='427.8' cy='323.0' r='1.2' fill='%230c7080' opacity='0.83'/> <circle cx='437.4' cy='485.6' r='1.8' fill='%230c7080' opacity='0.63'/> <circle cx='367.8' cy='303.9' r='1.8' fill='%230c7080' opacity='0.81'/> <circle cx='451.7' cy='231.5' r='1.0' fill='%230c7080' opacity='0.70'/> <circle cx='576.2' cy='618.3' r='1.5' fill='%230c7080' opacity='0.56'/> <circle cx='624.2' cy='356.6' r='2.5' fill='%230c7080' opacity='0.85'/> <circle cx='517.9' cy='713.0' r='2.5' fill='%230c7080' opacity='0.88'/> <circle cx='464.9' cy='753.2' r='2.0' fill='%230c7080' opacity='0.69'/> <circle cx='669.4' cy='401.1' r='2.3190996790163454' fill='%230c7080' opacity='0.90'/> <circle cx='418.7' cy='414.7' r='2.5' fill='%230c7080' opacity='0.90'/> <circle cx='560.2' cy='376.2' r='1.0' fill='%230c7080' opacity='0.80'/> <circle cx='511.4' cy='166.6' r='2.5' fill='%230c7080' opacity='0.70'/> <circle cx='507.9' cy='738.4' r='1.5' fill='%230c7080' opacity='0.90'/> <circle cx='313.6' cy='299.7' r='2.5' fill='%230c7080' opacity='0.77'/> <circle cx='557.5' cy='662.7' r='2.412914011288927' fill='%230c7080' opacity='0.90'/> <circle cx='577.7' cy='395.9' r='1.0' fill='%230c7080' opacity='0.90'/> <circle cx='668.3' cy='403.8' r='1.2' fill='%230c7080' opacity='0.84'/> <circle cx='539.7' cy='780.8' r='2.6694156346127675' fill='%230c7080' opacity='0.90'/> <circle cx='251.2' cy='347.4' r='2.1206338155336066' fill='%230c7080' opacity='0.90'/> <circle cx='447.5' cy='689.9' r='3.075526071789816' fill='%2300a5a8' opacity='0.9' filter='url(%23nodeGlow)'/> <circle cx='162.4' cy='104.8' r='1.2' fill='%230c7080' opacity='0.87'/> <circle cx='222.9' cy='249.4' r='1.8' fill='%230c7080' opacity='0.78'/> <circle cx='153.7' cy='402.2' r='1.2' fill='%230c7080' opacity='0.60'/> <circle cx='500.0' cy='387.9' r='2.2480985856653737' fill='%230c7080' opacity='0.90'/> <circle cx='183.4' cy='355.4' r='1.8' fill='%230c7080' opacity='0.81'/> <circle cx='387.9' cy='234.5' r='4.1178584469859265' fill='%2300a5a8' opacity='0.9' filter='url(%23nodeGlow)'/> <circle cx='451.8' cy='511.3' r='1.0' fill='%230c7080' opacity='0.62'/> <circle cx='533.8' cy='650.6' r='1.8' fill='%230c7080' opacity='0.57'/> <circle cx='397.6' cy='781.4' r='2.0' fill='%230c7080' opacity='0.56'/> <circle cx='477.1' cy='328.9' r='2.7631712482800044' fill='%230c7080' opacity='0.90'/> <circle cx='498.4' cy='549.1' r='2.5' fill='%230c7080' opacity='0.73'/> <circle cx='528.0' cy='631.2' r='2.0' fill='%230c7080' opacity='0.87'/> <circle cx='514.6' cy='727.4' r='2.5' fill='%230c7080' opacity='0.90'/> <circle cx='492.3' cy='780.8' r='1.5' fill='%230c7080' opacity='0.77'/> <circle cx='505.4' cy='293.3' r='2.644317439604252' fill='%230c7080' opacity='0.90'/> <circle cx='357.4' cy='515.3' r='1.5' fill='%230c7080' opacity='0.87'/> <circle cx='166.5' cy='148.4' r='2.0' fill='%230c7080' opacity='0.90'/> <circle cx='428.4' cy='836.6' r='2.5' fill='%230c7080' opacity='0.90'/> <circle cx='422.2' cy='789.1' r='2.5' fill='%230c7080' opacity='0.81'/> <circle cx='633.8' cy='435.1' r='2.02174710782019' fill='%230c7080' opacity='0.90'/> <circle cx='283.9' cy='134.4' r='1.5' fill='%230c7080' opacity='0.76'/> <circle cx='367.4' cy='591.7' r='3.437975345712422' fill='%2300a5a8' opacity='0.9' filter='url(%23nodeGlow)'/> <circle cx='524.1' cy='519.3' r='2.0' fill='%230c7080' opacity='0.77'/> <circle cx='118.0' cy='231.7' r='1.0' fill='%230c7080' opacity='0.59'/> <circle cx='444.2' cy='790.5' r='1.2' fill='%230c7080' opacity='0.84'/> <circle cx='199.4' cy='91.8' r='2.5' fill='%230c7080' opacity='0.90'/> <circle cx='257.6' cy='374.8' r='1.8' fill='%230c7080' opacity='0.62'/> <circle cx='522.8' cy='649.4' r='2.0' fill='%230c7080' opacity='0.67'/> <circle cx='721.1' cy='383.7' r='3.58934473487276' fill='%2300a5a8' opacity='0.9' filter='url(%23nodeGlow)'/> <circle cx='338.7' cy='121.2' r='1.9905787640570693' fill='%230c7080' opacity='0.90'/> <circle cx='392.3' cy='374.7' r='1.5' fill='%230c7080' opacity='0.62'/> <circle cx='306.8' cy='403.6' r='1.8' fill='%230c7080' opacity='0.59'/> <circle cx='432.0' cy='841.8' r='2.3888111078979013' fill='%230c7080' opacity='0.90'/> <circle cx='298.2' cy='366.5' r='1.8' fill='%230c7080' opacity='0.81'/> <circle cx='176.7' cy='140.2' r='3.2019540216459492' fill='%2300a5a8' opacity='0.9' filter='url(%23nodeGlow)'/> <circle cx='650.6' cy='412.9' r='1.8' fill='%230c7080' opacity='0.56'/> <circle cx='517.2' cy='566.2' r='2.5' fill='%230c7080' opacity='0.59'/> <circle cx='606.5' cy='239.7' r='2.282931963535926' fill='%230c7080' opacity='0.90'/> <circle cx='189.2' cy='217.1' r='2.710181486436743' fill='%230c7080' opacity='0.90'/> <circle cx='144.2' cy='146.6' r='2.5' fill='%230c7080' opacity='0.88'/> <circle cx='220.5' cy='183.1' r='1.9035539611235677' fill='%230c7080' opacity='0.90'/> <circle cx='211.3' cy='305.5' r='2.5' fill='%230c7080' opacity='0.90'/> <circle cx='165.5' cy='83.0' r='1.5' fill='%230c7080' opacity='0.84'/> <circle cx='574.0' cy='471.4' r='1.8' fill='%230c7080' opacity='0.80'/> <circle cx='576.9' cy='430.5' r='2.5623746562617926' fill='%230c7080' opacity='0.90'/> <circle cx='600.2' cy='460.9' r='1.5' fill='%230c7080' opacity='0.78'/> <circle cx='415.4' cy='415.6' r='3.6792685591220504' fill='%2300a5a8' opacity='0.9' filter='url(%23nodeGlow)'/> <circle cx='384.9' cy='369.3' r='1.2' fill='%230c7080' opacity='0.64'/> <circle cx='534.0' cy='442.0' r='2.0' fill='%230c7080' opacity='0.90'/> <circle cx='87.3' cy='265.5' r='2.5' fill='%230c7080' opacity='0.84'/> <circle cx='495.8' cy='489.7' r='2.5' fill='%230c7080' opacity='0.87'/> <circle cx='422.0' cy='412.0' r='1.5' fill='%230c7080' opacity='0.90'/> <circle cx='475.9' cy='121.3' r='2.0' fill='%230c7080' opacity='0.90'/> <circle cx='545.3' cy='739.3' r='1.2' fill='%230c7080' opacity='0.67'/> <circle cx='508.7' cy='670.5' r='2.5' fill='%230c7080' opacity='0.73'/> <circle cx='559.0' cy='216.3' r='3.1990075928867103' fill='%2300a5a8' opacity='0.9' filter='url(%23nodeGlow)'/> <circle cx='365.1' cy='227.4' r='2.5' fill='%230c7080' opacity='0.90'/> <circle cx='284.0' cy='411.9' r='1.2' fill='%230c7080' opacity='0.84'/> <circle cx='339.5' cy='118.0' r='2.5' fill='%230c7080' opacity='0.90'/> <circle cx='309.5' cy='165.2' r='2.5' fill='%230c7080' opacity='0.63'/> <circle cx='624.5' cy='496.2' r='1.5' fill='%230c7080' opacity='0.87'/> <circle cx='462.3' cy='500.5' r='2.0' fill='%230c7080' opacity='0.88'/> <circle cx='277.3' cy='140.2' r='2.5' fill='%230c7080' opacity='0.90'/> <circle cx='472.3' cy='328.3' r='2.5' fill='%230c7080' opacity='0.90'/> <circle cx='456.1' cy='214.4' r='2.0' fill='%230c7080' opacity='0.71'/> <circle cx='512.9' cy='223.9' r='2.322729986209202' fill='%230c7080' opacity='0.90'/> <circle cx='453.4' cy='701.9' r='1.0' fill='%230c7080' opacity='0.77'/> <circle cx='232.6' cy='187.9' r='1.0' fill='%230c7080' opacity='0.90'/> <circle cx='545.9' cy='293.4' r='1.2' fill='%230c7080' opacity='0.71'/> <circle cx='328.6' cy='156.3' r='4.025085492997181' fill='%2300a5a8' opacity='0.9' filter='url(%23nodeGlow)'/> <circle cx='577.2' cy='216.4' r='2.49059485036401' fill='%230c7080' opacity='0.90'/> <circle cx='342.3' cy='319.5' r='1.5' fill='%230c7080' opacity='0.67'/> <circle cx='599.3' cy='505.4' r='2.0' fill='%230c7080' opacity='0.57'/> <circle cx='525.3' cy='263.1' r='1.8' fill='%230c7080' opacity='0.62'/> <circle cx='516.6' cy='438.2' r='2.5' fill='%230c7080' opacity='0.90'/> <circle cx='358.3' cy='264.0' r='1.2' fill='%230c7080' opacity='0.90'/> <circle cx='349.5' cy='272.3' r='2.0' fill='%230c7080' opacity='0.78'/> <circle cx='528.5' cy='439.0' r='2.5988217524895703' fill='%230c7080' opacity='0.90'/> <circle cx='192.1' cy='152.5' r='1.5' fill='%230c7080' opacity='0.90'/> <circle cx='224.0' cy='309.1' r='3.5813319729629853' fill='%2300a5a8' opacity='0.9' filter='url(%23nodeGlow)'/> <circle cx='166.5' cy='351.8' r='2.5' fill='%230c7080' opacity='0.74'/> <circle cx='546.6' cy='450.2' r='2.0' fill='%230c7080' opacity='0.59'/> <circle cx='454.5' cy='510.2' r='2.5' fill='%230c7080' opacity='0.70'/> <circle cx='550.8' cy='382.5' r='2.6604447384932493' fill='%230c7080' opacity='0.90'/> <circle cx='485.1' cy='722.3' r='2.7114863770737383' fill='%230c7080' opacity='0.90'/> <circle cx='464.0' cy='469.6' r='2.5' fill='%230c7080' opacity='0.90'/> <circle cx='325.0' cy='294.4' r='2.3466151367012413' fill='%230c7080' opacity='0.90'/> <circle cx='284.4' cy='313.1' r='2.0' fill='%230c7080' opacity='0.67'/> <circle cx='563.7' cy='711.5' r='3.4412665827067372' fill='%2300a5a8' opacity='0.9' filter='url(%23nodeGlow)'/> <circle cx='145.4' cy='201.8' r='3.111703491065389' fill='%2300a5a8' opacity='0.9' filter='url(%23nodeGlow)'/> <circle cx='473.7' cy='663.4' r='1.2' fill='%230c7080' opacity='0.90'/> <circle cx='512.0' cy='185.3' r='1.0' fill='%230c7080' opacity='0.77'/> <circle cx='596.5' cy='445.2' r='1.8' fill='%230c7080' opacity='0.71'/> <circle cx='583.2' cy='663.1' r='1.5' fill='%230c7080' opacity='0.63'/> <circle cx='446.4' cy='560.9' r='1.80564513601782' fill='%230c7080' opacity='0.90'/> <circle cx='489.7' cy='748.7' r='1.8' fill='%230c7080' opacity='0.90'/> <circle cx='491.6' cy='163.8' r='1.2' fill='%230c7080' opacity='0.59'/> <circle cx='258.0' cy='265.2' r='1.5' fill='%230c7080' opacity='0.90'/> <circle cx='263.5' cy='410.6' r='2.5' fill='%230c7080' opacity='0.90'/> <circle cx='405.1' cy='419.4' r='2.5' fill='%230c7080' opacity='0.73'/> <circle cx='439.1' cy='689.3' r='2.0' fill='%230c7080' opacity='0.87'/> <circle cx='685.0' cy='408.8' r='2.1178590053721895' fill='%230c7080' opacity='0.90'/> <circle cx='623.1' cy='574.5' r='3.7809094309975557' fill='%2300a5a8' opacity='0.9' filter='url(%23nodeGlow)'/> <circle cx='403.3' cy='181.5' r='2.0' fill='%230c7080' opacity='0.64'/> <circle cx='218.4' cy='399.0' r='2.0' fill='%230c7080' opacity='0.85'/> <circle cx='356.4' cy='468.7' r='1.0' fill='%230c7080' opacity='0.76'/> <circle cx='154.3' cy='345.7' r='1.2' fill='%230c7080' opacity='0.90'/> <circle cx='243.7' cy='375.2' r='1.5' fill='%230c7080' opacity='0.76'/> <circle cx='608.2' cy='570.8' r='3.927420901475462' fill='%2300a5a8' opacity='0.9' filter='url(%23nodeGlow)'/> <circle cx='528.4' cy='273.0' r='4.235532601387804' fill='%2300a5a8' opacity='0.9' filter='url(%23nodeGlow)'/> <circle cx='561.1' cy='578.4' r='2.5' fill='%230c7080' opacity='0.56'/> <circle cx='141.8' cy='326.9' r='2.5' fill='%230c7080' opacity='0.76'/> <circle cx='736.7' cy='612.8' r='2.413701097060794' fill='%230c7080' opacity='0.90'/> <circle cx='625.5' cy='589.5' r='2.0' fill='%230c7080' opacity='0.70'/> <circle cx='533.5' cy='471.6' r='1.0' fill='%230c7080' opacity='0.90'/> <circle cx='505.1' cy='387.2' r='1.5' fill='%230c7080' opacity='0.77'/> <circle cx='300.5' cy='337.3' r='1.0' fill='%230c7080' opacity='0.77'/> <circle cx='169.8' cy='215.6' r='2.0' fill='%230c7080' opacity='0.90'/> <circle cx='203.1' cy='152.8' r='2.6221090642399663' fill='%230c7080' opacity='0.90'/> <circle cx='67.2' cy='316.1' r='1.5' fill='%230c7080' opacity='0.85'/> <circle cx='311.2' cy='173.0' r='2.0' fill='%230c7080' opacity='0.81'/> <circle cx='355.1' cy='376.9' r='1.0' fill='%230c7080' opacity='0.73'/> <circle cx='527.0' cy='234.8' r='2.5' fill='%230c7080' opacity='0.67'/> <circle cx='359.8' cy='273.6' r='2.0' fill='%230c7080' opacity='0.60'/> <circle cx='578.9' cy='408.1' r='1.0' fill='%230c7080' opacity='0.66'/> <circle cx='424.5' cy='293.8' r='2.0' fill='%230c7080' opacity='0.85'/> <circle cx='622.2' cy='424.6' r='2.5' fill='%230c7080' opacity='0.60'/> <circle cx='641.3' cy='341.6' r='2.5' fill='%230c7080' opacity='0.90'/> <circle cx='372.4' cy='271.1' r='2.2242094519411406' fill='%230c7080' opacity='0.90'/> <circle cx='589.4' cy='263.7' r='1.0' fill='%230c7080' opacity='0.67'/> <circle cx='291.7' cy='61.9' r='2.541375034862807' fill='%230c7080' opacity='0.90'/> <circle cx='309.9' cy='63.1' r='1.8' fill='%230c7080' opacity='0.90'/> <circle cx='508.0' cy='688.9' r='1.0' fill='%230c7080' opacity='0.90'/> <circle cx='139.1' cy='275.2' r='1.2' fill='%230c7080' opacity='0.57'/> <circle cx='637.4' cy='610.8' r='2.5' fill='%230c7080' opacity='0.74'/> <circle cx='97.0' cy='249.9' r='1.0' fill='%230c7080' opacity='0.60'/> <circle cx='641.2' cy='490.0' r='2.3580842053178106' fill='%230c7080' opacity='0.90'/> <circle cx='563.6' cy='472.8' r='2.7109865744311206' fill='%230c7080' opacity='0.90'/> <circle cx='120.1' cy='276.2' r='1.8' fill='%230c7080' opacity='0.78'/> <circle cx='256.8' cy='79.2' r='2.5' fill='%230c7080' opacity='0.78'/> <circle cx='369.1' cy='130.9' r='1.5' fill='%230c7080' opacity='0.57'/> <circle cx='214.2' cy='157.7' r='2.5' fill='%230c7080' opacity='0.63'/> <circle cx='213.2' cy='381.6' r='1.0' fill='%230c7080' opacity='0.90'/> <circle cx='418.8' cy='456.0' r='2.0' fill='%230c7080' opacity='0.60'/> <circle cx='607.7' cy='322.7' r='2.5' fill='%230c7080' opacity='0.88'/> <circle cx='567.7' cy='555.2' r='2.157700138748048' fill='%230c7080' opacity='0.90'/> <circle cx='595.5' cy='642.9' r='2.0' fill='%230c7080' opacity='0.62'/> <circle cx='279.4' cy='76.4' r='2.5' fill='%230c7080' opacity='0.73'/> <circle cx='433.1' cy='707.1' r='1.0' fill='%230c7080' opacity='0.71'/> <circle cx='374.5' cy='610.2' r='1.8' fill='%230c7080' opacity='0.77'/> <circle cx='494.8' cy='705.4' r='2.5' fill='%230c7080' opacity='0.57'/> <circle cx='369.5' cy='280.6' r='1.2' fill='%230c7080' opacity='0.85'/> <circle cx='71.5' cy='203.6' r='1.2' fill='%230c7080' opacity='0.90'/> <circle cx='431.0' cy='247.7' r='2.0' fill='%230c7080' opacity='0.73'/> <circle cx='582.4' cy='196.7' r='2.5' fill='%230c7080' opacity='0.64'/> <circle cx='129.6' cy='341.8' r='2.7653653934226714' fill='%230c7080' opacity='0.90'/> <circle cx='684.1' cy='357.0' r='2.5' fill='%230c7080' opacity='0.90'/> <circle cx='398.2' cy='797.9' r='1.0' fill='%230c7080' opacity='0.87'/> <circle cx='413.9' cy='696.9' r='2.0' fill='%230c7080' opacity='0.64'/> <circle cx='473.8' cy='714.3' r='1.0' fill='%230c7080' opacity='0.56'/> <circle cx='432.7' cy='303.4' r='2.0' fill='%230c7080' opacity='0.78'/> <circle cx='293.1' cy='74.7' r='3.4570367285242627' fill='%2300a5a8' opacity='0.9' filter='url(%23nodeGlow)'/> <circle cx='666.4' cy='329.1' r='2.5' fill='%230c7080' opacity='0.90'/> <circle cx='303.8' cy='353.9' r='2.5' fill='%230c7080' opacity='0.76'/> <circle cx='448.4' cy='536.2' r='2.6514588513415505' fill='%230c7080' opacity='0.90'/> <circle cx='453.2' cy='474.2' r='1.2' fill='%230c7080' opacity='0.64'/> <circle cx='219.7' cy='133.0' r='1.2' fill='%230c7080' opacity='0.90'/> <circle cx='569.7' cy='449.2' r='1.5' fill='%230c7080' opacity='0.67'/> <circle cx='228.5' cy='253.4' r='1.2' fill='%230c7080' opacity='0.90'/> <circle cx='393.7' cy='140.6' r='2.651387722425474' fill='%230c7080' opacity='0.90'/> <circle cx='654.0' cy='410.7' r='2.0' fill='%230c7080' opacity='0.81'/> <circle cx='687.0' cy='405.0' r='2.0' fill='%230c7080' opacity='0.60'/> <circle cx='648.8' cy='302.1' r='2.5' fill='%230c7080' opacity='0.60'/> <circle cx='290.1' cy='93.3' r='1.0' fill='%230c7080' opacity='0.67'/> <circle cx='430.4' cy='770.9' r='2.0' fill='%230c7080' opacity='0.83'/> <circle cx='611.5' cy='457.2' r='1.5' fill='%230c7080' opacity='0.76'/> <circle cx='127.4' cy='204.8' r='2.5' fill='%230c7080' opacity='0.90'/> <circle cx='437.2' cy='541.8' r='1.0' fill='%230c7080' opacity='0.71'/> <circle cx='102.1' cy='293.6' r='2.1177859372337253' fill='%230c7080' opacity='0.90'/> <circle cx='418.5' cy='670.7' r='1.8' fill='%230c7080' opacity='0.74'/> <circle cx='364.0' cy='597.7' r='2.5' fill='%230c7080' opacity='0.73'/> <circle cx='601.8' cy='564.6' r='2.0' fill='%230c7080' opacity='0.64'/> <circle cx='150.2' cy='175.0' r='2.0' fill='%230c7080' opacity='0.77'/> <circle cx='684.3' cy='733.7' r='3.25295926635897' fill='%2300a5a8' opacity='0.9' filter='url(%23nodeGlow)'/> <circle cx='436.6' cy='142.6' r='1.5' fill='%230c7080' opacity='0.70'/> <circle cx='401.9' cy='178.3' r='1.2' fill='%230c7080' opacity='0.90'/> <circle cx='514.3' cy='630.9' r='2.5' fill='%230c7080' opacity='0.80'/> <circle cx='475.7' cy='730.9' r='1.5' fill='%230c7080' opacity='0.63'/> <circle cx='445.8' cy='716.7' r='2.5' fill='%230c7080' opacity='0.74'/> <circle cx='501.8' cy='513.0' r='1.8' fill='%230c7080' opacity='0.83'/> <circle cx='508.8' cy='668.9' r='2.2869713824366915' fill='%230c7080' opacity='0.90'/> <circle cx='398.6' cy='554.3' r='1.0' fill='%230c7080' opacity='0.66'/> <circle cx='387.7' cy='699.8' r='2.0' fill='%230c7080' opacity='0.60'/> <circle cx='533.2' cy='283.9' r='1.9400016687161998' fill='%230c7080' opacity='0.90'/> <circle cx='356.5' cy='437.1' r='2.0' fill='%230c7080' opacity='0.67'/> <circle cx='568.6' cy='745.8' r='1.8764623785572154' fill='%230c7080' opacity='0.90'/> <circle cx='232.6' cy='243.3' r='2.6495872729061416' fill='%230c7080' opacity='0.90'/> <circle cx='109.7' cy='278.0' r='2.5' fill='%230c7080' opacity='0.57'/> <circle cx='155.0' cy='308.5' r='2.0' fill='%230c7080' opacity='0.88'/> <circle cx='455.9' cy='296.4' r='2.0' fill='%230c7080' opacity='0.69'/> <circle cx='589.4' cy='448.6' r='1.0' fill='%230c7080' opacity='0.87'/> <circle cx='410.6' cy='449.0' r='2.33967711681205' fill='%230c7080' opacity='0.90'/> <circle cx='262.1' cy='59.0' r='2.1658186301030096' fill='%230c7080' opacity='0.90'/> <circle cx='294.1' cy='81.4' r='2.389600754776797' fill='%230c7080' opacity='0.90'/> <circle cx='396.3' cy='763.5' r='1.5' fill='%230c7080' opacity='0.63'/> <circle cx='511.1' cy='425.9' r='2.0' fill='%230c7080' opacity='0.84'/> <circle cx='426.4' cy='734.7' r='1.8' fill='%230c7080' opacity='0.77'/> <circle cx='563.8' cy='666.4' r='1.0' fill='%230c7080' opacity='0.90'/> <circle cx='303.5' cy='368.5' r='2.0' fill='%230c7080' opacity='0.90'/> <circle cx='450.6' cy='199.6' r='2.0' fill='%230c7080' opacity='0.64'/> <circle cx='403.1' cy='666.8' r='1.2' fill='%230c7080' opacity='0.66'/> <circle cx='529.9' cy='137.4' r='2.0' fill='%230c7080' opacity='0.90'/> <circle cx='742.1' cy='363.0' r='1.2' fill='%230c7080' opacity='0.90'/> <circle cx='612.3' cy='318.0' r='3.0606297390776027' fill='%2300a5a8' opacity='0.9' filter='url(%23nodeGlow)'/> <circle cx='716.0' cy='659.1' r='1.8' fill='%230c7080' opacity='0.69'/> <circle cx='138.7' cy='313.1' r='1.5' fill='%230c7080' opacity='0.77'/> <circle cx='381.1' cy='414.7' r='1.0' fill='%230c7080' opacity='0.90'/> <circle cx='476.5' cy='462.7' r='2.1612513645596287' fill='%230c7080' opacity='0.90'/> <circle cx='572.3' cy='285.4' r='2.6815519813182758' fill='%230c7080' opacity='0.90'/> <circle cx='423.3' cy='621.2' r='3.4861066650959662' fill='%2300a5a8' opacity='0.9' filter='url(%23nodeGlow)'/> <circle cx='613.7' cy='634.8' r='3.9503504726623797' fill='%2300a5a8' opacity='0.9' filter='url(%23nodeGlow)'/> <circle cx='455.9' cy='631.5' r='2.0633160693841535' fill='%230c7080' opacity='0.90'/> <circle cx='460.1' cy='179.8' r='2.0' fill='%230c7080' opacity='0.88'/> <circle cx='492.9' cy='548.2' r='1.8' fill='%230c7080' opacity='0.90'/> <circle cx='53.6' cy='297.2' r='1.5' fill='%230c7080' opacity='0.90'/> <circle cx='139.4' cy='210.0' r='1.0' fill='%230c7080' opacity='0.85'/> <circle cx='418.3' cy='297.3' r='3.334348881800157' fill='%2300a5a8' opacity='0.9' filter='url(%23nodeGlow)'/> <circle cx='286.5' cy='330.5' r='1.8' fill='%230c7080' opacity='0.76'/> <circle cx='595.8' cy='631.2' r='1.5' fill='%230c7080' opacity='0.83'/> <circle cx='503.2' cy='608.5' r='1.8065976865726483' fill='%230c7080' opacity='0.90'/> <circle cx='479.3' cy='197.7' r='1.2' fill='%230c7080' opacity='0.81'/> <circle cx='254.3' cy='277.0' r='1.2' fill='%230c7080' opacity='0.60'/> <circle cx='268.3' cy='326.0' r='2.5' fill='%230c7080' opacity='0.71'/> <circle cx='236.9' cy='139.9' r='1.2' fill='%230c7080' opacity='0.66'/> <circle cx='527.2' cy='351.3' r='1.5' fill='%230c7080' opacity='0.90'/> <circle cx='249.1' cy='275.9' r='1.0' fill='%230c7080' opacity='0.90'/> <circle cx='554.2' cy='324.0' r='2.520255658874949' fill='%230c7080' opacity='0.90'/> <circle cx='358.5' cy='250.3' r='1.8' fill='%230c7080' opacity='0.90'/> <circle cx='384.9' cy='205.7' r='1.8' fill='%230c7080' opacity='0.67'/> <circle cx='427.8' cy='805.1' r='1.2' fill='%230c7080' opacity='0.90'/> <circle cx='541.2' cy='152.6' r='1.8' fill='%230c7080' opacity='0.57'/> <circle cx='483.3' cy='521.2' r='1.0' fill='%230c7080' opacity='0.63'/> <circle cx='422.3' cy='563.1' r='2.0' fill='%230c7080' opacity='0.64'/> <circle cx='556.5' cy='122.4' r='2.5' fill='%230c7080' opacity='0.85'/> <circle cx='436.3' cy='801.9' r='2.0' fill='%230c7080' opacity='0.64'/> <circle cx='672.4' cy='431.5' r='1.2' fill='%230c7080' opacity='0.70'/> <circle cx='453.4' cy='478.8' r='1.2' fill='%230c7080' opacity='0.85'/> <circle cx='325.8' cy='446.2' r='1.8' fill='%230c7080' opacity='0.90'/> <circle cx='431.2' cy='445.0' r='2.0' fill='%230c7080' opacity='0.90'/> <circle cx='377.0' cy='198.1' r='2.5' fill='%230c7080' opacity='0.90'/> <circle cx='121.1' cy='173.2' r='3.3248901268378277' fill='%2300a5a8' opacity='0.9' filter='url(%23nodeGlow)'/> <circle cx='370.4' cy='251.0' r='4.3009535984881415' fill='%2300a5a8' opacity='0.9' filter='url(%23nodeGlow)'/> <circle cx='609.4' cy='505.6' r='1.2' fill='%230c7080' opacity='0.69'/> <circle cx='635.4' cy='462.5' r='1.8' fill='%230c7080' opacity='0.90'/> <circle cx='173.0' cy='155.3' r='1.9818841518700996' fill='%230c7080' opacity='0.90'/> <circle cx='273.0' cy='243.4' r='2.5' fill='%230c7080' opacity='0.84'/> <circle cx='227.8' cy='233.1' r='1.2' fill='%230c7080' opacity='0.90'/> <circle cx='125.1' cy='291.6' r='3.8948000437460393' fill='%2300a5a8' opacity='0.9' filter='url(%23nodeGlow)'/> <circle cx='331.9' cy='452.1' r='1.0' fill='%230c7080' opacity='0.69'/> <circle cx='263.9' cy='136.3' r='1.8' fill='%230c7080' opacity='0.63'/> <circle cx='482.5' cy='219.7' r='1.0' fill='%230c7080' opacity='0.67'/> <circle cx='136.2' cy='165.6' r='2.0' fill='%230c7080' opacity='0.90'/> <circle cx='578.4' cy='536.7' r='1.2' fill='%230c7080' opacity='0.90'/> <circle cx='339.4' cy='490.4' r='1.2' fill='%230c7080' opacity='0.83'/> <circle cx='379.0' cy='480.8' r='2.0' fill='%230c7080' opacity='0.90'/> <circle cx='518.1' cy='219.1' r='2.0' fill='%230c7080' opacity='0.84'/> <circle cx='361.7' cy='617.1' r='1.0' fill='%230c7080' opacity='0.62'/> <circle cx='404.0' cy='509.6' r='2.5' fill='%230c7080' opacity='0.63'/> <circle cx='147.9' cy='309.1' r='2.0' fill='%230c7080' opacity='0.87'/> <circle cx='414.6' cy='135.3' r='2.5748704230678032' fill='%230c7080' opacity='0.90'/> <circle cx='622.3' cy='411.8' r='2.5' fill='%230c7080' opacity='0.80'/> <circle cx='409.5' cy='414.6' r='1.8' fill='%230c7080' opacity='0.77'/> <circle cx='621.0' cy='633.1' r='1.0' fill='%230c7080' opacity='0.90'/> <circle cx='577.0' cy='514.2' r='1.8' fill='%230c7080' opacity='0.69'/> <circle cx='72.6' cy='322.5' r='2.181236496199055' fill='%230c7080' opacity='0.90'/> <circle cx='505.0' cy='384.7' r='2.7078588765974283' fill='%230c7080' opacity='0.90'/> <circle cx='516.5' cy='482.2' r='2.5' fill='%230c7080' opacity='0.88'/> <circle cx='510.5' cy='325.2' r='1.8' fill='%230c7080' opacity='0.63'/> <circle cx='420.8' cy='636.8' r='2.710085356675485' fill='%230c7080' opacity='0.90'/> <circle cx='56.4' cy='284.7' r='1.0' fill='%230c7080' opacity='0.71'/> <circle cx='524.9' cy='486.4' r='2.0' fill='%230c7080' opacity='0.78'/> <circle cx='423.0' cy='715.2' r='1.2' fill='%230c7080' opacity='0.56'/> <circle cx='218.2' cy='323.9' r='2.377987145800446' fill='%230c7080' opacity='0.90'/> <circle cx='622.8' cy='383.8' r='1.0' fill='%230c7080' opacity='0.85'/> <circle cx='470.4' cy='616.7' r='1.8' fill='%230c7080' opacity='0.90'/> <circle cx='329.6' cy='232.2' r='2.208845077173932' fill='%230c7080' opacity='0.90'/> <circle cx='566.7' cy='301.5' r='1.0' fill='%230c7080' opacity='0.64'/> <circle cx='470.5' cy='591.5' r='2.5' fill='%230c7080' opacity='0.88'/> <circle cx='270.9' cy='287.4' r='2.223561547433363' fill='%230c7080' opacity='0.90'/> <circle cx='199.2' cy='286.4' r='1.5' fill='%230c7080' opacity='0.90'/> <circle cx='490.7' cy='390.3' r='2.5' fill='%230c7080' opacity='0.78'/> <circle cx='605.8' cy='301.4' r='1.2' fill='%230c7080' opacity='0.80'/> <circle cx='339.8' cy='162.4' r='2.0' fill='%230c7080' opacity='0.83'/> <circle cx='380.9' cy='736.5' r='1.5' fill='%230c7080' opacity='0.87'/> <circle cx='444.9' cy='833.6' r='1.8' fill='%230c7080' opacity='0.70'/> <circle cx='441.2' cy='150.0' r='1.5' fill='%230c7080' opacity='0.88'/> <circle cx='214.9' cy='206.7' r='2.5' fill='%230c7080' opacity='0.78'/> <circle cx='505.6' cy='796.2' r='2.459282849126203' fill='%230c7080' opacity='0.90'/> <circle cx='561.7' cy='196.2' r='2.5' fill='%230c7080' opacity='0.69'/> <circle cx='474.1' cy='756.4' r='3.1504179263240637' fill='%2300a5a8' opacity='0.9' filter='url(%23nodeGlow)'/> <circle cx='561.5' cy='498.3' r='2.0' fill='%230c7080' opacity='0.78'/> <circle cx='385.2' cy='753.0' r='2.414025367029439' fill='%230c7080' opacity='0.90'/> <circle cx='437.5' cy='675.9' r='2.5' fill='%230c7080' opacity='0.90'/> <circle cx='298.7' cy='254.5' r='1.2' fill='%230c7080' opacity='0.78'/> <circle cx='409.2' cy='447.8' r='2.5' fill='%230c7080' opacity='0.56'/> <circle cx='378.0' cy='728.6' r='2.2716686600883436' fill='%230c7080' opacity='0.90'/> <circle cx='698.3' cy='344.0' r='2.0' fill='%230c7080' opacity='0.80'/> <circle cx='199.3' cy='159.7' r='1.0' fill='%230c7080' opacity='0.71'/> <circle cx='457.0' cy='382.4' r='1.5' fill='%230c7080' opacity='0.60'/> <circle cx='149.7' cy='310.5' r='1.0' fill='%230c7080' opacity='0.90'/> <circle cx='399.5' cy='576.8' r='1.8' fill='%230c7080' opacity='0.90'/> <circle cx='533.1' cy='251.0' r='2.0' fill='%230c7080' opacity='0.71'/> <circle cx='502.0' cy='442.3' r='2.0' fill='%230c7080' opacity='0.59'/> <circle cx='430.3' cy='566.3' r='1.2' fill='%230c7080' opacity='0.90'/> <circle cx='521.1' cy='666.8' r='1.8' fill='%230c7080' opacity='0.56'/> <circle cx='520.1' cy='545.5' r='3.7772299232260123' fill='%2300a5a8' opacity='0.9' filter='url(%23nodeGlow)'/> <circle cx='387.9' cy='440.0' r='1.2' fill='%230c7080' opacity='0.57'/> <circle cx='525.3' cy='701.1' r='2.0' fill='%230c7080' opacity='0.84'/> <circle cx='109.3' cy='162.1' r='2.5' fill='%230c7080' opacity='0.69'/> <circle cx='325.8' cy='345.9' r='1.2' fill='%230c7080' opacity='0.90'/> <circle cx='532.5' cy='735.3' r='1.5' fill='%230c7080' opacity='0.70'/> <circle cx='510.7' cy='743.7' r='3.1302642188610563' fill='%2300a5a8' opacity='0.9' filter='url(%23nodeGlow)'/> <circle cx='447.4' cy='743.5' r='2.153127663356528' fill='%230c7080' opacity='0.90'/> <circle cx='70.6' cy='213.4' r='1.8' fill='%230c7080' opacity='0.78'/> <circle cx='462.7' cy='656.8' r='1.2' fill='%230c7080' opacity='0.85'/> <circle cx='553.2' cy='366.6' r='2.5' fill='%230c7080' opacity='0.90'/> <circle cx='95.4' cy='173.2' r='1.0' fill='%230c7080' opacity='0.87'/> <circle cx='561.4' cy='450.7' r='2.7150089739481538' fill='%230c7080' opacity='0.90'/> <circle cx='727.5' cy='365.3' r='1.5' fill='%230c7080' opacity='0.76'/> <circle cx='393.2' cy='331.8' r='1.5' fill='%230c7080' opacity='0.69'/> <circle cx='717.6' cy='394.1' r='1.2' fill='%230c7080' opacity='0.81'/> <circle cx='529.4' cy='581.8' r='1.8' fill='%230c7080' opacity='0.88'/> <circle cx='614.6' cy='624.7' r='1.5' fill='%230c7080' opacity='0.66'/> <circle cx='99.1' cy='166.5' r='2.0' fill='%230c7080' opacity='0.62'/> <circle cx='552.4' cy='559.8' r='1.0' fill='%230c7080' opacity='0.84'/> <circle cx='572.6' cy='299.7' r='4.204413363858536' fill='%2300a5a8' opacity='0.9' filter='url(%23nodeGlow)'/> <circle cx='262.0' cy='335.1' r='2.613147349606374' fill='%230c7080' opacity='0.90'/> <circle cx='234.2' cy='148.7' r='2.0' fill='%230c7080' opacity='0.70'/> <circle cx='174.9' cy='408.1' r='3.844752905707395' fill='%2300a5a8' opacity='0.9' filter='url(%23nodeGlow)'/> <circle cx='439.4' cy='374.6' r='2.761238725301614' fill='%230c7080' opacity='0.90'/> <circle cx='58.9' cy='330.2' r='1.8' fill='%230c7080' opacity='0.90'/> <circle cx='273.6' cy='355.9' r='2.2819701620658357' fill='%230c7080' opacity='0.90'/> <circle cx='250.1' cy='358.0' r='1.5' fill='%230c7080' opacity='0.60'/> <circle cx='451.8' cy='179.1' r='2.020382322944052' fill='%230c7080' opacity='0.90'/> <circle cx='314.1' cy='153.8' r='2.5' fill='%230c7080' opacity='0.69'/> <circle cx='343.2' cy='437.1' r='1.5' fill='%230c7080' opacity='0.78'/> <circle cx='95.4' cy='246.4' r='1.5' fill='%230c7080' opacity='0.85'/> <circle cx='467.5' cy='200.3' r='1.0' fill='%230c7080' opacity='0.90'/> <circle cx='117.0' cy='289.8' r='1.5' fill='%230c7080' opacity='0.70'/> <circle cx='486.5' cy='699.3' r='1.0' fill='%230c7080' opacity='0.78'/> <circle cx='277.3' cy='314.5' r='1.876028820533689' fill='%230c7080' opacity='0.90'/> <circle cx='184.6' cy='297.6' r='1.2' fill='%230c7080' opacity='0.83'/> <circle cx='393.5' cy='512.2' r='1.5' fill='%230c7080' opacity='0.69'/> <circle cx='214.5' cy='348.4' r='2.0' fill='%230c7080' opacity='0.71'/> <circle cx='627.9' cy='362.2' r='2.5' fill='%230c7080' opacity='0.90'/> <circle cx='466.4' cy='487.4' r='1.2' fill='%230c7080' opacity='0.84'/> <circle cx='530.8' cy='491.1' r='1.2' fill='%230c7080' opacity='0.69'/> <circle cx='550.0' cy='399.5' r='2.00677863232201' fill='%230c7080' opacity='0.90'/> <circle cx='334.6' cy='449.4' r='2.636334709961689' fill='%230c7080' opacity='0.90'/> <circle cx='496.0' cy='238.5' r='1.5' fill='%230c7080' opacity='0.64'/> <circle cx='514.2' cy='626.5' r='1.0' fill='%230c7080' opacity='0.63'/> <circle cx='328.6' cy='455.4' r='1.0' fill='%230c7080' opacity='0.90'/> <circle cx='431.4' cy='688.4' r='2.5' fill='%230c7080' opacity='0.84'/> <circle cx='426.6' cy='563.3' r='2.3414739546030243' fill='%230c7080' opacity='0.90'/> <circle cx='513.5' cy='331.1' r='2.1711965353836677' fill='%230c7080' opacity='0.90'/> <circle cx='407.7' cy='465.4' r='1.5' fill='%230c7080' opacity='0.84'/> <circle cx='458.0' cy='511.7' r='2.2908053516065467' fill='%230c7080' opacity='0.90'/> <circle cx='361.0' cy='360.7' r='2.0' fill='%230c7080' opacity='0.71'/> <circle cx='596.1' cy='522.6' r='1.9282459501486136' fill='%230c7080' opacity='0.90'/> <circle cx='400.3' cy='322.9' r='2.2783200766120433' fill='%230c7080' opacity='0.90'/> <circle cx='142.0' cy='295.8' r='2.0' fill='%230c7080' opacity='0.57'/> <circle cx='367.8' cy='209.6' r='1.5' fill='%230c7080' opacity='0.78'/> <circle cx='387.7' cy='430.5' r='2.257196034316027' fill='%230c7080' opacity='0.90'/> <circle cx='355.5' cy='611.3' r='1.0' fill='%230c7080' opacity='0.90'/> <circle cx='269.6' cy='286.2' r='1.8' fill='%230c7080' opacity='0.74'/> <circle cx='527.5' cy='174.8' r='1.0' fill='%230c7080' opacity='0.56'/> <circle cx='165.6' cy='171.3' r='1.2' fill='%230c7080' opacity='0.77'/> <circle cx='443.1' cy='825.9' r='1.0' fill='%230c7080' opacity='0.74'/> <circle cx='206.9' cy='372.1' r='1.98715244195285' fill='%230c7080' opacity='0.90'/> <circle cx='482.2' cy='201.8' r='1.5' fill='%230c7080' opacity='0.69'/> <circle cx='466.4' cy='358.8' r='3.5146446902221906' fill='%2300a5a8' opacity='0.9' filter='url(%23nodeGlow)'/> <circle cx='547.4' cy='208.7' r='1.2' fill='%230c7080' opacity='0.84'/> <circle cx='581.7' cy='703.2' r='1.2' fill='%230c7080' opacity='0.80'/> <circle cx='420.0' cy='564.1' r='1.5' fill='%230c7080' opacity='0.77'/> <circle cx='169.3' cy='65.8' r='1.8' fill='%230c7080' opacity='0.71'/> <circle cx='213.4' cy='76.0' r='1.2' fill='%230c7080' opacity='0.88'/> <circle cx='247.0' cy='56.1' r='2.0' fill='%230c7080' opacity='0.90'/> <circle cx='277.7' cy='56.2' r='1.0' fill='%230c7080' opacity='0.90'/> <circle cx='314.4' cy='52.9' r='1.2' fill='%230c7080' opacity='0.87'/> <circle cx='330.7' cy='54.1' r='1.8' fill='%230c7080' opacity='0.67'/> <circle cx='338.9' cy='53.0' r='2.5' fill='%230c7080' opacity='0.64'/> <circle cx='349.2' cy='101.0' r='1.0' fill='%230c7080' opacity='0.66'/> <circle cx='379.7' cy='105.5' r='1.8' fill='%230c7080' opacity='0.63'/> <circle cx='430.6' cy='109.9' r='2.5' fill='%230c7080' opacity='0.85'/> <circle cx='481.5' cy='115.4' r='2.5' fill='%230c7080' opacity='0.74'/> <circle cx='522.2' cy='120.9' r='1.8' fill='%230c7080' opacity='0.73'/> <circle cx='552.9' cy='117.4' r='1.8477093040824077' fill='%230c7080' opacity='0.90'/> <circle cx='563.0' cy='126.3' r='1.0' fill='%230c7080' opacity='0.90'/> <circle cx='562.9' cy='148.5' r='1.0' fill='%230c7080' opacity='0.69'/> <circle cx='573.0' cy='170.7' r='1.5' fill='%230c7080' opacity='0.83'/> <circle cx='583.1' cy='198.4' r='2.5' fill='%230c7080' opacity='0.62'/> <circle cx='593.2' cy='220.5' r='2.5' fill='%230c7080' opacity='0.74'/> <circle cx='608.4' cy='248.1' r='1.5' fill='%230c7080' opacity='0.76'/> <circle cx='628.8' cy='270.1' r='3.386572238178629' fill='%2300a5a8' opacity='0.9' filter='url(%23nodeGlow)'/> <circle cx='633.8' cy='292.2' r='1.0' fill='%230c7080' opacity='0.78'/> <circle cx='654.3' cy='303.2' r='2.763116560917914' fill='%230c7080' opacity='0.90'/> <circle cx='664.5' cy='325.2' r='1.2' fill='%230c7080' opacity='0.88'/> <circle cx='679.9' cy='336.2' r='2.5' fill='%230c7080' opacity='0.90'/> <circle cx='705.6' cy='336.2' r='3.4269130977441637' fill='%2300a5a8' opacity='0.9' filter='url(%23nodeGlow)'/> <circle cx='726.2' cy='341.7' r='1.5' fill='%230c7080' opacity='0.90'/> <circle cx='746.7' cy='341.6' r='2.2469301170828375' fill='%230c7080' opacity='0.90'/> <circle cx='746.7' cy='358.2' r='1.0' fill='%230c7080' opacity='0.77'/> <circle cx='726.1' cy='391.4' r='1.5' fill='%230c7080' opacity='0.83'/> <circle cx='695.3' cy='435.6' r='2.440580652711668' fill='%230c7080' opacity='0.90'/> <circle cx='659.4' cy='457.6' r='1.5' fill='%230c7080' opacity='0.80'/> <circle cx='644.1' cy='485.1' r='2.0' fill='%230c7080' opacity='0.88'/> <circle cx='628.8' cy='512.7' r='1.0' fill='%230c7080' opacity='0.60'/> <circle cx='628.9' cy='534.8' r='1.5' fill='%230c7080' opacity='0.69'/> <circle cx='629.0' cy='557.0' r='1.5' fill='%230c7080' opacity='0.90'/> <circle cx='639.4' cy='579.2' r='2.5' fill='%230c7080' opacity='0.71'/> <circle cx='639.5' cy='606.9' r='2.5' fill='%230c7080' opacity='0.78'/> <circle cx='634.5' cy='634.7' r='2.738769834959245' fill='%230c7080' opacity='0.90'/> <circle cx='588.6' cy='651.1' r='2.5' fill='%230c7080' opacity='0.88'/> <circle cx='588.7' cy='684.5' r='1.8' fill='%230c7080' opacity='0.80'/> <circle cx='588.9' cy='723.5' r='1.9250399107320042' fill='%230c7080' opacity='0.90'/> <circle cx='578.7' cy='745.7' r='1.2' fill='%230c7080' opacity='0.90'/> <circle cx='558.3' cy='756.8' r='2.5' fill='%230c7080' opacity='0.90'/> <circle cx='543.0' cy='784.6' r='1.0' fill='%230c7080' opacity='0.67'/> <circle cx='532.9' cy='806.9' r='1.8' fill='%230c7080' opacity='0.62'/> <circle cx='512.5' cy='829.2' r='3.7097786949772433' fill='%2300a5a8' opacity='0.9' filter='url(%23nodeGlow)'/> <circle cx='492.0' cy='838.1' r='1.0' fill='%230c7080' opacity='0.57'/> <circle cx='461.4' cy='845.9' r='1.8' fill='%230c7080' opacity='0.85'/> <circle cx='430.7' cy='845.8' r='1.0' fill='%230c7080' opacity='0.62'/> <circle cx='415.4' cy='843.6' r='2.0' fill='%230c7080' opacity='0.64'/> <circle cx='410.3' cy='829.1' r='3.584769312024534' fill='%2300a5a8' opacity='0.9' filter='url(%23nodeGlow)'/> <circle cx='405.2' cy='812.4' r='1.2' fill='%230c7080' opacity='0.70'/> <circle cx='395.0' cy='790.1' r='1.5' fill='%230c7080' opacity='0.81'/> <circle cx='384.8' cy='767.8' r='1.2' fill='%230c7080' opacity='0.63'/> <circle cx='374.6' cy='739.9' r='1.2' fill='%230c7080' opacity='0.57'/> <circle cx='369.5' cy='712.0' r='2.5' fill='%230c7080' opacity='0.76'/> <circle cx='359.3' cy='684.1' r='2.2671934766693527' fill='%230c7080' opacity='0.90'/> <circle cx='349.2' cy='656.3' r='3.822817911708857' fill='%2300a5a8' opacity='0.9' filter='url(%23nodeGlow)'/> <circle cx='349.2' cy='645.1' r='4.046434315360571' fill='%2300a5a8' opacity='0.9' filter='url(%23nodeGlow)'/> <circle cx='349.4' cy='606.1' r='1.2' fill='%230c7080' opacity='0.90'/> <circle cx='359.6' cy='578.2' r='1.8' fill='%230c7080' opacity='0.90'/> <circle cx='359.7' cy='555.9' r='2.2349773714204115' fill='%230c7080' opacity='0.90'/> <circle cx='349.8' cy='522.6' r='2.5' fill='%230c7080' opacity='0.90'/> <circle cx='344.9' cy='500.4' r='2.2816516827022144' fill='%230c7080' opacity='0.90'/> <circle cx='324.8' cy='484.0' r='2.2418603055765343' fill='%230c7080' opacity='0.90'/> <circle cx='325.1' cy='461.9' r='1.5' fill='%230c7080' opacity='0.78'/> <circle cx='325.4' cy='440.0' r='1.2' fill='%230c7080' opacity='0.73'/> <circle cx='330.7' cy='423.6' r='1.0' fill='%230c7080' opacity='0.85'/> <circle cx='315.5' cy='413.0' r='1.2' fill='%230c7080' opacity='0.76'/> <circle cx='294.9' cy='413.1' r='1.8' fill='%230c7080' opacity='0.85'/> <circle cx='274.4' cy='413.2' r='4.420436267802186' fill='%2300a5a8' opacity='0.9' filter='url(%23nodeGlow)'/> <circle cx='259.0' cy='407.8' r='1.8' fill='%230c7080' opacity='0.73'/> <circle cx='243.6' cy='396.8' r='2.397003752225752' fill='%230c7080' opacity='0.90'/> <circle cx='233.3' cy='402.3' r='1.0' fill='%230c7080' opacity='0.87'/> <circle cx='217.8' cy='407.8' r='1.2' fill='%230c7080' opacity='0.78'/> <circle cx='197.3' cy='407.9' r='2.0' fill='%230c7080' opacity='0.80'/> <circle cx='176.7' cy='407.9' r='1.2' fill='%230c7080' opacity='0.66'/> <circle cx='156.1' cy='413.4' r='2.5' fill='%230c7080' opacity='0.90'/> <circle cx='145.8' cy='407.9' r='1.8' fill='%230c7080' opacity='0.69'/> <circle cx='125.3' cy='391.4' r='1.0' fill='%230c7080' opacity='0.80'/> <circle cx='104.7' cy='380.3' r='1.2' fill='%230c7080' opacity='0.85'/> <circle cx='89.3' cy='369.3' r='2.484640290378519' fill='%230c7080' opacity='0.90'/> <circle cx='73.8' cy='347.2' r='1.5' fill='%230c7080' opacity='0.90'/> <circle cx='63.5' cy='336.1' r='2.212903876513247' fill='%230c7080' opacity='0.90'/> <circle cx='63.5' cy='319.5' r='1.0' fill='%230c7080' opacity='0.66'/> <circle cx='53.2' cy='302.9' r='1.5' fill='%230c7080' opacity='0.62'/> <circle cx='51.1' cy='297.3' r='1.8' fill='%230c7080' opacity='0.90'/> <circle cx='63.4' cy='275.2' r='1.5' fill='%230c7080' opacity='0.90'/> <circle cx='63.4' cy='253.1' r='1.8' fill='%230c7080' opacity='0.67'/> <circle cx='53.0' cy='230.9' r='1.0' fill='%230c7080' opacity='0.64'/> <circle cx='63.2' cy='208.7' r='2.0' fill='%230c7080' opacity='0.57'/> <circle cx='93.9' cy='181.1' r='1.0' fill='%230c7080' opacity='0.71'/> <circle cx='124.6' cy='142.4' r='1.2' fill='%230c7080' opacity='0.90'/> <circle cx='155.2' cy='114.7' r='2.5' fill='%230c7080' opacity='0.56'/> <circle cx='167.3' cy='81.4' r='1.0' fill='%230c7080' opacity='0.64'/> <circle cx='737.9' cy='611.5' r='1.8' fill='%230c7080' opacity='0.69'/> <circle cx='731.3' cy='659.7' r='1.8' fill='%230c7080' opacity='0.73'/> <circle cx='698.8' cy='706.4' r='3.695526700805144' fill='%2300a5a8' opacity='0.9' filter='url(%23nodeGlow)'/> <circle cx='678.7' cy='745.6' r='1.0' fill='%230c7080' opacity='0.74'/> <circle cx='685.0' cy='685.0' r='1.2' fill='%230c7080' opacity='0.59'/> <circle cx='689.7' cy='639.3' r='1.8' fill='%230c7080' opacity='0.60'/> <circle cx='728.1' cy='606.2' r='1.8' fill='%230c7080' opacity='0.66'/> <path d='M 167.5,63.4 L 202.5,72.4 L 211.8,73.5 L 225.1,64.5 L 245.7,53.4 L 256.0,52.3 L 276.6,53.4 L 302.3,51.2 L 313.6,50.0 L 322.9,47.8 L 330.1,51.2 L 333.1,52.3 L 338.3,50.0 L 343.4,93.6 L 348.6,98.0 L 358.9,96.9 L 379.4,102.5 L 410.3,103.6 L 430.9,106.9 L 461.7,105.8 L 482.3,112.5 L 502.9,114.7 L 523.4,118.1 L 538.9,112.5 L 554.3,114.7 L 559.4,117.0 L 564.6,123.7 L 560.5,131.5 L 564.6,146.0 L 569.7,157.1 L 574.9,168.3 L 580.0,179.5 L 585.1,196.2 L 590.3,207.3 L 595.4,218.5 L 605.7,229.7 L 610.9,246.4 L 621.1,257.6 L 631.4,268.7 L 634.5,279.9 L 636.6,291.0 L 641.7,296.6 L 657.1,302.2 L 662.3,313.3 L 667.4,324.5 L 672.6,335.6 L 682.9,335.6 L 693.1,330.1 L 708.6,335.6 L 718.9,341.2 L 729.1,341.2 L 744.6,335.6 L 749.7,341.2 L 752.8,346.8 L 749.7,358.0 L 739.4,374.7 L 729.1,391.4 L 713.7,413.7 L 698.3,436.1 L 682.9,447.2 L 662.3,458.4 L 652.0,475.1 L 646.9,486.3 L 641.7,503.0 L 631.4,514.1 L 626.3,525.3 L 631.4,536.5 L 626.3,547.6 L 631.4,558.8 L 636.6,575.5 L 641.7,581.1 L 636.6,592.2 L 641.7,609.0 L 641.7,625.7 L 636.6,636.9 L 631.4,648.0 L 590.3,653.6 L 585.1,670.3 L 590.3,687.1 L 585.1,709.4 L 590.3,726.1 L 585.1,737.3 L 580.0,748.4 L 564.6,754.0 L 559.4,759.6 L 554.3,770.7 L 544.0,787.5 L 538.9,798.6 L 533.7,809.8 L 523.4,821.0 L 513.1,832.1 L 502.9,839.9 L 492.6,841.0 L 487.4,843.3 L 461.7,848.8 L 441.1,847.7 L 430.9,848.8 L 420.6,848.8 L 415.4,846.6 L 414.4,843.3 L 410.3,832.1 L 408.2,826.5 L 405.1,815.4 L 400.0,804.2 L 394.9,793.1 L 389.7,781.9 L 384.6,770.7 L 379.4,759.6 L 374.3,742.9 L 374.3,726.1 L 369.1,715.0 L 364.0,698.2 L 358.9,687.1 L 353.7,670.3 L 348.6,659.2 L 346.5,653.6 L 348.6,648.0 L 353.7,625.7 L 348.6,609.0 L 353.7,592.2 L 358.9,581.1 L 364.0,569.9 L 358.9,558.8 L 353.7,536.5 L 348.6,525.3 L 348.6,514.1 L 343.4,503.0 L 338.3,491.8 L 322.9,486.3 L 317.7,475.1 L 322.9,463.9 L 320.8,452.8 L 322.9,441.6 L 325.9,436.1 L 328.0,424.9 L 322.9,419.3 L 312.6,413.7 L 302.3,413.7 L 292.0,413.7 L 281.7,413.7 L 271.4,413.7 L 261.1,413.7 L 256.0,408.2 L 250.9,397.0 L 240.6,397.0 L 235.4,402.6 L 230.3,402.6 L 225.1,402.6 L 214.9,408.2 L 204.6,408.2 L 194.3,408.2 L 184.0,408.2 L 173.7,408.2 L 163.4,413.7 L 153.1,413.7 L 148.0,413.7 L 142.9,408.2 L 132.6,402.6 L 122.3,391.4 L 112.0,385.9 L 101.7,380.3 L 91.4,374.7 L 86.3,369.1 L 81.1,358.0 L 70.9,346.8 L 65.7,341.2 L 60.6,335.6 L 55.4,324.5 L 60.6,318.9 L 55.4,313.3 L 50.3,302.2 L 45.1,299.9 L 48.2,296.6 L 55.4,285.4 L 60.6,274.3 L 60.6,263.1 L 60.6,252.0 L 55.4,240.8 L 50.3,229.7 L 50.3,218.5 L 60.6,207.3 L 81.1,196.2 L 91.4,179.5 L 91.4,162.7 L 122.3,140.4 L 137.7,129.3 L 153.1,112.5 L 163.4,95.8 L 165.5,79.0 L 167.5,63.4 Z' fill='none' stroke='%230c7080' stroke-width='0.5' opacity='0.12'/> <path d='M 739.4,609.0 L 744.6,625.7 L 739.4,642.4 L 734.3,659.2 L 724.0,675.9 L 708.6,692.7 L 698.3,709.4 L 688.0,726.1 L 682.9,742.9 L 677.7,748.4 L 672.6,731.7 L 677.7,715.0 L 682.9,687.1 L 677.7,670.3 L 682.9,653.6 L 688.0,636.9 L 703.4,625.7 L 718.9,614.6 L 729.1,603.4 L 739.4,609.0 Z' fill='none' stroke='%230c7080' stroke-width='0.5' opacity='0.12'/> </svg>") center center/contain no-repeat;z-index:0}
.hero::after{content:'';position:absolute;inset:0;background:linear-gradient(95deg,rgba(255,255,255,.97) 0%,rgba(255,255,255,.88) 28%,rgba(255,255,255,.45) 50%,rgba(255,255,255,.08) 70%,transparent 85%);z-index:1}
.hero-content{position:relative;z-index:2;max-width:var(--max-w);margin:0 auto;width:100%}
.hero h1,.hero h2.hero-title{color:var(--navy);font-size:2.8rem;margin-bottom:16px;max-width:600px;font-family:var(--font-head);line-height:1.3}
.hero p{color:var(--g400);font-size:1.15rem;max-width:520px;margin-bottom:32px;line-height:1.8}
.hero-map{display:none}

/* Buttons */
.btn{display:inline-flex;align-items:center;gap:8px;padding:12px 28px;border-radius:var(--radius);font-weight:700;font-size:.9rem;cursor:pointer;transition:all .25s;border:none;font-family:var(--font-body)}
.btn-teal{background:var(--teal);color:var(--white)}.btn-teal:hover{background:#008c8e;transform:translateY(-2px)}
.btn-outline{background:transparent;color:var(--white);border:2px solid var(--teal)}.btn-outline:hover{background:var(--teal);color:var(--white)}
.btn-navy{background:var(--navy);color:var(--white)}.btn-navy:hover{background:var(--navy2)}

/* Sections */
.section{padding:80px 24px}
.section-inner{max-width:var(--max-w);margin:0 auto}
.section-label{display:inline-block;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:2px;color:var(--teal);margin-bottom:12px}
.section-title{font-size:2rem;margin-bottom:16px}
.section-subtitle{font-size:1.05rem;color:var(--g500);max-width:700px;line-height:1.8;margin:0 auto 40px}
.section-dark{background:var(--navy);color:var(--g200)}
.section-dark h2,.section-dark h3{color:var(--white)}
.section-gray{background:var(--g100)}

/* Grid */
.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:32px}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
@media(max-width:900px){.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}}

/* Cards */
.card{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden;transition:transform .3s,box-shadow .3s;border:1px solid var(--g200)}
.card:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg);border-color:var(--teal)}
.card-visual{width:100%;height:200px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}
.card-visual svg{width:100%;height:100%}
.card-img{width:100%;height:200px;object-fit:cover}
.card-body{padding:24px}
.card-body h3{font-size:1.15rem;margin-bottom:10px;color:var(--navy)}
.card-body p{font-size:.92rem;color:var(--g500);line-height:1.7}
.card-tag{display:inline-block;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:var(--teal);background:rgba(0,165,168,.08);padding:4px 10px;border-radius:4px;margin-bottom:12px}
.ref-tag{display:inline-block;font-size:.78rem;color:var(--g400);margin-top:12px;padding-top:12px;border-top:1px solid var(--g200)}

/* Stats bar */
.stats-bar{display:flex;justify-content:center;gap:60px;padding:40px 24px;background:var(--navy);flex-wrap:wrap}
.stat{text-align:center}
.stat-num{font-size:2.4rem;font-weight:700;color:var(--teal);font-family:var(--font-head)}
.stat-label{font-size:.82rem;color:var(--g400);margin-top:4px}

/* Page hero (sub pages) */
.page-hero{position:relative;padding:120px 24px 60px;background:var(--navy);overflow:hidden}
.page-hero-inner{max-width:var(--max-w);margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}
.page-hero h1,.page-hero h2.hero-title{color:var(--white);font-size:2.2rem;margin-bottom:16px;font-family:var(--font-head);line-height:1.3}
.page-hero p{color:var(--g300);font-size:1.05rem;line-height:1.8}
.page-hero-illust{max-width:100%;border-radius:var(--radius)}
@media(max-width:768px){.page-hero-inner{grid-template-columns:1fr}.page-hero-illust{display:none}}

/* Content blocks */
.content-block{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center;margin-bottom:60px}
.content-block.reverse{direction:rtl}.content-block.reverse>*{direction:ltr}
.content-block img,.content-block svg{border-radius:var(--radius);width:100%}
@media(max-width:768px){.content-block,.content-block.reverse{grid-template-columns:1fr}}

/* Quote block */
.quote-block{background:linear-gradient(135deg,var(--navy) 0%,var(--navy2) 100%);border-radius:var(--radius);padding:40px 48px;margin:40px 0;position:relative}
.quote-block::before{content:'\201C';font-size:6rem;color:var(--teal);opacity:.3;position:absolute;top:-10px;left:20px;font-family:var(--font-head)}
.quote-block p{color:var(--g200);font-size:1.1rem;font-style:italic;line-height:1.8;position:relative;z-index:1}
.quote-block cite{display:block;color:var(--teal);font-size:.88rem;margin-top:12px;font-style:normal;font-weight:700}

/* Stat highlight */
.stat-highlight{display:flex;gap:24px;flex-wrap:wrap;margin:32px 0}
.stat-box{flex:1;min-width:140px;background:var(--g100);border-radius:var(--radius);padding:24px;text-align:center;border-top:3px solid var(--teal)}
.stat-box .num{font-size:1.8rem;font-weight:700;color:var(--navy);font-family:var(--font-head)}
.stat-box .label{font-size:.8rem;color:var(--g500);margin-top:4px}

/* Timeline */
.timeline{position:relative;padding-left:40px;margin:32px 0}
.timeline::before{content:'';position:absolute;left:15px;top:0;bottom:0;width:2px;background:var(--teal)}
.timeline-item{position:relative;margin-bottom:32px}
.timeline-item::before{content:'';position:absolute;left:-33px;top:4px;width:14px;height:14px;background:var(--teal);border-radius:50%;border:3px solid var(--white);box-shadow:0 0 0 2px var(--teal)}
.timeline-item h4{font-size:1rem;margin-bottom:6px;color:var(--navy)}
.timeline-item p{font-size:.9rem;color:var(--g500);line-height:1.7}

/* Key findings */
.finding{display:flex;gap:16px;padding:20px;background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);margin-bottom:16px;border-left:4px solid var(--teal)}
.finding-icon{width:40px;height:40px;background:rgba(0,165,168,.1);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.finding-icon svg{width:20px;height:20px;color:var(--teal)}
.finding h4{font-size:.95rem;margin-bottom:4px}
.finding p{font-size:.85rem;color:var(--g500)}

/* Values grid */
.value-card{text-align:center;padding:32px 20px;border-radius:var(--radius);background:var(--white);box-shadow:var(--shadow)}
.value-icon{width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,var(--teal),var(--blue));display:flex;align-items:center;justify-content:center;margin:0 auto 16px}
.value-icon svg{width:24px;height:24px;color:var(--white)}
.value-card h3{font-size:1rem;margin-bottom:8px}
.value-card p{font-size:.85rem;color:var(--g500)}

/* Reference tag */
.ref-tag{display:inline-flex;align-items:center;gap:4px;font-size:.75rem;color:var(--blue);background:rgba(43,125,233,.08);padding:3px 8px;border-radius:4px;margin-top:8px}

/* CTA */
.cta{padding:80px 24px;text-align:center;background:linear-gradient(135deg,var(--navy),var(--navy2))}
.cta h2{color:var(--white);font-size:2rem;margin-bottom:16px}
.cta p{color:var(--g300);margin-bottom:32px;max-width:600px;margin-left:auto;margin-right:auto}

/* Footer */
footer{background:var(--navy);border-top:1px solid rgba(255,255,255,.05);padding:60px 24px 24px}
.footer-inner{max-width:var(--max-w);margin:0 auto}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:40px;margin-bottom:40px}
@media(max-width:768px){.footer-grid{grid-template-columns:1fr 1fr}}
.footer-col h4{color:var(--white);font-size:.9rem;margin-bottom:16px}
.footer-col p,.footer-col a{color:var(--g400);font-size:.85rem;line-height:2}
.footer-col a:hover{color:var(--teal)}
.footer-bottom{text-align:center;padding-top:24px;border-top:1px solid rgba(255,255,255,.05);color:var(--g400);font-size:.8rem}

/* Scroll reveal */
.reveal{opacity:0;transform:translateY(30px);transition:opacity .6s,transform .6s}.reveal.visible{opacity:1;transform:none}

/* Form */
.form-group{margin-bottom:20px}
.form-group label{display:block;font-size:.85rem;font-weight:600;margin-bottom:6px;color:var(--g600)}
.form-group input,.form-group textarea,.form-group select{width:100%;padding:12px 16px;border:1px solid var(--g200);border-radius:var(--radius);font-family:var(--font-body);font-size:.9rem;transition:border-color .2s}
.form-group input:focus,.form-group textarea:focus{border-color:var(--teal);outline:none;box-shadow:0 0 0 3px rgba(0,165,168,.1)}
.form-group textarea{min-height:120px;resize:vertical}

/* Team member cards */
.team-founder{display:grid;grid-template-columns:280px 1fr;gap:40px;align-items:center;background:linear-gradient(135deg,var(--navy),var(--navy2));border-radius:var(--radius);padding:40px;margin-bottom:48px}
.team-founder-avatar{width:220px;height:220px;border-radius:50%;background:linear-gradient(135deg,var(--teal),var(--blue));display:flex;align-items:center;justify-content:center;font-size:4rem;color:var(--white);font-family:var(--font-head);font-weight:700;border:4px solid rgba(0,165,168,.3);margin:0 auto}
.team-founder h3{color:var(--white);font-size:1.6rem;margin-bottom:4px}
.team-founder .role{color:var(--teal);font-size:.95rem;font-weight:700;margin-bottom:16px}
.team-founder p{color:var(--g300);font-size:.95rem;line-height:1.8}
@media(max-width:768px){.team-founder{grid-template-columns:1fr;text-align:center}}

.team-partner{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);padding:28px;text-align:center;transition:transform .3s,box-shadow .3s}
.team-partner:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}
.team-partner-avatar{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,var(--navy),var(--navy2));display:flex;align-items:center;justify-content:center;font-size:1.6rem;color:var(--white);font-family:var(--font-head);font-weight:700;margin:0 auto 16px;border:3px solid var(--teal)}
.team-partner h4{font-size:1rem;margin-bottom:2px}
.team-partner .role{color:var(--teal);font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;margin-bottom:8px}
.team-partner .specialty{font-size:.82rem;color:var(--g500);font-style:italic;margin-bottom:8px}
.team-partner p{font-size:.85rem;color:var(--g500);line-height:1.6}

.firm-structure{background:var(--g100);border-radius:var(--radius);padding:32px;margin:40px 0}
.firm-structure h3{text-align:center;margin-bottom:8px}
.firm-structure>p{text-align:center;color:var(--g500);font-size:.9rem;margin-bottom:24px}
.structure-levels{display:flex;flex-direction:column;gap:16px;align-items:center}
.structure-level{display:flex;align-items:center;gap:12px;padding:12px 24px;border-radius:var(--radius);font-size:.9rem;font-weight:600;width:100%;max-width:500px}
.structure-level.l1{background:var(--navy);color:var(--white)}
.structure-level.l2{background:var(--teal);color:var(--white)}
.structure-level.l3{background:var(--blue);color:var(--white)}
.structure-level.l4{background:var(--g200);color:var(--g700)}
.structure-level svg{width:20px;height:20px;flex-shrink:0}
.structure-level span{font-weight:400;margin-left:auto;font-size:.8rem;opacity:.8}

/* Featured insight */
.insight-featured{display:grid;grid-template-columns:1fr 1fr;gap:0;background:var(--navy);border-radius:var(--radius);overflow:hidden;margin-bottom:32px}
.insight-featured-img{background:linear-gradient(135deg,#16213e,#1a1a2e 40%,#2b6777);padding:48px 32px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}
.insight-featured-img .dpi-icon{width:120px;height:120px;border-radius:50%;background:rgba(0,165,168,.15);display:flex;align-items:center;justify-content:center;margin-bottom:20px;border:2px solid rgba(0,165,168,.3)}
.insight-featured-img .dpi-icon svg{width:48px;height:48px;color:var(--teal)}
.insight-featured-body{padding:40px 32px;display:flex;flex-direction:column;justify-content:center}
.insight-featured-body .card-tag{background:rgba(245,132,44,.15);color:var(--orange)}
.insight-featured-body h3{color:var(--white);font-size:1.3rem;margin-bottom:12px}
.insight-featured-body p{color:var(--g300);font-size:.92rem;line-height:1.8;margin-bottom:16px}
.insight-featured-body .author{color:var(--teal);font-size:.85rem;font-weight:600}
@media(max-width:768px){.insight-featured{grid-template-columns:1fr}.insight-featured-img{padding:32px 24px}}




/* Mobile menu */
.mobile-menu-btn{display:none;background:none;border:none;color:var(--g300);cursor:pointer;padding:8px;margin-left:auto}
@media(max-width:768px){
.mobile-menu-btn{display:flex;align-items:center}
.nav-links{display:none;position:fixed;top:68px;left:0;right:0;bottom:0;background:var(--navy);flex-direction:column;padding:20px;overflow-y:auto;z-index:999}
.nav-links.mobile-open{display:flex}
.nav-item{width:100%}
.nav-item>a,.nav-item>button{padding:14px 16px;width:100%;justify-content:space-between}
.mega{position:static;transform:none;box-shadow:none;border-radius:0;padding:0 0 0 20px;background:rgba(255,255,255,.05)}
.mega a{color:var(--g300);padding:10px 16px}
.mega a:hover{background:rgba(255,255,255,.05);color:var(--teal)}
.mega a svg{color:var(--teal)}
.lang-sw{margin:16px 0 0;align-self:flex-start}
}

/* Events */
.event-card{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden;display:grid;grid-template-columns:100px 1fr;transition:transform .3s}
.event-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg)}
.event-date{background:var(--navy);color:var(--white);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:16px;text-align:center}
.event-date .day{font-size:2rem;font-weight:700;font-family:var(--font-head);line-height:1}
.event-date .month{font-size:.75rem;text-transform:uppercase;letter-spacing:1px;color:var(--teal);margin-top:4px}
.event-date .year{font-size:.7rem;color:var(--g400)}
.event-info{padding:20px 24px}
.event-info h3{font-size:1rem;margin-bottom:6px}
.event-info p{font-size:.85rem;color:var(--g500);margin-bottom:8px}
.event-loc{display:inline-flex;align-items:center;gap:4px;font-size:.78rem;color:var(--teal);font-weight:600}
.event-loc svg{width:14px;height:14px}
.event-type{display:inline-block;font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;padding:3px 8px;border-radius:4px;margin-left:8px}
.event-type.conf{background:rgba(0,165,168,.1);color:var(--teal)}
.event-type.workshop{background:rgba(245,132,44,.1);color:var(--orange)}
.event-type.webinar{background:rgba(107,63,160,.1);color:var(--plum)}
.event-type.training{background:rgba(43,125,233,.1);color:var(--blue)}
@media(max-width:600px){.event-card{grid-template-columns:80px 1fr}.event-date .day{font-size:1.5rem}}

/* Social icons */
.social-icons{display:flex;gap:12px;margin-top:16px}
.social-icons a{width:36px;height:36px;border-radius:50%;background:rgba(255,255,255,.08);display:flex;align-items:center;justify-content:center;transition:background .2s}
.social-icons a:hover{background:var(--teal)}
.social-icons a svg{width:18px;height:18px;color:var(--g400)}
.social-icons a:hover svg{color:var(--white)}

/* Article page */
.article-page{max-width:800px;margin:0 auto}
.article-page h2{font-size:1.6rem;margin-top:48px;margin-bottom:16px;color:var(--navy)}
.article-page h3{font-size:1.15rem;margin-top:32px;margin-bottom:10px;color:var(--teal)}
.article-page p{margin-bottom:16px;line-height:1.85;color:var(--g600)}
.article-meta{display:flex;align-items:center;gap:16px;margin-bottom:32px;padding-bottom:24px;border-bottom:2px solid var(--g200)}
.article-meta-avatar{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,var(--teal),var(--blue));display:flex;align-items:center;justify-content:center;color:var(--white);font-weight:700;font-family:var(--font-head);flex-shrink:0}
.article-meta-info{font-size:.85rem;color:var(--g500)}.article-meta-info strong{color:var(--navy);font-size:.95rem}
.article-highlight{background:var(--g100);border-left:4px solid var(--teal);padding:20px 24px;margin:24px 0;border-radius:0 var(--radius) var(--radius) 0}
.article-highlight p{margin-bottom:0;font-weight:500;color:var(--navy)}

/* Clickable card hover for insights/news */
.card[onclick]{cursor:pointer}

/* Responsive */
@media(max-width:1024px){
.nav-item>a,.nav-item>button{padding:20px 10px;font-size:.75rem}
.page-hero-inner{grid-template-columns:1fr 40%}
.content-block,.content-block.reverse{gap:24px}
.grid-3{grid-template-columns:repeat(2,1fr)}
.grid-4{grid-template-columns:repeat(2,1fr)}
.footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:768px){
.hero h1,.hero h2.hero-title{font-size:1.8rem}.hero-map{display:none}
.hero{min-height:auto;padding:100px 20px 60px}
.hero p{font-size:1rem}
.stats-bar{gap:20px;padding:24px 16px}
.stat-num{font-size:1.8rem}
.nav-links{display:none}
.section{padding:48px 16px}
.section-title{font-size:1.5rem}
.page-hero{padding:100px 16px 40px}
.page-hero-inner{grid-template-columns:1fr}
.page-hero-illust{display:none}
.content-block,.content-block.reverse{grid-template-columns:1fr;gap:24px}
.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}
.footer-grid{grid-template-columns:1fr}
.quote-block{padding:24px 20px;margin:24px 0}
.stat-highlight{flex-direction:column}
.timeline{padding-left:30px}
.cta{padding:48px 16px}
.cta h2{font-size:1.5rem}
.team-founder{grid-template-columns:1fr;text-align:center;padding:24px}
.team-founder-avatar{width:160px;height:160px;font-size:3rem}
.firm-structure{padding:20px}
.insight-featured{grid-template-columns:1fr}
.insight-featured-img{padding:24px}
.insight-featured-body{padding:24px}
.article-page{padding:0}
.finding{flex-direction:column;gap:12px}
.btn{padding:10px 20px;font-size:.85rem}
}
@media(max-width:480px){
.hero h1,.hero h2.hero-title{font-size:1.4rem}
.section-title{font-size:1.3rem}
.stats-bar{flex-direction:column;gap:16px}
.nav-inner{padding:0 12px}
.nav-logo{height:32px}
.lang-sw{margin-left:8px}
}

/* D4Act Lab */
.lab-pillars{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin:40px 0}
.lab-pillar{background:#fff;border-radius:12px;padding:32px 24px;border:2px solid var(--g200);transition:all .3s}
.lab-pillar:hover{border-color:var(--teal);transform:translateY(-4px);box-shadow:0 12px 30px rgba(0,0,0,.08)}
.lab-pillar-icon{width:60px;height:60px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:16px}
.lab-pillar-icon svg{width:28px;height:28px;stroke:white;fill:none;stroke-width:2}
.lab-pillar h3{font-size:1.15rem;color:var(--navy);margin-bottom:8px}
.lab-pillar p{font-size:.92rem;color:var(--g400);line-height:1.7}
.lab-pipeline{display:flex;align-items:center;gap:0;margin:48px 0;flex-wrap:wrap;justify-content:center}
.lab-pipe-step{background:var(--navy);color:white;padding:16px 24px;border-radius:8px;text-align:center;min-width:140px;position:relative}
.lab-pipe-step h4{font-size:.85rem;margin-bottom:4px}
.lab-pipe-step p{font-size:.75rem;opacity:.7;margin:0}
.lab-pipe-arrow{font-size:1.5rem;color:var(--teal);padding:0 8px}
.lab-focus-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin:32px 0}
.lab-focus-card{padding:24px;border-radius:10px;border-left:4px solid var(--teal)}
.lab-focus-card h4{color:var(--navy);margin-bottom:6px;font-size:1rem}
.lab-focus-card p{font-size:.88rem;color:var(--g400);line-height:1.6;margin:0}
@media(max-width:768px){.lab-pillars{grid-template-columns:1fr}.lab-pipeline{flex-direction:column;gap:12px}.lab-pipe-arrow{transform:rotate(90deg)}.lab-focus-grid{grid-template-columns:1fr}}
