1

reorg & stuff

This commit is contained in:
Evan Pratten 2024-01-16 11:14:07 -05:00
parent bd56847a37
commit 093e604d99
33 changed files with 61 additions and 3093 deletions

2
.vscode/tasks.json vendored
View File

@ -22,6 +22,8 @@
"command": "zola",
"args": [
"serve",
"--interface",
"0.0.0.0",
"--open"
],
"problemMatcher": []

View File

@ -43,7 +43,7 @@ The PL column on the left signifies the IPv6 prefix length, and the remaining co
Imagine a scenario where you are a client on a single-stacked IPv6 network, trying to communicate with a single-stack IPv4 host. Your network setup probably looks like this:
![A network using NAT64](/images/drawings/rfc6052-bitmasks/NAT64-setup.png)
![A network using NAT64](/images/posts/rfc6052-bitmasks/NAT64-setup.png)
As the request originator, you need an address to send your packet to. Since you are on an IPv6-only network though, the IPv4 address of the host is not very useful. Sending a packet to that address would be like sending physical mail addressed to only your friend's cell phone number.
@ -99,7 +99,7 @@ let rfc6052_address = {
This effectively splits the IPv4 address into two parts, moves them around the `u` boundary, then applies that ontop of the IPv6 prefix.
![A bad drawing of how this works](/images/drawings/rfc6052-bitmasks/ipv4-embed.png)
![A bad drawing of how this works](/images/posts/rfc6052-bitmasks/ipv4-embed.png)
Of course, this isn't how the address would actually look (I did just mix Decimal and Hexadecimal in the same number), but you get the point.
@ -124,5 +124,4 @@ let ipv4_addr = {
I find this one a bit simpler. It masks off the IPv6 prefix and the `u` column, then smushes the IPv4 address back into one piece.
![Another bad drawing of how this works](/images/drawings/rfc6052-bitmasks/ipv4-extract.png)
![Another bad drawing of how this works](/images/posts/rfc6052-bitmasks/ipv4-extract.png)

9
content/hobbies.md Normal file
View File

@ -0,0 +1,9 @@
---
title: Hobbies
---
I spend my free time learning and making things. Check out the following pages for more information:
- [Music](/music)
- [Amateur Radio](/radio)
- [Photography](/photography)

View File

@ -4,12 +4,12 @@ date: 2022-11-25
extra:
no_auto_title: true
og_type: music.album
og_image: https://ewpratten.com/images/music/channels/cover.jpg
og_image: https://ewpratten.com/images/music/ewpratten/channels/cover.jpg
og_description: "Single by Evan Pratten. Released Nov 25 2022"
---
{% music_card(cover="/images/music/channels/cover.jpg") %}
{% music_card(cover="/images/music/ewpratten/channels/cover.jpg") %}
By: Evan Pratten<br>
Released: Nov 25 2022
{% end %}

View File

@ -3,11 +3,11 @@ title: Radioactive
date: 2017-02-04
extra:
no_auto_title: true
og_image: https://ewpratten.com/images/music/radioactive/cover.jpg
og_image: https://ewpratten.com/images/music/ewpratten/radioactive/cover.jpg
og_description: "Single by Evan Pratten. Released Feb 4 2017"
---
{% music_card(cover="/images/music/radioactive/cover.jpg") %}
{% music_card(cover="/images/music/ewpratten/radioactive/cover.jpg") %}
By: Evan Pratten<br>
Released: Feb 4 2017
{% end %}

View File

@ -3,11 +3,11 @@ title: Scale Hop
date: 2022-01-06
extra:
no_auto_title: true
og_image: https://ewpratten.com/images/music/scale-hop/cover.jpg
og_image: https://ewpratten.com/images/music/ewpratten/scale-hop/cover.jpg
og_description: "Single by Evan Pratten. Released Jan 6 2022"
---
{% music_card(cover="/images/music/scale-hop/cover.jpg") %}
{% music_card(cover="/images/music/ewpratten/scale-hop/cover.jpg") %}
By: Evan Pratten<br>
Released: Jan 6 2022
{% end %}

View File

@ -3,11 +3,11 @@ title: Space & Time, Vol. 1
date: 2022-05-07
extra:
no_auto_title: true
og_image: https://ewpratten.com/images/music/space-time-v1/cover.jpg
og_image: https://ewpratten.com/images/music/ewpratten/space-time-v1/cover.jpg
og_description: "EP by Evan Pratten and 2 others. Released May 7 2022"
---
{% music_card(cover="/images/music/space-time-v1/cover.jpg") %}
{% music_card(cover="/images/music/ewpratten/space-time-v1/cover.jpg") %}
By: Evan Pratten, Warren Pratten, and Nihilist Spasm Band<br>
Released: May 7 2022
{% end %}

View File

@ -3,11 +3,11 @@ title: Spring Tracks.
date: 2023-05-31
extra:
no_auto_title: true
og_image: https://ewpratten.com/images/music/spring-tracks/cover.jpg
og_image: https://ewpratten.com/images/music/ewpratten/spring-tracks/cover.jpg
og_description: "Single by Evan Pratten and 2 others. Released May 31 2023"
---
{% music_card(cover="/images/music/spring-tracks/cover.jpg") %}
{% music_card(cover="/images/music/ewpratten/spring-tracks/cover.jpg") %}
By: Evan Pratten, Warren Pratten, and Emilia Frias<br>
Released: May 31 2023
{% end %}

View File

@ -3,11 +3,11 @@ title: Summer Tracks.
date: 2023-05-31
extra:
no_auto_title: true
og_image: https://ewpratten.com/images/music/summer-tracks/cover.jpg
og_image: https://ewpratten.com/images/music/ewpratten/summer-tracks/cover.jpg
og_description: "Single by Evan and Warren Pratten. Released May 31 2023"
---
{% music_card(cover="/images/music/summer-tracks/cover.jpg") %}
{% music_card(cover="/images/music/ewpratten/summer-tracks/cover.jpg") %}
By: Evan Pratten & Warren Pratten<br>
Released: Sep 10 2022
{% end %}

View File

@ -1,113 +0,0 @@
---
title: My Projects
---
Most of my free time is spent working on various side projects. This is generally how I learn new things, and I quite enjoy the process of *making stuff*.
## Categories
Some of my projects fall into common categories. The ones that do, are listed here:
- **Minecraft**
- [**Client Ping**: Client-side point-of-interest marking mod](https://ewp.fyi/client-ping)
- **Robotics**
- [**Lib5K**: A robotic control library written in Java for use in the *FIRST Robotics Competition*](https://github.com/frc5024/lib5k)
- [**Darth Raider**: A competitive robot built at *Raider Robotics* in 2020](/robotics/5024/darth-raider)
- [**TestBench**: A hardware testing utility built for *Raider Robotics*](https://github.com/frc5024/testbench)
## Chronological
The following is a list of Open-Source projects I have worked on, along with their date of publication.
**Disclaimer:** Unless otherwise noted, none of these projects come with any warranty or any
guarantee of support. I try my best to respond to issues and questions in my personal time.
### 2023
- 2023-04-26: [Client Ping](https://ewp.fyi/client-ping)
- 2023-02-06: [Prometheus exporter for Ubisoft server statuses](https://github.com/ewpratten/ubisoft_status_exporter)
- 2023-01-23: [A protective insert for my TG4x](https://github.com/ewpratten/tg4x-casing)
### 2022
- 2022-10-14: [A10U8R: Signal Attenuator for VCV Rack](https://github.com/ewpratten/A10U8R)
- 2022-05-11: [The @entry decorator: Cleanly mark Python script entrypoints](https://github.com/ewpratten/atentry)
- 2022-04-14: [Set & forget crash reporting for Rust programs](https://github.com/ewpratten/crashreport-rs)
- 2022-04-12: [Kobo e-reader interface library for Rust](https://github.com/ewpratten/kobo-rs)
- 2022-01-23: [Linux command-line tool for configuring digitizer tablets](https://github.com/ewpratten/tabset)
### 2021
- 2021-12-17: [NetBrowse: an avahi-browse GUI](https://github.com/ewpratten/netbrowse)
- 2021-10-04: [My Ludum Dare 49 entry: <strong>[data::loss]</strong>](https://github.com/ewpratten/ludum-dare-49)
- 2021-09-27: [A "Quick and Dirty" implementation of a finite state machine](https://github.com/ewpratten/dirty-fsm)
- 2021-09-24: [A real-time dashboard for my dorm room's wall-mounted TV](https://github.com/ewpratten/dorm-dash)
- 2021-09-22: [APRSHTTP: One-way APRS position reporting using APRS-IS](https://github.com/ewpratten/aprshttp)
- 2021-09-03: [A fast boids library for Rust](https://github.com/ewpratten/boids-rs)
- 2021-08-12: [SpaceTrace: 3D path planning](https://github.com/ewpratten/spacetrace)
- 2021-07-17: [Front matter support for the Serde serialization framework](https://github.com/ewpratten/serde-frontmatter)
- 2021-07-09: [CLI tool for providing information about a specific UNIX timestamp](https://github.com/ewpratten/tsinfo)
- 2021-06-13: [An internet teletype reader](https://github.com/ewpratten/ittyr)
- 2021-06-01: [Binocular depth mapping with LeapMotion hardware](https://github.com/ewpratten/OpenDepthMap)
- 2021-05-14: [A tool for converting Baofeng bookmarks to GQRX bookmarks](https://github.com/ewpratten/baofeng2gqrx)
- 2021-05-04: [GlassCast: 2D glass rendering experiment](https://github.com/ewpratten/glasscast)
- 2021-04-26: [My Ludum Dare 48 entry: Deep Breath](https://github.com/ewpratten/ludum-dare-48)
- 2021-04-03: [Boop: An experimental implementation of ping(8)](https://github.com/ewpratten/boop)
- 2021-03-31: [PolyMesh: A file format for describing 3D meshes](https://github.com/ewpratten/polymesh)
- 2021-03-31: [cargo-token](https://github.com/ewpratten/cargo-token)
- 2021-03-28: [A tool for checking who is playing on a Minecraft server](https://github.com/ewpratten/mcq)
- 2021-03-19: [Send APRS beacons over IP from your terminal](https://github.com/ewpratten/aprs-bcn)
- 2021-03-03: [An interactive Pure Pursuit demo](https://github.com/ewpratten/pathfollowing-demo)
- 2021-02-25: [Graph 3D positional data extracted from DJI drone telemetry](https://github.com/ewpratten/dji3d)
- 2021-02-16: [MinimapServer: An Open-Source re-implementation of Minimap API](https://github.com/ewpratten/MinimapServer)
- 2021-02-16: [JDMA: Direct memory access for Java](https://github.com/ewpratten/JDMA)
- 2021-02-03: [Minecraft market cap calculator](https://github.com/ewpratten/MarketCap)
- 2021-01-31: [HamBands - Rust Library](https://github.com/ewpratten/hambands)
- 2021-01-31: [A morse code paddle built with an atmega32u4 processor](https://github.com/ewpratten/ardupaddle)
- 2021-01-30: [The Reverse Beacon Network in your terminal](https://github.com/ewpratten/rbn)
- 2021-01-25: [Reverse Beacon Network client for Python](https://github.com/ewpratten/pyRBN)
- 2021-01-19: [FrostBucket](https://github.com/ewpratten/FrostBucket)
### 2020
- 2020-12-25: [Mandelbrot Set Viewer](https://github.com/ewpratten/mandelbrot)
- 2020-12-07: [A Minecraft chat client](https://github.com/ewpratten/mchat)
- 2020-11-27: [Minecraft LAN server discovery tool](https://github.com/ewpratten/mcdiscovery)
- 2020-11-27: [Multi-view Dynmap client](https://github.com/ewpratten/birdseye)
- 2020-11-21: [Wrappers for commonly used reflection code in Java](https://github.com/ewpratten/legalaccess)
- 2020-10-24: [GitHub organization contributor ranking tool](https://github.com/ewpratten/orgstat)
- 2020-10-24: [A bridge between a Minecraft server and your favorite IRC client](https://github.com/ewpratten/chatster)
- 2020-09-26: [Python library for interfacing with Dynmap](https://github.com/ewpratten/dynpy)
- 2020-09-17: [An alternate minimal frontend for GitHub repositories](https://github.com/ewpratten/ner)
- 2020-09-02: [LibEPN (Easy Pose Notation)](https://github.com/ewpratten/libepn)
- 2020-08-20: [An API client for TimeAndPlace](https://github.com/ewpratten/timeandplace-api)
- 2020-08-09: [Real-time FRC robot pose visualization](https://github.com/ewpratten/FRCWorld)
- 2020-07-24: [TVDSB Student Portal API client](https://github.com/ewpratten/tvdsb-student-api)
- 2020-07-21: [Raider Robotics Testbench](https://github.com/frc5024/testbench)
- 2020-07-13: [VSCO batch downloader](https://github.com/ewpratten/vsco-batch-dl)
- 2020-07-03: [Lib5K: Robotics control library](https://github.com/frc5024/lib5k)
- 2020-06-08: [A Kernel for use on 32u4 AVR chips](https://github.com/ewpratten/os32u4)
- 2020-03-11: [Scripts I use to quickly build classifiers for people's faces](https://github.com/ewpratten/easy-faces)
- 2020-02-29: [Raider Robotics Inventory Management System](https://github.com/frc5024/parts)
### 2019
- 2019-12-28: [A toy raytracer](https://github.com/ewpratten/Rayzor)
- 2019-08-27: [A tool for exporting your posts from devRant for offline storage](https://github.com/ewpratten/devrant-dl)
- 2019-08-24: [The shift2 encoding algorithm](https://github.com/ewpratten/shift)
- 2019-05-28: [A purposefully bad flappy bird clone](https://github.com/ewpratten/FlippyCat)
- 2019-03-08: [A kernel / os for the atmega328p](https://github.com/ewpratten/os328)
### 2018
- 2018-11-16 [The Open Driver Waypoint Coordinator](https://github.com/ewpratten/ODWC)
- 2018-11-04 [The c / c++ compiler that never compiles without errors](https://github.com/ewpratten/eco)
- 2018-09-01 [The Dirobium Assembler](https://github.com/ewpratten/DirAS)
- 2018-09-01 [The official bootloader for the Dirobium emulator](https://github.com/ewpratten/Deuterium)
- 2018-08-31 [Dirobium: The virtual CPU (and emulator) built for hobbyists](https://github.com/ewpratten/Dirobium)
- 2018-08-20 [Pi-hole API wrapper for Python](https://github.com/ewpratten/pihole-api)
- 2018-08-04 [A dead simple devRant API wrapper for Python](https://github.com/ewpratten/devRantSimple)
- 2018-08-03 [dr: An ed-like client for devRant](https://github.com/ewpratten/dr)
- 2018-05-22 [A utility for drawing graphics on your Novation Launchpad Mk1/S/Mini](https://github.com/ewpratten/launchdraw)

View File

@ -8,7 +8,7 @@ For me, the logical next step in my electronics obsession was to become an amate
I'm 90% a CW operator, 9% an APRS user, and occasionally key up on VHF FM to make sure the band is still dead *(...lol)*.
I like participating in the Summer & Winter Field Days, and also helped bring together the first ever [Meme Appreciation Month](/events/meme-month-2022) event.
I like participating in the Summer & Winter Field Days, and also helped bring together the first ever [Meme Appreciation Month](/radio/meme-month-2022) event.
## The station

View File

@ -39,6 +39,7 @@ nav {
flex-wrap: wrap;
flex-direction: row;
align-items: center;
justify-content: center;
width: max-content;
margin: 0 auto;

View File

@ -1,4 +1,7 @@
/network https://as54041.peeringdb.com
/donate https://ewp.fyi/donate
/ewpratten.repo https://dist.ewpratten.com/linux/fedora/ewpratten.repo
/minecraft /games/minecraft
/minecraft /games/minecraft
# Things that have moved around on this site
/events/meme-month-2022 /radio/meme-month-2022

View File

@ -1,3 +1,26 @@
async function handle_keys_request(context) {
// Parse the request URL
let url = new URL(context.request.url);
// If the domain is `keys.ewpratten.com`, redirect to `ewpratten.com/keys/...`
if (url.hostname == 'keys.ewpratten.com') {
url.domain = 'ewpratten.com';
// If there was no path set, return the SSH keys
if (url.pathname == '/') {
url.pathname = '/keys/ssh';
} else {
url.pathname = '/keys' + url.pathname;
}
// Redirect
return Response.redirect(url, 302);
}
// Otherwise, continue the request chain
return context.next();
}
async function redirect_secondary_domains(context) {
// Parse the request URL
let url = new URL(context.request.url);
@ -17,4 +40,4 @@ async function redirect_secondary_domains(context) {
// Chaining
export const onRequest = [redirect_secondary_domains];
export const onRequest = [handle_keys_request, redirect_secondary_domains];

View File

Before

Width:  |  Height:  |  Size: 191 KiB

After

Width:  |  Height:  |  Size: 191 KiB

View File

Before

Width:  |  Height:  |  Size: 1.7 MiB

After

Width:  |  Height:  |  Size: 1.7 MiB

View File

Before

Width:  |  Height:  |  Size: 191 KiB

After

Width:  |  Height:  |  Size: 191 KiB

View File

Before

Width:  |  Height:  |  Size: 1.0 MiB

After

Width:  |  Height:  |  Size: 1.0 MiB

View File

Before

Width:  |  Height:  |  Size: 282 KiB

After

Width:  |  Height:  |  Size: 282 KiB

View File

Before

Width:  |  Height:  |  Size: 230 KiB

After

Width:  |  Height:  |  Size: 230 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 71 KiB

File diff suppressed because one or more lines are too long

View File

@ -1,950 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!--
*************Map created by Simplemaps.com********************
*************Attribution is highly appreciated!***************
*************http://simplemaps.com****************************
The MIT License (MIT)
Copyright (c) 2020 Pareto Softare, LLC DBA Simplemaps.com
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
-->
<svg
baseprofile="tiny"
fill="#ececec"
height="482.37823"
stroke="#000000"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="0.2"
version="1.2"
viewbox="0 0 2000 857"
width="908.57812"
id="svg1718"
xml:space="preserve"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg"><defs
id="defs1722" /><g
id="layer1"
transform="translate(-229.31088,-9.8108664)"><path
d="m 1088,228 0.4,1.2 1.4,-0.6 1.2,1.7 1.3,0.7 0.6,2.3 -0.5,2.2 1,2.7 2.3,1.5 0.1,1.7 -1.7,0.9 -0.1,2.1 -2.2,3.1 -0.9,-0.4 -0.2,-1.4 -3.1,-2.2 -0.7,-3 0.1,-4.4 0.5,-1.9 -0.9,-1 -0.5,-2.1 z"
id="AL"
name="Albania"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 1070.6,190.8 -0.3,0.8 0.7,2.1 -0.2,2.6 h -2.8 l 1.1,1.4 -1.3,4 -0.9,1.1 -4.4,0.1 -2.4,1.5 -4.2,-0.5 -7.3,-1.7 -1.3,-2.1 -4.9,1.1 -0.5,1.2 -3.1,-0.9 -2.6,-0.2 -2.3,-1.2 0.7,-1.5 -0.2,-1.1 1.4,-0.3 2.7,1.7 0.6,-1.7 4.4,0.3 3.5,-1.1 2.4,0.2 1.7,1.3 0.4,-1.1 -1,-4.1 1.7,-0.8 1.6,-2.9 3.8,2.1 2.6,-2.6 1.7,-0.5 4,1.9 2.3,-0.3 z"
id="AT"
name="Austria"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 1016.5,177.1 -0.4,4.2 -1.3,0.2 -0.4,3.5 -4.4,-2.9 -2.5,0.5 -3.5,-2.9 -2.4,-2.5 -2.2,-0.1 -0.8,-2.2 3.9,-1.2 3.6,0.5 4.5,-1.3 3.1,2.7 z"
id="BE"
name="Belgium"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 1006.7,427 -0.2,2.1 1.3,3.8 -1.1,2.6 0.6,1.7 -2.8,4 -1.7,2 -1.1,4 0.2,4.1 -0.3,10.3 -4.7,0.8 -1.4,-4.4 0.3,-14.8 -1.2,-1.3 -0.2,-3.2 -2,-2.2 -1.7,-1.9 0.7,-3.4 2,-0.7 1.1,-2.8 2.8,-0.6 1.2,-1.9 1.9,-1.9 h 2 z"
id="BJ"
name="Benin"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 988.5,406 -0.5,3.1 0.8,2.9 3.1,4.2 0.2,3.1 6.5,1.5 -0.1,4.4 -1.2,1.9 -2.8,0.6 -1.1,2.8 -2,0.7 -4.9,-0.1 -2.6,-0.5 -1.8,1 -2.5,-0.5 -9.8,0.3 -0.2,3.7 0.8,4.8 -3.9,-1.6 -2.6,0.2 -2,1.6 -2.5,-1.3 -1,-2.2 -2.5,-1.4 -0.4,-3.7 1.6,-2.7 -0.2,-2.2 4.5,-5.3 0.9,-4.4 1.5,-1.6 2.7,0.9 2.4,-1.3 0.8,-1.7 4.3,-2.8 1.1,-2 5.3,-2.7 3.1,-0.9 1.4,1.2 z"
id="BF"
name="Burkina Faso"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 1132.6,221.6 -2.3,2.6 -1.3,4.5 2.1,3.6 -4.6,-0.8 -5,2 0.3,3.2 -4.6,0.6 -3.9,-2.3 -4,1.8 -3.8,-0.2 -0.8,-4.2 -2.8,-2.1 0.7,-0.8 -0.6,-0.8 0.6,-2 1.8,-2 -2.8,-2.7 -0.7,-2.4 1.1,-1.4 1.8,2.6 1.9,-0.4 4,0.9 7.6,0.4 2.3,-1.6 5.9,-1.5 4,2.3 z"
id="BG"
name="Bulgaria"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 1083,214.3 1.9,-0.1 -1.1,2.8 2.7,2.5 -0.5,2.9 -1.1,0.3 -0.9,0.6 -1.6,1.5 -0.4,3.5 -4.8,-2.4 -2.1,-2.7 -2.1,-1.4 -2.5,-2.4 -1.3,-1.9 -2.7,-3 0.8,-2.6 2,1.5 1,-1.4 2.3,-0.1 4.5,1.1 3.5,-0.1 z"
id="BA"
name="Bosnia and Herzegovina"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 1141.6,162.7 -3.9,-0.2 -0.8,0.6 1.5,2 2,4 -4.1,0.3 -1.3,1.4 0.3,3.1 -2.1,-0.6 -4.3,0.3 -1.5,-1.5 -1.7,1.1 -1.9,-0.9 -3.9,-0.1 -5.7,-1.5 -4.9,-0.5 -3.8,0.2 -2.4,1.6 -2.3,0.3 -0.5,-2.8 -1.9,-2.8 2.8,-1.3 -0.4,-2.4 -1.7,-2.3 -0.6,-2.7 h 4.7 l 4.8,-2.3 0.5,-3.4 3.6,-2 -1,-2.7 2.7,-1 4.6,-2.3 5.3,1.5 0.9,1.5 2.4,-0.7 4.8,1.4 1.1,2.9 -0.7,1.6 3.8,4 2.1,1.1 v 1.1 l 3.4,1.1 1.7,1.6 z"
id="BY"
name="Belarus"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 487.8,399.8 h -1.7 l 1.3,-7.2 0.7,-5.1 0.1,-1 0.7,-0.3 0.9,0.8 2.5,-3.9 1.1,-0.1 -0.1,1 h 1 l -0.3,1.8 -1.3,2.7 0.4,1 -0.9,2.3 0.3,0.6 -1,3.3 -1.3,1.7 -1.1,0.2 z"
id="BZ"
name="Belize"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 665.8,489.6 3.1,0.6 0.6,-1.4 -1,-1.2 0.6,-1.9 2.3,0.6 2.7,-0.7 3.2,1.4 2.5,1.3 1.7,-1.7 1.3,0.2 0.8,1.8 2.7,-0.4 2.2,-2.5 1.8,-4.7 3.4,-5.9 2,-0.3 1.3,3.6 3,11.2 3.1,1.1 0.1,4.4 -4.3,5.3 1.7,1.9 10.1,1 0.2,6.5 4.3,-4.2 7.1,2.3 9.5,3.9 2.8,3.7 -0.9,3.6 6.6,-2 11,3.4 8.5,-0.2 8.4,5.3 7.4,7.2 4.4,1.8 4.8,0.3 2.1,2 2,8.2 1.1,3.9 -2.1,10.6 -2.7,4.2 -7.7,8.9 -3.4,7.3 -4,5.5 -1.4,0.2 -1.3,4.7 0.9,12 -1.1,9.9 -0.3,4.2 -1.6,2.6 -0.5,8.6 -5.2,8.3 -0.5,6.7 -4.3,2.7 -1.1,3.9 h -6 l -8.5,2.4 -3.7,2.9 -6,1.9 -6.1,5.1 -4.1,6.4 -0.3,4.8 1.3,3.5 -0.3,6.5 -0.8,3.1 -3.4,3.6 -4.5,11.3 -4,5 -3.2,3.1 -1.5,6.1 -2.9,3.6 -2.1,-3.6 1.8,-3.1 -3.8,-4.3 -4.8,-3.6 -6.3,-4.1 -1.9,0.2 -6.3,-5 -3.4,0.7 6,-8.7 5.3,-6.3 3.3,-2.6 4.2,-3.5 -0.4,-5.1 -3.2,-3.8 -2.6,1.3 0.7,-3.7 0.3,-3.8 -0.3,-3.6 -2.1,-1.1 -2,1 -2.1,-0.3 -0.8,-2.4 -1.1,-5.9 -1.2,-1.9 -3.9,-1.8 -2.2,1.3 -5.9,-1.3 -0.4,-8.7 -2,-3.5 1.6,-1.4 -0.8,-3.6 1.3,-2.8 0.6,-5.1 -1.7,-4 -3.2,-1.8 -0.8,-2.5 0.5,-3.7 -10.7,-0.3 -2.8,-7.5 1.7,-0.1 -0.3,-2.7 -1.2,-1.9 -0.5,-3.7 -3.4,-1.9 h -3.5 l -2.5,-1.8 -3.9,-1.3 -2.3,-2.4 -6.4,-1.1 -6.5,-5.7 0.3,-4.3 -0.9,-2.5 0.4,-4.8 -7.3,1.1 -2.9,2.4 -4.8,2.6 -1.1,1.9 -2.9,0.2 -4.2,-0.6 -3.2,1.1 -2.6,-0.7 -0.1,-9.7 -4.4,3.7 -5,-0.1 -2.3,-3.5 -3.8,-0.3 1,-2.8 -3.3,-3.9 -2.6,-5.8 1.5,-1.1 -0.2,-2.8 3.4,-1.8 -0.7,-3.5 1.4,-2.2 0.3,-3 6.3,-4.4 4.6,-1.2 0.8,-1 5.1,0.3 2.2,-17.6 0.1,-2.8 -0.9,-3.6 -2.6,-2.4 0.1,-4.7 3.2,-1 1.1,0.7 0.2,-2.5 -3.3,-0.7 v -4 l 11,0.2 1.9,-2.3 1.6,2.1 1,3.8 1.1,-0.8 3.1,3.4 4.4,-0.4 1.1,-2 4.2,-1.5 2.4,-1.1 0.7,-2.7 4.1,-1.8 -0.3,-1.4 -4.8,-0.5 -0.7,-4.1 0.3,-4.3 -2.5,-1.6 1.1,-0.6 4.1,0.8 4.5,1.6 1.7,-1.5 4.1,-1 6.4,-2.4 2.1,-2.5 -0.7,-1.8 3,-0.2 1.2,1.4 -0.8,2.9 2,0.9 1.2,3 -1.6,2.3 -1,5.4 1.4,3.3 0.3,3 3.5,3 2.8,0.3 0.6,-1.3 1.8,-0.3 2.6,-1.1 1.8,-1.7 3.2,0.6 z"
id="BR"
name="Brazil"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 1121.3,446.5 3.9,2.5 3.1,2.6 0.1,2.1 3.9,3.3 2.4,2.8 1.4,3.8 4.3,2.6 0.9,2 -1.8,0.7 -3.7,-0.1 -4.2,-0.7 -2.1,0.5 -0.9,1.6 -1.8,0.2 -2.2,-1.4 -6.3,3.2 -2.6,-0.6 -0.8,0.5 -1.6,3.9 -4.3,-1.3 -4.1,-0.6 -3.6,-2.4 -4.7,-2.2 -3,2.1 -2.2,3.2 -0.5,4.5 -3.6,-0.3 -3.9,-1.1 -3.3,3.4 -3,6 -0.6,-1.9 -0.3,-2.9 -2.6,-2.1 -2.1,-3.3 -0.5,-2.3 -2.7,-3.4 0.5,-1.9 -0.6,-2.7 0.4,-5 1.4,-1.1 2.8,-6.5 4.6,-0.5 1,-1.7 1,0.2 1.4,1.4 7.1,-2.4 2.4,-2.5 2.9,-2.3 -0.6,-2.2 1.6,-0.6 5.5,0.4 5.2,-3 4,-7 2.8,-2.6 3.6,-1.1 0.7,2.7 3.3,4 v 2.7 l -0.8,2.6 0.4,2 1.9,1.9 z"
id="CF"
name="Central African Republic"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Canada"
d="m 665.9,203.6 3.4,0.9 4.7,-0.2 -3.3,2.6 -2,0.4 -5.5,-2.7 -0.6,-2.1 2.5,-1.9 z"
id="path980"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Canada"
d="m 680.3,187.6 -2.4,0.1 -5.8,-1.9 -3.5,-3 1.9,-0.5 5.9,1.6 4.2,2.6 z"
id="path982"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Canada"
d="m 372.4,191.3 -3.1,0.9 -6.3,-2.8 v -2.2 l -2.9,-2.2 0.3,-1.8 -4.3,-1.1 0.6,-3.4 1.5,-1.4 4.1,1.3 2.4,1 4.1,0.6 0.2,2.2 0.4,2.9 3.2,2.6 z"
id="path984"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Canada"
d="m 711.5,177.8 -5,5.4 3.9,-2.1 2.9,1.4 -2.4,2.1 3.8,1.7 2.8,-1.5 4.3,1.9 -2.8,4.6 3.8,-1.1 -0.3,3.3 0.5,3.9 -3.6,5.6 -2.4,0.2 -2.9,-1.2 2.5,-5.1 -1.2,-0.8 -7.3,5.4 -3,-0.2 4.4,-3 -4.4,-1.5 -5.5,0.4 -9.6,-0.2 -0.2,-1.8 3.8,-2.3 -1.7,-1.6 5.4,-3.8 8.2,-9.9 4.2,-3.5 5,-2.1 2.1,0.2 -1.5,1.7 z"
id="path986"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Canada"
d="m 351.5,156.4 1.5,0.8 5,-0.5 -7.2,6.9 0.3,5 h -1.9 l -0.7,-2.8 0.5,-2.9 -0.8,-1.9 1.3,-2.7 z"
id="path988"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Canada"
d="m 634.9,108.9 -3.6,3 -1.7,-0.5 -0.1,-1.7 0.4,-0.4 2.8,-1.7 1.7,0.1 z"
id="path990"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Canada"
d="m 625.2,105.7 -7.2,3.2 -3,-0.2 v -1.5 l 5,-2.7 6,0.1 z"
id="path992"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Canada"
d="m 622.1,88.9 -0.9,2.5 2.7,-0.9 1.5,1.5 3.5,2 3.8,1.7 -1.4,2.7 3.5,-0.4 1.9,1.9 -5,1.8 -5.9,-1.4 -0.8,-2.6 -6.3,3.1 -8.2,2.9 0.7,-3.3 -6.3,0.5 5.7,-2.8 3.6,-4.5 5.1,-5.1 z"
id="path994"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Canada"
d="m 667,80.6 -4.9,0.3 0.7,-2.7 3.8,-3.1 4.3,-0.7 2.3,1.5 -1.5,2.3 -0.9,0.8 z"
id="path996"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Canada"
d="m 592.5,69.9 -4.1,1.9 -4.2,-1.6 -3.9,0.5 -3.4,-2.4 5,-1.7 4.9,-2.3 3,1.5 1.6,1 0.4,1 z"
id="path998"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Canada"
d="m 645.5,212.5 -2.2,-3.6 2.9,-8.5 -1.6,-1.8 -3.7,1 -1.1,-1.6 -5.5,4.7 -3.2,4.9 -2.8,2.9 -2.5,1 -1.7,0.3 -1.1,1.5 h -9.3 l -7.8,0.1 -2.7,1.1 -6.8,4.4 v -0.1 l -0.9,-0.4 -2,0.9 -1.9,1.3 -1.8,-1.1 -4.7,0.8 -3.9,0.9 -1.9,0.8 -2.3,2.1 1.8,0.7 1.7,-0.4 h 0.3 l -0.3,1.9 -4.8,0.7 -2.8,0.8 -1.7,1 -2.6,-0.6 -1.6,0.3 -2.9,1.8 -4.6,2 -2.7,-0.4 2,-2.2 3.7,-3.5 4.1,-2.1 1.1,-1.8 0.9,-3 3.8,-3.5 0.9,-4 1.1,3.9 3.8,0.9 2.4,-2.1 -1.4,-4.8 -0.9,-2 -4,-1.2 -3.8,-0.7 h -3.9 l -3.4,-0.8 -0.4,-1.4 -1.4,0.9 -1.2,-0.2 1.9,-2.1 -1.8,-0.8 1.9,-2.4 -1.2,-1.8 1.7,-1.8 -5.2,-0.9 -0.1,-3.6 -0.8,-0.8 -3.3,-0.2 -4.1,-1.2 -1.5,0.8 -1.8,1.5 -3.3,1 -3.1,2.5 -5.4,-1.7 -4.4,0.8 -3.9,-1.9 -4.6,-1 -3.3,-0.4 -1,-1 0.9,-3.4 h -1.7 l -1.3,2.4 h -10.2 -17 -16.8 -14.9 -14.8 -14.7 -15.1 -4.8 -14.7 -14.1 -0.7 l -5.4,-6.1 -1.6,-2.7 -7,-2.6 1.3,-5.5 3.6,-3.7 -4.1,-2.7 3.1,-4.9 -2.1,-4.4 2.5,-3.2 5.1,-2.9 3.2,-3.8 -4.6,-3.8 1.4,-6.9 1.1,-4.2 -1.6,-2.7 -0.8,-2.4 0.6,-3.1 -6.5,1.9 -7.6,3.3 -0.3,-3.8 -0.5,-2.6 -2.8,-1.6 -4.2,-0.2 35.6,-32.7 24.6,-20.4 6,1.3 3.3,2.6 3.7,0.5 6.3,-2.2 7,-1.7 5.3,0.6 8.9,-2.3 8.2,-1.3 0.2,2.2 4.5,-1.3 3.9,-2.5 2.1,0.6 1.4,4.8 9.5,-3.7 -3.9,4.1 6,-0.9 3.2,-1.5 4.6,0.3 3.9,2.2 7.5,2 4.7,0.9 4.4,-0.3 2.9,2.8 -8.5,2.7 6.4,1.1 11.9,-0.6 4.4,-1 1.4,3.3 7.1,-2.7 -2.1,-2.4 4.5,-1.8 5.2,-0.3 3.9,-0.5 2.1,1.3 1.5,2.9 5,-0.4 5.3,2.5 7.2,-0.9 6,0.1 2.4,-3.4 4.5,-0.9 4.9,1.8 -4.3,5.2 6.2,-4.4 3.2,0.2 6.4,-5.5 -1.6,-3.3 -2.9,-2.2 5.5,-5.9 8.2,-3.8 4.5,0.9 2,2.3 0.4,6 -5.8,2.6 6.7,1.1 -4.4,5.5 8.9,-4.2 2.2,3.5 -4.3,4 1.3,3.7 7.3,-3.9 6.5,-4.8 4.7,-5.9 5.5,0.4 5.4,0.8 3.6,2.7 -1.7,2.7 -5.1,2.9 0.9,2.9 -2.4,2.7 -10.9,3.9 -6.5,0.9 -3.2,-1.7 -3.3,2.8 -7.4,4.7 -3,2.5 -7.7,3.8 -6.5,0.4 -5.1,2.4 -2.9,3.8 -5.7,0.7 -8.7,4.7 -9.4,6.5 -5,4.6 -4.9,6.9 6,1 -1.5,5.5 -0.8,4.6 7.3,-1.2 7,2.6 3.3,2.3 1.7,2.8 4.9,1.7 3.6,2.5 7.6,0.4 4.8,0.6 -3.6,5.2 -1.7,6.1 0.1,6.9 4.4,5.9 4.7,-2 5.6,-6.4 2.3,-9.6 -1.7,-3.2 9,-2.9 7.5,-4.2 4.8,-4.2 1.7,-4 -0.4,-5.1 -3.2,-4.5 8.9,-6.2 1,-5.3 3.9,-9 3.8,-1.4 6.7,1.6 4.2,0.6 4.5,-1.6 3.1,2 3.6,3.4 0.2,2.2 7.7,0.5 -2.6,4.9 -2.3,7.4 3.8,1 1.6,3.5 8.2,-3.3 7.5,-6.6 4.2,-2.7 1.1,5.3 2.6,7.5 2,7.2 -3.4,3.8 4.8,3.4 2.9,3.4 6.9,1.6 2.4,1.9 v 5.2 l 3.4,0.8 1.1,2.3 -2,6.9 -4.3,2.3 -4.2,2.2 -8.8,2.2 -7.9,5 -8.6,1.1 -10.1,-1.4 h -7.3 l -5.3,0.4 -5.7,4.5 -7.4,2.8 -10.1,8.2 -7.9,5.8 4.7,-1 10.9,-8.3 12.3,-5.2 7.6,-0.6 3.3,3.1 -6.1,4.2 -0.6,6.7 0.1,4.8 5.6,3.1 8.6,-0.9 7.2,-7.1 -1,4.6 2.5,2.3 -7.4,4.1 -12.4,3.8 -5.8,2.5 -7.2,4.6 -3.7,-0.5 1.5,-5.3 10.4,-5.3 -8.1,0.2 z"
id="path1000"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Canada"
d="m 539,48.7 -4.7,2.4 10.5,-1.5 2.6,2.6 7.3,-2.7 1.8,1.7 -2.2,5.1 4.3,-2.1 2.8,-5.3 4.3,-0.8 3,0.8 2.2,2.1 -2.7,5.1 -2.4,3.7 4.2,2.6 5,2.6 -2.6,2.3 -7.1,0.5 0.8,2 -3.2,2 -6.7,-0.8 -5.7,-1.5 -5.1,0.3 -9.5,1.9 -11.3,0.8 -7.9,0.5 0.3,-2.6 -4.1,-1.4 -4.3,0.6 -0.6,-4.3 3.3,-0.6 7.3,-0.9 5.5,0.3 6.2,-1 -6.5,-1.2 -9.1,0.4 -5.7,-0.1 v -1.9 l 11.7,-2.2 -6.3,0.1 -5.4,-1.4 7.8,-3.9 5.2,-2.1 14.2,-3.1 z"
id="path1002"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Canada"
d="m 578.5,47.2 -7,3.4 -2.3,-3.6 2.1,-0.8 5.5,-0.2 z"
id="path1004"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Canada"
d="m 687.1,48.8 -0.7,1.4 -4.1,-0.1 -4.1,-0.1 -4.9,0.7 -0.9,-0.4 -2.1,-2.7 1.7,-1.8 2.2,-0.4 8.4,0.6 z"
id="path1006"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Canada"
d="m 647.3,48.5 0.3,3.2 7.2,-4.1 11.7,-2.1 2.3,5.3 -3.2,3.4 9,-1.5 5.3,-2.1 6.8,2.6 3.7,2.5 -1.1,2.3 8.2,-1.2 1.9,3.4 8.4,2.1 2.2,2.1 0.9,5.1 -9.1,2.5 7.7,3.6 5.9,1.2 3.3,5 6.5,0.4 -3.3,3.9 -10.9,6.5 -4,-2.4 -3.8,-5.4 -5.9,0.7 -2.3,3.3 2.7,3.2 4.5,2.6 1,1.5 -0.1,5.7 -3.6,4.1 -4.7,-1.6 -8.6,-4.5 3.6,4.9 2.8,3.5 -0.3,2 -10.9,-2.3 -7.6,-3.4 -3.8,-2.7 2.4,-1.7 -4.8,-2.9 -4.7,-2.7 -0.9,1.6 -13.1,0.9 -2.4,-1.9 5.4,-4.2 8.1,-0.1 9.3,-0.7 -0.2,-2 3.1,-2.8 8.8,-5.4 0.4,-2.5 -0.5,-1.8 -4.7,-2.7 -7.1,-1.8 3.5,-1.4 -2,-3.4 -3.4,-0.3 -1.9,-1.8 -3.3,1.6 -7.9,0.7 -14,-1.2 -7.4,-1.6 -5.9,-0.8 -1.9,-1.9 6.3,-2.4 h -5.7 l 3.3,-5.3 7.1,-4.6 6,-2.1 11.2,-1.4 z"
id="path1008"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Canada"
d="m 596.9,45 3.6,1.1 7.6,-0.7 -0.5,1.5 -6.1,2.5 3.8,2.2 -5.2,4.7 -8.4,2 -3.4,-0.4 -0.9,-2 -5.9,-4 1.7,-1.7 7.4,0.6 -0.9,-3.3 z"
id="path1010"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Canada"
d="m 619.5,50.5 -7.8,3.9 -4.4,-0.2 1.8,-4.6 2.6,-2.5 4.2,-2.2 5.2,-1.4 7.9,0.2 6.2,1.2 -10.1,4.6 z"
id="path1012"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Canada"
d="m 503.7,57.7 -13.5,2.6 0.6,-2.3 -6,-2.8 4.4,-2.2 7.5,-3.8 7.6,-3.4 0.4,-3.1 14,-0.8 4.2,1.1 9.5,0.3 1.9,1.4 1.6,2.2 -6.5,1.3 -13.9,3.6 -9.2,3.7 z"
id="path1014"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Canada"
d="m 628.9,39.3 -4.1,1.9 -5.2,-0.4 -3.2,-1.3 4.5,-2.2 6.9,-1.4 1.4,1.8 z"
id="path1016"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Canada"
d="m 620.1,30.6 0.2,2.3 -2.8,2.5 -5.8,3.8 -6.9,0.5 -3.2,-0.8 3.4,-2.9 -6.6,0.3 4.3,-3.8 3.8,0.2 7.7,-1.7 4.9,0.3 z"
id="path1018"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Canada"
d="m 580.7,33.2 -0.7,1.7 4.4,-0.8 3.6,0.2 -2.3,2.5 -5.1,2.3 -13.9,0.8 -12.3,2.2 -6,0.1 1.5,-1.6 10.7,-2.3 -17.9,0.6 -4.2,-0.9 11.7,-4.8 5.4,-1.4 8.3,1.7 2.9,2.9 6.1,0.4 0.7,-4.7 5.8,-1.8 3.1,0.5 z"
id="path1020"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Canada"
d="m 636.4,28.8 2.3,1.6 h 7.4 l 1.4,1.6 -2.8,1.8 3.1,1.1 1.2,1.2 4.9,0.2 5.1,0.4 7.1,-1 8.1,-0.5 5.8,0.4 2.3,1.9 -1,2 -3.6,1.4 -6.7,1.1 -4.3,-0.7 -11.8,0.8 -8,0.1 -5.6,-0.6 -8.6,-1.6 1.6,-2.8 2.1,-2.4 -1.4,-2.2 -7,-0.6 -2.6,-1.5 3.8,-2 z"
id="path1022"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Canada"
d="m 560.7,26.2 -5.8,3.7 -5.3,1.7 -3.8,0.2 -9.9,2.1 -7.1,0.8 -3.6,-1.1 11.7,-3.7 12.2,-3.1 5.5,0.1 z"
id="path1024"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Canada"
d="m 641.9,26.8 -1.8,0.1 -6.6,-0.3 0.7,-1.3 7.2,0.1 1.6,0.8 z"
id="path1026"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Canada"
d="m 583.1,25.9 -8.8,1.4 -3.3,-1.5 5.1,-1.5 6,-0.5 4.1,0.7 z"
id="path1028"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Canada"
d="m 590.9,21.7 -5.7,0.9 h -6 l 1,-0.7 5.7,-1.3 1.7,0.2 z"
id="path1030"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Canada"
d="m 637.7,24.2 -6.6,1 -1.6,-1.1 0.6,-1.7 2.2,-1.9 4.4,0.2 1.7,0.3 2.3,1.6 z"
id="path1032"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Canada"
d="m 623.9,23 -1.1,1.9 -5.3,-0.5 -4,-1.5 -7.8,-0.2 5.3,-1.3 -2.8,-1.1 2.2,-1.8 6.1,0.6 7.5,1.7 z"
id="path1034"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Canada"
d="m 678,16.9 2.7,1.5 -6.5,1.3 -10.6,3.5 -6.8,0.3 -6.8,-0.6 -1.6,-1.9 2.1,-1.6 4.3,-1.2 h -6.6 l -2,-1.5 0.4,-1.9 4.9,-1.9 4.1,-1.3 4,-0.3 -0.3,-1 8.3,-0.2 1.6,2.2 4.7,0.9 4.8,0.9 z"
id="path1036"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Canada"
d="m 757.2,2.9 8.7,0.3 6.7,0.5 5.2,1 -1.1,1 -9.8,1.7 -9,0.8 -4,0.9 h 7.5 l -10.5,2.5 -6.8,1.2 -9.3,3.5 -8.1,0.7 -3.1,1 -11.3,0.4 4.4,0.6 -3.3,0.8 0.7,2.3 -5,1.6 -6.9,1.3 -3.5,1.8 -6.6,1.5 -0.5,1.1 6.5,-0.2 -1.1,1.2 -12.7,2.9 -8.5,-1.4 -11.7,0.8 -5,-0.6 -6.8,-0.3 2.1,-2.3 8,-1.1 2,-3.4 2.6,-0.3 7.5,2 -1.7,-3 -4.9,-0.9 5,-1.8 7.6,-1.1 2.8,-1.6 -3,-1.7 1.1,-2.2 9.4,0.1 2.2,0.5 7.3,-1.6 -7.3,-0.5 -12.6,0.3 -4.4,-1.4 -0.8,-1.7 -2.5,-1.2 1.1,-1.3 6,-0.8 4.2,-0.1 7.4,-0.6 6.8,-1.5 3.9,0.2 2.4,1.1 5,-2 5.2,-0.6 6.5,-0.4 10.4,-0.2 1.3,0.4 10.3,-0.6 7,0.2 z"
id="path1038"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 1034.4,197.5 0.2,1.1 -0.7,1.5 2.3,1.2 2.6,0.2 -0.3,2.5 -2.1,1.1 -3.8,-0.8 -1,2.5 -2.4,0.2 -0.9,-1 -2.7,2.2 -2.5,0.3 -2.2,-1.4 -1.8,-2.7 -2.4,1 v -2.9 l 3.6,-3.5 -0.2,-1.6 2.3,0.6 1.3,-1.1 h 4.2 l 1,-1.3 z"
id="CH"
name="Switzerland"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 955.9,435.2 2.5,1.4 1,2.2 2.5,1.3 2,-1.6 2.6,-0.2 3.9,1.6 1.5,9.2 -2.4,5.3 -1.5,7.3 2.4,5.5 -0.2,2.6 h -2.6 l -3.9,-1.2 H 960 l -6.7,1.2 -3.9,1.8 -5.6,2.4 -1.1,-0.2 0.4,-5.3 0.6,-0.8 -0.2,-2.5 -2.4,-2.7 -1.8,-0.4 -1.6,-1.8 1.2,-2.9 -0.5,-3.1 0.2,-1.8 h 0.9 l 0.4,-2.8 -0.4,-1.3 0.5,-0.9 2.1,-0.7 -1.4,-5.2 -1.3,-2.6 0.5,-2.2 1.1,-0.5 0.8,-0.6 1.5,1 h 4.4 l 1,-1.8 1,0.1 1.6,-0.7 0.9,2.7 1.3,-0.8 z"
id="CI"
name="Côte d'Ivoire"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 1072.8,454.2 -2.8,6.5 -1.4,1.1 -0.4,5 0.6,2.7 -0.5,1.9 2.7,3.4 0.5,2.3 2.1,3.3 2.6,2.1 0.3,2.9 0.6,1.9 -0.4,3.4 -4.5,-1.5 -4.6,-1.7 -7.1,-0.2 -0.7,-0.4 -3.4,0.8 -3.4,-0.8 -2.7,0.4 -9.3,-0.1 0.9,-5.1 -2.3,-4.3 -2.6,-1 -1.1,-2.9 -1.5,-0.9 0.1,-1.8 1.4,-4.6 2.7,-6.2 h 1.6 l 3.4,-3.8 2.1,-0.1 3.2,2.7 3.9,-2.2 0.5,-2.7 1.3,-2.6 0.8,-3.2 3,-2.6 1.1,-4.5 1.2,-1.5 0.8,-3.3 1.4,-4.1 4.7,-5 0.3,-2.1 0.6,-1.2 -2.3,-2.5 0.2,-2.1 1.5,-0.3 2.3,4.1 0.5,4.2 -0.2,4.3 3.2,5.8 h -3.2 l -1.6,0.4 -2.6,-0.6 -1.2,3 3.4,3.8 2.5,1.1 0.8,2.6 1.8,4.4 z"
id="CM"
name="Cameroon"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 1141.3,468.2 3.5,5.3 2.6,0.8 1.5,-1.1 2.6,0.4 3.1,-1.3 1.4,2.7 5.1,4.3 -0.3,7.5 2.3,0.9 -1.9,2.2 -2.1,1.8 -2.2,3.3 -1.2,3 -0.3,5.1 -1.3,2.5 -0.1,4.8 -1.6,1.8 -0.2,3.8 -0.8,0.5 -0.6,3.6 1.4,2.9 0.1,1 -1.2,10.3 1.5,3.6 -1,2.7 1.8,4.6 3.4,3.5 0.7,3.5 1.6,1.7 -0.3,1.1 -0.9,-0.3 -7.7,1.1 -1.5,0.8 -1.7,4.1 1.2,2.8 -1.1,7.6 -0.9,6.4 1.5,1.2 3.9,2.5 1.6,-1.2 0.2,6.9 h -4.3 l -2.2,-3.5 -2,-2.8 -4.3,-0.9 -1.2,-3.3 -3.5,2 -4.4,-0.9 -1.9,-2.9 -3.5,-0.6 -2.7,0.1 -0.3,-2 -1.9,-0.1 -2.6,-0.4 -3.5,1 -2.4,-0.2 -1.4,0.6 0.4,-7.6 -1.8,-2.4 -0.4,-4 0.9,-3.9 -1.1,-2.4 -0.1,-4.1 -6.8,0.1 0.5,-2.3 h -2.9 l -0.3,1.1 -3.5,0.3 -1.5,3.7 -0.9,1.6 -3.1,-0.9 -1.8,0.9 -3.8,0.5 -2.1,-3.3 -1.3,-2.1 -1.6,-3.9 -1.3,-4.7 -16.7,-0.1 -2,0.7 -1.7,-0.1 -2.3,0.9 -0.8,-2 1.4,-0.7 0.2,-2.8 1,-1.6 2,-1.4 1.5,0.7 2,-2.5 3.1,0.1 0.3,1.8 2.1,1.1 3.4,-4 3.3,-3.1 1.4,-2.1 -0.1,-5.3 2.5,-6.2 2.6,-3.3 3.7,-3.1 0.7,-2 0.1,-2.4 0.9,-2.2 -0.3,-3.7 0.7,-5.7 1.1,-4 1.7,-3.4 0.3,-3.9 0.5,-4.5 2.2,-3.2 3,-2.1 4.7,2.2 3.6,2.4 4.1,0.6 4.3,1.3 1.6,-3.9 0.8,-0.5 2.6,0.6 6.3,-3.2 2.2,1.4 1.8,-0.2 0.9,-1.6 2.1,-0.5 4.2,0.7 3.7,0.1 z"
id="CD"
name="Democratic Republic of the Congo"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 1090.9,479.3 -0.3,3.9 -1.7,3.4 -1.1,4 -0.7,5.7 0.3,3.7 -0.9,2.2 -0.1,2.4 -0.7,2 -3.7,3.1 -2.6,3.3 -2.5,6.2 0.1,5.3 -1.4,2.1 -3.3,3.1 -3.4,4 -2.1,-1.1 -0.3,-1.8 -3.1,-0.1 -2,2.5 -1.5,-0.7 -2.1,-2.2 -1.7,1.1 -2.3,2.8 -4.6,-6.8 4.3,-3.6 -2.1,-4.2 2,-1.6 3.8,-0.8 0.4,-2.9 3.1,3.1 5,0.3 1.7,-3 0.7,-4.3 -0.6,-5 -2.7,-3.8 2.5,-7.5 -1.4,-1.2 -4.2,0.5 -1.6,-3.3 0.4,-2.8 7.1,0.2 4.6,1.7 4.5,1.5 0.4,-3.4 3,-6 3.3,-3.4 3.9,1.1 z"
id="CG"
name="Republic of Congo"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 584.4,426.2 -3.7,1.1 -1.6,3.2 -2.3,1.8 -1.8,2.4 -0.9,4.6 -1.8,3.8 2.9,0.4 0.6,2.9 1.2,1.5 0.3,2.5 -0.7,2.4 0.1,1.4 1.4,0.5 1.2,2.2 7.3,-0.6 3.3,0.8 3.8,5.6 2.3,-0.7 4.1,0.3 3.2,-0.7 2,1.1 -1.2,3.4 -1.3,2.2 -0.6,4.6 1.1,4.3 1.5,1.9 0.2,1.4 -2.9,3.2 2,1.4 1.5,2.3 1.6,6.4 -1.1,0.8 -1,-3.8 -1.6,-2.1 -1.9,2.3 -11,-0.2 v 4 l 3.3,0.7 -0.2,2.5 -1.1,-0.7 -3.2,1 -0.1,4.7 2.6,2.4 0.9,3.6 -0.1,2.8 -2.2,17.6 -2.9,-3.4 -1.7,-0.1 3.5,-6.6 -4.4,-3 -3.4,0.6 -2.1,-1.1 -3.1,1.7 -4.2,-0.9 -3.5,-6.7 -2.6,-1.6 -1.8,-3.1 -3.8,-3 -1.5,0.6 -2.4,-1.5 -2.8,-2.1 -1.6,1 -4.8,-0.9 -1.4,-2.8 -1.1,0.1 -5.6,-3.6 -0.7,-2 2.1,-0.5 -0.2,-3.2 1.4,-2.4 2.8,-0.4 2.5,-4 2.2,-3.4 -2,-1.5 1.2,-3.7 -1.1,-5.9 1.3,-1.7 -0.7,-5.4 -2.2,-3.5 0.9,-3.1 1.8,0.5 1.1,-1.9 -1.1,-3.8 0.7,-0.9 2.9,0.2 4.5,-4.5 2.4,-0.7 0.1,-2.1 1.4,-5.5 3.4,-2.9 3.5,-0.2 0.6,-1.3 4.4,0.5 4.6,-3.2 2.3,-1.4 2.9,-3.1 2,0.4 1.3,1.7 z"
id="CO"
name="Colombia"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 514.6,431.6 1.2,3.5 2,2.6 2.5,2.7 -2.2,0.6 -0.1,2.6 1.1,0.9 -0.9,0.8 0.2,1.1 -0.6,1.3 -0.3,1.3 -3,-1.4 -1.1,-1.4 0.7,-1.1 -0.1,-1.4 -1.5,-1.5 -2.2,-1.3 -1.8,-0.8 -0.3,-1.9 -1.4,-1.1 0.2,1.8 -1.2,1.6 -1.2,-1.8 -1.7,-0.7 -0.7,-1.2 0.1,-2 0.9,-2 -1.5,-0.9 1.4,-1.3 0.9,-0.8 3.6,1.7 1.3,-0.8 1.8,0.5 0.8,1.3 1.7,0.5 z"
id="CR"
name="Costa Rica"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 544.8,355.7 1.9,2.3 5.2,-0.7 1.8,1.5 4.2,4 3.2,2.9 1.8,-0.1 3.2,1.3 -0.6,1.8 4,0.3 3.9,2.6 -0.8,1.5 -3.8,0.8 -3.8,0.3 -3.7,-0.5 -8.1,0.6 4.2,-3.5 -2.1,-1.7 -3.6,-0.4 -1.7,-1.9 -0.8,-3.6 -3.2,0.2 -5,-1.7 -1.5,-1.4 -7.1,-1 -1.8,-1.2 2.3,-1.6 -5.4,-0.3 -4.4,3.3 -2.3,0.1 -1,1.6 -2.8,0.7 -2.3,-0.7 3.2,-1.9 1.5,-2.4 2.7,-1.4 3,-1.2 4.3,-0.6 1.4,-0.8 4.7,0.5 4.4,0.1 z"
id="CU"
name="Cuba"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 1059.7,175.2 2.5,2 3.7,0.5 -0.2,1.7 2.8,1.3 0.6,-1.6 3.4,0.7 0.7,2 3.7,0.3 2.6,3.1 h -1.5 l -0.7,1.1 -1.1,0.3 -0.2,1.4 -0.9,0.3 -0.1,0.6 -1.6,0.6 -2.2,-0.1 -0.6,1.4 -2.4,-1.2 -2.3,0.3 -4,-1.9 -1.7,0.5 -2.6,2.6 -3.8,-2.1 -3,-2.6 -2.6,-1.5 -0.7,-2.7 -1,-1.8 3.4,-1.3 1.7,-1.6 3.5,-1.2 1.1,-1.2 1.3,0.7 z"
id="CZ"
name="Czech Republic"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 1053.9,158.9 1.4,3.1 -1.2,1.7 1.9,2.1 1.5,3.3 -0.2,2.2 2.4,3.9 -2.2,0.6 -1.3,-0.7 -1.1,1.2 -3.5,1.2 -1.7,1.6 -3.4,1.3 1,1.8 0.7,2.7 2.6,1.5 3,2.6 -1.6,2.9 -1.7,0.8 1,4.1 -0.4,1.1 -1.7,-1.3 -2.4,-0.2 -3.5,1.1 -4.4,-0.3 -0.6,1.7 -2.7,-1.7 -1.4,0.3 -5.5,-1.9 -1,1.3 h -4.2 l 0.4,-4.5 2.4,-4.2 -7.2,-1.2 -2.4,-1.6 0.2,-2.7 -1,-1.4 0.4,-4.2 -1.1,-6.5 h 2.9 l 1.2,-2.3 0.9,-5.6 -0.9,-2.1 0.8,-1.3 4,-0.3 1,1.3 3.1,-3 -1.3,-2.3 -0.4,-3.4 3.7,0.8 2.9,-0.9 0.3,2.3 4.9,1.4 0.1,2.2 4.7,-1.2 2.6,-1.6 5.6,2.4 z"
id="DE"
name="Germany"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Denmark"
d="m 1046.1,147.7 -2.4,4.9 -5.2,-3.5 -0.9,-2.5 6.8,-2 z"
id="path1055"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Denmark"
d="m 1033.3,151.5 -2.9,0.9 -3.7,-0.8 -2.1,-3.4 -0.4,-6.1 0.6,-1.7 1.3,-1.8 4,-0.3 1.6,-1.7 3.6,-1.7 v 3.1 l -1.2,2 0.7,1.6 2.6,0.9 -1,2.3 -1.4,-0.6 -3.1,4.3 z"
id="path1057"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 585.7,386 0.3,-1.8 -1.3,-1.9 1.5,-1.1 0.7,-2.5 -0.1,-3.4 0.8,-1.1 h 4.3 l 3.2,1.6 1.5,-0.1 0.7,2.3 3.1,-0.2 -0.4,1.9 2.5,0.3 2.5,2.3 -2.3,2.6 -2.6,-1.4 -2.6,0.3 -1.8,-0.3 -1.1,1.2 -2.2,0.4 -0.7,-1.6 -1.9,0.9 -2.7,4.4 -1.3,-1 z"
id="DO"
name="Dominican Republic"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 1031,264.6 -1,3.3 1,6.1 -1.1,5.3 -3.2,3.6 0.6,4.8 4.5,3.9 0.1,1.5 3.4,2.6 2.6,11.5 1.9,5.7 0.4,3 -0.8,5.2 0.4,3 -0.6,3.5 0.6,4 -2.2,2.7 3.4,4.7 0.2,2.7 2.1,3.6 2.5,-1.2 4.5,3 2.5,4 -18.8,12.3 -16,12.6 -7.8,2.8 -6.2,0.7 -0.1,-4.1 -2.6,-1.1 -3.5,-1.8 -1.3,-3 -18.7,-14 -18.6,-14 -20.5,-15.6 0.1,-1.2 0.1,-0.4 0.1,-7.6 8.9,-4.8 5.4,-1 4.5,-1.7 2.1,-3.2 6.4,-2.5 0.3,-4.8 3.1,-0.6 2.5,-2.3 7.1,-1.1 1,-2.5 -1.4,-1.4 -1.9,-6.8 -0.3,-3.9 -1.9,-4.1 5.1,-3.5 5.8,-1.1 3.3,-2.6 5.1,-2 9,-1.1 8.8,-0.5 2.7,0.9 4.9,-2.5 5.7,-0.1 2.2,1.5 z"
id="DZ"
name="Algeria"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 1172.1,301.4 3.9,9.4 0.7,1.6 -1.3,2.6 -0.7,4.8 -1.2,3.4 -1.2,1.1 -2,-2.1 -2.7,-2.8 -4.7,-9.2 -0.5,0.6 2.8,6.7 3.9,6.5 4.9,10 2.3,3.5 2,3.6 5.4,7.1 -1,1.1 0.4,4.2 6.8,5.8 1.1,1.3 h -22.1 -21.5 -22.3 l -1,-23.7 -1.3,-22.8 -2,-5.2 1.1,-3.9 -1,-2.8 1.7,-3.1 7.2,-0.1 5.4,1.7 5.5,1.9 2.6,1 4,-2 2.1,-1.8 4.7,-0.6 3.9,0.8 1.8,3.2 1.1,-2.1 4.4,1.5 4.3,0.4 z"
id="EG"
name="Egypt"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 1113.7,124.6 0.9,1 -2.6,3.4 2.4,5.6 -1.6,1.9 -3.8,-0.1 -4.4,-2.2 -2.1,-0.7 -3.8,1 -0.1,-3.5 -1.5,0.8 -3.3,-2.1 -1,-3.4 5.5,-1.7 5.6,-0.8 5.1,0.9 z"
id="EE"
name="Estonia"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 1104.1,70.1 0.4,3.8 7.3,3.7 -2.9,4.2 6.5,6.3 -1.7,4.8 4.9,4.2 -0.9,3.8 7.4,3.9 -0.9,2.9 -3.4,3.4 -8,7.4 -8,0.5 -7.6,2.1 -7.1,1.3 -3.2,-3.2 -4.7,-1.9 0.1,-5.8 -3,-5.2 1.6,-3.4 3.3,-3.5 8.8,-6.2 2.6,-1.2 -0.9,-2.4 -6.5,-2.6 -1.8,-2.2 -1.8,-8.5 -7.2,-3.7 -6,-2.7 2.2,-1.4 5.1,2.8 5.3,-0.2 4.7,1.3 3.4,-2.4 1.1,-4 5.9,-1.8 5.8,2.1 z"
id="FI"
name="Finland"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 1060.5,487.3 -0.4,2.8 1.6,3.3 4.2,-0.5 1.4,1.2 -2.5,7.5 2.7,3.8 0.6,5 -0.7,4.3 -1.7,3 -5,-0.3 -3.1,-3.1 -0.4,2.9 -3.8,0.8 -2,1.6 2.1,4.2 -4.3,3.6 -5.8,-6.5 -3.7,-5.3 -3.5,-6.6 0.2,-2.2 1.3,-2 1.3,-4.7 1.2,-4.8 1.9,-0.3 h 8.2 v -7.7 l 2.7,-0.4 3.4,0.8 3.4,-0.8 z"
id="GA"
name="Gabon"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="United Kingdom"
d="m 956.7,158.2 -3.5,-1.2 -3,0.1 1.2,-3.3 -0.9,-3.2 4,-0.3 4.9,3.8 z"
id="path1068"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="United Kingdom"
d="m 972.6,129.5 -5.1,6.5 4.7,-0.8 h 5.1 l -1.3,4.9 -4.3,5.4 4.9,0.3 0.3,0.7 4.2,7.1 3.2,1 2.9,7 1.4,2.4 5.9,1.1 -0.6,4 -2.4,1.8 1.9,3.2 -4.4,3.2 -6.5,-0.1 -8.4,1.8 -2.2,-1.3 -3.3,2.9 -4.5,-0.7 -3.6,2.4 -2.5,-1.2 7.3,-6.5 4.4,-1.4 -7.6,-1 -1.3,-2.5 5.1,-1.9 -2.5,-3.3 1,-4 7.1,0.6 0.8,-3.6 -3.1,-3.7 -0.1,-0.1 -5.7,-1.1 -1.1,-1.6 1.8,-2.7 -1.5,-1.7 -2.6,2.9 -0.1,-5.9 -2.2,-3 1.9,-6.2 3.8,-4.8 3.6,0.4 z"
id="path1070"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 986.5,431.1 -0.4,2 2.3,3.3 v 4.7 l 0.6,5 1.4,2.4 -1.3,5.7 0.5,3.2 1.5,4.1 1.3,2.3 -8.9,3.7 -3.2,2.2 -5.1,1.9 -5,-1.8 0.2,-2.6 -2.4,-5.5 1.5,-7.3 2.4,-5.3 -1.5,-9.2 -0.8,-4.8 0.2,-3.7 9.8,-0.3 2.5,0.5 1.8,-1 z"
id="GH"
name="Ghana"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 921.5,421.9 0.3,2.4 h 0.9 l 1.5,-0.9 0.9,0.2 1.6,1.7 2.4,0.5 1.5,-1.4 1.9,-0.9 1.3,-0.9 1.1,0.2 1.3,1.4 0.6,1.8 2.3,2.7 -1.1,1.6 -0.3,2.1 1.2,-0.6 0.7,0.7 -0.3,1.9 1.7,1.9 -1.1,0.5 -0.5,2.2 1.3,2.6 1.4,5.2 -2.1,0.7 -0.5,0.9 0.4,1.3 -0.4,2.8 h -0.9 l -1.6,-0.2 -1.1,2.6 h -1.6 l -1.1,-1.4 0.4,-2.6 -2.4,-3.9 -1.4,0.7 -1.3,0.2 -1.5,0.3 0.1,-2.3 -0.9,-1.7 0.2,-1.9 -1.2,-2.7 -1.6,-2.3 h -4.5 l -1.3,1.2 -1.6,0.2 -1,1.4 -0.6,1.7 -3.1,2.9 -2.4,-3.8 -2.2,-2.5 -1.4,-0.9 -1.4,-1.3 -0.6,-2.8 -0.8,-1.4 -1.7,-1.1 2.6,-3.1 1.7,0.1 1.5,-1 1.2,-0.1 0.9,-0.8 -0.4,-2.1 0.6,-0.7 0.1,-2.2 2.7,0.1 4.1,1.5 1.2,-0.1 0.4,-0.7 3.1,0.5 z"
id="GN"
name="Guinea"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 891.6,417.4 0.8,-2.9 6.1,-0.1 1.3,-1.6 1.8,-0.1 2.2,1.6 h 1.7 l 1.9,-1 1.1,1.8 -2.5,1.5 -2.4,-0.2 -2.4,-1.3 -2.1,1.5 h -1 l -1.4,0.9 z"
id="GM"
name="The Gambia"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 909.2,421 -0.1,2.2 -0.6,0.7 0.4,2.1 -0.9,0.8 -1.2,0.1 -1.5,1 -1.7,-0.1 -2.6,3.1 -2.9,-2.6 -2.4,-0.5 -1.3,-1.8 0.1,-1 -1.7,-1.3 -0.4,-1.4 3,-1 1.9,0.2 1.5,-0.8 z"
id="GW"
name="Guinea-Bissau"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 1050.3,487.3 v 7.7 h -8.2 l -1.9,0.3 -1.1,-0.9 1.9,-7.2 z"
id="GQ"
name="Equatorial Guinea"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Greece"
d="m 1112.7,272.6 3.1,2.2 4.1,-0.4 4,0.4 v 1.2 l 2.8,-0.8 -0.5,1.9 -7.6,0.5 -0.1,-1 -6.6,-1.3 z"
id="path1078"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Greece"
d="m 1121.9,239.9 -3.2,-0.2 -2.7,-0.6 -6.2,1.6 4,3.6 -2.5,1.1 h -2.9 l -3.1,-3.3 -0.9,1.4 1.6,3.8 2.9,3 -1.9,1.4 3.2,2.9 2.8,1.9 0.4,3.6 -5,-1.7 1.8,3.3 -3.3,0.6 2.5,5.7 -3.5,0.1 -4.6,-2.8 -2.4,-5.1 -1.3,-4.3 -2.3,-2.9 -3,-3.7 -0.5,-1.8 2.2,-3.1 0.1,-2.1 1.7,-0.9 -0.1,-1.7 3.4,-0.5 1.8,-1.4 2.8,0.1 0.8,-1.1 1,-0.2 3.8,0.2 4,-1.8 3.9,2.3 4.6,-0.6 -0.3,-3.2 2.7,1.7 -1.1,4 z"
id="path1080"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 896.3,1.4 19.9,3 -6.7,1.4 -13,0.2 -18.5,0.4 1.4,0.7 12.3,-0.5 9.7,1.4 7,-1.2 2.4,1.4 -4.5,2.4 9.2,-1.6 17.1,-1.5 10,0.8 1.7,1.7 -14.8,2.9 -2.2,1 -11.4,0.8 8.1,0.2 -4.9,3.2 -3.6,2.9 -1.2,5.2 3.7,3.2 -5.9,0.1 -6.5,1.6 6.3,2.6 -0.1,4.2 -4.2,0.5 4.1,4.3 -8.7,0.4 4,2 -1.6,1.8 -5.7,0.8 -5.5,0.1 4.2,3.4 -0.5,2.4 -7.3,-2.2 -2.4,1.4 5,1.3 4.6,3.2 0.6,4.3 -7.4,1 -2.7,-2.1 -4.2,-3 0.5,3.6 -5.4,2.8 10.7,0.2 5.5,0.3 -11.9,4.7 -12.2,4.3 -12.7,1.8 -4.6,0.1 -4.9,2.1 -7.5,5.8 -10.2,3.9 -3,0.3 -6.1,1.3 -6.6,1.4 -4.8,3.4 -1.4,4 -3.4,3.8 -8.6,4.6 0.3,4.5 -3.6,4.8 -4.1,5.7 -6.5,0.4 -5,-4.8 -9,-0.1 -3.2,-3.2 -0.8,-5.6 -4.8,-7.2 -0.7,-3.7 1.5,-5.1 -3.7,-5.1 3.3,-4.1 -1.9,-2 7,-6.4 7.2,-2.1 2.6,-2.2 2.8,-4.2 -5.5,1.9 -2.6,0.8 -4.1,0.7 -4.2,-1.7 1.5,-3.7 3,-2.8 3.8,-0.1 7.6,1.5 -5.3,-3.4 -2.7,-1.8 -4.4,0.7 -2.6,-1.3 7,-4.8 -1.3,-2 -1.1,-3.5 -1.4,-5.4 -3.6,-1.9 1.4,-2.1 -8.1,-2.9 -7.7,-0.4 -10.1,0.2 -9.5,0.4 -3.1,-1.6 -3.8,-3.1 11,-1.5 7.6,-0.2 -14.6,-1.3 -6.5,-1.9 2.2,-1.8 15.7,-2.2 15,-2.2 2.8,-1.6 -8.1,-1.6 4.6,-1.7 14.7,-2.9 5.4,-0.4 0.2,-1.8 9,-1.1 11,-0.6 h 10.4 l 2.8,1.2 10.6,-2.2 7.1,1.5 4.6,0.3 6.2,1.3 -6.7,-2.1 1.6,-1.7 L 841.4,2.5 853,2.7 858.1,1.3 870,1 Z"
id="GL"
name="Greenland"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 488.1,387.5 -0.7,5.1 -1.3,7.2 h 1.7 l 1.7,1.2 0.6,-1 1.5,0.8 -2.8,2.5 -2.9,1.8 -0.5,1.2 0.3,1.3 -1.3,1.6 -1.4,0.4 0.3,0.8 -1.2,0.7 -2,1.6 -0.3,0.9 -2.8,-1.1 -3.5,-0.1 -2.4,-1.3 -2.8,-2.6 0.4,-1.9 0.8,-1.5 -0.7,-1.2 3.3,-5.2 h 7.2 l 0.4,-2.2 -0.8,-0.4 -0.5,-1.4 -1.9,-1.5 -1.8,-2.1 2.5,-0.1 0.5,-3.6 h 5.2 z"
id="GT"
name="Guatemala"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 662.9,463.5 -1,5.8 -3.5,1.6 0.3,1.5 -1.1,3.4 2.4,4.6 h 1.8 l 0.7,3.6 3.3,5.6 -1.3,0.3 -3.2,-0.6 -1.8,1.7 -2.6,1.1 -1.8,0.3 -0.6,1.3 -2.8,-0.3 -3.5,-3 -0.3,-3 -1.4,-3.3 1,-5.4 1.6,-2.3 -1.2,-3 -2,-0.9 0.8,-2.9 -1.2,-1.4 -3,0.2 -3.7,-4.8 1.6,-1.8 v -3 l 3.5,-1 1.4,-1.2 -1.8,-2.4 0.5,-2.3 4.7,-3.8 3.6,2.4 3.3,4.1 0.1,3.4 2.1,0.1 3,3.1 z"
id="GY"
name="Guyana"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 519.6,405.5 -1.9,-0.1 -0.9,0.9 -2,0.8 h -1.4 l -1.3,0.8 -1.1,-0.2 -0.9,-1 -0.6,0.2 -0.9,1.5 -0.5,-0.1 -0.2,1.4 -2.1,1.7 -1.2,0.8 -0.6,0.8 -1.5,-1.3 -1.4,1.7 h -1.2 l -1.3,0.1 -0.2,3.2 h -0.8 l -0.8,1.5 -1.8,0.3 -0.8,-2 -1.7,-0.6 0.7,-2.6 -0.7,-0.7 -1.2,-0.4 -2.5,0.7 -0.1,-0.8 -1.6,-1.1 -1.1,-1.2 -1.6,-0.6 1.3,-1.6 -0.3,-1.3 0.5,-1.2 2.9,-1.8 2.8,-2.5 0.6,0.3 1.3,-1.1 1.6,-0.1 0.5,0.5 0.9,-0.3 2.6,0.6 2.6,-0.2 1.8,-0.7 0.8,-0.7 1.7,0.3 1.3,0.4 1.5,-0.1 1.2,-0.6 2.5,0.9 0.8,0.2 1.6,1.2 1.5,1.4 1.9,1 z"
id="HN"
name="Honduras"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 1081.5,207.6 1.5,2.5 1.7,1.8 -1.7,2.4 -2.4,-1.4 -3.5,0.1 -4.5,-1.1 -2.3,0.1 -1,1.4 -2,-1.5 -0.8,2.6 2.7,3 1.3,1.9 2.5,2.4 2.1,1.4 2.1,2.7 4.8,2.4 -0.5,1 -5,-2.3 -3.2,-2.3 -4.8,-1.9 -4.7,-4.6 1,-0.5 -2.5,-2.7 -0.3,-2.1 -3.3,-1 -1.4,2.7 -1.6,-2.1 v -2.2 l 0.1,-0.1 3.6,0.2 0.8,-1 1.8,1 2,0.1 -0.1,-1.7 1.7,-0.7 0.3,-2.5 3.9,-1.7 1.6,0.8 4,2.7 4.3,1.2 z"
id="HR"
name="Croatia"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 586.8,375.3 0.1,3.4 -0.7,2.5 -1.5,1.1 1.3,1.9 -0.3,1.8 -3.6,-1.1 -2.7,0.4 -3.4,-0.4 -2.7,1.2 -2.8,-2 0.7,-2.1 5.1,0.9 4.1,0.5 2.2,-1.4 -2.3,-2.8 0.4,-2.5 -3.5,-1 1.5,-1.7 3.4,0.2 z"
id="HT"
name="Haiti"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 1096.2,191.9 3,1.7 0.5,1.7 -2.9,1.3 -1.9,4.2 -2.6,4.3 -3.9,1.2 -3.2,-0.3 -3.7,1.6 -1.8,1 -4.3,-1.2 -4,-2.7 -1.6,-0.8 -1.2,-2.1 -0.8,-0.1 1.3,-4 -1.1,-1.4 h 2.8 l 0.2,-2.6 2.7,1.7 1.9,0.6 4.1,-0.7 0.3,-1.3 1.9,-0.2 2.3,-0.9 0.6,0.4 2.3,-0.8 1,-1.5 1.6,-0.4 5.5,1.9 z"
id="HU"
name="Hungary"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 956.7,158.2 0.7,4.4 -3.9,5.5 -8.8,3.6 -6.8,-0.9 4.3,-6.4 -2.1,-6.2 6.7,-4.8 3.7,-2.8 0.9,3.2 -1.2,3.3 3,-0.1 z"
id="IE"
name="Ireland"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 924.8,84.5 -1.4,3.6 4.4,3.8 -6.1,4.3 -13.1,3.9 -3.9,1.1 -5.6,-0.9 -11.9,-1.8 4.8,-2.5 -9,-2.7 7.9,-1.1 0.1,-1.7 -8.8,-1.3 3.6,-3.7 6.6,-0.8 6,3.8 7,-3 5.1,1.5 7.3,-2.9 z"
id="IS"
name="Iceland"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Italy"
d="m 1068.2,256.4 -1.7,5.1 0.9,1.9 -0.9,3.3 -4.2,-2.4 -2.7,-0.7 -7.5,-3.2 0.5,-3.3 6.2,0.6 5.4,-0.7 z"
id="path1121"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Italy"
d="m 1034.2,237.4 3.3,4.5 -0.4,8.5 -2.4,-0.4 -2.1,2.1 -2,-1.7 -0.5,-7.7 -1.3,-3.6 2.9,0.3 z"
id="path1123"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Italy"
d="m 1055.9,203.9 -0.4,3.1 1.4,2.7 -4.1,-1 -3.9,2.3 0.4,3.1 -0.5,1.8 1.9,3.2 5,3.2 2.9,5.3 6.1,5.1 4,-0.1 1.4,1.4 -1.4,1.3 4.8,2.3 4,1.9 4.7,3.4 0.6,1.1 -0.8,2.3 -3.1,-3 -4.6,-1 -1.9,4.1 3.9,2.4 -0.4,3.3 -2.1,0.4 -2.5,5.5 -2.2,0.5 -0.1,-2 0.9,-3.4 1.1,-1.4 -2.3,-3.7 -1.8,-3.2 -2.2,-0.8 -1.8,-2.7 -3.4,-1.2 -2.4,-2.6 -3.8,-0.4 -4.3,-2.8 -4.9,-4.2 -3.7,-3.6 -1.9,-6.3 -2.6,-0.7 -4.2,-2.1 -2.3,0.8 -2.9,3 -2.1,0.4 0.5,-2.7 -2.8,-0.8 -1.5,-4.9 1.7,-1.9 -1.5,-2.4 0.1,-1.8 2.2,1.4 2.5,-0.3 2.7,-2.2 0.9,1 2.4,-0.2 1,-2.5 3.8,0.8 2.1,-1.1 0.3,-2.5 3.1,0.9 0.5,-1.2 4.9,-1.1 1.3,2.1 z"
id="path1125"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 556.5,387.1 -1.8,1.1 -3,-1.1 -2.9,-2.3 0.8,-1.5 2.4,-0.4 1.3,0.2 3.7,0.6 2.7,1.5 0.8,1.8 z"
id="JM"
name="Jamaica"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 938.6,452.5 -0.2,1.8 0.5,3.1 -1.2,2.9 1.6,1.8 1.8,0.4 2.4,2.7 0.2,2.5 -0.6,0.8 -0.4,5.3 -1.5,0.1 -5.8,-3.1 -5.2,-4.9 -4.8,-3.5 -3.8,-4.1 1.4,-2.1 0.3,-1.9 2.6,-3.4 2.6,-3 1.3,-0.2 1.4,-0.7 2.4,3.9 -0.4,2.6 1.1,1.4 h 1.6 l 1.1,-2.6 z"
id="LR"
name="Liberia"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 1122.6,299.1 -1.7,3.1 1,2.8 -1.1,3.9 2,5.2 1.3,22.8 1,23.7 0.5,12.8 h -6.4 v 2.7 l -22.6,-12.3 -22.5,-12.3 -5.5,3.5 -3.8,2.4 -3.2,-3.5 -8.8,-2.8 -2.5,-4 -4.5,-3 -2.5,1.2 -2.1,-3.6 -0.2,-2.7 -3.4,-4.7 2.2,-2.7 -0.6,-4 0.6,-3.5 -0.4,-3 0.8,-5.2 -0.4,-3 -1.9,-5.7 2.6,-1.4 0.4,-2.8 -0.6,-2.6 3.6,-2.5 1.6,-2.1 2.6,-1.8 0.1,-4.9 6.4,2.2 2.3,-0.6 4.5,1.1 7.3,2.9 2.8,5.7 4.9,1.2 7.8,2.7 6,3.2 2.5,-1.7 2.5,-2.9 -1.6,-4.9 1.5,-3.2 3.7,-3 3.7,-0.8 7.4,1.3 2,2.8 2,0.1 1.8,1.1 5.4,0.7 z"
id="LY"
name="Libya"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 1111.1,147.6 1,2.7 -3.6,2 -0.5,3.4 -4.8,2.3 h -4.7 l -1.4,-1.9 -2.5,-0.7 -0.6,-1.5 0.2,-1.7 -2.2,-0.9 -5.1,-1.1 -1.7,-5.1 5.1,-1.8 7.9,0.4 4.5,-0.6 0.9,1.2 2.5,0.4 z"
id="LT"
name="Lithuania"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 1016.9,185.4 -1.4,0.1 -1.1,-0.5 0.4,-3.5 1.3,-0.2 1,1.4 z"
id="LU"
name="Luxembourg"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 1112.8,136.5 2.5,1.3 1,2.9 2.1,3.6 -4.6,2.3 -2.7,1 -5,-2.9 -2.5,-0.4 -0.9,-1.2 -4.5,0.6 -7.9,-0.4 -5.1,1.8 -0.5,-4.5 1.7,-3.8 4.1,-2 4.4,4.5 3.7,-0.2 0.1,-4.6 3.8,-1 2.1,0.7 4.4,2.2 z"
id="LV"
name="Latvia"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 974.8,276 1.9,4.1 0.3,3.9 1.9,6.8 1.4,1.4 -1,2.5 -7.1,1.1 -2.5,2.3 -3.1,0.6 -0.3,4.8 -6.4,2.5 -2.1,3.2 -4.5,1.7 -5.4,1 -8.9,4.8 -0.1,7.6 H 938 l 0.1,3.4 -3.4,0.2 -1.8,1.5 h -2.5 l -2,-0.9 -4.6,0.7 -1.9,5 -1.8,0.5 -2.7,8.1 -7.9,6.9 -2,8.9 -2.4,2.9 -0.7,2.3 -12.5,0.5 h -0.1 l 0.3,-3 2.2,-1.7 1.9,-3.4 -0.3,-2.2 2,-4.5 3.2,-4.1 1.9,-1 1.6,-3.7 0.2,-3.5 2.1,-3.9 3.8,-2.4 3.6,-6.5 0.1,-0.1 2.9,-2.5 5.1,-0.7 4.4,-4.4 2.8,-1.7 4.7,-5.4 -1.2,-7.9 2.2,-5.6 0.9,-3.4 3.6,-4.3 5.4,-2.9 4.1,-2.7 3.7,-6.6 1.8,-4 3.9,0.1 3.1,2.7 5.1,-0.4 5.5,1.4 z"
id="MA"
name="Morocco"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 1129.4,210.3 -1.3,-2.9 0.2,-2.7 -0.6,-2.7 -3.4,-3.8 -2,-2.6 -1.8,-1.8 -1.6,-0.7 1.1,-0.9 3.2,-0.6 4,1.9 2,0.3 2.6,1.7 -0.1,2.1 2,1 1.1,2.6 2,1.6 -0.2,1 1,0.6 -1.3,0.5 -3,-0.2 -0.6,-0.9 -1,0.5 0.6,1.1 -1.1,2.1 -0.6,2.1 z"
id="MD"
name="Moldova"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 449.3,335.9 2.2,-0.2 -3.2,5.7 -1.8,4.6 -1.8,8.6 -1.1,3.1 0.4,3.5 1.3,3.2 0.4,4.9 3,4.8 0.8,3.7 1.7,3.1 5.7,1.7 1.9,2.7 5.2,-1.8 4.3,-0.6 4.4,-1.2 3.6,-1.1 3.9,-2.6 1.8,-3.7 1.2,-5.4 1.2,-1.9 4,-1.7 6.1,-1.5 4.9,0.3 3.4,-0.6 1.2,1.4 -0.6,3.1 -3.5,3.8 -1.8,3.9 0.9,1.1 -1.2,2.8 -2.1,5 -1.2,-1.7 -1.1,0.1 -1.1,0.1 -2.5,3.9 -0.9,-0.8 -0.7,0.3 -0.1,1 -5.2,-0.1 h -5.2 l -0.5,3.6 -2.5,0.1 1.8,2.1 1.9,1.5 0.5,1.4 0.8,0.4 -0.4,2.2 h -7.2 l -3.3,5.2 0.7,1.2 -0.8,1.5 -0.4,1.9 -5.6,-6.9 -2.6,-2.1 -4.4,-1.7 -3.2,0.5 -4.8,2.4 -2.9,0.6 -3.7,-1.7 -4.1,-1.2 -4.8,-2.9 -4.1,-0.9 -5.9,-3 -4.3,-3.1 -1.1,-1.7 -3.1,-0.4 -5.4,-2 -1.9,-2.9 -5.4,-3.7 -2.2,-4 -0.8,-3.2 1.9,-0.6 -0.3,-1.8 1.6,-1.7 0.4,-2.2 -1.5,-2.9 v -2.5 l -1.3,-3.3 -3.8,-6.4 -4.6,-5 -1.9,-4 -4.1,-2.6 -0.7,-1.6 1.7,-3.9 -2.4,-1.5 -2.5,-3.2 -0.2,-4.4 -2.8,-0.6 -2.3,-3.3 -1.7,-3.2 0.3,-2 -1.5,-4.8 -0.3,-4.9 0.8,-2.5 -3.1,-2.6 -1.9,0.3 -2.4,-1.7 -1.8,2.6 -0.1,3 -1,4.9 1,2.6 2.8,4.4 0.4,1.6 0.7,0.4 0.1,2.2 1,-0.1 v 4.2 l 1.3,1.6 0.5,2.3 2.7,3.2 0.4,6 1,2.8 0.9,3 -0.3,3.4 2.6,0.2 1.6,2.9 1.5,2.9 -0.3,1.2 -2.8,2.3 h -1 l -0.7,-3.9 -2.9,-3.7 -3.4,-3.1 -2.5,-1.6 1.2,-4.7 -0.1,-3.5 -2.1,-2 -3.1,-2.8 -0.9,0.8 -1,-1.7 -3,-1.5 -2.2,-3.8 0.5,-0.4 2.1,0.3 2.7,-2.4 1,-2.9 -2.9,-4.6 -2.6,-1.7 -0.8,-4 -0.6,-4.3 -0.8,-5.1 -0.2,-5.8 6.3,-0.5 7.1,-0.7 -0.9,1.3 7,3.1 10.9,4.5 h 10.8 4.3 l 0.8,-2.7 h 9.4 l 1.3,2.3 2.1,2.1 2.4,2.8 0.8,3.3 0.4,3.6 2.3,1.9 4,1.9 4.8,-5 4.5,-0.2 3.2,2.6 1.6,4.4 0.9,3.8 2.4,3.6 0.2,4.5 0.9,3 3.9,2 z"
id="MX"
name="Mexico"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 1105.5,236.6 -1,0.2 -0.8,1.1 -2.8,-0.1 -1.8,1.4 -3.4,0.5 -2.3,-1.5 -1,-2.7 0.5,-2.2 0.7,0.1 0.1,-1.3 2.9,-1 1.2,-0.3 1.7,-0.3 2.4,-0.2 2.8,2.1 z"
id="MK"
name="Macedonia"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 1010.2,378.8 0.1,14.8 -3.1,4.3 -0.4,4 -5,1 -7.7,0.5 -2,2.3 -3.6,0.3 h -3.6 l -1.4,-1.2 -3.1,0.9 -5.3,2.7 -1.1,2 -4.3,2.8 -0.8,1.7 -2.4,1.3 -2.7,-0.9 -1.5,1.6 -0.9,4.4 -4.5,5.3 0.2,2.2 -1.6,2.7 0.4,3.7 -2.4,1 -1.3,0.8 -0.9,-2.7 -1.6,0.7 -1,-0.1 -1,1.8 h -4.4 l -1.5,-1 -0.8,0.6 -1.7,-1.9 0.3,-1.9 -0.7,-0.7 -1.2,0.6 0.3,-2.1 1.1,-1.6 -2.3,-2.7 -0.6,-1.8 -1.3,-1.4 -1.1,-0.2 -1.3,0.9 -1.9,0.9 -1.5,1.4 -2.4,-0.5 -1.6,-1.7 -0.9,-0.2 -1.5,0.9 h -0.9 l -0.3,-2.4 0.3,-2 -0.5,-2.4 -2,-1.8 -1.1,-3.7 -0.2,-4 1.9,-1.2 1,-3.8 1.8,-0.1 3.9,1.8 3.2,-1.3 2.1,0.4 0.9,-1.4 22.5,-0.1 1.3,-4.5 -1,-0.8 -2.5,-27.7 -2.4,-27.7 8.5,-0.1 18.6,14 18.7,14 1.3,3 3.5,1.8 2.6,1.1 0.1,4.1 z"
id="ML"
name="Mali"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 1090.6,227.2 -0.8,1.4 -1.4,0.6 -0.4,-1.2 -1.9,3.1 0.5,2.1 -1.1,-0.5 -1.7,-2.1 -2.3,-1.3 0.5,-1 0.4,-3.5 1.6,-1.5 0.9,-0.6 1.4,1.1 0.9,0.9 1.7,0.7 2.1,1.3 z"
id="ME"
name="Montenegro"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 959.2,341.5 -8.5,0.1 2.4,27.7 2.5,27.7 1,0.8 -1.3,4.5 -22.5,0.1 -0.9,1.4 -2.1,-0.4 -3.2,1.3 -3.9,-1.8 -1.8,0.1 -1,3.8 -1.9,1.2 -3.6,-4.4 -3.4,-4.8 -3.6,-1.7 -2.7,-1.8 h -3.1 l -2.8,1.4 -2.7,-0.5 -2,2 -0.4,-3.4 1.6,-3.2 0.8,-6 -0.4,-6.4 -0.6,-3.2 0.6,-3.2 -1.4,-3 -2.8,-2.8 1.3,-2.1 h 21.7 l -0.9,-9.3 1.5,-3.3 5.2,-0.5 0.2,-16.5 18,0.4 0.2,-9.8 z"
id="MR"
name="Mauritania"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 1068.6,355 1.6,10 2.2,1.7 0.1,2 2.4,2.2 -1.2,2.8 -1.8,13 -0.2,8.4 -7,6 -2.3,8.5 2.4,2.4 v 4.1 l 3.7,0.1 -0.6,3.1 -1.5,0.3 -0.2,2.1 -1,0.1 -3.9,-7 -1.4,-0.3 -4.3,3.6 -4.4,-1.9 -3,-0.3 -1.6,0.9 -3.3,-0.2 -3.3,2.7 -2.9,0.2 -6.8,-3.3 -2.7,1.5 -2.9,-0.1 -2.1,-2.4 -5.6,-2.4 -6.1,0.8 -1.4,1.3 -0.8,3.7 -1.6,2.6 -0.4,5.8 -4.3,-3.7 h -2 l -1.9,1.9 0.1,-4.4 -6.5,-1.5 -0.2,-3.1 -3.1,-4.2 -0.8,-2.9 0.5,-3.1 3.6,-0.3 2,-2.3 7.7,-0.5 5,-1 0.4,-4 3.1,-4.3 -0.1,-14.8 7.8,-2.8 16,-12.6 18.8,-12.3 8.8,2.8 3.2,3.5 z"
id="NE"
name="Niger"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 1066.2,421.7 2.3,2.5 -0.6,1.2 -0.3,2.1 -4.7,5 -1.4,4.1 -0.8,3.3 -1.2,1.5 -1.1,4.5 -3,2.6 -0.8,3.2 -1.3,2.6 -0.5,2.7 -3.9,2.2 -3.2,-2.7 -2.1,0.1 -3.4,3.8 h -1.6 l -2.7,6.2 -1.4,4.6 -5.9,2.3 -2.1,-0.3 -2.2,1.4 -4.5,-0.1 -3.1,-4.1 -1.9,-4.6 -4,-4.2 h -4.2 -5 l 0.3,-10.3 -0.2,-4.1 1.1,-4 1.7,-2 2.8,-4 -0.6,-1.7 1.1,-2.6 -1.3,-3.8 0.2,-2.1 0.4,-5.8 1.6,-2.6 0.8,-3.7 1.4,-1.3 6.1,-0.8 5.6,2.4 2.1,2.4 2.9,0.1 2.7,-1.5 6.8,3.3 2.9,-0.2 3.3,-2.7 3.3,0.2 1.6,-0.9 3,0.3 4.4,1.9 4.3,-3.6 1.4,0.3 3.9,7 z"
id="NG"
name="Nigeria"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 519.6,405.5 -0.5,0.7 -0.5,1.4 0.4,2.3 -1.5,2.2 -0.8,2.6 -0.5,2.8 0.2,1.7 -0.1,2.9 -0.9,0.6 -0.7,2.8 0.2,1.7 -1.2,1.6 0.1,1.7 0.8,1.1 -1.4,1.4 -1.7,-0.5 -0.8,-1.3 -1.8,-0.5 -1.3,0.8 -3.6,-1.7 -0.9,0.8 -1.8,-2 -2.5,-2.6 -1.1,-2.1 -2.2,-2.1 -2.5,-2.9 0.7,-1 0.8,1 0.5,-0.4 1.8,-0.3 0.8,-1.5 h 0.8 l 0.2,-3.2 1.3,-0.1 h 1.2 l 1.4,-1.7 1.5,1.3 0.6,-0.8 1.2,-0.8 2.1,-1.7 0.2,-1.4 0.5,0.1 0.9,-1.5 0.6,-0.2 0.9,1 1.1,0.2 1.3,-0.8 h 1.4 l 2,-0.8 0.9,-0.9 z"
id="NI"
name="Nicaragua"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Norway"
d="m 1113.7,67.5 -6.4,2.1 -3.2,0.5 0.8,-3.8 -5.8,-2.1 -5.9,1.8 -1.1,4 -3.4,2.4 -4.7,-1.3 -5.3,0.2 -5.1,-2.8 -2.2,1.4 -2.6,0.2 0.1,3.6 -8,-0.9 -0.6,3.1 h -4 l -2.3,3.9 -3.4,6.1 -5.7,7.9 1.8,2 -1.3,2.2 -4.3,-0.1 -2.4,5.4 1,7.7 3.1,2.9 -0.8,6.9 -3.4,4 -1.8,3.4 -3.3,-3.6 -8.6,6.8 -6.1,1.4 -6.5,-3 -1.8,-6.3 -2,-13.5 4,-3.7 11.3,-4.9 8.1,-5.9 7.2,-7.8 8.9,-10.7 6.4,-4.1 10.3,-6.8 8.5,-2.4 6.7,0.3 5.2,-4.4 7.4,0.2 7,-1 13.7,3.9 -4.9,1.4 z"
id="path1170"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Norway"
d="m 1076.6,25.2 -7.6,1.9 -6.8,-1.1 2.2,-1.2 -2.6,-1.5 7.3,-0.9 1.9,1.7 z"
id="path1172"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Norway"
d="m 1051,16.7 12.6,3.4 -8.6,1.8 -1.2,3.4 -3,0.9 -0.9,4 -4.4,0.2 -8.5,-2.9 3,-1.7 -5.7,-1.4 -7.7,-3.9 -3.2,-3.5 9.3,-1.6 2.3,1.5 h 5 l 1,-1.5 5.2,-0.2 z"
id="path1174"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Norway"
d="m 1075.4,13.7 7.4,1.5 -4.4,2.4 -10.1,0.5 -10.7,-0.8 -1,-1.2 h -5.1 l -4.3,-2 10.5,-1.2 5.4,1 3.1,-1.3 z"
id="path1176"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 549.3,446.2 -0.7,0.9 1.1,3.8 -1.1,1.9 -1.8,-0.5 -0.9,3.1 -1.8,-1.8 -1,-3.5 1.4,-1.7 -1.4,-0.4 -0.9,-2.1 -2.8,-1.8 -2.4,0.4 -1.3,2.2 -2.4,1.6 -1.2,0.2 -0.6,1.4 2.5,3.5 -1.6,0.8 -0.8,0.9 -2.7,0.4 -0.8,-3.9 -0.8,1.1 -1.8,-0.4 -1,-2.5 -2.3,-0.5 -1.5,-0.7 h -2.4 l -0.2,1.4 -0.6,-1 0.3,-1.3 0.6,-1.3 -0.2,-1.1 0.9,-0.8 -1.1,-0.9 0.1,-2.6 2.2,-0.6 1.9,2.3 -0.2,1.4 2.2,0.3 0.6,-0.6 1.5,1.6 2.8,-0.5 2.5,-1.6 3.5,-1.3 2,-1.9 3.1,0.4 -0.2,0.6 3.1,0.2 2.4,1.2 1.8,1.9 z"
id="PA"
name="Panama"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 1079.9,154.8 5.9,0.7 8.8,-0.1 2.5,0.7 1.4,1.9 0.6,2.7 1.7,2.3 0.4,2.4 -2.8,1.3 1.9,2.8 0.5,2.8 3.2,5.4 -0.3,1.7 -2.3,0.7 -3.8,5.2 1.6,2.8 -1.1,-0.4 -5,-2.4 -3.5,0.9 -2.4,-0.6 -2.8,1.3 -2.7,-2.2 -1.9,0.9 -0.3,-0.4 -2.6,-3.1 -3.7,-0.3 -0.7,-2 -3.4,-0.7 -0.6,1.6 -2.8,-1.3 0.2,-1.7 -3.7,-0.5 -2.5,-2 -2.4,-3.9 0.2,-2.2 -1.5,-3.3 -1.9,-2.1 1.2,-1.7 -1.4,-3.1 3.1,-1.8 7.1,-2.8 5.8,-2 4.8,1 0.6,1.5 z"
id="PL"
name="Poland"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 1118.9,193.1 1.6,0.7 1.8,1.8 2,2.6 3.4,3.8 0.6,2.7 -0.2,2.7 1.3,2.9 2.4,1.2 2.3,-1.1 2.4,1.1 0.4,1.7 -2.3,1.3 -1.6,-0.6 -0.4,7.7 -3.1,-0.7 -4,-2.3 -5.9,1.5 -2.3,1.6 -7.6,-0.4 -4,-0.9 -1.9,0.4 -1.8,-2.6 -1,-1.1 1,-1.1 -1.3,-0.7 -1.5,1.4 -3.1,-1.9 -0.7,-2.6 -3.2,-1.4 -0.8,-2.1 -3,-2.4 3.9,-1.2 2.6,-4.3 1.9,-4.2 2.9,-1.3 2,-1.4 3.2,0.7 h 3.2 l 2.5,1.6 1.6,-1 3.6,-0.6 1,-1.5 z"
id="RO"
name="Romania"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 938.9,324.3 -0.1,0.4 -0.1,1.2 -0.2,9.8 -18,-0.4 -0.2,16.5 -5.2,0.5 -1.5,3.3 0.9,9.3 h -21.7 l -1.3,2.1 0.3,-2.7 h 0.1 l 12.5,-0.5 0.7,-2.3 2.4,-2.9 2,-8.9 7.9,-6.9 2.7,-8.1 1.8,-0.5 1.9,-5 4.6,-0.7 2,0.9 h 2.5 l 1.8,-1.5 3.4,-0.2 -0.1,-3.4 z"
id="EH"
name="Western Sahara"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 1191,409.2 -0.7,5.5 -2,6.4 -3.3,3.1 -2.3,5 -0.5,2.6 -2.6,1.8 -1.5,6.7 v 0.8 l -0.8,-0.2 0.1,-3.2 -0.8,-2.2 -2.9,-2.5 -0.9,-4.6 0.6,-4.8 -2.6,-0.4 -0.4,1.4 -3.4,0.4 1.5,1.8 0.5,3.9 -3,3.5 -2.7,4.6 -2.9,0.7 -4.8,-3.7 -2.1,1.3 -0.5,1.8 -2.9,1.3 -0.2,1.3 h -5.6 l -0.8,-1.3 -4.1,-0.3 -2,1.1 -1.6,-0.5 -2.9,-3.8 -1,-1.7 -4.1,0.9 -1.5,2.9 -1.3,5.8 -2,1.2 -1.7,0.7 -0.5,-0.3 -1.9,-1.9 -0.4,-2 0.8,-2.6 V 437 l -3.3,-4 -0.7,-2.7 v -1.6 l -2.1,-1.9 -0.1,-3.7 -1.3,-2.5 -1.9,0.4 0.5,-2.4 1.4,-2.6 -0.7,-2.7 1.8,-2 -1.2,-1.5 1.3,-3.9 2.5,-4.8 4.8,0.5 -1.1,-25.5 v -2.7 h 6.4 l -0.5,-12.8 h 22.3 21.5 22.1 l 2.1,6.3 -1.2,1.1 1.2,6.7 2.5,7.6 2.2,1.6 3.2,2.4 -2.7,3.6 -4,1.1 -1.7,2 -0.3,4.2 -2,9.5 z"
id="SD"
name="Sudan"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 1178.1,441.1 0.2,5 -0.8,1.9 -3,0.2 -1.9,3.6 3.5,0.5 3,3.1 1,2.6 2.6,1.5 3.5,7 -3.8,4.2 -3.4,3.8 -3.5,3 h -4 l -4.5,1.5 -3.6,-1.5 -2.3,1.8 -5.1,-4.3 -1.4,-2.7 -3.1,1.3 -2.6,-0.4 -1.5,1.1 -2.6,-0.8 -3.5,-5.3 -0.9,-2 -4.3,-2.6 -1.4,-3.8 -2.4,-2.8 -3.9,-3.3 -0.1,-2.1 -3.1,-2.6 -3.9,-2.5 1.7,-0.7 2,-1.2 1.3,-5.8 1.5,-2.9 4.1,-0.9 1,1.7 2.9,3.8 1.6,0.5 2,-1.1 4.1,0.3 0.8,1.3 h 5.6 l 0.2,-1.3 2.9,-1.3 0.5,-1.8 2.1,-1.3 4.8,3.7 2.9,-0.7 2.7,-4.6 3,-3.5 -0.5,-3.9 -1.5,-1.8 3.4,-0.4 0.4,-1.4 2.6,0.4 -0.6,4.8 0.9,4.6 2.9,2.5 0.8,2.2 -0.1,3.2 z"
id="SS"
name="South Sudan"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 918,408 0.2,4 1.1,3.7 2,1.8 0.5,2.4 -0.3,2 -0.8,0.4 -3.1,-0.5 -0.4,0.7 -1.2,0.1 -4.1,-1.5 -2.7,-0.1 -10.4,-0.3 -1.5,0.8 -1.9,-0.2 -3,1 -0.8,-4.9 5.1,0.1 1.4,-0.9 h 1 l 2.1,-1.5 2.4,1.3 2.4,0.2 2.5,-1.5 -1.1,-1.8 -1.9,1 h -1.7 l -2.2,-1.6 -1.8,0.1 -1.3,1.6 -6.1,0.1 -2.3,-5 -2.7,-2.2 2.5,-1.3 2.8,-4.5 1.4,-3.3 2,-2 2.7,0.5 2.8,-1.4 h 3.1 l 2.7,1.8 3.6,1.7 3.4,4.8 z"
id="SN"
name="Senegal"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 928.5,447.9 -2.6,3 -2.6,3.4 -0.3,1.9 -1.4,2.1 -1.5,-0.5 -4,-2.6 -3,-3.4 -0.9,-2.4 -0.7,-4.7 3.1,-2.9 0.6,-1.7 1,-1.4 1.6,-0.2 1.3,-1.2 h 4.5 l 1.6,2.3 1.2,2.7 -0.2,1.9 0.9,1.7 -0.1,2.3 z"
id="SL"
name="Sierra Leone"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 492.5,415.9 -0.7,1.5 -3.3,-0.1 -2,-0.6 -2.2,-1.3 -3,-0.4 -1.5,-1.4 0.3,-0.9 2,-1.6 1.2,-0.7 -0.3,-0.8 1.4,-0.4 1.6,0.6 1.1,1.2 1.6,1.1 0.1,0.8 2.5,-0.7 1.2,0.4 0.7,0.7 z"
id="SV"
name="El Salvador"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 1102,218.2 -1.1,1.4 0.7,2.4 2.8,2.7 -1.8,2 -0.6,2 0.6,0.8 -0.7,0.8 -2.4,0.2 -1.7,0.3 -0.3,-0.5 0.6,-0.7 0.4,-1.6 -0.7,0.1 -1.1,-1.2 -0.9,-0.3 -0.8,-1 -1,-0.4 -0.8,-0.9 -0.9,0.4 -0.5,2.1 -1.2,0.4 0.4,-0.5 -2.1,-1.3 -1.7,-0.7 -0.9,-0.9 -1.4,-1.1 1.1,-0.3 0.5,-2.9 -2.7,-2.5 1.1,-2.8 -1.9,0.1 1.7,-2.4 -1.7,-1.8 -1.5,-2.5 3.7,-1.6 3.2,0.3 3,2.4 0.8,2.1 3.2,1.4 0.7,2.6 3.1,1.9 1.5,-1.4 1.3,0.7 -1,1.1 z"
id="RS"
name="Serbia"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 681,464.9 -3.1,5.5 0.3,4.4 2.2,3.8 -1.1,2.7 -0.5,3 -1.5,2.7 -3.2,-1.4 -2.7,0.7 -2.3,-0.6 -0.6,1.9 1,1.2 -0.6,1.4 -3.1,-0.6 -3.3,-5.6 -0.7,-3.6 H 660 l -2.4,-4.6 1.1,-3.4 -0.3,-1.5 3.5,-1.6 1,-5.8 6.8,1.3 0.6,-1.2 4.6,-0.5 z"
id="SR"
name="Suriname"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 1098.1,187.7 -1.2,1.7 -0.7,2.5 -1,0.6 -5.5,-1.9 -1.6,0.4 -1,1.5 -2.3,0.8 -0.6,-0.4 -2.3,0.9 -1.9,0.2 -0.3,1.3 -4.1,0.7 -1.9,-0.6 -2.7,-1.7 -0.7,-2.1 0.3,-0.8 0.6,-1.4 2.2,0.1 1.6,-0.6 0.1,-0.6 0.9,-0.3 0.2,-1.4 1.1,-0.3 0.7,-1.1 h 1.5 l 0.3,0.4 1.9,-0.9 2.7,2.2 2.8,-1.3 2.4,0.6 3.5,-0.9 z"
id="SK"
name="Slovakia"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 1069.8,203.9 -3.9,1.7 -0.3,2.5 -1.7,0.7 0.1,1.7 -2,-0.1 -1.8,-1 -0.8,1 -3.6,-0.2 1.1,-0.5 -1.4,-2.7 0.4,-3.1 4.2,0.5 2.4,-1.5 4.4,-0.1 0.9,-1.1 0.8,0.1 z"
id="SI"
name="Slovenia"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 1088.2,87 -7,1.6 -3.5,3.9 1.3,3.5 -6.2,4.5 -7.8,5 -2.1,8.1 3.7,4.1 4.8,3.3 -3.3,6.6 -4.6,1.4 -0.6,10 -2.1,5.7 -5.7,-0.6 -2.2,4.8 -5.5,0.3 -1.9,-5.7 -4.5,-6.9 -4.2,-8.4 1.8,-3.4 3.4,-4 0.8,-6.9 -3.1,-2.9 -1,-7.7 2.4,-5.4 4.3,0.1 1.3,-2.2 -1.8,-2 5.7,-7.9 3.4,-6.1 2.3,-3.9 h 4 l 0.6,-3.1 8,0.9 -0.1,-3.6 2.6,-0.2 6,2.7 7.2,3.7 1.8,8.5 z"
id="SE"
name="Sweden"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 1119.2,376.1 1.1,25.5 -4.8,-0.5 -2.5,4.8 -1.3,3.9 1.2,1.5 -1.8,2 0.7,2.7 -1.4,2.6 -0.5,2.4 1.9,-0.4 1.3,2.5 0.1,3.7 2.1,1.9 v 1.6 l -3.6,1.1 -2.8,2.6 -4,7 -5.2,3 -5.5,-0.4 -1.6,0.6 0.6,2.2 -2.9,2.3 -2.4,2.5 -7.1,2.4 -1.4,-1.4 -1,-0.2 -1,1.7 -4.6,0.5 0.8,-1.8 -1.8,-4.4 -0.8,-2.6 -2.5,-1.1 -3.4,-3.8 1.2,-3 2.6,0.6 1.6,-0.4 h 3.2 l -3.2,-5.8 0.2,-4.3 -0.5,-4.2 -2.3,-4.1 0.6,-3.1 -3.7,-0.1 V 412 l -2.4,-2.4 2.3,-8.5 7,-6 0.2,-8.4 1.8,-13 1.2,-2.8 -2.4,-2.2 -0.1,-2 -2.2,-1.7 -1.6,-10 5.5,-3.5 22.5,12.3 z"
id="TD"
name="Chad"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 991.4,431.2 -0.7,3.4 1.7,1.9 2,2.2 0.2,3.2 1.2,1.3 -0.3,14.8 1.4,4.4 -4.5,1.4 -1.3,-2.3 -1.5,-4.1 -0.5,-3.2 1.3,-5.7 -1.4,-2.4 -0.6,-5 v -4.7 l -2.3,-3.3 0.4,-2 z"
id="TG"
name="Togo"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 1048.2,289.1 -0.1,4.9 -2.6,1.8 -1.6,2.1 -3.6,2.5 0.6,2.6 -0.4,2.8 -2.6,1.4 -2.6,-11.5 -3.4,-2.6 -0.1,-1.5 -4.5,-3.9 -0.6,-4.8 3.2,-3.6 1.1,-5.3 -1,-6.1 1,-3.3 5.7,-2.5 3.7,0.7 v 3.3 l 4.4,-2.4 0.4,1.2 -2.5,3.2 0.1,2.9 1.9,1.6 -0.5,5.6 -3.5,3.2 1.2,3.5 2.8,0.1 1.4,3.1 z"
id="TN"
name="Tunisia"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Turkey"
d="m 1201.7,235.3 5.5,-0.3 5.6,3.2 1.3,2.2 0.1,3.1 4.2,1.6 2.4,1.8 -3.3,1.9 2.9,7.3 -0.7,2 3.8,5.1 -2.4,1.1 -2.1,-1.6 -6.3,-0.9 -2.1,1 -5.9,1 -2.9,-0.1 -5.7,2.4 h -4.4 l -3,-1.2 -5.6,1.8 -1.9,-1.2 0.2,3.5 -1.2,1.4 -1.3,1.4 -2.3,-2.9 1.7,-2.4 -3.2,0.6 -4.6,-1.5 -3.2,3.7 -8,0.7 -4.7,-3.4 -5.7,-0.2 -1,2.6 -3.6,0.8 -5.4,-3.4 -5.8,0.1 -3.8,-6.4 -4.2,-3.5 2,-5 -3.6,-3.1 5.1,-6.1 8,-0.2 1.6,-4.9 10,0.9 5.6,-4.1 5.8,-1.8 8.5,-0.2 9.8,4.5 7.9,2.5 5.8,-1 4.6,0.6 z"
id="path1236"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Turkey"
d="m 1121.9,239.9 1.2,-0.7 1.1,-4 -2.7,-1.7 5,-2 4.6,0.8 0.9,2.5 4.8,2 -0.7,1.6 -6.2,0.3 -2,2 -3.9,3.4 -2,-2.9 z"
id="path1238"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 1157.2,174.6 2.3,2.7 0.1,1.2 6.7,2.2 3.6,-1 3.6,2.9 2.9,-0.1 7.7,2 0.4,1.9 -1.3,3.2 1.8,3.5 -0.3,2.1 -4.8,0.4 -2.2,1.8 0.4,2.7 -3.9,0.5 -3,2.1 -4.6,0.3 -4,2.4 1,3.9 2.8,1.5 5.1,-0.4 -0.6,2.3 -5.4,1.1 -6.3,3.6 -3.1,-1.3 0.7,-2.9 -5.9,-1.9 0.7,-1.2 4.6,-2.1 -1.7,-1.4 -8.1,-1.6 -0.8,-2.4 -4.5,0.8 -1.3,3.5 -3.3,4.6 -2.4,-1.1 -2.3,1.1 -2.4,-1.2 1.2,-0.7 0.6,-2.1 1.1,-2.1 -0.6,-1.1 1,-0.5 0.6,0.9 3,0.2 1.3,-0.5 -1,-0.6 0.2,-1 -2,-1.6 -1.1,-2.6 -2,-1 0.1,-2.1 -2.6,-1.7 -2,-0.3 -4,-1.9 -3.2,0.6 -1.1,0.9 h -2.1 l -1,1.5 -3.6,0.6 -1.6,1 -2.5,-1.6 h -3.2 l -3.2,-0.7 -2,1.4 -0.5,-1.7 -3,-1.7 0.7,-2.5 1.2,-1.7 1.1,0.4 -1.6,-2.8 3.8,-5.2 2.3,-0.7 0.3,-1.7 -3.2,-5.4 2.3,-0.3 2.4,-1.6 3.8,-0.2 4.9,0.5 5.7,1.5 3.9,0.1 1.9,0.9 1.7,-1.1 1.5,1.5 4.3,-0.3 2.1,0.6 -0.3,-3.1 1.3,-1.4 4.1,-0.3 1.8,0.2 1,-1.4 1.5,0.3 4.9,-0.6 3.8,3.5 -0.9,1.3 0.8,1.9 z"
id="UA"
name="Ukraine"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 648.7,448.1 -4.7,3.8 -0.5,2.3 1.8,2.4 -1.4,1.2 -3.5,1 v 3 l -1.6,1.8 3.7,4.8 0.7,1.8 -2.1,2.5 -6.4,2.4 -4.1,1 -1.7,1.5 -4.5,-1.6 -4.1,-0.8 -1.1,0.6 2.5,1.6 -0.3,4.3 0.7,4.1 4.8,0.5 0.3,1.4 -4.1,1.8 -0.7,2.7 -2.4,1.1 -4.2,1.5 -1.1,2 -4.4,0.4 -3.1,-3.4 -1.6,-6.4 -1.5,-2.3 -2,-1.4 2.9,-3.2 -0.2,-1.4 -1.5,-1.9 -1.1,-4.3 0.6,-4.6 1.3,-2.2 1.2,-3.4 -2,-1.1 -3.2,0.7 -4.1,-0.3 -2.3,0.7 -3.8,-5.6 -3.3,-0.8 -7.3,0.6 -1.2,-2.2 -1.4,-0.5 -0.1,-1.4 0.7,-2.4 -0.3,-2.5 -1.2,-1.5 -0.6,-2.9 -2.9,-0.4 1.8,-3.8 0.9,-4.6 1.8,-2.4 2.3,-1.8 1.6,-3.2 3.7,-1.1 -0.2,1.5 -3.4,0.8 1.7,2.9 -0.3,3.4 -2.7,3.7 1.9,5.1 2.5,-0.4 1.5,-4.7 -1.7,-2.2 v -4.9 l 7.2,-2.6 -0.6,-3 2.1,-2.1 1.7,4.6 4,0.1 3.4,3.5 0.2,2.2 h 5 l 6.1,-0.6 3.1,2.8 4.2,0.8 3.3,-2 0.1,-1.6 7.1,-0.4 6.7,-0.1 -4.9,1.9 1.8,3.1 4.5,0.4 4.2,3.2 0.7,5.1 2.9,-0.1 z"
id="VE"
name="Venezuela"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 1097.8,230.8 -1.2,0.3 -2.9,1 -0.1,1.3 -0.7,-0.1 -0.6,-2.3 -1.3,-0.7 -1.2,-1.7 0.8,-1.4 1.2,-0.4 0.5,-2.1 0.9,-0.4 0.8,0.9 1,0.4 0.8,1 0.9,0.3 1.1,1.2 0.7,-0.1 -0.4,1.6 -0.6,0.7 z"
id="XK"
name="Kosovo"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 1016.5,177.1 -2.8,-1.5 -3.1,-2.7 -4.5,1.3 -3.6,-0.5 2.5,-1.7 4,-9 6.5,-2.6 4,0.2 0.9,2.1 -0.9,5.6 -1.2,2.3 h -2.9 z"
id="NL"
name="Netherlands"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 946.9,263.7 -2.2,1.6 -2.8,-0.9 -2.7,0.7 0.9,-5 -0.3,-3.9 -2.4,-0.6 -1.1,-2.4 0.5,-4.2 2.2,-2.3 0.5,-2.6 1.2,-3.8 v -2.7 l -0.9,-2.3 -0.2,-2.2 1.9,-1.6 2.2,-0.9 1.2,3.1 h 3 l 0.9,-0.8 3.1,0.2 1.3,3.2 -2.4,1.7 -0.3,5 -0.8,0.9 -0.3,3.1 -2.3,0.5 2,3.8 -1.6,4.2 1.8,1.9 -0.8,1.7 -2,2.4 z"
id="PT"
name="Portugal"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Russian Federation"
d="m 1094.6,155.4 -8.8,0.1 -5.9,-0.7 0.7,-2.6 6.3,-2 5.1,1.1 2.2,0.9 -0.2,1.7 z"
id="path1266"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Russian Federation"
d="m 1661.7,231 -1.4,-1.1 -1.9,-3.3 2.5,-0.1 -3.9,-7.5 -4.7,-5.4 2.9,-2.2 6.9,1.1 -0.6,-6.2 -2.8,-6.8 0.3,-2.3 -1.3,-5.7 -6.9,1.9 -2.6,2.4 h -7.6 l -6,-5.8 -9,-4.5 -10,-2 -6.2,-6 -4.5,-3.8 -3.8,-2.7 -7.7,-6.2 -6,-2.2 -8.6,-1.9 -6.2,0.2 -5.1,1.1 -1.7,3.1 3.7,1.4 2.5,3.4 -1.3,2 0.2,6.5 1.9,2.8 -4.4,3.9 -7.4,-2.4 -5.6,0.6 -3.9,-2.1 -3.4,-0.7 -4.4,4.4 -5.9,1 -3.6,1.6 -6.8,-1 h -4.6 l -4.9,-3.2 -6.6,-2.9 -5.4,-0.9 -5.7,0.8 -4,1.2 -8.5,-2.6 -3.6,-4.6 -6.7,-1.6 -4.8,-0.8 -7,-2.5 -1.3,6.4 4,3.6 -2.4,4.4 -8,-1.6 -5,-0.2 -4.8,-2.9 -5.2,-0.1 -5.3,-1.9 -5.9,2.9 -6.7,5.3 -4.7,1.1 -1.7,0.5 -4.4,-3.8 -6,0.9 -3.3,-2.7 -4,-1.2 -4.1,-3.6 -3.3,-1.1 -6.2,1.6 -8.4,-3.5 -1.1,3.2 -18.3,-15.6 -8.4,-4.7 0.8,-2 -9.2,5.8 -4.4,0.3 -1.1,-3.3 -7.1,-2.1 -4.3,1.5 -4.4,-6.3 -9.1,-1.3 -3.1,2.5 -10.9,2.3 -1.7,1.5 -17,2.1 -1.4,2.1 5.1,4.2 -4,1.6 1.5,1.6 -3.5,3 9.4,4.3 -0.2,2.9 -7,-0.3 -0.8,1.9 -7.3,-3.2 -7.7,0.1 -4.4,2.6 -6.6,-2.5 -12,-4.3 -7.6,0.2 -8.1,6.7 0.6,4.5 -6,-3.6 -2.2,6.9 1.8,1.2 -1.7,4.8 5.3,4.2 3.6,-0.2 4.3,4.2 0.2,3.2 2.8,1.1 -1.4,3.7 -4.6,1 -3.6,6.5 6,6.1 0.4,4.2 7.3,7.5 -2.5,2.6 -0.6,1.6 -2.4,-0.5 -4.3,-3.8 -1.5,-0.2 -3.6,-1.5 -2.1,-2.6 -5.1,-1.3 -2.9,1 -1.2,-1.2 -7.6,-3.1 -7.7,-1 -4.6,-1.1 -0.4,0.8 -7.6,-5.4 -6.2,-2.4 -5.1,-3.7 3.6,-1 3.2,-5.2 -3.3,-2.5 6.9,-2.6 -0.4,-1.4 -4.3,1 -0.4,-2.7 2.2,-1.8 4.8,-0.4 0.3,-2.1 -1.8,-3.5 1.3,-3.2 -0.4,-1.9 -7.7,-2 -2.9,0.1 -3.6,-2.9 -3.6,1 -6.7,-2.2 -0.1,-1.2 -2.3,-2.7 -3.9,-0.3 -0.8,-1.9 0.9,-1.3 -3.8,-3.5 -4.9,0.6 -1.5,-0.3 -1,1.4 -1.8,-0.2 -2,-4 -1.5,-2 0.8,-0.6 3.9,0.2 1.6,-1.3 -1.7,-1.6 -3.4,-1.1 v -1.1 l -2.1,-1.1 -3.8,-4 0.7,-1.6 -1.1,-2.9 -4.8,-1.4 -2.4,0.7 -0.9,-1.5 -5.3,-1.5 -2.1,-3.6 -1,-2.9 -2.5,-1.3 1.6,-1.9 -2.4,-5.6 2.6,-3.4 -0.9,-1 4.5,-3.3 -5.4,-2.8 8,-7.4 3.4,-3.4 0.9,-2.9 -7.4,-3.9 0.9,-3.8 -4.9,-4.2 1.7,-4.8 -6.5,-6.3 2.9,-4.2 -7.3,-3.7 -0.4,-3.8 3.2,-0.5 6.4,-2.1 3.7,-1.9 7.7,3.2 11.7,1.3 17.7,6.2 4.1,2.6 1.5,3.7 -3.7,2.9 -6.5,1.5 -20.2,-4.2 -2.9,0.7 8.1,4.1 1,2.6 1.9,5.8 6.1,1.7 3.8,1.5 -0.2,-2.8 -3.4,-2.4 2.1,-2.2 11.6,3.6 3.2,-1.4 -4.3,-4.2 8.1,-5.4 4.1,0.3 4.6,1.9 1.1,-3.8 -4.7,-3.3 0.8,-3.3 -4.3,-3.4 12.3,1.8 3.6,3 -5.1,0.7 1.2,3.1 4.1,1.9 6,-1.2 -0.4,-3.5 7.7,-2.7 12.4,-4.6 3.2,0.2 -2.5,3.3 5.4,0.6 2.1,-1.9 7.7,-0.1 5,-2.3 6.4,3.3 2.8,-3.6 -6,-3.1 1.2,-1.8 13,1.6 6.6,1.7 18.6,6.2 1.1,-2.8 -5.9,-2.9 -0.8,-1.1 -5.3,-0.6 -0.2,-2.5 -4.7,-4.2 -1.1,-1.7 4.3,-4.7 -0.6,-4.8 2.2,-1 11.4,1.4 2.9,2.9 -0.9,4.2 3.7,1.7 3.8,3.7 3.8,7.4 6.7,3.3 0.5,3.7 -3.5,7.8 5.3,0.8 0.5,-2 3.8,-1.4 -0.5,-2.7 1.9,-2.7 -4.4,-3.1 -0.4,-3.6 -4.8,-0.4 -2.9,-3 -0.4,-5.4 -8.2,-4.3 4.7,-3.5 -3.7,-3.7 1.9,-0.1 4.2,2.8 2.1,5.1 5,1 -4.6,-3.8 5.1,-2.1 8.1,-0.3 9.6,3 -6.9,-4.3 -4.9,-5.5 5.9,-1 9.5,0.2 7.8,-0.7 -5.6,-2.6 1.3,-3.3 4.2,-0.2 4.9,-2.4 9.3,-0.7 -0.2,-1.4 9.3,-0.4 4.3,1.1 5.4,-2.6 7,0.1 -1.5,-2.2 0.9,-2 6.2,-2 8.3,1.6 -3.5,1.2 9.4,0.7 4.1,2.4 1.9,-1.2 10.9,0.1 11.6,2.4 5.5,1.8 2.5,2.6 -2.4,1.5 -6.6,2.8 -1.1,1.5 5.6,0.7 7.2,1.3 2.4,-1 5.8,3.3 0.2,-1.3 5.2,-0.8 13.6,0.8 3.8,2.4 17.4,0.8 -4.8,-3.9 9.5,0.9 6.1,-0.1 9.9,2.7 6,3.3 0.4,2.2 10.1,4.2 9,2.1 -3,-5.5 9.4,2.3 5,-1.4 9.8,1.6 1,-1.4 7.6,0.7 -9.4,-4.9 2.1,-2.2 40.4,3.4 7.9,3.1 16.3,4 14.8,-1 9.3,0.9 6.6,2.2 5.1,3.9 7.3,1.5 3.9,-1.1 7,-0.1 9.3,1 6.9,-0.6 14.3,4.8 2.5,-1.7 -8.5,-3.4 -1.8,-2.4 15.3,1.5 8,-0.3 15.8,2.5 9.5,2.4 33.2,22.1 -2,2.5 -6.2,-0.4 8.2,3 9.1,4.7 4.2,1.5 3.8,2.4 1,1.5 -10,-1.2 -6.6,4.3 -3,0.7 -1.6,4.1 -2,3.6 1.7,2.7 -11.5,-4.1 -6.1,4.6 -4.7,-2.2 -1.4,2.6 -7,-0.9 3.1,3.9 1.1,5.8 2.9,2.4 6.8,1.3 9.1,8.7 -4.1,0.3 3.4,5 4.7,2.6 -5,3.1 5.4,7 -5.7,1.5 4.5,6.2 -1.7,5.8 -5.7,-4.3 -10.5,-8.9 -16.2,-13.6 -6.5,-8.3 0.1,-3.6 -2.8,-2.8 5.7,-1.3 -0.2,-7.5 0.7,-6 2.5,-4.7 -6.6,-8.2 -4.7,0.5 3.2,4.8 -3.6,6.4 -12.3,-7.2 -9.1,2 v 9.8 l 7.7,3.6 -8.5,1.6 -6.4,0.6 -4.3,-4.3 -8,-0.9 -2.5,2.9 -15.1,-1 -13.2,1.7 -3.5,11.7 -5,14.2 8.2,0.8 5.7,3.8 5.8,1.3 0.4,-3 5.6,0.4 12.8,6.7 4.7,5.2 1.4,6.2 5.5,7.4 5.3,9.9 -1,9.1 1.3,4.3 -2,7.4 -2.1,7.3 -0.9,3.7 -4.6,3.7 -3.1,0.1 -5.2,-3.1 -4.1,4.7 z"
id="path1276"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 976.6,223.4 2,2.4 9.5,2.9 1.9,-1.4 5.8,2.9 5.9,-0.8 0.4,3.7 -4.9,4.2 -6.6,1.4 -0.5,2.1 -3.2,3.5 -2,5.2 2,3.7 -3,2.8 -1.2,4.2 -4,1.3 -3.7,4.9 -6.8,0.1 -5,-0.1 -3.4,2.2 -2.1,2.4 -2.6,-0.5 -1.9,-2.2 -1.4,-3.6 -4.9,-1 -0.4,-2.2 2,-2.4 0.8,-1.7 -1.8,-1.9 1.6,-4.2 -2,-3.8 2.3,-0.5 0.3,-3.1 0.8,-0.9 0.3,-5 2.4,-1.7 -1.3,-3.2 -3.1,-0.2 -0.9,0.8 h -3 l -1.2,-3.1 -2.2,0.9 -1.9,1.6 0.5,-4.5 -2,-2.7 7.4,-4.6 6.2,1.1 h 6.9 l 5.4,1.1 4.3,-0.4 z"
id="ES"
name="Spain"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="France"
d="m 1035.7,231.4 -1.5,4.9 -2.4,-1.3 -1.3,-4.2 0.9,-2.4 3.2,-2.4 z"
id="path1285"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="France"
d="m 1014.4,185 1.1,0.5 1.4,-0.1 2.4,1.6 7.2,1.2 -2.4,4.2 -0.4,4.5 -1.3,1.1 -2.3,-0.6 0.2,1.6 -3.6,3.5 v 2.9 l 2.4,-1 1.8,2.7 -0.1,1.8 1.5,2.4 -1.7,1.9 1.5,4.9 2.8,0.8 -0.5,2.7 -4.5,3.6 -10.2,-1.7 -7.4,2.1 -0.6,3.8 -5.9,0.8 -5.8,-2.9 -1.9,1.4 -9.5,-2.9 -2,-2.4 2.7,-3.8 1,-12.6 -5.1,-6.6 -3.7,-3.2 -7.6,-2.4 -0.4,-4.6 6.5,-1.3 8.3,1.6 -1.5,-7.1 4.7,2.7 11.4,-4.8 1.5,-5.1 4.2,-1.3 0.8,2.2 2.2,0.1 2.4,2.5 3.5,2.9 2.5,-0.5 z"
id="path1287"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="United States"
d="m 539.5,194.5 -6.1,2 -4.7,2.5 -4.6,2.7 -0.5,0.9 5.7,-1.3 2.1,2.1 4.6,-1.5 4.9,-2.1 5.4,-2.1 -3.1,3.3 2.5,0.8 2.5,2.4 5.1,-1.4 5.1,-0.5 0.3,1.8 1.5,0.2 1.2,0.2 1.5,2.5 -4.7,0.6 h -0.1 l -3.7,-0.7 -4.5,1.2 -3.7,0.6 -4.7,4.1 -3,2.3 0.4,0.7 5.5,-4.1 h 0.7 l -4.7,4.9 -2.9,4.4 -2.5,3.6 -0.6,3.1 -0.8,1.5 -0.6,1.7 0.1,3.3 0.3,0.5 1.8,-0.1 1.6,-0.7 1.4,-0.8 3.3,-3.1 1.8,-4.2 -0.1,-3.9 1.4,-2.7 2.6,-3.1 2.1,-2.2 2.7,-1.5 -0.4,2.1 2.2,-3.1 1.3,-0.6 1.7,-2.4 3.8,1.3 2.8,2.4 -0.8,2.9 -1.6,2.9 -3.8,2.5 -0.4,1.6 h 1 l 4.3,-2.7 1.6,0.6 -0.5,3.7 -0.7,2.6 -3.7,3.5 -2,2.2 -2.7,2.4 2.7,1.3 2.5,0.4 4,-0.9 3.7,-1.7 3,-0.9 4.6,-1.8 5.8,-3.8 0.1,-0.6 0.3,-1.9 2.7,-0.8 3.9,0.3 4,0.5 4.6,-2.1 0.6,-2.5 -0.2,-0.9 6.8,-4.4 2.7,-1.1 7.8,-0.1 h 9.3 l 1.1,-1.5 1.7,-0.3 2.5,-1 2.8,-2.9 3.2,-4.9 5.5,-4.7 1.1,1.6 3.7,-1 1.6,1.8 -2.9,8.5 2.2,3.6 0.2,2.1 -6.4,3 -6,2.2 -6,1.9 -4,3.8 -1.3,1.4 -1.2,3.4 0.7,3.3 2.1,0.2 0.2,-2.3 1.1,1.4 -1,1.8 -3.8,1 -2.5,-0.1 -4.2,1.1 -2.3,0.3 -3.1,0.3 -5,1.9 8.1,-1.2 1.1,1.2 -7.9,1.9 H 601 l 0.4,-0.8 -2.1,1.8 1.4,0.3 -2.5,4.6 -5.3,4.9 0.1,-1.7 -1.1,-0.3 -1.2,-1.6 v 3.5 l 1,1.1 -0.6,2.4 -2.4,2.5 -4.5,5.1 -0.4,-0.2 2.9,-4.4 -2,-2.4 1,-5.4 -1.9,2.8 v 4.1 l -3.2,-1 3,2 -1.5,6.1 1.4,0.5 v 2.2 l -1,6.4 -4.6,4.7 -6.1,1.9 -4.4,3.8 -2.8,0.4 -3.4,2.4 -1.3,2.1 -6.9,4.2 -3.8,3.1 -3.5,3.8 -1.9,4.5 v 4.5 l 0.6,5.5 1.5,4.5 -0.5,2.8 1.3,7.4 -1,4.4 -0.6,2.5 -2,3.9 -1.8,0.8 -2.6,-0.8 -0.4,-2.8 -1.8,-1.5 -2,-5.5 -1.6,-4.9 -0.4,-2.5 2,-4.3 -0.8,-3.5 -3.1,-5.4 -1.9,-1 -6.1,3 -0.9,-0.4 -2,-3 -3,-1.6 -6.4,0.9 -4.6,-0.8 -4.3,0.5 -2.5,1 0.6,1.7 -0.7,2.6 0.8,1.3 -1.2,0.8 -1.8,-0.9 -2.3,1.2 -3.9,-0.2 -3.3,-3.4 -4.9,0.8 -3.6,-1.5 -3.5,0.5 -5,1.5 -6.1,4.7 -6.1,2.8 -3.7,3 -1.9,2.9 -1,4.5 -0.4,3 0.6,2.2 -2.2,0.2 -3.6,-1.4 -3.9,-2 -0.9,-3 -0.2,-4.5 -2.4,-3.6 -0.9,-3.8 -1.6,-4.4 -3.2,-2.6 -4.5,0.2 -4.8,5 -4,-1.9 -2.3,-1.9 -0.4,-3.6 -0.8,-3.3 -2.4,-2.8 -2.1,-2.1 -1.3,-2.3 h -9.4 l -0.8,2.7 h -4.3 -10.8 l -10.9,-4.5 -7,-3.1 0.9,-1.3 -7.1,0.7 -6.3,0.5 0.3,-3.2 -2.1,-3.7 -2.2,-0.8 0.1,-1.8 -2.9,-0.4 -1.2,-1.7 -4.8,-0.6 -0.9,-1.1 0.8,-3.5 -2.5,-6.4 -0.5,-8.9 0.9,-1.5 -1.3,-2.1 -1.5,-5.4 1.8,-5.2 -0.9,-3.5 3.9,-5.3 2.8,-5.4 1.1,-4.9 5.5,-6 4,-5.7 4,-5.7 4.3,-8.5 1.8,-5.3 0.4,-2.9 1.4,-1.3 5.8,2.2 -1,5.9 2.2,-1.7 2.5,-5.1 1.6,-5.1 h 14.1 14.7 4.8 15.1 14.7 14.8 14.9 16.8 17 10.2 l 1.3,-2.4 h 1.7 l -0.9,3.4 1,1 3.3,0.4 4.6,1 3.9,1.9 4.4,-0.8 z"
id="path1299"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="United States"
d="m 275,138.6 -7,2.3 -0.8,-1.6 2.3,-2.8 6.4,-2.1 3.5,-0.9 2.6,0.4 v 1.9 z"
id="path1301"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="United States"
d="m 236,122 -3.9,0.9 -1.7,-1.1 -0.8,-1.6 5.7,-1 3,0.6 z"
id="path1303"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="United States"
d="m 237.2,99.6 1.2,1 3.5,-0.5 1.6,1.5 3.3,0.7 -1.2,0.7 -4.9,1.2 -1.7,-1.3 -0.3,-1 -4.3,0.3 -0.3,-0.5 z"
id="path1305"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="United States"
d="m 410,66.6 -24.6,20.4 -35.6,32.7 4.2,0.2 2.8,1.6 0.5,2.6 0.3,3.8 7.6,-3.3 6.5,-1.9 -0.6,3.1 0.8,2.4 1.6,2.7 -1.1,4.2 -1.4,6.9 4.6,3.8 -3.2,3.8 -5.1,2.9 -0.6,-2.2 -2.5,-2 3.3,-5.2 -1.6,-4.9 2.7,-5.6 -4.1,-0.4 -7.1,-0.1 -3.8,-1.8 -3.3,-6.1 -3.3,-1.1 -5.7,-2.1 -6.8,0.5 -6,-2.7 -2.7,-2.5 -6.3,1.2 -3.5,4.1 -2.9,0.4 -6.6,1.2 -6.2,2 -6.4,1.3 3.2,-3.5 8.4,-5.8 6.8,-1.8 0.4,-1.4 -9.4,3.2 -7.4,3.9 -11.2,4.2 0.2,2.9 -9,4.2 -7.7,2.5 -6.6,1.9 -4,2.6 -10.6,3.1 -4.5,2.8 -8.2,2.6 -2.7,-0.4 -6.2,1.6 -7,2.1 -6.1,2 -10,1.8 0.4,-1.1 8.2,-2.8 6.6,-1.9 8.6,-3.3 6.5,-0.6 5,-2.5 10.4,-3.6 2.3,-1.2 5.7,-2.1 5.8,-4.5 6.2,-3.5 -7.3,1.8 -0.3,-1.1 -4.9,2.2 0.4,-3 -3.6,2.1 1.6,-2.9 -7.3,2.3 h -2.8 l 3.7,-3.5 3.3,-2.2 -0.4,-2.1 -7.2,1.2 -0.6,-2.8 -1.3,-1.4 4,-3.3 -0.4,-2.5 5.9,-3.3 7.7,-3.3 5.3,-2.9 4.1,-0.4 1.8,0.9 7.1,-2.8 2.5,0.5 5.6,-1.8 2.5,-2.6 -1.1,-1 6,-2.2 -2.8,0.1 -6.2,1.2 -2.9,1.3 -1.8,-1.3 -6.9,0.7 -4.6,-1.4 1.2,-2.3 -1,-3.2 9.2,-2.4 13.2,-2.7 h 3.5 l -4.3,2.8 9.2,-0.2 1.2,-3.5 -2.3,-2.1 0.8,-2.8 -0.7,-2.3 -3.3,-1.7 6.5,-2.9 7.5,-0.2 8.8,-2.4 4.8,-2.6 7.9,-2.6 4.8,-0.6 11.2,-2.4 3.1,0.4 10.4,-2.8 4.4,1.1 -0.5,2.4 3.3,-1 6.3,0.3 -1.9,1.2 4.9,0.9 4.9,-0.5 6.2,1.6 7.2,0.6 2.2,0.6 6.6,-0.8 4.1,1.6 z"
id="path1307"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 677.3,487 1.5,-2.8 0.5,-2.9 1,-2.7 -2.1,-3.8 -0.3,-4.4 3.1,-5.5 1.9,0.7 4.1,1.5 5.9,5.4 0.8,2.6 -3.4,5.9 -1.8,4.7 -2.2,2.5 -2.7,0.4 -0.8,-1.8 -1.3,-0.2 -1.7,1.7 z"
id="GF"
name="French Guiana"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 592.9,422 -0.5,-0.2 -0.5,-0.5 0.1,-0.6 0.2,0.3 0.4,0.4 0.3,0.5 z"
id="AW"
name="Aruba"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="M 634.2,384.9 H 634 l 0.3,-0.4 h 0.3 l -0.2,0.3 z"
id="AI"
name="Anguilla"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Antigua and Barbuda"
d="m 640.7,391.9 0.6,0.3 -0.2,0.3 h -0.2 l -0.7,0.1 -0.2,-0.1 V 392 l 0.3,-0.1 0.1,-0.3 h 0.2 z"
id="path1316"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Antigua and Barbuda"
d="m 640.7,388.2 h 0.2 l 0.2,0.2 0.1,0.4 -0.1,0.3 -0.2,0.1 -0.1,-0.2 -0.3,-0.2 v -0.5 z"
id="path1318"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Bahamas"
d="m 580.4,366 -0.4,0.5 -0.2,0.5 -0.6,0.3 h -0.5 l -0.1,-0.1 -0.4,0.2 -0.5,0.1 -0.6,-0.2 -0.4,0.1 -0.1,-0.5 0.3,-0.2 0.2,-0.3 0.4,-0.2 0.3,-0.4 h 0.4 l 0.3,-0.2 0.2,0.3 0.5,0.2 0.5,-0.2 0.7,-1 h 0.3 v 0.2 z"
id="path1321"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Bahamas"
d="m 580.6,364.3 -0.2,-0.6 0.6,-0.3 0.3,0.3 v 0.2 L 581,364 Z"
id="path1323"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Bahamas"
d="m 581,357.8 0.2,-0.1 0.5,0.3 h 0.4 l 0.4,0.1 0.3,0.2 v 0.3 l -0.2,0.1 -0.5,-0.4 h -0.4 l -0.1,-0.1 -0.5,0.2 -0.5,-0.2 v -0.1 l 0.2,-0.5 z"
id="path1325"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Bahamas"
d="m 577.1,356 -0.2,0.4 v 0.7 l -0.1,0.4 -0.4,0.3 -0.2,0.4 -0.4,0.3 -0.7,0.3 -0.1,0.2 -0.2,-0.2 0.1,-0.2 0.4,-0.1 0.2,-0.2 v -0.2 l 0.4,-0.1 0.2,-0.4 0.4,-0.1 0.3,-0.4 -0.2,-0.3 h -0.4 l -0.2,-0.2 0.4,-0.5 0.1,-0.1 z"
id="path1327"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Bahamas"
d="m 575.2,355.7 0.1,0.1 h 0.4 l 0.4,0.2 -0.4,0.4 -0.1,-0.2 h -0.2 l -0.4,-0.1 -0.4,-0.2 -0.3,-0.6 0.3,-0.1 0.4,0.1 z"
id="path1329"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Bahamas"
d="m 566,349.8 0.6,0.7 0.3,0.2 0.3,0.5 -0.3,-0.1 -0.1,-0.2 -0.3,-0.1 -0.4,-0.4 -0.2,-0.1 -0.2,-0.4 z"
id="path1331"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Bahamas"
d="m 569.7,349.8 0.3,0.6 0.2,0.5 v 0.4 l 0.2,0.2 0.2,0.7 v 0.9 l 0.2,0.3 0.5,0.2 0.4,0.6 v 0.8 l -0.4,-0.7 v -0.2 l -0.3,-0.4 -0.6,-0.2 0.2,-0.2 -0.3,-0.3 v -0.3 l 0.2,-0.3 -0.1,-0.5 -0.3,-0.4 0.1,-0.1 -0.3,-0.4 -0.1,-0.6 -0.2,0.1 z"
id="path1333"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Bahamas"
d="m 572.6,349.8 -0.3,0.2 -0.3,-0.1 -0.1,-0.2 0.6,-0.2 z"
id="path1335"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Bahamas"
d="m 564.4,347.9 -0.1,-0.1 -0.3,-0.7 h 0.2 z"
id="path1337"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Bahamas"
d="m 574.9,347.4 -0.4,0.6 h -0.4 l 0.2,-0.3 0.1,-0.6 0.4,-0.3 0.1,0.4 z"
id="path1339"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Bahamas"
d="m 556.4,346.2 -0.3,0.1 -0.2,0.3 -0.3,-0.1 0.6,-0.4 z"
id="path1341"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Bahamas"
d="m 556.6,346.9 0.4,0.2 0.2,-0.2 0.1,-0.5 0.2,-0.1 0.2,0.6 v 0.5 l -0.1,0.3 0.1,0.6 v 0.3 l -0.4,0.8 -0.2,0.1 -0.4,-0.2 0.2,-0.3 0.4,-0.2 -0.1,-0.1 -0.6,0.4 -0.2,-0.2 0.4,-0.3 h -0.4 l -0.2,0.1 -0.2,-0.2 v -0.7 l 0.1,-0.2 -0.4,-0.5 v -0.2 l 0.4,-0.2 0.1,-0.3 0.3,-0.1 0.1,-0.2 0.6,-0.3 0.1,0.4 -0.5,0.4 z"
id="path1343"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Bahamas"
d="m 570.1,346.3 0.1,0.5 -0.2,-0.1 -0.5,0.1 -0.4,0.1 -0.1,-0.2 0.3,-0.2 0.4,-0.3 V 346 l -0.4,-0.2 -0.2,-0.6 -0.1,-0.6 -0.4,-0.4 V 344 l -0.5,-0.5 0.3,-0.3 0.4,0.4 v 0.5 l 0.2,0.3 0.1,0.5 0.3,0.5 0.4,0.3 0.1,0.3 z"
id="path1345"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Bahamas"
d="m 559.8,340.8 0.3,0.2 -0.6,0.3 -0.3,-0.1 -0.2,0.2 -0.5,-0.1 0.2,-0.3 0.4,-0.2 z"
id="path1347"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Bahamas"
d="m 555.6,340.3 0.4,-0.2 0.3,0.3 -0.1,0.2 0.1,0.2 -0.2,0.4 0.3,0.3 0.2,0.9 0.2,0.3 0.4,0.5 -0.2,0.7 0.1,0.6 -0.2,0.3 -0.3,0.1 -0.4,0.4 -0.3,0.2 h -0.3 l -0.3,0.2 H 555 v -0.4 l -0.3,-0.2 0.1,-0.6 -0.3,0.3 -0.2,-0.1 -0.6,-0.4 -0.3,-0.3 -0.2,-0.3 0.7,-0.3 0.5,0.7 0.1,-0.6 -0.3,-0.1 -0.1,-0.3 0.1,-0.3 0.6,-0.6 0.2,-0.4 -0.1,-0.1 0.3,-0.4 v -0.5 l -0.2,-0.7 0.1,-0.1 h 0.3 z"
id="path1349"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Bahamas"
d="m 563.7,337.7 0.1,0.2 0.3,0.4 0.8,0.7 0.5,0.1 0.1,0.1 0.2,0.4 0.3,0.4 0.5,0.4 v 0.2 l -0.2,0.8 -0.1,0.2 v 0.3 l -0.1,0.5 -0.2,0.3 -0.1,0.7 -0.1,0.1 -0.2,-0.6 -0.4,-0.3 0.1,-0.2 0.5,0.1 0.2,-0.2 -0.1,-0.2 0.1,-0.4 0.3,-0.4 0.1,-0.5 v -0.3 l -0.5,-0.4 -0.4,-0.7 -0.3,-0.2 -0.6,-0.3 -0.3,-0.3 -0.6,-0.2 -0.4,0.2 0.4,-0.9 z"
id="path1351"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Bahamas"
d="m 554.9,330.2 0.5,0.2 h 0.1 l 0.7,0.1 0.2,-0.2 0.2,0.1 h 0.5 l 0.4,-0.2 h 0.4 l 0.3,-0.2 0.1,0.5 -0.1,0.2 h -0.3 -0.4 l -1.1,0.2 h -0.3 l -1.5,0.4 -0.7,0.4 h -0.4 l -0.2,-0.1 -0.3,-0.3 -0.5,-0.6 0.6,0.3 0.1,0.2 h 0.5 l 0.5,-0.2 0.4,-0.6 -0.3,-0.1 0.2,-0.3 0.1,-0.3 z"
id="path1353"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Bahamas"
d="m 559.2,328.9 0.8,0.2 0.2,-0.1 0.4,0.3 0.9,1 0.2,0.6 0.4,0.1 0.7,0.5 v 0.2 l -0.2,0.5 0.2,0.7 h -0.4 l -0.5,0.4 -0.1,0.2 -0.3,1 -0.1,0.9 -0.2,0.2 -0.3,-0.2 -0.1,-0.4 -0.4,-0.1 0.3,-0.5 h 0.2 l 0.5,-0.4 -0.1,-0.4 0.2,-0.4 v -0.3 l 0.2,-0.3 V 332 l 0.2,-0.1 0.2,-0.3 0.1,-0.3 -0.3,-0.1 -0.5,-0.1 -0.1,-0.3 v -0.2 l -0.4,-0.2 v -0.3 l -0.3,-0.7 -0.2,-0.1 -0.3,0.1 -0.5,-0.1 h -0.3 l -0.6,-0.4 z"
id="path1355"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 635.2,387 -0.1,-0.3 0.3,0.1 z"
id="BL"
name="Saint-Barthélemy"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="M 637.3,294 H 637 l -0.1,0.1 0.1,0.2 -0.4,0.2 -0.1,-0.1 0.2,-0.1 h 0.1 l 0.1,-0.3 0.3,-0.1 z"
id="BM"
name="Bermuda"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 651.5,418 -0.6,-0.2 -0.1,-0.5 v -0.8 l 0.2,-0.4 0.2,0.2 0.2,0.6 0.5,0.3 0.1,0.4 z"
id="BB"
name="Barbados"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Cape Verde"
d="m 847.8,406.5 -0.2,0.3 -0.2,-0.2 v -0.3 l 0.3,-0.1 z"
id="path1366"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Cape Verde"
d="m 849.7,406.6 -0.2,0.1 -0.4,-0.1 -0.3,-0.3 -0.1,-0.3 0.2,-0.4 0.5,-0.3 h 0.4 l 0.2,0.7 -0.1,0.4 z"
id="path1368"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Cape Verde"
d="m 853.2,403.5 0.2,0.1 v 0.2 l 0.2,0.2 0.4,0.5 h 0.2 l 0.2,0.3 0.2,0.5 0.2,0.2 -0.3,0.5 -0.3,0.1 -0.5,-0.1 -0.3,-0.1 -0.3,-0.3 v -0.2 l -0.2,-0.1 -0.1,-0.4 0.1,-0.2 v -0.3 l 0.2,-0.4 -0.2,-0.5 z"
id="path1370"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Cape Verde"
d="m 856.3,403.5 0.3,0.1 0.1,0.6 -0.1,0.4 -0.4,0.2 -0.4,-0.4 0.2,-0.4 -0.1,-0.2 z"
id="path1372"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Cape Verde"
d="m 858.3,397.8 0.3,-0.2 0.5,0.2 0.1,0.2 v 0.7 l -0.4,0.3 -0.3,0.2 h -0.3 l -0.5,-0.2 v -0.5 l 0.2,-0.2 v -0.6 l 0.1,-0.1 z"
id="path1374"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Cape Verde"
d="m 850.3,395 0.4,-0.1 0.3,0.2 h 0.4 l 0.3,0.2 0.1,0.2 h -0.5 l -0.7,-0.3 -0.2,0.1 -0.3,0.6 -0.3,-0.6 -0.1,-0.1 -0.1,-0.4 0.3,-0.1 z"
id="path1376"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Cape Verde"
d="m 858.1,394.5 0.1,0.1 -0.1,0.6 -0.2,0.1 v -0.5 l -0.2,-0.3 v -0.3 l -0.1,-0.3 0.4,-0.3 0.2,0.2 -0.1,0.6 z"
id="path1378"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Cape Verde"
d="m 846.8,393.2 0.2,0.3 0.1,0.3 -0.7,0.3 -0.3,-0.2 -0.2,-0.2 0.4,-0.4 z"
id="path1380"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Cape Verde"
d="m 846,391.4 0.3,0.1 v 0.2 l 0.3,0.3 -0.2,0.4 -0.6,0.3 -0.4,0.4 -0.7,0.1 v -0.1 -0.5 l -0.2,-0.2 v -0.2 l 0.2,-0.2 h 0.2 l 0.2,-0.2 0.7,-0.4 z"
id="path1382"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 599,424.5 h -0.3 l -0.4,-0.3 -0.3,-0.1 -0.3,-0.3 -0.1,-0.2 -0.3,-0.1 -0.2,-0.4 -0.3,-0.3 0.1,-0.5 0.5,0.3 0.1,0.5 0.4,0.4 0.7,0.2 0.2,0.3 0.3,0.4 z"
id="CW"
name="Curaçao"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Cayman Islands"
d="m 532.7,377.8 0.3,0.1 0.2,-0.4 0.4,0.1 h 0.5 l 0.1,0.2 -0.2,0.2 -0.2,-0.1 -0.4,0.1 -0.2,0.1 h -0.7 z"
id="path1385"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Cayman Islands"
d="m 540.8,375.3 -0.7,0.3 0.2,-0.3 z"
id="path1387"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Cayman Islands"
d="m 541.4,375.4 -0.1,-0.1 0.8,-0.3 -0.2,0.3 z"
id="path1389"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 642,401.7 0.5,0.1 0.2,0.5 v 0.6 l -0.1,0.8 -0.1,0.2 -0.2,0.1 -0.4,0.2 0.1,-0.4 -0.1,-0.2 -0.1,-0.7 -0.3,-0.5 v -0.3 l 0.1,-0.3 v -0.3 h 0.2 z"
id="DM"
name="Dominica"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Faeroe Islands"
d="m 955.6,112 0.4,0.2 h 0.3 l 0.1,0.2 v 0.4 l 0.2,0.3 -0.1,0.2 -0.6,-0.4 -0.2,-0.4 -0.2,-0.2 -0.2,-0.3 z"
id="path1418"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Faeroe Islands"
d="m 955.9,110.4 0.8,0.2 0.2,0.2 -0.1,0.4 -0.1,0.1 -0.4,-0.5 -0.5,-0.1 -0.2,-0.4 z"
id="path1420"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Faeroe Islands"
d="m 954.62,109.04 0.08,0.16 h 0.3 v 0.3 h -0.4 l -0.2,0.2 -0.6,-0.2 -0.2,-0.1 -0.2,-0.3 0.5,-0.1 0.1,-0.1 0.55714,0.0929 L 954.3,108.8 l 0.2,-0.8 0.5,0.1 0.3,0.5 v 0.1 l 0.6,0.2 0.3,0.5 0.3,0.2 -0.1,0.6 -0.5,-0.4 -0.2,-0.2 -0.2,-0.1 -0.1,-0.2 -0.2,-0.2 h -0.5 z"
id="path1422"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Faeroe Islands"
d="m 958.3,108.4 -0.2,-0.2 0.3,-0.2 z"
id="path1424"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Faeroe Islands"
d="m 955.9,108.9 -0.4,-0.2 -0.3,-0.3 -0.1,-0.3 0.1,-0.1 0.4,-0.1 h 0.3 l 0.6,0.4 -0.1,0.2 0.1,0.2 0.6,0.2 v 0.2 l -0.4,0.3 z"
id="path1426"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Faeroe Islands"
d="m 958.1,108.3 -0.3,0.4 -0.3,-0.2 h -0.3 l 0.2,-0.3 -0.1,-0.4 0.1,-0.1 0.2,0.4 z"
id="path1428"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Faeroe Islands"
d="M 957.2,108.3 H 957 l -0.2,-0.4 0.1,-0.3 0.2,0.4 z"
id="path1430"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 639.2,424.5 -0.4,0.3 -0.2,-0.1 -0.1,-0.5 0.2,-0.5 0.3,-0.4 h 0.3 l 0.1,0.3 -0.1,0.7 z"
id="GD"
name="Grenada"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Saint Kitts and Nevis"
d="M 636.3,392 H 636 l -0.1,-0.2 0.2,-0.4 h 0.2 l 0.1,0.2 z"
id="path1440"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Saint Kitts and Nevis"
d="m 635.6,390.5 -0.1,0.3 h -0.2 l -0.4,-0.2 -0.2,-0.2 0.3,-0.4 0.5,0.4 z"
id="path1442"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 643.7,413.8 -0.2,-0.2 -0.4,-0.2 -0.1,-0.2 v -0.6 l 0.1,-0.2 0.7,-1.1 0.3,0.2 v 0.7 l -0.1,0.8 -0.1,0.4 z"
id="LC"
name="Saint Lucia"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 634.2,386 -0.4,-0.1 0.2,-0.3 0.3,-0.1 z"
id="MF"
name="Saint-Martin"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Malta"
d="m 1063.9,271.7 -0.2,0.3 -0.5,-0.2 -0.5,-0.3 V 271 l -0.1,-0.1 h 0.6 l 0.4,0.3 0.2,0.2 z"
id="path1448"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Malta"
d="m 1062.3,270.6 -0.5,-0.1 v -0.2 l 0.4,-0.1 0.4,0.3 z"
id="path1450"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 638.2,393.9 0.2,0.4 v 0.3 l -0.2,0.2 -0.2,-0.1 -0.1,-0.3 z"
id="MS"
name="Montserrat"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Puerto Rico"
d="m 607.1,385.9 -0.3,-0.2 0.1,-0.2 h 0.3 l 0.1,0.1 z"
id="path1487"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Puerto Rico"
d="m 621.7,385.4 h -0.2 l -0.9,0.3 H 620 l 0.2,-0.2 0.4,-0.2 0.4,-0.1 0.6,0.1 z"
id="path1489"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Puerto Rico"
d="m 612.2,383 0.6,0.1 h 0.6 l 0.3,0.1 0.6,-0.1 0.3,0.1 0.4,-0.1 0.2,0.1 0.5,-0.1 0.4,0.1 h 0.3 l 0.8,0.2 v -0.2 l 0.6,0.2 0.1,-0.1 0.8,0.1 0.2,0.2 h 0.2 l 0.6,0.3 0.2,-0.1 -0.1,0.7 0.2,0.3 -0.9,0.3 -0.3,0.4 -0.3,0.6 -0.3,0.2 -0.3,0.1 h -0.4 l -0.6,0.1 -0.3,0.2 -0.7,-0.1 -0.2,-0.2 -0.5,0.2 -0.3,-0.3 -0.7,0.2 -0.9,-0.1 -0.3,0.1 -0.6,0.1 -0.2,0.1 -0.2,-0.2 -0.4,-0.1 -0.3,0.2 -0.6,-0.1 0.3,-0.7 v -0.4 l 0.2,-0.4 -0.2,-0.6 -0.2,-0.1 -0.1,-0.4 0.4,-0.2 0.2,-0.1 v -0.5 l 0.4,-0.2 z"
id="path1491"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="São Tomé and Principe"
d="m 1028.5,491.5 -0.1,0.3 -0.2,0.1 -0.3,-0.1 v -0.3 l 0.2,-0.1 v -0.3 l 0.2,-0.2 0.3,0.1 z"
id="path1591"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 634.2,386 v 0.1 l -0.4,-0.1 v -0.1 z"
id="SX"
name="Sint Maarten"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Turks and Caicos Islands"
d="m 587.7,361.6 h 0.7 l 0.3,0.4 h -0.3 l -0.3,-0.1 -0.5,0.1 -0.1,-0.3 z"
id="path1600"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Turks and Caicos Islands"
d="m 585,361.5 0.3,0.4 0.6,-0.1 -0.2,0.2 h -0.6 l -0.4,-0.2 z"
id="path1602"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Turks and Caicos Islands"
d="m 587.2,360.9 v 0.5 l -0.5,-0.2 -0.1,-0.3 0.1,-0.1 z"
id="path1604"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Trinidad and Tobago"
d="m 642.8,432.2 -0.2,0.5 -0.3,0.4 -0.2,0.1 -0.1,0.4 0.2,0.6 -0.2,0.1 v 0.7 l 0.2,0.3 0.2,0.2 -0.2,0.2 -0.1,0.3 v 0.7 l -0.2,0.1 -0.4,0.2 -0.5,0.1 h -0.3 l -0.5,0.1 -0.5,-0.1 -0.4,0.1 -0.3,-0.1 -0.5,0.2 -0.4,-0.2 h -0.6 l -0.3,0.2 -0.3,-0.1 0.5,-0.2 0.3,-0.3 0.4,-0.1 0.4,-0.3 0.2,-0.3 0.6,0.1 0.3,-0.4 -0.2,-0.8 0.2,-0.4 v -0.5 -0.2 l -0.3,-0.4 -0.3,-0.1 -0.4,-0.1 -0.1,-0.1 0.4,-0.3 1.1,-0.1 0.2,-0.2 h 1.1 l 0.1,-0.1 1.2,-0.2 z"
id="path1616"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Trinidad and Tobago"
d="m 645.2,429 -0.1,0.5 -0.3,0.1 -0.4,0.3 h -0.2 l -0.7,0.4 -0.2,-0.2 0.3,-0.3 0.7,-0.5 z"
id="path1618"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 642.2,417.4 -0.1,0.1 -0.5,-0.3 v -0.4 l 0.2,-0.3 0.2,-0.5 h 0.4 l 0.1,0.4 -0.1,0.8 z"
id="VC"
name="Saint Vincent and the Grenadines"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 626.1,383.4 -0.4,0.2 h -0.1 l -0.3,0.2 -0.1,-0.1 0.1,-0.3 0.6,-0.1 z"
id="VG"
name="British Virgin Islands"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="United States Virgin Islands"
d="m 624.5,387.8 0.3,0.3 -1.1,0.2 -0.1,-0.5 0.7,-0.2 z"
id="path1623"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="United States Virgin Islands"
d="m 625.2,384 -0.2,0.2 h -0.5 V 384 l 0.3,-0.1 z"
id="path1625"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="United States Virgin Islands"
d="m 623.8,383.8 0.4,0.3 -0.2,0.2 -0.3,-0.2 h -0.5 l 0.2,-0.2 z"
id="path1627"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 602,424.6 h -0.2 l -0.1,-0.5 0.1,-0.3 -0.1,-0.3 -0.4,-0.1 -0.3,-0.3 0.1,-0.3 1.2,0.6 -0.1,0.2 v 0.4 l -0.2,0.2 z"
id="BQBO"
name="Netherlands"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 634.3,389.6 -0.2,0.1 v -0.2 l 0.1,-0.1 z"
id="BQSE"
name="St. Eustatius (Netherlands)"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 632.8,388.7 h -0.1 l 0.1,-0.2 0.1,0.1 z"
id="BQSA"
name="Saba (Netherlands)"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 644,406.9 v 0.2 l 0.4,-0.1 -0.2,0.5 0.2,0.2 v 0.2 l 0.2,0.2 0.2,0.9 -0.3,0.3 -0.1,-0.4 -0.1,0.1 -0.6,-0.1 h -0.4 l -0.2,-0.3 0.6,-0.5 h -0.4 l -0.4,-0.4 -0.1,-0.5 -0.2,-0.5 0.3,-0.4 0.4,0.1 0.5,0.3 z"
id="MQ"
name="Martinique"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Canary Islands (Spain)"
d="m 888.4,323.4 -0.3,0.5 -0.4,0.5 -0.3,-0.4 H 887 l -0.2,-0.2 0.2,-0.3 0.4,0.1 0.4,-0.4 0.3,-0.2 0.2,0.1 z"
id="path1673"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Canary Islands (Spain)"
d="m 902,321.1 v 0.5 l 0.2,0.4 -0.2,0.7 0.1,0.3 -0.4,0.4 -0.5,0.2 -0.2,0.2 -0.6,-0.2 -0.5,-0.5 -0.2,-0.4 v -0.6 l 0.6,-0.4 0.1,-0.5 V 321 l 0.6,0.1 h 0.4 l 0.3,0.1 z"
id="path1675"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Canary Islands (Spain)"
d="m 892.1,321.9 h -0.2 l -0.3,-0.2 -0.2,-0.3 0.1,-0.4 0.1,-0.3 h 0.3 0.3 l 0.5,0.4 0.1,0.3 -0.5,0.5 z"
id="path1677"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Canary Islands (Spain)"
d="m 898.2,318.4 v 0.2 l -0.6,0.3 -0.4,0.5 -0.3,0.2 v 0.4 l -0.4,0.7 -0.1,0.4 -0.5,0.6 -0.1,0.2 h -0.2 l -0.6,0.2 -0.1,-0.1 -0.1,-0.4 -0.3,-0.4 -0.1,-0.2 -0.2,-0.3 v -0.3 l -0.4,-0.6 0.5,-0.3 0.3,0.2 0.6,-0.2 h 0.4 l 0.5,-0.2 0.5,-0.4 v -0.2 l 0.6,-0.3 h 0.6 l 0.3,-0.1 z"
id="path1679"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Canary Islands (Spain)"
d="m 908.4,321.2 -0.3,0.4 -0.4,0.1 -0.3,-0.1 H 907 v -0.2 h 0.3 l 0.6,-0.2 0.4,-0.3 0.3,-0.3 0.1,-0.5 0.1,-0.3 0.2,-0.5 0.3,-0.4 0.3,-0.6 0.2,-0.8 0.2,-0.2 0.4,-0.1 0.3,0.3 0.1,0.5 -0.1,0.5 -0.1,0.5 v 0.5 l -0.1,0.1 -0.3,0.7 -0.3,0.3 -0.6,0.1 -0.7,0.3 z"
id="path1681"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Canary Islands (Spain)"
d="m 888.8,316.7 0.3,-0.1 0.2,0.3 0.2,0.5 -0.2,0.3 0.1,0.4 -0.6,1 -0.1,-0.1 -0.1,-0.4 -0.4,-0.9 -0.1,-0.3 -0.1,-0.2 0.2,-0.4 0.3,-0.2 z"
id="path1683"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Canary Islands (Spain)"
d="m 912.9,314.7 v 0.4 l -0.2,0.5 -0.7,0.5 -0.5,0.1 -0.4,0.5 -0.5,-0.2 v -0.1 l 0.2,-0.4 v -0.4 l 0.2,-0.3 0.3,-0.2 h 0.3 l 0.3,-0.3 h 0.5 l 0.1,-0.1 0.2,-0.5 0.2,-0.1 0.2,0.2 z"
id="path1685"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Guadeloupe"
d="m 643,399.9 h -0.3 l -0.2,-0.4 0.1,-0.2 0.3,-0.3 0.3,0.2 0.1,0.3 v 0.2 z"
id="path1689"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Guadeloupe"
d="m 641.2,397.3 h 0.3 v 0.2 0.1 l -0.2,0.1 v 0.8 0.4 l -0.2,0.2 -0.6,0.3 v -0.2 l -0.2,-0.2 -0.1,-0.5 V 398 l -0.1,-0.5 v -0.3 l 0.2,-0.3 0.3,-0.1 0.5,0.3 z"
id="path1691"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Guadeloupe"
d="m 642.6,396.9 0.4,0.1 0.5,0.4 -1.3,0.3 -0.3,0.1 -0.4,-0.3 0.1,-0.6 0.2,-0.1 -0.1,-0.6 0.1,-0.2 0.3,-0.2 0.3,0.4 v 0.4 z"
id="path1693"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /></g><g
id="layer2"
transform="translate(-229.31088,-9.8108664)"><g
id="layer3"><path
d="m 598.90122,198.80287 c 0,5.38183 -7.20451,14.96322 -10.36342,18.91647 -0.75739,0.94213 -2.16135,0.94213 -2.91875,0 -3.1589,-3.95325 -10.36342,-13.53464 -10.36342,-18.91647 0,-6.52717 5.29563,-11.8228 11.8228,-11.8228 6.52717,0 11.82279,5.29563 11.82279,11.8228 z"
id="path5090"
style="fill:#c34747;fill-opacity:1;stroke-width:0.0123154" /></g><g
id="g5827"><path
d="m 614.8942,220.59339 c 0,5.38183 -7.20451,14.96322 -10.36342,18.91647 -0.75739,0.94213 -2.16135,0.94213 -2.91875,0 -3.1589,-3.95325 -10.36342,-13.53464 -10.36342,-18.91647 0,-6.52717 5.29563,-11.8228 11.8228,-11.8228 6.52717,0 11.82279,5.29563 11.82279,11.8228 z"
id="path5825"
style="fill:#c34747;fill-opacity:1;stroke-width:0.0123154" /></g><g
id="g6811"><path
d="m 498.9642,231.18432 c 0,5.38183 -7.20451,14.96322 -10.36342,18.91647 -0.75739,0.94213 -2.16135,0.94213 -2.91875,0 -3.1589,-3.95325 -10.36342,-13.53464 -10.36342,-18.91647 0,-6.52717 5.29563,-11.8228 11.8228,-11.8228 6.52717,0 11.82279,5.29563 11.82279,11.8228 z"
id="path6809"
style="fill:#c34747;fill-opacity:1;stroke-width:0.0123154" /></g><g
id="g6815"><path
d="m 354.7944,238.66843 c 0,5.38183 -7.20451,14.96322 -10.36342,18.91647 -0.75739,0.94213 -2.16135,0.94213 -2.91875,0 -3.1589,-3.95325 -10.36342,-13.53464 -10.36342,-18.91647 0,-6.52717 5.29563,-11.8228 11.8228,-11.8228 6.52717,0 11.82279,5.29563 11.82279,11.8228 z"
id="path6813"
style="fill:#c34747;fill-opacity:1;stroke-width:0.0123154" /></g><g
id="g6819"
transform="translate(685.9625,-76.065495)"><path
d="m 354.7944,238.66843 c 0,5.38183 -7.20451,14.96322 -10.36342,18.91647 -0.75739,0.94213 -2.16135,0.94213 -2.91875,0 -3.1589,-3.95325 -10.36342,-13.53464 -10.36342,-18.91647 0,-6.52717 5.29563,-11.8228 11.8228,-11.8228 6.52717,0 11.82279,5.29563 11.82279,11.8228 z"
id="path6817"
style="fill:#c34747;fill-opacity:1;stroke-width:0.0123154" /></g><g
id="layer4"><path
style="fill:none;stroke:#193099;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 342.88145,258.10181 c 28.9274,-31.71703 128.05594,-29.39632 144.5765,-7.24219 14.46708,-22.4928 83.99808,-45.02275 99.88738,-33.28903 13.4506,-13.4088 15.43769,21.57143 15.50988,22.25074"
id="path6885" /><path
style="fill:none;stroke:#193099;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="M 587.03801,217.8809 C 730.20761,65.238119 878.55633,91.151492 1028.8086,182.69146"
id="path6983" /></g></g></svg>

View File

Before

Width:  |  Height:  |  Size: 224 KiB

After

Width:  |  Height:  |  Size: 224 KiB

View File

Before

Width:  |  Height:  |  Size: 110 KiB

After

Width:  |  Height:  |  Size: 110 KiB

View File

Before

Width:  |  Height:  |  Size: 144 KiB

After

Width:  |  Height:  |  Size: 144 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 30 KiB

View File

@ -108,9 +108,11 @@
<ul>
<li><a href="/">Home</a></li>
<li><a href="/blog">Blog</a></li>
<li><a href="/radio">Radio</a></li>
<li><a href="/music">Music</a></li>
<li><a href="/photography">Photos</a></li>
{# <li><a href="/radio">Radio</a></li> #}
{# <li><a href="/music">Music</a></li> #}
{# <li><a href="/projects">Projects</a></li> #}
<li><a href="/hobbies">Hobbies</a></li>
{# <li><a href="/photography">Photos</a></li> #}
<li><a href="/contact">Contact</a></li>
</ul>
<hr>